// Copyright © 2024 LexisNexis. All rights reserved.

/*

The following third-party files are used by this application:

	jQuery v1.10.2
	(c) 2005, 2013 jQuery Foundation, Inc.
	Licensed under the MIT License
	
	Underscore.js v1.5.1
	(c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
	Licensed under the MIT License
	
	Backbone.js v1.0.0
	(c) 2010-2013 Jeremy Ashkenas, DocumentCloud Inc.
	Licensed under the MIT License
	
	Backbone Structured Events v0.1.8
	(c) 2013 Michael Holt, holt.org
	Licensed under the MIT License
	
	Backbone.DeepModel v0.10.4
	(c) 2013 Charles Davison, Pow Media Ltd
	Licensed under the MIT License
	
	History.js v4.1.12
	(c) 2014, Dmitrii Pakhtinov
	Licensed under the MIT License
	
	Moment.js v2.8.1
	(c) 2011-2014 Tim Wood, Iskren Chernev, Moment.js contributors
	Licensed under the MIT License
	
	Moment-timezone.js v0.2.1
	(c) 2014 Tim Wood
	Licensed under the MIT License
	
	Numeral.js v1.5.3
	(c) 2012 Adam Draper
	Licensed under the MIT License
	
	Handlebars.js v3.0.0
	(c) 2011-2014 by Yehuda Katz
	Licensed under the MIT License
	
	jQuery Cookie Plugin v1.3.1
	(c) 2013 Klaus Hartl.
	Licensed under the MIT license
	
	jQuery Validation Plugin 1.11.1
	(c) 2013 J�rn Zaefferer.
	Licensed under the MIT license
	
	matchMedia polyfill v0.1.1
	(c) 2012 Scott Jehl.
	Licensed under the MIT license
	
	placeholder polyfill v0.1.1
	(c) 2014 Mathias Bynens
	Licensed under the MIT license
	
	Portions have been modified from jCalendar 0.5
	(c) 2007 Theodore Serbinski
	Licensed under the MIT license
	
	SignalR 2.2.2
	(c) Microsoft Corporation
	Licensed under Apache License 2.0
	
	tablesorter 2.30.4
	(c) 2007 Christian Bach
	Licensed under the MIT license

*/

(function(){"use strict";[].filter||(Array.prototype.filter=function(e,t){if(null==this)throw new TypeError;var n=Object(this),r=n.length>>>0;if("function"!=typeof e)throw new TypeError;for(var i=[],o=0;r>o;o++)if(o in n){var a=n[o];e.call(t,a,o,n)&&i.push(a)}return i}),[].map||(Array.prototype.map=function(e,t){var n,r,i;if(null==this)throw new TypeError(" this is null or not defined");var o=Object(this),a=o.length>>>0;if("function"!=typeof e)throw new TypeError(e+" is not a function");for(t&&(n=t),r=Array(a),i=0;a>i;){var s;i in o&&(s=o[i],s=e.call(n,s,i,o),r[i]=s),i++}return r}),[].some||(Array.prototype.some=function(e,t){if(null==this)throw new TypeError;var n=Object(this),r=n.length>>>0;if("function"!=typeof e)throw new TypeError;for(var i=0;r>i;i++)if(i in n&&e.call(t,n[i],i,n))return!0;return!1}),[].forEach||(Array.prototype.forEach=function(e,t){var n,r;if(null==this)throw new TypeError("this is null or not defined");var i=Object(this),o=i.length>>>0;if("[object Function]"!=={}.toString.call(e))throw new TypeError(e+" is not a function");for(t&&(n=t),r=0;o>r;){var a;Object.prototype.hasOwnProperty.call(i,r)&&(a=i[r],e.call(n,a,r,i)),r++}}),[].every||(Array.prototype.every=function(e,t){if(null==this)throw new TypeError;var n=Object(this),r=n.length>>>0;if("function"!=typeof e)throw new TypeError;for(var i=0;r>i;i++)if(i in n&&!e.call(t,n[i],i,n))return!1;return!0}),[].indexOf||(Array.prototype.indexOf=function(e,t){var n;if(null==this)throw new TypeError('"this" is null or not defined');var r=Object(this),i=r.length>>>0;if(0===i)return-1;if(n=+t||0,1/0===Math.abs(n)&&(n=0),n>=i)return-1;for(n=Math.max(n>=0?n:i-Math.abs(n),0);i>n;){if(n in r&&r[n]===e)return n;n++}return-1}),"function"!=typeof Array.prototype.reduceRight&&(Array.prototype.reduceRight=function(e,t){if(null===this||"undefined"==typeof this)throw new TypeError("Array.prototype.reduceRight called on null or undefined");if("function"!=typeof e)throw new TypeError(e+" is not a function");var n=(this.length>>>0)-1,r,i=!1;for(1<arguments.length&&(r=t,i=!0);n>-1;--n)this.hasOwnProperty(n)&&(i?r=e(r,this[n],n,this):(r=this[n],i=!0));if(!i)throw new TypeError("Reduce of empty array with no initial value");return r}),"function"!=typeof Array.prototype.reduce&&(Array.prototype.reduce=function(e,t){if(null===this||"undefined"==typeof this)throw new TypeError("Array.prototype.reduce called on null or undefined");if("function"!=typeof e)throw new TypeError(e+" is not a function");var n=0,r=this.length>>>0,i,o=!1;for(1<arguments.length&&(i=t,o=!0);r>n;++n)this.hasOwnProperty(n)&&(o?i=e(i,this[n],n,this):(i=this[n],o=!0));if(!o)throw new TypeError("Reduce of empty array with no initial value");return i}),Function.prototype.bind||(Function.prototype.bind=function(e){if("function"!=typeof this)throw new TypeError("Function.prototype.bind - what is trying to be bound is not callable");var t=Array.prototype.slice.call(arguments,1),n=this,r=function(){},i=function(){return n.apply(this instanceof r&&e?this:e,t.concat(Array.prototype.slice.call(arguments)))};return r.prototype=this.prototype,i.prototype=new r,i}),String.prototype.trim||(String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}),Object.keys||(Object.keys=function(){var e=Object.prototype.hasOwnProperty,t=!{toString:null}.propertyIsEnumerable("toString"),n="toString toLocaleString valueOf hasOwnProperty isPrototypeOf propertyIsEnumerable constructor".split(" "),r=n.length;return function(i){if("object"!=typeof i&&("function"!=typeof i||null===i))throw new TypeError("Object.keys called on non-object");var o=[],a;for(a in i)e.call(i,a)&&o.push(a);if(t)for(a=0;r>a;a++)e.call(i,n[a])&&o.push(n[a]);return o}}()),Object.create||(Object.create=function(){function e(){}return function(t){if(1!=arguments.length)throw Error("Object.create implementation only accepts one parameter.");return e.prototype=t,new e}}()),String.prototype.endsWith||(String.prototype.endsWith=function(){return function(e,t){var n=this.toString();(void 0===t||t>n.length)&&(t=n.length),t-=e.length;var r=n.indexOf(e,t);return-1!==r&&r===t}}()),function(){var e=Array.prototype.slice;try{e.call(document.documentElement)}catch(t){Array.prototype.slice=function(t,n){var r,i=this.length,o=[];if(this.charAt)for(r=0;i>r;r++)o.push(this.charAt(r));else for(r=0;r<this.length;r++)o.push(this[r]);return e.call(o,t,n||o.length)}}}(),Object.getOwnPropertyNames||(Object.getOwnPropertyNames=function(e){var t=[],n;for(n in e)e.hasOwnProperty(n)&&t.push(n);return t}),Error.prototype.toJSON=function(){var e={};return Object.getOwnPropertyNames(this).forEach(function(t){e[t]=this[t]},this),e},Date.now||(Date.now=function(){return(new Date).getTime()}),function(){window.performance||(window.performance={}),performance.now||(performance.now=function(){return Date.now()}),performance.timing||(performance.timing={}),performance.timing.navigationStart||(performance.timing.navigationStart=Date.now())}()}).call(this),function(){"use strict";this.ln=function(e,t,n){var r,i,o;for(t=t||ln||this,e=e.split(n||"."),r=0,i=e.length;i>r;r++)n=e[r],t=t[n]=t[n]||{},"object"==typeof t&&(o=t);return"function"==typeof t&&o&&(t=t.bind(o)),t},function(){var e=this,t={},n={}.hasOwnProperty,r=[].slice,i={makeId:function(){return(new Date).getTime()},set:function(e,t,n){return e.split(n||".").reduce(function(e,t){return e[t]?e[t]:e[t]={}},t||this)},get:function(e,t,n){return e.split(n||".").filter(function(e){return e.length}).reduce(function(e,t,n,r){return e?e[r[n]]:void 0},t||this)},fixArgs:function(){var e=r.call(arguments),t=this;return function(){return t.apply(this,e.concat(r.call(arguments)))}},getType:function(e,t){var n="Undefined",r=["Window","HTMLDocument","Global","Document"];return e?(n={}.toString.call(e).match(/\s([a-z|A-Z]+)/)[1],n=(r=r.some(function(e){return e.toLowerCase()===n.toLowerCase()}))?"Object":n):null===e?n="Null":!1===e?n="Boolean":"string"==typeof e?n="String":0===e?n="Number":isNaN(e)&&"number"==typeof e&&(n="NaN"),"string"==typeof t?t.toLowerCase()===n.toLowerCase():n},hasArgs:function(e,t){return t=t||[],e=[].slice.call(e),t.length?t.length===e.length?e.reduce(function(e,n,r){return!e&&i.getType(t[r],"string")?!1:i.getType(n,t[r])},!0):!1:e.map(function(e){return i.getType(e)})},reg:function(e,n){var r=t[n].registry;return e.map(function(e){switch(e){case"":break;case"*":return r;case"this":return this;default:return i.get(e,r,t[n].sep)}},this)},run:function(o,a,s){var u=r.call(arguments),l,c;return u.splice(2,1),a=(c=t[s.id].cabinet.filter(function(e){return e.fn===a})[0])?c.fn:a,l=i.reg.apply(s,[o,s.id]).concat(u.slice(2,u.length)),o.forEach(function(t,n){i.getType(t,"string")&&0===t.indexOf("global:")&&(l[n]=i.get(t.slice(7,t.length),e,"."))}),function(e){for(var t in e)if(n.call(e,t))return!1;return!0}(a.prototype)?a.apply(this,l):(u=Object.create(a.prototype),c=a.apply(u,l),i.getType(c,"object")?c:u)}},o=function(e){t[this.id=i.makeId()]={cabinet:[],registry:e&&i.getType(e,"object")?e:{},separator:"."}};o.prototype={create:function(e){return new o(e)},wrap:function(e,n,i){i=i||this;var o=t[this.id].cabinet.filter(function(t){return t.bind===e})[0];return o?function(){var e=r.call(arguments);return n.apply(i,[function(){return e=arguments.length?arguments:e,o.bind.apply(i,e)}].concat(e))}:!1},set:function(e,n,r){var o=t[this.id].registry,a=t[this.id].separator;e=e.split(a);var s=1<e.length?e.pop():!1;return i.getType(n,"function")&&r&&(n=this.on(r,n)),s?i.set(e.join(a),o,a)[s]=n:o[e.toString()]=n,this},get:function(e){var n=t[this.id].registry;return i.getType(e,"string")?(e=i.get(e,n,t[this.id].separator),i.getType(e,"undefined")?!1:e):n},exec:function(e,n,r){r=r||this;var o=this.get(e),a=t[this.id].cabinet.filter(function(e){return e.bind===o})[0];return n=i.getType(n,"array")?n:[n],i.getType(e,"string")&&i.getType(o,"function")?a?(o=a?a.fn:o,i.run.apply(r,[a.args[0],o,this].concat(n))):o.apply(r,n):!1},on:function(){var n=t[this.id].cabinet,o=r.call(arguments),a={args:o},s=i.getType,u=i.hasArgs,l,c,d,f=i.fixArgs.bind(i.run),h=function(n,r,o){var a=t[this.id].separator;n=n.split(a);var u=1<n.length?n.pop():!1;o=s(o,"object")?o:e,u?i.set(n.join(a),o,a)[u]=r:o[n.join(a)]=r}.bind(this);if(u(o,["object"]),l=u(o,["array","function"]),c=u(o,["array","function","object"]),d=u(o,["string","array","function"]),u=u(o,["string","array","function","object"]),l||c||d||u){var p=d||u?1:0;if(a.fn=o[p+1],a.ctx=c?o[p+2]:e,l||d?a.bind=f(o[p+0],o[p+1],this):(c||u)&&(a.bind=i.run.bind(o[p+2],o[p+0],o[p+1],this)),n.push(a),!p)return a.bind;h(o[0],a.bind,e)}return this},add:function(e,n,r){var o=t[this.id].registry,a=t[this.id].separator;if(i.getType(e,"object"))return Object.keys(e).forEach(function(t){this.add.apply(this,[t,e[t]])},this),this;e=e.trim(),i.getType(n,"function")&&r&&(n=this.on(r,n)),r=e.split(a);var s=1<r.length?r.pop():!1;return s?i.set(r.join(a),o,a)[s]=n:o[r.toString()]=n,this}},e.Injector=new o}.call(this);var e=window.console||(window.console={}),t=function(){};e.log||(e.log=t),e.debug||(e.debug=t),e.info||(e.info=t),e.warn||(e.warn=t),e.error||(e.error=t)}.call(this),function(){"use strict";(function(){if(!document.createElement("canvas").getContext)for(var e="abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output progress section summary template time video".split(" "),t;t=e.pop();)document.createElement(t)}).call(this)}.call(this),function(e,t){function n(e){var t=e.length,n=ct.type(e);return ct.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===n||"function"!==n&&(0===t||"number"==typeof t&&t>0&&t-1 in e)}function r(e){var t=Ct[e]={};return ct.each(e.match(ft)||[],function(e,n){t[n]=!0}),t}function i(e,n,r,i){if(ct.acceptData(e)){var o,a,s=ct.expando,u=e.nodeType,l=u?ct.cache:e,c=u?e[s]:e[s]&&s;if(c&&l[c]&&(i||l[c].data)||r!==t||"string"!=typeof n)return c||(c=u?e[s]=tt.pop()||ct.guid++:s),l[c]||(l[c]=u?{}:{toJSON:ct.noop}),("object"==typeof n||"function"==typeof n)&&(i?l[c]=ct.extend(l[c],n):l[c].data=ct.extend(l[c].data,n)),a=l[c],i||(a.data||(a.data={}),a=a.data),r!==t&&(a[ct.camelCase(n)]=r),"string"==typeof n?(o=a[n],null==o&&(o=a[ct.camelCase(n)])):o=a,o}}function o(e,t,n){if(ct.acceptData(e)){var r,i,o=e.nodeType,a=o?ct.cache:e,u=o?e[ct.expando]:ct.expando;if(a[u]){if(t&&(r=n?a[u]:a[u].data)){ct.isArray(t)?t=t.concat(ct.map(t,ct.camelCase)):t in r?t=[t]:(t=ct.camelCase(t),t=t in r?[t]:t.split(" ")),i=t.length;for(;i--;)delete r[t[i]];if(n?!s(r):!ct.isEmptyObject(r))return}(n||(delete a[u].data,s(a[u])))&&(o?ct.cleanData([e],!0):ct.support.deleteExpando||a!=a.window?delete a[u]:a[u]=null)}}}function a(e,n,r){if(r===t&&1===e.nodeType){var i="data-"+n.replace(Et,"-$1").toLowerCase();if(r=e.getAttribute(i),"string"==typeof r){try{r="true"===r?!0:"false"===r?!1:"null"===r?null:+r+""===r?+r:kt.test(r)?ct.parseJSON(r):r}catch(o){}ct.data(e,n,r)}else r=t}return r}function s(e){var t;for(t in e)if(("data"!==t||!ct.isEmptyObject(e[t]))&&"toJSON"!==t)return!1;return!0}function u(){return!0}function l(){return!1}function c(){try{return Q.activeElement}catch(e){}}function d(e,t){do e=e[t];while(e&&1!==e.nodeType);return e}function f(e,t,n){if(ct.isFunction(t))return ct.grep(e,function(e,r){return!!t.call(e,r,e)!==n});if(t.nodeType)return ct.grep(e,function(e){return e===t!==n});if("string"==typeof t){if(Wt.test(t))return ct.filter(t,e,n);t=ct.filter(t,e)}return ct.grep(e,function(e){return ct.inArray(e,t)>=0!==n})}function h(e){var t=Yt.split("|"),n=e.createDocumentFragment();if(n.createElement)for(;t.length;)n.createElement(t.pop());return n}function p(e,t){return ct.nodeName(e,"table")&&ct.nodeName(1===t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function g(e){return e.type=(null!==ct.find.attr(e,"type"))+"/"+e.type,e}function m(e){var t=on.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function v(e,t){for(var n,r=0;null!=(n=e[r]);r++)ct._data(n,"globalEval",!t||ct._data(t[r],"globalEval"))}function y(e,t){if(1===t.nodeType&&ct.hasData(e)){var n,r,i,o=ct._data(e),a=ct._data(t,o),s=o.events;if(s){delete a.handle,a.events={};for(n in s)for(r=0,i=s[n].length;i>r;r++)ct.event.add(t,n,s[n][r])}a.data&&(a.data=ct.extend({},a.data))}}function b(e,t){var n,r,i;if(1===t.nodeType){if(n=t.nodeName.toLowerCase(),!ct.support.noCloneEvent&&t[ct.expando]){i=ct._data(t);for(r in i.events)ct.removeEvent(t,r,i.handle);t.removeAttribute(ct.expando)}"script"===n&&t.text!==e.text?(g(t).text=e.text,m(t)):"object"===n?(t.parentNode&&(t.outerHTML=e.outerHTML),ct.support.html5Clone&&e.innerHTML&&!ct.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):"input"===n&&tn.test(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value&&(t.value=e.value)):"option"===n?t.defaultSelected=t.selected=e.defaultSelected:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}}function w(e,n){var r,i,o=0,a=typeof e.getElementsByTagName!==G?e.getElementsByTagName(n||"*"):typeof e.querySelectorAll!==G?e.querySelectorAll(n||"*"):t;if(!a)for(a=[],r=e.childNodes||e;null!=(i=r[o]);o++)!n||ct.nodeName(i,n)?a.push(i):ct.merge(a,w(i,n));return n===t||n&&ct.nodeName(e,n)?ct.merge([e],a):a}function x(e){tn.test(e.type)&&(e.defaultChecked=e.checked)}function _(e,t){if(t in e)return t;for(var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=Cn.length;i--;)if(t=Cn[i]+n,t in e)return t;return r}function S(e,t){return e=t||e,"none"===ct.css(e,"display")||!ct.contains(e.ownerDocument,e)}function T(e,t){for(var n,r,i,o=[],a=0,s=e.length;s>a;a++)r=e[a],r.style&&(o[a]=ct._data(r,"olddisplay"),n=r.style.display,t?(o[a]||"none"!==n||(r.style.display=""),""===r.style.display&&S(r)&&(o[a]=ct._data(r,"olddisplay",D(r.nodeName)))):o[a]||(i=S(r),(n&&"none"!==n||!i)&&ct._data(r,"olddisplay",i?n:ct.css(r,"display"))));for(a=0;s>a;a++)r=e[a],r.style&&(t&&"none"!==r.style.display&&""!==r.style.display||(r.style.display=t?o[a]||"":"none"));return e}function C(e,t,n){var r=yn.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function k(e,t,n,r,i){for(var o=n===(r?"border":"content")?4:"width"===t?1:0,a=0;4>o;o+=2)"margin"===n&&(a+=ct.css(e,n+Tn[o],!0,i)),r?("content"===n&&(a-=ct.css(e,"padding"+Tn[o],!0,i)),"margin"!==n&&(a-=ct.css(e,"border"+Tn[o]+"Width",!0,i))):(a+=ct.css(e,"padding"+Tn[o],!0,i),"padding"!==n&&(a+=ct.css(e,"border"+Tn[o]+"Width",!0,i)));return a}function E(e,t,n){var r=!0,i="width"===t?e.offsetWidth:e.offsetHeight,o=dn(e),a=ct.support.boxSizing&&"border-box"===ct.css(e,"boxSizing",!1,o);if(0>=i||null==i){if(i=fn(e,t,o),(0>i||null==i)&&(i=e.style[t]),bn.test(i))return i;r=a&&(ct.support.boxSizingReliable||i===e.style[t]),i=parseFloat(i)||0}return i+k(e,t,n||(a?"border":"content"),r,o)+"px"}function D(e){var t=Q,n=xn[e];return n||(n=F(e,t),"none"!==n&&n||(cn=(cn||ct("<iframe frameborder='0' width='0' height='0'/>").css("cssText","display:block !important")).appendTo(t.documentElement),t=(cn[0].contentWindow||cn[0].contentDocument).document,t.write("<!doctype html><html><body>"),t.close(),n=F(e,t),cn.detach()),xn[e]=n),n}function F(e,t){var n=ct(t.createElement(e)).appendTo(t.body),r=ct.css(n[0],"display");return n.remove(),r}function A(e,t,n,r){var i;if(ct.isArray(t))ct.each(t,function(t,i){n||En.test(e)?r(e,i):A(e+"["+("object"==typeof i?t:"")+"]",i,n,r)});else if(n||"object"!==ct.type(t))r(e,t);else for(i in t)A(e+"["+i+"]",t[i],n,r)}function M(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(ft)||[];if(ct.isFunction(n))for(;r=o[i++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function N(e,n,r,i){function o(u){var l;return a[u]=!0,ct.each(e[u]||[],function(e,u){var c=u(n,r,i);return"string"!=typeof c||s||a[c]?s?!(l=c):t:(n.dataTypes.unshift(c),o(c),!1)}),l}var a={},s=e===Un;return o(n.dataTypes[0])||!a["*"]&&o("*")}function j(e,n){var r,i,o=ct.ajaxSettings.flatOptions||{};for(i in n)n[i]!==t&&((o[i]?e:r||(r={}))[i]=n[i]);return r&&ct.extend(!0,e,r),e}function O(e,n,r){for(var i,o,a,s,u=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),o===t&&(o=e.mimeType||n.getResponseHeader("Content-Type"));if(o)for(s in u)if(u[s]&&u[s].test(o)){l.unshift(s);break}if(l[0]in r)a=l[0];else{for(s in r){if(!l[0]||e.converters[s+" "+l[0]]){a=s;break}i||(i=s)}a=a||i}return a?(a!==l[0]&&l.unshift(a),r[a]):t}function R(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];for(o=c.shift();o;)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(a=l[u+" "+o]||l["* "+o],!a)for(i in l)if(s=i.split(" "),s[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){a===!0?a=l[i]:l[i]!==!0&&(o=s[0],c.unshift(s[1]));break}if(a!==!0)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(d){return{state:"parsererror",error:a?d:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}function L(){try{return new e.XMLHttpRequest}catch(t){}}function I(){try{return new e.ActiveXObject("Microsoft.XMLHTTP")}catch(t){}}function P(){return setTimeout(function(){Kn=t}),Kn=ct.now()}function H(e,t,n){for(var r,i=(or[t]||[]).concat(or["*"]),o=0,a=i.length;a>o;o++)if(r=i[o].call(n,t,e))return r}function $(e,t,n){var r,i,o=0,a=ir.length,s=ct.Deferred().always(function(){delete u.elem}),u=function(){if(i)return!1;for(var t=Kn||P(),n=Math.max(0,l.startTime+l.duration-t),r=n/l.duration||0,o=1-r,a=0,u=l.tweens.length;u>a;a++)l.tweens[a].run(o);return s.notifyWith(e,[l,o,n]),1>o&&u?n:(s.resolveWith(e,[l]),!1)},l=s.promise({elem:e,props:ct.extend({},t),opts:ct.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:Kn||P(),duration:n.duration,tweens:[],createTween:function(t,n){var r=ct.Tween(e,l.opts,t,n,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(r),r},stop:function(t){var n=0,r=t?l.tweens.length:0;if(i)return this;for(i=!0;r>n;n++)l.tweens[n].run(1);return t?s.resolveWith(e,[l,t]):s.rejectWith(e,[l,t]),this}}),c=l.props;for(z(c,l.opts.specialEasing);a>o;o++)if(r=ir[o].call(l,e,c,l.opts))return r;return ct.map(c,H,l),ct.isFunction(l.opts.start)&&l.opts.start.call(e,l),ct.fx.timer(ct.extend(u,{elem:e,anim:l,queue:l.opts.queue})),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always)}function z(e,t){var n,r,i,o,a;for(n in e)if(r=ct.camelCase(n),i=t[r],o=e[n],ct.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),a=ct.cssHooks[r],a&&"expand"in a){o=a.expand(o),delete e[r];for(n in o)n in e||(e[n]=o[n],t[n]=i)}else t[r]=i}function W(e,t,n){var r,i,o,a,s,u,l=this,c={},d=e.style,f=e.nodeType&&S(e),h=ct._data(e,"fxshow");n.queue||(s=ct._queueHooks(e,"fx"),null==s.unqueued&&(s.unqueued=0,u=s.empty.fire,s.empty.fire=function(){s.unqueued||u()}),s.unqueued++,l.always(function(){l.always(function(){s.unqueued--,ct.queue(e,"fx").length||s.empty.fire()})})),1===e.nodeType&&("height"in t||"width"in t)&&(n.overflow=[d.overflow,d.overflowX,d.overflowY],"inline"===ct.css(e,"display")&&"none"===ct.css(e,"float")&&(ct.support.inlineBlockNeedsLayout&&"inline"!==D(e.nodeName)?d.zoom=1:d.display="inline-block")),n.overflow&&(d.overflow="hidden",ct.support.shrinkWrapBlocks||l.always(function(){d.overflow=n.overflow[0],d.overflowX=n.overflow[1],d.overflowY=n.overflow[2]}));for(r in t)if(i=t[r],tr.exec(i)){if(delete t[r],o=o||"toggle"===i,i===(f?"hide":"show"))continue;c[r]=h&&h[r]||ct.style(e,r)}if(!ct.isEmptyObject(c)){h?"hidden"in h&&(f=h.hidden):h=ct._data(e,"fxshow",{}),o&&(h.hidden=!f),f?ct(e).show():l.done(function(){ct(e).hide()}),l.done(function(){var t;ct._removeData(e,"fxshow");for(t in c)ct.style(e,t,c[t])});for(r in c)a=H(f?h[r]:0,r,l),r in h||(h[r]=a.start,f&&(a.end=a.start,a.start="width"===r||"height"===r?1:0))}}function q(e,t,n,r,i){return new q.prototype.init(e,t,n,r,i)}function U(e,t){var n,r={height:e},i=0;for(t=t?1:0;4>i;i+=2-t)n=Tn[i],r["margin"+n]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}function B(e){return ct.isWindow(e)?e:9===e.nodeType?e.defaultView||e.parentWindow:!1}var Y,V,G=typeof t,X=e.location,Q=e.document,J=Q.documentElement,Z=e.jQuery,K=e.$,et={},tt=[],nt="1.10.2",rt=tt.concat,it=tt.push,ot=tt.slice,at=tt.indexOf,st=et.toString,ut=et.hasOwnProperty,lt=nt.trim,ct=function(e,t){return new ct.fn.init(e,t,V)},dt=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ft=/\S+/g,ht=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,pt=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,gt=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,mt=/^[\],:{}\s]*$/,vt=/(?:^|:|,)(?:\s*\[)+/g,yt=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,bt=/"[^"\\\r\n]*"|true|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g,wt=/^-ms-/,xt=/-([\da-z])/gi,_t=function(e,t){return t.toUpperCase()},St=function(e){(Q.addEventListener||"load"===e.type||"complete"===Q.readyState)&&(Tt(),ct.ready())},Tt=function(){Q.addEventListener?(Q.removeEventListener("DOMContentLoaded",St,!1),e.removeEventListener("load",St,!1)):(Q.detachEvent("onreadystatechange",St),e.detachEvent("onload",St))};ct.fn=ct.prototype={jquery:nt,constructor:ct,init:function(e,n,r){var i,o;if(!e)return this;if("string"==typeof e){if(i="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[null,e,null]:pt.exec(e),!i||!i[1]&&n)return!n||n.jquery?(n||r).find(e):this.constructor(n).find(e);if(i[1]){if(n=n instanceof ct?n[0]:n,ct.merge(this,ct.parseHTML(i[1],n&&n.nodeType?n.ownerDocument||n:Q,!0)),gt.test(i[1])&&ct.isPlainObject(n))for(i in n)ct.isFunction(this[i])?this[i](n[i]):this.attr(i,n[i]);return this}if(o=Q.getElementById(i[2]),o&&o.parentNode){if(o.id!==i[2])return r.find(e);this.length=1,this[0]=o}return this.context=Q,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):ct.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),ct.makeArray(e,this))},selector:"",length:0,toArray:function(){return ot.call(this)},get:function(e){return null==e?this.toArray():0>e?this[this.length+e]:this[e]},pushStack:function(e){var t=ct.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return ct.each(this,e,t)},ready:function(e){return ct.ready.promise().done(e),this},slice:function(){return this.pushStack(ot.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(0>e?t:0);return this.pushStack(n>=0&&t>n?[this[n]]:[])},map:function(e){return this.pushStack(ct.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:it,sort:[].sort,splice:[].splice},ct.fn.init.prototype=ct.fn,ct.extend=ct.fn.extend=function(){var e,n,r,i,o,a,s=arguments[0]||{},u=1,l=arguments.length,c=!1;for("boolean"==typeof s&&(c=s,s=arguments[1]||{},u=2),"object"==typeof s||ct.isFunction(s)||(s={}),l===u&&(s=this,--u);l>u;u++)if(null!=(o=arguments[u]))for(i in o)e=s[i],r=o[i],s!==r&&(c&&r&&(ct.isPlainObject(r)||(n=ct.isArray(r)))?(n?(n=!1,a=e&&ct.isArray(e)?e:[]):a=e&&ct.isPlainObject(e)?e:{},s[i]=ct.extend(c,a,r)):r!==t&&(s[i]=r));return s},ct.extend({expando:"jQuery"+(nt+Math.random()).replace(/\D/g,""),noConflict:function(t){return e.$===ct&&(e.$=K),t&&e.jQuery===ct&&(e.jQuery=Z),ct},isReady:!1,readyWait:1,holdReady:function(e){e?ct.readyWait++:ct.ready(!0)},ready:function(e){if(e===!0?!--ct.readyWait:!ct.isReady){if(!Q.body)return setTimeout(ct.ready);ct.isReady=!0,e!==!0&&--ct.readyWait>0||(Y.resolveWith(Q,[ct]),ct.fn.trigger&&ct(Q).trigger("ready").off("ready"))}},isFunction:function(e){return"function"===ct.type(e)},isArray:Array.isArray||function(e){return"array"===ct.type(e)},isWindow:function(e){return null!=e&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?et[st.call(e)]||"object":typeof e},isPlainObject:function(e){var n;if(!e||"object"!==ct.type(e)||e.nodeType||ct.isWindow(e))return!1;try{if(e.constructor&&!ut.call(e,"constructor")&&!ut.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(r){return!1}if(ct.support.ownLast)for(n in e)return ut.call(e,n);for(n in e);return n===t||ut.call(e,n)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw Error(e)},parseHTML:function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||Q;var r=gt.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=ct.buildFragment([e],t,i),i&&ct(i).remove(),ct.merge([],r.childNodes))},parseJSON:function(n){return e.JSON&&e.JSON.parse?e.JSON.parse(n):null===n?n:"string"==typeof n&&(n=ct.trim(n),n&&mt.test(n.replace(yt,"@").replace(bt,"]").replace(vt,"")))?Function("return "+n)():(ct.error("Invalid JSON: "+n),t)},parseXML:function(n){var r,i;if(!n||"string"!=typeof n)return null;try{e.DOMParser?(i=new DOMParser,r=i.parseFromString(n,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(n))}catch(o){r=t}return r&&r.documentElement&&!r.getElementsByTagName("parsererror").length||ct.error("Invalid XML: "+n),r},noop:function(){},globalEval:function(t){t&&ct.trim(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(wt,"ms-").replace(xt,_t)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,r){var i,o=0,a=e.length,s=n(e);if(r){if(s)for(;a>o&&(i=t.apply(e[o],r),i!==!1);o++);else for(o in e)if(i=t.apply(e[o],r),i===!1)break}else if(s)for(;a>o&&(i=t.call(e[o],o,e[o]),i!==!1);o++);else for(o in e)if(i=t.call(e[o],o,e[o]),i===!1)break;return e},trim:lt&&!lt.call("﻿ ")?function(e){return null==e?"":lt.call(e)}:function(e){return null==e?"":(e+"").replace(ht,"")},makeArray:function(e,t){var r=t||[];return null!=e&&(n(Object(e))?ct.merge(r,"string"==typeof e?[e]:e):it.call(r,e)),r},inArray:function(e,t,n){var r;if(t){if(at)return at.call(t,e,n);for(r=t.length,n=n?0>n?Math.max(0,r+n):n:0;r>n;n++)if(n in t&&t[n]===e)return n}return-1},merge:function(e,n){var r=n.length,i=e.length,o=0;if("number"==typeof r)for(;r>o;o++)e[i++]=n[o];else for(;n[o]!==t;)e[i++]=n[o++];return e.length=i,e},grep:function(e,t,n){var r,i=[],o=0,a=e.length;for(n=!!n;a>o;o++)r=!!t(e[o],o),n!==r&&i.push(e[o]);return i},map:function(e,t,r){var i,o=0,a=e.length,s=n(e),u=[];if(s)for(;a>o;o++)i=t(e[o],o,r),null!=i&&(u[u.length]=i);else for(o in e)i=t(e[o],o,r),null!=i&&(u[u.length]=i);return rt.apply([],u)},guid:1,proxy:function(e,n){var r,i,o;return"string"==typeof n&&(o=e[n],n=e,e=o),ct.isFunction(e)?(r=ot.call(arguments,2),i=function(){return e.apply(n||this,r.concat(ot.call(arguments)))},i.guid=e.guid=e.guid||ct.guid++,i):t},access:function(e,n,r,i,o,a,s){var u=0,l=e.length,c=null==r;if("object"===ct.type(r)){o=!0;for(u in r)ct.access(e,n,u,r[u],!0,a,s)}else if(i!==t&&(o=!0,ct.isFunction(i)||(s=!0),c&&(s?(n.call(e,i),n=null):(c=n,n=function(e,t,n){return c.call(ct(e),n)})),n))for(;l>u;u++)n(e[u],r,s?i:i.call(e[u],u,n(e[u],r)));return o?e:c?n.call(e):l?n(e[0],r):a},now:function(){return(new Date).getTime()},swap:function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];i=n.apply(e,r||[]);for(o in t)e.style[o]=a[o];return i}}),ct.ready.promise=function(t){if(!Y)if(Y=ct.Deferred(),"complete"===Q.readyState)setTimeout(ct.ready);else if(Q.addEventListener)Q.addEventListener("DOMContentLoaded",St,!1),e.addEventListener("load",St,!1);else{Q.attachEvent("onreadystatechange",St),e.attachEvent("onload",St);var n=!1;try{n=null==e.frameElement&&Q.documentElement}catch(r){}n&&n.doScroll&&function i(){if(!ct.isReady){try{n.doScroll("left")}catch(e){return setTimeout(i,50)}Tt(),ct.ready()}}()}return Y.promise(t)},ct.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(e,t){et["[object "+t+"]"]=t.toLowerCase()}),V=ct(Q),function(e,t){function n(e,t,n,r){var i,o,a,s,u,l,c,d,p,g;if((t?t.ownerDocument||t:$)!==N&&M(t),t=t||N,n=n||[],!e||"string"!=typeof e)return n;if(1!==(s=t.nodeType)&&9!==s)return[];if(O&&!r){if(i=bt.exec(e))if(a=i[1]){if(9===s){if(o=t.getElementById(a),!o||!o.parentNode)return n;if(o.id===a)return n.push(o),n}else if(t.ownerDocument&&(o=t.ownerDocument.getElementById(a))&&P(t,o)&&o.id===a)return n.push(o),n}else{if(i[2])return et.apply(n,t.getElementsByTagName(e)),n;if((a=i[3])&&S.getElementsByClassName&&t.getElementsByClassName)return et.apply(n,t.getElementsByClassName(a)),n}if(S.qsa&&(!R||!R.test(e))){if(d=c=H,p=t,g=9===s&&e,1===s&&"object"!==t.nodeName.toLowerCase()){for(l=f(e),(c=t.getAttribute("id"))?d=c.replace(_t,"\\$&"):t.setAttribute("id",d),d="[id='"+d+"'] ",u=l.length;u--;)l[u]=d+h(l[u]);p=ht.test(e)&&t.parentNode||t,g=l.join(",")}if(g)try{return et.apply(n,p.querySelectorAll(g)),n}catch(m){}finally{c||t.removeAttribute("id")}}}return x(e.replace(lt,"$1"),t,n,r)}function r(){function e(n,r){return t.push(n+=" ")>C.cacheLength&&delete e[t.shift()],e[n]=r}var t=[];return e}function i(e){return e[H]=!0,e}function o(e){var t=N.createElement("div");try{return!!e(t)}catch(n){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function a(e,t){for(var n=e.split("|"),r=e.length;r--;)C.attrHandle[n[r]]=t}function s(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||X)-(~e.sourceIndex||X);if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function u(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function l(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function c(e){return i(function(t){return t=+t,i(function(n,r){for(var i,o=e([],n.length,t),a=o.length;a--;)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function d(){}function f(e,t){var r,i,o,a,s,u,l,c=U[e+" "];if(c)return t?0:c.slice(0);for(s=e,u=[],l=C.preFilter;s;){(!r||(i=dt.exec(s)))&&(i&&(s=s.slice(i[0].length)||s),u.push(o=[])),r=!1,(i=ft.exec(s))&&(r=i.shift(),o.push({value:r,type:i[0].replace(lt," ")}),s=s.slice(r.length));for(a in C.filter)!(i=vt[a].exec(s))||l[a]&&!(i=l[a](i))||(r=i.shift(),o.push({value:r,type:a,matches:i}),s=s.slice(r.length));if(!r)break}return t?s.length:s?n.error(e):U(e,u).slice(0)}function h(e){for(var t=0,n=e.length,r="";n>t;t++)r+=e[t].value;return r}function p(e,t,n){var r=t.dir,i=n&&"parentNode"===r,o=W++;return t.first?function(t,n,o){for(;t=t[r];)if(1===t.nodeType||i)return e(t,n,o)}:function(t,n,a){var s,u,l,c=z+" "+o;if(a){for(;t=t[r];)if((1===t.nodeType||i)&&e(t,n,a))return!0}else for(;t=t[r];)if(1===t.nodeType||i)if(l=t[H]||(t[H]={}),(u=l[r])&&u[0]===c){if((s=u[1])===!0||s===T)return s===!0}else if(u=l[r]=[c],u[1]=e(t,n,a)||T,u[1]===!0)return!0}}function g(e){return e.length>1?function(t,n,r){for(var i=e.length;i--;)if(!e[i](t,n,r))return!1;return!0}:e[0]}function m(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;u>s;s++)(o=e[s])&&(!n||n(o,r,i))&&(a.push(o),l&&t.push(s));return a}function v(e,t,n,r,o,a){return r&&!r[H]&&(r=v(r)),o&&!o[H]&&(o=v(o,a)),i(function(i,a,s,u){var l,c,d,f=[],h=[],p=a.length,g=i||w(t||"*",s.nodeType?[s]:s,[]),v=!e||!i&&t?g:m(g,f,e,s,u),y=n?o||(i?e:p||r)?[]:a:v;if(n&&n(v,y,s,u),r)for(l=m(y,h),r(l,[],s,u),c=l.length;c--;)(d=l[c])&&(y[h[c]]=!(v[h[c]]=d));if(i){if(o||e){if(o){for(l=[],c=y.length;c--;)(d=y[c])&&l.push(v[c]=d);o(null,y=[],l,u)}for(c=y.length;c--;)(d=y[c])&&(l=o?nt.call(i,d):f[c])>-1&&(i[l]=!(a[l]=d))}}else y=m(y===a?y.splice(p,y.length):y),o?o(null,a,y,u):et.apply(a,y)})}function y(e){for(var t,n,r,i=e.length,o=C.relative[e[0].type],a=o||C.relative[" "],s=o?1:0,u=p(function(e){return e===t},a,!0),l=p(function(e){return nt.call(t,e)>-1},a,!0),c=[function(e,n,r){return!o&&(r||n!==F)||((t=n).nodeType?u(e,n,r):l(e,n,r))}];i>s;s++)if(n=C.relative[e[s].type])c=[p(g(c),n)];else{if(n=C.filter[e[s].type].apply(null,e[s].matches),n[H]){for(r=++s;i>r&&!C.relative[e[r].type];r++);return v(s>1&&g(c),s>1&&h(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(lt,"$1"),n,r>s&&y(e.slice(s,r)),i>r&&y(e=e.slice(r)),i>r&&h(e))
}c.push(n)}return g(c)}function b(e,t){var r=0,o=t.length>0,a=e.length>0,s=function(i,s,u,l,c){var d,f,h,p=[],g=0,v="0",y=i&&[],b=null!=c,w=F,x=i||a&&C.find.TAG("*",c&&s.parentNode||s),_=z+=null==w?1:Math.random()||.1;for(b&&(F=s!==N&&s,T=r);null!=(d=x[v]);v++){if(a&&d){for(f=0;h=e[f++];)if(h(d,s,u)){l.push(d);break}b&&(z=_,T=++r)}o&&((d=!h&&d)&&g--,i&&y.push(d))}if(g+=v,o&&v!==g){for(f=0;h=t[f++];)h(y,p,s,u);if(i){if(g>0)for(;v--;)y[v]||p[v]||(p[v]=Z.call(l));p=m(p)}et.apply(l,p),b&&!i&&p.length>0&&g+t.length>1&&n.uniqueSort(l)}return b&&(z=_,F=w),y};return o?i(s):s}function w(e,t,r){for(var i=0,o=t.length;o>i;i++)n(e,t[i],r);return r}function x(e,t,n,r){var i,o,a,s,u,l=f(e);if(!r&&1===l.length){if(o=l[0]=l[0].slice(0),o.length>2&&"ID"===(a=o[0]).type&&S.getById&&9===t.nodeType&&O&&C.relative[o[1].type]){if(t=(C.find.ID(a.matches[0].replace(St,Tt),t)||[])[0],!t)return n;e=e.slice(o.shift().value.length)}for(i=vt.needsContext.test(e)?0:o.length;i--&&(a=o[i],!C.relative[s=a.type]);)if((u=C.find[s])&&(r=u(a.matches[0].replace(St,Tt),ht.test(o[0].type)&&t.parentNode||t))){if(o.splice(i,1),e=r.length&&h(o),!e)return et.apply(n,r),n;break}}return D(e,l)(r,t,!O,n,ht.test(e)),n}var _,S,T,C,k,E,D,F,A,M,N,j,O,R,L,I,P,H="sizzle"+-new Date,$=e.document,z=0,W=0,q=r(),U=r(),B=r(),Y=!1,V=function(e,t){return e===t?(Y=!0,0):0},G=typeof t,X=1<<31,Q={}.hasOwnProperty,J=[],Z=J.pop,K=J.push,et=J.push,tt=J.slice,nt=J.indexOf||function(e){for(var t=0,n=this.length;n>t;t++)if(this[t]===e)return t;return-1},rt="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",it="[\\x20\\t\\r\\n\\f]",ot="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",at=ot.replace("w","w#"),st="\\["+it+"*("+ot+")"+it+"*(?:([*^$|!~]?=)"+it+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+at+")|)|)"+it+"*\\]",ut=":("+ot+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+st.replace(3,8)+")*)|.*)\\)|)",lt=RegExp("^"+it+"+|((?:^|[^\\\\])(?:\\\\.)*)"+it+"+$","g"),dt=RegExp("^"+it+"*,"+it+"*"),ft=RegExp("^"+it+"*([>+~]|"+it+")"+it+"*"),ht=RegExp(it+"*[+~]"),pt=RegExp("="+it+"*([^\\]'\"]*)"+it+"*\\]","g"),gt=RegExp(ut),mt=RegExp("^"+at+"$"),vt={ID:RegExp("^#("+ot+")"),CLASS:RegExp("^\\.("+ot+")"),TAG:RegExp("^("+ot.replace("w","w*")+")"),ATTR:RegExp("^"+st),PSEUDO:RegExp("^"+ut),CHILD:RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+it+"*(even|odd|(([+-]|)(\\d*)n|)"+it+"*(?:([+-]|)"+it+"*(\\d+)|))"+it+"*\\)|)","i"),bool:RegExp("^(?:"+rt+")$","i"),needsContext:RegExp("^"+it+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+it+"*((?:-\\d)?\\d*)"+it+"*\\)|)(?=[^-]|$)","i")},yt=/^[^{]+\{\s*\[native \w/,bt=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,wt=/^(?:input|select|textarea|button)$/i,xt=/^h\d$/i,_t=/'|\\/g,St=RegExp("\\\\([\\da-f]{1,6}"+it+"?|("+it+")|.)","ig"),Tt=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:0>r?String.fromCharCode(r+65536):String.fromCharCode(55296|r>>10,56320|1023&r)};try{et.apply(J=tt.call($.childNodes),$.childNodes),J[$.childNodes.length].nodeType}catch(Ct){et={apply:J.length?function(e,t){K.apply(e,tt.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}E=n.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?"HTML"!==t.nodeName:!1},S=n.support={},M=n.setDocument=function(e){var n=e?e.ownerDocument||e:$,r=n.defaultView;return n!==N&&9===n.nodeType&&n.documentElement?(N=n,j=n.documentElement,O=!E(n),r&&r.attachEvent&&r!==r.top&&r.attachEvent("onbeforeunload",function(){M()}),S.attributes=o(function(e){return e.className="i",!e.getAttribute("className")}),S.getElementsByTagName=o(function(e){return e.appendChild(n.createComment("")),!e.getElementsByTagName("*").length}),S.getElementsByClassName=o(function(e){return e.innerHTML="<div class='a'></div><div class='a i'></div>",e.firstChild.className="i",2===e.getElementsByClassName("i").length}),S.getById=o(function(e){return j.appendChild(e).id=H,!n.getElementsByName||!n.getElementsByName(H).length}),S.getById?(C.find.ID=function(e,t){if(typeof t.getElementById!==G&&O){var n=t.getElementById(e);return n&&n.parentNode?[n]:[]}},C.filter.ID=function(e){var t=e.replace(St,Tt);return function(e){return e.getAttribute("id")===t}}):(delete C.find.ID,C.filter.ID=function(e){var t=e.replace(St,Tt);return function(e){var n=typeof e.getAttributeNode!==G&&e.getAttributeNode("id");return n&&n.value===t}}),C.find.TAG=S.getElementsByTagName?function(e,n){return typeof n.getElementsByTagName!==G?n.getElementsByTagName(e):t}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[i++];)1===n.nodeType&&r.push(n);return r}return o},C.find.CLASS=S.getElementsByClassName&&function(e,n){return typeof n.getElementsByClassName!==G&&O?n.getElementsByClassName(e):t},L=[],R=[],(S.qsa=yt.test(n.querySelectorAll))&&(o(function(e){e.innerHTML="<select><option selected=''></option></select>",e.querySelectorAll("[selected]").length||R.push("\\["+it+"*(?:value|"+rt+")"),e.querySelectorAll(":checked").length||R.push(":checked")}),o(function(e){var t=n.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("t",""),e.querySelectorAll("[t^='']").length&&R.push("[*^$]="+it+"*(?:''|\"\")"),e.querySelectorAll(":enabled").length||R.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),R.push(",.*:")})),(S.matchesSelector=yt.test(I=j.webkitMatchesSelector||j.mozMatchesSelector||j.oMatchesSelector||j.msMatchesSelector))&&o(function(e){S.disconnectedMatch=I.call(e,"div"),I.call(e,"[s!='']:x"),L.push("!=",ut)}),R=R.length&&RegExp(R.join("|")),L=L.length&&RegExp(L.join("|")),P=yt.test(j.contains)||j.compareDocumentPosition?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},V=j.compareDocumentPosition?function(e,t){if(e===t)return Y=!0,0;var r=t.compareDocumentPosition&&e.compareDocumentPosition&&e.compareDocumentPosition(t);return r?1&r||!S.sortDetached&&t.compareDocumentPosition(e)===r?e===n||P($,e)?-1:t===n||P($,t)?1:A?nt.call(A,e)-nt.call(A,t):0:4&r?-1:1:e.compareDocumentPosition?-1:1}:function(e,t){var r,i=0,o=e.parentNode,a=t.parentNode,u=[e],l=[t];if(e===t)return Y=!0,0;if(!o||!a)return e===n?-1:t===n?1:o?-1:a?1:A?nt.call(A,e)-nt.call(A,t):0;if(o===a)return s(e,t);for(r=e;r=r.parentNode;)u.unshift(r);for(r=t;r=r.parentNode;)l.unshift(r);for(;u[i]===l[i];)i++;return i?s(u[i],l[i]):u[i]===$?-1:l[i]===$?1:0},n):N},n.matches=function(e,t){return n(e,null,null,t)},n.matchesSelector=function(e,t){if((e.ownerDocument||e)!==N&&M(e),t=t.replace(pt,"='$1']"),!(!S.matchesSelector||!O||L&&L.test(t)||R&&R.test(t)))try{var r=I.call(e,t);if(r||S.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(i){}return n(t,N,null,[e]).length>0},n.contains=function(e,t){return(e.ownerDocument||e)!==N&&M(e),P(e,t)},n.attr=function(e,n){(e.ownerDocument||e)!==N&&M(e);var r=C.attrHandle[n.toLowerCase()],i=r&&Q.call(C.attrHandle,n.toLowerCase())?r(e,n,!O):t;return i===t?S.attributes||!O?e.getAttribute(n):(i=e.getAttributeNode(n))&&i.specified?i.value:null:i},n.error=function(e){throw Error("Syntax error, unrecognized expression: "+e)},n.uniqueSort=function(e){var t,n=[],r=0,i=0;if(Y=!S.detectDuplicates,A=!S.sortStable&&e.slice(0),e.sort(V),Y){for(;t=e[i++];)t===e[i]&&(r=n.push(i));for(;r--;)e.splice(n[r],1)}return e},k=n.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=k(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r];r++)n+=k(t);return n},C=n.selectors={cacheLength:50,createPseudo:i,match:vt,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(St,Tt),e[3]=(e[4]||e[5]||"").replace(St,Tt),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||n.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&n.error(e[0]),e},PSEUDO:function(e){var n,r=!e[5]&&e[2];return vt.CHILD.test(e[0])?null:(e[3]&&e[4]!==t?e[2]=e[4]:r&&gt.test(r)&&(n=f(r,!0))&&(n=r.indexOf(")",r.length-n)-r.length)&&(e[0]=e[0].slice(0,n),e[2]=r.slice(0,n)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(St,Tt).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=q[e+" "];return t||(t=RegExp("(^|"+it+")"+e+"("+it+"|$)"))&&q(e,function(e){return t.test("string"==typeof e.className&&e.className||typeof e.getAttribute!==G&&e.getAttribute("class")||"")})},ATTR:function(e,t,r){return function(i){var o=n.attr(i,e);return null==o?"!="===t:t?(o+="","="===t?o===r:"!="===t?o!==r:"^="===t?r&&0===o.indexOf(r):"*="===t?r&&o.indexOf(r)>-1:"$="===t?r&&o.slice(-r.length)===r:"~="===t?(" "+o+" ").indexOf(r)>-1:"|="===t?o===r||o.slice(0,r.length+1)===r+"-":!1):!0}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,d,f,h,p,g=o!==a?"nextSibling":"previousSibling",m=t.parentNode,v=s&&t.nodeName.toLowerCase(),y=!u&&!s;if(m){if(o){for(;g;){for(d=t;d=d[g];)if(s?d.nodeName.toLowerCase()===v:1===d.nodeType)return!1;p=g="only"===e&&!p&&"nextSibling"}return!0}if(p=[a?m.firstChild:m.lastChild],a&&y){for(c=m[H]||(m[H]={}),l=c[e]||[],h=l[0]===z&&l[1],f=l[0]===z&&l[2],d=h&&m.childNodes[h];d=++h&&d&&d[g]||(f=h=0)||p.pop();)if(1===d.nodeType&&++f&&d===t){c[e]=[z,h,f];break}}else if(y&&(l=(t[H]||(t[H]={}))[e])&&l[0]===z)f=l[1];else for(;(d=++h&&d&&d[g]||(f=h=0)||p.pop())&&((s?d.nodeName.toLowerCase()!==v:1!==d.nodeType)||!++f||(y&&((d[H]||(d[H]={}))[e]=[z,f]),d!==t)););return f-=i,f===r||0===f%r&&f/r>=0}}},PSEUDO:function(e,t){var r,o=C.pseudos[e]||C.setFilters[e.toLowerCase()]||n.error("unsupported pseudo: "+e);return o[H]?o(t):o.length>1?(r=[e,e,"",t],C.setFilters.hasOwnProperty(e.toLowerCase())?i(function(e,n){for(var r,i=o(e,t),a=i.length;a--;)r=nt.call(e,i[a]),e[r]=!(n[r]=i[a])}):function(e){return o(e,0,r)}):o}},pseudos:{not:i(function(e){var t=[],n=[],r=D(e.replace(lt,"$1"));return r[H]?i(function(e,t,n,i){for(var o,a=r(e,null,i,[]),s=e.length;s--;)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),!n.pop()}}),has:i(function(e){return function(t){return n(e,t).length>0}}),contains:i(function(e){return function(t){return(t.textContent||t.innerText||k(t)).indexOf(e)>-1}}),lang:i(function(e){return mt.test(e||"")||n.error("unsupported lang: "+e),e=e.replace(St,Tt).toLowerCase(),function(t){var n;do if(n=O?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return n=n.toLowerCase(),n===e||0===n.indexOf(e+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===j},focus:function(e){return e===N.activeElement&&(!N.hasFocus||N.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeName>"@"||3===e.nodeType||4===e.nodeType)return!1;return!0},parent:function(e){return!C.pseudos.empty(e)},header:function(e){return xt.test(e.nodeName)},input:function(e){return wt.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||t.toLowerCase()===e.type)},first:c(function(){return[0]}),last:c(function(e,t){return[t-1]}),eq:c(function(e,t,n){return[0>n?n+t:n]}),even:c(function(e,t){for(var n=0;t>n;n+=2)e.push(n);return e}),odd:c(function(e,t){for(var n=1;t>n;n+=2)e.push(n);return e}),lt:c(function(e,t,n){for(var r=0>n?n+t:n;--r>=0;)e.push(r);return e}),gt:c(function(e,t,n){for(var r=0>n?n+t:n;t>++r;)e.push(r);return e})}},C.pseudos.nth=C.pseudos.eq;for(_ in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})C.pseudos[_]=u(_);for(_ in{submit:!0,reset:!0})C.pseudos[_]=l(_);d.prototype=C.filters=C.pseudos,C.setFilters=new d,D=n.compile=function(e,t){var n,r=[],i=[],o=B[e+" "];if(!o){for(t||(t=f(e)),n=t.length;n--;)o=y(t[n]),o[H]?r.push(o):i.push(o);o=B(e,b(i,r))}return o},S.sortStable=H.split("").sort(V).join("")===H,S.detectDuplicates=Y,M(),S.sortDetached=o(function(e){return 1&e.compareDocumentPosition(N.createElement("div"))}),o(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||a("type|href|height|width",function(e,n,r){return r?t:e.getAttribute(n,"type"===n.toLowerCase()?1:2)}),S.attributes&&o(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||a("value",function(e,n,r){return r||"input"!==e.nodeName.toLowerCase()?t:e.defaultValue}),o(function(e){return null==e.getAttribute("disabled")})||a(rt,function(e,n,r){var i;return r?t:(i=e.getAttributeNode(n))&&i.specified?i.value:e[n]===!0?n.toLowerCase():null}),ct.find=n,ct.expr=n.selectors,ct.expr[":"]=ct.expr.pseudos,ct.unique=n.uniqueSort,ct.text=n.getText,ct.isXMLDoc=n.isXML,ct.contains=n.contains}(e);var Ct={};ct.Callbacks=function(e){e="string"==typeof e?Ct[e]||r(e):ct.extend({},e);var n,i,o,a,s,u,l=[],c=!e.once&&[],d=function(t){for(i=e.memory&&t,o=!0,s=u||0,u=0,a=l.length,n=!0;l&&a>s;s++)if(l[s].apply(t[0],t[1])===!1&&e.stopOnFalse){i=!1;break}n=!1,l&&(c?c.length&&d(c.shift()):i?l=[]:f.disable())},f={add:function(){if(l){var t=l.length;!function r(t){ct.each(t,function(t,n){var i=ct.type(n);"function"===i?e.unique&&f.has(n)||l.push(n):n&&n.length&&"string"!==i&&r(n)})}(arguments),n?a=l.length:i&&(u=t,d(i))}return this},remove:function(){return l&&ct.each(arguments,function(e,t){for(var r;(r=ct.inArray(t,l,r))>-1;)l.splice(r,1),n&&(a>=r&&a--,s>=r&&s--)}),this},has:function(e){return e?ct.inArray(e,l)>-1:!(!l||!l.length)},empty:function(){return l=[],a=0,this},disable:function(){return l=c=i=t,this},disabled:function(){return!l},lock:function(){return c=t,i||f.disable(),this},locked:function(){return!c},fireWith:function(e,t){return!l||o&&!c||(t=t||[],t=[e,t.slice?t.slice():t],n?c.push(t):d(t)),this},fire:function(){return f.fireWith(this,arguments),this},fired:function(){return!!o}};return f},ct.extend({Deferred:function(e){var t=[["resolve","done",ct.Callbacks("once memory"),"resolved"],["reject","fail",ct.Callbacks("once memory"),"rejected"],["notify","progress",ct.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return ct.Deferred(function(n){ct.each(t,function(t,o){var a=o[0],s=ct.isFunction(e[t])&&e[t];i[o[1]](function(){var e=s&&s.apply(this,arguments);e&&ct.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[a+"With"](this===r?n.promise():this,s?[e]:arguments)})}),e=null}).promise()},promise:function(e){return null!=e?ct.extend(e,r):r}},i={};return r.pipe=r.then,ct.each(t,function(e,o){var a=o[2],s=o[3];r[o[1]]=a.add,s&&a.add(function(){n=s},t[1^e][2].disable,t[2][2].lock),i[o[0]]=function(){return i[o[0]+"With"](this===i?r:this,arguments),this},i[o[0]+"With"]=a.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=ot.call(arguments),r=n.length,i=1!==r||e&&ct.isFunction(e.promise)?r:0,o=1===i?e:ct.Deferred(),a=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?ot.call(arguments):r,n===s?o.notifyWith(t,n):--i||o.resolveWith(t,n)}},s,u,l;if(r>1)for(s=Array(r),u=Array(r),l=Array(r);r>t;t++)n[t]&&ct.isFunction(n[t].promise)?n[t].promise().done(a(t,l,n)).fail(o.reject).progress(a(t,u,s)):--i;return i||o.resolveWith(l,n),o.promise()}}),ct.support=function(t){var n,r,i,o,a,s,u,l,c,d=Q.createElement("div");if(d.setAttribute("className","t"),d.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",n=d.getElementsByTagName("*")||[],r=d.getElementsByTagName("a")[0],!r||!r.style||!n.length)return t;o=Q.createElement("select"),s=o.appendChild(Q.createElement("option")),i=d.getElementsByTagName("input")[0],r.style.cssText="top:1px;float:left;opacity:.5",t.getSetAttribute="t"!==d.className,t.leadingWhitespace=3===d.firstChild.nodeType,t.tbody=!d.getElementsByTagName("tbody").length,t.htmlSerialize=!!d.getElementsByTagName("link").length,t.style=/top/.test(r.getAttribute("style")),t.hrefNormalized="/a"===r.getAttribute("href"),t.opacity=/^0.5/.test(r.style.opacity),t.cssFloat=!!r.style.cssFloat,t.checkOn=!!i.value,t.optSelected=s.selected,t.enctype=!!Q.createElement("form").enctype,t.html5Clone="<:nav></:nav>"!==Q.createElement("nav").cloneNode(!0).outerHTML,t.inlineBlockNeedsLayout=!1,t.shrinkWrapBlocks=!1,t.pixelPosition=!1,t.deleteExpando=!0,t.noCloneEvent=!0,t.reliableMarginRight=!0,t.boxSizingReliable=!0,i.checked=!0,t.noCloneChecked=i.cloneNode(!0).checked,o.disabled=!0,t.optDisabled=!s.disabled;try{delete d.test}catch(f){t.deleteExpando=!1}i=Q.createElement("input"),i.setAttribute("value",""),t.input=""===i.getAttribute("value"),i.value="t",i.setAttribute("type","radio"),t.radioValue="t"===i.value,i.setAttribute("checked","t"),i.setAttribute("name","t"),a=Q.createDocumentFragment(),a.appendChild(i),t.appendChecked=i.checked,t.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,d.attachEvent&&(d.attachEvent("onclick",function(){t.noCloneEvent=!1}),d.cloneNode(!0).click());for(c in{submit:!0,change:!0,focusin:!0})d.setAttribute(u="on"+c,"t"),t[c+"Bubbles"]=u in e||d.attributes[u].expando===!1;d.style.backgroundClip="content-box",d.cloneNode(!0).style.backgroundClip="",t.clearCloneStyle="content-box"===d.style.backgroundClip;for(c in ct(t))break;return t.ownLast="0"!==c,ct(function(){var n,r,i,o="padding:0;margin:0;border:0;display:block;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;",a=Q.getElementsByTagName("body")[0];a&&(n=Q.createElement("div"),n.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",a.appendChild(n).appendChild(d),d.innerHTML="<table><tr><td></td><td>t</td></tr></table>",i=d.getElementsByTagName("td"),i[0].style.cssText="padding:0;margin:0;border:0;display:none",l=0===i[0].offsetHeight,i[0].style.display="",i[1].style.display="none",t.reliableHiddenOffsets=l&&0===i[0].offsetHeight,d.innerHTML="",d.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",ct.swap(a,null!=a.style.zoom?{zoom:1}:{},function(){t.boxSizing=4===d.offsetWidth}),e.getComputedStyle&&(t.pixelPosition="1%"!==(e.getComputedStyle(d,null)||{}).top,t.boxSizingReliable="4px"===(e.getComputedStyle(d,null)||{width:"4px"}).width,r=d.appendChild(Q.createElement("div")),r.style.cssText=d.style.cssText=o,r.style.marginRight=r.style.width="0",d.style.width="1px",t.reliableMarginRight=!parseFloat((e.getComputedStyle(r,null)||{}).marginRight)),typeof d.style.zoom!==G&&(d.innerHTML="",d.style.cssText=o+"width:1px;padding:1px;display:inline;zoom:1",t.inlineBlockNeedsLayout=3===d.offsetWidth,d.style.display="block",d.innerHTML="<div></div>",d.firstChild.style.width="5px",t.shrinkWrapBlocks=3!==d.offsetWidth,t.inlineBlockNeedsLayout&&(a.style.zoom=1)),a.removeChild(n),n=d=i=r=null)}),n=o=a=s=r=i=null,t}({});var kt=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,Et=/([A-Z])/g;ct.extend({cache:{},noData:{applet:!0,embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(e){return e=e.nodeType?ct.cache[e[ct.expando]]:e[ct.expando],!!e&&!s(e)},data:function(e,t,n){return i(e,t,n)},removeData:function(e,t){return o(e,t)},_data:function(e,t,n){return i(e,t,n,!0)},_removeData:function(e,t){return o(e,t,!0)},acceptData:function(e){if(e.nodeType&&1!==e.nodeType&&9!==e.nodeType)return!1;var t=e.nodeName&&ct.noData[e.nodeName.toLowerCase()];return!t||t!==!0&&e.getAttribute("classid")===t}}),ct.fn.extend({data:function(e,n){var r,i,o=null,s=0,u=this[0];if(e===t){if(this.length&&(o=ct.data(u),1===u.nodeType&&!ct._data(u,"parsedAttrs"))){for(r=u.attributes;r.length>s;s++)i=r[s].name,0===i.indexOf("data-")&&(i=ct.camelCase(i.slice(5)),a(u,i,o[i]));ct._data(u,"parsedAttrs",!0)}return o}return"object"==typeof e?this.each(function(){ct.data(this,e)}):arguments.length>1?this.each(function(){ct.data(this,e,n)}):u?a(u,e,ct.data(u,e)):null},removeData:function(e){return this.each(function(){ct.removeData(this,e)})}}),ct.extend({queue:function(e,n,r){var i;return e?(n=(n||"fx")+"queue",i=ct._data(e,n),r&&(!i||ct.isArray(r)?i=ct._data(e,n,ct.makeArray(r)):i.push(r)),i||[]):t},dequeue:function(e,t){t=t||"fx";var n=ct.queue(e,t),r=n.length,i=n.shift(),o=ct._queueHooks(e,t),a=function(){ct.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return ct._data(e,n)||ct._data(e,n,{empty:ct.Callbacks("once memory").add(function(){ct._removeData(e,t+"queue"),ct._removeData(e,n)})})}}),ct.fn.extend({queue:function(e,n){var r=2;return"string"!=typeof e&&(n=e,e="fx",r--),r>arguments.length?ct.queue(this[0],e):n===t?this:this.each(function(){var t=ct.queue(this,e,n);ct._queueHooks(this,e),"fx"===e&&"inprogress"!==t[0]&&ct.dequeue(this,e)})},dequeue:function(e){return this.each(function(){ct.dequeue(this,e)})},delay:function(e,t){return e=ct.fx?ct.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var r=setTimeout(t,e);n.stop=function(){clearTimeout(r)}})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,n){var r,i=1,o=ct.Deferred(),a=this,s=this.length,u=function(){--i||o.resolveWith(a,[a])};for("string"!=typeof e&&(n=e,e=t),e=e||"fx";s--;)r=ct._data(a[s],e+"queueHooks"),r&&r.empty&&(i++,r.empty.add(u));return u(),o.promise(n)}});var Dt,Ft,At=/[\t\r\n\f]/g,Mt=/\r/g,Nt=/^(?:input|select|textarea|button|object)$/i,jt=/^(?:a|area)$/i,Ot=/^(?:checked|selected)$/i,Rt=ct.support.getSetAttribute,Lt=ct.support.input;ct.fn.extend({attr:function(e,t){return ct.access(this,ct.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){ct.removeAttr(this,e)})},prop:function(e,t){return ct.access(this,ct.prop,e,t,arguments.length>1)},removeProp:function(e){return e=ct.propFix[e]||e,this.each(function(){try{this[e]=t,delete this[e]}catch(n){}})},addClass:function(e){var t,n,r,i,o,a=0,s=this.length,u="string"==typeof e&&e;if(ct.isFunction(e))return this.each(function(t){ct(this).addClass(e.call(this,t,this.className))});if(u)for(t=(e||"").match(ft)||[];s>a;a++)if(n=this[a],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(At," "):" ")){for(o=0;i=t[o++];)0>r.indexOf(" "+i+" ")&&(r+=i+" ");n.className=ct.trim(r)}return this},removeClass:function(e){var t,n,r,i,o,a=0,s=this.length,u=0===arguments.length||"string"==typeof e&&e;if(ct.isFunction(e))return this.each(function(t){ct(this).removeClass(e.call(this,t,this.className))});if(u)for(t=(e||"").match(ft)||[];s>a;a++)if(n=this[a],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(At," "):"")){for(o=0;i=t[o++];)for(;r.indexOf(" "+i+" ")>=0;)r=r.replace(" "+i+" "," ");n.className=e?ct.trim(r):""}return this},toggleClass:function(e,t){var n=typeof e;return"boolean"==typeof t&&"string"===n?t?this.addClass(e):this.removeClass(e):this.each(ct.isFunction(e)?function(n){ct(this).toggleClass(e.call(this,n,this.className,t),t)}:function(){if("string"===n)for(var t,r=0,i=ct(this),o=e.match(ft)||[];t=o[r++];)i.hasClass(t)?i.removeClass(t):i.addClass(t);else(n===G||"boolean"===n)&&(this.className&&ct._data(this,"__className__",this.className),this.className=this.className||e===!1?"":ct._data(this,"__className__")||"")})},hasClass:function(e){for(var t=" "+e+" ",n=0,r=this.length;r>n;n++)if(1===this[n].nodeType&&(" "+this[n].className+" ").replace(At," ").indexOf(t)>=0)return!0;return!1},val:function(e){var n,r,i,o=this[0];return arguments.length?(i=ct.isFunction(e),this.each(function(n){var o;1===this.nodeType&&(o=i?e.call(this,n,ct(this).val()):e,null==o?o="":"number"==typeof o?o+="":ct.isArray(o)&&(o=ct.map(o,function(e){return null==e?"":e+""})),r=ct.valHooks[this.type]||ct.valHooks[this.nodeName.toLowerCase()],r&&"set"in r&&r.set(this,o,"value")!==t||(this.value=o))})):o?(r=ct.valHooks[o.type]||ct.valHooks[o.nodeName.toLowerCase()],r&&"get"in r&&(n=r.get(o,"value"))!==t?n:(n=o.value,"string"==typeof n?n.replace(Mt,""):null==n?"":n)):void 0}}),ct.extend({valHooks:{option:{get:function(e){var t=ct.find.attr(e,"value");return null!=t?t:e.text}},select:{get:function(e){for(var t,n,r=e.options,i=e.selectedIndex,o="select-one"===e.type||0>i,a=o?null:[],s=o?i+1:r.length,u=0>i?s:o?i:0;s>u;u++)if(n=r[u],!(!n.selected&&u!==i||(ct.support.optDisabled?n.disabled:null!==n.getAttribute("disabled"))||n.parentNode.disabled&&ct.nodeName(n.parentNode,"optgroup"))){if(t=ct(n).val(),o)return t;a.push(t)}return a},set:function(e,t){for(var n,r,i=e.options,o=ct.makeArray(t),a=i.length;a--;)r=i[a],(r.selected=ct.inArray(ct(r).val(),o)>=0)&&(n=!0);return n||(e.selectedIndex=-1),o}}},attr:function(e,n,r){var i,o,a=e.nodeType;return e&&3!==a&&8!==a&&2!==a?typeof e.getAttribute===G?ct.prop(e,n,r):(1===a&&ct.isXMLDoc(e)||(n=n.toLowerCase(),i=ct.attrHooks[n]||(ct.expr.match.bool.test(n)?Ft:Dt)),r===t?i&&"get"in i&&null!==(o=i.get(e,n))?o:(o=ct.find.attr(e,n),null==o?t:o):null!==r?i&&"set"in i&&(o=i.set(e,r,n))!==t?o:(e.setAttribute(n,r+""),r):(ct.removeAttr(e,n),t)):void 0},removeAttr:function(e,t){var n,r,i=0,o=t&&t.match(ft);if(o&&1===e.nodeType)for(;n=o[i++];)r=ct.propFix[n]||n,ct.expr.match.bool.test(n)?Lt&&Rt||!Ot.test(n)?e[r]=!1:e[ct.camelCase("default-"+n)]=e[r]=!1:ct.attr(e,n,""),e.removeAttribute(Rt?n:r)},attrHooks:{type:{set:function(e,t){if(!ct.support.radioValue&&"radio"===t&&ct.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},propFix:{"for":"htmlFor","class":"className"},prop:function(e,n,r){var i,o,a,s=e.nodeType;return e&&3!==s&&8!==s&&2!==s?(a=1!==s||!ct.isXMLDoc(e),a&&(n=ct.propFix[n]||n,o=ct.propHooks[n]),r!==t?o&&"set"in o&&(i=o.set(e,r,n))!==t?i:e[n]=r:o&&"get"in o&&null!==(i=o.get(e,n))?i:e[n]):void 0},propHooks:{tabIndex:{get:function(e){var t=ct.find.attr(e,"tabindex");return t?parseInt(t,10):Nt.test(e.nodeName)||jt.test(e.nodeName)&&e.href?0:-1}}}}),Ft={set:function(e,t,n){return t===!1?ct.removeAttr(e,n):Lt&&Rt||!Ot.test(n)?e.setAttribute(!Rt&&ct.propFix[n]||n,n):e[ct.camelCase("default-"+n)]=e[n]=!0,n}},ct.each(ct.expr.match.bool.source.match(/\w+/g),function(e,n){var r=ct.expr.attrHandle[n]||ct.find.attr;ct.expr.attrHandle[n]=Lt&&Rt||!Ot.test(n)?function(e,n,i){var o=ct.expr.attrHandle[n],a=i?t:(ct.expr.attrHandle[n]=t)!=r(e,n,i)?n.toLowerCase():null;return ct.expr.attrHandle[n]=o,a}:function(e,n,r){return r?t:e[ct.camelCase("default-"+n)]?n.toLowerCase():null}}),Lt&&Rt||(ct.attrHooks.value={set:function(e,n,r){return ct.nodeName(e,"input")?(e.defaultValue=n,t):Dt&&Dt.set(e,n,r)}}),Rt||(Dt={set:function(e,n,r){var i=e.getAttributeNode(r);return i||e.setAttributeNode(i=e.ownerDocument.createAttribute(r)),i.value=n+="","value"===r||n===e.getAttribute(r)?n:t}},ct.expr.attrHandle.id=ct.expr.attrHandle.name=ct.expr.attrHandle.coords=function(e,n,r){var i;return r?t:(i=e.getAttributeNode(n))&&""!==i.value?i.value:null},ct.valHooks.button={get:function(e,n){var r=e.getAttributeNode(n);return r&&r.specified?r.value:t},set:Dt.set},ct.attrHooks.contenteditable={set:function(e,t,n){Dt.set(e,""===t?!1:t,n)}},ct.each(["width","height"],function(e,n){ct.attrHooks[n]={set:function(e,r){return""===r?(e.setAttribute(n,"auto"),r):t}}})),ct.support.hrefNormalized||ct.each(["href","src"],function(e,t){ct.propHooks[t]={get:function(e){return e.getAttribute(t,4)}}}),ct.support.style||(ct.attrHooks.style={get:function(e){return e.style.cssText||t},set:function(e,t){return e.style.cssText=t+""}}),ct.support.optSelected||(ct.propHooks.selected={get:function(e){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null}}),ct.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){ct.propFix[this.toLowerCase()]=this}),ct.support.enctype||(ct.propFix.enctype="encoding"),ct.each(["radio","checkbox"],function(){ct.valHooks[this]={set:function(e,n){return ct.isArray(n)?e.checked=ct.inArray(ct(e).val(),n)>=0:t}},ct.support.checkOn||(ct.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var It=/^(?:input|select|textarea)$/i,Pt=/^key/,Ht=/^(?:mouse|contextmenu)|click/,$t=/^(?:focusinfocus|focusoutblur)$/,zt=/^([^.]*)(?:\.(.+)|)$/;ct.event={global:{},add:function(e,n,r,i,o){var a,s,u,l,c,d,f,h,p,g,m,v=ct._data(e);if(v){for(r.handler&&(l=r,r=l.handler,o=l.selector),r.guid||(r.guid=ct.guid++),(s=v.events)||(s=v.events={}),(d=v.handle)||(d=v.handle=function(e){return typeof ct===G||e&&ct.event.triggered===e.type?t:ct.event.dispatch.apply(d.elem,arguments)},d.elem=e),n=(n||"").match(ft)||[""],u=n.length;u--;)a=zt.exec(n[u])||[],p=m=a[1],g=(a[2]||"").split(".").sort(),p&&(c=ct.event.special[p]||{},p=(o?c.delegateType:c.bindType)||p,c=ct.event.special[p]||{},f=ct.extend({type:p,origType:m,data:i,handler:r,guid:r.guid,selector:o,needsContext:o&&ct.expr.match.needsContext.test(o),namespace:g.join(".")},l),(h=s[p])||(h=s[p]=[],h.delegateCount=0,c.setup&&c.setup.call(e,i,g,d)!==!1||(e.addEventListener?e.addEventListener(p,d,!1):e.attachEvent&&e.attachEvent("on"+p,d))),c.add&&(c.add.call(e,f),f.handler.guid||(f.handler.guid=r.guid)),o?h.splice(h.delegateCount++,0,f):h.push(f),ct.event.global[p]=!0);e=null}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,d,f,h,p,g,m=ct.hasData(e)&&ct._data(e);if(m&&(c=m.events)){for(t=(t||"").match(ft)||[""],l=t.length;l--;)if(s=zt.exec(t[l])||[],h=g=s[1],p=(s[2]||"").split(".").sort(),h){for(d=ct.event.special[h]||{},h=(r?d.delegateType:d.bindType)||h,f=c[h]||[],s=s[2]&&RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),u=o=f.length;o--;)a=f[o],!i&&g!==a.origType||n&&n.guid!==a.guid||s&&!s.test(a.namespace)||r&&r!==a.selector&&("**"!==r||!a.selector)||(f.splice(o,1),a.selector&&f.delegateCount--,d.remove&&d.remove.call(e,a));u&&!f.length&&(d.teardown&&d.teardown.call(e,p,m.handle)!==!1||ct.removeEvent(e,h,m.handle),delete c[h])}else for(h in c)ct.event.remove(e,h+t[l],n,r,!0);ct.isEmptyObject(c)&&(delete m.handle,ct._removeData(e,"events"))}},trigger:function(n,r,i,o){var a,s,u,l,c,d,f,h=[i||Q],p=ut.call(n,"type")?n.type:n,g=ut.call(n,"namespace")?n.namespace.split("."):[];if(u=d=i=i||Q,3!==i.nodeType&&8!==i.nodeType&&!$t.test(p+ct.event.triggered)&&(p.indexOf(".")>=0&&(g=p.split("."),p=g.shift(),g.sort()),s=0>p.indexOf(":")&&"on"+p,n=n[ct.expando]?n:new ct.Event(p,"object"==typeof n&&n),n.isTrigger=o?2:3,n.namespace=g.join("."),n.namespace_re=n.namespace?RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,n.result=t,n.target||(n.target=i),r=null==r?[n]:ct.makeArray(r,[n]),c=ct.event.special[p]||{},o||!c.trigger||c.trigger.apply(i,r)!==!1)){if(!o&&!c.noBubble&&!ct.isWindow(i)){for(l=c.delegateType||p,$t.test(l+p)||(u=u.parentNode);u;u=u.parentNode)h.push(u),d=u;d===(i.ownerDocument||Q)&&h.push(d.defaultView||d.parentWindow||e)}for(f=0;(u=h[f++])&&!n.isPropagationStopped();)n.type=f>1?l:c.bindType||p,a=(ct._data(u,"events")||{})[n.type]&&ct._data(u,"handle"),a&&a.apply(u,r),a=s&&u[s],a&&ct.acceptData(u)&&a.apply&&a.apply(u,r)===!1&&n.preventDefault();
if(n.type=p,!o&&!n.isDefaultPrevented()&&(!c._default||c._default.apply(h.pop(),r)===!1)&&ct.acceptData(i)&&s&&i[p]&&!ct.isWindow(i)){d=i[s],d&&(i[s]=null),ct.event.triggered=p;try{i[p]()}catch(m){}ct.event.triggered=t,d&&(i[s]=d)}return n.result}},dispatch:function(e){e=ct.event.fix(e);var n,r,i,o,a,s=[],u=ot.call(arguments),l=(ct._data(this,"events")||{})[e.type]||[],c=ct.event.special[e.type]||{};if(u[0]=e,e.delegateTarget=this,!c.preDispatch||c.preDispatch.call(this,e)!==!1){for(s=ct.event.handlers.call(this,e,l),n=0;(o=s[n++])&&!e.isPropagationStopped();)for(e.currentTarget=o.elem,a=0;(i=o.handlers[a++])&&!e.isImmediatePropagationStopped();)(!e.namespace_re||e.namespace_re.test(i.namespace))&&(e.handleObj=i,e.data=i.data,r=((ct.event.special[i.origType]||{}).handle||i.handler).apply(o.elem,u),r!==t&&(e.result=r)===!1&&(e.preventDefault(),e.stopPropagation()));return c.postDispatch&&c.postDispatch.call(this,e),e.result}},handlers:function(e,n){var r,i,o,a,s=[],u=n.delegateCount,l=e.target;if(u&&l.nodeType&&(!e.button||"click"!==e.type))for(;l!=this;l=l.parentNode||this)if(1===l.nodeType&&(l.disabled!==!0||"click"!==e.type)){for(o=[],a=0;u>a;a++)i=n[a],r=i.selector+" ",o[r]===t&&(o[r]=i.needsContext?ct(r,this).index(l)>=0:ct.find(r,this,null,[l]).length),o[r]&&o.push(i);o.length&&s.push({elem:l,handlers:o})}return n.length>u&&s.push({elem:this,handlers:n.slice(u)}),s},fix:function(e){if(e[ct.expando])return e;var t,n,r,i=e.type,o=e,a=this.fixHooks[i];for(a||(this.fixHooks[i]=a=Ht.test(i)?this.mouseHooks:Pt.test(i)?this.keyHooks:{}),r=a.props?this.props.concat(a.props):this.props,e=new ct.Event(o),t=r.length;t--;)n=r[t],e[n]=o[n];return e.target||(e.target=o.srcElement||Q),3===e.target.nodeType&&(e.target=e.target.parentNode),e.metaKey=!!e.metaKey,a.filter?a.filter(e,o):e},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return null==e.which&&(e.which=null!=t.charCode?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,n){var r,i,o,a=n.button,s=n.fromElement;return null==e.pageX&&null!=n.clientX&&(i=e.target.ownerDocument||Q,o=i.documentElement,r=i.body,e.pageX=n.clientX+(o&&o.scrollLeft||r&&r.scrollLeft||0)-(o&&o.clientLeft||r&&r.clientLeft||0),e.pageY=n.clientY+(o&&o.scrollTop||r&&r.scrollTop||0)-(o&&o.clientTop||r&&r.clientTop||0)),!e.relatedTarget&&s&&(e.relatedTarget=s===e.target?n.toElement:s),e.which||a===t||(e.which=1&a?1:2&a?3:4&a?2:0),e}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==c()&&this.focus)try{return this.focus(),!1}catch(e){}},delegateType:"focusin"},blur:{trigger:function(){return this===c()&&this.blur?(this.blur(),!1):t},delegateType:"focusout"},click:{trigger:function(){return ct.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):t},_default:function(e){return ct.nodeName(e.target,"a")}},beforeunload:{postDispatch:function(e){e.result!==t&&(e.originalEvent.returnValue=e.result)}}},simulate:function(e,t,n,r){var i=ct.extend(new ct.Event,n,{type:e,isSimulated:!0,originalEvent:{}});r?ct.event.trigger(i,null,t):ct.event.dispatch.call(t,i),i.isDefaultPrevented()&&n.preventDefault()}},ct.removeEvent=Q.removeEventListener?function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)}:function(e,t,n){var r="on"+t;e.detachEvent&&(typeof e[r]===G&&(e[r]=null),e.detachEvent(r,n))},ct.Event=function(e,n){return this instanceof ct.Event?(e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.returnValue===!1||e.getPreventDefault&&e.getPreventDefault()?u:l):this.type=e,n&&ct.extend(this,n),this.timeStamp=e&&e.timeStamp||ct.now(),this[ct.expando]=!0,t):new ct.Event(e,n)},ct.Event.prototype={isDefaultPrevented:l,isPropagationStopped:l,isImmediatePropagationStopped:l,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=u,e&&(e.preventDefault?e.preventDefault():e.returnValue=!1)},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=u,e&&(e.stopPropagation&&e.stopPropagation(),e.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u,this.stopPropagation()}},ct.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(e,t){ct.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,o=e.handleObj;return(!i||i!==r&&!ct.contains(r,i))&&(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}}),ct.support.submitBubbles||(ct.event.special.submit={setup:function(){return ct.nodeName(this,"form")?!1:(ct.event.add(this,"click._submit keypress._submit",function(e){var n=e.target,r=ct.nodeName(n,"input")||ct.nodeName(n,"button")?n.form:t;r&&!ct._data(r,"submitBubbles")&&(ct.event.add(r,"submit._submit",function(e){e._submit_bubble=!0}),ct._data(r,"submitBubbles",!0))}),t)},postDispatch:function(e){e._submit_bubble&&(delete e._submit_bubble,this.parentNode&&!e.isTrigger&&ct.event.simulate("submit",this.parentNode,e,!0))},teardown:function(){return ct.nodeName(this,"form")?!1:(ct.event.remove(this,"._submit"),t)}}),ct.support.changeBubbles||(ct.event.special.change={setup:function(){return It.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(ct.event.add(this,"propertychange._change",function(e){"checked"===e.originalEvent.propertyName&&(this._just_changed=!0)}),ct.event.add(this,"click._change",function(e){this._just_changed&&!e.isTrigger&&(this._just_changed=!1),ct.event.simulate("change",this,e,!0)})),!1):(ct.event.add(this,"beforeactivate._change",function(e){var t=e.target;It.test(t.nodeName)&&!ct._data(t,"changeBubbles")&&(ct.event.add(t,"change._change",function(e){!this.parentNode||e.isSimulated||e.isTrigger||ct.event.simulate("change",this.parentNode,e,!0)}),ct._data(t,"changeBubbles",!0))}),t)},handle:function(e){var n=e.target;return this!==n||e.isSimulated||e.isTrigger||"radio"!==n.type&&"checkbox"!==n.type?e.handleObj.handler.apply(this,arguments):t},teardown:function(){return ct.event.remove(this,"._change"),!It.test(this.nodeName)}}),ct.support.focusinBubbles||ct.each({focus:"focusin",blur:"focusout"},function(e,t){var n=0,r=function(e){ct.event.simulate(t,e.target,ct.event.fix(e),!0)};ct.event.special[t]={setup:function(){0===n++&&Q.addEventListener(e,r,!0)},teardown:function(){0===--n&&Q.removeEventListener(e,r,!0)}}}),ct.fn.extend({on:function(e,n,r,i,o){var a,s;if("object"==typeof e){"string"!=typeof n&&(r=r||n,n=t);for(a in e)this.on(a,n,r,e[a],o);return this}if(null==r&&null==i?(i=n,r=n=t):null==i&&("string"==typeof n?(i=r,r=t):(i=r,r=n,n=t)),i===!1)i=l;else if(!i)return this;return 1===o&&(s=i,i=function(e){return ct().off(e),s.apply(this,arguments)},i.guid=s.guid||(s.guid=ct.guid++)),this.each(function(){ct.event.add(this,e,i,r,n)})},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,n,r){var i,o;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,ct(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if("object"==typeof e){for(o in e)this.off(o,n,e[o]);return this}return(n===!1||"function"==typeof n)&&(r=n,n=t),r===!1&&(r=l),this.each(function(){ct.event.remove(this,e,r,n)})},trigger:function(e,t){return this.each(function(){ct.event.trigger(e,t,this)})},triggerHandler:function(e,n){var r=this[0];return r?ct.event.trigger(e,n,r,!0):t}});var Wt=/^.[^:#\[\.,]*$/,qt=/^(?:parents|prev(?:Until|All))/,Ut=ct.expr.match.needsContext,Bt={children:!0,contents:!0,next:!0,prev:!0};ct.fn.extend({find:function(e){var t,n=[],r=this,i=r.length;if("string"!=typeof e)return this.pushStack(ct(e).filter(function(){for(t=0;i>t;t++)if(ct.contains(r[t],this))return!0}));for(t=0;i>t;t++)ct.find(e,r[t],n);return n=this.pushStack(i>1?ct.unique(n):n),n.selector=this.selector?this.selector+" "+e:e,n},has:function(e){var t,n=ct(e,this),r=n.length;return this.filter(function(){for(t=0;r>t;t++)if(ct.contains(this,n[t]))return!0})},not:function(e){return this.pushStack(f(this,e||[],!0))},filter:function(e){return this.pushStack(f(this,e||[],!1))},is:function(e){return!!f(this,"string"==typeof e&&Ut.test(e)?ct(e):e||[],!1).length},closest:function(e,t){for(var n,r=0,i=this.length,o=[],a=Ut.test(e)||"string"!=typeof e?ct(e,t||this.context):0;i>r;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(11>n.nodeType&&(a?a.index(n)>-1:1===n.nodeType&&ct.find.matchesSelector(n,e))){n=o.push(n);break}return this.pushStack(o.length>1?ct.unique(o):o)},index:function(e){return e?"string"==typeof e?ct.inArray(this[0],ct(e)):ct.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){var n="string"==typeof e?ct(e,t):ct.makeArray(e&&e.nodeType?[e]:e),r=ct.merge(this.get(),n);return this.pushStack(ct.unique(r))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),ct.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return ct.dir(e,"parentNode")},parentsUntil:function(e,t,n){return ct.dir(e,"parentNode",n)},next:function(e){return d(e,"nextSibling")},prev:function(e){return d(e,"previousSibling")},nextAll:function(e){return ct.dir(e,"nextSibling")},prevAll:function(e){return ct.dir(e,"previousSibling")},nextUntil:function(e,t,n){return ct.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return ct.dir(e,"previousSibling",n)},siblings:function(e){return ct.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return ct.sibling(e.firstChild)},contents:function(e){return ct.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:ct.merge([],e.childNodes)}},function(e,t){ct.fn[e]=function(n,r){var i=ct.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=ct.filter(r,i)),this.length>1&&(Bt[e]||(i=ct.unique(i)),qt.test(e)&&(i=i.reverse())),this.pushStack(i)}}),ct.extend({filter:function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?ct.find.matchesSelector(r,e)?[r]:[]:ct.find.matches(e,ct.grep(t,function(e){return 1===e.nodeType}))},dir:function(e,n,r){for(var i=[],o=e[n];o&&9!==o.nodeType&&(r===t||1!==o.nodeType||!ct(o).is(r));)1===o.nodeType&&i.push(o),o=o[n];return i},sibling:function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n}});var Yt="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",Vt=/ jQuery\d+="(?:null|\d+)"/g,Gt=RegExp("<(?:"+Yt+")[\\s/>]","i"),Xt=/^\s+/,Qt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,Jt=/<([\w:]+)/,Zt=/<tbody/i,Kt=/<|&#?\w+;/,en=/<(?:script|style|link)/i,tn=/^(?:checkbox|radio)$/i,nn=/checked\s*(?:[^=]|=\s*.checked.)/i,rn=/^$|\/(?:java|ecma)script/i,on=/^true\/(.*)/,an=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,sn={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</object>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:ct.support.htmlSerialize?[0,"",""]:[1,"X<div>","</div>"]},un=h(Q),ln=un.appendChild(Q.createElement("div"));sn.optgroup=sn.option,sn.tbody=sn.tfoot=sn.colgroup=sn.caption=sn.thead,sn.th=sn.td,ct.fn.extend({text:function(e){return ct.access(this,function(e){return e===t?ct.text(this):this.empty().append((this[0]&&this[0].ownerDocument||Q).createTextNode(e))},null,e,arguments.length)},append:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=p(this,e);t.appendChild(e)}})},prepend:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=p(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},remove:function(e,t){for(var n,r=e?ct.filter(e,this):this,i=0;null!=(n=r[i]);i++)t||1!==n.nodeType||ct.cleanData(w(n)),n.parentNode&&(t&&ct.contains(n.ownerDocument,n)&&v(w(n,"script")),n.parentNode.removeChild(n));return this},empty:function(){for(var e,t=0;null!=(e=this[t]);t++){for(1===e.nodeType&&ct.cleanData(w(e,!1));e.firstChild;)e.removeChild(e.firstChild);e.options&&ct.nodeName(e,"select")&&(e.options.length=0)}return this},clone:function(e,t){return e=null==e?!1:e,t=null==t?e:t,this.map(function(){return ct.clone(this,e,t)})},html:function(e){return ct.access(this,function(e){var n=this[0]||{},r=0,i=this.length;if(e===t)return 1===n.nodeType?n.innerHTML.replace(Vt,""):t;if(!("string"!=typeof e||en.test(e)||!ct.support.htmlSerialize&&Gt.test(e)||!ct.support.leadingWhitespace&&Xt.test(e)||sn[(Jt.exec(e)||["",""])[1].toLowerCase()])){e=e.replace(Qt,"<$1></$2>");try{for(;i>r;r++)n=this[r]||{},1===n.nodeType&&(ct.cleanData(w(n,!1)),n.innerHTML=e);n=0}catch(o){}}n&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=ct.map(this,function(e){return[e.nextSibling,e.parentNode]}),t=0;return this.domManip(arguments,function(n){var r=e[t++],i=e[t++];i&&(r&&r.parentNode!==i&&(r=this.nextSibling),ct(this).remove(),i.insertBefore(n,r))},!0),t?this:this.remove()},detach:function(e){return this.remove(e,!0)},domManip:function(e,t,n){e=rt.apply([],e);var r,i,o,a,s,u,l=0,c=this.length,d=this,f=c-1,h=e[0],p=ct.isFunction(h);if(p||!(1>=c||"string"!=typeof h||ct.support.checkClone)&&nn.test(h))return this.each(function(r){var i=d.eq(r);p&&(e[0]=h.call(this,r,i.html())),i.domManip(e,t,n)});if(c&&(u=ct.buildFragment(e,this[0].ownerDocument,!1,!n&&this),r=u.firstChild,1===u.childNodes.length&&(u=r),r)){for(a=ct.map(w(u,"script"),g),o=a.length;c>l;l++)i=u,l!==f&&(i=ct.clone(i,!0,!0),o&&ct.merge(a,w(i,"script"))),t.call(this[l],i,l);if(o)for(s=a[a.length-1].ownerDocument,ct.map(a,m),l=0;o>l;l++)i=a[l],rn.test(i.type||"")&&!ct._data(i,"globalEval")&&ct.contains(s,i)&&(i.src?ct._evalUrl(i.src):ct.globalEval((i.text||i.textContent||i.innerHTML||"").replace(an,"")));u=r=null}return this}}),ct.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){ct.fn[e]=function(e){for(var n,r=0,i=[],o=ct(e),a=o.length-1;a>=r;r++)n=r===a?this:this.clone(!0),ct(o[r])[t](n),it.apply(i,n.get());return this.pushStack(i)}}),ct.extend({clone:function(e,t,n){var r,i,o,a,s,u=ct.contains(e.ownerDocument,e);if(ct.support.html5Clone||ct.isXMLDoc(e)||!Gt.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(ln.innerHTML=e.outerHTML,ln.removeChild(o=ln.firstChild)),!(ct.support.noCloneEvent&&ct.support.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||ct.isXMLDoc(e)))for(r=w(o),s=w(e),a=0;null!=(i=s[a]);++a)r[a]&&b(i,r[a]);if(t)if(n)for(s=s||w(e),r=r||w(o),a=0;null!=(i=s[a]);a++)y(i,r[a]);else y(e,o);return r=w(o,"script"),r.length>0&&v(r,!u&&w(e,"script")),r=s=i=null,o},buildFragment:function(e,t,n,r){for(var i,o,a,s,u,l,c,d=e.length,f=h(t),p=[],g=0;d>g;g++)if(o=e[g],o||0===o)if("object"===ct.type(o))ct.merge(p,o.nodeType?[o]:o);else if(Kt.test(o)){for(s=s||f.appendChild(t.createElement("div")),u=(Jt.exec(o)||["",""])[1].toLowerCase(),c=sn[u]||sn._default,s.innerHTML=c[1]+o.replace(Qt,"<$1></$2>")+c[2],i=c[0];i--;)s=s.lastChild;if(!ct.support.leadingWhitespace&&Xt.test(o)&&p.push(t.createTextNode(Xt.exec(o)[0])),!ct.support.tbody)for(o="table"!==u||Zt.test(o)?"<table>"!==c[1]||Zt.test(o)?0:s:s.firstChild,i=o&&o.childNodes.length;i--;)ct.nodeName(l=o.childNodes[i],"tbody")&&!l.childNodes.length&&o.removeChild(l);for(ct.merge(p,s.childNodes),s.textContent="";s.firstChild;)s.removeChild(s.firstChild);s=f.lastChild}else p.push(t.createTextNode(o));for(s&&f.removeChild(s),ct.support.appendChecked||ct.grep(w(p,"input"),x),g=0;o=p[g++];)if((!r||-1===ct.inArray(o,r))&&(a=ct.contains(o.ownerDocument,o),s=w(f.appendChild(o),"script"),a&&v(s),n))for(i=0;o=s[i++];)rn.test(o.type||"")&&n.push(o);return s=null,f},cleanData:function(e,t){for(var n,r,i,o,a=0,s=ct.expando,u=ct.cache,l=ct.support.deleteExpando,c=ct.event.special;null!=(n=e[a]);a++)if((t||ct.acceptData(n))&&(i=n[s],o=i&&u[i])){if(o.events)for(r in o.events)c[r]?ct.event.remove(n,r):ct.removeEvent(n,r,o.handle);u[i]&&(delete u[i],l?delete n[s]:typeof n.removeAttribute!==G?n.removeAttribute(s):n[s]=null,tt.push(i))}},_evalUrl:function(e){return ct.ajax({url:e,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})}}),ct.fn.extend({wrapAll:function(e){if(ct.isFunction(e))return this.each(function(t){ct(this).wrapAll(e.call(this,t))});if(this[0]){var t=ct(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var e=this;e.firstChild&&1===e.firstChild.nodeType;)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return this.each(ct.isFunction(e)?function(t){ct(this).wrapInner(e.call(this,t))}:function(){var t=ct(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=ct.isFunction(e);return this.each(function(n){ct(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){ct.nodeName(this,"body")||ct(this).replaceWith(this.childNodes)}).end()}});var cn,dn,fn,hn=/alpha\([^)]*\)/i,pn=/opacity\s*=\s*([^)]*)/,gn=/^(top|right|bottom|left)$/,mn=/^(none|table(?!-c[ea]).+)/,vn=/^margin/,yn=RegExp("^("+dt+")(.*)$","i"),bn=RegExp("^("+dt+")(?!px)[a-z%]+$","i"),wn=RegExp("^([+-])=("+dt+")","i"),xn={BODY:"block"},_n={position:"absolute",visibility:"hidden",display:"block"},Sn={letterSpacing:0,fontWeight:400},Tn=["Top","Right","Bottom","Left"],Cn=["Webkit","O","Moz","ms"];ct.fn.extend({css:function(e,n){return ct.access(this,function(e,n,r){var i,o,a={},s=0;if(ct.isArray(n)){for(o=dn(e),i=n.length;i>s;s++)a[n[s]]=ct.css(e,n[s],!1,o);return a}return r!==t?ct.style(e,n,r):ct.css(e,n)},e,n,arguments.length>1)},show:function(){return T(this,!0)},hide:function(){return T(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){S(this)?ct(this).show():ct(this).hide()})}}),ct.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=fn(e,"opacity");return""===n?"1":n}}}},cssNumber:{columnCount:!0,fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":ct.support.cssFloat?"cssFloat":"styleFloat"},style:function(e,n,r,i){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var o,a,s,u=ct.camelCase(n),l=e.style;if(n=ct.cssProps[u]||(ct.cssProps[u]=_(l,u)),s=ct.cssHooks[n]||ct.cssHooks[u],r===t)return s&&"get"in s&&(o=s.get(e,!1,i))!==t?o:l[n];if(a=typeof r,"string"===a&&(o=wn.exec(r))&&(r=(o[1]+1)*o[2]+parseFloat(ct.css(e,n)),a="number"),!(null==r||"number"===a&&isNaN(r)||("number"!==a||ct.cssNumber[u]||(r+="px"),ct.support.clearCloneStyle||""!==r||0!==n.indexOf("background")||(l[n]="inherit"),s&&"set"in s&&(r=s.set(e,r,i))===t)))try{l[n]=r}catch(c){}}},css:function(e,n,r,i){var o,a,s,u=ct.camelCase(n);return n=ct.cssProps[u]||(ct.cssProps[u]=_(e.style,u)),s=ct.cssHooks[n]||ct.cssHooks[u],s&&"get"in s&&(a=s.get(e,!0,r)),a===t&&(a=fn(e,n,i)),"normal"===a&&n in Sn&&(a=Sn[n]),""===r||r?(o=parseFloat(a),r===!0||ct.isNumeric(o)?o||0:a):a}}),e.getComputedStyle?(dn=function(t){return e.getComputedStyle(t,null)},fn=function(e,n,r){var i,o,a,s=r||dn(e),u=s?s.getPropertyValue(n)||s[n]:t,l=e.style;return s&&(""!==u||ct.contains(e.ownerDocument,e)||(u=ct.style(e,n)),bn.test(u)&&vn.test(n)&&(i=l.width,o=l.minWidth,a=l.maxWidth,l.minWidth=l.maxWidth=l.width=u,u=s.width,l.width=i,l.minWidth=o,l.maxWidth=a)),u}):Q.documentElement.currentStyle&&(dn=function(e){return e.currentStyle},fn=function(e,n,r){var i,o,a,s=r||dn(e),u=s?s[n]:t,l=e.style;return null==u&&l&&l[n]&&(u=l[n]),bn.test(u)&&!gn.test(n)&&(i=l.left,o=e.runtimeStyle,a=o&&o.left,a&&(o.left=e.currentStyle.left),l.left="fontSize"===n?"1em":u,u=l.pixelLeft+"px",l.left=i,a&&(o.left=a)),""===u?"auto":u}),ct.each(["height","width"],function(e,n){ct.cssHooks[n]={get:function(e,r,i){return r?0===e.offsetWidth&&mn.test(ct.css(e,"display"))?ct.swap(e,_n,function(){return E(e,n,i)}):E(e,n,i):t},set:function(e,t,r){var i=r&&dn(e);return C(e,t,r?k(e,n,r,ct.support.boxSizing&&"border-box"===ct.css(e,"boxSizing",!1,i),i):0)}}}),ct.support.opacity||(ct.cssHooks.opacity={get:function(e,t){return pn.test((t&&e.currentStyle?e.currentStyle.filter:e.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":t?"1":""},set:function(e,t){var n=e.style,r=e.currentStyle,i=ct.isNumeric(t)?"alpha(opacity="+100*t+")":"",o=r&&r.filter||n.filter||"";n.zoom=1,(t>=1||""===t)&&""===ct.trim(o.replace(hn,""))&&n.removeAttribute&&(n.removeAttribute("filter"),""===t||r&&!r.filter)||(n.filter=hn.test(o)?o.replace(hn,i):o+" "+i)}}),ct(function(){ct.support.reliableMarginRight||(ct.cssHooks.marginRight={get:function(e,n){return n?ct.swap(e,{display:"inline-block"},fn,[e,"marginRight"]):t}}),!ct.support.pixelPosition&&ct.fn.position&&ct.each(["top","left"],function(e,n){ct.cssHooks[n]={get:function(e,r){return r?(r=fn(e,n),bn.test(r)?ct(e).position()[n]+"px":r):t}}})}),ct.expr&&ct.expr.filters&&(ct.expr.filters.hidden=function(e){return 0>=e.offsetWidth&&0>=e.offsetHeight||!ct.support.reliableHiddenOffsets&&"none"===(e.style&&e.style.display||ct.css(e,"display"))},ct.expr.filters.visible=function(e){return!ct.expr.filters.hidden(e)}),ct.each({margin:"",padding:"",border:"Width"},function(e,t){ct.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];4>r;r++)i[e+Tn[r]+t]=o[r]||o[r-2]||o[0];return i}},vn.test(e)||(ct.cssHooks[e+t].set=C)});var kn=/%20/g,En=/\[\]$/,Dn=/\r?\n/g,Fn=/^(?:submit|button|image|reset|file)$/i,An=/^(?:input|select|textarea|keygen)/i;ct.fn.extend({serialize:function(){return ct.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=ct.prop(this,"elements");return e?ct.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!ct(this).is(":disabled")&&An.test(this.nodeName)&&!Fn.test(e)&&(this.checked||!tn.test(e))}).map(function(e,t){var n=ct(this).val();return null==n?null:ct.isArray(n)?ct.map(n,function(e){return{name:t.name,value:e.replace(Dn,"\r\n")}}):{name:t.name,value:n.replace(Dn,"\r\n")}}).get()}}),ct.param=function(e,n){var r,i=[],o=function(e,t){t=ct.isFunction(t)?t():null==t?"":t,i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};if(n===t&&(n=ct.ajaxSettings&&ct.ajaxSettings.traditional),ct.isArray(e)||e.jquery&&!ct.isPlainObject(e))ct.each(e,function(){o(this.name,this.value)});else for(r in e)A(r,e[r],n,o);return i.join("&").replace(kn,"+")},ct.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(e,t){ct.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),ct.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}});var Mn,Nn,jn=ct.now(),On=/\?/,Rn=/#.*$/,Ln=/([?&])_=[^&]*/,In=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Pn=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Hn=/^(?:GET|HEAD)$/,$n=/^\/\//,zn=/^([\w.+-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,Wn=ct.fn.load,qn={},Un={},Bn="*/".concat("*");try{Nn=X.href}catch(Yn){Nn=Q.createElement("a"),Nn.href="",Nn=Nn.href}Mn=zn.exec(Nn.toLowerCase())||[],ct.fn.load=function(e,n,r){if("string"!=typeof e&&Wn)return Wn.apply(this,arguments);var i,o,a,s=this,u=e.indexOf(" ");return u>=0&&(i=e.slice(u,e.length),e=e.slice(0,u)),ct.isFunction(n)?(r=n,n=t):n&&"object"==typeof n&&(a="POST"),s.length>0&&ct.ajax({url:e,type:a,dataType:"html",data:n}).done(function(e){o=arguments,s.html(i?ct("<div>").append(ct.parseHTML(e)).find(i):e)}).complete(r&&function(e,t){s.each(r,o||[e.responseText,t,e])}),this},ct.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ct.fn[t]=function(e){return this.on(t,e)}}),ct.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Nn,type:"GET",isLocal:Pn.test(Mn[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Bn,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":ct.parseJSON,"text xml":ct.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?j(j(e,ct.ajaxSettings),t):j(ct.ajaxSettings,e)},ajaxPrefilter:M(qn),ajaxTransport:M(Un),ajax:function(e,n){function r(e,n,r,i){var o,d,y,b,x,S=n;2!==w&&(w=2,u&&clearTimeout(u),c=t,s=i||"",_.readyState=e>0?4:0,o=e>=200&&300>e||304===e,r&&(b=O(f,_,r)),b=R(f,b,_,o),o?(f.ifModified&&(x=_.getResponseHeader("Last-Modified"),x&&(ct.lastModified[a]=x),x=_.getResponseHeader("etag"),x&&(ct.etag[a]=x)),204===e||"HEAD"===f.type?S="nocontent":304===e?S="notmodified":(S=b.state,d=b.data,y=b.error,o=!y)):(y=S,(e||!S)&&(S="error",0>e&&(e=0))),_.status=e,_.statusText=(n||S)+"",o?g.resolveWith(h,[d,S,_]):g.rejectWith(h,[_,S,y]),_.statusCode(v),v=t,l&&p.trigger(o?"ajaxSuccess":"ajaxError",[_,f,o?d:y]),m.fireWith(h,[_,S]),l&&(p.trigger("ajaxComplete",[_,f]),--ct.active||ct.event.trigger("ajaxStop")))}"object"==typeof e&&(n=e,e=t),n=n||{};var i,o,a,s,u,l,c,d,f=ct.ajaxSetup({},n),h=f.context||f,p=f.context&&(h.nodeType||h.jquery)?ct(h):ct.event,g=ct.Deferred(),m=ct.Callbacks("once memory"),v=f.statusCode||{},y={},b={},w=0,x="canceled",_={readyState:0,getResponseHeader:function(e){var t;if(2===w){if(!d)for(d={};t=In.exec(s);)d[t[1].toLowerCase()]=t[2];t=d[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===w?s:null},setRequestHeader:function(e,t){var n=e.toLowerCase();return w||(e=b[n]=b[n]||e,y[e]=t),this},overrideMimeType:function(e){return w||(f.mimeType=e),this},statusCode:function(e){var t;if(e)if(2>w)for(t in e)v[t]=[v[t],e[t]];else _.always(e[_.status]);return this},abort:function(e){var t=e||x;return c&&c.abort(t),r(0,t),this}};if(g.promise(_).complete=m.add,_.success=_.done,_.error=_.fail,f.url=((e||f.url||Nn)+"").replace(Rn,"").replace($n,Mn[1]+"//"),f.type=n.method||n.type||f.method||f.type,f.dataTypes=ct.trim(f.dataType||"*").toLowerCase().match(ft)||[""],null==f.crossDomain&&(i=zn.exec(f.url.toLowerCase()),f.crossDomain=!(!i||i[1]===Mn[1]&&i[2]===Mn[2]&&(i[3]||("http:"===i[1]?"80":"443"))===(Mn[3]||("http:"===Mn[1]?"80":"443")))),f.data&&f.processData&&"string"!=typeof f.data&&(f.data=ct.param(f.data,f.traditional)),N(qn,f,n,_),2===w)return _;l=f.global,l&&0===ct.active++&&ct.event.trigger("ajaxStart"),f.type=f.type.toUpperCase(),f.hasContent=!Hn.test(f.type),a=f.url,f.hasContent||(f.data&&(a=f.url+=(On.test(a)?"&":"?")+f.data,delete f.data),f.cache===!1&&(f.url=Ln.test(a)?a.replace(Ln,"$1_="+jn++):a+(On.test(a)?"&":"?")+"_="+jn++)),f.ifModified&&(ct.lastModified[a]&&_.setRequestHeader("If-Modified-Since",ct.lastModified[a]),ct.etag[a]&&_.setRequestHeader("If-None-Match",ct.etag[a])),(f.data&&f.hasContent&&f.contentType!==!1||n.contentType)&&_.setRequestHeader("Content-Type",f.contentType),_.setRequestHeader("Accept",f.dataTypes[0]&&f.accepts[f.dataTypes[0]]?f.accepts[f.dataTypes[0]]+("*"!==f.dataTypes[0]?", "+Bn+"; q=0.01":""):f.accepts["*"]);for(o in f.headers)_.setRequestHeader(o,f.headers[o]);if(f.beforeSend&&(f.beforeSend.call(h,_,f)===!1||2===w))return _.abort();x="abort";for(o in{success:1,error:1,complete:1})_[o](f[o]);if(c=N(Un,f,n,_)){_.readyState=1,l&&p.trigger("ajaxSend",[_,f]),f.async&&f.timeout>0&&(u=setTimeout(function(){_.abort("timeout")},f.timeout));try{w=1,c.send(y,r)}catch(S){if(!(2>w))throw S;r(-1,S)}}else r(-1,"No Transport");return _},getJSON:function(e,t,n){return ct.get(e,t,n,"json")},getScript:function(e,n){return ct.get(e,t,n,"script")}}),ct.each(["get","post"],function(e,n){ct[n]=function(e,r,i,o){return ct.isFunction(r)&&(o=o||i,i=r,r=t),ct.ajax({url:e,type:n,dataType:o,data:r,success:i})}}),ct.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(e){return ct.globalEval(e),e}}}),ct.ajaxPrefilter("script",function(e){e.cache===t&&(e.cache=!1),e.crossDomain&&(e.type="GET",e.global=!1)}),ct.ajaxTransport("script",function(e){if(e.crossDomain){var n,r=Q.head||ct("head")[0]||Q.documentElement;return{send:function(t,i){n=Q.createElement("script"),n.async=!0,e.scriptCharset&&(n.charset=e.scriptCharset),n.src=e.url,n.onload=n.onreadystatechange=function(e,t){(t||!n.readyState||/loaded|complete/.test(n.readyState))&&(n.onload=n.onreadystatechange=null,n.parentNode&&n.parentNode.removeChild(n),n=null,t||i(200,"success"))},r.insertBefore(n,r.firstChild)},abort:function(){n&&n.onload(t,!0)}}}});var Vn=[],Gn=/(=)\?(?=&|$)|\?\?/;ct.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Vn.pop()||ct.expando+"_"+jn++;return this[e]=!0,e}}),ct.ajaxPrefilter("json jsonp",function(n,r,i){var o,a,s,u=n.jsonp!==!1&&(Gn.test(n.url)?"url":"string"==typeof n.data&&!(n.contentType||"").indexOf("application/x-www-form-urlencoded")&&Gn.test(n.data)&&"data");return u||"jsonp"===n.dataTypes[0]?(o=n.jsonpCallback=ct.isFunction(n.jsonpCallback)?n.jsonpCallback():n.jsonpCallback,u?n[u]=n[u].replace(Gn,"$1"+o):n.jsonp!==!1&&(n.url+=(On.test(n.url)?"&":"?")+n.jsonp+"="+o),n.converters["script json"]=function(){return s||ct.error(o+" was not called"),s[0]},n.dataTypes[0]="json",a=e[o],e[o]=function(){s=arguments},i.always(function(){e[o]=a,n[o]&&(n.jsonpCallback=r.jsonpCallback,Vn.push(o)),s&&ct.isFunction(a)&&a(s[0]),s=a=t}),"script"):t});var Xn,Qn,Jn=0,Zn=e.ActiveXObject&&function(){var e;for(e in Xn)Xn[e](t,!0)};ct.ajaxSettings.xhr=e.ActiveXObject?function(){return!this.isLocal&&L()||I()}:L,Qn=ct.ajaxSettings.xhr(),ct.support.cors=!!Qn&&"withCredentials"in Qn,Qn=ct.support.ajax=!!Qn,Qn&&ct.ajaxTransport(function(n){if(!n.crossDomain||ct.support.cors){var r;return{send:function(i,o){var a,s,u=n.xhr();if(n.username?u.open(n.type,n.url,n.async,n.username,n.password):u.open(n.type,n.url,n.async),n.xhrFields)for(s in n.xhrFields)u[s]=n.xhrFields[s];n.mimeType&&u.overrideMimeType&&u.overrideMimeType(n.mimeType),n.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");try{for(s in i)u.setRequestHeader(s,i[s])}catch(l){}u.send(n.hasContent&&n.data||null),r=function(e,i){var s,l,c,d;try{if(r&&(i||4===u.readyState))if(r=t,a&&(u.onreadystatechange=ct.noop,Zn&&delete Xn[a]),i)4!==u.readyState&&u.abort();else{d={},s=u.status,l=u.getAllResponseHeaders(),"string"==typeof u.responseText&&(d.text=u.responseText);try{c=u.statusText}catch(f){c=""}s||!n.isLocal||n.crossDomain?1223===s&&(s=204):s=d.text?200:404}}catch(h){i||o(-1,h)}d&&o(s,c,d,l)},n.async?4===u.readyState?setTimeout(r):(a=++Jn,Zn&&(Xn||(Xn={},ct(e).unload(Zn)),Xn[a]=r),u.onreadystatechange=r):r()},abort:function(){r&&r(t,!0)}}}});var Kn,er,tr=/^(?:toggle|show|hide)$/,nr=RegExp("^(?:([+-])=|)("+dt+")([a-z%]*)$","i"),rr=/queueHooks$/,ir=[W],or={"*":[function(e,t){var n=this.createTween(e,t),r=n.cur(),i=nr.exec(t),o=i&&i[3]||(ct.cssNumber[e]?"":"px"),a=(ct.cssNumber[e]||"px"!==o&&+r)&&nr.exec(ct.css(n.elem,e)),s=1,u=20;
if(a&&a[3]!==o){o=o||a[3],i=i||[],a=+r||1;do s=s||".5",a/=s,ct.style(n.elem,e,a+o);while(s!==(s=n.cur()/r)&&1!==s&&--u)}return i&&(a=n.start=+a||+r||0,n.unit=o,n.end=i[1]?a+(i[1]+1)*i[2]:+i[2]),n}]};ct.Animation=ct.extend($,{tweener:function(e,t){ct.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");for(var n,r=0,i=e.length;i>r;r++)n=e[r],or[n]=or[n]||[],or[n].unshift(t)},prefilter:function(e,t){t?ir.unshift(e):ir.push(e)}}),ct.Tween=q,q.prototype={constructor:q,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||"swing",this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(ct.cssNumber[n]?"":"px")},cur:function(){var e=q.propHooks[this.prop];return e&&e.get?e.get(this):q.propHooks._default.get(this)},run:function(e){var t,n=q.propHooks[this.prop];return this.pos=t=this.options.duration?ct.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):q.propHooks._default.set(this),this}},q.prototype.init.prototype=q.prototype,q.propHooks={_default:{get:function(e){var t;return null==e.elem[e.prop]||e.elem.style&&null!=e.elem.style[e.prop]?(t=ct.css(e.elem,e.prop,""),t&&"auto"!==t?t:0):e.elem[e.prop]},set:function(e){ct.fx.step[e.prop]?ct.fx.step[e.prop](e):e.elem.style&&(null!=e.elem.style[ct.cssProps[e.prop]]||ct.cssHooks[e.prop])?ct.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},q.propHooks.scrollTop=q.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},ct.each(["toggle","show","hide"],function(e,t){var n=ct.fn[t];ct.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(U(t,!0),e,r,i)}}),ct.fn.extend({fadeTo:function(e,t,n,r){return this.filter(S).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=ct.isEmptyObject(e),o=ct.speed(t,n,r),a=function(){var t=$(this,ct.extend({},e),o);(i||ct._data(this,"finish"))&&t.stop(!0)};return a.finish=a,i||o.queue===!1?this.each(a):this.queue(o.queue,a)},stop:function(e,n,r){var i=function(e){var t=e.stop;delete e.stop,t(r)};return"string"!=typeof e&&(r=n,n=e,e=t),n&&e!==!1&&this.queue(e||"fx",[]),this.each(function(){var t=!0,n=null!=e&&e+"queueHooks",o=ct.timers,a=ct._data(this);if(n)a[n]&&a[n].stop&&i(a[n]);else for(n in a)a[n]&&a[n].stop&&rr.test(n)&&i(a[n]);for(n=o.length;n--;)o[n].elem!==this||null!=e&&o[n].queue!==e||(o[n].anim.stop(r),t=!1,o.splice(n,1));(t||!r)&&ct.dequeue(this,e)})},finish:function(e){return e!==!1&&(e=e||"fx"),this.each(function(){var t,n=ct._data(this),r=n[e+"queue"],i=n[e+"queueHooks"],o=ct.timers,a=r?r.length:0;for(n.finish=!0,ct.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;a>t;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}}),ct.each({slideDown:U("show"),slideUp:U("hide"),slideToggle:U("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){ct.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),ct.speed=function(e,t,n){var r=e&&"object"==typeof e?ct.extend({},e):{complete:n||!n&&t||ct.isFunction(e)&&e,duration:e,easing:n&&t||t&&!ct.isFunction(t)&&t};return r.duration=ct.fx.off?0:"number"==typeof r.duration?r.duration:r.duration in ct.fx.speeds?ct.fx.speeds[r.duration]:ct.fx.speeds._default,(null==r.queue||r.queue===!0)&&(r.queue="fx"),r.old=r.complete,r.complete=function(){ct.isFunction(r.old)&&r.old.call(this),r.queue&&ct.dequeue(this,r.queue)},r},ct.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2}},ct.timers=[],ct.fx=q.prototype.init,ct.fx.tick=function(){var e,n=ct.timers,r=0;for(Kn=ct.now();n.length>r;r++)e=n[r],e()||n[r]!==e||n.splice(r--,1);n.length||ct.fx.stop(),Kn=t},ct.fx.timer=function(e){e()&&ct.timers.push(e)&&ct.fx.start()},ct.fx.interval=13,ct.fx.start=function(){er||(er=setInterval(ct.fx.tick,ct.fx.interval))},ct.fx.stop=function(){clearInterval(er),er=null},ct.fx.speeds={slow:600,fast:200,_default:400},ct.fx.step={},ct.expr&&ct.expr.filters&&(ct.expr.filters.animated=function(e){return ct.grep(ct.timers,function(t){return e===t.elem}).length}),ct.fn.offset=function(e){if(arguments.length)return e===t?this:this.each(function(t){ct.offset.setOffset(this,e,t)});var n,r,i={top:0,left:0},o=this[0],a=o&&o.ownerDocument;return a?(n=a.documentElement,ct.contains(n,o)?(typeof o.getBoundingClientRect!==G&&(i=o.getBoundingClientRect()),r=B(a),{top:i.top+(r.pageYOffset||n.scrollTop)-(n.clientTop||0),left:i.left+(r.pageXOffset||n.scrollLeft)-(n.clientLeft||0)}):i):void 0},ct.offset={setOffset:function(e,t,n){var r=ct.css(e,"position");"static"===r&&(e.style.position="relative");var i=ct(e),o=i.offset(),a=ct.css(e,"top"),s=ct.css(e,"left"),u=("absolute"===r||"fixed"===r)&&ct.inArray("auto",[a,s])>-1,l={},c={},d,f;u?(c=i.position(),d=c.top,f=c.left):(d=parseFloat(a)||0,f=parseFloat(s)||0),ct.isFunction(t)&&(t=t.call(e,n,o)),null!=t.top&&(l.top=t.top-o.top+d),null!=t.left&&(l.left=t.left-o.left+f),"using"in t?t.using.call(e,l):i.css(l)}},ct.fn.extend({position:function(){if(this[0]){var e,t,n={top:0,left:0},r=this[0];return"fixed"===ct.css(r,"position")?t=r.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),ct.nodeName(e[0],"html")||(n=e.offset()),n.top+=ct.css(e[0],"borderTopWidth",!0),n.left+=ct.css(e[0],"borderLeftWidth",!0)),{top:t.top-n.top-ct.css(r,"marginTop",!0),left:t.left-n.left-ct.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent||J;e&&!ct.nodeName(e,"html")&&"static"===ct.css(e,"position");)e=e.offsetParent;return e||J})}}),ct.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,n){var r=/Y/.test(n);ct.fn[e]=function(i){return ct.access(this,function(e,i,o){var a=B(e);return o===t?a?n in a?a[n]:a.document.documentElement[i]:e[i]:(a?a.scrollTo(r?ct(a).scrollLeft():o,r?o:ct(a).scrollTop()):e[i]=o,t)},e,i,arguments.length,null)}}),ct.each({Height:"height",Width:"width"},function(e,n){ct.each({padding:"inner"+e,content:n,"":"outer"+e},function(r,i){ct.fn[i]=function(i,o){var a=arguments.length&&(r||"boolean"!=typeof i),s=r||(i===!0||o===!0?"margin":"border");return ct.access(this,function(n,r,i){var o;return ct.isWindow(n)?n.document.documentElement["client"+e]:9===n.nodeType?(o=n.documentElement,Math.max(n.body["scroll"+e],o["scroll"+e],n.body["offset"+e],o["offset"+e],o["client"+e])):i===t?ct.css(n,r,s):ct.style(n,r,i,s)},n,a?i:t,a,null)}})}),ct.fn.size=function(){return this.length},ct.fn.andSelf=ct.fn.addBack,"object"==typeof module&&module&&"object"==typeof module.exports?module.exports=ct:(e.jQuery=e.$=ct,"function"==typeof define&&define.amd&&define("jquery",[],function(){return ct}))}(window),!function(){var e=this,t=e._,n={},r=Array.prototype,i=Object.prototype,o=Function.prototype,a=r.push,s=r.slice,u=r.concat,l=i.toString,c=i.hasOwnProperty,d=r.forEach,f=r.map,h=r.reduce,p=r.reduceRight,g=r.filter,m=r.every,v=r.some,y=r.indexOf,b=r.lastIndexOf,w=Array.isArray,x=Object.keys,_=o.bind,S=function(e){return e instanceof S?e:this instanceof S?void(this._wrapped=e):new S(e)};"undefined"!=typeof exports?("undefined"!=typeof module&&module.exports&&(exports=module.exports=S),exports._=S):e._=S,S.VERSION="1.5.1";var T=S.each=S.forEach=function(e,t,r){if(null!=e)if(d&&e.forEach===d)e.forEach(t,r);else if(e.length===+e.length){for(var i=0,o=e.length;o>i;i++)if(t.call(r,e[i],i,e)===n)return}else for(var a in e)if(S.has(e,a)&&t.call(r,e[a],a,e)===n)return};S.map=S.collect=function(e,t,n){var r=[];return null==e?r:f&&e.map===f?e.map(t,n):(T(e,function(e,i,o){r.push(t.call(n,e,i,o))}),r)};var C="Reduce of empty array with no initial value";S.reduce=S.foldl=S.inject=function(e,t,n,r){var i=arguments.length>2;if(null==e&&(e=[]),h&&e.reduce===h)return r&&(t=S.bind(t,r)),i?e.reduce(t,n):e.reduce(t);if(T(e,function(e,o,a){i?n=t.call(r,n,e,o,a):(n=e,i=!0)}),!i)throw new TypeError(C);return n},S.reduceRight=S.foldr=function(e,t,n,r){var i=arguments.length>2;if(null==e&&(e=[]),p&&e.reduceRight===p)return r&&(t=S.bind(t,r)),i?e.reduceRight(t,n):e.reduceRight(t);var o=e.length;if(o!==+o){var a=S.keys(e);o=a.length}if(T(e,function(s,u,l){u=a?a[--o]:--o,i?n=t.call(r,n,e[u],u,l):(n=e[u],i=!0)}),!i)throw new TypeError(C);return n},S.find=S.detect=function(e,t,n){var r;return k(e,function(e,i,o){return t.call(n,e,i,o)?(r=e,!0):void 0}),r},S.filter=S.select=function(e,t,n){var r=[];return null==e?r:g&&e.filter===g?e.filter(t,n):(T(e,function(e,i,o){t.call(n,e,i,o)&&r.push(e)}),r)},S.reject=function(e,t,n){return S.filter(e,function(e,r,i){return!t.call(n,e,r,i)},n)},S.every=S.all=function(e,t,r){t||(t=S.identity);var i=!0;return null==e?i:m&&e.every===m?e.every(t,r):(T(e,function(e,o,a){return(i=i&&t.call(r,e,o,a))?void 0:n}),!!i)};var k=S.some=S.any=function(e,t,r){t||(t=S.identity);var i=!1;return null==e?i:v&&e.some===v?e.some(t,r):(T(e,function(e,o,a){return i||(i=t.call(r,e,o,a))?n:void 0}),!!i)};S.contains=S.include=function(e,t){return null==e?!1:y&&e.indexOf===y?-1!=e.indexOf(t):k(e,function(e){return e===t})},S.invoke=function(e,t){var n=s.call(arguments,2),r=S.isFunction(t);return S.map(e,function(e){return(r?t:e[t]).apply(e,n)})},S.pluck=function(e,t){return S.map(e,function(e){return e[t]})},S.where=function(e,t,n){return S.isEmpty(t)?n?void 0:[]:S[n?"find":"filter"](e,function(e){for(var n in t)if(t[n]!==e[n])return!1;return!0})},S.findWhere=function(e,t){return S.where(e,t,!0)},S.max=function(e,t,n){if(!t&&S.isArray(e)&&e[0]===+e[0]&&e.length<65535)return Math.max.apply(Math,e);if(!t&&S.isEmpty(e))return-1/0;var r={computed:-1/0,value:-1/0};return T(e,function(e,i,o){var a=t?t.call(n,e,i,o):e;a>r.computed&&(r={value:e,computed:a})}),r.value},S.min=function(e,t,n){if(!t&&S.isArray(e)&&e[0]===+e[0]&&e.length<65535)return Math.min.apply(Math,e);if(!t&&S.isEmpty(e))return 1/0;var r={computed:1/0,value:1/0};return T(e,function(e,i,o){var a=t?t.call(n,e,i,o):e;a<r.computed&&(r={value:e,computed:a})}),r.value},S.shuffle=function(e){var t,n=0,r=[];return T(e,function(e){t=S.random(n++),r[n-1]=r[t],r[t]=e}),r};var E=function(e){return S.isFunction(e)?e:function(t){return t[e]}};S.sortBy=function(e,t,n){var r=E(t);return S.pluck(S.map(e,function(e,t,i){return{value:e,index:t,criteria:r.call(n,e,t,i)}}).sort(function(e,t){var n=e.criteria,r=t.criteria;if(n!==r){if(n>r||void 0===n)return 1;if(r>n||void 0===r)return-1}return e.index<t.index?-1:1}),"value")};var D=function(e,t,n,r){var i={},o=E(null==t?S.identity:t);return T(e,function(t,a){var s=o.call(n,t,a,e);r(i,s,t)}),i};S.groupBy=function(e,t,n){return D(e,t,n,function(e,t,n){(S.has(e,t)?e[t]:e[t]=[]).push(n)})},S.countBy=function(e,t,n){return D(e,t,n,function(e,t){S.has(e,t)||(e[t]=0),e[t]++})},S.sortedIndex=function(e,t,n,r){n=null==n?S.identity:E(n);for(var i=n.call(r,t),o=0,a=e.length;a>o;){var s=o+a>>>1;n.call(r,e[s])<i?o=s+1:a=s}return o},S.toArray=function(e){return e?S.isArray(e)?s.call(e):e.length===+e.length?S.map(e,S.identity):S.values(e):[]},S.size=function(e){return null==e?0:e.length===+e.length?e.length:S.keys(e).length},S.first=S.head=S.take=function(e,t,n){return null==e?void 0:null==t||n?e[0]:s.call(e,0,t)},S.initial=function(e,t,n){return s.call(e,0,e.length-(null==t||n?1:t))},S.last=function(e,t,n){return null==e?void 0:null==t||n?e[e.length-1]:s.call(e,Math.max(e.length-t,0))},S.rest=S.tail=S.drop=function(e,t,n){return s.call(e,null==t||n?1:t)},S.compact=function(e){return S.filter(e,S.identity)};var F=function(e,t,n){return t&&S.every(e,S.isArray)?u.apply(n,e):(T(e,function(e){S.isArray(e)||S.isArguments(e)?t?a.apply(n,e):F(e,t,n):n.push(e)}),n)};S.flatten=function(e,t){return F(e,t,[])},S.without=function(e){return S.difference(e,s.call(arguments,1))},S.uniq=S.unique=function(e,t,n,r){S.isFunction(t)&&(r=n,n=t,t=!1);var i=n?S.map(e,n,r):e,o=[],a=[];return T(i,function(n,r){(t?r&&a[a.length-1]===n:S.contains(a,n))||(a.push(n),o.push(e[r]))}),o},S.union=function(){return S.uniq(S.flatten(arguments,!0))},S.intersection=function(e){var t=s.call(arguments,1);return S.filter(S.uniq(e),function(e){return S.every(t,function(t){return S.indexOf(t,e)>=0})})},S.difference=function(e){var t=u.apply(r,s.call(arguments,1));return S.filter(e,function(e){return!S.contains(t,e)})},S.zip=function(){for(var e=S.max(S.pluck(arguments,"length").concat(0)),t=new Array(e),n=0;e>n;n++)t[n]=S.pluck(arguments,""+n);return t},S.object=function(e,t){if(null==e)return{};for(var n={},r=0,i=e.length;i>r;r++)t?n[e[r]]=t[r]:n[e[r][0]]=e[r][1];return n},S.indexOf=function(e,t,n){if(null==e)return-1;var r=0,i=e.length;if(n){if("number"!=typeof n)return r=S.sortedIndex(e,t),e[r]===t?r:-1;r=0>n?Math.max(0,i+n):n}if(y&&e.indexOf===y)return e.indexOf(t,n);for(;i>r;r++)if(e[r]===t)return r;return-1},S.lastIndexOf=function(e,t,n){if(null==e)return-1;var r=null!=n;if(b&&e.lastIndexOf===b)return r?e.lastIndexOf(t,n):e.lastIndexOf(t);for(var i=r?n:e.length;i--;)if(e[i]===t)return i;return-1},S.range=function(e,t,n){arguments.length<=1&&(t=e||0,e=0),n=arguments[2]||1;for(var r=Math.max(Math.ceil((t-e)/n),0),i=0,o=new Array(r);r>i;)o[i++]=e,e+=n;return o};var A=function(){};S.bind=function(e,t){var n,r;if(_&&e.bind===_)return _.apply(e,s.call(arguments,1));if(!S.isFunction(e))throw new TypeError;return n=s.call(arguments,2),r=function(){if(!(this instanceof r))return e.apply(t,n.concat(s.call(arguments)));A.prototype=e.prototype;var i=new A;A.prototype=null;var o=e.apply(i,n.concat(s.call(arguments)));return Object(o)===o?o:i}},S.partial=function(e){var t=s.call(arguments,1);return function(){return e.apply(this,t.concat(s.call(arguments)))}},S.bindAll=function(e){var t=s.call(arguments,1);if(0===t.length)throw new Error("bindAll must be passed function names");return T(t,function(t){e[t]=S.bind(e[t],e)}),e},S.memoize=function(e,t){var n={};return t||(t=S.identity),function(){var r=t.apply(this,arguments);return S.has(n,r)?n[r]:n[r]=e.apply(this,arguments)}},S.delay=function(e,t){var n=s.call(arguments,2);return setTimeout(function(){return e.apply(null,n)},t)},S.defer=function(e){return S.delay.apply(S,[e,1].concat(s.call(arguments,1)))},S.throttle=function(e,t,n){var r,i,o,a=null,s=0;n||(n={});var u=function(){s=n.leading===!1?0:new Date,a=null,o=e.apply(r,i)};return function(){var l=new Date;s||n.leading!==!1||(s=l);var c=t-(l-s);return r=this,i=arguments,0>=c?(clearTimeout(a),a=null,s=l,o=e.apply(r,i)):a||n.trailing===!1||(a=setTimeout(u,c)),o}},S.debounce=function(e,t,n){var r,i=null;return function(){var o=this,a=arguments,s=function(){i=null,n||(r=e.apply(o,a))},u=n&&!i;return clearTimeout(i),i=setTimeout(s,t),u&&(r=e.apply(o,a)),r}},S.once=function(e){var t,n=!1;return function(){return n?t:(n=!0,t=e.apply(this,arguments),e=null,t)}},S.wrap=function(e,t){return function(){var n=[e];return a.apply(n,arguments),t.apply(this,n)}},S.compose=function(){var e=arguments;return function(){for(var t=arguments,n=e.length-1;n>=0;n--)t=[e[n].apply(this,t)];return t[0]}},S.after=function(e,t){return function(){return--e<1?t.apply(this,arguments):void 0}},S.keys=x||function(e){if(e!==Object(e))throw new TypeError("Invalid object");var t=[];for(var n in e)S.has(e,n)&&t.push(n);return t},S.values=function(e){var t=[];for(var n in e)S.has(e,n)&&t.push(e[n]);return t},S.pairs=function(e){var t=[];for(var n in e)S.has(e,n)&&t.push([n,e[n]]);return t},S.invert=function(e){var t={};for(var n in e)S.has(e,n)&&(t[e[n]]=n);return t},S.functions=S.methods=function(e){var t=[];for(var n in e)S.isFunction(e[n])&&t.push(n);return t.sort()},S.extend=function(e){return T(s.call(arguments,1),function(t){if(t)for(var n in t)e[n]=t[n]}),e},S.pick=function(e){var t={},n=u.apply(r,s.call(arguments,1));return T(n,function(n){n in e&&(t[n]=e[n])}),t},S.omit=function(e){var t={},n=u.apply(r,s.call(arguments,1));for(var i in e)S.contains(n,i)||(t[i]=e[i]);return t},S.defaults=function(e){return T(s.call(arguments,1),function(t){if(t)for(var n in t)void 0===e[n]&&(e[n]=t[n])}),e},S.clone=function(e){return S.isObject(e)?S.isArray(e)?e.slice():S.extend({},e):e},S.tap=function(e,t){return t(e),e};var M=function(e,t,n,r){if(e===t)return 0!==e||1/e==1/t;if(null==e||null==t)return e===t;e instanceof S&&(e=e._wrapped),t instanceof S&&(t=t._wrapped);var i=l.call(e);if(i!=l.call(t))return!1;switch(i){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:0==e?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase}if("object"!=typeof e||"object"!=typeof t)return!1;for(var o=n.length;o--;)if(n[o]==e)return r[o]==t;var a=e.constructor,s=t.constructor;if(a!==s&&!(S.isFunction(a)&&a instanceof a&&S.isFunction(s)&&s instanceof s))return!1;n.push(e),r.push(t);var u=0,c=!0;if("[object Array]"==i){if(u=e.length,c=u==t.length)for(;u--&&(c=M(e[u],t[u],n,r)););}else{for(var d in e)if(S.has(e,d)&&(u++,!(c=S.has(t,d)&&M(e[d],t[d],n,r))))break;if(c){for(d in t)if(S.has(t,d)&&!u--)break;c=!u}}return n.pop(),r.pop(),c};S.isEqual=function(e,t){return M(e,t,[],[])},S.isEmpty=function(e){if(null==e)return!0;if(S.isArray(e)||S.isString(e))return 0===e.length;for(var t in e)if(S.has(e,t))return!1;return!0},S.isElement=function(e){return!(!e||1!==e.nodeType)},S.isArray=w||function(e){return"[object Array]"==l.call(e)},S.isObject=function(e){return e===Object(e)},T(["Arguments","Function","String","Number","Date","RegExp"],function(e){S["is"+e]=function(t){return l.call(t)=="[object "+e+"]"}}),S.isArguments(arguments)||(S.isArguments=function(e){return!(!e||!S.has(e,"callee"))}),"function"!=typeof/./&&(S.isFunction=function(e){return"function"==typeof e}),S.isFinite=function(e){return isFinite(e)&&!isNaN(parseFloat(e))},S.isNaN=function(e){return S.isNumber(e)&&e!=+e},S.isBoolean=function(e){return e===!0||e===!1||"[object Boolean]"==l.call(e)},S.isNull=function(e){return null===e},S.isUndefined=function(e){return void 0===e},S.has=function(e,t){return c.call(e,t)},S.noConflict=function(){return e._=t,this},S.identity=function(e){return e},S.times=function(e,t,n){for(var r=Array(Math.max(0,e)),i=0;e>i;i++)r[i]=t.call(n,i);return r},S.random=function(e,t){return null==t&&(t=e,e=0),e+Math.floor(Math.random()*(t-e+1))};var N={escape:{"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","/":"&#x2F;"}};N.unescape=S.invert(N.escape);var j={escape:new RegExp("["+S.keys(N.escape).join("")+"]","g"),unescape:new RegExp("("+S.keys(N.unescape).join("|")+")","g")};S.each(["escape","unescape"],function(e){S[e]=function(t){return null==t?"":(""+t).replace(j[e],function(t){return N[e][t]})}}),S.result=function(e,t){if(null==e)return void 0;var n=e[t];return S.isFunction(n)?n.call(e):n},S.mixin=function(e){T(S.functions(e),function(t){var n=S[t]=e[t];S.prototype[t]=function(){var e=[this._wrapped];return a.apply(e,arguments),P.call(this,n.apply(S,e))}})};var O=0;S.uniqueId=function(e){var t=++O+"";return e?e+t:t},S.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var R=/(.)^/,L={"'":"'","\\":"\\","\r":"r","\n":"n","	":"t","\u2028":"u2028","\u2029":"u2029"},I=/\\|'|\r|\n|\t|\u2028|\u2029/g;S.template=function(e,t,n){var r;n=S.defaults({},n,S.templateSettings);var i=new RegExp([(n.escape||R).source,(n.interpolate||R).source,(n.evaluate||R).source].join("|")+"|$","g"),o=0,a="__p+='";e.replace(i,function(t,n,r,i,s){return a+=e.slice(o,s).replace(I,function(e){return"\\"+L[e]}),n&&(a+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'"),r&&(a+="'+\n((__t=("+r+"))==null?'':__t)+\n'"),i&&(a+="';\n"+i+"\n__p+='"),o=s+t.length,t}),a+="';\n",n.variable||(a="with(obj||{}){\n"+a+"}\n"),a="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+a+"return __p;\n";try{r=new Function(n.variable||"obj","_",a)}catch(s){throw s.source=a,s}if(t)return r(t,S);var u=function(e){return r.call(this,e,S)};return u.source="function("+(n.variable||"obj")+"){\n"+a+"}",u},S.chain=function(e){return S(e).chain()};var P=function(e){return this._chain?S(e).chain():e};S.mixin(S),T(["pop","push","reverse","shift","sort","splice","unshift"],function(e){var t=r[e];S.prototype[e]=function(){var n=this._wrapped;return t.apply(n,arguments),"shift"!=e&&"splice"!=e||0!==n.length||delete n[0],P.call(this,n)}}),T(["concat","join","slice"],function(e){var t=r[e];S.prototype[e]=function(){return P.call(this,t.apply(this._wrapped,arguments))}}),S.extend(S.prototype,{chain:function(){return this._chain=!0,this},value:function(){return this._wrapped}})}.call(this),function(){var e=this,t=e.Backbone,n=[],r=n.push,i=n.slice,o=n.splice,a;a="undefined"!=typeof exports?exports:e.Backbone={},a.VERSION="1.0.0";var s=e._;s||"undefined"==typeof require||(s=require("underscore")),a.$=e.jQuery||e.Zepto||e.ender||e.$,a.noConflict=function(){return e.Backbone=t,this},a.emulateHTTP=!1,a.emulateJSON=!1;var u=a.Events={on:function(e,t,n){if(!c(this,"on",e,[t,n])||!t)return this;this._events||(this._events={});var r=this._events[e]||(this._events[e]=[]);return r.push({callback:t,context:n,ctx:n||this}),this},once:function(e,t,n){if(!c(this,"once",e,[t,n])||!t)return this;var r=this,i=s.once(function(){r.off(e,i),t.apply(this,arguments)});return i._callback=t,this.on(e,i,n)},off:function(e,t,n){var r,i,o,a,u,l,d,f;if(!this._events||!c(this,"off",e,[t,n]))return this;if(!e&&!t&&!n)return this._events={},this;for(a=e?[e]:s.keys(this._events),u=0,l=a.length;l>u;u++)if(e=a[u],o=this._events[e]){if(this._events[e]=r=[],t||n)for(d=0,f=o.length;f>d;d++)i=o[d],(t&&t!==i.callback&&t!==i.callback._callback||n&&n!==i.context)&&r.push(i);r.length||delete this._events[e]}return this},trigger:function(e){if(!this._events)return this;var t=i.call(arguments,1);if(!c(this,"trigger",e,t))return this;var n=this._events[e],r=this._events.all;return n&&d(n,t),r&&d(r,arguments),this},stopListening:function(e,t,n){var r=this._listeners;if(!r)return this;var i=!t&&!n;"object"==typeof t&&(n=this),e&&((r={})[e._listenerId]=e);for(var o in r)r[o].off(t,n,this),i&&delete this._listeners[o];return this}},l=/\s+/,c=function(e,t,n,r){if(!n)return!0;if("object"==typeof n){for(var i in n)e[t].apply(e,[i,n[i]].concat(r));return!1}if(l.test(n)){for(var o=n.split(l),a=0,s=o.length;s>a;a++)e[t].apply(e,[o[a]].concat(r));return!1}return!0},d=function(e,t){var n,r=-1,i=e.length,o=t[0],a=t[1],s=t[2];switch(t.length){case 0:for(;++r<i;)(n=e[r]).callback.call(n.ctx);return;case 1:for(;++r<i;)(n=e[r]).callback.call(n.ctx,o);return;case 2:for(;++r<i;)(n=e[r]).callback.call(n.ctx,o,a);return;case 3:for(;++r<i;)(n=e[r]).callback.call(n.ctx,o,a,s);return;default:for(;++r<i;)(n=e[r]).callback.apply(n.ctx,t)}},f={listenTo:"on",listenToOnce:"once"};s.each(f,function(e,t){u[t]=function(t,n,r){var i=this._listeners||(this._listeners={}),o=t._listenerId||(t._listenerId=s.uniqueId("l"));return i[o]=t,"object"==typeof n&&(r=this),t[e](n,r,this),this}}),u.bind=u.on,u.unbind=u.off,s.extend(a,u);var h=a.Model=function(e,t){var n,r=e||{};t||(t={}),this.cid=s.uniqueId("c"),this.attributes={},s.extend(this,s.pick(t,p)),t.parse&&(r=this.parse(r,t)||{}),(n=s.result(this,"defaults"))&&(r=s.defaults({},r,n)),this.set(r,t),this.changed={},this.initialize.apply(this,arguments)},p=["url","urlRoot","collection"];s.extend(h.prototype,u,{changed:null,validationError:null,idAttribute:"id",initialize:function(){},toJSON:function(e){return s.clone(this.attributes)},sync:function(){return a.sync.apply(this,arguments)},get:function(e){return this.attributes[e]},escape:function(e){return s.escape(this.get(e))},has:function(e){return null!=this.get(e)},set:function(e,t,n){var r,i,o,a,u,l,c,d;if(null==e)return this;if("object"==typeof e?(i=e,n=t):(i={})[e]=t,n||(n={}),!this._validate(i,n))return!1;o=n.unset,u=n.silent,a=[],l=this._changing,this._changing=!0,l||(this._previousAttributes=s.clone(this.attributes),this.changed={}),d=this.attributes,c=this._previousAttributes,this.idAttribute in i&&(this.id=i[this.idAttribute]);for(r in i)t=i[r],s.isEqual(d[r],t)||a.push(r),s.isEqual(c[r],t)?delete this.changed[r]:this.changed[r]=t,o?delete d[r]:d[r]=t;if(!u){a.length&&(this._pending=!0);for(var f=0,h=a.length;h>f;f++)this.trigger("change:"+a[f],this,d[a[f]],n)}if(l)return this;if(!u)for(;this._pending;)this._pending=!1,this.trigger("change",this,n);return this._pending=!1,this._changing=!1,this},unset:function(e,t){return this.set(e,void 0,s.extend({},t,{unset:!0}))},clear:function(e){var t={};for(var n in this.attributes)t[n]=void 0;return this.set(t,s.extend({},e,{unset:!0}))},hasChanged:function(e){return null==e?!s.isEmpty(this.changed):s.has(this.changed,e)},changedAttributes:function(e){if(!e)return this.hasChanged()?s.clone(this.changed):!1;var t,n=!1,r=this._changing?this._previousAttributes:this.attributes;for(var i in e)s.isEqual(r[i],t=e[i])||((n||(n={}))[i]=t);return n},previous:function(e){return null!=e&&this._previousAttributes?this._previousAttributes[e]:null},previousAttributes:function(){return s.clone(this._previousAttributes)},fetch:function(e){e=e?s.clone(e):{},void 0===e.parse&&(e.parse=!0);var t=this,n=e.success;return e.success=function(r){return t.set(t.parse(r,e),e)?(n&&n(t,r,e),void t.trigger("sync",t,r,e)):!1},I(this,e),this.sync("read",this,e)},save:function(e,t,n){var r,i,o,a=this.attributes;if(null==e||"object"==typeof e?(r=e,n=t):(r={})[e]=t,!(!r||n&&n.wait||this.set(r,n)))return!1;if(n=s.extend({validate:!0},n),!this._validate(r,n))return!1;r&&n.wait&&(this.attributes=s.extend({},a,r)),void 0===n.parse&&(n.parse=!0);var u=this,l=n.success;return n.success=function(e){u.attributes=a;var t=u.parse(e,n);return n.wait&&(t=s.extend(r||{},t)),s.isObject(t)&&!u.set(t,n)?!1:(l&&l(u,e,n),void u.trigger("sync",u,e,n))},I(this,n),i=this.isNew()?"create":n.patch?"patch":"update","patch"===i&&(n.attrs=r),o=this.sync(i,this,n),r&&n.wait&&(this.attributes=a),o},destroy:function(e){e=e?s.clone(e):{};var t=this,n=e.success,r=function(){t.trigger("destroy",t,t.collection,e)};if(e.success=function(i){(e.wait||t.isNew())&&r(),n&&n(t,i,e),t.isNew()||t.trigger("sync",t,i,e)},this.isNew())return e.success(),!1;I(this,e);var i=this.sync("delete",this,e);return e.wait||r(),i},url:function(){var e=s.result(this,"urlRoot")||s.result(this.collection,"url")||L();return this.isNew()?e:e+("/"===e.charAt(e.length-1)?"":"/")+encodeURIComponent(this.id)},parse:function(e,t){return e},clone:function(){return new this.constructor(this.attributes)},isNew:function(){return null==this.id},isValid:function(e){return this._validate({},s.extend(e||{},{validate:!0}))},_validate:function(e,t){if(!t.validate||!this.validate)return!0;e=s.extend({},this.attributes,e);var n=this.validationError=this.validate(e,t)||null;return n?(this.trigger("invalid",this,n,s.extend(t||{},{validationError:n})),!1):!0}});var g=["keys","values","pairs","invert","pick","omit"];s.each(g,function(e){h.prototype[e]=function(){var t=i.call(arguments);return t.unshift(this.attributes),s[e].apply(s,t)}});var m=a.Collection=function(e,t){t||(t={}),t.url&&(this.url=t.url),t.model&&(this.model=t.model),void 0!==t.comparator&&(this.comparator=t.comparator),this._reset(),this.initialize.apply(this,arguments),e&&this.reset(e,s.extend({silent:!0},t))},v={add:!0,remove:!0,merge:!0},y={add:!0,merge:!1,remove:!1};s.extend(m.prototype,u,{model:h,initialize:function(){},toJSON:function(e){return this.map(function(t){return t.toJSON(e)})},sync:function(){return a.sync.apply(this,arguments)},add:function(e,t){return this.set(e,s.defaults(t||{},y))},remove:function(e,t){e=s.isArray(e)?e.slice():[e],t||(t={});var n,r,i,o;for(n=0,r=e.length;r>n;n++)o=this.get(e[n]),o&&(delete this._byId[o.id],delete this._byId[o.cid],i=this.indexOf(o),this.models.splice(i,1),this.length--,t.silent||(t.index=i,o.trigger("remove",o,this,t)),this._removeReference(o));return this},set:function(e,t){t=s.defaults(t||{},v),t.parse&&(e=this.parse(e,t)),s.isArray(e)||(e=e?[e]:[]);var n,i,a,u,l,c,d=t.at,f=this.comparator&&null==d&&t.sort!==!1,h=s.isString(this.comparator)?this.comparator:null,p=[],g=[],m={};for(n=0,i=e.length;i>n;n++)(a=this._prepareModel(e[n],t))&&((l=this.get(a))?(t.remove&&(m[l.cid]=!0),t.merge&&(l.set(a.attributes,t),f&&!c&&l.hasChanged(h)&&(c=!0))):t.add&&(p.push(a),a.on("all",this._onModelEvent,this),this._byId[a.cid]=a,null!=a.id&&(this._byId[a.id]=a)));if(t.remove){for(n=0,i=this.length;i>n;++n)m[(a=this.models[n]).cid]||g.push(a);g.length&&this.remove(g,t)}if(p.length&&(f&&(c=!0),this.length+=p.length,null!=d?o.apply(this.models,[d,0].concat(p)):r.apply(this.models,p)),c&&this.sort({silent:!0}),t.silent)return this;for(n=0,i=p.length;i>n;n++)(a=p[n]).trigger("add",a,this,t);return c&&this.trigger("sort",this,t),this},reset:function(e,t){t||(t={});for(var n=0,r=this.models.length;r>n;n++)this._removeReference(this.models[n]);return t.previousModels=this.models,this._reset(),this.add(e,s.extend({silent:!0},t)),t.silent||this.trigger("reset",this,t),this},push:function(e,t){return e=this._prepareModel(e,t),this.add(e,s.extend({at:this.length},t)),e},pop:function(e){var t=this.at(this.length-1);return this.remove(t,e),t},unshift:function(e,t){return e=this._prepareModel(e,t),this.add(e,s.extend({at:0},t)),e},shift:function(e){var t=this.at(0);return this.remove(t,e),t},slice:function(e,t){return this.models.slice(e,t)},get:function(e){return null==e?void 0:this._byId[null!=e.id?e.id:e.cid||e]},at:function(e){return this.models[e]},where:function(e,t){return s.isEmpty(e)?t?void 0:[]:this[t?"find":"filter"](function(t){for(var n in e)if(e[n]!==t.get(n))return!1;return!0})},findWhere:function(e){return this.where(e,!0)},sort:function(e){if(!this.comparator)throw new Error("Cannot sort a set without a comparator");return e||(e={}),s.isString(this.comparator)||1===this.comparator.length?this.models=this.sortBy(this.comparator,this):this.models.sort(s.bind(this.comparator,this)),e.silent||this.trigger("sort",this,e),this},sortedIndex:function(e,t,n){t||(t=this.comparator);var r=s.isFunction(t)?t:function(e){return e.get(t)};return s.sortedIndex(this.models,e,r,n)},pluck:function(e){return s.invoke(this.models,"get",e)},fetch:function(e){e=e?s.clone(e):{},void 0===e.parse&&(e.parse=!0);var t=e.success,n=this;return e.success=function(r){var i=e.reset?"reset":"set";n[i](r,e),t&&t(n,r,e),n.trigger("sync",n,r,e)},I(this,e),this.sync("read",this,e)},create:function(e,t){if(t=t?s.clone(t):{},!(e=this._prepareModel(e,t)))return!1;t.wait||this.add(e,t);var n=this,r=t.success;return t.success=function(i){t.wait&&n.add(e,t),r&&r(e,i,t)},e.save(null,t),e},parse:function(e,t){return e},clone:function(){return new this.constructor(this.models)},_reset:function(){this.length=0,this.models=[],this._byId={}},_prepareModel:function(e,t){if(e instanceof h)return e.collection||(e.collection=this),e;t||(t={}),t.collection=this;var n=new this.model(e,t);return n._validate(e,t)?n:(this.trigger("invalid",this,e,t),!1)},_removeReference:function(e){this===e.collection&&delete e.collection,e.off("all",this._onModelEvent,this)},_onModelEvent:function(e,t,n,r){("add"!==e&&"remove"!==e||n===this)&&("destroy"===e&&this.remove(t,r),t&&e==="change:"+t.idAttribute&&(delete this._byId[t.previous(t.idAttribute)],null!=t.id&&(this._byId[t.id]=t)),this.trigger.apply(this,arguments))}});var b=["forEach","each","map","collect","reduce","foldl","inject","reduceRight","foldr","find","detect","filter","select","reject","every","all","some","any","include","contains","invoke","max","min","toArray","size","first","head","take","initial","rest","tail","drop","last","without","indexOf","shuffle","lastIndexOf","isEmpty","chain"];s.each(b,function(e){m.prototype[e]=function(){var t=i.call(arguments);return t.unshift(this.models),s[e].apply(s,t)}});var w=["groupBy","countBy","sortBy"];s.each(w,function(e){m.prototype[e]=function(t,n){var r=s.isFunction(t)?t:function(e){return e.get(t)
};return s[e](this.models,r,n)}});var x=a.View=function(e){this.cid=s.uniqueId("view"),this._configure(e||{}),this._ensureElement(),this.initialize.apply(this,arguments),this.delegateEvents()},_=/^(\S+)\s*(.*)$/,S=["model","collection","el","id","attributes","className","tagName","events"];s.extend(x.prototype,u,{tagName:"div",$:function(e){return this.$el.find(e)},initialize:function(){},render:function(){return this},remove:function(){return this.$el.remove(),this.stopListening(),this},setElement:function(e,t){return this.$el&&this.undelegateEvents(),this.$el=e instanceof a.$?e:a.$(e),this.el=this.$el[0],t!==!1&&this.delegateEvents(),this},delegateEvents:function(e){if(!e&&!(e=s.result(this,"events")))return this;this.undelegateEvents();for(var t in e){var n=e[t];if(s.isFunction(n)||(n=this[e[t]]),n){var r=t.match(_),i=r[1],o=r[2];n=s.bind(n,this),i+=".delegateEvents"+this.cid,""===o?this.$el.on(i,n):this.$el.on(i,o,n)}}return this},undelegateEvents:function(){return this.$el.off(".delegateEvents"+this.cid),this},_configure:function(e){this.options&&(e=s.extend({},s.result(this,"options"),e)),s.extend(this,s.pick(e,S)),this.options=e},_ensureElement:function(){if(this.el)this.setElement(s.result(this,"el"),!1);else{var e=s.extend({},s.result(this,"attributes"));this.id&&(e.id=s.result(this,"id")),this.className&&(e["class"]=s.result(this,"className"));var t=a.$("<"+s.result(this,"tagName")+">").attr(e);this.setElement(t,!1)}}}),a.sync=function(e,t,n){var r=T[e];s.defaults(n||(n={}),{emulateHTTP:a.emulateHTTP,emulateJSON:a.emulateJSON});var i={type:r,dataType:"json"};if(n.url||(i.url=s.result(t,"url")||L()),null!=n.data||!t||"create"!==e&&"update"!==e&&"patch"!==e||(i.contentType="application/json",i.data=JSON.stringify(n.attrs||t.toJSON(n))),n.emulateJSON&&(i.contentType="application/x-www-form-urlencoded",i.data=i.data?{model:i.data}:{}),n.emulateHTTP&&("PUT"===r||"DELETE"===r||"PATCH"===r)){i.type="POST",n.emulateJSON&&(i.data._method=r);var o=n.beforeSend;n.beforeSend=function(e){return e.setRequestHeader("X-HTTP-Method-Override",r),o?o.apply(this,arguments):void 0}}"GET"===i.type||n.emulateJSON||(i.processData=!1),"PATCH"!==i.type||!window.ActiveXObject||window.external&&window.external.msActiveXFilteringEnabled||(i.xhr=function(){return new ActiveXObject("Microsoft.XMLHTTP")});var u=n.xhr=a.ajax(s.extend(i,n));return t.trigger("request",t,u,n),u};var T={create:"POST",update:"PUT",patch:"PATCH","delete":"DELETE",read:"GET"};a.ajax=function(){return a.$.ajax.apply(a.$,arguments)};var C=a.Router=function(e){e||(e={}),e.routes&&(this.routes=e.routes),this._bindRoutes(),this.initialize.apply(this,arguments)},k=/\((.*?)\)/g,E=/(\(\?)?:\w+/g,D=/\*\w+/g,F=/[\-{}\[\]+?.,\\\^$|#\s]/g;s.extend(C.prototype,u,{initialize:function(){},route:function(e,t,n){s.isRegExp(e)||(e=this._routeToRegExp(e)),s.isFunction(t)&&(n=t,t=""),n||(n=this[t]);var r=this;return a.history.route(e,function(i){var o=r._extractParameters(e,i);n&&n.apply(r,o),r.trigger.apply(r,["route:"+t].concat(o)),r.trigger("route",t,o),a.history.trigger("route",r,t,o)}),this},navigate:function(e,t){return a.history.navigate(e,t),this},_bindRoutes:function(){if(this.routes){this.routes=s.result(this,"routes");for(var e,t=s.keys(this.routes);null!=(e=t.pop());)this.route(e,this.routes[e])}},_routeToRegExp:function(e){return e=e.replace(F,"\\$&").replace(k,"(?:$1)?").replace(E,function(e,t){return t?e:"([^/]+)"}).replace(D,"(.*?)"),new RegExp("^"+e+"$")},_extractParameters:function(e,t){var n=e.exec(t).slice(1);return s.map(n,function(e){return e?decodeURIComponent(e):null})}});var A=a.History=function(){this.handlers=[],s.bindAll(this,"checkUrl"),"undefined"!=typeof window&&(this.location=window.location,this.history=window.history)},M=/^[#\/]|\s+$/g,N=/^\/+|\/+$/g,j=/msie [\w.]+/,O=/\/$/;A.started=!1,s.extend(A.prototype,u,{interval:50,getHash:function(e){var t=(e||this).location.href.match(/#(.*)$/);return t?t[1]:""},getFragment:function(e,t){if(null==e)if(this._hasPushState||!this._wantsHashChange||t){e=this.location.pathname;var n=this.root.replace(O,"");e.indexOf(n)||(e=e.substr(n.length))}else e=this.getHash();return e.replace(M,"")},start:function(e){if(A.started)throw new Error("Backbone.history has already been started");A.started=!0,this.options=s.extend({},{root:"/"},this.options,e),this.root=this.options.root,this._wantsHashChange=this.options.hashChange!==!1,this._wantsPushState=!!this.options.pushState,this._hasPushState=!!(this.options.pushState&&this.history&&this.history.pushState);var t=this.getFragment(),n=document.documentMode,r=j.exec(navigator.userAgent.toLowerCase())&&(!n||7>=n);this.root=("/"+this.root+"/").replace(N,"/"),r&&this._wantsHashChange&&(this.iframe=a.$('<iframe src="javascript:0" tabindex="-1" />').hide().appendTo("body")[0].contentWindow,this.navigate(t)),this._hasPushState?a.$(window).on("popstate",this.checkUrl):this._wantsHashChange&&"onhashchange"in window&&!r?a.$(window).on("hashchange",this.checkUrl):this._wantsHashChange&&(this._checkUrlInterval=setInterval(this.checkUrl,this.interval)),this.fragment=t;var i=this.location,o=i.pathname.replace(/[^\/]$/,"$&/")===this.root;return this._wantsHashChange&&this._wantsPushState&&!this._hasPushState&&!o?(this.fragment=this.getFragment(null,!0),this.location.replace(this.root+this.location.search+"#"+this.fragment),!0):(this._wantsPushState&&this._hasPushState&&o&&i.hash&&(this.fragment=this.getHash().replace(M,""),this.history.replaceState({},document.title,this.root+this.fragment+i.search)),this.options.silent?void 0:this.loadUrl())},stop:function(){a.$(window).off("popstate",this.checkUrl).off("hashchange",this.checkUrl),clearInterval(this._checkUrlInterval),A.started=!1},route:function(e,t){this.handlers.unshift({route:e,callback:t})},checkUrl:function(e){var t=this.getFragment();return t===this.fragment&&this.iframe&&(t=this.getFragment(this.getHash(this.iframe))),t===this.fragment?!1:(this.iframe&&this.navigate(t),void(this.loadUrl()||this.loadUrl(this.getHash())))},loadUrl:function(e){var t=this.fragment=this.getFragment(e),n=s.any(this.handlers,function(e){return e.route.test(t)?(e.callback(t),!0):void 0});return n},navigate:function(e,t){if(!A.started)return!1;if(t&&t!==!0||(t={trigger:t}),e=this.getFragment(e||""),this.fragment!==e){this.fragment=e;var n=this.root+e;if(this._hasPushState)this.history[t.replace?"replaceState":"pushState"]({},document.title,n);else{if(!this._wantsHashChange)return this.location.assign(n);this._updateHash(this.location,e,t.replace),this.iframe&&e!==this.getFragment(this.getHash(this.iframe))&&(t.replace||this.iframe.document.open().close(),this._updateHash(this.iframe.location,e,t.replace))}t.trigger&&this.loadUrl(e)}},_updateHash:function(e,t,n){if(n){var r=e.href.replace(/(javascript:|#).*$/,"");e.replace(r+"#"+t)}else e.hash="#"+t}}),a.history=new A;var R=function(e,t){var n=this,r;r=e&&s.has(e,"constructor")?e.constructor:function(){return n.apply(this,arguments)},s.extend(r,n,t);var i=function(){this.constructor=r};return i.prototype=n.prototype,r.prototype=new i,e&&s.extend(r.prototype,e),r.__super__=n.prototype,r};h.extend=m.extend=C.extend=x.extend=A.extend=R;var L=function(){throw new Error('A "url" property or function must be specified')},I=function(e,t){var n=t.error;t.error=function(r){n&&n(e,r,t),e.trigger("error",e,r,t)}}}.call(this),function(){var e=[].slice,t=/\s+/,n=function(e,n,r,i){if(!r)return!0;if("object"==typeof r)for(var o in r)r.hasOwnProperty(o)&&e[n].apply(e,[o,r[o]].concat(i));else{if(!t.test(r))return!0;r=r.split(t),o=0;for(var a=r.length;a>o;o++)e[n].apply(e,[r[o]].concat(i))}},r=function(e,t){var n,r=-1,i=e.length;switch(t.length){case 0:for(;++r<i;)(n=e[r]).callback.call(n.ctx);break;case 1:for(;++r<i;)(n=e[r]).callback.call(n.ctx,t[0]);break;case 2:for(;++r<i;)(n=e[r]).callback.call(n.ctx,t[0],t[1]);break;case 3:for(;++r<i;)(n=e[r]).callback.call(n.ctx,t[0],t[1],t[2]);break;default:for(;++r<i;)(n=e[r]).callback.apply(n.ctx,t)}},i,o=".",a=Object.prototype.toString,s=function(e){return a.call(e).slice(8,-1)},u=function(e,t,n){t=t||window,e=e.split(n||o);var r,i;for(r=0,i=e.length;i>r;r++)n=e[r],t=t[n]=t[n]||{};return t},l=function(e,t,n){return t=t||window,e=e.split(n||o),e=_.filter(e,function(e){return e.length}),n=null,n=_.reduce(e,function(e,t,n,r){return e?e[r[n]]:void 0},t)},c=function(e,t,n){var r,i={};if("Function"!==s(t))return e;if("Object"===s(e))for(r in e)e.hasOwnProperty(r)&&t(r,e[r],e,n)&&(i[r]="Object"===s(e[r])?c(e[r],t,r):e[r]);return i},d=function(e,t,n){var r,i,o,a;for(r=[],i=0,o=e.length;o>i;i++)a=e[i],(t&&t!==a.callback&&t!==a.callback._callback||n&&n!==a.context)&&r.push(a);return r};i={on:function(e,t,r){if(!n(this,"on",e,[t,r])||!t)return this;this._events||(this._events={});var i=l(e,this._events);return(i&&i._events||(u(e,this._events)._events=[])).push({callback:t,context:r,ctx:r||this}),this},once:function(e,t,r){if(!n(this,"once",e,[t,r])||!t)return this;var i=this,o=_.once(function(){i.off(e,o),t.apply(this,arguments)});return o._callback=t,this.on(e,o,r),this},off:function(e,t,r){return this._events&&n(this,"off",e,[t,r])?e||t||r?(this._events=c(this._events,function(n,i,a,u){return e?t||r?("_events"===n&&e.split(o).pop()===u&&"Array"===s(i)&&(a[n]=d(i,t,r)),!0):"_events"===n&&e.split(o).pop()===u?!1:!0:t||r?("_events"===n&&"Array"===s(i)&&(a[n]=d(i,t,r)),!0):!1}),this._events=c(this._events,function(e,t){return _.isEmpty(t)?!1:!0}),this):(this._events={},this):this},trigger:function(t){if(!this._events)return this;var i=e.call(arguments,1);if(!n(this,"trigger",t,i))return this;var o=this._events.all&&this._events.all._events,a=l(t,this._events);return(a=a?a._events:!1)&&r(a,i),o&&r(o,arguments),this},setSeperator:function(e){return o=e&&e.toString()||o,this},destroy:function(e){if(!this._events||!n(this,"destroy",e))return this;if(!e)return this._events={},this;var t=e.split(o),r=!1;return e="*"!==t[t.length-1]?t.pop():(r=!0)&&t[t.length-2],this._events=c(this._events,function(t,n,i,o){return r?e===o&&"_events"!==t?!1:!0:e===t?!1:!0}),this},deepTrigger:function(t){if(!this._events)return this;var i=e.call(arguments,1);if(!n(this,"deepTrigger",t,i))return this;var a=t.split(o),s=!1,u=[],d={};return t="*"!==a[a.length-1]?a[a.length-1]:(s=!0)&&a[a.length-2],s&&a.pop(),(d=l(a.join("."),this._events))&&(!s&&d._events&&u.push(d._events),c(d,function(e,t){return t._events&&u.push(t._events),!0})),_.each(u,function(e){r(e,i)}),this},listenTo:function(e,t,n){var r=this._listeners||(this._listeners={}),i=e._listenerId||(e._listenerId=_.uniqueId("l"));return r[i]=e,e.on(t,"object"==typeof t?this:n,this),this},stopListening:function(e,t,n){var r=this._listeners;if(!r)return this;var i=!t&&!n;"object"==typeof t&&(n=this),e&&((r={})[e._listenerId]=e);for(var o in r)r.hasOwnProperty(o)&&(r[o].off(t,n,this),i&&delete this._listeners[o]);return this}},this.Backbone?(_.extend(this.Backbone.Events,i),_.extend(this.Backbone,i)):this.__Events__=i}.call(this),function(){var e,t,n,r,i,o,a=[].slice;n=function(e){var t,r;return!_.isObject(e)||_.isFunction(e)?e:e instanceof Backbone.Collection||e instanceof Backbone.Model?e:_.isDate(e)?new Date(e.getTime()):_.isRegExp(e)?new RegExp(e.source,e.toString().replace(/.*\//,"")):(r=_.isArray(e||_.isArguments(e)),t=function(e,t,i){return r?e.push(n(t)):e[i]=n(t),e},_.reduce(e,t,r?[]:{}))},o=function(e){return null==e?!1:!(e.prototype!=={}.prototype&&e.prototype!==Object.prototype||!_.isObject(e)||_.isArray(e)||_.isFunction(e)||_.isDate(e)||_.isRegExp(e)||_.isArguments(e))},t=function(e){return _.filter(_.keys(e),function(t){return o(e[t])})},e=function(e){return _.filter(_.keys(e),function(t){return _.isArray(e[t])})},i=function(n,r,o){var a,s,u,l,c,d,f,h,p,g;if(null==o&&(o=20),0>=o)return console.warn("_.deepExtend(): Maximum depth of recursion hit."),_.extend(n,r);for(d=_.intersection(t(n),t(r)),s=function(e){return r[e]=i(n[e],r[e],o-1)},f=0,p=d.length;p>f;f++)c=d[f],s(c);for(l=_.intersection(e(n),e(r)),a=function(e){return r[e]=_.union(n[e],r[e])},h=0,g=l.length;g>h;h++)u=l[h],a(u);return _.extend(n,r)},r=function(){var e,t,r,o;if(r=2<=arguments.length?a.call(arguments,0,o=arguments.length-1):(o=0,[]),t=arguments[o++],_.isNumber(t)||(r.push(t),t=20),r.length<=1)return r[0];if(0>=t)return _.extend.apply(this,r);for(e=r.shift();r.length>0;)e=i(e,n(r.shift()),t);return e},_.mixin({deepClone:n,isBasicObject:o,basicObjects:t,arrays:e,deepExtend:r})}.call(this),function(e){"function"==typeof define&&define.amd?define(["underscore","backbone"],e):e(_,Backbone)}(function(e,t){function n(t){var r={},i=a.keyPathSeparator;for(var o in t){var s=t[o];if(s&&s.constructor===Object&&!e.isEmpty(s)){var u=n(s);for(var l in u){var c=u[l];r[o+i+l]=c}}else r[o]=s}return r}function r(t,n,r){for(var i=a.keyPathSeparator,o=n.split(i),s=t,u=0,l=o.length;l>u;u++){if(r&&!e.has(s,o[u]))return!1;if(s=s[o[u]],null==s&&l-1>u&&(s={}),"undefined"==typeof s)return r?!0:s}return r?!0:s}function i(t,n,r,i){i=i||{};for(var o=a.keyPathSeparator,s=n.split(o),u=t,l=0,c=s.length;c>l&&void 0!==u;l++){var d=s[l];l===c-1?i.unset?delete u[d]:u[d]=r:("undefined"!=typeof u[d]&&e.isObject(u[d])||(u[d]={}),u=u[d])}}function o(e,t){i(e,t,null,{unset:!0})}var a=t.Model.extend({constructor:function(t,n){var r,i=t||{};this.cid=e.uniqueId("c"),this.attributes={},n&&n.collection&&(this.collection=n.collection),n&&n.parse&&(i=this.parse(i,n)||{}),(r=e.result(this,"defaults"))&&(i=e.deepExtend({},r,i)),this.set(i,n),this.changed={},this.initialize.apply(this,arguments)},toJSON:function(t){return e.deepClone(this.attributes)},get:function(e){return r(this.attributes,e)},set:function(t,s,u){var l,c,d,f,h,p,g,m;if(null==t)return this;if("object"==typeof t?(c=t,u=s||{}):(c={})[t]=s,u||(u={}),!this._validate(c,u))return!1;d=u.unset,h=u.silent,f=[],p=this._changing,this._changing=!0,p||(this._previousAttributes=e.deepClone(this.attributes),this.changed={}),m=this.attributes,g=this._previousAttributes,this.idAttribute in c&&(this.id=c[this.idAttribute]),c=n(c);for(l in c)s=c[l],e.isEqual(r(m,l),s)||f.push(l),e.isEqual(r(g,l),s)?o(this.changed,l):i(this.changed,l,s),d?o(m,l):i(m,l,s);if(!h){f.length&&(this._pending=!0);for(var v=a.keyPathSeparator,y=0,b=f.length;b>y;y++){var t=f[y];this.trigger("change:"+t,this,r(m,t),u);for(var w=t.split(v),x=w.length-1;x>0;x--){var _=e.first(w,x).join(v),S=_+v+"*";this.trigger("change:"+S,this,r(m,_),u)}}}if(p)return this;if(!h)for(;this._pending;)this._pending=!1,this.trigger("change",this,u);return this._pending=!1,this._changing=!1,this},clear:function(t){var r={},i=n(this.attributes);for(var o in i)r[o]=void 0;return this.set(r,e.extend({},t,{unset:!0}))},hasChanged:function(t){return null==t?!e.isEmpty(this.changed):void 0!==r(this.changed,t)},changedAttributes:function(t){if(!t)return this.hasChanged()?n(this.changed):!1;var r=this._changing?this._previousAttributes:this.attributes;t=n(t),r=n(r);var i,o=!1;for(var a in t)e.isEqual(r[a],i=t[a])||((o||(o={}))[a]=i);return o},previous:function(e){return null!=e&&this._previousAttributes?r(this._previousAttributes,e):null},previousAttributes:function(){return e.deepClone(this._previousAttributes)}});return a.keyPathSeparator=".",t.DeepModel=a,"undefined"!=typeof module&&(module.exports=a),t}),function(e){"function"==typeof define&&define.amd?define("object"!=typeof document||"loading"!==document.readyState?[]:"html5-history-api",e):e()}(function(){function e(){}function t(e,n,r){var i=/(?:(\w+\:))?(?:\/\/(?:[^@]*@)?([^\/:\?#]+)(?::([0-9]+))?)?([^\?#]*)(?:(\?[^#]+)|\?)?(?:(#.*))?/;if(null==e||""===e||n)e=n?e:_.href,(!E||r)&&(e=e.replace(/^[^#]*/,"")||"#",e=_.protocol.replace(/:.*$|$/,":")+"//"+_.host+P.basepath+e.replace(new RegExp("^#[/]?(?:"+P.type+")?"),""));else{var o=t(),a=y.getElementsByTagName("base")[0];!r&&a&&a.getAttribute("href")&&(a.href=a.href,o=t(a.href,null,!0));var s=o._pathname,u=o._protocol;e=""+e,e=/^(?:\w+\:)?\/\//.test(e)?0===e.indexOf("/")?u+e:e:u+"//"+o._host+(0===e.indexOf("/")?e:0===e.indexOf("?")?s+e:0===e.indexOf("#")?s+o._search+e:s.replace(/[^\/]+$/g,"")+e)}$.href=e;var l=i.exec($.href),c=l[2]+(l[3]?":"+l[3]:""),d=l[4]||"/",f=l[5]||"",h="#"===l[6]?"":l[6]||"",p=d+f+h,g=d.replace(new RegExp("^"+P.basepath,"i"),P.type)+f;return{_href:l[1]+"//"+c+p,_protocol:l[1],_host:c,_hostname:l[2],_port:l[3]||"",_pathname:d,_search:f,_hash:h,_relative:p,_nohash:g,_special:g+h}}function n(){var e;try{e=v.sessionStorage,e.setItem(H+"t","1"),e.removeItem(H+"t")}catch(t){e={getItem:function(e){var t=y.cookie.split(e+"=");return t.length>1&&t.pop().split(";").shift()||"null"},setItem:function(e,t){var n={};(n[_.href]=T.state)&&(y.cookie=e+"="+x.stringify(n))}}}try{B=x.parse(e.getItem(H))||{}}catch(t){B={}}R(M+"unload",function(){e.setItem(H,x.stringify(B))},!1)}function r(t,n,r,i){var o=0;r||(r={set:e},o=1);var a=!r.set,s=!r.get,u={configurable:!0,set:function(){a=1},get:function(){s=1}};try{F(t,n,u),t[n]=t[n],F(t,n,r)}catch(l){}if(!(a&&s||(t.__defineGetter__&&(t.__defineGetter__(n,u.get),t.__defineSetter__(n,u.set),t[n]=t[n],r.get&&t.__defineGetter__(n,r.get),r.set&&t.__defineSetter__(n,r.set)),a&&s))){if(o)return!1;if(t===v){try{var c=t[n];t[n]=null}catch(l){}if("execScript"in v)v.execScript("Public "+n,"VBScript"),v.execScript("var "+n+";","JavaScript");else try{F(t,n,{value:e})}catch(l){}t[n]=c}else try{try{var d=w.create(t);F(w.getPrototypeOf(d)===t?d:t,n,r);for(var f in t)"function"==typeof t[f]&&(d[f]=t[f].bind(t));try{i.call(d,d,t)}catch(l){}t=d}catch(l){F(t.constructor.prototype,n,r)}}catch(l){return!1}}return t}function i(e,t,n){return n=n||{},e=e===J?_:e,n.set=n.set||function(n){e[t]=n},n.get=n.get||function(){return e[t]},n}function o(e,t,n){e in Y?Y[e].push(t):arguments.length>3?R(e,t,n,arguments[3]):R(e,t,n)}function a(e,t,n){var r=Y[e];if(r){for(var i=r.length;i--;)if(r[i]===t){r.splice(i,1);break}}else L(e,t,n)}function s(t,n){var i=(""+("string"==typeof t?t:t.type)).replace(/^on/,""),o=Y[i];if(o){if(n="string"==typeof t?n:t,null==n.target)for(var a=["target","currentTarget","srcElement","type"];t=a.pop();)n=r(n,t,{get:"type"===t?function(){return i}:function(){return v}});(("popstate"===i?v.onpopstate:v.onhashchange)||e).call(v,n);for(var s=0,u=o.length;u>s;s++)o[s].call(v,n);return!0}return I(t,n)}function u(){var e=y.createEvent?y.createEvent("Event"):y.createEventObject();e.initEvent?e.initEvent("popstate",!1,!1):e.type="popstate",e.state=T.state,s(e)}function l(){q&&(q=!1,u())}function c(e,n,r,i){if(E)z=_.href;else{0===U&&(U=2);var o=t(n,2===U&&-1!==(""+n).indexOf("#"));o._relative!==t()._relative&&(z=i,r?_.replace("#"+o._special):_.hash=o._special)}!D&&e&&(B[_.href]=e),q=!1}function d(e){var n=z;if(z=_.href,n){W!==_.href&&u(),e=e||v.event;var r=t(n,!0),i=t();e.oldURL||(e.oldURL=r._href,e.newURL=i._href),r._hash!==i._hash&&s(e)}}function f(e){setTimeout(function(){R("popstate",function(e){W=_.href,D||(e=r(e,"state",{get:function(){return T.state}})),s(e)},!1)},0),!E&&e!==!0&&"location"in T&&(g(A.hash),l())}function h(e){for(;e;){if("A"===e.nodeName)return e;e=e.parentNode}}function p(e){var n=e||v.event,r=h(n.target||n.srcElement),i="defaultPrevented"in n?n.defaultPrevented:n.returnValue===!1;if(r&&"A"===r.nodeName&&!i){var o=t(),a=t(r.getAttribute("href",2)),s=o._href.split("#").shift()===a._href.split("#").shift();s&&a._hash&&(o._hash!==a._hash&&(A.hash=a._hash),g(a._hash),n.preventDefault?n.preventDefault():n.returnValue=!1)}}function g(e){var t=y.getElementById(e=(e||"").replace(/^#/,""));if(t&&t.id===e&&"A"===t.nodeName){var n=t.getBoundingClientRect();v.scrollTo(b.scrollLeft||0,n.top+(b.scrollTop||0)-(b.clientTop||0))}}function m(){var e=y.getElementsByTagName("script"),o=(e[e.length-1]||{}).src||"",a=-1!==o.indexOf("?")?o.split("?").pop():"";a.replace(/(\w+)(?:=([^&]*))?/g,function(e,t,n){P[t]=(n||"").replace(/^(0|false)$/,"")}),R(M+"hashchange",d,!1);var s=[J,A,G,v,Q,T];D&&delete Q.state;for(var u=0;u<s.length;u+=2)for(var l in s[u])if(s[u].hasOwnProperty(l))if("function"==typeof s[u][l])s[u+1][l]=s[u][l];else{var c=i(s[u],l,s[u][l]);if(!r(s[u+1],l,c,function(e,t){t===T&&(v.history=T=s[u+1]=e)}))return L(M+"hashchange",d,!1),!1;s[u+1]===v&&(Y[l]=Y[l.substr(2)]=[])}return T.setup(),P.redirect&&T.redirect(),!D&&x&&n(),E||y[N](M+"click",p,!1),"complete"===y.readyState?f(!0):(E||t()._relative===P.basepath||(q=!0),R(M+"load",f,!1)),!0}var v=("object"==typeof window?window:this)||{};if(!v.history||"emulate"in v.history)return v.history;var y=v.document,b=y.documentElement,w=v.Object,x=v.JSON,_=v.location,S=v.history,T=S,C=S.pushState,k=S.replaceState,E=!!C,D="state"in S,F=w.defineProperty,A=r({},"t")?{}:y.createElement("a"),M="",N=v.addEventListener?"addEventListener":(M="on")&&"attachEvent",j=v.removeEventListener?"removeEventListener":"detachEvent",O=v.dispatchEvent?"dispatchEvent":"fireEvent",R=v[N],L=v[j],I=v[O],P={basepath:"/",redirect:0,type:"/"},H="__historyAPI__",$=y.createElement("a"),z=_.href,W="",q=!1,U=0,B={},Y={},V=y.title,G={onhashchange:null,onpopstate:null},X=function(e,t){var n=v.history!==S;n&&(v.history=S),e.apply(S,t),n&&(v.history=T)},Q={setup:function(e,t,n){P.basepath=(""+(null==e?P.basepath:e)).replace(/(?:^|\/)[^\/]*$/,"/"),P.type=null==t?P.type:t,P.redirect=null==n?P.redirect:!!n},redirect:function(e,n){if(T.setup(n,e),n=P.basepath,v.top==v.self){var r=t(null,!1,!0)._relative,i=_.pathname+_.search;E?(i=i.replace(/([^\/])$/,"$1/"),r!=n&&new RegExp("^"+n+"$","i").test(i)&&_.replace(r)):i!=n&&(i=i.replace(/([^\/])\?/,"$1/?"),new RegExp("^"+n,"i").test(i)&&_.replace(n+"#"+i.replace(new RegExp("^"+n,"i"),P.type)+_.hash))}},pushState:function(e,t,n){var r=y.title;null!=V&&(y.title=V),C&&X(C,arguments),c(e,n),y.title=r,V=t},replaceState:function(e,t,n){var r=y.title;null!=V&&(y.title=V),delete B[_.href],k&&X(k,arguments),c(e,n,!0),y.title=r,V=t},location:{set:function(e){0===U&&(U=1),v.location=e},get:function(){return 0===U&&(U=1),E?_:A}},state:{get:function(){return B[_.href]||null}}},J={assign:function(e){0===(""+e).indexOf("#")?c(null,e):_.assign(e)},reload:function(){_.reload()},replace:function(e){0===(""+e).indexOf("#")?c(null,e,!0):_.replace(e)},toString:function(){return this.href},href:{get:function(){return t()._href}},protocol:null,host:null,hostname:null,port:null,pathname:{get:function(){return t()._pathname}},search:{get:function(){return t()._search}},hash:{set:function(e){c(null,(""+e).replace(/^(#|)/,"#"),!1,z)},get:function(){return t()._hash}}};return m()?(T.emulate=!E,v[N]=o,v[j]=a,v[O]=s,T):void 0}),function(e){function t(e,t,n){switch(arguments.length){case 2:return null!=e?e:t;case 3:return null!=e?e:null!=t?t:n;default:throw new Error("Implement me")}}function n(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1}}function r(e){vt.suppressDeprecationWarnings===!1&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function i(e,t){var n=!0;return d(function(){return n&&(r(e),n=!1),t.apply(this,arguments)},t)}function o(e,t){pn[e]||(r(t),pn[e]=!0)}function a(e,t){return function(n){return p(e.call(this,n),t)}}function s(e,t){return function(n){return this.localeData().ordinal(e.call(this,n),t)}}function u(){}function l(e,t){t!==!1&&A(e),f(this,e),this._d=new Date(+e._d)}function c(e){var t=S(e),n=t.year||0,r=t.quarter||0,i=t.month||0,o=t.week||0,a=t.day||0,s=t.hour||0,u=t.minute||0,l=t.second||0,c=t.millisecond||0;this._milliseconds=+c+1e3*l+6e4*u+36e5*s,this._days=+a+7*o,this._months=+i+3*r+12*n,this._data={},this._locale=vt.localeData(),this._bubble()}function d(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return t.hasOwnProperty("toString")&&(e.toString=t.toString),t.hasOwnProperty("valueOf")&&(e.valueOf=t.valueOf),e}function f(e,t){var n,r,i;if("undefined"!=typeof t._isAMomentObject&&(e._isAMomentObject=t._isAMomentObject),"undefined"!=typeof t._i&&(e._i=t._i),"undefined"!=typeof t._f&&(e._f=t._f),"undefined"!=typeof t._l&&(e._l=t._l),"undefined"!=typeof t._strict&&(e._strict=t._strict),"undefined"!=typeof t._tzm&&(e._tzm=t._tzm),"undefined"!=typeof t._isUTC&&(e._isUTC=t._isUTC),"undefined"!=typeof t._offset&&(e._offset=t._offset),"undefined"!=typeof t._pf&&(e._pf=t._pf),"undefined"!=typeof t._locale&&(e._locale=t._locale),Mt.length>0)for(n in Mt)r=Mt[n],i=t[r],"undefined"!=typeof i&&(e[r]=i);return e}function h(e){return 0>e?Math.ceil(e):Math.floor(e)}function p(e,t,n){for(var r=""+Math.abs(e),i=e>=0;r.length<t;)r="0"+r;return(i?n?"+":"":"-")+r}function g(e,t){var n={milliseconds:0,months:0};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function m(e,t){var n;return t=R(t,e),e.isBefore(t)?n=g(e,t):(n=g(t,e),n.milliseconds=-n.milliseconds,n.months=-n.months),n}function v(e,t){return function(n,r){var i,a;return null===r||isNaN(+r)||(o(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period)."),a=n,n=r,r=a),n="string"==typeof n?+n:n,i=vt.duration(n,r),y(this,i,e),this}}function y(e,t,n,r){var i=t._milliseconds,o=t._days,a=t._months;r=null==r?!0:r,i&&e._d.setTime(+e._d+i*n),o&&dt(e,"Date",ct(e,"Date")+o*n),a&&lt(e,ct(e,"Month")+a*n),r&&vt.updateOffset(e,o||a)}function b(e){return"[object Array]"===Object.prototype.toString.call(e)}function w(e){return"[object Date]"===Object.prototype.toString.call(e)||e instanceof Date}function x(e,t,n){var r,i=Math.min(e.length,t.length),o=Math.abs(e.length-t.length),a=0;for(r=0;i>r;r++)(n&&e[r]!==t[r]||!n&&C(e[r])!==C(t[r]))&&a++;return a+o}function _(e){if(e){var t=e.toLowerCase().replace(/(.)s$/,"$1");e=sn[e]||un[t]||t}return e}function S(e){var t,n,r={};for(n in e)e.hasOwnProperty(n)&&(t=_(n),t&&(r[t]=e[n]));return r}function T(t){var n,r;if(0===t.indexOf("week"))n=7,r="day";else{if(0!==t.indexOf("month"))return;n=12,r="month"}vt[t]=function(i,o){var a,s,u=vt._locale[t],l=[];if("number"==typeof i&&(o=i,i=e),s=function(e){var t=vt().utc().set(r,e);return u.call(vt._locale,t,i||"")},null!=o)return s(o);for(a=0;n>a;a++)l.push(s(a));return l}}function C(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=t>=0?Math.floor(t):Math.ceil(t)),n}function k(e,t){return new Date(Date.UTC(e,t+1,0)).getUTCDate()}function E(e,t,n){return ot(vt([e,11,31+t-n]),t,n).week}function D(e){return F(e)?366:365}function F(e){return e%4===0&&e%100!==0||e%400===0}function A(e){var t;e._a&&-2===e._pf.overflow&&(t=e._a[Tt]<0||e._a[Tt]>11?Tt:e._a[Ct]<1||e._a[Ct]>k(e._a[St],e._a[Tt])?Ct:e._a[kt]<0||e._a[kt]>23?kt:e._a[Et]<0||e._a[Et]>59?Et:e._a[Dt]<0||e._a[Dt]>59?Dt:e._a[Ft]<0||e._a[Ft]>999?Ft:-1,e._pf._overflowDayOfYear&&(St>t||t>Ct)&&(t=Ct),e._pf.overflow=t)}function M(e){return null==e._isValid&&(e._isValid=!isNaN(e._d.getTime())&&e._pf.overflow<0&&!e._pf.empty&&!e._pf.invalidMonth&&!e._pf.nullInput&&!e._pf.invalidFormat&&!e._pf.userInvalidated,e._strict&&(e._isValid=e._isValid&&0===e._pf.charsLeftOver&&0===e._pf.unusedTokens.length)),e._isValid}function N(e){return e?e.toLowerCase().replace("_","-"):e}function j(e){for(var t,n,r,i,o=0;o<e.length;){for(i=N(e[o]).split("-"),t=i.length,n=N(e[o+1]),n=n?n.split("-"):null;t>0;){if(r=O(i.slice(0,t).join("-")))return r;if(n&&n.length>=t&&x(i,n,!0)>=t-1)break;t--}o++}return null}function O(e){var t=null;if(!At[e]&&Nt)try{t=vt.locale(),require("./locale/"+e),vt.locale(t)}catch(n){}return At[e]}function R(e,t){return t._isUTC?vt(e).zone(t._offset||0):vt(e).local()}function L(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function I(e){var t,n,r=e.match(Lt);for(t=0,n=r.length;n>t;t++)r[t]=hn[r[t]]?hn[r[t]]:L(r[t]);return function(i){var o="";for(t=0;n>t;t++)o+=r[t]instanceof Function?r[t].call(i,e):r[t];return o}}function P(e,t){return e.isValid()?(t=H(t,e.localeData()),ln[t]||(ln[t]=I(t)),ln[t](e)):e.localeData().invalidDate()}function H(e,t){function n(e){return t.longDateFormat(e)||e}var r=5;for(It.lastIndex=0;r>=0&&It.test(e);)e=e.replace(It,n),It.lastIndex=0,r-=1;return e}function $(e,t){var n,r=t._strict;switch(e){case"Q":return Gt;case"DDDD":return Qt;case"YYYY":case"GGGG":case"gggg":return r?Jt:$t;case"Y":case"G":case"g":return Kt;case"YYYYYY":case"YYYYY":case"GGGGG":case"ggggg":return r?Zt:zt;case"S":if(r)return Gt;case"SS":if(r)return Xt;case"SSS":if(r)return Qt;case"DDD":return Ht;case"MMM":case"MMMM":case"dd":case"ddd":case"dddd":return qt;case"a":case"A":return t._locale._meridiemParse;case"X":return Yt;case"Z":case"ZZ":return Ut;case"T":return Bt;case"SSSS":return Wt;case"MM":case"DD":case"YY":case"GG":case"gg":case"HH":case"hh":case"mm":case"ss":case"ww":case"WW":return r?Xt:Pt;case"M":case"D":case"d":case"H":case"h":case"m":case"s":case"w":case"W":case"e":case"E":return Pt;case"Do":return Vt;default:return n=new RegExp(X(G(e.replace("\\","")),"i"))}}function z(e){e=e||"";var t=e.match(Ut)||[],n=t[t.length-1]||[],r=(n+"").match(on)||["-",0,0],i=+(60*r[1])+C(r[2]);return"+"===r[0]?-i:i}function W(e,t,n){var r,i=n._a;switch(e){case"Q":null!=t&&(i[Tt]=3*(C(t)-1));break;case"M":case"MM":null!=t&&(i[Tt]=C(t)-1);break;case"MMM":case"MMMM":r=n._locale.monthsParse(t),null!=r?i[Tt]=r:n._pf.invalidMonth=t;break;case"D":case"DD":null!=t&&(i[Ct]=C(t));break;case"Do":null!=t&&(i[Ct]=C(parseInt(t,10)));break;case"DDD":case"DDDD":null!=t&&(n._dayOfYear=C(t));break;case"YY":i[St]=vt.parseTwoDigitYear(t);break;case"YYYY":case"YYYYY":case"YYYYYY":i[St]=C(t);break;case"a":case"A":n._isPm=n._locale.isPM(t);break;case"H":case"HH":case"h":case"hh":i[kt]=C(t);break;case"m":case"mm":i[Et]=C(t);break;case"s":case"ss":i[Dt]=C(t);break;case"S":case"SS":case"SSS":case"SSSS":i[Ft]=C(1e3*("0."+t));break;case"X":n._d=new Date(1e3*parseFloat(t));break;case"Z":case"ZZ":n._useUTC=!0,n._tzm=z(t);break;case"dd":case"ddd":case"dddd":r=n._locale.weekdaysParse(t),null!=r?(n._w=n._w||{},n._w.d=r):n._pf.invalidWeekday=t;break;case"w":case"ww":case"W":case"WW":case"d":case"e":case"E":e=e.substr(0,1);case"gggg":case"GGGG":case"GGGGG":e=e.substr(0,2),t&&(n._w=n._w||{},n._w[e]=C(t));break;case"gg":case"GG":n._w=n._w||{},n._w[e]=vt.parseTwoDigitYear(t)}}function q(e){var n,r,i,o,a,s,u;n=e._w,null!=n.GG||null!=n.W||null!=n.E?(a=1,s=4,r=t(n.GG,e._a[St],ot(vt(),1,4).year),i=t(n.W,1),o=t(n.E,1)):(a=e._locale._week.dow,s=e._locale._week.doy,r=t(n.gg,e._a[St],ot(vt(),a,s).year),i=t(n.w,1),null!=n.d?(o=n.d,a>o&&++i):o=null!=n.e?n.e+a:a),u=at(r,i,o,s,a),e._a[St]=u.year,e._dayOfYear=u.dayOfYear}function U(e){var n,r,i,o,a=[];if(!e._d){for(i=Y(e),e._w&&null==e._a[Ct]&&null==e._a[Tt]&&q(e),e._dayOfYear&&(o=t(e._a[St],i[St]),e._dayOfYear>D(o)&&(e._pf._overflowDayOfYear=!0),r=tt(o,0,e._dayOfYear),e._a[Tt]=r.getUTCMonth(),e._a[Ct]=r.getUTCDate()),n=0;3>n&&null==e._a[n];++n)e._a[n]=a[n]=i[n];for(;7>n;n++)e._a[n]=a[n]=null==e._a[n]?2===n?1:0:e._a[n];e._d=(e._useUTC?tt:et).apply(null,a),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()+e._tzm)}}function B(e){var t;e._d||(t=S(e._i),e._a=[t.year,t.month,t.day,t.hour,t.minute,t.second,t.millisecond],U(e))}function Y(e){var t=new Date;return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}function V(e){if(e._f===vt.ISO_8601)return void J(e);e._a=[],e._pf.empty=!0;var t,n,r,i,o,a=""+e._i,s=a.length,u=0;for(r=H(e._f,e._locale).match(Lt)||[],t=0;t<r.length;t++)i=r[t],n=(a.match($(i,e))||[])[0],n&&(o=a.substr(0,a.indexOf(n)),o.length>0&&e._pf.unusedInput.push(o),a=a.slice(a.indexOf(n)+n.length),u+=n.length),hn[i]?(n?e._pf.empty=!1:e._pf.unusedTokens.push(i),W(i,n,e)):e._strict&&!n&&e._pf.unusedTokens.push(i);e._pf.charsLeftOver=s-u,a.length>0&&e._pf.unusedInput.push(a),e._isPm&&e._a[kt]<12&&(e._a[kt]+=12),e._isPm===!1&&12===e._a[kt]&&(e._a[kt]=0),U(e),A(e)}function G(e){return e.replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(e,t,n,r,i){return t||n||r||i})}function X(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function Q(e){var t,r,i,o,a;if(0===e._f.length)return e._pf.invalidFormat=!0,void(e._d=new Date(0/0));
for(o=0;o<e._f.length;o++)a=0,t=f({},e),t._pf=n(),t._f=e._f[o],V(t),M(t)&&(a+=t._pf.charsLeftOver,a+=10*t._pf.unusedTokens.length,t._pf.score=a,(null==i||i>a)&&(i=a,r=t));d(e,r||t)}function J(e){var t,n,r=e._i,i=en.exec(r);if(i){for(e._pf.iso=!0,t=0,n=nn.length;n>t;t++)if(nn[t][1].exec(r)){e._f=nn[t][0]+(i[6]||" ");break}for(t=0,n=rn.length;n>t;t++)if(rn[t][1].exec(r)){e._f+=rn[t][0];break}r.match(Ut)&&(e._f+="Z"),V(e)}else e._isValid=!1}function Z(e){J(e),e._isValid===!1&&(delete e._isValid,vt.createFromInputFallback(e))}function K(t){var n,r=t._i;r===e?t._d=new Date:w(r)?t._d=new Date(+r):null!==(n=jt.exec(r))?t._d=new Date(+n[1]):"string"==typeof r?Z(t):b(r)?(t._a=r.slice(0),U(t)):"object"==typeof r?B(t):"number"==typeof r?t._d=new Date(r):vt.createFromInputFallback(t)}function et(e,t,n,r,i,o,a){var s=new Date(e,t,n,r,i,o,a);return 1970>e&&s.setFullYear(e),s}function tt(e){var t=new Date(Date.UTC.apply(null,arguments));return 1970>e&&t.setUTCFullYear(e),t}function nt(e,t){if("string"==typeof e)if(isNaN(e)){if(e=t.weekdaysParse(e),"number"!=typeof e)return null}else e=parseInt(e,10);return e}function rt(e,t,n,r,i){return i.relativeTime(t||1,!!n,e,r)}function it(e,t,n){var r=vt.duration(e).abs(),i=_t(r.as("s")),o=_t(r.as("m")),a=_t(r.as("h")),s=_t(r.as("d")),u=_t(r.as("M")),l=_t(r.as("y")),c=i<cn.s&&["s",i]||1===o&&["m"]||o<cn.m&&["mm",o]||1===a&&["h"]||a<cn.h&&["hh",a]||1===s&&["d"]||s<cn.d&&["dd",s]||1===u&&["M"]||u<cn.M&&["MM",u]||1===l&&["y"]||["yy",l];return c[2]=t,c[3]=+e>0,c[4]=n,rt.apply({},c)}function ot(e,t,n){var r,i=n-t,o=n-e.day();return o>i&&(o-=7),i-7>o&&(o+=7),r=vt(e).add(o,"d"),{week:Math.ceil(r.dayOfYear()/7),year:r.year()}}function at(e,t,n,r,i){var o,a,s=tt(e,0,1).getUTCDay();return s=0===s?7:s,n=null!=n?n:i,o=i-s+(s>r?7:0)-(i>s?7:0),a=7*(t-1)+(n-i)+o+1,{year:a>0?e:e-1,dayOfYear:a>0?a:D(e-1)+a}}function st(t){var n=t._i,r=t._f;return t._locale=t._locale||vt.localeData(t._l),null===n||r===e&&""===n?vt.invalid({nullInput:!0}):("string"==typeof n&&(t._i=n=t._locale.preparse(n)),vt.isMoment(n)?new l(n,!0):(r?b(r)?Q(t):V(t):K(t),new l(t)))}function ut(e,t){var n,r;if(1===t.length&&b(t[0])&&(t=t[0]),!t.length)return vt();for(n=t[0],r=1;r<t.length;++r)t[r][e](n)&&(n=t[r]);return n}function lt(e,t){var n;return"string"==typeof t&&(t=e.localeData().monthsParse(t),"number"!=typeof t)?e:(n=Math.min(e.date(),k(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,n),e)}function ct(e,t){return e._d["get"+(e._isUTC?"UTC":"")+t]()}function dt(e,t,n){return"Month"===t?lt(e,n):e._d["set"+(e._isUTC?"UTC":"")+t](n)}function ft(e,t){return function(n){return null!=n?(dt(this,e,n),vt.updateOffset(this,t),this):ct(this,e)}}function ht(e){return 400*e/146097}function pt(e){return 146097*e/400}function gt(e){vt.duration.fn[e]=function(){return this._data[e]}}function mt(e){"undefined"==typeof ender&&(yt=xt.moment,xt.moment=e?i("Accessing Moment through the global scope is deprecated, and will be removed in an upcoming release.",vt):vt)}for(var vt,yt,bt,wt="2.8.1",xt="undefined"!=typeof global?global:this,_t=Math.round,St=0,Tt=1,Ct=2,kt=3,Et=4,Dt=5,Ft=6,At={},Mt=[],Nt="undefined"!=typeof module&&module.exports,jt=/^\/?Date\((\-?\d+)/i,Ot=/(\-)?(?:(\d*)\.)?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?)?/,Rt=/^(-)?P(?:(?:([0-9,.]*)Y)?(?:([0-9,.]*)M)?(?:([0-9,.]*)D)?(?:T(?:([0-9,.]*)H)?(?:([0-9,.]*)M)?(?:([0-9,.]*)S)?)?|([0-9,.]*)W)$/,Lt=/(\[[^\[]*\])|(\\)?(Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Q|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|mm?|ss?|S{1,4}|X|zz?|ZZ?|.)/g,It=/(\[[^\[]*\])|(\\)?(LT|LI|li|LL?L?L?|l{1,4})/g,Pt=/\d\d?/,Ht=/\d{1,3}/,$t=/\d{1,4}/,zt=/[+\-]?\d{1,6}/,Wt=/\d+/,qt=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,Ut=/Z|[\+\-]\d\d:?\d\d/gi,Bt=/T/i,Yt=/[\+\-]?\d+(\.\d{1,3})?/,Vt=/\d{1,2}/,Gt=/\d/,Xt=/\d\d/,Qt=/\d{3}/,Jt=/\d{4}/,Zt=/[+-]?\d{6}/,Kt=/[+-]?\d+/,en=/^\s*(?:[+-]\d{6}|\d{4})-(?:(\d\d-\d\d)|(W\d\d$)|(W\d\d-\d)|(\d\d\d))((T| )(\d\d(:\d\d(:\d\d(\.\d+)?)?)?)?([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,tn="YYYY-MM-DDTHH:mm:ssZ",nn=[["YYYYYY-MM-DD",/[+-]\d{6}-\d{2}-\d{2}/],["YYYY-MM-DD",/\d{4}-\d{2}-\d{2}/],["GGGG-[W]WW-E",/\d{4}-W\d{2}-\d/],["GGGG-[W]WW",/\d{4}-W\d{2}/],["YYYY-DDD",/\d{4}-\d{3}/]],rn=[["HH:mm:ss.SSSS",/(T| )\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss",/(T| )\d\d:\d\d:\d\d/],["HH:mm",/(T| )\d\d:\d\d/],["HH",/(T| )\d\d/]],on=/([\+\-]|\d\d)/gi,an=("Date|Hours|Minutes|Seconds|Milliseconds".split("|"),{Milliseconds:1,Seconds:1e3,Minutes:6e4,Hours:36e5,Days:864e5,Months:2592e6,Years:31536e6}),sn={ms:"millisecond",s:"second",m:"minute",h:"hour",d:"day",D:"date",w:"week",W:"isoWeek",M:"month",Q:"quarter",y:"year",DDD:"dayOfYear",e:"weekday",E:"isoWeekday",gg:"weekYear",GG:"isoWeekYear"},un={dayofyear:"dayOfYear",isoweekday:"isoWeekday",isoweek:"isoWeek",weekyear:"weekYear",isoweekyear:"isoWeekYear"},ln={},cn={s:45,m:45,h:22,d:26,M:11},dn="DDD w W M D d".split(" "),fn="M D H h m s w W".split(" "),hn={M:function(){return this.month()+1},MMM:function(e){return this.localeData().monthsShort(this,e)},MMMM:function(e){return this.localeData().months(this,e)},D:function(){return this.date()},DDD:function(){return this.dayOfYear()},d:function(){return this.day()},dd:function(e){return this.localeData().weekdaysMin(this,e)},ddd:function(e){return this.localeData().weekdaysShort(this,e)},dddd:function(e){return this.localeData().weekdays(this,e)},w:function(){return this.week()},W:function(){return this.isoWeek()},YY:function(){return p(this.year()%100,2)},YYYY:function(){return p(this.year(),4)},YYYYY:function(){return p(this.year(),5)},YYYYYY:function(){var e=this.year(),t=e>=0?"+":"-";return t+p(Math.abs(e),6)},gg:function(){return p(this.weekYear()%100,2)},gggg:function(){return p(this.weekYear(),4)},ggggg:function(){return p(this.weekYear(),5)},GG:function(){return p(this.isoWeekYear()%100,2)},GGGG:function(){return p(this.isoWeekYear(),4)},GGGGG:function(){return p(this.isoWeekYear(),5)},e:function(){return this.weekday()},E:function(){return this.isoWeekday()},a:function(){return this.localeData().meridiem(this.hours(),this.minutes(),!0)},A:function(){return this.localeData().meridiem(this.hours(),this.minutes(),!1)},H:function(){return this.hours()},h:function(){return this.hours()%12||12},m:function(){return this.minutes()},s:function(){return this.seconds()},S:function(){return C(this.milliseconds()/100)},SS:function(){return p(C(this.milliseconds()/10),2)},SSS:function(){return p(this.milliseconds(),3)},SSSS:function(){return p(this.milliseconds(),3)},Z:function(){var e=-this.zone(),t="+";return 0>e&&(e=-e,t="-"),t+p(C(e/60),2)+":"+p(C(e)%60,2)},ZZ:function(){var e=-this.zone(),t="+";return 0>e&&(e=-e,t="-"),t+p(C(e/60),2)+p(C(e)%60,2)},z:function(){return this.zoneAbbr()},zz:function(){return this.zoneName()},X:function(){return this.unix()},Q:function(){return this.quarter()}},pn={},gn=["months","monthsShort","weekdays","weekdaysShort","weekdaysMin"];dn.length;)bt=dn.pop(),hn[bt+"o"]=s(hn[bt],bt);for(;fn.length;)bt=fn.pop(),hn[bt+bt]=a(hn[bt],2);hn.DDDD=a(hn.DDD,3),d(u.prototype,{set:function(e){var t,n;for(n in e)t=e[n],"function"==typeof t?this[n]=t:this["_"+n]=t},_months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),months:function(e){return this._months[e.month()]},_monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),monthsShort:function(e){return this._monthsShort[e.month()]},monthsParse:function(e){var t,n,r;for(this._monthsParse||(this._monthsParse=[]),t=0;12>t;t++)if(this._monthsParse[t]||(n=vt.utc([2e3,t]),r="^"+this.months(n,"")+"|^"+this.monthsShort(n,""),this._monthsParse[t]=new RegExp(r.replace(".",""),"i")),this._monthsParse[t].test(e))return t},_weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdays:function(e){return this._weekdays[e.day()]},_weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysShort:function(e){return this._weekdaysShort[e.day()]},_weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),weekdaysMin:function(e){return this._weekdaysMin[e.day()]},weekdaysParse:function(e){var t,n,r;for(this._weekdaysParse||(this._weekdaysParse=[]),t=0;7>t;t++)if(this._weekdaysParse[t]||(n=vt([2e3,1]).day(t),r="^"+this.weekdays(n,"")+"|^"+this.weekdaysShort(n,"")+"|^"+this.weekdaysMin(n,""),this._weekdaysParse[t]=new RegExp(r.replace(".",""),"i")),this._weekdaysParse[t].test(e))return t},_longDateFormat:{LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY LT",LLLL:"dddd, MMMM D, YYYY LT"},longDateFormat:function(e){var t=this._longDateFormat[e];return!t&&this._longDateFormat[e.toUpperCase()]&&(t=this._longDateFormat[e.toUpperCase()].replace(/MMMM|MM|DD|dddd/g,function(e){return e.slice(1)}),this._longDateFormat[e]=t),t},isPM:function(e){return"p"===(e+"").toLowerCase().charAt(0)},_meridiemParse:/[ap]\.?m?\.?/i,meridiem:function(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"},_calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},calendar:function(e,t){var n=this._calendar[e];return"function"==typeof n?n.apply(t):n},_relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},relativeTime:function(e,t,n,r){var i=this._relativeTime[n];return"function"==typeof i?i(e,t,n,r):i.replace(/%d/i,e)},pastFuture:function(e,t){var n=this._relativeTime[e>0?"future":"past"];return"function"==typeof n?n(t):n.replace(/%s/i,t)},ordinal:function(e){return this._ordinal.replace("%d",e)},_ordinal:"%d",preparse:function(e){return e},postformat:function(e){return e},week:function(e){return ot(e,this._week.dow,this._week.doy).week},_week:{dow:0,doy:6},_invalidDate:"Invalid date",invalidDate:function(){return this._invalidDate}}),vt=function(t,r,i,o){var a;return"boolean"==typeof i&&(o=i,i=e),a={},a._isAMomentObject=!0,a._i=t,a._f=r,a._l=i,a._strict=o,a._isUTC=!1,a._pf=n(),st(a)},vt.suppressDeprecationWarnings=!1,vt.createFromInputFallback=i("moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info.",function(e){e._d=new Date(e._i)}),vt.min=function(){var e=[].slice.call(arguments,0);return ut("isBefore",e)},vt.max=function(){var e=[].slice.call(arguments,0);return ut("isAfter",e)},vt.utc=function(t,r,i,o){var a;return"boolean"==typeof i&&(o=i,i=e),a={},a._isAMomentObject=!0,a._useUTC=!0,a._isUTC=!0,a._l=i,a._i=t,a._f=r,a._strict=o,a._pf=n(),st(a).utc()},vt.unix=function(e){return vt(1e3*e)},vt.duration=function(e,t){var n,r,i,o,a=e,s=null;return vt.isDuration(e)?a={ms:e._milliseconds,d:e._days,M:e._months}:"number"==typeof e?(a={},t?a[t]=e:a.milliseconds=e):(s=Ot.exec(e))?(n="-"===s[1]?-1:1,a={y:0,d:C(s[Ct])*n,h:C(s[kt])*n,m:C(s[Et])*n,s:C(s[Dt])*n,ms:C(s[Ft])*n}):(s=Rt.exec(e))?(n="-"===s[1]?-1:1,i=function(e){var t=e&&parseFloat(e.replace(",","."));return(isNaN(t)?0:t)*n},a={y:i(s[2]),M:i(s[3]),d:i(s[4]),h:i(s[5]),m:i(s[6]),s:i(s[7]),w:i(s[8])}):"object"==typeof a&&("from"in a||"to"in a)&&(o=m(vt(a.from),vt(a.to)),a={},a.ms=o.milliseconds,a.M=o.months),r=new c(a),vt.isDuration(e)&&e.hasOwnProperty("_locale")&&(r._locale=e._locale),r},vt.version=wt,vt.defaultFormat=tn,vt.ISO_8601=function(){},vt.momentProperties=Mt,vt.updateOffset=function(){},vt.relativeTimeThreshold=function(t,n){return cn[t]===e?!1:n===e?cn[t]:(cn[t]=n,!0)},vt.lang=i("moment.lang is deprecated. Use moment.locale instead.",function(e,t){return vt.locale(e,t)}),vt.locale=function(e,t){var n;return e&&(n="undefined"!=typeof t?vt.defineLocale(e,t):vt.localeData(e),n&&(vt.duration._locale=vt._locale=n)),vt._locale._abbr},vt.defineLocale=function(e,t){return null!==t?(t.abbr=e,At[e]||(At[e]=new u),At[e].set(t),vt.locale(e),At[e]):(delete At[e],null)},vt.langData=i("moment.langData is deprecated. Use moment.localeData instead.",function(e){return vt.localeData(e)}),vt.localeData=function(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return vt._locale;if(!b(e)){if(t=O(e))return t;e=[e]}return j(e)},vt.isMoment=function(e){return e instanceof l||null!=e&&e.hasOwnProperty("_isAMomentObject")},vt.isDuration=function(e){return e instanceof c};for(bt=gn.length-1;bt>=0;--bt)T(gn[bt]);vt.normalizeUnits=function(e){return _(e)},vt.invalid=function(e){var t=vt.utc(0/0);return null!=e?d(t._pf,e):t._pf.userInvalidated=!0,t},vt.parseZone=function(){return vt.apply(null,arguments).parseZone()},vt.parseTwoDigitYear=function(e){return C(e)+(C(e)>68?1900:2e3)},d(vt.fn=l.prototype,{clone:function(){return vt(this)},valueOf:function(){return+this._d+6e4*(this._offset||0)},unix:function(){return Math.floor(+this/1e3)},toString:function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},toDate:function(){return this._offset?new Date(+this):this._d},toISOString:function(){var e=vt(this).utc();return 0<e.year()&&e.year()<=9999?P(e,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):P(e,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]")},toArray:function(){var e=this;return[e.year(),e.month(),e.date(),e.hours(),e.minutes(),e.seconds(),e.milliseconds()]},isValid:function(){return M(this)},isDSTShifted:function(){return this._a?this.isValid()&&x(this._a,(this._isUTC?vt.utc(this._a):vt(this._a)).toArray())>0:!1},parsingFlags:function(){return d({},this._pf)},invalidAt:function(){return this._pf.overflow},utc:function(e){return this.zone(0,e)},local:function(e){return this._isUTC&&(this.zone(0,e),this._isUTC=!1,e&&this.add(this._d.getTimezoneOffset(),"m")),this},format:function(e){var t=P(this,e||vt.defaultFormat);return this.localeData().postformat(t)},add:v(1,"add"),subtract:v(-1,"subtract"),diff:function(e,t,n){var r,i,o=R(e,this),a=6e4*(this.zone()-o.zone());return t=_(t),"year"===t||"month"===t?(r=432e5*(this.daysInMonth()+o.daysInMonth()),i=12*(this.year()-o.year())+(this.month()-o.month()),i+=(this-vt(this).startOf("month")-(o-vt(o).startOf("month")))/r,i-=6e4*(this.zone()-vt(this).startOf("month").zone()-(o.zone()-vt(o).startOf("month").zone()))/r,"year"===t&&(i/=12)):(r=this-o,i="second"===t?r/1e3:"minute"===t?r/6e4:"hour"===t?r/36e5:"day"===t?(r-a)/864e5:"week"===t?(r-a)/6048e5:r),n?i:h(i)},from:function(e,t){return vt.duration({to:this,from:e}).locale(this.locale()).humanize(!t)},fromNow:function(e){return this.from(vt(),e)},calendar:function(e){var t=e||vt(),n=R(t,this).startOf("day"),r=this.diff(n,"days",!0),i=-6>r?"sameElse":-1>r?"lastWeek":0>r?"lastDay":1>r?"sameDay":2>r?"nextDay":7>r?"nextWeek":"sameElse";return this.format(this.localeData().calendar(i,this))},isLeapYear:function(){return F(this.year())},isDST:function(){return this.zone()<this.clone().month(0).zone()||this.zone()<this.clone().month(5).zone()},day:function(e){var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=nt(e,this.localeData()),this.add(e-t,"d")):t},month:ft("Month",!0),startOf:function(e){switch(e=_(e)){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":this.hours(0);case"hour":this.minutes(0);case"minute":this.seconds(0);case"second":this.milliseconds(0)}return"week"===e?this.weekday(0):"isoWeek"===e&&this.isoWeekday(1),"quarter"===e&&this.month(3*Math.floor(this.month()/3)),this},endOf:function(e){return e=_(e),this.startOf(e).add(1,"isoWeek"===e?"week":e).subtract(1,"ms")},isAfter:function(e,t){return t="undefined"!=typeof t?t:"millisecond",+this.clone().startOf(t)>+vt(e).startOf(t)},isBefore:function(e,t){return t="undefined"!=typeof t?t:"millisecond",+this.clone().startOf(t)<+vt(e).startOf(t)},isSame:function(e,t){return t=t||"ms",+this.clone().startOf(t)===+R(e,this).startOf(t)},min:i("moment().min is deprecated, use moment.min instead. https://github.com/moment/moment/issues/1548",function(e){return e=vt.apply(null,arguments),this>e?this:e}),max:i("moment().max is deprecated, use moment.max instead. https://github.com/moment/moment/issues/1548",function(e){return e=vt.apply(null,arguments),e>this?this:e}),zone:function(e,t){var n,r=this._offset||0;return null==e?this._isUTC?r:this._d.getTimezoneOffset():("string"==typeof e&&(e=z(e)),Math.abs(e)<16&&(e=60*e),!this._isUTC&&t&&(n=this._d.getTimezoneOffset()),this._offset=e,this._isUTC=!0,null!=n&&this.subtract(n,"m"),r!==e&&(!t||this._changeInProgress?y(this,vt.duration(r-e,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,vt.updateOffset(this,!0),this._changeInProgress=null)),this)},zoneAbbr:function(){return this._isUTC?"UTC":""},zoneName:function(){return this._isUTC?"Coordinated Universal Time":""},parseZone:function(){return this._tzm?this.zone(this._tzm):"string"==typeof this._i&&this.zone(this._i),this},hasAlignedHourOffset:function(e){return e=e?vt(e).zone():0,(this.zone()-e)%60===0},daysInMonth:function(){return k(this.year(),this.month())},dayOfYear:function(e){var t=_t((vt(this).startOf("day")-vt(this).startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")},quarter:function(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)},weekYear:function(e){var t=ot(this,this.localeData()._week.dow,this.localeData()._week.doy).year;return null==e?t:this.add(e-t,"y")},isoWeekYear:function(e){var t=ot(this,1,4).year;return null==e?t:this.add(e-t,"y")},week:function(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")},isoWeek:function(e){var t=ot(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")},weekday:function(e){var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")},isoWeekday:function(e){return null==e?this.day()||7:this.day(this.day()%7?e:e-7)},isoWeeksInYear:function(){return E(this.year(),1,4)},weeksInYear:function(){var e=this.localeData()._week;return E(this.year(),e.dow,e.doy)},get:function(e){return e=_(e),this[e]()},set:function(e,t){return e=_(e),"function"==typeof this[e]&&this[e](t),this},locale:function(t){return t===e?this._locale._abbr:(this._locale=vt.localeData(t),this)},lang:i("moment().lang() is deprecated. Use moment().localeData() instead.",function(t){return t===e?this.localeData():(this._locale=vt.localeData(t),this)}),localeData:function(){return this._locale}}),vt.fn.millisecond=vt.fn.milliseconds=ft("Milliseconds",!1),vt.fn.second=vt.fn.seconds=ft("Seconds",!1),vt.fn.minute=vt.fn.minutes=ft("Minutes",!1),vt.fn.hour=vt.fn.hours=ft("Hours",!0),vt.fn.date=ft("Date",!0),vt.fn.dates=i("dates accessor is deprecated. Use date instead.",ft("Date",!0)),vt.fn.year=ft("FullYear",!0),vt.fn.years=i("years accessor is deprecated. Use year instead.",ft("FullYear",!0)),vt.fn.days=vt.fn.day,vt.fn.months=vt.fn.month,vt.fn.weeks=vt.fn.week,vt.fn.isoWeeks=vt.fn.isoWeek,vt.fn.quarters=vt.fn.quarter,vt.fn.toJSON=vt.fn.toISOString,d(vt.duration.fn=c.prototype,{_bubble:function(){var e,t,n,r=this._milliseconds,i=this._days,o=this._months,a=this._data,s=0;a.milliseconds=r%1e3,e=h(r/1e3),a.seconds=e%60,t=h(e/60),a.minutes=t%60,n=h(t/60),a.hours=n%24,i+=h(n/24),s=h(ht(i)),i-=h(pt(s)),o+=h(i/30),i%=30,s+=h(o/12),o%=12,a.days=i,a.months=o,a.years=s},abs:function(){return this._milliseconds=Math.abs(this._milliseconds),this._days=Math.abs(this._days),this._months=Math.abs(this._months),this._data.milliseconds=Math.abs(this._data.milliseconds),this._data.seconds=Math.abs(this._data.seconds),this._data.minutes=Math.abs(this._data.minutes),this._data.hours=Math.abs(this._data.hours),this._data.months=Math.abs(this._data.months),this._data.years=Math.abs(this._data.years),this},weeks:function(){return h(this.days()/7)},valueOf:function(){return this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*C(this._months/12)},humanize:function(e){var t=it(this,!e,this.localeData());return e&&(t=this.localeData().pastFuture(+this,t)),this.localeData().postformat(t)},add:function(e,t){var n=vt.duration(e,t);return this._milliseconds+=n._milliseconds,this._days+=n._days,this._months+=n._months,this._bubble(),this},subtract:function(e,t){var n=vt.duration(e,t);return this._milliseconds-=n._milliseconds,this._days-=n._days,this._months-=n._months,this._bubble(),this},get:function(e){return e=_(e),this[e.toLowerCase()+"s"]()},as:function(e){var t,n;if(e=_(e),t=this._days+this._milliseconds/864e5,"month"===e||"year"===e)return n=this._months+12*ht(t),"month"===e?n:n/12;switch(t+=pt(this._months/12),e){case"week":return t/7;case"day":return t;case"hour":return 24*t;case"minute":return 24*t*60;case"second":return 24*t*60*60;case"millisecond":return 24*t*60*60*1e3;default:throw new Error("Unknown unit "+e)}},lang:vt.fn.lang,locale:vt.fn.locale,toIsoString:i("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",function(){return this.toISOString()}),toISOString:function(){var e=Math.abs(this.years()),t=Math.abs(this.months()),n=Math.abs(this.days()),r=Math.abs(this.hours()),i=Math.abs(this.minutes()),o=Math.abs(this.seconds()+this.milliseconds()/1e3);return this.asSeconds()?(this.asSeconds()<0?"-":"")+"P"+(e?e+"Y":"")+(t?t+"M":"")+(n?n+"D":"")+(r||i||o?"T":"")+(r?r+"H":"")+(i?i+"M":"")+(o?o+"S":""):"P0D"},localeData:function(){return this._locale}});for(bt in an)an.hasOwnProperty(bt)&&gt(bt.toLowerCase());vt.duration.fn.asMilliseconds=function(){return this.as("ms")},vt.duration.fn.asSeconds=function(){return this.as("s")},vt.duration.fn.asMinutes=function(){return this.as("m")},vt.duration.fn.asHours=function(){return this.as("h")},vt.duration.fn.asDays=function(){return this.as("d")},vt.duration.fn.asWeeks=function(){return this.as("weeks")},vt.duration.fn.asMonths=function(){return this.as("M")},vt.duration.fn.asYears=function(){return this.as("y")},vt.locale("en",{ordinal:function(e){var t=e%10,n=1===C(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n}}),Nt?module.exports=vt:"function"==typeof define&&define.amd?(define("moment",function(e,t,n){return n.config&&n.config()&&n.config().noGlobal===!0&&(xt.moment=yt),vt}),mt(!0)):mt()}.call(this),!function(e,t){"use strict";"function"==typeof define&&define.amd?define(["moment"],t):"object"==typeof exports?module.exports=t(require("moment")):t(e.moment)}(this,function(e){"use strict";function t(e){return e>96?e-87:e>64?e-29:e-48}function n(e){var n,r=0,i=e.split("."),o=i[0],a=i[1]||"",s=1,u=0,l=1;for(45===e.charCodeAt(0)&&(r=1,l=-1),r;r<o.length;r++)n=t(o.charCodeAt(r)),u=60*u+n;for(r=0;r<a.length;r++)s/=60,n=t(a.charCodeAt(r)),u+=n*s;return u*l}function r(e){for(var t=0;t<e.length;t++)e[t]=n(e[t])}function i(e,t){for(var n=0;t>n;n++)e[n]=Math.round((e[n-1]||0)+6e4*e[n]);e[t-1]=1/0}function o(e,t){var n,r=[];for(n=0;n<t.length;n++)r[n]=e[t[n]];return r}function a(e){var t=e.split("|"),n=t[2].split(" "),a=t[3].split(""),s=t[4].split(" ");return r(n),r(a),r(s),i(s,a.length),{name:t[0],abbrs:o(t[1].split(" "),a),offsets:o(n,a),untils:s}}function s(e){e&&this._set(a(e))}function u(e){return(e||"").toLowerCase().replace(/\//g,"_")}function l(e){var t,n,r;for("string"==typeof e&&(e=[e]),t=0;t<e.length;t++)n=new s(e[t]),r=u(n.name),T[r]=n,h(r)}function c(e){return T[u(e)]||null}function d(){var e,t=[];for(e in T)T.hasOwnProperty(e)&&T[e]&&t.push(T[e].name);return t.sort()}function f(e){var t,n;for("string"==typeof e&&(e=[e]),t=0;t<e.length;t++)n=e[t].split("|"),g(n[0],n[1]),g(n[1],n[0])}function h(e){if(C[e]){var t,n=T[e],r=C[e];for(t=0;t<r.length;t++)p(n,r[t]);C[e]=null}}function p(e,t){var n=T[u(t)]=new s;n._set(e),n.name=t}function g(e,t){e=u(e),T[e]?p(T[e],t):(C[e]=C[e]||[],C[e].push(t))}function m(e){l(e.zones),f(e.links),w.dataVersion=e.version}function v(e){return v.didShowError||(v.didShowError=!0,"undefined"!=typeof console&&"function"==typeof console.error&&console.error("moment.tz.zoneExists('"+e+"') has been deprecated in favor of !moment.tz.zone('"+e+"')")),!!c(e)}function y(e){return!(!e._a||void 0!==e._tzm)}function b(e){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(e)}function w(){var t=Array.prototype.slice.call(arguments,0,-1),n=arguments[arguments.length-1],r=c(n),i=e.utc.apply(null,t);return r&&y(i)&&i.add(r.parse(i),"minutes"),i.tz(n),i}function x(e){return function(){return this._z?this._z.abbr(this):e.call(this)}}function _(e){return function(){return this._z=null,e.apply(this,arguments)}}if(void 0!==e.tz)return e;var S="0.2.1",T={},C={};s.prototype={_set:function(e){this.name=e.name,this.abbrs=e.abbrs,this.untils=e.untils,this.offsets=e.offsets},_index:function(e){var t,n=+e,r=this.untils;for(t=0;t<r.length;t++)if(n<r[t])return t},parse:function(e){var t,n,r,i,o=+e,a=this.offsets,s=this.untils,u=s.length-1;for(i=0;u>i;i++)if(t=a[i],n=a[i+1],r=a[i?i-1:i],n>t&&w.moveAmbiguousForward?t=n:t>r&&w.moveInvalidForward&&(t=r),o<s[i]-6e4*t)return a[i];return a[u]},abbr:function(e){return this.abbrs[this._index(e)]},offset:function(e){return this.offsets[this._index(e)]}},w.version=S,w.dataVersion="",w._zones=T,w._links=C,w.add=l,w.link=f,w.load=m,w.zone=c,w.zoneExists=v,w.names=d,w.Zone=s,w.unpack=a,w.unpackBase60=n,w.needsOffset=y,w.moveInvalidForward=!0,w.moveAmbiguousForward=!1;var k=e.fn;e.tz=w,e.updateOffset=function(e,t){var n;e._z&&(n=e._z.offset(e),Math.abs(n)<16&&(n/=60),e.zone(n,t))},k.tz=function(t){return t?(this._z=c(t),this._z?e.updateOffset(this):b("Moment Timezone has no data for "+t+". See http://momentjs.com/timezone/docs/#/data-loading/."),this):this._z?this._z.name:void 0},k.zoneName=x(k.zoneName),k.zoneAbbr=x(k.zoneAbbr),k.utc=_(k.utc);var E=e.momentProperties;return"[object Array]"===Object.prototype.toString.call(E)?(E.push("_z"),E.push("_a")):E._z=null,e}),function(){function e(e){this._value=e}function t(e,t,n,r){var i,o,a=Math.pow(10,t);return o=(n(e*a)/a).toFixed(t),r&&(i=new RegExp("0{1,"+r+"}$"),o=o.replace(i,"")),o}function n(e,t,n){var r;return r=t.indexOf("$")>-1?i(e,t,n):t.indexOf("%")>-1?o(e,t,n):t.indexOf(":")>-1?a(e,t):u(e._value,t,n)}function r(e,t){var n,r,i,o,a,u=t,l=["KB","MB","GB","TB","PB","EB","ZB","YB"],c=!1;if(t.indexOf(":")>-1)e._value=s(t);else if(t===m)e._value=0;else{for("."!==p[g].delimiters.decimal&&(t=t.replace(/\./g,"").replace(p[g].delimiters.decimal,".")),n=new RegExp("[^a-zA-Z]"+p[g].abbreviations.thousand+"(?:\\)|(\\"+p[g].currency.symbol+")?(?:\\))?)?$"),r=new RegExp("[^a-zA-Z]"+p[g].abbreviations.million+"(?:\\)|(\\"+p[g].currency.symbol+")?(?:\\))?)?$"),i=new RegExp("[^a-zA-Z]"+p[g].abbreviations.billion+"(?:\\)|(\\"+p[g].currency.symbol+")?(?:\\))?)?$"),o=new RegExp("[^a-zA-Z]"+p[g].abbreviations.trillion+"(?:\\)|(\\"+p[g].currency.symbol+")?(?:\\))?)?$"),a=0;a<=l.length&&!(c=t.indexOf(l[a])>-1?Math.pow(1024,a+1):!1);a++);e._value=(c?c:1)*(u.match(n)?Math.pow(10,3):1)*(u.match(r)?Math.pow(10,6):1)*(u.match(i)?Math.pow(10,9):1)*(u.match(o)?Math.pow(10,12):1)*(t.indexOf("%")>-1?.01:1)*((t.split("-").length+Math.min(t.split("(").length-1,t.split(")").length-1))%2?1:-1)*Number(t.replace(/[^0-9\.]+/g,"")),e._value=c?Math.ceil(e._value):e._value}return e._value}function i(e,t,n){var r,i,o=t.indexOf("$"),a=t.indexOf("("),s=t.indexOf("-"),l="";return t.indexOf(" $")>-1?(l=" ",t=t.replace(" $","")):t.indexOf("$ ")>-1?(l=" ",t=t.replace("$ ","")):t=t.replace("$",""),i=u(e._value,t,n),1>=o?i.indexOf("(")>-1||i.indexOf("-")>-1?(i=i.split(""),r=1,(a>o||s>o)&&(r=0),i.splice(r,0,p[g].currency.symbol+l),i=i.join("")):i=p[g].currency.symbol+l+i:i.indexOf(")")>-1?(i=i.split(""),i.splice(-1,0,l+p[g].currency.symbol),i=i.join("")):i=i+l+p[g].currency.symbol,i}function o(e,t,n){var r,i="",o=100*e._value;return t.indexOf(" %")>-1?(i=" ",t=t.replace(" %","")):t=t.replace("%",""),r=u(o,t,n),r.indexOf(")")>-1?(r=r.split(""),r.splice(-1,0,i+"%"),r=r.join("")):r=r+i+"%",r}function a(e){var t=Math.floor(e._value/60/60),n=Math.floor((e._value-60*t*60)/60),r=Math.round(e._value-60*t*60-60*n);return t+":"+(10>n?"0"+n:n)+":"+(10>r?"0"+r:r)}function s(e){var t=e.split(":"),n=0;return 3===t.length?(n+=60*Number(t[0])*60,n+=60*Number(t[1]),n+=Number(t[2])):2===t.length&&(n+=60*Number(t[0]),n+=Number(t[1])),Number(n)}function u(e,n,r){var i,o,a,s,u,l,c=!1,d=!1,f=!1,h="",v=!1,y=!1,b=!1,w=!1,x=!1,_="",S="",T=Math.abs(e),C=["B","KB","MB","GB","TB","PB","EB","ZB","YB"],k="",E=!1;if(0===e&&null!==m)return m;if(n.indexOf("(")>-1?(c=!0,n=n.slice(1,-1)):n.indexOf("+")>-1&&(d=!0,n=n.replace(/\+/g,"")),n.indexOf("a")>-1&&(v=n.indexOf("aK")>=0,y=n.indexOf("aM")>=0,b=n.indexOf("aB")>=0,w=n.indexOf("aT")>=0,x=v||y||b||w,n.indexOf(" a")>-1?(h=" ",n=n.replace(" a","")):n=n.replace("a",""),T>=Math.pow(10,12)&&!x||w?(h+=p[g].abbreviations.trillion,e/=Math.pow(10,12)):T<Math.pow(10,12)&&T>=Math.pow(10,9)&&!x||b?(h+=p[g].abbreviations.billion,e/=Math.pow(10,9)):T<Math.pow(10,9)&&T>=Math.pow(10,6)&&!x||y?(h+=p[g].abbreviations.million,e/=Math.pow(10,6)):(T<Math.pow(10,6)&&T>=Math.pow(10,3)&&!x||v)&&(h+=p[g].abbreviations.thousand,e/=Math.pow(10,3))),n.indexOf("b")>-1)for(n.indexOf(" b")>-1?(_=" ",n=n.replace(" b","")):n=n.replace("b",""),a=0;a<=C.length;a++)if(i=Math.pow(1024,a),o=Math.pow(1024,a+1),e>=i&&o>e){_+=C[a],i>0&&(e/=i);break}return n.indexOf("o")>-1&&(n.indexOf(" o")>-1?(S=" ",n=n.replace(" o","")):n=n.replace("o",""),S+=p[g].ordinal(e)),n.indexOf("[.]")>-1&&(f=!0,n=n.replace("[.]",".")),s=e.toString().split(".")[0],u=n.split(".")[1],l=n.indexOf(","),u?(u.indexOf("[")>-1?(u=u.replace("]",""),u=u.split("["),k=t(e,u[0].length+u[1].length,r,u[1].length)):k=t(e,u.length,r),s=k.split(".")[0],k=k.split(".")[1].length?p[g].delimiters.decimal+k.split(".")[1]:"",f&&0===Number(k.slice(1))&&(k="")):s=t(e,null,r),s.indexOf("-")>-1&&(s=s.slice(1),E=!0),l>-1&&(s=s.toString().replace(/(\d)(?=(\d{3})+(?!\d))/g,"$1"+p[g].delimiters.thousands)),0===n.indexOf(".")&&(s=""),(c&&E?"(":"")+(!c&&E?"-":"")+(!E&&d?"+":"")+s+k+(S?S:"")+(h?h:"")+(_?_:"")+(c&&E?")":"")}function l(e,t){p[e]=t}function c(e){var t=e.toString().split(".");return t.length<2?1:Math.pow(10,t[1].length)}function d(){var e=Array.prototype.slice.call(arguments);return e.reduce(function(e,t){var n=c(e),r=c(t);return n>r?n:r},-1/0)}var f,h="1.5.3",p={},g="en",m=null,v="0,0",y="undefined"!=typeof module&&module.exports;f=function(t){return f.isNumeral(t)?t=t.value():0===t||"undefined"==typeof t?t=0:Number(t)||(t=f.fn.unformat(t)),new e(Number(t))},f.version=h,f.isNumeral=function(t){return t instanceof e},f.language=function(e,t){if(!e)return g;if(e&&!t){if(!p[e])throw new Error("Unknown language : "+e);g=e}return(t||!p[e])&&l(e,t),f},f.languageData=function(e){if(!e)return p[g];if(!p[e])throw new Error("Unknown language : "+e);return p[e]},f.language("en",{delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(e){var t=e%10;return 1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th"},currency:{symbol:"$"}}),f.zeroFormat=function(e){m="string"==typeof e?e:null},f.defaultFormat=function(e){v="string"==typeof e?e:"0.0"},"function"!=typeof Array.prototype.reduce&&(Array.prototype.reduce=function(e,t){"use strict";if(null===this||"undefined"==typeof this)throw new TypeError("Array.prototype.reduce called on null or undefined");if("function"!=typeof e)throw new TypeError(e+" is not a function");var n,r,i=this.length>>>0,o=!1;for(1<arguments.length&&(r=t,o=!0),n=0;i>n;++n)this.hasOwnProperty(n)&&(o?r=e(r,this[n],n,this):(r=this[n],o=!0));if(!o)throw new TypeError("Reduce of empty array with no initial value");return r}),f.fn=e.prototype={clone:function(){return f(this)},format:function(e,t){return n(this,e?e:v,void 0!==t?t:Math.round)},unformat:function(e){return"[object Number]"===Object.prototype.toString.call(e)?e:r(this,e?e:v)},value:function(){return this._value},valueOf:function(){return this._value},set:function(e){return this._value=Number(e),this},add:function(e){function t(e,t){return e+n*t}var n=d.call(null,this._value,e);return this._value=[this._value,e].reduce(t,0)/n,this},subtract:function(e){function t(e,t){return e-n*t
}var n=d.call(null,this._value,e);return this._value=[e].reduce(t,this._value*n)/n,this},multiply:function(e){function t(e,t){var n=d(e,t);return e*n*t*n/(n*n)}return this._value=[this._value,e].reduce(t,1),this},divide:function(e){function t(e,t){var n=d(e,t);return e*n/(t*n)}return this._value=[this._value,e].reduce(t),this},difference:function(e){return Math.abs(f(this._value).subtract(e).value())}},y&&(module.exports=f),"undefined"==typeof ender&&(this.numeral=f),"function"==typeof define&&define.amd&&define([],function(){return f})}.call(this),!function(){var e={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"k",million:" mln",billion:" mld",trillion:" bln"},ordinal:function(e){var t=e%100;return 0!==e&&1>=t||8===t||t>=20?"ste":"de"},currency:{symbol:"€ "}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("be-nl",e)}(),function(){var e={delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"千",million:"百万",billion:"十亿",trillion:"兆"},ordinal:function(){return"."},currency:{symbol:"¥"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("chs",e)}(),function(){var e={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"tis.",million:"mil.",billion:"b",trillion:"t"},ordinal:function(){return"."},currency:{symbol:"Kč"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("cs",e)}(),function(){var e={delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"k",million:"mio",billion:"mia",trillion:"b"},ordinal:function(){return"."},currency:{symbol:"DKK"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("da-dk",e)}(),function(){var e={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(){return"."},currency:{symbol:"CHF"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("de-ch",e)}(),function(){var e={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(){return"."},currency:{symbol:"€"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("de",e)}(),function(){var e={delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(e){var t=e%10;return 1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th"},currency:{symbol:"£"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("en-gb",e)}(),function(){var e={delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"k",million:"mm",billion:"b",trillion:"t"},ordinal:function(e){var t=e%10;return 1===t||3===t?"er":2===t?"do":7===t||0===t?"mo":8===t?"vo":9===t?"no":"to"},currency:{symbol:"€"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("es",e)}(),function(){var e={delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"k",million:"mm",billion:"b",trillion:"t"},ordinal:function(e){var t=e%10;return 1===t||3===t?"er":2===t?"do":7===t||0===t?"mo":8===t?"vo":9===t?"no":"to"},currency:{symbol:"$"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("es",e)}(),function(){var e={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:" tuh",million:" mln",billion:" mld",trillion:" trl"},ordinal:function(){return"."},currency:{symbol:"€"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("et",e)}(),function(){var e={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"k",million:"M",billion:"G",trillion:"T"},ordinal:function(){return"."},currency:{symbol:"€"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("fi",e)}(),function(){var e={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"k",million:"M",billion:"G",trillion:"T"},ordinal:function(e){return 1===e?"er":"e"},currency:{symbol:"$"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("fr-CA",e)}(),function(){var e={delimiters:{thousands:"'",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(e){return 1===e?"er":"e"},currency:{symbol:"CHF"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("fr-ch",e)}(),function(){var e={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(e){return 1===e?"er":"e"},currency:{symbol:"€"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("fr",e)}(),function(){var e={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"E",million:"M",billion:"Mrd",trillion:"T"},ordinal:function(){return"."},currency:{symbol:" Ft"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("hu",e)}(),function(){var e={delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"mila",million:"mil",billion:"b",trillion:"t"},ordinal:function(){return"º"},currency:{symbol:"€"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("it",e)}(),function(){var e={delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"千",million:"百万",billion:"十億",trillion:"兆"},ordinal:function(){return"."},currency:{symbol:"¥"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("ja",e)}(),function(){var e={delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"k",million:"mln",billion:"mrd",trillion:"bln"},ordinal:function(e){var t=e%100;return 0!==e&&1>=t||8===t||t>=20?"ste":"de"},currency:{symbol:"€ "}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("nl-nl",e)}(),function(){var e={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"tys.",million:"mln",billion:"mld",trillion:"bln"},ordinal:function(){return"."},currency:{symbol:"PLN"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("pl",e)}(),function(){var e={delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"mil",million:"milhões",billion:"b",trillion:"t"},ordinal:function(){return"º"},currency:{symbol:"R$"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("pt-br",e)}(),function(){var e={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(){return"º"},currency:{symbol:"€"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("pt-pt",e)}(),function(){var e={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"тыс.",million:"млн",billion:"b",trillion:"t"},ordinal:function(){return"."},currency:{symbol:"₴"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("ru-UA",e)}(),function(){var e={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"тыс.",million:"млн",billion:"b",trillion:"t"},ordinal:function(){return"."},currency:{symbol:"руб."}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("ru",e)}(),function(){var e={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"tis.",million:"mil.",billion:"b",trillion:"t"},ordinal:function(){return"."},currency:{symbol:"€"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("sk",e)}(),function(){var e={delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"พัน",million:"ล้าน",billion:"พันล้าน",trillion:"ล้านล้าน"},ordinal:function(){return"."},currency:{symbol:"฿"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("th",e)}(),function(){var e={delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(e){var t=e%10;return 1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th"},currency:{symbol:"£"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("mi",e)}(),function(){var e={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"},t={delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"bin",million:"milyon",billion:"milyar",trillion:"trilyon"},ordinal:function(t){if(0===t)return"'ıncı";var n=t%10,r=t%100-n,i=t>=100?100:null;return e[n]||e[r]||e[i]},currency:{symbol:"₺"}};"undefined"!=typeof module&&module.exports&&(module.exports=t),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("tr",t)}(),function(){var e={delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"тис.",million:"млн",billion:"млрд",trillion:"блн"},ordinal:function(){return""},currency:{symbol:"₴"}};"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof window&&this.numeral&&this.numeral.language&&this.numeral.language("uk-UA",e)}(),function(e,t){"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?module.exports=t():e.Handlebars=t()}(this,function(){var e=function(){"use strict";function e(e){return u[e]}function t(e){for(var t=1;t<arguments.length;t++)for(var n in arguments[t])Object.prototype.hasOwnProperty.call(arguments[t],n)&&(e[n]=arguments[t][n]);return e}function n(e,t){for(var n=0,r=e.length;r>n;n++)if(e[n]===t)return n;return-1}function r(t){return t&&t.toHTML?t.toHTML():null==t?"":t?(t=""+t,c.test(t)?t.replace(l,e):t):t+""}function i(e){return e||0===e?h(e)&&0===e.length?!0:!1:!0}function o(e,t){return e.path=t,e}function a(e,t){return(e?e+".":"")+t}var s={},u={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},l=/[&<>"'`]/g,c=/[&<>"'`]/;s.extend=t;var d=Object.prototype.toString;s.toString=d;var f=function(e){return"function"==typeof e};f(/x/)&&(f=function(e){return"function"==typeof e&&"[object Function]"===d.call(e)});var f;s.isFunction=f;var h=Array.isArray||function(e){return e&&"object"==typeof e?"[object Array]"===d.call(e):!1};return s.isArray=h,s.indexOf=n,s.escapeExpression=r,s.isEmpty=i,s.blockParams=o,s.appendContextPath=a,s}(),t=function(){"use strict";function e(e,t){var r=t&&t.loc,i,o;r&&(i=r.start.line,o=r.start.column,e+=" - "+i+":"+o);for(var a=Error.prototype.constructor.call(this,e),s=0;s<n.length;s++)this[n[s]]=a[n[s]];r&&(this.lineNumber=i,this.column=o)}var t,n=["description","fileName","lineNumber","message","name","number","stack"];return e.prototype=new Error,t=e}(),n=function(e,t){"use strict";function n(e,t){this.helpers=e||{},this.partials=t||{},r(this)}function r(e){e.registerHelper("helperMissing",function(){if(1===arguments.length)return void 0;throw new a("Missing helper: '"+arguments[arguments.length-1].name+"'")}),e.registerHelper("blockHelperMissing",function(t,n){var r=n.inverse,i=n.fn;if(t===!0)return i(this);if(t===!1||null==t)return r(this);if(c(t))return t.length>0?(n.ids&&(n.ids=[n.name]),e.helpers.each(t,n)):r(this);if(n.data&&n.ids){var a=m(n.data);a.contextPath=o.appendContextPath(n.data.contextPath,n.name),n={data:a}}return i(t,n)}),e.registerHelper("each",function(e,t){function n(t,n,i){l&&(l.key=t,l.index=n,l.first=0===n,l.last=!!i,f&&(l.contextPath=f+t)),u+=r(e[t],{data:l,blockParams:o.blockParams([e[t],t],[f+t,null])})}if(!t)throw new a("Must pass iterator to #each");var r=t.fn,i=t.inverse,s=0,u="",l,f;if(t.data&&t.ids&&(f=o.appendContextPath(t.data.contextPath,t.ids[0])+"."),d(e)&&(e=e.call(this)),t.data&&(l=m(t.data)),e&&"object"==typeof e)if(c(e))for(var h=e.length;h>s;s++)n(s,s,s===e.length-1);else{var p;for(var g in e)e.hasOwnProperty(g)&&(p&&n(p,s-1),p=g,s++);p&&n(p,s-1,!0)}return 0===s&&(u=i(this)),u}),e.registerHelper("if",function(e,t){return d(e)&&(e=e.call(this)),!t.hash.includeZero&&!e||o.isEmpty(e)?t.inverse(this):t.fn(this)}),e.registerHelper("unless",function(t,n){return e.helpers["if"].call(this,t,{fn:n.inverse,inverse:n.fn,hash:n.hash})}),e.registerHelper("with",function(e,t){d(e)&&(e=e.call(this));var n=t.fn;if(o.isEmpty(e))return t.inverse(this);if(t.data&&t.ids){var r=m(t.data);r.contextPath=o.appendContextPath(t.data.contextPath,t.ids[0]),t={data:r}}return n(e,t)}),e.registerHelper("log",function(t,n){var r=n.data&&null!=n.data.level?parseInt(n.data.level,10):1;e.log(r,t)}),e.registerHelper("lookup",function(e,t){return e&&e[t]})}var i={},o=e,a=t,s="3.0.0";i.VERSION=s;var u=6;i.COMPILER_REVISION=u;var l={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1"};i.REVISION_CHANGES=l;var c=o.isArray,d=o.isFunction,f=o.toString,h="[object Object]";i.HandlebarsEnvironment=n,n.prototype={constructor:n,logger:p,log:g,registerHelper:function(e,t){if(f.call(e)===h){if(t)throw new a("Arg not supported with multiple helpers");o.extend(this.helpers,e)}else this.helpers[e]=t},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,t){if(f.call(e)===h)o.extend(this.partials,e);else{if("undefined"==typeof t)throw new a("Attempting to register a partial as undefined");this.partials[e]=t}},unregisterPartial:function(e){delete this.partials[e]}};var p={methodMap:{0:"debug",1:"info",2:"warn",3:"error"},DEBUG:0,INFO:1,WARN:2,ERROR:3,level:1,log:function(e,t){if("undefined"!=typeof console&&p.level<=e){var n=p.methodMap[e];(console[n]||console.log).call(console,t)}}};i.logger=p;var g=p.log;i.log=g;var m=function(e){var t=o.extend({},e);return t._parent=e,t};return i.createFrame=m,i}(e,t),r=function(){"use strict";function e(e){this.string=e}var t;return e.prototype.toString=e.prototype.toHTML=function(){return""+this.string},t=e}(),i=function(e,t,n){"use strict";function r(e){var t=e&&e[0]||1,n=h;if(t!==n){if(n>t){var r=p[n],i=p[t];throw new f("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+r+") or downgrade your runtime to an older version ("+i+").")}throw new f("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+e[1]+").")}}function i(e,t){if(!t)throw new f("No environment passed to template");if(!e||!e.main)throw new f("Unknown template object: "+typeof e);t.VM.checkRevision(e.compiler);var n=function(n,r,i){i.hash&&(r=d.extend({},r,i.hash)),n=t.VM.resolvePartial.call(this,n,r,i);var o=t.VM.invokePartial.call(this,n,r,i);if(null==o&&t.compile&&(i.partials[i.name]=t.compile(n,e.compilerOptions,t),o=i.partials[i.name](r,i)),null!=o){if(i.indent){for(var a=o.split("\n"),s=0,u=a.length;u>s&&(a[s]||s+1!==u);s++)a[s]=i.indent+a[s];o=a.join("\n")}return o}throw new f("The partial "+i.name+" could not be compiled when running in runtime-only mode")},r={strict:function(e,t){if(!(t in e))throw new f('"'+t+'" not defined in '+e);return e[t]},lookup:function(e,t){for(var n=e.length,r=0;n>r;r++)if(e[r]&&null!=e[r][t])return e[r][t]},lambda:function(e,t){return"function"==typeof e?e.call(t):e},escapeExpression:d.escapeExpression,invokePartial:n,fn:function(t){return e[t]},programs:[],program:function(e,t,n,r,i){var a=this.programs[e],s=this.fn(e);return t||i||r||n?a=o(this,e,s,t,n,r,i):a||(a=this.programs[e]=o(this,e,s)),a},data:function(e,t){for(;e&&t--;)e=e._parent;return e},merge:function(e,t){var n=e||t;return e&&t&&e!==t&&(n=d.extend({},t,e)),n},noop:t.VM.noop,compilerInfo:e.compiler},i=function(t,n){n=n||{};var o=n.data;i._setup(n),!n.partial&&e.useData&&(o=l(t,o));var a,s=e.useBlockParams?[]:void 0;return e.useDepths&&(a=n.depths?[t].concat(n.depths):[t]),e.main.call(r,t,r.helpers,r.partials,o,s,a)};return i.isTop=!0,i._setup=function(n){n.partial?(r.helpers=n.helpers,r.partials=n.partials):(r.helpers=r.merge(n.helpers,t.helpers),e.usePartial&&(r.partials=r.merge(n.partials,t.partials)))},i._child=function(t,n,i,a){if(e.useBlockParams&&!i)throw new f("must pass block params");if(e.useDepths&&!a)throw new f("must pass parent depths");return o(r,t,e[t],n,0,i,a)},i}function o(e,t,n,r,i,o,a){var s=function(t,i){return i=i||{},n.call(e,t,e.helpers,e.partials,i.data||r,o&&[i.blockParams].concat(o),a&&[t].concat(a))};return s.program=t,s.depth=a?a.length:0,s.blockParams=i||0,s}function a(e,t,n){return e?e.call||n.name||(n.name=e,e=n.partials[e]):e=n.partials[n.name],e}function s(e,t,n){if(n.partial=!0,void 0===e)throw new f("The partial "+n.name+" could not be found");return e instanceof Function?e(t,n):void 0}function u(){return""}function l(e,t){return t&&"root"in t||(t=t?g(t):{},t.root=e),t}var c={},d=e,f=t,h=n.COMPILER_REVISION,p=n.REVISION_CHANGES,g=n.createFrame;return c.checkRevision=r,c.template=i,c.program=o,c.resolvePartial=a,c.invokePartial=s,c.noop=u,c}(e,t,n),o=function(e,t,n,r,i){"use strict";var o,a=e,s=t,u=n,l=r,c=i,d=function(){var e=new a.HandlebarsEnvironment;return l.extend(e,a),e.SafeString=s,e.Exception=u,e.Utils=l,e.escapeExpression=l.escapeExpression,e.VM=c,e.template=function(t){return c.template(t,e)},e},f=d();f.create=d;var h="undefined"!=typeof global?global:window,p=h.Handlebars;return f.noConflict=function(){h.Handlebars===f&&(h.Handlebars=p)},f["default"]=f,o=f}(n,r,t,e,i);return o}),function(e){"function"==typeof define&&define.amd?define(["jquery"],e):e(jQuery)}(function(e){function t(e){return e}function n(e){return decodeURIComponent(e.replace(i," "))}function r(e){0===e.indexOf('"')&&(e=e.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\"));try{return o.json?JSON.parse(e):e}catch(t){}}var i=/\+/g,o=e.cookie=function(i,a,s){if(void 0!==a){if(s=e.extend({},o.defaults,s),"number"==typeof s.expires){var u=s.expires,l=s.expires=new Date;l.setDate(l.getDate()+u)}return a=o.json?JSON.stringify(a):String(a),document.cookie=[o.raw?i:encodeURIComponent(i),"=",o.raw?a:encodeURIComponent(a),s.expires?"; expires="+s.expires.toUTCString():"",s.path?"; path="+s.path:"",s.domain?"; domain="+s.domain:"",s.secure?"; secure":""].join("")}a=o.raw?t:n,s=document.cookie.split("; ");for(var u=i?void 0:{},l=0,c=s.length;c>l;l++){var d=s[l].split("="),f=a(d.shift()),d=a(d.join("="));if(i&&i===f){u=r(d);break}i||(u[f]=r(d))}return u};o.defaults={},e.removeCookie=function(t,n){return void 0!==e.cookie(t)?(e.cookie(t,"",e.extend({},n,{expires:-1})),!0):!1}}),function(e){e.extend(e.fn,{validate:function(t){if(!this.length)return void(t&&t.debug&&window.console&&console.warn("Nothing selected, can't validate, returning nothing."));var n=e.data(this[0],"validator");return n?n:(this.attr("novalidate","novalidate"),n=new e.validator(t,this[0]),e.data(this[0],"validator",n),n.settings.onsubmit&&(this.validateDelegate(":submit","click",function(t){n.settings.submitHandler&&(n.submitButton=t.target),e(t.target).hasClass("cancel")&&(n.cancelSubmit=!0),void 0!==e(t.target).attr("formnovalidate")&&(n.cancelSubmit=!0)}),this.submit(function(t){function r(){var r;return n.settings.submitHandler?(n.submitButton&&(r=e("<input type='hidden'/>").attr("name",n.submitButton.name).val(e(n.submitButton).val()).appendTo(n.currentForm)),n.settings.submitHandler.call(n,n.currentForm,t),n.submitButton&&r.remove(),!1):!0}return n.settings.debug&&t.preventDefault(),n.cancelSubmit?(n.cancelSubmit=!1,r()):n.form()?n.pendingRequest?(n.formSubmitted=!0,!1):r():(n.focusInvalid(),!1)})),n)},valid:function(){if(e(this[0]).is("form"))return this.validate().form();var t=!0,n=e(this[0].form).validate();return this.each(function(){t=t&&n.element(this)}),t},removeAttrs:function(t){var n={},r=this;return e.each(t.split(/\s/),function(e,t){n[t]=r.attr(t),r.removeAttr(t)}),n},rules:function(t,n){var r=this[0];if(t){var i=e.data(r.form,"validator").settings,o=i.rules,a=e.validator.staticRules(r);switch(t){case"add":e.extend(a,e.validator.normalizeRule(n)),delete a.messages,o[r.name]=a,n.messages&&(i.messages[r.name]=e.extend(i.messages[r.name],n.messages));break;case"remove":if(!n)return delete o[r.name],a;var s={};return e.each(n.split(/\s/),function(e,t){s[t]=a[t],delete a[t]}),s}}var u=e.validator.normalizeRules(e.extend({},e.validator.classRules(r),e.validator.attributeRules(r),e.validator.dataRules(r),e.validator.staticRules(r)),r);if(u.required){var l=u.required;delete u.required,u=e.extend({required:l},u)}return u}}),e.extend(e.expr[":"],{blank:function(t){return!e.trim(""+e(t).val())},filled:function(t){return!!e.trim(""+e(t).val())},unchecked:function(t){return!e(t).prop("checked")}}),e.validator=function(t,n){this.settings=e.extend(!0,{},e.validator.defaults,t),this.currentForm=n,this.init()},e.validator.format=function(t,n){return 1===arguments.length?function(){var n=e.makeArray(arguments);return n.unshift(t),e.validator.format.apply(this,n)}:(arguments.length>2&&n.constructor!==Array&&(n=e.makeArray(arguments).slice(1)),n.constructor!==Array&&(n=[n]),e.each(n,function(e,n){t=t.replace(new RegExp("\\{"+e+"\\}","g"),function(){return n})}),t)},e.extend(e.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",validClass:"valid",errorElement:"label",focusInvalid:!0,errorContainer:e([]),errorLabelContainer:e([]),onsubmit:!0,ignore:":hidden",ignoreTitle:!1,onfocusin:function(e,t){this.lastActive=e,this.settings.focusCleanup&&!this.blockFocusCleanup&&(this.settings.unhighlight&&this.settings.unhighlight.call(this,e,this.settings.errorClass,this.settings.validClass),this.addWrapper(this.errorsFor(e)).hide())},onfocusout:function(e,t){this.checkable(e)||!(e.name in this.submitted)&&this.optional(e)||this.element(e)},onkeyup:function(e,t){(9!==t.which||""!==this.elementValue(e))&&(e.name in this.submitted||e===this.lastElement)&&this.element(e)},onclick:function(e,t){e.name in this.submitted?this.element(e):e.parentNode.name in this.submitted&&this.element(e.parentNode)},highlight:function(t,n,r){"radio"===t.type?this.findByName(t.name).addClass(n).removeClass(r):e(t).addClass(n).removeClass(r)},unhighlight:function(t,n,r){"radio"===t.type?this.findByName(t.name).removeClass(n).addClass(r):e(t).removeClass(n).addClass(r)}},setDefaults:function(t){e.extend(e.validator.defaults,t)},messages:{required:"This field is required.",remote:"Please fix this field.",email:"Please enter a valid email address.",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date (ISO).",number:"Please enter a valid number.",digits:"Please enter only digits.",creditcard:"Please enter a valid credit card number.",equalTo:"Please enter the same value again.",maxlength:e.validator.format("Please enter no more than {0} characters."),minlength:e.validator.format("Please enter at least {0} characters."),rangelength:e.validator.format("Please enter a value between {0} and {1} characters long."),range:e.validator.format("Please enter a value between {0} and {1}."),max:e.validator.format("Please enter a value less than or equal to {0}."),min:e.validator.format("Please enter a value greater than or equal to {0}.")},autoCreateRanges:!1,prototype:{init:function(){function t(t){var n=e.data(this[0].form,"validator"),r="on"+t.type.replace(/^validate/,"");n.settings[r]&&n.settings[r].call(n,this[0],t)}this.labelContainer=e(this.settings.errorLabelContainer),this.errorContext=this.labelContainer.length&&this.labelContainer||e(this.currentForm),this.containers=e(this.settings.errorContainer).add(this.settings.errorLabelContainer),this.submitted={},this.valueCache={},this.pendingRequest=0,this.pending={},this.invalid={},this.reset();var n=this.groups={};e.each(this.settings.groups,function(t,r){"string"==typeof r&&(r=r.split(/\s/)),e.each(r,function(e,r){n[r]=t})});var r=this.settings.rules;e.each(r,function(t,n){r[t]=e.validator.normalizeRule(n)}),e(this.currentForm).validateDelegate(":text, [type='password'], [type='file'], select, textarea, [type='number'], [type='search'] ,[type='tel'], [type='url'], [type='email'], [type='datetime'], [type='date'], [type='month'], [type='week'], [type='time'], [type='datetime-local'], [type='range'], [type='color'] ","focusin focusout keyup",t).validateDelegate("[type='radio'], [type='checkbox'], select, option","click",t),this.settings.invalidHandler&&e(this.currentForm).bind("invalid-form.validate",this.settings.invalidHandler)},form:function(){return this.checkForm(),e.extend(this.submitted,this.errorMap),this.invalid=e.extend({},this.errorMap),this.valid()||e(this.currentForm).triggerHandler("invalid-form",[this]),this.showErrors(),this.valid()},checkForm:function(){this.prepareForm();for(var e=0,t=this.currentElements=this.elements();t[e];e++)this.check(t[e]);return this.valid()},element:function(t){t=this.validationTargetFor(this.clean(t)),this.lastElement=t,this.prepareElement(t),this.currentElements=e(t);var n=this.check(t)!==!1;return n?delete this.invalid[t.name]:this.invalid[t.name]=!0,this.numberOfInvalids()||(this.toHide=this.toHide.add(this.containers)),this.showErrors(),n},showErrors:function(t){if(t){e.extend(this.errorMap,t),this.errorList=[];for(var n in t)this.errorList.push({message:t[n],element:this.findByName(n)[0]});this.successList=e.grep(this.successList,function(e){return!(e.name in t)})}this.settings.showErrors?this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors()},resetForm:function(){e.fn.resetForm&&e(this.currentForm).resetForm(),this.submitted={},this.lastElement=null,this.prepareForm(),this.hideErrors(),this.elements().removeClass(this.settings.errorClass).removeData("previousValue")},numberOfInvalids:function(){return this.objectLength(this.invalid)},objectLength:function(e){var t=0;for(var n in e)t++;return t},hideErrors:function(){this.addWrapper(this.toHide).hide()},valid:function(){return 0===this.size()},size:function(){return this.errorList.length},focusInvalid:function(){if(this.settings.focusInvalid)try{e(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus().trigger("focusin")}catch(t){}},findLastActive:function(){var t=this.lastActive;return t&&1===e.grep(this.errorList,function(e){return e.element.name===t.name}).length&&t},elements:function(){var t=this,n={};return e(this.currentForm).find("input, select, textarea").not(":submit, :reset, :image, [disabled]").not(this.settings.ignore).filter(function(){return!this.name&&t.settings.debug&&window.console&&console.error("%o has no name assigned",this),this.name in n||!t.objectLength(e(this).rules())?!1:(n[this.name]=!0,!0)})},clean:function(t){return e(t)[0]},errors:function(){var t=this.settings.errorClass.replace(" ",".");return e(this.settings.errorElement+"."+t,this.errorContext)},reset:function(){this.successList=[],this.errorList=[],this.errorMap={},this.toShow=e([]),this.toHide=e([]),this.currentElements=e([])},prepareForm:function(){this.reset(),this.toHide=this.errors().add(this.containers)},prepareElement:function(e){this.reset(),this.toHide=this.errorsFor(e)},elementValue:function(t){var n=e(t).attr("type"),r=e(t).val();return"radio"===n||"checkbox"===n?e("input[name='"+e(t).attr("name")+"']:checked").val():"string"==typeof r?r.replace(/\r/g,""):r},check:function(t){t=this.validationTargetFor(this.clean(t));var n=e(t).rules(),r=!1,i=this.elementValue(t),o;for(var a in n){var s={method:a,parameters:n[a]};try{if(o=e.validator.methods[a].call(this,i,t,s.parameters),"dependency-mismatch"===o){r=!0;continue}if(r=!1,"pending"===o)return void(this.toHide=this.toHide.not(this.errorsFor(t)));if(!o)return this.formatAndAdd(t,s),!1}catch(u){throw this.settings.debug&&window.console&&console.log("Exception occurred when checking element "+t.id+", check the '"+s.method+"' method.",u),u}}return r?void 0:(this.objectLength(n)&&this.successList.push(t),!0)},customDataMessage:function(t,n){return e(t).data("msg-"+n.toLowerCase())||t.attributes&&e(t).attr("data-msg-"+n.toLowerCase())},customMessage:function(e,t){var n=this.settings.messages[e];return n&&(n.constructor===String?n:n[t])},findDefined:function(){for(var e=0;e<arguments.length;e++)if(void 0!==arguments[e])return arguments[e];return void 0},defaultMessage:function(t,n){return this.findDefined(this.customMessage(t.name,n),this.customDataMessage(t,n),!this.settings.ignoreTitle&&t.title||void 0,e.validator.messages[n],"<strong>Warning: No message defined for "+t.name+"</strong>")},formatAndAdd:function(t,n){var r=this.defaultMessage(t,n.method),i=/\$?\{(\d+)\}/g;"function"==typeof r?r=r.call(this,n.parameters,t):i.test(r)&&(r=e.validator.format(r.replace(i,"{$1}"),n.parameters)),this.errorList.push({message:r,element:t}),this.errorMap[t.name]=r,this.submitted[t.name]=r},addWrapper:function(e){return this.settings.wrapper&&(e=e.add(e.parent(this.settings.wrapper))),e},defaultShowErrors:function(){var e,t;for(e=0;this.errorList[e];e++){var n=this.errorList[e];this.settings.highlight&&this.settings.highlight.call(this,n.element,this.settings.errorClass,this.settings.validClass),this.showLabel(n.element,n.message)}if(this.errorList.length&&(this.toShow=this.toShow.add(this.containers)),this.settings.success)for(e=0;this.successList[e];e++)this.showLabel(this.successList[e]);if(this.settings.unhighlight)for(e=0,t=this.validElements();t[e];e++)this.settings.unhighlight.call(this,t[e],this.settings.errorClass,this.settings.validClass);this.toHide=this.toHide.not(this.toShow),this.hideErrors(),this.addWrapper(this.toShow).show()},validElements:function(){return this.currentElements.not(this.invalidElements())},invalidElements:function(){return e(this.errorList).map(function(){return this.element})},showLabel:function(t,n){var r=this.errorsFor(t);r.length?(r.removeClass(this.settings.validClass).addClass(this.settings.errorClass),r.html(n)):(r=e("<"+this.settings.errorElement+">").attr("for",this.idOrName(t)).addClass(this.settings.errorClass).html(n||""),this.settings.wrapper&&(r=r.hide().show().wrap("<"+this.settings.wrapper+"/>").parent()),this.labelContainer.append(r).length||(this.settings.errorPlacement?this.settings.errorPlacement(r,e(t)):r.insertAfter(t))),!n&&this.settings.success&&(r.text(""),"string"==typeof this.settings.success?r.addClass(this.settings.success):this.settings.success(r,t)),this.toShow=this.toShow.add(r)},errorsFor:function(t){var n=this.idOrName(t);
return this.errors().filter(function(){return e(this).attr("for")===n})},idOrName:function(e){return this.groups[e.name]||(this.checkable(e)?e.name:e.id||e.name)},validationTargetFor:function(e){return this.checkable(e)&&(e=this.findByName(e.name).not(this.settings.ignore)[0]),e},checkable:function(e){return/radio|checkbox/i.test(e.type)},findByName:function(t){return e(this.currentForm).find("[name='"+t+"']")},getLength:function(t,n){switch(n.nodeName.toLowerCase()){case"select":return e("option:selected",n).length;case"input":if(this.checkable(n))return this.findByName(n.name).filter(":checked").length}return t.length},depend:function(e,t){return this.dependTypes[typeof e]?this.dependTypes[typeof e](e,t):!0},dependTypes:{"boolean":function(e,t){return e},string:function(t,n){return!!e(t,n.form).length},"function":function(e,t){return e(t)}},optional:function(t){var n=this.elementValue(t);return!e.validator.methods.required.call(this,n,t)&&"dependency-mismatch"},startRequest:function(e){this.pending[e.name]||(this.pendingRequest++,this.pending[e.name]=!0)},stopRequest:function(t,n){this.pendingRequest--,this.pendingRequest<0&&(this.pendingRequest=0),delete this.pending[t.name],n&&0===this.pendingRequest&&this.formSubmitted&&this.form()?(e(this.currentForm).submit(),this.formSubmitted=!1):!n&&0===this.pendingRequest&&this.formSubmitted&&(e(this.currentForm).triggerHandler("invalid-form",[this]),this.formSubmitted=!1)},previousValue:function(t){return e.data(t,"previousValue")||e.data(t,"previousValue",{old:null,valid:!0,message:this.defaultMessage(t,"remote")})}},classRuleSettings:{required:{required:!0},email:{email:!0},url:{url:!0},date:{date:!0},dateISO:{dateISO:!0},number:{number:!0},digits:{digits:!0},creditcard:{creditcard:!0}},addClassRules:function(t,n){t.constructor===String?this.classRuleSettings[t]=n:e.extend(this.classRuleSettings,t)},classRules:function(t){var n={},r=e(t).attr("class");return r&&e.each(r.split(" "),function(){this in e.validator.classRuleSettings&&e.extend(n,e.validator.classRuleSettings[this])}),n},attributeRules:function(t){var n={},r=e(t),i=r[0].getAttribute("type");for(var o in e.validator.methods){var a;"required"===o?(a=r.get(0).getAttribute(o),""===a&&(a=!0),a=!!a):a=r.attr(o),/min|max/.test(o)&&(null===i||/number|range|text/.test(i))&&(a=Number(a)),a?n[o]=a:i===o&&"range"!==i&&(n[o]=!0)}return n.maxlength&&/-1|2147483647|524288/.test(n.maxlength)&&delete n.maxlength,n},dataRules:function(t){var n,r,i={},o=e(t);for(n in e.validator.methods)r=o.data("rule-"+n.toLowerCase()),void 0!==r&&(i[n]=r);return i},staticRules:function(t){var n={},r=e.data(t.form,"validator");return r.settings.rules&&(n=e.validator.normalizeRule(r.settings.rules[t.name])||{}),n},normalizeRules:function(t,n){return e.each(t,function(r,i){if(i===!1)return void delete t[r];if(i.param||i.depends){var o=!0;switch(typeof i.depends){case"string":o=!!e(i.depends,n.form).length;break;case"function":o=i.depends.call(n,n)}o?t[r]=void 0!==i.param?i.param:!0:delete t[r]}}),e.each(t,function(r,i){t[r]=e.isFunction(i)?i(n):i}),e.each(["minlength","maxlength"],function(){t[this]&&(t[this]=Number(t[this]))}),e.each(["rangelength","range"],function(){var n;t[this]&&(e.isArray(t[this])?t[this]=[Number(t[this][0]),Number(t[this][1])]:"string"==typeof t[this]&&(n=t[this].split(/[\s,]+/),t[this]=[Number(n[0]),Number(n[1])]))}),e.validator.autoCreateRanges&&(t.min&&t.max&&(t.range=[t.min,t.max],delete t.min,delete t.max),t.minlength&&t.maxlength&&(t.rangelength=[t.minlength,t.maxlength],delete t.minlength,delete t.maxlength)),t},normalizeRule:function(t){if("string"==typeof t){var n={};e.each(t.split(/\s/),function(){n[this]=!0}),t=n}return t},addMethod:function(t,n,r){e.validator.methods[t]=n,e.validator.messages[t]=void 0!==r?r:e.validator.messages[t],n.length<3&&e.validator.addClassRules(t,e.validator.normalizeRule(t))},methods:{required:function(t,n,r){if(!this.depend(r,n))return"dependency-mismatch";if("select"===n.nodeName.toLowerCase()){var i=e(n).val();return i&&i.length>0}return this.checkable(n)?this.getLength(t,n)>0:e.trim(t).length>0},email:function(e,t){return this.optional(t)||/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))$/i.test(e)},url:function(e,t){return this.optional(t)||/^(https?|s?ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(e)},date:function(e,t){return this.optional(t)||!/Invalid|NaN/.test(new Date(e).toString())},dateISO:function(e,t){return this.optional(t)||/^\d{4}[\/\-]\d{1,2}[\/\-]\d{1,2}$/.test(e)},number:function(e,t){return this.optional(t)||/^-?(?:\d+|\d{1,3}(?:,\d{3})+)?(?:\.\d+)?$/.test(e)},digits:function(e,t){return this.optional(t)||/^\d+$/.test(e)},creditcard:function(e,t){if(this.optional(t))return"dependency-mismatch";if(/[^0-9 \-]+/.test(e))return!1;var n=0,r=0,i=!1;e=e.replace(/\D/g,"");for(var o=e.length-1;o>=0;o--){var a=e.charAt(o);r=parseInt(a,10),i&&(r*=2)>9&&(r-=9),n+=r,i=!i}return n%10===0},minlength:function(t,n,r){var i=e.isArray(t)?t.length:this.getLength(e.trim(t),n);return this.optional(n)||i>=r},maxlength:function(t,n,r){var i=e.isArray(t)?t.length:this.getLength(e.trim(t),n);return this.optional(n)||r>=i},rangelength:function(t,n,r){var i=e.isArray(t)?t.length:this.getLength(e.trim(t),n);return this.optional(n)||i>=r[0]&&i<=r[1]},min:function(e,t,n){return this.optional(t)||e>=n},max:function(e,t,n){return this.optional(t)||n>=e},range:function(e,t,n){return this.optional(t)||e>=n[0]&&e<=n[1]},equalTo:function(t,n,r){var i=e(r);return this.settings.onfocusout&&i.unbind(".validate-equalTo").bind("blur.validate-equalTo",function(){e(n).valid()}),t===i.val()},remote:function(t,n,r){if(this.optional(n))return"dependency-mismatch";var i=this.previousValue(n);if(this.settings.messages[n.name]||(this.settings.messages[n.name]={}),i.originalMessage=this.settings.messages[n.name].remote,this.settings.messages[n.name].remote=i.message,r="string"==typeof r&&{url:r}||r,i.old===t)return i.valid;i.old=t;var o=this;this.startRequest(n);var a={};return a[n.name]=t,e.ajax(e.extend(!0,{url:r,mode:"abort",port:"validate"+n.name,dataType:"json",data:a,success:function(r){o.settings.messages[n.name].remote=i.originalMessage;var a=r===!0||"true"===r;if(a){var s=o.formSubmitted;o.prepareElement(n),o.formSubmitted=s,o.successList.push(n),delete o.invalid[n.name],o.showErrors()}else{var u={},l=r||o.defaultMessage(n,"remote");u[n.name]=i.message=e.isFunction(l)?l(t):l,o.invalid[n.name]=!0,o.showErrors(u)}i.valid=a,o.stopRequest(n,a)}},r)),"pending"}}}),e.format=e.validator.format}(jQuery),function(e){var t={};if(e.ajaxPrefilter)e.ajaxPrefilter(function(e,n,r){var i=e.port;"abort"===e.mode&&(t[i]&&t[i].abort(),t[i]=r)});else{var n=e.ajax;e.ajax=function(r){var i=("mode"in r?r:e.ajaxSettings).mode,o=("port"in r?r:e.ajaxSettings).port;return"abort"===i?(t[o]&&t[o].abort(),t[o]=n.apply(this,arguments),t[o]):n.apply(this,arguments)}}}(jQuery),function(e){e.extend(e.fn,{validateDelegate:function(t,n,r){return this.bind(n,function(n){var i=e(n.target);return i.is(t)?r.apply(i,arguments):void 0})}})}(jQuery),function(e,t,n){function r(e){var t={},r=/^jQuery\d+$/;return n.each(e.attributes,function(e,n){n.specified&&!r.test(n.name)&&(t[n.name]=n.value)}),t}function i(e,t){var r=this,i=n(r);if(r.value==i.attr("placeholder")&&i.hasClass("placeholder"))if(i.data("placeholder-password")){if(i=i.hide().next().show().attr("id",i.removeAttr("id").data("placeholder-id")),e===!0)return i[0].value=t;i.focus()}else r.value="",i.removeClass("placeholder"),r==a()&&r.select()}function o(){var e,t=this,o=n(t),a=this.id;if(""==t.value){if("password"==t.type){if(!o.data("placeholder-textinput")){try{e=o.clone().attr({type:"text"})}catch(s){e=n("<input>").attr(n.extend(r(this),{type:"text"}))}e.removeAttr("name").data({"placeholder-password":o,"placeholder-id":a}).bind("focus.placeholder",i),o.data({"placeholder-textinput":e,"placeholder-id":a}).before(e)}o=o.removeAttr("id").hide().prev().attr("id",a).show()}o.addClass("placeholder"),o[0].value=o.attr("placeholder")}else o.removeClass("placeholder")}function a(){try{return t.activeElement}catch(e){}}var s="[object OperaMini]"==Object.prototype.toString.call(e.operamini),u="placeholder"in t.createElement("input")&&!s,l="placeholder"in t.createElement("textarea")&&!s,c=n.fn,d=n.valHooks,f=n.propHooks,h,p;u&&l?(p=c.placeholder=function(){return this},p.input=p.textarea=!0):(p=c.placeholder=function(){var e=this;return e.filter((u?"textarea":":input")+"[placeholder]").not(".placeholder").bind({"focus.placeholder":i,"blur.placeholder":o}).data("placeholder-enabled",!0).trigger("blur.placeholder"),e},p.input=u,p.textarea=l,h={get:function(e){var t=n(e),r=t.data("placeholder-password");return r?r[0].value:t.data("placeholder-enabled")&&t.hasClass("placeholder")?"":e.value},set:function(e,t){var r=n(e),s=r.data("placeholder-password");return s?s[0].value=t:r.data("placeholder-enabled")?(""==t?(e.value=t,e!=a()&&o.call(e)):r.hasClass("placeholder")?i.call(e,!0,t)||(e.value=t):e.value=t,r):e.value=t}},u||(d.input=h,f.value=h),l||(d.textarea=h,f.value=h),n(function(){n(t).delegate("form","submit.placeholder",function(){var e=n(".placeholder",this).each(i);setTimeout(function(){e.each(o)},10)})}),n(e).bind("beforeunload.placeholder",function(){n(".placeholder").each(function(){this.value=""})}))}(this,document,jQuery),window.matchMedia||(window.matchMedia=function(){"use strict";var e=window.styleMedia||window.media;if(!e){var t=document.createElement("style"),n=document.getElementsByTagName("script")[0],r=null;t.type="text/css",t.id="matchmediajs-test",n.parentNode.insertBefore(t,n),r="getComputedStyle"in window&&window.getComputedStyle(t,null)||t.currentStyle,e={matchMedium:function(e){var n="@media "+e+"{ #matchmediajs-test { width: 1px; } }";return t.styleSheet?t.styleSheet.cssText=n:t.textContent=n,"1px"===r.width}}}return function(t){return{matches:e.matchMedium(t||"all"),media:t||"all"}}}()),function(){if(window.matchMedia&&window.matchMedia("all").addListener)return!1;var e=window.matchMedia,t=e("only all").matches,n=!1,r=0,i=[],o=function(t){clearTimeout(r),r=setTimeout(function(){for(var t=0,n=i.length;n>t;t++){var r=i[t].mql,o=i[t].listeners||[],a=e(r.media).matches;if(a!==r.matches){r.matches=a;for(var s=0,u=o.length;u>s;s++)o[s].call(window,r)}}},30)};window.matchMedia=function(r){var a=e(r),s=[],u=0;return a.addListener=function(e){t&&(n||(n=!0,window.addEventListener("resize",o,!0)),0===u&&(u=i.push({mql:a,listeners:s})),s.push(e))},a.removeListener=function(e){for(var t=0,n=s.length;n>t;t++)s[t]===e&&s.splice(t,1)},a}}(),function(e){function t(t,n){var o=!1;return e.each(t?i:r,function(t){return e(n).hasClass(t)?(o=t,!1):void 0}),o}var n=e.fn.val,r={},i={},o={};e.classVal=function(e,t,n,a){"string"==typeof e&&"boolean"==typeof a&&(t&&(r[e]=t),n&&(i[e]=n),o[e]=a)},e.fn.val=function(){var a=Array.prototype.slice.call(arguments,0),s,u;return a.length?this.each(function(){(s=t(!0,this))?(u=o[s]?e(this):this,u[i[s]].apply(this,a)):n.apply(e(this),a)}):(s=t(!1,this))?(u=o[s]?this:this[0],u[r[s]].apply(u)):n.apply(this)}}(window.jQuery||window.Zepto),function(e){function t(e,t,n){if((e[t]||e[n])&&e[t]===e[n])throw Error("(Link) '"+t+"' can't match '"+n+"'.'")}function n(n){if(void 0===n&&(n={}),"object"!=typeof n)throw Error("(Format) 'format' option must be an object.");var r={};e(i).each(function(e,t){if(void 0===n[t])r[t]=o[e];else{if(typeof n[t]!=typeof o[e])throw Error("(Format) 'format."+t+"' must be a "+typeof o[e]+".");if("decimals"===t&&(0>n[t]||7<n[t]))throw Error("(Format) 'format.decimals' option must be between 0 and 7.");r[t]=n[t]}}),t(r,"mark","thousand"),t(r,"prefix","negative"),t(r,"prefix","negativeBefore"),this.r=r}function r(t,n){return"object"!=typeof t&&e.error("(Link) Initialize with an object."),new r.prototype.p(t.target||function(){},t.method,t.format||{},n)}var i="decimals mark thousand prefix postfix encoder decoder negative negativeBefore to from".split(" "),o=[2,".","","","",function(e){return e},function(e){return e},"-","",function(e){return e},function(e){return e}];n.prototype.a=function(e){return this.r[e]},n.prototype.L=function(e){function t(e){return e.split("").reverse().join("")}e=this.a("encoder")(e);var n=this.a("decimals"),r="",i="",o="",a="";return 0===parseFloat(e.toFixed(n))&&(e="0"),0>e&&(r=this.a("negative"),i=this.a("negativeBefore")),e=Math.abs(e).toFixed(n).toString(),e=e.split("."),this.a("thousand")?(o=t(e[0]).match(/.{1,3}/g),o=t(o.join(t(this.a("thousand"))))):o=e[0],this.a("mark")&&1<e.length&&(a=this.a("mark")+e[1]),this.a("to")(i+this.a("prefix")+r+o+a+this.a("postfix"))},n.prototype.w=function(e){function t(e){return e.replace(/[\-\/\\\^$*+?.()|\[\]{}]/g,"\\$&")}var n;return null===e||void 0===e?!1:(e=this.a("from")(e),e=e.toString(),n=e.replace(RegExp("^"+t(this.a("negativeBefore"))),""),e!==n?(e=n,n="-"):n="",e=e.replace(RegExp("^"+t(this.a("prefix"))),""),this.a("negative")&&(n="",e=e.replace(RegExp("^"+t(this.a("negative"))),"-")),e=e.replace(RegExp(t(this.a("postfix"))+"$"),"").replace(RegExp(t(this.a("thousand")),"g"),"").replace(this.a("mark"),"."),e=this.a("decoder")(parseFloat(n+e)),isNaN(e)?!1:e)},r.prototype.K=function(t,n){this.method=n||"html",this.j=e(t.replace("-tooltip-","")||"<div/>")[0]},r.prototype.H=function(e){this.method="val",this.j=document.createElement("input"),this.j.name=e,this.j.type="hidden"},r.prototype.G=function(t){function n(e,t){return[t?null:e,t?e:null]}var r=this;this.method="val",this.target=t.on("change",function(t){r.B.val(n(e(t.target).val(),r.t),{link:r,set:!0})})},r.prototype.p=function(t,n,r,i){if(this.g=r,this.update=!i,"string"==typeof t&&0===t.indexOf("-tooltip-"))this.K(t,n);else if("string"==typeof t&&0!==t.indexOf("-"))this.H(t);else{if("function"!=typeof t){if(t instanceof e||e.zepto&&e.zepto.isZ(t)){if(!n){if(t.is("input, select, textarea"))return void this.G(t);n="html"}if("function"==typeof n||"string"==typeof n&&t[n])return this.method=n,void(this.target=t)}throw new RangeError("(Link) Invalid Link.")}this.target=!1,this.method=t}},r.prototype.write=function(e,t,n,r){this.update&&!1===r||(this.u=e,this.F=e=this.format(e),"function"==typeof this.method?this.method.call(this.target[0]||n[0],e,t,n):this.target[this.method](e,t,n))},r.prototype.q=function(t){this.g=new n(e.extend({},t,this.g instanceof n?this.g.r:this.g))},r.prototype.J=function(e){this.B=e},r.prototype.I=function(e){this.t=e},r.prototype.format=function(e){return this.g.L(e)},r.prototype.A=function(e){return this.g.w(e)},r.prototype.p.prototype=r.prototype,e.Link=r}(window.jQuery||window.Zepto),function(e){function t(e){return"number"==typeof e&&!isNaN(e)&&isFinite(e)}function n(t){return e.isArray(t)?t:[t]}function r(e,t){e.addClass(t),setTimeout(function(){e.removeClass(t)},300)}function i(e,t){return 100*t/(e[1]-e[0])}function o(e,t){if(t>=e.d.slice(-1)[0])return 100;for(var n=1,r,o,a;t>=e.d[n];)n++;return r=e.d[n-1],o=e.d[n],a=e.c[n-1],r=[r,o],a+i(r,0>r[0]?t+Math.abs(r[0]):t-r[0])/(100/(e.c[n]-a))}function a(e,t){if(t>=100)return e.d.slice(-1)[0];for(var n=1,r,i,o;t>=e.c[n];)n++;return r=e.d[n-1],i=e.d[n],o=e.c[n-1],r=[r,i],100/(e.c[n]-o)*(t-o)*(r[1]-r[0])/100+r[0]}function s(e,t){for(var n=1,r;t>=e.c[n];)n++;return e.m?(r=e.c[n-1],n=e.c[n],t-r>(n-r)/2?n:r):(e.h[n-1]?(r=e.h[n-1],n=e.c[n-1]+Math.round((t-e.c[n-1])/r)*r):n=t,n)}function u(e,n){if(!t(n))throw Error("noUiSlider: 'step' is not numeric.");e.h[0]=n}function l(n,r){if("object"!=typeof r||e.isArray(r))throw Error("noUiSlider: 'range' is not an object.");e.each(r,function(r,i){var o;if("number"==typeof i&&(i=[i]),!e.isArray(i))throw Error("noUiSlider: 'range' contains invalid value.");if(o="min"===r?0:"max"===r?100:parseFloat(r),!t(o)||!t(i[0]))throw Error("noUiSlider: 'range' value isn't numeric.");n.c.push(o),n.d.push(i[0]),o?n.h.push(isNaN(i[1])?!1:i[1]):isNaN(i[1])||(n.h[0]=i[1])}),e.each(n.h,function(e,t){return t?void(n.h[e]=i([n.d[e],n.d[e+1]],t)/(100/(n.c[e+1]-n.c[e]))):!0})}function c(t,n){if("number"==typeof n&&(n=[n]),!e.isArray(n)||!n.length||2<n.length)throw Error("noUiSlider: 'start' option is incorrect.");t.b=n.length,t.start=n}function d(e,t){if(e.m=t,"boolean"!=typeof t)throw Error("noUiSlider: 'snap' option must be a boolean.")}function f(e,t){if("lower"===t&&1===e.b)e.i=1;else if("upper"===t&&1===e.b)e.i=2;else if(!0===t&&2===e.b)e.i=3;else{if(!1!==t)throw Error("noUiSlider: 'connect' option doesn't match handle count.");e.i=0}}function h(e,t){switch(t){case"horizontal":e.k=0;break;case"vertical":e.k=1;break;default:throw Error("noUiSlider: 'orientation' option is invalid.")}}function p(e,n){if(2<e.c.length)throw Error("noUiSlider: 'margin' option is only supported on linear sliders.");if(e.margin=i(e.d,n),!t(n))throw Error("noUiSlider: 'margin' option must be numeric.")}function g(e,t){switch(t){case"ltr":e.dir=0;break;case"rtl":e.dir=1,e.i=[0,2,1,3][e.i];break;default:throw Error("noUiSlider: 'direction' option was not recognized.")}}function m(e,t){if("string"!=typeof t)throw Error("noUiSlider: 'behaviour' must be a string containing options.");var n=0<=t.indexOf("snap");e.n={s:0<=t.indexOf("tap")||n,extend:0<=t.indexOf("extend"),v:0<=t.indexOf("drag"),fixed:0<=t.indexOf("fixed"),m:n}}function v(t,n,r){t.o=[n.lower,n.upper],t.g=n.format,e.each(t.o,function(t,i){if(!e.isArray(i))throw Error("noUiSlider: 'serialization."+(t?"upper":"lower")+"' must be an array.");e.each(i,function(){if(!(this instanceof e.Link))throw Error("noUiSlider: 'serialization."+(t?"upper":"lower")+"' can only contain Link instances.");this.I(t),this.J(r),this.q(n.format)})}),t.dir&&1<t.b&&t.o.reverse()}function y(t,n){var r={c:[],d:[],h:[!1],margin:0},i;return i={step:{e:!1,f:u},range:{e:!0,f:l},start:{e:!0,f:c},snap:{e:!1,f:d},connect:{e:!0,f:f},orientation:{e:!1,f:h},margin:{e:!1,f:p},direction:{e:!0,f:g},behaviour:{e:!0,f:m},serialization:{e:!0,f:v}},t=e.extend({connect:!1,direction:"ltr",behaviour:"tap",orientation:"horizontal"},t),t.serialization=e.extend({lower:[],upper:[],format:{}},t.serialization),e.each(i,function(e,i){if(void 0===t[e]){if(i.e)throw Error("noUiSlider: '"+e+"' is required.");return!0}i.f(r,t[e],n)}),r.style=r.k?"top":"left",r}function b(t,n){var r=e("<div><div/></div>").addClass(A[2]),i=["-lower","-upper"];return t.dir&&i.reverse(),r.children().addClass(A[3]+" "+A[3]+i[n]),r}function w(t,n){return n.j&&(n=new e.Link({target:e(n.j).clone().appendTo(t),method:n.method,format:n.g},!0)),n}function x(t,n){var r,i=[];for(r=0;r<t.b;r++){var o=i,a=r,s=t.o[r],u=n[r].children(),l=t.g,c=void 0,d=[],c=new e.Link({},!0);for(c.q(l),d.push(c),c=0;c<s.length;c++)d.push(w(u,s[c]));o[a]=d}return i}function _(e,t,n){switch(e){case 1:t.addClass(A[7]),n[0].addClass(A[6]);break;case 3:n[1].addClass(A[6]);case 2:n[0].addClass(A[7]);case 0:t.addClass(A[6])}}function S(e,t){var n,r=[];for(n=0;n<e.b;n++)r.push(b(e,n).appendTo(t));return r}function T(t,n){return n.addClass([A[0],A[8+t.dir],A[4+t.k]].join(" ")),e("<div/>").appendTo(n).addClass(A[1])}function C(t,i,u){function l(){return C[["width","height"][i.k]]()}function c(e){var t,n=[b.val()];for(t=0;t<e.length;t++)b.trigger(e[t],n)}function d(t,n,r){var o=t[0]!==E[0][0]?1:0,u=w[0]+i.margin,l=w[1]-i.margin;return r&&1<E.length&&(n=o?Math.max(n,u):Math.min(n,l)),100>n&&(n=s(i,n)),n=Math.max(Math.min(parseFloat(n.toFixed(7)),100),0),n===w[o]?1===E.length?!1:n===u||n===l?0:!1:(t.css(i.style,n+"%"),t.is(":first-child")&&t.toggleClass(A[17],n>50),w[o]=n,i.dir&&(n=100-n),e(k[o]).each(function(){this.write(a(i,n),t.children(),b)}),!0)}function f(e,t,n){n||r(b,A[14]),d(e,t,!1),c(["slide","set","change"])}function h(e,t,n,r){e=e.replace(/\s/g,".nui ")+".nui",t.on(e,function(e){var t=b.attr("disabled");if(b.hasClass(A[14])||void 0!==t&&null!==t)return!1;e.preventDefault();var t=0===e.type.indexOf("touch"),o=0===e.type.indexOf("mouse"),a=0===e.type.indexOf("pointer"),s,u,l=e;0===e.type.indexOf("MSPointer")&&(a=!0),e.originalEvent&&(e=e.originalEvent),t&&(s=e.changedTouches[0].pageX,u=e.changedTouches[0].pageY),(o||a)&&(a||void 0!==window.pageXOffset||(window.pageXOffset=document.documentElement.scrollLeft,window.pageYOffset=document.documentElement.scrollTop),s=e.clientX+window.pageXOffset,u=e.clientY+window.pageYOffset),l.C=[s,u],l.cursor=o,e=l,e.l=e.C[i.k],n(e,r)})}function p(e,t){var n=t.b||E,r,i=!1,i=100*(e.l-t.start)/l(),o=n[0][0]!==E[0][0]?1:0,a=t.D;r=i+a[0],i+=a[1],1<n.length?(0>r&&(i+=Math.abs(r)),i>100&&(r-=i-100),r=[Math.max(Math.min(r,100),0),Math.max(Math.min(i,100),0)]):r=[r,i],i=d(n[0],r[o],1===n.length),1<n.length&&(i=d(n[1],r[o?0:1],!1)||i),i&&c(["slide"])}function g(t){e("."+A[15]).removeClass(A[15]),t.cursor&&e("body").css("cursor","").off(".nui"),D.off(".nui"),b.removeClass(A[12]),c(["set","change"])}function m(t,n){1===n.b.length&&n.b[0].children().addClass(A[15]),t.stopPropagation(),h(F.move,D,p,{start:t.l,b:n.b,D:[w[0],w[E.length-1]]}),h(F.end,D,g,null),t.cursor&&(e("body").css("cursor",e(t.target).css("cursor")),1<E.length&&b.addClass(A[12]),e("body").on("selectstart.nui",!1))}function v(t){var n=t.l,r=0;t.stopPropagation(),e.each(E,function(){r+=this.offset()[i.style]}),r=r/2>n||1===E.length?0:1,n-=C.offset()[i.style],n=100*n/l(),f(E[r],n,i.n.m),i.n.m&&m(t,{b:[E[r]]})}function y(e){var t=(e=e.l<C.offset()[i.style])?0:100;e=e?0:E.length-1,f(E[e],t,!1)}var b=e(t),w=[-1,-1],C,k,E;if(b.hasClass(A[0]))throw Error("Slider was already initialized.");C=T(i,b),E=S(i,C),k=x(i,E),_(i.i,b,E),function(e){var t;if(!e.fixed)for(t=0;t<E.length;t++)h(F.start,E[t].children(),m,{b:[E[t]]});e.s&&h(F.start,C,v,{b:E}),e.extend&&(b.addClass(A[16]),e.s&&h(F.start,b,y,{b:E})),e.v&&(t=C.find("."+A[7]).addClass(A[10]),e.fixed&&(t=t.add(C.children().not(t).children())),h(F.start,t,m,{b:E}))}(i.n),t.vSet=function(){var t=Array.prototype.slice.call(arguments,0),a,s,u,l,f,h,p=n(t[0]);for("object"==typeof t[1]?(a=t[1].set,s=t[1].link,u=t[1].update,l=t[1].animate):!0===t[1]&&(a=!0),i.dir&&1<i.b&&p.reverse(),l&&r(b,A[14]),t=1<E.length?3:1,1===p.length&&(t=1),f=0;t>f;f++)l=s||k[f%2][0],l=l.A(p[f%2]),!1!==l&&(l=o(i,l),i.dir&&(l=100-l),!0!==d(E[f%2],l,!0)&&e(k[f%2]).each(function(e){return e?void this.write(h,E[f%2].children(),b,u):(h=this.u,!0)}));return!0===a&&c(["set"]),this},t.vGet=function(){var e,t=[];for(e=0;e<i.b;e++)t[e]=k[e][0].F;return 1===t.length?t[0]:i.dir?t.reverse():t},t.destroy=function(){return e.each(k,function(){e.each(this,function(){this.target&&this.target.off(".nui")})}),e(this).off(".nui").removeClass(A.join(" ")).empty(),u},b.val(i.start)}function k(e){if(!this.length)throw Error("noUiSlider: Can't initialize slider on empty selection.");var t=y(e,this);return this.each(function(){C(this,t,e)})}function E(t){return this.each(function(){var n=e(this).val(),r=this.destroy(),i=e.extend({},r,t);e(this).noUiSlider(i),r.start===i.start&&e(this).val(n)})}var D=e(document),F=window.navigator.pointerEnabled?{start:"pointerdown",move:"pointermove",end:"pointerup"}:window.navigator.msPointerEnabled?{start:"MSPointerDown",move:"MSPointerMove",end:"MSPointerUp"}:{start:"mousedown touchstart",move:"mousemove touchmove",end:"mouseup touchend"},A="noUi-target noUi-base noUi-origin noUi-handle noUi-horizontal noUi-vertical noUi-background noUi-connect noUi-ltr noUi-rtl noUi-dragable  noUi-state-drag  noUi-state-tap noUi-active noUi-extended noUi-stacking".split(" ");e.noUiSlider={Link:e.Link},e.fn.noUiSlider=function(e,t){return(t?E:k).call(this,e)},e.classVal(A[0],"vGet","vSet",!1)}(window.jQuery||window.Zepto),function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof exports?module.exports=e(require("jquery")):e(jQuery)}(function(e){if(!e.support.cors&&e.ajaxTransport&&window.XDomainRequest){var t=/^https?:\/\//i,n=/^get|post$/i,r=new RegExp("^"+location.protocol,"i");e.ajaxTransport("* text html xml json",function(i,o,a){if(i.crossDomain&&i.async&&n.test(i.type)&&t.test(i.url)&&r.test(i.url)){var s=null;return{send:function(t,n){var r="",a=(o.dataType||"").toLowerCase();s=new XDomainRequest,/^\d+$/.test(o.timeout)&&(s.timeout=o.timeout),s.ontimeout=function(){n(500,"timeout")},s.onload=function(){var t="Content-Length: "+s.responseText.length+"\r\nContent-Type: "+s.contentType,r={code:200,message:"success"},i={text:s.responseText};try{if("html"===a||/text\/html/i.test(s.contentType))i.html=s.responseText;else if("json"===a||"text"!==a&&/\/json/i.test(s.contentType))try{i.json=e.parseJSON(s.responseText)}catch(o){r.code=500,r.message="parseerror"}else if("xml"===a||"text"!==a&&/\/xml/i.test(s.contentType)){var u=new ActiveXObject("Microsoft.XMLDOM");u.async=!1;try{u.loadXML(s.responseText)}catch(o){u=void 0}if(!u||!u.documentElement||u.getElementsByTagName("parsererror").length)throw r.code=500,r.message="parseerror","Invalid XML: "+s.responseText;i.xml=u}}catch(l){throw l}finally{n(r.code,r.message,i,t)}},s.onprogress=function(){},s.onerror=function(){n(500,"error",{text:s.responseText})},o.data&&(r="string"===e.type(o.data)?o.data:e.param(o.data)),s.open(i.type,i.url),s.send(r)},abort:function(){s&&s.abort()}}}})}}),function(e,t,n){function r(t,n){if(e.isArray(t)){for(var r=t.length-1;r>=0;r--){var i=t[r];"string"===e.type(i)&&u.transports[i]||(n.log("Invalid transport: "+i+", removing it from the transports list."),t.splice(r,1))}0===t.length&&(n.log("No transports remain within the specified transport array."),t=null)}else if(u.transports[t]||"auto"===t){if("auto"===t&&u._.ieVersion<=8)return["longPolling"]}else n.log("Invalid transport: "+t.toString()+"."),t=null;return t}function i(e){return"http:"===e?80:"https:"===e?443:void 0}function o(e,t){return t.match(/:\d+$/)?t:t+":"+i(e)}function a(t,n){var r=this,i=[];r.tryBuffer=function(n){return t.state===e.signalR.connectionState.connecting?(i.push(n),!0):!1},r.drain=function(){if(t.state===e.signalR.connectionState.connected)for(;i.length>0;)n(i.shift())},r.clear=function(){i=[]}}var s={nojQuery:"jQuery was not found. Please ensure jQuery is referenced before the SignalR client JavaScript file.",noTransportOnInit:"No transport could be initialized successfully. Try specifying a different transport or none at all for auto initialization.",errorOnNegotiate:"Error during negotiation request.",stoppedWhileLoading:"The connection was stopped during page load.",stoppedWhileNegotiating:"The connection was stopped during the negotiate request.",errorParsingNegotiateResponse:"Error parsing negotiate response.",errorDuringStartRequest:"Error during start request. Stopping the connection.",stoppedDuringStartRequest:"The connection was stopped during the start request.",errorParsingStartResponse:"Error parsing start response: '{0}'. Stopping the connection.",invalidStartResponse:"Invalid start response: '{0}'. Stopping the connection.",protocolIncompatible:"You are using a version of the client that isn't compatible with the server. Client version {0}, server version {1}.",sendFailed:"Send failed.",parseFailed:"Failed at parsing response: {0}",longPollFailed:"Long polling request failed.",eventSourceFailedToConnect:"EventSource failed to connect.",eventSourceError:"Error raised by EventSource",webSocketClosed:"WebSocket closed.",pingServerFailedInvalidResponse:"Invalid ping response when pinging server: '{0}'.",pingServerFailed:"Failed to ping server.",pingServerFailedStatusCode:"Failed to ping server.  Server responded with status code {0}, stopping the connection.",pingServerFailedParse:"Failed to parse ping server response, stopping the connection.",noConnectionTransport:"Connection is in an invalid state, there is no transport active.",webSocketsInvalidState:"The Web Socket transport is in an invalid state, transitioning into reconnecting.",reconnectTimeout:"Couldn't reconnect within the configured timeout of {0} ms, disconnecting.",reconnectWindowTimeout:"The client has been inactive since {0} and it has exceeded the inactivity timeout of {1} ms. Stopping the connection."};if("function"!=typeof e)throw new Error(s.nojQuery);var u,l,c="complete"===t.document.readyState,d=e(t),f="__Negotiate Aborted__",h={onStart:"onStart",onStarting:"onStarting",onReceived:"onReceived",onError:"onError",onConnectionSlow:"onConnectionSlow",onReconnecting:"onReconnecting",onReconnect:"onReconnect",onStateChanged:"onStateChanged",onDisconnect:"onDisconnect"},p={processData:!0,timeout:null,async:!0,global:!1,cache:!1},g=function(e,n){if(n!==!1){var r;"undefined"!=typeof t.console&&(r="["+(new Date).toTimeString()+"] SignalR: "+e,t.console.debug?t.console.debug(r):t.console.log&&t.console.log(r))}},m=function(t,n,r){return n===t.state?(t.state=r,e(t).triggerHandler(h.onStateChanged,[{oldState:n,newState:r}]),!0):!1},v=function(e){return e.state===u.connectionState.disconnected},y=function(e){return e._.keepAliveData.activated&&e.transport.supportsKeepAlive(e)},b=function(n){var r,i;n._.configuredStopReconnectingTimeout||(i=function(t){var n=u._.format(u.resources.reconnectTimeout,t.disconnectTimeout);t.log(n),e(t).triggerHandler(h.onError,[u._.error(n,"TimeoutException")]),t.stop(!1,!1)},n.reconnecting(function(){var e=this;e.state===u.connectionState.reconnecting&&(r=t.setTimeout(function(){i(e)},e.disconnectTimeout))}),n.stateChanged(function(e){e.oldState===u.connectionState.reconnecting&&t.clearTimeout(r)}),n._.configuredStopReconnectingTimeout=!0)};u=function(e,t,n){return new u.fn.init(e,t,n)},u._={defaultContentType:"application/x-www-form-urlencoded; charset=UTF-8",ieVersion:function(){var e,n;return"Microsoft Internet Explorer"===t.navigator.appName&&(n=/MSIE ([0-9]+\.[0-9]+)/.exec(t.navigator.userAgent),n&&(e=t.parseFloat(n[1]))),e}(),error:function(e,t,n){var r=new Error(e);return r.source=t,"undefined"!=typeof n&&(r.context=n),r},transportError:function(e,t,r,i){var o=this.error(e,r,i);return o.transport=t?t.name:n,o},format:function(){for(var e=arguments[0],t=0;t<arguments.length-1;t++)e=e.replace("{"+t+"}",arguments[t+1]);return e},firefoxMajorVersion:function(e){var t=e.match(/Firefox\/(\d+)/);return!t||!t.length||t.length<2?0:parseInt(t[1],10)},configurePingInterval:function(n){var r=n._.config,i=function(t){e(n).triggerHandler(h.onError,[t])
};r&&!n._.pingIntervalId&&r.pingInterval&&(n._.pingIntervalId=t.setInterval(function(){u.transports._logic.pingServer(n).fail(i)},r.pingInterval))}},u.events=h,u.resources=s,u.ajaxDefaults=p,u.changeState=m,u.isDisconnecting=v,u.connectionState={connecting:0,connected:1,reconnecting:2,disconnected:4},u.hub={start:function(){throw new Error("SignalR: Error loading hubs. Ensure your hubs reference is correct, e.g. <script src='/signalr/js'></script>.")}},"function"==typeof d.on?d.on("load",function(){c=!0}):d.load(function(){c=!0}),u.fn=u.prototype={init:function(t,n,r){var i=e(this);this.url=t,this.qs=n,this.lastError=null,this._={keepAliveData:{},connectingMessageBuffer:new a(this,function(e){i.triggerHandler(h.onReceived,[e])}),lastMessageAt:(new Date).getTime(),lastActiveAt:(new Date).getTime(),beatInterval:5e3,beatHandle:null,totalTransportConnectTimeout:0},"boolean"==typeof r&&(this.logging=r)},_parseResponse:function(e){var t=this;return e&&"string"==typeof e?t.json.parse(e):e},_originalJson:t.JSON,json:t.JSON,isCrossDomain:function(n,r){var i;return n=e.trim(n),r=r||t.location,0!==n.indexOf("http")?!1:(i=t.document.createElement("a"),i.href=n,i.protocol+o(i.protocol,i.host)!==r.protocol+o(r.protocol,r.host))},ajaxDataType:"text",contentType:"application/json; charset=UTF-8",logging:!1,state:u.connectionState.disconnected,clientProtocol:"1.5",reconnectDelay:2e3,transportConnectTimeout:0,disconnectTimeout:3e4,reconnectWindow:3e4,keepAliveWarnAt:2/3,start:function(n,i){var o=this,a={pingInterval:3e5,waitForPageLoad:!0,transport:"auto",jsonp:!1},l,p=o._deferral||e.Deferred(),g=t.document.createElement("a");if(o.lastError=null,o._deferral=p,!o.json)throw new Error("SignalR: No JSON parser found. Please ensure json2.js is referenced before the SignalR.js file if you need to support clients without native JSON parsing support, e.g. IE<8.");if("function"===e.type(n)?i=n:"object"===e.type(n)&&(e.extend(a,n),"function"===e.type(a.callback)&&(i=a.callback)),a.transport=r(a.transport,o),!a.transport)throw new Error("SignalR: Invalid transport(s) specified, aborting start.");if(o._.config=a,!c&&a.waitForPageLoad===!0)return o._.deferredStartHandler=function(){o.start(n,i)},d.bind("load",o._.deferredStartHandler),p.promise();if(o.state===u.connectionState.connecting)return p.promise();if(m(o,u.connectionState.disconnected,u.connectionState.connecting)===!1)return p.resolve(o),p.promise();b(o),g.href=o.url,g.protocol&&":"!==g.protocol?(o.protocol=g.protocol,o.host=g.host):(o.protocol=t.document.location.protocol,o.host=g.host||t.document.location.host),o.baseUrl=o.protocol+"//"+o.host,o.wsProtocol="https:"===o.protocol?"wss://":"ws://","auto"===a.transport&&a.jsonp===!0&&(a.transport="longPolling"),0===o.url.indexOf("//")&&(o.url=t.location.protocol+o.url,o.log("Protocol relative URL detected, normalizing it to '"+o.url+"'.")),this.isCrossDomain(o.url)&&(o.log("Auto detected cross domain url."),"auto"===a.transport&&(a.transport=["webSockets","serverSentEvents","longPolling"]),"undefined"==typeof a.withCredentials&&(a.withCredentials=!0),a.jsonp||(a.jsonp=!e.support.cors,a.jsonp&&o.log("Using jsonp because this browser doesn't support CORS.")),o.contentType=u._.defaultContentType),o.withCredentials=a.withCredentials,o.ajaxDataType=a.jsonp?"jsonp":"text",e(o).bind(h.onStart,function(t,n){"function"===e.type(i)&&i.call(o),p.resolve(o)}),o._.initHandler=u.transports._logic.initHandler(o),l=function(n,r){var i=u._.error(s.noTransportOnInit);if(r=r||0,r>=n.length)return o.log(0===r?"No transports supported by the server were selected.":1===r?"No fallback transports were selected.":"Fallback transports exhausted."),e(o).triggerHandler(h.onError,[i]),p.reject(i),void o.stop();if(o.state!==u.connectionState.disconnected){var a=n[r],c=u.transports[a],f=function(){l(n,r+1)};o.transport=c;try{o._.initHandler.start(c,function(){var n=u._.firefoxMajorVersion(t.navigator.userAgent)>=11,r=!!o.withCredentials&&n;o.log("The start request succeeded. Transitioning to the connected state."),y(o)&&u.transports._logic.monitorKeepAlive(o),u.transports._logic.startHeartbeat(o),u._.configurePingInterval(o),m(o,u.connectionState.connecting,u.connectionState.connected)||o.log("WARNING! The connection was not in the connecting state."),o._.connectingMessageBuffer.drain(),e(o).triggerHandler(h.onStart),d.bind("unload",function(){o.log("Window unloading, stopping the connection."),o.stop(r)}),n&&d.bind("beforeunload",function(){t.setTimeout(function(){o.stop(r)},0)})},f)}catch(g){o.log(c.name+" transport threw '"+g.message+"' when attempting to start."),f()}}};var v=o.url+"/negotiate",w=function(t,n){var r=u._.error(s.errorOnNegotiate,t,n._.negotiateRequest);e(n).triggerHandler(h.onError,r),p.reject(r),n.stop()};return e(o).triggerHandler(h.onStarting),v=u.transports._logic.prepareQueryString(o,v),o.log("Negotiating with '"+v+"'."),o._.negotiateRequest=u.transports._logic.ajax(o,{url:v,error:function(e,t){t!==f?w(e,o):p.reject(u._.error(s.stoppedWhileNegotiating,null,o._.negotiateRequest))},success:function(t){var n,r,i,c=[],d=[];try{n=o._parseResponse(t)}catch(f){return void w(u._.error(s.errorParsingNegotiateResponse,f),o)}return r=o._.keepAliveData,o.appRelativeUrl=n.Url,o.id=n.ConnectionId,o.token=n.ConnectionToken,o.webSocketServerUrl=n.WebSocketServerUrl,o._.pollTimeout=1e3*n.ConnectionTimeout+1e4,o.disconnectTimeout=1e3*n.DisconnectTimeout,o._.totalTransportConnectTimeout=o.transportConnectTimeout+1e3*n.TransportConnectTimeout,n.KeepAliveTimeout?(r.activated=!0,r.timeout=1e3*n.KeepAliveTimeout,r.timeoutWarning=r.timeout*o.keepAliveWarnAt,o._.beatInterval=(r.timeout-r.timeoutWarning)/3):r.activated=!1,o.reconnectWindow=o.disconnectTimeout+(r.timeout||0),n.ProtocolVersion&&n.ProtocolVersion===o.clientProtocol?(e.each(u.transports,function(e){return 0===e.indexOf("_")||"webSockets"===e&&!n.TryWebSockets?!0:void d.push(e)}),e.isArray(a.transport)?e.each(a.transport,function(t,n){e.inArray(n,d)>=0&&c.push(n)}):"auto"===a.transport?c=d:e.inArray(a.transport,d)>=0&&c.push(a.transport),void l(c)):(i=u._.error(u._.format(s.protocolIncompatible,o.clientProtocol,n.ProtocolVersion)),e(o).triggerHandler(h.onError,[i]),void p.reject(i))}}),p.promise()},starting:function(t){var n=this;return e(n).bind(h.onStarting,function(e,r){t.call(n)}),n},send:function(e){var t=this;if(t.state===u.connectionState.disconnected)throw new Error("SignalR: Connection must be started before data can be sent. Call .start() before .send()");if(t.state===u.connectionState.connecting)throw new Error("SignalR: Connection has not been fully initialized. Use .start().done() or .start().fail() to run logic after the connection has started.");return t.transport.send(t,e),t},received:function(t){var n=this;return e(n).bind(h.onReceived,function(e,r){t.call(n,r)}),n},stateChanged:function(t){var n=this;return e(n).bind(h.onStateChanged,function(e,r){t.call(n,r)}),n},error:function(t){var n=this;return e(n).bind(h.onError,function(e,r,i){n.lastError=r,t.call(n,r,i)}),n},disconnected:function(t){var n=this;return e(n).bind(h.onDisconnect,function(e,r){t.call(n)}),n},connectionSlow:function(t){var n=this;return e(n).bind(h.onConnectionSlow,function(e,r){t.call(n)}),n},reconnecting:function(t){var n=this;return e(n).bind(h.onReconnecting,function(e,r){t.call(n)}),n},reconnected:function(t){var n=this;return e(n).bind(h.onReconnect,function(e,r){t.call(n)}),n},stop:function(n,r){var i=this,o=i._deferral;return i._.deferredStartHandler&&d.unbind("load",i._.deferredStartHandler),delete i._.config,delete i._.deferredStartHandler,c||i._.config&&i._.config.waitForPageLoad!==!0?i.state!==u.connectionState.disconnected?(i.log("Stopping connection."),t.clearTimeout(i._.beatHandle),t.clearInterval(i._.pingIntervalId),i.transport&&(i.transport.stop(i),r!==!1&&i.transport.abort(i,n),y(i)&&u.transports._logic.stopMonitoringKeepAlive(i),i.transport=null),i._.negotiateRequest&&(i._.negotiateRequest.abort(f),delete i._.negotiateRequest),i._.initHandler&&i._.initHandler.stop(),delete i._deferral,delete i.messageId,delete i.groupsToken,delete i.id,delete i._.pingIntervalId,delete i._.lastMessageAt,delete i._.lastActiveAt,i._.connectingMessageBuffer.clear(),e(i).unbind(h.onStart),m(i,i.state,u.connectionState.disconnected),e(i).triggerHandler(h.onDisconnect),i):void 0:(i.log("Stopping connection prior to negotiate."),void(o&&o.reject(u._.error(s.stoppedWhileLoading))))},log:function(e){g(e,this.logging)}},u.fn.init.prototype=u.fn,u.noConflict=function(){return e.connection===u&&(e.connection=l),u},e.connection&&(l=e.connection),e.connection=e.signalR=u}(window.jQuery,window),function(e,t,n){function r(e){e._.keepAliveData.monitoring&&i(e),d.markActive(e)&&(e._.beatHandle=t.setTimeout(function(){r(e)},e._.beatInterval))}function i(t){var n=t._.keepAliveData,r;t.state===s.connectionState.connected&&(r=(new Date).getTime()-t._.lastMessageAt,r>=n.timeout?(t.log("Keep alive timed out.  Notifying transport that connection has been lost."),t.transport.lostConnection(t)):r>=n.timeoutWarning?n.userNotified||(t.log("Keep alive has been missed, connection may be dead/slow."),e(t).triggerHandler(u.onConnectionSlow),n.userNotified=!0):n.userNotified=!1)}function o(e,t){var n=e.url+t;return e.transport&&(n+="?transport="+e.transport.name),d.prepareQueryString(e,n)}function a(e){this.connection=e,this.startRequested=!1,this.startCompleted=!1,this.connectionStopped=!1}var s=e.signalR,u=e.signalR.events,l=e.signalR.changeState,c="__Start Aborted__",d;s.transports={},a.prototype={start:function(e,r,i){var o=this,a=o.connection,s=!1;return o.startRequested||o.connectionStopped?void a.log("WARNING! "+e.name+" transport cannot be started. Initialization ongoing or completed."):(a.log(e.name+" transport starting."),e.start(a,function(){s||o.initReceived(e,r)},function(t){return s||(s=!0,o.transportFailed(e,t,i)),!o.startCompleted||o.connectionStopped}),void(o.transportTimeoutHandle=t.setTimeout(function(){s||(s=!0,a.log(e.name+" transport timed out when trying to connect."),o.transportFailed(e,n,i))},a._.totalTransportConnectTimeout)))},stop:function(){this.connectionStopped=!0,t.clearTimeout(this.transportTimeoutHandle),s.transports._logic.tryAbortStartRequest(this.connection)},initReceived:function(e,n){var r=this,i=r.connection;return r.startRequested?void i.log("WARNING! The client received multiple init messages."):void(r.connectionStopped||(r.startRequested=!0,t.clearTimeout(r.transportTimeoutHandle),i.log(e.name+" transport connected. Initiating start request."),s.transports._logic.ajaxStart(i,function(){r.startCompleted=!0,n()})))},transportFailed:function(n,r,i){var o=this.connection,a=o._deferral,l;this.connectionStopped||(t.clearTimeout(this.transportTimeoutHandle),this.startRequested?this.startCompleted||(l=s._.error(s.resources.errorDuringStartRequest,r),o.log(n.name+" transport failed during the start request. Stopping the connection."),e(o).triggerHandler(u.onError,[l]),a&&a.reject(l),o.stop()):(n.stop(o),o.log(n.name+" transport failed to connect. Attempting to fall back."),i()))}},d=s.transports._logic={ajax:function(t,n){return e.ajax(e.extend(!0,{},e.signalR.ajaxDefaults,{type:"GET",data:{},xhrFields:{withCredentials:t.withCredentials},contentType:t.contentType,dataType:t.ajaxDataType},n))},pingServer:function(t){var n,r,i=e.Deferred();return t.transport?(n=t.url+"/ping",n=d.addQs(n,t.qs),r=d.ajax(t,{url:n,success:function(e){var n;try{n=t._parseResponse(e)}catch(o){return i.reject(s._.transportError(s.resources.pingServerFailedParse,t.transport,o,r)),void t.stop()}"pong"===n.Response?i.resolve():i.reject(s._.transportError(s._.format(s.resources.pingServerFailedInvalidResponse,e),t.transport,null,r))},error:function(e){401===e.status||403===e.status?(i.reject(s._.transportError(s._.format(s.resources.pingServerFailedStatusCode,e.status),t.transport,e,r)),t.stop()):i.reject(s._.transportError(s.resources.pingServerFailed,t.transport,e,r))}})):i.reject(s._.transportError(s.resources.noConnectionTransport,t.transport)),i.promise()},prepareQueryString:function(e,n){var r;return r=d.addQs(n,"clientProtocol="+e.clientProtocol),r=d.addQs(r,e.qs),e.token&&(r+="&connectionToken="+t.encodeURIComponent(e.token)),e.data&&(r+="&connectionData="+t.encodeURIComponent(e.data)),r},addQs:function(t,n){var r=-1!==t.indexOf("?")?"&":"?",i;if(!n)return t;if("object"==typeof n)return t+r+e.param(n);if("string"==typeof n)return i=n.charAt(0),("?"===i||"&"===i)&&(r=""),t+r+n;throw new Error("Query string property must be either a string or object.")},getUrl:function(e,n,r,i,o){var a="webSockets"===n?"":e.baseUrl,s=a+e.appRelativeUrl,u="transport="+n;return!o&&e.groupsToken&&(u+="&groupsToken="+t.encodeURIComponent(e.groupsToken)),r?(s+=i?"/poll":"/reconnect",!o&&e.messageId&&(u+="&messageId="+t.encodeURIComponent(e.messageId))):s+="/connect",s+="?"+u,s=d.prepareQueryString(e,s),o||(s+="&tid="+Math.floor(11*Math.random())),s},maximizePersistentResponse:function(e){return{MessageId:e.C,Messages:e.M,Initialized:"undefined"!=typeof e.S?!0:!1,ShouldReconnect:"undefined"!=typeof e.T?!0:!1,LongPollDelay:e.L,GroupsToken:e.G}},updateGroups:function(e,t){t&&(e.groupsToken=t)},stringifySend:function(e,t){return"string"==typeof t||"undefined"==typeof t||null===t?t:e.json.stringify(t)},ajaxSend:function(t,n){var r=d.stringifySend(t,n),i=o(t,"/send"),a,l=function(t,r){e(r).triggerHandler(u.onError,[s._.transportError(s.resources.sendFailed,r.transport,t,a),n])};return a=d.ajax(t,{url:i,type:"jsonp"===t.ajaxDataType?"GET":"POST",contentType:s._.defaultContentType,data:{data:r},success:function(e){var n;if(e){try{n=t._parseResponse(e)}catch(r){return l(r,t),void t.stop()}d.triggerReceived(t,n)}},error:function(e,n){"abort"!==n&&"parsererror"!==n&&l(e,t)}})},ajaxAbort:function(e,t){if("undefined"!=typeof e.transport){t="undefined"==typeof t?!0:t;var n=o(e,"/abort");d.ajax(e,{url:n,async:t,timeout:1e3,type:"POST"}),e.log("Fired ajax abort async = "+t+".")}},ajaxStart:function(t,n){var r=function(e){var n=t._deferral;n&&n.reject(e)},i=function(n){t.log("The start request failed. Stopping the connection."),e(t).triggerHandler(u.onError,[n]),r(n),t.stop()};t._.startRequest=d.ajax(t,{url:o(t,"/start"),success:function(e,r,o){var a;try{a=t._parseResponse(e)}catch(u){return void i(s._.error(s._.format(s.resources.errorParsingStartResponse,e),u,o))}"started"===a.Response?n():i(s._.error(s._.format(s.resources.invalidStartResponse,e),null,o))},error:function(e,n,o){n!==c?i(s._.error(s.resources.errorDuringStartRequest,o,e)):(t.log("The start request aborted because connection.stop() was called."),r(s._.error(s.resources.stoppedDuringStartRequest,null,e)))}})},tryAbortStartRequest:function(e){e._.startRequest&&(e._.startRequest.abort(c),delete e._.startRequest)},tryInitialize:function(e,t,n){t.Initialized&&n?n():t.Initialized&&e.log("WARNING! The client received an init message after reconnecting.")},triggerReceived:function(t,n){t._.connectingMessageBuffer.tryBuffer(n)||e(t).triggerHandler(u.onReceived,[n])},processMessages:function(t,n,r){var i;d.markLastMessage(t),n&&(i=d.maximizePersistentResponse(n),d.updateGroups(t,i.GroupsToken),i.MessageId&&(t.messageId=i.MessageId),i.Messages&&(e.each(i.Messages,function(e,n){d.triggerReceived(t,n)}),d.tryInitialize(t,i,r)))},monitorKeepAlive:function(t){var n=t._.keepAliveData;n.monitoring?t.log("Tried to monitor keep alive but it's already being monitored."):(n.monitoring=!0,d.markLastMessage(t),t._.keepAliveData.reconnectKeepAliveUpdate=function(){d.markLastMessage(t)},e(t).bind(u.onReconnect,t._.keepAliveData.reconnectKeepAliveUpdate),t.log("Now monitoring keep alive with a warning timeout of "+n.timeoutWarning+", keep alive timeout of "+n.timeout+" and disconnecting timeout of "+t.disconnectTimeout))},stopMonitoringKeepAlive:function(t){var n=t._.keepAliveData;n.monitoring&&(n.monitoring=!1,e(t).unbind(u.onReconnect,t._.keepAliveData.reconnectKeepAliveUpdate),t._.keepAliveData={},t.log("Stopping the monitoring of the keep alive."))},startHeartbeat:function(e){e._.lastActiveAt=(new Date).getTime(),r(e)},markLastMessage:function(e){e._.lastMessageAt=(new Date).getTime()},markActive:function(e){return d.verifyLastActive(e)?(e._.lastActiveAt=(new Date).getTime(),!0):!1},isConnectedOrReconnecting:function(e){return e.state===s.connectionState.connected||e.state===s.connectionState.reconnecting},ensureReconnectingState:function(t){return l(t,s.connectionState.connected,s.connectionState.reconnecting)===!0&&e(t).triggerHandler(u.onReconnecting),t.state===s.connectionState.reconnecting},clearReconnectTimeout:function(e){e&&e._.reconnectTimeout&&(t.clearTimeout(e._.reconnectTimeout),delete e._.reconnectTimeout)},verifyLastActive:function(t){if((new Date).getTime()-t._.lastActiveAt>=t.reconnectWindow){var n=s._.format(s.resources.reconnectWindowTimeout,new Date(t._.lastActiveAt),t.reconnectWindow);return t.log(n),e(t).triggerHandler(u.onError,[s._.error(n,"TimeoutException")]),t.stop(!1,!1),!1}return!0},reconnect:function(e,n){var r=s.transports[n];if(d.isConnectedOrReconnecting(e)&&!e._.reconnectTimeout){if(!d.verifyLastActive(e))return;e._.reconnectTimeout=t.setTimeout(function(){d.verifyLastActive(e)&&(r.stop(e),d.ensureReconnectingState(e)&&(e.log(n+" reconnecting."),r.start(e)))},e.reconnectDelay)}},handleParseFailure:function(t,n,r,i,o){var a=s._.transportError(s._.format(s.resources.parseFailed,n),t.transport,r,o);i&&i(a)?t.log("Failed to parse server response while attempting to connect."):(e(t).triggerHandler(u.onError,[a]),t.stop())},initHandler:function(e){return new a(e)},foreverFrame:{count:0,connections:{}}}}(window.jQuery,window),function(e,t,n){var r=e.signalR,i=e.signalR.events,o=e.signalR.changeState,a=r.transports._logic;r.transports.webSockets={name:"webSockets",supportsKeepAlive:function(){return!0},send:function(t,n){var o=a.stringifySend(t,n);try{t.socket.send(o)}catch(s){e(t).triggerHandler(i.onError,[r._.transportError(r.resources.webSocketsInvalidState,t.transport,s,t.socket),n])}},start:function(n,s,u){var l,c=!1,d=this,f=!s,h=e(n);return t.WebSocket?void(n.socket||(l=n.webSocketServerUrl?n.webSocketServerUrl:n.wsProtocol+n.host,l+=a.getUrl(n,this.name,f),n.log("Connecting to websocket endpoint '"+l+"'."),n.socket=new t.WebSocket(l),n.socket.onopen=function(){c=!0,n.log("Websocket opened."),a.clearReconnectTimeout(n),o(n,r.connectionState.reconnecting,r.connectionState.connected)===!0&&h.triggerHandler(i.onReconnect)},n.socket.onclose=function(t){var o;this===n.socket&&(c&&"undefined"!=typeof t.wasClean&&t.wasClean===!1?(o=r._.transportError(r.resources.webSocketClosed,n.transport,t),n.log("Unclean disconnect from websocket: "+(t.reason||"[no reason given]."))):n.log("Websocket closed."),u&&u(o)||(o&&e(n).triggerHandler(i.onError,[o]),d.reconnect(n)))},n.socket.onmessage=function(t){var r;try{r=n._parseResponse(t.data)}catch(i){return void a.handleParseFailure(n,t.data,i,u,t)}r&&(e.isEmptyObject(r)||r.M?a.processMessages(n,r,s):a.triggerReceived(n,r))})):void u()},reconnect:function(e){a.reconnect(e,this.name)},lostConnection:function(e){this.reconnect(e)},stop:function(e){a.clearReconnectTimeout(e),e.socket&&(e.log("Closing the Websocket."),e.socket.close(),e.socket=null)},abort:function(e,t){a.ajaxAbort(e,t)}}}(window.jQuery,window),function(e,t,n){var r=e.signalR,i=e.signalR.events,o=e.signalR.changeState,a=r.transports._logic,s=function(e){t.clearTimeout(e._.reconnectAttemptTimeoutHandle),delete e._.reconnectAttemptTimeoutHandle};r.transports.serverSentEvents={name:"serverSentEvents",supportsKeepAlive:function(){return!0},timeOut:3e3,start:function(n,u,l){var c=this,d=!1,f=e(n),h=!u,p;if(n.eventSource&&(n.log("The connection already has an event source. Stopping it."),n.stop()),!t.EventSource)return void(l&&(n.log("This browser doesn't support SSE."),l()));p=a.getUrl(n,this.name,h);try{n.log("Attempting to connect to SSE endpoint '"+p+"'."),n.eventSource=new t.EventSource(p,{withCredentials:n.withCredentials})}catch(g){return n.log("EventSource failed trying to connect with error "+g.Message+"."),void(l?l():(f.triggerHandler(i.onError,[r._.transportError(r.resources.eventSourceFailedToConnect,n.transport,g)]),h&&c.reconnect(n)))}h&&(n._.reconnectAttemptTimeoutHandle=t.setTimeout(function(){d===!1&&n.eventSource.readyState!==t.EventSource.OPEN&&c.reconnect(n)},c.timeOut)),n.eventSource.addEventListener("open",function(e){n.log("EventSource connected."),s(n),a.clearReconnectTimeout(n),d===!1&&(d=!0,o(n,r.connectionState.reconnecting,r.connectionState.connected)===!0&&f.triggerHandler(i.onReconnect))},!1),n.eventSource.addEventListener("message",function(e){var t;if("initialized"!==e.data){try{t=n._parseResponse(e.data)}catch(r){return void a.handleParseFailure(n,e.data,r,l,e)}a.processMessages(n,t,u)}},!1),n.eventSource.addEventListener("error",function(e){var o=r._.transportError(r.resources.eventSourceError,n.transport,e);this===n.eventSource&&(l&&l(o)||(n.log("EventSource readyState: "+n.eventSource.readyState+"."),e.eventPhase===t.EventSource.CLOSED?(n.log("EventSource reconnecting due to the server connection ending."),c.reconnect(n)):(n.log("EventSource error."),f.triggerHandler(i.onError,[o]))))},!1)},reconnect:function(e){a.reconnect(e,this.name)},lostConnection:function(e){this.reconnect(e)},send:function(e,t){a.ajaxSend(e,t)},stop:function(e){s(e),a.clearReconnectTimeout(e),e&&e.eventSource&&(e.log("EventSource calling close()."),e.eventSource.close(),e.eventSource=null,delete e.eventSource)},abort:function(e,t){a.ajaxAbort(e,t)}}}(window.jQuery,window),function(e,t,n){var r=e.signalR,i=e.signalR.events,o=e.signalR.changeState,a=r.transports._logic,s=function(){var e=t.document.createElement("iframe");return e.setAttribute("style","position:absolute;top:0;left:0;width:0;height:0;visibility:hidden;"),e},u=function(){var e=null,n=1e3,i=0;return{prevent:function(){r._.ieVersion<=8&&(0===i&&(e=t.setInterval(function(){var e=s();t.document.body.appendChild(e),t.document.body.removeChild(e),e=null},n)),i++)},cancel:function(){1===i&&t.clearInterval(e),i>0&&i--}}}();r.transports.foreverFrame={name:"foreverFrame",supportsKeepAlive:function(){return!0},iframeClearThreshold:50,start:function(e,n,r){var i=this,o=a.foreverFrame.count+=1,l,c=s(),d=function(){e.log("Forever frame iframe finished loading and is no longer receiving messages."),r&&r()||i.reconnect(e)};return t.EventSource?void(r&&(e.log("Forever Frame is not supported by SignalR on browsers with SSE support."),r())):(c.setAttribute("data-signalr-connection-id",e.id),u.prevent(),l=a.getUrl(e,this.name),l+="&frameId="+o,t.document.documentElement.appendChild(c),e.log("Binding to iframe's load event."),c.addEventListener?c.addEventListener("load",d,!1):c.attachEvent&&c.attachEvent("onload",d),c.src=l,a.foreverFrame.connections[o]=e,e.frame=c,e.frameId=o,void(n&&(e.onSuccess=function(){e.log("Iframe transport started."),n()})))},reconnect:function(e){var n=this;a.isConnectedOrReconnecting(e)&&a.verifyLastActive(e)&&t.setTimeout(function(){if(a.verifyLastActive(e)&&e.frame&&a.ensureReconnectingState(e)){var t=e.frame,r=a.getUrl(e,n.name,!0)+"&frameId="+e.frameId;e.log("Updating iframe src to '"+r+"'."),t.src=r}},e.reconnectDelay)},lostConnection:function(e){this.reconnect(e)},send:function(e,t){a.ajaxSend(e,t)},receive:function(t,n){var i,o,s;if(t.json!==t._originalJson&&(n=t._originalJson.stringify(n)),s=t._parseResponse(n),a.processMessages(t,s,t.onSuccess),t.state===e.signalR.connectionState.connected&&(t.frameMessageCount=(t.frameMessageCount||0)+1,t.frameMessageCount>r.transports.foreverFrame.iframeClearThreshold&&(t.frameMessageCount=0,i=t.frame.contentWindow||t.frame.contentDocument,i&&i.document&&i.document.body)))for(o=i.document.body;o.firstChild;)o.removeChild(o.firstChild)},stop:function(e){var n=null;if(u.cancel(),e.frame){if(e.frame.stop)e.frame.stop();else try{n=e.frame.contentWindow||e.frame.contentDocument,n.document&&n.document.execCommand&&n.document.execCommand("Stop")}catch(r){e.log("Error occurred when stopping foreverFrame transport. Message = "+r.message+".")}e.frame.parentNode===t.document.documentElement&&t.document.documentElement.removeChild(e.frame),delete a.foreverFrame.connections[e.frameId],e.frame=null,e.frameId=null,delete e.frame,delete e.frameId,delete e.onSuccess,delete e.frameMessageCount,e.log("Stopping forever frame.")}},abort:function(e,t){a.ajaxAbort(e,t)},getConnection:function(e){return a.foreverFrame.connections[e]},started:function(t){o(t,r.connectionState.reconnecting,r.connectionState.connected)===!0&&e(t).triggerHandler(i.onReconnect)}}}(window.jQuery,window),function(e,t,n){var r=e.signalR,i=e.signalR.events,o=e.signalR.changeState,a=e.signalR.isDisconnecting,s=r.transports._logic;r.transports.longPolling={name:"longPolling",supportsKeepAlive:function(){return!1},reconnectDelay:3e3,start:function(n,u,l){var c=this,d=function(){d=e.noop,n.log("LongPolling connected."),u?u():n.log("WARNING! The client received an init message after reconnecting.")},f=function(e){return l(e)?(n.log("LongPolling failed to connect."),!0):!1},h=n._,p=0,g=function(n){t.clearTimeout(h.reconnectTimeoutId),h.reconnectTimeoutId=null,o(n,r.connectionState.reconnecting,r.connectionState.connected)===!0&&(n.log("Raising the reconnect event"),e(n).triggerHandler(i.onReconnect))},m=36e5;n.pollXhr&&(n.log("Polling xhr requests already exists, aborting."),n.stop()),n.messageId=null,h.reconnectTimeoutId=null,h.pollTimeoutId=t.setTimeout(function(){!function o(u,l){var v=u.messageId,y=null===v,b=!y,w=!l,x=s.getUrl(u,c.name,b,w,!0),_={};u.messageId&&(_.messageId=u.messageId),u.groupsToken&&(_.groupsToken=u.groupsToken),a(u)!==!0&&(n.log("Opening long polling request to '"+x+"'."),u.pollXhr=s.ajax(n,{xhrFields:{onprogress:function(){s.markLastMessage(n)}},url:x,type:"POST",contentType:r._.defaultContentType,data:_,timeout:n._.pollTimeout,success:function(r){var i,l=0,c,m;n.log("Long poll complete."),p=0;try{i=n._parseResponse(r)}catch(v){return void s.handleParseFailure(u,r,v,f,u.pollXhr)}null!==h.reconnectTimeoutId&&g(u),i&&(c=s.maximizePersistentResponse(i)),s.processMessages(u,i,d),c&&"number"===e.type(c.LongPollDelay)&&(l=c.LongPollDelay),a(u)!==!0&&(m=c&&c.ShouldReconnect,(!m||s.ensureReconnectingState(u))&&(l>0?h.pollTimeoutId=t.setTimeout(function(){o(u,m)},l):o(u,m)))},error:function(a,l){var d=r._.transportError(r.resources.longPollFailed,n.transport,a,u.pollXhr);if(t.clearTimeout(h.reconnectTimeoutId),h.reconnectTimeoutId=null,"abort"===l)return void n.log("Aborted xhr request.");if(!f(d)){if(p++,n.state!==r.connectionState.reconnecting&&(n.log("An error occurred using longPolling. Status = "+l+".  Response = "+a.responseText+"."),e(u).triggerHandler(i.onError,[d])),(n.state===r.connectionState.connected||n.state===r.connectionState.reconnecting)&&!s.verifyLastActive(n))return;if(!s.ensureReconnectingState(u))return;h.pollTimeoutId=t.setTimeout(function(){o(u,!0)},c.reconnectDelay)}}}),b&&l===!0&&(h.reconnectTimeoutId=t.setTimeout(function(){g(u)},Math.min(1e3*(Math.pow(2,p)-1),m))))}(n)},250)},lostConnection:function(e){e.pollXhr&&e.pollXhr.abort("lostConnection")},send:function(e,t){s.ajaxSend(e,t)},stop:function(e){t.clearTimeout(e._.pollTimeoutId),t.clearTimeout(e._.reconnectTimeoutId),delete e._.pollTimeoutId,delete e._.reconnectTimeoutId,e.pollXhr&&(e.pollXhr.abort(),e.pollXhr=null,delete e.pollXhr)},abort:function(e,t){s.ajaxAbort(e,t)}}}(window.jQuery,window),function(e,t,n){function r(e){return e+c}function i(e,t,n){var r,i=e.length,o=[];for(r=0;i>r;r+=1)e.hasOwnProperty(r)&&(o[r]=t.call(n,e[r],r,e));return o}function o(t){return e.isFunction(t)?null:"undefined"===e.type(t)?null:t}function a(e){for(var t in e)if(e.hasOwnProperty(t))return!0;return!1}function s(e,t){var n=e._.invocationCallbacks,r;a(n)&&e.log("Clearing hub invocation callbacks with error: "+t+"."),e._.invocationCallbackId=0,delete e._.invocationCallbacks,e._.invocationCallbacks={};for(var i in n)r=n[i],r.method.call(r.scope,{E:t})}function u(e,t){return new u.fn.init(e,t)}function l(t,n){var r={qs:null,logging:!1,useDefaultPath:!0};return e.extend(r,n),(!t||r.useDefaultPath)&&(t=(t||"")+"/signalr"),new l.fn.init(t,r)}var c=".hubProxy",d=e.signalR;u.fn=u.prototype={init:function(e,t){this.state={},this.connection=e,this.hubName=t,this._={callbackMap:{}}},constructor:u,hasSubscriptions:function(){return a(this._.callbackMap)},on:function(t,n){var i=this,o=i._.callbackMap;return t=t.toLowerCase(),o[t]||(o[t]={}),o[t][n]=function(e,t){n.apply(i,t)},e(i).bind(r(t),o[t][n]),i},off:function(t,n){var i=this,o=i._.callbackMap,s;return t=t.toLowerCase(),s=o[t],s&&(s[n]?(e(i).unbind(r(t),s[n]),delete s[n],a(s)||delete o[t]):n||(e(i).unbind(r(t)),delete o[t])),i},invoke:function(t){var n=this,r=n.connection,a=e.makeArray(arguments).slice(1),s=i(a,o),u={H:n.hubName,M:t,A:s,I:r._.invocationCallbackId},l=e.Deferred(),c=function(i){var o=n._maximizeHubResponse(i),a,s;e.extend(n.state,o.State),o.Progress?l.notifyWith?l.notifyWith(n,[o.Progress.Data]):r._.progressjQueryVersionLogged||(r.log("A hub method invocation progress update was received but the version of jQuery in use ("+e.prototype.jquery+") does not support progress updates. Upgrade to jQuery 1.7+ to receive progress notifications."),r._.progressjQueryVersionLogged=!0):o.Error?(o.StackTrace&&r.log(o.Error+"\n"+o.StackTrace+"."),a=o.IsHubException?"HubException":"Exception",s=d._.error(o.Error,a),s.data=o.ErrorData,r.log(n.hubName+"."+t+" failed to execute. Error: "+s.message),l.rejectWith(n,[s])):(r.log("Invoked "+n.hubName+"."+t),l.resolveWith(n,[o.Result]))};return r._.invocationCallbacks[r._.invocationCallbackId.toString()]={scope:n,method:c},r._.invocationCallbackId+=1,e.isEmptyObject(n.state)||(u.S=n.state),r.log("Invoking "+n.hubName+"."+t),r.send(u),l.promise()},_maximizeHubResponse:function(e){return{State:e.S,Result:e.R,Progress:e.P?{Id:e.P.I,Data:e.P.D}:null,Id:e.I,IsHubException:e.H,Error:e.E,StackTrace:e.T,ErrorData:e.D}}},u.fn.init.prototype=u.fn,l.fn=l.prototype=e.connection(),l.fn.init=function(t,n){var i={qs:null,logging:!1,useDefaultPath:!0},o=this;e.extend(i,n),e.signalR.fn.init.call(o,t,i.qs,i.logging),o.proxies={},o._.invocationCallbackId=0,o._.invocationCallbacks={},o.received(function(t){var n,i,a,s,u,l;t&&("undefined"!=typeof t.P?(a=t.P.I.toString(),s=o._.invocationCallbacks[a],s&&s.method.call(s.scope,t)):"undefined"!=typeof t.I?(a=t.I.toString(),s=o._.invocationCallbacks[a],s&&(o._.invocationCallbacks[a]=null,delete o._.invocationCallbacks[a],s.method.call(s.scope,t))):(n=this._maximizeClientHubInvocation(t),o.log("Triggering client hub event '"+n.Method+"' on hub '"+n.Hub+"'."),u=n.Hub.toLowerCase(),l=n.Method.toLowerCase(),i=this.proxies[u],e.extend(i.state,n.State),e(i).triggerHandler(r(l),[n.Args])))}),o.error(function(e,t){var n,r;t&&(n=t.I,r=o._.invocationCallbacks[n],r&&(o._.invocationCallbacks[n]=null,delete o._.invocationCallbacks[n],r.method.call(r.scope,{E:e})))}),o.reconnecting(function(){o.transport&&"webSockets"===o.transport.name&&s(o,"Connection started reconnecting before invocation result was received.")}),o.disconnected(function(){s(o,"Connection was disconnected before invocation result was received.")})},l.fn._maximizeClientHubInvocation=function(e){return{Hub:e.H,Method:e.M,Args:e.A,State:e.S}},l.fn._registerSubscribedHubs=function(){var t=this;t._subscribedToHubs||(t._subscribedToHubs=!0,t.starting(function(){var n=[];e.each(t.proxies,function(e){this.hasSubscriptions()&&(n.push({name:e}),t.log("Client subscribed to hub '"+e+"'."))}),0===n.length&&t.log("No hubs have been subscribed to.  The client will not receive data from hubs.  To fix, declare at least one client side function prior to connection start for each hub you wish to subscribe to."),t.data=t.json.stringify(n)}))},l.fn.createHubProxy=function(e){e=e.toLowerCase();var t=this.proxies[e];return t||(t=u(this,e),this.proxies[e]=t),this._registerSubscribedHubs(),t},l.fn.init.prototype=l.fn,e.hubConnection=l
}(window.jQuery,window),function(e,t){e.signalR.version="2.2.2"}(window.jQuery),$.fn.truncate=function(e){return e||(e={}),this.each(function(){var t=$(this),n=e.ellipsis||"&hellip;",r=(e.update||!this._text)&&(this._text=t.html())||t.text(this._text)&&this._text,i=r.length,o=t.height(),a=$(this.cloneNode(!0)).css({visibility:"hidden",position:"absolute",left:"0px",maxHeight:"inherit",height:"auto"}).insertAfter(t);if(a.height()>o){do r=r.substr(0,--i),a.html(r+n);while(i>0&&a.height()>o);t.html(r+n),e.truncated=!0}a.remove()})};var ua=navigator.userAgent.toLowerCase();-1!=ua.indexOf("safari")&&-1===ua.indexOf("chrome")&&!function(e){"use strict";var t=e.HTMLCanvasElement&&e.HTMLCanvasElement.prototype,n=e.Blob&&function(){try{return Boolean(new Blob)}catch(e){return!1}}(),r=n&&e.Uint8Array&&function(){try{return 100===new Blob([new Uint8Array(100)]).size}catch(e){return!1}}(),i=e.BlobBuilder||e.WebKitBlobBuilder||e.MozBlobBuilder||e.MSBlobBuilder,o=/^data:((.*?)(;charset=.*?)?)(;base64)?,/,a=(n||i)&&e.atob&&e.ArrayBuffer&&e.Uint8Array&&function(e){var t,a,s,u,l,c,d,f,h;if(t=e.match(o),!t)throw new Error("invalid data URI");for(a=t[2]?t[1]:"text/plain"+(t[3]||";charset=US-ASCII"),s=!!t[4],u=e.slice(t[0].length),l=s?atob(u):decodeURIComponent(u),c=new ArrayBuffer(l.length),d=new Uint8Array(c),f=0;f<l.length;f+=1)d[f]=l.charCodeAt(f);return n?new Blob([r?d:c],{type:a}):(h=new i,h.append(c),h.getBlob(a))};e.HTMLCanvasElement&&!t.toBlob&&(t.mozGetAsFile?t.toBlob=function(e,n,r){e(r&&t.toDataURL&&a?a(this.toDataURL(n,r)):this.mozGetAsFile("blob",n))}:t.toDataURL&&a&&(t.toBlob=function(e,t,n){e(a(this.toDataURL(t,n)))})),"function"==typeof define&&define.amd?define(function(){return a}):"object"==typeof module&&module.exports?module.exports=a:e.dataURLtoBlob=a}(window),function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof module&&"object"==typeof module.exports?module.exports=e(require("jquery")):e(jQuery)}(function(e){return function(e){"use strict";var t=e.tablesorter={version:"2.30.4",parsers:[],widgets:[],defaults:{theme:"default",widthFixed:!1,showProcessing:!1,headerTemplate:"{content}",onRenderTemplate:null,onRenderHeader:null,cancelSelection:!0,tabIndex:!0,dateFormat:"mmddyyyy",sortMultiSortKey:"shiftKey",sortResetKey:"ctrlKey",usNumberFormat:!0,delayInit:!1,serverSideSorting:!1,resort:!0,headers:{},ignoreCase:!0,sortForce:null,sortList:[],sortAppend:null,sortStable:!1,sortInitialOrder:"asc",sortLocaleCompare:!1,sortReset:!1,sortRestart:!1,emptyTo:"bottom",stringTo:"max",duplicateSpan:!0,textExtraction:"basic",textAttribute:"data-text",textSorter:null,numberSorter:null,initWidgets:!0,widgetClass:"widget-{name}",widgets:[],widgetOptions:{zebra:["even","odd"]},initialized:null,tableClass:"",cssAsc:"",cssDesc:"",cssNone:"",cssHeader:"",cssHeaderRow:"",cssProcessing:"",cssChildRow:"tablesorter-childRow",cssInfoBlock:"tablesorter-infoOnly",cssNoSort:"tablesorter-noSort",cssIgnoreRow:"tablesorter-ignoreRow",cssIcon:"tablesorter-icon",cssIconNone:"",cssIconAsc:"",cssIconDesc:"",cssIconDisabled:"",pointerClick:"click",pointerDown:"mousedown",pointerUp:"mouseup",selectorHeaders:"> thead th, > thead td",selectorSort:"th, td",selectorRemove:".remove-me",debug:!1,headerList:[],empties:{},strings:{},parsers:[],globalize:0,imgAttr:0},css:{table:"tablesorter",cssHasChild:"tablesorter-hasChildRow",childRow:"tablesorter-childRow",colgroup:"tablesorter-colgroup",header:"tablesorter-header",headerRow:"tablesorter-headerRow",headerIn:"tablesorter-header-inner",icon:"tablesorter-icon",processing:"tablesorter-processing",sortAsc:"icon tablesorter-headerAsc",sortDesc:"icon tablesorter-headerDesc",sortNone:"icon tablesorter-unsorted"},language:{sortAsc:"Ascending sort applied, ",sortDesc:"Descending sort applied, ",sortNone:"No sort applied, ",sortDisabled:"sorting is disabled",nextAsc:"activate to apply an ascending sort",nextDesc:"activate to apply a descending sort",nextNone:"activate to remove the sort"},regex:{templateContent:/\{content\}/g,templateIcon:/\{icon\}/g,templateName:/\{name\}/i,spaces:/\s+/g,nonWord:/\W/g,formElements:/(input|select|button|textarea)/i,chunk:/(^([+\-]?(?:\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?)?$|^0x[0-9a-f]+$|\d+)/gi,chunks:/(^\\0|\\0$)/,hex:/^0x[0-9a-f]+$/i,comma:/,/g,digitNonUS:/[\s|\.]/g,digitNegativeTest:/^\s*\([.\d]+\)/,digitNegativeReplace:/^\s*\(([.\d]+)\)/,digitTest:/^[\-+(]?\d+[)]?$/,digitReplace:/[,.'"\s]/g},string:{max:1,min:-1,emptymin:1,emptymax:-1,zero:0,none:0,"null":0,top:!0,bottom:!1},keyCodes:{enter:13},dates:{},instanceMethods:{},setup:function(n,r){if(!n||!n.tHead||0===n.tBodies.length||n.hasInitialized===!0)return void(t.debug(r,"core")&&(n.hasInitialized?console.warn("Stopping initialization. Tablesorter has already been initialized"):console.error("Stopping initialization! No table, thead or tbody",n)));var i="",o=e(n),a=e.metadata;n.hasInitialized=!1,n.isProcessing=!0,n.config=r,e.data(n,"tablesorter",r),t.debug(r,"core")&&(console[console.group?"group":"log"]("Initializing tablesorter v"+t.version),e.data(n,"startoveralltimer",new Date)),r.supportsDataObject=function(e){return e[0]=parseInt(e[0],10),e[0]>1||1===e[0]&&parseInt(e[1],10)>=4}(e.fn.jquery.split(".")),r.emptyTo=r.emptyTo.toLowerCase(),r.stringTo=r.stringTo.toLowerCase(),r.last={sortList:[],clickedIndex:-1},/tablesorter\-/.test(o.attr("class"))||(i=""!==r.theme?" tablesorter-"+r.theme:""),r.namespace=r.namespace?"."+r.namespace.replace(t.regex.nonWord,""):".tablesorter"+Math.random().toString(16).slice(2),r.table=n,r.$table=o.addClass(t.css.table+" "+r.tableClass+i+" "+r.namespace.slice(1)).attr("role","grid"),r.$headers=o.find(r.selectorHeaders),r.$table.children().children("tr").attr("role","row"),r.$tbodies=o.children("tbody:not(."+r.cssInfoBlock+")").attr({"aria-live":"polite","aria-relevant":"all"}),r.$table.children("caption").length&&(i=r.$table.children("caption")[0],i.id||(i.id=r.namespace.slice(1)+"caption"),r.$table.attr("aria-labelledby",i.id)),r.widgetInit={},r.textExtraction=r.$table.attr("data-text-extraction")||r.textExtraction||"basic",t.buildHeaders(r),t.fixColumnWidth(n),t.addWidgetFromClass(n),t.applyWidgetOptions(n),t.setupParsers(r),r.totalRows=0,r.debug&&t.validateOptions(r),r.delayInit||t.buildCache(r),t.bindEvents(n,r.$headers,!0),t.bindMethods(r),r.supportsDataObject&&"undefined"!=typeof o.data().sortlist?r.sortList=o.data().sortlist:a&&o.metadata()&&o.metadata().sortlist&&(r.sortList=o.metadata().sortlist),t.applyWidget(n,!0),r.sortList.length>0?t.sortOn(r,r.sortList,{},!r.initWidgets):(t.setHeadersCss(r),r.initWidgets&&t.applyWidget(n,!1)),r.showProcessing&&o.unbind("sortBegin"+r.namespace+" sortEnd"+r.namespace).bind("sortBegin"+r.namespace+" sortEnd"+r.namespace,function(e){clearTimeout(r.timerProcessing),t.isProcessing(n),"sortBegin"===e.type&&(r.timerProcessing=setTimeout(function(){t.isProcessing(n,!0)},500))}),n.hasInitialized=!0,n.isProcessing=!1,t.debug(r,"core")&&(console.log("Overall initialization time:"+t.benchmark(e.data(n,"startoveralltimer"))),t.debug(r,"core")&&console.groupEnd&&console.groupEnd()),o.triggerHandler("tablesorter-initialized",n),"function"==typeof r.initialized&&r.initialized(n)},bindMethods:function(n){var r=n.$table,i=n.namespace,o="sortReset update updateRows updateAll updateHeaders addRows updateCell updateComplete sorton appendCache updateCache applyWidgetId applyWidgets refreshWidgets destroy mouseup mouseleave ".split(" ").join(i+" ");r.unbind(o.replace(t.regex.spaces," ")).bind("sortReset"+i,function(e,n){e.stopPropagation(),t.sortReset(this.config,function(e){e.isApplyingWidgets?setTimeout(function(){t.applyWidget(e,"",n)},100):t.applyWidget(e,"",n)})}).bind("updateAll"+i,function(e,n,r){e.stopPropagation(),t.updateAll(this.config,n,r)}).bind("update"+i+" updateRows"+i,function(e,n,r){e.stopPropagation(),t.update(this.config,n,r)}).bind("updateHeaders"+i,function(e,n){e.stopPropagation(),t.updateHeaders(this.config,n)}).bind("updateCell"+i,function(e,n,r,i){e.stopPropagation(),t.updateCell(this.config,n,r,i)}).bind("addRows"+i,function(e,n,r,i){e.stopPropagation(),t.addRows(this.config,n,r,i)}).bind("updateComplete"+i,function(){this.isUpdating=!1}).bind("sorton"+i,function(e,n,r,i){e.stopPropagation(),t.sortOn(this.config,n,r,i)}).bind("appendCache"+i,function(n,r,i){n.stopPropagation(),t.appendCache(this.config,i),e.isFunction(r)&&r(this)}).bind("updateCache"+i,function(e,n,r){e.stopPropagation(),t.updateCache(this.config,n,r)}).bind("applyWidgetId"+i,function(e,n){e.stopPropagation(),t.applyWidgetId(this,n)}).bind("applyWidgets"+i,function(e,n){e.stopPropagation(),t.applyWidget(this,!1,n)}).bind("refreshWidgets"+i,function(e,n,r){e.stopPropagation(),t.refreshWidgets(this,n,r)}).bind("removeWidget"+i,function(e,n,r){e.stopPropagation(),t.removeWidget(this,n,r)}).bind("destroy"+i,function(e,n,r){e.stopPropagation(),t.destroy(this,n,r)}).bind("resetToLoadState"+i,function(r){r.stopPropagation(),t.removeWidget(this,!0,!1);var i=e.extend(!0,{},n.originalSettings);n=e.extend(!0,{},t.defaults,i),n.originalSettings=i,this.hasInitialized=!1,t.setup(this,n)})},bindEvents:function(n,r,i){n=e(n)[0];var o,a=n.config,s=a.namespace,u=null;i!==!0&&(r.addClass(s.slice(1)+"_extra_headers"),o=t.getClosest(r,"table"),o.length&&"TABLE"===o[0].nodeName&&o[0]!==n&&e(o[0]).addClass(s.slice(1)+"_extra_table")),o=(a.pointerDown+" "+a.pointerUp+" "+a.pointerClick+" sort keyup ").replace(t.regex.spaces," ").split(" ").join(s+" "),r.find(a.selectorSort).add(r.filter(a.selectorSort)).unbind(o).bind(o,function(n,r){var i,o,s,l=e(n.target),c=" "+n.type+" ";if(!(1!==(n.which||n.button)&&!c.match(" "+a.pointerClick+" | sort | keyup ")||" keyup "===c&&n.which!==t.keyCodes.enter||c.match(" "+a.pointerClick+" ")&&"undefined"!=typeof n.which||c.match(" "+a.pointerUp+" ")&&u!==n.target&&r!==!0)){if(c.match(" "+a.pointerDown+" "))return u=n.target,s=l.jquery.split("."),void("1"===s[0]&&s[1]<4&&n.preventDefault());if(u=null,t.regex.formElements.test(n.target.nodeName)||l.hasClass(a.cssNoSort)||l.parents("."+a.cssNoSort).length>0||l.parents("button").length>0)return!a.cancelSelection;a.delayInit&&t.isEmptyObject(a.cache)&&t.buildCache(a),i=t.getClosest(e(this),"."+t.css.header),a.last.clickedIndex=i.attr("data-column")||i.index(),o=a.$headerIndexed[a.last.clickedIndex][0],o&&!o.sortDisabled&&t.initSort(a,o,n)}}),a.cancelSelection&&r.attr("unselectable","on").bind("selectstart",!1).css({"user-select":"none",MozUserSelect:"none"})},buildHeaders:function(n){var r,i,o,a;for(n.headerList=[],n.headerContent=[],n.sortVars=[],t.debug(n,"core")&&(o=new Date),n.columns=t.computeColumnIndex(n.$table.children("thead, tfoot").children("tr")),i=n.cssIcon?'<i class="'+(n.cssIcon===t.css.icon?t.css.icon:n.cssIcon+" "+t.css.icon)+'"></i>':"",n.$headers=e(e.map(n.$table.find(n.selectorHeaders),function(r,o){var a,s,u,l,c,d=e(r);if(!t.getClosest(d,"tr").hasClass(n.cssIgnoreRow))return/(th|td)/i.test(r.nodeName)||(c=t.getClosest(d,"th, td"),d.attr("data-column",c.attr("data-column"))),a=t.getColumnData(n.table,n.headers,o,!0),n.headerContent[o]=d.html(),""===n.headerTemplate||d.find("."+t.css.headerIn).length||(l=n.headerTemplate.replace(t.regex.templateContent,d.html()).replace(t.regex.templateIcon,d.find("."+t.css.icon).length?"":i),n.onRenderTemplate&&(s=n.onRenderTemplate.apply(d,[o,l]),s&&"string"==typeof s&&(l=s)),d.html('<div class="'+t.css.headerIn+'">'+l+"</div>")),n.onRenderHeader&&n.onRenderHeader.apply(d,[o,n,n.$table]),u=parseInt(d.attr("data-column"),10),r.column=u,c=t.getOrder(t.getData(d,a,"sortInitialOrder")||n.sortInitialOrder),n.sortVars[u]={count:-1,order:c?n.sortReset?[1,0,2]:[1,0]:n.sortReset?[0,1,2]:[0,1],lockedOrder:!1},c=t.getData(d,a,"lockedOrder")||!1,"undefined"!=typeof c&&c!==!1&&(n.sortVars[u].lockedOrder=!0,n.sortVars[u].order=t.getOrder(c)?[1,1]:[0,0]),n.headerList[o]=r,d.addClass(t.css.header+" "+n.cssHeader),t.getClosest(d,"tr").addClass(t.css.headerRow+" "+n.cssHeaderRow).attr("role","row"),n.tabIndex&&d.attr("tabindex",0),r})),n.$headerIndexed=[],a=0;a<n.columns;a++)t.isEmptyObject(n.sortVars[a])&&(n.sortVars[a]={}),r=n.$headers.filter('[data-column="'+a+'"]'),n.$headerIndexed[a]=r.length?r.not(".sorter-false").length?r.not(".sorter-false").filter(":last"):r.filter(":last"):e();n.$table.find(n.selectorHeaders).attr({scope:"col",role:"columnheader"}),t.updateHeader(n),t.debug(n,"core")&&(console.log("Built headers:"+t.benchmark(o)),console.log(n.$headers))},addInstanceMethods:function(n){e.extend(t.instanceMethods,n)},setupParsers:function(e,n){var r,i,o,a,s,u,l,c,d,f,h,p,g,m,v=e.table,y=0,b=t.debug(e,"core"),w={};if(e.$tbodies=e.$table.children("tbody:not(."+e.cssInfoBlock+")"),g="undefined"==typeof n?e.$tbodies:n,m=g.length,0===m)return b?console.warn("Warning: *Empty table!* Not building a parser cache"):"";for(b&&(p=new Date,console[console.group?"group":"log"]("Detecting parsers for each column")),i={extractors:[],parsers:[]};m>y;){if(r=g[y].rows,r.length)for(s=0,a=e.columns,u=0;a>u;u++){if(l=e.$headerIndexed[s],l&&l.length&&(c=t.getColumnData(v,e.headers,s),h=t.getParserById(t.getData(l,c,"extractor")),f=t.getParserById(t.getData(l,c,"sorter")),d="false"===t.getData(l,c,"parser"),e.empties[s]=(t.getData(l,c,"empty")||e.emptyTo||(e.emptyToBottom?"bottom":"top")).toLowerCase(),e.strings[s]=(t.getData(l,c,"string")||e.stringTo||"max").toLowerCase(),d&&(f=t.getParserById("no-parser")),h||(h=!1),f||(f=t.detectParserForColumn(e,r,-1,s)),b&&(w["("+s+") "+l.text()]={parser:f.id,extractor:h?h.id:"none",string:e.strings[s],empty:e.empties[s]}),i.parsers[s]=f,i.extractors[s]=h,o=l[0].colSpan-1,o>0))for(s+=o,a+=o;o+1>0;)i.parsers[s-o]=f,i.extractors[s-o]=h,o--;s++}y+=i.parsers.length?m:1}b&&(t.isEmptyObject(w)?console.warn("  No parsers detected!"):console[console.table?"table":"log"](w),console.log("Completed detecting parsers"+t.benchmark(p)),console.groupEnd&&console.groupEnd()),e.parsers=i.parsers,e.extractors=i.extractors},addParser:function(e){var n,r=t.parsers.length,i=!0;for(n=0;r>n;n++)t.parsers[n].id.toLowerCase()===e.id.toLowerCase()&&(i=!1);i&&(t.parsers[t.parsers.length]=e)},getParserById:function(e){if("false"==e)return!1;var n,r=t.parsers.length;for(n=0;r>n;n++)if(t.parsers[n].id.toLowerCase()===e.toString().toLowerCase())return t.parsers[n];return!1},detectParserForColumn:function(n,r,i,o){for(var a,s,u,l=t.parsers.length,c=!1,d="",f=t.debug(n,"core"),h=!0;""===d&&h;)i++,u=r[i],u&&50>i?u.className.indexOf(t.cssIgnoreRow)<0&&(c=r[i].cells[o],d=t.getElementText(n,c,o),s=e(c),f&&console.log("Checking if value was empty on row "+i+", column: "+o+': "'+d+'"')):h=!1;for(;--l>=0;)if(a=t.parsers[l],a&&"text"!==a.id&&a.is&&a.is(d,n.table,c,s))return a;return t.getParserById("text")},getElementText:function(n,r,i){if(!r)return"";var o,a=n.textExtraction||"",s=r.jquery?r:e(r);return e.trim("string"==typeof a?"basic"===a&&"undefined"!=typeof(o=s.attr(n.textAttribute))?o:r.textContent||s.text():"function"==typeof a?a(s[0],n.table,i):"function"==typeof(o=t.getColumnData(n.table,a,i))?o(s[0],n.table,i):s[0].textContent||s.text())},getParsedText:function(e,n,r,i){"undefined"==typeof i&&(i=t.getElementText(e,n,r));var o=""+i,a=e.parsers[r],s=e.extractors[r];return a&&(s&&"function"==typeof s.format&&(i=s.format(i,e.table,n,r)),o="no-parser"===a.id?"":a.format(""+i,e.table,n,r),e.ignoreCase&&"string"==typeof o&&(o=o.toLowerCase())),o},buildCache:function(n,r,i){var o,a,s,u,l,c,d,f,h,p,g,m,v,y,b,w,x,_,S,T,C,k,E=n.table,D=n.parsers,F=t.debug(n,"core");if(n.$tbodies=n.$table.children("tbody:not(."+n.cssInfoBlock+")"),d="undefined"==typeof i?n.$tbodies:i,n.cache={},n.totalRows=0,!D)return F?console.warn("Warning: *Empty table!* Not building a cache"):"";for(F&&(m=new Date),n.showProcessing&&t.isProcessing(E,!0),c=0;c<d.length;c++){for(w=[],o=n.cache[c]={normalized:[]},v=d[c]&&d[c].rows.length||0,u=0;v>u;++u)if(y={child:[],raw:[]},f=e(d[c].rows[u]),h=[],!f.hasClass(n.selectorRemove.slice(1)))if(f.hasClass(n.cssChildRow)&&0!==u)for(C=o.normalized.length-1,b=o.normalized[C][n.columns],b.$row=b.$row.add(f),f.prev().hasClass(n.cssChildRow)||f.prev().addClass(t.css.cssHasChild),p=f.children("th, td"),C=b.child.length,b.child[C]=[],_=0,T=n.columns,l=0;T>l;l++)g=p[l],g&&(b.child[C][l]=t.getParsedText(n,g,l),x=p[l].colSpan-1,x>0&&(_+=x,T+=x)),_++;else{for(y.$row=f,y.order=u,_=0,T=n.columns,l=0;T>l;++l){if(g=f[0].cells[l],g&&_<n.columns&&(S="undefined"!=typeof D[_],!S&&F&&console.warn("No parser found for row: "+u+", column: "+l+'; cell containing: "'+e(g).text()+'"; does it have a header?'),a=t.getElementText(n,g,_),y.raw[_]=a,s=t.getParsedText(n,g,_,a),h[_]=s,S&&"numeric"===(D[_].type||"").toLowerCase()&&(w[_]=Math.max(Math.abs(s)||0,w[_]||0)),x=g.colSpan-1,x>0)){for(k=0;x>=k;)s=n.duplicateSpan||0===k?a:"string"!=typeof n.textExtraction?t.getElementText(n,g,_+k)||"":"",y.raw[_+k]=s,h[_+k]=s,k++;_+=x,T+=x}_++}h[n.columns]=y,o.normalized[o.normalized.length]=h}o.colMax=w,n.totalRows+=o.normalized.length}if(n.showProcessing&&t.isProcessing(E),F){for(C=Math.min(5,n.cache[0].normalized.length),console[console.group?"group":"log"]("Building cache for "+n.totalRows+" rows (showing "+C+" rows in log) and "+n.columns+" columns"+t.benchmark(m)),a={},l=0;l<n.columns;l++)for(_=0;C>_;_++)a["row: "+_]||(a["row: "+_]={}),a["row: "+_][n.$headerIndexed[l].text()]=n.cache[0].normalized[_][l];console[console.table?"table":"log"](a),console.groupEnd&&console.groupEnd()}e.isFunction(r)&&r(E)},getColumnText:function(n,r,i,o){n=e(n)[0];var a,s,u,l,c,d,f,h,p,g,m="function"==typeof i,v="all"===r,y={raw:[],parsed:[],$cell:[]},b=n.config;if(!t.isEmptyObject(b)){for(c=b.$tbodies.length,a=0;c>a;a++)for(u=b.cache[a].normalized,d=u.length,s=0;d>s;s++)l=u[s],(!o||l[b.columns].$row.is(o))&&(g=!0,h=v?l.slice(0,b.columns):l[r],l=l[b.columns],f=v?l.raw:l.raw[r],p=v?l.$row.children():l.$row.children().eq(r),m&&(g=i({tbodyIndex:a,rowIndex:s,parsed:h,raw:f,$row:l.$row,$cell:p})),g!==!1&&(y.parsed[y.parsed.length]=h,y.raw[y.raw.length]=f,y.$cell[y.$cell.length]=p));return y}t.debug(b,"core")&&console.warn("No cache found - aborting getColumnText function!")},setHeadersCss:function(n){var r,i,o=n.sortList,a=o.length,s=t.css.sortNone+" "+n.cssNone,u=[t.css.sortAsc+" "+n.cssAsc,t.css.sortDesc+" "+n.cssDesc],l=[n.cssIconAsc,n.cssIconDesc,n.cssIconNone],c=["ascending","descending"],d=function(e,n){e.removeClass(s).addClass(u[n]).attr("aria-sort",c[n]).find("."+t.css.icon).removeClass(l[2]).addClass(l[n])},f=n.$table.find("tfoot tr").children("td, th").add(e(n.namespace+"_extra_headers")).removeClass(u.join(" ")),h=n.$headers.add(e("thead "+n.namespace+"_extra_headers")).removeClass(u.join(" ")).addClass(s).attr("aria-sort","none").find("."+t.css.icon).removeClass(l.join(" ")).end();for(h.not(".sorter-false").find("."+t.css.icon).addClass(l[2]),n.cssIconDisabled&&h.filter(".sorter-false").find("."+t.css.icon).addClass(n.cssIconDisabled),r=0;a>r;r++)if(2!==o[r][1]){if(h=n.$headers.filter(function(e){for(var r=!0,i=n.$headers.eq(e),o=parseInt(i.attr("data-column"),10),a=o+t.getClosest(i,"th, td")[0].colSpan;a>o;o++)r=r?r||t.isValueInArray(o,n.sortList)>-1:!1;return r}),h=h.not(".sorter-false").filter('[data-column="'+o[r][0]+'"]'+(1===a?":last":"")),h.length)for(i=0;i<h.length;i++)h[i].sortDisabled||d(h.eq(i),o[r][1]);f.length&&d(f.filter('[data-column="'+o[r][0]+'"]'),o[r][1])}for(a=n.$headers.length,r=0;a>r;r++)t.setColumnAriaLabel(n,n.$headers.eq(r))},getClosest:function(t,n){return e.fn.closest?t.closest(n):t.is(n)?t:t.parents(n).filter(":first")},setColumnAriaLabel:function(n,r,i){if(r.length){var o=parseInt(r.attr("data-column"),10),a=n.sortVars[o],s=r.hasClass(t.css.sortAsc)?"sortAsc":r.hasClass(t.css.sortDesc)?"sortDesc":"sortNone",u=e.trim(r.text())+": "+t.language[s];r.hasClass("sorter-false")||i===!1?u+=t.language.sortDisabled:(s=(a.count+1)%a.order.length,i=a.order[s],u+=t.language[0===i?"nextAsc":1===i?"nextDesc":"nextNone"]),r.attr("aria-label",u)}},updateHeader:function(e){var n,r,i,o,a=e.table,s=e.$headers.length;for(n=0;s>n;n++)i=e.$headers.eq(n),o=t.getColumnData(a,e.headers,n,!0),r="false"===t.getData(i,o,"sorter")||"false"===t.getData(i,o,"parser"),t.setColumnSort(e,i,r)},setColumnSort:function(e,t,n){var r=e.table.id;t[0].sortDisabled=n,t[n?"addClass":"removeClass"]("sorter-false").attr("aria-disabled",""+n),e.tabIndex&&(n?t.removeAttr("tabindex"):t.attr("tabindex","0")),r&&(n?t.removeAttr("aria-controls"):t.attr("aria-controls",r))},updateHeaderSortCount:function(n,r){var i,o,a,s,u,l,c,d,f=r||n.sortList,h=f.length;for(n.sortList=[],s=0;h>s;s++)if(c=f[s],i=parseInt(c[0],10),i<n.columns){switch(n.sortVars[i].order||(d=t.getOrder(n.sortInitialOrder)?n.sortReset?[1,0,2]:[1,0]:n.sortReset?[0,1,2]:[0,1],n.sortVars[i].order=d,n.sortVars[i].count=0),d=n.sortVars[i].order,o=(""+c[1]).match(/^(1|d|s|o|n)/),o=o?o[0]:""){case"1":case"d":o=1;break;case"s":o=u||0;break;case"o":l=d[(u||0)%d.length],o=0===l?1:1===l?0:2;break;case"n":o=d[++n.sortVars[i].count%d.length];break;default:o=0}u=0===s?o:u,a=[i,parseInt(o,10)||0],n.sortList[n.sortList.length]=a,o=e.inArray(a[1],d),n.sortVars[i].count=o>=0?o:a[1]%d.length}},updateAll:function(e,n,r){var i=e.table;i.isUpdating=!0,t.refreshWidgets(i,!0,!0),t.buildHeaders(e),t.bindEvents(i,e.$headers,!0),t.bindMethods(e),t.commonUpdate(e,n,r)},update:function(e,n,r){var i=e.table;i.isUpdating=!0,t.updateHeader(e),t.commonUpdate(e,n,r)},updateHeaders:function(e,n){e.table.isUpdating=!0,t.buildHeaders(e),t.bindEvents(e.table,e.$headers,!0),t.resortComplete(e,n)},updateCell:function(n,r,i,o){if(e(r).closest("tr").hasClass(n.cssChildRow))return void console.warn('Tablesorter Warning! "updateCell" for child row content has been disabled, use "update" instead');if(t.isEmptyObject(n.cache))return t.updateHeader(n),void t.commonUpdate(n,i,o);n.table.isUpdating=!0,n.$table.find(n.selectorRemove).remove();var a,s,u,l,c,d,f=n.$tbodies,h=e(r),p=f.index(t.getClosest(h,"tbody")),g=n.cache[p],m=t.getClosest(h,"tr");if(r=h[0],f.length&&p>=0){if(u=f.eq(p).find("tr").not("."+n.cssChildRow).index(m),c=g.normalized[u],d=m[0].cells.length,d!==n.columns)for(l=0,a=!1,s=0;d>s;s++)a||m[0].cells[s]===r?a=!0:l+=m[0].cells[s].colSpan;else l=h.index();a=t.getElementText(n,r,l),c[n.columns].raw[l]=a,a=t.getParsedText(n,r,l,a),c[l]=a,"numeric"===(n.parsers[l].type||"").toLowerCase()&&(g.colMax[l]=Math.max(Math.abs(a)||0,g.colMax[l]||0)),a="undefined"!==i?i:n.resort,a!==!1?t.checkResort(n,a,o):t.resortComplete(n,o)}else t.debug(n,"core")&&console.error("updateCell aborted, tbody missing or not within the indicated table"),n.table.isUpdating=!1},addRows:function(n,r,i,o){var a,s,u,l,c,d,f,h,p,g,m,v,y,b="string"==typeof r&&1===n.$tbodies.length&&/<tr/.test(r||""),w=n.table;if(b)r=e(r),n.$tbodies.append(r);else if(!(r&&r instanceof e&&t.getClosest(r,"table")[0]===n.table))return t.debug(n,"core")&&console.error("addRows method requires (1) a jQuery selector reference to rows that have already been added to the table, or (2) row HTML string to be added to a table with only one tbody"),!1;if(w.isUpdating=!0,t.isEmptyObject(n.cache))t.updateHeader(n),t.commonUpdate(n,i,o);else{for(c=r.filter("tr").attr("role","row").length,u=n.$tbodies.index(r.parents("tbody").filter(":first")),n.parsers&&n.parsers.length||t.setupParsers(n),l=0;c>l;l++){for(p=0,f=r[l].cells.length,h=n.cache[u].normalized.length,m=[],g={child:[],raw:[],$row:r.eq(l),order:h},d=0;f>d;d++)v=r[l].cells[d],a=t.getElementText(n,v,p),g.raw[p]=a,s=t.getParsedText(n,v,p,a),m[p]=s,"numeric"===(n.parsers[p].type||"").toLowerCase()&&(n.cache[u].colMax[p]=Math.max(Math.abs(s)||0,n.cache[u].colMax[p]||0)),y=v.colSpan-1,y>0&&(p+=y),p++;m[n.columns]=g,n.cache[u].normalized[h]=m}t.checkResort(n,i,o)}},updateCache:function(e,n,r){e.parsers&&e.parsers.length||t.setupParsers(e,r),t.buildCache(e,n,r)},appendCache:function(e,n){var r,i,o,a,s,u,l,c=e.table,d=e.$tbodies,f=[],h=e.cache;if(t.isEmptyObject(h))return e.appender?e.appender(c,f):c.isUpdating?e.$table.triggerHandler("updateComplete",c):"";for(t.debug(e,"core")&&(l=new Date),u=0;u<d.length;u++)if(o=d.eq(u),o.length){for(a=t.processTbody(c,o,!0),r=h[u].normalized,i=r.length,s=0;i>s;s++)f[f.length]=r[s][e.columns].$row,(!e.appender||e.pager&&!e.pager.removeRows&&!e.pager.ajax)&&a.append(r[s][e.columns].$row);t.processTbody(c,a,!1)}e.appender&&e.appender(c,f),t.debug(e,"core")&&console.log("Rebuilt table"+t.benchmark(l)),n||e.appender||t.applyWidget(c),c.isUpdating&&e.$table.triggerHandler("updateComplete",c)},commonUpdate:function(e,n,r){e.$table.find(e.selectorRemove).remove(),t.setupParsers(e),t.buildCache(e),t.checkResort(e,n,r)},initSort:function(n,r,i){if(n.table.isUpdating)return setTimeout(function(){t.initSort(n,r,i)},50);var o,a,s,u,l,c,d,f=!i[n.sortMultiSortKey],h=n.table,p=n.$headers.length,g=t.getClosest(e(r),"th, td"),m=parseInt(g.attr("data-column"),10),v=n.sortVars[m].order;if(g=g[0],n.$table.triggerHandler("sortStart",h),c=(n.sortVars[m].count+1)%v.length,n.sortVars[m].count=i[n.sortResetKey]?2:c,n.sortRestart)for(s=0;p>s;s++)d=n.$headers.eq(s),c=parseInt(d.attr("data-column"),10),m!==c&&(f||d.hasClass(t.css.sortNone))&&(n.sortVars[c].count=-1);if(f){if(n.sortList=[],n.last.sortList=[],null!==n.sortForce)for(o=n.sortForce,a=0;a<o.length;a++)o[a][0]!==m&&(n.sortList[n.sortList.length]=o[a]);if(u=v[n.sortVars[m].count],2>u&&(n.sortList[n.sortList.length]=[m,u],g.colSpan>1))for(a=1;a<g.colSpan;a++)n.sortList[n.sortList.length]=[m+a,u],n.sortVars[m+a].count=e.inArray(u,v)}else if(n.sortList=e.extend([],n.last.sortList),t.isValueInArray(m,n.sortList)>=0)for(a=0;a<n.sortList.length;a++)c=n.sortList[a],c[0]===m&&(c[1]=v[n.sortVars[m].count],2===c[1]&&(n.sortList.splice(a,1),n.sortVars[m].count=-1));else if(u=v[n.sortVars[m].count],2>u&&(n.sortList[n.sortList.length]=[m,u],g.colSpan>1))for(a=1;a<g.colSpan;a++)n.sortList[n.sortList.length]=[m+a,u],n.sortVars[m+a].count=e.inArray(u,v);if(n.last.sortList=e.extend([],n.sortList),n.sortList.length&&n.sortAppend&&(o=e.isArray(n.sortAppend)?n.sortAppend:n.sortAppend[n.sortList[0][0]],!t.isEmptyObject(o)))for(a=0;a<o.length;a++)if(o[a][0]!==m&&t.isValueInArray(o[a][0],n.sortList)<0){if(u=o[a][1],l=(""+u).match(/^(a|d|s|o|n)/))switch(c=n.sortList[0][1],l[0]){case"d":u=1;break;case"s":u=c;break;case"o":u=0===c?1:0;break;case"n":u=(c+1)%v.length;break;default:u=0}n.sortList[n.sortList.length]=[o[a][0],u]}n.$table.triggerHandler("sortBegin",h),setTimeout(function(){t.setHeadersCss(n),t.multisort(n),t.appendCache(n),n.$table.triggerHandler("sortBeforeEnd",h),n.$table.triggerHandler("sortEnd",h)},1)},multisort:function(e){var n,r,i,o,a,s=e.table,u=[],l=0,c=e.textSorter||"",d=e.sortList,f=d.length,h=e.$tbodies.length;if(!e.serverSideSorting&&!t.isEmptyObject(e.cache)){if(t.debug(e,"core")&&(r=new Date),"object"==typeof c)for(i=e.columns;i--;)a=t.getColumnData(s,c,i),"function"==typeof a&&(u[i]=a);for(n=0;h>n;n++)i=e.cache[n].colMax,o=e.cache[n].normalized,o.sort(function(n,r){var o,a,h,p,g,m,v;for(o=0;f>o;o++){if(h=d[o][0],p=d[o][1],l=0===p,e.sortStable&&n[h]===r[h]&&1===f)return n[e.columns].order-r[e.columns].order;if(a=/n/i.test(t.getSortType(e.parsers,h)),a&&e.strings[h]?(a="boolean"==typeof t.string[e.strings[h]]?(l?1:-1)*(t.string[e.strings[h]]?-1:1):e.strings[h]?t.string[e.strings[h]]||0:0,g=e.numberSorter?e.numberSorter(n[h],r[h],l,i[h],s):t["sortNumeric"+(l?"Asc":"Desc")](n[h],r[h],a,i[h],h,e)):(m=l?n:r,v=l?r:n,g="function"==typeof c?c(m[h],v[h],l,h,s):"function"==typeof u[h]?u[h](m[h],v[h],l,h,s):t["sortNatural"+(l?"Asc":"Desc")](n[h],r[h],h,e)),g)return g}return n[e.columns].order-r[e.columns].order});t.debug(e,"core")&&console.log("Applying sort "+d.toString()+t.benchmark(r))}},resortComplete:function(t,n){t.table.isUpdating&&t.$table.triggerHandler("updateComplete",t.table),e.isFunction(n)&&n(t.table)},checkResort:function(n,r,i){var o=e.isArray(r)?r:n.sortList,a="undefined"==typeof r?n.resort:r;a===!1||n.serverSideSorting||n.table.isProcessing?(t.resortComplete(n,i),t.applyWidget(n.table,!1)):o.length?t.sortOn(n,o,function(){t.resortComplete(n,i)},!0):t.sortReset(n,function(){t.resortComplete(n,i),t.applyWidget(n.table,!1)})},sortOn:function(n,r,i,o){var a=n.table;n.$table.triggerHandler("sortStart",a),t.updateHeaderSortCount(n,r),t.setHeadersCss(n),n.delayInit&&t.isEmptyObject(n.cache)&&t.buildCache(n),n.$table.triggerHandler("sortBegin",a),t.multisort(n),t.appendCache(n,o),n.$table.triggerHandler("sortBeforeEnd",a),n.$table.triggerHandler("sortEnd",a),t.applyWidget(a),e.isFunction(i)&&i(a)},sortReset:function(n,r){n.sortList=[],t.setHeadersCss(n),t.multisort(n),t.appendCache(n);var i;for(i=0;i<n.columns;i++)n.sortVars[i].count=-1;e.isFunction(r)&&r(n.table)},getSortType:function(e,t){return e&&e[t]?e[t].type||"":""},getOrder:function(e){return/^d/i.test(e)||1===e},sortNatural:function(e,n){if(e===n)return 0;e=e.toString(),n=n.toString();var r,i,o,a,s,u,l=t.regex;if(l.hex.test(n)){if(r=parseInt((e||"").match(l.hex),16),i=parseInt((n||"").match(l.hex),16),i>r)return-1;if(r>i)return 1}for(r=(e||"").replace(l.chunk,"\\0$1\\0").replace(l.chunks,"").split("\\0"),i=(n||"").replace(l.chunk,"\\0$1\\0").replace(l.chunks,"").split("\\0"),u=Math.max(r.length,i.length),s=0;u>s;s++){if(o=isNaN(r[s])?r[s]||0:parseFloat(r[s])||0,a=isNaN(i[s])?i[s]||0:parseFloat(i[s])||0,isNaN(o)!==isNaN(a))return isNaN(o)?1:-1;if(typeof o!=typeof a&&(o+="",a+=""),a>o)return-1;if(o>a)return 1}return 0},sortNaturalAsc:function(e,n,r,i){if(e===n)return 0;var o=t.string[i.empties[r]||i.emptyTo];return""===e&&0!==o?"boolean"==typeof o?o?-1:1:-o||-1:""===n&&0!==o?"boolean"==typeof o?o?1:-1:o||1:t.sortNatural(e,n)},sortNaturalDesc:function(e,n,r,i){if(e===n)return 0;var o=t.string[i.empties[r]||i.emptyTo];return""===e&&0!==o?"boolean"==typeof o?o?-1:1:o||1:""===n&&0!==o?"boolean"==typeof o?o?1:-1:-o||-1:t.sortNatural(n,e)},sortText:function(e,t){return e>t?1:t>e?-1:0},getTextValue:function(e,t,n){if(n){var r,i=e?e.length:0,o=n+t;for(r=0;i>r;r++)o+=e.charCodeAt(r);return t*o}return 0},sortNumericAsc:function(e,n,r,i,o,a){if(e===n)return 0;var s=t.string[a.empties[o]||a.emptyTo];return""===e&&0!==s?"boolean"==typeof s?s?-1:1:-s||-1:""===n&&0!==s?"boolean"==typeof s?s?1:-1:s||1:(isNaN(e)&&(e=t.getTextValue(e,r,i)),isNaN(n)&&(n=t.getTextValue(n,r,i)),e-n)},sortNumericDesc:function(e,n,r,i,o,a){if(e===n)return 0;var s=t.string[a.empties[o]||a.emptyTo];return""===e&&0!==s?"boolean"==typeof s?s?-1:1:s||1:""===n&&0!==s?"boolean"==typeof s?s?1:-1:-s||-1:(isNaN(e)&&(e=t.getTextValue(e,r,i)),isNaN(n)&&(n=t.getTextValue(n,r,i)),n-e)},sortNumeric:function(e,t){return e-t},addWidget:function(e){e.id&&!t.isEmptyObject(t.getWidgetById(e.id))&&console.warn('"'+e.id+'" widget was loaded more than once!'),t.widgets[t.widgets.length]=e},hasWidget:function(t,n){return t=e(t),t.length&&t[0].config&&t[0].config.widgetInit[n]||!1},getWidgetById:function(e){var n,r,i=t.widgets.length;for(n=0;i>n;n++)if(r=t.widgets[n],r&&r.id&&r.id.toLowerCase()===e.toLowerCase())return r},applyWidgetOptions:function(n){var r,i,o,a=n.config,s=a.widgets.length;if(s)for(r=0;s>r;r++)i=t.getWidgetById(a.widgets[r]),i&&i.options&&(o=e.extend(!0,{},i.options),a.widgetOptions=e.extend(!0,o,a.widgetOptions),e.extend(!0,t.defaults.widgetOptions,i.options))},addWidgetFromClass:function(e){var n,r,i=e.config,o="^"+i.widgetClass.replace(t.regex.templateName,"(\\S+)+")+"$",a=new RegExp(o,"g"),s=(e.className||"").split(t.regex.spaces);if(s.length)for(n=s.length,r=0;n>r;r++)s[r].match(a)&&(i.widgets[i.widgets.length]=s[r].replace(a,"$1"))},applyWidgetId:function(n,r,i){n=e(n)[0];var o,a,s,u=n.config,l=u.widgetOptions,c=t.debug(u,"core"),d=t.getWidgetById(r);d&&(s=d.id,o=!1,e.inArray(s,u.widgets)<0&&(u.widgets[u.widgets.length]=s),c&&(a=new Date),(i||!u.widgetInit[s])&&(u.widgetInit[s]=!0,n.hasInitialized&&t.applyWidgetOptions(n),"function"==typeof d.init&&(o=!0,c&&console[console.group?"group":"log"]("Initializing "+s+" widget"),d.init(n,d,u,l))),i||"function"!=typeof d.format||(o=!0,c&&console[console.group?"group":"log"]("Updating "+s+" widget"),d.format(n,u,l,!1)),c&&o&&(console.log("Completed "+(i?"initializing ":"applying ")+s+" widget"+t.benchmark(a)),console.groupEnd&&console.groupEnd()))
},applyWidget:function(n,r,i){n=e(n)[0];var o,a,s,u,l,c=n.config,d=t.debug(c,"core"),f=[];if(r===!1||!n.hasInitialized||!n.isApplyingWidgets&&!n.isUpdating){if(d&&(l=new Date),t.addWidgetFromClass(n),clearTimeout(c.timerReady),c.widgets.length){for(n.isApplyingWidgets=!0,c.widgets=e.grep(c.widgets,function(t,n){return e.inArray(t,c.widgets)===n}),s=c.widgets||[],a=s.length,o=0;a>o;o++)u=t.getWidgetById(s[o]),u&&u.id?(u.priority||(u.priority=10),f[o]=u):d&&console.warn('"'+s[o]+'" was enabled, but the widget code has not been loaded!');for(f.sort(function(e,t){return e.priority<t.priority?-1:e.priority===t.priority?0:1}),a=f.length,d&&console[console.group?"group":"log"]("Start "+(r?"initializing":"applying")+" widgets"),o=0;a>o;o++)u=f[o],u&&u.id&&t.applyWidgetId(n,u.id,r);d&&console.groupEnd&&console.groupEnd()}c.timerReady=setTimeout(function(){n.isApplyingWidgets=!1,e.data(n,"lastWidgetApplication",new Date),c.$table.triggerHandler("tablesorter-ready"),r||"function"!=typeof i||i(n),d&&(u=c.widgets.length,console.log("Completed "+(r===!0?"initializing ":"applying ")+u+" widget"+(1!==u?"s":"")+t.benchmark(l)))},10)}},removeWidget:function(n,r,i){n=e(n)[0];var o,a,s,u,l=n.config;if(r===!0)for(r=[],u=t.widgets.length,s=0;u>s;s++)a=t.widgets[s],a&&a.id&&(r[r.length]=a.id);else r=(e.isArray(r)?r.join(","):r||"").toLowerCase().split(/[\s,]+/);for(u=r.length,o=0;u>o;o++)a=t.getWidgetById(r[o]),s=e.inArray(r[o],l.widgets),s>=0&&i!==!0&&l.widgets.splice(s,1),a&&a.remove&&(t.debug(l,"core")&&console.log((i?"Refreshing":"Removing")+' "'+r[o]+'" widget'),a.remove(n,l,l.widgetOptions,i),l.widgetInit[r[o]]=!1);l.$table.triggerHandler("widgetRemoveEnd",n)},refreshWidgets:function(n,r,i){n=e(n)[0];var o,a,s=n.config,u=s.widgets,l=t.widgets,c=l.length,d=[],f=function(t){e(t).triggerHandler("refreshComplete")};for(o=0;c>o;o++)a=l[o],a&&a.id&&(r||e.inArray(a.id,u)<0)&&(d[d.length]=a.id);t.removeWidget(n,d.join(","),!0),i!==!0?(t.applyWidget(n,r||!1,f),r&&t.applyWidget(n,!1,f)):f(n)},benchmark:function(e){return" ("+((new Date).getTime()-e.getTime())+" ms)"},log:function(){console.log(arguments)},debug:function(e,t){return e&&(e.debug===!0||"string"==typeof e.debug&&e.debug.indexOf(t)>-1)},isEmptyObject:function(e){for(var t in e)return!1;return!0},isValueInArray:function(e,t){var n,r=t&&t.length||0;for(n=0;r>n;n++)if(t[n][0]===e)return n;return-1},formatFloat:function(n,r){if("string"!=typeof n||""===n)return n;var i,o=r&&r.config?r.config.usNumberFormat!==!1:"undefined"!=typeof r?r:!0;return n=o?n.replace(t.regex.comma,""):n.replace(t.regex.digitNonUS,"").replace(t.regex.comma,"."),t.regex.digitNegativeTest.test(n)&&(n=n.replace(t.regex.digitNegativeReplace,"-$1")),i=parseFloat(n),isNaN(i)?e.trim(n):i},isDigit:function(e){return isNaN(e)?t.regex.digitTest.test(e.toString().replace(t.regex.digitReplace,"")):""!==e},computeColumnIndex:function(n,r){var i,o,a,s,u,l,c,d,f,h,p=r&&r.columns||0,g=[],m=new Array(p);for(i=0;i<n.length;i++)for(l=n[i].cells,o=0;o<l.length;o++){for(u=l[o],c=i,d=u.rowSpan||1,f=u.colSpan||1,"undefined"==typeof g[c]&&(g[c]=[]),a=0;a<g[c].length+1;a++)if("undefined"==typeof g[c][a]){h=a;break}for(p&&u.cellIndex===h||(u.setAttribute?u.setAttribute("data-column",h):e(u).attr("data-column",h)),a=c;c+d>a;a++)for("undefined"==typeof g[a]&&(g[a]=[]),m=g[a],s=h;h+f>s;s++)m[s]="x"}return t.checkColumnCount(n,g,m.length),m.length},checkColumnCount:function(e,t,n){var r,i,o=!0,a=[];for(r=0;r<t.length;r++)if(t[r]&&(i=t[r].length,t[r].length!==n)){o=!1;break}o||(e.each(function(e,t){var n=t.parentElement.nodeName;a.indexOf(n)<0&&a.push(n)}),console.error("Invalid or incorrect number of columns in the "+a.join(" or ")+"; expected "+n+", but found "+i+" columns"))},fixColumnWidth:function(n){n=e(n)[0];var r,i,o,a,s,u=n.config,l=u.$table.children("colgroup");if(l.length&&l.hasClass(t.css.colgroup)&&l.remove(),u.widthFixed&&0===u.$table.children("colgroup").length){for(l=e('<colgroup class="'+t.css.colgroup+'">'),r=u.$table.width(),o=u.$tbodies.find("tr:first").children(":visible"),a=o.length,s=0;a>s;s++)i=parseInt(o.eq(s).width()/r*1e3,10)/10+"%",l.append(e("<col>").css("width",i));u.$table.prepend(l)}},getData:function(t,n,r){var i,o,a="",s=e(t);return s.length?(i=e.metadata?s.metadata():!1,o=" "+(s.attr("class")||""),"undefined"!=typeof s.data(r)||"undefined"!=typeof s.data(r.toLowerCase())?a+=s.data(r)||s.data(r.toLowerCase()):i&&"undefined"!=typeof i[r]?a+=i[r]:n&&"undefined"!=typeof n[r]?a+=n[r]:" "!==o&&o.match(" "+r+"-")&&(a=o.match(new RegExp("\\s"+r+"-([\\w-]+)"))[1]||""),e.trim(a)):""},getColumnData:function(t,n,r,i,o){if("object"!=typeof n||null===n)return n;t=e(t)[0];var a,s,u=t.config,l=o||u.$headers,c=u.$headerIndexed&&u.$headerIndexed[r]||l.find('[data-column="'+r+'"]:last');if("undefined"!=typeof n[r])return i?n[r]:n[l.index(c)];for(s in n)if("string"==typeof s&&(a=c.filter(s).add(c.find(s)),a.length))return n[s]},isProcessing:function(n,r,i){n=e(n);var o=n[0].config,a=i||n.find("."+t.css.header);r?("undefined"!=typeof i&&o.sortList.length>0&&(a=a.filter(function(){return this.sortDisabled?!1:t.isValueInArray(parseFloat(e(this).attr("data-column")),o.sortList)>=0})),n.add(a).addClass(t.css.processing+" "+o.cssProcessing)):n.add(a).removeClass(t.css.processing+" "+o.cssProcessing)},processTbody:function(t,n,r){if(t=e(t)[0],r)return t.isProcessing=!0,n.before('<colgroup class="tablesorter-savemyplace"/>'),e.fn.detach?n.detach():n.remove();var i=e(t).find("colgroup.tablesorter-savemyplace");n.insertAfter(i),i.remove(),t.isProcessing=!1},clearTableBody:function(t){e(t)[0].config.$tbodies.children().detach()},characterEquivalents:{a:"áàâãäąå",A:"ÁÀÂÃÄĄÅ",c:"çćč",C:"ÇĆČ",e:"éèêëěę",E:"ÉÈÊËĚĘ",i:"íìİîïı",I:"ÍÌİÎÏ",o:"óòôõöō",O:"ÓÒÔÕÖŌ",ss:"ß",SS:"ẞ",u:"úùûüů",U:"ÚÙÛÜŮ"},replaceAccents:function(e){var n,r="[",i=t.characterEquivalents;if(!t.characterRegex){t.characterRegexArray={};for(n in i)"string"==typeof n&&(r+=i[n],t.characterRegexArray[n]=new RegExp("["+i[n]+"]","g"));t.characterRegex=new RegExp(r+"]")}if(t.characterRegex.test(e))for(n in i)"string"==typeof n&&(e=e.replace(t.characterRegexArray[n],n));return e},validateOptions:function(n){var r,i,o,a,s="headers sortForce sortList sortAppend widgets".split(" "),u=n.originalSettings;if(u){t.debug(n,"core")&&(a=new Date);for(r in u)if(o=typeof t.defaults[r],"undefined"===o)console.warn('Tablesorter Warning! "table.config.'+r+'" option not recognized');else if("object"===o)for(i in u[r])o=t.defaults[r]&&typeof t.defaults[r][i],e.inArray(r,s)<0&&"undefined"===o&&console.warn('Tablesorter Warning! "table.config.'+r+"."+i+'" option not recognized');t.debug(n,"core")&&console.log("validate options time:"+t.benchmark(a))}},restoreHeaders:function(n){var r,i,o=e(n)[0].config,a=o.$table.find(o.selectorHeaders),s=a.length;for(r=0;s>r;r++)i=a.eq(r),i.find("."+t.css.headerIn).length&&i.html(o.headerContent[r])},destroy:function(n,r,i){if(n=e(n)[0],n.hasInitialized){t.removeWidget(n,!0,!1);var o,a=e(n),s=n.config,u=a.find("thead:first"),l=u.find("tr."+t.css.headerRow).removeClass(t.css.headerRow+" "+s.cssHeaderRow),c=a.find("tfoot:first > tr").children("th, td");r===!1&&e.inArray("uitheme",s.widgets)>=0&&(a.triggerHandler("applyWidgetId",["uitheme"]),a.triggerHandler("applyWidgetId",["zebra"])),u.find("tr").not(l).remove(),o="sortReset update updateRows updateAll updateHeaders updateCell addRows updateComplete sorton appendCache updateCache applyWidgetId applyWidgets refreshWidgets removeWidget destroy mouseup mouseleave "+"keypress sortBegin sortEnd resetToLoadState ".split(" ").join(s.namespace+" "),a.removeData("tablesorter").unbind(o.replace(t.regex.spaces," ")),s.$headers.add(c).removeClass([t.css.header,s.cssHeader,s.cssAsc,s.cssDesc,t.css.sortAsc,t.css.sortDesc,t.css.sortNone].join(" ")).removeAttr("data-column").removeAttr("aria-label").attr("aria-disabled","true"),l.find(s.selectorSort).unbind("mousedown mouseup keypress ".split(" ").join(s.namespace+" ").replace(t.regex.spaces," ")),t.restoreHeaders(n),a.toggleClass(t.css.table+" "+s.tableClass+" tablesorter-"+s.theme,r===!1),a.removeClass(s.namespace.slice(1)),n.hasInitialized=!1,delete n.config.cache,"function"==typeof i&&i(n),t.debug(s,"core")&&console.log("tablesorter has been removed")}}};e.fn.tablesorter=function(n){return this.each(function(){var r=this,i=e.extend(!0,{},t.defaults,n,t.instanceMethods);i.originalSettings=n,!r.hasInitialized&&t.buildTable&&"TABLE"!==this.nodeName?t.buildTable(r,i):t.setup(r,i)})},window.console&&window.console.log||(t.logs=[],console={},console.log=console.warn=console.error=console.table=function(){var e=arguments.length>1?arguments:arguments[0];t.logs[t.logs.length]={date:Date.now(),log:e}}),t.addParser({id:"no-parser",is:function(){return!1},format:function(){return""},type:"text"}),t.addParser({id:"text",is:function(){return!0},format:function(n,r){var i=r.config;return n&&(n=e.trim(i.ignoreCase?n.toLocaleLowerCase():n),n=i.sortLocaleCompare?t.replaceAccents(n):n),n},type:"text"}),t.regex.nondigit=/[^\w,. \-()]/g,t.addParser({id:"digit",is:function(e){return t.isDigit(e)},format:function(n,r){var i=t.formatFloat((n||"").replace(t.regex.nondigit,""),r);return n&&"number"==typeof i?i:n?e.trim(n&&r.config.ignoreCase?n.toLocaleLowerCase():n):n},type:"numeric"}),t.regex.currencyReplace=/[+\-,. ]/g,t.regex.currencyTest=/^\(?\d+[\u00a3$\u20ac\u00a4\u00a5\u00a2?.]|[\u00a3$\u20ac\u00a4\u00a5\u00a2?.]\d+\)?$/,t.addParser({id:"currency",is:function(e){return e=(e||"").replace(t.regex.currencyReplace,""),t.regex.currencyTest.test(e)},format:function(n,r){var i=t.formatFloat((n||"").replace(t.regex.nondigit,""),r);return n&&"number"==typeof i?i:n?e.trim(n&&r.config.ignoreCase?n.toLocaleLowerCase():n):n},type:"numeric"}),t.regex.urlProtocolTest=/^(https?|ftp|file):\/\//,t.regex.urlProtocolReplace=/(https?|ftp|file):\/\/(www\.)?/,t.addParser({id:"url",is:function(e){return t.regex.urlProtocolTest.test(e)},format:function(n){return n?e.trim(n.replace(t.regex.urlProtocolReplace,"")):n},type:"text"}),t.regex.dash=/-/g,t.regex.isoDate=/^\d{4}[\/\-]\d{1,2}[\/\-]\d{1,2}/,t.addParser({id:"isoDate",is:function(e){return t.regex.isoDate.test(e)},format:function(e){var n=e?new Date(e.replace(t.regex.dash,"/")):e;return n instanceof Date&&isFinite(n)?n.getTime():e},type:"numeric"}),t.regex.percent=/%/g,t.regex.percentTest=/(\d\s*?%|%\s*?\d)/,t.addParser({id:"percent",is:function(e){return t.regex.percentTest.test(e)&&e.length<15},format:function(e,n){return e?t.formatFloat(e.replace(t.regex.percent,""),n):e},type:"numeric"}),t.addParser({id:"image",is:function(e,t,n,r){return r.find("img").length>0},format:function(t,n,r){return e(r).find("img").attr(n.config.imgAttr||"alt")||t},parsed:!0,type:"text"}),t.regex.dateReplace=/(\S)([AP]M)$/i,t.regex.usLongDateTest1=/^[A-Z]{3,10}\.?\s+\d{1,2},?\s+(\d{4})(\s+\d{1,2}:\d{2}(:\d{2})?(\s+[AP]M)?)?$/i,t.regex.usLongDateTest2=/^\d{1,2}\s+[A-Z]{3,10}\s+\d{4}/i,t.addParser({id:"usLongDate",is:function(e){return t.regex.usLongDateTest1.test(e)||t.regex.usLongDateTest2.test(e)},format:function(e){var n=e?new Date(e.replace(t.regex.dateReplace,"$1 $2")):e;return n instanceof Date&&isFinite(n)?n.getTime():e},type:"numeric"}),t.regex.shortDateTest=/(^\d{1,2}[\/\s]\d{1,2}[\/\s]\d{4})|(^\d{4}[\/\s]\d{1,2}[\/\s]\d{1,2})/,t.regex.shortDateReplace=/[\-.,]/g,t.regex.shortDateXXY=/(\d{1,2})[\/\s](\d{1,2})[\/\s](\d{4})/,t.regex.shortDateYMD=/(\d{4})[\/\s](\d{1,2})[\/\s](\d{1,2})/,t.convertFormat=function(e,n){e=(e||"").replace(t.regex.spaces," ").replace(t.regex.shortDateReplace,"/"),"mmddyyyy"===n?e=e.replace(t.regex.shortDateXXY,"$3/$1/$2"):"ddmmyyyy"===n?e=e.replace(t.regex.shortDateXXY,"$3/$2/$1"):"yyyymmdd"===n&&(e=e.replace(t.regex.shortDateYMD,"$1/$2/$3"));var r=new Date(e);return r instanceof Date&&isFinite(r)?r.getTime():""},t.addParser({id:"shortDate",is:function(e){return e=(e||"").replace(t.regex.spaces," ").replace(t.regex.shortDateReplace,"/"),t.regex.shortDateTest.test(e)},format:function(e,n,r,i){if(e){var o=n.config,a=o.$headerIndexed[i],s=a.length&&a.data("dateFormat")||t.getData(a,t.getColumnData(n,o.headers,i),"dateFormat")||o.dateFormat;return a.length&&a.data("dateFormat",s),t.convertFormat(e,s)||e}return e},type:"numeric"}),t.regex.timeTest=/^(0?[1-9]|1[0-2]):([0-5]\d)(\s[AP]M)$|^((?:[01]\d|[2][0-4]):[0-5]\d)$/i,t.regex.timeMatch=/(0?[1-9]|1[0-2]):([0-5]\d)(\s[AP]M)|((?:[01]\d|[2][0-4]):[0-5]\d)/i,t.addParser({id:"time",is:function(e){return t.regex.timeTest.test(e)},format:function(e){var n,r=(e||"").match(t.regex.timeMatch),i=new Date(e),o=e&&(null!==r?r[0]:"00:00 AM"),a=o?new Date("2000/01/01 "+o.replace(t.regex.dateReplace,"$1 $2")):o;return a instanceof Date&&isFinite(a)?(n=i instanceof Date&&isFinite(i)?i.getTime():0,n?parseFloat(a.getTime()+"."+i.getTime()):a.getTime()):e},type:"numeric"}),t.addParser({id:"metadata",is:function(){return!1},format:function(t,n,r){var i=n.config,o=i.parserMetadataName?i.parserMetadataName:"sortValue";return e(r).metadata()[o]},type:"numeric"}),t.addWidget({id:"zebra",priority:90,format:function(t,n,r){var i,o,a,s,u,l,c,d=new RegExp(n.cssChildRow,"i"),f=n.$tbodies.add(e(n.namespace+"_extra_table").children("tbody:not(."+n.cssInfoBlock+")"));for(u=0;u<f.length;u++)for(a=0,i=f.eq(u).children("tr:visible").not(n.selectorRemove),c=i.length,l=0;c>l;l++)o=i.eq(l),d.test(o[0].className)||a++,s=a%2===0,o.removeClass(r.zebra[s?1:0]).addClass(r.zebra[s?0:1])},remove:function(e,n,r,i){if(!i){var o,a,s=n.$tbodies,u=(r.zebra||["even","odd"]).join(" ");for(o=0;o<s.length;o++)a=t.processTbody(e,s.eq(o),!0),a.children().removeClass(u),t.processTbody(e,a,!1)}}})}(e),e.tablesorter});
// Copyright © 2024 LexisNexis. All rights reserved.
(function(){"use strict";this.Injector.add("ancestry",function(e){var t={};return{map:{},restore:e.on(["utils","ancestry.map"],function(e,o,n){var r=o.collections&&o.collections.components||!1;return"Object"===e.getType(o)&&e.getPropSize(o)&&"Object"===e.getType(n)&&n.id&&(e.extend(e.setObj("props",n.attributes||n),e.findObjById(o,n.id).props),t[n.id]?e.setObj("props",n.attributes||n).parent=t[n.id]:r&&(r.forEach(function(o){var n=o.props.children,r=function(e){t[e]=o.id};for(var a in n)if(n.hasOwnProperty(a))switch(e.getType(n[a])){case"String":t[n[a]]=o.id;break;case"Array":n[a].forEach(r)}}),t[n.id]&&(e.setObj("props",n.attributes||n).parent=t[n.id]))),this.set("ancestry.map",JSON.parse(JSON.stringify(o))),n})}}.call(this,window.Injector)),this.Injector.add("message",function(){var e={},t={};return{addhandler:function(e,o){t[e]=o},send:function(o,n){n.origin=n.origin||"general";var r=o.split("."),a=moment().toISOString(),i=n.tmpl||null,c=t[r[0]]||null;return n.data?(n.data.time=a,n.data.tmpl=i):n.data={time:a,tmpl:i},n.data.name||(n.data.name="Unknown"),e[n.origin]=e[n.origin]||[],e[n.origin].push(n),"function"==typeof c&&c({arr:e[n.origin],sub:r[1]}),this}}}.call(this)),this.Injector.add("error",Injector.on(["message"],function(e,t){var o="error",n=null,r=function(t,o){var n=function(n){var r=new Error;r.stack&&(this.stack=void 0!==Components?r.stack.substring(r.stack.indexOf("\n")+1):void 0!==chrome||void 0!==process?r.stack.replace(/\n[^\n]*/,""):r.stack),this.name=n.method||"unknown",this.message=n.message||"unknown",e.send("error.exception",{origin:n.origin||t,type:n.component,data:this,event:o})};return n.prototype=new Error,n.prototype.constructor=n,n};return e.addhandler(o,Injector.on(["utils","logger"],function(e,r,a){var i=a.arr,c=a.sub,l=a.tpl||t.get("framework."+o+"."+c),s=i.length&&i[i.length-1];if(s&&("exception"===c?r.exception(s.data,s.type+"."+s.origin):r.message("Error",s.data,s.type+"."+s.origin)),e&&e.isDebugMode){n=n||$("body");var p=document.getElementById(o+"_output");p=n.find(p).remove().end().append(l({arr:i})).find("#"+o+"_output")[0],p.scrollTop=p.scrollHeight}})),{FrameworkError:r("Framework","FrameworkException")}}).call(this,this.Handlebars)),this.Injector.add("l10n",Injector.on(["error"],function(e,t){var o,n,r,a,i;a={"US/Eastern":{zones:["America/New_York|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 11B0 1qL0 1a10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x40 iv0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0"],links:["America/New_York|US/Eastern"]},"US/Central":{zones:["America/Chicago|CST CDT EST CWT CPT|60 50 50 50 50|01010101010101010101010101010101010102010101010103401010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 1wp0 TX0 WN0 1qL0 1cN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 11B0 1Hz0 14p0 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0"],links:["America/Chicago|US/Central"]},"US/Mountain":{zones:["America/Denver|MST MDT MWT MPT|70 60 60 60|01010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 11B0 1qL0 WN0 mn0 Ord0 8x20 ix0 LCN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0"],links:["America/Denver|US/Mountain"]},"US/Arizona":{zones:["America/Phoenix|MST MDT MWT|70 60 60|01010202010|-261r0 1nX0 11B0 1nX0 SgN0 4Al1 Ap0 1db0 SWqX 1cL0"],links:["America/Phoenix|US/Arizona"]},"US/Pacific":{zones:["America/Los_Angeles|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 5Wp0 1Vb0 3dB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0"],links:["America/Los_Angeles|US/Pacific"]},"US/Alaska":{zones:["America/Anchorage|CAT CAWT CAPT AHST AHDT YST AKST AKDT|a0 90 90 a0 90 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T00 8wX0 iA0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0"],links:["America/Anchorage|US/Alaska"]},"US/Hawaii":{zones:["Pacific/Honolulu|HST HDT HST|au 9u a0|010102|-1thLu 8x0 lef0 8Pz0 46p0"],links:["Pacific/Honolulu|US/Hawaii"]},"Australia/West":{zones:["Australia/Perth|AWST AWDT|-80 -90|0101010101010101010|-293jX xcX 10jd0 yL0 1cN0 1cL0 1gSp0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0"],links:["Australia/Perth|Australia/West"]},"Australia/Brisbane":{zones:["Australia/Brisbane|AEST AEDT|-a0 -b0|01010101010101010|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0"],links:[]},"Australia/Melbourne":{zones:["Australia/Melbourne|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1qM0 11A0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0"],links:[]},"Australia/North":{zones:["Australia/Darwin|ACST ACDT|-9u -au|010101010|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0"],links:["Australia/Darwin|Australia/North"]},"Australia/NSW":{zones:["Australia/ACT|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0"],links:["Australia/ACT|Australia/NSW"]},"Australia/South":{zones:["Australia/Adelaide|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 WM0 1qM0 Rc0 1zc0 U00 1tA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0"],links:["Australia/Adelaide|Australia/South"]},"Pacific/Auckland":{zones:["Antarctica/McMurdo|NZMT NZST NZST NZDT|-bu -cu -c0 -d0|01020202020202020202020202023232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1GCVu Lz0 1tB0 11zu 1o0u 11zu 1o0u 11zu 1o0u 14nu 1lcu 14nu 1lcu 1lbu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1qLu WMu 1qLu 11Au 1n1bu IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00"],links:["Antarctica/McMurdo|Pacific/Auckland"]},"Pacific/Chatham":{zones:["NZ-CHAT|CHAST CHAST CHADT|-cf -cJ -dJ|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-WqAf 1adef IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00"],links:["NZ-CHAT|Pacific/Chatham"]},"Africa/Monrovia":{zones:["Africa/Monrovia|MMT LRT GMT|H.8 I.u 0|012|-23Lzg.Q 29s01.m"],links:[]},"Europe/London":{zones:["Europe/Belfast|GMT BST BDST|0 -10 -20|0101010101010101010101010101010101010101010101010121212121210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00"],links:["Europe/Belfast|Europe/London"]},"Europe/Berlin":{zones:["Europe/Berlin|CET CEST CEMT|-10 -20 -30|01010101010101210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 kL0 Nc0 m10 WM0 1ao0 1cp0 dX0 jz0 Dd0 1io0 17c0 1fA0 1a00 1ehA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00"],links:[]},"Europe/Prague":{zones:["Europe/Bratislava|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 16M0 1lc0 1tA0 17A0 11c0 1io0 17c0 1io0 17c0 1fc0 1ao0 1bNc0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00"],links:["Europe/Bratislava|Europe/Prague"]},"Europe/Paris":{zones:["Europe/Paris|PMT WET WEST CEST CET WEMT|-9.l 0 -10 -20 -10 -20|0121212121212121212121212121212121212121212121212123434352543434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-2nco8.l cNb8.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 Ik0 5M30 WM0 1fA0 1cM0 Vx0 hB0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00"],links:[]},"Europe/Warsaw":{zones:["Europe/Warsaw|WMT CET CEST EET EEST|-1o -10 -20 -20 -30|012121234312121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ctdo 1LXo 11d0 1iO0 11A0 1o00 11A0 1on0 11A0 6zy0 HWP0 5IM0 WM0 1fA0 1cM0 1dz0 1mL0 1en0 15B0 1aq0 1nA0 11A0 1io0 17c0 1fA0 1a00 iDX0 LA0 1cM0 1cM0 1C00 Oo0 1cM0 1cM0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1C00 LA0 uso0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00"],links:[]},"Africa/Algiers":{zones:["Africa/Algiers|PMT WET WEST CET CEST|-9.l 0 -10 -10 -20|0121212121212121343431312123431213|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 DA0 Imo0 rd0 De0 9Xz0 1fb0 1ap0 16K0 2yo0 mEp0 hwL0 jxA0 11A0 dDd0 17b0 11B0 1cN0 2Dy0 1cN0 1fB0 1cL0"],links:[]},"Europe/Athens":{zones:["Europe/Athens|AMT EET EEST CEST CET|-1y.Q -20 -30 -20 -10|012123434121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a61x.Q CNbx.Q mn0 kU10 9b0 3Es0 Xa0 1fb0 1dd0 k3X0 Nz0 SCp0 1vc0 SO0 1cM0 1a00 1ao0 1fc0 1a10 1fG0 1cg0 1dX0 1bX0 1cQ0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00"],links:[]},"Europe/Sofia":{zones:["Europe/Sofia|EET CET CEST EEST|-20 -10 -20 -30|01212103030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030|-168L0 WM0 1fA0 1cM0 1cM0 1cN0 1mKH0 1dd0 1fb0 1ap0 1fb0 1a20 1fy0 1a30 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00"],links:[]},"Africa/Cairo":{zones:["Africa/Cairo|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1bIO0 vb0 1ip0 11z0 1iN0 1nz0 12p0 1pz0 10N0 1pz0 16p0 1jz0 s3d0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1WL0 rd0 1Rz0 wp0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1qL0 Xd0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1ny0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 WL0 1qN0 Rb0 1wp0 On0 1zd0 Lz0 1EN0 Fb0 c10 8n0 8Nd0 gL0 e10 mn0 1o10 jz0 gN0 pb0 1qN0 dX0 e10 xz0 1o10 bb0 e10 An0 1o10 5z0 e10 FX0 1o10 2L0 e10 IL0 1C10 Lz0 1wp0 TX0 1qN0 WL0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0"],links:[]},"Africa/Harare":{zones:["Africa/Blantyre|LMT CAT|-2a.k -20|01|-2GJea.k"],links:["Africa/Blantyre|Africa/Harare"]},"Europe/Helsinki":{zones:["Europe/Helsinki|HMT EET EEST|-1D.N -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1WuND.N OULD.N 1dA0 1xGq0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00"],links:[]},"Asia/Jerusalem":{zones:["Asia/Jerusalem|JMT IST IDT IDDT|-2k.E -20 -30 -40|01212121212132121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-26Bek.E SyMk.E 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 3LB0 Em0 or0 1cn0 1dB0 16n0 10O0 1ja0 1tC0 14o0 1cM0 1a00 11A0 1Na0 An0 1MP0 AJ0 1Kp0 LC0 1oo0 Wl0 EQN0 Db0 1fB0 Rb0 npB0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 1hB0 1dX0 1ep0 1aL0 1eN0 17X0 1nf0 11z0 1tB0 19W0 1e10 17b0 1ep0 1gL0 18N0 1fz0 1eN0 17b0 1gq0 1gn0 19d0 1dz0 1c10 17X0 1hB0 1gn0 19d0 1dz0 1c10 17X0 1kp0 1dz0 1c10 1aL0 1eN0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0"],links:[]},"Asia/Baghdad":{zones:["Asia/Baghdad|BMT AST ADT|-2V.A -30 -40|012121212121212121212121212121212121212121212121212121|-26BeV.A 2ACnV.A 11b0 1cp0 1dz0 1dd0 1db0 1cN0 1cp0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1de0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0"],links:[]},"Asia/Riyadh":{zones:["Asia/Riyadh|LMT AST|-36.Q -30|01|-TvD6.Q"],links:[]},"Europe/Minsk":{zones:["Europe/Minsk|MMT EET MSK CEST CET MSD EEST FET|-1O -20 -30 -20 -10 -40 -30 -30|012343432525252525252525252616161616161616161616161616161616161616172|-1Pc1O eUnO qNX0 3gQ0 WM0 1fA0 1cM0 Al0 1tsn0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 3Fc0 1cN0 1cK0 1cM0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hy0"],links:[]},"Africa/Nairobi":{zones:["Africa/Addis_Ababa|LMT EAT BEAT BEAUT|-2r.g -30 -2u -2J|01231|-1F3Cr.g 3Dzr.g okMu MFXJ"],links:["Africa/Addis_Ababa|Africa/Nairobi"]},"Asia/Tehran":{zones:["Asia/Tehran|LMT TMT IRST IRST IRDT IRDT|-3p.I -3p.I -3u -40 -50 -4u|01234325252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2btDp.I 1d3c0 1huLT.I TXu 1pz0 sN0 vAu 1cL0 1dB0 1en0 pNB0 UL0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 64p0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0"],links:[]},"Asia/Muscat":{zones:["Asia/Muscat|LMT GST|-3S.o -40|01|-21JfS.o"],links:[]},"Asia/Baku":{zones:["Asia/Baku|LMT BAKT BAKT BAKST BAKST AZST AZT AZT AZST|-3j.o -30 -40 -50 -40 -40 -30 -40 -50|0123232323232323232323245657878787878787878787878787878787878787878787878787878787878787878787878787878787878787|-1Pc3j.o 1jUoj.o WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 10K0 c30 1cJ0 1cL0 8wu0 1o00 11z0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00"],links:[]},"Asia/Kabul":{zones:["Asia/Kabul|AFT AFT|-40 -4u|01|-10Qs0"],links:[]},"Asia/Yekaterinburg":{zones:["Asia/Yekaterinburg|LMT PMT SVET SVET SVEST SVEST YEKT YEKST YEKT|-42.x -3J.5 -40 -50 -60 -50 -50 -60 -60|0123434343434343434343435267676767676767676767676767676767676767686|-2ag42.x 7mQh.s qBvJ.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rU0 1cL0 1cQ0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0"],links:[]},"Asia/Karachi":{zones:["Asia/Karachi|LMT IST IST KART PKT PKST|-4s.c -5u -6u -50 -50 -60|012134545454|-2xoss.c 1qOKW.c 7zX0 eup0 LqMu 1fy01 1cL0 dK0X 11b0 1610 1jX0"],links:[]},"Asia/Kolkata":{zones:["Asia/Calcutta|HMT BURT IST IST|-5R.k -6u -5u -6u|01232|-18LFR.k 1unn.k HB0 7zX0"],links:["Asia/Calcutta|Asia/Kolkata"]},"Asia/Kathmandu":{zones:["Asia/Kathmandu|LMT IST NPT|-5F.g -5u -5J|012|-21JhF.g 2EGMb.g"],links:[]},"Asia/Almaty":{zones:["Asia/Almaty|LMT ALMT ALMT ALMST|-57.M -50 -60 -70|0123232323232323232323232323232323232323232323232|-1Pc57.M eUo7.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 3Cl0 1cL0 1cQ0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0"],links:[]},"Asia/Dhaka":{zones:["Asia/Dacca|HMT BURT IST DACT BDT BDST|-5R.k -6u -5u -60 -60 -70|01213454|-18LFR.k 1unn.k HB0 m6n0 LqMu 1x6n0 1i00"],links:["Asia/Dacca|Asia/Dhaka"]},"Asia/Colombo":{zones:["Asia/Colombo|MMT IST IHST IST LKT LKT|-5j.w -5u -60 -6u -6u -60|01231451|-2zOtj.w 1rFbN.w 1zzu 7Apu 23dz0 11zu n3cu"],links:[]},"Asia/Rangoon":{zones:["Asia/Rangoon|RMT BURT JST MMT|-6o.E -6u -90 -6u|0123|-21Jio.E SmnS.E 7j9u"],links:[]},"Asia/Bangkok":{zones:["Asia/Bangkok|BMT ICT|-6G.4 -70|01|-218SG.4"],links:[]},"Asia/Krasnoyarsk":{zones:["Asia/Krasnoyarsk|LMT KRAT KRAT KRAST KRAST KRAT|-6b.q -60 -70 -80 -70 -80|012323232323232323232324123232323232323232323232323232323232323252|-21Hib.q prAb.q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rU0 1cL0 1cQ0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0"],links:[]},"Asia/Shanghai":{zones:["Asia/Chongqing|CST CDT|-80 -90|01010101010101010|-1c1I0 LX0 16p0 1jz0 1Myp0 Rb0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0"],links:["Asia/Chongqing|Asia/Shanghai"]},"Asia/Hong_Kong":{zones:["Asia/Hong_Kong|LMT HKT HKST JST|-7A.G -80 -90 -90|0121312121212121212121212121212121212121212121212121212121212121212121|-2CFHA.G 1sEP6.G 1cL0 ylu 93X0 1qQu 1tX0 Rd0 1In0 NB0 1cL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1kL0 14N0 1nX0 U10 1tz0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|73e5"],links:[]},"Asia/Ulaanbaatar":{zones:["Asia/Ulaanbaatar|LMT ULAT ULAT ULAST|-77.w -70 -80 -90|01232323232323232323232323232323232323232323232|-2APH7.w 2Uko7.w cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0"],links:[]},"Asia/Kuala_Lumpur":{zones:["Asia/Kuala_Lumpur|SMT MALT MALST MALT MALT JST MST|-6T.p -70 -7k -7k -7u -90 -80|01234546|-2Bg6T.p 17anT.p 7hXE dM00 17bO 8Fyu 1so1u"],links:[]},"Asia/Singapore":{zones:["Asia/Kuala_Lumpur|SMT MALT MALST MALT MALT JST SST|-6T.p -70 -7k -7k -7u -90 -80|01234546|-2Bg6T.p 17anT.p 7hXE dM00 17bO 8Fyu 1so1u"],links:["Asia/Kuala_Lumpur|Asia/Singapore"]},"Asia/Taipei":{zones:["Asia/Taipei|JWST JST CST CDT|-80 -90 -80 -90|01232323232323232323232323232323232323232|-1iw80 joM0 1yo0 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 10N0 1BX0 10p0 1pz0 10p0 1pz0 10p0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1BB0 ML0 1Bd0 ML0 uq10 1db0 1cN0 1db0 97B0 AL0"],links:[]},"Asia/Tokyo":{zones:["Asia/Tokyo|JCST JST JDT|-90 -90 -a0|0121212121|-1iw90 pKq0 QL0 1lB0 13X0 1zB0 NX0 1zB0 NX0"],links:[]},"Asia/Seoul":{zones:["Asia/Seoul|LMT KST JCST JST KST KDT KDT|-8r.Q -8u -90 -90 -90 -9u -a0|01234151515151515146464|-2um8r.Q 97XV.Q 12FXu jjA0 kKo0 2I0u OL0 1FB0 Rb0 1qN0 TX0 1tB0 TX0 1tB0 TX0 1tB0 TX0 2ap0 12FBu 11A0 1o00 11A0"],links:[]},"Asia/Yakutsk":{zones:["Asia/Yakutsk|LMT YAKT YAKT YAKST YAKST YAKT|-8C.W -80 -90 -a0 -90 -a0|012323232323232323232324123232323232323232323232323232323232323252|-21Q8C.W pAoC.W 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rU0 1cL0 1cQ0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0"],links:[]},"Australia/Hobart":{zones:["Australia/Hobart|AEST AEDT|-a0 -b0|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 19X0 10jd0 yL0 1cN0 1cL0 1fB0 19X0 VfB0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0"],links:[]},"Pacific/Guam":{zones:["Pacific/Guam|GST ChST|-a0 -a0|01|1fpq0"],links:[]},"Asia/Vladivostok":{zones:["Asia/Vladivostok|LMT VLAT VLAT VLAST VLAST VLAT|-8L.v -90 -a0 -b0 -a0 -b0|012323232323232323232324123232323232323232323232323232323232323252|-1SJIL.v itXL.v 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rU0 1cL0 1cQ0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0"],links:[]},"Pacific/Noumea":{zones:["Pacific/Noumea|LMT NCT NCST|-b5.M -b0 -c0|01212121|-2l9n5.M 2EqM5.M xX0 1PB0 yn0 HeP0 Ao0"],links:[]},"Pacific/Fiji":{zones:["Pacific/Fiji|LMT FJT FJST|-bT.I -c0 -d0|012121212121212121212121212121212121212121212121212121212121212|-2bUzT.I 3m8NT.I LA0 1EM0 IM0 nJc0 LA0 1o00 Rc0 1wo0 Ao0 1Nc0 Ao0 1Q00 xz0 1SN0 uM0 1SM0 xA0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1SM0 xA0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1SM0 xA0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1VA0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1SM0"],links:[]},"Pacific/Tongatapu":{zones:["Pacific/Tongatapu|TOT TOT TOST|-ck -d0 -e0|01212121|-1aB0k 2n5dk 15A0 1wo0 xz0 1Q10 xz0"],links:[]},"Atlantic/Azores":{zones:["Atlantic/Azores|HMT AZOT AZOST AZOMT AZOT AZOST WET|1S.w 20 10 0 10 0 0|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121454545454545454545454545454545456545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2ldW5.s aPX5.s Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00"],links:[]},"Atlantic/Cape_Verde":{zones:["Atlantic/Cape_Verde|LMT CVT CVST CVT|1y.4 20 10 10|01213|-2xomp.U 1qOMp.U 7zX0 1djf0"],links:[]},"Atlantic/South_Georgia":{zones:["Atlantic/South_Georgia|GST|20|0|"],links:[]},"America/Sao_Paulo":{zones:["America/Sao_Paulo|LMT BRT BRST|36.s 30 20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2glwR.w HdKR.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 pTd0 PX0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1C10 Lz0 1C10 Lz0 1C10 Lz0 1C10 On0 1zd0 Rb0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0"],links:[]},"America/Argentina/Buenos_Aires":{zones:["America/Argentina/Buenos_Aires|CMT ART ARST ART ARST|4g.M 40 30 30 20|0121212121212121212121212121212121212121213434343434343234343|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 g0p0 10M0 j3c0 uL0 1qN0 WL0"],links:[]},"America/Godthab":{zones:["America/Godthab|LMT WGT WGST|3q.U 30 20|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5Ux.4 2z5dx.4 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00"],links:[]},"America/St_Johns":{zones:["America/St_Johns|NST NDT NST NDT NWT NPT NDDT|3u.Q 2u.Q 3u 2u 2u 2u 1u|01010101010101010101010101010101010102323232323232324523232323232323232323232323232323232323232323232323232323232323232323232323232323232326232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-28oit.8 14L0 1nB0 1in0 1gm0 Dz0 1JB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1fB0 19X0 1fB0 19X0 10O0 eKX.8 19X0 1iq0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0"],links:[]},"America/Halifax":{zones:["America/Halifax|LMT AST ADT AWT APT|4e.o 40 30 30 30|0121212121212121212121212121212121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsHJ.A xzzJ.A 1db0 3I30 1in0 3HX0 IL0 1E10 ML0 1yN0 Pb0 1Bd0 Mn0 1Bd0 Rz0 1w10 Xb0 1w10 LX0 1w10 Xb0 1w10 Lz0 1C10 Jz0 1E10 OL0 1yN0 Un0 1qp0 Xb0 1qp0 11X0 1w10 Lz0 1HB0 LX0 1C10 FX0 1w10 Xb0 1qp0 Xb0 1BB0 LX0 1td0 Xb0 1qp0 Xb0 Rf0 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 6i10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0"],links:[]},"America/Caracas":{zones:["America/Caracas|CMT VET VET|4r.E 4u 40|0121|-2kV7w.k 28KM2.k 1IwOu"],links:[]},"America/Santiago":{zones:["America/Santiago|SMT CLT CLT CLST CLST|4G.K 50 40 40 30|010203131313131313124242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424|-2q5Th.e fNch.e 5gLG.K 21bh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 9UK0 1Je0 Qen0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1ld0 14n0 1qN0 11z0 1cN0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 1wn0 Rd0 1wn0 Rd0 1wn0 Rd0 1zb0 Op0 1zb0 Rd0 1wn0 Rd0 1wn0 Rd0 1wn0 Rd0 1wn0 Rd0 1zb0 Rd0 1wn0 Rd0 1wn0 Rd0 1wn0 Rd0 1wn0 Rd0 1zb0 Op0 1zb0 Rd0 1wn0 Rd0 1wn0 Rd0 1wn0 Rd0 1wn0 Rd0 1zb0 Op0 1zb0 Rd0 1wn0 Rd0"],links:[]},"America/Bogota":{zones:["America/Bogota|BMT COT COST|4U.g 50 40|0121|-2eb73.I 38yo3.I 2en0"],links:[]},"America/Indiana/Indianapolis":{zones:["America/Fort_Wayne|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010101023010101010101010101040454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 QI10 Db0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 5Tz0 1o10 qLb0 1cL0 1cN0 1cL0 1qhd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0"],links:["America/Fort_Wayne|America/Indiana/Indianapolis"]},"America/Costa_Rica":{zones:["America/Costa_Rica|SJMT CST CDT|5A.d 60 50|0121212121|-1Xd6n.L 2lu0n.L Db0 1Kp0 Db0 pRB0 15b0 1kp0 mL0"],links:[]},"America/Mexico_City":{zones:["America/Mexico_City|LMT MST CST CDT CWT|6A.A 70 60 50 50|012121232324232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 gEn0 TX0 3xd0 Jb0 6zB0 SL0 e5d0 17b0 1Pff0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0"],links:[]},"America/Winnipeg":{zones:["America/Winnipeg|CST CDT CWT CPT|60 50 50 50|010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aIi0 WL0 3ND0 1in0 Jap0 Rb0 aCN0 8x30 iw0 1tB0 11z0 1ip0 11z0 1o10 11z0 1o10 11z0 1rd0 10L0 1op0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 1cL0 1cN0 11z0 6i10 WL0 6i10 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0"],links:[]},"America/Chihuahua":{zones:["America/Chihuahua|LMT MST CST CDT MDT|74.k 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0"],links:[]},"America/Tijuana":{zones:["America/Ensenada|LMT MST PST PDT PWT PPT|7M.4 70 80 70 70 70|012123245232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQE0 4PX0 8mM0 8lc0 SN0 1cL0 pHB0 83r0 zI0 5O10 1Rz0 cOP0 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 BUp0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0"],links:["America/Ensenada|America/Tijuana"]},"Pacific/Niue":{zones:["Pacific/Niue|NUT NUT NUT|bk bu b0|012|-KfME 17y0a"],links:[]}};
var c=function(e){var t=0,o;return(o=e.match(/^[0-9]{4}-[0-9]{2}-[0-9]{2}/))&&(t=o[0].length),t},l=function(e){return p(t.parseZone(e))},s=function(e,o){var n=!1,a=0;return"string"==typeof e&&e.length>7&&(r&&(a=c(e),a>0&&(e.length>a?n=l(e):o&&(i||(i="T12:00:00"+t().tz(r).format("Z")),e+=i,(n=l(e))&&n.hours(0).minutes(0)))),t.isMoment(n)||(n=t(e)),n.isValid()||(n=!1)),n},p=function(e){return t.isMoment(e)&&e.isValid()&&r?e.tz(r):!1},d=function(e,o,n){var r,a,i;if(e){if("string"==typeof e)r=s(e,!1);else{if(!t.isMoment(e))return"";r=e}r&&(a=r.format(o))&&n&&(i=f(r))&&(a+=" "+i)}return a||e||""},f=function(e){var o,n;return o=t.isMoment(e)?e:s(e,!1),o&&o.isValid()?((n=o.format("z"))||(n="UTC"+o.format("Z")),n||""):o?"":r},u=function(e,t){return"number"==typeof e||"string"==typeof e?numeral(e).format(t):"Invalid number"},b=function(e,t){var o="";if("string"==typeof e&&"object"==typeof t){o=e;for(var n in t){var r=t[n];null!==r&&"undefined"!=typeof r&&(o=o.replace(RegExp("\\{"+n+"\\}","gi"),r))}}return o},h={USD:"$",AUD:"AUD$",NZD:"NZD$",HKD:"HKD$",CAD:"$"},M=function(e){var t;return e&&(t=h[e]),t||""};return{getLocale:function(){return o},getTimeZone:function(e){return f(e)},getDateNow:function(){return p(t())},createDate:function(e,t){return s(e,t)},convertDate:function(e){return p(e)},formatDate:function(e,t,o){return d(e,t,o)},formatAsDate:function(e){return d(e,"ll",!1)},formatAsTime:function(e){return d(e,"LT",!0)},formatAsDateTime:function(e){return d(e,"lll",!0)},formatAsCalendar:function(e){var t;return(t=s(e,!0))?t.calendar():e},formatNumber:function(e){return u(e,"0,0[.][00000]")},formatCurrency:function(e,t){var o="0,0[.]00",n="{currencySymbol}{number}";return b(n,{number:u(e,o),currencySymbol:M(t)})},getCurrencySymbol:function(e){return M(e)},initialize:function(e){var i,c,l,s;o="en-US",e&&e.locale&&e.locale.match(/^[a-z]{2}-[a-z]{2}$|^[a-z]{2}$/gi)&&(o=e.locale),n=o.substring(0,2),numeral.language("nl-NL"===o?o.toLowerCase():n.toLowerCase()),i="MMM DD, YYYY",c="MM/DD/YYYY",l="hh:mm:ss a",s="MMM DD, YYYY[ &nbsp; ]hh:mm:ss a",t.locale(n,{invalidDate:"Invalid date",longDateFormat:{LT:l,L:i,l:i,LI:c,li:c,LL:i,ll:i,LLL:s,lll:s,LLLL:s,llll:s},meridiem:function(e,t,o){return e>11?"p.m.":"a.m."},calendar:{lastDay:"[Yesterday]",sameDay:"[Today]",nextDay:"[Tomorrow]",lastWeek:"dddd",nextWeek:"dddd",sameElse:"ll"},months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],weekdays:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],weekdaysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],weekdaysMin:["Su","Mo","Tu","We","Th","Fr","Sat"]});var p;return(p=a[e&&e.timezone])?r=e.timezone:(r="US/Eastern",p=a[r]),p&&t.tz.load(p),this}}}).call(this,this.moment)),this.Injector.add("volatile",function(e){var t=Array.prototype.push;return{map:{},capture:e.on(["utils","volatile","page.props"],function(o,n,r,a){a=a||{};var i,c=[],l=a.model;return l&&l.id?(c.push(l.id),"string"===o.getType(a.subcompid,!0)&&"string"===o.getType(a.featureid,!0)&&"object"===o.getType(a.data,!0)?(c.push("items",a.subcompid,"items"),i=[{id:a.featureid,data:a.data}]):("string"===o.getType(a.path,!0)&&(c.push("items"),t.apply(c,a.path.match(/[^\/]+/g).join("/items/").split("/"))),"array"===o.getType(a.items,!0)?(c.push("items"),i=a.items):i=_.pick(a,"id","data","collections")),$.ajax({headers:{"x-ln-currentrequestid":o.getParameterByName("crid"),Accept:"application/json, text/javascript","Content-Type":"application/json"},url:(r.baseurl||"/r")+"/dom/"+c.join("/"),type:"PATCH",data:JSON.stringify(i),success:function(t){t&&(e.set("volatile.map",t),n.restore(l))}}),!0):!1}),restore:e.on(["utils","volatile"],function(e,t,o){function n(t,o){var a,i=t.data,c=t.collections&&t.collections.items;"Object"===e.getType(i)&&e.extend(e.setObj("data",o),t.data),"Array"===e.getType(c)&&c.forEach(function(e){a=r(o,e.id),a&&n(e,a)})}var r=e.findObjById;if("Object"===e.getType(t.map)&&e.getPropSize(t.map)&&"Object"===e.getType(o)){var a=r(t.map,o.id);"Object"===e.getType(a)&&n(a,o.attributes||o)}return o})}}.call(this,window.Injector)),this.Injector.add("route",function(){return{map:{},build:this.Injector.on(["utils","route","page.props"],function(e,t,o,n){var r=n.compid||null,a=n.action||null,i=n.earg||null,c=n.crid||null,l=null,s=n.routecompid||n.compid||null;if(l=e.findObjById(t.map,s)){var p={}.hasOwnProperty,d=[],f={},u=null,b=2038,h={},M="&oc",g=null,m=null,A=null,z=null,v="pdmfid",y=null,x=function(e){return encodeURIComponent((""+e).trim()).replace(/(%20)+/g,"+")},w=function(e){return b>d.length+e},T=function(e,t){for(m in e)p.call(e,m)&&m!==v&&(u||(y=x(e[m]),t&&t.cloakedparameters&&t.cloakedparameters.indexOf(","+m+",")>=0?h[m]=e[m]:w(m.length+y.length+2)?d+="&"+m+"="+y:u=!0),u&&(h[m]=e[m]))};if(A=e.getObj("props.actions."+a,l)){b-=A.baseurl.length+window.location.host.length+M.length,"object"==typeof n.params&&p.call(n.params,v)&&(z=x(n.params[v])),z=n.mfid||z||o&&o.masterfeatureid,z&&"string"==typeof z&&"false"!==z&&(d+=v+"="+z+"&");var L=e.getGuid();if(d+="crid="+L,n.bookmarkparams)for(var k=0;k<n.bookmarkparams.length;k++)f=n.bookmarkparams[k],T(f,o);return"object"==typeof n.params&&T(n.params,o),T({ecomp:r},null),i&&T({earg:i},null),c&&T({prid:c},null),h=$.extend(h,n.overflowcookieparams),$.isEmptyObject(h)||(this.createoverflowcookie(h,L),d+=M),d=(A.baseurl&&-1===A.baseurl.indexOf("?")?"/?":"&")+d,(A.baseurl+d).replace("//","/","gi")}return!1}return!1}),createoverflowcookie:this.Injector.on(["utils"],function(e,t,o){var n="X-LN-State-"+o,r=new Date;r.setTime(r.getTime()+12e4),$.cookie(n,JSON.stringify(t),{expires:r,path:"/"});var a=$.cookie(n);if(!a)throw new Error("Failed to create overflow cookie")}),getbookmarkparams:this.Injector.on(["utils","route"],function(e,t,o){var n={}.hasOwnProperty,r,a,i,c=[],l,s=o.routecompid||o.compid||null;if(t.map&&t.map.props&&(i=t.map.props.actiontargets)&&(r=e.findObjById(t.map,s),a=e.getObj("props.actions."+o.action,r)))for(l in i)n.call(i,l)&&l===a.target&&(c=i[l].bookmarkparams);return c}),sanitizeurl:this.Injector.on(["page.props"],function(e,t){var o="",n=null,r={},a={},i="",c=t;if(c.replace(/([^?=&#]+)=([^&#]*)/g,function(e,t,o){a[t]=o}),$.isEmptyObject(a))return t;for(n in a)e&&e.cloakedparameters&&e.cloakedparameters.indexOf(","+n+",")>=0?r[n]=a[n]:(i+=(""===i?"?":"&")+n+"="+a[n],"crid"===n&&(o=a[n]));return $.isEmptyObject(r)?t:(this.createoverflowcookie(r,o),c=c.split("?").shift(),""===i?c+="?oc":c=c+i+"&oc",c)})}}.call(this)),this.Injector.add("middleware",function(){var e=function(e,t,o){return[].splice.apply(e,[t,0].concat(o)),e},t=[];return{enabled:!0,logging:!0,once:function(e){return e.on("mw.add",function(e,o){t.push(e)},this),delete this.once,this},controller:function(o){var n=this,r=n.ctx,a=n.mw,i=[].slice.call(arguments),c=0,l=null,s=null,p=null;return a.once&&a.once.call(a,n.channel),i.shift(),e(n.arr=n.arr.filter(function(e){return"function"!=typeof e}),0,t),l=function(){return i=i.concat([].slice.call(arguments)),p="function"==typeof n.arr[c++]?n.arr[c-1]:a[n.arr[c-1]],s=p.apply(n,[o,i,l])||s},l.end=function(e){s=e||r},l()},analytics:function(e,t,o){this.channel.trigger("ln.analytics",{id:this.id,name:this.name,type:this.type,rt:this.ctx.rt,crid:this.ctx.getstateid(),args:t,timestamp:(new Date).getTime()}),o()},performance:function(e,t,o){var n,r,a,i,c,l,s;s=this.mw,i=this.id||"unknown",c=this.type||"unknown",l=this.name||"unknown";try{n=(new Date).getTime(),a=e(),r=(new Date).getTime(),console&&console.info&&s.logging&&console.info('[%s - %s] "%s" started at %s took %sms',i,c,l,n,r-n)}catch(p){p.name=l,Injector.exec("message.send",["error.exception",{origin:this.id,type:this.type,event:"error",data:p}])}finally{o.end(a)}},ajaxcallintercepter:function(e){this.ctx.model.attributes.props.toCancelLazyAjaxRequests=[];var t=this.ctx.model.attributes.props.toCancelLazyAjaxRequests;$.ajaxSetup({contentType:"application/x-www-form-urlencoded;charset=utf-8",beforeSend:function(e){if("PATCH"===this.type){var o=e,n=new Date,r={url:this.url,xhr:o,date:n};t&&t.push(r)}}}),e()}}}.call(this)),this.Injector.add("utils",function(){function e(e){e=e.replace(/[\[]/,"\\\\[").replace(/[\]]/,"\\\\]");var t="[\\?&]"+e+"=([^&#]*)",o=new RegExp(t),n=o.exec(window.location.search);return n?decodeURIComponent(n[1].replace(/\+/g," ")):""}return{extend:function(e){[].slice.call(arguments,1).forEach(function(t){if(e&&t)for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o]);return e})},getBrowser:function(){var e=navigator.appName,t=navigator.userAgent,o,n=t.match(/(opera|chrome|safari|firefox|msie)\/?\s*(\.?\d+(\.\d+)*)/i);return n&&null!==(o=t.match(/version\/([\.\d]+)/i))&&(n[2]=o[1]),n=n?[n[1],n[2]]:[e,navigator.appVersion,"-?"]},getPropSize:function(e){var t=0,o;for(o in e)({}).hasOwnProperty.call(e,o)&&t++;return t},getType:function(e,t){var o;return o=e?{}.toString.call(e).match(/\s([a-z|A-Z]+)/)[1]:e===!0||e===!1?"Boolean":null===e?"Null":"Undefined",t?o.toLowerCase():o},getObj:function(e,t,o){return t=t||this,e=e.split(o||"."),e.filter(function(e){return e.length}).reduce(function(e,t,o,n){return e?e[n[o]]:void 0},t)},setObj:function(e,t,o,n){t=t||this,e=e.split(o||".");var r,a,i,c=e.pop();for(a=0,i=e.length;i>a;a++)r=e[a],t=t[r]=t[r]||{};return t=t[c]=t[c]||n||{}},getGuid:function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)})},getParameterByName:e,checkDOMIds:this.Injector.on(["logger"],function(e){window.console&&window.console.warn&&_.each(function(){var e=[],t=function(e,o){for(e=e||document.lastChild,o=o||[],e.id&&o.push(e.id),e=e.firstChild;e;)t(e,o),e=e.nextSibling;return o};return _.reduce(e=t(),function(t,o){for(var n=0,r=0;r<e.length;r++)o===e[r]&&(e.splice(r--,1),n++&&2===n&&t.push(o));return t},[])}(),function(t){e.message("Warning","Non-unique DOM element ID: #"+t)})}),findObjById:function(){var e,t,o,n;return o=Object.prototype.toString,t=function(e){return o.call(e).slice(8,-1)},e=!1,n=function(o,r,a){var i,c,l,s,p,d;if(!a&&(e=!1),"Object"===t(o)){if(o.id===r)return void(e=o);if(o.collections){d=o.collections;for(i in d)if(d.hasOwnProperty(i))if(l=d[i],"Array"===t(l))for(s=0,p=l.length;p>s;s++)c=l[s],n(c,r,!0);else"Object"===t(l)&&n(l,r,!0)}}return e||!1}}(),isPageCached:function(){var t="LNPAGELOAD-"+e("crid");return void 0!==$.cookie(t)?($.removeCookie(t,{path:"/"}),!1):!0}(),isHostWebPage:!1,isDebugMode:!1,stringTool:function(){var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",t=function(e){e=e.replace(/\r\n/g,"\n");for(var t="",o=0;o<e.length;o++){var n=e.charCodeAt(o);128>n?t+=String.fromCharCode(n):n>127&&2048>n?(t+=String.fromCharCode(n>>6|192),t+=String.fromCharCode(63&n|128)):(t+=String.fromCharCode(n>>12|224),t+=String.fromCharCode(n>>6&63|128),t+=String.fromCharCode(63&n|128))}return t},o=function(e){for(var t="",o=0,n=0,r=0,a=0;o<e.length;)n=e.charCodeAt(o),128>n?(t+=String.fromCharCode(n),o++):n>191&&224>n?(r=e.charCodeAt(o+1),t+=String.fromCharCode((31&n)<<6|63&r),o+=2):(r=e.charCodeAt(o+1),a=e.charCodeAt(o+2),t+=String.fromCharCode((15&n)<<12|(63&r)<<6|63&a),o+=3);return t};return{unbuild:function(t){var n="",r=0,a,i,c,l,s,p,d;for(t=t.replace(/[^A-Za-z0-9\+\/\=]/g,"");r<t.length;)l=e.indexOf(t.charAt(r++)),s=e.indexOf(t.charAt(r++)),p=e.indexOf(t.charAt(r++)),d=e.indexOf(t.charAt(r++)),a=l<<2|s>>4,i=(15&s)<<4|p>>2,c=(3&p)<<6|d,n+=String.fromCharCode(a),64!==p&&(n+=String.fromCharCode(i)),64!==d&&(n+=String.fromCharCode(c));return n=o(n)},build:function(o){var n="",r=0,a,i,c,l,s,p,d;for(o=t(o);r<o.length;)a=o.charCodeAt(r++),i=o.charCodeAt(r++),c=o.charCodeAt(r++),l=a>>2,s=(3&a)<<4|i>>4,p=(15&i)<<2|c>>6,d=63&c,isNaN(i)?p=d=64:isNaN(c)&&(d=64),n=n+e.charAt(l)+e.charAt(s)+e.charAt(p)+e.charAt(d);return n}}}(),openhelppage:this.Injector.on(["page.props"],function(e,t){t=t||{};var o=this.buildhelpurl(t),n="Tip",r=t.helpkey||"",a=this.createWindowFeatures(800,600,5,t.menubar||0,t.toolbar||0,t.status||0,1,1);if(r&&(n="Tip"+r.replace(/[\-_]/g,"")),t.target&&"self"===t.target&&(n="_self"),o){if(e.openhelpindialog===!0&&window.assets_require){if(!this.helpdialog){var i=window.assets_require("./lib/dialog/ladialog"),c=i.extend({template:"framework.helpdialog",className:"ladialog helpdialog",size:"large",title:"Lexis® Help",fittowindow:!0,onshow:function(e){this.model.set(e)}});this.helpdialog=new c}return this.helpdialog.show({url:o}),this}e.helpbaseurl&&-1!=e.helpbaseurl.indexOf("Flare")?window.open(o,"_blank"):window.open(o,n,a)}}),buildhelpurl:this.Injector.on(["page.props"],function(e,t){t=t||{};var o=null,n=t.locale||e.locale,r=n?n.replace("-","_"):"",a=t.lbu||e.lbu||"",i=t.audience||e.audience||"all",c=e.helpbaseurl||"",l=t.helpkey||e.helpkey||"",s=t.anchorkey||"",p="",d="";if(c&&(c.length>0&&c.lastIndexOf("/")!==c.length-1&&(c+="/"),l.length>0))if(-1!=c.indexOf("Flare")){if(null!=l.match(/.htm$/))d=l;else if("home"==l)d="Home.htm";else if(null!=l.match(/-topic$/)||null!=l.match(/-reference$/)||null!=l.match(/-concept$/)||null!=l.match(/-task$/)||null!=l.match(/-field$/)){var f=l.split("-");2==f.length&&(d=f[1]+"/"+f[0]+".htm")}p=c+d,o=p.replace(/{localregion}/g,a).replace(/{culturelocal}/g,r)}else o=-1!=c.indexOf("custhelp")?c+l+"/loc/"+r:c+l+"?lbu="+a+"&locale="+r+"&audience="+i;return null!==o&&s&&(o=o+"#"+s),o}),createWindowFeatures:function(e,t,o,n,r,a,i,c){var l=0,s=0,p=20,d=40,f=null;switch(o){case 1:l=0,s=0;break;case 2:l=(screen.width-e-p)/2,s=0;break;case 3:l=screen.width-e-p,s=0;break;case 4:l=0,s=(screen.height-t-d)/2;break;case 5:l=(screen.width-e-p)/2,s=(screen.height-t-d)/2;break;case 6:l=screen.width-e-p,s=(screen.height-t-d)/2;break;case 7:l=0,s=screen.height-t-d;break;case 8:l=(screen.width-e-p)/2,s=screen.height-t-d;break;case 9:l=screen.width-e-p,s=screen.height-t-d-20;break;case 10:l=screen.width-e-10,s=0}return f="width="+e+",height="+t+",screenx="+l+",left="+l+",screeny="+s+",top="+s+",menubar="+n+",toolbar="+r+",status="+a+",resizable="+i+",scrollbars="+c}}}.call(this)),this.Injector.add("events",function(){return this.Injector.exec("utils.extend",[ln("events"),Backbone.Events]),ln.events}.call(this)),this.Injector.add("logger",Injector.on(["utils"],function(e){function t(e){var t=performance.timing,o=t.navigationStart;if(0===o)return{};var n=function(e){return e>0?e-o:void 0};return{transactionId:e,navigationStart:o,redirectEnd:n(t.redirectEnd),redirectStart:n(t.redirectStart),secureConnectionStart:n(t.secureConnectionStart),connectEnd:n(t.connectEnd),connectStart:n(t.connectStart),domainLookupEnd:n(t.domainLookupEnd),domainLookupStart:n(t.domainLookupStart),fetchStart:n(t.fetchStart),requestStart:n(t.requestStart),responseStart:n(t.responseStart),unloadEventEnd:n(t.unloadEventEnd),unloadEventStart:n(t.unloadEventStart),domLoading:n(t.domLoading),responseEnd:n(t.responseEnd),domContentLoadedEventStart:n(t.domContentLoadedEventStart),domInteractive:n(t.domInteractive),domContentLoadedEventEnd:n(t.domContentLoadedEventEnd),domComplete:n(t.domComplete),loadEventStart:n(t.loadEventStart),loadEventEnd:n(t.loadEventEnd)}}function o(e,t){r||(r={}),r[e]||(r[e]=[]),r[e].push(t),i||(a&&clearTimeout(a),a=setTimeout(n,c))}function n(){var t=r,o=0,n=function(){return++o>3?void(e.isDebugMode&&console.warn("Unable to send log messages to the server")):(l||(l=Injector.get("page.props.baseurl")||"/r"),void $.ajax({url:l+"/logger/submit",cache:!1,contentType:"application/json",data:JSON.stringify(t),dataType:"json",type:"POST",error:function(){setTimeout(n,3e3)}}))};r=null,n()}var r,a,i=!0,c=1500,l;return{pause:function(){i||(a&&clearTimeout(a),i=!0)},resume:function(){i&&(i=!1,r&&(a=setTimeout(n,c)))},message:function(t,n,r){if(e.isDebugMode){var a=(r?r+": ":"")+n;switch(t){case"Info":console.info(a);break;case"Warning":console.warn(a);break;case"Error":console.error(a);break;default:console.log(a)}}o("messages",{level:t,text:n,component:r,stamp:+new Date})},exception:function(t,n){"string"==typeof t&&(t=new Error(t)),t instanceof Error&&(e.isDebugMode&&console.error("Exception thrown: ",t),o("exceptions",{exception:t,component:n,stamp:+new Date}))},performance:function(e){o("performance",t(e))}}}).call(this)),function(e){var t=Injector&&Injector.get("l10n"),o={"typeof":15,"!":15,"*":14,"/":14,"+":13,"-":13,"instanceof":11,">":11,">=":11,"<":11,"<=":11,"==":10,"===":10,"!=":10,"!==":10,"&&":6,"||":5},n={"!":!0},r={"!":!0},a=function(e,t,o){switch(o){case"typeof":return typeof e===t;case"!":return!e;case"*":return e*t;case"/":return e/t;case"+":return e+t;case"-":return e-t;case"instanceof":return e instanceof t;case">":return e>t;case">=":return e>=t;case"<":return t>e;case"<=":return t>=e;case"==":return e==t;case"===":return e===t;case"!=":return e!=t;case"!==":return e!==t;case"&&":return e&&t;case"||":return e||t}return!1},i=function(e){for(var t=0,i=e.length,c,l,s,p,d,f=[],u=[];i>t;)if(c=e[t++],l=o[c]){for(s=o[f[f.length-1]];s>l||l===s&&!r[c];)d=f.pop(),n[d]?u.push(a(u.pop(),null,d)):(p=u.pop(),u.push(a(u.pop(),p,d))),s=o[f[f.length-1]];f.push(c)}else if("("===c)f.push(c);else if(")"===c){for(;f.length&&(d=f.pop(),"("!==d);)n[d]?u.push(a(u.pop(),null,d)):(p=u.pop(),u.push(a(u.pop(),p,d)));if("("!==d)throw new Error("expr: unbalanced parentheses")}else u.push(c);for(;f.length;){if(d=f.pop(),"("===d)throw new Error("expr: unbalanced parentheses");n[d]?u.push(a(u.pop(),null,d)):(p=u.pop(),u.push(a(u.pop(),p,d)))}return u.pop()},c=function(e,t,o){return t=t||this,e=e.split(o||"."),e.filter(function(e){return e.length}).reduce(function(e,t,o,n){return e?e[n[o]]:void 0},t)};e.registerHelper("split",function(e,t){var o="",n=t.hash.delimiter||"</ul><ul>",r=Number(t.hash.mod||2);if(e&&e instanceof Array&&!isNaN(r))for(var a=0,i=e.length,c=Math.ceil(i/r);i>a;a++)a>0&&a%c===0&&(o+=n),e[a].index=a,o+=t.fn(e[a]);return o}),e.registerHelper("max",function(e,t){var o="",n=t.hash.delimiter||"</ul><ul>",r=Number(t.hash.count||-1),a=t.hash.multiple?function(e){return e>0&&e%r===0}:function(e){return e===r};if(e&&e instanceof Array&&!isNaN(length))for(var i=0,c=e.length;c>i;i++)a(i)&&(o+=n),e[i].index=i,o+=t.fn(e[i]);return o}),e.registerHelper("sep",function(e,t,o){var n,r,a="";if(1===arguments.length)return"";if(2===arguments.length&&(o=t,t=o.hash&&o.hash.delimiter||", "),o.fn||(o.fn=function(e){return e}),!(e instanceof Array))return o.fn(e);for(n=0,r=e.length;r>n;n++)a=a+(0===n?"":t)+o.fn(e[n]);return a}),e.registerHelper("resolver",function(t,o){if(2!==arguments.length)return void 0;var n=o.hash,r=n.prefix,a=n.raw,i=o.data.component;return r&&(t=r+"."+t),i&&!a&&(t=i+"."+t),n.fallback&&!e.partials[t]&&(t=n.fallback,r&&(t=r+"."+t),i&&!a&&(t=i+"."+t)),t}),e.registerHelper("datalist",function(e,t){var o="",n,r=t.hash.prefix||void 0===t.hash.prefix&&"data-"||"";for(n in e)e.hasOwnProperty(n)&&(o+=" "+r+n+'="'+e[n]+'"');return o}),e.registerHelper("lcase",function(e){return e&&e.toLowerCase&&e.toLowerCase()||""}),e.registerHelper("debug",function(){arguments.length--,arguments.length&&console.log.apply(console,arguments)}),e.registerHelper("is",function(){var e=0,t=arguments.length,o=t-1,r=arguments[o],i,c;if(1===t)return r.inverse?r.inverse(this):null;if(2===t)return r.fn?arguments[0]?r.fn(this):r.inverse(this):!!arguments[0];if(3===t)return r.fn?arguments[0]==arguments[1]?r.fn(this):r.inverse(this):arguments[0]==arguments[1];for(i=arguments[e++];o>e;)c=arguments[e++],i=a(i,n[c]?null:arguments[e++],c);return r.fn?i?r.fn(this):r.inverse(this):!!i}),e.registerHelper("eval",function(){var e=Array.apply(this,arguments),t=e.pop();return t.fn?i(e)?t.fn(this):t.inverse(this):i(e)}),e.registerHelper("finditem",function(t,o,n){if(!n)return"";if(t&&e.Utils.isArray(t)&&o)for(var r=n.hash.key||"id",a=0,i=t.length;i>a;a++)if(c(r,t[a])===o)return n.fn(t[a],n);return n.inverse(this)}),e.registerHelper("setdata",function(e,t,o){if(3===arguments.length&&"string"==typeof e){if(o.fn){var o=_.clone(o);return o.data=_.extend({},o.data),o.data[e]=t,o.fn(this,o)}o.data[e]=t}}),e.registerHelper("number",function(e,o){return t.formatNumber(e)}),e.registerHelper("currency",function(e,o){var n=arguments,r=n[0],a=n[1],o=n[2];return 2==n.length?r:t.formatCurrency(r,a)}),e.registerHelper("currencysymbol",function(e,o){return t.getCurrencySymbol(e)}),e.registerHelper("date",function(e,o){return t.formatAsDate(e)}),e.registerHelper("datenow",function(e,o){return t.formatAsDate(t.getDateNow())}),e.registerHelper("time",function(e,o){return t.formatAsTime(e)}),e.registerHelper("timenow",function(e,o){return t.formatAsTime(t.getDateNow())}),e.registerHelper("datetime",function(o,n){return new e.SafeString(t.formatAsDateTime(o))}),e.registerHelper("datetimenow",function(o,n){return new e.SafeString(t.formatAsDateTime(t.getDateNow()))}),e.registerHelper("day",function(e,o){return t.formatDate(e,"D",!1)}),e.registerHelper("month",function(e,o){return t.formatDate(e,"MMMM",!1)}),e.registerHelper("monthshort",function(e,o){return t.formatDate(e,"MMM",!1)}),e.registerHelper("year",function(e,o){return t.formatDate(e,"YYYY",!1)}),e.registerHelper("yearnow",function(e,o){return t.formatDate(t.getDateNow(),"YYYY",!1)}),e.registerHelper("timezone",function(e,o){return t.getTimeZone(e)}),e.registerHelper("calendar",function(e,o){return t.formatAsCalendar(e)}),e.registerHelper("translateclientidnone",function(e){return"-None-"===e?"-None-":e}),e.registerHelper("isodate",function(e,o){return t.formatDate(e,"ll",!1)}),e.set=function(t,o){var n,r;o&&(o+=".")||(o="");for(n in t)r=t[n],r.compiler&&"function"==typeof r.main?e.registerPartial(o+n,e.template(r)):"object"==typeof r&&e.set(r,o+n)},e.get=function(t,o){return o&&o.data&&o.data.component&&"$"===t.charAt(0)&&(t=o.data.component+"."+t.slice(1)),e.partials[t]},e.process=function(e,t,o){t=t||{},t.toJSON instanceof Function&&(t=t.toJSON());var n=this.get(e,o);if(n instanceof Function)return n(t,o);throw"Template not found"},e.run=function(e,t,o){try{return this.process(e,t,o)}catch(n){try{return this.process(o&&o.error||"framework.template.error",{template:e,model:t,message:n.message||n},o)}catch(r){}return""}},e.VM.resolvePartialOriginal=e.VM.resolvePartial,e.VM.resolvePartial=function(t,o,n){return!t&&n.name&&"$"===n.name.charAt(0)&&n.data&&n.data.component?n.partials[n.name]=n.partials[n.data.component+"."+n.name.slice(1)]:e.VM.resolvePartialOriginal(t,o,n)}}(Handlebars),function(e){e.fn.run=function(t,o,n){if(!this.length)return this;for(var r=this[0],a=document.createDocumentFragment(),i=document.createElement("div");r.firstChild;)r.removeChild(r.firstChild);for(e(i).html(Handlebars.run(t,o,n));i.firstChild;)a.appendChild(i.firstChild);return r.appendChild(a),this},e.fn.runover=function(e,t,o){return this.replaceWith(Handlebars.run(e,t,o))},e.fn.process=function(e,t,o){return this.html(Handlebars.process(e,t,o))}}($),function(e){function t(e,t){var o;return o=e?{}.toString.call(e).match(/\s([a-z|A-Z]+)/)[1]:null===e?"Null":"Undefined",t?o.toLowerCase():o}function o(e,t,o){return t=t||this,e=e.split(o||"."),e.filter(function(e){return e.length}).reduce(function(e,t,o,n){return e?e[n[o]]:void 0},t)}function n(e,t,o){t=t||this,e=e.split(o||".");var n,r,a;for(r=0,a=e.length;a>r;r++)n=e[r],t=t[n]=t[n]||{};return t}function r(t,n){t||setTimeout(function(){e.get("logger").performance(e.get("page.model.collections.componentmodels.props.transid"))},100);var r={"X-LN-PageMode":t?"lazycached":"lazyuncached"};"string"==typeof n&&(r["X-LN-InstanceId"]=n),$.ajax({url:w.getCurrentURL(),headers:r,cache:!1,success:function(e){e=o("collections.componentmodels.collections.featureproviders",e),e&&e.forEach(function(e){e&&c.trigger(l+"."+e.id,{type:"framework",event:"lazy",data:e})}),c.trigger(l+(n?"."+n:""),{type:"framework",event:"lazycomplete"})},error:function(e,t,o){c.trigger(l+(n?"."+n:""),{type:"framework",event:"lazyerror",data:{xhr:e,status:t,message:o}});var r=Injector.get("logger.message");r&&r("Error","Framework lazy call failed: "+o)},dataType:"json"})}function a(){"undefined"!=typeof h.Y?window.scrollTo(0,h.Y):window.scrollTo(0,0)}ln("advance.page"),ln("advance.component");var i=ln.advance,c=ln.events,l="ln.advance.api",s=["analytics","performance"],p={},d=!1,f=!1,u="",b=0,h,M,g=["model","collection","el","id","attributes","className","tagName","events","type"],m={},A=$(window),z,v,y,x,w,T,L=function(e){this.pollInterval=2e3,e&&_.extend(this,e),this.limitTimerValue=this.getFinalTTL(),this.cookieTimer={},this.poll={},this.limitTimer={},this.limitWarningTimer={},this.MIPInactiveTimer={},this.start()};L.prototype.onTimeout=function(){},L.prototype.onPoll=function(){},L.prototype.onRestart=function(){},L.prototype.onLimitTimeout=function(){},L.prototype.getTTL=function(){throw"you need to overwrite the getTTL method to retrieve a TTL value in ms"},L.prototype.getFinalTTL=function(){throw"you need to overwrite the getSecondTTL method to retrieve a TTL value in ms"},L.prototype.start=function(){this.getTTL()>0?(this.startCookieTimer(),this.startLimitTimer()):this._onTimeout()},L.prototype.startCookieTimer=function(){this.cookieTimer=setTimeout(function(){this.checkAgain()}.bind(this),this.getTTL())},L.prototype.checkAgain=function(){var e=this.getTTL();0>e&&(e=0),setTimeout(function(){this._onTimeout()}.bind(this),e)},L.prototype._onTimeout=function(){this.onTimeout(),this.startPolling()},L.prototype.startPolling=function(){this.poll=setInterval(function(){this.onPoll(),this.getTTL()>0&&(clearInterval(this.poll),clearInterval(this.limitTimer),clearInterval(this.limitWarningTimer),this.onRestart())}.bind(this),this.pollInterval)},L.prototype.startLimitTimer=function(){this.limitTimer=setTimeout(function(){clearTimeout(this.cookieTimer),clearInterval(this.poll),this.onLimitTimeout()}.bind(this),this.limitTimerValue),"Enabled"===sessionStorage.getItem("AccesibilityMode")&&(this.limitWarningTimer=setTimeout(function(){this.onLimitWarningTimeout()}.bind(this),this.limitTimerValue-9e5)),null!==sessionStorage.getItem("MIPTimeOutDuration")&&(clearInterval(this.MIPInactiveTimer),this.MIPInactiveTimer=setTimeout(function(){this.onMIPInactiveTimeout()}.bind(this),Number(sessionStorage.getItem("MIPTimeOutDuration"))-6e4))},z=Backbone.DeepModel.extend({urlRoot:"/r",initialize:function(){this.urlRoot+=this.get("props.baseurl")||""},fetch:function(e){var t;return this.trigger("fetch"),t=Backbone.DeepModel.prototype.fetch.call(this,e),t.fetch=!0,t},save:function(e,t,o){var n;return this.trigger("save"),n=Backbone.DeepModel.prototype.save.apply(this,arguments),n.save=!0,n},reset:function(e){var t={};for(var o in this.attributes)this.attributes.hasOwnProperty(o)&&(t[o]=void 0);return this.set(t,_.extend({},e,{unset:!0}))},sync:function(o,n,r){var a=r.success,i=r.error,l=r.stateless||"read"===o||"patch"===o&&r.noresponse,s=r.spinner;return"boolean"!=typeof s&&(s=!l),r.headers||(r.headers={}),r.headers[l?"X-LN-CurrentRequestId":"X-LN-PreviousRequestId"]=w.getid(),r.noresponse&&(r.headers["X-LN-DoNotReturnModel"]="true"),r.success=function(i,p,d){var f=r.hideSpinner;s&&!f&&c.broadcast("loadbox.hide");var u=d.getResponseHeader("X-LN-PageTitle"),b=d.getResponseHeader("X-LN-TransId");if(b&&c.trigger("ln.analytics.addPermData",{pagetransid:b}),l)h.title=document.title;else{var M=d.getResponseHeader("X-LN-CurrentRequestId");M&&(w.push(M),"String"===t(u)&&(h.title=decodeURIComponent(u)))}"String"===t(u)&&(document.title=decodeURIComponent(u)),"patch"===o&&204!==d.status&&n.reset({silent:!0}),e.exec("volatile.restore",i),e.exec("ancestry.restore",i),a.apply(this,arguments)},r.error=function(e,t,o){s&&c.broadcast("loadbox.hide"),i.apply(this,arguments)},s&&c.broadcast("loadbox.show",{message:r.message||"",busyPaneId:r.busyPaneId||""}),Backbone.DeepModel.prototype.sync.apply(this,arguments)},find:function(){function e(n,r,a){var i,c,l,s,p,d;if(!a&&(o=!1),"Array"===t(n)){for(s=0,p=n.length;p>s;s++)if(c=n[s],e(c,r,!0),o)return o}else if("Object"===t(n)){if(n.id===r)return void(o=n);if(n.collections){d=n.collections;for(i in d)if(d.hasOwnProperty(i))if(l=d[i],"Array"===t(l)){for(s=0,p=l.length;p>s;s++)if(c=l[s],e(c,r,!0),o)return o}else if("Object"===t(l)&&(e(l,r,!0),o))return o}}return o||!1}var o=!1;return function(t,o){return e(o?this.get(o):this.attributes,t)}}(),findex:function(e,o){function n(e,o){var r,a,i,c;if("Array"===t(e)){for(r=0,a=e.length;a>r;r++)if(c=n(e[r],o))return c.path.unshift(e[r].id||r),c.key.unshift(r),c}else if("Object"===t(e)){if(e.id===o)return{result:e,key:[],path:[]};if(e.collections){i=e.collections;for(r in i)if(i.hasOwnProperty(r)&&(c=n(i[r],o)))return c.path.unshift(r),c.key.unshift(r),c.key.unshift("collections"),c}}return!1}return n(o?this.get(o):this.attributes,e)},findUsingPredicate:function(e,o){function n(e,o){var r,a,i,c;if("Array"===t(e)){for(r=0,a=e.length;a>r;r++)if(c=n(e[r],o))return c.path.unshift(e[r].id||r),c.key.unshift(r),c}else if("Object"===t(e)){if(o(e))return{result:e,key:[],path:[]};if(e.collections){i=e.collections;for(r in i)if(i.hasOwnProperty(r)&&(c=n(i[r],o)))return c.path.unshift(r),c.key.unshift(r),c.key.unshift("collections"),c}}return!1}return n(o?this.get(o):this.attributes,e)},findpath:function(e,o){function n(e,o){var r,a,i;if(e===o)return[];if("Array"===t(e)){for(r=0,a=e.length;a>r;r++)if(i=n(e[r],o))return i.unshift(r),i}else if("Object"===t(e))for(r in e)if(e.hasOwnProperty(r)&&(i=n(e[r],o)))return i.unshift(r),i;return!1}return n(o?this.get(o):this.attributes,e)},createsub:function(e,t){1===arguments.length&&"object"==typeof e&&(t=e,e="");var o=new z(t);return o.urlRoot=this.urlRoot+"/"+this.id,!e||(o.urlRoot+="/"+e),o}}),w=function(){function n(){for(var e=u.models,t=e.length;t--;)e[t].clear({silent:!0})}function r(e){for(var t=e.replace(/^.*\?/,"").split("&"),o={},n=t.length,r;n--;)r=t[n].split("="),o[r[0]]=r[1];return o}function i(e){h=e.originalEvent.state||{};var t=r(window.location.href);M.load(t.crid.split("#")[0]),h.title&&(document.title=h.title)}function l(e){if(e instanceof Backbone.Model){var t=e.id,o=e.get("props.type");return t&&o?"undefined"==typeof p[o]?!1:b[t]||(b[t]=new p[o]({id:t,model:e})):!1}}function s(t){var n=g;"object"!=typeof d[n]&&(v||M.getCurrentURL(),$.ajax({url:v,cache:!1,success:function(r){var a=o("collections.componentmodels",r),i=o("props.crid",a),l=o("collections.featureproviders",a);if(i===n&&l){for(var s=l.length,p=d[i]=[],f;s--;)f=l[s],e.exec("volatile.restore",f),e.exec("ancestry.restore",f),p.push(f);n===g&&(u.add(l,{merge:!0}),u.each(function(e){e.trigger("load")}),c.trigger("state.change",i))}else n===g&&c.trigger("state.error",n);"function"==typeof t&&t()},error:function(){d[n]="error",n===g&&c.trigger("state.error",n),"function"==typeof t&&t()},dataType:"json"}))}var d={},f=Backbone.Collection.extend({model:z}),u=new f,b={},M,g=null,m,v;return M={load:function(t){if(t||(t=m),t!==g){g&&"undefined"==typeof d[g]&&this.save(g),n(),g=t,v=w.getModifiedURL({crid:t});var o=d[t];if("object"==typeof o){for(var r=o.length;r--;)e.exec("volatile.restore",o[r]);u.add(o,{merge:!0}),u.each(function(e){e.trigger("load")}),c.trigger("state.change",t),a()}else"pending"===o?c.trigger("state.pending",t):(c.trigger("state.pending",t),d[t]="pending",s())}},save:function(e){c.trigger("state.saving");for(var t=u.models,o=t.length,n=d[e]=[];o--;)n.push(t[o].toJSON())},push:function(e){e&&e!==g&&(this.save(g||e),g=e,history.emulate?(v=null,history.pushState(null,document.title,"?crid="+e)):(v=w.getModifiedURL({crid:e}),history.pushState(null,document.title,v)))},setid:function(e){m=e},getid:function(){return g},add:function(e,t){return u.add(e,t)},create:function(e){return u.add(e,{silent:!0}),l(e)},get:function(e){return u.get(e)},getInstances:function(){return b},getCurrentURL:function(){return v?v:v=this.getModifiedURL()},getModifiedURL:function(e){var t=window.location.href,o={},n,r="";if(!e&&!history.emulate)return t;t.replace(/([^?=&#]+)=([^&#]*)/g,function(e,t,n){o[t]=n
}),t=t.split("?").shift();for(n in e)o[n]=e[n];for(n in o)r+=(""===r?"?":"&")+n+"="+o[n];return t+r},mergeall:function(e){e&&e.forEach(this.merge)},merge:function(e){function o(e,n){var r,a,i,c,l,s;if("Array"===t(e))for(c=e.length&&e[0]&&e[0].id,r=0,a=e.length;a>r;r++)if(c){for(s=e[r].id,l=n.length;l--;)if(s===n[l].id){o(e[l],n[l]);break}}else null!==e[r]&&(i=t(e[r]),"Object"===i||"Array"===i?o(e[r],n[r]):n[r]=e[r]);else if("Object"===t(e))for(r in e)e.hasOwnProperty(r)&&(n.hasOwnProperty(r)?(i=t(e[r]),"Object"===i||"Array"===i?o(e[r],n[r]):n[r]=e[r]):n[r]=e[r])}if(null!==e&&"object"==typeof e){var n=u.get(e.id);return n&&e.props&&e.props.skipmerge?void(n.attributes=e):void(n&&o(e,n.attributes))}},start:function(){return history.emulate&&window.location.href.indexOf("#")>0?window.location.replace(w.getCurrentURL()):(g=m,A.on("popstate",i),u.each(l),void u.on("add",l))}}}(),v=Backbone.View.extend({constructor:function(e){this.cid=_.uniqueId("view"),e||(e={}),_.extend(this,_.pick(e,g)),this.options=e,this._ensureElement(),this._setup(),this.initialize.apply(this,arguments),this.delegateEvents()},_setup:function(){var t=this;this.model&&(this.model instanceof z||(this.model=new z(this.model)),this.model instanceof z&&(this.model.on("request",function(){t.$el.removeClass("error").addClass("loading")}).on("sync",function(){t.$el.removeClass("error loading")}).on("error",function(e,n,r){t.$el.removeClass("loading").addClass("error"),t.onerror&&t.onerror(o("props.error",n.responseJSON)||n.responseJSON,n)}),this.model.view=this)),_.extend(n("data",this),this.model&&this.model.get("props"),{component:this.type}),this.listener=_.clone(this.listener),this.api(c,l),this.exports&&_.extend(this.api,this.exports),delete this._setup,Injector.get("page.props.disablecontextmenu")===!0&&this.$el.on("contextmenu","*",function(e){e.preventDefault(),e.stopImmediatePropagation()}),Injector.get("page.props.disablemiddleclick")===!0&&this.$el.on("click",function(e){2===e.which&&(e.preventDefault(),e.stopImmediatePropagation())}),this.tooltips!==!1&&this.$el.on("mouseenter click",".tooltip",function(e){e.stopPropagation(),$(this).removeClass("isVisible")}).on("mouseenter focus",":has(>.tooltip)",function(){$(this).prop("disabled")||$(this).find(".tooltip").addClass("isVisible")}).on("mouseleave blur",":has(>.tooltip)",function(){$(this).prop("disabled")||$(this).find(".tooltip").removeClass("isVisible")}),this.logger={log:e.on(["logger"],function(e,o){e.message("Debug",o,t.type+"."+t.id)}),info:e.on(["logger"],function(e,o){e.message("Information",o,t.type+"."+t.id)}),warn:e.on(["logger"],function(e,o){e.message("Warning",o,t.type+"."+t.id)}),error:e.on(["logger"],function(e,o){e.message("Error",o,t.type+"."+t.id)}),exception:e.on(["logger"],function(e,o){e.exception(ex,t.type+"."+t.id)})}},inject:e.on(["utils"],function(o,n){n=n||this;var r=n,a=[].slice.call(arguments),i,l;if(a=a.slice(2,a.length),i=a[0],l=a[1]||[],"Object"===t(i))for(var s in i)if(i.hasOwnProperty(s)&&(s=s.trim(),"function"==typeof ln(s,n)&&(n[s]=e.on(i[s],ln(s,n),n),"Array"===t(l)))){var p=e.get("middleware");p.logging=o.isDebugMode,l.push("performance"),p.enabled&&(n[s]=e.wrap(ln(s,n),p.controller,{id:r.id,type:r.type,name:s,arr:l,mw:p,channel:c,ctx:n}))}return n.delegateEvents(),this}),render:function(e,t){return t||(t={}),t.data=_.extend({},this.data,t.data),this.$el.run(e||this.template,this.model,t),this.trigger("render"),this.channel.trigger("render."+this.id,this),this},channel:c,api:function(e,t){var o=this,n;return"object"==typeof e&&"string"==typeof t&&(e.api=function(e,t){var o=[];return this.deepTrigger(l+".*",e,function(t,n,r){o.push({origin:n,type:r,event:e,data:t})}),"string"==typeof t&&(t=t.split(":"),2===t.length)?(o=o.filter(function(e){return e[t[0]]===t[1]}),o.length?o[0]:!1):o},(n=this.model?"model":this.collection?"collection":!1)&&this[n].on("all",function(o,r){var a={origin:this.id,type:this.type,event:o,data:r};a[n]=this[n],e.trigger.apply(e,[t,a])},this),e.on(t,function(e){if(this.id!==e.origin&&this.listener){var t=this.listener[e.origin+" "+e.event],o=this.listener[e.type+" "+e.event],n=this.listener["* "+e.event],r=t||o||n;"function"==typeof this[r]&&this[r].call(this,e)}},this),e.on(t+"."+this.id,function(e,t){if("string"==typeof e&&"function"==typeof t){var n=this.api[e];"function"==typeof n&&t(n.call(this),o.id,o.type)}else if("object"==typeof e&&this.id!==e.origin&&this.listener){var r=this.listener[e.origin+" "+e.event],a=this.listener[e.type+" "+e.event],i=this.listener["* "+e.event],n=r||a||i;"function"==typeof this[n]&&this[n].call(this,e)}},this)),e.broadcast=o.broadcast=function(o,n){return e.trigger(t,{origin:this.id,type:this.type,event:o,data:n}),this},e.narrowcast=o.narrowcast=function(o,n,r){return e.trigger(t+"."+o,{origin:this.id,type:this.type,event:n,data:r}),this},this.api={get:function(){return o.model||o.collection}},this},track:function(e,t){return"string"!=typeof e?!1:void this.channel.trigger("ln.analytics.tracking",{id:this.id,type:this.type,name:e,crid:w.getid(),params:t})},onload:function(){this.render(this.tplload||"framework.view.loading")},onerror:function(e,t){t?this.broadcast("toastmessage.create",{type:"warning",error:e,title:e&&e.title||!1,message:e&&e.desc||"Lexis® has encountered an error processing your request. Please verify that you are connected to the internet and that you are still signed in to Lexis. If those steps don't correct the problem, please restart your browser. We apologize for the inconvenience. If you continue to have problems, please call Customer Support at 1-800-543-6862."}):this.$el.run(this.tplerror||"framework.view.error",e)},getstateid:function(){return w.getid()},replaceAt:function(e){$(e).after(this.$el).remove(),this.delegateEvents()}}),y=_.extend(v.extend({type:"page",el:"body",tooltips:!1,events:{"click a[data-signkey]":"redirectToSignIn","click #btt":"onjumptop"},listener:{"* setdirty":"setdirty","* cleardirty":"cleardirty","server redirect":"onredirect","server authenticationchanged":"onauth","* signout":"onsignout","* suppressauthdialog":"suppressauthdialog"},suppressauthdialog:function(){var e=n("signalr",Injector.get("page")||{});e.nosessionend=!0},onsignout:function(e){this.suppressauthdialog()},onauth:e.on(["page.signalr","page.props"],function(e,t,n){if(!o("nosessionend",e)){var r=t.userpermid,a=o("data.previous.id",n),i=o("data.current.id",n);if(null==i||a===r&&i!==r){if(window.assets_require){if(!this.authdialog){var c=window.assets_require("./lib/dialog/gvs-base"),l=c.extend({template:"framework.authdialog",className:"gvs-dialog msgbox",size:"small",tagName:"aside",overlay:$('<div class="overlay dialog-overlay"></div>'),allowescape:!1});this.authdialog=new l}this.authdialog.show()}$.connection&&$.connection.hub.stop()}}}),initialize:function(){var t=this,o=e.get("page.props.masterfeatureid"),n=window.assets_require("./lib/toolbar/isNexisRedesign");this.inject(this,{onjumptop:[]},["analytics"]),c.on("state.pending",this.onStatePending).on("state.change",this.onStateChange).on("state.error",this.onStateError),w.start(),i.component.createtype("loadbox"),i.component.createtype("toastmessage"),Injector.get("page.props.disablecontextmenu")===!0&&$(document).on("contextmenu","*",function(e){e.preventDefault(),e.stopImmediatePropagation()}),Injector.get("page.props.disablemiddleclick")===!0&&$(document).on("click",function(e){2===e.which&&(e.preventDefault(),e.stopImmediatePropagation())}),c.trigger("page.ready"),A.on("scroll",e.get("page.props.disablebtt")?function(e){t.ondelayedscroll(A.scrollTop())}:function(e){var r=A.scrollTop();M&&100>r?(this.bttel.hide(),M=!1):!M&&r>100&&(this.bttel?this.bttel.show():this.bttel=$(Handlebars.run("framework.backtotop")).appendTo(t.el),M=!0),"1519360"===o&&n()&&$("button.la-JumpToTop").addClass("nexisredesign"),"1516831"===o&&$("button.la-JumpToTop").addClass("nexisUniButton"),t.ondelayedscroll(r)});var r=e.get("page.props.baseurl"),a=e.get("utils.getParameterByName"),s=window.assets_require("./lib/dialog/gvs-base"),p=s.extend({template:"framework.inactivedialog",className:"gvs-dialog msgbox",size:"small",tagName:"aside",overlay:$('<div class="overlay dialog-overlay"></div>'),allowescape:!1,redirect:function(){var o=e.get("page.props.ttlurl");o&&$.ajax({headers:{"x-ln-currentrequestid":a("crid"),Accept:"application/json, text/javascript","Content-Type":"application/json"},url:"/Auth/SignOut",type:"GET",complete:function(e){t.redirect({url:o,force:!0})}})}});t.inactivedialog=new p;var d=new L({pollInterval:1e3,limitTimerValue:4e4,getTTL:function(){var e=($.cookie("X-LN-Session-TTL")||"").split(","),t=e[1],o;if(!t)return 0;if(o=moment(t).diff(moment()),isNaN(o)){var n=Injector.get("logger.message");return n&&n("Error","Session TTL Invalid Date: '"+t+"'"),-1}return o},getFinalTTL:function(){var e=($.cookie("X-LN-Session-TTL")||"").split(","),t=e[0],o;return t?(o=moment(t).diff(moment()),isNaN(o)?-1:o):0},onTimeout:function(){c.trigger(l,{type:"server",event:"sessiontimedout"}),$.connection&&$.connection.hub.stop&&$.connection.hub.stop()},onLimitTimeout:function(){t.inactivedialog.redirect(),t.inactivedialog.show()},onLimitWarningTimeout:function(){var e=s.extend({template:"framework.inactivewarningdialog",className:"dialog msgbox",tagName:"aside",onshow:function(){var e=$("body");e.on("click keypress",function(){location.reload()});var t=this,o=function(){t.hide()};setTimeout(function(){e.off("click keypress"),o()},9e5)},onaction:function(e){e.preventDefault(),location.reload()}});t.inactivewarningdialog=new e,t.inactivewarningdialog.show()},onMIPInactiveTimeout:function(){var e=document.title,o="Are you still working?",n=!1,r=function(){document.title=document.title==o?e:o,document.hasFocus()&&(document.title=e,clearInterval(n))};n||(n=setInterval(r,500));var a=s.extend({template:"framework.mipinactivewarningdialog",className:"dialog msgbox",parent:this,events:{'click .inactivewarning-dialog input[type="submit"]':"actions"},onshow:function(){this.MIPSignOutTimer=setTimeout(function(){this.broadcast("signout"),window.location.assign("/sign-out")}.bind(this),6e4)},actions:function(e){e.preventDefault();var t=this,o=$(e.target),n=o.data("action");"yes"===n?(t.hide(),clearTimeout(this.MIPSignOutTimer),clearTimeout(this.parent.MIPInactiveTimer),this.parent.MIPInactiveTimer=setTimeout(function(){this.parent.onMIPInactiveTimeout()}.bind(this),Number(sessionStorage.getItem("MIPTimeOutDuration"))-6e4)):(this.broadcast("signout"),window.location.assign("/sign-out"))}});t.mipinactivedialog=new a,t.mipinactivedialog.show()},onRestart:function(){location.reload()},onPoll:function(){}})},onjumptop:function(){$("html, body").animate({scrollTop:0},function(){$("#top").focus()})},redirectToSignIn:function k(){window.location.reload()},ondelayedscroll:_.debounce(function(e){h.Y=e,history.replaceState(h,null,null)},500),onredirect:function(e){var t=e&&e.data;return"string"!=typeof t?!1:void this.redirect({url:t,force:!0})},redirect:function(){var e=4500,t={};return function(o){if(!o||!o.url)return!1;var n=new Date,r=o.url,a=o.event,i=a&&a.currentTarget&&a.currentTarget.href,s=o.hash,p=t[s||"*"]||0,f=e-(n-p),u=!1;if(d&&(c.trigger(l,{type:"page",event:"redirect",data:{url:r},cancel:function(){u=!0}}),u))return a&&a.preventDefault(),!1;if(i&&(a.currentTarget.href&&void 0!=a.currentTarget.href.baseVal?a.currentTarget.href.baseVal=r:a.currentTarget.href=r),a&&"contextmenu"===a.type){if("contextmenu"===a.type)return!0}else{if(0>=f||o.force)return t[s||"*"]=n,!i&&(o.external?window.open(r,o.target||"_blank"):window.location=r),!0;a&&a.preventDefault()}return!1}}(),getCurrentURL:function(){return w.getCurrentURL()},setdirty:function(){d=!0},cleardirty:function(){d=!1},onStateChange:function(e){c.broadcast("loadbox.hide"),r(!0)},onStatePending:function(e){c.broadcast("loadbox.show","Loading...")},onStateError:function(e){w.getid()===e&&c.broadcast("loadbox.error","An error occurred while retrieving the data for this page.")}}),{consume:function(t){try{if(!t)throw new Error("Base page model failed to load.");t.id&&(y.prototype.id=t.id),t.props&&(t.props.baseurl&&(z.prototype.urlRoot=t.props.baseurl),t.props.crid&&w.setid(t.props.crid)),t.collections&&w.add(t.collections.featureproviders)}catch(o){o.name="consume",e.exec("message.send",["error.exception",{origin:"ln.advance.page",type:"framework",event:"error",data:o}])}}}),x=v.extend({constructor:function(t){if(T)return null;if(this.cid=_.uniqueId("component"),t||(t={}),_.extend(this,_.pick(t,g)),this.options=t,this.model=w.get(this.id),!this.model)throw"Fatal error: no component model";e.exec("ancestry.restore",this.model),this.parent=this.model.get("props.parent"),this.channel.on(this.wakeup||this.parent&&"ready."+this.parent||"init."+this.id,e.on(["logger"],function(t){var o=(new Date).getTime();if(!this.initialized){this.initialized=!0,this.el||(this.el="#"+this.id),this._ensureElement(),this.$el.addClass("comp"),this.type&&this.$el.addClass(this.type),this._setup(),e.exec("volatile.restore",this.model),this.inject(this,{urlbuilder:["route"]},s);var n=this.model.get("props.error");if(n&&this.onerror(n)!==!1)return void this.delegateEvents();try{this.initialize.apply(this,arguments),this.delegateEvents(),this.channel.trigger("ready."+this.id),this.parent&&this.channel.on("render."+this.parent,function(e,t){if(e instanceof x){var o=this.$el,n=$("#"+this.id,e.$el);n.after(o).remove(),this.delegateEvents()}},this)}catch(r){t.message("Error","Component "+this.type+"."+this.id+" failed to initialize.",this.type+"."+this.id),t.exception(r,this.type+"."+this.id),this.onerror()}var a=(new Date).getTime()-o;m[this.type]=a,e.set("performance."+this.type+"."+this.id,a)}}),this)},initialize:function(e){return this.render(),this},getlazy:function(){r(!0,this.id)},getlexispluscasebaseurl:function(e,t){if("1530671"===e&&"CourtLinkOperation"===t)var o=window.location.origin;var n;switch(o){case"https://cert7-advance.lexis.com":n="https://cdc7c-plus-advance.route53.lexis.com";break;case"https://cert4-advance.lexis.com":n="https://cdc4c-plus-advance.route53.lexis.com";break;case"https://cert1-advance.lexis.com":n="https://cdc1c-plus-advance.route53.lexis.com";break;case"https://advance.lexis.com":n="https://plus.lexis.com";break;default:n=o}return n},redirect:function(e,t){var o,n,r;e||(e={}),e.usedirty=!1,null!=e.params&&null!=e.params.pddocfullpath?r=e.params.pddocfullpath.split("/"):null!=e.context&&null!=e.context.docfullpath&&(r=e.context.docfullpath.split("/"));var a=this.model.get("props.toCancelLazyAjaxRequests");if(a&&a.length>0)for(var c=0;c<a.length;c++)a[c].xhr.abort();if("competitiveintelligence"===e.action)n="/CompetitiveIntelligence";else if("CourtLinkOperation"===this.data.currentexperience&&"linkdoc"===e.action&&null!=e.context&&"Practical Guidance"===e.context.doctitle)this.data.docketdetails.props.islexisplusentitled&&(e.mfid="1530671",n=this.urlbuilder(e));else if("CourtLinkOperation"===this.data.currentexperience&&"linkdoc"===e.action&&null!=r&&"briefs-pleadings-motions"!==r[3]&&"dockets"!==r[3])if(this.data.docketdetails.props.islexisplusentitled)e.mfid="1530671",n=this.urlbuilder(e);else{if(!this.data.docketdetails.props.islaresearchentitled)return void(window.location="https://www.lexisnexis.com/en-us/products/lexis-plus.page");e.mfid="1000516",n=this.urlbuilder(e)}else if("CourtLinkOperation"===this.data.currentexperience&&"linksearch"===e.action&&"Cases"===e.params.pdsearchdisplaytext&&"RCMquery"===e.params.pdlinktype)if(this.data.docketdetails.props.islexisplusentitled){e.mfid="1530671";var l=this.getlexispluscasebaseurl(e.mfid,this.data.currentexperience);n=l+this.urlbuilder(e)}else{if(!this.data.docketdetails.props.islaresearchentitled)return void(window.location="https://www.lexisnexis.com/en-us/products/lexis-plus.page");e.mfid="1000516",n=this.urlbuilder(e)}else"CourtLinkOperation"===this.data.currentexperience&&"docketsearchresults"===e.action?(n=this.urlbuilder(e),n+="#/search/"+e.params.searchid):n=this.urlbuilder(e);return n&&n!==this&&(o=i.page.redirect(_.extend({},e,{url:n,event:t,hash:e.action+e.compid+e.earg}))),!o&&t&&t.preventDefault(),o},urlbuilder:function(e,t){if(t.compid=this.id||null,t.crid=this.getstateid()||null,this.getbookmarkparam){var o={},n=[],r=null;if(n=e.getbookmarkparams(t)){t.bookmarkparams=[];for(var a=0;a<n.length;a++)(r=this.getbookmarkparam(n[a],t.context,t))&&r!==this&&(o[n[a]]=r,t.bookmarkparams.push(o),o={},r=null)}}if(t.action&&t.compid&&t.crid){var i=e.build(t),s=!1;return t.usedirty!==!1&&d&&(c.trigger(l,{type:"page",event:"redirect",data:{url:i,options:t},cancel:function(){s=!0}}),s)?!1:i}return!1}},{Model:z,extend:function(e){if(e||(e={}),!e.type)throw"fatal error: no class type assigned while creating component";return"undefined"!=typeof p[e.type]?p[e.type]:p[e.type]=Backbone.View.extend.apply(this,arguments)},types:p,create:function(e){return w.create(e)},createtype:function(e,t){return"string"!=typeof e?!1:w.create(new z({id:t||e,props:{type:e}}))},getstateid:function(){return w.getid()},injectcss:function(e,t){return u.length>1e5&&this.endcss(),u+=t,!0},endcss:function(){if(u){var e=document.createElement("style"),t=document.getElementsByTagName("head")[0],o=[].slice.call(t.children),n;return b++,e.setAttribute("id","comp"+b),e.setAttribute("type","text/css"),e.setAttribute("media","all"),o.some(function(e){if("style"===e.tagName.toLowerCase())n=e;else if(n)return!0;return!1}),n||(n=o.shift()),e.styleSheet&&document.documentMode<9?(t.insertBefore(e,n.nextSibling),e.styleSheet.cssText=u):(e.innerHTML=u,t.insertBefore(e,n.nextSibling)),u="",!0}return!1}}),A.load(e.on(["utils","l10n","page.props","logger","deferredscripts"],function(t,n,s,p,d){var u,b,M,g,A;f=t.isDebugMode,$.connection&&$.connection.notificationService&&($.connection.notificationService.client.onNotify=function(e,t){c.trigger(l,{type:"server",event:e,data:t})},$.connection.hub.start({waitForPageLoad:!1}).done(function(){c.trigger("hub.ready")})),b=(new Date).getTime(),z.prototype.urlRoot=s.baseurl||"/r",h=history.state||{},u=function(o){var l={};o=o||!1,M=(new Date).getTime(),n.initialize(s),i.page=new y,i.component.endcss(),c.deepTrigger("init.*"),a(),g=(new Date).getTime(),f&&(t.checkDOMIds(),e.set("page.instances",w.getInstances())),r(t.isPageCached),l=o?{renderend:g,actual:g-M,effective:g-b}:{renderend:g,actual:g-M,effective:g-M},e.set("performance.page",l);var u=e.get("page.model.collections.componentmodels.collections.featureproviders"),h=u.find(function(e){return"searchresults"===e.props.type}),A=h&&h.props.displayoptions.props.useangularresultslist;A||c.trigger("ln.analytics.addData",m,"laperf"),c.trigger("state.ready",l),p.resume(),"Array"===t.getType(d)&&d.forEach(function(t,o){$.ajax({url:t,dataType:"script",cache:!0}).done(function(){if(0===o&&t&&t.indexOf("lazy")>-1){var n=JSON.parse(e.get("page.model.collections.componentmodels.collections.featureproviderslazy"));n&&n.length>0&&(w.add(n),i.component.endcss(),_.each(n,function(e){c.trigger("init."+e.id)}))}}).error(function(e,o,n){p.message("Error","Script "+t+" not loaded due to "+o+": "+n)})})},A=function(){var t=window.location.pathname,o=e.get("page.props.masterfeatureid");return("1000516"===o||"1530671"===o)&&t.indexOf("/document/")>-1&&window.sessionStorage.getItem("skipPageCache")?!0:!1},!t.isPageCached||t.isHostWebPage||A()?("Undefined"===e.exec("utils.getType",e.get("volatile.map"))&&e.set("volatile.map",!1),u()):$.ajax({url:window.location.search,headers:{"X-LN-PageMode":"volatile"},cache:!1,success:function(t){t.collections&&(t.collections.componentmodels&&w.mergeall(o("collections.componentmodels.collections.featureproviders",t)),t.collections.domstate&&e.set("volatile.map",t.collections.domstate)),u(!0)},error:function(){u(!0)},dataType:"json"});var v=e.get("page.props.masterfeatureid"),x=window.assets_require("./lib/toolbar/isNexisRedesign");"1519360"===v&&x()&&($("header.banner .supplemental").addClass("nexisredesign"),$("aside.ladialog.coresearchbox").addClass("nexisredesign")),"1000516"===v&&window.location.pathname.indexOf("/document/")>-1&&t.isPageCached&&sessionStorage.removeItem("skipPageCache")})),e.add("getModelFromCache",function(e){return w.get.call(w,e)}),e.add("createStateFrame",function(e){w.push.call(w,e)}),e.add("addStateModelCache",function(e,t){w.add.call(w,e,t)}),e.add("saveStateCache",function(e){w.save.call(w,e)}),e.add("fetchLazyData",function(){return r(!0)}),i.page=y,i.component=x,i.view=v}.call(window,window.Injector),function(){ln("advance.popup");var e=["model","collection","el","id","attributes","className","tagName","events","location","norender"],t,o,n=2,r=0,a=0,i=function(e){return e.offsetParent?e.offsetTop+i(e.offsetParent):e.offsetTop},c=function(e){return e.offsetParent?e.offsetLeft+c(e.offsetParent):e.offsetLeft};ln.advance.popup=ln.advance.view.extend({className:"popup",events:{"click button":"onaction"},constructor:function(e){var n=this;t||(t=$(window),o=$(document)),_.bindAll(this,"ondocumentkeydown","ondocumentclick","onresize","onscroll","render"),this.cid=_.uniqueId("popup"),this._configure(e||{}),this.model&&!this.model.toJSON&&(this.model=new ln.advance.component.Model(this.model)),this.anchor=this.options.anchor&&$(this.options.anchor)||!1,this.owner=this.options.owner&&$(this.options.owner)||!1,this._ensureElement(),this._setup(),this.initialize.apply(this,arguments),this.events!==this.constructor.__super__.events&&_.extend(this.events,this.constructor.__super__.events),this.channel.on("popup.closeall",function(){n.visible&&n.close()})},_configure:function(t){this.options&&(t=_.extend({},_.result(this,"options"),t)),_.extend(this,_.pick(t,e),{type:"popup"}),this.options=t},onaction:function(e){e.preventDefault();var t=$(e.target).data("id");"confirm"===t?this.onconfirm instanceof Function&&this.onconfirm()&&this.close():"cancel"===t&&this.close()},show:function(e){return e=e||{},this.channel.trigger("popup.closeall"),e.model&&(this.model=e.model),e.anchor&&(this.anchor=$(e.anchor)),this.anchor&&(this.anchorHeight=this.anchor.outerHeight(),this.anchorWidth=this.anchor.outerWidth()),"insert"===this.location&&this.anchor?this.$el.insertAfter(this.anchor):this.$el.appendTo("append"===this.location&&this.anchor?this.anchor:"body"),this.norender||this.render(),this.trigger("show"),this.visible||(this.delegateEvents(),o.on({keydown:this.ondocumentkeydown,click:this.ondocumentclick}),t.on({resize:this.onresize,scroll:this.onscroll}),this.visible=!0),this},close:function(){return this.remove(),this.visible=!1,o.off({keydown:this.ondocumentkeydown,click:this.ondocumentclick}),t.off({resize:this.onresize,scroll:this.onscroll}),this.trigger("close"),this.owner&&this.owner.focus(),this},ondocumentkeydown:function(e){27===e.keyCode&&this.close()},ondocumentclick:function(e){jQuery.contains(this.el,e.target)||this.close()},onresize:function(e){this.setposition()},onscroll:function(e){this.isfixed||(r=t.scrollTop(),a=t.scrollLeft()),this.setposition()},setposition:function(){var e=0,o=0,l=t.width(),s=this.$el.outerWidth(),p=t.height(),d=this.$el.outerHeight(),f,u;this.anchor?(l>s?(f=c(this.anchor[0]),e=l>=f+s+n?f:f>s?f+this.anchorWidth-s:l/2-s/2,a>e&&(e=a),0>e?e=0:e>l-s&&(e=l-s)):e=a+(l/2-s/2),p>d?(u=i(this.anchor[0]),o=u+this.anchorHeight+d+n<=p?u+this.anchorHeight:u>d?u-d:p/2-d/2,r>o?o=r:0>o?o=0:o>p-d&&(o=p-d)):o=r+(p/2-d/2)):(e=a+(l/2-s/2),o=r+(p/2-d/2)),this.$el.css({left:e+"px",top:o+"px"})},render:function(e){return this.$el.run(e||this.template,this.model),this.isfixed="fixed"===this.$el.css("position"),this.setposition(),this.$el.find("input,a,button").first().focus(),this}})}(),function(e,t){var o=t.get("utils.getType");if(!e||"Object"!==o(e.events)||"Object"!==o(t))throw new Error("Failure to locate mock API dependencies!");if("Object"!==o(e.events.mock)){var n=t.create({api:{}});e.events.on("ln.advance.api.mock",n.on(["api"],function(e,t,n){var r=e[t];return"Array"===o(r)?(r.forEach(function(e){null!==e.data&&void 0!==e.data&&n(e.data,e.origin||"unknown",e.type||"unknown")}),!0):"Object"===o(r)&&null!==r.data&&void 0!==r.data?(n(r.data,r.origin||"unknown",r.type||"unknown"),!0):!1})),e.events.mock={broadcast:function(t){var o=n.get("api."+t);return o&&e.events.trigger("ln.advance.api",o),this},set:function(e,t,r){var a=n.get("api."+e);return"Object"===o(a)&&(a.data=t),"Array"===o(a)&&"String"===o(r)&&a.forEach(function(e){e.origin===r&&(e.data=t)}),this},get:function(e){return n.get("String"===o(e)?"api."+e:"api")},add:function(e,t){if("object"===o(e,!0)){for(var r in e)e.hasOwnProperty(r)&&this.add.apply(this,[r,e[r]]);return this}return"string"===o(e,!0)?(n.add("api."+e,t),this):void 0},remove:function(e){return n.remove("api."+e),this}}}}.call(this,this.ln,this.Injector),function(e,t){function o(e,t){1!=jt&&void 0!=e&&null!=e&&""!=e&&("string"==typeof e||"string"==typeof t&&"number"==typeof t)&&(Ot[encodeURIComponent(e)]="number"==typeof t?t:ct.encodeURIComponent?encodeURIComponent(t):escape(t))}function n(e,t){1!=jt&&void 0!=e&&null!=e&&""!=e&&("string"==typeof e||"string"==typeof t&&"number"==typeof t)&&(St[encodeURIComponent(e)]="number"==typeof t?t:ct.encodeURIComponent?encodeURIComponent(t):escape(t))}function r(e){1!=jt&&"string"==typeof e&&(qt[encodeURIComponent(e)]=!0)}function a(e){1!=jt&&"string"==typeof e&&(Ct[encodeURIComponent(e)]=!0)}function i(e){Rt=1==e&&zt>0?!0:!1}function c(e,t,o){return 1==jt?!0:(d(e)&&n(Z,e),d(t)&&n(I,t),d(o)&&n(H,o),T(),!0)}function l(e,t,o){if(1==jt||!e||!e.href)return!0;var r=t,a=o;if(d(r)||(r=e.href),d(a)||(a=document.location),g(e.href)&&n(et,1),1==Rt){if(yt)return!1;var i=Xt;c("",r,a);var l=Xt;if("undefined"!=typeof e.target&&"_self"!=e.target&&""!=e.target)return!0;if(l>i){yt=e,e.click&&(e.origclick=e.onclick,e.onclick="");var s=function(){yt&&(e.click?(yt.click(),yt.onclick=yt.origclick):window.location.href=e.href,yt=null)};Bt[i].onload=s,Bt[i].onerrror=s,Bt[i].onabort=s,setTimeout(s,zt)}else setTimeout('window.location.href = "'+e.href+'";',zt);return!1}return c("",r,a),!0}function s(){1!=jt&&T()}function p(e){for(var t in qt)delete e[t];for(var t in Ct)delete e[t]}function d(e){var t=typeof e;return"undefined"==t?!1:null==e?!1:"number"==t?!0:"string"!=t||null!=e&&""!=e?!0:!1}function f(e){var t=document.cookie.indexOf(";",e);return-1==t&&(t=document.cookie.length),document.cookie.substring(e,t)}function u(e){for(var t=e+"=",o=t.length,n=document.cookie.length,r=0;n>r;){var a=r+o;if(document.cookie.substring(r,a)==t)return ct.decodeURIComponent?decodeURIComponent(f(a)):unescape(f(a));if(r=document.cookie.indexOf(" ",r)+1,0==r)break}return null}function b(e,t,o,n,r,a){var i=e+"="+(ct.encodeURIComponent?encodeURIComponent(t):escape(t))+(o?"; expires="+o.toGMTString():"")+(n?"; path="+n:"")+(r?"; domain="+r:"")+(a?"; secure":"");document.cookie=i}function h(){var e=u(mt);if(""!=e&&null!=e)return e;e=M(Wt),e+="_";var t=new Date;e+=t.getSeconds(),e+=t.getMilliseconds();var o=15552e7,n=new Date,r=new Date(n.getTime()+o);return b(mt,e,r,"/",xt),null}function M(e){for(var t="0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghijklmnopqrstuvwxyz",o=e,n="",r=0;o>r;r++){var a=Math.floor(Math.random()*t.length);n+=t.substring(a,a+1)}return n}function g(e){if(!d(e))return!1;if(-1==e.toString().indexOf("://"))return!0;var t=e.toString().toLowerCase(),o=document.location.toString().toLowerCase(),n=t.substr(t.indexOf("://")+3,t.length),r=o.substr(o.indexOf("://")+3,o.length);return n=n.substr(0,n.indexOf("/")),r=r.substr(0,r.indexOf("/")),n==r?!1:!0}function m(){var e=new Date;return e.getTime()+"."+Math.floor(1e3*Math.random())}function A(){o("sessionId",$.cookie("LNSI"))}function z(){if(!Nt){o(U,1);var e;try{top&&top.document&&(e=top.document.referrer)}catch(t){}null!=e&&(e=document.referrer),d(e)&&o(H,e),o(I,document.location),o(F,ct.screen.width+"x"+ct.screen.height),o(j,ct.screen.colorDepth);var n;navigator.language?n=navigator.language:navigator.userLanguage&&(n=navigator.userLanguage),d(n)&&(n.length>2?o(V,n.substring(0,2)):o(V,n)),o(P,navigator.javaEnabled()?"1":"0");var r,a=new Date,i=a.getTimezoneOffset(),c;if(r="GMT",0!=i){r+=i>0?" -":" +",i=Math.abs(i);var l=Math.floor(i/60);i-=60*l,10>l&&(r+="0"),r+=l+":",10>i&&(r+="0"),r+=i}o(J,r),d(Mt)&&o(Y,Mt)}document.title&&o(ot,document.title),Nt=!0}function v(){if("undefined"!=typeof gt)for(var e in gt){var t=gt[e];d(t)&&n(e,t)}}function y(e){var t=e.get("page.model.collections.componentmodels.props.locale");t&&o("wa_locale",t)}function x(){var e="";if(d(mt)||(mt="WA_ANONCOOKIE"),"NA"!=mt){var t=h();null!=t&&(e=mt+"="+h())}if("undefined"!=typeof At&&At.length>0)for(var o=0;o<At.length;o++)if(null!=At[o]){var r=u(At[o]);null!=r&&""!=r&&(""!=e&&(e+=";"),e+=At[o]+"="+r)}n(K,e)}function w(){var e=new Object;for(var t in Ot)e[t]=Ot[t];for(var t in St)e[t]=St[t];p(e),St=new Object,Ct=new Object;var o="?",n=!0;for(var t in e){var r=e[t];d(r)&&(n?n=!1:o+="&",o+=t+"="+r)}return"undefined"!=typeof WA_EXTRAVALUES&&(o+="&",o+=WA_EXTRAVALUES),o}function T(){n(G,m()),v(),z(),y(t),x();var e=w(),o=t.get("utils");return o&&o.isHostWebPage&&!R.analytics.serverloggingOverride?void(console&&console.info&&Ot&&JSON&&R.analytics.consolelogging&&console.info("NetInsight Data - %s",JSON.stringify(Ot))):(L(Dt+e,Rt),void(Rt=!1))}function L(e,t){d(t)||(t=!1);var o=!1;1==Ut&&(o=N(t,e)),0==o&&(document.images?(Bt[Xt]=new Image,Bt[Xt].src=e,Xt++):document.write('<img border="0" width="1" height="1" src="'+e+'" style="display:none"  >'))}function k(){return"undefined"!=typeof WA_XMLHTTPOBJ?WA_XMLHTTPOBJ:!1}function N(e,t){return!1;var o,n,r}function O(e){e.abort()}function S(e){var t=new RegExp("(http|https)://(.*?):*([0123456789]*)/.*$"),o=e.match(t);d(o)&&(It=o[2],Pt=o[3])}function q(e,t,o,n){e&&t&&n&&"handler_lazydata"!==t&&n>(Et.ts?Et.ts:0)&&(Et.name=e+"-"+t,o&&(Et.name=Et.name+"-"+o),Et.ts=n)}function C(e,t){var o=$.cookie(e),n=o?o.split(/,/):new Array;return{add:function(o){t&&n.length>=t&&(n=n.splice(n.length-t)),n.push(o),$.cookie(e,n.join(","))},contains:function(e){return n.indexOf(e)>0}}}function W(e,t,o,n){var r=e+"-"+t;o&&(r=r+"-"+o),$.cookie("Perf",'{"name":"'+r+'","sit":"'+n+'"}',{path:"/"})}function B(e,t){e&&"object"==typeof e&&Object.keys(e).length>0&&_.forEach(e,function(e,o){t&&(o=t+"_"+o),"object"==typeof e&&(e=JSON.stringify(e)),n(o,e)})}function X(){var t=Date.now()-R.analytics.optimostStartTime;t>=R.analytics.optimostlimit?(e.events.trigger("ln.analytics.optimost.end"),E()):R.analytics.optimostEnded||_.delay(X,R.analytics.optimostinterval)}function E(){null!=R.analytics.optimostData&&e.events.trigger("ln.analytics.optimost.dataReady",R.analytics.optimostData)}function D(e){var o=t.get("page.model.collections.componentmodels"),r=t.get("utils"),a=r.findObjById(o,e);a&&a.props&&a.props.type&&n("UI_Component",a.props.type)}e("advance.analytics");var R=e.advance,I="lc",P="jv",U="js",j="cd",H="rf",F="rs",V="ln",J="tz",G="ts",Q="ets",K="ck",Y="site",Z="ev",et="lk",tt="sc",ot="ttl",nt="un",rt="mfid",at="rtid",it="path";if(!ct)var ct=window;var lt="cert-webanalytics.lexisnexis.com/lexisadvancev2.watag",st="dev-webanalytics.lexisnexis.com/lexisadvancev2.watag",pt="webanalytics.lexisnexis.com/lexisadvancev2.watag",dt="http://",ft="https://",ut=st,bt=st;window.location.hostname.match("^cert[0-9]+-advance.lexis.com")&&(ut=lt,bt=lt),window.location.hostname.match("^advance.lexis.com")&&(ut=pt,bt=pt);var ht=!0,Mt,gt,mt="NA",At,zt,vt,yt=null,xt,wt,Tt=0,Lt=0,kt=0;d(zt)||(zt=0);var Nt=!1,Ot={},St={},qt={},Ct={},Wt=12,Bt=new Array,Xt=0,Et={},Dt=dt+ut;"https:"===document.location.protocol&&(Dt=ft+bt),d(Dt)||(Dt=document.domain+"/wa_default.watag");var Rt=!1,It,Pt;S(Dt);var Ut=!1;"object"==typeof k()&&document.domain==It&&(d(document.location.port)||d(Pt))&&document.location.port==Pt&&(Ut=!0);var jt=!1;d(vt)&&1==vt&&(jt=!0),"OFF"==u(wt)&&(jt=!0);var Ht=$.cookie("Perf"),Ft=Ht?$.parseJSON(Ht):null;e.events.on("ln.analytics.addPermData",function(e){if(e)for(var t in e)o(t,e[t])}.bind(this)),e.events.on("ln.analytics.addData",function(e,t,o,n){if(e&&(B(e,t),o&&o===!0)){var r=n?n:"unknown";
c(r)}}.bind(this)),e.events.on("ln.analytics.optimost.start",function(e){e&&(B(e),R.analytics.optimostData=e),R.analytics.optimostStartTime=Date.now(),R.analytics.optimostStarted=!0}.bind(this)),e.events.on("ln.analytics.optimost.end",function(){R.analytics.optimostEnded=!0;var e=Date.now()-R.analytics.optimostStartTime;n("optimostTimeElapsed",e),c("optimostPerformance")}.bind(this)),e.events.on("state.ready",function(e){var r=t.get("utils"),a=!0,i=C("LNPAGEHISTORY",5),c=r.getParameterByName("crid");i.contains(c)?(a=!1,n("cap",!0)):i.add(c),Tt=Tt||$(".grid-stack-item-content.comp").length,kt=4,0==Tt&&(Tt=$(".pods-wrapper .pod.comp").length,kt=2),r.isDebugMode&&console&&console.info&&console.info("page rendering finished at %s",e.renderend),e.renderend&&(n("rft",e.renderend),n("prft",e.renderend-performance.timing.navigationStart));var l=Ft&&Ft.sit?Ft.sit:performance.timing.navigationStart;$.removeCookie("Perf");var p=Date.now()-l;a&&n("kpiv",p),a&&Ft&&Ft.name&&n("kpik",Ft.name),performance.timing.responseStart&&n("ttfb",performance.timing.responseStart-performance.timing.navigationStart);var d=t.get("page.model.collections.componentmodels.props");if(d){o(nt,d.userpermid?d.userpermid:"0000"),o(rt,d.masterfeatureid?d.masterfeatureid:"0000"),o("sessionid",d.lnsi?d.lnsi:"0000000"),d.rt&&o(at,d.rt),d.path&&o(it,d.path),d.transid&&o("pagetransid",d.transid);var f=t.get("page.model.collections.componentmodels.collections.featureproviders");f&&f.forEach(function(e){"searchresults"===e.props.type&&e.props.serpid&&n("serpid",e.props.serpid)}),d.UIPageName&&o("UI_PageName",d.UIPageName)}Dt=R.analytics.getserviceurl(),("undefined"==typeof ht||1==ht)&&s(),R.analytics.optimostStarted&&!R.analytics.optimostEnded?X():E()}),e.events.on("ln.analytics.tracking",function(e){var t=e.type||"unknown",o=e.eventtype||"tracking",r=e.params,a=e.name||"unknown",i=e.timestamp||m(),l=St.id||St.action;Dt=R.analytics.getserviceurl(),B(r),W(t,a,l,i),n(Q,i),n("event",o),St["pre-kpik"]&&n("pre-crid",e.crid),e.id&&D(e.id),c(t+"-"+a)}.bind(this)),e.events.on("ln.analytics",function(e){var t="",o=e.type||"unknown",r,a=e.name||"unknown",i=e.rt,l,s=e.args&&e.args[0]?e.args[0]:null;if(s&&"framework"===s.type&&"lazy"===s.event&&e.type&&(e.type.endsWith("pod")||"legislativearchives"===e.type)&&Ft&&Ft.name&&"authentication"===Ft.name&&(Lt+=1,Lt===Tt-kt)){var p=Ft.sit?Ft.sit:performance.timing.navigationStart;s.type="performance",a="lazy",o="performance",n("kpik",Ft.name+"-pods"),n("kpiv",Date.now()-p)}if(!s||!(s.originalEvent||s.event&&"framework"!==s.type&&(s.origin||s.data)))return("loadbox"===e.type||"exploremenu"===e.type)&&(("show"===e.name||"loadChildItems"===e.name)&&(performance.lntiming||(performance.lntiming={}),performance.lntiming.name=Et.name,performance.lntiming.ts=Et.ts),"hide"!==e.name&&"displayChildren"!==e.name||!performance.lntiming||(n("pre-kpik",performance.lntiming.name),n("pre-kpiv",e.timestamp-performance.lntiming.ts))),void q(o,a,"",e.timestamp);if(l=s,e.rt&&n(at,e.rt),St["pre-kpik"]&&n("pre-crid",e.crid),r=l.type||l.event,"keydown"!==r){var d=$(l.target),f=$(l.currentTarget);t=d.prop("tagName");var u=d.prop("id")||f.prop("id"),b=d.prop("class");u=u?"#"+u:"",b=b?"."+b:"",t+=u?u:b;var h=d.data()||l.data,M=f.data();h&&B(h),M&&B(M);var g=St.id||St.action;("click"===r.toLowerCase()||"keyup"===r.toLowerCase()&&"searchbox"===o.toLowerCase())&&W(o,a,g,e.timestamp),n(Q,e.timestamp||m()),n("event",r),n("node",t),q(o,a,g,e.timestamp),Dt=R.analytics.getserviceurl(),e.id&&D(e.id),c(o+"-"+a)}}.bind(this)),e.advance.analytics={consolelogging:!1,serverloggingOverride:!1,host:"",enabled:!0,profilename:"",siteid:"",optimostlimit:"",optimostinterval:"",optimostStarted:!1,optimostEnded:!1,optimostStartTime:null,optimostData:null,getserviceurl:function(){var e="https://cert-webanalytics.lexisnexis.com/lexisadvancev2.watag",t="http://dev-webanalytics.lexisnexis.com/lexisadvancev2.watag",o="https://webanalytics.lexisnexis.com/lexisadvancev2.watag",n="";n=window.location.hostname.match("^advance.lexis.com")?o:window.location.hostname.match("^cert[0-9]+-advance.lexis.com")?e:t;var r="http";return"https:"==document.location.protocol&&(r="https"),this.host?this.host.replace(/^https?/,r)+"/"+this.profilename+".watag":n},init:function(e){return this.host=e.Host,this.enabled=e.Enabled,jt=!this.enabled,this.profilename=e.ProfileName,this.siteid=e.SiteId,this.optimostlimit=Number(e.OptimostTimeout),this.optimostinterval=Number(e.OptimostInterval),this}}}.call(window,window.ln,window.Injector),ln.advance.component.injectcss("framework-helpdialog-default",".helpdialog.ladialog iframe{width:100%;height:100%;min-height:500px}.helpdialog.ladialog .actions .primary{display:none}"),ln.advance.component.injectcss("framework-global-default",'html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,button,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;font-size-adjust:auto;-webkit-font-smoothing:antialiased;vertical-align:baseline;border:0;padding:0;margin:0}html{font-size:62.5%;--ln-root-font-size:.625}.main_content{display:flex;flex-direction:column;min-height:100vh}ln-globalfooter{margin-top:auto}laplus-footer{margin-top:auto}bisnexis-footer{margin-top:auto}h1,h2,h3,h4,h5,h6{outline:0}input,textarea,select,output{font-family:inherit}a img,:link img,:visited img{border:0}ol,ul{list-style:none}main,summary,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:\'\'}table{border-collapse:collapse;border-spacing:0}fieldset{border:0}body{font-size:14px;font-size:1.4rem;font-family:Helvetica,Arial,sans-serif;color:#212121}body>.wrapper{position:relative}body>main{height:100%}.pagewrapper{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}h1,h2,h3,h4,h5,h6,label{font-family:Lato,Helvetica,Arial,sans-serif;font-weight:400}h1{font-size:20px;font-size:2rem}h2{font-size:18px;font-size:1.8rem}h3{font-size:16px;font-size:1.6rem}a{color:#006ebb;transition:.3s}a:hover,a:active,a:focus{color:#E8171F}label{display:block;font-size:16px;font-size:1.6rem;cursor:pointer;overflow:hidden}label span{position:relative}input,output,textarea{color:inherit;font-family:Helvetica,Arial,sans-serif}button{overflow:visible;background-color:transparent;cursor:pointer;border:0}[type=text],[type=email],[type=date],[type=password],[type=search],input[type=submit],input[type=button],select,textarea,button{display:inline-block;vertical-align:middle}input.major{height:26px;font-size:16px;font-size:1.6rem}input.minor{height:16px;font-size:14px;font-size:1.4rem}[type=text],[type=email],[type=date],[type=search],textarea{font-family:Lato,Helvetica,Arial,sans-serif}[type=password]{font-family:sans-serif}[type=text],[type=email],[type=date],[type=password],[type=search],select,textarea{border:1px solid #bcbec0;border-radius:2px;padding:6px 10px}[type=radio],[type=checkbox]{box-shadow:none;margin:0 6px 0 0}label.la-Calendar{position:relative}label.la-Calendar:before{position:absolute;bottom:23px;left:142px;font-size:20px;font-size:2rem}[type=date]{width:148px}select{padding:5px 10px}textarea{overflow:auto;padding:10px}textarea:focus,select:focus{outline:0}[type=text]:focus,[type=email]:focus,[type=date]:focus,[type=password]:focus,textarea:focus,select:focus{background-color:#fff;background-image:none;border-color:#75b9f0;box-shadow:0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(82,168,236,.6)}label.disabled{color:#bcbec0;cursor:default}button[disabled],input[disabled],select[disabled],textarea[disabled]{background-color:#fff;cursor:default;pointer-events:none;border-color:#e2e3e4}label textarea,label [type=text],label [type=email],label [type=date],label [type=password],label select{display:block;margin:16px 0}input[type=submit],input[type=button],input[type=reset]{cursor:pointer;line-height:1;text-align:center;border:1px solid}input[type=submit].primary,input[type=submit].secondary,input[type=submit].search,input[type=button].primary,input[type=button].secondary,input[type=button].search,input[type=reset].primary,input[type=reset].secondary,.btn,#SS_DocumentButtons>button{font-weight:700;font-size:14px;padding:6px 17px 5px;border-style:solid;border-radius:2px;border-width:1px 1px 3px;transition:all ease .4s}.btn.large{font-size:18px;padding:13px 21px 11px;border-radius:2px;border-bottom-width:4px}input[type=submit].primary,input[type=button].primary,input[type=reset].primary,.btn.primary{background:#009ddb;border-color:#009ddb #009ddb #0076a4;color:#fff;box-shadow:inset 0 0 0 0 #0076a4;text-shadow:1px 1px 1px #0088bd}input[type=submit].primary:hover,input[type=submit].primary:focus,input[type=button].primary:hover,input[type=button].primary:focus,input[type=reset].primary.hover,input[type=reset].primary.focus,.btn.primary:hover,.btn.primary:focus{box-shadow:inset 0 -100px 0 0 #0076a4}input[type=submit].primary:active,input[type=button].primary:active,input[type=reset].primary.active,.btn.primary:active,.btn.primary:active:focus{box-shadow:none;text-shadow:none;background:#fff;color:#009ddb;border-color:#009ddb}aside.tooltip input[type=submit].primary,aside.tooltip input[type=button].primary,aside.tooltip input[type=reset].primary,aside.tooltip .btn.primary{border:0;background-color:#07c}aside.tooltip input[type=submit].primary:hover,aside.tooltip input[type=submit].primary:focus,aside.tooltip input[type=button].primary:hover,aside.tooltip input[type=button].primary:focus,aside.tooltip input[type=reset].primary.hover,aside.tooltip input[type=reset].primary.focus,aside.tooltip .btn.primary:hover,aside.tooltip .btn.primary:focus{box-shadow:inset 0 -100px 0 0 #0094FE}input[type=submit].secondary,input[type=button].secondary,input[type=reset].secondary,.btn.secondary,.btn.tertiary,#SS_DocumentButtons>button{background:#e9e9ea;border-color:#d2d4d5;color:#212121;box-shadow:inset 0 0 0 0 #d2d4d5}.btn.tertiary,#SS_DocumentButtons>button{background:#fff}input[type=submit].secondary:hover,input[type=submit].secondary:focus,input[type=button].secondary:hover,input[type=button].secondary:focus,input[type=reset].secondary:hover,input[type=reset].secondary.focus,.btn.secondary:hover,.btn.secondary:focus,.btn.tertiary:hover,.btn.tertiary:focus,#SS_DocumentButtons>button:hover,#SS_DocumentButtons>button:focus{box-shadow:inset 0 -100px 0 0 #d2d4d5}input[type=submit].secondary:active,input[type=button].secondary:active,.btn.secondary:active,.btn.secondary:active:focus,.btn.tertiary:active,.btn.tertiary:active:focus,#SS_DocumentButtons>button:active,#SS_DocumentButtons>button:active:focus{box-shadow:none;text-shadow:none;background:#fff;border-color:#e9e9ea}input[type=submit].search,input[type=button].search,.btn.search{background:#ed1c24;border-color:#ed1c24 #ed1c24 #be161d;color:#fff;box-shadow:inset 0 0 0 0 #be161d}input[type=submit].search:hover,input[type=submit].search:focus,input[type=button].search:hover,input[type=button].search:focus,.btn.search:hover,.btn.search:focus{box-shadow:inset 0 -100px 0 0 #be161d}input[type=submit].search:active,input[type=button].search:active,.btn.search:active,.btn.search:active:focus{box-shadow:none;text-shadow:none;background:#fff;color:#ed1c24;border-color:#ed1c24}input[type=submit][disabled].primary,input[type=submit][disabled].secondary,input[type=submit][disabled].search,input[type=button][disabled].primary,input[type=button][disabled].secondary,input[type=button][disabled].search,input[type=reset][disabled].primary,input[type=reset][disabled].secondary,.btn[disabled],.btn.disabled{cursor:default;border-color:#d2d4d5;background:#d2d4d5;color:#fff;box-shadow:inset 0 0 0 #d2d4d5;text-shadow:none}.validation.form-level.la-Error{position:relative;min-height:40px;background-color:#fde9e9;padding:20px 18px 20px 70px;border:1px solid #ed1c24}.validation.form-level.la-Error:before{position:absolute;top:16px;left:20px;color:#ed1c24;font-size:35px}.validation.form-level p{max-width:85em;margin-bottom:15px}.validation.form-level :last-child{margin-bottom:0}.validation.form-level .error-field{color:#ed1c24;font-weight:700}.field-level{display:block;color:#ed1c24;font-size:14px;font-size:1.4rem;font-family:Helvetica,Arial,sans-serif;margin:16px 0}.invalid,.invalid textarea,.invalid select{float:left;border-color:#ed1c24;box-shadow:0 1px 1px rgba(0,0,0,.075) inset,0 0 2px rgba(237,28,36,.6)}span.la-Warning{float:left;margin:22px 0 0 10px}span.la-Warning:after{color:#ed1c24}.comp:after{content:".";display:block;height:0;font-size:0;visibility:hidden;overflow:hidden;clear:both;border-style:none!important;padding:0!important}.hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.concealed{display:none}.supplemental{position:relative;z-index:0;opacity:0;height:0;width:0;overflow:hidden;padding:0;margin:0;-webkit-transition:opacity .3s;transition:opacity .3s}.expanded+.supplemental,.supplemental.shown{clear:left;z-index:auto;opacity:1;height:auto;width:auto;overflow:visible}.supplemental a:hover{text-decoration:none}.tooltip{position:absolute;width:0;overflow:hidden;opacity:0}.steps{display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;width:100%}.steps li{position:relative;-ms-flex:1;-webkit-box-flex:1;-webkit-flex:1;flex:1;list-style:none;counter-increment:steps;background-color:#f4f4f5;font-family:Lato,Helvetica,Arial,sans-serif;font-size:15px;font-size:1.5rem;line-height:1;white-space:nowrap;padding:23px 10px;border:1px solid #bcbec0;border-right:0}.steps li:first-child{border-radius:4px 0 0 4px}.steps li:last-child{border-right:1px solid #bcbec0;border-radius:0 4px 4px 0}.steps li.current{min-width:100px}.steps li.current,.steps li.current:after{background-color:#fff}.steps li.current:after{content:\' \';position:absolute;top:9px;right:-23px;z-index:1;width:43px;height:43px;border:1px solid #bcbec0;border-width:1px 1px 0 0;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.steps li.current:last-child:after{content:none}.steps li a{display:block;text-decoration:none}.steps li a:before{content:counter(steps,decimal)\'. \';color:#212121}.steps li.current a,.steps li.current a:before{color:#ed1c24;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.steps li span{visibility:hidden}.steps li.current span{visibility:visible}input:focus::-webkit-input-placeholder{color:transparent!important}input:focus::-moz-placeholder{color:transparent!important}input:focus:-moz-placeholder{color:transparent!important}input:focus:-ms-input-placeholder{color:transparent!important}.icon,.SS_Icon{text-decoration:none}.icon:before,.icon:after,.SS_Icon:after,.SS_Icon:before{font-family:GVS_Icons;speak:none;font-style:normal;color:#6d6e71;font-weight:400;font-variant:normal;text-transform:none;text-decoration:inherit;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.la-CaseFinder:before{content:"\\ea7e"}.la-Retry:before{content:"\\ea7c"}.la-Upload:before{content:"\\ea7d"}.la-DocSearch:before{content:"\\ea7b"}.la-ArrowUpRight:before{content:"\\ea7a"}.la-ReorderDown:before{content:"\\ea77"}.la-ReorderLeft:before{content:"\\ea78"}.la-ReorderRight:before{content:"\\ea79"}.la-ReorderUp:before{content:"\\ea76"}.la-Key:before{content:"\\ea75"}.la-EspressoSummary:before{content:"\\ea74"}.la-New:before{content:"\\ea73"}.la-DockedButtonClose:before{content:"\\ea72"}.la-BAopponent:before{content:"\\ea5f"}.la-SNAddCalendar:before{content:"\\ea60"}.la-SNAddEmail:before{content:"\\ea61"}.la-SNCalendarDisplay:before{content:"\\ea62"}.la-SNEditCalendar:before{content:"\\ea63"}.la-SNinfolocation:before{content:"\\ea64"}.la-SNlivestream:before{content:"\\ea65"}.la-amendments:before{content:"\\ea66"}.la-analysis:before{content:"\\ea67"}.la-book:before{content:"\\ea68"}.la-companies:before{content:"\\ea69"}.la-copyright:before{content:"\\ea6a"}.la-expert-whitness:before{content:"\\ea6b"}.la-get-a-doc:before{content:"\\ea6c"}.la-intellectual-property:before{content:"\\ea6d"}.la-labor-employment:before{content:"\\ea6e"}.la-legal-milestones:before{content:"\\ea6f"}.la-property-records:before{content:"\\ea70"}.la-trademarks:before{content:"\\ea71"}.la-la-EmailDocument:before{content:"\\ea58"}.la-la-WordPerfect:before{content:"\\ea59"}.la-BATimeline:before{content:"\\ea5a";color:#6d6e71}.la-la-Visibility:before{content:"\\ea5b"}.la-la-VisibilityHidden:before{content:"\\ea5c"}.la-la-StepperDown:before{content:"\\ea5d"}.la-la-StepperUp:before{content:"\\ea5e"}.la-Icon-ButtonExpandToggle-Outline:before{content:"\\ea56"}.la-Icon-ButtonExpandToggle:before{content:"\\ea57"}.la-QuickViewPane:before{content:"\\ea55"}.la-Unpin:before{content:"\\ea52"}.la-CheckPin:before{content:"\\ea53"}.la-AddPin:before{content:"\\ea54"}.la-LegislativeAlert:before{content:"\\ea51"}.la-Lock:before{content:"\\ea4d"}.la-Unlock:before{content:"\\ea4e"}.la-UnlockAlt:before{content:"\\ea4f"}.la-LockAlt:before{content:"\\ea50"}.la-DisplaySettings:before{content:"\\ea4c"}.la-TableOfContentsAlt:before{content:"\\ea4b"}.la-OpenBook:before{content:"\\ea49"}.la-SmallArrowLeft:before{content:"\\ea4a"}.la-GridView:before{content:"\\ea46"}.la-BreakingNews:before{content:"\\ea47"}.la-DragAlt:before{content:"\\ea48"}.la-Trusts:before{content:"\\ea3c"}.la-NotesAlt:before{content:"\\ea3d"}.la-International:before{content:"\\ea3e"}.la-InfoAlt:before{content:"\\ea3f"}.la-Indirect:before{content:"\\ea40"}.la-Critical:before{content:"\\ea41"}.la-Corporate:before{content:"\\ea42"}.la-Cautionary:before{content:"\\ea43"}.la-Analytics:before{content:"\\ea44"}.la-Accountancy:before{content:"\\ea45"}.la-Pinned:before{content:"\\ea3b"}.la-ReadLaterSelected:before{content:"\\ea3a"}.la-StateCapitol:before{content:"\\ea37"}.la-Printer:before{content:"\\ea38"}.la-Information:before{content:"\\ea39"}.la-CheckboxIndeterminate:before{content:"\\ea35"}.la-Location:before{content:"\\ea36"}.la-SelectDeals:before{content:"\\ea33"}.la-PinLargeBold:before{content:"\\ea34"}.la-UploadCloudDenied:before{content:"\\ea32"}.la VolumeOff:before,.la-VolumeOff:before{content:"\\ea29"}.la-Bookshelf:before{content:"\\ea2a"}.la-BookshelfFilled:before{content:"\\ea2b"}.la-HeadnoteDown:before{content:"\\ea2c"}.la-HeadnoteSearch:before{content:"\\ea2d"}.la-HeadnoteSectionCollapse:before{content:"\\ea2e"}.la-HeadnoteSectionExpand:before{content:"\\ea2f"}.la-HeadnoteUp:before{content:"\\ea30"}.la-Drag:before{content:"\\ea24"}.la-Footerplayer:before{content:"\\ea25"}.la-Miniplayer:before{content:"\\ea26"}.la-Videoplayeroff:before{content:"\\ea27"}.la-Volume:before{content:"\\ea28"}.la-BackTo:before{content:"\\e95b"}.la-Timemap:before{content:"\\ea21"}.la-Transcript:before{content:"\\ea22"}.la-UploadToCloud:before{content:"\\ea23"}.la-DarkModeOff:before{content:"\\ea1d"}.la-DarkModeOn:before{content:"\\ea1e"}.la-LightModeOff:before{content:"\\ea1f"}.la-LightModeOn:before{content:"\\ea20"}.la-AddBold:before{content:"\\ea08"}.la-CheckBoxDefaultBold:before{content:"\\ea09"}.la-CheckBoxHoverBold:before{content:"\\ea0a"}.la-CheckBoxPressedBold:before{content:"\\ea0b"}.la-ChevronDownBold:before{content:"\\ea0c"}.la-ChevronLeftBold:before{content:"\\ea0d"}.la-ChevronRightBold:before{content:"\\ea0e"}.la-ChevronUpBold:before{content:"\\ea0f"}.la-ChevronUpDownBold:before{content:"\\ea10"}.la-CircleSolidBold:before{content:"\\ea11"}.la-CloseBold:before{content:"\\ea12"}.la-MoreIconDesktopBold:before{content:"\\ea13"}.la-MoreIconMobileBold:before{content:"\\ea14"}.la-ProductSwitchDotsBold:before{content:"\\ea15"}.la-RadioDefaultBold:before{content:"\\ea16"}.la-RadioHoverBold:before{content:"\\ea17"}.la-RadioPressedBold:before{content:"\\ea18"}.la-SearchLargeBold:before{content:"\\ea19"}.la-SearchSmallBold:before{content:"\\ea1a"}.la-TickLargeBold:before{content:"\\ea1b"}.la-TickSmallBold:before{content:"\\ea1c"}.la-Exhibit:before{content:"\\ea07"}.la-Mobile:before{content:"\\ea05"}.la-Desktop:before{content:"\\ea06"}.la-BooleanTree:before{content:"\\ea01"}.la-CaseBaseNegative:before{content:"\\ea02"}.la-CaseBaseCautionary:before{content:"\\ea03"}.la-CaseBaseCitation:before{content:"\\ea04"}.la-UpLevel:before{content:"\\ea00"}.la-ProductSwitcherZ:before{content:"\\e9ff"}.la-MultidistrictLitigation:before{content:"\\e9fe"}.la-STMKey:before{content:"\\e9fd"}.la-Copyright:before{content:"\\e9f9"}.la-FolderDropdown:before{content:"\\e9fa"}.la-FoldersNote:before{content:"\\e9fb"}.la-SavedSearch:before{content:"\\e9fc"}.la-KnowledgeBurst:before{content:"\\e9f8"}.la-CopyCitation:before{content:"\\e9f6"}.la-UploadCloud:before{content:"\\e9f7"}.la-Archive:before{content:"\\e9f4"}.la-Report:before{content:"\\e9f5"}.la-CompareDoc:before{content:"\\e9f3"}.la-CXTChevronRight:before{content:"\\e9f2"}.la-CXTCompaniesLG:before{content:"\\e9e6"}.la-CXTCompaniesSM:before{content:"\\e9e7"}.la-CXTCourtsLG:before{content:"\\e9e8"}.la-CXTCourtsSM:before{content:"\\e9e9"}.la-CXTExpertsLG:before{content:"\\e9ea"}.la-CXTExpertsSM:before{content:"\\e9eb"}.la-CXTExpertWitnessLG:before{content:"\\e9ec"}.la-CXTExpertWitnessSM:before{content:"\\e9ed"}.la-CXTJudgesLG:before{content:"\\e9ee"}.la-CXTJudgesSM:before{content:"\\e9ef"}.la-CXTTrendsLG:before{content:"\\e9f0"}.la-CXTTrendsSM:before{content:"\\e9f1"}.la-CXTCompanies:before{content:"\\e9e0"}.la-CXTCourts:before{content:"\\e9e1"}.la-CXTExperts:before{content:"\\e9e2"}.la-CXTExpertWitness:before{content:"\\e9e3"}.la-CXTJudges:before{content:"\\e9e4"}.la-CXTTrends:before{content:"\\e9e5"}.la-TriangleSortBy:before{content:"\\e9df"}.la-DataTable:before{content:"\\e9d8"}.la-ThumbsDown:before{content:"\\e9d9"}.la-ThumbsDownFilled:before{content:"\\e9da"}.la-ThumbsUp:before{content:"\\e9db"}.la-ThumbsUpFilled:before{content:"\\e9dc"}.la-TriangleSortByDown:before{content:"\\e9dd"}.la-TriangleSortByUp:before{content:"\\e9de"}.la-Onedrive:before,.la-OneDrive:before{content:"\\e9d7"}.la-ForThem:before{content:"\\e9cf"}.la-ForUs:before{content:"\\e9d0"}.la-Neutral:before{content:"\\e9d1"}.la-OppositionDisputed:before{content:"\\e9d2"}.la-StrongForThem:before{content:"\\e9d3"}.la-StrongForUs:before{content:"\\e9d4"}.la-TeamDisputed:before{content:"\\e9d5"}.la-Unsure:before{content:"\\e9d6"}.la-OnlineTraining:before{content:"\\e9ce"}.la-RelevantDocs:before{content:"\\e9cc"}.la-Extraction:before{content:"\\e9cd"}.la-Absent:before{content:"\\e9ca"}.la-Abstain:before{content:"\\e9cb"}.la-CollapseSideMenu:before{content:"\\e9c8"}.la-OpenSideMenu:before{content:"\\e9c9"}.la-ArrowRight:before{content:"\\e9c5"}.la-Crop:before{content:"\\e9c6"}.la-Picture:before{content:"\\e9c7"}.la-HoverFilled:before{content:"\\e9c4"}.la-IconMoveUpChecked:before{content:"\\e9c2"}.la-IconMoveDownUnchecked:before{content:"\\e9c3"}.la-SWCasemap:before{content:"\\e9c1"}.la-FolderSelectedFill:before{content:"\\e9c0"}.la-Ad:before{content:"\\e9ba"}.la-Blog:before{content:"\\e9bb"}.la-Podcast:before{content:"\\e9bc"}.la-SocialReddit:before{content:"\\e9bd"}.la-SocialVimeo:before{content:"\\e9be"}.la-Wiki:before{content:"\\e9bf"}.la-LNDigitalLibrary:before{content:"\\e9b9"}.la-NewWindow:before{content:"\\e9b8"}.la-ProductLiabilityNavigator:before{content:"\\e9b5"}.la-Bankruptcy:before{content:"\\e9b6"}.la-Preview:before{content:"\\e9b7"}.la-VeryHappy:before{content:"\\e9ab"}.la-Unsuccessful:before{content:"\\e9b1"}.la-Unhappy:before{content:"\\e9b2"}.la-VeryUnhappy:before{content:"\\e9b3"}.la-Happy:before{content:"\\e9b4"}.la-IconNonHuman:before{content:"\\e9a9"}.la-Soundwave:before{content:"\\e9aa"}.la-Clip:before{content:"\\e9a1"}.la-Forums:before{content:"\\e9a2"}.la-OnlinesNews:before{content:"\\e9a3"}.la-PhotosVideos:before{content:"\\e9a4"}.la-RadioTV:before{content:"\\e9a5"}.la-ReadLater:before{content:"\\e9a6"}.la-SplitBill:before{content:"\\e9a7"}.la-Tag:before{content:"\\e9a8"}.la-Diamond:before{content:"\\e999"}.la-LegalMilestones:before{content:"\\e99a"}.la-CLEVideo:before{content:"\\e99b"}.la-FirstTimeSignIn:before{content:"\\e9a0"}.la-TableView-List:before{content:"\\e998"}.la-TrainingQuiz:before{content:"\\e991";color:#6d6e71}.la-Training:before{content:"\\e992";color:#6d6e71}.la-TableTip:before{content:"\\e995";color:#6d6e71}.la-SWLegislativePulse:before{content:"\\e996";color:#6e6f72}.la-SWEntity:before{content:"\\e997";color:#6d6e71}.la-SpotlightVideo:before{content:"\\e99c";color:#6d6e71}.la-MinutesToMastery:before{content:"\\e99d";color:#6d6e71}.la-IdRegistration:before{content:"\\e99e";color:#6d6e71}.la-DailyResearchPoints:before{content:"\\e99f";color:#6d6e71}.la-ClassPreparation:before{content:"\\e9ac";color:#6d6e71}.la-CL-Validation:before{content:"\\e9ad";color:#f0ab60}.la-CL-Uploading:before{content:"\\e9ae";color:#6fc0e1}.la-CL-Error:before{content:"\\e9af";color:#f3767b}.la-CL-Complete:before{content:"\\e9b0";color:#6ebf9c}.la-MotionDenied:before{content:"\\e98e"}.la-MotionGranted:before{content:"\\e98f"}.la-MotionPartial:before{content:"\\e990"}.la-SWLNDiligence:before{content:"\\e98d"}.la-SWMLex:before{content:"\\e993"}.la-SWNewsdesk:before{content:"\\e994"}.la-PatentLink:before{content:"\\e98c"}.la-Collapse:before{content:"\\e98a"}.la-Expand:before{content:"\\e98b"}.la-SWContext:before{content:"\\e989"}.la-Dashboard:before{content:"\\e988"}.la-DeliveryComplete:before{content:"\\e987"}.la-SortBy:before{content:"\\e986"}.la-AddToReport:before{content:"\\e984"}.la-LanguageSelector:before{content:"\\e985"}.la-SWAnalyticsSuite:before{content:"\\e983"}.la-SWStateNet:before{content:"\\e982"}.la-ListRavel:before{content:"\\e981"}.la-Biblio:before{content:"\\e980"}.la-Focus:before{content:"\\e97d"}.la-Judge:before{content:"\\e97e"}.la-Opposition:before{content:"\\e97f"}.la-Empty:before{content:"\\e97c"}.la-FilterToggle:before{content:"\\e97b"}.la-SWUIBuilder:before{content:"\\e979"}.la-Sleep:before{content:"\\e97a"}.la-ProductSelect:before{content:"\\e978"}.la-SWCounselBenchmarking:before{content:"\\e962"}.la-SWCourtlink:before{content:"\\e963"}.la-SWDossier:before{content:"\\e964"}.la-SWGetPrint:before{content:"\\e965"}.la-SWICW:before{content:"\\e966"}.la-SWIntelligize:before{content:"\\e967"}.la-SWLaw360:before{content:"\\e968"}.la-SWLawSchool:before{content:"\\e969"}.la-SWLexisCom:before{content:"\\e96a"}.la-SWLexMachina:before{content:"\\e96b"}.la-SWLPA:before{content:"\\e96c"}.la-SWMedMal:before{content:"\\e96d"}.la-SWProfileSuite:before{content:"\\e96e"}.la-SWPublicRecords:before{content:"\\e96f"}.la-SWPublisher:before{content:"\\e970"}.la-SWResearch:before{content:"\\e971"}.la-SWSecuritiesMosaic:before{content:"\\e972"}.la-SWShepBriefcheck:before{content:"\\e973"}.la-SWShepBrieflink:before{content:"\\e974"}.la-SWTax:before{content:"\\e975"}.la-SWVSA:before{content:"\\e976"}.la-Amendments:before{content:"\\e977"}.la-Powerpoint:before{content:"\\e961";color:#e64a19}.la-LeaveZone:before{content:"\\e960"}.la-TopicDigest:before{content:"\\e95f"}.la-Exchange:before{content:"\\e95e"}.la-CollapseTree:before{content:"\\e959"}.la-ExpandTree:before{content:"\\ea31"}.la-IndexContent:before{content:"\\e903"}.la-NewAmended:before{content:"\\e957"}.la-AddItemToGroup:before{content:"\\e956"}.la-AddPublicationAbove:before{content:"\\e95a"}.la-AddPublicationBelow:before{content:"\\e95c"}.la-DragDrop:before{content:"\\e95d"}.la-References:before{content:"\\e955"}.la-ShareFork:before{content:"\\e954"}.la-AdvanceSearch:before{content:"\\e953"}.la-NavigateTerms:before{content:"\\e952"}.la-QandA:before{content:"\\e951"}.la-Video:before{content:"\\e950"}.la-ClauseBank:before{content:"\\e94f"}.la-GoogleDrive:before{content:"\\e94c"}.la-Home:before{content:"\\e94d"}.la-Share:before{content:"\\e94e"}.la-LiveChat:before{content:"\\e94b"}.la-SharePage:before{content:"\\e94a"}.la-DraftingChecklists:before{content:"\\e949"}.la-AddDashboard:before{content:"\\e944"}.la-Draft:before{content:"\\e93b"}.la-Redo:before{content:"\\e93c"}.la-Undo:before{content:"\\e93d"}.la-DeliveryOptions:before{content:"\\e948"}.la-Index:before{content:"\\e947"}.la-SocialFacebook:before{content:"\\e938"}.la-SocialFlickr:before{content:"\\e939"}.la-SocialGooglePlus:before{content:"\\e93a"}.la-SocialInstagram:before{content:"\\e93e"}.la-SocialLinkedIn:before{content:"\\e93f"}.la-SocialPinterest:before{content:"\\e940"}.la-SocialRSS:before{content:"\\e941"}.la-SocialTumblr:before{content:"\\e942"}.la-SocialTwitter:before{content:"\\e943"}.la-SocialYouTube:before{content:"\\e945"}.la-UnattachedCitation:before{content:"\\e946"}.la-LexMachinaStats:before{content:"\\e937";color:#77b800}.la-ItemAdd:before{content:"\\e935"}.la-ItemRemove:before{content:"\\e936"}.la-DraftingNote:before{content:"\\e933"}.la-InternationalContent:before{content:"\\e934"}.la-MaximizeTop:before{content:"\\e931"}.la-MinimizeRight:before{content:"\\e932"}.la-Format:before{content:"\\e930";color:#939598}.la-LexLibraryPracticeArea:before{content:"\\e92f"}.la-RefWork:before{content:"\\e92e"}.la-Menu:before{content:"\\e92d"}.la-Resources:before{content:"\\e92c"}.la-ShepNeutral:before{content:"\\e925";color:#8f2b8c}.la-ChickletPrintBlue:before{content:"\\e926";color:#039}.la-ChickletPrintGreen:before{content:"\\e927";color:#0b9c00}.la-ChickletPrintLightBlue:before{content:"\\e928";color:#009ddb}.la-ChickletPrintOrange:before{content:"\\e929";color:#e98310}.la-ChickletPrintRed:before{content:"\\e92a";color:#af002b}.la-ChickletPrintYellow:before{content:"\\e92b";color:#fc0}.la-ThreeColumn:before{content:"\\e923"}.la-TwoColumn:before{content:"\\e924"}.la-ExploreContent:before{content:"\\e922"}.la-DuplicateCitations:before{content:"\\e921";color:#77b800}.la-ToolsResources:before{content:"\\e920"}.la-ArrowDown:before{content:"\\e91f"}.la-Analysis:before{content:"\\e905"}.la-AtGlance:before{content:"\\e906"}.la-Books:before{content:"\\e907"}.la-Bulletins:before{content:"\\e908"}.la-Calculators:before{content:"\\e909"}.la-CasesReportsPD:before{content:"\\e90a"}.la-ChecklistProcessFlows:before{content:"\\e90b"}.la-Clauses:before{content:"\\e90c"}.la-Commentary:before{content:"\\e90d"}.la-DraftingMaterials:before{content:"\\e90e"}.la-Forms:before{content:"\\e90f"}.la-InHouseToolKit:before{content:"\\e910"}.la-Journals:before{content:"\\e911"}.la-JournalSummaries:before{content:"\\e912"}.la-LegalAnalysis:before{content:"\\e913"}.la-LegalNews:before{content:"\\e914"}.la-LegislationPD:before{content:"\\e915"}.la-PracticalGudiance:before{content:"\\e916"}.la-PracticeNotes:before{content:"\\e917"}.la-Precedents:before{content:"\\e918"}.la-QA:before{content:"\\e919"}.la-Quantum:before{content:"\\e91a"}.la-Regulatory:before{content:"\\e91b"}.la-StartingPoint:before{content:"\\e91c"}.la-Tools:before{content:"\\e91d"}.la-Trackers:before{content:"\\e91e"}.la-ListGraphical:before{content:"\\e904"}.la-PracticeCenter:before{content:"\\e958"}.la-ChevronLeft:before{content:"\\e900"}.la-ChevronRight:before{content:"\\e901"}.la-Help:before{content:"\\e902"}.la-UIVariation:before{content:"\\e685"}.la-Support:before{content:"\\e683"}.la-Profile:before{content:"\\e684"}.la-InfoHover:before{content:"\\e682"}.la-Dropbox:before{content:"\\e681"}.la-HidePane:before{content:"\\e67f"}.la-ShowPane:before{content:"\\e680";color:#07C}.la-SupplementalContent:before{content:"\\e67e"}.la-CopyAdvanced:before{content:"\\e67b"}.la-RecycleBin:before{content:"\\e67c"}.la-Restore:before{content:"\\e67d"}.la-NotApplicable:before{content:"\\e67a"}.la-TransactionalRollup:before{content:"\\e677";color:#77b800}.la-ShowLess:before{content:"\\e678";color:#07C}.la-ShowMore:before{content:"\\e679";color:#07C}.la-leg-citator-available:before{content:"\\e672";color:#009ddb}.la-DecreaseFont:before{content:"\\e673"}.la-IncreaseFont:before{content:"\\e674"}.la-ListFull:before{content:"\\e675"}.la-ListTitleView:before{content:"\\e676"}.la-QuickCite:before{content:"\\e671";color:#ed1c24}.la-CaseBase:before{content:"\\e670";color:#009ddb}.la-DraftNow:before{content:"\\e66f";color:#0076a4}.la-Permalink:before{content:"\\e66e"}.la-ICWDownArrow:before{content:"\\e66d"}.la-MacroDoc:before{content:"\\e66c"}.la-SaveUpdates:before{content:"\\e66a"}.la-SaveToNewFolder:before{content:"\\e66b"}.la-Manage:before{content:"\\e669"}.la-MarkAll:before{content:"\\e667"}.la-MarkSelected:before{content:"\\e668"}.la-Correct:before{content:"\\e664";color:#77b800}.la-ICWArrow:before{content:"\\e665"}.la-Incorrect:before{content:"\\e666";color:#ed1c24}.la-Check:before{content:"\\e663"}.la-RemoveClause:before{content:"\\e661";color:#ed1c24}.la-Excel:before{content:"\\e662";color:#1f7244}.la-ExpandPane:before{content:"\\e62c"}.la-CollapsePane:before{content:"\\e658"}.la-More:before{content:"\\e659"}.la-Play:before{content:"\\e65a";color:#77b800}.la-Pause:before{content:"\\e65b"}.la-Error:before{content:"\\e65c";color:#ed1c24}.la-Delete:before{content:"\\e65d"}.la-Warning:before{content:"\\e65e";color:#ed1c24}.la-Word:before{content:"\\e65f";color:#0076a4}.la-SaveBadge:before,.la-SaveBadgeAfter:after{content:"\\e660";color:#4f7b00}.la-Clause:before{content:"\\e623"}.la-ZoomOut:before{content:"\\e600"}.la-ZoomIn:before{content:"\\e601"}.la-VSA:before{content:"\\e602"}.la-UpdateFailed:before{content:"\\e603";color:#ed1c24}.la-Update:before{content:"\\e604"}.la-Unsubscribe:before{content:"\\e605"}.la-UnspecifiedSource:before{content:"\\e606"}.la-TriangleUp:before{content:"\\e607"}.la-TriangleRight:before,.SS_TriangleRight:before{content:"\\e608";-webkit-transition:-webkit-transform linear .2s;transition:-webkit-transform linear .2s;transition:transform linear .2s}.la-TriangleRightAfter:after,.SS_TriangleRight:after{content:"\\e608"}.la-TriangleLeft:before{content:"\\e609"}.la-TriangleDown:before,.la-TriangleDownAfter:after,.SS_TriangleDown:after,.SS_TriangleDown:before{content:"\\e60a"}.la-Topics:before{content:"\\e60b"}.la-TableOfContents:before{content:"\\e60c"}.la-Sources:before{content:"\\e60d"}.la-ShepWarningStat:before{content:"\\e60e";color:#af002b}.la-ShepWarning:before{content:"\\e60f";color:#af002b}.la-ShepTrailHighlight:before{content:"\\e610"}.la-ShepSignalError:before{content:"\\e611";color:#8f2b8c}.la-ShepQuestioned:before{content:"\\e612";color:#e98310}.la-ShepPositive:before{content:"\\e613";color:#0b9c00}.la-ShepInfo:before{content:"\\e614";color:#039}.la-ShepCaution:before{content:"\\e615";color:#fc0}.la-Shepards:before{content:"\\e616";color:#af002b}.la-ShepardizedCite:before{content:"\\e617"}.la-ShepAnalysis:before{content:"\\e618";color:#039}.la-SharedByOthers:before{content:"\\e619"}.la-SharedByMe:before{content:"\\e61a"}.la-Search:before{content:"\\e61b"}.la-SavedToFolder:before{content:"\\e61c"}.la-ResearchMap:before{content:"\\e61d"}.la-RecentlyViewed:before{content:"\\e61e"}.la-ProfileSuite:before{content:"\\e61f"}.la-ProductSelectChevron:before{content:"\\e620"}.la-PrintablePage:before{content:"\\e621"}.la-Print:before{content:"\\e622"}.la-Plus:before{content:"\\e601"}.la-PDF:before{content:"\\e624";color:#be161d}.la-Options:before{content:"\\e625"}.la-Notifications:before{content:"\\e626"}.la-Notes:before{content:"\\e627"}.la-NewUpdates:before{content:"\\e628";color:#009ddb}.la-News:before{content:"\\e629"}.la-NativeView:before{content:"\\e62a"}.la-Move:before{content:"\\e62b"}.la-MedMal:before{content:"\\e62d"}.la-MarginNote:before{content:"\\e62e"}.la-LPAAndLNPG:before{content:"\\e62f"}.la-LockedNote:before{content:"\\e630"}.la-ListView:before{content:"\\e631"}.la-LegislativeAlerts:before{content:"\\e632"}.la-LegalTopicSummary:before{content:"\\e633";color:#e98310}.la-LegalIssueTrail:before{content:"\\e634"}.la-LastColumn:before{content:"\\e635"}.la-JumpUp:before{content:"\\e636"}.la-JumpToTop:before{content:"\\e637"}.la-JumpDown:before{content:"\\e638"}.la-Info:before{content:"\\e639"}.la-IncludeLegalPhraseEq:before{content:"\\e63a"}.la-History:before{content:"\\e63b"}.la-Highlight:before{content:"\\e63c"}.la-FullScreen:before{content:"\\e63d"}.la-Folder:before{content:"\\e63e"}.la-FirstColumn:before{content:"\\e63f"}.la-Filter:before{content:"\\e640"}.la-FavoriteFull:before{content:"\\e641";color:#ed9838}.la-FavoriteEmpty:before{content:"\\e642"}.la-ExternalLink:before,.la-ExternalLinkAfter:after{content:"\\e643"}.la-Explore:before{content:"\\e644"}.la-ExcludeLegalPhraseEq:before{content:"\\e645"}.la-EntitySearch:before{content:"\\e646"}.la-Email:before{content:"\\e647"}.la-Edit:before{content:"\\e648"}.la-Download:before{content:"\\e649"}.la-DocumentList:before{content:"\\e64a"}.la-Document:before{content:"\\e64b"}.la-DeliveryOptions::before{content:"\\e948"}.la-CopyToFolder:before{content:"\\e64c"}.la-Copy:before{content:"\\e64d"}.la-ContentType:before{content:"\\e64e"}.la-CloseRemove:before{content:"\\e64f"}.la-Calendar:before{content:"\\e650"}.la-ArrowUp:before{content:"\\e651"}.la-ArrowLeft:before{content:"\\e652"}.la-Annotation:before{content:"\\e653"}.la-Alerts:before{content:"\\e654"}.la-AddToSearch:before{content:"\\e655"}.la-AccessLater:before{content:"\\e656"}.la-AccessNow:before{content:"\\e657"}.la-JumpToTop{width:46px;height:46px;background-color:#525355;text-decoration:none;border-radius:2px;border:solid 1px #525355}.la-JumpToTop:before{color:#fff;font-size:30px}.la-JumpToTop:hover,.la-JumpToTop:focus{background-color:#ed1c24;border-color:#ed1c24}.la-JumpToTop:active{background-color:#fff}.la-JumpToTop:active::before{color:#ed1c24}#btt{position:fixed;right:15px;bottom:45px;z-index:999}@-webkit-keyframes fadein{0%{opacity:0}100%{opacity:1}}@keyframes fadein{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes wobble{0%{-webkit-transform:translate(0,-5px)}25%{-webkit-transform:translate(0,5px)}50%{-webkit-transform:translate(0,-5px)}100%{-webkit-transform:translate(0,5px)}}@keyframes wobble{0%{transform:translate(0,-5px)}25%{transform:translate(0,5px)}50%{transform:translate(0,-5px)}100%{transform:translate(0,5px)}}@-webkit-keyframes toast{0%{top:-200px;opacity:0}100%{top:-3px;opacity:1}}@-webkit-keyframes toast-reversed{0%{top:-3px;opacity:1}100%{top:-200px;opacity:0}}@keyframes toast{0%{top:-200px;opacity:0}100%{top:-3px;opacity:1}}@keyframes toast-reversed{0%{top:-3px;opacity:1}100%{top:-200px;opacity:0}}@media screen and (min-width:760px){.overlay{background-color:rgba(255,255,255,.6);position:fixed;top:0;bottom:0;left:0;right:0;z-index:49}.has_tooltip{position:relative;overflow:visible}.has_tooltip:hover{z-index:8}.tooltip{position:absolute;z-index:2;overflow:hidden;clip:rect(0,0,0,0);box-sizing:border-box;width:0;height:0;padding:0;cursor:default;color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:14px;font-size:1.4rem;line-height:normal;text-align:center;white-space:nowrap;border-width:0;border-style:solid;border-color:#6d6e71;border-top-color:#373739;background-color:#373739;text-shadow:none;opacity:0;transition:opacity .3s ease-in .3s}.la-Alerts .tooltip{z-index:9}.tooltip.isVisible{overflow:visible;clip:auto;width:auto;height:auto;padding:10px 15px;border-width:1px;opacity:1}.tooltip,.tooltip.tip-bottom,.tooltip.tip-top{left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.tooltip,.tooltip.tip-bottom,.tooltip.tip-bottom-left,.tooltip.tip-bottom-right{top:110%;top:calc(100% + 5px)}.tooltip.tip-top,.tooltip.tip-top-left,.tooltip.tip-top-right{top:auto;bottom:110%;bottom:calc(100% + 5px)}.tooltip.tip-bottom-left,.tooltip.tip-bottom-right,.tooltip.tip-top-left,.tooltip.tip-top-right{-webkit-transform:none;-ms-transform:none;transform:none}.tooltip.tip-bottom-left,.tooltip.tip-top-left{right:50%;left:auto;margin-right:-25px}.tooltip.tip-bottom-right,.tooltip.tip-top-right{margin-left:-25px}.tooltip.tip-left,.tooltip.tip-right{top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.tooltip.tip-left{right:110%;right:calc(100% + 5px);left:auto}.tooltip.tip-right{left:110%;left:calc(100% + 5px)}.tooltip:after{content:\' \';display:block;position:absolute;width:0;height:0;border-width:10px;border-style:solid;pointer-events:none}.tooltip:after,.tooltip.tip-bottom:after,.tooltip.tip-top:after{left:50%;margin-left:-10px}.tooltip:after,.tooltip.tip-bottom:after,.tooltip.tip-bottom-left:after,.tooltip.tip-bottom-right:after{top:-20px;border-color:transparent transparent #373739}.tooltip.tip-top:after,.tooltip.tip-top-left:after,.tooltip.tip-top-right:after{top:auto;bottom:-20px;border-color:#373739 transparent transparent}.tooltip.tip-bottom-left:after,.tooltip.tip-bottom-right:after,.tooltip.tip-top-left:after,.tooltip.tip-top-right:after{margin-left:0}.tooltip.tip-bottom-left:after,.tooltip.tip-top-left:after{right:15px;left:auto}.tooltip.tip-bottom-right:after,.tooltip.tip-top-right:after{left:15px}.tooltip.tip-left:after,.tooltip.tip-right:after{top:50%;margin-top:-10px;margin-left:auto}.tooltip.tip-left:after{right:-20px;left:auto;border-color:transparent transparent transparent #373739}.tooltip.tip-right:after{left:-20px;border-color:transparent #373739 transparent transparent}.steps li{padding:23px 10px 23px 52px}.steps li:after{content:\' \';position:absolute;top:9px;right:-23px;z-index:1;width:43px;height:43px;border:1px solid #bcbec0;border-width:1px 1px 0 0;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.steps li:after{background:#f4f4f5}.steps li:last-child:after{content:none}.steps li span{visibility:visible}span.la-Warning{margin:7px 0 0 10px}#btt{bottom:147px}}.ie8 .overlay{position:fixed;top:0;bottom:0;left:0;right:0;z-index:49;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjhENzQwMDVGNDNBMTFFMkI4MTdENjlBQUQzREE1Q0UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjhENzQwMDZGNDNBMTFFMkI4MTdENjlBQUQzREE1Q0UiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGOEQ3NDAwM0Y0M0ExMUUyQjgxN0Q2OUFBRDNEQTVDRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOEQ3NDAwNEY0M0ExMUUyQjgxN0Q2OUFBRDNEQTVDRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhgkXc0AAAAlSURBVHjaYvz///9+BioCJgYqg1EDRw0cNXDUwFEDh4qBAAEGAB8GA+RcI2/oAAAAAElFTkSuQmCC)}.ie8 .has_tooltip{position:relative;overflow:visible}.ie8 .has_tooltip:hover{z-index:1}.ie8 .tooltip{z-index:2;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;padding:0;cursor:default;color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:14px;line-height:normal;text-align:center;white-space:nowrap;border-width:0;border-style:solid;border-color:#6d6e71;border-top-color:#373739;background-color:#373739;opacity:0}.ie8 .tooltip.isVisible{overflow:visible;clip:inherit;width:auto;height:auto;padding:10px 15px;border-width:1px;opacity:1}.ie8 .tooltip,.ie8 .tooltip.tip-bottom-left,.ie8 .tooltip.tip-bottom-right{position:absolute;top:110%}.ie8 .tooltip.tip-top,.ie8 .tooltip.tip-top-left,.ie8 .tooltip.tip-top-right{top:auto;bottom:110%}.ie8 .tooltip.tip-left,.ie8 .tooltip.tip-bottom-left,.ie8 .tooltip.tip-top-left{right:50%;left:auto;margin-right:-25px}.ie8 .tooltip,.ie8 .tooltip.tip-bottom-right,.ie8 .tooltip.tip-top-right{left:50%;margin-left:-25px}.ie8 .tooltip:after{content:\' \';display:block;width:0;height:0;border-width:10px;border-style:solid}.ie8 .tooltip:after,.ie8 .tooltip.tip-bottom-left:after,.ie8 .tooltip.tip-bottom-right:after{position:absolute;top:-20px;border-color:transparent transparent #373739}.ie8 .tooltip.tip-top:after,.ie8 .tooltip.tip-top-left:after,.ie8 .tooltip.tip-top-right:after{top:auto;bottom:-20px;border-color:#373739 transparent transparent}.ie8 .tooltip.tip-left:after,.ie8 .tooltip.tip-bottom-left:after,.ie8 .tooltip.tip-top-left:after{right:15px;left:auto}.ie8 .tooltip:after,.ie8 .tooltip.tip-bottom-right:after,.ie8 .tooltip.tip-top-right:after{left:15px}.ie8 span.la-Warning{margin:7px 0 0 10px}.ie8 body{min-width:760px}.ie8 #btt{bottom:147px}a[type=submit].primary{background:#009ddb;border:10px solid #009ddb;display:inline-block;color:#fff;text-align:center;text-decoration:none}.signindiv{text-align:center}.dialog .dialog-content.inactivewarning-dialog{padding-bottom:0}.dialog.msgbox .dialog-content>div.inactivewarning{padding:25px;text-align:center}.dialog.msgbox .dialog-content>div.inactivewarning div{padding:10px 0}.dialog.msgbox .dialog-content>div.inactivewarning .icon.la-Sleep:before{font-size:1.8em}.dialog.msgbox .dialog-content>div.inactivewarning>.footer{font-size:.8em;color:#6d6e71}.inactivedialog-content,.authdialog-content{padding:0 20px}.tablesorter-default{width:100%;font:12px/18px Arial,Sans-serif;color:#333;background-color:#fff;border-spacing:0;margin:10px 0 15px;text-align:left}.tablesorter-default th,.tablesorter-default thead td,.tablesorter-default thead th.tablesorter-header{font-weight:700;padding:10px 0}.tablesorter-default tfoot th,.tablesorter-default tfoot td{border:0}.tablesorter-default thead .tablesorter-headerAsc,.tablesorter-default thead .tablesorter-headerDesc{background-color:#d5eff9}.tablesorter-default thead .tablesorter-header-inner{display:inline;padding-right:5px;padding-left:10px;padding-top:10px;padding-bottom:10px}.tablesorter-default thead .tablesorter-header-inner [type=radio],.tablesorter-default thead .tablesorter-header-inner [type=checkbox]{box-shadow:none;margin:0}.tablesorter-default.SS_DataTable{padding-top:0}.tablesorter-default thead .tablesorter-headerAsc:after{content:"\\e607";font-size:1.5em;vertical-align:top}.tablesorter-default thead .tablesorter-headerDesc:after{content:"\\e60a";font-size:1.5em;vertical-align:top}.tablesorter-default thead .sorter-false.tablesorter-unsorted:after{content:" "}.tablesorter-default thead .tablesorter-unsorted:after{content:"\\e986";font-size:1.5em;vertical-align:top}.tablesorter-default thead .sorter-false{background-image:none;cursor:default;padding-right:5px;padding-left:10px;padding-top:10px;padding-bottom:10px}.tablesorter-default tfoot .tablesorter-headerSortUp,.tablesorter-default tfoot .tablesorter-headerSortDown,.tablesorter-default tfoot .tablesorter-headerAsc,.tablesorter-default tfoot .tablesorter-headerDesc{border-top:#000 2px solid}.tablesorter-default td{background-color:#fff;border-bottom:#ccc 1px solid;padding:4px;vertical-align:top}.tablesorter-default tbody>tr.hover>td,.tablesorter-default tbody>tr:hover>td,.tablesorter-default tbody>tr.even:hover>td,.tablesorter-default tbody>tr.odd:hover>td{background-color:#fff;color:#000}.tablesorter-default .tablesorter-processing{background-position:center center!important;background-repeat:no-repeat!important;background-image:url(\'data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=\')!important}.tablesorter-default tr.odd>td{background-color:#dfdfdf}.tablesorter-default tr.even>td{background-color:#efefef}.tablesorter-default tr.odd td.primary{background-color:#bfbfbf}.tablesorter-default td.primary,.tablesorter-default tr.even td.primary{background-color:#d9d9d9}.tablesorter-default tr.odd td.secondary{background-color:#d9d9d9}.tablesorter-default td.secondary,.tablesorter-default tr.even td.secondary{background-color:#e6e6e6}.tablesorter-default tr.odd td.tertiary{background-color:#e6e6e6}.tablesorter-default td.tertiary,.tablesorter-default tr.even td.tertiary{background-color:#f2f2f2}.tablesorter-default .tablesorter-filter-row{background-color:#eee}.tablesorter-default .tablesorter-filter-row td{background-color:#eee;border-bottom:#ccc 1px solid;line-height:normal;text-align:center;-webkit-transition:line-height .1s ease;-moz-transition:line-height .1s ease;-o-transition:line-height .1s ease;transition:line-height .1s ease}.tablesorter-default .tablesorter-filter-row .disabled{opacity:.5;filter:alpha(opacity=50);cursor:not-allowed}.tablesorter-default .tablesorter-filter-row.hideme td{padding:2px;margin:0;line-height:0;cursor:pointer}.tablesorter-default .tablesorter-filter-row.hideme *{height:1px;min-height:0;border:0;padding:0;margin:0;opacity:0;filter:alpha(opacity=0)}.tablesorter-default input.tablesorter-filter,.tablesorter-default select.tablesorter-filter{width:95%;height:auto;margin:4px auto;padding:4px;background-color:#fff;border:1px solid #bbb;color:#333;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:height .1s ease;-moz-transition:height .1s ease;-o-transition:height .1s ease;transition:height .1s ease}.tablesorter .filtered{display:none}.tablesorter .tablesorter-errorRow td{text-align:center;cursor:pointer;background-color:#e6bf99}:focus{outline:dotted 1px #000}header.banner .nexisredesign li .la-Permalink:before,header.banner .nexisredesign li .la-ZoomIn:before,header.banner .nexisredesign li .la-Search:before,header.banner .nexisredesign li .la-Folder:before,header.banner .nexisredesign li .la-News:before,header.banner .nexisredesign li .la-IncludeLegalPhraseEq:before,header.banner .nexisredesign li .la-ZoomOut:before,header.banner .nexisredesign li .la-ExcludeLegalPhraseEq:before{color:#0c46a1}#btt.nexisredesign{right:16px;bottom:219px}#btt.nexisUniButton{bottom:139px}.la-JumpToTop.nexisredesign{width:56px;height:56px;border-radius:5px;background-color:#132a43}.la-JumpToTop.nexisredesign:hover,.la-JumpToTop.nexisredesign:focus{background-color:#06579a;border-color:#06579a}header.banner .expanded+.supplemental.nexisredesign{box-shadow:0 3px 6px 0 rgba(0,0,0,.16);-webkit-box-shadow:0 3px 6px 0 rgba(0,0,0,.16);-moz-box-shadow:0 3px 6px 0 rgba(0,0,0,.16)}'),ln.advance.component.injectcss("framework-error-default","#error_output{background:none repeat scroll 0 0 #EFEFEF;border-top:1px solid #ccc;bottom:0;box-shadow:-3px 3px 4px #ccc inset;height:180px;position:fixed;width:100%;z-index:100000}#error_output>div{height:150px;overflow:auto;padding:10px}#error_output strong{font-weight:700!important}#error_output .orange{color:red}"),ln.advance.component.injectcss("framework-pods-default",'.globalpod{border:1px solid #bcbec0;border-top:0}.globalpod:before{content:\'\';display:block;height:0;margin:0 -1px;border-top:6px solid}.globalpod em{font-style:italic}.globalpod-header{border-bottom:1px solid #bcbec0;position:relative}.globalpod-header:after{content:".";display:block;height:0;font-size:0;visibility:hidden;overflow:hidden;clear:both;border-style:none!important;padding:0!important}.globalpod-header>button{box-sizing:border-box;width:33px;height:41px;padding:8px 0 4px;vertical-align:top;border:0;border-right:1px solid #bcbec0;background-color:transparent;font-size:20px;font-size:2rem}.globalpod-header>button:before{transition:.2s linear 0s;display:inline-block}.globalpod-header>a[data-helpkey]{float:right;padding:14px 16px;font-size:14px;text-decoration:none}.globalpod-header>span{display:inline-block;padding:6px 5px}.globalpod-header>span .icon{position:relative;top:-1px;font-size:26px;font-size:2.6rem;line-height:1;color:#6d6e71}.globalpod-header>span .icon:before{vertical-align:middle;color:#6d6e71}.globalpod-label{color:#525355;font-size:20px;font-size:2rem}.globalpod.collapsed .globalpod-header{border-bottom:0}.globalpod.collapsed .globalpod-header>button:before{-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.ie8 .globalpod.collapsed .globalpod-header>button:before{content:"\\e608"}.globalpod-tabs{display:table;background-color:#F4F4F5;padding:0;width:100%;box-sizing:border-box;overflow:hidden}.globalpod-tabs>li{width:1%;display:table-cell;border-left:1px solid #bcbec0;border-bottom:1px solid #bcbec0}.globalpod-tabs>li:first-child{border-left:0}.globalpod-tabs>li.selected{background:#fff;border-bottom:1px solid #fff;margin-bottom:-1px}.globalpod-tabs>li>button{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:1em;height:37px;color:#212121;text-align:center;width:100%}.globalpod-tabs>li.selected>button{color:#ED1C24}.globalpod-content{padding:15px}.globalpod.collapsed .globalpod-content{display:none}.globalpod-footer{width:100%;border-top:1px solid #bcbec0;display:table;table-layout:fixed}.globalpod-footer>li{display:table-cell;padding:12px;border-left:1px solid #bcbec0;text-align:center;vertical-align:middle}.globalpod-footer>li:first-child{border-left:0}.globalpod-footer>li:only-child{text-align:left}.globalpod-footer>li.only-child{text-align:left}.globalpod-footer>li a{font-weight:700;text-decoration:none}.globalpod-footer>li.show-more{box-shadow:0 1px 0 #bcbec0,0 6px 0 -2px #fff,0 6px 0 -1px #bcbec0,0 11px 0 -4px #fff,0 11px 0 -3px #bcbec0}.globalpod-footer>li.show-more .icon{position:relative;top:1px}.globalpod.collapsed .globalpod-footer{display:none}.globalpod.open li.show-more{box-shadow:none}.globalpod>.globalpod-footer .la-ShowMore:before{display:inline-block;transition:.2s linear 0s}.globalpod.open>.globalpod-footer .la-ShowMore:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}.ie8 .globalpod.open>.globalpod-footer .la-ShowMore:before{content:"\\e678"}.globalpod li.overflow{display:none}.globalpod.open li.overflow{display:inherit}'),Handlebars.set({framework:{backtotop:{compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,o,n){return'<button tabindex="0" id="btt" type="button" class="icon la-JumpToTop" aria-live="polite" aria-label="Back to Top">\r\n	<span role="tooltip" class="tooltip">Back to Top</span>\r\n</button>'
},useData:!0},error:{exception:{1:function(e,t,o,n){var r,a=this.lambda,i=this.escapeExpression;return'            <li>\r\n                <code>\r\n                    <strong><span class="orange">'+i(a(null!=(r=null!=e?e.data:e)?r.time:r,e))+":</span></strong> \r\n                    <strong>"+i(a(null!=e?e.event:e,e))+"</strong> thrown by <strong>"+i(a(null!=(r=null!=e?e.data:e)?r.name:r,e))+"</strong> \r\n                    method of <strong>"+i(a(null!=e?e.type:e,e))+"</strong> \r\n                    component in <strong>"+i(a(null!=e?e.origin:e,e))+'</strong>: <strong><span class="red">"'+(null!=(r=a(null!=(r=null!=e?e.data:e)?r.message:r,e))?r:"")+'"</span></strong>\r\n                </code>\r\n            </li>\r\n'},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,o,n){var r;return'<div id="error_output">\r\n    <div>\r\n        <ul>\r\n'+(null!=(r=t.each.call(e,null!=e?e.arr:e,{name:"each",hash:{},fn:this.program(1,n,0),inverse:this.noop,data:n}))?r:"")+"        </ul>\r\n    </div>\r\n</div>"},useData:!0},message:{1:function(e,t,o,n){var r,a=this.lambda;return'            <li>\r\n                <code>\r\n                    <strong><span class="orange">'+this.escapeExpression(a(null!=(r=null!=e?e.data:e)?r.time:r,e))+':</span></strong> \r\n                    <strong><span class="red">"'+(null!=(r=a(null!=(r=null!=e?e.data:e)?r.message:r,e))?r:"")+'"</span></strong>\r\n                </code>\r\n            </li>\r\n'},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,o,n){var r;return'<div id="error_output">\r\n    <div>\r\n        <ul>\r\n'+(null!=(r=t.each.call(e,null!=e?e.arr:e,{name:"each",hash:{},fn:this.program(1,n,0),inverse:this.noop,data:n}))?r:"")+"        </ul>\r\n    </div>\r\n</div>"},useData:!0}},helpdialog:{compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,o,n){var r;return'<section>\r\n    <iframe scrolling="yes" src="'+this.escapeExpression((r=null!=(r=t.url||(null!=e?e.url:e))?r:t.helperMissing,"function"==typeof r?r.call(e,{name:"url",hash:{},data:n}):r))+'"></iframe>\r\n</section>'},useData:!0},inactivedialog:{1:function(e,t,o,n){return'    <div class="inactivedialog-content">\r\n        Your session is about to expire.<br/><br/>Select <strong>OK</strong> to continue your session.\r\n    </div>\r\n'},3:function(e,t,o,n){return'    <div class="inactivedialog-content">\r\n        Your session is no longer active. In order to continue your work, you must sign in to the service again.\r\n    </div>\r\n'},5:function(e,t,o,n){return'        <button type="submit" data-action="confirm" class="button primary">OK </button>\r\n'},7:function(e,t,o,n){return'        <a href="#" data-signkey="signin" type="submit" class="primary">Sign In</a>\r\n'},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,o,n){var r;return'<header role="banner" class="dialog-header">\r\n    <h1>Inactive Session</h1>\r\n</header>\r\n<form class="modal-dialog-body notranslate dialog-content" novalidate="novalidate" role="form" action="">\r\n'+(null!=(r=t["if"].call(e,null!=(r=null!=e?e.props:e)?r.ttlurl:r,{name:"if",hash:{},fn:this.program(1,n,0),inverse:this.program(3,n,0),data:n}))?r:"")+'</form>\r\n<footer class="dialog-footer">\r\n    <div class="button-group">\r\n'+(null!=(r=t["if"].call(e,null!=(r=null!=e?e.props:e)?r.ttlurl:r,{name:"if",hash:{},fn:this.program(5,n,0),inverse:this.program(7,n,0),data:n}))?r:"")+"    </div>\r\n</footer>"},useData:!0},inactivewarningdialog:{compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,o,n){return'<form class="dialog-content inactivewarning-dialog" novalidate="novalidate" role="form" action="">\r\n    <div class="inactivewarning">\r\n        <h1 class="inactivewarningtitle">\r\n            Are you still working?\r\n        </h1>\r\n        <div>\r\n            <span class="icon la-Sleep"></span>\r\n        </div>\r\n        <div>\r\n            <input type="submit" data-action="confirm" value="Yes" class="primary" />\r\n        </div>\r\n        <div class="footer">\r\n            Click any key or anywhere on the screen to continue working.\r\n        </div>\r\n    </div>\r\n</form>'},useData:!0},template:{error:{compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,o,n){var r,a=t.helperMissing,i="function",c=this.escapeExpression;return c((r=null!=(r=t.template||(null!=e?e.template:e))?r:a,typeof r===i?r.call(e,{name:"template",hash:{},data:n}):r))+": "+c((r=null!=(r=t.message||(null!=e?e.message:e))?r:a,typeof r===i?r.call(e,{name:"message",hash:{},data:n}):r))},useData:!0}},mipinactivewarningdialog:{compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,o,n){return'<form class="dialog-content inactivewarning-dialog" novalidate="novalidate" role="form" action="">\r\n    <div class="inactivewarning">\r\n        <h1 class="inactivewarningtitle">\r\n            Are you still working?\r\n        </h1>\r\n        <div>\r\n            <span class="inactivewarningtext">Your session is about to expire.</span>\r\n        </div>\r\n        <div>\r\n            <input type="submit" data-action="yes" value="Yes" class="primary" />\r\n            <input type="submit" data-action="no" value="No, I\'m Done" class="secondary" />\r\n        </div>\r\n    </div>\r\n</form>'},useData:!0},view:{loading:{compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,o,n){return"loading..."},useData:!0},error:{1:function(e,t,o,n){return'   Click <a data-event="retry" href="#">here</a> to retry.\r\n'},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,o,n){var r;return"Lexis® has encountered an error processing your request. Please verify that you are connected to the internet and that you are still signed in to Lexis. If those steps don't correct the problem, please restart your browser. We apologize for the inconvenience. If you continue to have problems, please call Customer Support at 1-800-543-6862.\r\n"+(null!=(r=t["if"].call(e,null!=e?e.canretry:e,{name:"if",hash:{},fn:this.program(1,n,0),inverse:this.noop,data:n}))?r:"")},useData:!0}},authdialog:{compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,o,n){return'<header role="banner" class="dialog-header">\r\n    <h1>Session Ended</h1>\r\n</header>\r\n<form class="modal-dialog-body notranslate dialog-content" novalidate="novalidate" role="form" action="">\r\n    <div class="authdialog-content">Your session is no longer active. Please close the tab.</div>\r\n</form>'},useData:!0}}})}).call(window);
// Copyright © 2025 LexisNexis. All rights reserved.
(function(){"use strict";(function(){if(!this.assets_require){var t={},e={},n=function(i,l){var r=a(l,i),s=e[r],d;if(s)return s.exports;if(!(d=t[r]||t[r=a(r,"./index")]))throw"module '"+i+"' not found";s={id:r,exports:{}};try{return e[r]=s,d(s.exports,function(t){return n(t,o(r))},s),s.exports}catch(p){throw delete e[r],p}},a=function(t,e){var n=[],a,o;a=/^\.\.?(\/|$)/.test(e)?[t,e].join("/").split("/"):e.split("/");for(var i=0,l=a.length;l>i;i++)o=a[i],".."==o?n.pop():"."!=o&&""!=o&&n.push(o);return n.join("/")},o=function(t){return t.split("/").slice(0,-1).join("/")};this.assets_require=function(t){return n(t,"")},this.assets_require.define=function(e){for(var n in e)t[n]=e[n]}}return this.assets_require.define}).call(this)({"lib/callout/main":function(t,e,n){(function(){n.exports=ln.advance.view.extend({type:"callout",template:"assets.callout",dismissCallout:function(t){$(window).off("scroll",this.scrollHandler),$(window).on("resize",this.resizeHandler),this.model.get("props.confirmCallback")(t,this.el)},events:{"click .dismissCallout":"dismissCallout","click .helpLink":"showHelp"},listener:{"* showCalloutMessage":"showCalloutUpdatePosition"},create:function(t){this.setProps(t),this.render();var e=this.model.get("props.anchorElement"),n=$(e);if(n&&0!==n.length){this.$el.appendTo($("body"));var a=this.model.get("props.orientation"),o=this.model.get("props.alignment"),i=$(this.$el.find(".calloutMessage")),l=this.setPosition;this.scrollHandler=function(){setTimeout(function(){l(e,a,o,i)},0)},this.resizeHandler=function(){clearTimeout(this.resizeHandlerTimeout),this.resizeHandlerTimeout=setTimeout(l.bind(this,e,a,o,i),100)}.bind(this),this.model.get("props.lazyShow")&&(i.hide(),n.removeClass("calloutVisible"),this.channel.on("ln.advance.api",function(t){e&&n.is(":visible")&&(!t||"framework"!==t.type||"lazycomplete"!==t.event&&"lazyerror"!==t.event||this.showCallout(e,a,o,i))}.bind(this))),$(window).scroll(this.scrollHandler),$(window).on("resize",this.resizeHandler),this.scrollHandler()}},showCalloutUpdatePosition:function(t){var e=t.data;this.showCallout(e.anchorElement,e.orientation,e.alignment,e.calloutElement)},showCallout:function(t,e,n,a){this.setPosition(t,e,n,a),$(this.$el.find(".calloutMessage")).show(),$(t).addClass("calloutVisible")},setProps:function(t){var e=t;e.showXButton="confirm"!==e.buttonType&&"none"!==e.buttonType,e.showConfirmButton="x"!==e.buttonType&&"none"!==e.buttonType,e.confirmButtonText=e.confirmButtonText||"Got It!",e.orientation=e.orientation||"bottom",e.template&&e.templateModel&&(e.templateHtml=Handlebars.run(e.template,e.templateModel)),this.model.set("props",e)},setPosition:function(t,e,n,a){var o=$(t);if(a.is(":visible")&&!o.is(":visible")&&(a.hide(),o.removeClass("calloutVisible")),o&&o.length>0){var i=0,l=0,r=o.offset(),s=o.outerHeight(),d=o.outerWidth(),p=a.outerHeight(),c=a.outerWidth(),u=10;i=0===e.indexOf("bottom")?r.top+s+u:0===e.indexOf("top")?r.top-p-u:r.top+s/2-p/2,l="left"===e?r.left-c-u:"right"===e?r.left+d+u:r.left+d/2-c/2,0===e.indexOf("bottom")||0===e.indexOf("top")?n&&("right"===n?l+=.25*c:"left"===n&&(l-=.25*c)):("left"===e||"right"===e)&&n&&("top"===n?i-=.25*p:"bottom"===n&&(i+=.25*p)),0>l&&(l=0),a.css({top:i+"px",left:l+"px"})}else a.hide(),o.removeClass("calloutVisible")},showHelp:function(t){t.openhelppage({helpkey:this.model.get("props.helpKey")})},initialize:function(t){if(this.options.data.autodismiss){var e=this.options.data.autodismiss===!0?5e3:this.options.data.autodismiss;setTimeout(this.dismissCallout.bind(this),e)}this.inject(this,{create:[],dismissCallout:["utils"],showHelp:["utils"]},["analytics"]),this.model=t.model?t.model:{},this.create(t.data)}})}).call(window)},"lib/dialog/LNDialog":function(t,e,n){(function(){var t=$('<div class="overlay"></div>'),e=0,a=null,o=null,i=null;n.exports=ln.advance.view.extend({tagName:"aside",overlay:!0,append:!0,autorender:!0,events:{},show:function(n){if(!(this.visible||this.onshow&&this.onshow(n)===!1)){this.visible=!0,o&&a||(a=$(document),o=$("body")),i=window.matchMedia("screen and (min-width: 760px)").matches,this.overlay&&(e||t.appendTo(o),e++),this.model.set({"collections.currentdialog.0.clientside.template_header":this.template_custom_header||"assets.LNdialog.header","collections.currentdialog.0.clientside.template_footer":this.template_custom_footer||"assets.LNdialog.footer","collections.currentdialog.0.clientside.template_content":this.template_content}),this.template_content&&this.$el.run("assets.LNdialog.base",this.model.get("collections.currentdialog.0")),i||($("main").addClass("hidden"),$("body > footer").addClass("hidden"),this.hideheader&&$("body > header").addClass("hidden"));var l=n&&n.anchor||this.anchor||o;this.append?this.$el.appendTo(l):this.$el.insertAfter(l),this.tabbed&&i&&this.switchtab(this.model),this.delegateEvents(),a.on({keydown:this.keysink})}},keysink:function(t){27===t.keyCode&&this.hide(!0)},hide:function(n){this.visible&&(this.onhide&&this.onhide(n)===!1||(this.visible=!1,this.overlay&&(e--,e||t.remove()),this.$el.remove(),this.model.clear(),a.off({keydown:this.keysink}),this.owner&&this.owner.focus()))},doaction:function(t){t.preventDefault();var e=$(t.target).data("action");switch(e){case"confirm":if(this.validate&&this.validate()===!1)return;this.save&&this.save(),this.hide();break;case"cancel":this.hide(!0);break;default:this.trigger("action",e,t)}},setactive:function(t){var e=this.model,n=t.target.getAttribute("data-switch");e.set({"collections.currentdialog.0.clientside.activetab":n}),i?this.switchtab(e):e.hasChanged("collections.currentdialog.0.clientside.activetab")===!0&&"focusin"!==t.type?this.switchtab(e):($(".dialog-tabs > li").eq(n).removeClass("shown"),e.set({"collections.currentdialog.0.clientside.activetab":-1}))},switchtab:function(t){var e=document.querySelectorAll(".LNdialog .tabheaders > li"),n=document.querySelectorAll(".dialog-tabs > li"),a,o,l,r=function(e,n){for(a=e.length,o=0;a>o;o++)l=e[o],o===Number(t.attributes.collections.currentdialog[0].clientside.activetab)?($(l).addClass(n),i&&$(l).is(".dialog-tabs > li")?"undefined"!=typeof $(l).find(":input")[1]&&$(l).find(":input")[1].focus():window.scrollTo(0,0)):$(l).removeClass(n)};r(e,"active"),r(n,"shown")},initialize:function(t){var e=this;_.extend(this,_.pick(t,["type","anchor","owner","parent"])),this.$el.attr({role:"dialog","aria-label":"alert dialog"}),this.tabbed&&this.$el.addClass("tabbed"),this.inject(this,{keysink:[]},["analytics"]),this.model||(this.model=new ln.advance.component.Model),this.autorender&&this.model.on("change",function(){e.render()}),this.oninitialize&&this.oninitialize.apply(this,arguments),this.render()}})}).call(window)},"lib/dialog/base":function(t,e,n){(function(){var t=0,e=0,a=null,o=null;n.exports=ln.advance.view.extend({template:"assets.dialog",className:"dialog",tagName:"aside",attributes:{role:"dialog",tabindex:"-1"},overlay:$('<div class="overlay"></div>'),useoverlay:!0,append:!0,autorender:!0,allowescape:!0,events:{"click ul.actions input":"doaction","click header button[data-action]":"doaction",keydown:"trapTab"},show:function(n,i){if(!(this.visible||this.onshow&&this.onshow(n)===!1)){this.visible=!0,this.prev_targ=i||"",o&&a||(a=$(document),o=$("body")),this.useoverlay&&(t||o.addClass("modal"),t++,e||this.overlay.appendTo(o),e++);var l=n&&n.anchor||this.anchor||o;this.append?this.$el.appendTo(l):this.$el.insertAfter(l),this.$el.focus(),this.size&&this.$el.addClass(this.size),this.delegateEvents(),this.allowescape&&a.on({keydown:this.keysink}),this.onshown&&this.onshown(n)}},focusableElementsString:"a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, *[tabindex], *[contenteditable]",trapTab:function(t){var e,n,a,o,i;9===t.which&&(e=this.$el.find("*"),n=e.filter(this.focusableElementsString).filter(":visible"),a=jQuery(":focus"),o=n.length,i=n.index(a),t.shiftKey?0===i&&(n.get(o-1).focus(),t.preventDefault()):i===o-1&&(n.get(0).focus(),t.preventDefault()))},keysink:function(t){27===t.keyCode&&this.hide(!0)},hide:function(n){this.visible&&(this.onhide&&this.onhide(n)===!1||(this.visible=!1,this.useoverlay&&(t--,t||o.removeClass("modal"),e--,e||this.overlay.remove()),this.$el.remove(),this.allowescape&&a.off({keydown:this.keysink}),(this.prev_targ||this.owner)&&(this.prev_targ||this.owner).focus()))},doaction:function(t,e){e.preventDefault();var n=$(e.currentTarget).data(),a=n.action;if(n.helpkey)return t.openhelppage(n);switch(a){case"confirm":if(this.validate&&this.validate()===!1)return;this.save&&this.save(),this.hide();break;case"cancel":this.hide(!0);break;default:this.onaction&&this.onaction(a,e),this.trigger("action",a,e)}},initialize:function(t){_.extend(this,_.pick(t||{},["type","anchor","owner","parent"])),this.inject(this,{keysink:[]},["analytics"]),this.inject(this,{doaction:["utils"]},["analytics"]),this.model||(this.model=new ln.advance.component.Model),this.autorender&&this.model.on("change",function(){this.render()},this),this.oninitialize&&this.oninitialize.apply(this,arguments),this.render()}})}).call(window)},"lib/dialog/confirm":function(t,e,n){(function(){var t=e("./base");n.exports=t.extend({className:"dialog msgbox",template:"assets.confirm",events:{"click [data-action='cancel']":"doaction","click ul.actions input[data-action='confirm']":"onConfirm"},onshow:function(t){this.model.set(t)}})}).call(window)},"lib/dialog/gvs-base":function(t,e,n){(function(){var t=e("./base");n.exports=t.extend({className:"gvs-dialog",template:"assets.dialog",overlay:$('<div class="overlay dialog-overlay"></div>'),events:{"click .button-group button":"doaction","click header button[data-action]":"doaction",keydown:"trapTab"}})}).call(window)},"lib/dialog/gvs-confirm":function(t,e,n){(function(){var t=e("./base"),a=window.assets_require("./lib/toolbar/isNexisRedesign");n.exports=t.extend({className:"gvs-dialog msgbox small",overlay:$('<div class="overlay dialog-overlay"></div>'),template:"assets.confirm-gvs",events:{"click .button.secondary, .dialog-close button":"doaction","click .button.primary":"onConfirm"},onshow:function(t){this.model.set(t),a()&&this.model.set("props.isBisNexisRedesign",!0)}})}).call(window)},"lib/dialog/gvs-ladialog":function(t,e,n){(function(){var t=e("./ladialog");n.exports=t.extend({className:"gvs-dialog",template:"assets.ladialog-gvs",overlay:$('<div class="overlay dialog-overlay"></div>'),events:{"click .button-group button":"doaction","click header button[data-action]":"doaction","click .dialog-text-footer a":"openTermsConditionsDialog","click .gvs-tab-button a, .gvs-tab-mobile-button":"setTab",keydown:"trapTab","keydown .gvs-tab-button a":"changeTabFocus"},render:function(t,e){e||(e={}),e.data=_.extend({},this.data,e.data);var n=this.$el.find("#dialog-content"),a=this.$el.find("*");return this.customtemplate?this.$el.run(t||this.customtemplate,this.model):n.length?n.run(t||this.template,this.model):this.$el.run("assets.ladialog-gvs",this.model),this.trigger("render"),this.channel.trigger("render."+this.id,this),a.filter(this.focusableElementsString).filter(":visible").first().focus(),this},setTabAccessibility:function(){var t=this.$el.find(".gvs-tabs-navigation .gvs-tab-button-link");t.attr("aria-selected",!1),t.attr("tabindex",0);var e=this.$el.find(".gvs-tab-button.active .gvs-tab-button-link");e.attr("aria-selected",!0),this.$el.find(".gvs-tab-content .supplemental").removeAttr("tabindex"),this.$el.find(".gvs-tab-content .supplemental.shown").attr("tabindex",0)},changeTabFocus:function(t){var e=this.$el.find(".gvs-tabs-navigation .gvs-tab-button"),n;if(e.each(function(t,e){document.activeElement===$(e).find("a")[0]&&(n=t)}),39===t.keyCode)n++;else if(37===t.keyCode)n--;else{if(13!==t.keyCode)return;this.setTab(t)}n>e.length-1?n=0:0>n&&(n=e.length-1);var a=e[n];a&&$(a).find("a").focus()},updateTemplate:function(t){var e=this.$el.find("header > h1"),n=this.$el.find("header .dialog-nav-help"),a=this.$el.find("footer > p"),o=this.$el.find("footer > .button-group .button.primary"),i=this.$el.find("footer > .button-group .button.secondary");t&&(e.length&&t.title&&(e.html(t.title),e.append('<span class="hidden">Dialog</span>')),n.length&&t.helpkey&&n.attr("data-helpkey",t.helpkey),a.length&&t.footernote&&a.html(t.footernote),o.length&&t.submittext&&o.html(t.submittext),i.length&&t.canceltext&&i.html(t.canceltext),t.action&&o.attr("data-action",t.action))},openTermsConditionsDialog:function(t){t.preventDefault();var e=window.Injector.get("page.props.openhelpindialog");if(e){if(!this.termsConditionsDlg){var n=window.assets_require("./lib/dialog/gvs-ladialog"),a=n.extend({className:"gvs-dialog default-termsconditions",template:"assets.kiosk.termsandconditions",size:"large",title:$(t.target).data("title"),onshown:function(){var t=this;$.get("/content/kiosk/TermsAndConditions.html").done(function(e){t.$el.find("section").html(e),t.setHeight()}),t.$el.find(".button-group .primary").remove()}});this.termsConditionsDlg=new a}this.termsConditionsDlg.show()}else{var o=$(t.target).data("url");window.open(o,"_blank")}return this},setHeight:function(t){},setTab:function(t){var e=this,n=this.$el.find(".gvs-tab-button.active a"),a=t?t.target.getAttribute("data-switch"):n.length?n.attr("data-switch"):0,o=this.$el.find(".gvs-tabs-navigation > .gvs-tab-button"),i=this.$el.find(".gvs-tab-panel > .supplemental "),l=this.$el.find(".gvs-tab-panel > .gvs-tab-mobile-button");this.model.set({"data.currentdialog.activetab":a},{silent:!0}),this.loop(o,"active"),this.loop(i,"shown"),this.loop(l,"active"),t&&this.setHeight(),this.setTabAccessibility()},loop:function(t,e){for(var n,a=0;a<t.length;a++)n=t[a],a===Number(this.model.attributes.data.currentdialog.activetab)?$(n).addClass(e):$(n).removeClass(e)}})}).call(window)},"lib/dialog/ladialog":function(t,e,n){(function(){var t=0,e=0,a=null,o=null,i;n.exports=ln.advance.view.extend({className:"ladialog",tagName:"aside",attributes:{role:"dialog"},overlay:$('<div class="overlay"></div>'),useoverlay:!0,append:!0,autorender:!0,allowescape:!0,customtemplate:!1,helpkey:!1,fittowindow:!1,closebtn:!0,footernote:!1,size:"medium",action:"confirm",title:"Dialog",submittext:"Submit",canceltext:"Cancel",hastabs:!0,events:{"click ul.actions input":"doaction","click header button[data-action]":"doaction","click .tabheaders button, .tabs button.setActive":"setTab","click .dialog-default-termsconditions":"openTermsConditions",keydown:"trapTab","keydown .tabheaders button":"changeTabFocus"},render:function(t,e){e||(e={}),e.data=_.extend({},this.data,e.data);var n=this.$el.find(".dialog-content"),a=this.$el.find("*");return this.customtemplate?this.$el.run(t||this.customtemplate,this.model):n.length?n.run(t||this.template,this.model):this.$el.run("assets.ladialog",this.model),this.trigger("render"),this.channel.trigger("render."+this.id,this),a.filter(this.focusableElementsString).filter(":visible").first().focus(),this},focusableElementsString:"a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, *[tabindex], *[contenteditable]",trapTab:function(t){var e,n,a,o,i;9===t.which&&(e=this.$el.find("*"),n=e.filter(this.focusableElementsString).filter(":visible"),a=jQuery(":focus"),o=n.length,i=n.index(a),t.shiftKey?0===i&&(n.get(o-1).focus(),t.preventDefault()):i===o-1&&(n.get(0).focus(),t.preventDefault()))},show:function(n,i){if(!(this.visible||this.onshow&&this.onshow(n)===!1)){this.visible=!0,this.prev_targ=i||"",o&&a||(a=$(document),o=$("body")),this.useoverlay&&(t||o.addClass("modal"),t++,e||this.overlay.appendTo(o),e++);var l=this,r=n&&n.anchor||this.anchor||o;this.append?this.$el.appendTo(r):this.$el.insertAfter(r),this.$el.addClass(this.size),this.render(),this.delegateEvents(),this.allowescape&&a.on({keydown:this.keysink}),this.setTab();var s=this.$el.find(".tabheaders button");s.attr("aria-selected",!1),s.attr("tabindex",-1);var d=this.$el.find(".tabheaders .active button");d.attr("aria-selected",!0),d.removeAttr("tabindex"),this.$el.find(".tabs li").removeAttr("tabindex"),this.$el.find(".tabs li.shown").attr("tabindex",0),this.hastabs||this.$el.find(".modal-dialog-body").addClass("modal-dialog-notabs"),this.setHeight(),this.model.on("sync",function(){l.setTab(),l.setHeight()});var p=_.debounce(function(){l.setHeight()},1e3);$(window).on("resize",p),this.onshown&&this.onshown(n)}},setHeight:function(t){var e=this,n=this.model.get("props.isdesktop"),a=$(window).height(),o=75,i=e.$el.find(e.$el.find(".shown section").length?".shown section":"section"),l=this.model.get("props.contentheight"),r,s=Math.round((window.outerWidth-8)/window.innerWidth*100+1),d=function(){return e.$el.height()},p=function(){return i.height()},c=function(){return a-(d()-p())-2*o};if(i.removeAttr("style").css("height","auto"),n){if(t)i.height(l);else{if(r=c(),this.fittowindow)i.height(r);else if(d()>a-2*o){if(s>100){var u=r+(s-2*screen.colorDepth);i.css({"min-height":u,"max-height":u})}i.height(r)}this.model.set("props.contentheight",r,{silent:!0})}e.$el.css("top",(a-d())/2)}},setTab:function(t){var e=this,n=this.$el.find("li.active button"),a=t?t.target.getAttribute("data-switch"):n.length?n.attr("data-switch"):0,o=this.$el.find(".tabheaders > li"),i=this.$el.find(".tabs > li"),l,r,s,d=function(t,n){for(l=t.length,r=0;l>r;r++)s=t[r],r===Number(e.model.attributes.data.currentdialog.activetab)?$(s).addClass(n):$(s).removeClass(n)};this.model.set({"data.currentdialog.activetab":a},{silent:!0}),d(o,"active"),d(i,"shown"),t&&this.setHeight()},keysink:function(t){27===t.keyCode&&this.hide(!0)},hide:function(n){this.visible&&(this.onhide&&this.onhide(n)===!1||(this.visible=!1,this.useoverlay&&(t--,t||o.removeClass("modal"),e--,e||this.overlay.remove()),this.$el.remove(),this.allowescape&&a.off({keydown:this.keysink}),(this.prev_targ||this.owner)&&(this.prev_targ||this.owner).focus()))},doaction:function(t,e){e.preventDefault();var n=$(e.currentTarget).data(),a=n.action;if(n.helpkey)return t.openhelppage(n);switch(a){case"confirm":if(this.validate&&this.validate()===!1)return;this.save&&this.save(),this.hide();break;case"cancel":this.hide(!0),"nexishomepageconfirmation"===this.model.get("props.action")&&location.reload();break;default:this.onaction&&this.onaction(a,e),this.trigger("action",a,e)}},updateTemplate:function(t){var e=this.$el.find("header > h1"),n=this.$el.find("header .helpkey"),a=this.$el.find("footer > p"),o=this.$el.find("footer > .actions .primary"),i=this.$el.find("footer > .actions .secondary");t&&(e.length&&t.title&&(e.html(t.title),e.append('<span class="hidden">Dialog</span>')),n.length&&t.helpkey&&n.attr("data-helpkey",t.helpkey),a.length&&t.footernote&&a.html(t.footernote),o.length&&t.submittext&&o.val(t.submittext),i.length&&t.canceltext&&i.val(t.canceltext),t.action&&o.attr("data-action",t.action))},openTermsConditions:function(t){t.preventDefault();var e=window.Injector.get("page.props.openhelpindialog");if(e){if(!this.termsConditionsDlg){var n=window.assets_require("./lib/dialog/ladialog"),a=n.extend({className:"ladialog default-termsconditions",template:"assets.kiosk.termsandconditions",size:"large",title:$(t.target).data("title"),onshown:function(){var t=this;$.get("/content/kiosk/TermsAndConditions.html").done(function(e){t.$el.find("section").html(e),t.setHeight()}),t.$el.find("ul.actions .primary").remove()}});this.termsConditionsDlg=new a}this.termsConditionsDlg.show()}else{var o=$(t.target).data("url");window.open(o,"_blank")}return this},initialize:function(t){var e=this,n=window.matchMedia("screen and (min-width: 760px)"),a=$("html").hasClass("ie8"),o=function(){var t=n.matches||a?!0:!1;e.model.set("props.isdesktop",t,{silent:!0})};_.extend(this,_.pick(t||{},["type","anchor","owner","parent","template","customtemplate"])),this.model||(this.model=new ln.advance.component.Model),this.customtemplate||this.model.set({"props.action":t&&t.action||this.action,"props.title":t&&t.title||this.title,"props.footernote":t&&t.footernote||this.footernote,"props.submittext":t&&t.submittext||this.submittext,"props.canceltext":t&&t.canceltext||this.canceltext,"props.template":t&&t.template||this.template,"props.helpkey":t&&t.helpkey||this.helpkey,"props.closebtn":t&&t.closebtn||this.closebtn}),this.events!==this.constructor.__super__.events&&_.extend(this.events,this.constructor.__super__.events),this.inject(this,{keysink:[],doaction:["utils"]},["analytics"]),this.autorender&&this.model.on("change",function(){this.render()},this),o(),n.addListener(function(){o()}),this.oninitialize&&this.oninitialize.apply(this,arguments),this.render()},changeTabFocus:function(t){var e=this.$el.find("ul.tabheaders li"),n;if(e.each(function(t,e){document.activeElement===$(e).find("button")[0]&&(n=t)}),39===t.keyCode)n++;else{if(37!==t.keyCode)return;n--}n>e.length-1?n=0:0>n&&(n=e.length-1);var a=e[n];a&&$(a).find("button").focus()},countDecrement:function(){t>0&&e>0&&(t--,e--)}})}).call(window)},"lib/dialog/msgbox":function(t,e,n){(function(){var t=e("./base");n.exports=t.extend({className:"dialog msgbox",template:"assets.msgbox.dialog",events:{"click ul.actions input":"doaction"},onshow:function(t){this.model.set(t)}})}).call(window)},"lib/dialog/popup":function(t,e,n){(function(){var t=e("./base");n.exports=t.extend({useoverlay:!1,onresize:function(){this.setposition(this.posoptions)},setposition:function(t){this.posoptions=t;var e=t.targetnode?t.targetnode.offset():{top:0,left:0},n=this.$el.outerWidth(),a=e.left+t.leftpos,o=e.top+t.toppos,i=$(window).width();i-a>=n?a=a:a>=n?a-=n:a=i/2-n/2,this.$el.css({position:"absolute",left:a,top:o})},initialize:function(t){var e=this;t.type&&(this.type=t.type),this.inject(this,{onresize:[],keysink:[]},["analytics"]),this.model||(this.model=new ln.advance.component.Model),this.model.on("change",function(){e.render()}),this.oninitialize&&this.oninitialize.apply(this,arguments),this.render(),$(window).resize(this.onresize)}})}).call(window)},"lib/lncalendar":function(t,e,n){(function(){var t=window.assets_require("./lib/toolbar/isBisMasterFeature"),e=window.assets_require("./lib/toolbar/isNexisRedesign"),a=window.assets_require("./lib/toolbar/isNexisDataLabMasterFeature"),o=window.assets_require("./lib/toolbar/isNexisDataLabRedesign");!function(i){n.exports=ln.advance.popup.extend({template:"assets.lncalendar",location:"insert",id:"datepicker",events:{"click .prevMonth":"prevMonth","click .nextMonth":"nextMonth","click .changeMonth":"changeMonth","click .changeYear":"changeYear","click .changeDate":"changeDate","click .selectMonth, .selectYear":"buttonclick","touchstart .selectMonth, .selectYear":"buttontouch","focus .selectMonth, .selectYear":"focusin","focus button":"focusout",click:"nope"},show:function(t){t=t||{},t.hasOwnProperty("anchor")&&(this.anchor=$(t.anchor).closest("button"),delete t.anchor),t.hasOwnProperty("displayformat")&&(this.displayformat=t.displayformat);var e=i(t.min||this.startdate).startOf("day"),n=i(t.max||this.enddate).startOf("day");e.isValid()&&n.isValid()&&(e.isBefore(n)||t.verifySameDate&&e.isSame(n))&&(this.startdate=e.toDate(),this.enddate=n.toDate()),void 0!==typeof t.yeardesc&&(this.yeardesc=t.yeardesc||!1);var a=i(t.curr||"","YYYY-MM-DD",!0);a.isValid()||(a=i(this.anchor.prev().val(),this.displayformat)),a.isValid()?this.currentdate=a.startOf("day").toDate():(t.usecurrentdate||"undefined"==typeof t.usecurrentdate)&&($(this.anchor).prev().val(i(this.currentdate).format(this.displayformat)),$(this.anchor).prev().trigger("change"),this.trigger("change",this.currentdate)),this.currentdate<this.startdate?this.currentdate=this.startdate:this.currentdate>this.enddate&&(this.currentdate=this.enddate),this.currentmonth=this.currentdate.getMonth(),this.currentyear=this.currentdate.getFullYear(),ln.advance.popup.prototype.show.apply(this,Array.prototype.slice.call(arguments))},setposition:function(){},nope:function(t){t.stopPropagation(),t.preventDefault()},initialize:function(t){this.startdate=i(this.model.get("props.min")||""),this.startdate.isValid()?this.startdate=this.startdate.startOf("day").toDate():(this.startdate=i().startOf("day").toDate(),this.startdate.setFullYear(this.startdate.getFullYear()-10)),this.enddate=i(this.model.get("props.max")||""),this.enddate=(this.enddate.isValid()?this.enddate:i()).startOf("day").toDate(),this.yeardesc=this.model.get("props.yeardesc")||!1,this.currentdate=i(this.model.get("props.curr")||""),this.currentdate=this.currentdate.isValid()?this.currentdate.toDate():this.enddate,this.currentmonth=this.currentdate.getMonth(),this.currentyear=this.currentdate.getFullYear(),this.buttonId=t&&t.buttonId?t.buttonId:_.uniqueId("calendarbutton"),this.displayformat=this.model.get("props.displayformat")||"LL"},render:function(){var n,l,r=[];for(n=this.startdate.getFullYear(),l=this.enddate.getFullYear()+1;l>n;n++)r.push({yearnumber:n,enabled:this.yearEnabled(n),selected:n===this.currentyear});this.yeardesc&&r.reverse();var s=[];for(n=0;12>n;n++)s.push({monthname:i(new Date(this.currentyear,n,1)).format("MMMM"),jsmonth:n,enabled:this.monthEnabled(n),selected:n===this.currentmonth});if("undefined"==typeof this.weekdays)for(this.weekdays=[],n=0;7>n;n++){var d=i().day(n);this.weekdays.push({longname:d.format("dddd"),shortname:t()&&e()||a()&&o()?d.format("ddd").toUpperCase():d.format("ddd").charAt(0)})}o()&&this.$el.addClass("gnsredesign");var p=new Date(this.currentyear,this.currentmonth+1,0);p=new Date(this.currentyear,this.currentmonth,p.getDate()-p.getDay()-35);var c=[];for(n=0;6>n;n++)for(c.push({days:[]}),l=0;7>l;l++)c[n].days.push({year:p.getFullYear(),jsmonthnumber:p.getMonth(),displaymonthnumber:p.getMonth()+1,dayofmonth:p.getDate(),jawsmonthday:i(p).format(" dddd, MMMM Do, YYYY"),enabled:p.getMonth()===this.currentmonth&&this.dateEnabled(p),selected:this.currentdate.getTime()===p.getTime()}),p.setDate(p.getDate()+1);this.$el.run(this.template,{years:r,months:s,weeks:c,weekdays:this.weekdays,currentmonth:i(new Date(this.currentyear,this.currentmonth,1)).format("MMMM"),currentyear:this.currentyear,prevmonthdisabled:this.prevMonthDisabled(),nextmonthdisabled:this.nextMonthDisabled(),buttonId:this.buttonId})},yearEnabled:function(t){return new Date(t,this.currentmonth,1)<=this.enddate&&this.startdate<new Date(t,this.currentmonth+1,1)},monthEnabled:function(t){var e,n;for(e=this.startdate.getFullYear(),n=this.enddate.getFullYear()+1;n>e;e++){var a=new Date(e,t,1);if(a>=this.startdate&&a<=this.enddate)return!0}return t===this.startdate.getMonth()?!0:!1},prevMonthDisabled:function(){return new Date(this.currentyear,this.currentmonth,1)<=new Date(this.startdate.getFullYear(),this.startdate.getMonth(),1)},nextMonthDisabled:function(){return new Date(this.currentyear,this.currentmonth,1)>=new Date(this.enddate.getFullYear(),this.enddate.getMonth(),1)},dateEnabled:function(t){return t>=this.startdate&&t<=this.enddate},hasValidDates:function(t,e){for(var n=1,a=new Date(t,e+1,0).getDate()+1;n!==a;n++)if(this.dateEnabled(new Date(t,e,n)))return!0;return!1},changeMonth:function(t){var e=parseInt($(t.currentTarget).closest("[data-jsmonth]").attr("data-jsmonth"),10)%12,n,a;if(this.hasValidDates(this.currentyear,e))return this.currentmonth=e,this.render(),void this.$el.find(".selectYear").focus();if(this.hasValidDates(this.currentyear-1,e))return this.currentmonth=e,this.currentyear--,this.render(),void this.$el.find(".selectYear").focus();for(n=this.startdate.getFullYear(),a=this.enddate.getFullYear()+1;a>n;n++)if(n!==this.currentyear&&n!==this.currentyear-1&&this.hasValidDates(n,e))return this.currentyear=n,this.currentmonth=e,this.render(),void this.$el.find(".selectYear").focus()},changeYear:function(t){var e=parseInt($(t.currentTarget).closest("[data-year]").attr("data-year"),10),n;e>=this.startdate.getFullYear()&&e<=this.enddate.getFullYear()&&(this.currentyear=e,this.render(),n=this.$el.find(".nextMonth").filter(":enabled"),0===n.length&&(n=this.$el.find(".prevMonth")),n.focus())},prevMonth:function(){this.updateMonthAndRender(-1,".prevMonth")},nextMonth:function(){this.updateMonthAndRender(1,".nextMonth")},updateMonthAndRender:function(t,e){var n=new Date(this.currentyear,this.currentmonth+t,1),a;n<this.startdate?(n=this.startdate,e=".nextMonth"):n>this.enddate&&(n=this.enddate,e=".prevMonth"),this.currentyear=n.getFullYear(),this.currentmonth=n.getMonth(),this.render(),a=this.$el.find(e).filter(":enabled").first(),0===a.length&&(a=this.$el.find(".prevMonth, .nextMonth").filter(":enabled").first()),a.focus()},changeDate:function(t){var e=$(t.currentTarget).attr("data-monthday"),n=$(this.anchor).prev();$(this.anchor).prev().val(i({y:this.currentyear,M:this.currentmonth,d:e}).format(this.displayformat)),this.currentdate=new Date(this.currentyear,this.currentmonth,e),n.trigger("change").focus().blur().next().focus(),this.close(),this.trigger("change",[n,this.currentdate])},buttonclick:function(t){var e=$(t.currentTarget).closest(".trigger");if(this.$el.find(".trigger.expanded").not(e).removeClass("expanded").addClass("collapsed").attr("aria-expanded","false"),e.hasClass("expanded")?this.currentFocus===t.currentTarget&&e.removeClass("expanded").addClass("collapsed").attr("aria-expanded","false"):(this.currentFocus!==t.currentTarget&&e.focus(),e.removeClass("collapsed").addClass("expanded").attr("aria-expanded","true")),this.menus&&(this.menus.css({position:"static"}).removeAttr("style"),e.css({position:"absolute"}).removeAttr("style")),this.currentFocus=t.currentTarget,this.menus){var n=$('<style>.toolbar .la-TriangleDownAfter:after,.toolbar .supplemental .icon:before{content:"\\e607"!important; visibility:hidden!important}</style>').appendTo("body");setTimeout(function(){n.remove()},0)}},focusin:function(t){this.focuschange(t)},focusout:function(t){this.currentFocus=null,this.focuschange(t)},buttontouch:function(t){this.buttonclick(t),t.preventDefault()},focuschange:_.throttle(function(t){var e=$(document.activeElement).parentsUntil("#datepicker").andSelf().prev().andSelf().filter(".trigger").find(".trigger").andSelf();if($("#datepicker .expanded").not(e).removeClass("expanded").addClass("collapsed").attr("aria-expanded","false"),this.menus){this.menus.css({position:"static"}).removeAttr("style");var n=$('<style>#datepicker .la-TriangleDownAfter:after,#datepicker .supplemental .icon:before{content:"\\e607"!important; visibility:hidden!important}</style>').appendTo("body");setTimeout(function(){n.remove()},0)}},16,{leading:!1})})}(window.moment)}).call(window)},"lib/podactionsmenu/main":function(t,e,n){(function(){n.exports=ln.advance.view.extend({autorender:!1,initresize:!0,displaytray:!0,isClearAllTrigger:!1,template:"assets.podactionsmenu",events:{"click .menu-button":"selectoption"},initialize:function(t){this.inject(this,{create:[]},["analytics"]),this.selectoption=e("./selectoption"),this.model=t.model?t.model:{},this.create(t.data)},create:function(t){var e=t;this.model.set("props",e),this.render()},addToPod:function(){var t=ln.events.api("getIsELibraryPage"),e=!0;if(t&&t.length>0&&t[0].data){var n=ln.events.api("getIsPageOwner");e=n&&n.length>0&&n[0].data}if(e){var a=this.model.get("props.anchorElement"),o=$(a),i=o.height(),l=$(a).parent(),r=o.find("a.pod-tips"),s=o.find(".poweredby");if(r&&r.length>0?r.addClass("moveright"):s&&s.length>0?s.addClass("moveright"):this.$el.find(".podactionsmenu").addClass("noleftborder"),l.css({overflow:"initial"}),!o||0===o.length)return;this.$el.appendTo(o),this.$el.find(".podactionsmenu").css({height:i})}}})}).call(window)},"lib/podactionsmenu/selectoption":function(t,e,n){(function(){n.exports=function(t){t.preventDefault(),t.stopPropagation();var e=$(t.target),n=e.data("option");switch(n){case"edit-pod":break;case"delete-pod":this.broadcast("ct.deletepod",this.model.id)}}}).call(window)},"lib/toolbar/gvs/backtotopmanager":function(t,e,n){(function(){t.__esModule=!0,t.BackToTopManager=void 0;var e=function(){function t(){this.isAdjusted=!1
}return t.prototype.adjustBottom=function(t){var e=$("#btt");$("#btt").css("margin-bottom",t+"px"),this.isAdjusted=!0},t.prototype.reset=function(){this.isAdjusted&&($("#btt").css("margin-bottom",""),this.isAdjusted=!1)},t}();t.BackToTopManager=e}).call(window)},"lib/toolbar/gvs/dictionary":function(t,e,n){(function(){t.__esModule=!0,t.TraySelectedLabel=t.SnapshotSectionLabel=t.JumpToLabel=t.MultipleItemMessage=t.SingleItemMessage=t.TrayMsgBoxOkBtn=t.TrayMsgBoxCancelBtn=t.TrayMsgBoxMessage=t.TrayMsgBoxTitle=t.SortByLabel=void 0,t.SortByLabel="Sort by:",t.TrayMsgBoxTitle="Clear Delivery Tray",t.TrayMsgBoxMessage="Are you sure you want to remove all documents from the delivery tray?",t.TrayMsgBoxCancelBtn="Cancel",t.TrayMsgBoxOkBtn="Clear Delivery Tray",t.SingleItemMessage="document has been removed from the delivery tray",t.MultipleItemMessage="documents have been removed from the delivery tray",t.JumpToLabel="Jump To:",t.SnapshotSectionLabel="Snapshot section",t.TraySelectedLabel="SELECTED"}).call(window)},"lib/toolbar/gvs/enums":function(t,e,n){(function(){t.__esModule=!0,t.MouseButtons=void 0;var e;!function(t){t[t.Main=0]="Main",t[t.Auxiliary=1]="Auxiliary",t[t.Secondary=2]="Secondary"}(e=t.MouseButtons||(t.MouseButtons={}))}).call(window)},"lib/toolbar/gvs/gvstoolbar":function(t,e,n){(function(){var n=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(e,n)};return function(e,n){function a(){this.constructor=e}if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");t(e,n),e.prototype=null===n?Object.create(n):(a.prototype=n.prototype,new a)}}();t.__esModule=!0,t.GvsToolbar=void 0;var a=e("./toolbar"),o=e("./toolbaritemfactory"),i=e("./enums"),l=e("./traymenu"),r=e("./jquerydomhelper"),s=e("./sortbymenu"),d=e("./jumptomenu"),p=e("./backtotopmanager"),c=function(t){function e(e){var n=this;return e.events=e.events||{},e.events["click button[data-action]"]="click",e.events["click button:not([data-action])"]="externalClick",n=t.call(this,e)||this,n.verticalOffset=e.offset,n.useLinks=e.useLinks,n.useViewSelected=e.useViewSelected,n.useGetItNow=e.useGetItNow,n.disableSortBy=e.disableSortBy,n.type="toolbar",n.listener={"* toolbarhide":"hideitem","* toolbarshow":"showitem","* toolbartoggle":"toggleitem","* toolbarenable":"enableitem","* toolbardisable":"disableitem","* toolbaropenmenu":"openmenu","* activeworkspacestatus":"updatejupyterexportstatus"},n.init(),$(document).click(function(t){return n.onClickOutside(t)}),$(window).scroll(_.throttle(function(t){return n.onWindowScroll()},200)),$(window).resize(_.throttle(function(t){return n.onWindowResized()},200)),n.inject(n,{click:[]},["analytics"]),n.on("trayupdated",function(t){return n.toolbar.updateDeliveryTrayHeader(t)}),n.on("action",function(t,e){return n.onAction(t,e)}),n.render(),n}return n(e,t),e.prototype.init=function(){var t=this.model.toJSON?this.model.toJSON():this.model,e=this,n=new r.JQueryDomHelper(this.$el),i=new o.ToolbarItemFactory(n,t),l=new p.BackToTopManager;this.toolbar=new a.Toolbar(e,i,n,l)},e.prototype.click=function(t){if(t.button===i.MouseButtons.Main){var e=t.currentTarget,n=e.dataset,a=n.action||n.id;this.toolbar.click(a,t,n.value),t.preventDefault(),t.stopPropagation()}},e.prototype.externalClick=function(t){t.button===i.MouseButtons.Main&&this.toolbar.closeAllMenus()},e.prototype.render=function(){var t=this,e=Handlebars.run("assets.toolbar_gvs",this),n=this.$("buttons");return n.length>0?n.replaceWith(e):this.$el.prepend(e),this.toolbar.menus.forEach(function(e){var n=t.toolbar.getMenuViewOptions(e.action);switch(n.el=t.$('[data-menu="'+e.action+'"]'),n.menu.ui=new r.JQueryDomHelper(n.el),n&&n.item&&n.item.kind){case"tray":var a=n;a.useLinks=t.useLinks,a.useViewSelected=t.useViewSelected,t.tray=new l.TrayMenu(a);break;case"sortby":t.sortby=new s.SortByMenu(n,t.disableSortBy);break;case"jumptomenu":t.jumpto=new d.JumpToMenu(n)}}),this.channel.trigger("ln.advance.api",{origin:this.id+"_toolbar",type:"toolbar",event:"toolbar.render",data:this}),this.broadcast("toolbar.getactiveworkspace"),this},e.prototype.isHasData=function(t){return void 0!==t.data},e.prototype.parseAction=function(t){return this.isHasData(t)?t.data:t},e.prototype.onAction=function(t,e){switch(t){case"gotonotebook":this.broadcast("toolbar.gotonotebook");break;case"jupyterexport":if(this.model.attributes.props.jupyterexportexceededfiltercount>0){var n="";n=void 0===this.model.attributes.props.jupyterexportexceededfiltername||null===this.model.attributes.props.jupyterexportexceededfiltername?"If creating a workspace for this search, please select {0} or fewer filters.".replace("{0}",this.model.attributes.props.jupyterexportmaxfilterlimit.toString()):"If creating a workspace for this search, please select {0} or fewer {1} to search in.".replace("{0}",this.model.attributes.props.jupyterexportmaxfilterlimit.toString()).replace("{1}",this.model.attributes.props.jupyterexportexceededfiltername),this.broadcast("toastmessage.create",{type:"error",message:n})}else this.createWorkspace()}},e.prototype.sendCreateWorkspaceRequest=function(){var t={searchDescription:this.model.attributes.props.jupyterexportsearchdescription,permalink:this.model.attributes.props.url,apiSearchString:this.model.attributes.props.restapisearchstring,resultCount:this.model.attributes.props.actualresultscount,ndlMaxDocumentLimit:this.model.attributes.props.ndlmaxdocumentlimit};this.broadcast("toolbar.createworkspace",t);var e=null;this.toolbar.items.forEach(function(t){return"jupyterexport"===t.kind?void(e=t):void 0}),e.status="pending";var n=Handlebars.run("assets.toolbar_gvs_jupyterexport",e);$(".toolbar-gvs .jupyterExportContainer").html(n)},e.prototype.createWorkspace=function(){var t=this;this.model.fetch({beforeSend:function(t){t.setRequestHeader("X-LN-PageMode","permalinkcreate"),t.setRequestHeader("Cache-Control","no-cache")},url:window.location.href,success:function(e,n,a){t.sendCreateWorkspaceRequest()},error:function(e,n,a){t.broadcast("toastmessage.create",{type:"error",message:"We're sorry. We were unable to create your workspace. Please try again in a few minutes. If you continue to experience issues, please contact Customer Support."})}})},e.prototype.hideitem=function(t){this.toolbar.hideItem(this.parseAction(t))},e.prototype.showitem=function(t){this.toolbar.showItem(this.parseAction(t))},e.prototype.toggleitem=function(t){this.toolbar.toggleItem(this.parseAction(t))},e.prototype.enableitem=function(t){this.toolbar.enableItem(this.parseAction(t))},e.prototype.disableitem=function(t){this.toolbar.disableItem(this.parseAction(t))},e.prototype.updatejupyterexportstatus=function(t){var e=null;if(this.toolbar.items.forEach(function(t){return"jupyterexport"===t.kind?void(e=t):void 0}),null!==e){if(e.activeWorkspace=t.data,null===e.activeWorkspace||"Active"===e.activeWorkspace.status||"Inactive"===e.activeWorkspace.status)e.status="none";else if("Pending"===e.activeWorkspace.status)e.status="pending";else if("Loading"===e.activeWorkspace.status){e.status="loading";var n=e.activeWorkspace.searchDefinition.searchDescription;n.length>=20&&(n=n.substr(0,17)+"..."),e.activeWorkspace.searchDefinition.searchDescription=n}var a=Handlebars.run("assets.toolbar_gvs_jupyterexport",e);$(".toolbar-gvs .jupyterExportContainer").html(a)}},e.prototype.disableBroadcastForAction=function(t){this.toolbar.disableBroadcast(t)},e.prototype.updatetray=function(t,e){this.tray&&this.tray.updateTray(t,e)},e.prototype.updatecount=function(t){this.tray&&this.tray.updateCount(t),t>0?this.enableitem("citationexport"):this.disableitem("citationexport")},e.prototype.updatejumpto=function(t){this.jumpto&&this.jumpto.update(t)},e.prototype.onWindowScroll=function(){this.disableSticky="true"===sessionStorage.getItem("NewsLetterPanelOpen"),this.disableSticky||this.toolbar.affix(this.verticalOffset),this.adjustMobilePositioning()},e.prototype.onWindowResized=function(){this.disableSticky="true"===sessionStorage.getItem("NewsLetterPanelOpen"),this.disableSticky||this.toolbar.affix(this.verticalOffset),this.adjustMobilePositioning()},e.prototype.adjustMobilePositioning=function(){var t=$(".footer-container");this.toolbar.mobileAffix(parseInt(t.css("margin-top")),t.height())},e.prototype.onClickOutside=function(t){var e=t.target,n=this.el;n&&!n.contains(e)&&this.toolbar.closeAllMenus()},e.prototype.setElement=function(e){if(t.prototype.setElement.call(this,e),this.toolbar){if(this.model&&this.model.attributes&&this.model.attributes.props&&this.model.attributes.props.isBisNewDesign){var n=this.model.get("props.baseurl");n&&!n.includes("documentprovider")&&this.init()}else this.init();this.disableSticky="true"===sessionStorage.getItem("NewsLetterPanelOpen"),this.disableSticky||this.toolbar.affix(this.verticalOffset)}return this},e.prototype.searchselectedchange=function(){console.warn("searchselectedchange is deprecated...please use updatetray")},e}(ln.advance.view);t.GvsToolbar=c}).call(window)},"lib/toolbar/gvs/interfaces/isearchdefinition":function(t,e,n){(function(){}).call(window)},"lib/toolbar/gvs/interfaces/iworkspace":function(t,e,n){(function(){}).call(window)},"lib/toolbar/gvs/jquerydomhelper":function(t,e,n){(function(){t.__esModule=!0,t.JQueryDomHelper=void 0;var e=function(){function t(t){this.root=t}return t.prototype.getTarget=function(t,e){var n=this.root;return t&&(n=n.find(t),e&&(n=n.addBack(t))),n},t.prototype.setClass=function(t,e,n){this.getTarget(t).toggleClass(e,n)},t.prototype.setRootClass=function(t,e,n){this.getTarget(t,!0).toggleClass(e,n)},t.prototype.setProperty=function(t,e,n){this.getTarget(t).prop(e,n)},t.prototype.setAttribute=function(t,e,n){this.getTarget(t).attr(e,n)},t.prototype.getAttributeValues=function(t){var e=[];return this.root.find("["+t+"]").each(function(n,a){e.push($(a).attr(t))}),e},t.prototype.getActionsWithState=function(){var t=[];return this.root.find("[data-action]").each(function(e,n){t.push({action:$(n).attr("data-action"),disabled:$(n).prop("disabled")})}),t},t.prototype.getPrerenderedMenus=function(){var t=[];return this.root.find("li[data-menu]").each(function(e,n){t.push($(n).data().menu)}),t},t.prototype.getNextSibling=function(t,e){return this.getTarget(t).next(e)},t.prototype.getParent=function(t,e){return this.getTarget(t).parent(e)},t.prototype.getChild=function(t){return this.root.find(t)},t.prototype.setText=function(t,e){this.getTarget(t).text(e)},t.prototype.clearStyle=function(t){this.getTarget(t).removeAttr("style")},t.prototype.getPosition=function(){return this.root.parent().offset()},t.prototype.setStyle=function(t,e,n){this.getTarget(t).css(e,n)},t.prototype.getScrollTop=function(){return $(window).scrollTop()},t.prototype.getWindowWidth=function(){return $(window).width()},t.prototype.getWindowHeight=function(){return $(window).height()},t.prototype.getDocumentHeight=function(){return $(document).height()},t.prototype.getStyle=function(t,e){return this.getTarget(t).css(e)},t}();t.JQueryDomHelper=e}).call(window)},"lib/toolbar/gvs/jumptomenu":function(t,e,n){(function(){var n=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(e,n)};return function(e,n){function a(){this.constructor=e}if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");t(e,n),e.prototype=null===n?Object.create(n):(a.prototype=n.prototype,new a)}}();t.__esModule=!0,t.JumpToMenu=void 0;var a=e("./enums"),o=function(t){function e(e){var n=this;return e.events={"click .dropdown-menu > button":"navigateTo"},n=t.call(this,e)||this,n.menu=e.menu,n.toolbar=e.toolbar,n.item=e.item,n}return n(e,t),e.prototype.navigateTo=function(t){if(t.button===a.MouseButtons.Main){var e=t.currentTarget;this.menu.ui.setText(".dropdown > button > span:first",e.innerText);var n=e.dataset,o=n.action;this.toolbar.click(o,t,n.value),t.preventDefault(),t.stopPropagation()}},e.prototype.update=function(t){var e=this;t&&t.forEach(function(t){var n;n=t.props.count&&"number"==typeof t.props.count?t.props.count.toLocaleString():t.props.count;var a=n?t.props.display+" ("+n+")":t.props.display;e.menu.ui.setText('button[data-value="'+t.id+'"]',a)})},e}(ln.advance.view);t.JumpToMenu=o}).call(window)},"lib/toolbar/gvs/main":function(t,e,n){(function(){var t=e("./gvstoolbar");n.exports=t.GvsToolbar}).call(window)},"lib/toolbar/gvs/menu":function(t,e,n){(function(){t.__esModule=!0,t.Menu=void 0;var e=function(){function t(t,e,n,a){this.item=t,this.menuManager=e,this.broadcaster=n,this.ui=a,this._isOpen=!1,this.action=t.action}return t.prototype.open=function(){if(this.item.enabled){var t='[data-action="'+this.item.action+'"]',e=this.ui.getParent(t,".dropdown");if(this.ui.setClass(e,"active",!0),this.ui.setAttribute(t,"aria-expanded","true"),this._isOpen=!0,this.menuManager.closeAllMenus(this),this.item.broadcastable){var n=this.ui.getNextSibling(t,".dropdown-menu");this.broadcaster.broadcast("toolbar.showmenu",{action:this.item.action,el:n}),this.broadcaster.broadcast("toolbar."+this.item.action)}this.broadcaster.trigger("action",this.item.action)}},t.prototype.close=function(){if(this.item.enabled){var t='[data-action="'+this.item.action+'"]',e=this.ui.getParent(t,".dropdown");this.ui.setClass(e,"active",!1),this.ui.setAttribute(t,"aria-expanded","false");var n=this.ui.getNextSibling(t,".dropdown-menu");this.ui.setStyle(null,"display",""),this._isOpen=!1}},t.prototype.toggle=function(){this._isOpen?this.close():this.open()},t}();t.Menu=e}).call(window)},"lib/toolbar/gvs/modeltoolbaritemfactory":function(t,e,n){(function(){t.__esModule=!0,t.ModelToolbarItemFactory=void 0;var e=function(){function t(t){this.model=t,this.inGroup=!1}return t.prototype.build=function(){var t=this,e=[];return e.push(this.buildTrayItem()),this.model.collections&&(this.model.collections.buttons&&this.model.collections.buttons.length&&this.model.collections.buttons.forEach(function(n){n.id&&e.push(t.convert(n))}),this.model.collections.more&&this.model.collections.more.length&&e.push(this.convertMore(this.model.collections.more))),e},t.prototype.buildTrayItem=function(){var t=this.model.props&&this.model.props.nocountdisplay;return{kind:"tray",isTrayMenu:!0,action:"viewtray",broadcastable:!0,visible:!t,showSelectAll:this.model.props&&this.model.props.select,enabled:!0,render:!0,isMenu:!0}},t.prototype.buildOverflowMenu=function(t){var e=this,n={kind:"overflowmenu",action:"more",enabled:!0,icon:"la-DeliveryOptions",label:"More",tooltip:"More",broadcastable:!0,visible:!0,isOverflowMenu:!0,startGroup:!0,endGroup:!0,render:!0,children:[],isMenu:!0};return t&&t.forEach(function(t){if(t.id){var a="move"===t.id||"copy"===t.id;n.children.push(e.buildButton(t,a))}}),n},t.prototype.buildExpandableMenu=function(t){var e=this,n={kind:"expandablemenu",action:t.id,lastUsedAction:t.props.splitbutton.id,enabled:!t.props.splitbutton.props.disabled,icon:t.props.splitbutton.props.icon,label:t.props.splitbutton.props.text,tooltip:t.props.splitbutton.props.label,broadcastable:!0,visible:!0,isExpandableMenu:!0,startGroup:!0,endGroup:!0,render:!0,children:[],isMenu:!0,selectionlabel:this.model.props.selectionlabel,noselectionlabel:this.model.props.noselectionlabel};if(t.collections&&t.collections.dropdown&&t.collections.dropdown.forEach(function(t){if(t.id){var a=t.id===n.lastUsedAction;n.children.push(e.buildButton(t,a))}}),0===n.children.filter(function(t){return t.isLastUsed}).length){var a=n.children[0];a&&(a.isLastUsed=!0)}return n},t.prototype.buildMenu=function(t){return{kind:"menu",isGenericMenu:!0,action:t.id,enabled:!t.collections.dropdown[0].props.disabled,icon:t.props.icon,label:t.props.text,tooltip:t.props.label,broadcastable:!0,visible:!0,render:!0,startGroup:!0,endGroup:!0,isMenu:!0}},t.prototype.buildButton=function(t,e){var n={kind:"button",isButton:!0,action:t.id,enabled:!t.props.disabled,icon:t.props.icon,label:t.props.text,tooltip:t.props.label,broadcastable:!0,visible:!0,render:!0,isLastUsed:e};return t.props.first?(n.startGroup=!0,this.inGroup=!0):this.inGroup?(n.endGroup=!0,this.inGroup=!1):(n.startGroup=!0,n.endGroup=!0),n},t.prototype.buildCloudDriveStorage=function(t){var e=this,n=[];return t.collections&&t.collections.dropdown&&t.collections.dropdown.forEach(function(t){t.id&&n.push(e.buildButton(t))}),{kind:"cloudstorageprovider",isCloudStorage:!0,action:t.id,enabled:!t.collections.dropdown[0].props.disabled,icon:t.props.icon,label:t.props.text,tooltip:t.props.label,broadcastable:!0,visible:!0,render:!0,startGroup:!0,endGroup:!0,isMenu:!0,children:n}},t.prototype.buildNewMoreButton=function(t){var e=this,n=[];return t.collections&&t.collections.dropdown&&t.collections.dropdown.forEach(function(t){t.id&&n.push(e.buildButton(t))}),{kind:"newmorebutton",isNewMoreButton:!0,action:t.id,enabled:!t.collections.dropdown[0].props.disabled,icon:t.props.icon,label:t.props.text,tooltip:t.props.label,broadcastable:!0,visible:!0,render:!0,startGroup:!0,endGroup:!0,isMenu:!0,children:n}},t.prototype.convert=function(t){return t.props.splitbutton?this.buildExpandableMenu(t):t.collections&&t.collections.dropdown?"cloudstorageprovider"===t.id?this.buildCloudDriveStorage(t):"newmorebutton"===t.id?this.buildNewMoreButton(t):this.buildMenu(t):this.buildButton(t)},t.prototype.convertMore=function(t){return t.length>0?this.buildOverflowMenu(t):void 0},t}();t.ModelToolbarItemFactory=e}).call(window)},"lib/toolbar/gvs/ownertoolbaritemfactory":function(t,e,n){(function(){var n=this&&this.__spreadArray||function(t,e){for(var n=0,a=e.length,o=t.length;a>n;n++,o++)t[o]=e[n];return t};t.__esModule=!0,t.OwnerToolbarItemFactory=void 0;var a=e("./modeltoolbaritemfactory"),o=e("./dictionary"),i=function(){function t(t){this.model=t}return t.prototype.build=function(){var t=[];if(this.model.collections){if(this.model.collections.toolbar){var o=new a.ModelToolbarItemFactory(this.model.collections.toolbar);t=n(n([],t),o.build())}this.model&&this.model.props&&this.model.props.showjupyterexport&&t.push(this.buildJupyterExportItem()),this.model.collections.sortby&&this.model.collections.sortby.length&&t.push(this.buildSortByItem()),this.model.collections.jumpto&&this.model.collections.jumpto.length&&t.push(this.buildJumpToItem());var i=e("../isShowEspressoPopupMasterFeature");this.model&&this.model.props&&this.model.props.showespresso&&i()&&t.push(this.buildEspressoToolbarItem())}return t},t.prototype.buildSortByItem=function(){var t={kind:"sortby",isSortBy:!0,action:"sortby",broadcastable:!0,enabled:!0,visible:!0,contentType:this.model.props&&this.model.props.sortordercontenttype,showEditLink:this.model.props&&this.model.props.sortordereditlink,startGroup:!0,endGroup:!0,render:!0,label:o.SortByLabel,selectedAction:"",children:[],alignRight:!0,isMenu:!0},e=this.model.props&&this.model.props.judgecustomheader;return void 0!==e&&(t.enabled=!1),this.model.collections.sortby.forEach(function(e){t.children.push({kind:"button",action:e.id,label:e.props.display,broadcastable:!0,enabled:!0,visible:!0,isButton:!0}),e.data&&e.data.selected&&(t.selectedAction=e.id)}),t},t.prototype.buildJumpToItem=function(){var t=this,e={kind:"jumptomenu",isJumpTo:!0,action:"jumptomenu",broadcastable:!0,enabled:!0,visible:!0,startGroup:!0,endGroup:!0,render:!0,label:o.JumpToLabel,children:[],alignRight:!0,isMenu:!0};return this.model.collections.jumpto.forEach(function(n){e.children.push({kind:"button",action:n.id,label:t.buildJumpToItemLabel(n.props.display,n.props.count),broadcastable:!0,enabled:!0,visible:!0,isButton:!0})}),e},t.prototype.buildJumpToItemLabel=function(t,e){return e?t+" ("+e+")":t},t.prototype.buildJupyterExportItem=function(){var t={kind:"jupyterexport",isJupyterExport:!0,status:"pending",action:"jupyterexport",broadcastable:!0,enabled:!0,visible:!0,startGroup:!0,endGroup:!0,render:!0,label:"",children:[],alignRight:!1,isMenu:!0};return t},t.prototype.buildEspressoToolbarItem=function(){var t=e("../isShowEspressoPopupMasterFeature"),n=this.model.props.showespressogotittooltip,a={kind:"espresso",action:"espresso",isEspresso:!0,broadcastable:!0,enabled:!0,visible:!0,startGroup:!0,endGroup:!0,render:!0,label:"Espresso",tooltip:"Get summarisation",children:[],alignRight:!1,isMenu:t(),icon:"la-CaseFinder",showEspressoGotItTooltip:n};return a},t}();t.OwnerToolbarItemFactory=i}).call(window)},"lib/toolbar/gvs/sortbymenu":function(t,e,n){(function(){var n=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(e,n)};return function(e,n){function a(){this.constructor=e}if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");t(e,n),e.prototype=null===n?Object.create(n):(a.prototype=n.prototype,new a)}}();t.__esModule=!0,t.SortByMenu=void 0;var a=e("./enums"),o=function(t){function e(e,n){var a=this;return e.events={"click button[data-action='changesort']":"applySort","change select[data-action='changesort']":"applySortSelect"},a=t.call(this,e)||this,a._isNexisRedesign=window.assets_require("./lib/toolbar/isNexisRedesign"),a.menu=e.menu,a.toolbar=e.toolbar,a.item=e.item,a.disabled=n,a.item.children.map(function(t){return t.isSelected=t.action===a.item.selectedAction,t}),a._isNexisRedesign()&&(a.isNexisRedesign=!0,$("div.dropdown-toggle.fixedWidth").addClass("redesign"),$("button.dropdown-toggle.fixedWidth").addClass("nexisRedesign")),a.render(),a}return n(e,t),e.prototype.render=function(){var t=this,e=this.item.children.filter(function(e){return e.action===t.item.selectedAction});if(e&&e.length>0){var n=e[0];this.setLabel(n.label),this.menu.ui.setClass("button[data-value='"+n.action+"']","selected",!0)}return this.setButtonState(),this},e.prototype.setLabel=function(t){this.menu.ui.setText("button[data-action='sortby'] span:first",t)},e.prototype.setButtonState=function(){(this.disabled||!this.item.enabled)&&this.menu.ui.setAttribute("button","disabled","disabled")},e.prototype.applySortSelect=function(t){if(this.isNexisRedesign){var e=t.currentTarget,n=$(e).find(":selected")[0],a=n.dataset,o=a.action||a.id,i={target:n};this.toolbar.click(o,i,a.value),this.track("sortby_click",_.extend(a,{target:n.innerText,evdetail:"sortby_click"})),this.render(),t.preventDefault(),t.stopPropagation()}},e.prototype.applySort=function(t){if(t.button===a.MouseButtons.Main){var e=t.currentTarget;this.setLabel(e.innerText);var n=e.dataset,o=n.action||n.id;this.toolbar.click(o,t,n.value),this.track("sortby_click",_.extend(n,{target:e.innerText,evdetail:"sortby_click"})),t.preventDefault(),t.stopPropagation()}},e}(ln.advance.view);t.SortByMenu=o}).call(window)},"lib/toolbar/gvs/toolbar":function(t,e,n){(function(){var n=this&&this.__spreadArray||function(t,e){for(var n=0,a=e.length,o=t.length;a>n;n++,o++)t[o]=e[n];return t};t.__esModule=!0,t.Toolbar=void 0;var a=e("./menu"),o=1600,i=function(){function t(t,e,n,a){this.broadcaster=t,this.factory=e,this.ui=n,this.btt=a,this.menus=[],this.itemMap={},this.items=e.build(),this.items=this.removeAmbiguousButtons(this.items),this.registerItems(this.items),this.distributeItemsForRendering()}return t.prototype.distributeItemsForRendering=function(){this.renderable=[],this.renderable.push({items:this.items.filter(function(t){return t.render&&!t.alignRight})});var t=this.items.filter(function(t){return t.render&&t.alignRight});t&&t.length&&this.renderable.push({items:t})},t.prototype.registerItems=function(t){var e=this;t.forEach(function(t){t.action&&(e.itemMap[t.action]=t),t.isMenu&&e.menus.push(new a.Menu(t,e,e.broadcaster,e.ui)),t.children&&e.registerItems(t.children)})},t.prototype.getMenuViewOptions=function(t){return{item:this.getItem(t),toolbar:this,menu:this.menus.filter(function(e){return e.action===t})[0]}},t.prototype.getItem=function(t){return this.itemMap[t]},t.prototype.getMenu=function(t){return this.menus.filter(function(e){return e.action===t})[0]},t.prototype.click=function(t){for(var e,a,o=[],i=1;i<arguments.length;i++)o[i-1]=arguments[i];if(!t)return void console.log("Action name was not specified. Nothing has been triggered.");var l=this.getItem(t);if(l){if(l.enabled){if(l.isMenu){var r=this.getMenu(t);return void r.toggle()}l.broadcastable&&this.broadcaster.broadcast("toolbar."+t),(e=this.broadcaster).trigger.apply(e,n(["action",t],o))}}else this.broadcaster.broadcast("toolbar."+t),(a=this.broadcaster).trigger.apply(a,n(["action",t],o));this.closeAllMenus()},t.prototype.disableBroadcast=function(t){var e=this.getItem(t);e&&(e.broadcastable=!1)},t.prototype.toggleHidden=function(t,e){var n='[data-action="'+t+'"]',a="hidden";this.ui.setClass(n,a,e)},t.prototype.toggleDisabled=function(t,e){var n=this.getItem(t);if(n){n.enabled=!e;var a='[data-action="'+t+'"]';this.ui.setProperty(a,"disabled",e)}},t.prototype.hideItem=function(t){var e=this.getItem(t);e&&(e.visible=!1,this.toggleHidden(t,!0))},t.prototype.showItem=function(t){var e=this.getItem(t);e&&(e.visible=!0,this.toggleHidden(t,!1))},t.prototype.toggleItem=function(t){var e=this.getItem(t);e&&(e.visible?(e.visible=!1,this.toggleHidden(t,!0)):(e.visible=!0,this.toggleHidden(t,!1)))},t.prototype.enableItem=function(t){this.toggleDisabled(t,!1)},t.prototype.disableItem=function(t){this.toggleDisabled(t,!0)},t.prototype.closeAllMenus=function(t){this.menus.forEach(function(e){t!==e&&e.close()}),this.broadcaster.trigger("closeallmenus")},t.prototype.affix=function(t){void 0===t&&(t=0);var e=this.ui.getScrollTop(),n=this.ui.getWindowWidth(),a=this.ui.getPosition();if(a){var i=e>=a.top-t&&n>=760,l=a.left;n>o&&(l-=(n-o)/2);var r=$("#results-list-toolbar-gvs").length>0;i&&!this.isAffixed&&(this.ui.setClass(null,"sticky",!0),r?this.ui.setStyle(">div#results-list-toolbar-gvs","padding-left",l+"px"):(this.ui.setStyle(">div:first","padding-left",l+"px"),this.ui.setStyle(">div:first","background","#ffffff"),this.ui.setStyle(">div:first","max-width","1920px")),this.isAffixed=!0),i||(this.ui.setClass(null,"sticky",!1),r?this.ui.setStyle(">div#results-list-toolbar-gvs","padding-left",""):(this.ui.clearStyle(">div:first"),this.ui.setStyle(">div:first","padding-left","")),this.isAffixed=!1)}},t.prototype.mobileAffix=function(t,e){var n=this.ui.getWindowWidth();if(760>n){var a=this.ui.getWindowHeight(),o=this.ui.getDocumentHeight()-e,i=this.ui.getScrollTop(),l=a+i,r=l-o;r+=2.5,r>=0?(this.ui.setStyle(null,"bottom","-"+t+"px"),this.ui.setStyle(null,"position","absolute"),this.ui.setStyle(".dropdown-menu","margin-bottom",e+"px"),this.isMobileAdjustedForFooter=!0,this.adjustBackToTop(e)):this.undoMobileAffix()}else this.undoMobileAffix()},t.prototype.undoMobileAffix=function(){this.isMobileAdjustedForFooter&&(this.ui.setStyle(null,"bottom",""),this.ui.setStyle(null,"position",""),this.ui.setStyle(".dropdown-menu","margin-bottom",""),this.isMobileAdjustedForFooter=!1,this.adjustBackToTop())},t.prototype.adjustBackToTop=function(t){this.btt&&(t?this.btt.adjustBottom(t):this.btt.reset())},t.prototype.removeAmbiguousButtons=function(t){var e=this;t=t||this.items;var n=["printopt","downloadopt","dropboxopt","googledriveopt"],a=["printnow","downloadnow","dropboxnow","googledrivenow"];return t.forEach(function(n){if(a.indexOf(n.action)>-1){var o=n.action.replace(/now$/,"opt"),i=t.filter(function(t){return t.action===o});i.length&&(i[0].action="removable"),n.action=o,n.tooltip&&(n.tooltip=n.tooltip.replace(/\(current settings\)$/i,""),n.tooltip=n.tooltip.replace(/\(paramètres actuels\)$/i,""))}n.children&&(n.children=e.removeAmbiguousButtons(n.children))}),t=t.filter(function(t){return"removable"!==t.action})},t.prototype.updateDeliveryTrayHeader=function(t){var e=this.getItem("deliverymenu"),n=t.collections&&t.collections.trayitems&&t.collections.trayitems.length>0;e&&this.ui.setText(".biggerText .source",n?e.selectionlabel:e.noselectionlabel)},t}();t.Toolbar=i}).call(window)},"lib/toolbar/gvs/toolbaritemfactory":function(t,e,n){(function(){t.__esModule=!0,t.ToolbarItemFactory=void 0;var n=e("./modeltoolbaritemfactory"),a=e("./ownertoolbaritemfactory"),o=function(){function t(t,e){this.ui=t,this.model=e}return t.prototype.build=function(){var t;return t=this.isOwnerModel(this.model)?new a.OwnerToolbarItemFactory(this.model):new n.ModelToolbarItemFactory(this.model),t.build()},t.prototype.isOwnerModel=function(t){var e=t;return e.collections&&(void 0!==e.collections.toolbar||void 0!==e.collections.sortby||void 0!==e.collections.jumpto)},t}();t.ToolbarItemFactory=o}).call(window)},"lib/toolbar/gvs/traymenu":function(t,e,n){(function(){var n=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(e,n)};return function(e,n){function a(){this.constructor=e}if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");t(e,n),e.prototype=null===n?Object.create(n):(a.prototype=n.prototype,new a)}}();t.__esModule=!0,t.TrayMenu=void 0;var a=e("./enums"),o=e("../../../lib/dialog/gvs-confirm"),i=e("./dictionary"),l=function(t){function e(e){var n=this;return e.events={"click input":"toggleSelectAll","click button[data-action='viewtray']":"toggle","click button[data-action='cancel']":"clearTray","click button[data-action='viewselected']":"viewSelected","click button[data-action='removeitemfromtray']":"removeItem","click button[data-action='getitnow']":"getItNow","mouseover .dropdown-items li:last .citation-not-supported ":"scrollTrayToBottom"},n=t.call(this,e)||this,n.menu=e.menu,n.toolbar=e.toolbar,n.removedDocumentCount=0,n.hasRemovedDocuments=!1,n.useLinks=e.useLinks,n.useViewSelected=e.useViewSelected,n.useGetItNow=e.useGetItNow,n.inject(n,{toggleSelectAll:[]},["analytics"]),n.inject(n,{toggle:[]},["analytics"]),n.inject(n,{clearTray:[]},["analytics"]),n.inject(n,{viewSelected:[]},["analytics"]),n.inject(n,{removeItem:[]},["analytics"]),n.inject(n,{getItNow:[]},["analytics"]),n.render(),n}return n(e,t),e.prototype.render=function(){return this.renderCount(),this.renderItems(),this},e.prototype.renderCount=function(){this.count>0?(this.menu.ui.setRootClass('[data-role="count"]',"hidden",!1),this.menu.ui.setText(".select:not(.more)",""+this.count),this.menu.ui.setAttribute('[data-action="viewtray"]',"aria-label",this.count+" "+i.TraySelectedLabel)):this.menu.ui.setRootClass('[data-role="count"]',"hidden",!0)},e.prototype.renderItems=function(){var t=Handlebars.run("assets.toolbar_gvs_tray_items",this);this.$(".dropdown-menu").html(t)},e.prototype.toggle=function(t){t.button===a.MouseButtons.Main&&(this.menu.toggle(),this.hasRemovedDocuments=!1,this.removedDocumentCount=0,t.preventDefault(),t.stopPropagation())},e.prototype.updateCount=function(t,e,n){void 0===e&&(e=!1),void 0===n&&(n=!1);var a;a=t?"number"==typeof t?t:t.data:0,this.count=a,this.renderCount()},e.prototype.toggleSelectAll=function(t){t.button===a.MouseButtons.Main&&this.toolbar.click("selectall",t)},e.prototype.updateTray=function(t,e){var n=this;void 0===e&&(e=!1);var a=window.Injector.get("page.props.lbu");if(void 0!==a&&"CA"===a&&(this.isCAfeature=!0),this.currentTray=t,t&&t.collections){var o=t.collections.trayitems;o&&o.length&&(this.items=o,this.items.forEach(function(t){t.props.hovertitle=t.props.hovertitle||t.props.title,t.props.hideclose=1===n.items.length,t.props.showLink=n.useLinks,t.props.documenttypelabel&&(t.props.showType=!0)})),e?(this.hasRemovedDocuments=!0,this.removedDocumentCount++,this.removedDocumentMessage=1===this.removedDocumentCount?this.removedDocumentCount+" "+i.SingleItemMessage:this.removedDocumentCount+" "+i.MultipleItemMessage):(this.hasRemovedDocuments=!1,this.removedDocumentCount=0),this.renderItems(),this.toolbar.broadcaster.trigger("trayupdated",t)
}},e.prototype.clearTray=function(t){var e=this;if("checkbox"!==$(document.activeElement).attr("type")){if(t.button===a.MouseButtons.Main){var n=new o;n.onConfirm=function(t){n.doaction(t),e.toolbar.broadcaster.channel.trigger("ln.advance.api",{origin:"toolbar",type:"toolbar",event:"cleartray"})},n.show({title:i.TrayMsgBoxTitle,message:i.TrayMsgBoxMessage,secondaryText:i.TrayMsgBoxCancelBtn,primaryText:i.TrayMsgBoxOkBtn}),this.menu.close(),t.preventDefault(),t.stopPropagation()}}else this.toggleRowItem(document.activeElement)},e.prototype.toggleRowItem=function(t){$(t).trigger("click")},e.prototype.removeItem=function(t){t.button===a.MouseButtons.Main&&(this.toolbar.broadcaster.trigger("action","removeitemfromtray",t),t.preventDefault(),t.stopPropagation())},e.prototype.scrollTrayToBottom=function(t){var e=$(".tray .dropdown-items");e.scrollTop(e.prop("scrollHeight"))},e.prototype.viewSelected=function(t){t.button===a.MouseButtons.Main&&(this.toolbar.broadcaster.trigger("viewselected",this.currentTray),this.menu.close(),t.preventDefault(),t.stopPropagation())},e.prototype.getItNow=function(t){if(t.button===a.MouseButtons.Main){var e=t.currentTarget;this.toolbar.broadcaster.trigger("getitnow",e.dataset.value)}},e}(ln.advance.view);t.TrayMenu=l}).call(window)},"lib/toolbar/isBisMasterFeature":function(t,e,n){(function(){n.exports=function(){var t=window.Injector.get("page.props.masterfeatureid");return"1519360"===t||"1525262"===t}}).call(window)},"lib/toolbar/isCaResearchMasterFeature":function(t,e,n){(function(){n.exports=function(){return"1505209"===window.Injector.get("page.props.masterfeatureid")}}).call(window)},"lib/toolbar/isNdpRedesign":function(t,e,n){(function(){n.exports=function(){var t=Injector.get("page.model.collections.componentmodels.collections.featureproviders"),e=_.find(t,function(t){return"nav_footer"===t.props.type});return e.props.isndpuser}}).call(window)},"lib/toolbar/isNexisDataLabMasterFeature":function(t,e,n){(function(){n.exports=function(){return"1534561"===window.Injector.get("page.props.masterfeatureid")}}).call(window)},"lib/toolbar/isNexisDataLabRedesign":function(t,e,n){(function(){n.exports=function(){var t=Injector.get("page.model.collections.componentmodels.collections.featureproviders"),e=_.find(t,function(t){return"nav_footer"===t.props.type});return e.props.isnewnexisdatalabui}}).call(window)},"lib/toolbar/isNexisNewToolbar":function(t,e,n){(function(){n.exports=function(){var t=Injector.get("page.model.collections.componentmodels.collections.featureproviders"),e=_.find(t,function(t){return"nav_footer"===t.props.type});return e.props.isnexisnewtoolbar}}).call(window)},"lib/toolbar/isNexisRedesign":function(t,e,n){(function(){n.exports=function(){var t=Injector.get("page.model.collections.componentmodels.collections.featureproviders"),e=_.find(t,function(t){return"nav_footer"===t.props.type});return e.props.isnewnexisui}}).call(window)},"lib/toolbar/isNexisRedesignPhase2":function(t,e,n){(function(){n.exports=function(){var t=Injector.get("page.model.collections.componentmodels.collections.featureproviders"),e=_.find(t,function(t){return"nav_footer"===t.props.type});return e.props.isnewnexisuip2}}).call(window)},"lib/toolbar/isShowEspressoPopupMasterFeature":function(t,e,n){(function(){n.exports=function(){var t=window.Injector.get("page.props.masterfeatureid");return"1518314"===t||"1522468"===t}}).call(window)},"lib/toolbar/isUniMasterFeature":function(t,e,n){(function(){n.exports=function(){return"1516831"===window.Injector.get("page.props.masterfeatureid")}}).call(window)},"lib/toolbar/main":function(t,e,n){(function(){var t=e("../../lib/dialog/confirm"),a=e("../../lib/toolbar/isBisMasterFeature"),o=100,i=65;n.exports=ln.advance.view.extend({autorender:!1,initresize:!0,displaytray:!0,isClearAllTrigger:!1,template:"assets.toolbar",events:{'click .count .supplemental header input[data-action="cancel"] ':"buttonclearall","click .count .supplemental .selecteddocs li a.trayhelptips":"trayhelptips","click .scope button:enabled":"buttonclick","touchstart .scope button:enabled":"buttontouch","focus .scope button":"focusin","focusout .scope button":"focusout","click .scope label.select-all > input":"buttonclick","mousedown .scope button:enabled":"nope","mousedown .scope aside.scrollable":"preventfocusloss","click .dismiss-firsttime-tooltip":"dismissFirstTimeTooltip","focusout .dismiss-firsttime-tooltip":"dismissFirstTimeTooltip","change input.tocsearchselected":"searchselectedchange",'click .uk-mob-toolbar .count .supplemental .clear-all input[data-action="cancel"] ':"clearalldocs",'click .uk-mob-toolbar .count .supplemental input[data-action="canceltray"] ':"buttonclick"},trayhelptips:function(t,e){e.preventDefault();var n=$(e.target);return t.openhelppage({helpkey:n.data("helpkey")}),this},listener:{"* updatetoolbarcount":"updatecount","* toolbarhide":"hideitem","* toolbarshow":"showitem","* toolbartoggle":"toggleitem","* toolbarenable":"enableitem","* toolbardisable":"disableitem"},buttonclearall:function(e){var n=this,a=new t;a.onConfirm=function(t){this.doaction(t),n.channel.trigger("ln.advance.api",{origin:n.id+"toolbar",type:"toolbar",event:"cleartray"})},a.show({title:"Clear Delivery Tray",message:"Are you sure you want to remove all documents from the delivery tray?",secondaryText:"Cancel",primaryText:"Clear Delivery Tray"})},clearalldocs:function(t){$(".doc-row").hide(),$(".undo-doc").addClass("undo-all-doc"),this.$el.find(".undo-text").text(this.trayModel.collections.trayitems.length+" documents have been removed from the delivery tray"),this.$el.find("#removeddocstatus").addClass("enableremoveddocstatus").removeClass("hidden"),this.$el.find(".uk-mob-toolbar .selected-count").text("(0)"),this.isClearAllTrigger=!0},enabletray:function(){this.displaytray=!0},preventfocusloss:function(t){t.preventDefault(),t.target.unselectable=!0},dismissFirstTimeTooltip:function(t){this.broadcast("toolbar.dismisstooltip"),this.trigger("action","dismisstooltip",t)},menuscroll:function(t){t.preventDefault(),t.target.unselectable=!0},nope:function(t){t.preventDefault()},enableitem:function(t){var e=t.data||t;this.$el.find("button[data-action='"+e+"']").removeAttr("disabled")},disableitem:function(t){var e=t.data||t;this.$el.find("button[data-action='"+e+"']").attr("disabled","disabled")},hideitem:function(t){var e=t.data||t;this.$el.find("button[data-action='"+e+"']").hide()},showitem:function(t){var e=t.data||t;this.$el.find("button[data-action='"+e+"']").show()},toggleitem:function(t){var e=t.data||t,n=this.$el.find("button[data-action='"+e+"']");n.is(":hidden")?n.show():n.hide()},disableDeliveryButtons:function(){this.$el.find("button").each(function(t,e){var n=$(e).attr("data-action");"viewtray"!==n&&"printablepage"!==n&&"removeitemfromtray"!==n&&"access"!==n&&"sharing"!==n&&"manageshare"!==n&&$(e).attr("disabled","disabled")})},enableDeliveryButtons:function(){this.$el.find("button").each(function(t,e){var n=$(e).attr("data-action");"viewtray"!==n&&"printablepage"!==n&&"removeitemfromtray"!==n&&"access"!==n&&"sharing"!==n&&"manageshare"!==n&&$(e).removeAttr("disabled")})},toggledeliverylimitwarning:function(t){t>o?(this.disableDeliveryButtons(),$("#deliverylimit").removeClass("hidewarning")):(this.enableDeliveryButtons(),$("#deliverylimit").addClass("hidewarning"))},searchselectedchange:function(){var t=$("li.count span.count").text();!isNaN(t)&&t>0&&this.togglesearchselected(t)},togglesearchselected:function(t){var e=$("input.tocsearchselected");e&&("undefined"==typeof t||0===t?(e.prop("checked",!1),e.attr("disabled","disabled")):e.is(":disabled")&&e.removeAttr("disabled")),"object"==typeof $("BRSBFilters")&&this.updateFiltersDisplay($("#BRSBFilters"),$("#BRSBFiltersTooltip"),t),"object"==typeof $("BRSBFiltersMobile")&&this.updateFiltersDisplay($("#BRSBFiltersMobile"),null,t)},updateFiltersDisplay:function(t,e,n){var a=$("input.tocsearchselected"),o=$(".toc-searchbox[data-publicationname]").data("publicationname");if("undefined"!=typeof n&&0!==n&&-1!==n&&a.is(":checked")||"undefined"==typeof t.html()){if(a.is(":checked")){var l='<span class="selecteditems"> - Selected Items</span>';("undefined"==typeof t.html()||t.html().indexOf(l)<0)&&o.length>0&&(null!==e&&e.html(o+l),o.length>i&&(o=o.substring(0,i),o+="..."),t.html(o+l))}}else t.text(o),null!==e&&e.text(o)},updatetray:function(t,e){if(this.displaytray){if(this.trayModel=t,t){var n=this.$el.find("li.count >button > span.count"),a;if(!e){this.$el.find("li.count aside").remove();var o=0;t.collections.trayitems&&(o=t.collections.trayitems.length),this.trayModel.data={traycount:o},this.togglesearchselected(o);var i=this.trayModel.props.isrollupexperience;i&&(o=this.count),this.toggledeliverylimitwarning(o)}0===n.length&&(a=Handlebars.run("assets.toolbar_count",t),this.$el.find("li.count > span").replaceWith(a)),$("main").hasClass("ukexperience")&&(this.trayModel.props.isUKTray=!0),a=Handlebars.run("assets.toolbar_trayviewer",t),this.$el.find("li.count >button").after(a);var l=0;this.trayModel.collections.trayitems&&(l=this.trayModel.collections.trayitems.length),this.$el.find(".uk-mob-toolbar .selected-count").text("("+l+")"),$(".uk-mob-toolbar li.count .supplemental").css("max-height",window.innerHeight)}e&&(this.$el.find("#removeddocstatus").addClass("enableremoveddocstatus").removeClass("hidden"),this.positionTray(this.$el.find('button[data-action="viewtray"]')))}},updatecount:function(t,e,n){if(!this.el)return!1;var a=t&&t.data||t||0,o=this.$el.find("li.count >button > span.count"),i;0===o.length&&(o=this.$el.find("li.count > span.count")),o&&(i=parseInt(o.text())||0,i!==a||e?(this.count=a,o.text(this.count),this.traycount=this.count,this.count||e?this.$el.find("li.count").removeClass("hidden"):this.$el.find("li.count").addClass("hidden"),n||this.onResize()):"boolean"==typeof e?(this.$el.find("li.count").addClass("hidden"),this.onResize()):a>0&&(this.$el.find("li.count").removeClass("hidden"),this.onResize())),this.$el.find(".uk-mob-toolbar .selected-count").text("("+a+")"),this.changelabel()},updatelabel:function(t,e){return t&&(this.selectionlabel=t),e&&(this.noselectionlabel=e),this.changelabel(),this},changelabel:function(){var t=$(".printMenu .nonaction > span.deliverylabel"),e=$(".downloadMenu .nonaction > span.deliverylabel"),n=$(".toolbar .deliverymenu .dropdown-title .deliverylabel");this.count>0?(t.html("Print <strong>"+this.selectionlabel+"</strong>&hellip;"),e.html("Download <strong>"+this.selectionlabel+"</strong>&hellip;"),n.html("Deliver <strong>"+this.selectionlabel+"</strong>&hellip;")):(t.html("Print <strong>"+this.noselectionlabel+"</strong>&hellip;"),e.html("Download <strong>"+this.noselectionlabel+"</strong>&hellip;"),n.html("Deliver <strong>"+this.noselectionlabel+"</strong>&hellip;"))},createscrollmenu:function(t){t.find(".scrollUp").hide(),t.find(".scrollDown").hide()},broadcast:function(t,e){this.channel.trigger("ln.advance.api",{origin:this.id||"toolbar",type:"toolbar",event:t,data:e})},buttonclick:function(t){var e=$(t.currentTarget),n=this,a=$("html").hasClass("ie8"),i=e.data("action");if(e.hasClass("trigger")){if(e.next().hasClass("scrollable")&&this.createscrollmenu(e.next()),this.$el.find(".trigger.expanded").not(e).removeClass("expanded").addClass("collapsed").attr("aria-expanded","false"),window.setTimeout(this._broadcaster,1),e.hasClass("expanded"))this.currentFocus===t.currentTarget&&e.parents(".toolbar .trigger").add(e).removeClass("expanded").addClass("collapsed").attr("aria-expanded","false");else{this.currentFocus!==t.currentTarget&&e.focus(),"viewtray"===i&&this.trayModel&&(n.initialtraycount=n.trayModel.collections.trayitems.length,this.trayModel.data={traycount:0}),e.parents(".toolbar .trigger").andSelf().filter(".collapsed").removeClass("collapsed").addClass("expanded").attr("aria-expanded","true"),"viewtray"===i&&this.trayModel&&(this.$el.find("#removeddocstatus").addClass("hidden"),$("#deliverytraylimit")&&(this.traycount>o?$("#deliverytraylimit").removeClass("hidewarning"):$("#deliverytraylimit").hasClass("hidewarning")||$("#deliverytraylimit").addClass("hidewarning")));var l=e.filter(".trigger").closest(":not(.trigger)").find(".supplemental");e.length>0&&l.length>0&&l.find(".arrow:not([style])").css("left",e.offset().left-l.offset().left+.5*e.outerWidth(!1)),"viewtray"===i&&this.trayModel&&n.positionTray(e)}this.menus&&a&&(this.menus.css({position:"static"}).removeAttr("style"),e.css({position:"absolute"}).removeAttr("style")),this.currentFocus=t.currentTarget}else e.hasClass("onlyCloseParent")?e.closest(".supplemental").prev().find(".trigger").andSelf().removeClass("expanded").addClass("collapsed").attr("aria-expanded","false"):e.hasClass("dontClose")||(this.$el.find(".expanded").removeClass("expanded").addClass("collapsed").attr("aria-expanded","false"),this.currentFocus!==t.currentTarget&&(e.focus(),this.currentFocus=t.currentTarget),t.currentTarget.blur()),this.isClearAllTrigger&&!e.hasClass("dontClose")&&(this.channel.trigger("ln.advance.api",{origin:n.id+"toolbar",type:"toolbar",event:"cleartray"}),this.isClearAllTrigger=!1),e.data("pt")&&(e.closest(".supplemental").prev("button").find("span:first").text(e.text()),e.hasClass("onlyCloseParent")||this.onResize()),i&&(this.once("toolbar.onresize",function(t){n.trigger("onresize.after"),n.$el.find('input[data-action="selectall"]').focus(),console.log("On Resize:",t)}),this.isActionBroadcastDisabled(i)||this.broadcast("toolbar."+i),this.trigger("action",i,t,e.data("value")));e.hasClass("dropdown-item")&&("printnow"===i||"email"===i||"dropboxnow"===i||"downloadnow"===i||"printopt"===i||"downloadopt"===i||"dropboxopt"===i)&&(!function(){var t=e.data(),n={id:t.action||!1,props:{icon:t.icon||!1,printername:t.printername||!1,dropboxname:t.dropboxname||!1,tooltip:t.tooltip||!1,label:t.label||!1}};e.closest(".splitbutton").find("button.first").replaceWith(Handlebars.run("assets.toolbar_quickdelivery",n))}(),this.onResize()),this.menus&&a&&this.ie8iconrefresh()},positionTray:function(t){var e=165,n="(min-width: 760px)",a=$(window).height(),o=t.find("+ aside .selecteddocs");o.css("height","auto");var i=o.height(),l=o.width(),r=Math.max.apply(null,o.find(".details").map(function(){return $(this).outerWidth(!0)}).get());if(o.find(".doc").width(r>250?.55*l:.7*l),$(".mobileToolbar.uk-mob-toolbar .doc").removeAttr("style"),window.matchMedia(n).matches){var s=$(window).scrollTop(),d=o.offset().top,p=d-s,c=$(window).height()-p-75;i>c?o.height(c>e?c:e):o.css("height","auto")}else{var u=$(".toolbar .mobileToolbar").outerHeight(),h=t.find("+ aside header").outerHeight(),f=$(".enableremoveddocstatus").outerHeight();null!==f&&(f+=10);var m=a-u-h-f;m>i?o.height(i):o.css("height",m),$(".mobileToolbar.uk-mob-toolbar .selecteddocs").css("height","100%")}var b=function(e){var n=$(e.target),a=n.parents("li.count aside.supplemental");0===a.length&&(t.removeClass("expanded").addClass("collapsed"),$(window).unbind("mouseup",b))};$(window).on("mouseup",b)},ie8iconrefresh:function(){var t=this.$el.height(),e=$("<style>.toolbar { height:"+t+'px!important;} .toolbar .la-TriangleDownAfter:before, .toolbar .la-TriangleDownAfter:after, .toolbar .la-TriangleDownAfter:after, .toolbar .supplemental .icon:before{content:"\\e60a "!important; visibility:hidden!important}</style>').appendTo("body");setTimeout(function(){e.remove()},0)},focusin:function(t){this.focuschange(t)},focusout:function(t){this.currentFocus=null,this.focuschange(t)},buttontouch:function(t){this.buttonclick(t),t.preventDefault()},focuschange:_.throttle(function(t){if(!t.target.attributes["data-action"]||"viewtray"!==t.target.attributes["data-action"].nodeValue){var e=$("html").hasClass("ie8"),n=$(document.activeElement).parentsUntil(".toolbar").andSelf().prev().andSelf().filter(".trigger").find(".trigger").andSelf();$(".toolbar .expanded").not(n).removeClass("expanded").addClass("collapsed"),window.setTimeout(this._broadcaster,1),$(".toolbar .expanded+.supplemental > .arrow:not([style])").each(function(){var t=$(this),e=t.parent(),n=e.prev().find("button.trigger").andSelf().filter(".trigger").first();t.css("left",n.offset().left-e.offset().left+.5*n.outerWidth(!1))}),this.menus&&e&&(this.menus.css({position:"static"}).removeAttr("style"),this.ie8iconrefresh())}},16,{leading:!1}),initialize:function(t){var e=this,n=$("html").hasClass("ie8"),a,o=e.$el,i=$(window),l={},r="(min-width: 1025px)",s=this.model?this.model.get("largescreen"):!1,d=function(t){if(!t)return 0;var n=window.webkitConvertPointFromNodeToPage,a;if("getBoundingClientRect"in t)return a=document.documentElement,t.getBoundingClientRect().top+(window.pageYOffset||a.scrollTop)-(a.clientTop||e.offset||0);if(n){var o=new window.WebKitPoint(0,0),i=n(t,o),l=n(document.getElementById("scalingEl"),o);return Math.round(-200*i.y/l.y)}return 0},p=function(){var t=$(this),n=t.prev().find(".expanded").andSelf().filter("[data-action]");1===n.length&&(e.isActionBroadcastDisabled(n.data("action"))||e.broadcast("toolbar.showmenu",{action:n.data("action"),el:t}),e.trigger("action",n.data("action"),t))},c="static"!==$(".toolbar").css("position"),u;this.inject(this,{buttonclick:[],trayhelptips:["utils"]},["analytics"]),this.autorender=t&&t.autorender?!0:!1,this.initresize=t&&t.initresize?!0:!1,this.menus=n?$(".toolbar .supplemental"):!1,this.offset=t&&t.offset?t.offset:0,this.selectionlabel=this.model&&this.model.get("selectionlabel")||"selected documents",this.noselectionlabel=this.model&&this.model.get("noselectionlabel")||"The following results from your {0} results list for '{1}'",this.count=this.model&&this.model.get("count")||0,this.tray=this.model&&this.model.get("tray")||{},this.disableBroadcastForAction=function(t){l["LNToolbar"+t.toString()]=!0},this.isActionBroadcastDisabled=function(t){return l.hasOwnProperty("LNToolbar"+t.toString())},this._broadcaster=function(){var t=$(".toolbar .expanded").next(".supplemental");t.not(u).each(p),u=t},this.resetToolbar=function(){var t,n,i;i=$("form.results-list").children("div.bisnexis").length>0,i&&(s=!1,e.reformatNexisThemeDeliveryMenu()),s&&(window.matchMedia(r).matches?(t=$("li.deliverymenu "),n=t.find("aside"),t.addClass("largescreen"),n.removeClass("supplemental"),n.find("button > span:first-child").addClass("tooltip").attr("role","tooltip")):(t=$("li.deliverymenu.largescreen"),n=t.find("aside"),n.addClass("supplemental"),t.removeClass("largescreen"),n.find("button > span:first-child").removeClass("tooltip").removeAttr("role")));var l=$(".mobileToolbar").first().removeClass("sticky").removeAttr("style");o=e.$el.removeClass("sticky").removeAttr("style"),c="static"!==$(".toolbar").css("position"),o=c?o:l,a=o.length?d(o[0]):null,!c&&$("main").hasClass("ukexperience")?o.addClass("uk-mob-toolbar"):$(".mobileToolbar").removeClass("uk-mob-toolbar")},this.reformatNexisThemeDeliveryMenu=function(){var t,e,n,a,o,i;t=$("li.deliverymenu").find("aside"),e=t.find("ul > li:last-of-type"),a=e.find("button:first-of-type"),$("div.toolbar").find('button[data-action="access"]').parent("li").remove(),o=t.find("li > button.la-Dropbox"),n=o.parent(),i=n.next("li"),a.hasClass("la-PrintablePage")&&t.find("ul > li:last-of-type").remove(),o.hasClass("la-Dropbox")&&(n.remove(),i.remove())},this.addOrRemoveSticky=function(){if(o.length){var t=o.parent(),n=t.offset().left+parseInt(t.css("padding-left")),l=o.width(),r=$(document).width()-n-l;c?o.toggleClass("sticky",i.scrollTop()>=a):o.toggleClass("sticky",i.scrollTop()+i.height()-o.height()<=a),o.hasClass("sticky")&&c?(e.applyTopOffset(),o.css("margin-left",-n),o.css("padding-left",n),o.css("padding-right",r)):(e.removeTopOffset(),o.css("margin-left",""),o.css("padding-left",""),o.css("padding-right",""))}},this.applyTopOffset=function(){o.css("top",e.offset+"px")},this.removeTopOffset=function(){o.css("top","")},this.renderInner=function(){if($(".toolbar .arrow[style]").removeAttr("style"),e.resetToolbar(),o.length){navigator.userAgent.toLowerCase().indexOf(" android ")>-1&&o.find(".printMenu").hide(),o.width(o.width());var t=o.find(".overflowTo"),a=o.find(".overflowMore").css("display","inline-block"),i=o.find(".overflowFrom"),l,r,s,d,p;for(t.find("> li").prependTo(i),a.css("display","none"),d=e.getAvailableWidth(),l=i.find("> li"),r=0,s=l.length;r!==s;r++)if(p=$(l[r]).find("button"),p&&p.data("sticky")?(a.css("display","inline-block"),d=e.getAvailableWidth()):$(l[r]).appendTo(t),t.width()>d&&!n){for(a.css("display","inline-block"),d=e.getAvailableWidth();t.width()>d&&r>-1;)t.find("> li:last").prependTo(i),r--;break}o.find(".scope .expanded").removeClass("expanded").addClass("collapsed"),e.addOrRemoveSticky(),e.trigger("toolbar.onresize"),$(".uk-mob-toolbar li.count .supplemental").css("max-height",window.innerHeight)}},this.getAvailableWidth=function(){var t;return t=n?800:c?o.width()-_.reduce(_.map($.makeArray($(".neverOverflow, .desktopNeverOverflow").filter(":visible")),function(t){return $(t).width()}),function(t,e){return t+e},0):o.width()-_.reduce(_.map($.makeArray($(".neverOverflow").filter(":visible")),function(t){return $(t).width()}),function(t,e){return t+e},0)},this.resetScrollHandler=function(){i.off("toolbar.scroll"),i.on("toolbar.scroll",e.addOrRemoveSticky)},this.resetResizeHandler=function(){i.off("toolbar.resize"),i.on("toolbar.resize",e.renderInner),i.on("resize",e.addOrRemoveSticky())},this.onResize=function(){return this.menus=n?$(".toolbar .supplemental"):!1,this.menus&&n&&(this.menus.css({position:"static"}).removeAttr("style"),this.ie8iconrefresh()),_.defer(function(){e.renderInner()},80),this},this.setOffset=function(t){e.offset=t,e.applyTopOffset()},this.channel.on("state.ready",function(){e.resetResizeHandler(),e.resetScrollHandler(),i.on("scroll",_.throttle(function(){i.trigger("toolbar.scroll")},80)),i.on("resize",_.throttle(function(){i.trigger("toolbar.resize")},80)),e.autorender&&(e.model.on("change",function(){e.render()}),e.render()),setTimeout(e.renderInner,300)})}})}).call(window)}}),ln.advance.component.injectcss("assets-callout-default",".calloutMessage{position:absolute;z-index:48;box-sizing:border-box;width:auto;height:auto;padding:10px 15px;color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:14px;font-size:1.4rem;line-height:normal;text-align:center;white-space:nowrap;border-width:1px;border-style:solid;border-color:#6d6e71;border-top-color:#373739;background-color:#373739;text-shadow:none;transition:opacity .3s ease-in .3s;cursor:default}.calloutMessage:after{content:' ';display:block;position:absolute;width:0;height:0;border-width:10px;border-style:solid;pointer-events:none}.calloutMessage:after,.calloutMessage.tip-bottom:after,.calloutMessage.tip-top:after{left:50%;margin-left:-10px}.calloutMessage.tip-bottom-left:after,.calloutMessage.tip-top-left:after{left:75%;margin-left:-10px}.calloutMessage.tip-bottom-right:after,.calloutMessage.tip-top-right:after{left:25%;margin-left:-10px}.calloutMessage:after,.calloutMessage.tip-bottom:after,.calloutMessage.tip-bottom-left:after,.calloutMessage.tip-bottom-right:after{top:-20px;border-color:transparent transparent #373739}.calloutMessage.tip-top:after,.calloutMessage.tip-top-left:after,.calloutMessage.tip-top-right:after{top:auto;bottom:-20px;border-color:#373739 transparent transparent}.calloutMessage.tip-bottom-left:after,.calloutMessage.tip-bottom-right:after,.calloutMessage.tip-top-left:after,.calloutMessage.tip-top-right:after{margin-left:0}.calloutMessage.tip-bottom-left:after,.calloutMessage.tip-top-left:after{right:15px}.calloutMessage.tip-bottom-right:after,.calloutMessage.tip-top-right:after{left:15px}.calloutMessage.tip-left:after,.calloutMessage.tip-right:after{top:50%;margin-top:-10px;margin-left:auto}.calloutMessage.tip-left-top:after,.calloutMessage.tip-right-top:after{top:75%;margin-top:-10px;margin-left:auto}.calloutMessage.tip-left-bottom:after,.calloutMessage.tip-right-bottom:after{top:25%;margin-top:-10px;margin-left:auto}.calloutMessage.tip-left-top:after,.calloutMessage.tip-left-bottom:after,.calloutMessage.tip-left:after{right:-20px;left:auto;border-color:transparent transparent transparent #373739}.calloutMessage.tip-right-bottom:after,.calloutMessage.tip-right-top:after,.calloutMessage.tip-right:after{left:-20px;border-color:transparent #373739 transparent transparent}.calloutMessage button.icon{float:right}.calloutMessage a{cursor:pointer;text-decoration:underline;padding:10px}.calloutMessage .calloutMessageText{margin-bottom:10px;max-width:250px;white-space:normal}.calloutMessage input[type=button]{margin-top:10px}.calloutVisible .tooltip{display:none}"),ln.advance.component.injectcss("assets-confirm-default",".dialog.msgbox nav{position:absolute;top:10px;right:20px;font-size:.75em;line-height:normal}.dialog.msgbox header nav{display:none}.dialog.msgbox header h1{visibility:hidden}.dialog-header.isnexisredesign h1.dialog-headline{color:#000;color:#202020;font:Lato;font:400 normal 900 24px/29px Lato;letter-spacing:.19px;opacity:1}.dialog-footer.isnexisredesign .button.button.primary{background:no-repeat padding-box #132A43;border-radius:5px;opacity:1}.dialog-footer.isnexisredesign .button.button.secondary{border-radius:5px;opacity:1;border:2px solid #132A43;border-radius:5px;opacity:1;color:#132A43}"),ln.advance.component.injectcss("assets-dialog-default",".dialog header{height:30px;line-height:30px;background-color:#efeff0;background:linear-gradient(to bottom,#f4f4f5,#e9e9ea);border-bottom:1px solid #bcbec0;box-shadow:0 1px 2px #fff inset;font-size:15px;font-size:1.5rem;padding:5px 10px;text-align:center}.dialog header h1{font-size:1.2rem;font-weight:400;text-shadow:1px 1px 1px #fff}.dialog header h1>menu{display:none}.dialog .tips{position:absolute;top:10px;right:18px}.dialog .dns{margin-top:20px}.dialog .dns>input{vertical-align:middle}.dialog footer{position:absolute;top:0;left:0;width:100%;height:45px;overflow:auto;padding:10px 18px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dialog footer .legalnote{display:none}.dialog footer .actions .return,.dialog footer .actions .primary{position:absolute;top:5px}.dialog footer .actions .return{left:10px}.dialog footer .actions .primary{right:10px}.dialog .tabheaders{display:none}.dialog .tabs>li{position:relative;background-color:#f4f4f5;padding:18px 0;border-bottom:1px solid #bcbec0}.dialog .tabs>li.shown{background-color:#fff;padding-top:0}.dialog .tabs>li>.setActive{width:100%;text-align:left;padding-left:14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dialog .tabs>li.shown>.setActive{color:#ed1c24;padding-top:16px;border-top:4px solid #ed1c24;margin-bottom:38px}.dialog .tabs>li>fieldset{z-index:auto}.dialog .tabs>li>.supplemental{pointer-events:none}.dialog .tabs>li.shown>.supplemental{clear:left;z-index:auto;opacity:1;height:auto;width:auto;overflow:visible;pointer-events:auto;padding:0 14px}.dialog .tabs .active .supplemental,.dialog .tabs .active+.supplemental{height:auto;width:auto;opacity:1}@media screen and (max-width:759px){body.modal>main,body.modal>div,body.modal>.comp{display:none}body.modal>.dialog{display:block}}@media screen and (min-width:760px){.dialog{background-color:#fff;border:1px solid #bcbec0;border-radius:5px;box-shadow:1px 1px 2px rgba(0,0,0,.25),-1px -1px 2px rgba(0,0,0,.25),1px 1px 0 12px rgba(0,0,0,.15);display:block;left:26px;overflow:visible;position:fixed;top:32px;width:100%;width:-webkit-calc(100% - 52px);width:calc(100% - 52px);z-index:50;-webkit-animation:fadein 1s forwards;animation:fadein 1s forwards}.dialog header{text-align:left;padding:10px 18px;height:auto;line-height:normal}.dialog header h1{font-size:1.8rem}.dialog header h1>menu{display:inline-block;float:right}.dialog header h1 button[data-helpkey]{color:#06c;font-size:.7em}.dialog .dialog-content{padding-bottom:50px}.dialog footer .actions .return,.dialog footer .actions .primary{position:static}.dialog footer{top:auto;bottom:0;height:auto;padding:10px 15px;border-top:1px solid #bcbec0}.dialog footer .legalnote{display:block;float:left;font-size:1.2rem}.dialog footer .actions,.dialog footer .actions li{float:right}.dialog footer .actions li input{margin-top:0;margin-bottom:0}.dialog footer .actions li:first-child input{margin-left:10px}.dialog .tabheaders{float:left;display:block;width:100%;background-color:#f4f4f5;border-bottom:1px solid #bcbec0;margin-bottom:20px}.dialog .tabheaders>li{position:relative;float:left;text-align:center}.dialog .tabheaders button{font-size:1.6rem;padding:10px 20px;border-right:1px solid #bcbec0}.dialog .tabheaders .active button{color:#ed1c24;z-index:1;background:#fff;padding-top:6px;padding-bottom:11px;border-top:4px solid #ed1c24;border-bottom:1px solid #fff;margin-bottom:-1px}.dialog .tabs{clear:left;padding:0 20px 18px}.dialog .tabs>li{position:absolute;top:0;overflow:auto;clear:left;background-color:#fff;padding:0;border:0}.dialog .tabs>li.shown{position:relative;z-index:1}.dialog .tabs>li>.setActive{position:absolute;top:-999px}.dialog .tabs>li.shown>.supplemental{max-height:300px;overflow:auto;padding:0}}.ie8 .overlay{background-color:rgba(255,255,255,.6);position:fixed;top:0;bottom:0;left:0;right:0;z-index:48}.ie8 .dialog{background-color:#fff;border:1px solid #bcbec0;border-radius:5px;box-shadow:1px 1px 2px rgba(0,0,0,.25),-1px -1px 2px rgba(0,0,0,.25),1px 1px 0 12px rgba(0,0,0,.15);display:block;left:26px;right:26px;overflow:visible;position:fixed;top:32px;z-index:50;-webkit-animation:fadein 1s forwards;animation:fadein 1s forwards}.ie8 .dialog header{text-align:left;padding:10px 18px;height:auto;line-height:normal}.ie8 .dialog header h1{font-size:1.8rem}.ie8 .dialog header h1>menu{display:inline-block;float:right}.ie8 .dialog-content{padding-bottom:50px}.ie8 .dialog footer .actions .return,.ie8 .dialog footer .actions .primary{position:static}.ie8 .dialog footer{top:auto;bottom:0;height:auto;padding:10px 15px;border-top:1px solid #bcbec0}.ie8 .dialog footer .legalnote{display:block;float:left;font-size:1.2rem}.ie8 .dialog footer .actions,.ie8 .dialog footer .actions li{float:right}.ie8 .dialog footer .actions li input{margin-top:0;margin-bottom:0}.ie8 .dialog footer .actions li:first-child input{margin-left:10px}.ie8 .dialog .tabheaders{float:left;display:block;width:100%;background-color:#f4f4f5;border-bottom:1px solid #bcbec0;margin-bottom:20px}.ie8 .dialog .tabheaders>li{position:relative;float:left;text-align:center}.ie8 .dialog .tabheaders button{font-size:1.6rem;padding:10px 20px;border-right:1px solid #bcbec0}.ie8 .dialog .tabheaders .active button{color:#ed1c24;z-index:1;background:#fff;padding-top:6px;padding-bottom:11px;border-top:4px solid #ed1c24;border-bottom:1px solid #fff;margin-bottom:-1px}.ie8 .dialog .tabs{clear:left;padding:0 20px 18px}.ie8 .dialog .tabs>li{position:absolute;top:0;overflow:auto;clear:left;background-color:#fff;padding:0;border:0}.ie8 .dialog .tabs>li.shown{position:relative;z-index:1}.ie8 .dialog .tabs>li>.setActive{position:absolute;top:-999px}.ie8 .dialog .tabs>li.shown>.supplemental{max-height:300px;overflow:auto;padding:0}.secondary.hide{display:none}"),ln.advance.component.injectcss("assets-jquery.nouislider-default",'.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-base{width:100%;height:100%;position:relative}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-stacking+.noUi-origin{*z-index:-1}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-horizontal.noUi-extended{padding:0 15px}.noUi-horizontal.noUi-extended .noUi-origin{right:-15px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-vertical.noUi-extended{padding:15px 0}.noUi-vertical.noUi-extended .noUi-origin{bottom:-15px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:before,.noUi-handle:after{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:before,.noUi-vertical .noUi-handle:after{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled].noUi-connect,[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle{cursor:not-allowed}'),ln.advance.component.injectcss("assets-lncalendar-default",".filters-unused>#refine.supplemental>.expanded+.supplemental.timeline{overflow:visible}.filters-unused>#refine.supplemental>.expanded+.supplemental.timeline #datepicker{margin:7px auto 0}.filters-unused.isBisNexisRedesign>#refine.supplemental>.expanded+.supplemental.timeline #datepicker{width:310px;margin:7px auto 0 7px;height:301px}.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker{height:301px;border-radius:5px;box-shadow:0 4px 8px 0 rgb(0 0 0 / 16%);border:1px solid #dfdfdf;max-width:310px;min-width:0}#datepicker{border:1px solid #BEBCC0;max-width:294px;min-width:270px;padding:10px;border-radius:7px;box-shadow:rgba(0,0,0,.28) 0 0 5px 1px;position:relative;font-family:Lato,Helvetica,Arial,sans-serif;background:#fff;cursor:default;z-index:2;margin:7px 7px 7px 0;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker h3{font-size:18px;font-weight:700;color:#212121;background:#f9f9f9;height:42px;border:0}.isBisNexisRedesign #datepicker h3{display:flex;justify-content:center}#datepicker h3{background:#F4F4F5;margin:-10px -10px 0;height:36px;border-bottom:1px solid #BEBCC0;font-size:18px;font-size:1.8rem;border-radius:7px 7px 0 0}#datepicker .dropdowncontainer{position:relative;z-index:3}.isBisNexisRedesign #datepicker .dropdowncontainer.monthcontainer .supplemental::-webkit-scrollbar{width:5px}.isBisNexisRedesign #datepicker .dropdowncontainer.monthcontainer .supplemental::-webkit-scrollbar-track{width:5px;background:#fff}.isBisNexisRedesign #datepicker .dropdowncontainer.monthcontainer .supplemental::-webkit-scrollbar-thumb{height:109px;background:#606060;border-radius:2px}.isBisNexisRedesign #datepicker .dropdowncontainer.yearcontainer .supplemental::-webkit-scrollbar{width:5px}.isBisNexisRedesign #datepicker .dropdowncontainer.yearcontainer .supplemental::-webkit-scrollbar-track{width:5px;background:#fff}.isBisNexisRedesign #datepicker .dropdowncontainer.yearcontainer .supplemental::-webkit-scrollbar-thumb{height:19px;background:#606060;border-radius:2px}#datepicker .dropdowncontainer .supplemental{left:0;top:25px;position:absolute;background:#fff;text-align:left;width:100%;border:1px solid #C0C2C4;box-shadow:1px 1px 2px rgba(0,0,0,.15);max-height:220px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;display:none;margin:0;padding:0}.isBisNexisRedesign #datepicker .dropdowncontainer .supplemental{max-height:none;width:0}.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker .dropdowncontainer.monthcontainer .supplemental{border-radius:5px;height:299px;width:129px;margin-left:2px;margin-top:5px}.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker .dropdowncontainer.yearcontainer .supplemental{min-width:80px;height:299px;margin-left:2px;margin-top:5px;border-radius:5px}#datepicker .dropdowncontainer .expanded+.supplemental{display:block}#datepicker .dropdowncontainer .supplemental button,#datepicker .dropdowncontainer .supplemental .disabled{font-size:14px;font-size:1.4rem;line-height:1;padding:7px 15px 8px;margin:0;font-family:Lato,Helvetica,Arial,sans-serif;text-align:left;display:block;background:#fff;transition:border-color .3s ease 0s,background-color .3s ease 0s,color .3s ease 0s;color:#6E6F72}#datepicker .dropdowncontainer .supplemental button{width:100%}.filters-unused.isBisNexisRedesign #datepicker .dropdowncontainer .supplemental button{margin-left:0}#datepicker .dropdowncontainer .supplemental .disabled{color:#cacaca}#datepicker .dropdowncontainer .supplemental button:hover,#datepicker .dropdowncontainer .supplemental button:focus{background:#d5eff9}#datepicker .prevMonth,#datepicker .nextMonth{position:absolute;top:7px;margin:0;padding:0;background:#FFF;border:1px solid #BEBCC0;width:22px;height:22px;border-radius:3px;color:#6D6E71;font-size:20px;font-size:2rem}.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker .nextMonth,.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker .prevMonth{border:0;background:0 0;outline:0}.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker .prevMonth{top:14px;font-size:21.2px;color:#212121;left:18.5px}.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker .nextMonth{top:14px;font-size:21.2px;right:18.5px;color:#212121}.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker .nextMonth:hover,.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker .prevMonth:hover{border-radius:5px;background-color:#dfdfdf;height:30px;width:25px}.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker .prevMonth:before,.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker .nextMonth:before{padding-top:5px;padding-left:2px}#datepicker .prevMonth{left:8px}.filters-unused.isBisNexisRedesign #datepicker .prevMonth{left:18.5px;top:8px}#datepicker .nextMonth{right:8px;z-index:3}.filters-unused.isBisNexisRedesign #datepicker .nextMonth{right:18.5px;top:8px}#datepicker .prevMonth:active,#datepicker .nextMonth:active{background:#525355;border-color:#373739;color:#FFF}#datepicker .prevMonth:before,#datepicker .nextMonth:before{color:inherit;font-size:inherit;left:0;position:absolute;top:0;transform:rotate(0)}.ie8 #datepicker .prevMonth:before,.ie8 #datepicker .nextMonth:before{top:-9px}.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker td,.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker th,.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker tr [data-monthday]{height:34px;width:37px;padding:2px 5px;line-height:15.6px;border:0}.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker tr button[data-monthday]:hover,.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker tr button[data-monthday]:focus{border-radius:5px;background:#dfdfdf;text-decoration:underline;border:0;color:#202020}.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker tr [data-monthday].selected,.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker tr [data-monthday].selected:focus,.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker tr [data-monthday].selected:hover{background:#132a43;border:0;color:#fff;text-decoration:underline;border-radius:5px}#datepicker th,#datepicker td{text-align:center;border-top:1px solid #E9E9EA;border-left:1px solid #E9E9EA}#datepicker .selectMonth,#datepicker .selectYear{vertical-align:top;margin:0;padding:0;color:#373739;font-size:18px;font-size:1.8rem;border:0;background:transparent;box-shadow:none;line-height:22px;text-align:left;padding:0 5px;vertical-align:text-bottom;width:100%;transition:.3s}.filters-unused.isBisNexisRedesign #datepicker .selectMonth,#datepicker .selectYear{color:#212121}.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker .selectMonth.expanded,.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker .selectYear.expanded{color:#212121}#datepicker .selectMonth.expanded,#datepicker .selectYear.expanded{color:#ED1C24;text-decoration:underline}.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker .monthcontainer,.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker .yearcontainer{top:16.3px;position:relative;left:0;min-width:0}#datepicker .monthcontainer,#datepicker .yearcontainer{position:absolute;top:7px}.isBisNexisRedesign #datepicker .monthcontainer,#datepicker .yearcontainer{position:relative;top:6px}.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker .selectMonth:after,.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker .selectYear:after{padding:5px;font-size:14px;font-weight:700}#datepicker .selectMonth:after,#datepicker .selectYear:after{color:inherit;display:inline-block;vertical-align:text-top}#datepicker .selectMonth.expanded:after,#datepicker .selectYear.expanded:after{text-decoration:none}#datepicker .monthcontainer{left:50px;min-width:130px}#datepicker .yearcontainer{left:180px;min-width:60px}.isBisNexisRedesign #datepicker .monthcontainer,.isBisNexisRedesign #datepicker .yearcontainer{left:0;min-width:0}#datepicker td{color:#cacaca}#datepicker .jawsfirstline{height:28px;line-height:28px;overflow:hidden;width:100%;display:inline-block;word-spacing:300px;vertical-align:middle;font-size:12px;font-size:1.2rem}#datepicker th,#datepicker table button:before{color:inherit}.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker table{border:0;margin-left:-9px;margin-top:0}#datepicker table{border-bottom:1px solid #E9E9EA;border-right:1px solid #E9E9EA;margin-top:10px;width:100%;table-layout:fixed}.isBisNexisRedesign .segmentIndent .NexisPowerSearchdatepicker #datepicker table thead{background:#f9f9f9;border-bottom:1px solid #dfdfdf}#datepicker table button{margin:0;padding:0;border:0;width:100%;background:#fff;font-family:inherit;font-size:inherit;color:#525355}#datepicker tr [data-monthday]{border:1px solid #fff;height:28px;transition:.3s}#datepicker tr button[data-monthday]:hover,#datepicker tr button[data-monthday]:focus{background:#D5EFF9;border-color:#D5EFF9}#datepicker tr [data-monthday]:before{content:attr(data-monthday)}#datepicker th{font-size:12px;font-size:1.2rem;vertical-align:2px}.isBisNexisRedesign #datepicker th{font-size:14px;font-family:Lato;letter-spacing:normal;color:#414141}#datepicker td,#datepicker th{vertical-align:middle;height:28px}#datepicker tr [data-monthday].selected,#datepicker tr [data-monthday].selected:hover,#datepicker tr [data-monthday].selected:focus{background:#80CEED;border:1px solid #009DDB}#datepicker tr button[data-monthday]:active,#datepicker tr button[data-monthday].selected:active{box-shadow:rgba(0,0,0,1) -1px 3px 13px -4px inset;background:#099DDB;color:#FFF;border-color:#045374}#datepicker tr [data-monthday]:before{font-size:14px;font-size:1.4rem}#datepicker .prevMonth[disabled=disabled],#datepicker .nextMonth[disabled=disabled],#datepicker .prevMonth[disabled=disabled]:active,#datepicker .nextMonth[disabled=disabled]:active{background:#FFF;border-color:#D2D4D5;color:#D2D4D5}.gnsredesign#datepicker tr button[data-monthday]:active,.gnsredesign#datepicker tr button[data-monthday].selected:active,.gnsredesign#datepicker tr [data-monthday].selected,.gnsredesign#datepicker tr [data-monthday].selected:hover,.gnsredesign#datepicker tr [data-monthday].selected:focus{background:#132a43;border:0;color:#fff;text-decoration:underline;border-radius:5px}.gnsredesign#datepicker table{border:0}.gnsredesign#datepicker table thead{background:#f9f9f9;border-bottom:1px solid #dfdfdf}.gnsredesign#datepicker{border-radius:5px;box-shadow:0 4px 8px 0 rgb(0 0 0 / 16%);border:1px solid #dfdfdf;margin-left:0;padding:0}div#datepicker.gnsredesign{padding-top:31px;width:320px}.gnsredesign#datepicker td{height:35px;padding:2px}.gnsredesign#datepicker .dropdowncontainer .expanded+.supplemental{border-radius:5px;position:relative}.gnsredesign#datepicker .nextMonth:hover,.gnsredesign#datepicker .prevMonth:hover{border-radius:5px;background-color:#dfdfdf;height:30px;width:25px}.gnsredesign#datepicker .selectYear,.gnsredesign#datepicker .selectMonth{font-weight:700}.gnsredesign#datepicker .selectMonth:hover,.gnsredesign#datepicker .selectYear:hover{text-decoration:underline}.gnsredesign#datepicker .selectYear.expanded,.gnsredesign#datepicker .selectMonth.expanded{color:#212121;text-decoration:underline}.gnsredesign#datepicker .dropdowncontainer .expanded+.supplemental{border-radius:5px;position:absolute}.gnsredesign#datepicker .dropdowncontainer .supplemental button:focus,.gnsredesign#datepicker .dropdowncontainer .supplemental button:hover{border-radius:5px;background-color:#e3f2fd;margin-left:5px;padding-left:10px}.gnsredesign#datepicker .dropdowncontainer .expanded+.supplemental::-webkit-scrollbar{border-radius:500px}.gnsredesign#datepicker .dropdowncontainer .expanded+.supplemental::-webkit-scrollbar-track{background:#fff}.gnsredesign#datepicker .dropdowncontainer .expanded+.supplemental::-webkit-scrollbar-thumb{background-color:#606060;border-radius:500px;border:6px solid #fff;height:30px}.gnsredesign#datepicker tr [data-monthday]:hover,.gnsredesign#datepicker tr [data-monthday].selected:focus{background:#dfdfdf;border-radius:5px;text-decoration:underline;border:0;color:#202020}.gnsredesign#datepicker h3{border:0;margin:unset;height:unset;background-color:#f9f9f9}.gnsredesign#datepicker .nextMonth,.gnsredesign#datepicker .prevMonth,.gnsredesign#datepicker td,.gnsredesign#datepicker th{border:0}.gnsredesign#datepicker .selectMonth:after,.gnsredesign#datepicker .selectYear:after{margin-top:4px;margin-left:2px;text-decoration:none}"),ln.advance.component.injectcss("assets-ladialog-default",".ladialog>header{background-color:#efeff0;background:linear-gradient(to bottom,#f4f4f5,#e9e9ea);border-bottom:1px solid #bcbec0;font-size:16px;font-size:1.6rem;padding:10px;text-align:center}.ladialog>header>h1{text-shadow:1px 1px 1px #fff;font-size:18px;font-size:1.8rem}.ladialog>header>nav{display:none;position:absolute;top:15px;right:20px;font-size:.75em;line-height:normal}.ladialog>header>nav>a,.ladialog>header>nav>button{display:inline-block}.ladialog>header>nav>a{text-decoration:none}.ladialog>header>nav>a.divider{border-right:1px solid #bcbec0;margin-right:10px;padding-right:10px}.dialog-content{margin:0;padding:0}.dialog-content>section{padding:18px 14px}.ladialog>footer{display:table;width:100%;padding:16px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ladialog>footer>.left{display:none;width:100%;vertical-align:middle;font-size:12px;font-size:1.2rem}.ladialog>footer>.actions,.ladialog>footer>.actions>li{display:table-cell;width:100%;vertical-align:middle}.ladialog>footer>.actions>li:first-child>input{margin-right:10px}.dialog-content>.tabheaders{display:none;width:100%;background-color:#f4f4f5;border-bottom:1px solid #bcbec0}.dialog-content>.tabheaders>li{display:table-cell;border-right:1px solid #bcbec0}.dialog-content>.tabheaders button{font-size:16px;font-size:1.6rem;padding:10px 14px}.dialog-content>.tabheaders>.active button{color:#ed1c24;z-index:1;background:#fff;padding-top:6px;padding-bottom:11px;border-top:4px solid #ed1c24;border-bottom:1px solid #fff;margin-bottom:-1px}.dialog-content>.tabs>li{position:relative;background-color:#f4f4f5;border-bottom:1px solid #bcbec0}.dialog-content>.tabs>li.shown{background-color:#fff;padding-top:0}.dialog-content>.tabs>li>button{display:block;width:100%;text-align:left;padding:18px 14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dialog-content>.tabs>li.shown>button{color:#ed1c24;border-top:4px solid #ed1c24}.dialog-content>.tabs>li>.supplemental,.dialog-content .gvs-tab-panel>.supplemental:not(.shown){padding:18px 14px;pointer-events:none;display:none}.dialog-content>.tabs>li.shown>.supplemental,.gvs-dialog>.dialog-content .gvs-tab-panel>.supplemental.shown{display:block;clear:left;z-index:auto;opacity:1;min-height:100px;max-height:initial;height:auto;width:auto;overflow:visible;pointer-events:auto;padding:20px}.dialog-content>.tabs .active .supplemental,.dialog-content>.tabs .active+.supplemental{opacity:1}@media screen and (max-width:759px){body.modal>main,body.modal>div,body.modal>.comp{display:none}body.modal>.ladialog{display:block}}@media screen and (min-width:760px){.ladialog{background-color:#fff;border:1px solid #bcbec0;border-radius:5px;box-shadow:0 0 8px rgba(0,0,0,.25);display:block;left:0;right:0;position:fixed;margin:0 auto;z-index:50;-webkit-animation:fadein 1s forwards;animation:fadein 1s forwards}.ladialog.small{width:50%;min-width:380px;max-width:486px}.ladialog.medium{width:70%;min-width:532px;max-width:680px}.ladialog.large{width:90%;min-width:684px;max-width:874px}.ladialog>header{line-height:normal;text-align:left;padding:10px 20px;border-radius:5px 5px 0 0}.ladialog>header>nav{display:block}.dialog-content>section{display:block;min-height:100px;overflow:auto;padding:20px}.ladialog>footer{display:table;padding:10px 20px;border-top:1px solid #bcbec0}.ladialog>footer>.left{display:table-cell;padding-right:20px}.ladialog>footer>.actions,.ladialog>footer>.actions>li{display:table-cell;vertical-align:middle}.ladialog>footer>.actions>li>input{margin-top:0;margin-bottom:0}.dialog-content>.tabheaders{display:block}.dialog-content>.tabs{clear:left;padding:0}.dialog-content>.tabs>li{position:absolute;top:0;overflow:auto;clear:left;background-color:#fff;padding:0;border:0}.dialog-content>.tabs>li.shown{position:relative;z-index:1;width:100%}.dialog-content>.tabs>li>button{display:none}.dialog-content>.tabs>li.shown>.supplemental{overflow:auto;max-height:338px;min-height:338px}}.bisnexis .overlay{background-color:#303039;opacity:.7;width:100%;height:100%}.ladialog.nexisredesign header{padding:20px;background:#fff;border-bottom:0}.ladialog.nexisredesign header>h1{font-weight:700;color:#414141;letter-spacing:.19px;font-size:24px;width:75%}aside.ladialog.nexisredesign{border-radius:0;position:fixed}.ladialog.nexisredesign footer.notranslate{align-items:center;padding:20px;border:0}aside.ladialog.nexisredesign>footer>ul.actions>li>input.primary{background-color:#132a43;margin-right:20px;border-color:#132a43;text-shadow:none}aside.ladialog.nexisredesign>footer>ul.actions>li>input.secondary{background-color:#fff;border:2px solid #132a43}aside.ladialog.nexisredesign>footer>ul.actions>li>input{padding:7px 0;height:55px;width:100px;border-radius:5px}aside.ladialog.nexisredesign>footer>ul.actions>li>input:hover,aside.ladialog.nexisredesign>footer>ul.actions>li>input:focus{box-shadow:none}aside.ladialog.nexisredesign>footer>ul.actions>li>input:hover{outline:#e2e2e2 solid 3px}aside.ladialog.nexisredesign>footer>ul.actions>li>input.primary:active{color:#fff}.ladialog.nexisredesign input[type=checkbox]{appearance:none;height:14px;width:14px;border-radius:3px;border:1px solid #757575;background-color:#fff;margin:0 6px -2px 0}.ladialog.nexisredesign input[type=checkbox]:hover,.ladialog.nexisredesign input[type=checkbox]:checked:hover{background-color:#e3f2fd}.ladialog.nexisredesign input[type=checkbox]:checked{background-color:#10479f}.ladialog.nexisredesign [type=checkbox]:checked:after{content:'';position:absolute;height:8px;width:3px;border-bottom:1.5px solid #fff;border-right:1.5px solid #fff;transform:rotate(45deg);margin-top:0;margin-left:4px}.ladialog.nexisredesign input[type=checkbox]:checked:hover:after{border-bottom:1.5px solid #0063bb;border-right:1.5px solid #0063bb}.ladialog.nexisredesign button.action.icon.la-CloseRemove{font-size:20px}.ladialog.nexisredesign button.action.icon.la-CloseRemove:hover{outline:#e2e2e2 solid 3px}.ladialog.nexisredesign a.helpkey.divider{font-size:15px;margin-top:13px}.ladialog.nexisredesign a.helpkey.divider:hover{color:#006EBB}"),ln.advance.component.injectcss("assets-msgbox-default",".dialog.msgbox{border-radius:2px;box-shadow:0 0 3px 0 #AAA}.dialog.msgbox .dialog-content>div{overflow:auto;padding:18px 15px}.dialog.msgbox .dialog-content strong{font-weight:700}@media screen and (min-width:760px){.dialog.msgbox{width:425px;left:50%;margin-left:-212px}.dialog.msgbox footer .actions li input{height:32px;font-size:1.5rem}}"),ln.advance.component.injectcss("assets-LNdialog-default",'.LNdialog{position:relative}.LNdialog header{height:27px;line-height:27px;background-color:#efeff0;background:linear-gradient(to bottom,#f4f4f5,#e9e9ea);border-bottom:1px solid #bcbec0;box-shadow:0 1px 2px #fff inset;font-size:15px;font-size:1.5rem;padding:10px 20px}.LNdialog header h1{font-size:12px;font-size:1.2rem;font-weight:400;text-shadow:1px 1px 1px #fff}.LNdialog header h1>menu{display:none}.LNdialog .tips{position:absolute;top:10px;right:18px}.LNdialog footer{overflow:auto;background:#fff;padding:10px 12px;border-bottom:1px solid #bcbec0}.LNdialog footer .actions{position:absolute;top:0;left:0;width:100%;padding:5px 11px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.LNdialog footer .actions li{float:left;width:50%}.LNdialog footer .actions input{font-size:12px;font-size:1.2rem;padding:5px}.LNdialog footer .actions .primary{float:right;min-width:65px}.LNdialog .tabheaders{display:none}.LNdialog .dialog-tabs>li{position:relative;min-height:9px;background-color:#f4f4f5;border-bottom:1px solid #bcbec0}.LNdialog .dialog-tabs>li.shown{background-color:#fff;padding-bottom:21px}.LNdialog .dialog-tabs>li>.setActive{position:relative;width:100%;text-align:left;padding:14px 14px 14px 27px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.LNdialog .tabs>li.shown>.setActive{color:#ed1c24;padding-top:16px;border-top:4px solid #ed1c24;margin-bottom:38px}.LNdialog .dialog-tabs>li>.setActive:before{position:absolute;top:12px;left:8px;font-size:20px}.LNdialog .dialog-tabs>li.shown>.setActive,.LNdialog .dialog-tabs>li.shown>.setActive:before,.LNdialog .dialog-tabs>li.tabInvalid>.setActive:after{color:#ed1c24}.LNdialog .dialog-tabs>li.shown>.setActive{border-top:4px solid #ed1c24;margin-bottom:23px}.LNdialog .dialog-tabs>li.tabInvalid>.setActive:after{content:"\\e65e";margin-left:5px}.LNdialog .dialog-tabs>li>fieldset{z-index:auto}.LNdialog .dialog-tabs>li:focus,.LNdialog .dialog-tabs>li>fieldset:focus{outline:0}.LNdialog .dialog-tabs>li>.supplemental{pointer-events:none}.LNdialog .dialog-tabs>li.shown>.supplemental{clear:left;opacity:1;height:auto;width:auto;overflow:visible;pointer-events:auto;padding:0 14px}.LNdialog .dialog-tabs .active .supplemental,.LNdialog .dialog-tabs .active+.supplemental{height:auto;width:auto;opacity:1}@media screen and (max-width:759px){body.modal>main,body.modal>div,body.modal>.comp{display:none}body.modal>.LNdialog{display:block}}@media screen and (min-width:760px){.LNdialog{position:fixed;z-index:50;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;height:calc(100vh);max-height:70vh;max-height:calc(100vh - 200px);min-height:225px;overflow:hidden;top:0;bottom:0;left:0;right:0;margin:auto;background-color:#fff;border:1px solid #bcbec0;border-radius:5px;box-shadow:1px 1px 2px rgba(0,0,0,.25),-1px -1px 2px rgba(0,0,0,.25),1px 1px 0 12px rgba(0,0,0,.15);-webkit-animation:fadein 1s forwards;animation:fadein 1s forwards}.small_dialog{width:50%;max-width:484px;min-width:378px}.medium_dialog{width:70%;max-width:678px;min-width:530px}.large_dialog{width:90%;max-width:872px;min-width:682px}.LNdialog header{text-align:left;padding:10px 18px;height:auto;line-height:normal}.LNdialog header,.LNdialog footer,.LNdialog .tabheaders{-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto}.LNdialog header h1{font-size:1.8rem}.LNdialog header h1>menu{display:inline-block;float:right}.LNdialog footer{padding:10px 20px;border-top:1px solid #bcbec0;border-bottom:0}.LNdialog footer .legalnote{display:block;float:left;font-size:1.2rem}.LNdialog footer .actions,.LNdialog footer .actions li{float:right}.LNdialog footer .actions{position:static;width:auto}.LNdialog footer .actions li:first-child input{margin-left:10px}.LNdialog .tabheaders{display:block;background-color:#f4f4f5;border-bottom:1px solid #bcbec0;margin-bottom:20px}.LNdialog .tabheaders>li{position:relative;float:left;-ms-flex:1 1 auto;-webkit-flex:1 1 auto;flex:1 1 auto;text-align:center}.LNdialog .tabheaders button{font-size:16px;font-size:1.6rem;padding:10px 20px;border-right:1px solid #bcbec0}.LNdialog .tabheaders .active button{color:#ed1c24;z-index:1;background:#fff;padding-top:6px;padding-bottom:11px;border-top:4px solid #ed1c24;border-bottom:1px solid #fff;margin-bottom:-1px}.LNdialog .dialog-tabs{padding:0 20px}.LNdialog .dialog-tabs>li{min-height:0;background-color:#fff;padding:0;border:0}.LNdialog .dialog-tabs>li.shown{padding-bottom:0}.LNdialog .dialog-tabs>li>.setActive{position:absolute;left:-999px}.LNdialog .dialog-tabs>li.shown>.supplemental{padding:0}.LNdialog form{-ms-flex:1 1 auto;-webkit-flex:1 1 auto;flex:1 1 auto;overflow:auto}.ie9 .tabheaders{float:left;width:100%}.ie9 .large_dialog form{clear:left;height:calc(100vh - 352px)}}.ie8 .LNdialog{position:fixed;z-index:50;min-height:225px;overflow:auto;top:100px;left:0;right:0;margin:auto;background-color:#fff;border:1px solid #bcbec0}.ie8 .small_dialog{width:50%;max-width:484px;min-width:378px;max-height:250px}.ie8 .medium_dialog{width:70%;max-width:678px;min-width:530px;max-height:450px}.ie8 .large_dialog{width:90%;max-width:872px;min-width:682px;max-height:650px}.ie8 .LNdialog header{text-align:left;padding:10px 18px;height:auto;line-height:normal}.ie8 .LNdialog header h1{font-size:18px}.ie8 .LNdialog header h1>menu{display:inline-block;float:right}.ie8 .LNdialog footer{position:relative;padding:10px 20px;border-top:1px solid #bcbec0;border-bottom:0}.ie8 .LNdialog footer .legalnote{display:block;float:left;font-size:1.2rem}.ie8 .LNdialog footer .actions,.ie8 .LNdialog footer .actions li{float:right}.ie8 .LNdialog footer .actions{position:static;width:auto}.ie8 .LNdialog footer .actions li:first-child input{margin-left:10px}.ie8 .tabheaders{display:block;min-height:43px;overflow:visible;background-color:#f4f4f5;border-bottom:1px solid #bcbec0;margin-bottom:20px}.ie8 .tabheaders>li{position:relative;float:left;text-align:center}.ie8 .tabheaders>li h2{display:inline-block}.ie8 .tabheaders button{font-size:1.6rem;padding:10px 20px;border-right:1px solid #bcbec0}.ie8 .tabheaders .active button{color:#ed1c24;z-index:1;background:#fff;padding-top:6px;padding-bottom:11px;border-top:4px solid #ed1c24;border-bottom:1px solid #fff;margin-bottom:-1px}.ie8 .LNdialog .dialog-tabs{padding:0 20px}.ie8 .LNdialog .dialog-tabs>li{min-height:0;background-color:#fff;padding:0;border:0}.ie8 .LNdialog .dialog-tabs>li.shown{padding-bottom:21px}.ie8 .LNdialog .dialog-tabs>li>.setActive{position:absolute;left:-999px}.ie8 .LNdialog .dialog-tabs>li.shown>.supplemental{padding:0}'),ln.advance.component.injectcss("assets-podactionsmenu-default",".globalpod-header .podactionsmenu{border-left:1px solid #bcbec0;position:absolute;right:0;top:0}.globalpod-header .podactionsmenu .menu-button{background:#fff;border-radius:2px;padding:8px 20px;position:relative;height:inherit}.globalpod-header .podactionsmenu .menu-button::after{position:absolute;top:8px;right:3px;color:#fff}.globalpod-header .podactionsmenu .menu-button .la-NativeView{position:relative;left:-8px}.globalpod-header .podactionsmenu .podactions-menu{background:#fff;display:none;position:absolute;right:0;z-index:40;width:119px}button#podactions_menu_button.menu-button.la-DeliveryOptions.icon.selected{color:#fff;background:#525355;border-color:#373739}.globalpod-header .icon .selected::after{color:#fff;background:#525355;border-color:#373739}.globalpod-header .icon .selected::before{color:#fff;background:#525355;border-color:#373739}.globalpod-header .podactionsmenu .podactions-menu-item{border:1px solid #bcbec0}.globalpod-header .podactionsmenu .podactions-menu-item button{padding:8px 20px;text-align:left;white-space:nowrap;width:100%;color:#000}.globalpod-header .podactionsmenu .podactions-menu-item{border-top-left-radius:2px;border-top-right-radius:2px}.globalpod-header .podactionsmenu ul li{padding:0}.moveright{right:70px!important;position:absolute!important}.noleftborder{border-left:0!important}"),ln.advance.component.injectcss("assets-pagination-default",".pagination{clear:both;padding-top:4px;padding-bottom:16px;border-top:1px solid #f4f4f5}.pagination ol{display:table;margin:0 auto;border-spacing:10px}.resultlist.ukexperience .pagination ol{border-spacing:5px}.pagination ol .icon{padding:0!important}.pagination li{display:table-cell;min-width:35px;height:35px;padding:0;cursor:default;color:#1b1b1b;font-size:1.6rem;text-align:center;vertical-align:middle;border:solid 1px #bcbec0;border-radius:3px;background-color:#fff;line-height:35px}.pagination li>span,.pagination .action{display:block;color:#373739;text-decoration:none;border:0;vertical-align:middle;padding:0 5px}.pagination .icon:before{line-height:35px;vertical-align:middle}.pagination li:hover,.pagination li:focus{-webkit-transition:border-color .3s;transition:border-color .3s;text-decoration:none;border-color:#07c;color:#07c}.pagination li:hover>a,.pagination li:focus>a,.pagination li:hover .icon:before{color:#07c}.pagination li:active{border-color:#6d6e71;background:#e6e6e6}.pagination li:active>a{color:#1b1b1b}.pagination .current>span,.pagination .current>span:hover,.pagination .current>span:focus,.pagination .current>span:active{color:#fff;font-weight:700;border-color:#373739;background-color:#525355}.pagination .continued{min-width:0;border:0}.pagination .disabled,.pagination .disabled:hover,.pagination .disabled:focus,.pagination .disabled:active{color:#fff;border-color:#e2e4e7;background-color:#d2d4d5}.pagination li.disabled .icon:before,.pagination li.disabled:hover .icon:before{color:#fff}.pagination span.icon,.pagination a.icon{position:relative}.pagination span.icon,.pagination a.icon{font-size:2rem;line-height:33px;text-decoration:none}@media screen and (max-width:759px){.pagination li.overflow{display:none}}.pagination.newdesign li{border:0;min-width:40px;background-color:transparent;font-family:Lato;font-size:22px;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;text-align:left;color:#373739}.pagination.newdesign .current>span:hover,.pagination.newdesign .current>span:focus,.pagination.newdesign .current>span:active{color:#00172e;font-weight:700;border-color:#373739;background-color:inherit;border-radius:4px}.pagination.newdesign .disabled,.pagination.newdesign .disabled:hover,.pagination.newdesign .disabled:focus,.pagination.newdesign .disabled:active{color:#fff;border-color:inherit;background-color:transparent;opacity:.5}.pagination.newdesign li.disabled .icon:before,.pagination.newdesign li.disabled:hover .icon:before{color:#00172e}.pagination.newdesign span.icon,.pagination.newdesign a.icon{font-size:3.5rem}.pagination.newdesign .icon:before,.pagination.newstyle .icon:after{color:#00172e}.pagination.newdesign li:hover{-webkit-transition:border-color .3s;transition:border-color .3s;text-decoration:underline;border-color:#e0e0e0;color:#e0e0e0}.pagination.newdesign :focus{background-color:#e0e0e0;outline:0;text-decoration:underline;font-weight:700;border-radius:5px;text-align:center}.pagination.newdesign li:hover>a,.pagination.newdesign li:focus>a,.pagination.newdesign li:hover .icon:before{text-decoration:underline;color:#373739}.pagination.newdesign li:first-child:hover,.pagination.newdesign li:first-child:hover>a,.pagination.newdesign li:first-child:focus>a,.pagination.newdesign li:first-child:hover .icon:before,.pagination.newdesign li:last-child:hover,.pagination.newdesign li:last-child:hover>a,.pagination.newdesign li:last-child:focus>a,.pagination.newdesign li:last-child:hover .icon:before{text-decoration:none}.pagination.newdesign .current>span{color:#00172e;font-weight:700;border-color:#373739;background-color:inherit;border-radius:4px}.pagination.newdesign li.current{color:#373739;text-decoration:underline;text-underline-offset:2px;text-decoration-color:#E8171F!important;font-weight:700}"),ln.advance.component.injectcss("assets-toolbar-default",'.toolbar h3{margin:0}.toolbar{font-family:Lato,Helvetica,Arial,sans-serif}.toolbar .mobileToolbar{position:absolute;bottom:0;left:0;right:0;height:41px;padding:0 8px;margin:0;background-color:#FFF;z-index:50}.toolbar .mobileToolbar.sticky{position:fixed;left:0;right:0;z-index:49;box-shadow:0 6px 20px rgba(0,0,0,.15);border-top:1px solid #BCBEC0}.toolbar .menu,.toolbar .overflowMore,.toolbar .documentRightSide{display:inline-block;vertical-align:top}.toolbar .menu{height:100%;white-space:nowrap}.toolbar .menu aside{white-space:normal}.toolbar .documentRightSide{float:left}.toolbar .menu li{float:left}.toolbar .menu>li{float:none;display:inline-block;vertical-align:top;padding:0 10px;min-height:24px;margin:0}.toolbar strong{font-weight:700}.toolbar button,.toolbar span.nonaction{margin:0;padding:0;border-radius:2px;transition:border-color .3s ease 0s,background-color .3s ease 0s,color .3s ease 0s;line-height:23px;min-height:35px;width:100%;color:#757575;vertical-align:middle;text-align:left}.toolbar button.divided,.toolbar span.nonaction.divided{border-bottom:1px solid #BCBEC0}.toolbar button .tooltip{z-index:50}.toolbar button .tooltip:after{-webkit-transform:none}.toolbar button[disabled]{background-color:#d2d4d5;color:#fff}.toolbar button[disabled]>span.icon:before,.toolbar button[disabled]>span.icon:after{background-color:#d2d4d5;color:#fff}.toolbar button,.toolbar .supplemental .overflowFrom>li>button:focus,.toolbar .supplemental .overflowFrom>li>button:active,.toolbar .supplemental .overflowFrom>li>button:hover,.toolbar .menu .supplemental li>button:focus,.toolbar .menu .supplemental li>button:active,.toolbar .menu .supplemental li>button:hover,.toolbar .menu .largescreen li>button:focus,.toolbar .menu .largescreen li>button:active,.toolbar .menu .largescreen li>button:hover,.toolbar span.nonaction{background-color:#fff}.toolbar button.expanded,.toolbar .supplemental .overflowFrom>li>button.expanded{background-color:#6D6E71;border-color:#373739;color:#fff;box-shadow:1px 0 3px rgba(0,​ 0,​ 0,​ .2) inset}.toolbar li.count>button.expanded{background-color:transparent}.toolbar button.expanded.icon:after,.toolbar button.expanded .icon:after,.toolbar button.expanded.icon:before,.toolbar button.expanded .icon:before,.toolbar .overflowMore button.expanded:after{color:#FFF}.toolbar .supplemental li>button:focus,.toolbar .supplemental li>button:active,.toolbar .supplemental li>button:hover,.toolbar .supplemental>button:focus,.toolbar .supplemental>button:active,.toolbar .supplemental>button:hover{background-color:#e9e9ea}.toolbar button:focus,.toolbar button:active,.toolbar button:hover{border-color:#C0C2C4}.toolbar .icon:before,.toolbar .icon:after{vertical-align:middle;font-size:18px;display:inline-block}.toolbar .icon:before{position:static}.toolbar .la-TriangleDownAfter:after{color:#373739}.toolbar .overflowMore>.trigger{margin-right:15px}.toolbar .menu .supplimental .menuRemove{display:block}.toolbar .menu>li>button,.toolbar .menu>li>.expanded,.toolbar .menu>li>.collapsed,.toolbar .overflowMore>button,.toolbar .overflowMore>.expanded,.toolbar .overflowMore>.collapsed{border-top-width:0;border-top-width:0;border-color:transparent;margin-top:0;height:43px;border-radius:0;padding:0 5px}.toolbar .menu .icon:before,.toolbar .menu .expanded:before,.toolbar .menu .collapsed:before,.toolbar .overflowMore .icon:before,.toolbar .overflowMore .expanded:before,.toolbar .overflowMore .collapsed:before{font-size:29px;margin-top:0;line-height:29px}.toolbar .overflowMore .menuRemove:after{display:none}.toolbar .addtofolder .label,.toolbar .overflowMore .label{display:none}.toolbar .select-all{display:none}.toolbar h3.expanded:after,.toolbar h3.collapsed:after{display:none}.toolbar .overflowMore .supplemental .label{display:none}.toolbar .label{display:none}.toolbar object{display:none}.toolbar .supplemental{z-index:12}.toolbar .mobileToolbar .menu .supplemental,.toolbar .mobileToolbar .overflowMore .supplemental,.toolbar .mobileToolbar .documentRightSide .supplemental{position:absolute;bottom:40px;background-color:#fff;left:0;right:0;border:0;margin:0;border-top:1px solid grey}.toolbar .menu .supplemental li.dropdown-title,.toolbar .overflowMore .supplemental li.dropdown-title{float:none;padding:10px 0 10px 50px;background-color:#F4F4F5;border-bottom:1px solid #C0C2C4;margin:0}.toolbar .menu .supplemental li,.toolbar .overflowMore .supplemental li{margin:0}.toolbar .mobileToolbar.sticky .menu .supplemental,.toolbar .mobileToolbar.sticky .overflowMore .supplemental,.toolbar .mobileToolbar.sticky .documentRightSide .supplemental{left:0;right:0}.toolbar .mobileToolbar .arrow{position:absolute;display:block;bottom:0}.toolbar .mobileToolbar .arrow:before,.toolbar .mobileToolbar .arrow:after{display:block;bottom:-6px;left:50%;border:solid transparent;content:" ";height:0;width:0;margin-top:0;position:absolute;pointer-events:none;border-top-color:#C0C2C4;border-width:6px 12px 0;margin-left:-12px}.toolbar .mobileToolbar .arrow:after{bottom:-5px;border-top-color:#F4F4F5}.toolbar .mobileToolbar .supplemental .expanded .arrow:after{display:none}.toolbar .menu .supplemental li,.toolbar .overflowMore .supplemental li{float:none;margin:0;padding:0;border:0}.toolbar .menu .count .supplemental li{padding:10px}.toolbar .menu .count .supplemental li:hover{background:#f4f4f5}.toolbar .overflowMore .supplemental .supplemental li{padding:0}.toolbar .menu .supplemental button,.toolbar .overflowMore .supplemental button,.toolbar .menu .supplemental span.nonaction,.toolbar .overflowMore .supplemental span.nonaction{position:relative;display:block;height:auto;margin:0;padding:0 10px 0 0}.toolbar .supplemental .label,.toolbar .supplemental .tooltip,.toolbar .overflowLabel{display:none}.toolbar .supplemental .overflowLabel,.toolbar .overflowMore .supplemental .overflowLabel{display:block}.toolbar .supplemental span.nonaction>span{margin:0 10px}.toolbar .supplemental li>button>span,.toolbar .supplemental span.nonaction.icon>span{display:block;margin-left:50px}.toolbar .menu .supplemental .icon:before,.toolbar .overflowMore .supplemental .icon:before{position:absolute;left:10px;top:3px}.toolbar .mobilePopup{padding:0 20px 16px}.toolbar .menu .supplemental .trayviewclose.icon:before{font-size:16px}.toolbar .menu .supplemental li .closebuttondiv{display:table-cell;vertical-align:top;width:30px;height:30px}.toolbar .menu .supplemental li .closebuttondiv button{background:transparent}.toolbar .menu .supplemental li .closebuttondiv button:hover:before{color:#ed1c24}.toolbar .menu .supplemental .deliverytrayheader{max-height:20px}.toolbar .menu .supplemental .deliverytrayheader .selecteditems{display:inline;font-style:italic}.toolbar .deliverytraylimit{background-color:#fff9d4;padding:7px;display:block;margin:5px 10px 5px 8px;text-align:center}.toolbar .deliverytraylimit.hidewarning{display:none}.toolbar .menu .supplemental .enableremoveddocstatus{background-color:#fff9d4;text-align:center;padding:6px 10px;display:inline-block;width:92%;margin-left:5px;margin-top:5px}.toolbar .menu .supplemental #removeddocstatus.hidden{display:none;background-color:transparent}.toolbar .mobilePopup h4{font-size:14px;font-size:1.4rem;margin:7px 0}.toolbar .mobilePopup .dropdownContainer{display:inline-block;position:relative}.toolbar .mobilePopup button{display:inline-block;margin:0}.toolbar .mobilePopup .icon.previous,.toolbar .mobilePopup .icon.next{text-align:center;width:30px;padding:0}.toolbar .mobilePopup .tooltip{opacity:0;left:-9999px;position:absolute}.toolbar .documentRightSide .supplemental .supplemental,.toolbar .menu .supplemental .supplemental,.toolbar .supplemental .supplemental{background-color:#fff;position:absolute;margin:0;padding:0;left:0;right:0;bottom:31px;top:auto}.toolbar .overflowMore .supplemental li{position:relative}.toolbar .supplemental .supplemental button{border-width:0;border-radius:0;line-height:35px}.toolbar .mobileToolbar .overflowMore .supplemental .supplemental{left:0;right:0;margin:6px 0;bottom:auto;top:29px}.toolbar .mobileToolbar .overflowMore .supplemental .supplemental .arrow{display:none}.toolbar .mobileToolbar .overflowMore .supplemental .supplemental li{margin:0}.toolbar .dropdownContainer{position:relative}.toolbar .resultsRightSide button{margin:0}.toolbar .expanded+.supplemental{border:1px solid #bcbec0;box-shadow:1px 1px 2px rgba(0,0,0,.15)}.toolbar .resultsRightSide .supplemental{max-width:250px}.toolbar .supplemental li>button{width:100%}.toolbar .resultsRightSide .supplemental button{border:0;width:auto;padding:0 4px;margin:0;border-radius:0;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ie8 .toolbar .resultsRightSide .supplemental button{width:100%;min-width:0}.toolbar .trigger:before{font-size:22px;margin-top:4px}.toolbar .scrollable ul{overflow:hidden}.toolbar .dropdownContainer .trigger span:first-child{min-width:60px;display:inline-block}.toolbar .resultsRightSide{padding:0 15px}.toolbar .resultsRightSide>h3{display:inline-block;vertical-align:top;margin-top:15px}.toolbar .resultsRightSide>h3+div{display:inline-block;vertical-align:top;margin:9px 0}.toolbar .supplemental{visibility:hidden}.toolbar .expanded+.supplemental{visibility:visible}.toolbar span.nonaction{font-style:italic}.toolbar span.nonaction .tooltip{margin-top:6px;margin-bottom:6px}.toolbar span.nonaction .deliverylabel{display:block}.fieldset .dropdownContainer>button:first-child{width:100%}.fieldset .dropdownContainer.sectionJumpTo{width:100%}.fieldset .dropdownContainer.sectionJumpTo>button:first-child span{width:calc(100% - 33px);padding-left:8px}.fieldset .dropdownContainer.navigateJumpTo{width:225px}.fieldset .dropdownContainer.navigateJumpTo>button:first-child span{width:180px}.fieldset input.reporterPage{width:70px}.toolbar .fieldset .highlightterms{display:inline-block;line-height:17px;padding-left:123px}.toolbar .fieldset .highlightterms a{margin:5px}.toolbar .fieldset .highlightterms a.active{font-weight:700;text-decoration:none;cursor:text}.toolbar .fieldset span.highlightterms>button{width:auto;text-align:center;margin:0 2px;padding:0 3px}.tooltip.first-time{overflow:visible;clip:auto;width:auto;height:auto;padding:10px 15px;border-width:1px;opacity:1}.toolbar .deliverymenu .tooltip.first-time{top:calc(100% + 10px);left:calc(100% - 10px)}.toolbar .menu li.count span.count{border-radius:3px;background-color:red;color:#fff;line-height:20px;text-align:center;padding:2px 6px;margin-top:4px;display:inline-block}.toolbar .menu>li.select-all{display:none}.toolbar .menu>li{height:42px;border-right:1px solid #bcbec0;padding:0}.toolbar .menu>li.count{padding-right:10px}.toolbar .menu>li.count>.expanded+.supplemental>ul.selecteddocs{overflow:auto}.toolbar .menu>li:first-child,.toolbar .menu>li:first-child:not(.hidden),.toolbar .menu>li:not(.hidden):first-child{margin-left:0;padding-left:0}.toolbar .menu li.splitbutton{display:inline-block;padding:0;overflow:hidden;width:100%;max-width:70px}.toolbar .menu li.splitbutton>button.first{max-width:38px;border-right:0}.toolbar .menu li.splitbutton>button.first:after{content:"";height:20px;border-right:1px solid #bcbec0;width:3px}.toolbar .menu li.splitbutton>button.second{padding-left:0;max-width:30px;margin-left:1px;margin-left:.01em;text-align:center;vertical-align:middle;line-height:16px;margin-top:-2px}.toolbar .overflowMore{border-right:1px solid #bcbec0;max-width:45px}.toolbar .supplemental li>button>span,.toolbar .supplemental span.nonaction.icon>span{display:block;margin-left:50px;line-height:1}.toolbar .menu .supplemental li.noIcon button{height:18px;vertical-align:top;padding:0;margin:0;line-height:18px;font-size:80%}.toolbar .menu .supplemental li.noIcon button>span{line-height:1px;vertical-align:top;margin-top:-3px}.toolbar .menu span.target-name .toolbar .menu span.printer-name,.toolbar .menu span.printer-name{display:block;color:grey}.toolbar .mobileToolbar{color:#6d6e71}.toolbar .documentRightSide button,.toolbar .documentRightSide span.nonaction,.toolbar .documentRightSide input{border:1px solid #BCBEC0;border-radius:2px;vertical-align:middle;text-align:left}.toolbar .documentRightSide button.trigger.jqSelJumpto{border-radius:2px;vertical-align:middle;text-align:left;margin-left:-9px;padding-left:7px;margin-right:10px;height:42px;margin-top:1px;padding-bottom:7px}.document_contents.docshown .contentview .toolbar .mobileToolbar .documentRightSide .mobilePopup .fieldset .highlightterms{padding-left:0;width:118px}.toolbar .mobileToolbar .menu .supplemental,.toolbar .mobileToolbar .overflowMore .supplemental,.toolbar .mobileToolbar .documentRightSide .supplemental{position:absolute;bottom:42px;background-color:#fff;left:0;right:0;border:0;margin:0;border-top:1px solid grey}.toolbar .supplemental .supplemental.scrollable ul li button{border-width:0;border-radius:0;line-height:35px;border-bottom:thin solid #bcbec0;margin-left:1px;border-left:thin solid #bcbec0;margin-left:8px}.comp.document_contents .docslider a,.comp.document_contents .docslider .vertical-seperator-nextprev{vertical-align:text-bottom}.comp.document_contents .docslider .la-TriangleLeft:before{margin-top:-2px;margin-right:-2px}.comp.document_contents .docslider .vertical-seperator-reslist{font-size:16px;vertical-align:text-bottom}.toolbar li.count>aside>header{padding:10px;border-bottom:thin solid #BCBEC0}.toolbar li.count>aside>header .right{position:initial;vertical-align:middle;float:right;display:inline;margin-top:-4px}.toolbar li.count .selecteddocs>li{float:none;padding:10px}.toolbar li.count>aside.supplemental{text-align:left;-webkit-overflow-scrolling:touch;overflow-x:hidden;color:#373739;font-family:Helvetica,Arial,sans-serif}.toolbar li.count ul.selecteddocs{overflow:auto;padding-top:5px}.toolbar ul.selecteddocs li.doc{display:flex;flex-wrap:wrap;margin:0 5px}.toolbar ul.selecteddocs .details span{display:block}.toolbar .selecteddocs .doc,.selecteddocs .details{display:table-cell;padding-bottom:20px}.toolbar .selecteddocs .details{min-width:145px;padding-left:20px}.toolbar .selecteddocs .details .inplan{font-weight:700}@media screen and (max-width:760px){.toolbar .resultsRightSide .supplemental{width:100%}}.toolbar .deliverylimit{background-color:#fff9d4;padding:10px 10px 10px 15px;margin:15px 10px 10px 0;text-align:left}.toolbar .deliverylimit.hidewarning{display:none}.ukexperience .toolbar .uk-mob-toolbar.mobileToolbar.sticky{min-width:100%}.ukexperience .toolbar .deliverytrayheader .la-CloseRemove,.ukexperience .toolbar .selecteddocs .clear-all,.ukexperience .toolbar .cancel-btn-ct,.ukexperience .toolbar .uk-mob-toolbar .deliverytrayheader input[type=button],.ukexperience .toolbar .menu .supplemental .deliverytrayheader .selecteditems .selected-count{display:none}.ukexperience .toolbar .uk-mob-toolbar .deliverytrayheader .la-CloseRemove,.ukexperience .toolbar .uk-mob-toolbar .selecteddocs .clear-all,.ukexperience .toolbar .uk-mob-toolbar .cancel-btn-ct{display:block}.ukexperience .toolbar .uk-mob-toolbar .menu .supplemental .deliverytrayheader .selecteditems .selected-count{display:inline}.ukexperience .toolbar .uk-mob-toolbar .selecteddocs .clear-all{text-align:right}.ukexperience .toolbar .uk-mob-toolbar .menu .count .expanded+.supplemental{height:759px}.ukexperience .toolbar .uk-mob-toolbar .menu .count .supplemental{opacity:1;visibility:visible;-webkit-transition:height .3s .3s;transition:height .3s .3s;width:auto;overflow:hidden;height:0;position:fixed;bottom:0}.ukexperience .toolbar .uk-mob-toolbar .menu .supplemental .deliverytrayheader{text-align:center}.ukexperience .toolbar .uk-mob-toolbar li.count .right{float:right}.ukexperience .toolbar .uk-mob-toolbar li.count .right .la-CloseRemove{right:28px;top:-2px}.ukexperience .toolbar .uk-mob-toolbar li.count .right .la-CloseRemove:before{font-size:18px}.ukexperience .toolbar .uk-mob-toolbar .supplemental li.cancel-btn-ct{visibility:hidden;position:absolute;bottom:0;width:calc(100% - 22px)}.ukexperience .toolbar .uk-mob-toolbar .supplemental li.cancel-btn-ct input.cancel-btn{width:90%;margin:0}.ukexperience .toolbar .uk-mob-toolbar .menu .count .expanded+.supplemental li.cancel-btn-ct{position:fixed;text-align:center;bottom:0;width:calc(100% - 22px);padding:10px;background:#fff;border:1px solid #f1f1f1;box-shadow:-1px -2px 3px 1px #c7c7c7;transition:visibility 0s .3s;visibility:visible}.ukexperience .toolbar .uk-mob-toolbar .menu .supplemental .trayviewclose.icon:before{top:-1px}.ukexperience .toolbar .uk-mob-toolbar .toolbar .selecteddocs .details{display:none}.ukexperience .toolbar .selecteddocs .doc br{display:none}.ukexperience .toolbar .uk-mob-toolbar .selecteddocs .details{display:none}.ukexperience .toolbar .uk-mob-toolbar .selecteddocs .doc{float:left;width:90%;display:block}.ukexperience .toolbar .uk-mob-toolbar .menu .supplemental li .closebuttondiv{float:right;display:block}.ukexperience .menu .count .supplemental li.removedocmessage{padding:0 10px}.ukexperience .uk-mob-toolbar .menu .count .supplemental li.removedocmessage .enableremoveddocstatus{text-align:left;margin:0;width:auto;border-radius:4px}.ukexperience .toolbar .uk-mob-toolbar .menu .count .supplemental li{padding:5px 10px}.ukexperience .toolbar .uk-mob-toolbar .menu .count .supplemental li:after{content:"";display:block;clear:both;float:none}.toolbar .menu .count .supplemental li.clear-all:hover{background:transparent}.ukexperience .toolbar .menu .supplemental button.undo-doc{display:none}.ukexperience .toolbar .uk-mob-toolbar .menu .supplemental button.undo-doc{display:inline;width:auto;background:transparent;padding:0;margin:0;min-height:inherit;color:#07c}.ukexperience .toolbar .uk-mob-toolbar .menu>li.count>.expanded+.supplemental>ul.selecteddocs{max-height:calc(100% - 120px);padding-bottom:20px}.displaytraylabel{display:none}.displaytraylink{display:none}'),ln.advance.component.injectcss("assets-pricing-default","span.pinfo{overflow:hidden;display:inline-block}span.pinfo>span{display:inline-block;border-radius:2px;border:solid 1px #9ECC49;background:#ECF5DB;color:#4F7B00;padding:4px}span.pinfo>span>button{border-radius:2px;border:solid 1px #BCBEC0;background:#fff;color:#373739;min-height:25px;padding:0 10px;vertical-align:baseline}span.pinfo>s{text-decoration:line-through;color:#525355}span.pinfo.la-SaveBadgeAfter:after{font-size:60px;vertical-align:middle;line-height:30px}span.pinfo.access{border-radius:2px;border:solid 1px #4F7B00;background:#fff;color:#4F7B00;padding:0 10px;min-height:33px;line-height:33px}"),ln.advance.component.injectcss("assets-toolbar.gvs-default",'.switch{position:absolute;opacity:0}.switch:checked+.slider{background-image:linear-gradient(to top,#0078cf,#0067b1)}.switch:checked+.slider .checkmark{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px);border-color:#0067b1}.switch:checked+.slider .checkmark:hover{border-color:#4399d7}.switch:checked+.slider .checkmark:hover i.la-Check::before{color:#4399d7}.switch:checked+.slider .checkmark i.la-CloseRemove{display:none}.switch:checked+.slider .checkmark i.la-Check{display:inline-block}.switch:checked+.slider .checkmark i.la-Check::before{width:13px;height:10px;position:absolute;left:5px;top:6px;color:#0067b1;font-weight:700}.switch:not(checked)+.slider .checkmark:hover{border-color:#939598}.switch:not(checked)+.slider .checkmark:hover i.la-CloseRemove::before{color:#939598}.switch+.slider{position:absolute;width:40px;height:21px;padding-bottom:0;background-color:#bcbec0;border-radius:10.5px}.switch+.slider .checkmark{position:absolute;content:"";left:-5px;bottom:-5px;height:25px;width:25px;padding-bottom:0;background-color:#fff;box-shadow:0 2px 1px 0 rgba(0,0,0,.15);border:solid 2px #bcbec0;border-radius:50%}.switch+.slider .checkmark i.la-CloseRemove::before{width:13px;height:13px;position:absolute;left:5px;top:5px;color:#bcbec0}.switch+.slider .checkmark i.la-Check{display:none}.toolbar-gvs{background-color:#fff}.toolbar-gvs.nexisredesignphase2{padding-left:24px;background:0}.toolbar-gvs.sticky{position:fixed;top:0;left:0;right:0;box-shadow:0 5px 10px 0 rgba(0,0,0,.15);opacity:1;z-index:48}.toolbar-gvs.sticky>div{margin-left:auto;margin-right:auto;box-sizing:border-box;padding-right:20px;border-bottom:0;border-top:0}@media screen and (min-width:760px){.toolbar-gvs.sticky>div{max-width:1226px}}@media screen and (min-width:1441px){.toolbar-gvs.sticky>div{max-width:1600px}}@media screen and (max-width:759px){.toolbar-gvs{position:fixed;top:auto;bottom:0;left:0;right:0;box-shadow:none;opacity:1;z-index:500}}.toolbar-gvs.noborder>div{border-top:0}.toolbar-gvs>div{border-left:0;border-right:0;padding:0 5px;display:flex;flex-wrap:nowrap;justify-content:space-between;font-size:14px}@media screen and (max-width:759px){.toolbar-gvs>div{padding:0;border-right:1px solid #d2d4d5;border-left:1px solid #d2d4d5;border-bottom:0;display:flex;width:100%}}@media screen and (max-width:759px){.toolbar-gvs>div .hideInMobile{display:none}}.toolbar-gvs>div>ul{padding-left:20px;align-items:center}@media screen and (max-width:759px){.toolbar-gvs>div>ul{padding-left:10px;height:auto}}.toolbar-gvs>div>ul>li{margin-top:10px;margin-bottom:10px;line-height:23px;font-family:Lato}.toolbar-gvs>div>ul>li.checkbox{padding-right:0}.toolbar-gvs>div>ul>li.checkbox input[type=checkbox]{vertical-align:middle}.toolbar-gvs>div>ul>li.selected:before{content:none}@media screen and (min-width:760px){.toolbar-gvs>div>ul>li{height:30px}}@media screen and (min-width:900px){div.toolbar-gvs.nexisredesignphase2.sticky>div{padding-left:335px!important}.toolbar-gvs.nexisredesignphase2{padding-left:0}.toolbar-gvs.bisnexis.sticky{background-color:#fff!important}}@media screen and (min-width:1280px){div.toolbar-gvs.nexisredesignphase2.sticky>div>ul:nth-of-type(1){padding-left:10px}div.toolbar-gvs.bisnexis.sticky>div{padding-left:395px!important}div.toolbar-gvs.bisnexis.sticky>div>ul:nth-of-type(2){padding-right:20px}}@media screen and (min-width:1536px){.results-list ol li input[type=checkbox]{margin-left:8px}div.toolbar-gvs.bisnexis.sticky>div{padding-left:377px!important;max-width:1920px}div.toolbar-gvs.bisnexis.sticky>div>ul:nth-of-type(2){padding-right:0}div.toolbar-gvs.nexisredesignphase2.sticky>div>ul:nth-of-type(1){padding-left:0}div.toolbar-gvs.nexisredesignphase2.sticky>div>ul:nth-of-type(2){padding-right:0}}@media screen and (min-width:1920px){.results-list ol li input[type=checkbox]{margin-left:0}div.toolbar-gvs.nexisredesignphase2.sticky>div>ul:nth-of-type(1){padding-left:142px}div.toolbar-gvs.nexisredesignphase2.sticky>div>ul:nth-of-type(2){padding-right:142px}div.toolbar-gvs.bisnexis.sticky>div{padding-left:528px!important}div.toolbar-gvs.bisnexis.sticky>div>ul:nth-of-type(2){padding-right:150px}}@media screen and (max-width:759px){.toolbar-gvs>div>ul>li{margin-top:0;margin-bottom:0}}@media screen and (max-width:759px){.toolbar-gvs>div>ul>li:last-of-type:not(.overflow):not(.fill):after{content:"";border-left:1px solid #d2d4d5;position:absolute;right:0;top:0;height:38px}}@media screen and (max-width:759px){.toolbar-gvs>div>ul>li:last-of-type:not(.overflow):not(.fill):before{content:"";border-left:1px solid #d2d4d5;position:absolute;left:0;top:0;height:auto}}@media screen and (max-width:1024px){.toolbar-gvs>div>ul>li.rightAlign>.rightPadding{display:none}}@media screen and (max-width:759px){.toolbar-gvs>div>ul>li.rightAlign .dropdown>.dropdown-toggle{border:0}}.toolbar-gvs>div>ul>li.rightAlign .dropdown>.dropdown-toggle>span{white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis}@media screen and (max-width:759px){.toolbar-gvs>div>ul>li.rightAlign .dropdown>.dropdown-toggle>span{display:none;max-width:88px}}@media screen and (max-width:1024px){.toolbar-gvs>div>ul>li.rightAlign .dropdown>.dropdown-toggle>span:first-child{max-width:150px}}@media screen and (max-width:768px){.toolbar-gvs>div>ul>li.rightAlign .dropdown>.dropdown-toggle>span:first-child{max-width:70px}}.toolbar-gvs>div>ul>li.rightAlign .dropdown>.dropdown-toggle>span.sectionLabel{display:none;padding:0 5px}@media screen and (max-width:759px){.toolbar-gvs>div>ul>li.rightAlign .dropdown>.dropdown-toggle>span.sectionLabel{display:inline-block}}@media screen and (max-width:759px){.toolbar-gvs>div>ul>li.rightAlign .dropdown>.dropdown-toggle>span.sectionLabel+.icon.la-TriangleDown{display:inline-block}}.toolbar-gvs>div>ul>li.rightAlign .dropdown>.dropdown-toggle>span.icon.la-SortBy{display:none;margin-left:0;font-size:22px}.toolbar-gvs>div>ul>li.rightAlign .dropdown>.dropdown-toggle>span.icon.la-SortBy:before{font-weight:700;color:#6d6e71}@media screen and (max-width:759px){.toolbar-gvs>div>ul>li.rightAlign .dropdown>.dropdown-toggle>span.icon.la-SortBy{display:inline-block}}.toolbar-gvs>div>ul:first-of-type{display:flex;flex-wrap:wrap}@media screen and (max-width:759px){.toolbar-gvs>div>ul:first-of-type{display:inline-flex;flex-grow:1}}@media screen and (max-width:759px){.toolbar-gvs>div>ul:last-of-type{padding-left:2px}}.toolbar-gvs>div>ul:nth-of-type(2){display:flex;white-space:nowrap}@media screen and (max-width:1440px) and (min-width:760px){.toolbar-gvs>div>ul:nth-of-type(2){align-self:flex-end}}@media screen and (max-width:759px){.toolbar-gvs>div>ul:nth-of-type(2){display:inline-flex}}.toolbar-gvs>div li{display:inline-block;position:relative;padding:0 10px}.toolbar-gvs>div li:not(.dropdown-toggle):before{content:"";border-left:solid 1px #d2d4d5;border-width:thin;position:absolute;bottom:0}@media screen and (min-width:760px){.toolbar-gvs>div li:not(.dropdown-toggle):not(.fill):before{top:2px;left:-1px;height:24px}}@media screen and (max-width:759px){.toolbar-gvs>div li:not(.dropdown-toggle):not(.fill):before{top:0;left:0;height:auto}}.toolbar-gvs>div li.toggle:before{content:none}.toolbar-gvs>div li.toggle .input{display:initial}.toolbar-gvs>div li.toggle .input .slider{top:3px;left:0}.toolbar-gvs>div li:first-of-type,.toolbar-gvs>div li.hidden+:nth-of-type(2){padding-left:0}.toolbar-gvs>div li:first-of-type:before,.toolbar-gvs>div li.hidden+:nth-of-type(2):before{content:none}@media screen and (min-width:760px){.toolbar-gvs>div li.hidden+:nth-of-type(3){margin-left:11px;padding-left:5px}}@media screen and (max-width:759px){.toolbar-gvs>div li{padding:5px}}.toolbar-gvs>div li.mobileOnly{display:none}@media screen and (max-width:759px){.toolbar-gvs>div li.mobileOnly{display:inline-block}}.toolbar-gvs>div li.noborder{padding-left:0}.toolbar-gvs>div li.noborder:before{content:none}.toolbar-gvs>div li.expandable{position:relative;padding-right:0}@media screen and (max-width:1000px){.toolbar-gvs>div li.expandable{padding:0}}.toolbar-gvs>div li.expandable li{position:relative}@media screen and (max-width:1000px){.toolbar-gvs>div li.expandable li{display:none}}@media screen and (max-width:1000px){.toolbar-gvs>div li.expandable li.lastUsed:before{content:none}}@media screen and (max-width:1000px){.toolbar-gvs>div li.expandable li.lastUsed{display:inline-block;padding-right:5px}}@media screen and (max-width:759px){.toolbar-gvs>div li.expandable li.lastUsed{padding-left:8px}}@media screen and (max-width:1000px){.toolbar-gvs>div li.expandable li.lastUsed button:nth-of-type(2){display:none}}.toolbar-gvs>div li.expandable li.dropdown-toggle{display:none}@media screen and (max-width:1000px){.toolbar-gvs>div li.expandable li.dropdown-toggle{display:inline-block;border-left:0;position:relative;padding:0 16px 0 8px}}@media screen and (max-width:759px){.toolbar-gvs>div li.expandable li.dropdown-toggle{padding-right:8px}}@media screen and (max-width:1000px){.toolbar-gvs>div li.expandable li.dropdown-toggle:before{content:"";border-left:thin solid #d2d4d5;border-width:thin;position:absolute;top:4px;bottom:0;left:0;height:20px}}.toolbar-gvs>div li.expandable button:nth-of-type(2){margin-right:-10px}.toolbar-gvs>div li.overflow{position:relative;padding-right:0}@media screen and (max-width:1000px){.toolbar-gvs>div li.overflow{padding:0}}@media screen and (max-width:759px){.toolbar-gvs>div li.overflow::before{content:none}}@media screen and (max-width:1000px){.toolbar-gvs>div li.overflow::before{content:none}}@media screen and (max-width:759px){.toolbar-gvs>div li.overflow:after{top:-5px}}.toolbar-gvs>div li.overflow li{position:relative}@media screen and (max-width:1000px){.toolbar-gvs>div li.overflow li{display:none}}@media screen and (max-width:759px){.toolbar-gvs>div li.overflow li::before{content:"";border-left:solid 1px #d2d4d5;border-width:thin;position:absolute;bottom:0;left:2px;top:-5px}}@media screen and (max-width:1000px){.toolbar-gvs>div li.overflow li::before{content:"";border-left:solid 1px #d2d4d5;border-width:thin;position:absolute;bottom:0;left:2px}}@media screen and (max-width:1000px){.toolbar-gvs>div li.overflow li.lastUsed:before{content:"";border-left:solid 1px #d2d4d5;border-width:thin;position:absolute;bottom:0;left:0}}@media screen and (max-width:1000px){.toolbar-gvs>div li.overflow li.lastUsed{display:inline-block;padding:0 0 0 10px}}@media screen and (max-width:759px){.toolbar-gvs>div li.overflow li.lastUsed{padding:5px 10px}}@media screen and (max-width:1000px){.toolbar-gvs>div li.overflow li.lastUsed button:nth-of-type(2){display:none}}.toolbar-gvs>div li.overflow li.dropdown-toggle{display:none}@media screen and (max-width:1000px){.toolbar-gvs>div li.overflow li.dropdown-toggle{display:inline-block;border-left:0;position:relative;padding:0 10px 0 8px}}@media screen and (max-width:759px){.toolbar-gvs>div li.overflow li.dropdown-toggle{padding-right:8px}}@media screen and (max-width:1000px){.toolbar-gvs>div li.overflow li.dropdown-toggle:before,.toolbar-gvs>div li.overflow li.dropdown-toggle:after{content:"";border-width:thin;position:absolute;bottom:0;height:20px}}@media screen and (max-width:759px){.toolbar-gvs>div li.overflow li.dropdown-toggle:before,.toolbar-gvs>div li.overflow li.dropdown-toggle:after{height:40px;top:-7px}}@media screen and (max-width:1000px){.toolbar-gvs>div li.overflow li.dropdown-toggle:before{border-left:thin solid #d2d4d5}}@media screen and (max-width:1000px){.toolbar-gvs>div li.overflow li.dropdown-toggle:after{border-right:thin solid #d2d4d5;right:0}}.toolbar-gvs>div [data-menu=folder] .dropdown.active .mobileWhiteRectangle,.toolbar-gvs>div [data-menu=viewtray] .dropdown.active .mobileWhiteRectangle{top:-1px}.toolbar-gvs>div li.rightAlign .dropdown.active .mobileWhiteRectangle{top:0}.toolbar-gvs>div li.overflow li.dropdown-toggle .dropdown.active .mobileWhiteRectangle{top:-9px}.toolbar-gvs>div li.expandable li.dropdown-toggle .dropdown.active .mobileWhiteRectangle{top:-7px}.toolbar-gvs>div li.overflow li.dropdown-toggle .dropdown.active .dropdown-menu{bottom:40px}.toolbar-gvs>div li.overflow button:nth-of-type(2){margin-right:-10px}@media screen and (max-width:759px){.toolbar-gvs>div li.overflow .dropdown-toggle::before{height:38px;top:-4px}}.toolbar-gvs>div li.overflow .dropdown-toggle span.icon.la-DeliveryOptions{font-size:24px;vertical-align:initial}.toolbar-gvs>div li.inputiconbutton{white-space:nowrap}.toolbar-gvs>div li.inputiconbutton:before{content:none}.toolbar-gvs>div li.inputiconbutton:after{content:"";border-left:solid 1px #d2d4d5;position:absolute;top:2px;bottom:0;right:5px;height:24px}@media screen and (max-width:759px){.toolbar-gvs>div li.inputiconbutton{border-right:0;border-left:0}}.toolbar-gvs>div li.inputiconbutton button{border:1px solid #bcbec0;background-color:#fff;font-style:italic;color:#939598;height:32px}@media screen and (max-width:759px){.toolbar-gvs>div li.inputiconbutton button{border:0;background-color:transparent}}.toolbar-gvs>div li.inputiconbutton button span.la-TriangleDown{display:none}@media screen and (max-width:759px){.toolbar-gvs>div li.inputiconbutton button span.la-TriangleDown{display:inline}}@media screen and (min-width:760px){.toolbar-gvs>div li.inputiconbutton button:hover{border:1px solid #0067b1;font-weight:400}}.toolbar-gvs>div li.inputiconbutton button:focus{border:1px solid #0067b1}@media screen and (max-width:759px){.toolbar-gvs>div li.inputiconbutton button.dropdown-toggle{padding-left:0}}.toolbar-gvs>div li.inputiconbutton div.dropdown.active>.mobileWhiteRectangle{bottom:48px}@media screen and (max-width:759px){.toolbar-gvs>div li.inputiconbutton div.dropdown.active .dropdown-menu{bottom:51px}}.toolbar-gvs>div li.shaded{background-color:#efeff0;height:50px;margin-top:0;margin-bottom:0;display:flex;align-items:center;padding-left:15px;padding-right:15px}.toolbar-gvs>div li.shaded span+span,.toolbar-gvs>div li.shaded span+input,.toolbar-gvs>div li.shaded span+button{margin-left:8px}.toolbar-gvs>div li.shaded:before{border:0}.toolbar-gvs>div li.shaded button.close{font-size:18px}.toolbar-gvs>div li.shaded button.ok{background-color:#07c;border-radius:2px;color:#fff;height:30px;box-sizing:border-box;display:flex;font-size:14px;padding:0 10px;justify-content:center;min-width:0;margin:0 8px}.toolbar-gvs>div li.shaded button.ok:hover{background-color:#0094fe}.toolbar-gvs>div li.shaded button.ok:active{background-color:#003a65}.toolbar-gvs>div li.shaded .iconinput{background:#fff;border:1px solid #bcbec0;border-radius:2px;height:30px;display:flex;padding-right:10px;align-items:center}.toolbar-gvs>div li.shaded .iconinput input{border:0;margin:1px;max-width:inherit;width:236px;box-sizing:border-box}.toolbar-gvs>div li.shaded .iconinput input:focus,.toolbar-gvs>div li.shaded .iconinput input:active{outline:0;box-shadow:none}.toolbar-gvs>div li.shaded .iconinput button.icon{font-size:18px}.toolbar-gvs>div li.shaded input.threedigit{box-sizing:border-box;width:50px;text-align:center}.toolbar-gvs>div li.results{display:flex;align-items:center;padding-right:0}.toolbar-gvs>div li.results span.totals{padding-right:20px;position:relative}.toolbar-gvs>div li.results span.totals:after{content:"";border-right:1px solid #bcbec0;border-right-width:thin;top:0;bottom:0;height:24px;margin-left:10px;position:absolute}.toolbar-gvs>div .researchmap{font-family:Lato;position:relative}.toolbar-gvs>div .researchmap>li.inputiconbutton:before,.toolbar-gvs>div .researchmap>li.inputiconbutton:after{content:none}@media screen and (max-width:759px){.toolbar-gvs>div .researchmap>li.inputiconbutton .dropdown .dropdown-toggle>span{padding-left:5px}}@media screen and (max-width:759px){.toolbar-gvs>div .researchmap>li.inputiconbutton .dropdown.active .dropdown-menu{bottom:38px}}.toolbar-gvs>div .researchmap span{font-style:normal}.toolbar-gvs>div .researchmap .dropdown:not(.active) span{color:#525355}.toolbar-gvs>div .researchmap .dropdown.active{position:initial}.toolbar-gvs>div .researchmap .dropdown.active .dropdown-menu{display:none!important}.toolbar-gvs>div .researchmap .dropdown.active .dropdown-menu.show{display:block!important}@media screen and (min-width:760px){.toolbar-gvs>div .researchmap .dropdown.active .dropdown-menu .tray{width:500px}}.toolbar-gvs>div .researchmap .dropdown.active .dropdown-menu .tray .dropdown-items{height:auto}.toolbar-gvs>div .researchmap .dropdown.active .dropdown-menu .tray .dropdown-items ul li{min-height:43px}.toolbar-gvs>div .researchmap .dropdown.active .dropdown-menu .tray .dropdown-items ul li .items span{max-width:350px}.toolbar-gvs>div .researchmap .dropdown .dropdown-toggle{border-radius:2px}.toolbar-gvs>div .researchmap .dropdown .dropdown-toggle:focus{outline:0}.toolbar-gvs>div .researchmap .dropdown .dropdown-toggle .count{display:none;position:relative;width:19px;height:17px;border-radius:2px;background-color:#0068ae;margin-left:13px}.toolbar-gvs>div .researchmap .dropdown .dropdown-toggle .count.show{display:block}.toolbar-gvs>div .researchmap .dropdown .dropdown-toggle .count span{font-family:Lato;font-size:13px;line-height:1.29;position:absolute;left:0;top:1px;width:100%;height:100%;color:#fff}.toolbar-gvs>div .researchmap .dropdown .dropdown-menu{display:none!important;position:absolute;right:0}@media screen and (min-width:760px){.toolbar-gvs>div .researchmap .dropdown .dropdown-menu{top:35px}}.toolbar-gvs>div .researchmap .dropdown .dropdown-menu .tray .dropdown-items{overflow-x:visible;max-width:none}.toolbar-gvs>div .researchmap .dropdown .dropdown-menu .tray .dropdown-items ul li button{border:0;background-color:transparent}.toolbar-gvs>div .researchmap .dropdown .dropdown-menu .tray .dropdown-items ul li .items{padding-top:10px;width:85%}.toolbar-gvs>div .researchmap .dropdown .dropdown-menu .tray .dropdown-items ul li .items>span{max-width:93%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;word-wrap:break-word}.toolbar-gvs>div .researchmap .dropdown .dropdown-menu .tray .submit{height:53px}.toolbar-gvs>div .researchmap .dropdown .dropdown-menu .tray .submit button{display:block;right:15px;position:absolute;width:205px;height:38px;border-radius:2px;border:solid 1px #0078c9;background-color:#0078c9}.toolbar-gvs>div .researchmap .dropdown .dropdown-menu .tray .submit button:disabled{background-color:#d2d4d5;border-color:#d2d4d5}.toolbar-gvs>div .researchmap .dropdown .dropdown-menu .tray .submit button span{font-family:Lato;font-size:15px;font-style:normal;font-weight:700;letter-spacing:.2px;color:#fff}.toolbar-gvs>div .dropdown{display:inline-block;vertical-align:middle;position:relative}@media screen and (max-width:759px){.toolbar-gvs>div .dropdown{position:initial}}.toolbar-gvs>div .dropdown .select,.toolbar-gvs>div .dropdown .number{font-family:Lato;font-size:15px;color:#0067b1;font-weight:700}@media screen and (max-width:759px){.toolbar-gvs>div .dropdown .select.more{display:none}}.toolbar-gvs>div .dropdown.marginRight{margin-right:10px}.toolbar-gvs>div .dropdown .dropdown-menu{display:none!important}.toolbar-gvs>div .dropdown.active>button{color:#0067b1}.toolbar-gvs>div .dropdown.active>button:focus{outline:0}@media screen and (min-width:760px){.toolbar-gvs>div .dropdown.active>button.dropdown-toggle{border:1px solid #0067b1}}.toolbar-gvs>div .dropdown.active>button span.icon::before{color:#0067b1}@media screen and (min-width:760px){.toolbar-gvs>div .dropdown.active>button>.tooltip{display:none}}.toolbar-gvs>div .dropdown.active .dropdown-menu{display:block!important;position:absolute;background:#fff;border:1px solid #bcbec0;width:245px;max-height:300px;box-shadow:1px 1px 2px rgba(0,0,0,.15);overflow-y:scroll;white-space:normal;word-wrap:break-word;z-index:501}.toolbar-gvs>div .dropdown.active .dropdown-menu>button.selected,.toolbar-gvs>div .dropdown.active .dropdown-menu>button.selected:hover{font-weight:700}@media screen and (max-width:759px){.toolbar-gvs>div .dropdown.active .dropdown-menu{box-shadow:none;bottom:38px;width:100%;position:fixed;left:0;right:0}}.toolbar-gvs>div .dropdown.active .dropdown-menu.noscroll{overflow-y:visible;max-height:none}.toolbar-gvs.nexisredesignphase2>div .dropdown.active .dropdown-menu.noscroll{border-radius:3px}@media screen and (max-width:759px){.toolbar-gvs>div .dropdown.active .dropdown-menu.noscroll{border-bottom:solid 1px #d2d4d5}}.toolbar-gvs>div .dropdown.active .dropdown-menu.noWidth{width:auto}.toolbar-gvs>div .dropdown.active .dropdown-menu.noRightPadding{padding-right:0}.toolbar-gvs>div .dropdown.active .dropdown-menu.rightAligned{right:0}.toolbar-gvs>div .dropdown.active .dropdown-menu.overlapWithParent{top:0;right:0;border:0;box-shadow:none;background-color:#e2e4e5}.toolbar-gvs>div .dropdown.active .dropdown-menu.overlapWithParent button{border:0;background-color:#e2e4e5}@media screen and (max-width:759px){.toolbar-gvs>div .dropdown.active .dropdown-menu.overlapWithParent button{background-color:#fff}}@media screen and (max-width:759px){.toolbar-gvs>div .dropdown.active .dropdown-menu.overlapWithParent{top:auto;right:auto;background-color:#fff;border-top:1px solid #bcbec0;border-left:1px solid #bcbec0;border-right:1px solid #bcbec0;padding:15px}}@media screen and (max-width:759px){.toolbar-gvs>div .dropdown.active .dropdown-menu.overlapWithParent span{padding-left:5px;padding-right:5px}}.toolbar-gvs>div .dropdown.active .dropdown-menu.overlapWithParent span:last-of-type{display:none}@media screen and (max-width:759px){.toolbar-gvs>div .dropdown.active .dropdown-menu.overlapWithParent span:last-of-type{display:inline-block}}.toolbar-gvs>div .dropdown.active .dropdown-menu ul{padding-left:0}.toolbar-gvs>div .dropdown.active .dropdown-menu ul>li{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;color:#373739;font-weight:400;padding:0}.toolbar-gvs>div .dropdown.active .dropdown-menu ul>li:before{content:none}.toolbar-gvs>div .dropdown.active .dropdown-menu ul>li>label{cursor:default;white-space:normal}.toolbar-gvs>div .dropdown.active .dropdown-menu ul>li button.icon{padding:5px 20px;text-overflow:ellipsis;overflow-x:hidden;white-space:normal;font-size:26px;width:100%;text-align:left;display:flex}.toolbar-gvs>div .dropdown.active .dropdown-menu ul>li button.icon::before{color:#6d6e71}.toolbar-gvs>div .dropdown.active .dropdown-menu ul>li button.icon>span:not(.tooltip){font-size:14px;padding-left:10px;margin-left:0;margin-right:0;word-wrap:break-word;vertical-align:middle;color:#525355}.toolbar-gvs>div .dropdown.active .dropdown-menu ul>li button.icon:hover{background:#d5eff9;color:#373739;font-weight:400}.toolbar-gvs>div .dropdown.active .dropdown-menu ul>li button.icon:hover::before{color:#373739;font-weight:400}.toolbar-gvs>div .dropdown.active .dropdown-menu ul>li button.icon:hover>span:not(.tooltip){color:#373739}.toolbar-gvs>div .dropdown.active .dropdown-menu ul>li button.icon:disabled>span:not(.tooltip),.toolbar-gvs>div .dropdown.active .dropdown-menu ul>li button.icon:disabled::before{color:#bcbec0}.toolbar-gvs>div .dropdown.active .dropdown-menu ul li:not(.recentlyusedtitle) label{padding-top:10px;padding-left:20px;padding-bottom:10px}.toolbar-gvs>div .dropdown.active .dropdown-menu>button{padding:5px 20px;width:100%;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;color:#373739;font-weight:400;white-space:nowrap}.toolbar-gvs.nexisredesignphase2>div .dropdown.active .dropdown-menu>button{padding:5px 16px;display:block;text-align:left}.toolbar-gvs>div .dropdown.active .dropdown-menu>button.groupBorder{border-bottom:1px solid #e7e7e7}.toolbar-gvs>div .dropdown.active .dropdown-menu>button:hover{background:#d5eff9;color:#373739;font-weight:400}.toolbar-gvs.nexisredesignphase2>div .dropdown.active .dropdown-menu>button:hover{background:#d5eff9;color:#373739;width:95%;margin-left:4px;padding-left:12px;border-radius:4px}.toolbar-gvs>div .dropdown.active .dropdown-menu>button:active{color:#525355}.toolbar-gvs>div .dropdown.active .dropdown-menu>button:hover span.icon::before{color:#373739;font-weight:400}.toolbar-gvs>div .dropdown.active .dropdown-menu>button span{vertical-align:baseline;text-overflow:ellipsis;overflow-x:hidden;white-space:nowrap;word-wrap:break-word}.toolbar-gvs>div .dropdown.active .dropdown-menu>button span.icon{padding-right:10px;overflow-x:visible}.toolbar-gvs>div .dropdown.active .dropdown-menu>button.split{display:flex;justify-content:space-between}@media screen and (max-width:759px){.toolbar-gvs>div .dropdown.active .dropdown-menu>button.split{padding-right:0}}.toolbar-gvs>div .dropdown.active .dropdown-menu>button.split span:first-child{max-width:75%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;word-wrap:break-word}.toolbar-gvs>div .dropdown.active .dropdown-menu>button.split span.rightAlign{padding-left:15px}@media screen and (max-width:759px){.toolbar-gvs>div .dropdown.active .dropdown-menu>button.split span.icon{font-size:100%}}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray{width:775px}@media screen and (max-width:1000px){.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray{width:450px}}@media screen and (max-width:759px){.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray{width:100%}}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-top:10px;padding-left:15px;padding-right:15px;flex-wrap:wrap}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-header span.selecteditems{font-size:18px;font-family:Lato}.toolbar-gvs.nexisredesignphase2>div .dropdown.active .dropdown-menu div.tray div.dropdown-header span.selecteditems{font-weight:700}@media screen and (max-width:440px){.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-header span.selecteditems{padding-bottom:10px}}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-header .groupall .button{margin-left:10px;padding:0 20px;height:38px;justify-content:center;color:#0078c9;border:solid 1px #0078c9;background-color:#fff}.toolbar-gvs.nexisredesignphase2>div .dropdown.active .dropdown-menu div.tray div.dropdown-header .groupall .button{border-radius:4px;font-family:Lato;color:#00172e;border:solid 1px #00172e}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-header .groupall .button:hover{border:1px solid #0094fe;color:#0094fe}.toolbar-gvs.nexisredesignphase2>div .dropdown.active .dropdown-menu div.tray div.dropdown-header .groupall .button:hover{border:1px solid #00172e;color:#00172e}@media screen and (max-width:440px){.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-header .groupall .button:nth-of-type(1){margin-left:0}}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items{overflow:scroll;height:300px}@media screen and (min-width:760px){.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items{padding-top:15px}}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul{padding-left:0}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-left:15px;padding-right:15px;min-height:61px;box-sizing:border-box}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li:before{content:none}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li:hover{background-color:#f9f9fa}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.items{display:flex;flex-direction:column;flex-grow:1;height:100%;padding-top:15px;align-self:flex-start;padding-right:15px}@media screen and (max-width:1000px){.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.items{width:200px}}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.items span{font-size:15px;line-height:20px;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis}@media screen and (min-width:760px){.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.items span{max-width:510px}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.items.detailsHidden span{max-width:100%}}@media screen and (max-width:759px){.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.items span{max-width:140px}}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.inplan.detailsHidden{display:none}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.inplan{display:flex;flex-direction:column;flex-grow:0;width:150px;height:100%;padding-top:15px;padding-right:10px;align-self:flex-start}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.inplan span.inplan{font-size:15px;font-weight:700;white-space:normal}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.inplan span{font-size:15px;font-family:Lato}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.inplan .pricing{display:flex;flex-direction:row;position:relative;padding:2px;left:-8px;background-color:#d8ebb6;color:#4f7b00;height:auto;justify-content:space-between;align-items:center;align-self:flex-start}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.inplan .pricing button{width:77px;height:22px;background-color:#fff;border:solid 1px #d2d4d5}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.inplan .pricing button span{font-weight:400;padding:5px;font-size:14px;color:#373739}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.inplan .pricing button+span{padding:0 6px}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.inplan .pricing span{font-weight:700;padding:0 2px}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.remove{vertical-align:middle}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.remove i.la-CloseRemove{font-size:18px}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.remove i.la-CloseRemove:hover{background:#f9f9fa;color:#ed1c24;font-weight:400}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.remove i.la-CloseRemove:hover::before{color:#ed1c24;font-weight:400}.toolbar-gvs>div .dropdown.active .dropdown-menu div.split{display:flex;padding:5px 10px 5px 20px;white-space:nowrap;word-wrap:break-word}.toolbar-gvs>div .dropdown.active .dropdown-menu div.split.groupBorder{border-bottom:1px solid #e7e7e7}.toolbar-gvs>div .dropdown.active .dropdown-menu div.split .dropdown{margin-left:-10px}.toolbar-gvs>div .dropdown.active .dropdown-menu div.split button.noPadding{padding:0}.toolbar-gvs>div .dropdown.active .dropdown-menu div.split button.dropdown-toggle{border:1px solid #bcbec0;min-width:200px;justify-content:space-between;padding-left:10px;padding-right:0;margin-right:10px}.toolbar-gvs>div .dropdown.active .dropdown-menu div.split span.rightPadding{padding-right:15px}.toolbar-gvs>div .dropdown.active .dropdown-menu div.biggerText,.toolbar-gvs>div .dropdown.active .dropdown-menu li.recentlyusedtitle{padding-top:10px;padding-left:20px;padding-bottom:10px;border-bottom:0}.toolbar-gvs>div .dropdown.active .dropdown-menu div.biggerText span,.toolbar-gvs>div .dropdown.active .dropdown-menu li.recentlyusedtitle span,.toolbar-gvs>div .dropdown.active .dropdown-menu div.biggerText label,.toolbar-gvs>div .dropdown.active .dropdown-menu li.recentlyusedtitle label{font-size:18px;font-style:italic;padding:0;border-bottom:0;display:inline;margin:0 3px}.toolbar-gvs>div .dropdown.active .dropdown-menu div.biggerText span.source,.toolbar-gvs>div .dropdown.active .dropdown-menu li.recentlyusedtitle span.source,.toolbar-gvs>div .dropdown.active .dropdown-menu div.biggerText label.source,.toolbar-gvs>div .dropdown.active .dropdown-menu li.recentlyusedtitle label.source,.toolbar-gvs>div .dropdown.active .dropdown-menu div.biggerText span.headerspan,.toolbar-gvs>div .dropdown.active .dropdown-menu li.recentlyusedtitle span.headerspan,.toolbar-gvs>div .dropdown.active .dropdown-menu div.biggerText label.headerspan,.toolbar-gvs>div .dropdown.active .dropdown-menu li.recentlyusedtitle label.headerspan{font-weight:700}.toolbar-gvs>div .dropdown.active .dropdown-menu span.iconinsideinput{border:1px solid #bcbec0;padding:10px;margin-right:15px;background-color:#fff}.toolbar-gvs>div .dropdown.active .dropdown-menu span.iconinsideinput:hover{border:1px solid #0067b1}.toolbar-gvs>div .dropdown.active .dropdown-menu span.iconinsideinput:hover button.icon::before{color:#0067b1}.toolbar-gvs>div .dropdown.active .dropdown-menu span.iconinsideinput:focus-within{border:1px solid #0067b1}.toolbar-gvs>div .dropdown.active .dropdown-menu span.iconinsideinput:focus-within button.icon::before{color:#0067b1}.toolbar-gvs>div .dropdown.active .dropdown-menu span.iconinsideinput input{max-width:none;width:285px;border:0;margin-right:0;padding:0;white-space:pre-wrap;word-wrap:break-word}.toolbar-gvs>div .dropdown.active .dropdown-menu span.iconinsideinput input:focus{outline:0;box-shadow:none}@media screen and (max-width:759px){.toolbar-gvs>div .dropdown.active .dropdown-menu span.iconinsideinput input{width:auto;white-space:nowrap;text-overflow:ellipsis}}.toolbar-gvs>div .dropdown.active .dropdown-menu span.iconinsideinput button{border:0;background-color:#fff}.toolbar-gvs>div .dropdown.active>.mobileWhiteRectangle{display:none}@media screen and (max-width:759px){.toolbar-gvs>div .dropdown.active>.mobileWhiteRectangle{display:block;position:absolute;top:-9px;width:100%;height:3px;background:#fff;z-index:1000;left:2px}}.toolbar-gvs>div .dropdown .dropdown-toggle{background:#fff;border:1px solid #bcbec0;border-radius:1px;height:30px;padding:0 10px;display:flex;justify-content:space-between;align-items:center}.toolbar-gvs.nexisredesignphase2>div .dropdown .dropdown-toggle{border-radius:3px}@media screen and (max-width:759px){.toolbar-gvs>div .dropdown .dropdown-toggle{background:transparent}}@media screen and (max-width:759px){.toolbar-gvs>div .dropdown .dropdown-toggle.mobileMaxWidth{max-width:129px}}.toolbar-gvs>div .dropdown .dropdown-toggle>span.icon{margin-left:5px}.toolbar-gvs>div .dropdown .dropdown-toggle.split{width:130px}.toolbar-gvs>div .dropdown .dropdown-toggle.split span:first-child{max-width:75%;white-space:nowrap;vertical-align:baseline}.toolbar-gvs>div .dropdown .dropdown-toggle.split span.rightAlign{padding-left:15px}.toolbar-gvs>div .dropdown .dropdown-toggle.noborder{background:transparent;color:#0067b1;font-weight:700;padding:5px 0 0}.toolbar-gvs>div .dropdown .dropdown-toggle.noborder:before,.toolbar-gvs>div .dropdown .dropdown-toggle.noborder:after{content:none}@media screen and (min-width:760px){.toolbar-gvs>div .dropdown .dropdown-toggle:hover{border:1px solid #0067b1}}.toolbar-gvs>div .dropdown .dropdown-toggle:focus{border:1px solid #0067b1}.toolbar-gvs>div button.has_tooltip>span.tooltip{pointer-events:none}.toolbar-gvs>div span{vertical-align:middle}.toolbar-gvs>div span.icon{font-size:26px}.toolbar-gvs>div span.icon.la-PDF:before{color:#6d6e71}.toolbar-gvs>div span.icon::before{vertical-align:middle}.toolbar-gvs>div span.icon.la-TriangleDown{font-size:100%}main .toolbar-gvs.new-toolbar{display:flex;padding:16px 0;justify-content:space-between;align-items:center}main .toolbar-gvs.new-toolbar>div>ul>li{margin:0;display:flex;height:32px;padding:0;align-items:center}main .toolbar-gvs.new-toolbar.sticky>div>ul>li{height:32px}main .toolbar-gvs.new-toolbar div ul li button{padding:16px 14px;justify-content:center;align-items:center;gap:8px;display:inline-flex;height:32px;border-radius:4px}main .toolbar-gvs.new-toolbar div ul li button .select{font-size:14px}.toolbar-gvs.new-toolbar div ul li button:focus{outline:2px solid #4FC3F7;background:#ECEFF1}.toolbar-gvs.new-toolbar div ul li button:hover{background:#ECEFF1}.toolbar-gvs.new-toolbar>div span.icon.la-TriangleDown,.toolbar-gvs.new-toolbar.sticky>div span.icon.la-TriangleDown,div.toolbar-gvs.new-toolbar.sticky>div>ul>li .display-Label,.toolbar-gvs>div span.display-Label,.toolbar-gvs.new-toolbar>div .dropdown.active .dropdown-menu li.recentlyusedtitle,.toolbar-gvs.new-toolbar>div span.tooltip{display:none}.toolbar-gvs.new-toolbar>div button span.icon::before,.toolbar-gvs.new-toolbar>div button:hover span.icon::before,.toolbar-gvs.new-toolbar>div .dropdown.active>button span.icon::before{color:#455A64}.toolbar-gvs.new-toolbar>div .dropdown.active .dropdown-menu ul>li button.icon>span:not(.tooltip){padding-left:0;font-size:16px;font-weight:400;font-family:Lato;color:#455A64}.toolbar-gvs.new-toolbar>div .dropdown.active .dropdown-menu ul>li button.icon,.toolbar-gvs.new-toolbar.sticky>div .dropdown.active .dropdown-menu ul>li button.icon,.toolbar-gvs.new-toolbar>div .dropdown.active .dropdown-menu>button{height:auto;color:#455A64;font-family:Lato;font-size:16px;font-style:normal;font-weight:400;line-height:20px;padding:6px 12px 6px 16px!important;justify-content:left;border-radius:5px;margin:0}.toolbar-gvs.new-toolbar>div .dropdown.active .dropdown-menu ul>li button.icon:hover,.toolbar-gvs.new-toolbar>div .dropdown.active .dropdown-menu>button:hover{background:#ECEFF1;width:100%;margin:0}.toolbar-gvs.new-toolbar> div .dropdown.active .dropdown-menu ul>li button.icon:focus{background:0;border:0}.toolbar-gvs.new-toolbar>div span.display-Label{color:#455A64;font-family:Lato;font-size:14px;font-style:normal;font-weight:700;line-height:18px;display:block}.toolbar-gvs.new-toolbar.sticky>div>ul>li button span.icon,.toolbar-gvs.new-toolbar.sticky>div>ul>li a span.icon,.toolbar-gvs.new-toolbar>div span.icon{height:24px;display:flex;align-items:center;font-size:24px}.toolbar-gvs.new-toolbar>div .dropdown button{gap:4px}.toolbar-gvs.new-toolbar>div .dropdown.active .dropdown-menu{width:212px;padding:4px;border-radius:4px;background:#fff;box-shadow:0 1px 8px 0 rgba(0,23,46,.2),0 3px 3px -2px rgba(0,23,46,.12),0 3px 4px 0 rgba(0,23,46,.14)}.toolbar-gvs.new-toolbar>div .dropdown.active .dropdown-menu ul>li{align-items:center;gap:10px;border-radius:5px;background:#fff;display:block}.toolbar-gvs.new-toolbar>div .dropdown.active .dropdown-menu#cloudstorageprovider-dropdown ul li:first-of-type{display:none}.toolbar-gvs.new-toolbar.sticky>div .dropdown.active .dropdown-menu ul>li button{width:100%;padding:0}.toolbar-gvs.new-toolbar>div .dropdown.active .dropdown-menu ul>li button.icon:before{display:none}#results-list-delivery-toolbar.toolbar-gvs.new-toolbar>div span.display-Label{display:block}#results-list-delivery-toolbar.toolbar-gvs.new-toolbar.sticky>div{padding-left:57px!important}.toolbar-gvs>div span.icon.la-TriangleDown:before{color:#373739}.toolbar-gvs>div span button.icon{font-size:26px}@media screen and (max-width:759px){.toolbar-gvs>div span button.icon.mobileRedIcon::before{color:#fc1505}}.toolbar-gvs>div span:hover button.icon::before{color:#0067b1}.toolbar-gvs>div span:hover button.icon:disabled::before{color:#bcbec0}.toolbar-gvs>div span.textFont{font-size:15px;margin-right:5px}.toolbar-gvs>div span.rightPadding{padding-right:5px}.toolbar-gvs>div span.blueFont{color:#0067b1}.toolbar-gvs>div span.blueFont:hover{text-decoration:underline;color:#E8171F}.toolbar-gvs>div input{margin-right:10px;max-width:60px}.toolbar-gvs>div input:hover{border:1px solid #0067b1}.toolbar-gvs>div button:disabled{background-color:transparent}.toolbar-gvs>div button:disabled>span.icon,.toolbar-gvs>div button:disabled.icon{color:#bcbec0}.toolbar-gvs>div button:disabled>span.icon:before,.toolbar-gvs>div button:disabled.icon:before{color:#bcbec0}.toolbar-gvs>div button:hover{color:#0067b1}.toolbar-gvs>div button:hover span.icon::before{color:#0067b1}.toolbar-gvs>div button:hover span.blueFont{text-decoration:underline}.toolbar-gvs>div button.bordered{border:1px solid #bcbec0;border-radius:1px;height:30px;padding:0 10px;display:flex;align-items:center}.toolbar-gvs>div button.bordered span.placeholder{font-style:italic;color:#939598;text-overflow:ellipsis;margin-right:8px;font-size:14px}.toolbar-gvs>div button.bordered .icon{font-size:18px}.toolbar-gvs>div button.bordered .icon:not(.la-TriangleDown.mobileOnly):before{vertical-align:baseline}.toolbar-gvs>div button.bordered:hover{border-color:#0067b1}.toolbar-gvs>div button.bordered:hover span{color:#0067b1}.toolbar-gvs>div ::-webkit-input-placeholder{font-style:italic;color:#939598;text-overflow:ellipsis;font-size:14px}.toolbar-gvs>div ::-moz-placeholder{font-style:italic;color:#939598;text-overflow:ellipsis;font-size:14px}.toolbar-gvs>div :-ms-input-placeholder{font-style:italic;color:#939598;text-overflow:ellipsis;font-size:14px}.toolbar-gvs>div ::-webkit-scrollbar{-webkit-appearance:none;width:7px}.toolbar-gvs>div ::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.5);-webkit-box-shadow:0 0 1px rgba(255,255,255,.5);box-shadow:0 0 1px rgba(255,255,255,.5)}.toolbar-gvs .messages{margin:15px 15px 5px}.toolbar-gvs .messages div.confirmation{padding:10px;background-color:#c5e192;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:21px;position:relative}.toolbar-gvs.nexisredesignphase2 .messages div.confirmation{background-color:#81C784;border-radius:4px}.toolbar-gvs .messages div.confirmation span{white-space:normal}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray.canada div.dropdown-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-top:15px;padding-left:20px;padding-right:20px;flex-wrap:wrap}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray.canada div.dropdown-header span.selecteditems{font-size:18px;font-family:Lato;font-weight:700}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray.canada div.dropdown-items ul li{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-left:30px;padding-right:30px;min-height:61px;box-sizing:border-box}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray.canada div.dropdown-items ul li div.items span.clientid{font-size:12.5px}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray.canada div.dropdown-items ul li div.items div.pricing{font-size:13.8px;height:21px;color:#4f7b00}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray.canada div.dropdown-items ul li div.items div.pricing span.listprice{background-color:#d8ebb6;display:inline;padding:3px}.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray.canada div.dropdown-items ul li div.items span.line-clamp{overflow:hidden;max-height:2.6em;line-height:1.2em;text-align:justify;position:relative;font-size:15px;width:87%;white-space:normal}#viewtray-dropdown .citation-not-supported{position:relative;font-size:1.4rem;font-style:italic;background-color:#eaf7fc;padding:0 8px 0 24px;margin:0 32px;height:24px;line-height:24px}#viewtray-dropdown .citation-not-supported:before{left:4px;position:absolute;color:#0978d7;font-size:1.8rem;line-height:24px}#viewtray-dropdown .citation-not-supported:hover:before{filter:invert(1)}#viewtray-dropdown .citation-not-supported .info-popup{display:none;position:absolute;background-color:#fff;outline:1px solid #bcbec0;padding:4px;width:125%;left:0;top:20px;z-index:1}#viewtray-dropdown .citation-not-supported:hover .info-popup{display:block}@media screen and (min-width:760px){.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray.canada div.dropdown-items ul li div.items span{max-width:570px}}@media screen and (max-width:759px){.toolbar-gvs>div .dropdown.active .dropdown-menu div.tray.canada div.dropdown-items ul li div.items span{max-width:450px}}.toolbar-gvs .jupyterExport{display:flex;height:100%}.toolbar-gvs .jupyterExport .button{height:100%;width:140px;padding:0;margin:0}.toolbar-gvs .jupyterExport button:disabled{background-color:#d2d4d5}.toolbar-gvs .jupyterExport .link{margin-left:24px;color:#0067b1;line-height:30px}.toolbar-gvs .jupyterExport .loading{display:flex;align-items:center}.toolbar-gvs .jupyterExport .loading span{display:inline-block;overflow:hidden;white-space:nowrap;font-weight:700;line-height:30px}.toolbar-gvs .jupyterExport .loading img{height:24px;padding:3px 10px 3px 0}.document_toccontents.bisredesign .wrapper.panel .toc-results-list>.toolbar-gvs{padding-top:68px}.document_toccontents.bisredesign .wrapper.panel .toc-results-list>.toolbar-gvs>div>ul{padding-left:10px}.document_toccontents.bisredesign .wrapper.panel .toc-results-list>.toolbar-gvs.sticky{padding-top:7px;padding-left:109px}.document_toccontents.bisredesign .wrapper.panel .toc-results-list>.toolbar-gvs>div li:not(.dropdown-toggle):before{border-left:0}.toolbar-gvs.bisnexis.newdesign>div .dropdown.active .dropdown-menu div.tray div.dropdown-header .groupall .button{font-family:Lato;color:#00172e;height:38px;background:#FFF 0 0 no-repeat padding-box;border:1px solid #132A43;border-radius:5px;opacity:1;width:auto}.toolbar-gvs.bisnexis.newdesign .dropdown.active .messages div.confirmation{background-color:#81C784;border-radius:5px;opacity:1}.toolbar-gvs.bisnexis.newdesign .dropdown.active .dropdown-menu div.tray div.dropdown-items ul li div.remove i.la-CloseRemove:hover::before{color:#0D47A1}.toolbar-gvs.bisnexis.newdesign .messages div.confirmation span{font-weight:700;font:Lato;text-align:left;color:#373739;opacity:1;letter-spacing:0}.toolbar-gvs>div .dropdown div.dropdown-toggle.fixedWidth.redesign{display:flex;padding:0;border:0}.toolbar-gvs>div .dropdown div.dropdown-toggle.fixedWidth,.toolbar-gvs>div .dropdown button.dropdown-toggle.fixedWidth.nexisRedesign{display:none}.master-detail .detail-pane .toolbar-gvs.nexisredesignphase2 .dropdown .dropdown-toggle.fixedWidth.redesign{border:0}.nexisredesign .master-detail .toolbar-gvs .dropdown .dropdown-toggle.fixedWidth.redesign{border:0}#espresso-dropdown{line-height:24px}#espresso-dropdown ul{font-weight:400;color:#212121}#espresso-dropdown .dialog-header{padding:8px 16px}#espresso-dropdown>.dialog-header>h1{font-family:Lato;font-style:italic;font-size:18px}#espresso-dropdown .dialog-footer li{font-size:14px;padding-left:16px}#espresso-dropdown .dialog-footer li:before{content:"·";font-size:24px;border:0;padding-left:16px}#espresso-dropdown .dialog-footer li:hover{background:#d5eff9}#espresso-dropdown .dialog-footer li>span{cursor:pointer}#espresso-dropdown .analysisSelected,#espresso-dropdown .analysisAll{padding:4px 16px}#espresso-dropdown .analysisSelected:hover,#espresso-dropdown .analysisAll:hover{color:#212121}.tooltip.espresso-first-time{font-family:Lato;display:flex;flex-direction:column;justify-content:flex-start;width:367px;height:auto;padding:10px;background-color:#373739;border-width:1px;overflow:visible;clip:auto;opacity:1;white-space:normal;font-family:Lato;box-shadow:0 1px 6px rgba(0,0,0,.28);margin-right:-17px}.espresso-first-time h1,.espresso-first-time p,.espresso-first-time img{margin-bottom:8px;text-align:left}.espresso-first-time h1{font-size:16px;font-weight:700;line-height:24px}.espresso-first-time p{font-size:14px;font-weight:400;line-height:20px}.espresso-first-time button{align-self:center;font-weight:400;font-size:14px;line-height:24px;max-width:none;padding:4px 8px;margin:0;background:#006EBB;color:#FFF!important;border-radius:0}'),Handlebars.set({assets:{callout:{1:function(t,e,n,a){var o;
return"-"+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.alignment:o,t))},3:function(t,e,n,a){var o;return'    <button type="button" class="icon la-CloseRemove dismissCallout"><span class="hidden">'+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.confirmButtonText:o,t))+"</span></button>\r\n    <br />\r\n"},5:function(t,e,n,a){var o;return"    "+(null!=(o=this.lambda(null!=(o=null!=t?t.props:t)?o.templateHtml:o,t))?o:"")+"\r\n"},7:function(t,e,n,a){var o;return null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.text:o,{name:"if",hash:{},fn:this.program(8,a,0),inverse:this.noop,data:a}))?o:""},8:function(t,e,n,a){var o;return'    <div class="calloutMessageText">'+(null!=(o=this.lambda(null!=(o=null!=t?t.props:t)?o.text:o,t))?o:"")+"</div>\r\n"},10:function(t,e,n,a){var o,i=this.lambda,l=this.escapeExpression;return'    <a class="helpLink" data-helpkey="'+l(i(null!=(o=null!=t?t.props:t)?o.helpKey:o,t))+'">'+l(i(null!=(o=null!=t?t.props:t)?o.helpText:o,t))+"</a>\r\n"},12:function(t,e,n,a){var o;return'    <input type="button" class="primary dismissCallout" value="'+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.confirmButtonText:o,t))+'" />\r\n'},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i=this.lambda,l=this.escapeExpression;return'<div class="calloutMessage tip-'+l(i(null!=(o=null!=t?t.props:t)?o.orientation:o,t))+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.alignment:o,{name:"if",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+" "+l(i(null!=(o=null!=t?t.props:t)?o.customClass:o,t))+'" data-callout-id="'+l(i(null!=(o=null!=t?t.props:t)?o.calloutid:o,t))+'">\r\n'+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.showXButton:o,{name:"if",hash:{},fn:this.program(3,a,0),inverse:this.noop,data:a}))?o:"")+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.templateHtml:o,{name:"if",hash:{},fn:this.program(5,a,0),inverse:this.program(7,a,0),data:a}))?o:"")+(null!=(o=(e.is||t&&t.is||e.helperMissing).call(t,null!=(o=null!=t?t.props:t)?o.helpKey:o,"&&",null!=(o=null!=t?t.props:t)?o.helpText:o,{name:"is",hash:{},fn:this.program(10,a,0),inverse:this.noop,data:a}))?o:"")+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.showConfirmButton:o,{name:"if",hash:{},fn:this.program(12,a,0),inverse:this.noop,data:a}))?o:"")+"</div>"},useData:!0},confirm:{compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i=e.helperMissing,l="function",r=this.escapeExpression;return'    <header role="banner">\r\n        <h1>'+r((o=null!=(o=e.title||(null!=t?t.title:t))?o:i,typeof o===l?o.call(t,{name:"title",hash:{},data:a}):o))+'</h1>\r\n        <nav>\r\n            <button data-action="cancel" class="action icon la-CloseRemove" aria-label="Close"></button>\r\n        </nav>\r\n    </header>\r\n    <form class="dialog-content" novalidate="novalidate" role="form" action="">\r\n        <div>\r\n            '+r((o=null!=(o=e.message||(null!=t?t.message:t))?o:i,typeof o===l?o.call(t,{name:"message",hash:{},data:a}):o))+'\r\n        </div>\r\n        <footer>\r\n            <ul class="actions">\r\n                <li><input data-action="cancel" type="submit" value="'+r((o=null!=(o=e.secondaryText||(null!=t?t.secondaryText:t))?o:i,typeof o===l?o.call(t,{name:"secondaryText",hash:{},data:a}):o))+'" class="secondary" /></li>\r\n                <li><input data-action="confirm" type="submit" value="'+r((o=null!=(o=e.primaryText||(null!=t?t.primaryText:t))?o:i,typeof o===l?o.call(t,{name:"primaryText",hash:{},data:a}):o))+'" class="primary" /></li>\r\n            </ul>\r\n        </footer>\r\n    </form>\r\n'},useData:!0},"confirm-gvs":{1:function(t,e,n,a){return"isnexisredesign"},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i,l=e.helperMissing,r="function",s=this.escapeExpression;return'<header role="banner" class="dialog-header '+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.isBisNexisRedesign:o,{name:"if",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+'">\r\n    <h1 class="dialog-headline" tabindex="0">'+s((i=null!=(i=e.title||(null!=t?t.title:t))?i:l,typeof i===r?i.call(t,{name:"title",hash:{},data:a}):i))+'</h1>\r\n    <nav class="dialog-close">\r\n        <button data-action="cancel" class="icon la-CloseRemove" aria-label="Close"></button>\r\n    </nav>\r\n</header>\r\n<div class="modal-dialog-body padding-left-right-20 '+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.isBisNexisRedesign:o,{name:"if",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+'">\r\n    <p>'+s((i=null!=(i=e.message||(null!=t?t.message:t))?i:l,typeof i===r?i.call(t,{name:"message",hash:{},data:a}):i))+'</p>\r\n</div>\r\n<footer class="dialog-footer '+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.isBisNexisRedesign:o,{name:"if",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+'">\r\n    <div class="button-group">\r\n        <button data-action="confirm" type="submit" class="button primary">\r\n            <span>'+s((i=null!=(i=e.primaryText||(null!=t?t.primaryText:t))?i:l,typeof i===r?i.call(t,{name:"primaryText",hash:{},data:a}):i))+'</span>\r\n        </button>\r\n        <button type="submit" data-action="cancel" class="button secondary">\r\n            <span>'+s((i=null!=(i=e.secondaryText||(null!=t?t.secondaryText:t))?i:l,typeof i===r?i.call(t,{name:"secondaryText",hash:{},data:a}):i))+"</span>\r\n        </button>\r\n    </div>\r\n</footer>\r\n\r\n"},useData:!0},kiosk:{termsandconditions:{compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){return"<section></section>"},useData:!0}},itemsperpage:{1:function(t,e,n,a){var o;return null!=(o=e["if"].call(t,null!=(o=null!=t?t.data:t)?o.selected:o,{name:"if",hash:{},fn:this.program(2,a,0),inverse:this.noop,data:a}))?o:""},2:function(t,e,n,a){var o;return this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.display:o,t))},4:function(t,e,n,a){var o,i=this.lambda,l=this.escapeExpression;return'                <li>\r\n                    <button class="action" type="button" data-action="changeduplicates" data-value="'+l(i(null!=(o=null!=t?t.props:t)?o.display:o,t))+'" data-pt="true">'+l(i(null!=(o=null!=t?t.props:t)?o.display:o,t))+"</button>\r\n                </li>\r\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o;return'<div class="itemsPerPage">\r\n    <h3>Results per page:</h3>\r\n    <div class="dropdownContainer">\r\n        <button class="current trigger collapsed icon la-TriangleDownAfter" type="button" aria-label="'+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.label:o,t))+'" data-action="menu" aria-expanded="false">\r\n            <span class="results">'+(null!=(o=e.each.call(t,null!=(o=null!=t?t.collections:t)?o.itemsperpageselect:o,{name:"each",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+'</span>\r\n        </button>\r\n        <aside class="supplemental itemsPerPageDropdown">\r\n            <ul>\r\n'+(null!=(o=e.each.call(t,null!=(o=null!=t?t.collections:t)?o.itemsperpageselect:o,{name:"each",hash:{},fn:this.program(4,a,0),inverse:this.noop,data:a}))?o:"")+"            </ul>\r\n        </aside>\r\n    </div>\r\n</div>"},useData:!0},ladialog:{1:function(t,e,n,a){var o;return'        <a href="#" class="helpkey'+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.closebtn:o,{name:"if",hash:{},fn:this.program(2,a,0),inverse:this.noop,data:a}))?o:"")+'" data-helpkey="'+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.helpkey:o,t))+'">Tips</a>\r\n'},2:function(t,e,n,a){return" divider"},4:function(t,e,n,a){return'        <button data-action="cancel" class="action icon la-CloseRemove" aria-label="Close"></button>\r\n'},6:function(t,e,n,a){return'        <p class="note">\r\n            Distribution is subject to\r\n            <a class="dialog-default-termsconditions" data-url="http://www.lexisnexis.com/terms/general.aspx" data-title="Terms & Conditions">Terms & Conditions</a>\r\n        </p>\r\n'},8:function(t,e,n,a){var o;return null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.footernote:o,{name:"if",hash:{},fn:this.program(9,a,0),inverse:this.noop,data:a}))?o:""},9:function(t,e,n,a){var o;return"        "+(null!=(o=this.lambda(null!=(o=null!=t?t.props:t)?o.footernote:o,t))?o:"")+"\r\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i=this.lambda,l=e.helperMissing,r=this.escapeExpression;return'<header role="banner" class="notranslate">\r\n    <h1 tabindex="0">'+(null!=(o=i(null!=(o=null!=t?t.props:t)?o.title:o,t))?o:"")+' <span class="hidden">Dialog</span></h1>\r\n    <nav>\r\n'+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.helpkey:o,{name:"if",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.closebtn:o,{name:"if",hash:{},fn:this.program(4,a,0),inverse:this.noop,data:a}))?o:"")+'    </nav>\r\n</header>\r\n\r\n<form id="dialog-content" class="dialog-content notranslate" novalidate="novalidate" role="form">\r\n'+(null!=(o=this.invokePartial((e.resolver||t&&t.resolver||l).call(t,null!=(o=null!=t?t.props:t)?o.template:o,{name:"resolver",hash:{},data:a}),t,{data:a,indent:"    ",helpers:e,partials:n}))?o:"")+'</form>\r\n\r\n<footer class="notranslate">\r\n    <div class="left">\r\n'+(null!=(o=(e.is||t&&t.is||l).call(t,null!=(o=null!=t?t.props:t)?o.footernote:o,"==","default",{name:"is",hash:{},fn:this.program(6,a,0),inverse:this.program(8,a,0),data:a}))?o:"")+'    </div>\r\n    <ul class="actions">\r\n        <li><input type="submit" data-action="'+r(i(null!=(o=null!=t?t.props:t)?o.action:o,t))+'" value="'+r(i(null!=(o=null!=t?t.props:t)?o.submittext:o,t))+'" class="primary" /></li>\r\n        <li><input type="button" data-action="cancel" value="'+r(i(null!=(o=null!=t?t.props:t)?o.canceltext:o,t))+'" class="secondary" /></li>\r\n    </ul>\r\n</footer>'},usePartial:!0,useData:!0},lncalendar:{1:function(t,e,n,a){var o;return'      <li role="presentation">\r\n'+(null!=(o=e["if"].call(t,null!=t?t.enabled:t,{name:"if",hash:{},fn:this.program(2,a,0),inverse:this.program(4,a,0),data:a}))?o:"")+"      </li>\r\n"},2:function(t,e,n,a){var o,i=e.helperMissing,l="function",r=this.escapeExpression;return'        <button type="button" class="changeMonth" data-jsmonth="'+r((o=null!=(o=e.jsmonth||(null!=t?t.jsmonth:t))?o:i,typeof o===l?o.call(t,{name:"jsmonth",hash:{},data:a}):o))+'">'+r((o=null!=(o=e.monthname||(null!=t?t.monthname:t))?o:i,typeof o===l?o.call(t,{name:"monthname",hash:{},data:a}):o))+"</button>\r\n"},4:function(t,e,n,a){var o;return'        <span class="disabled">\r\n          '+this.escapeExpression((o=null!=(o=e.monthname||(null!=t?t.monthname:t))?o:e.helperMissing,"function"==typeof o?o.call(t,{name:"monthname",hash:{},data:a}):o))+'<span class="hidden"> (disabled)</span>\r\n        </span>\r\n'},6:function(t,e,n,a){var o;return'      <li role="presentation">\r\n'+(null!=(o=e["if"].call(t,null!=t?t.enabled:t,{name:"if",hash:{},fn:this.program(7,a,0),inverse:this.program(9,a,0),data:a}))?o:"")+"      </li>\r\n"},7:function(t,e,n,a){var o,i=e.helperMissing,l="function",r=this.escapeExpression;return'        <button type="button" class="changeYear" data-year="'+r((o=null!=(o=e.yearnumber||(null!=t?t.yearnumber:t))?o:i,typeof o===l?o.call(t,{name:"yearnumber",hash:{},data:a}):o))+'">'+r((o=null!=(o=e.yearnumber||(null!=t?t.yearnumber:t))?o:i,typeof o===l?o.call(t,{name:"yearnumber",hash:{},data:a}):o))+"</button>\r\n"},9:function(t,e,n,a){var o;return'        <span class="disabled">\r\n          '+this.escapeExpression((o=null!=(o=e.yearnumber||(null!=t?t.yearnumber:t))?o:e.helperMissing,"function"==typeof o?o.call(t,{name:"yearnumber",hash:{},data:a}):o))+'<span class="hidden"> (disabled)</span>\r\n        </span>\r\n'},11:function(t,e,n,a){return' disabled="disabled" '},13:function(t,e,n,a){var o;return'      <th scope="col" role="presentation">'+this.escapeExpression((o=null!=(o=e.shortname||(null!=t?t.shortname:t))?o:e.helperMissing,"function"==typeof o?o.call(t,{name:"shortname",hash:{},data:a}):o))+"</th>\r\n"},15:function(t,e,n,a){var o;return'    <tr role="presentation">\r\n'+(null!=(o=e.each.call(t,null!=t?t.days:t,{name:"each",hash:{},fn:this.program(16,a,0),inverse:this.noop,data:a}))?o:"")+"    </tr>\r\n"},16:function(t,e,n,a){var o;return'      <td role="presentation">\r\n'+(null!=(o=e["if"].call(t,null!=t?t.enabled:t,{name:"if",hash:{},fn:this.program(17,a,0),inverse:this.program(20,a,0),data:a}))?o:"")+"      </td>\r\n"},17:function(t,e,n,a){var o,i,l=e.helperMissing,r="function",s=this.escapeExpression;return'        <button type="button" class="changeDate'+(null!=(o=e["if"].call(t,null!=t?t.selected:t,{name:"if",hash:{},fn:this.program(18,a,0),inverse:this.noop,data:a}))?o:"")+'" data-monthday="'+s((i=null!=(i=e.dayofmonth||(null!=t?t.dayofmonth:t))?i:l,typeof i===r?i.call(t,{name:"dayofmonth",hash:{},data:a}):i))+'" aria-label="'+s((i=null!=(i=e.jawsmonthday||(null!=t?t.jawsmonthday:t))?i:l,typeof i===r?i.call(t,{name:"jawsmonthday",hash:{},data:a}):i))+'">\r\n          <span class="hidden">'+s((i=null!=(i=e.jawsmonthday||(null!=t?t.jawsmonthday:t))?i:l,typeof i===r?i.call(t,{name:"jawsmonthday",hash:{},data:a}):i))+"</span>\r\n        </button>\r\n"},18:function(t,e,n,a){return" selected"},20:function(t,e,n,a){var o,i=e.helperMissing,l="function",r=this.escapeExpression;return'        <span class="jawsfirstline">\r\n          '+r((o=null!=(o=e.dayofmonth||(null!=t?t.dayofmonth:t))?o:i,typeof o===l?o.call(t,{name:"dayofmonth",hash:{},data:a}):o))+" "+r((o=null!=(o=e.jawsmonthday||(null!=t?t.jawsmonthday:t))?o:i,typeof o===l?o.call(t,{name:"jawsmonthday",hash:{},data:a}):o))+"\r\n        </span>\r\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i,l=e.helperMissing,r="function",s=this.escapeExpression;return'<h3 role="presentation">\r\n  <div class="dropdowncontainer monthcontainer" role="presentation">\r\n    <button type="button" aria-haspopup="true" aria-expanded="false" id="selectmonth'+s((i=null!=(i=e.buttonId||(null!=t?t.buttonId:t))?i:l,typeof i===r?i.call(t,{name:"buttonId",hash:{},data:a}):i))+'" class="selectMonth icon la-TriangleDownAfter trigger collapsed">'+s((i=null!=(i=e.currentmonth||(null!=t?t.currentmonth:t))?i:l,typeof i===r?i.call(t,{name:"currentmonth",hash:{},data:a}):i))+'</button>\r\n    <ol class="supplemental" role="presentation" aria-labelledby="selectmonth'+s((i=null!=(i=e.buttonId||(null!=t?t.buttonId:t))?i:l,typeof i===r?i.call(t,{name:"buttonId",hash:{},data:a}):i))+'">\r\n'+(null!=(o=e.each.call(t,null!=t?t.months:t,{name:"each",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+'    </ol>\r\n  </div>\r\n  <div class="dropdowncontainer yearcontainer" role="presentation">\r\n    <button type="button" aria-haspopup="true" aria-expanded="false" id="selectyear'+s((i=null!=(i=e.buttonId||(null!=t?t.buttonId:t))?i:l,typeof i===r?i.call(t,{name:"buttonId",hash:{},data:a}):i))+'" class="selectYear icon la-TriangleDownAfter trigger collapsed">'+s((i=null!=(i=e.currentyear||(null!=t?t.currentyear:t))?i:l,typeof i===r?i.call(t,{name:"currentyear",hash:{},data:a}):i))+'</button>\r\n    <ol class="supplemental" role="presentation" aria-labelledby="selectyear'+s((i=null!=(i=e.buttonId||(null!=t?t.buttonId:t))?i:l,typeof i===r?i.call(t,{name:"buttonId",hash:{},data:a}):i))+'">\r\n'+(null!=(o=e.each.call(t,null!=t?t.years:t,{name:"each",hash:{},fn:this.program(6,a,0),inverse:this.noop,data:a}))?o:"")+'    </ol>\r\n  </div>\r\n</h3>\r\n\r\n<button type="button" class="prevMonth icon la-TriangleLeft" '+(null!=(o=e["if"].call(t,null!=t?t.prevmonthdisabled:t,{name:"if",hash:{},fn:this.program(11,a,0),inverse:this.noop,data:a}))?o:"")+' aria-label="Previous month">\r\n    <span class="hidden">Previous month</span>\r\n</button>\r\n\r\n<button type="button" class="nextMonth icon la-TriangleRight" '+(null!=(o=e["if"].call(t,null!=t?t.nextmonthdisabled:t,{name:"if",hash:{},fn:this.program(11,a,0),inverse:this.noop,data:a}))?o:"")+' aria-label="Next month">\r\n    <span class="hidden">Next month</span>\r\n</button>\r\n\r\n<table cellspacing="0" cellpadding="0" border="0" class="currentCalendar" role="presentation">\r\n  <thead role="presentation">\r\n    <tr role="presentation">\r\n'+(null!=(o=e.each.call(t,null!=t?t.weekdays:t,{name:"each",hash:{},fn:this.program(13,a,0),inverse:this.noop,data:a}))?o:"")+'    </tr>\r\n  </thead>\r\n  <tbody role="presentation">\r\n'+(null!=(o=e.each.call(t,null!=t?t.weeks:t,{name:"each",hash:{},fn:this.program(15,a,0),inverse:this.noop,data:a}))?o:"")+"  </tbody>\r\n</table>"},useData:!0},"ladialog-gvs":{1:function(t,e,n,a){var o;return'        <a href="#" class="dialog-nav-help" data-helpkey="'+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.helpkey:o,t))+'">Tips</a>\r\n'},3:function(t,e,n,a){return'        <button data-action="cancel" class="icon la-CloseRemove" aria-label="Close"></button>\r\n'},5:function(t,e,n,a){return'        <p class="dialog-text-footer">\r\n            Distribution is subject to\r\n            <a class="dialog-default-termsconditions" data-url="http://www.lexisnexis.com/terms/general.aspx" href="http://www.lexisnexis.com/terms/general.aspx" data-title="Terms & Conditions">Terms & Conditions</a>\r\n        </p>\r\n'},7:function(t,e,n,a){var o;return null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.footernote:o,{name:"if",hash:{},fn:this.program(8,a,0),inverse:this.noop,data:a}))?o:""},8:function(t,e,n,a){var o;return"                "+(null!=(o=this.lambda(null!=(o=null!=t?t.props:t)?o.footernote:o,t))?o:"")+"\r\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i=this.lambda,l=e.helperMissing,r=this.escapeExpression;return'<header role="banner" class="dialog-header">\r\n    <h1 class="dialog-headline" tabindex="0">'+(null!=(o=i(null!=(o=null!=t?t.props:t)?o.title:o,t))?o:"")+'\r\n    </h1>\r\n    <nav class="dialog-close">\r\n'+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.helpkey:o,{name:"if",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.closebtn:o,{name:"if",hash:{},fn:this.program(3,a,0),inverse:this.noop,data:a}))?o:"")+'    </nav>\r\n</header>\r\n\r\n<form id="dialog-content" class="modal-dialog-body notranslate dialog-content" novalidate="novalidate" role="form">\r\n'+(null!=(o=this.invokePartial((e.resolver||t&&t.resolver||l).call(t,null!=(o=null!=t?t.props:t)?o.template:o,{name:"resolver",hash:{},data:a}),t,{data:a,indent:"    ",helpers:e,partials:n}))?o:"")+'</form>\r\n\r\n<footer class="dialog-footer">\r\n'+(null!=(o=(e.is||t&&t.is||l).call(t,null!=(o=null!=t?t.props:t)?o.footernote:o,"==","default",{name:"is",hash:{},fn:this.program(5,a,0),inverse:this.program(7,a,0),data:a}))?o:"")+'    <div class="button-group">\r\n        <button type="submit" class="button primary" data-action="'+r(i(null!=(o=null!=t?t.props:t)?o.action:o,t))+'">'+r(i(null!=(o=null!=t?t.props:t)?o.submittext:o,t))+'</button>\r\n        <button class="button secondary" data-action="cancel">'+r(i(null!=(o=null!=t?t.props:t)?o.canceltext:o,t))+"</button>\r\n    </div>\r\n</footer>"},usePartial:!0,useData:!0},LNdialog:{base:{1:function(t,e,n,a){var o;return'	<ul class="tabheaders">\r\n'+(null!=(o=e.each.call(t,null!=(o=null!=t?t.clientside:t)?o.tabs:o,{name:"each",hash:{},fn:this.program(2,a,0),inverse:this.noop,data:a}))?o:"")+"	</ul>\r\n"},2:function(t,e,n,a){var o,i=this.escapeExpression;return'			<li><h2><button type="button" class="icon setActive" data-switch="'+i((o=null!=(o=e.index||a&&a.index)?o:e.helperMissing,"function"==typeof o?o.call(t,{name:"index",hash:{},data:a}):o))+'">'+i(this.lambda(null!=t?t.name:t,t))+"</button></h2></li>\r\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i=e.helperMissing;return'<header role="banner">'+(null!=(o=(e.invoke||t&&t.invoke||i).call(t,null!=(o=null!=t?t.clientside:t)?o.template_header:o,{name:"invoke",hash:{},data:a}))?o:"")+"</header>\r\n\r\n"+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.clientside:t)?o.tabs:o,{name:"if",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+'\r\n<form class="dialog-content" id="dialog-content" novalidate="novalidate" role="form" action="">\r\n	'+(null!=(o=(e.invoke||t&&t.invoke||i).call(t,null!=(o=null!=t?t.clientside:t)?o.template_content:o,{name:"invoke",hash:{},data:a}))?o:"")+"\r\n</form>\r\n\r\n<footer>"+(null!=(o=(e.invoke||t&&t.invoke||i).call(t,null!=(o=null!=t?t.clientside:t)?o.template_footer:o,{name:"invoke",hash:{},data:a}))?o:"")+"</footer>"},useData:!0},footer:{compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i=this.lambda,l=this.escapeExpression;return'<p class="legalnote">'+l(i(null!=(o=null!=t?t.clientside:t)?o.legalnote:o,t))+' <a href="'+l(i(null!=(o=null!=t?t.clientside:t)?o.legallink:o,t))+'" target="_blank">'+l(i(null!=(o=null!=t?t.clientside:t)?o.legallinktext:o,t))+'</a></p>\r\n\r\n<ul class="actions">\r\n	<li><input type="button" data-action="cancel" value="'+l(i(null!=(o=null!=t?t.clientside:t)?o.canceltext:o,t))+'" class="secondary return"></li>\r\n	<li><input type="submit" data-action="confirm" value="'+l(i(null!=(o=null!=t?t.clientside:t)?o.submittext:o,t))+'" class="primary"></li>\r\n</ul>'},useData:!0},header:{compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i=this.lambda,l=this.escapeExpression;return"<h1>"+l(i(null!=(o=null!=t?t.clientside:t)?o.title:o,t))+'</h1>\r\n<a href="#" class="helplink" data-helpkey="'+l(i(null!=(o=null!=t?t.props:t)?o.helpkey:o,t))+'">'+l(i(null!=(o=null!=t?t.clientside:t)?o.helptext:o,t))+"</a>"},useData:!0}},msgbox:{dialog:{compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i=e.helperMissing,l="function",r=this.escapeExpression;return'<header role="banner">\r\n	<h1>'+r((o=null!=(o=e.title||(null!=t?t.title:t))?o:i,typeof o===l?o.call(t,{name:"title",hash:{},data:a}):o))+'</h1>\r\n</header>\r\n<form class="dialog-content" novalidate="novalidate" role="form" action="">\r\n    <div>\r\n        '+r((o=null!=(o=e.message||(null!=t?t.message:t))?o:i,typeof o===l?o.call(t,{name:"message",hash:{},data:a}):o))+'\r\n    </div>\r\n	<footer>\r\n		<ul class="actions">\r\n			<li><input data-action="confirm" type="submit" value="Ok" class="primary" /></li>\r\n		</ul>\r\n	</footer>\r\n</form>'},useData:!0}},podactionsmenu:{compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){return'<div class="podactionsmenu">\r\n    <button id="podactions_menu_button" data-option="delete-pod" class="menu-button la-Delete icon" type="button" title="Delete" />\r\n</div>\r\n\r\n'},useData:!0},pricing:{info:{1:function(t,e,n,a){var o;return null!=(o=(e.is||t&&t.is||e.helperMissing).call(t,null!=t?t.usagetypecode:t,"===","transactional",{name:"is",hash:{},fn:this.program(2,a,0),inverse:this.noop,data:a}))?o:""},2:function(t,e,n,a){var o;return null!=(o=e["if"].call(t,(o=(o=a&&a.root)&&o.props)&&o.memberid,{name:"if",hash:{},fn:this.program(3,a,0),inverse:this.program(5,a,0),data:a}))?o:""},3:function(t,e,n,a){return'        <span class="pinfo access">\r\n            This document is not available for the ID you are currently signed in with.\r\n        </span>        \r\n'},5:function(t,e,n,a){var o;return null!=(o=e["if"].call(t,null!=t?t.purchaserequired:t,{name:"if",hash:{},fn:this.program(6,a,0),inverse:this.program(13,a,0),data:a}))?o:""},6:function(t,e,n,a){var o,i=e.helperMissing;return'            <span class="pinfo'+(null!=(o=(e.is||t&&t.is||i).call(t,null!=t?t.netprice:t,"&&",null!=t?t.discounttype:t,"===","promotion",{name:"is",hash:{},fn:this.program(7,a,0),inverse:this.noop,data:a}))?o:"")+'">\r\n                <span>\r\n                    <button data-action="purchase" type="button">Get It Now!</button>\r\n                    for\r\n'+(null!=(o=(e.is||t&&t.is||i).call(t,null!=t?t.netprice:t,"&&",null!=t?t.listprice:t,"!==",null!=t?t.netprice:t,{name:"is",hash:{},fn:this.program(9,a,0),inverse:this.program(11,a,0),data:a}))?o:"")+"                </span>\r\n            </span>\r\n"},7:function(t,e,n,a){return" icon la-SaveBadgeAfter"},9:function(t,e,n,a){var o=e.helperMissing,i=this.escapeExpression;return"                        <s>"+i((e.currency||t&&t.currency||o).call(t,null!=t?t.listprice:t,null!=t?t.currencycode:t,{name:"currency",hash:{},data:a}))+"</s> <strong>"+i((e.currency||t&&t.currency||o).call(t,null!=t?t.netprice:t,null!=t?t.currencycode:t,{name:"currency",hash:{},data:a}))+"</strong>\r\n"},11:function(t,e,n,a){return"                        <strong>"+this.escapeExpression((e.currency||t&&t.currency||e.helperMissing).call(t,null!=t?t.listprice:t,null!=t?t.currencycode:t,{name:"currency",hash:{},data:a}))+"</strong>\r\n"},13:function(t,e,n,a){return'            <span class="pinfo access">\r\n                Accessed - available until '+this.escapeExpression((e.isodate||t&&t.isodate||e.helperMissing).call(t,null!=t?t.expirydate:t,{name:"isodate",hash:{},data:a}))+"\r\n            </span>\r\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o;return null!=(o=e["if"].call(t,null!=t?t.nobadge:t,{name:"if",hash:{},fn:this.noop,inverse:this.program(1,a,0),data:a}))?o:""},useData:!0}},toolbar:{1:function(t,e,n,a){var o;return(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.select:o,{name:"if",hash:{},fn:this.program(2,a,0),inverse:this.noop,data:a}))?o:"")+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.nocountdisplay:o,{name:"if",hash:{},fn:this.noop,inverse:this.program(7,a,0),data:a}))?o:"")+"\r\n"+(null!=(o=e.each.call(t,null!=(o=null!=t?t.collections:t)?o.buttons:o,{name:"each",hash:{},fn:this.program(16,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.collections:t)?o.more:o,{name:"if",hash:{},fn:this.program(34,a,0),inverse:this.noop,data:a}))?o:"")},2:function(t,e,n,a){var o;return'                <li class="select-all">\r\n                    <label class="select-all">\r\n                        <span class="hidden">Click to add or remove all documents on the current page to the cart.</span>\r\n                        <input type="checkbox" data-action="selectall" '+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.selectall:o,{name:"if",hash:{},fn:this.program(3,a,0),inverse:this.noop,data:a}))?o:"")+" "+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.disableselectall:o,{name:"if",hash:{},fn:this.program(5,a,0),inverse:this.noop,data:a}))?o:"")+' aria-label="Select all items on this page"/>\r\n                        <span class="tooltip" role="tooltip">Select all items on this page</span>\r\n                    </label>\r\n                </li>\r\n'},3:function(t,e,n,a){return' checked="checked" '},5:function(t,e,n,a){return' disabled="disabled" '},7:function(t,e,n,a){var o;return'                <li class="count'+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.count:o,{name:"if",hash:{},fn:this.noop,inverse:this.program(8,a,0),data:a}))?o:"")+'">\r\n'+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.collections:t)?o.tray:o,{name:"if",hash:{},fn:this.program(11,a,0),inverse:this.program(14,a,0),data:a}))?o:"")+"                </li>\r\n"},8:function(t,e,n,a){var o;return null!=(o=(e.is||t&&t.is||e.helperMissing).call(t,null!=(o=null!=t?t.props:t)?o.selectedfolderid:o,"!=","recyclebin",{name:"is",hash:{},fn:this.program(9,a,0),inverse:this.noop,data:a}))?o:""},9:function(t,e,n,a){return" hidden"},11:function(t,e,n,a){var o;return null!=(o=e["with"].call(t,null!=(o=null!=t?t.collections:t)?o.tray:o,{name:"with",hash:{},fn:this.program(12,a,0),inverse:this.noop,data:a}))?o:""},12:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_count"],t,{name:"assets.toolbar_count",data:a,indent:"                    ",helpers:e,partials:n}))?o:""},14:function(t,e,n,a){var o;return'                    <span class="count icon menuRemove">'+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.count:o,t))+"</span>\r\n"},16:function(t,e,n,a){var o,i,l=e.helperMissing;return'                <li class="'+this.escapeExpression((i=null!=(i=e.id||(null!=t?t.id:t))?i:l,"function"==typeof i?i.call(t,{name:"id",hash:{},data:a}):i))+(null!=(o=(e.is||t&&t.is||l).call(t,null!=(o=null!=t?t.props:t)?o.splitbutton:o,"||",null!=(o=null!=t?t.props:t)?o.lastdeliverytype:o,"||",null!=(o=null!=t?t.props:t)?o.quickdelivery:o,{name:"is",hash:{},fn:this.program(17,a,0),inverse:this.noop,data:a}))?o:"")+'">\r\n'+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.showdocumentcallout:o,{name:"if",hash:{},fn:this.program(19,a,0),inverse:this.noop,data:a}))?o:"")+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.splitbutton:o,{name:"if",hash:{},fn:this.program(21,a,0),inverse:this.program(24,a,0),data:a}))?o:"")+"\r\n"+(null!=(o=(e.is||t&&t.is||l).call(t,null!=(o=null!=(o=null!=t?t.collections:t)?o.dropdown:o)?o.length:o,"||",null!=(o=null!=t?t.props:t)?o.lazy:o,{name:"is",hash:{},fn:this.program(30,a,0),inverse:this.program(32,a,0),data:a}))?o:"")+"\r\n                </li>\r\n"},17:function(t,e,n,a){return" splitbutton"},19:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_firsttime"],t,{name:"assets.toolbar_firsttime",data:a,indent:"                    ",helpers:e,partials:n}))?o:""},21:function(t,e,n,a){var o;return null!=(o=e["with"].call(t,null!=(o=null!=t?t.props:t)?o.splitbutton:o,{name:"with",hash:{},fn:this.program(22,a,0),inverse:this.noop,data:a}))?o:""},22:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_quickdelivery"],t,{name:"assets.toolbar_quickdelivery",data:a,indent:"                    ",helpers:e,partials:n}))?o:""},24:function(t,e,n,a){var o;return"\r\n"+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.lastdeliverytype:o,{name:"if",hash:{},fn:this.program(25,a,0),inverse:this.program(27,a,0),data:a}))?o:"")},25:function(t,e,n,a){var o;return null!=(o=(e.finditem||t&&t.finditem||e.helperMissing).call(t,null!=(o=null!=t?t.collections:t)?o.dropdown:o,null!=(o=null!=t?t.props:t)?o.lastdeliverytype:o,{name:"finditem",hash:{},fn:this.program(22,a,0),inverse:this.noop,data:a}))?o:""},27:function(t,e,n,a){var o;return null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.quickdelivery:o,{name:"if",hash:{},fn:this.program(28,a,0),inverse:this.noop,data:a}))?o:""},28:function(t,e,n,a){var o;return null!=(o=(e.finditem||t&&t.finditem||e.helperMissing).call(t,null!=(o=null!=t?t.collections:t)?o.dropdown:o,null!=(o=null!=t?t.props:t)?o.quickdelivery:o,{name:"finditem",hash:{},fn:this.program(22,a,0),inverse:this.noop,data:a}))?o:""},30:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_dropdown"],t,{name:"assets.toolbar_dropdown",data:a,indent:"                    ",helpers:e,partials:n}))?o:""},32:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_button"],t,{name:"assets.toolbar_button",data:a,indent:"                    ",helpers:e,partials:n}))?o:""},34:function(t,e,n,a){var o;return null!=(o=e.each.call(t,null!=(o=null!=t?t.collections:t)?o.more:o,{name:"each",hash:{},fn:this.program(35,a,0),inverse:this.noop,data:a}))?o:""},35:function(t,e,n,a){var o;return"                <li>\r\n"+(null!=(o=this.invokePartial(n["assets.toolbar_button"],t,{name:"assets.toolbar_button",data:a,indent:"                    ",helpers:e,partials:n}))?o:"")+"                </li>\r\n"},37:function(t,e,n,a){var o;return null!=(o=e["if"].call(t,null!=(o=null!=t?t.collections:t)?o.sortby:o,{name:"if",hash:{},fn:this.program(38,a,0),inverse:this.noop,data:a}))?o:""},38:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_sortby_lexisplus_litresults"],t,{name:"assets.toolbar_sortby_lexisplus_litresults",data:a,helpers:e,partials:n}))?o:""},40:function(t,e,n,a){var o;return null!=(o=e["if"].call(t,null!=(o=null!=t?t.collections:t)?o.sortby:o,{name:"if",hash:{},fn:this.program(41,a,0),inverse:this.noop,data:a}))?o:""},41:function(t,e,n,a){var o;
return null!=(o=this.invokePartial(n["assets.toolbar_sortby"],t,{name:"assets.toolbar_sortby",data:a,helpers:e,partials:n}))?o:""},43:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_jumpto"],t,{name:"assets.toolbar_jumpto",data:a,helpers:e,partials:n}))?o:""},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o;return'<div class="mobileToolbar scope">\r\n    <ul class="menu overflowTo"></ul>\r\n    <div class="menu overflowMore neverOverflow">\r\n        <button class="trigger collapsed" type="button" aria-haspopup="true" aria-expanded="false">\r\n            <span class="label">\r\n                More<span class="hidden">Actions.</span>\r\n            </span>\r\n            <span role="tooltip" class="tooltip">More Actions</span>\r\n            <span class="icon la-More la-TriangleDownAfter menuRemove"></span>\r\n        </button>\r\n        <aside class="supplemental">\r\n            <span class="arrow"></span>\r\n            <ul class="overflowFrom">\r\n'+(null!=(o=e["with"].call(t,null!=(o=null!=t?t.collections:t)?o.toolbar:o,{name:"with",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+'            </ul>\r\n        </aside>\r\n    </div>\r\n</div>\r\n<div id="deliverylimit" class="deliverylimit hidewarning">You can select up to 500 documents in a single delivery.</div>\r\n'+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.islexispluslitresults:o,{name:"if",hash:{},fn:this.program(37,a,0),inverse:this.program(40,a,0),data:a}))?o:"")+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.collections:t)?o.jumpto:o,{name:"if",hash:{},fn:this.program(43,a,0),inverse:this.noop,data:a}))?o:"")},usePartial:!0,useData:!0},toolbar_count:{1:function(t,e,n,a){var o,i=this.lambda,l=this.escapeExpression;return'<button type="button" data-action="viewtray" class="count trigger action collapsed" aria-label="View Tray '+l(i(null!=(o=null!=(o=null!=t?t.collections:t)?o.trayitems:o)?o.length:o,t))+'">\r\n    <span class="overflowLabel">View Tray</span>\r\n    <span role="tooltip" class="tooltip">View Tray</span>\r\n    <span class="count icon la-TriangleDownAfter menuRemove">'+l(i(null!=(o=null!=(o=null!=t?t.collections:t)?o.trayitems:o)?o.length:o,t))+"</span>\r\n</button>\r\n"},3:function(t,e,n,a){var o;return'<span class="count icon menuRemove">'+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.count:o,t))+"</span>\r\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o;return null!=(o=e["if"].call(t,null!=(o=null!=t?t.collections:t)?o.trayitems:o,{name:"if",hash:{},fn:this.program(1,a,0),inverse:this.program(3,a,0),data:a}))?o:""},useData:!0},toolbar_button:{1:function(t,e,n,a){return' data-sticky="true" '},3:function(t,e,n,a){return' disabled="disabled" '},5:function(t,e,n,a){var o;return'    <span class="label">'+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.text:o,t))+"</span>\r\n"},7:function(t,e,n,a){var o;return'    <span class="overflowLabel">'+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.label:o,t))+"</span>\r\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i,l=e.helperMissing,r=this.escapeExpression,s=this.lambda;return'<button type="button" data-action="'+r((i=null!=(i=e.id||(null!=t?t.id:t))?i:l,"function"==typeof i?i.call(t,{name:"id",hash:{},data:a}):i))+'" '+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.sticky:o,{name:"if",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+' class="action" '+(null!=(o=(e.is||t&&t.is||l).call(t,null!=(o=null!=t?t.props:t)?o.disabled:o,{name:"is",hash:{},fn:this.program(3,a,0),inverse:this.noop,data:a}))?o:"")+' aria-label="'+r(s(null!=(o=null!=t?t.props:t)?o.label:o,t))+'">\r\n'+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.text:o,{name:"if",hash:{},fn:this.program(5,a,0),inverse:this.program(7,a,0),data:a}))?o:"")+'    <span class="tooltip" role="tooltip">'+r(s(null!=(o=null!=t?t.props:t)?o.label:o,t))+'</span>\r\n    <span class="icon '+r(s(null!=(o=null!=t?t.props:t)?o.icon:o,t))+'"></span>\r\n</button>'},useData:!0},toolbar_dropdown:{1:function(t,e,n,a){return" second"},3:function(t,e,n,a){return' disabled="disabled" '},5:function(t,e,n,a){var o,i,l=this.escapeExpression;return'    <span class="label" id="dropdownlabel'+l((i=null!=(i=e.id||(null!=t?t.id:t))?i:e.helperMissing,"function"==typeof i?i.call(t,{name:"id",hash:{},data:a}):i))+'">'+l(this.lambda(null!=(o=null!=t?t.props:t)?o.text:o,t))+"</span>\r\n"},7:function(t,e,n,a){var o,i,l=this.escapeExpression;return'    <span class="overflowLabel" id="dropdownlabel'+l((i=null!=(i=e.id||(null!=t?t.id:t))?i:e.helperMissing,"function"==typeof i?i.call(t,{name:"id",hash:{},data:a}):i))+'">'+l(this.lambda(null!=(o=null!=t?t.props:t)?o.label:o,t))+"</span>\r\n"},9:function(t,e,n,a,o,i){var l;return null!=(l=e["if"].call(t,null!=t?t.id:t,{name:"if",hash:{},fn:this.program(10,a,0,o,i),inverse:this.program(35,a,0,o,i),data:a}))?l:""},10:function(t,e,n,a){var o,i,l=this.escapeExpression,r=this.lambda;return"        <li "+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.icon:o,{name:"if",hash:{},fn:this.program(11,a,0),inverse:this.program(14,a,0),data:a}))?o:"")+' >\r\n            <button type="button" \r\n                    data-action="'+l((i=null!=(i=e.id||(null!=t?t.id:t))?i:e.helperMissing,"function"==typeof i?i.call(t,{name:"id",hash:{},data:a}):i))+'" \r\n                    '+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.label:o,{name:"if",hash:{},fn:this.program(16,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n                    "+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.icon:o,{name:"if",hash:{},fn:this.program(18,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n                    "+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.tooltip:o,{name:"if",hash:{},fn:this.program(20,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n                    "+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.printername:o,{name:"if",hash:{},fn:this.program(22,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n                    "+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.dropboxname:o,{name:"if",hash:{},fn:this.program(24,a,0),inverse:this.noop,data:a}))?o:"")+'\r\n                    aria-label="'+l(r(null!=(o=null!=t?t.props:t)?o.label:o,t))+'" \r\n                    class="dropdown-item action '+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.icon:o,{name:"if",hash:{},fn:this.program(26,a,0),inverse:this.noop,data:a}))?o:"")+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.divided:o,{name:"if",hash:{},fn:this.program(29,a,0),inverse:this.noop,data:a}))?o:"")+'" '+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.disabled:o,{name:"if",hash:{},fn:this.program(31,a,0),inverse:this.noop,data:a}))?o:"")+">\r\n                <span>\r\n                    "+l(r(null!=(o=null!=t?t.props:t)?o.label:o,t))+"\r\n"+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.printername:o,{name:"if",hash:{},fn:this.program(33,a,0),inverse:this.noop,data:a}))?o:"")+"                </span>\r\n            </button>\r\n        </li>\r\n\r\n"},11:function(t,e,n,a){var o;return" "+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.first:o,{name:"if",hash:{},fn:this.program(12,a,0),inverse:this.noop,data:a}))?o:"")+" "},12:function(t,e,n,a){return' class="first"'},14:function(t,e,n,a){return' class="noIcon" '},16:function(t,e,n,a){var o;return'data-label="'+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.label:o,t))+'"'},18:function(t,e,n,a){var o;return'data-icon="'+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.icon:o,t))+'"'},20:function(t,e,n,a){var o;return'data-quickdelivery-tooltip="'+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.tooltip:o,t))+'"'},22:function(t,e,n,a){var o;return'data-printername="'+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.printername:o,t))+'"'},24:function(t,e,n,a){var o;return'data-dropboxname="'+this.escapeExpression(this.lambda(null!=(o=null!=t?t.ptops:t)?o.dropboxname:o,t))+'"'},26:function(t,e,n,a){var o,i,l,r="icon "+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.icon:o,t))+" ";return i=null!=(i=e["else"]||(null!=t?t["else"]:t))?i:e.helperMissing,l={name:"else",hash:{},fn:this.program(27,a,0),inverse:this.noop,data:a},o="function"==typeof i?i.call(t,l):i,e["else"]||(o=e.blockHelperMissing.call(t,o,l)),null!=o&&(r+=o),r+" "},27:function(t,e,n,a){return"noIcon"},29:function(t,e,n,a){return"divided"},31:function(t,e,n,a){return' \r\n                    disabled="disabled" '},33:function(t,e,n,a){var o;return'                    <div class="printer-details">\r\n                        <span class="printer-name">\r\n                            ('+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.printername:o,t))+")\r\n                        </span>\r\n                    </div>\r\n"},35:function(t,e,n,a,o,i){var l;return'        <li class="dropdown-title">\r\n            <span class="dropdown-title '+(null!=(l=e["if"].call(t,null!=(l=null!=t?t.props:t)?l.icon:l,{name:"if",hash:{},fn:this.program(36,a,0,o,i),inverse:this.noop,data:a}))?l:"")+(null!=(l=e["if"].call(t,null!=(l=null!=t?t.props:t)?l.divided:l,{name:"if",hash:{},fn:this.program(29,a,0,o,i),inverse:this.noop,data:a}))?l:"")+'">\r\n                <span class="deliverylabel">\r\n'+(null!=(l=e["if"].call(t,null!=(l=null!=t?t.props:t)?l.label:l,{name:"if",hash:{},fn:this.program(38,a,0,o,i),inverse:this.program(40,a,0,o,i),data:a}))?l:"")+"                </span>\r\n            </span>\r\n        </li>\r\n"},36:function(t,e,n,a){var o;return"icon "+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.icon:o,t))+" "},38:function(t,e,n,a){var o;return"                    "+(null!=(o=this.lambda(null!=(o=null!=t?t.props:t)?o.label:o,t))?o:"")+"\r\n"},40:function(t,e,n,a,o,i){var l;return null!=(l=e["if"].call(t,null!=(l=null!=i[5]?i[5].props:i[5])?l.count:l,{name:"if",hash:{},fn:this.program(41,a,0,o,i),inverse:this.program(46,a,0,o,i),data:a}))?l:""},41:function(t,e,n,a,o,i){var l,r=e.helperMissing;return"                    "+(null!=(l=(e.is||t&&t.is||r).call(t,null!=i[4]?i[4].id:i[4],"==","print",{name:"is",hash:{},fn:this.program(42,a,0,o,i),inverse:this.noop,data:a}))?l:"")+(null!=(l=(e.is||t&&t.is||r).call(t,null!=i[4]?i[4].id:i[4],"==","download",{name:"is",hash:{},fn:this.program(44,a,0,o,i),inverse:this.noop,data:a}))?l:"")+"<strong>"+this.escapeExpression(this.lambda(null!=(l=null!=i[6]?i[6].props:i[6])?l.selectionlabel:l,t))+"</strong>&hellip;\r\n"},42:function(t,e,n,a){return"Print "},44:function(t,e,n,a){return"Download "},46:function(t,e,n,a,o,i){var l,r=e.helperMissing;return"                    "+(null!=(l=(e.is||t&&t.is||r).call(t,null!=i[4]?i[4].id:i[4],"==","print",{name:"is",hash:{},fn:this.program(42,a,0,o,i),inverse:this.noop,data:a}))?l:"")+(null!=(l=(e.is||t&&t.is||r).call(t,null!=i[4]?i[4].id:i[4],"==","download",{name:"is",hash:{},fn:this.program(44,a,0,o,i),inverse:this.noop,data:a}))?l:"")+"<strong>"+this.escapeExpression(this.lambda(null!=(l=null!=i[6]?i[6].props:i[6])?l.noselectionlabel:l,t))+"</strong>&hellip;\r\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a,o,i){var l,r,s=e.helperMissing,d="function",p=this.escapeExpression,c=this.lambda;return'<button type="button" data-action="'+p((r=null!=(r=e.id||(null!=t?t.id:t))?r:s,typeof r===d?r.call(t,{name:"id",hash:{},data:a}):r))+'" aria-haspopup="true" aria-expanded="false" class="trigger action collapsed'+(null!=(l=e["if"].call(t,null!=(l=null!=t?t.props:t)?l.splitbutton:l,{name:"if",hash:{},fn:this.program(1,a,0,o,i),inverse:this.noop,data:a}))?l:"")+'" '+(null!=(l=e["if"].call(t,null!=(l=null!=t?t.props:t)?l.disabled:l,{name:"if",hash:{},fn:this.program(3,a,0,o,i),inverse:this.noop,data:a}))?l:"")+' aria-label="'+p(c(null!=(l=null!=t?t.props:t)?l.label:l,t))+'">\r\n'+(null!=(l=e["if"].call(t,null!=(l=null!=t?t.props:t)?l.text:l,{name:"if",hash:{},fn:this.program(5,a,0,o,i),inverse:this.program(7,a,0,o,i),data:a}))?l:"")+'    <span role="tooltip" class="tooltip">'+p(c(null!=(l=null!=t?t.props:t)?l.label:l,t))+'</span>\r\n    <span class="icon la-TriangleDownAfter '+p(c(null!=(l=null!=t?t.props:t)?l.icon:l,t))+' menuRemove"></span>\r\n</button>\r\n<aside class="supplemental">\r\n    <span class="arrow"></span>\r\n    <ul aria-labelledby="dropdownlabel'+p((r=null!=(r=e.id||(null!=t?t.id:t))?r:s,typeof r===d?r.call(t,{name:"id",hash:{},data:a}):r))+'">\r\n'+(null!=(l=e.each.call(t,null!=(l=null!=t?t.collections:t)?l.dropdown:l,{name:"each",hash:{},fn:this.program(9,a,0,o,i),inverse:this.noop,data:a}))?l:"")+"    </ul>\r\n</aside>\r\n"},useData:!0,useDepths:!0},toolbar_firsttime:{compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){return'<div role="tooltip" class="tooltip first-time">\r\n    <p>Click to Email, Print, or Download</p>\r\n    <label>\r\n        <span class="hidden">Click here to dismiss</span>\r\n        <input type="button"\r\n               data-action="dismiss-firsttime-toolip"\r\n               class="btn primary dismiss-firsttime-tooltip"\r\n               value="Got it!" />\r\n            \r\n        \r\n    </label>\r\n</div>'},useData:!0},toolbar_gvs:{1:function(t,e,n,a){var o;return"<ul>\r\n"+(null!=(o=e.each.call(t,null!=t?t.items:t,{name:"each",hash:{},fn:this.program(2,a,0),inverse:this.noop,data:a}))?o:"")+"</ul>\r\n"},2:function(t,e,n,a){var o;return"\r\n"+(null!=(o=e["if"].call(t,null!=t?t.isTrayMenu:t,{name:"if",hash:{},fn:this.program(3,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"+(null!=(o=e["if"].call(t,null!=t?t.isSortBy:t,{name:"if",hash:{},fn:this.program(5,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"+(null!=(o=e["if"].call(t,null!=t?t.isJumpTo:t,{name:"if",hash:{},fn:this.program(7,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"+(null!=(o=e["if"].call(t,null!=t?t.isExpandableMenu:t,{name:"if",hash:{},fn:this.program(9,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"+(null!=(o=e["if"].call(t,null!=t?t.isOverflowMenu:t,{name:"if",hash:{},fn:this.program(11,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"+(null!=(o=e["if"].call(t,null!=t?t.isGenericMenu:t,{name:"if",hash:{},fn:this.program(13,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"+(null!=(o=e["if"].call(t,null!=t?t.isButton:t,{name:"if",hash:{},fn:this.program(15,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"+(null!=(o=e["if"].call(t,null!=t?t.isCloudStorage:t,{name:"if",hash:{},fn:this.program(17,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"+(null!=(o=e["if"].call(t,null!=t?t.isNewMoreButton:t,{name:"if",hash:{},fn:this.program(19,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"+(null!=(o=e["if"].call(t,null!=t?t.isJupyterExport:t,{name:"if",hash:{},fn:this.program(21,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n\r\n"+(null!=(o=e["if"].call(t,null!=t?t.isEspresso:t,{name:"if",hash:{},fn:this.program(23,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"},3:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_gvs_tray"],t,{name:"assets.toolbar_gvs_tray",data:a,indent:"    ",helpers:e,partials:n}))?o:""},5:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_gvs_sortby"],t,{name:"assets.toolbar_gvs_sortby",data:a,indent:"    ",helpers:e,partials:n}))?o:""},7:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_gvs_jumpto"],t,{name:"assets.toolbar_gvs_jumpto",data:a,indent:"    ",helpers:e,partials:n}))?o:""},9:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_gvs_expandingmenu"],t,{name:"assets.toolbar_gvs_expandingmenu",data:a,indent:"    ",helpers:e,partials:n}))?o:""},11:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_gvs_overflowmenu"],t,{name:"assets.toolbar_gvs_overflowmenu",data:a,indent:"    ",helpers:e,partials:n}))?o:""},13:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_gvs_menu"],t,{name:"assets.toolbar_gvs_menu",data:a,indent:"    ",helpers:e,partials:n}))?o:""},15:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_gvs_button"],t,{name:"assets.toolbar_gvs_button",data:a,indent:"    ",helpers:e,partials:n}))?o:""},17:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_gvs_cloudstorage"],t,{name:"assets.toolbar_gvs_cloudstorage",data:a,indent:"    ",helpers:e,partials:n}))?o:""},19:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_gvs_newmorebutton"],t,{name:"assets.toolbar_gvs_newmorebutton",data:a,indent:"    ",helpers:e,partials:n}))?o:""},21:function(t,e,n,a){var o;return'    <li class="jupyterExportContainer">\r\n'+(null!=(o=this.invokePartial(n["assets.toolbar_gvs_jupyterexport"],t,{name:"assets.toolbar_gvs_jupyterexport",data:a,indent:"        ",helpers:e,partials:n}))?o:"")+"    </li>\r\n"},23:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_espresso"],t,{name:"assets.toolbar_espresso",data:a,indent:"    ",helpers:e,partials:n}))?o:""},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o;return null!=(o=e.each.call(t,null!=(o=null!=t?t.toolbar:t)?o.renderable:o,{name:"each",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:""},usePartial:!0,useData:!0},toolbar_espresso:{1:function(t,e,n,a){return" disabled "},3:function(t,e,n,a){return' aria-hidden="true" class="hidden" '},5:function(t,e,n,a){return' class="tooltip" '},7:function(t,e,n,a){return'        <aside role="tooltip" class="tooltip tip-bottom-left firsttime espresso-first-time">\r\n            <h1>Case Target - Distill your case results</h1>\r\n            <p>With Case Target, this AI-embedded tool helps you to synthesize and pinpoint the judicial reasoning and key documents from selected cases</p>\r\n            <img src="/images/Espresso/firsttimeMY.png" alt="">\r\n            <button class="primary" data-action="dismissEspressoGotIt" >Dismiss</button>\r\n        </aside>\r\n'},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i,l=e.helperMissing,r="function",s=this.escapeExpression;return'<li data-menu="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'">\r\n    <div class="dropdown">\r\n        <span class="mobileWhiteRectangle"></span>\r\n        <button class="has_tooltip espresso-button" type="button" data-action="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" aria-label="Get summarisation from" aria-expanded="false" aria-haspopup="true" aria-controls="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'-dropdown" data-qaid="toolbar_'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" '+(null!=(o=e["if"].call(t,null!=t?t.showEspressoGotItTooltip:t,{name:"if",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+'>\r\n            <span class="icon '+s((i=null!=(i=e.icon||(null!=t?t.icon:t))?i:l,typeof i===r?i.call(t,{name:"icon",hash:{},data:a}):i))+'"></span>\r\n            <span class="icon la-TriangleDown"></span>\r\n            <span role="tooltip" '+(null!=(o=e["if"].call(t,null!=t?t.showEspressoGotItTooltip:t,{name:"if",hash:{},fn:this.program(3,a,0),inverse:this.program(5,a,0),data:a}))?o:"")+">\r\n                "+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+'\r\n            </span>\r\n        </button>\r\n        <div class="dropdown-menu noscroll" id="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'-dropdown">\r\n            <header role="banner" class="dialog-header">\r\n                <h1>Get summarisation from</h1>\r\n            </header>\r\n            <footer class="dialog-footer notranslate">\r\n                <ul>\r\n                    <li>\r\n                        <button data-action="analysisSelectedDocuments" class="analysisSelected">\r\n                            <span>Selected documents</span>\r\n                        </button>\r\n                    </li>\r\n                    <li>\r\n                        <button data-action="analysisAllSearchResults" class="analysisAll">\r\n                            <span>All search results</span>\r\n                        </button>\r\n                    </li>\r\n                </ul>\r\n            </footer>\r\n        </div>\r\n    </div>\r\n'+(null!=(o=e["if"].call(t,null!=t?t.showEspressoGotItTooltip:t,{name:"if",hash:{},fn:this.program(7,a,0),inverse:this.noop,data:a}))?o:"")+"</li>"},useData:!0},toolbar_gvs_button:{1:function(t,e,n,a){return"disabled"},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i,l=e.helperMissing,r="function",s=this.escapeExpression;return'<li>\r\n    <button class="has_tooltip" data-action="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" aria-label="'+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+'" data-label="'+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+'" data-qaid="toolbar_'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" '+(null!=(o=e.unless.call(t,null!=t?t.enabled:t,{name:"unless",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+'>\r\n        <span class="icon '+s((i=null!=(i=e.icon||(null!=t?t.icon:t))?i:l,typeof i===r?i.call(t,{name:"icon",hash:{},data:a}):i))+'"></span>\r\n        <span class="display-Label">'+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+'</span>\r\n        <span class="tooltip">'+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+"</span>\r\n    </button>\r\n</li>"},useData:!0},toolbar_gvs_expandingmenu:{1:function(t,e,n,a){var o,i,l=e.helperMissing,r="function",s=this.escapeExpression;return"\r\n"+(null!=(o=e["if"].call(t,null!=t?t.startGroup:t,{name:"if",hash:{},fn:this.program(2,a,0),inverse:this.noop,data:a}))?o:"")+'\r\n            <button class="has_tooltip" data-action="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" aria-label="'+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+'" data-label="'+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+'" data-qaid="toolbar_'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" '+(null!=(o=e.unless.call(t,null!=t?t.enabled:t,{name:"unless",hash:{},fn:this.program(7,a,0),inverse:this.noop,data:a}))?o:"")+'>\r\n                <span class="icon '+s((i=null!=(i=e.icon||(null!=t?t.icon:t))?i:l,typeof i===r?i.call(t,{name:"icon",hash:{},data:a}):i))+'"></span>\r\n                <span class="tooltip">'+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+"</span>\r\n            </button>\r\n\r\n"+(null!=(o=e["if"].call(t,null!=t?t.endGroup:t,{name:"if",hash:{},fn:this.program(9,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"},2:function(t,e,n,a){var o;return"\r\n"+(null!=(o=e["if"].call(t,null!=t?t.isLastUsed:t,{name:"if",hash:{},fn:this.program(3,a,0),inverse:this.program(5,a,0),data:a}))?o:"")+"\r\n"},3:function(t,e,n,a){return'        <li class="lastUsed">\r\n'},5:function(t,e,n,a){return"        <li>\r\n"},7:function(t,e,n,a){return"disabled"},9:function(t,e,n,a){return"        </li>\r\n"},11:function(t,e,n,a){var o,i=e.helperMissing,l="function",r=this.escapeExpression;return'\r\n                    <button class="has_tooltip" type="button" data-action="'+r((o=null!=(o=e.action||(null!=t?t.action:t))?o:i,typeof o===l?o.call(t,{name:"action",hash:{},data:a}):o))+'" data-label="'+r((o=null!=(o=e.tooltip||(null!=t?t.tooltip:t))?o:i,typeof o===l?o.call(t,{name:"tooltip",hash:{},data:a}):o))+'" aria-label="'+r((o=null!=(o=e.tooltip||(null!=t?t.tooltip:t))?o:i,typeof o===l?o.call(t,{name:"tooltip",hash:{},data:a}):o))+'" data-qaid="dropdown_'+r((o=null!=(o=e.action||(null!=t?t.action:t))?o:i,typeof o===l?o.call(t,{name:"action",hash:{},data:a}):o))+'">\r\n                        <span class="icon '+r((o=null!=(o=e.icon||(null!=t?t.icon:t))?o:i,typeof o===l?o.call(t,{name:"icon",hash:{},data:a}):o))+'"></span>\r\n                        <span>'+r((o=null!=(o=e.tooltip||(null!=t?t.tooltip:t))?o:i,typeof o===l?o.call(t,{name:"tooltip",hash:{},data:a}):o))+"</span>\r\n                    </button>\r\n\r\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i,l=e.helperMissing,r="function",s=this.escapeExpression;return'<li class="expandable" data-menu="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'">\r\n    <ul>\r\n\r\n'+(null!=(o=e.each.call(t,null!=t?t.children:t,{name:"each",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+'\r\n        <li class="dropdown-toggle">\r\n            <div class="dropdown">\r\n                <button class="has_tooltip" data-action="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" aria-label="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'-dropdown" data-qaid="toolbar_'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'">\r\n                    <span class="icon la-TriangleDown"></span>\r\n                </button>\r\n                <span class="mobileWhiteRectangle"></span>\r\n                <div class="dropdown-menu noscroll noWidth" role="dialog">\r\n\r\n                    <div class="biggerText">\r\n                        <span>Deliver&nbsp;</span>\r\n                        <span class="source">'+s((i=null!=(i=e.noselectionlabel||(null!=t?t.noselectionlabel:t))?i:l,typeof i===r?i.call(t,{name:"noselectionlabel",hash:{},data:a}):i))+"</span>\r\n                        <span>...</span>\r\n                    </div>\r\n\r\n"+(null!=(o=e.each.call(t,null!=t?t.children:t,{name:"each",hash:{},fn:this.program(11,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n                </div>\r\n            </div>\r\n        </li>\r\n    </ul>\r\n</li>"},useData:!0},toolbar_gvs_jumpto:{1:function(t,e,n,a){var o,i=e.helperMissing,l="function",r=this.escapeExpression;return'            <button type="button" data-action="jumpto" data-value="'+r((o=null!=(o=e.action||(null!=t?t.action:t))?o:i,typeof o===l?o.call(t,{name:"action",hash:{},data:a}):o))+'" data-pt="true">'+r((o=null!=(o=e.label||(null!=t?t.label:t))?o:i,typeof o===l?o.call(t,{name:"label",hash:{},data:a}):o))+"</button>\r\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i,l=e.helperMissing,r="function",s=this.escapeExpression;return'<li class="rightAlign" data-menu="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'">\r\n    <span class="rightPadding hideInMobile">'+s((i=null!=(i=e.label||(null!=t?t.label:t))?i:l,typeof i===r?i.call(t,{name:"label",hash:{},data:a}):i))+' </span>\r\n    <div class="dropdown">\r\n        <button class="dropdown-toggle fixedWidth" data-action="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" type="button">\r\n            <span id="jumptolabel'+s((i=null!=(i=e.id||(null!=t?t.id:t))?i:l,typeof i===r?i.call(t,{name:"id",hash:{},data:a}):i))+'">Snapshot section</span>\r\n            <span class="sectionLabel">Section</span>\r\n            <span class="icon la-TriangleDown"></span>\r\n        </button>\r\n        <div class="dropdown-menu noscroll noWidth rightAligned" aria-labelledby="jumptolabel'+s((i=null!=(i=e.id||(null!=t?t.id:t))?i:l,typeof i===r?i.call(t,{name:"id",hash:{},data:a}):i))+'">\r\n\r\n'+(null!=(o=e.each.call(t,null!=t?t.children:t,{name:"each",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n        </div>\r\n    </div>\r\n</li>\r\n"},useData:!0},toolbar_gvs_cloudstorage:{1:function(t,e,n,a){return" disabled "},3:function(t,e,n,a){var o,i=e.helperMissing,l="function",r=this.escapeExpression;return'                <li>\r\n                    <button class="icon '+r((o=null!=(o=e.icon||(null!=t?t.icon:t))?o:i,typeof o===l?o.call(t,{name:"icon",hash:{},data:a}):o))+'" type="button" data-action="'+r((o=null!=(o=e.action||(null!=t?t.action:t))?o:i,typeof o===l?o.call(t,{name:"action",hash:{},data:a}):o))+'" data-label="'+r((o=null!=(o=e.tooltip||(null!=t?t.tooltip:t))?o:i,typeof o===l?o.call(t,{name:"tooltip",hash:{},data:a}):o))+'" aria-label="'+r((o=null!=(o=e.tooltip||(null!=t?t.tooltip:t))?o:i,typeof o===l?o.call(t,{name:"tooltip",hash:{},data:a}):o))+'" data-qaid="dropdown_'+r((o=null!=(o=e.action||(null!=t?t.action:t))?o:i,typeof o===l?o.call(t,{name:"action",hash:{},data:a}):o))+'">\r\n                        <span>'+r((o=null!=(o=e.tooltip||(null!=t?t.tooltip:t))?o:i,typeof o===l?o.call(t,{name:"tooltip",hash:{},data:a}):o))+"</span>\r\n                    </button>\r\n                </li>\r\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i,l=e.helperMissing,r="function",s=this.escapeExpression;return'<li data-menu="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'">\r\n    <div class="dropdown">\r\n        <span class="mobileWhiteRectangle"></span>\r\n        <button class="has_tooltip" type="button" data-action="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" aria-label="Share to Cloud Storage" aria-expanded="false" aria-haspopup="true" aria-controls="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'-dropdown" data-qaid="toolbar_'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" '+(null!=(o=e.unless.call(t,null!=t?t.enabled:t,{name:"unless",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+'>\r\n            <span class="icon '+s((i=null!=(i=e.icon||(null!=t?t.icon:t))?i:l,typeof i===r?i.call(t,{name:"icon",hash:{},data:a}):i))+'"></span>\r\n            <span>'+s((i=null!=(i=e.text||(null!=t?t.text:t))?i:l,typeof i===r?i.call(t,{name:"text",hash:{},data:a}):i))+'</span>\r\n            <span class="display-Label">'+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+'</span>\r\n            <span class="icon la-TriangleDown"></span>\r\n            <span class="tooltip">'+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+'</span>\r\n        </button>\r\n\r\n        <div class="dropdown-menu noscroll" id="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'-dropdown">\r\n            <ul>\r\n                <li>\r\n                    <div class="biggerText">\r\n                        <span>Share</span>\r\n                        <span class="source">'+s((i=null!=(i=e.noselectionlabel||(null!=t?t.noselectionlabel:t))?i:l,typeof i===r?i.call(t,{name:"noselectionlabel",hash:{},data:a}):i))+"</span>\r\n                        <span>...</span>\r\n                    </div>\r\n                </li>\r\n\r\n"+(null!=(o=e.each.call(t,null!=t?t.children:t,{name:"each",hash:{},fn:this.program(3,a,0),inverse:this.noop,data:a}))?o:"")+"            </ul>\r\n        </div>\r\n</li>"
},useData:!0},toolbar_gvs_jupyterexport:{1:function(t,e,n,a){var o;return'    <button class="button primary" data-action="'+this.escapeExpression((o=null!=(o=e.action||(null!=t?t.action:t))?o:e.helperMissing,"function"==typeof o?o.call(t,{name:"action",hash:{},data:a}):o))+'">Create Workspace</button>\r\n'},3:function(t,e,n,a){return'    <button class="button primary" disabled>Pending</button>\r\n'},5:function(t,e,n,a){var o;return'    <div class="loading">\r\n        <img src="/images/loading.gif" alt="Framework_CoreFunctionality_UIText_ProcessingAltText" />\r\n        <span>Loading "'+this.escapeExpression(this.lambda(null!=(o=null!=(o=null!=t?t.activeWorkspace:t)?o.searchDefinition:o)?o.searchDescription:o,t))+'" Workspace</span>\r\n    </div>\r\n'},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i=e.helperMissing;return'<div class="jupyterExport">\r\n'+(null!=(o=(e.is||t&&t.is||i).call(t,null!=t?t.status:t,"===","none",{name:"is",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"+(null!=(o=(e.is||t&&t.is||i).call(t,null!=t?t.status:t,"===","pending",{name:"is",hash:{},fn:this.program(3,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"+(null!=(o=(e.is||t&&t.is||i).call(t,null!=t?t.status:t,"===","loading",{name:"is",hash:{},fn:this.program(5,a,0),inverse:this.noop,data:a}))?o:"")+'\r\n<button class="link" data-action="gotonotebook">Open Notebook</button>\r\n</div>'},useData:!0},toolbar_gvs_menu:{1:function(t,e,n,a){return" disabled "},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i,l=e.helperMissing,r="function",s=this.escapeExpression;return'<li data-menu="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'">\r\n    <div class="dropdown">\r\n        <span class="mobileWhiteRectangle"></span>\r\n        <button class="has_tooltip" type="button" data-action="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" aria-label="Save to Folder" aria-expanded="false" aria-haspopup="true" aria-controls="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'-dropdown" data-qaid="toolbar_'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" '+(null!=(o=e.unless.call(t,null!=t?t.enabled:t,{name:"unless",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+'>\r\n            <span class="icon '+s((i=null!=(i=e.icon||(null!=t?t.icon:t))?i:l,typeof i===r?i.call(t,{name:"icon",hash:{},data:a}):i))+'"></span>\r\n            <span>'+s((i=null!=(i=e.text||(null!=t?t.text:t))?i:l,typeof i===r?i.call(t,{name:"text",hash:{},data:a}):i))+'</span>\r\n            <span class="display-Label">'+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+'</span>\r\n            <span class="icon la-TriangleDown"></span>\r\n            <span class="tooltip">'+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+'</span>\r\n        </button>\r\n        <div class="dropdown-menu noscroll" id="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'-dropdown">\r\n\r\n        </div>\r\n    </div>\r\n</li>'},useData:!0},toolbar_gvs_newmorebutton:{1:function(t,e,n,a){return" disabled "},3:function(t,e,n,a){var o;return null!=(o=(e.is||t&&t.is||e.helperMissing).call(t,null!=t?t.action:t,"===","highlight",{name:"is",hash:{},fn:this.program(4,a,0),inverse:this.program(6,a,0),data:a}))?o:""},4:function(t,e,n,a){var o;return'                <li data-comp="'+this.escapeExpression((o=null!=(o=e.action||(null!=t?t.action:t))?o:e.helperMissing,"function"==typeof o?o.call(t,{name:"action",hash:{},data:a}):o))+'"></li>\r\n'},6:function(t,e,n,a){var o,i=e.helperMissing,l="function",r=this.escapeExpression;return'                <li>\r\n                    <button class="icon '+r((o=null!=(o=e.icon||(null!=t?t.icon:t))?o:i,typeof o===l?o.call(t,{name:"icon",hash:{},data:a}):o))+'" type="button" data-action="'+r((o=null!=(o=e.action||(null!=t?t.action:t))?o:i,typeof o===l?o.call(t,{name:"action",hash:{},data:a}):o))+'" data-label="'+r((o=null!=(o=e.tooltip||(null!=t?t.tooltip:t))?o:i,typeof o===l?o.call(t,{name:"tooltip",hash:{},data:a}):o))+'" aria-label="'+r((o=null!=(o=e.tooltip||(null!=t?t.tooltip:t))?o:i,typeof o===l?o.call(t,{name:"tooltip",hash:{},data:a}):o))+'" data-qaid="dropdown_'+r((o=null!=(o=e.action||(null!=t?t.action:t))?o:i,typeof o===l?o.call(t,{name:"action",hash:{},data:a}):o))+'">\r\n                        <span>'+r((o=null!=(o=e.tooltip||(null!=t?t.tooltip:t))?o:i,typeof o===l?o.call(t,{name:"tooltip",hash:{},data:a}):o))+"</span>\r\n                    </button>\r\n                </li>\r\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i,l=e.helperMissing,r="function",s=this.escapeExpression;return'<li data-menu="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'">\r\n    <div class="dropdown">\r\n        <span class="mobileWhiteRectangle"></span>\r\n        <button class="has_tooltip" type="button" data-action="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" aria-label="More" aria-expanded="false" aria-haspopup="true" aria-controls="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'-dropdown" data-qaid="toolbar_'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" '+(null!=(o=e.unless.call(t,null!=t?t.enabled:t,{name:"unless",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+'>\r\n            <span class="icon '+s((i=null!=(i=e.icon||(null!=t?t.icon:t))?i:l,typeof i===r?i.call(t,{name:"icon",hash:{},data:a}):i))+'"></span>\r\n            <span>'+s((i=null!=(i=e.text||(null!=t?t.text:t))?i:l,typeof i===r?i.call(t,{name:"text",hash:{},data:a}):i))+'</span>\r\n            <span class="display-Label">'+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+'</span>\r\n            <span class="icon la-TriangleDown"></span>\r\n            <span class="tooltip">'+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+'</span>\r\n        </button>\r\n        <div class="dropdown-menu noscroll" id="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'-dropdown">\r\n            <ul>\r\n'+(null!=(o=e.each.call(t,null!=t?t.children:t,{name:"each",hash:{},fn:this.program(3,a,0),inverse:this.noop,data:a}))?o:"")+"            </ul>\r\n        </div>\r\n    </div>\r\n</li>"},useData:!0},toolbar_gvs_overflowmenu:{1:function(t,e,n,a){var o;return"\r\n"+(null!=(o=(e.is||t&&t.is||e.helperMissing).call(t,(o=(o=a&&a.root)&&o.data)&&o.masterfeature,"!==","BISAcademicOperation","||",null!=t?t.action:t,"!==","access",{name:"is",hash:{},fn:this.program(2,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"},2:function(t,e,n,a){var o;return"\r\n"+(null!=(o=e["if"].call(t,null!=t?t.startGroup:t,{name:"if",hash:{},fn:this.program(3,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"+(null!=(o=(e.is||t&&t.is||e.helperMissing).call(t,(o=(o=a&&a.root)&&o.data)&&o.hidegetitnowaccess,"!==",!0,{name:"is",hash:{},fn:this.program(8,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"+(null!=(o=e["if"].call(t,null!=t?t.endGroup:t,{name:"if",hash:{},fn:this.program(11,a,0),inverse:this.noop,data:a}))?o:"")+(null!=(o=e["if"].call(t,(o=(o=a&&a.root)&&o.data)&&o.isnexisnewsletter,{name:"if",hash:{},fn:this.program(13,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n\r\n"},3:function(t,e,n,a){var o;return"\r\n"+(null!=(o=e["if"].call(t,null!=t?t.isLastUsed:t,{name:"if",hash:{},fn:this.program(4,a,0),inverse:this.program(6,a,0),data:a}))?o:"")+"\r\n"},4:function(t,e,n,a){return'        <li class="lastUsed">\r\n'},6:function(t,e,n,a){return"        <li>\r\n"},8:function(t,e,n,a){var o,i,l=e.helperMissing,r="function",s=this.escapeExpression;return'            <button class="has_tooltip" data-action="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" aria-label="'+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+'" data-label="'+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+'" data-qaid="toolbar_'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" '+(null!=(o=e.unless.call(t,null!=t?t.enabled:t,{name:"unless",hash:{},fn:this.program(9,a,0),inverse:this.noop,data:a}))?o:"")+'>\r\n                <span class="icon '+s((i=null!=(i=e.icon||(null!=t?t.icon:t))?i:l,typeof i===r?i.call(t,{name:"icon",hash:{},data:a}):i))+'"></span>\r\n                <span class="tooltip">'+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+"</span>\r\n            </button>\r\n"},9:function(t,e,n,a){return" disabled"},11:function(t,e,n,a){return"        </li>\r\n"},13:function(t,e,n,a){var o;return null!=(o=(e.eval||t&&t.eval||e.helperMissing).call(t,(o=(o=a&&a.root)&&o.data)&&o.masterfeature,"===","BISNexisOperation","||",(o=(o=a&&a.root)&&o.data)&&o.masterfeature,"===","NexisDevelopmentProfessional",{name:"eval",hash:{},fn:this.program(14,a,0),inverse:this.noop,data:a}))?o:""},14:function(t,e,n,a){return'        <li>\r\n            <div id="newslettercontent">\r\n                <button id="createnewsletterbutton" type="button" class="newsletterbutton" data-label="newsletter" aria-label="Create Newsletter">\r\n                    Create Newsletter\r\n                </button>\r\n            </div>\r\n        </li>\r\n'},16:function(t,e,n,a){var o;return"\r\n"+(null!=(o=e.unless.call(t,null!=t?t.isLastUsed:t,{name:"unless",hash:{},fn:this.program(17,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"},17:function(t,e,n,a){var o,i,l=e.helperMissing,r="function",s=this.escapeExpression;return'\r\n                    <button class="has_tooltip" type="button" data-action="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" data-label="'+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+'" aria-label="'+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+'" data-qaid="dropdown_'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" '+(null!=(o=e.unless.call(t,null!=t?t.enabled:t,{name:"unless",hash:{},fn:this.program(9,a,0),inverse:this.noop,data:a}))?o:"")+'>\r\n                        <span class="icon '+s((i=null!=(i=e.icon||(null!=t?t.icon:t))?i:l,typeof i===r?i.call(t,{name:"icon",hash:{},data:a}):i))+'"></span>\r\n                        <span>'+s((i=null!=(i=e.tooltip||(null!=t?t.tooltip:t))?i:l,typeof i===r?i.call(t,{name:"tooltip",hash:{},data:a}):i))+" </span>\r\n                    </button>\r\n\r\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i,l=e.helperMissing,r="function",s=this.escapeExpression;return'<li class="overflow" data-menu="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'">\r\n    <ul>\r\n\r\n'+(null!=(o=e.each.call(t,null!=t?t.children:t,{name:"each",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+'\r\n        <li class="dropdown-toggle">\r\n            <div class="dropdown">\r\n                <span class="mobileWhiteRectangle"></span>\r\n                <button class="has_tooltip" data-action="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" aria-label="'+s((i=null!=(i=e.label||(null!=t?t.label:t))?i:l,typeof i===r?i.call(t,{name:"label",hash:{},data:a}):i))+'" data-qaid="toolbar_'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" '+(null!=(o=e.unless.call(t,null!=t?t.enabled:t,{name:"unless",hash:{},fn:this.program(9,a,0),inverse:this.noop,data:a}))?o:"")+'>\r\n                    <span class="icon la-DeliveryOptions"></span>\r\n                </button>\r\n\r\n                <div class="dropdown-menu noscroll noWidth">\r\n\r\n'+(null!=(o=e.each.call(t,null!=t?t.children:t,{name:"each",hash:{},fn:this.program(16,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n                </div>\r\n            </div>\r\n        </li>\r\n    </ul>\r\n</li>"},useData:!0},toolbar_gvs_sortby:{1:function(t,e,n,a){return'                    aria-labelledby="Sorting-Dropdown"\r\n'},3:function(t,e,n,a){var o;return"                aria-label="+this.escapeExpression((o=null!=(o=e.selectedAction||(null!=t?t.selectedAction:t))?o:e.helperMissing,"function"==typeof o?o.call(t,{name:"selectedAction",hash:{},data:a}):o))+"\r\n                "},5:function(t,e,n,a,o,i){var l,r,s=e.helperMissing,d="function",p=this.escapeExpression;return'                <option type="button" '+(null!=(l=(e.is||t&&t.is||s).call(t,null!=i[1]?i[1].selectedAction:i[1],"===",null!=t?t.action:t,{name:"is",hash:{},fn:this.program(6,a,0,o,i),inverse:this.noop,data:a}))?l:"")+' data-action="changesort" data-value="'+p((r=null!=(r=e.action||(null!=t?t.action:t))?r:s,typeof r===d?r.call(t,{name:"action",hash:{},data:a}):r))+'" data-pt="true">'+p((r=null!=(r=e.label||(null!=t?t.label:t))?r:s,typeof r===d?r.call(t,{name:"label",hash:{},data:a}):r))+"</option>\r\n"},6:function(t,e,n,a){return" selected "},8:function(t,e,n,a){var o,i=e.helperMissing,l="function",r=this.escapeExpression;return'            <button type="button" data-action="changesort" data-value="'+r((o=null!=(o=e.action||(null!=t?t.action:t))?o:i,typeof o===l?o.call(t,{name:"action",hash:{},data:a}):o))+'" data-pt="true">'+r((o=null!=(o=e.label||(null!=t?t.label:t))?o:i,typeof o===l?o.call(t,{name:"label",hash:{},data:a}):o))+"</button>\r\n"},10:function(t,e,n,a){return'            <button type="button" data-action="editsort">\r\n                <span class="blueFont">Edit default order</span>\r\n            </button>\r\n'},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a,o,i){var l,r,s=e.helperMissing,d="function",p=this.escapeExpression;return'<li class="rightAlign" data-menu="'+p((r=null!=(r=e.action||(null!=t?t.action:t))?r:s,typeof r===d?r.call(t,{name:"action",hash:{},data:a}):r))+'">\r\n    <span id="toolbar.sortby.label" class="rightPadding hideInMobile">'+p((r=null!=(r=e.label||(null!=t?t.label:t))?r:s,typeof r===d?r.call(t,{name:"label",hash:{},data:a}):r))+' </span>\r\n    <div class="dropdown">\r\n        <div class="dropdown-toggle fixedWidth">\r\n            <select type="button" data-action="changesort" id="select" aria-controls="dropdownmenu" data-id="'+p((r=null!=(r=e.id||(null!=t?t.id:t))?r:s,typeof r===d?r.call(t,{name:"id",hash:{},data:a}):r))+'"\r\n'+(null!=(l=(e.is||t&&t.is||s).call(t,(l=(l=a&&a.root)&&l.data)&&l.masterfeature,"===","BISNexisOperation",{name:"is",hash:{},fn:this.program(1,a,0,o,i),inverse:this.noop,data:a}))?l:"")+(null!=(l=(e.is||t&&t.is||s).call(t,(l=(l=a&&a.root)&&l.data)&&l.masterfeature,"!==","BISNexisOperation",{name:"is",hash:{},fn:this.program(3,a,0,o,i),inverse:this.noop,data:a}))?l:"")+">\r\n\r\n"+(null!=(l=e.each.call(t,null!=t?t.children:t,{name:"each",hash:{},fn:this.program(5,a,0,o,i),inverse:this.noop,data:a}))?l:"")+'            </select>\r\n    </div>\r\n        <button class="dropdown-toggle fixedWidth" data-action="'+p((r=null!=(r=e.action||(null!=t?t.action:t))?r:s,typeof r===d?r.call(t,{name:"action",hash:{},data:a}):r))+'" type="button" aria-controls="dropdownmenu" aria-haspopup="true" aria-labelledby="toolbar.sortby.label sortbymenulabel">\r\n            <span id="sortbymenulabel" class="selected">SELECTION</span>\r\n            <span class="icon la-TriangleDown"></span>\r\n            <span class="icon la-SortBy"></span>\r\n        </button>\r\n      \r\n        <span class="mobileWhiteRectangle"></span>\r\n        <div id="dropdownmenu" class="dropdown-menu noscroll noWidth rightAligned">\r\n\r\n'+(null!=(l=e.each.call(t,null!=t?t.children:t,{name:"each",hash:{},fn:this.program(8,a,0,o,i),inverse:this.noop,data:a}))?l:"")+"\r\n"+(null!=(l=e["if"].call(t,null!=t?t.showEditLink:t,{name:"if",hash:{},fn:this.program(10,a,0,o,i),inverse:this.noop,data:a}))?l:"")+"        </div>\r\n    </div>\r\n</li>"},useData:!0,useDepths:!0},toolbar_gvs_tray_documenttitle:{1:function(t,e,n,a){var o,i=this.lambda,l=this.escapeExpression;return'    <a href="'+l(i(null!=(o=null!=t?t.props:t)?o.link:o,t))+'">'+l(i(null!=(o=null!=t?t.props:t)?o.title:o,t))+"</a>\r\n"},3:function(t,e,n,a){var o;return"    "+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.title:o,t))+"\r\n"},5:function(t,e,n,a){var o;return"<span>"+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.documenttypelabel:o,t))+"</span>\r\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i,l=this.escapeExpression;return'<!--  :( Sorry.. Index loop defined from the parent template-->\r\n<span title="'+l(this.lambda(null!=(o=null!=t?t.props:t)?o.hovertitle:o,t))+'" class="line-clamp" id="trayTitle-'+l((i=null!=(i=e.index||a&&a.index)?i:e.helperMissing,"function"==typeof i?i.call(t,{name:"index",hash:{},data:a}):i))+'">\r\n'+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.showLink:o,{name:"if",hash:{},fn:this.program(1,a,0),inverse:this.program(3,a,0),data:a}))?o:"")+"</span>\r\n"+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.showType:o,{name:"if",hash:{},fn:this.program(5,a,0),inverse:this.noop,data:a}))?o:"")},useData:!0},toolbar_gvs_tray:{1:function(t,e,n,a){return'<li class="hideInMobile has_tooltip checkbox" data-menu="viewtray">\r\n    <span class="hidden">Click to add or remove all documents on the current page to the cart.</span>\r\n    <input type="checkbox" data-action="selectall" aria-label="Select all items on this page" />\r\n    <span class="tooltip" role="tooltip">Select all items on this page</span>\r\n</li>\r\n'},3:function(t,e,n,a){return'            <span class="select more"> Selected</span>\r\n'},5:function(t,e,n,a){return'            <span class="select more"> SELECTED</span>\r\n'},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i,l=e.helperMissing,r="function",s=this.escapeExpression;return(null!=(o=e["if"].call(t,null!=t?t.showSelectAll:t,{name:"if",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+'<li class="selected" data-menu="viewtray" data-role="count">\r\n    <div class="dropdown">\r\n        <span class="mobileWhiteRectangle"></span>\r\n        <button class="has_tooltip" type="button" data-action="viewtray" aria-label="View Tray" data-qaid="toolbar_'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'" aria-expanded="false" aria-controls="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'-dropdown" aria-haspopup="true">\r\n            <span class="select">'+s((i=null!=(i=e.text||(null!=t?t.text:t))?i:l,typeof i===r?i.call(t,{name:"text",hash:{},data:a}):i))+"</span>\r\n"+(null!=(o=(e.is||t&&t.is||l).call(t,(o=(o=a&&a.root)&&o.data)&&o.masterfeature,"===","BISNexisOperation",{name:"is",hash:{},fn:this.program(3,a,0),inverse:this.noop,data:a}))?o:"")+(null!=(o=(e.is||t&&t.is||l).call(t,(o=(o=a&&a.root)&&o.data)&&o.masterfeature,"!==","BISNexisOperation",{name:"is",hash:{},fn:this.program(5,a,0),inverse:this.noop,data:a}))?o:"")+'            <span class="icon la-TriangleDown"></span>\r\n            <span role="tooltip" class="tooltip">View Tray</span>\r\n        </button>\r\n        <div class="dropdown-menu noscroll noWidth" id="'+s((i=null!=(i=e.action||(null!=t?t.action:t))?i:l,typeof i===r?i.call(t,{name:"action",hash:{},data:a}):i))+'-dropdown" role="dialog" aria-labelledby="selecteditemsID">\r\n\r\n        </div>\r\n    </div>\r\n</li>'},useData:!0},toolbar_gvs_tray_pricedetails:{1:function(t,e,n,a){var o;return'    <button data-action="getitnow" data-value="'+this.escapeExpression((o=null!=(o=e.id||(null!=t?t.id:t))?o:e.helperMissing,"function"==typeof o?o.call(t,{name:"id",hash:{},data:a}):o))+'">\r\n        <span>Get It Now!</span>\r\n    </button>\r\n'},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i,l=e.helperMissing,r="function",s=this.escapeExpression;return"<!-- :( Sorry... Loop "+s((i=null!=(i=e.index||a&&a.index)?i:l,typeof i===r?i.call(t,{name:"index",hash:{},data:a}):i))+' defined in the parent template-->\r\n<div class="pricing">\r\n'+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.useGetItNow:o,{name:"if",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+'    <span class="listprice" id="trayPrice-'+s((i=null!=(i=e.index||a&&a.index)?i:l,typeof i===r?i.call(t,{name:"index",hash:{},data:a}):i))+'">'+s(this.lambda(null!=(o=null!=t?t.props:t)?o.listprice:o,t))+"</span>\r\n</div>"},useData:!0},toolbar_jumpto:{1:function(t,e,n,a){var o,i,l=this.escapeExpression;return'                <li>\r\n                    <button class="action" type="button" data-action="jumpto" data-value="'+l((i=null!=(i=e.id||(null!=t?t.id:t))?i:e.helperMissing,"function"==typeof i?i.call(t,{name:"id",hash:{},data:a}):i))+'" data-pt="true">'+l(this.lambda(null!=(o=null!=t?t.props:t)?o.display:o,t))+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.count:o,{name:"if",hash:{includeZero:!0},fn:this.program(2,a,0),inverse:this.noop,data:a}))?o:"")+"</button>\r\n                </li>\r\n"},2:function(t,e,n,a){var o;return" ("+(null!=(o=(e.is||t&&t.is||e.helperMissing).call(t,null!=(o=null!=t?t.props:t)?o.count:o,"typeof","string",{name:"is",hash:{},fn:this.program(3,a,0),inverse:this.program(5,a,0),data:a}))?o:"")+")"},3:function(t,e,n,a){var o;return this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.count:o,t))},5:function(t,e,n,a){var o;return this.escapeExpression((e.number||t&&t.number||e.helperMissing).call(t,null!=(o=null!=t?t.props:t)?o.count:o,{name:"number",hash:{},data:a}))},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i,l=e.helperMissing,r="function",s=this.escapeExpression;return'<div class="resultsRightSide desktopNeverOverflow scope">\r\n    <h3>Jump To:</h3>\r\n    <div class="dropdownContainer">\r\n        <button class="current trigger collapsed icon la-TriangleDownAfter" aria-haspopup="true" aria-expanded="false" type="button" aria-label="Snapshot section">\r\n            <span id="jumptolabel'+s((i=null!=(i=e.id||(null!=t?t.id:t))?i:l,typeof i===r?i.call(t,{name:"id",hash:{},data:a}):i))+'" class="sortby">Snapshot section</span>\r\n        </button>\r\n        <aside class="supplemental jumptodropdown">\r\n            <ul aria-labelledby="jumptolabel'+s((i=null!=(i=e.id||(null!=t?t.id:t))?i:l,typeof i===r?i.call(t,{name:"id",hash:{},data:a}):i))+'">\r\n'+(null!=(o=e.each.call(t,null!=(o=null!=t?t.collections:t)?o.jumpto:o,{name:"each",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+"            </ul>\r\n        </aside>\r\n    </div>\r\n</div>\r\n"},useData:!0},toolbar_jumpto_lazy:{1:function(t,e,n,a){var o,i,l=this.escapeExpression;return'<li>\r\n    <button class="action" type="button" data-action="jumpto" data-value="'+l((i=null!=(i=e.id||(null!=t?t.id:t))?i:e.helperMissing,"function"==typeof i?i.call(t,{name:"id",hash:{},data:a}):i))+'" data-pt="true">'+l(this.lambda(null!=(o=null!=t?t.props:t)?o.display:o,t))+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.count:o,{name:"if",hash:{includeZero:!0},fn:this.program(2,a,0),inverse:this.noop,data:a}))?o:"")+"</button>\r\n</li>"},2:function(t,e,n,a){var o;return" ("+(null!=(o=(e.is||t&&t.is||e.helperMissing).call(t,null!=(o=null!=t?t.props:t)?o.count:o,"typeof","string",{name:"is",hash:{},fn:this.program(3,a,0),inverse:this.program(5,a,0),data:a}))?o:"")+")"},3:function(t,e,n,a){var o;return this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.count:o,t))},5:function(t,e,n,a){var o;return this.escapeExpression((e.number||t&&t.number||e.helperMissing).call(t,null!=(o=null!=t?t.props:t)?o.count:o,{name:"number",hash:{},data:a}))},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o;return null!=(o=e.each.call(t,t,{name:"each",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:""},useData:!0},toolbar_quickdelivery:{1:function(t,e,n,a){var o;return"                Print to "+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.printername:o,t))+"\r\n"},3:function(t,e,n,a){var o;return(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.dropboxname:o,{name:"if",hash:{},fn:this.program(4,a,0),inverse:this.noop,data:a}))?o:"")+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.tooltip:o,{name:"if",hash:{},fn:this.program(6,a,0),inverse:this.program(8,a,0),data:a}))?o:"")},4:function(t,e,n,a){var o;return"                  Dropbox to "+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.dropboxname:o,t))+"\r\n"},6:function(t,e,n,a){var o;return"                    "+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.tooltip:o,t))+"\r\n"},8:function(t,e,n,a){var o;return null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.label:o,{name:"if",hash:{},fn:this.program(9,a,0),inverse:this.noop,data:a}))?o:""},9:function(t,e,n,a){var o;return"                   "+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.label:o,t))+"\r\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i,l=this.escapeExpression;return'<button type="button" data-action="'+l((i=null!=(i=e.id||(null!=t?t.id:t))?i:e.helperMissing,"function"==typeof i?i.call(t,{name:"id",hash:{},data:a}):i))+'" class="action icon '+l(this.lambda(null!=(o=null!=t?t.props:t)?o.icon:o,t))+' first">\r\n    <span class="tooltip offset-right clamped" role="tooltip">\r\n'+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.printername:o,{name:"if",hash:{},fn:this.program(1,a,0),inverse:this.program(3,a,0),data:a}))?o:"")+"    </span>\r\n</button>"},useData:!0},toolbar_gvs_tray_items:{1:function(t,e,n,a){return" canada "},3:function(t,e,n,a){var o;return'    <div class="messages">\r\n        <div class="confirmation">\r\n            <span>'+this.escapeExpression((o=null!=(o=e.removedDocumentMessage||(null!=t?t.removedDocumentMessage:t))?o:e.helperMissing,"function"==typeof o?o.call(t,{name:"removedDocumentMessage",hash:{},data:a}):o))+"</span>\r\n        </div>\r\n    </div>\r\n"},5:function(t,e,n,a){return'            <button class="button secondary" data-action="viewselected">View Selected</button>\r\n'},7:function(t,e,n,a,o,i){var l;return"            <li>\r\n"+(null!=(l=e["if"].call(t,null!=i[1]?i[1].isCAfeature:i[1],{name:"if",hash:{},fn:this.program(8,a,0,o,i),inverse:this.program(16,a,0,o,i),data:a}))?l:"")+(null!=(l=e["if"].call(t,null!=(l=null!=t?t.props:t)?l.citationsnotsupported:l,{name:"if",hash:{},fn:this.program(23,a,0,o,i),inverse:this.noop,data:a}))?l:"")+(null!=(l=e.unless.call(t,null!=t?t.hideclose:t,{name:"unless",hash:{},fn:this.program(25,a,0,o,i),inverse:this.noop,data:a}))?l:"")+"            </li>\r\n"},8:function(t,e,n,a){var o;return'                <div class="items">\r\n'+(null!=(o=this.invokePartial(n["assets.toolbar_gvs_tray_documenttitle"],t,{name:"assets.toolbar_gvs_tray_documenttitle",data:a,indent:"                    ",helpers:e,partials:n}))?o:"")+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.showclientid:o,{name:"if",hash:{},fn:this.program(9,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.purchaserequired:o,{name:"if",hash:{},fn:this.program(14,a,0),inverse:this.noop,data:a}))?o:"")+"                </div>\r\n"},9:function(t,e,n,a){var o,i=e.helperMissing;return(null!=(o=(e.is||t&&t.is||i).call(t,null!=(o=null!=t?t.props:t)?o.client:o,"===","-None-",{name:"is",hash:{},fn:this.program(10,a,0),inverse:this.noop,data:a}))?o:"")+(null!=(o=(e.is||t&&t.is||i).call(t,null!=(o=null!=t?t.props:t)?o.client:o,"!==","-None-",{name:"is",hash:{},fn:this.program(12,a,0),inverse:this.noop,data:a}))?o:"")},10:function(t,e,n,a){var o;return'                    <span class="clientid" id="trayClientId-'+this.escapeExpression((o=null!=(o=e.index||a&&a.index)?o:e.helperMissing,"function"==typeof o?o.call(t,{name:"index",hash:{},data:a}):o))+'">-None-</span>\r\n'},12:function(t,e,n,a){var o,i,l=this.escapeExpression;return'                    <span class="clientid" id="trayClientId-'+l((i=null!=(i=e.index||a&&a.index)?i:e.helperMissing,"function"==typeof i?i.call(t,{name:"index",hash:{},data:a}):i))+'">'+l(this.lambda(null!=(o=null!=t?t.props:t)?o.client:o,t))+"</span>\r\n"},14:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_gvs_tray_pricedetails"],t,{name:"assets.toolbar_gvs_tray_pricedetails",data:a,indent:"                    ",helpers:e,partials:n}))?o:""},16:function(t,e,n,a){var o;return'                <div class="items '+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.hidedetails:o,{name:"if",hash:{},fn:this.program(17,a,0),inverse:this.noop,data:a}))?o:"")+'">\r\n'+(null!=(o=this.invokePartial(n["assets.toolbar_gvs_tray_documenttitle"],t,{name:"assets.toolbar_gvs_tray_documenttitle",data:a,indent:"                    ",helpers:e,partials:n}))?o:"")+'                </div>\r\n                <div class="inplan '+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.hidedetails:o,{name:"if",hash:{},fn:this.program(17,a,0),inverse:this.noop,data:a}))?o:"")+'">\r\n'+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.purchaserequired:o,{name:"if",hash:{},fn:this.program(14,a,0),inverse:this.program(19,a,0),data:a}))?o:"")+"\r\n"+(null!=(o=e.unless.call(t,null!=(o=null!=t?t.props:t)?o.purchaserequired:o,{name:"unless",hash:{},fn:this.program(21,a,0),inverse:this.noop,data:a}))?o:"")+"\r\n"+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.showclientid:o,{name:"if",hash:{},fn:this.program(9,a,0),inverse:this.noop,data:a}))?o:"")+"                </div>\r\n"},17:function(t,e,n,a){return"detailsHidden"},19:function(t,e,n,a){var o,i,l=this.escapeExpression;return'                    <span class="inplan" id="trayInPlan-'+l((i=null!=(i=e.index||a&&a.index)?i:e.helperMissing,"function"==typeof i?i.call(t,{name:"index",hash:{},data:a}):i))+'">'+l(this.lambda(null!=(o=null!=t?t.props:t)?o.listpricetext:o,t))+"</span>\r\n"},21:function(t,e,n,a){return""},23:function(t,e,n,a){return'                <div class="citation-not-supported icon la-HoverFilled">\r\n                    <span>Citation Unavailable</span>\r\n                    <span class="info-popup">We’re sorry. Nexis Uni cannot create a citation for this content.</span>\r\n                </div>\r\n'},25:function(t,e,n,a){var o,i=e.helperMissing,l="function",r=this.escapeExpression;return'                <div class="remove">\r\n                    <button data-action="removeitemfromtray" data-id="'+r((o=null!=(o=e.id||(null!=t?t.id:t))?o:i,typeof o===l?o.call(t,{name:"id",hash:{},data:a}):o))+'" id="removeItem-'+r((o=null!=(o=e.index||a&&a.index)?o:i,typeof o===l?o.call(t,{name:"index",hash:{},data:a}):o))+'" aria-label="Remove" aria-labelledby="removeItem-'+r((o=null!=(o=e.index||a&&a.index)?o:i,typeof o===l?o.call(t,{name:"index",hash:{},data:a}):o))+" trayTitle-"+r((o=null!=(o=e.index||a&&a.index)?o:i,typeof o===l?o.call(t,{name:"index",hash:{},data:a}):o))+" trayInPlan-"+r((o=null!=(o=e.index||a&&a.index)?o:i,typeof o===l?o.call(t,{name:"index",hash:{},data:a}):o))+" trayPrice-"+r((o=null!=(o=e.index||a&&a.index)?o:i,typeof o===l?o.call(t,{name:"index",hash:{},data:a}):o))+" trayClientId-"+r((o=null!=(o=e.index||a&&a.index)?o:i,typeof o===l?o.call(t,{name:"index",hash:{},data:a}):o))+'">\r\n                        <i class="icon la-CloseRemove" data-id="'+r((o=null!=(o=e.id||(null!=t?t.id:t))?o:i,typeof o===l?o.call(t,{name:"id",hash:{},data:a}):o))+'"></i>\r\n                    </button>\r\n                </div>\r\n'
},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a,o,i){var l;return'<div class="tray '+(null!=(l=(e.is||t&&t.is||e.helperMissing).call(t,null!=t?t.isCAfeature:t,{name:"is",hash:{},fn:this.program(1,a,0,o,i),inverse:this.noop,data:a}))?l:"")+'">\r\n'+(null!=(l=e["if"].call(t,null!=t?t.hasRemovedDocuments:t,{name:"if",hash:{},fn:this.program(3,a,0,o,i),inverse:this.noop,data:a}))?l:"")+'    <div class="dropdown-header">\r\n        <span class="selecteditems" id="selecteditemsID">Selected Items</span>\r\n\r\n        <div class="groupall">\r\n'+(null!=(l=e["if"].call(t,null!=t?t.useViewSelected:t,{name:"if",hash:{},fn:this.program(5,a,0,o,i),inverse:this.noop,data:a}))?l:"")+'            <button class="button secondary" data-action="cancel">Clear All</button>\r\n        </div>\r\n\r\n    </div>\r\n    <div class="dropdown-items">\r\n        <ul>\r\n'+(null!=(l=e.each.call(t,null!=t?t.items:t,{name:"each",hash:{},fn:this.program(7,a,0,o,i),inverse:this.noop,data:a}))?l:"")+"        </ul>\r\n    </div>\r\n</div>"},usePartial:!0,useData:!0,useDepths:!0},toolbar_sortby:{1:function(t,e,n,a){var o;return null!=(o=e["if"].call(t,null!=(o=null!=t?t.data:t)?o.selected:o,{name:"if",hash:{},fn:this.program(2,a,0),inverse:this.noop,data:a}))?o:""},2:function(t,e,n,a){var o;return this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.display:o,t))},4:function(t,e,n,a){var o,i,l=this.escapeExpression;return'                <li>\r\n                    <button class="action" type="button" data-action="changesort" data-value="'+l((i=null!=(i=e.id||(null!=t?t.id:t))?i:e.helperMissing,"function"==typeof i?i.call(t,{name:"id",hash:{},data:a}):i))+'" data-pt="true" >'+l(this.lambda(null!=(o=null!=t?t.props:t)?o.display:o,t))+"</button>\r\n                </li>\r\n"},6:function(t,e,n,a){return'                <li>\r\n                    <button class="action editsort" type="button" data-action="editsort">Edit default order</button>\r\n                </li>\r\n'},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i,l=e.helperMissing,r="function",s=this.escapeExpression;return'<div class="resultsRightSide desktopNeverOverflow scope">\r\n    <h3 id="sortby-heading">Sort by:</h3>\r\n    <div class="dropdownContainer">\r\n        <button class="current trigger collapsed icon la-TriangleDownAfter" type="button" aria-labelledby="sortby-heading sortbylabel'+s((i=null!=(i=e.id||(null!=t?t.id:t))?i:l,typeof i===r?i.call(t,{name:"id",hash:{},data:a}):i))+'" aria-haspopup="true" aria-expanded="false">\r\n            <span id="sortbylabel'+s((i=null!=(i=e.id||(null!=t?t.id:t))?i:l,typeof i===r?i.call(t,{name:"id",hash:{},data:a}):i))+'" class="sortby">'+(null!=(o=e.each.call(t,null!=(o=null!=t?t.collections:t)?o.sortby:o,{name:"each",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+'</span>\r\n        </button>\r\n        <aside class="supplemental sortdropdown">\r\n            <ul aria-labelledby="sortbylabel'+s((i=null!=(i=e.id||(null!=t?t.id:t))?i:l,typeof i===r?i.call(t,{name:"id",hash:{},data:a}):i))+'">\r\n'+(null!=(o=e.each.call(t,null!=(o=null!=t?t.collections:t)?o.sortby:o,{name:"each",hash:{},fn:this.program(4,a,0),inverse:this.noop,data:a}))?o:"")+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.sortordereditlink:o,{name:"if",hash:{},fn:this.program(6,a,0),inverse:this.noop,data:a}))?o:"")+"            </ul>\r\n        </aside>\r\n    </div>\r\n</div>"},useData:!0},toolbar_sortby_lexisplus_litresults:{1:function(t,e,n,a){var o;return null!=(o=e["if"].call(t,null!=(o=null!=t?t.data:t)?o.selected:o,{name:"if",hash:{},fn:this.program(2,a,0),inverse:this.noop,data:a}))?o:""},2:function(t,e,n,a){var o;return this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.display:o,t))},4:function(t,e,n,a){var o,i,l=this.escapeExpression;return'                <li>\r\n                    <button class="action" type="button" data-action="changesort" data-value="'+l((i=null!=(i=e.id||(null!=t?t.id:t))?i:e.helperMissing,"function"==typeof i?i.call(t,{name:"id",hash:{},data:a}):i))+'" data-pt="true">'+l(this.lambda(null!=(o=null!=t?t.props:t)?o.display:o,t))+"</button>\r\n                </li>\r\n"},6:function(t,e,n,a){return'                <li>\r\n                    <button class="action editsort" type="button" data-action="editsort">Edit default order</button>\r\n                </li>\r\n'},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o,i,l=e.helperMissing,r="function",s=this.escapeExpression;return'<div class="lexisplus resultsRightSide desktopNeverOverflow scope">\r\n    <h3 id="sortby-heading">Sort by:</h3>\r\n    <div class=" lexisplus-dropdownContainer dropdownContainer">\r\n        <button class="current trigger collapsed icon la-TriangleDownAfter lexisplussorty-button" type="button" aria-labelledby="sortby-heading sortbylabel'+s((i=null!=(i=e.id||(null!=t?t.id:t))?i:l,typeof i===r?i.call(t,{name:"id",hash:{},data:a}):i))+'" aria-haspopup="true" aria-expanded="false">\r\n            <span id="sortbylabel'+s((i=null!=(i=e.id||(null!=t?t.id:t))?i:l,typeof i===r?i.call(t,{name:"id",hash:{},data:a}):i))+'" class="sortby">'+(null!=(o=e.each.call(t,null!=(o=null!=t?t.collections:t)?o.sortby:o,{name:"each",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+'</span>\r\n        </button>\r\n        <aside class="lexisplussortdropdown supplemental sortdropdown">\r\n            <ul aria-labelledby="sortbylabel'+s((i=null!=(i=e.id||(null!=t?t.id:t))?i:l,typeof i===r?i.call(t,{name:"id",hash:{},data:a}):i))+'">\r\n'+(null!=(o=e.each.call(t,null!=(o=null!=t?t.collections:t)?o.sortby:o,{name:"each",hash:{},fn:this.program(4,a,0),inverse:this.noop,data:a}))?o:"")+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.sortordereditlink:o,{name:"if",hash:{},fn:this.program(6,a,0),inverse:this.noop,data:a}))?o:"")+"            </ul>\r\n        </aside>\r\n    </div>\r\n</div>"},useData:!0},toolbar_trayviewer:{1:function(t,e,n,a){var o;return'    <span id="removeddocstatus" class="hidden">\r\n        '+(null!=(o=(e.is||t&&t.is||e.helperMissing).call(t,null!=(o=null!=t?t.data:t)?o.traycount:o,"==",1,{name:"is",hash:{},fn:this.program(2,a,0),inverse:this.program(4,a,0),data:a}))?o:"")+"\r\n    </span>\r\n"},2:function(t,e,n,a){var o;return" "+this.escapeExpression(this.lambda(null!=(o=null!=t?t.data:t)?o.traycount:o,t))+" document has been removed from the delivery tray"},4:function(t,e,n,a){var o;return"\r\n        "+this.escapeExpression(this.lambda(null!=(o=null!=t?t.data:t)?o.traycount:o,t))+" documents have been removed from the delivery tray"},6:function(t,e,n,a){return'        <h2 class="selecteditems">Selected document <span class="selected-count">(0)</span></h2> \r\n        <span class="right">           \r\n            <button type="button" data-action="cancel" class="icon la-CloseRemove return primary"></button>\r\n           <input type="button" data-action="cancel" value="Clear All" class="secondary">            \r\n        </span>\r\n'},8:function(t,e,n,a){return'        <h2 class="selecteditems">Selected Items</h2>\r\n        <span class="right">\r\n            <input type="button" data-action="cancel" value="Clear All" class="secondary">\r\n        </span>\r\n'},10:function(t,e,n,a){var o;return'        <li class="removedocmessage">\r\n            <span id="removeddocstatus" class="hidden">\r\n                <span class="undo-text">\r\n                    '+(null!=(o=(e.is||t&&t.is||e.helperMissing).call(t,null!=(o=null!=t?t.data:t)?o.traycount:o,"==",1,{name:"is",hash:{},fn:this.program(2,a,0),inverse:this.program(11,a,0),data:a}))?o:"")+'.\r\n                </span> <button type="button" class="undo-doc dontClose" data-action="undoTray">Undo</button>\r\n            </span>\r\n        </li>\r\n        <li class="clear-all">\r\n            <input type="button" data-action="cancel" value="Clear All" class="secondary">\r\n\r\n        </li>\r\n'},11:function(t,e,n,a){var o;return"\r\n                    "+this.escapeExpression(this.lambda(null!=(o=null!=t?t.data:t)?o.traycount:o,t))+" documents have been removed from the delivery tray"},13:function(t,e,n,a){var o;return'        <li>\r\n            <span><strong>Note:</strong> This list may include documents with multiple case reports; however, only the first report will be shown. To view (and include) them in your delivery, select them at the Selected Documents tab of your delivery options.</span>\r\n            <a href="#" class="trayhelptips" data-helpkey="'+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.trayhelpkey:o,t))+'">More information</a>\r\n        </li>\r\n'},15:function(t,e,n,a,o,i){var l,r,s=e.helperMissing,d="function",p=this.escapeExpression,c=this.lambda;return'        <li class="doc-row">\r\n            <span class="doc">\r\n                <label for="doctitle-'+p((r=null!=(r=e.index||a&&a.index)?r:s,typeof r===d?r.call(t,{name:"index",hash:{},data:a}):r))+'" title="'+(null!=(l=e["if"].call(t,null!=(l=null!=t?t.props:t)?l.hovertitle:l,{name:"if",hash:{},fn:this.program(16,a,0,o,i),inverse:this.program(18,a,0,o,i),data:a}))?l:"")+'">'+p(c(null!=(l=null!=t?t.props:t)?l.title:l,t))+'</label><br />\r\n                <a href="#" class="traytitle displaytraylink" id="doctitle-'+p((r=null!=(r=e.index||a&&a.index)?r:s,typeof r===d?r.call(t,{name:"index",hash:{},data:a}):r))+'" data-id="'+p((r=null!=(r=e.id||(null!=t?t.id:t))?r:s,typeof r===d?r.call(t,{name:"id",hash:{},data:a}):r))+'" title="'+(null!=(l=e["if"].call(t,null!=(l=null!=t?t.props:t)?l.hovertitle:l,{name:"if",hash:{},fn:this.program(16,a,0,o,i),inverse:this.program(18,a,0,o,i),data:a}))?l:"")+'">\r\n                    '+p(c(null!=(l=null!=t?t.props:t)?l.title:l,t))+"\r\n                </a>\r\n\r\n                "+(null!=(l=e["if"].call(t,null!=(l=null!=t?t.props:t)?l.documenttypelabel:l,{name:"if",hash:{},fn:this.program(20,a,0,o,i),inverse:this.noop,data:a}))?l:"")+"\r\n                "+(null!=(l=e["if"].call(t,null!=(l=null!=t?t.props:t)?l.categorylabel:l,{name:"if",hash:{},fn:this.program(22,a,0,o,i),inverse:this.noop,data:a}))?l:"")+"\r\n"+(null!=(l=e.each.call(t,null!=t?t.collections:t,{name:"each",hash:{},fn:this.program(24,a,0,o,i),inverse:this.noop,data:a}))?l:"")+'            </span>\r\n            <div class="details">\r\n'+(null!=(l=e["if"].call(t,null!=(l=null!=t?t.props:t)?l.purchaserequired:l,{name:"if",hash:{},fn:this.program(26,a,0,o,i),inverse:this.program(32,a,0,o,i),data:a}))?l:"")+(null!=(l=e["if"].call(t,null!=(l=null!=t?t.props:t)?l.showclientid:l,{name:"if",hash:{},fn:this.program(38,a,0,o,i),inverse:this.noop,data:a}))?l:"")+"            </div>\r\n"+(null!=(l=(e.is||t&&t.is||s).call(t,null!=(l=null!=i[1]?i[1].props:i[1])?l.candeletedeliverytrayItem:l,{name:"is",hash:{},fn:this.program(44,a,0,o,i),inverse:this.noop,data:a}))?l:"")+"        </li>\r\n\r\n"},16:function(t,e,n,a){var o;return this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.hovertitle:o,t))},18:function(t,e,n,a){var o;return this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.title:o,t))},20:function(t,e,n,a){var o,i,l=this.escapeExpression,r=this.lambda;return'<label class="doctype" for="doctitle-'+l((i=null!=(i=e.index||a&&a.index)?i:e.helperMissing,"function"==typeof i?i.call(t,{name:"index",hash:{},data:a}):i))+'" title="'+l(r(null!=(o=null!=t?t.props:t)?o.documenttypelabel:o,t))+'">'+l(r(null!=(o=null!=t?t.props:t)?o.documenttypelabel:o,t))+"</label>"},22:function(t,e,n,a){var o,i,l=this.escapeExpression,r=this.lambda;return'<label class="doctype" for="doctitle-'+l((i=null!=(i=e.index||a&&a.index)?i:e.helperMissing,"function"==typeof i?i.call(t,{name:"index",hash:{},data:a}):i))+'" title="'+l(r(null!=(o=null!=t?t.props:t)?o.categorylabel:o,t))+'">'+l(r(null!=(o=null!=t?t.props:t)?o.categorylabel:o,t))+"</label>"},24:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["delivery_dialog.inputs"],t,{name:"delivery_dialog.inputs",data:a,indent:"                ",helpers:e,partials:n}))?o:""},26:function(t,e,n,a){var o;return null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.discountprice:o,{name:"if",hash:{},fn:this.program(27,a,0),inverse:this.program(30,a,0),data:a}))?o:""},27:function(t,e,n,a){var o;return null!=(o=(e.is||t&&t.is||e.helperMissing).call(t,null!=(o=null!=t?t.props:t)?o.discounttype:o,"==","promotion",{name:"is",hash:{},fn:this.program(28,a,0),inverse:this.noop,data:a}))?o:""},28:function(t,e,n,a){var o,i=this.lambda,l=this.escapeExpression;return'                <span class="pinfo icon la-SaveBadgeAfter">\r\n                    <s>'+l(i(null!=(o=null!=t?t.props:t)?o.listprice:o,t))+"</s>\r\n                    <strong>"+l(i(null!=(o=null!=t?t.props:t)?o.discountprice:o,t))+"</strong>\r\n                </span>\r\n"},30:function(t,e,n,a){var o;return"                <span>"+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.listprice:o,t))+"</span>\r\n"},32:function(t,e,n,a){var o;return null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.isaccessed:o,{name:"if",hash:{},fn:this.program(33,a,0),inverse:this.program(35,a,0),data:a}))?o:""},33:function(t,e,n,a){var o;return'                <span class="pinfo">'+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.listpricetext:o,t))+"</span>\r\n"},35:function(t,e,n,a){var o;return'                <span class="inplan">'+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.listpricetext:o,t))+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.expirydate:o,{name:"if",hash:{},fn:this.program(36,a,0),inverse:this.noop,data:a}))?o:"")+"</span>\r\n"},36:function(t,e,n,a){var o;return" - available until "+this.escapeExpression((e.date||t&&t.date||e.helperMissing).call(t,null!=(o=null!=t?t.props:t)?o.expirydate:o,{name:"date",hash:{},data:a}))},38:function(t,e,n,a){var o;return null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.client:o,{name:"if",hash:{},fn:this.program(39,a,0),inverse:this.noop,data:a}))?o:""},39:function(t,e,n,a){var o;return'                <span class="client'+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.invalidclientid:o,{name:"if",hash:{},fn:this.program(40,a,0),inverse:this.noop,data:a}))?o:"")+'">'+this.escapeExpression((e.translateclientidnone||t&&t.translateclientidnone||e.helperMissing).call(t,null!=(o=null!=t?t.props:t)?o.client:o,{name:"translateclientidnone",hash:{},data:a}))+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.invalidclientid:o,{name:"if",hash:{},fn:this.program(42,a,0),inverse:this.noop,data:a}))?o:"")+"</span>\r\n"},40:function(t,e,n,a){return" invalidid"},42:function(t,e,n,a){return" (Invalid)"},44:function(t,e,n,a){var o;return'            <div class="closebuttondiv">\r\n                <button type="button" data-action="removeitemfromtray" data-id="'+this.escapeExpression((o=null!=(o=e.id||(null!=t?t.id:t))?o:e.helperMissing,"function"==typeof o?o.call(t,{name:"id",hash:{},data:a}):o))+'" class="trayviewclose icon la-CloseRemove dontClose"></button>\r\n            </div>\r\n'},46:function(t,e,n,a){return'    <ul>\r\n        <li class="cancel-btn-ct">\r\n            <input type="button" data-action="canceltray" value="Cancel" class="cancel-btn secondary">\r\n        </li>\r\n    </ul>\r\n'},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a,o,i){var l,r=e.helperMissing;return'\r\n<aside class="supplemental">\r\n'+(null!=(l=(e.eval||t&&t.eval||r).call(t,null!=(l=null!=t?t.data:t)?l.traycount:l,">",0,"&&",null!=(l=null!=t?t.props:t)?l.isUKTray:l,"!",{name:"eval",hash:{},fn:this.program(1,a,0,o,i),inverse:this.noop,data:a}))?l:"")+'    <span id="deliverytraylimit" class="deliverytraylimit hidewarning">You\'ve reached the delivery limit of 100 documents. Please remove some documents before delivering them.</span>\r\n    <header class="deliverytrayheader">\r\n'+(null!=(l=e["if"].call(t,null!=(l=null!=t?t.props:t)?l.isUKTray:l,{name:"if",hash:{},fn:this.program(6,a,0,o,i),inverse:this.program(8,a,0,o,i),data:a}))?l:"")+'    </header>\r\n    <ul class="selecteddocs">\r\n'+(null!=(l=(e.is||t&&t.is||r).call(t,null!=(l=null!=t?t.props:t)?l.isUKTray:l,{name:"is",hash:{},fn:this.program(10,a,0,o,i),inverse:this.noop,data:a}))?l:"")+(null!=(l=e["if"].call(t,null!=(l=null!=t?t.props:t)?l.hasHeaderMessage:l,{name:"if",hash:{},fn:this.program(13,a,0,o,i),inverse:this.noop,data:a}))?l:"")+(null!=(l=e.each.call(t,null!=(l=null!=t?t.collections:t)?l.trayitems:l,{name:"each",hash:{},fn:this.program(15,a,0,o,i),inverse:this.noop,data:a}))?l:"")+"\r\n    </ul>\r\n"+(null!=(l=(e.is||t&&t.is||r).call(t,null!=(l=null!=t?t.props:t)?l.isUKTray:l,{name:"is",hash:{},fn:this.program(46,a,0,o,i),inverse:this.noop,data:a}))?l:"")+"</aside>\r\n"},usePartial:!0,useData:!0,useDepths:!0},toolbar_update_quickdelivery:{1:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_quickdelivery"],t,{name:"assets.toolbar_quickdelivery",data:a,indent:"    ",helpers:e,partials:n}))?o:""},3:function(t,e,n,a){var o;return null!=(o=this.invokePartial(n["assets.toolbar_dropdown"],t,{name:"assets.toolbar_dropdown",data:a,indent:"    ",helpers:e,partials:n}))?o:""},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o;return(null!=(o=(e.finditem||t&&t.finditem||e.helperMissing).call(t,a&&a.dropdownlist,a&&a.quickdelivery,{name:"finditem",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+(null!=(o=e["with"].call(t,a&&a.splitbutton,{name:"with",hash:{},fn:this.program(3,a,0),inverse:this.noop,data:a}))?o:"")},usePartial:!0,useData:!0},pagination:{1:function(t,e,n,a){return"newdesign"},3:function(t,e,n,a){return'        <li>\r\n            <a class="icon la-TriangleLeft action" href="#" data-action="prevpage" aria-label="Previous">\r\n                <span class="tooltip access">Previous</span>\r\n            </a>\r\n        </li>\r\n'},5:function(t,e,n,a){return'        <li class="disabled">\r\n            <span class="icon la-TriangleLeft">\r\n                <span class="tooltip access">Previous</span>\r\n            </span>\r\n        </li>\r\n'},7:function(t,e,n,a){var o;return(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.separated:o,{name:"if",hash:{},fn:this.program(8,a,0),inverse:this.noop,data:a}))?o:"")+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.data:t)?o.selected:o,{name:"if",hash:{},fn:this.program(10,a,0),inverse:this.program(12,a,0),data:a}))?o:"")},8:function(t,e,n,a){return'        <li class="continued">...</li>\r\n'},10:function(t,e,n,a){var o;return'        <li class="current">\r\n            <span>'+this.escapeExpression(this.lambda(null!=(o=null!=t?t.props:t)?o.display:o,t))+"</span>\r\n        </li>\r\n"},12:function(t,e,n,a){var o,i,l=e.helperMissing,r=this.escapeExpression;return"        <li"+(null!=(o=(e.is||t&&t.is||l).call(t,a&&a.index,">",3,{name:"is",hash:{},fn:this.program(13,a,0),inverse:this.noop,data:a}))?o:"")+'>\r\n            <a class="action '+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.persistresultlistview:o,{name:"if",hash:{},fn:this.program(15,a,0),inverse:this.noop,data:a}))?o:"")+'" href="#" data-value="'+r((i=null!=(i=e.id||(null!=t?t.id:t))?i:l,"function"==typeof i?i.call(t,{name:"id",hash:{},data:a}):i))+'" '+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.persistresultlistview:o,{name:"if",hash:{},fn:this.program(17,a,0),inverse:this.noop,data:a}))?o:"")+">"+r(this.lambda(null!=(o=null!=t?t.props:t)?o.display:o,t))+"</a>\r\n            </li>\r\n"},13:function(t,e,n,a){return' class="overflow"'},15:function(t,e,n,a){return"getCurrentViewType"},17:function(t,e,n,a){return'data-action="viewfull"'},19:function(t,e,n,a){return'            <li>\r\n                <a class="icon la-TriangleRight action" href="#" data-action="nextpage" aria-label="Next">\r\n                    <span class="tooltip access">Next</span>\r\n                </a>\r\n            </li>\r\n'},21:function(t,e,n,a){return'            <li class="disabled">\r\n                <span class="icon la-TriangleRight">\r\n                    <span class="tooltip access">Next</span>\r\n                </span>\r\n            </li>\r\n'},compiler:[6,">= 2.0.0-beta.1"],main:function(t,e,n,a){var o;return'<nav role="navigation" class="pagination '+(null!=(o=e["if"].call(t,(o=(o=a&&a.root)&&o.props)&&o.isbisnexisredesign,{name:"if",hash:{},fn:this.program(1,a,0),inverse:this.noop,data:a}))?o:"")+'">\r\n    <ol>\r\n'+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.prevenabled:o,{name:"if",hash:{},fn:this.program(3,a,0),inverse:this.program(5,a,0),data:a}))?o:"")+(null!=(o=e.blockHelperMissing.call(t,this.lambda(null!=(o=null!=t?t.collections:t)?o.items:o,t),{name:"collections.items",hash:{},fn:this.program(7,a,0),inverse:this.noop,data:a}))?o:"")+(null!=(o=e["if"].call(t,null!=(o=null!=t?t.props:t)?o.nextenabled:o,{name:"if",hash:{},fn:this.program(19,a,0),inverse:this.program(21,a,0),data:a}))?o:"")+"    </ol>\r\n</nav>"},useData:!0}}})}).call(window);
/*
	Copyright © 2025 LexisNexis. All rights reserved.
*/

(function(){"use strict";if(this.loadbox_require=function(){function i(e,a,t){function s(r,n){if(!a[r]){if(!e[r]){var d="function"==typeof require&&require;if(!n&&d)return d(r,!0);if(o)return o(r,!0);var l=new Error("Cannot find module '"+r+"'");throw l.code="MODULE_NOT_FOUND",l}var h=a[r]={exports:{}};e[r][0].call(h.exports,function(i){return s(e[r][1][i]||i)},h,h.exports,i,e,a,t)}return a[r].exports}for(var o="function"==typeof require&&require,r=0;r<t.length;r++)s(t[r]);return s}return i}()({main:[function(i,e,a){(function(){ln.advance.component.extend({type:"loadbox",template:"loadbox.main",listener:{"* loadbox.show":"show","* loadbox.hide":"hide"},show:function(i,e){var a,t;if(e.data&&"string"==typeof e.data&&(a=e.data),e.data&&e.data.message&&(a=e.data.message),e.data&&e.data.busyPaneId&&(t=e.data.busyPaneId),!this.visible||a!==this.lastmessage){this.visible=!0,this.lastmessage=a,this.sheath||(this.sheath=$(".main_content > div.sheath").addClass("hide")),this.model.set({message:a}),this.render();var s=$("#loadbox > div.box"),o=$("#"+t),r=$("#topbar");if(t&&o&&r){var n=$(".toolbar-gvs"),d=$(".master-detail"),n=$(".toolbar-gvs"),l=0;n&&n.hasClass("sticky")&&(n.css("display","none"),l=n.height()),this.sheath.css({left:o.offset().left+2,top:r.offset().top,"z-index":5,height:d.height()+l,position:"absolute"}),this.$el.css({top:o.offset().top,left:o.offset().left,height:o.css("height"),width:o.css("width"),position:"absolute","z-index":6}),s&&s.addClass("spinner-interactive")}else this.sheath.css({top:"0px",left:"0px",height:"100%",width:"100%",position:"fixed","z-index":""}),this.$el.css({top:"0px",left:"0px",height:"100%",width:"100%",position:"fixed","z-index":100}),s&&s.css({"vertical-align":"middle"}).removeClass("spinner-interactive");return this.sheath.removeClass("hide"),this.$el.addClass("shown"),this}},hide:function(i){if(this.visible)return this.visible=!1,this.$el.removeClass("shown"),this.sheath.addClass("hide"),this},initialize:function(){this.inject(this,{show:["utils"],hide:["utils"]},["analytics"])}})}).call(this)},{}]},{},[]),Handlebars.set({loadbox:{main:{1:function(i,e,a,t){var s;return"    <p>"+this.escapeExpression((s=null!=(s=e.message||(null!=i?i.message:i))?s:e.helperMissing,"function"==typeof s?s.call(i,{name:"message",hash:{},data:t}):s))+"</p>\r\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(i,e,a,t){var s;return'<div class="box" aria-busy="true">\r\n    <span class="hidden">Please wait while we process your request.</span>\r\n    <img src="/images/loading.gif" alt="Processing..." />\r\n'+(null!=(s=e.if.call(i,null!=i?i.message:i,{name:"if",hash:{},fn:this.program(1,t,0),inverse:this.noop,data:t}))?s:"")+"</div>"},useData:!0}}}),ln.advance.component.injectcss("loadbox-main-default",".comp.loadbox>div.box,.sheath{opacity:.88;filter:alpha(opacity=88)}.comp.loadbox,.sheath{height:100%;position:fixed;width:100%;top:0}.comp.loadbox{display:none;left:0;z-index:100}.comp.loadbox.shown{display:table}.comp.loadbox>div.box{display:table-cell;text-align:center;vertical-align:middle}.comp.loadbox p{font-family:Lato,Helvetica,Arial,sans-serif;font-size:21px}.sheath{background-color:#fff;float:left;z-index:99}.sheath.hide{display:none!important}.winglass{border:1px solid #000;border:1px solid rgba(0,0,0,.4);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:0 0 14px rgba(0,0,0,.7),inset 0 0 15px 0 rgba(255,255,255,.1);-moz-box-shadow:0 0 14px rgba(0,0,0,.7),inset 0 0 15px 0 rgba(255,255,255,.1);-webkit-box-shadow:0 0 14px rgba(0,0,0,.7),inset 0 0 15px 0 rgba(255,255,255,.1);background:#4277b9;background:rgba(66,119,185,.35)}.winglass>div{border-top:solid 1px rgba(198,214,234,.7);border-left:solid 1px rgba(198,214,234,.7);border-bottom:solid 1px rgba(48,162,251,.7);border-right:solid 1px rgba(48,162,251,.7);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:-moz-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(246,246,246,.6) 50%,rgba(246,246,246,0) 52%,rgba(237,237,237,0) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.2)),color-stop(50%,rgba(246,246,246,.6)),color-stop(52%,rgba(246,246,246,0)),color-stop(100%,rgba(237,237,237,0)));background:-webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(246,246,246,.6) 50%,rgba(246,246,246,0) 52%,rgba(237,237,237,0) 100%);background:linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(246,246,246,.6) 50%,rgba(246,246,246,0) 52%,rgba(237,237,237,0) 100%)}.winglass>div>h1{margin:.2em .3em;font-size:.8em;font-family:Segoe UI,Tahoma,Verdana,Helvetica;font-weight:400}.winglass>div>div,.winglass>div>fieldset{border:1px solid #000;background:#fff;background:rgba(255,255,255,.9);margin:0 4px 4px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:10px;box-shadow:0 0 0 1px rgba(255,255,190,.4)}body div.winglass div fieldset div{float:left;font-size:11px;margin:5px 0 2px}body div.winglass div fieldset div.right{float:right;margin:25px 0 0}body div.winglass div fieldset div span{font-weight:700}div.winglass fieldset>div.validation-summary-errors{float:none;margin:0}div.winglass fieldset>div.validation-summary-errors>ul{margin:0;color:red;font-weight:700;list-style:none}.spinner-interactive{vertical-align:top!important}.spinner-interactive>img{margin-top:20%}"),this.loadbox_require){this.loadbox_require("main"),this.loadbox_require=void 0;try{delete this.loadbox_require}catch(i){}}}).call(window);
/*
	Copyright © 2025 LexisNexis. All rights reserved.
*/

(function(){"use strict";if(this.toastmessage_require=function(){function e(t,s,i){function o(r,a){if(!s[r]){if(!t[r]){var l="function"==typeof require&&require;if(!a&&l)return l(r,!0);if(n)return n(r,!0);var d=new Error("Cannot find module '"+r+"'");throw d.code="MODULE_NOT_FOUND",d}var m=s[r]={exports:{}};t[r][0].call(m.exports,function(e){return o(t[r][1][e]||e)},m,m.exports,e,t,s,i)}return s[r].exports}for(var n="function"==typeof require&&require,r=0;r<i.length;r++)o(i[r]);return o}return e}()({main:[function(e,t,s){(function(){ln.advance.component.extend({type:"toastmessage",listener:{"* toastmessage.create":"create"},show:function(e){var t=JSON.parse(sessionStorage.getItem("toastItems")),s=window.assets_require("./lib/toolbar/isNexisDataLabMasterFeature");if(t&&t.length>0){var i=this,o=t.shift(),n=this.model;n.clear().set({props:o,debug:e.isDebugMode});var r=n.get("props.timing")||4e3,a=n.get("props.ignoreTimeout");sessionStorage.setItem("toastItems",JSON.stringify(t));var l=$("<div class='toastitem pagewrapper'></div>").run("toastmessage.message",n);if(l.addClass(n.get("props.type")),s()&&l.addClass("gnsredesign"),l.prependTo(this.el||"body"),l.find(".dismiss").click(function(){void 0!==d&&clearTimeout(d),i.dismiss(l)}),l.find("button.trace").click(function(){l.find("p.trace").toggle()}),"Enabled"===sessionStorage.getItem("AccesibilityMode")&&r<3e4&&(r=3e4),i.broadcast("dynamicCalloutShow"),!a)var d=setTimeout(function(){i.dismiss(l)},r);$("button.dismiss").focus()}return this},create:function(e,t){var s=this.model,i=JSON.parse(sessionStorage.getItem("toastItems"));return null!==i||(i=[]),_.extend(t.data,{origin:t.origin,sender:t.type}),i.push(t.data),sessionStorage.setItem("toastItems",JSON.stringify(i)),t.data.pause&&s.set({data:{paused:!0}}),t.data.ignoreTimeout&&s.set({data:{ignoreTimeout:!0}}),$(".toastitem").length||s.get("data.paused")||this.show(),this},dismiss:function(e,t){var s=this.model,i=this;return t.addClass("dismissed"),setTimeout(function(){t.remove(),!s.get("data.paused")&&i.show()},500),i.broadcast("dynamicCalloutShow"),this},initialize:function(){this.inject(this,{show:["utils"],create:["utils"],dismiss:["utils"]},["analytics"]),this.show()}})}).call(this)},{}]},{},[]),Handlebars.set({toastmessage:{message:{1:function(e,t,s,i){var o;return"    <h1>"+this.escapeExpression(this.lambda(null!=(o=null!=e?e.props:e)?o.title:o,e))+"</h1>\r\n"},3:function(e,t,s,i){var o;return'    <p class="debug">\r\n        sender:\r\n'+(null!=(o=(t.is||e&&e.is||t.helperMissing).call(e,null!=(o=null!=e?e.props:e)?o.sender:o,"||",null!=(o=null!=e?e.props:e)?o.origin:o,{name:"is",hash:{},fn:this.program(4,i,0),inverse:this.program(11,i,0),data:i}))?o:"")+(null!=(o=t.if.call(e,null!=(o=null!=(o=null!=e?e.props:e)?o.error:o)?o.trace:o,{name:"if",hash:{},fn:this.program(13,i,0),inverse:this.noop,data:i}))?o:"")+"    </p>\r\n"+(null!=(o=t.if.call(e,null!=(o=null!=(o=null!=e?e.props:e)?o.error:o)?o.trace:o,{name:"if",hash:{},fn:this.program(15,i,0),inverse:this.noop,data:i}))?o:"")},4:function(e,t,s,i){var o;return"            "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.props:e)?o.sender:o,{name:"if",hash:{},fn:this.program(5,i,0),inverse:this.program(7,i,0),data:i}))?o:"")+"."+(null!=(o=t.if.call(e,null!=(o=null!=e?e.props:e)?o.origin:o,{name:"if",hash:{},fn:this.program(9,i,0),inverse:this.program(7,i,0),data:i}))?o:"")+"\r\n"},5:function(e,t,s,i){var o;return this.escapeExpression(this.lambda(null!=(o=null!=e?e.props:e)?o.sender:o,e))},7:function(e,t,s,i){return"???"},9:function(e,t,s,i){var o;return this.escapeExpression(this.lambda(null!=(o=null!=e?e.props:e)?o.origin:o,e))},11:function(e,t,s,i){return"            Unknown\r\n"},13:function(e,t,s,i){return'        - <button class="trace">show trace</button>\r\n'},15:function(e,t,s,i){var o,n=this.lambda,r=this.escapeExpression;return'    <p class="trace">'+r(n(null!=(o=null!=(o=null!=(o=null!=e?e.props:e)?o.error:o)?o.trace:o)?o.Message:o,e))+"\r\n"+r(n(null!=(o=null!=(o=null!=(o=null!=e?e.props:e)?o.error:o)?o.trace:o)?o.StackTraceString:o,e))+"</p>\r\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,s,i){var o;return"<div>\r\n"+(null!=(o=t.if.call(e,null!=(o=null!=e?e.props:e)?o.title:o,{name:"if",hash:{},fn:this.program(1,i,0),inverse:this.noop,data:i}))?o:"")+'    <p role="alert">'+(null!=(o=this.lambda(null!=(o=null!=e?e.props:e)?o.message:o,e))?o:"")+"</p>\r\n"+(null!=(o=t.if.call(e,null!=e?e.debug:e,{name:"if",hash:{},fn:this.program(3,i,0),inverse:this.noop,data:i}))?o:"")+'</div>\r\n<button type="button" data-action="dismisstoast" class="dismiss">Dismiss</button>'},useData:!0}}}),ln.advance.component.injectcss("toastmessage-gnsredesign-default",".toastitem.gnsredesign{background-color:#ebeef0}.toastitem.gnsredesign div{border-left:4px solid #fed518;border-right:1.5px solid #ced7db;background-color:#ebeef0}.toastitem.gnsredesign.warning div{background-color:#ebeef0;border-left:4px solid #e43935}.toastitem.gnsredesign.confirm div{background-color:#ebeef0;border-left:4px solid #64ba6b}.toastitem.gnsredesign.inform div{background-color:#ebeef0;border-left:4px solid #4fc3f6}.toastitem.gnsredesign .dismiss{background-color:#ebeef0;font-family:Lato;font-size:16px;font-weight:700}.toastitem.gnsredesign.confirm .dismiss,.toastitem.gnsredesign.default .dismiss,.toastitem.gnsredesign.inform .dismiss,.toastitem.gnsredesign.warning .dismiss{background-color:#ebeef0;border:none}.toastitem.gnsredesign.confirm .dismiss:hover,.toastitem.gnsredesign.default .dismiss:hover,.toastitem.gnsredesign.inform .dismiss:hover,.toastitem.gnsredesign.warning .dismiss:hover{background-color:#ced7db;border:none}.toastitem.gnsredesign.confirm .dismiss:active,.toastitem.gnsredesign.default .dismiss:active,.toastitem.gnsredesign.inform .dismiss:active,.toastitem.gnsredesign.warning .dismiss:active{background-color:#afbdc4;border:none}"),ln.advance.component.injectcss("toastmessage-main-default",".ie8 .toastitem div,.ie9 .toastitem div,.toastitem{width:100%}.toastitem{position:fixed;top:-3px;left:0;right:0;z-index:100;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;overflow:visible;background-color:#fff099;-webkit-animation:toast .5s;animation:toast .5s;padding:0!important}.toastitem .dismiss,.toastitem div{padding:15px}.toastitem div{-ms-flex:36;-webkit-box-flex:12;-webkit-flex:12;flex:12}.toastitem .dismiss{-ms-flex:1;-webkit-box-flex:1;-webkit-flex:1;flex:1;min-width:50px;margin:0;font-weight:700;color:#333;text-align:center;background-color:#fff9d4;border:1px solid transparent}.toastitem.warning{background-color:#f8a4a7}.toastitem.warning .dismiss{background-color:#fbd2d3}.toastitem.confirm{background-color:#c5e192}.toastitem.confirm .dismiss{background-color:#ecf5db}.toastitem.inform{background-color:#aadef3}.toastitem.inform .dismiss{background-color:#d5eff9}.toastitem.dismissed{top:-500px;-webkit-animation:toast-reversed ease-out 1s;animation:toast-reversed ease-out 1s}.toastitem .dismiss:hover{background-color:#fff;text-decoration:none;border:1px solid #fff099}.toastitem.warning .dismiss:hover{border-color:#f8a4a7}.toastitem.confirm .dismiss:hover{border-color:#c5e192}.toastitem.inform .dismiss:hover{border-color:#aadef3}.ie8 .toastitem,.ie9 .toastitem{display:table-row;width:100%}.ie8 .toastitem .dismiss,.ie8 .toastitem div,.ie9 .toastitem .dismiss,.ie9 .toastitem div{display:table-cell}.toastitem h1{font-size:18px;font-size:1.8rem;margin-bottom:15px}.toastitem>div>p.debug,.toastitem>div>p.trace{text-align:right;font-weight:700;font-size:.7em}.toastitem>div>p.debug button{vertical-align:baseline;color:#07c}.toastitem>div>p.debug+p{font-weight:400;text-align:left;margin-top:3px}.toastitem p.trace{white-space:pre;display:none;overflow:auto;max-height:150px;border-top:solid 1px #F4C188}"),this.toastmessage_require){this.toastmessage_require("main"),this.toastmessage_require=void 0;try{delete this.toastmessage_require}catch(e){}}}).call(window);
/*!
 * ASP.NET SignalR JavaScript Library v2.2.0
 * http://signalr.net/
 *
 * Copyright Microsoft Open Technologies, Inc. All rights reserved.
 * Licensed under the Apache 2.0
 * https://github.com/SignalR/SignalR/blob/master/LICENSE.md
 *
 */

/// <reference path="..\..\SignalR.Client.JS\Scripts\jquery-1.6.4.js" />
/// <reference path="jquery.signalR.js" />
(function ($, window, undefined) {
    /// <param name="$" type="jQuery" />
    "use strict";

    if (typeof ($.signalR) !== "function") {
        throw new Error("SignalR: SignalR is not loaded. Please ensure jquery.signalR-x.js is referenced before ~/signalr/js.");
    }

    var signalR = $.signalR;

    function makeProxyCallback(hub, callback) {
        return function () {
            // Call the client hub method
            callback.apply(hub, $.makeArray(arguments));
        };
    }

    function registerHubProxies(instance, shouldSubscribe) {
        var key, hub, memberKey, memberValue, subscriptionMethod;

        for (key in instance) {
            if (instance.hasOwnProperty(key)) {
                hub = instance[key];

                if (!(hub.hubName)) {
                    // Not a client hub
                    continue;
                }

                if (shouldSubscribe) {
                    // We want to subscribe to the hub events
                    subscriptionMethod = hub.on;
                } else {
                    // We want to unsubscribe from the hub events
                    subscriptionMethod = hub.off;
                }

                // Loop through all members on the hub and find client hub functions to subscribe/unsubscribe
                for (memberKey in hub.client) {
                    if (hub.client.hasOwnProperty(memberKey)) {
                        memberValue = hub.client[memberKey];

                        if (!$.isFunction(memberValue)) {
                            // Not a client hub function
                            continue;
                        }

                        subscriptionMethod.call(hub, memberKey, makeProxyCallback(hub, memberValue));
                    }
                }
            }
        }
    }

    $.hubConnection.prototype.createHubProxies = function () {
        var proxies = {};
        this.starting(function () {
            // Register the hub proxies as subscribed
            // (instance, shouldSubscribe)
            registerHubProxies(proxies, true);

            this._registerSubscribedHubs();
        }).disconnected(function () {
            // Unsubscribe all hub proxies when we "disconnect".  This is to ensure that we do not re-add functional call backs.
            // (instance, shouldSubscribe)
            registerHubProxies(proxies, false);
        });

        proxies['notificationService'] = this.createHubProxy('notificationService'); 
        proxies['notificationService'].client = { };
        proxies['notificationService'].server = {
            echo: function (eventName, payload) {
            /// <summary>Calls the Echo method on the server-side notificationService hub.&#10;Returns a jQuery.Deferred() promise.</summary>
            /// <param name=\"eventName\" type=\"String\">Server side type is System.String</param>
            /// <param name=\"payload\" type=\"Object\">Server side type is System.Object</param>
                return proxies['notificationService'].invoke.apply(proxies['notificationService'], $.merge(["Echo"], $.makeArray(arguments)));
             }
        };

        return proxies;
    };

    signalR.hub = $.hubConnection("/hubs", { useDefaultPath: false });
    $.extend(signalR, signalR.hub.createHubProxies());

}(window.jQuery, window));
