
!function(e){function t(n){if(i[n])return i[n].exports;var c=i[n]={exports:{},id:n,loaded:!1};return e[n].call(c.exports,c,c.exports,t),c.loaded=!0,c.exports}var i={};return t.m=e,t.c=i,t.p="",t(0)}([function(e,t,i){e.exports=i(93)},function(module,exports,__webpack_require__){var __WEBPACK_AMD_DEFINE_FACTORY__,__WEBPACK_AMD_DEFINE_ARRAY__,__WEBPACK_AMD_DEFINE_RESULT__;(function(process){!function(e,t){__webpack_require__(4)&&__webpack_require__(4).dust===!0?(__WEBPACK_AMD_DEFINE_ARRAY__=[],__WEBPACK_AMD_DEFINE_FACTORY__=t,__WEBPACK_AMD_DEFINE_RESULT__="function"==typeof __WEBPACK_AMD_DEFINE_FACTORY__?__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports,__WEBPACK_AMD_DEFINE_ARRAY__):__WEBPACK_AMD_DEFINE_FACTORY__,!(void 0!==__WEBPACK_AMD_DEFINE_RESULT__&&(module.exports=__WEBPACK_AMD_DEFINE_RESULT__))):module.exports=t()}(this,function(){function getTemplate(e,t){if(e)return"function"==typeof e&&e.template?e.template:dust.isTemplateFn(e)?e:t!==!1?dust.cache[e]:void 0}function load(e,t,i){if(!e)return t.setError(new Error("No template or template name provided to render"));var n=getTemplate(e,dust.config.cache);return n?n(t,Context.wrap(i,n.templateName)):dust.onLoad?t.map(function(t){function n(e,n){var s;if(e)return t.setError(e);if(s=getTemplate(n,!1)||getTemplate(c,dust.config.cache),!s){if(!dust.compile)return t.setError(new Error("Dust compiler not available"));s=dust.loadSource(dust.compile(n,c))}s(t,Context.wrap(i,s.templateName)).end()}var c=e;3===dust.onLoad.length?dust.onLoad(c,i.options,n):dust.onLoad(c,n)}):t.setError(new Error("Template Not Found: "+e))}function Context(e,t,i,n,c){void 0===e||e instanceof Stack||(e=new Stack(e)),this.stack=e,this.global=t,this.options=i,this.blocks=n,this.templateName=c,this._isContext=!0}function getWithResolvedData(e,t,i){return function(n){return e.push(n)._get(t,i)}}function Stack(e,t,i,n){this.tail=t,this.isObject=e&&"object"==typeof e,this.head=e,this.index=i,this.of=n}function Stub(e){this.head=new Chunk(this),this.callback=e,this.out=""}function Stream(){this.head=new Chunk(this)}function Chunk(e,t,i){this.root=e,this.next=t,this.data=[],this.flushable=!1,this.taps=i}function Tap(e,t){this.head=e,this.tail=t}var dust={version:"2.7.5"},NONE="NONE",ERROR="ERROR",WARN="WARN",INFO="INFO",DEBUG="DEBUG",EMPTY_FUNC=function(){};dust.config={whitespace:!1,amd:!1,cjs:!1,cache:!0},dust._aliases={write:"w",end:"e",map:"m",render:"r",reference:"f",section:"s",exists:"x",notexists:"nx",block:"b",partial:"p",helper:"h"},function(){var e,t,i={DEBUG:0,INFO:1,WARN:2,ERROR:3,NONE:4};"undefined"!=typeof console&&console.log?(e=console.log,t="function"==typeof e?function(){e.apply(console,arguments)}:function(){e(Array.prototype.slice.apply(arguments).join(" "))}):t=EMPTY_FUNC,dust.log=function(e,n){n=n||INFO,i[n]>=i[dust.debugLevel]&&t("[DUST:"+n+"]",e)},dust.debugLevel=NONE,"undefined"!=typeof process&&process.env&&/\bdust\b/.test(process.env.DEBUG)&&(dust.debugLevel=DEBUG)}(),dust.helpers={},dust.cache={},dust.register=function(e,t){e&&(t.templateName=e,dust.config.cache!==!1&&(dust.cache[e]=t))},dust.render=function(e,t,i){var n=new Stub(i).head;try{load(e,n,t).end()}catch(e){n.setError(e)}},dust.stream=function(e,t){var i=new Stream,n=i.head;return dust.nextTick(function(){try{load(e,n,t).end()}catch(e){n.setError(e)}}),i},dust.loadSource=function(source){return eval(source)},Array.isArray?dust.isArray=Array.isArray:dust.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)},dust.nextTick=function(){return function(e){setTimeout(e,0)}}(),dust.isEmpty=function(e){return 0!==e&&(!(!dust.isArray(e)||e.length)||!e)},dust.isEmptyObject=function(e){var t;if(null===e)return!1;if(void 0===e)return!1;if(e.length>0)return!1;for(t in e)if(Object.prototype.hasOwnProperty.call(e,t))return!1;return!0},dust.isTemplateFn=function(e){return"function"==typeof e&&e.__dustBody},dust.isThenable=function(e){return e&&"object"==typeof e&&"function"==typeof e.then},dust.isStreamable=function(e){return e&&"function"==typeof e.on&&"function"==typeof e.pipe},dust.filter=function(e,t,i,n){var c,s,r,o;if(i)for(c=0,s=i.length;c<s;c++)r=i[c],r.length&&(o=dust.filters[r],"s"===r?t=null:"function"==typeof o?e=o(e,n):dust.log("Invalid filter `"+r+"`",WARN));return t&&(e=dust.filters[t](e,n)),e},dust.filters={h:function(e){return dust.escapeHtml(e)},j:function(e){return dust.escapeJs(e)},u:encodeURI,uc:encodeURIComponent,js:function(e){return dust.escapeJSON(e)},jp:function(e){return JSON?JSON.parse(e):(dust.log("JSON is undefined; could not parse `"+e+"`",WARN),e)}},dust.makeBase=dust.context=function(e,t){return new Context(void 0,e,t)},dust.isContext=function(e){return"object"==typeof e&&e._isContext===!0},Context.wrap=function(e,t){return dust.isContext(e)?e:new Context(e,{},{},null,t)},Context.prototype.get=function(e,t){return"string"==typeof e&&("."===e[0]&&(t=!0,e=e.substr(1)),e=e.split(".")),this._get(t,e)},Context.prototype._get=function(e,t){var i,n,c,s,r,o=this.stack||{},a=1;if(n=t[0],c=t.length,e&&0===c)s=o,o=o.head;else{if(e)o&&(o=o.head?o.head[n]:void 0);else{for(;o&&(!o.isObject||(s=o.head,i=o.head[n],void 0===i));)o=o.tail;o=void 0!==i?i:this.global&&this.global[n]}for(;o&&a<c;){if(dust.isThenable(o))return o.then(getWithResolvedData(this,e,t.slice(a)));s=o,o=o[t[a]],a++}}return"function"==typeof o?(r=function(){try{return o.apply(s,arguments)}catch(e){throw dust.log(e,ERROR),e}},r.__dustBody=!!o.__dustBody,r):(void 0===o&&dust.log("Cannot find reference `{"+t.join(".")+"}` in template `"+this.getTemplateName()+"`",INFO),o)},Context.prototype.getPath=function(e,t){return this._get(e,t)},Context.prototype.push=function(e,t,i){return void 0===e?(dust.log("Not pushing an undefined variable onto the context",INFO),this):this.rebase(new Stack(e,this.stack,t,i))},Context.prototype.pop=function(){var e=this.current();return this.stack=this.stack&&this.stack.tail,e},Context.prototype.rebase=function(e){return new Context(e,this.global,this.options,this.blocks,this.getTemplateName())},Context.prototype.clone=function(){var e=this.rebase();return e.stack=this.stack,e},Context.prototype.current=function(){return this.stack&&this.stack.head},Context.prototype.getBlock=function(e){var t,i,n;if("function"==typeof e&&(e=e(new Chunk,this).data.join("")),t=this.blocks,!t)return dust.log("No blocks for context `"+e+"` in template `"+this.getTemplateName()+"`",DEBUG),!1;for(i=t.length;i--;)if(n=t[i][e])return n;return dust.log("Malformed template `"+this.getTemplateName()+"` was missing one or more blocks."),!1},Context.prototype.shiftBlocks=function(e){var t,i=this.blocks;return e?(t=i?i.concat([e]):[e],new Context(this.stack,this.global,this.options,t,this.getTemplateName())):this},Context.prototype.resolve=function(e){var t;return"function"!=typeof e?e:(t=(new Chunk).render(e,this),t instanceof Chunk?t.data.join(""):t)},Context.prototype.getTemplateName=function(){return this.templateName},Stub.prototype.flush=function(){for(var e=this.head;e;){if(!e.flushable)return e.error?(this.callback(e.error),dust.log("Rendering failed with error `"+e.error+"`",ERROR),void(this.flush=EMPTY_FUNC)):void 0;this.out+=e.data.join(""),e=e.next,this.head=e}this.callback(null,this.out)},Stream.prototype.flush=function(){for(var e=this.head;e;){if(!e.flushable)return e.error?(this.emit("error",e.error),this.emit("end"),dust.log("Streaming failed with error `"+e.error+"`",ERROR),void(this.flush=EMPTY_FUNC)):void 0;this.emit("data",e.data.join("")),e=e.next,this.head=e}this.emit("end")},Stream.prototype.emit=function(e,t){var i,n,c=this.events||{},s=c[e]||[];if(!s.length)return dust.log("Stream broadcasting, but no listeners for `"+e+"`",DEBUG),!1;for(s=s.slice(0),i=0,n=s.length;i<n;i++)s[i](t);return!0},Stream.prototype.on=function(e,t){var i=this.events=this.events||{},n=i[e]=i[e]||[];return"function"!=typeof t?dust.log("No callback function provided for `"+e+"` event listener",WARN):n.push(t),this},Stream.prototype.pipe=function(e){if("function"!=typeof e.write||"function"!=typeof e.end)return dust.log("Incompatible stream passed to `pipe`",WARN),this;var t=!1;return"function"==typeof e.emit&&e.emit("pipe",this),"function"==typeof e.on&&e.on("error",function(){t=!0}),this.on("data",function(i){if(!t)try{e.write(i,"utf8")}catch(e){dust.log(e,ERROR)}}).on("end",function(){if(!t)try{e.end(),t=!0}catch(e){dust.log(e,ERROR)}})},Chunk.prototype.write=function(e){var t=this.taps;return t&&(e=t.go(e)),this.data.push(e),this},Chunk.prototype.end=function(e){return e&&this.write(e),this.flushable=!0,this.root.flush(),this},Chunk.prototype.map=function(e){var t=new Chunk(this.root,this.next,this.taps),i=new Chunk(this.root,t,this.taps);this.next=i,this.flushable=!0;try{e(i)}catch(e){dust.log(e,ERROR),i.setError(e)}return t},Chunk.prototype.tap=function(e){var t=this.taps;return t?this.taps=t.push(e):this.taps=new Tap(e),this},Chunk.prototype.untap=function(){return this.taps=this.taps.tail,this},Chunk.prototype.render=function(e,t){return e(this,t)},Chunk.prototype.reference=function(e,t,i,n){return"function"==typeof e?(e=e.apply(t.current(),[this,t,null,{auto:i,filters:n}]),e instanceof Chunk?e:this.reference(e,t,i,n)):dust.isThenable(e)?this.await(e,t,null,i,n):dust.isStreamable(e)?this.stream(e,t,null,i,n):dust.isEmpty(e)?this:this.write(dust.filter(e,i,n,t))},Chunk.prototype.section=function(e,t,i,n){var c,s,r,o=i.block,a=i.else,l=this;if("function"==typeof e&&!dust.isTemplateFn(e)){try{e=e.apply(t.current(),[this,t,i,n])}catch(e){return dust.log(e,ERROR),this.setError(e)}if(e instanceof Chunk)return e}if(dust.isEmptyObject(i))return l;if(dust.isEmptyObject(n)||(t=t.push(n)),dust.isArray(e)){if(o){if(s=e.length,s>0){for(r=t.stack&&t.stack.head||{},r.$len=s,c=0;c<s;c++)r.$idx=c,l=o(l,t.push(e[c],c,s));return r.$idx=void 0,r.$len=void 0,l}if(a)return a(this,t)}}else{if(dust.isThenable(e))return this.await(e,t,i);if(dust.isStreamable(e))return this.stream(e,t,i);if(e===!0){if(o)return o(this,t)}else if(e||0===e){if(o)return o(this,t.push(e))}else if(a)return a(this,t)}return dust.log("Section without corresponding key in template `"+t.getTemplateName()+"`",DEBUG),this},Chunk.prototype.exists=function(e,t,i){var n=i.block,c=i.else;if(dust.isEmpty(e)){if(c)return c(this,t)}else{if(n)return n(this,t);dust.log("No block for exists check in template `"+t.getTemplateName()+"`",DEBUG)}return this},Chunk.prototype.notexists=function(e,t,i){var n=i.block,c=i.else;if(dust.isEmpty(e)){if(n)return n(this,t);dust.log("No block for not-exists check in template `"+t.getTemplateName()+"`",DEBUG)}else if(c)return c(this,t);return this},Chunk.prototype.block=function(e,t,i){var n=e||i.block;return n?n(this,t):this},Chunk.prototype.partial=function(e,t,i,n){var c;return void 0===n&&(n=i,i=t),dust.isEmptyObject(n)||(i=i.clone(),c=i.pop(),i=i.push(n).push(c)),dust.isTemplateFn(e)?this.capture(e,t,function(e,t){i.templateName=e,load(e,t,i).end()}):(i.templateName=e,load(e,this,i))},Chunk.prototype.helper=function(e,t,i,n,c){var s,r=this,o=n.filters;if(void 0===c&&(c="h"),!dust.helpers[e])return dust.log("Helper `"+e+"` does not exist",WARN),r;try{return s=dust.helpers[e](r,t,i,n),s instanceof Chunk?s:("string"==typeof o&&(o=o.split("|")),dust.isEmptyObject(i)?r.reference(s,t,c,o):r.section(s,t,i,n))}catch(t){return dust.log("Error in helper `"+e+"`: "+t.message,ERROR),r.setError(t)}},Chunk.prototype.await=function(e,t,i,n,c){return this.map(function(s){e.then(function(e){s=i?s.section(e,t,i):s.reference(e,t,n,c),s.end()},function(e){var n=i&&i.error;n?s.render(n,t.push(e)).end():(dust.log("Unhandled promise rejection in `"+t.getTemplateName()+"`",INFO),s.end())})})},Chunk.prototype.stream=function(e,t,i,n,c){var s=i&&i.block,r=i&&i.error;return this.map(function(o){var a=!1;e.on("data",function(e){a||(s?o=o.map(function(i){i.render(s,t.push(e)).end()}):i||(o=o.reference(e,t,n,c)))}).on("error",function(e){a||(r?o.render(r,t.push(e)):dust.log("Unhandled stream error in `"+t.getTemplateName()+"`",INFO),a||(a=!0,o.end()))}).on("end",function(){a||(a=!0,o.end())})})},Chunk.prototype.capture=function(e,t,i){return this.map(function(n){var c=new Stub(function(e,t){e?n.setError(e):i(t,n)});e(c.head,t).end()})},Chunk.prototype.setError=function(e){return this.error=e,this.root.flush(),this};for(var f in Chunk.prototype)dust._aliases[f]&&(Chunk.prototype[dust._aliases[f]]=Chunk.prototype[f]);Tap.prototype.push=function(e){return new Tap(e,this)},Tap.prototype.go=function(e){for(var t=this;t;)e=t.head(e),t=t.tail;return e};var HCHARS=/[&<>"']/,AMP=/&/g,LT=/</g,GT=/>/g,QUOT=/\"/g,SQUOT=/\'/g;dust.escapeHtml=function(e){return"string"==typeof e||e&&"function"==typeof e.toString?("string"!=typeof e&&(e=e.toString()),HCHARS.test(e)?e.replace(AMP,"&amp;").replace(LT,"&lt;").replace(GT,"&gt;").replace(QUOT,"&quot;").replace(SQUOT,"&#39;"):e):e};var BS=/\\/g,FS=/\//g,CR=/\r/g,LS=/\u2028/g,PS=/\u2029/g,NL=/\n/g,LF=/\f/g,SQ=/'/g,DQ=/"/g,TB=/\t/g;return dust.escapeJs=function(e){return"string"==typeof e?e.replace(BS,"\\\\").replace(FS,"\\/").replace(DQ,'\\"').replace(SQ,"\\'").replace(CR,"\\r").replace(LS,"\\u2028").replace(PS,"\\u2029").replace(NL,"\\n").replace(LF,"\\f").replace(TB,"\\t"):e},dust.escapeJSON=function(e){return JSON?JSON.stringify(e).replace(LS,"\\u2028").replace(PS,"\\u2029").replace(LT,"\\u003c"):(dust.log("JSON is undefined; could not escape `"+e+"`",WARN),e)},dust})}).call(exports,__webpack_require__(64))},function(e,t,i){var n,c;/*!
	 * jQuery JavaScript Library v3.0.0 -ajax,-ajax/jsonp,-ajax/load,-ajax/parseXML,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-event/ajax,-effects,-effects/Tween,-effects/animatedSelector,-deprecated
	 * https://jquery.com/
	 *
	 * Includes Sizzle.js
	 * https://sizzlejs.com/
	 *
	 * Copyright jQuery Foundation and other contributors
	 * Released under the MIT license
	 * https://jquery.org/license
	 *
	 * Date: 2016-06-09T18:03Z
	 */
!function(t,i){"use strict";"object"==typeof e&&"object"==typeof e.exports?e.exports=t.document?i(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return i(e)}:i(t)}("undefined"!=typeof window?window:this,function(i,s){"use strict";function r(e,t){t=t||U;var i=t.createElement("script");i.text=e,t.head.appendChild(i).parentNode.removeChild(i)}function o(e){var t=!!e&&"length"in e&&e.length,i=ne.type(e);return"function"!==i&&!ne.isWindow(e)&&("array"===i||0===t||"number"==typeof t&&t>0&&t-1 in e)}function a(e,t,i){if(ne.isFunction(t))return ne.grep(e,function(e,n){return!!t.call(e,n,e)!==i});if(t.nodeType)return ne.grep(e,function(e){return e===t!==i});if("string"==typeof t){if(_e.test(t))return ne.filter(t,e,i);t=ne.filter(t,e)}return ne.grep(e,function(e){return X.call(t,e)>-1!==i&&1===e.nodeType})}function l(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}function u(e){var t={};return ne.each(e.match(ye)||[],function(e,i){t[i]=!0}),t}function d(e){return e}function p(e){throw e}function _(e,t,i){var n;try{e&&ne.isFunction(n=e.promise)?n.call(e).done(t).fail(i):e&&ne.isFunction(n=e.then)?n.call(e,t,i):t.call(void 0,e)}catch(e){i.call(void 0,e)}}function f(){U.removeEventListener("DOMContentLoaded",f),i.removeEventListener("load",f),ne.ready()}function v(){this.expando=ne.expando+v.uid++}function h(e,t,i){var n;if(void 0===i&&1===e.nodeType)if(n="data-"+t.replace(Ce,"-$&").toLowerCase(),i=e.getAttribute(n),"string"==typeof i){try{i="true"===i||"false"!==i&&("null"===i?null:+i+""===i?+i:qe.test(i)?JSON.parse(i):i)}catch(e){}Ie.set(e,t,i)}else i=void 0;return i}function g(e,t,i,n){var c,s=1,r=20,o=n?function(){return n.cur()}:function(){return ne.css(e,t,"")},a=o(),l=i&&i[3]||(ne.cssNumber[t]?"":"px"),u=(ne.cssNumber[t]||"px"!==l&&+a)&&Be.exec(ne.css(e,t));if(u&&u[3]!==l){l=l||u[3],i=i||[],u=+a||1;do s=s||".5",u/=s,ne.style(e,t,u+l);while(s!==(s=o()/a)&&1!==s&&--r)}return i&&(u=+u||+a||0,c=i[1]?u+(i[1]+1)*i[2]:+i[2],n&&(n.unit=l,n.start=u,n.end=c)),c}function m(e){var t,i=e.ownerDocument,n=e.nodeName,c=Ae[n];return c?c:(t=i.body.appendChild(i.createElement(n)),c=ne.css(t,"display"),t.parentNode.removeChild(t),"none"===c&&(c="block"),Ae[n]=c,c)}function y(e,t){for(var i,n,c=[],s=0,r=e.length;s<r;s++)n=e[s],n.style&&(i=n.style.display,t?("none"===i&&(c[s]=De.get(n,"display")||null,c[s]||(n.style.display="")),""===n.style.display&&Ee(n)&&(c[s]=m(n))):"none"!==i&&(c[s]="none",De.set(n,"display",i)));for(s=0;s<r;s++)null!=c[s]&&(e[s].style.display=c[s]);return e}function w(e,t){var i="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[];return void 0===t||t&&ne.nodeName(e,t)?ne.merge([e],i):i}function b(e,t){for(var i=0,n=e.length;i<n;i++)De.set(e[i],"globalEval",!t||De.get(t[i],"globalEval"))}function x(e,t,i,n,c){for(var s,r,o,a,l,u,d=t.createDocumentFragment(),p=[],_=0,f=e.length;_<f;_++)if(s=e[_],s||0===s)if("object"===ne.type(s))ne.merge(p,s.nodeType?[s]:s);else if(Me.test(s)){for(r=r||d.appendChild(t.createElement("div")),o=(Pe.exec(s)||["",""])[1].toLowerCase(),a=Le[o]||Le._default,r.innerHTML=a[1]+ne.htmlPrefilter(s)+a[2],u=a[0];u--;)r=r.lastChild;ne.merge(p,r.childNodes),r=d.firstChild,r.textContent=""}else p.push(t.createTextNode(s));for(d.textContent="",_=0;s=p[_++];)if(n&&ne.inArray(s,n)>-1)c&&c.push(s);else if(l=ne.contains(s.ownerDocument,s),r=w(d.appendChild(s),"script"),l&&b(r),i)for(u=0;s=r[u++];)Re.test(s.type||"")&&i.push(s);return d}function k(){return!0}function D(){return!1}function I(){try{return U.activeElement}catch(e){}}function q(e,t,i,n,c,s){var r,o;if("object"==typeof t){"string"!=typeof i&&(n=n||i,i=void 0);for(o in t)q(e,o,i,n,t[o],s);return e}if(null==n&&null==c?(c=i,n=i=void 0):null==c&&("string"==typeof i?(c=n,n=void 0):(c=n,n=i,i=void 0)),c===!1)c=D;else if(!c)return e;return 1===s&&(r=c,c=function(e){return ne().off(e),r.apply(this,arguments)},c.guid=r.guid||(r.guid=ne.guid++)),e.each(function(){ne.event.add(this,t,c,n,i)})}function C(e,t){return ne.nodeName(e,"table")&&ne.nodeName(11!==t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e:e}function T(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function B(e){var t=Qe.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function N(e,t){var i,n,c,s,r,o,a,l;if(1===t.nodeType){if(De.hasData(e)&&(s=De.access(e),r=De.set(t,s),l=s.events)){delete r.handle,r.events={};for(c in l)for(i=0,n=l[c].length;i<n;i++)ne.event.add(t,c,l[c][i])}Ie.hasData(e)&&(o=Ie.access(e),a=ne.extend({},o),Ie.set(t,a))}}function E(e,t){var i=t.nodeName.toLowerCase();"input"===i&&je.test(e.type)?t.checked=e.checked:"input"!==i&&"textarea"!==i||(t.defaultValue=e.defaultValue)}function S(e,t,i,n){t=V.apply([],t);var c,s,o,a,l,u,d=0,p=e.length,_=p-1,f=t[0],v=ne.isFunction(f);if(v||p>1&&"string"==typeof f&&!te.checkClone&&$e.test(f))return e.each(function(c){var s=e.eq(c);v&&(t[0]=f.call(this,c,s.html())),S(s,t,i,n)});if(p&&(c=x(t,e[0].ownerDocument,!1,e,n),s=c.firstChild,1===c.childNodes.length&&(c=s),s||n)){for(o=ne.map(w(c,"script"),T),a=o.length;d<p;d++)l=c,d!==_&&(l=ne.clone(l,!0,!0),a&&ne.merge(o,w(l,"script"))),i.call(e[d],l,d);if(a)for(u=o[o.length-1].ownerDocument,ne.map(o,B),d=0;d<a;d++)l=o[d],Re.test(l.type||"")&&!De.access(l,"globalEval")&&ne.contains(u,l)&&(l.src?ne._evalUrl&&ne._evalUrl(l.src):r(l.textContent.replace(Ve,""),u))}return e}function A(e,t,i){for(var n,c=t?ne.filter(t,e):e,s=0;null!=(n=c[s]);s++)i||1!==n.nodeType||ne.cleanData(w(n)),n.parentNode&&(i&&ne.contains(n.ownerDocument,n)&&b(w(n,"script")),n.parentNode.removeChild(n));return e}function j(e,t,i){var n,c,s,r,o=e.style;return i=i||Ge(e),i&&(r=i.getPropertyValue(t)||i[t],""!==r||ne.contains(e.ownerDocument,e)||(r=ne.style(e,t)),!te.pixelMarginRight()&&Xe.test(r)&&Ye.test(t)&&(n=o.width,c=o.minWidth,s=o.maxWidth,o.minWidth=o.maxWidth=o.width=r,r=i.width,o.width=n,o.minWidth=c,o.maxWidth=s)),void 0!==r?r+"":r}function P(e,t){return{get:function(){return e()?void delete this.get:(this.get=t).apply(this,arguments)}}}function R(e){if(e in tt)return e;for(var t=e[0].toUpperCase()+e.slice(1),i=et.length;i--;)if(e=et[i]+t,e in tt)return e}function L(e,t,i){var n=Be.exec(t);return n?Math.max(0,n[2]-(i||0))+(n[3]||"px"):t}function M(e,t,i,n,c){for(var s=i===(n?"border":"content")?4:"width"===t?1:0,r=0;s<4;s+=2)"margin"===i&&(r+=ne.css(e,i+Ne[s],!0,c)),n?("content"===i&&(r-=ne.css(e,"padding"+Ne[s],!0,c)),"margin"!==i&&(r-=ne.css(e,"border"+Ne[s]+"Width",!0,c))):(r+=ne.css(e,"padding"+Ne[s],!0,c),"padding"!==i&&(r+=ne.css(e,"border"+Ne[s]+"Width",!0,c)));return r}function O(e,t,i){var n,c=!0,s=Ge(e),r="border-box"===ne.css(e,"boxSizing",!1,s);if(e.getClientRects().length&&(n=e.getBoundingClientRect()[t]),n<=0||null==n){if(n=j(e,t,s),(n<0||null==n)&&(n=e.style[t]),Xe.test(n))return n;c=r&&(te.boxSizingReliable()||n===e.style[t]),n=parseFloat(n)||0}return n+M(e,t,i||(r?"border":"content"),c,s)+"px"}function z(e){return e.getAttribute&&e.getAttribute("class")||""}function F(e,t,i,n){var c;if(ne.isArray(t))ne.each(t,function(t,c){i||ut.test(e)?n(e,c):F(e+"["+("object"==typeof c&&null!=c?t:"")+"]",c,i,n)});else if(i||"object"!==ne.type(t))n(e,t);else for(c in t)F(e+"["+c+"]",t[c],i,n)}function H(e){return ne.isWindow(e)?e:9===e.nodeType&&e.defaultView}var W=[],U=i.document,$=Object.getPrototypeOf,Q=W.slice,V=W.concat,Y=W.push,X=W.indexOf,G={},J=G.toString,K=G.hasOwnProperty,Z=K.toString,ee=Z.call(Object),te={},ie="3.0.0 -ajax,-ajax/jsonp,-ajax/load,-ajax/parseXML,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-event/ajax,-effects,-effects/Tween,-effects/animatedSelector,-deprecated",ne=function(e,t){return new ne.fn.init(e,t)},ce=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,se=/^-ms-/,re=/-([a-z])/g,oe=function(e,t){return t.toUpperCase()};ne.fn=ne.prototype={jquery:ie,constructor:ne,length:0,toArray:function(){return Q.call(this)},get:function(e){return null!=e?e<0?this[e+this.length]:this[e]:Q.call(this)},pushStack:function(e){var t=ne.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return ne.each(this,e)},map:function(e){return this.pushStack(ne.map(this,function(t,i){return e.call(t,i,t)}))},slice:function(){return this.pushStack(Q.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,i=+e+(e<0?t:0);return this.pushStack(i>=0&&i<t?[this[i]]:[])},end:function(){return this.prevObject||this.constructor()},push:Y,sort:W.sort,splice:W.splice},ne.extend=ne.fn.extend=function(){var e,t,i,n,c,s,r=arguments[0]||{},o=1,a=arguments.length,l=!1;for("boolean"==typeof r&&(l=r,r=arguments[o]||{},o++),"object"==typeof r||ne.isFunction(r)||(r={}),o===a&&(r=this,o--);o<a;o++)if(null!=(e=arguments[o]))for(t in e)i=r[t],n=e[t],r!==n&&(l&&n&&(ne.isPlainObject(n)||(c=ne.isArray(n)))?(c?(c=!1,s=i&&ne.isArray(i)?i:[]):s=i&&ne.isPlainObject(i)?i:{},r[t]=ne.extend(l,s,n)):void 0!==n&&(r[t]=n));return r},ne.extend({expando:"jQuery"+(ie+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isFunction:function(e){return"function"===ne.type(e)},isArray:Array.isArray,isWindow:function(e){return null!=e&&e===e.window},isNumeric:function(e){var t=ne.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},isPlainObject:function(e){var t,i;return!(!e||"[object Object]"!==J.call(e))&&(!(t=$(e))||(i=K.call(t,"constructor")&&t.constructor,"function"==typeof i&&Z.call(i)===ee))},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?G[J.call(e)]||"object":typeof e},globalEval:function(e){r(e)},camelCase:function(e){return e.replace(se,"ms-").replace(re,oe)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t){var i,n=0;if(o(e))for(i=e.length;n<i&&t.call(e[n],n,e[n])!==!1;n++);else for(n in e)if(t.call(e[n],n,e[n])===!1)break;return e},trim:function(e){return null==e?"":(e+"").replace(ce,"")},makeArray:function(e,t){var i=t||[];return null!=e&&(o(Object(e))?ne.merge(i,"string"==typeof e?[e]:e):Y.call(i,e)),i},inArray:function(e,t,i){return null==t?-1:X.call(t,e,i)},merge:function(e,t){for(var i=+t.length,n=0,c=e.length;n<i;n++)e[c++]=t[n];return e.length=c,e},grep:function(e,t,i){for(var n,c=[],s=0,r=e.length,o=!i;s<r;s++)n=!t(e[s],s),n!==o&&c.push(e[s]);return c},map:function(e,t,i){var n,c,s=0,r=[];if(o(e))for(n=e.length;s<n;s++)c=t(e[s],s,i),null!=c&&r.push(c);else for(s in e)c=t(e[s],s,i),null!=c&&r.push(c);return V.apply([],r)},guid:1,proxy:function(e,t){var i,n,c;if("string"==typeof t&&(i=e[t],t=e,e=i),ne.isFunction(e))return n=Q.call(arguments,2),c=function(){return e.apply(t||this,n.concat(Q.call(arguments)))},c.guid=e.guid=e.guid||ne.guid++,c},now:Date.now,support:te}),"function"==typeof Symbol&&(ne.fn[Symbol.iterator]=W[Symbol.iterator]),ne.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){G["[object "+t+"]"]=t.toLowerCase()});var ae=/*!
	 * Sizzle CSS Selector Engine v2.3.0
	 * https://sizzlejs.com/
	 *
	 * Copyright jQuery Foundation and other contributors
	 * Released under the MIT license
	 * http://jquery.org/license
	 *
	 * Date: 2016-01-04
	 */
function(e){function t(e,t,i,n){var c,s,r,o,a,l,u,p=t&&t.ownerDocument,f=t?t.nodeType:9;if(i=i||[],"string"!=typeof e||!e||1!==f&&9!==f&&11!==f)return i;if(!n&&((t?t.ownerDocument||t:F)!==A&&S(t),t=t||A,P)){if(11!==f&&(a=ge.exec(e)))if(c=a[1]){if(9===f){if(!(r=t.getElementById(c)))return i;if(r.id===c)return i.push(r),i}else if(p&&(r=p.getElementById(c))&&O(t,r)&&r.id===c)return i.push(r),i}else{if(a[2])return K.apply(i,t.getElementsByTagName(e)),i;if((c=a[3])&&x.getElementsByClassName&&t.getElementsByClassName)return K.apply(i,t.getElementsByClassName(c)),i}if(x.qsa&&!Q[e+" "]&&(!R||!R.test(e))){if(1!==f)p=t,u=e;else if("object"!==t.nodeName.toLowerCase()){for((o=t.getAttribute("id"))?o=o.replace(be,xe):t.setAttribute("id",o=z),l=q(e),s=l.length;s--;)l[s]="#"+o+" "+_(l[s]);u=l.join(","),p=me.test(e)&&d(t.parentNode)||t}if(u)try{return K.apply(i,p.querySelectorAll(u)),i}catch(e){}finally{o===z&&t.removeAttribute("id")}}}return T(e.replace(oe,"$1"),t,i,n)}function i(){function e(i,n){return t.push(i+" ")>k.cacheLength&&delete e[t.shift()],e[i+" "]=n}var t=[];return e}function n(e){return e[z]=!0,e}function c(e){var t=A.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function s(e,t){for(var i=e.split("|"),n=i.length;n--;)k.attrHandle[i[n]]=t}function r(e,t){var i=t&&e,n=i&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(n)return n;if(i)for(;i=i.nextSibling;)if(i===t)return-1;return e?1:-1}function o(e){return function(t){var i=t.nodeName.toLowerCase();return"input"===i&&t.type===e}}function a(e){return function(t){var i=t.nodeName.toLowerCase();return("input"===i||"button"===i)&&t.type===e}}function l(e){return function(t){return"label"in t&&t.disabled===e||"form"in t&&t.disabled===e||"form"in t&&t.disabled===!1&&(t.isDisabled===e||t.isDisabled!==!e&&("label"in t||!De(t))!==e)}}function u(e){return n(function(t){return t=+t,n(function(i,n){for(var c,s=e([],i.length,t),r=s.length;r--;)i[c=s[r]]&&(i[c]=!(n[c]=i[c]))})})}function d(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function p(){}function _(e){for(var t=0,i=e.length,n="";t<i;t++)n+=e[t].value;return n}function f(e,t,i){var n=t.dir,c=t.next,s=c||n,r=i&&"parentNode"===s,o=W++;return t.first?function(t,i,c){for(;t=t[n];)if(1===t.nodeType||r)return e(t,i,c)}:function(t,i,a){var l,u,d,p=[H,o];if(a){for(;t=t[n];)if((1===t.nodeType||r)&&e(t,i,a))return!0}else for(;t=t[n];)if(1===t.nodeType||r)if(d=t[z]||(t[z]={}),u=d[t.uniqueID]||(d[t.uniqueID]={}),c&&c===t.nodeName.toLowerCase())t=t[n]||t;else{if((l=u[s])&&l[0]===H&&l[1]===o)return p[2]=l[2];if(u[s]=p,p[2]=e(t,i,a))return!0}}}function v(e){return e.length>1?function(t,i,n){for(var c=e.length;c--;)if(!e[c](t,i,n))return!1;return!0}:e[0]}function h(e,i,n){for(var c=0,s=i.length;c<s;c++)t(e,i[c],n);return n}function g(e,t,i,n,c){for(var s,r=[],o=0,a=e.length,l=null!=t;o<a;o++)(s=e[o])&&(i&&!i(s,n,c)||(r.push(s),l&&t.push(o)));return r}function m(e,t,i,c,s,r){return c&&!c[z]&&(c=m(c)),s&&!s[z]&&(s=m(s,r)),n(function(n,r,o,a){var l,u,d,p=[],_=[],f=r.length,v=n||h(t||"*",o.nodeType?[o]:o,[]),m=!e||!n&&t?v:g(v,p,e,o,a),y=i?s||(n?e:f||c)?[]:r:m;if(i&&i(m,y,o,a),c)for(l=g(y,_),c(l,[],o,a),u=l.length;u--;)(d=l[u])&&(y[_[u]]=!(m[_[u]]=d));if(n){if(s||e){if(s){for(l=[],u=y.length;u--;)(d=y[u])&&l.push(m[u]=d);s(null,y=[],l,a)}for(u=y.length;u--;)(d=y[u])&&(l=s?ee(n,d):p[u])>-1&&(n[l]=!(r[l]=d))}}else y=g(y===r?y.splice(f,y.length):y),s?s(null,r,y,a):K.apply(r,y)})}function y(e){for(var t,i,n,c=e.length,s=k.relative[e[0].type],r=s||k.relative[" "],o=s?1:0,a=f(function(e){return e===t},r,!0),l=f(function(e){return ee(t,e)>-1},r,!0),u=[function(e,i,n){var c=!s&&(n||i!==B)||((t=i).nodeType?a(e,i,n):l(e,i,n));return t=null,c}];o<c;o++)if(i=k.relative[e[o].type])u=[f(v(u),i)];else{if(i=k.filter[e[o].type].apply(null,e[o].matches),i[z]){for(n=++o;n<c&&!k.relative[e[n].type];n++);return m(o>1&&v(u),o>1&&_(e.slice(0,o-1).concat({value:" "===e[o-2].type?"*":""})).replace(oe,"$1"),i,o<n&&y(e.slice(o,n)),n<c&&y(e=e.slice(n)),n<c&&_(e))}u.push(i)}return v(u)}function w(e,i){var c=i.length>0,s=e.length>0,r=function(n,r,o,a,l){var u,d,p,_=0,f="0",v=n&&[],h=[],m=B,y=n||s&&k.find.TAG("*",l),w=H+=null==m?1:Math.random()||.1,b=y.length;for(l&&(B=r===A||r||l);f!==b&&null!=(u=y[f]);f++){if(s&&u){for(d=0,r||u.ownerDocument===A||(S(u),o=!P);p=e[d++];)if(p(u,r||A,o)){a.push(u);break}l&&(H=w)}c&&((u=!p&&u)&&_--,n&&v.push(u))}if(_+=f,c&&f!==_){for(d=0;p=i[d++];)p(v,h,r,o);if(n){if(_>0)for(;f--;)v[f]||h[f]||(h[f]=G.call(a));h=g(h)}K.apply(a,h),l&&!n&&h.length>0&&_+i.length>1&&t.uniqueSort(a)}return l&&(H=w,B=m),v};return c?n(r):r}var b,x,k,D,I,q,C,T,B,N,E,S,A,j,P,R,L,M,O,z="sizzle"+1*new Date,F=e.document,H=0,W=0,U=i(),$=i(),Q=i(),V=function(e,t){return e===t&&(E=!0),0},Y={}.hasOwnProperty,X=[],G=X.pop,J=X.push,K=X.push,Z=X.slice,ee=function(e,t){for(var i=0,n=e.length;i<n;i++)if(e[i]===t)return i;return-1},te="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",ie="[\\x20\\t\\r\\n\\f]",ne="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",ce="\\["+ie+"*("+ne+")(?:"+ie+"*([*^$|!~]?=)"+ie+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+ne+"))|)"+ie+"*\\]",se=":("+ne+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+ce+")*)|.*)\\)|)",re=new RegExp(ie+"+","g"),oe=new RegExp("^"+ie+"+|((?:^|[^\\\\])(?:\\\\.)*)"+ie+"+$","g"),ae=new RegExp("^"+ie+"*,"+ie+"*"),le=new RegExp("^"+ie+"*([>+~]|"+ie+")"+ie+"*"),ue=new RegExp("="+ie+"*([^\\]'\"]*?)"+ie+"*\\]","g"),de=new RegExp(se),pe=new RegExp("^"+ne+"$"),_e={ID:new RegExp("^#("+ne+")"),CLASS:new RegExp("^\\.("+ne+")"),TAG:new RegExp("^("+ne+"|[*])"),ATTR:new RegExp("^"+ce),PSEUDO:new RegExp("^"+se),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ie+"*(even|odd|(([+-]|)(\\d*)n|)"+ie+"*(?:([+-]|)"+ie+"*(\\d+)|))"+ie+"*\\)|)","i"),bool:new RegExp("^(?:"+te+")$","i"),needsContext:new RegExp("^"+ie+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ie+"*((?:-\\d)?\\d*)"+ie+"*\\)|)(?=[^-]|$)","i")},fe=/^(?:input|select|textarea|button)$/i,ve=/^h\d$/i,he=/^[^{]+\{\s*\[native \w/,ge=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,me=/[+~]/,ye=new RegExp("\\\\([\\da-f]{1,6}"+ie+"?|("+ie+")|.)","ig"),we=function(e,t,i){var n="0x"+t-65536;return n!==n||i?t:n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320)},be=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g,xe=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},ke=function(){S()},De=f(function(e){return e.disabled===!0},{dir:"parentNode",next:"legend"});try{K.apply(X=Z.call(F.childNodes),F.childNodes),X[F.childNodes.length].nodeType}catch(e){K={apply:X.length?function(e,t){J.apply(e,Z.call(t))}:function(e,t){for(var i=e.length,n=0;e[i++]=t[n++];);e.length=i-1}}}x=t.support={},I=t.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},S=t.setDocument=function(e){var t,i,n=e?e.ownerDocument||e:F;return n!==A&&9===n.nodeType&&n.documentElement?(A=n,j=A.documentElement,P=!I(A),F!==A&&(i=A.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",ke,!1):i.attachEvent&&i.attachEvent("onunload",ke)),x.attributes=c(function(e){return e.className="i",!e.getAttribute("className")}),x.getElementsByTagName=c(function(e){return e.appendChild(A.createComment("")),!e.getElementsByTagName("*").length}),x.getElementsByClassName=he.test(A.getElementsByClassName),x.getById=c(function(e){return j.appendChild(e).id=z,!A.getElementsByName||!A.getElementsByName(z).length}),x.getById?(k.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&P){var i=t.getElementById(e);return i?[i]:[]}},k.filter.ID=function(e){var t=e.replace(ye,we);return function(e){return e.getAttribute("id")===t}}):(delete k.find.ID,k.filter.ID=function(e){var t=e.replace(ye,we);return function(e){var i="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return i&&i.value===t}}),k.find.TAG=x.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):x.qsa?t.querySelectorAll(e):void 0}:function(e,t){var i,n=[],c=0,s=t.getElementsByTagName(e);if("*"===e){for(;i=s[c++];)1===i.nodeType&&n.push(i);return n}return s},k.find.CLASS=x.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&P)return t.getElementsByClassName(e)},L=[],R=[],(x.qsa=he.test(A.querySelectorAll))&&(c(function(e){j.appendChild(e).innerHTML="<a id='"+z+"'></a><select id='"+z+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&R.push("[*^$]="+ie+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||R.push("\\["+ie+"*(?:value|"+te+")"),e.querySelectorAll("[id~="+z+"-]").length||R.push("~="),e.querySelectorAll(":checked").length||R.push(":checked"),e.querySelectorAll("a#"+z+"+*").length||R.push(".#.+[+~]")}),c(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=A.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&R.push("name"+ie+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&R.push(":enabled",":disabled"),j.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&R.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),R.push(",.*:")})),(x.matchesSelector=he.test(M=j.matches||j.webkitMatchesSelector||j.mozMatchesSelector||j.oMatchesSelector||j.msMatchesSelector))&&c(function(e){x.disconnectedMatch=M.call(e,"*"),M.call(e,"[s!='']:x"),L.push("!=",se)}),R=R.length&&new RegExp(R.join("|")),L=L.length&&new RegExp(L.join("|")),t=he.test(j.compareDocumentPosition),O=t||he.test(j.contains)?function(e,t){var i=9===e.nodeType?e.documentElement:e,n=t&&t.parentNode;return e===n||!(!n||1!==n.nodeType||!(i.contains?i.contains(n):e.compareDocumentPosition&&16&e.compareDocumentPosition(n)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},V=t?function(e,t){if(e===t)return E=!0,0;var i=!e.compareDocumentPosition-!t.compareDocumentPosition;return i?i:(i=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1,1&i||!x.sortDetached&&t.compareDocumentPosition(e)===i?e===A||e.ownerDocument===F&&O(F,e)?-1:t===A||t.ownerDocument===F&&O(F,t)?1:N?ee(N,e)-ee(N,t):0:4&i?-1:1)}:function(e,t){if(e===t)return E=!0,0;var i,n=0,c=e.parentNode,s=t.parentNode,o=[e],a=[t];if(!c||!s)return e===A?-1:t===A?1:c?-1:s?1:N?ee(N,e)-ee(N,t):0;if(c===s)return r(e,t);for(i=e;i=i.parentNode;)o.unshift(i);for(i=t;i=i.parentNode;)a.unshift(i);for(;o[n]===a[n];)n++;return n?r(o[n],a[n]):o[n]===F?-1:a[n]===F?1:0},A):A},t.matches=function(e,i){return t(e,null,null,i)},t.matchesSelector=function(e,i){if((e.ownerDocument||e)!==A&&S(e),i=i.replace(ue,"='$1']"),x.matchesSelector&&P&&!Q[i+" "]&&(!L||!L.test(i))&&(!R||!R.test(i)))try{var n=M.call(e,i);if(n||x.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){}return t(i,A,null,[e]).length>0},t.contains=function(e,t){return(e.ownerDocument||e)!==A&&S(e),O(e,t)},t.attr=function(e,t){(e.ownerDocument||e)!==A&&S(e);var i=k.attrHandle[t.toLowerCase()],n=i&&Y.call(k.attrHandle,t.toLowerCase())?i(e,t,!P):void 0;return void 0!==n?n:x.attributes||!P?e.getAttribute(t):(n=e.getAttributeNode(t))&&n.specified?n.value:null},t.escape=function(e){return(e+"").replace(be,xe)},t.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},t.uniqueSort=function(e){var t,i=[],n=0,c=0;if(E=!x.detectDuplicates,N=!x.sortStable&&e.slice(0),e.sort(V),E){for(;t=e[c++];)t===e[c]&&(n=i.push(c));for(;n--;)e.splice(i[n],1)}return N=null,e},D=t.getText=function(e){var t,i="",n=0,c=e.nodeType;if(c){if(1===c||9===c||11===c){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)i+=D(e)}else if(3===c||4===c)return e.nodeValue}else for(;t=e[n++];)i+=D(t);return i},k=t.selectors={cacheLength:50,createPseudo:n,match:_e,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(ye,we),e[3]=(e[3]||e[4]||e[5]||"").replace(ye,we),"~="===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]||t.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]&&t.error(e[0]),e},PSEUDO:function(e){var t,i=!e[6]&&e[2];return _e.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":i&&de.test(i)&&(t=q(i,!0))&&(t=i.indexOf(")",i.length-t)-i.length)&&(e[0]=e[0].slice(0,t),e[2]=i.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(ye,we).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=U[e+" "];return t||(t=new RegExp("(^|"+ie+")"+e+"("+ie+"|$)"))&&U(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,i,n){return function(c){var s=t.attr(c,e);return null==s?"!="===i:!i||(s+="","="===i?s===n:"!="===i?s!==n:"^="===i?n&&0===s.indexOf(n):"*="===i?n&&s.indexOf(n)>-1:"$="===i?n&&s.slice(-n.length)===n:"~="===i?(" "+s.replace(re," ")+" ").indexOf(n)>-1:"|="===i&&(s===n||s.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,i,n,c){var s="nth"!==e.slice(0,3),r="last"!==e.slice(-4),o="of-type"===t;return 1===n&&0===c?function(e){return!!e.parentNode}:function(t,i,a){var l,u,d,p,_,f,v=s!==r?"nextSibling":"previousSibling",h=t.parentNode,g=o&&t.nodeName.toLowerCase(),m=!a&&!o,y=!1;if(h){if(s){for(;v;){for(p=t;p=p[v];)if(o?p.nodeName.toLowerCase()===g:1===p.nodeType)return!1;f=v="only"===e&&!f&&"nextSibling"}return!0}if(f=[r?h.firstChild:h.lastChild],r&&m){for(p=h,d=p[z]||(p[z]={}),u=d[p.uniqueID]||(d[p.uniqueID]={}),l=u[e]||[],_=l[0]===H&&l[1],y=_&&l[2],p=_&&h.childNodes[_];p=++_&&p&&p[v]||(y=_=0)||f.pop();)if(1===p.nodeType&&++y&&p===t){u[e]=[H,_,y];break}}else if(m&&(p=t,d=p[z]||(p[z]={}),u=d[p.uniqueID]||(d[p.uniqueID]={}),l=u[e]||[],_=l[0]===H&&l[1],y=_),y===!1)for(;(p=++_&&p&&p[v]||(y=_=0)||f.pop())&&((o?p.nodeName.toLowerCase()!==g:1!==p.nodeType)||!++y||(m&&(d=p[z]||(p[z]={}),u=d[p.uniqueID]||(d[p.uniqueID]={}),u[e]=[H,y]),p!==t)););return y-=c,y===n||y%n===0&&y/n>=0}}},PSEUDO:function(e,i){var c,s=k.pseudos[e]||k.setFilters[e.toLowerCase()]||t.error("unsupported pseudo: "+e);return s[z]?s(i):s.length>1?(c=[e,e,"",i],k.setFilters.hasOwnProperty(e.toLowerCase())?n(function(e,t){for(var n,c=s(e,i),r=c.length;r--;)n=ee(e,c[r]),e[n]=!(t[n]=c[r])}):function(e){return s(e,0,c)}):s}},pseudos:{not:n(function(e){var t=[],i=[],c=C(e.replace(oe,"$1"));return c[z]?n(function(e,t,i,n){for(var s,r=c(e,null,n,[]),o=e.length;o--;)(s=r[o])&&(e[o]=!(t[o]=s))}):function(e,n,s){return t[0]=e,c(t,null,s,i),t[0]=null,!i.pop()}}),has:n(function(e){return function(i){return t(e,i).length>0}}),contains:n(function(e){return e=e.replace(ye,we),function(t){return(t.textContent||t.innerText||D(t)).indexOf(e)>-1}}),lang:n(function(e){return pe.test(e||"")||t.error("unsupported lang: "+e),e=e.replace(ye,we).toLowerCase(),function(t){var i;do if(i=P?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return i=i.toLowerCase(),i===e||0===i.indexOf(e+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var i=e.location&&e.location.hash;return i&&i.slice(1)===t.id},root:function(e){return e===j},focus:function(e){return e===A.activeElement&&(!A.hasFocus||A.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:l(!1),disabled:l(!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.nodeType<6)return!1;return!0},parent:function(e){return!k.pseudos.empty(e)},header:function(e){return ve.test(e.nodeName)},input:function(e){return fe.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"))||"text"===t.toLowerCase())},first:u(function(){return[0]}),last:u(function(e,t){return[t-1]}),eq:u(function(e,t,i){return[i<0?i+t:i]}),even:u(function(e,t){for(var i=0;i<t;i+=2)e.push(i);return e}),odd:u(function(e,t){for(var i=1;i<t;i+=2)e.push(i);return e}),lt:u(function(e,t,i){for(var n=i<0?i+t:i;--n>=0;)e.push(n);return e}),gt:u(function(e,t,i){for(var n=i<0?i+t:i;++n<t;)e.push(n);return e})}},k.pseudos.nth=k.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})k.pseudos[b]=o(b);for(b in{submit:!0,reset:!0})k.pseudos[b]=a(b);return p.prototype=k.filters=k.pseudos,k.setFilters=new p,q=t.tokenize=function(e,i){var n,c,s,r,o,a,l,u=$[e+" "];if(u)return i?0:u.slice(0);for(o=e,a=[],l=k.preFilter;o;){n&&!(c=ae.exec(o))||(c&&(o=o.slice(c[0].length)||o),a.push(s=[])),n=!1,(c=le.exec(o))&&(n=c.shift(),s.push({value:n,type:c[0].replace(oe," ")}),o=o.slice(n.length));for(r in k.filter)!(c=_e[r].exec(o))||l[r]&&!(c=l[r](c))||(n=c.shift(),s.push({value:n,type:r,matches:c}),o=o.slice(n.length));if(!n)break}return i?o.length:o?t.error(e):$(e,a).slice(0)},C=t.compile=function(e,t){var i,n=[],c=[],s=Q[e+" "];if(!s){for(t||(t=q(e)),i=t.length;i--;)s=y(t[i]),s[z]?n.push(s):c.push(s);s=Q(e,w(c,n)),s.selector=e}return s},T=t.select=function(e,t,i,n){var c,s,r,o,a,l="function"==typeof e&&e,u=!n&&q(e=l.selector||e);if(i=i||[],1===u.length){if(s=u[0]=u[0].slice(0),s.length>2&&"ID"===(r=s[0]).type&&x.getById&&9===t.nodeType&&P&&k.relative[s[1].type]){if(t=(k.find.ID(r.matches[0].replace(ye,we),t)||[])[0],!t)return i;l&&(t=t.parentNode),e=e.slice(s.shift().value.length)}for(c=_e.needsContext.test(e)?0:s.length;c--&&(r=s[c],!k.relative[o=r.type]);)if((a=k.find[o])&&(n=a(r.matches[0].replace(ye,we),me.test(s[0].type)&&d(t.parentNode)||t))){if(s.splice(c,1),e=n.length&&_(s),!e)return K.apply(i,n),i;break}}return(l||C(e,u))(n,t,!P,i,!t||me.test(e)&&d(t.parentNode)||t),i},x.sortStable=z.split("").sort(V).join("")===z,x.detectDuplicates=!!E,S(),x.sortDetached=c(function(e){return 1&e.compareDocumentPosition(A.createElement("fieldset"))}),c(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||s("type|href|height|width",function(e,t,i){if(!i)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),x.attributes&&c(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||s("value",function(e,t,i){if(!i&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),c(function(e){return null==e.getAttribute("disabled")})||s(te,function(e,t,i){var n;if(!i)return e[t]===!0?t.toLowerCase():(n=e.getAttributeNode(t))&&n.specified?n.value:null}),t}(i);ne.find=ae,ne.expr=ae.selectors,ne.expr[":"]=ne.expr.pseudos,ne.uniqueSort=ne.unique=ae.uniqueSort,ne.text=ae.getText,ne.isXMLDoc=ae.isXML,ne.contains=ae.contains,ne.escapeSelector=ae.escape;var le=function(e,t,i){for(var n=[],c=void 0!==i;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(c&&ne(e).is(i))break;n.push(e)}return n},ue=function(e,t){for(var i=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&i.push(e);return i},de=ne.expr.match.needsContext,pe=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,_e=/^.[^:#\[\.,]*$/;ne.filter=function(e,t,i){var n=t[0];return i&&(e=":not("+e+")"),1===t.length&&1===n.nodeType?ne.find.matchesSelector(n,e)?[n]:[]:ne.find.matches(e,ne.grep(t,function(e){return 1===e.nodeType}))},ne.fn.extend({find:function(e){var t,i,n=this.length,c=this;if("string"!=typeof e)return this.pushStack(ne(e).filter(function(){for(t=0;t<n;t++)if(ne.contains(c[t],this))return!0}));for(i=this.pushStack([]),t=0;t<n;t++)ne.find(e,c[t],i);return n>1?ne.uniqueSort(i):i},filter:function(e){return this.pushStack(a(this,e||[],!1))},not:function(e){return this.pushStack(a(this,e||[],!0))},is:function(e){return!!a(this,"string"==typeof e&&de.test(e)?ne(e):e||[],!1).length}});var fe,ve=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,he=ne.fn.init=function(e,t,i){var n,c;if(!e)return this;if(i=i||fe,"string"==typeof e){if(n="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:ve.exec(e),!n||!n[1]&&t)return!t||t.jquery?(t||i).find(e):this.constructor(t).find(e);if(n[1]){if(t=t instanceof ne?t[0]:t,ne.merge(this,ne.parseHTML(n[1],t&&t.nodeType?t.ownerDocument||t:U,!0)),pe.test(n[1])&&ne.isPlainObject(t))for(n in t)ne.isFunction(this[n])?this[n](t[n]):this.attr(n,t[n]);return this}return c=U.getElementById(n[2]),c&&(this[0]=c,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):ne.isFunction(e)?void 0!==i.ready?i.ready(e):e(ne):ne.makeArray(e,this)};he.prototype=ne.fn,fe=ne(U);var ge=/^(?:parents|prev(?:Until|All))/,me={children:!0,contents:!0,next:!0,prev:!0};ne.fn.extend({has:function(e){var t=ne(e,this),i=t.length;return this.filter(function(){for(var e=0;e<i;e++)if(ne.contains(this,t[e]))return!0})},closest:function(e,t){var i,n=0,c=this.length,s=[],r="string"!=typeof e&&ne(e);if(!de.test(e))for(;n<c;n++)for(i=this[n];i&&i!==t;i=i.parentNode)if(i.nodeType<11&&(r?r.index(i)>-1:1===i.nodeType&&ne.find.matchesSelector(i,e))){s.push(i);break}return this.pushStack(s.length>1?ne.uniqueSort(s):s)},index:function(e){return e?"string"==typeof e?X.call(ne(e),this[0]):X.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(ne.uniqueSort(ne.merge(this.get(),ne(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),ne.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return le(e,"parentNode")},parentsUntil:function(e,t,i){return le(e,"parentNode",i)},next:function(e){return l(e,"nextSibling")},prev:function(e){return l(e,"previousSibling")},nextAll:function(e){return le(e,"nextSibling")},prevAll:function(e){return le(e,"previousSibling")},nextUntil:function(e,t,i){return le(e,"nextSibling",i)},prevUntil:function(e,t,i){return le(e,"previousSibling",i)},siblings:function(e){return ue((e.parentNode||{}).firstChild,e)},children:function(e){return ue(e.firstChild)},contents:function(e){return e.contentDocument||ne.merge([],e.childNodes)}},function(e,t){ne.fn[e]=function(i,n){var c=ne.map(this,t,i);return"Until"!==e.slice(-5)&&(n=i),n&&"string"==typeof n&&(c=ne.filter(n,c)),this.length>1&&(me[e]||ne.uniqueSort(c),ge.test(e)&&c.reverse()),this.pushStack(c)}});var ye=/\S+/g;ne.Callbacks=function(e){e="string"==typeof e?u(e):ne.extend({},e);var t,i,n,c,s=[],r=[],o=-1,a=function(){for(c=e.once,n=t=!0;r.length;o=-1)for(i=r.shift();++o<s.length;)s[o].apply(i[0],i[1])===!1&&e.stopOnFalse&&(o=s.length,i=!1);e.memory||(i=!1),t=!1,c&&(s=i?[]:"")},l={add:function(){return s&&(i&&!t&&(o=s.length-1,r.push(i)),function t(i){ne.each(i,function(i,n){ne.isFunction(n)?e.unique&&l.has(n)||s.push(n):n&&n.length&&"string"!==ne.type(n)&&t(n)})}(arguments),i&&!t&&a()),this},remove:function(){return ne.each(arguments,function(e,t){for(var i;(i=ne.inArray(t,s,i))>-1;)s.splice(i,1),i<=o&&o--}),this},has:function(e){return e?ne.inArray(e,s)>-1:s.length>0},empty:function(){return s&&(s=[]),this},disable:function(){return c=r=[],s=i="",this},disabled:function(){return!s},lock:function(){return c=r=[],i||t||(s=i=""),this},locked:function(){return!!c},fireWith:function(e,i){return c||(i=i||[],i=[e,i.slice?i.slice():i],r.push(i),t||a()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!n}};return l},ne.extend({Deferred:function(e){var t=[["notify","progress",ne.Callbacks("memory"),ne.Callbacks("memory"),2],["resolve","done",ne.Callbacks("once memory"),ne.Callbacks("once memory"),0,"resolved"],["reject","fail",ne.Callbacks("once memory"),ne.Callbacks("once memory"),1,"rejected"]],n="pending",c={state:function(){return n},always:function(){return s.done(arguments).fail(arguments),this},catch:function(e){return c.then(null,e)},pipe:function(){var e=arguments;return ne.Deferred(function(i){ne.each(t,function(t,n){var c=ne.isFunction(e[n[4]])&&e[n[4]];s[n[1]](function(){var e=c&&c.apply(this,arguments);e&&ne.isFunction(e.promise)?e.promise().progress(i.notify).done(i.resolve).fail(i.reject):i[n[0]+"With"](this,c?[e]:arguments)})}),e=null}).promise()},then:function(e,n,c){function s(e,t,n,c){return function(){var o=this,a=arguments,l=function(){var i,l;if(!(e<r)){if(i=n.apply(o,a),i===t.promise())throw new TypeError("Thenable self-resolution");l=i&&("object"==typeof i||"function"==typeof i)&&i.then,ne.isFunction(l)?c?l.call(i,s(r,t,d,c),s(r,t,p,c)):(r++,l.call(i,s(r,t,d,c),s(r,t,p,c),s(r,t,d,t.notifyWith))):(n!==d&&(o=void 0,a=[i]),(c||t.resolveWith)(o,a))}},u=c?l:function(){try{l()}catch(i){ne.Deferred.exceptionHook&&ne.Deferred.exceptionHook(i,u.stackTrace),e+1>=r&&(n!==p&&(o=void 0,a=[i]),t.rejectWith(o,a))}};e?u():(ne.Deferred.getStackHook&&(u.stackTrace=ne.Deferred.getStackHook()),i.setTimeout(u))}}var r=0;return ne.Deferred(function(i){t[0][3].add(s(0,i,ne.isFunction(c)?c:d,i.notifyWith)),t[1][3].add(s(0,i,ne.isFunction(e)?e:d)),t[2][3].add(s(0,i,ne.isFunction(n)?n:p))}).promise()},promise:function(e){return null!=e?ne.extend(e,c):c}},s={};return ne.each(t,function(e,i){var r=i[2],o=i[5];c[i[1]]=r.add,o&&r.add(function(){n=o},t[3-e][2].disable,t[0][2].lock),r.add(i[3].fire),s[i[0]]=function(){return s[i[0]+"With"](this===s?void 0:this,arguments),this},s[i[0]+"With"]=r.fireWith}),c.promise(s),e&&e.call(s,s),s},when:function(e){var t=arguments.length,i=t,n=Array(i),c=Q.call(arguments),s=ne.Deferred(),r=function(e){return function(i){n[e]=this,c[e]=arguments.length>1?Q.call(arguments):i,--t||s.resolveWith(n,c)}};if(t<=1&&(_(e,s.done(r(i)).resolve,s.reject),"pending"===s.state()||ne.isFunction(c[i]&&c[i].then)))return s.then();for(;i--;)_(c[i],r(i),s.reject);return s.promise()}});var we=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;ne.Deferred.exceptionHook=function(e,t){i.console&&i.console.warn&&e&&we.test(e.name)&&i.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)};var be=ne.Deferred();ne.fn.ready=function(e){return be.then(e),this},ne.extend({isReady:!1,readyWait:1,holdReady:function(e){e?ne.readyWait++:ne.ready(!0)},ready:function(e){(e===!0?--ne.readyWait:ne.isReady)||(ne.isReady=!0,e!==!0&&--ne.readyWait>0||be.resolveWith(U,[ne]))}}),ne.ready.then=be.then,"complete"===U.readyState||"loading"!==U.readyState&&!U.documentElement.doScroll?i.setTimeout(ne.ready):(U.addEventListener("DOMContentLoaded",f),i.addEventListener("load",f));var xe=function(e,t,i,n,c,s,r){var o=0,a=e.length,l=null==i;if("object"===ne.type(i)){c=!0;for(o in i)xe(e,t,o,i[o],!0,s,r)}else if(void 0!==n&&(c=!0,ne.isFunction(n)||(r=!0),l&&(r?(t.call(e,n),t=null):(l=t,t=function(e,t,i){return l.call(ne(e),i)})),t))for(;o<a;o++)t(e[o],i,r?n:n.call(e[o],o,t(e[o],i)));return c?e:l?t.call(e):a?t(e[0],i):s},ke=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};v.uid=1,v.prototype={cache:function(e){var t=e[this.expando];return t||(t={},ke(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,i){var n,c=this.cache(e);if("string"==typeof t)c[ne.camelCase(t)]=i;else for(n in t)c[ne.camelCase(n)]=t[n];return c},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][ne.camelCase(t)]},access:function(e,t,i){return void 0===t||t&&"string"==typeof t&&void 0===i?this.get(e,t):(this.set(e,t,i),void 0!==i?i:t)},remove:function(e,t){var i,n=e[this.expando];if(void 0!==n){if(void 0!==t){ne.isArray(t)?t=t.map(ne.camelCase):(t=ne.camelCase(t),t=t in n?[t]:t.match(ye)||[]),i=t.length;for(;i--;)delete n[t[i]]}(void 0===t||ne.isEmptyObject(n))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!ne.isEmptyObject(t)}};var De=new v,Ie=new v,qe=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Ce=/[A-Z]/g;ne.extend({hasData:function(e){return Ie.hasData(e)||De.hasData(e)},data:function(e,t,i){return Ie.access(e,t,i)},removeData:function(e,t){Ie.remove(e,t)},_data:function(e,t,i){return De.access(e,t,i)},_removeData:function(e,t){De.remove(e,t)}}),ne.fn.extend({data:function(e,t){var i,n,c,s=this[0],r=s&&s.attributes;if(void 0===e){if(this.length&&(c=Ie.get(s),1===s.nodeType&&!De.get(s,"hasDataAttrs"))){for(i=r.length;i--;)r[i]&&(n=r[i].name,0===n.indexOf("data-")&&(n=ne.camelCase(n.slice(5)),h(s,n,c[n])));De.set(s,"hasDataAttrs",!0)}return c}return"object"==typeof e?this.each(function(){Ie.set(this,e)}):xe(this,function(t){var i;if(s&&void 0===t){if(i=Ie.get(s,e),void 0!==i)return i;if(i=h(s,e),void 0!==i)return i}else this.each(function(){Ie.set(this,e,t)})},null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){Ie.remove(this,e)})}}),ne.extend({queue:function(e,t,i){var n;if(e)return t=(t||"fx")+"queue",n=De.get(e,t),i&&(!n||ne.isArray(i)?n=De.access(e,t,ne.makeArray(i)):n.push(i)),n||[]},dequeue:function(e,t){t=t||"fx";var i=ne.queue(e,t),n=i.length,c=i.shift(),s=ne._queueHooks(e,t),r=function(){ne.dequeue(e,t)};"inprogress"===c&&(c=i.shift(),n--),c&&("fx"===t&&i.unshift("inprogress"),delete s.stop,c.call(e,r,s)),!n&&s&&s.empty.fire()},_queueHooks:function(e,t){var i=t+"queueHooks";return De.get(e,i)||De.access(e,i,{empty:ne.Callbacks("once memory").add(function(){De.remove(e,[t+"queue",i])})})}}),ne.fn.extend({queue:function(e,t){var i=2;return"string"!=typeof e&&(t=e,e="fx",i--),arguments.length<i?ne.queue(this[0],e):void 0===t?this:this.each(function(){var i=ne.queue(this,e,t);ne._queueHooks(this,e),"fx"===e&&"inprogress"!==i[0]&&ne.dequeue(this,e)})},dequeue:function(e){return this.each(function(){ne.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var i,n=1,c=ne.Deferred(),s=this,r=this.length,o=function(){--n||c.resolveWith(s,[s])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";r--;)i=De.get(s[r],e+"queueHooks"),i&&i.empty&&(n++,i.empty.add(o));return o(),c.promise(t)}});var Te=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Be=new RegExp("^(?:([+-])=|)("+Te+")([a-z%]*)$","i"),Ne=["Top","Right","Bottom","Left"],Ee=function(e,t){return e=t||e,"none"===e.style.display||""===e.style.display&&ne.contains(e.ownerDocument,e)&&"none"===ne.css(e,"display")},Se=function(e,t,i,n){var c,s,r={};for(s in t)r[s]=e.style[s],e.style[s]=t[s];c=i.apply(e,n||[]);for(s in t)e.style[s]=r[s];return c},Ae={};ne.fn.extend({show:function(){return y(this,!0)},hide:function(){return y(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){Ee(this)?ne(this).show():ne(this).hide()})}});var je=/^(?:checkbox|radio)$/i,Pe=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,Re=/^$|\/(?:java|ecma)script/i,Le={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};Le.optgroup=Le.option,Le.tbody=Le.tfoot=Le.colgroup=Le.caption=Le.thead,Le.th=Le.td;var Me=/<|&#?\w+;/;!function(){var e=U.createDocumentFragment(),t=e.appendChild(U.createElement("div")),i=U.createElement("input");i.setAttribute("type","radio"),i.setAttribute("checked","checked"),i.setAttribute("name","t"),t.appendChild(i),te.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked,t.innerHTML="<textarea>x</textarea>",te.noCloneChecked=!!t.cloneNode(!0).lastChild.defaultValue}();var Oe=U.documentElement,ze=/^key/,Fe=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,He=/^([^.]*)(?:\.(.+)|)/;
ne.event={global:{},add:function(e,t,i,n,c){var s,r,o,a,l,u,d,p,_,f,v,h=De.get(e);if(h)for(i.handler&&(s=i,i=s.handler,c=s.selector),c&&ne.find.matchesSelector(Oe,c),i.guid||(i.guid=ne.guid++),(a=h.events)||(a=h.events={}),(r=h.handle)||(r=h.handle=function(t){return"undefined"!=typeof ne&&ne.event.triggered!==t.type?ne.event.dispatch.apply(e,arguments):void 0}),t=(t||"").match(ye)||[""],l=t.length;l--;)o=He.exec(t[l])||[],_=v=o[1],f=(o[2]||"").split(".").sort(),_&&(d=ne.event.special[_]||{},_=(c?d.delegateType:d.bindType)||_,d=ne.event.special[_]||{},u=ne.extend({type:_,origType:v,data:n,handler:i,guid:i.guid,selector:c,needsContext:c&&ne.expr.match.needsContext.test(c),namespace:f.join(".")},s),(p=a[_])||(p=a[_]=[],p.delegateCount=0,d.setup&&d.setup.call(e,n,f,r)!==!1||e.addEventListener&&e.addEventListener(_,r)),d.add&&(d.add.call(e,u),u.handler.guid||(u.handler.guid=i.guid)),c?p.splice(p.delegateCount++,0,u):p.push(u),ne.event.global[_]=!0)},remove:function(e,t,i,n,c){var s,r,o,a,l,u,d,p,_,f,v,h=De.hasData(e)&&De.get(e);if(h&&(a=h.events)){for(t=(t||"").match(ye)||[""],l=t.length;l--;)if(o=He.exec(t[l])||[],_=v=o[1],f=(o[2]||"").split(".").sort(),_){for(d=ne.event.special[_]||{},_=(n?d.delegateType:d.bindType)||_,p=a[_]||[],o=o[2]&&new RegExp("(^|\\.)"+f.join("\\.(?:.*\\.|)")+"(\\.|$)"),r=s=p.length;s--;)u=p[s],!c&&v!==u.origType||i&&i.guid!==u.guid||o&&!o.test(u.namespace)||n&&n!==u.selector&&("**"!==n||!u.selector)||(p.splice(s,1),u.selector&&p.delegateCount--,d.remove&&d.remove.call(e,u));r&&!p.length&&(d.teardown&&d.teardown.call(e,f,h.handle)!==!1||ne.removeEvent(e,_,h.handle),delete a[_])}else for(_ in a)ne.event.remove(e,_+t[l],i,n,!0);ne.isEmptyObject(a)&&De.remove(e,"handle events")}},dispatch:function(e){var t,i,n,c,s,r,o=ne.event.fix(e),a=new Array(arguments.length),l=(De.get(this,"events")||{})[o.type]||[],u=ne.event.special[o.type]||{};for(a[0]=o,t=1;t<arguments.length;t++)a[t]=arguments[t];if(o.delegateTarget=this,!u.preDispatch||u.preDispatch.call(this,o)!==!1){for(r=ne.event.handlers.call(this,o,l),t=0;(c=r[t++])&&!o.isPropagationStopped();)for(o.currentTarget=c.elem,i=0;(s=c.handlers[i++])&&!o.isImmediatePropagationStopped();)o.rnamespace&&!o.rnamespace.test(s.namespace)||(o.handleObj=s,o.data=s.data,n=((ne.event.special[s.origType]||{}).handle||s.handler).apply(c.elem,a),void 0!==n&&(o.result=n)===!1&&(o.preventDefault(),o.stopPropagation()));return u.postDispatch&&u.postDispatch.call(this,o),o.result}},handlers:function(e,t){var i,n,c,s,r=[],o=t.delegateCount,a=e.target;if(o&&a.nodeType&&("click"!==e.type||isNaN(e.button)||e.button<1))for(;a!==this;a=a.parentNode||this)if(1===a.nodeType&&(a.disabled!==!0||"click"!==e.type)){for(n=[],i=0;i<o;i++)s=t[i],c=s.selector+" ",void 0===n[c]&&(n[c]=s.needsContext?ne(c,this).index(a)>-1:ne.find(c,this,null,[a]).length),n[c]&&n.push(s);n.length&&r.push({elem:a,handlers:n})}return o<t.length&&r.push({elem:this,handlers:t.slice(o)}),r},addProp:function(e,t){Object.defineProperty(ne.Event.prototype,e,{enumerable:!0,configurable:!0,get:ne.isFunction(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[ne.expando]?e:new ne.Event(e)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==I()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===I()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&ne.nodeName(this,"input"))return this.click(),!1},_default:function(e){return ne.nodeName(e.target,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},ne.removeEvent=function(e,t,i){e.removeEventListener&&e.removeEventListener(t,i)},ne.Event=function(e,t){return this instanceof ne.Event?(e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&e.returnValue===!1?k:D,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&ne.extend(this,t),this.timeStamp=e&&e.timeStamp||ne.now(),void(this[ne.expando]=!0)):new ne.Event(e,t)},ne.Event.prototype={constructor:ne.Event,isDefaultPrevented:D,isPropagationStopped:D,isImmediatePropagationStopped:D,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=k,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=k,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=k,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},ne.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&ze.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&Fe.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},ne.event.addProp),ne.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,t){ne.event.special[e]={delegateType:t,bindType:t,handle:function(e){var i,n=this,c=e.relatedTarget,s=e.handleObj;return c&&(c===n||ne.contains(n,c))||(e.type=s.origType,i=s.handler.apply(this,arguments),e.type=t),i}}}),ne.fn.extend({on:function(e,t,i,n){return q(this,e,t,i,n)},one:function(e,t,i,n){return q(this,e,t,i,n,1)},off:function(e,t,i){var n,c;if(e&&e.preventDefault&&e.handleObj)return n=e.handleObj,ne(e.delegateTarget).off(n.namespace?n.origType+"."+n.namespace:n.origType,n.selector,n.handler),this;if("object"==typeof e){for(c in e)this.off(c,t,e[c]);return this}return t!==!1&&"function"!=typeof t||(i=t,t=void 0),i===!1&&(i=D),this.each(function(){ne.event.remove(this,e,i,t)})}});var We=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,Ue=/<script|<style|<link/i,$e=/checked\s*(?:[^=]|=\s*.checked.)/i,Qe=/^true\/(.*)/,Ve=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;ne.extend({htmlPrefilter:function(e){return e.replace(We,"<$1></$2>")},clone:function(e,t,i){var n,c,s,r,o=e.cloneNode(!0),a=ne.contains(e.ownerDocument,e);if(!(te.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||ne.isXMLDoc(e)))for(r=w(o),s=w(e),n=0,c=s.length;n<c;n++)E(s[n],r[n]);if(t)if(i)for(s=s||w(e),r=r||w(o),n=0,c=s.length;n<c;n++)N(s[n],r[n]);else N(e,o);return r=w(o,"script"),r.length>0&&b(r,!a&&w(e,"script")),o},cleanData:function(e){for(var t,i,n,c=ne.event.special,s=0;void 0!==(i=e[s]);s++)if(ke(i)){if(t=i[De.expando]){if(t.events)for(n in t.events)c[n]?ne.event.remove(i,n):ne.removeEvent(i,n,t.handle);i[De.expando]=void 0}i[Ie.expando]&&(i[Ie.expando]=void 0)}}}),ne.fn.extend({detach:function(e){return A(this,e,!0)},remove:function(e){return A(this,e)},text:function(e){return xe(this,function(e){return void 0===e?ne.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return S(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=C(this,e);t.appendChild(e)}})},prepend:function(){return S(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=C(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return S(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return S(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(ne.cleanData(w(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return ne.clone(this,e,t)})},html:function(e){return xe(this,function(e){var t=this[0]||{},i=0,n=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ue.test(e)&&!Le[(Pe.exec(e)||["",""])[1].toLowerCase()]){e=ne.htmlPrefilter(e);try{for(;i<n;i++)t=this[i]||{},1===t.nodeType&&(ne.cleanData(w(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=[];return S(this,arguments,function(t){var i=this.parentNode;ne.inArray(this,e)<0&&(ne.cleanData(w(this)),i&&i.replaceChild(t,this))},e)}}),ne.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){ne.fn[e]=function(e){for(var i,n=[],c=ne(e),s=c.length-1,r=0;r<=s;r++)i=r===s?this:this.clone(!0),ne(c[r])[t](i),Y.apply(n,i.get());return this.pushStack(n)}});var Ye=/^margin/,Xe=new RegExp("^("+Te+")(?!px)[a-z%]+$","i"),Ge=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=i),t.getComputedStyle(e)};!function(){function e(){if(o){o.style.cssText="box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%",o.innerHTML="",Oe.appendChild(r);var e=i.getComputedStyle(o);t="1%"!==e.top,s="2px"===e.marginLeft,n="4px"===e.width,o.style.marginRight="50%",c="4px"===e.marginRight,Oe.removeChild(r),o=null}}var t,n,c,s,r=U.createElement("div"),o=U.createElement("div");o.style&&(o.style.backgroundClip="content-box",o.cloneNode(!0).style.backgroundClip="",te.clearCloneStyle="content-box"===o.style.backgroundClip,r.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",r.appendChild(o),ne.extend(te,{pixelPosition:function(){return e(),t},boxSizingReliable:function(){return e(),n},pixelMarginRight:function(){return e(),c},reliableMarginLeft:function(){return e(),s}}))}();var Je=/^(none|table(?!-c[ea]).+)/,Ke={position:"absolute",visibility:"hidden",display:"block"},Ze={letterSpacing:"0",fontWeight:"400"},et=["Webkit","Moz","ms"],tt=U.createElement("div").style;ne.extend({cssHooks:{opacity:{get:function(e,t){if(t){var i=j(e,"opacity");return""===i?"1":i}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{float:"cssFloat"},style:function(e,t,i,n){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var c,s,r,o=ne.camelCase(t),a=e.style;return t=ne.cssProps[o]||(ne.cssProps[o]=R(o)||o),r=ne.cssHooks[t]||ne.cssHooks[o],void 0===i?r&&"get"in r&&void 0!==(c=r.get(e,!1,n))?c:a[t]:(s=typeof i,"string"===s&&(c=Be.exec(i))&&c[1]&&(i=g(e,t,c),s="number"),null!=i&&i===i&&("number"===s&&(i+=c&&c[3]||(ne.cssNumber[o]?"":"px")),te.clearCloneStyle||""!==i||0!==t.indexOf("background")||(a[t]="inherit"),r&&"set"in r&&void 0===(i=r.set(e,i,n))||(a[t]=i)),void 0)}},css:function(e,t,i,n){var c,s,r,o=ne.camelCase(t);return t=ne.cssProps[o]||(ne.cssProps[o]=R(o)||o),r=ne.cssHooks[t]||ne.cssHooks[o],r&&"get"in r&&(c=r.get(e,!0,i)),void 0===c&&(c=j(e,t,n)),"normal"===c&&t in Ze&&(c=Ze[t]),""===i||i?(s=parseFloat(c),i===!0||isFinite(s)?s||0:c):c}}),ne.each(["height","width"],function(e,t){ne.cssHooks[t]={get:function(e,i,n){if(i)return!Je.test(ne.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?O(e,t,n):Se(e,Ke,function(){return O(e,t,n)})},set:function(e,i,n){var c,s=n&&Ge(e),r=n&&M(e,t,n,"border-box"===ne.css(e,"boxSizing",!1,s),s);return r&&(c=Be.exec(i))&&"px"!==(c[3]||"px")&&(e.style[t]=i,i=ne.css(e,t)),L(e,i,r)}}}),ne.cssHooks.marginLeft=P(te.reliableMarginLeft,function(e,t){if(t)return(parseFloat(j(e,"marginLeft"))||e.getBoundingClientRect().left-Se(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),ne.each({margin:"",padding:"",border:"Width"},function(e,t){ne.cssHooks[e+t]={expand:function(i){for(var n=0,c={},s="string"==typeof i?i.split(" "):[i];n<4;n++)c[e+Ne[n]+t]=s[n]||s[n-2]||s[0];return c}},Ye.test(e)||(ne.cssHooks[e+t].set=L)}),ne.fn.extend({css:function(e,t){return xe(this,function(e,t,i){var n,c,s={},r=0;if(ne.isArray(t)){for(n=Ge(e),c=t.length;r<c;r++)s[t[r]]=ne.css(e,t[r],!1,n);return s}return void 0!==i?ne.style(e,t,i):ne.css(e,t)},e,t,arguments.length>1)}}),ne.fn.delay=function(e,t){return e=ne.fx?ne.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var c=i.setTimeout(t,e);n.stop=function(){i.clearTimeout(c)}})},function(){var e=U.createElement("input"),t=U.createElement("select"),i=t.appendChild(U.createElement("option"));e.type="checkbox",te.checkOn=""!==e.value,te.optSelected=i.selected,e=U.createElement("input"),e.value="t",e.type="radio",te.radioValue="t"===e.value}();var it,nt=ne.expr.attrHandle;ne.fn.extend({attr:function(e,t){return xe(this,ne.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){ne.removeAttr(this,e)})}}),ne.extend({attr:function(e,t,i){var n,c,s=e.nodeType;if(3!==s&&8!==s&&2!==s)return"undefined"==typeof e.getAttribute?ne.prop(e,t,i):(1===s&&ne.isXMLDoc(e)||(c=ne.attrHooks[t.toLowerCase()]||(ne.expr.match.bool.test(t)?it:void 0)),void 0!==i?null===i?void ne.removeAttr(e,t):c&&"set"in c&&void 0!==(n=c.set(e,i,t))?n:(e.setAttribute(t,i+""),i):c&&"get"in c&&null!==(n=c.get(e,t))?n:(n=ne.find.attr(e,t),null==n?void 0:n))},attrHooks:{type:{set:function(e,t){if(!te.radioValue&&"radio"===t&&ne.nodeName(e,"input")){var i=e.value;return e.setAttribute("type",t),i&&(e.value=i),t}}}},removeAttr:function(e,t){var i,n=0,c=t&&t.match(ye);if(c&&1===e.nodeType)for(;i=c[n++];)e.removeAttribute(i)}}),it={set:function(e,t,i){return t===!1?ne.removeAttr(e,i):e.setAttribute(i,i),i}},ne.each(ne.expr.match.bool.source.match(/\w+/g),function(e,t){var i=nt[t]||ne.find.attr;nt[t]=function(e,t,n){var c,s,r=t.toLowerCase();return n||(s=nt[r],nt[r]=c,c=null!=i(e,t,n)?r:null,nt[r]=s),c}});var ct=/^(?:input|select|textarea|button)$/i,st=/^(?:a|area)$/i;ne.fn.extend({prop:function(e,t){return xe(this,ne.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[ne.propFix[e]||e]})}}),ne.extend({prop:function(e,t,i){var n,c,s=e.nodeType;if(3!==s&&8!==s&&2!==s)return 1===s&&ne.isXMLDoc(e)||(t=ne.propFix[t]||t,c=ne.propHooks[t]),void 0!==i?c&&"set"in c&&void 0!==(n=c.set(e,i,t))?n:e[t]=i:c&&"get"in c&&null!==(n=c.get(e,t))?n:e[t]},propHooks:{tabIndex:{get:function(e){var t=ne.find.attr(e,"tabindex");return t?parseInt(t,10):ct.test(e.nodeName)||st.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),te.optSelected||(ne.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),ne.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){ne.propFix[this.toLowerCase()]=this});var rt=/[\t\r\n\f]/g;ne.fn.extend({addClass:function(e){var t,i,n,c,s,r,o,a=0;if(ne.isFunction(e))return this.each(function(t){ne(this).addClass(e.call(this,t,z(this)))});if("string"==typeof e&&e)for(t=e.match(ye)||[];i=this[a++];)if(c=z(i),n=1===i.nodeType&&(" "+c+" ").replace(rt," ")){for(r=0;s=t[r++];)n.indexOf(" "+s+" ")<0&&(n+=s+" ");o=ne.trim(n),c!==o&&i.setAttribute("class",o)}return this},removeClass:function(e){var t,i,n,c,s,r,o,a=0;if(ne.isFunction(e))return this.each(function(t){ne(this).removeClass(e.call(this,t,z(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof e&&e)for(t=e.match(ye)||[];i=this[a++];)if(c=z(i),n=1===i.nodeType&&(" "+c+" ").replace(rt," ")){for(r=0;s=t[r++];)for(;n.indexOf(" "+s+" ")>-1;)n=n.replace(" "+s+" "," ");o=ne.trim(n),c!==o&&i.setAttribute("class",o)}return this},toggleClass:function(e,t){var i=typeof e;return"boolean"==typeof t&&"string"===i?t?this.addClass(e):this.removeClass(e):ne.isFunction(e)?this.each(function(i){ne(this).toggleClass(e.call(this,i,z(this),t),t)}):this.each(function(){var t,n,c,s;if("string"===i)for(n=0,c=ne(this),s=e.match(ye)||[];t=s[n++];)c.hasClass(t)?c.removeClass(t):c.addClass(t);else void 0!==e&&"boolean"!==i||(t=z(this),t&&De.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||e===!1?"":De.get(this,"__className__")||""))})},hasClass:function(e){var t,i,n=0;for(t=" "+e+" ";i=this[n++];)if(1===i.nodeType&&(" "+z(i)+" ").replace(rt," ").indexOf(t)>-1)return!0;return!1}});var ot=/\r/g,at=/[\x20\t\r\n\f]+/g;ne.fn.extend({val:function(e){var t,i,n,c=this[0];{if(arguments.length)return n=ne.isFunction(e),this.each(function(i){var c;1===this.nodeType&&(c=n?e.call(this,i,ne(this).val()):e,null==c?c="":"number"==typeof c?c+="":ne.isArray(c)&&(c=ne.map(c,function(e){return null==e?"":e+""})),t=ne.valHooks[this.type]||ne.valHooks[this.nodeName.toLowerCase()],t&&"set"in t&&void 0!==t.set(this,c,"value")||(this.value=c))});if(c)return t=ne.valHooks[c.type]||ne.valHooks[c.nodeName.toLowerCase()],t&&"get"in t&&void 0!==(i=t.get(c,"value"))?i:(i=c.value,"string"==typeof i?i.replace(ot,""):null==i?"":i)}}}),ne.extend({valHooks:{option:{get:function(e){var t=ne.find.attr(e,"value");return null!=t?t:ne.trim(ne.text(e)).replace(at," ")}},select:{get:function(e){for(var t,i,n=e.options,c=e.selectedIndex,s="select-one"===e.type,r=s?null:[],o=s?c+1:n.length,a=c<0?o:s?c:0;a<o;a++)if(i=n[a],(i.selected||a===c)&&!i.disabled&&(!i.parentNode.disabled||!ne.nodeName(i.parentNode,"optgroup"))){if(t=ne(i).val(),s)return t;r.push(t)}return r},set:function(e,t){for(var i,n,c=e.options,s=ne.makeArray(t),r=c.length;r--;)n=c[r],(n.selected=ne.inArray(ne.valHooks.option.get(n),s)>-1)&&(i=!0);return i||(e.selectedIndex=-1),s}}}}),ne.each(["radio","checkbox"],function(){ne.valHooks[this]={set:function(e,t){if(ne.isArray(t))return e.checked=ne.inArray(ne(e).val(),t)>-1}},te.checkOn||(ne.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var lt=/^(?:focusinfocus|focusoutblur)$/;ne.extend(ne.event,{trigger:function(e,t,n,c){var s,r,o,a,l,u,d,p=[n||U],_=K.call(e,"type")?e.type:e,f=K.call(e,"namespace")?e.namespace.split("."):[];if(r=o=n=n||U,3!==n.nodeType&&8!==n.nodeType&&!lt.test(_+ne.event.triggered)&&(_.indexOf(".")>-1&&(f=_.split("."),_=f.shift(),f.sort()),l=_.indexOf(":")<0&&"on"+_,e=e[ne.expando]?e:new ne.Event(_,"object"==typeof e&&e),e.isTrigger=c?2:3,e.namespace=f.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+f.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:ne.makeArray(t,[e]),d=ne.event.special[_]||{},c||!d.trigger||d.trigger.apply(n,t)!==!1)){if(!c&&!d.noBubble&&!ne.isWindow(n)){for(a=d.delegateType||_,lt.test(a+_)||(r=r.parentNode);r;r=r.parentNode)p.push(r),o=r;o===(n.ownerDocument||U)&&p.push(o.defaultView||o.parentWindow||i)}for(s=0;(r=p[s++])&&!e.isPropagationStopped();)e.type=s>1?a:d.bindType||_,u=(De.get(r,"events")||{})[e.type]&&De.get(r,"handle"),u&&u.apply(r,t),u=l&&r[l],u&&u.apply&&ke(r)&&(e.result=u.apply(r,t),e.result===!1&&e.preventDefault());return e.type=_,c||e.isDefaultPrevented()||d._default&&d._default.apply(p.pop(),t)!==!1||!ke(n)||l&&ne.isFunction(n[_])&&!ne.isWindow(n)&&(o=n[l],o&&(n[l]=null),ne.event.triggered=_,n[_](),ne.event.triggered=void 0,o&&(n[l]=o)),e.result}},simulate:function(e,t,i){var n=ne.extend(new ne.Event,i,{type:e,isSimulated:!0});ne.event.trigger(n,null,t)}}),ne.fn.extend({trigger:function(e,t){return this.each(function(){ne.event.trigger(e,t,this)})},triggerHandler:function(e,t){var i=this[0];if(i)return ne.event.trigger(e,t,i,!0)}}),ne.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,t){ne.fn[t]=function(e,i){return arguments.length>0?this.on(t,null,e,i):this.trigger(t)}}),ne.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),te.focusin="onfocusin"in i,te.focusin||ne.each({focus:"focusin",blur:"focusout"},function(e,t){var i=function(e){ne.event.simulate(t,e.target,ne.event.fix(e))};ne.event.special[t]={setup:function(){var n=this.ownerDocument||this,c=De.access(n,t);c||n.addEventListener(e,i,!0),De.access(n,t,(c||0)+1)},teardown:function(){var n=this.ownerDocument||this,c=De.access(n,t)-1;c?De.access(n,t,c):(n.removeEventListener(e,i,!0),De.remove(n,t))}}});var ut=/\[\]$/,dt=/\r?\n/g,pt=/^(?:submit|button|image|reset|file)$/i,_t=/^(?:input|select|textarea|keygen)/i;ne.param=function(e,t){var i,n=[],c=function(e,t){var i=ne.isFunction(t)?t():t;n[n.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==i?"":i)};if(ne.isArray(e)||e.jquery&&!ne.isPlainObject(e))ne.each(e,function(){c(this.name,this.value)});else for(i in e)F(i,e[i],t,c);return n.join("&")},ne.fn.extend({serialize:function(){return ne.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=ne.prop(this,"elements");return e?ne.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!ne(this).is(":disabled")&&_t.test(this.nodeName)&&!pt.test(e)&&(this.checked||!je.test(e))}).map(function(e,t){var i=ne(this).val();return null==i?null:ne.isArray(i)?ne.map(i,function(e){return{name:t.name,value:e.replace(dt,"\r\n")}}):{name:t.name,value:i.replace(dt,"\r\n")}}).get()}}),ne.fn.extend({wrapAll:function(e){var t;return this[0]&&(ne.isFunction(e)&&(e=e.call(this[0])),t=ne(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return ne.isFunction(e)?this.each(function(t){ne(this).wrapInner(e.call(this,t))}):this.each(function(){var t=ne(this),i=t.contents();i.length?i.wrapAll(e):t.append(e)})},wrap:function(e){var t=ne.isFunction(e);return this.each(function(i){ne(this).wrapAll(t?e.call(this,i):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){ne(this).replaceWith(this.childNodes)}),this}}),ne.expr.pseudos.hidden=function(e){return!ne.expr.pseudos.visible(e)},ne.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},te.createHTMLDocument=function(){var e=U.implementation.createHTMLDocument("").body;return e.innerHTML="<form></form><form></form>",2===e.childNodes.length}(),ne.parseHTML=function(e,t,i){if("string"!=typeof e)return[];"boolean"==typeof t&&(i=t,t=!1);var n,c,s;return t||(te.createHTMLDocument?(t=U.implementation.createHTMLDocument(""),n=t.createElement("base"),n.href=U.location.href,t.head.appendChild(n)):t=U),c=pe.exec(e),s=!i&&[],c?[t.createElement(c[1])]:(c=x([e],t,s),s&&s.length&&ne(s).remove(),ne.merge([],c.childNodes))},ne.offset={setOffset:function(e,t,i){var n,c,s,r,o,a,l,u=ne.css(e,"position"),d=ne(e),p={};"static"===u&&(e.style.position="relative"),o=d.offset(),s=ne.css(e,"top"),a=ne.css(e,"left"),l=("absolute"===u||"fixed"===u)&&(s+a).indexOf("auto")>-1,l?(n=d.position(),r=n.top,c=n.left):(r=parseFloat(s)||0,c=parseFloat(a)||0),ne.isFunction(t)&&(t=t.call(e,i,ne.extend({},o))),null!=t.top&&(p.top=t.top-o.top+r),null!=t.left&&(p.left=t.left-o.left+c),"using"in t?t.using.call(e,p):d.css(p)}},ne.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(t){ne.offset.setOffset(this,e,t)});var t,i,n,c,s=this[0];if(s)return s.getClientRects().length?(n=s.getBoundingClientRect(),n.width||n.height?(c=s.ownerDocument,i=H(c),t=c.documentElement,{top:n.top+i.pageYOffset-t.clientTop,left:n.left+i.pageXOffset-t.clientLeft}):n):{top:0,left:0}},position:function(){if(this[0]){var e,t,i=this[0],n={top:0,left:0};return"fixed"===ne.css(i,"position")?t=i.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),ne.nodeName(e[0],"html")||(n=e.offset()),n={top:n.top+ne.css(e[0],"borderTopWidth",!0),left:n.left+ne.css(e[0],"borderLeftWidth",!0)}),{top:t.top-n.top-ne.css(i,"marginTop",!0),left:t.left-n.left-ne.css(i,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===ne.css(e,"position");)e=e.offsetParent;return e||Oe})}}),ne.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var i="pageYOffset"===t;ne.fn[e]=function(n){return xe(this,function(e,n,c){var s=H(e);return void 0===c?s?s[t]:e[n]:void(s?s.scrollTo(i?s.pageXOffset:c,i?c:s.pageYOffset):e[n]=c)},e,n,arguments.length)}}),ne.each(["top","left"],function(e,t){ne.cssHooks[t]=P(te.pixelPosition,function(e,i){if(i)return i=j(e,t),Xe.test(i)?ne(e).position()[t]+"px":i})}),ne.each({Height:"height",Width:"width"},function(e,t){ne.each({padding:"inner"+e,content:t,"":"outer"+e},function(i,n){ne.fn[n]=function(c,s){var r=arguments.length&&(i||"boolean"!=typeof c),o=i||(c===!0||s===!0?"margin":"border");return xe(this,function(t,i,c){var s;return ne.isWindow(t)?0===n.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(s=t.documentElement,Math.max(t.body["scroll"+e],s["scroll"+e],t.body["offset"+e],s["offset"+e],s["client"+e])):void 0===c?ne.css(t,i,o):ne.style(t,i,c,o)},t,r?c:void 0,r)}})}),n=[],c=function(){return ne}.apply(t,n),!(void 0!==c&&(e.exports=c));var ft=i.jQuery,vt=i.$;return ne.noConflict=function(e){return i.$===ne&&(i.$=vt),e&&i.jQuery===ne&&(i.jQuery=ft),ne},s||(i.jQuery=i.$=ne),ne})},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w('<div class="civsci-slide__box"><span class="civsci-widget--title">').b(t.getBlock("Title"),t,{},{}).w('</span></div><div class="civsci-slide__box">').b(t.getBlock("Body"),t,{},{}).w("</div>")}return e.register("widget/_titled_text",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/_titled_text",e,t)};c.templateName="widget/_titled_text",e.exports=c},function(e,t){(function(t){e.exports=t}).call(t,{})},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w('<div class="civsci-question civsci-question--type-').f(t.getPath(!1,["question","type"]),t,"h").w('" data-civsci-widget-question="').f(t.getPath(!1,["question","id"]),t,"h").w('">').nx(t.getPath(!1,["targetInfo","natures","ui-classic"]),t,{block:i},{}).w('<div class="civsci-slide__box"><span class="civsci-widget--title">').f(t.getPath(!1,["question","text"]),t,"h").w('</span></div><div class="civsci-slide__box">').b(t.getBlock("QuestionBody"),t,{},{}).w('</div><div class="civsci-widget__buttons civsci-slide__box"><button class="civsci-question__submit-button civsci-widget--primary-button" data-civsci-widget-submit>').h("eq",t,{else:f,block:g},{key:t.get(["index1"],!1),value:t.get(["total"],!1)},"h").w("</button></div>").x(t.getPath(!1,["targetInfo","privacyPolicyUrl"]),t,{block:m},{}).w("</div>")}function i(e,t){return e.w('<div class="civsci-slide__box civsci-widget__highlight-flag civsci-question--role-').f(t.getPath(!1,["question","role"]),t,"h").w('"></div><div class="civsci-slide__box civsci-widget--detail-text civsci-question__type-progress civsci-question--role-').f(t.getPath(!1,["question","role"]),t,"h").w('">').h("select",t,{block:n},{key:_},"h").w("</div>")}function n(e,t){return e.h("eq",t,{block:c},{value:"quiz"},"h").h("eq",t,{block:s},{value:"trending"},"h").h("eq",t,{block:r},{value:"opinion"},"h").h("eq",t,{block:l},{value:"research"},"h").h("eq",t,{block:u},{value:"profile"},"h").h("any",t,{block:d},{},"h").h("none",t,{block:p},{},"h")}function c(e,t){return e.s(t.getPath(!1,["strings","roleQuiz"]),t,{},{})}function s(e,t){return e.s(t.getPath(!1,["strings","roleTrending"]),t,{},{})}function r(e,t){return e.x(t.get(["__isPortalMode"],!1),t,{else:o,block:a},{})}function o(e,t){return e.s(t.getPath(!1,["strings","roleOpinion"]),t,{},{})}function a(e,t){return e.s(t.getPath(!1,["strings","roleJustForFun"]),t,{},{})}function l(e,t){return e.s(t.getPath(!1,["strings","roleResearch"]),t,{},{})}function u(e,t){return e.s(t.getPath(!1,["strings","roleProfile"]),t,{},{})}function d(e,t){return e.w('<span class="civsci-question__progress"> &ndash;  ').s(t.getPath(!1,["strings","progressNOfM"]),t,{},{n:t.get(["index1"],!1),m:t.get(["total"],!1)}).w("</span>")}function p(e,t){return e.w('<span class="civsci-question__progress">').s(t.getPath(!1,["strings","roleQuestion"]),t,{},{}).w("  ").s(t.getPath(!1,["strings","progressNOfM"]),t,{},{n:t.get(["index1"],!1),m:t.get(["total"],!1)}).w("</span>")}function _(e,t){return e.f(t.getPath(!1,["question","role"]),t,"h")}function f(e,t){return e.x(t.getPath(!1,["targetInfo","natures","ui-classic"]),t,{else:v,block:h},{})}function v(e,t){return e.s(t.getPath(!1,["strings","buttonNextQuestion"]),t,{},{})}function h(e,t){return e.s(t.getPath(!1,["strings","buttonNext"]),t,{},{})}function g(e,t){return e.s(t.getPath(!1,["strings","buttonSeeResults"]),t,{},{})}function m(e,t){return e.w('<div class="civsci-slide__privacy"><span>').s(t.getPath(!1,["strings","poweredByCivicScience"]),t,{},{}).w(' | </span><a href="').f(t.getPath(!1,["targetInfo","privacyPolicyUrl"]),t,"h").w('" target="_blank">').s(t.getPath(!1,["strings","privacyPolicy"]),t,{},{}).w("</a></div>")}return e.register("widget/question/_question",t),t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,l.__dustBody=!0,u.__dustBody=!0,d.__dustBody=!0,p.__dustBody=!0,_.__dustBody=!0,f.__dustBody=!0,v.__dustBody=!0,h.__dustBody=!0,g.__dustBody=!0,m.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/question/_question",e,t)};c.templateName="widget/question/_question",e.exports=c},function(e,t,i){var n=i(1);i(31),i(37),i(40),i(13),i(10);!function(e){function t(e,t){return e.w('<div class="civsci-result civsci-result--type-').f(t.getPath(!1,["result","type"]),t,"h").w('" data-civsci-widget-question="').f(t.getPath(!1,["result","id"]),t,"h").w('">').nx(t.getPath(!1,["targetInfo","natures","ui-classic"]),t,{block:i},{}).w('<div class="civsci-slide__box"><span class="civsci-widget--title">').f(t.getPath(!1,["result","text"]),t,"h").w("</span></div>").x(t.getPath(!1,["result","quiz"]),t,{block:n},{}).w('<div class="civsci-slide__box">').b(t.getBlock("ResultBody"),t,{},{}).w('</div><div class="civsci-slide__box civsci-widget--detail-text">').h("gte",t,{block:d},{key:p,value:50},"h").w("</div>").s(t.getPath(!1,["result","caption"]),t,{block:_},{}).p("widget/result/_result_buttons",t,t,{}).p("widget/_portal_link",t,t,{}).w("</div>")}function i(e,t){return e.w('<div class="civsci-slide__box civsci-widget__highlight-flag civsci-question--role-').f(t.getPath(!1,["result","role"]),t,"h").w('"></div><div class="civsci-slide__box civsci-widget--detail-text civsci-result__progress civsci-question--role-').f(t.getPath(!1,["result","role"]),t,"h").w('">').s(t.getPath(!1,["strings","result"]),t,{},{}).w(" ").s(t.getPath(!1,["strings","progressNOfM"]),t,{},{n:t.get(["index1"],!1),m:t.get(["total"],!1)}).w("</div>")}function n(e,t){return e.w('<div class="civsci-slide__box civsci-slide__banner ').h("eq",t,{else:c,block:s},{key:r,value:"true"},"h").w('"><div class="civsci-slide__box"><span class="civsci-widget--title">').h("eq",t,{else:o,block:a},{key:l,value:"true"},"h").w("</span></div>").s(t.getPath(!1,["result","quiz","explanation"]),t,{block:u},{}).w("</div>")}function c(e,t){return e.w("civsci-widget--quiz-incorrect")}function s(e,t){return e.w("civsci-widget--quiz-correct")}function r(e,t){return e.f(t.getPath(!1,["result","quiz","correct"]),t,"h")}function o(e,t){return e.s(t.getPath(!1,["strings","quizWrongAnswer"]),t,{},{})}function a(e,t){return e.s(t.getPath(!1,["strings","quizRightAnswer"]),t,{},{})}function l(e,t){return e.f(t.getPath(!1,["result","quiz","correct"]),t,"h");
}function u(e,t){return e.w('<div class="civsci-slide__box">').f(t.getPath(!0,[]),t,"h").w("</div>")}function d(e,t){return e.s(t.getPath(!1,["strings","resultResponseTotal"]),t,{},{total:t.getPath(!1,["result","total"])})}function p(e,t){return e.f(t.getPath(!1,["result","total"]),t,"h")}function _(e,t){return e.w('<div class="civsci-slide__box civsci-slide__banner civsci-widget__caption ').x(t.get(["type"],!1),t,{block:f},{}).w('">').x(t.get(["type"],!1),t,{block:v},{}).w('<div class="civsci-widget__caption-text">').x(t.get(["type"],!1),t,{block:b},{}).w('<div class="civsci-widget__caption-body">').f(t.get(["body"],!1),t,"h",["s"]).w("</div></div></div>")}function f(e,t){return e.w("civsci-widget--caption-type-").f(t.get(["type"],!1),t,"h")}function v(e,t){return e.w('<div class="civsci-widget__caption-icon">').h("select",t,{block:h},{key:w},"h").f(t.get(["title"],!1),t,"h").w("</div>")}function h(e,t){return e.h("eq",t,{block:g},{value:"insight"},"h").h("eq",t,{block:m},{value:"quiz"},"h").h("eq",t,{block:y},{value:"trending"},"h")}function g(e,t){return e.p("icons/lightbulb",t,t,{})}function m(e,t){return e.p("icons/head-heart",t,t,{})}function y(e,t){return e.p("icons/media",t,t,{})}function w(e,t){return e.f(t.get(["type"],!1),t,"h")}function b(e,t){return e.w('<div class="civsci-widget__caption-title">').h("select",t,{block:x},{key:q},"h").f(t.get(["title"],!1),t,"h").w("</div>")}function x(e,t){return e.h("eq",t,{block:k},{value:"insight"},"h").h("eq",t,{block:D},{value:"quiz"},"h").h("eq",t,{block:I},{value:"trending"},"h")}function k(e,t){return e.s(t.getPath(!1,["strings","captionTitleInsight"]),t,{},{})}function D(e,t){return e.s(t.getPath(!1,["strings","captionTitleQuiz"]),t,{},{})}function I(e,t){return e.s(t.getPath(!1,["strings","captionTitleTrending"]),t,{},{})}function q(e,t){return e.f(t.get(["type"],!1),t,"h")}return e.register("widget/result/_result",t),t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,l.__dustBody=!0,u.__dustBody=!0,d.__dustBody=!0,p.__dustBody=!0,_.__dustBody=!0,f.__dustBody=!0,v.__dustBody=!0,h.__dustBody=!0,g.__dustBody=!0,m.__dustBody=!0,y.__dustBody=!0,w.__dustBody=!0,b.__dustBody=!0,x.__dustBody=!0,k.__dustBody=!0,D.__dustBody=!0,I.__dustBody=!0,q.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/result/_result",e,t)};c.templateName="widget/result/_result",e.exports=c},function(e,t,i){var n=i(1);i(10);!function(e){function t(e,t){return e.w('<div class="civsci-summary civsci-summary--type-').f(t.getPath(!1,["summary","type"]),t,"h").w('">').b(t.getBlock("SummaryContent"),t,{},{}).w('<div class="civsci-widget__buttons civsci-slide__box">').x(t.get(["isFollowedByResults"],!1),t,{else:i,block:s},{}).w("</div>").p("widget/_portal_link",t,t,{}).w("</div>")}function i(e,t){return e.x(t.get(["portalUrl"],!1),t,{else:n,block:c},{})}function n(e,t){return e.w('<button class="civsci-widget--primary-button" data-civsci-widget-restart>').s(t.getPath(!1,["strings","buttonAnswerMoreQuestions"]),t,{},{}).w("</button>")}function c(e,t){return e.w('<a class="civsci-widget--primary-button" target="_blank" href="').f(t.get(["portalUrl"],!1),t,"h").w('">').s(t.getPath(!1,["strings","buttonGo"]),t,{},{}).w("</a>")}function s(e,t){return e.w('<button class="civsci-widget--primary-button" data-civsci-widget-next>').s(t.getPath(!1,["strings","buttonSeeAllResults"]),t,{},{}).w("</button>")}return e.register("widget/summary/_summary",t),t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/summary/_summary",e,t)};c.templateName="widget/summary/_summary",e.exports=c},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w('<svg class="icon-checkmark" version="1.1" xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128"><g data-width="124" data-height="98" display="inline" transform="translate(2 15)"><path stroke-linecap="square" stroke-miterlimit="10" d="M112.5 11.5l-70.5 74.9-30-29.4" /></g></svg>')}return e.register("icons/checkmark",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("icons/checkmark",e,t)};c.templateName="icons/checkmark",e.exports=c},function(e,t,i){var n=i(1);i(38);!function(e){function t(e,t){return e.w('<div class="civsci-widget--markable" data-civsci-widget-markable-state="').h("eq",t,{block:i},{key:t.get(["isMarked"],!1),value:"true"},"h").w('"><div class="civsci-widget--markable-icon">').p("icons/left-caret",t,t,{}).w("</div>").b(t.getBlock("Content"),t,{},{}).w("</div>")}function i(e,t){return e.w("marked")}return e.register("widget/_markable",t),t.__dustBody=!0,i.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/_markable",e,t)};c.templateName="widget/_markable",e.exports=c},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.x(t.get(["portalUrl"],!1),t,{block:i},{})}function i(e,t){return e.w('<div class="civsci-slide__portal-link civsci-slide__box"><a href="').f(t.get(["portalUrl"],!1),t,"h").w('" target="_blank">').s(t.getPath(!1,["strings","portalLink"]),t,{},{}).w("</a></div>")}return e.register("widget/_portal_link",t),t.__dustBody=!0,i.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/_portal_link",e,t)};c.templateName="widget/_portal_link",e.exports=c},function(e,t,i){var n=i(1);i(5),i(24);!function(e){function t(e,t){return t=t.shiftBlocks(c),e.p("widget/question/_question",t,t,{})}function i(e,t){return t=t.shiftBlocks(c),e.w('<div class="civsci-question__option-list">').s(t.getPath(!1,["question","options"]),t,{block:n},{}).w("</div>")}function n(e,t){return t=t.shiftBlocks(c),e.p("widget/question/_option",t,t,{})}e.register("widget/question/_option_question",t);var c={QuestionBody:i};return t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/question/_option_question",e,t)};c.templateName="widget/question/_option_question",e.exports=c},function(e,t,i){var n=i(1);i(6),i(26);!function(e){function t(e,t){return t=t.shiftBlocks(c),e.p("widget/result/_result",t,t,{})}function i(e,t){return t=t.shiftBlocks(c),e.w('<div class="civsci-result__option-list">').s(t.getPath(!1,["result","options"]),t,{block:n},{}).w("</div>")}function n(e,t){return t=t.shiftBlocks(c),e.p("widget/result/_option_result_item",t,t,{})}e.register("widget/result/_option_result",t);var c={ResultBody:i};return t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/result/_option_result",e,t)};c.templateName="widget/result/_option_result",e.exports=c},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w('<div class="civsci-widget__buttons civsci-slide__box">').x(t.get(["hasBackButton"],!1),t,{block:i},{}).h("eq",t,{else:n,block:a},{key:t.get(["index1"],!1),value:t.get(["total"],!1)},"h").w("</div>")}function i(e,t){return e.w("<button data-civsci-widget-back>").s(t.getPath(!1,["strings","buttonBack"]),t,{},{}).w("</button>")}function n(e,t){return e.w('<button class="civsci-widget--primary-button" data-civsci-widget-next>').h("eq",t,{else:c,block:s},{key:t.get(["index1"],!1),value:1},"h").w("</button>")}function c(e,t){return e.s(t.getPath(!1,["strings","buttonNext"]),t,{},{})}function s(e,t){return e.x(t.get(["isPrecededBySummary"],!1),t,{else:r,block:o},{})}function r(e,t){return e.s(t.getPath(!1,["strings","buttonSeeNextResult"]),t,{},{})}function o(e,t){return e.s(t.getPath(!1,["strings","buttonNext"]),t,{},{})}function a(e,t){return e.x(t.get(["portalUrl"],!1),t,{else:l,block:p},{})}function l(e,t){return e.x(t.get(["hasBackButton"],!1),t,{else:u,block:d},{})}function u(e,t){return e.w('<button class="civsci-widget--primary-button" data-civsci-widget-restart>').s(t.getPath(!1,["strings","buttonAnswerMoreQuestions"]),t,{},{}).w("</button>")}function d(e,t){return e.w('<button class="civsci-widget--primary-button" data-civsci-widget-restart>').s(t.getPath(!1,["strings","buttonMore"]),t,{},{}).w("</button>")}function p(e,t){return e.w('<a class="civsci-widget--primary-button" target="_blank" href="').f(t.get(["portalUrl"],!1),t,"h").w('">').s(t.getPath(!1,["strings","buttonGo"]),t,{},{}).w("</a>")}return e.register("widget/result/_result_buttons",t),t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,l.__dustBody=!0,u.__dustBody=!0,d.__dustBody=!0,p.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/result/_result_buttons",e,t)};c.templateName="widget/result/_result_buttons",e.exports=c},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w('<div class="civsci-signpost"><div class="civsci-signpost__text">').b(t.getBlock("Text"),t,{},{}).w('</div><div class="civsci-signpost__icon">').b(t.getBlock("Icon"),t,{},{}).w("</div></div>")}return e.register("widget/signpost/_signpost",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/signpost/_signpost",e,t)};c.templateName="widget/signpost/_signpost",e.exports=c},function(e,t,i){var n,c;n=[i(2),i(16),i(17)],c=function(e,t,i){var n={hostname:"www.civicscience.com",instance:"",context:"",cacheEnabled:!0},c={},s=function(){var e=i.match(/[?&]civicscience-widget-natures=([^&]*)/);return null==e?null:decodeURIComponent(e[1]).split(",")}(),r=function(){var e=i.match(/[?&]civicscience-widget-draft(=([^&]*))?/);return null!=e}();return function i(o){if(o=e.extend({},n,i.defaults,o),void 0==o.target)throw new Error("Missing target option");return{promiseInfo:function(){var e=null;return function(){if(null==e){var i="https://"+o.hostname+"/widget/api/2/target?target="+encodeURIComponent(o.target)+"&instance="+encodeURIComponent(o.instance)+"&context="+encodeURIComponent(o.context);r&&(i+="&theme=draft"),e=c[i]||t(i).then(function(e){return null!=s&&(e.natures=s),e}),o.cacheEnabled&&(c={},c[i]=e)}return e}}()}}}.apply(t,n),!(void 0!==c&&(e.exports=c))},function(e,t,i){var n,c;n=[i(2)],c=function(e){"use strict";var t=(new Date).getTime();return function(i,n){var c=e.Deferred(),s="civicsciencejsonp_"+ ++t;i+=(i.indexOf("?")==-1?"?":"&")+"callback="+encodeURIComponent(s)+"&_="+encodeURIComponent(t),window[s]=function(e){c.resolve(e)};var r=document.createElement("script");if(r.src=i,r.type="text/javascript",document.getElementsByTagName("head")[0].appendChild(r),c.then(function(e){"pending"==c.state()&&c.resolve(e)},function(){c.reject(new Error("JSONP request failed"))}).always(function(){delete window[s]}),n){var o=setTimeout(function(){c.reject(new Error("JSONP request timed out after "+n+" ms"))},n);c.always(function(){clearTimeout(o)})}return c.promise()}}.apply(t,n),!(void 0!==c&&(e.exports=c))},function(e,t,i){var n,c;n=[],c=function(){return function(){for(var e=window;e.parent!=e;)e=e.parent;var t;try{if(t=e.location.href,void 0==t)throw new Error}catch(e){t=window.document.referrer}return t}()}.apply(t,n),!(void 0!==c&&(e.exports=c))},function(e,t,i){var n,c;i(4).dust=!0,n=[i(1),i(62)],c=function(e){"use strict";return e.helpers.formatNumber=function(t,i,n,c){c=c||{};var s,r,o=e.helpers.tap(c.number,t,i)-0||0,a=e.helpers.tap(c.digits,t,i)-0||0,l=o.toFixed(a);if(0==a)s=l,r="";else{var u=l.split(".");s=u[0],r="."+u[1]}for(var d=/(\d+)(\d{3})/;d.test(s);)s=s.replace(d,"$1,$2");return t.write(s+r)},e.helpers.repeat=function(t,i,n,c){for(var s=e.helpers.tap(c.times,t,i),r=n.block,o=0;o<s;o++)t=r(t,i.push({$idx:o,$len:s}));return t},e.helpers.scaleValueToPercent=function(t,i,n,c){var s=e.helpers.tap(c.min,t,i),r=e.helpers.tap(c.max,t,i),o=e.helpers.tap(c.value,t,i);if(a<s||a>r||r<s)throw new Error;var a=Math.round(100*(o-s)/(r-s));return t.write(a)},e}.apply(t,n),!(void 0!==c&&(e.exports=c))},function(e,t){e.exports=function(){var e=[];return e.toString=function(){for(var e=[],t=0;t<this.length;t++){var i=this[t];i[2]?e.push("@media "+i[2]+"{"+i[1]+"}"):e.push(i[1])}return e.join("")},e.i=function(t,i){"string"==typeof t&&(t=[[null,t,""]]);for(var n={},c=0;c<this.length;c++){var s=this[c][0];"number"==typeof s&&(n[s]=!0)}for(c=0;c<t.length;c++){var r=t[c];"number"==typeof r[0]&&n[r[0]]||(i&&!r[2]?r[2]=i:i&&(r[2]="("+r[2]+") and ("+i+")"),e.push(r))}},e}},function(e,t,i){var n,c;n=[],c=function(){"use strict";function e(e){this.id=e.id||Math.floor(4294967296*Math.random())+"."+Math.floor(4294967296*Math.random());var t="https://"+(e.hostname||"www.civicscience.com")+"/jot",i=0;this.jot=function(e,n,c){var s=document.createElement("img");s.src=t+"?j="+encodeURIComponent(this.id)+"&n="+encodeURIComponent(i++)+"&s="+encodeURIComponent(e)+"&t="+encodeURIComponent(n)+"&d="+encodeURIComponent(JSON.stringify(c))}}return e}.apply(t,n),!(void 0!==c&&(e.exports=c))},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w('<svg class="icon-down-caret" width="174" height="150" x="0" y="0" viewBox="0,0,174,150" overflow="hidden"><polygon points="87,150 174,0 0,0"/></svg>')}return e.register("icons/down-caret",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("icons/down-caret",e,t)};c.templateName="icons/down-caret",e.exports=c},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w('<svg class="icon-x" version="1.1" xmlns="http://www.w3.org/2000/svg" width="152" height="152" viewBox="-12 -12 152 152"><g data-width="128" data-height="128" display="inline"><path stroke-linecap="square" stroke-miterlimit="10" d="M13 13l102 102m0-102l-102 102"/></g></svg>')}return e.register("icons/x",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("icons/x",e,t)};c.templateName="icons/x",e.exports=c},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w('<div class="civsci-intro civsci-intro--type-').f(t.getPath(!1,["intro","type"]),t,"h").w('">').b(t.getBlock("IntroContent"),t,{},{}).w('<div class="civsci-widget__buttons civsci-slide__box"><button class="civsci-widget--primary-button" data-civsci-widget-next>').s(t.getPath(!1,["strings","bringOnTheQuestions"]),t,{},{}).w("</button></div></div>")}return e.register("widget/intro/_intro",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/intro/_intro",e,t)};c.templateName="widget/intro/_intro",e.exports=c},function(e,t,i){var n=i(1);i(9);!function(e){function t(e,t){return t=t.shiftBlocks(n),e.p("widget/_markable",t,t,{})}function i(e,t){return t=t.shiftBlocks(n),e.w('<div class="civsci-question__option civsci-widget--civicscience-clickable" data-civsci-widget-option="').f(t.get(["id"],!1),t,"h").w('"><input type="').f(t.getPath(!1,["question","type"]),t,"h").w('" name="civsci-').f(t.getPath(!1,["question","id"]),t,"h").w('" id="civsci-').f(t.get(["instance"],!1),t,"h").w("-").f(t.getPath(!1,["question","id"]),t,"h").w("-").f(t.get(["id"],!1),t,"h").w('"><label for="civsci-').f(t.get(["instance"],!1),t,"h").w("-").f(t.getPath(!1,["question","id"]),t,"h").w("-").f(t.get(["id"],!1),t,"h").w('">').f(t.get(["text"],!1),t,"h").w("</label></div>")}e.register("widget/question/_option",t);var n={Content:i};return t.__dustBody=!0,i.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/question/_option",e,t)};c.templateName="widget/question/_option",e.exports=c},function(e,t,i){var n=i(1);i(5);!function(e){function t(e,t){return t=t.shiftBlocks(d),e.p("widget/question/_question",t,t,{})}function i(e,t){return t=t.shiftBlocks(d),e.s(t.get(["question"],!1),t,{block:n},{})}function n(e,t){return t=t.shiftBlocks(d),e.s(t.get(["rows"],!1),t,{block:c},{})}function c(e,t){return t=t.shiftBlocks(d),e.w('<div class="civsci-slide__box"><div class="civsci-scale__row-label">').f(t.get(["text"],!1),t,"h").w("</div><table><tbody><tr>").s(t.get(["options"],!1),t,{block:s},{}).w("</tr><tr>").s(t.get(["columns"],!1),t,{block:u},{}).w("</tr></tbody></table></div>")}function s(e,t){return t=t.shiftBlocks(d),e.w('<td class="civsci-question__option"data-civsci-widget-option="').f(t.get(["id"],!1),t,"h").w('"').s(t.getPath(!1,["columns",t.get(["$idx"],!1)]),t,{block:r},{}).w('><input id="civsci-').f(t.get(["instance"],!1),t,"h").w("-").f(t.getPath(!1,["question","id"]),t,"h").w("-").f(t.get(["id"],!1),t,"h").w('" class="civsci-widget--civicscience-clickable-dark" type="radio"><label for="civsci-').f(t.get(["instance"],!1),t,"h").w("-").f(t.getPath(!1,["question","id"]),t,"h").w("-").f(t.get(["id"],!1),t,"h").w('"></label></td>')}function r(e,t){return t=t.shiftBlocks(d),e.x(t.get(["value"],!1),t,{block:o},{})}function o(e,t){return t=t.shiftBlocks(d),e.w('data-civsci-widget-scale-magnitude="').h("math",t,{},{key:t.get(["value"],!1),method:"abs"},"h").w('"data-civsci-widget-scale-sign="').h("lt",t,{else:a,block:l},{key:t.get(["value"],!1),value:0},"h").w('"')}function a(e,t){return t=t.shiftBlocks(d),e.w("+")}function l(e,t){return t=t.shiftBlocks(d),e.w("-")}function u(e,t){return t=t.shiftBlocks(d),e.w('<td class="civsci-scale__column-label"><span>').f(t.get(["text"],!1),t,"h").w("</span></td>")}e.register("widget/question/scale",t);var d={QuestionBody:i};return t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,l.__dustBody=!0,u.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/question/scale",e,t)};c.templateName="widget/question/scale",e.exports=c},function(e,t,i){var n=i(1);i(9),i(8),i(22);!function(e){function t(e,t){return t=t.shiftBlocks(f),e.p("widget/_markable",t,t,{isMarked:i})}function i(e,t){return t=t.shiftBlocks(f),e.f(t.get(["answered"],!1),t,"h")}function n(e,t){return t=t.shiftBlocks(f),e.w('<div class="civsci-result__option civsci-result--percent-').f(t.get(["percent"],!1),t,"h").x(t.get(["quiz"],!1),t,{block:c},{}).w('"><div class="civsci-result__option-chart-fill civsci-widget--partner-background-color"></div><div class="civsci-result__option-percent">').f(t.get(["percent"],!1),t,"h").w('%</div><div class="civsci-result__option-text">').x(t.get(["quiz"],!1),t,{block:a},{}).f(t.get(["text"],!1),t,"h").w("</div></div>")}function c(e,t){return t=t.shiftBlocks(f),e.w(" ").h("eq",t,{else:s,block:r},{key:o,value:"true"},"h")}function s(e,t){return t=t.shiftBlocks(f),e.w("civsci-widget--quiz-incorrect")}function r(e,t){return t=t.shiftBlocks(f),e.w("civsci-widget--quiz-correct")}function o(e,t){return t=t.shiftBlocks(f),e.f(t.getPath(!1,["quiz","correct"]),t,"h")}function a(e,t){return t=t.shiftBlocks(f),e.h("eq",t,{else:l,block:p},{key:_,value:"true"},"h")}function l(e,t){return t=t.shiftBlocks(f),e.h("eq",t,{block:u},{key:d,value:"true"},"h")}function u(e,t){return t=t.shiftBlocks(f),e.w('<span class="civsci-widget--quiz-icon">').p("icons/x",t,t,{}).w("</span>")}function d(e,t){return t=t.shiftBlocks(f),e.f(t.get(["answered"],!1),t,"h")}function p(e,t){return t=t.shiftBlocks(f),e.w('<span class="civsci-widget--quiz-icon">').p("icons/checkmark",t,t,{}).w("</span>")}function _(e,t){return t=t.shiftBlocks(f),e.f(t.getPath(!1,["quiz","correct"]),t,"h")}e.register("widget/result/_option_result_item",t);var f={Content:n};return t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,l.__dustBody=!0,u.__dustBody=!0,d.__dustBody=!0,p.__dustBody=!0,_.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/result/_option_result_item",e,t)};c.templateName="widget/result/_option_result_item",e.exports=c},function(e,t,i){var n=i(1);i(13);!function(e){function t(e,t){return e.w('<div class="civsci-result civsci-result-extra">').b(t.getBlock("Content"),t,{},{}).p("widget/result/_result_buttons",t,t,{}).w("</div>")}return e.register("widget/result/extras/_base",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/result/extras/_base",e,t)};c.templateName="widget/result/extras/_base",e.exports=c},function(e,t,i){var n=i(1);i(6),i(21),i(41);!function(e){function t(e,t){return t=t.shiftBlocks(u),e.p("widget/result/_result",t,t,{})}function i(e,t){return t=t.shiftBlocks(u),e.s(t.get(["result"],!1),t,{block:n},{})}function n(e,t){return t=t.shiftBlocks(u),e.s(t.get(["rows"],!1),t,{block:c},{})}function c(e,t){return t=t.shiftBlocks(u),e.w('<div class="civsci-slide__box civsci-scale__result-row"><div class="civsci-scale__row-label">').f(t.get(["text"],!1),t,"h").w('</div><div class="civsci-scale__chart"><table><tbody><tr>').s(t.get(["options"],!1),t,{block:s},{}).w('</tr></tbody></table><table class="civsci-scale__column-scale civsci-widget--partner-background-color" data-civsci-widget-scale-background="').s(t.get(["columns"],!1),t,{block:o},{}).w('"><tbody><tr>').s(t.get(["columns"],!1),t,{block:l},{}).w('</tr></tbody></table><div class="civsci-scale__average-rating-wrapper"><div class="civsci-scale__average-rating" style="right: ').h("scaleValueToPercent",t,{},{value:t.get(["average"],!1),min:t.get(["minValue"],!1),max:t.get(["maxValue"],!1)},"h").w('%;"><div class="civsci-scale__average-rating-icon">').p("icons/up-caret",t,t,{}).w('</div><div class="civsci-scale__average-rating-label"><span>').s(t.getPath(!1,["strings","ratingAverage"]),t,{},{}).w("</span></div></div></div></div></div>")}function s(e,t){return t=t.shiftBlocks(u),e.w("<td>").x(t.get(["answered"],!1),t,{block:r},{}).w("</td>")}function r(e,t){return t=t.shiftBlocks(u),e.w('<div class="civsci-scale__your-rating-label"><span>').s(t.getPath(!1,["strings","ratingYourRating"]),t,{},{}).w('</span></div><div class="civsci-scale__your-rating-icon">').p("icons/down-caret",t,t,{}).w("</div>")}function o(e,t){return t=t.shiftBlocks(u),e.f(t.get(["value"],!1),t,"h").h("sep",t,{block:a},{},"h")}function a(e,t){return t=t.shiftBlocks(u),e.w(",")}function l(e,t){return t=t.shiftBlocks(u),e.w('<td class="civsci-scale__column-label"><span>').f(t.get(["text"],!1),t,"h").w("</span></td>")}e.register("widget/result/scale",t);var u={ResultBody:i};return t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,l.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/result/scale",e,t)};c.templateName="widget/result/scale",e.exports=c},function(e,t,i){var n,c;n=[i(2),i(16),i(20),i(15)],c=function(e,t,i,n){"use strict";function c(e){var t=b[e.type];return void 0==t?null:new t(e)}function s(e,t){this.question=e,this.id=t.id,this.text=t.text,this.selected=!1,this.qid=t.qid;var i=t.ydata||"",n=t.ndata||"";this.getData=function(){return this.selected?i:n}}function r(t){this.id=t.id,this.type=t.type,this.text=t.text,this.answerUrl=t.answerUrl,this.role=t.role,this.getAllUnderlyingQuestionIds=function(){var t=[];return e.each(this.getAllDescendantOptions(),function(e,i){t.indexOf(i.qid)==-1&&t.push(i.qid)}),t},this.deselect=function(e){e.selected=!1}}function o(t){var i=this;r.call(this,t),this.options=[],e.each(t.options,function(e,t){i.options.push(new s(i,t))}),this.getAllDescendantOptions=function(){return this.options}}function a(t){o.call(this,t),this.select=function(t){e.each(this.options,function(e,i){i.selected=i==t})},this.isReady=function(){for(var e=0;e<this.options.length;e++)if(this.options[e].selected)return!0;return!1}}function l(t){var i=this;o.call(this,t);var n=t.checkbox.minChecked,c=t.checkbox.maxChecked,s={};e.each(t.options,function(e,t){t.isOptOut&&(s[t.id]=!0)}),this.select=function(t){t.selected=!0,s[t.id]?e.each(i.options,function(e,i){i!=t&&(i.selected=!1)}):e.each(i.options,function(e,i){i!=t&&s[i.id]&&(i.selected=!1)})},this.isReady=function(){var t=0,r=!1;return e.each(i.options,function(e,i){i.selected&&(t++,s[i.id]&&(r=!0))}),r||n<=t&&t<=c}}function u(t){function i(t){var i=-1;return e.each(c.rows,function(n,c){return e.each(c.options,function(e,c){if(c===t)return i=n,!1}),i==-1}),i}function n(t){var i=!1;return e.each(c.rows[t].options,function(e,t){if(t.selected)return i=!0,!1}),i}var c=this;r.call(this,t),this.columns=t.columns,this.rows=[],e.each(t.rows,function(t,i){var n=e.map(i.options,function(e){return new s(c,e)});if(n.length!=c.columns.length)throw new Error("Option and column counts do not match: "+n.length+" != "+c.columns.length);c.rows.push({text:i.text,options:n})}),this.getAllDescendantOptions=function(){var t=[];return e.each(this.rows,function(i,n){t=e.merge(t,n.options)}),t},this.isReady=function(){var t=!0;return e.each(this.rows,function(e){return t=n(e)}),t},this.select=function(t){var n=i(t);n!=-1&&e.each(this.rows[n].options,function(e,i){i.selected=i===t})}}function d(t){u.call(this,t),e.each(this.columns,function(e,t){t.value=+t.value})}function p(e,t){this.question=e,this.id=t.id,this.text=t.text,this.isSelected=function(){return t.selected},this.setSelected=function(e){e?t.question.select(t):t.question.deselect(t)}}function _(e){var t=this;this.id=e.id,this.type=e.type,this.text=e.text,this.role=e.role,this.getOptionById=function(i){for(var n=e.getAllDescendantOptions(),c=0;c<n.length;c++)if(n[c].id==i)return new p(t,n[c]);return null}}function f(t){var i=this;_.call(this,t),this.options=[],e.each(t.options,function(e,t){i.options.push(new p(i,t))})}function v(t){var i=this;_.call(this,t),this.columns=t.columns,this.rows=[],e.each(t.rows,function(t,n){var c=[];e.each(n.options,function(e,t){c.push(new p(i,t))}),i.rows.push({text:n.text,options:c})})}function h(i,n,c){var s=!1,r=null;this.served=function(){s||(s=!0,n())},this.canSubmit=function(){return s&&i.isReady()},this.submit=function(){if(this.canSubmit()){if(null!=r)return r;var n=i.answerUrl,s=[];return e.each(i.getAllDescendantOptions(),function(e,t){var i=t.getData();""!=i&&s.push(i)}),n+=n.indexOf("?")==-1?"?":"&",n+=s.join("&"),r=t(n,w).then(function(e){return e.restartData&&(x.push(e.restartData),x.length>30&&x.shift()),delete e.restartData,e}),c(r),r}return e.Deferred().reject(new Error("The question is not ready to submit")).promise()}}function g(e){var t=k[e.type];return void 0==t?null:new t(e)}function m(s){function r(){return v.then(function(e){if(""!=e.contextualQuestionHiddenState&&(!s.question||0==s.question.length))return D;var t=I(),i="https://"+s.hostname+"/widget/api/2/questions?target="+encodeURIComponent(s.target);return s.instance&&(i+="&instance="+encodeURIComponent(s.instance)),s.context&&(i+="&context="+encodeURIComponent(s.context)),s.question?i+="&question="+encodeURIComponent(s.question.join(",")):e.contextualQuestion&&(i+="&question="+encodeURIComponent(e.contextualQuestion)),s.survey&&(i+="&survey="+encodeURIComponent(s.survey)),s.locale&&(i+="&locale="+encodeURIComponent(s.locale)),s.template&&(i+="&template="+encodeURIComponent(s.template)),e.isOptedOutRespondent||(t&&(i+="&backupAlias="+encodeURIComponent(t)),s.userId&&(i+="&externalUserId="+encodeURIComponent(s.userId))),x.length>0&&(i+="&"+x.join("&")),i})}function o(i){var n=e.when(i||r()).then(function(e){return t(e)}),o=[],a=e.Deferred();u=n.then(function(e){return e.intro||null}),d=e.when(n,v).then(function(n,r){!i&&n.tracking&&n.tracking.pixels&&e.each(n.tracking.pixels,function(e,t){document.createElement("img").src=t});var u=[];return e.each(n.questions,function(i,d){var p=c(d);if(null!=p){var _=g(p);h.call(_,p,function(){l.jot("poll","served",{target:s.target,context:s.context,instance:s.instance,session:n.session,alias:n.alias,askable:p.id,questions:p.getAllUnderlyingQuestionIds(),usage:d.usage,position:i,locale:n.locale,natures:r.natures})},function(i){i.then(function(e){o.push(e.finishData||"")},function(){o.push("")}).always(function(){if(o.length==u.length){var i=n.finishUrl;if(i){var c=e.grep(o,function(e){return!!e});c.length>0&&(i+=i.indexOf("?")==-1?"?":"&",i+=c.join("&")),t(i).then(function(e){a.resolve(e)},function(e){a.resolve({})})}else a.resolve({})}})}),u.push(_)}}),0==u.length&&a.resolve(n.conclusion||{}),u}),p=n.then(function(e){return new Date(e.expirationTime)}),_=a.then(function(e){return{summary:e.summary||null,portalUrl:e.portalUrl||"",results:e.results||[]}}),f=a.then(function(e){var t=e.restartUrl||"";return""!=t&&x.length>0&&(t+="&"+x.join("&")),t})}var a=this;if(s=e.extend({},y,s),void 0==s.target)throw new Error("Poll API missing target option");s.question&&!e.isArray(s.question)&&(s.question=[s.question]);var l=new i({hostname:s.hostname});l.jot("poll","created",{target:s.target});var u,d,p,_,f,v=n({hostname:s.hostname,target:s.target,context:s.context,instance:s.instance}).promiseInfo();o(null),this.promiseIntro=function(){return u},this.promiseExpirationTime=function(){return p},this.promiseQuestions=function(){return d},this.promiseConclusion=function(){return _},this.promiseRestart=function(){return f.then(function(e){return o(e),a})}}var y={hostname:"www.civicscience.com",instance:"",context:"",question:"",survey:"",locale:"",userId:"",template:""},w=6e3,b={radio:a,checkbox:l,matrix:u,scale:d,spectrum:d},x=[],k={radio:f,checkbox:f,matrix:v,scale:v,spectrum:v},D=e.Deferred().promise(),I=function(){var e="__iqpbb",t=null;return function(){if(null!=t)return t;try{t=window.localStorage.getItem(e),null==t&&(t="local/"+Math.floor(4294967296*Math.random())+"."+Math.floor(4294967296*Math.random()),window.localStorage.setItem(e,t))}catch(e){}return t||""}}();return function(e){return new m(e)}}.apply(t,n),!(void 0!==c&&(e.exports=c))},function(e,t,i){t=e.exports=i(19)(),t.push([e.id,'#__ID__ .civsci-style-reset a,#__ID__ .civsci-style-reset button,#__ID__ .civsci-style-reset div,#__ID__ .civsci-style-reset img,#__ID__ .civsci-style-reset input,#__ID__ .civsci-style-reset label,#__ID__ .civsci-style-reset span,#__ID__ .civsci-style-reset table,#__ID__ .civsci-style-reset tbody,#__ID__ .civsci-style-reset td,#__ID__ .civsci-style-reset tfoot,#__ID__ .civsci-style-reset th,#__ID__ .civsci-style-reset thead,#__ID__ .civsci-style-reset tr{background-attachment:scroll;background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#000;border:medium none currentColor;bottom:auto;clear:none;clip:auto;color:inherit;counter-increment:none;counter-reset:none;cursor:auto;direction:inherit;display:inline;float:none;font-family:inherit;font-size:inherit;font-style:inherit;font-variant:normal;font-weight:inherit;height:auto;left:auto;letter-spacing:normal;line-height:inherit;list-style-type:inherit;list-style-position:outside;list-style-image:none;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;outline:medium none invert;overflow:visible;padding:0;position:static;quotes:"" "";right:auto;table-layout:auto;text-align:inherit;text-decoration:inherit;text-indent:0;text-transform:none;top:auto;unicode-bidi:normal;vertical-align:baseline;visibility:inherit;white-space:normal;width:auto;word-spacing:normal;z-index:auto;-webkit-background-origin:padding-box;background-origin:padding-box;-webkit-background-clip:border-box;background-clip:border-box;-webkit-background-size:auto;-moz-background-size:auto;background-size:auto;-webkit-border-image:none;-moz-border-image:none;-o-border-image:none;border-image:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-column-count:auto;-moz-column-count:auto;column-count:auto;-webkit-column-gap:normal;-moz-column-gap:normal;column-gap:normal;-webkit-column-rule:medium none #000;-moz-column-rule:medium none #000;column-rule:medium none #000;-webkit-column-span:1;-moz-column-span:1;column-span:1;-webkit-column-width:auto;-moz-column-width:auto;column-width:auto;font-feature-settings:normal;overflow-x:visible;overflow-y:visible;-webkit-hyphens:manual;-moz-hyphens:manual;hyphens:manual;-webkit-perspective:none;-moz-perspective:none;-ms-perspective:none;-o-perspective:none;perspective:none;-webkit-perspective-origin:50% 50%;-moz-perspective-origin:50% 50%;-ms-perspective-origin:50% 50%;-o-perspective-origin:50% 50%;perspective-origin:50% 50%;-webkit-backface-visibility:visible;-moz-backface-visibility:visible;-ms-backface-visibility:visible;-o-backface-visibility:visible;backface-visibility:visible;text-shadow:none;-webkit-transition:all 0s ease 0s;transition:all 0s ease 0s;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform-style:flat;-moz-transform-style:flat;-ms-transform-style:flat;-o-transform-style:flat;transform-style:flat;word-break:normal;word-wrap:inherit;overflow-wrap:inherit}#__ID__ .civsci-style-reset div{display:block}#__ID__ .civsci-style-reset table{display:table}#__ID__ .civsci-style-reset thead{display:table-header-group}#__ID__ .civsci-style-reset tbody{display:table-row-group}#__ID__ .civsci-style-reset tfoot{display:table-footer-group}#__ID__ .civsci-style-reset tr{display:table-row;background:transparent!important}#__ID__ .civsci-style-reset td,#__ID__ .civsci-style-reset th{display:table-cell;padding:2px;float:none!important}#__ID__ .civsci-style-reset a{color:blue;text-decoration:underline}#__ID__ .civsci-style-reset a:visited{color:#529}#__ID__ .civsci-style-reset a,#__ID__ .civsci-style-reset a *,#__ID__ .civsci-style-reset button,#__ID__ .civsci-style-reset input[type=button],#__ID__ .civsci-style-reset input[type=checkbox],#__ID__ .civsci-style-reset input[type=radio],#__ID__ .civsci-style-reset input[type=submit]{cursor:pointer}#__ID__ .civsci-style-reset button,#__ID__ .civsci-style-reset input[type=submit]{text-align:center;padding:2px 6px 3px;border-radius:4px;text-decoration:none;font-family:arial,helvetica,sans-serif;font-size:small;-webkit-appearance:push-button;color:buttontext;border:1px solid #a6a6a6;background:#d3d3d3;background:#fff;background:-moz-linear-gradient(top,#fff 0,#ddd 100%,#d1d1d1 100%,#ddd 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#ddd),color-stop(100%,#d1d1d1),color-stop(100%,#ddd));background:-webkit-linear-gradient(top,#fff,#ddd 100%,#d1d1d1 0,#ddd 0);background:-o-linear-gradient(top,#fff 0,#ddd 100%,#d1d1d1 100%,#ddd 100%);background:-ms-linear-gradient(top,#fff 0,#ddd 100%,#d1d1d1 100%,#ddd 100%);background:linear-gradient(180deg,#fff 0,#ddd 100%,#d1d1d1 0,#ddd 0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dddddd",GradientType=0);-webkit-box-shadow:1px 1px 0 #eee;-moz-box-shadow:1px 1px 0 #eee;-o-box-shadow:1px 1px 0 #eee;box-shadow:1px 1px 0 #eee;outline:initial}#__ID__ .civsci-style-reset button:active,#__ID__ .civsci-style-reset input[type=button]:active,#__ID__ .civsci-style-reset input[type=submit]:active{background:#3b679e;background:-moz-linear-gradient(top,#3b679e 0,#2b88d9 50%,#207cca 51%,#7db9e8 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#3b679e),color-stop(50%,#2b88d9),color-stop(51%,#207cca),color-stop(100%,#7db9e8));background:-webkit-linear-gradient(top,#3b679e,#2b88d9 50%,#207cca 51%,#7db9e8);background:-o-linear-gradient(top,#3b679e 0,#2b88d9 50%,#207cca 51%,#7db9e8 100%);background:-ms-linear-gradient(top,#3b679e 0,#2b88d9 50%,#207cca 51%,#7db9e8 100%);background:linear-gradient(180deg,#3b679e 0,#2b88d9 50%,#207cca 51%,#7db9e8);border-color:#5259b0}#__ID__ .civsci-style-reset button{padding:1px 6px 2px;margin-right:5px}#__ID__ .civsci-style-reset input[type=hidden]{display:none}#__ID__ .civsci-style-reset input{border:1px solid #ccc}#__ID__ .civsci-style-reset input[type=text]{background:#fff;padding:1px;font-family:initial;font-size:small}#__ID__ .civsci-style-reset input[type=checkbox],#__ID__ .civsci-style-reset input[type=radio]{border:1px solid #2b2b2b;border-radius:4px;outline:initial}#__ID__ .civsci-style-reset input[type=radio]{margin:2px 2px 3px}#__ID__ .civsci-style-reset input{vertical-align:middle}#__ID__ .civsci-style-reset table{border-collapse:collapse;border-spacing:0}#__ID__ .civsci-style-reset img{border:0}#__ID__ .civsci-style-reset{font-size:medium;line-height:1;direction:ltr;text-align:left;text-align:start;font-family:sans-serif;color:#000;font-style:normal;font-weight:400;text-decoration:none;list-style-type:disc;line-height:normal;word-wrap:break-word;overflow-wrap:break-word}#__ID__ .civsci-style-reset a{background-color:transparent;-webkit-text-decoration-skip:objects}#__ID__ .civsci-style-reset a:active,#__ID__ .civsci-style-reset a:hover{outline-width:0}#__ID__ .civsci-style-reset img{border-style:none}#__ID__ .civsci-style-reset svg:not(:root){overflow:hidden}#__ID__ .civsci-style-reset button,#__ID__ .civsci-style-reset input{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0;filter:none!important;overflow:visible}#__ID__ .civsci-style-reset button{text-transform:none}#__ID__ .civsci-style-reset [type=reset],#__ID__ .civsci-style-reset [type=submit],#__ID__ .civsci-style-reset button,#__ID__ .civsci-style-reset html [type=button]{-webkit-appearance:button}#__ID__ .civsci-style-reset [type=button]::-moz-focus-inner,#__ID__ .civsci-style-reset [type=reset]::-moz-focus-inner,#__ID__ .civsci-style-reset [type=submit]::-moz-focus-inner,#__ID__ .civsci-style-reset button::-moz-focus-inner{border-style:none;padding:0}#__ID__ .civsci-style-reset [type=button]:-moz-focusring,#__ID__ .civsci-style-reset [type=reset]:-moz-focusring,#__ID__ .civsci-style-reset [type=submit]:-moz-focusring,#__ID__ .civsci-style-reset button:-moz-focusring{outline:1px dotted ButtonText}',""]);
},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 109.8 106.7" style="enable-background:new 0 0 109.8 106.7;" xml:space="preserve"><g><path style="fill:#ffffff;" d="M83.2,55c0-15.9-13.1-28.7-29.1-28.3c-14.7,0.4-26.7,12.3-27.4,26.9c-0.5,10,4.3,18.9,11.7,24.3c3.8,2.7,6,7.2,6,11.8v0.3h21.2v-0.3c0-4.8,2.4-9.2,6.2-12C78.7,72.6,83.2,64.3,83.2,55z"/><rect x="44.4" y="95.9" style="fill:#ffffff;" width="21.1" height="9.1"/><rect x="54.9" y="95.9" class="civsci-icon--fill-shading" width="10.5" height="9.1"/><path class="civsci-icon--fill-shading" d="M57.4,75.9c4.3-5.8,6.9-13,6.9-20.8c0-11.5-5.6-21.7-14.1-28c9.5-1.5,19.6,1.8,26.5,9.9c8.9,10.5,9.1,26.2,0.3,36.9c-3.2,3.9-7.2,6.7-11.5,8.5v7.8H54.9v-5.7v-1.6C54.9,80.3,55.8,77.8,57.4,75.9L57.4,75.9z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M83.2,55c0-15.9-13.1-28.7-29.1-28.3c-14.7,0.4-26.7,12.3-27.4,26.9c-0.5,10,4.3,18.9,11.7,24.3c3.8,2.7,6,7.2,6,11.8v0.3h21.2v-0.3c0-4.8,2.4-9.2,6.2-12C78.7,72.6,83.2,64.3,83.2,55z"/><rect x="44.4" y="95.9" class="civsci-icon--stroke" style="fill:none;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" width="21.1" height="9.1"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M68.5,41.7c7.4,7.4,7.4,19.4,0,26.7"/><g><g><path class="civsci-icon--stroke" style="fill:none;stroke-width:4.2464;stroke-linecap:round;stroke-linejoin:round;" d="M32.4,89.6C32.4,89.6,32.4,89.6,32.4,89.6"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:4.2464;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.1415,10.1091;" d="M24.6,83.2c-7.2-7.5-11.7-17.8-11.7-29.1c0-23.2,18.8-42,42-42s42,18.8,42,42c0,12.7-5.6,24-14.4,31.7"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:4.2464;stroke-linecap:round;stroke-linejoin:round;" d="M78.5,88.9C78.5,88.9,78.5,88.9,78.5,88.9"/></g></g><g><g><path class="civsci-icon--stroke" style="fill:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;" d="M21.2,95C21.2,95,21.1,95,21.2,95"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.1767,12.624;" d="M12.5,85.8c-6.3-8.7-10-19.3-10-30.8C2.5,26,26,2.5,54.9,2.5s52.4,23.5,52.4,52.4c0,13.8-5.3,26.4-14.1,35.7"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;" d="M88.7,95C88.7,95,88.7,95,88.7,95"/></g></g></g></svg>')}return e.register("icons/lightbulb",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("icons/lightbulb",e,t)};c.templateName="icons/lightbulb",e.exports=c},function(e,t,i){var n,c;n=[i(18)],c=function(e){"use strict";function t(e){var t=e+"";if("number"==typeof e&&t.indexOf(".")==-1)for(var i=/(\d+)(\d{3})/;i.test(t);)t=t.replace(i,"$1,$2");return t}var i="%(",n=")";return function(c,s,r,o){for(var a="",l=0;;){var u=c.indexOf(i,l);if(u==-1)break;var d=c.indexOf(n,u);if(d==-1)break;a+=c.substring(l,u);var p=c.substring(u+i.length,d);a+=t(e.helpers.tap(o[p],s,r)||""),l=d+n.length}return a+=c.substring(l)}}.apply(t,n),!(void 0!==c&&(e.exports=c))},function(e,t,i){var n,c;n=[i(2)],c=function(e){function t(t,i){i=i||e(document),this.id=t||"";var n="";""==t||(n=t.match(/^[0-9]/)?"#\\3"+t[0]+" "+t.substring(1):"#"+t),this.load=function(t){return t=(t+"").replace(/#__ID__/g,n),e("<style>").attr("type","text/css").text(t).appendTo(i.find("head")),this}}return t}.apply(t,n),!(void 0!==c&&(e.exports=c))},function(e,t,i){t=e.exports=i(19)(),t.push([e.id,'#__ID__ .civsci-widget .civsci-widget--markable{padding-right:1.23077em;position:relative}#__ID__ .civsci-widget .civsci-widget--markable-icon{width:.92308em;position:absolute;top:50%;right:0;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);visibility:hidden}#__ID__ .civsci-widget .civsci-widget--markable-icon svg{width:100%}#__ID__ .civsci-widget .civsci-widget--markable[data-civsci-widget-markable-state=marked] .civsci-widget--markable-icon{visibility:visible}#__ID__ .civsci-widget .civsci-widget--markable-icon svg.icon-left-caret{stroke:none;fill:#999}#__ID__ .civsci-widget .civsci-widget--quiz-icon svg{height:100%;width:100%}#__ID__ .civsci-widget .civsci-widget--quiz-icon svg.icon-checkmark{fill:none;stroke:green;stroke-width:24}#__ID__ .civsci-widget .civsci-widget--quiz-icon svg.icon-x{fill:none;stroke:#d90000;stroke-width:26}#__ID__ .civsci-widget .civsci-result__option .civsci-widget--quiz-icon{width:1em;height:1em;position:absolute;top:50%;left:0;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%)}#__ID__ .civsci-widget .civsci-widget--quiz-correct .civsci-widget--title{color:green}#__ID__ .civsci-widget .civsci-widget--quiz-correct .civsci-result__option-chart-fill{background:#cfe6cf!important}#__ID__ .civsci-widget .civsci-widget--quiz-correct .civsci-result__option-text{padding-left:1.61538em}#__ID__ .civsci-widget .civsci-widget--quiz-correct.civsci-slide__banner{background:#e5f4e5!important}#__ID__ .civsci-widget .civsci-widget--quiz-incorrect .civsci-widget--title{color:#d90000}#__ID__ .civsci-widget .civsci-widget--quiz-incorrect .civsci-result__option-chart-fill{background:#ffd9d9!important}#__ID__ .civsci-widget .civsci-widget--quiz-incorrect.civsci-slide__banner{background:#ffecec!important}#__ID__ .civsci-widget [data-civsci-widget-markable-state=marked] .civsci-widget--quiz-incorrect .civsci-result__option-text{padding-left:1.61538em}#__ID__ .civsci-widget .civsci-summary--type-quiz .civsci-quiz-summary__title{text-align:center;line-height:1.8em}#__ID__ .civsci-widget .civsci-summary--type-quiz .civsci-quiz-summary__icons{text-align:center;line-height:2.2em}#__ID__ .civsci-widget .civsci-summary--type-quiz .civsci-widget--quiz-icon svg{height:1.8em;width:20%;min-width:1.8em}#__ID__ .civsci-widget .civsci-question--type-matrix table,#__ID__ .civsci-widget .civsci-result--type-matrix table{border-collapse:collapse;table-layout:fixed;width:100%}#__ID__ .civsci-widget .civsci-question--type-matrix td,#__ID__ .civsci-widget .civsci-question--type-matrix th,#__ID__ .civsci-widget .civsci-result--type-matrix td,#__ID__ .civsci-widget .civsci-result--type-matrix th{text-align:center;padding:.61538em 0}#__ID__ .civsci-widget .civsci-question--type-matrix td:first-child,#__ID__ .civsci-widget .civsci-question--type-matrix th:first-child,#__ID__ .civsci-widget .civsci-result--type-matrix td:first-child,#__ID__ .civsci-widget .civsci-result--type-matrix th:first-child{padding-left:.61538em}#__ID__ .civsci-widget .civsci-question--type-matrix td:first-child,#__ID__ .civsci-widget .civsci-result--type-matrix td:first-child{vertical-align:middle}#__ID__ .civsci-widget .civsci-question--type-matrix th,#__ID__ .civsci-widget .civsci-result--type-matrix th{font-weight:400;padding-top:0;vertical-align:bottom}#__ID__ .civsci-widget .civsci-question--type-matrix th span,#__ID__ .civsci-widget .civsci-result--type-matrix th span{font-size:.875em}#__ID__ .civsci-widget .civsci-question--type-matrix td.civsci-question__option,#__ID__ .civsci-widget .civsci-question--type-matrix td.civsci-result__option,#__ID__ .civsci-widget .civsci-result--type-matrix td.civsci-question__option,#__ID__ .civsci-widget .civsci-result--type-matrix td.civsci-result__option{border:none}#__ID__ .civsci-widget .civsci-question--type-matrix tbody tr:nth-of-type(odd) td{background-color:#f1f1f1}#__ID__ .civsci-widget .civsci-question--type-matrix td:not(.civsci-question__option){font-weight:700}#__ID__ .civsci-widget .civsci-question--type-matrix td.civsci-question__option{position:relative}#__ID__ .civsci-widget .civsci-question--type-matrix td.civsci-question__option input[type=radio]+label:before{content:"";width:18px;height:18px;border:1px solid #999;padding:0;box-sizing:border-box;background-color:#fff;z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);border-radius:50%}#__ID__ .civsci-widget .civsci-question--type-matrix td.civsci-question__option input[type=radio]:checked+label:after{content:"";width:12px;height:12px;border-radius:50%;background-color:#333;z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-result--type-matrix th{border-bottom:1px solid #999}#__ID__ .civsci-widget .civsci-result--type-matrix td:first-child{font-weight:700}#__ID__ .civsci-widget .civsci-result--type-matrix tr.civsci-matrix-result__percent-row td{border-top:1px solid #999;color:#999}#__ID__ .civsci-widget .civsci-result--type-matrix tr.civsci-matrix-result__chart-row td{height:4em;padding-top:1.23077em}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-matrix-result__chart{position:relative}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-matrix-result__chart-wrapper{width:70%;height:4em;position:absolute;bottom:0;left:15%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-matrix-result__chart-fill{width:100%;position:absolute;bottom:0;left:0;box-sizing:border-box;border:1px solid #999;border-bottom:none}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-matrix-result__selected-icon{height:.92308em;position:absolute;left:50%;bottom:calc(100% + .30769em);transform:translate(-50%);-ms-transform:translate(-50%);-webkit-transform:translate(-50%);visibility:hidden}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-matrix-result__selected-icon svg{height:100%;stroke:none;fill:#999}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-matrix-result--selected .civsci-matrix-result__selected-icon{visibility:visible}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-1 .civsci-matrix-result__chart-fill{height:1%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-1 .civsci-matrix-result__selected-icon{bottom:calc(1% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-2 .civsci-matrix-result__chart-fill{height:2%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-2 .civsci-matrix-result__selected-icon{bottom:calc(2% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-3 .civsci-matrix-result__chart-fill{height:3%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-3 .civsci-matrix-result__selected-icon{bottom:calc(3% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-4 .civsci-matrix-result__chart-fill{height:4%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-4 .civsci-matrix-result__selected-icon{bottom:calc(4% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-5 .civsci-matrix-result__chart-fill{height:5%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-5 .civsci-matrix-result__selected-icon{bottom:calc(5% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-6 .civsci-matrix-result__chart-fill{height:6%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-6 .civsci-matrix-result__selected-icon{bottom:calc(6% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-7 .civsci-matrix-result__chart-fill{height:7%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-7 .civsci-matrix-result__selected-icon{bottom:calc(7% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-8 .civsci-matrix-result__chart-fill{height:8%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-8 .civsci-matrix-result__selected-icon{bottom:calc(8% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-9 .civsci-matrix-result__chart-fill{height:9%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-9 .civsci-matrix-result__selected-icon{bottom:calc(9% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-10 .civsci-matrix-result__chart-fill{height:10%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-10 .civsci-matrix-result__selected-icon{bottom:calc(10% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-11 .civsci-matrix-result__chart-fill{height:11%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-11 .civsci-matrix-result__selected-icon{bottom:calc(11% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-12 .civsci-matrix-result__chart-fill{height:12%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-12 .civsci-matrix-result__selected-icon{bottom:calc(12% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-13 .civsci-matrix-result__chart-fill{height:13%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-13 .civsci-matrix-result__selected-icon{bottom:calc(13% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-14 .civsci-matrix-result__chart-fill{height:14%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-14 .civsci-matrix-result__selected-icon{bottom:calc(14% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-15 .civsci-matrix-result__chart-fill{height:15%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-15 .civsci-matrix-result__selected-icon{bottom:calc(15% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-16 .civsci-matrix-result__chart-fill{height:16%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-16 .civsci-matrix-result__selected-icon{bottom:calc(16% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-17 .civsci-matrix-result__chart-fill{height:17%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-17 .civsci-matrix-result__selected-icon{bottom:calc(17% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-18 .civsci-matrix-result__chart-fill{height:18%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-18 .civsci-matrix-result__selected-icon{bottom:calc(18% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-19 .civsci-matrix-result__chart-fill{height:19%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-19 .civsci-matrix-result__selected-icon{bottom:calc(19% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-20 .civsci-matrix-result__chart-fill{height:20%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-20 .civsci-matrix-result__selected-icon{bottom:calc(20% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-21 .civsci-matrix-result__chart-fill{height:21%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-21 .civsci-matrix-result__selected-icon{bottom:calc(21% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-22 .civsci-matrix-result__chart-fill{height:22%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-22 .civsci-matrix-result__selected-icon{bottom:calc(22% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-23 .civsci-matrix-result__chart-fill{height:23%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-23 .civsci-matrix-result__selected-icon{bottom:calc(23% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-24 .civsci-matrix-result__chart-fill{height:24%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-24 .civsci-matrix-result__selected-icon{bottom:calc(24% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-25 .civsci-matrix-result__chart-fill{height:25%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-25 .civsci-matrix-result__selected-icon{bottom:calc(25% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-26 .civsci-matrix-result__chart-fill{height:26%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-26 .civsci-matrix-result__selected-icon{bottom:calc(26% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-27 .civsci-matrix-result__chart-fill{height:27%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-27 .civsci-matrix-result__selected-icon{bottom:calc(27% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-28 .civsci-matrix-result__chart-fill{height:28%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-28 .civsci-matrix-result__selected-icon{bottom:calc(28% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-29 .civsci-matrix-result__chart-fill{height:29%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-29 .civsci-matrix-result__selected-icon{bottom:calc(29% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-30 .civsci-matrix-result__chart-fill{height:30%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-30 .civsci-matrix-result__selected-icon{bottom:calc(30% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-31 .civsci-matrix-result__chart-fill{height:31%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-31 .civsci-matrix-result__selected-icon{bottom:calc(31% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-32 .civsci-matrix-result__chart-fill{height:32%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-32 .civsci-matrix-result__selected-icon{bottom:calc(32% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-33 .civsci-matrix-result__chart-fill{height:33%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-33 .civsci-matrix-result__selected-icon{bottom:calc(33% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-34 .civsci-matrix-result__chart-fill{height:34%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-34 .civsci-matrix-result__selected-icon{bottom:calc(34% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-35 .civsci-matrix-result__chart-fill{height:35%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-35 .civsci-matrix-result__selected-icon{bottom:calc(35% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-36 .civsci-matrix-result__chart-fill{height:36%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-36 .civsci-matrix-result__selected-icon{bottom:calc(36% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-37 .civsci-matrix-result__chart-fill{height:37%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-37 .civsci-matrix-result__selected-icon{bottom:calc(37% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-38 .civsci-matrix-result__chart-fill{height:38%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-38 .civsci-matrix-result__selected-icon{bottom:calc(38% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-39 .civsci-matrix-result__chart-fill{height:39%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-39 .civsci-matrix-result__selected-icon{bottom:calc(39% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-40 .civsci-matrix-result__chart-fill{height:40%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-40 .civsci-matrix-result__selected-icon{bottom:calc(40% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-41 .civsci-matrix-result__chart-fill{height:41%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-41 .civsci-matrix-result__selected-icon{bottom:calc(41% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-42 .civsci-matrix-result__chart-fill{height:42%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-42 .civsci-matrix-result__selected-icon{bottom:calc(42% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-43 .civsci-matrix-result__chart-fill{height:43%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-43 .civsci-matrix-result__selected-icon{bottom:calc(43% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-44 .civsci-matrix-result__chart-fill{height:44%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-44 .civsci-matrix-result__selected-icon{bottom:calc(44% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-45 .civsci-matrix-result__chart-fill{height:45%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-45 .civsci-matrix-result__selected-icon{bottom:calc(45% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-46 .civsci-matrix-result__chart-fill{height:46%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-46 .civsci-matrix-result__selected-icon{bottom:calc(46% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-47 .civsci-matrix-result__chart-fill{height:47%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-47 .civsci-matrix-result__selected-icon{bottom:calc(47% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-48 .civsci-matrix-result__chart-fill{height:48%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-48 .civsci-matrix-result__selected-icon{bottom:calc(48% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-49 .civsci-matrix-result__chart-fill{height:49%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-49 .civsci-matrix-result__selected-icon{bottom:calc(49% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-50 .civsci-matrix-result__chart-fill{height:50%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-50 .civsci-matrix-result__selected-icon{bottom:calc(50% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-51 .civsci-matrix-result__chart-fill{height:51%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-51 .civsci-matrix-result__selected-icon{bottom:calc(51% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-52 .civsci-matrix-result__chart-fill{height:52%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-52 .civsci-matrix-result__selected-icon{bottom:calc(52% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-53 .civsci-matrix-result__chart-fill{height:53%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-53 .civsci-matrix-result__selected-icon{bottom:calc(53% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-54 .civsci-matrix-result__chart-fill{height:54%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-54 .civsci-matrix-result__selected-icon{bottom:calc(54% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-55 .civsci-matrix-result__chart-fill{height:55%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-55 .civsci-matrix-result__selected-icon{bottom:calc(55% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-56 .civsci-matrix-result__chart-fill{height:56%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-56 .civsci-matrix-result__selected-icon{bottom:calc(56% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-57 .civsci-matrix-result__chart-fill{height:57%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-57 .civsci-matrix-result__selected-icon{bottom:calc(57% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-58 .civsci-matrix-result__chart-fill{height:58%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-58 .civsci-matrix-result__selected-icon{bottom:calc(58% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-59 .civsci-matrix-result__chart-fill{height:59%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-59 .civsci-matrix-result__selected-icon{bottom:calc(59% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-60 .civsci-matrix-result__chart-fill{height:60%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-60 .civsci-matrix-result__selected-icon{bottom:calc(60% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-61 .civsci-matrix-result__chart-fill{height:61%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-61 .civsci-matrix-result__selected-icon{bottom:calc(61% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-62 .civsci-matrix-result__chart-fill{height:62%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-62 .civsci-matrix-result__selected-icon{bottom:calc(62% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-63 .civsci-matrix-result__chart-fill{height:63%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-63 .civsci-matrix-result__selected-icon{bottom:calc(63% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-64 .civsci-matrix-result__chart-fill{height:64%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-64 .civsci-matrix-result__selected-icon{bottom:calc(64% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-65 .civsci-matrix-result__chart-fill{height:65%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-65 .civsci-matrix-result__selected-icon{bottom:calc(65% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-66 .civsci-matrix-result__chart-fill{height:66%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-66 .civsci-matrix-result__selected-icon{bottom:calc(66% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-67 .civsci-matrix-result__chart-fill{height:67%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-67 .civsci-matrix-result__selected-icon{bottom:calc(67% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-68 .civsci-matrix-result__chart-fill{height:68%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-68 .civsci-matrix-result__selected-icon{bottom:calc(68% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-69 .civsci-matrix-result__chart-fill{height:69%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-69 .civsci-matrix-result__selected-icon{bottom:calc(69% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-70 .civsci-matrix-result__chart-fill{height:70%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-70 .civsci-matrix-result__selected-icon{bottom:calc(70% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-71 .civsci-matrix-result__chart-fill{height:71%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-71 .civsci-matrix-result__selected-icon{bottom:calc(71% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-72 .civsci-matrix-result__chart-fill{height:72%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-72 .civsci-matrix-result__selected-icon{bottom:calc(72% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-73 .civsci-matrix-result__chart-fill{height:73%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-73 .civsci-matrix-result__selected-icon{bottom:calc(73% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-74 .civsci-matrix-result__chart-fill{height:74%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-74 .civsci-matrix-result__selected-icon{bottom:calc(74% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-75 .civsci-matrix-result__chart-fill{height:75%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-75 .civsci-matrix-result__selected-icon{bottom:calc(75% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-76 .civsci-matrix-result__chart-fill{height:76%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-76 .civsci-matrix-result__selected-icon{bottom:calc(76% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-77 .civsci-matrix-result__chart-fill{height:77%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-77 .civsci-matrix-result__selected-icon{bottom:calc(77% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-78 .civsci-matrix-result__chart-fill{height:78%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-78 .civsci-matrix-result__selected-icon{bottom:calc(78% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-79 .civsci-matrix-result__chart-fill{height:79%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-79 .civsci-matrix-result__selected-icon{bottom:calc(79% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-80 .civsci-matrix-result__chart-fill{height:80%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-80 .civsci-matrix-result__selected-icon{bottom:calc(80% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-81 .civsci-matrix-result__chart-fill{height:81%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-81 .civsci-matrix-result__selected-icon{bottom:calc(81% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-82 .civsci-matrix-result__chart-fill{height:82%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-82 .civsci-matrix-result__selected-icon{bottom:calc(82% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-83 .civsci-matrix-result__chart-fill{height:83%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-83 .civsci-matrix-result__selected-icon{bottom:calc(83% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-84 .civsci-matrix-result__chart-fill{height:84%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-84 .civsci-matrix-result__selected-icon{bottom:calc(84% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-85 .civsci-matrix-result__chart-fill{height:85%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-85 .civsci-matrix-result__selected-icon{bottom:calc(85% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-86 .civsci-matrix-result__chart-fill{height:86%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-86 .civsci-matrix-result__selected-icon{bottom:calc(86% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-87 .civsci-matrix-result__chart-fill{height:87%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-87 .civsci-matrix-result__selected-icon{bottom:calc(87% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-88 .civsci-matrix-result__chart-fill{height:88%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-88 .civsci-matrix-result__selected-icon{bottom:calc(88% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-89 .civsci-matrix-result__chart-fill{height:89%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-89 .civsci-matrix-result__selected-icon{bottom:calc(89% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-90 .civsci-matrix-result__chart-fill{height:90%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-90 .civsci-matrix-result__selected-icon{bottom:calc(90% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-91 .civsci-matrix-result__chart-fill{height:91%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-91 .civsci-matrix-result__selected-icon{bottom:calc(91% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-92 .civsci-matrix-result__chart-fill{height:92%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-92 .civsci-matrix-result__selected-icon{bottom:calc(92% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-93 .civsci-matrix-result__chart-fill{height:93%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-93 .civsci-matrix-result__selected-icon{bottom:calc(93% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-94 .civsci-matrix-result__chart-fill{height:94%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-94 .civsci-matrix-result__selected-icon{bottom:calc(94% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-95 .civsci-matrix-result__chart-fill{height:95%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-95 .civsci-matrix-result__selected-icon{bottom:calc(95% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-96 .civsci-matrix-result__chart-fill{height:96%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-96 .civsci-matrix-result__selected-icon{bottom:calc(96% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-97 .civsci-matrix-result__chart-fill{height:97%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-97 .civsci-matrix-result__selected-icon{bottom:calc(97% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-98 .civsci-matrix-result__chart-fill{height:98%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-98 .civsci-matrix-result__selected-icon{bottom:calc(98% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-99 .civsci-matrix-result__chart-fill{height:99%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-99 .civsci-matrix-result__selected-icon{bottom:calc(99% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-100 .civsci-matrix-result__chart-fill{height:100%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-100 .civsci-matrix-result__selected-icon{bottom:calc(100% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-0 .civsci-matrix-result__chart-fill{border:none}#__ID__ .civsci-widget .civsci-question--type-scale .civsci-scale__row-label,#__ID__ .civsci-widget .civsci-question--type-spectrum .civsci-scale__row-label,#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__row-label,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__row-label{font-weight:700}#__ID__ .civsci-widget .civsci-question--type-scale table,#__ID__ .civsci-widget .civsci-question--type-spectrum table,#__ID__ .civsci-widget .civsci-result--type-scale table,#__ID__ .civsci-widget .civsci-result--type-spectrum table{border-collapse:collapse;table-layout:fixed;width:100%;margin-top:1.23077em}#__ID__ .civsci-widget .civsci-question--type-scale td,#__ID__ .civsci-widget .civsci-question--type-spectrum td,#__ID__ .civsci-widget .civsci-result--type-scale td,#__ID__ .civsci-widget .civsci-result--type-spectrum td{text-align:center}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-scale__column-label,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-scale__column-label,#__ID__ .civsci-widget .civsci-result--type-scale td.civsci-scale__column-label,#__ID__ .civsci-widget .civsci-result--type-spectrum td.civsci-scale__column-label{vertical-align:top;padding-top:.61538em}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-scale__column-label span,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-scale__column-label span,#__ID__ .civsci-widget .civsci-result--type-scale td.civsci-scale__column-label span,#__ID__ .civsci-widget .civsci-result--type-spectrum td.civsci-scale__column-label span{font-size:.875em}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option,#__ID__ .civsci-widget .civsci-result--type-scale td.civsci-question__option,#__ID__ .civsci-widget .civsci-result--type-spectrum td.civsci-question__option{border:none}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option{position:relative}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option input[type=radio]+label:before{content:"";width:24px;height:24px;border:1px solid #999;padding:0;box-sizing:border-box;background-color:#fff;z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);border-radius:50%}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option input[type=radio]:checked+label:after,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option input[type=radio]:checked+label:after{content:"";width:18px;height:18px;border-radius:50%;background-color:#333;z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude]+td.civsci-question__option[data-civsci-widget-scale-magnitude]:after,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude]+td.civsci-question__option[data-civsci-widget-scale-magnitude]:after{content:"";width:calc(100% - 24px);height:1px;border-top:1px solid #999;box-sizing:border-box;position:absolute;top:50%;right:calc(50% + 12px);display:table-cell}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude] input[type=radio]+label:before{background:inherit}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="0"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="0"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.72),hsla(0,0%,100%,.72))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="1"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="1"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.7128),hsla(0,0%,100%,.7128))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="2"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="2"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.7056),hsla(0,0%,100%,.7056))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="3"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="3"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6984),hsla(0,0%,100%,.6984))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="4"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="4"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6912),hsla(0,0%,100%,.6912))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="5"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="5"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.684),hsla(0,0%,100%,.684))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="6"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="6"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6768),hsla(0,0%,100%,.6768))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="7"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="7"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6696),hsla(0,0%,100%,.6696))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="8"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="8"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6624),hsla(0,0%,100%,.6624))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="9"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="9"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6552),hsla(0,0%,100%,.6552))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="10"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="10"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.648),hsla(0,0%,100%,.648))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="11"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="11"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6408),hsla(0,0%,100%,.6408))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="12"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="12"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6336),hsla(0,0%,100%,.6336))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="13"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="13"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6264),hsla(0,0%,100%,.6264))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="14"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="14"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6192),hsla(0,0%,100%,.6192))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="15"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="15"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.612),hsla(0,0%,100%,.612))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="16"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="16"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6048),hsla(0,0%,100%,.6048))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="17"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="17"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5976),hsla(0,0%,100%,.5976))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="18"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="18"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5904),hsla(0,0%,100%,.5904))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="19"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="19"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5832),hsla(0,0%,100%,.5832))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="20"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="20"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.576),hsla(0,0%,100%,.576))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="21"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="21"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5688),hsla(0,0%,100%,.5688))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="22"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="22"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5616),hsla(0,0%,100%,.5616))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="23"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="23"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5544),hsla(0,0%,100%,.5544))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="24"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="24"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5472),hsla(0,0%,100%,.5472))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="25"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="25"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.54),hsla(0,0%,100%,.54))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="26"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="26"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5328),hsla(0,0%,100%,.5328))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="27"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="27"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5256),hsla(0,0%,100%,.5256))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="28"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="28"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5184),hsla(0,0%,100%,.5184))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="29"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="29"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5112),hsla(0,0%,100%,.5112))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="30"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="30"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.504),hsla(0,0%,100%,.504))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="31"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="31"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4968),hsla(0,0%,100%,.4968))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="32"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="32"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4896),hsla(0,0%,100%,.4896))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="33"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="33"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4824),hsla(0,0%,100%,.4824))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="34"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="34"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4752),hsla(0,0%,100%,.4752))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="35"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="35"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.468),hsla(0,0%,100%,.468))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="36"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="36"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4608),hsla(0,0%,100%,.4608))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="37"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="37"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4536),hsla(0,0%,100%,.4536))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="38"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="38"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4464),hsla(0,0%,100%,.4464))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="39"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="39"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4392),hsla(0,0%,100%,.4392))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="40"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="40"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.432),hsla(0,0%,100%,.432))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="41"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="41"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4248),hsla(0,0%,100%,.4248))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="42"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="42"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4176),hsla(0,0%,100%,.4176))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="43"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="43"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4104),hsla(0,0%,100%,.4104))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="44"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="44"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4032),hsla(0,0%,100%,.4032))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="45"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="45"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.396),hsla(0,0%,100%,.396))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="46"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="46"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3888),hsla(0,0%,100%,.3888))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="47"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="47"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3816),hsla(0,0%,100%,.3816))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="48"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="48"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3744),hsla(0,0%,100%,.3744))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="49"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="49"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3672),hsla(0,0%,100%,.3672))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="50"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="50"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.36),hsla(0,0%,100%,.36))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="51"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="51"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3528),hsla(0,0%,100%,.3528))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="52"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="52"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3456),hsla(0,0%,100%,.3456))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="53"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="53"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3384),hsla(0,0%,100%,.3384))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="54"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="54"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3312),hsla(0,0%,100%,.3312))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="55"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="55"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.324),hsla(0,0%,100%,.324))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="56"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="56"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3168),hsla(0,0%,100%,.3168))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="57"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="57"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3096),hsla(0,0%,100%,.3096))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="58"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="58"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3024),hsla(0,0%,100%,.3024))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="59"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="59"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2952),hsla(0,0%,100%,.2952))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="60"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="60"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.288),hsla(0,0%,100%,.288))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="61"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="61"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2808),hsla(0,0%,100%,.2808))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="62"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="62"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2736),hsla(0,0%,100%,.2736))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="63"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="63"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2664),hsla(0,0%,100%,.2664))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="64"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="64"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2592),hsla(0,0%,100%,.2592))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="65"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="65"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.252),hsla(0,0%,100%,.252))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="66"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="66"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2448),hsla(0,0%,100%,.2448))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="67"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="67"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2376),hsla(0,0%,100%,.2376))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="68"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="68"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2304),hsla(0,0%,100%,.2304))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="69"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="69"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2232),hsla(0,0%,100%,.2232))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="70"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="70"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.216),hsla(0,0%,100%,.216))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="71"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="71"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2088),hsla(0,0%,100%,.2088))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="72"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="72"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2016),hsla(0,0%,100%,.2016))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="73"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="73"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1944),hsla(0,0%,100%,.1944))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="74"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="74"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1872),hsla(0,0%,100%,.1872))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="75"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="75"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.18),hsla(0,0%,100%,.18))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="76"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="76"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1728),hsla(0,0%,100%,.1728))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="77"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="77"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1656),hsla(0,0%,100%,.1656))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="78"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="78"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1584),hsla(0,0%,100%,.1584))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="79"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="79"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1512),hsla(0,0%,100%,.1512))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="80"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="80"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.144),hsla(0,0%,100%,.144))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="81"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="81"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1368),hsla(0,0%,100%,.1368))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="82"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="82"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1296),hsla(0,0%,100%,.1296))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="83"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="83"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1224),hsla(0,0%,100%,.1224))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="84"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="84"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1152),hsla(0,0%,100%,.1152))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="85"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="85"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.108),hsla(0,0%,100%,.108))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="86"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="86"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1008),hsla(0,0%,100%,.1008))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="87"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="87"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0936),hsla(0,0%,100%,.0936))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="88"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="88"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0864),hsla(0,0%,100%,.0864))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="89"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="89"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0792),hsla(0,0%,100%,.0792))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="90"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="90"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.072),hsla(0,0%,100%,.072))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="91"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="91"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0648),hsla(0,0%,100%,.0648))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="92"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="92"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0576),hsla(0,0%,100%,.0576))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="93"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="93"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0504),hsla(0,0%,100%,.0504))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="94"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="94"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0432),hsla(0,0%,100%,.0432))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="95"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="95"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.036),hsla(0,0%,100%,.036))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="96"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="96"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0288),hsla(0,0%,100%,.0288))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="97"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="97"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0216),hsla(0,0%,100%,.0216))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="98"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="98"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0144),hsla(0,0%,100%,.0144))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="99"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="99"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0072),hsla(0,0%,100%,.0072))}#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-sign="+"] input[type=radio]+label:before{background-color:#6bde6b!important}#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-sign="-"] input[type=radio]+label:before{background-color:#ff8383!important}#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="0"] input[type=radio]+label:before{background-color:#ccc!important}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__result-row,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__result-row{padding-bottom:1.23077em;border-bottom:1px dotted #999}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__result-row:first-child,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__result-row:first-child{padding-top:1.23077em;border-top:1px dotted #999}#__ID__ .civsci-widget .civsci-result--type-scale table.civsci-scale__column-scale,#__ID__ .civsci-widget .civsci-result--type-spectrum table.civsci-scale__column-scale{margin-top:0;border-radius:1em}#__ID__ .civsci-widget .civsci-result--type-scale td.civsci-scale__column-label,#__ID__ .civsci-widget .civsci-result--type-spectrum td.civsci-scale__column-label{vertical-align:middle;padding:.61538em}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__average-rating-label span,#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__your-rating-label span,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__average-rating-label span,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__your-rating-label span{font-size:.875em}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__average-rating-icon,#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__your-rating-icon,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__average-rating-icon,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__your-rating-icon{height:.92308em}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__average-rating-icon svg,#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__your-rating-icon svg,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__average-rating-icon svg,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__your-rating-icon svg{height:100%;width:100%;stroke:none;fill:#999}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__average-rating-wrapper,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__average-rating-wrapper{padding:0 .61538em}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__average-rating,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__average-rating{text-align:center;position:relative;top:0;right:0;transform:translate(50%);-ms-transform:translate(50%);-webkit-transform:translate(50%)}#__ID__ .civsci-widget .civsci-widget-trending-checklist{position:relative}#__ID__ .civsci-widget .civsci-widget-trending-checklist ul{list-style:none;padding:0;margin:0}#__ID__ .civsci-widget .civsci-widget-trending-checklist li{padding:.61538em 0 .61538em 1.5em;position:relative}#__ID__ .civsci-widget .civsci-widget-trending-checklist__bullet{display:block;width:6px;height:6px;background-color:#333;border-radius:50%;position:absolute;top:50%;left:2px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#__ID__ .civsci-widget .civsci-widget-trending-checklist__checkmark{display:block;width:1em;height:1em;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#__ID__ .civsci-widget .civsci-widget-trending-checklist__checkmark svg{width:100%;height:100%;fill:none;stroke:green;stroke-width:24}#__ID__ .civsci-widget .civsci-widget-trending-checklist__overlay{position:absolute;background:#fff;top:0;left:0;width:100%;height:100%}#__ID__ .civsci-widget [data-civsci-widget-slide-seen] .civsci-widget-trending-checklist__overlay{opacity:0;animation:trending-checklist-fade-out 1s;animation-fill-mode:forwards}#__ID__ .civsci-widget .civsci-widget-trending-checklist__congratulations{position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-widget-trending-checklist__congratulations-icon{text-align:center;margin-top:1em}#__ID__ .civsci-widget .civsci-widget-trending-checklist__congratulations-icon svg{width:30%;height:30%;margin:0 auto}#__ID__ .civsci-widget .civsci-widget-trending-checklist__congratulations-icon svg .civsci-icon--fill-shading{fill:none;fill:#e3e3e3}#__ID__ .civsci-widget .civsci-widget-trending-checklist__congratulations-icon svg .civsci-icon--fill-solid{fill:#bbb}#__ID__ .civsci-widget .civsci-widget-trending-checklist__congratulations-icon svg .civsci-icon--stroke{stroke:#bbb}#__ID__ .civsci-widget .civsci-widget-trending-checklist__congratulations-text{text-align:center;color:#999;font-size:1.23077em}@keyframes trending-checklist-fade-out{0%{opacity:1}to{opacity:0}}#__ID__ .civsci-widget:before{content:none;display:block;font-size:1.23077em;font-weight:700}#__ID__ .civsci-widget{font-family:sans-serif;font-size:13px;color:#333;font-weight:400;width:100%;box-sizing:border-box}#__ID__ .civsci-widget .civsci-widget--title{font-size:1.23077em;font-weight:700}#__ID__ .civsci-widget .civsci-widget__subtitle{font-size:1em;color:#999;margin:.61538em 0}#__ID__ .civsci-widget .civsci-widget--detail-text{color:#999}#__ID__ .civsci-widget .civsci-widget__body{width:100%;box-sizing:border-box;padding:4px;display:table;table-layout:fixed;min-height:250px;overflow:hidden}#__ID__ .civsci-widget .civsci-slide{position:relative;float:left;top:0;width:100%;padding:1.23077em;background:#fff;box-shadow:0 0 4px #aaa;box-sizing:border-box;min-height:250px;visibility:hidden;display:none;margin-left:-116%;left:348%;transition:left .6s}#__ID__ .civsci-widget .civsci-slide:first-child{left:-116%}#__ID__ .civsci-widget .civsci-slide:nth-child(2){left:0;visibility:visible}#__ID__ .civsci-widget .civsci-slide:nth-child(3){left:116%;display:block;visibility:visible}#__ID__ .civsci-widget .civsci-slide:nth-child(4){left:232%;visibility:visible}#__ID__ .civsci-widget .civsci-widget__body[data-civsci-widget-engaged] .civsci-slide{display:block}#__ID__ .civsci-widget .civsci-slide__box{margin-top:1.23077em;box-sizing:border-box}#__ID__ .civsci-widget .civsci-slide__box:first-child{margin-top:0!important}#__ID__ .civsci-widget .civsci-slide__banner{margin-left:-1.23077em;margin-right:-1.23077em;padding:1.23077em}#__ID__ .civsci-widget .civsci-slide__banner .civsci-slide__box{margin-top:.61538em}#__ID__ .civsci-widget .civsci-slide__banner .civsci-widget--title{font-size:1.07692em}#__ID__ .civsci-widget .civsci-question__option{margin-top:.61538em;border:1px solid #999}#__ID__ .civsci-widget .civsci-question__option:first-child{margin-top:0}#__ID__ .civsci-widget .civsci-question__option input[type=checkbox],#__ID__ .civsci-widget .civsci-question__option input[type=radio]{display:none}#__ID__ .civsci-widget .civsci-question__option label{display:inline-block;box-sizing:border-box;padding:.61538em;width:100%;cursor:pointer}#__ID__ .civsci-widget .civsci-widget--civicscience-clickable{background-color:#e6f6ff;transition:background-color .2s}#__ID__ .civsci-widget .civsci-widget--civicscience-clickable:hover{background-color:#cdedff}#__ID__ .civsci-widget .civsci-widget--civicscience-clickable-dark,#__ID__ .civsci-widget .civsci-widget--civicscience-clickable:active{background-color:#b3e4ff}#__ID__ .civsci-widget .civsci-signpost{font-size:1.4em;position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__text{text-align:center;color:#999}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__icon{text-align:center;margin-top:1em}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__icon svg{width:60%;margin:0 auto}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__icon svg .civsci-icon--fill-shading{fill:#e3e3e3}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__icon svg .civsci-icon--fill-solid{fill:#bbb}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__icon svg .civsci-icon--stroke{stroke:#bbb}#__ID__ .civsci-widget .civsci-result .civsci-result__option{margin-top:.61538em;padding:.61538em;border:1px solid #999;box-sizing:border-box;width:100%;position:relative;overflow:hidden;z-index:0}#__ID__ .civsci-widget .civsci-result .civsci-result__option-chart-fill{position:absolute;top:0;left:0;height:100%;width:0;z-index:-1}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-1 .civsci-result__option-chart-fill{width:1%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-2 .civsci-result__option-chart-fill{width:2%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-3 .civsci-result__option-chart-fill{width:3%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-4 .civsci-result__option-chart-fill{width:4%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-5 .civsci-result__option-chart-fill{width:5%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-6 .civsci-result__option-chart-fill{width:6%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-7 .civsci-result__option-chart-fill{width:7%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-8 .civsci-result__option-chart-fill{width:8%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-9 .civsci-result__option-chart-fill{width:9%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-10 .civsci-result__option-chart-fill{width:10%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-11 .civsci-result__option-chart-fill{width:11%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-12 .civsci-result__option-chart-fill{width:12%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-13 .civsci-result__option-chart-fill{width:13%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-14 .civsci-result__option-chart-fill{width:14%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-15 .civsci-result__option-chart-fill{width:15%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-16 .civsci-result__option-chart-fill{width:16%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-17 .civsci-result__option-chart-fill{width:17%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-18 .civsci-result__option-chart-fill{width:18%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-19 .civsci-result__option-chart-fill{width:19%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-20 .civsci-result__option-chart-fill{width:20%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-21 .civsci-result__option-chart-fill{width:21%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-22 .civsci-result__option-chart-fill{width:22%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-23 .civsci-result__option-chart-fill{width:23%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-24 .civsci-result__option-chart-fill{width:24%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-25 .civsci-result__option-chart-fill{width:25%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-26 .civsci-result__option-chart-fill{width:26%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-27 .civsci-result__option-chart-fill{width:27%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-28 .civsci-result__option-chart-fill{width:28%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-29 .civsci-result__option-chart-fill{width:29%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-30 .civsci-result__option-chart-fill{width:30%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-31 .civsci-result__option-chart-fill{width:31%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-32 .civsci-result__option-chart-fill{width:32%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-33 .civsci-result__option-chart-fill{width:33%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-34 .civsci-result__option-chart-fill{width:34%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-35 .civsci-result__option-chart-fill{width:35%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-36 .civsci-result__option-chart-fill{width:36%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-37 .civsci-result__option-chart-fill{width:37%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-38 .civsci-result__option-chart-fill{width:38%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-39 .civsci-result__option-chart-fill{width:39%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-40 .civsci-result__option-chart-fill{width:40%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-41 .civsci-result__option-chart-fill{width:41%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-42 .civsci-result__option-chart-fill{width:42%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-43 .civsci-result__option-chart-fill{width:43%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-44 .civsci-result__option-chart-fill{width:44%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-45 .civsci-result__option-chart-fill{width:45%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-46 .civsci-result__option-chart-fill{width:46%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-47 .civsci-result__option-chart-fill{width:47%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-48 .civsci-result__option-chart-fill{width:48%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-49 .civsci-result__option-chart-fill{width:49%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-50 .civsci-result__option-chart-fill{width:50%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-51 .civsci-result__option-chart-fill{width:51%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-52 .civsci-result__option-chart-fill{width:52%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-53 .civsci-result__option-chart-fill{width:53%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-54 .civsci-result__option-chart-fill{width:54%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-55 .civsci-result__option-chart-fill{width:55%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-56 .civsci-result__option-chart-fill{width:56%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-57 .civsci-result__option-chart-fill{width:57%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-58 .civsci-result__option-chart-fill{width:58%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-59 .civsci-result__option-chart-fill{width:59%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-60 .civsci-result__option-chart-fill{width:60%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-61 .civsci-result__option-chart-fill{width:61%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-62 .civsci-result__option-chart-fill{width:62%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-63 .civsci-result__option-chart-fill{width:63%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-64 .civsci-result__option-chart-fill{width:64%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-65 .civsci-result__option-chart-fill{width:65%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-66 .civsci-result__option-chart-fill{width:66%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-67 .civsci-result__option-chart-fill{width:67%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-68 .civsci-result__option-chart-fill{width:68%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-69 .civsci-result__option-chart-fill{width:69%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-70 .civsci-result__option-chart-fill{width:70%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-71 .civsci-result__option-chart-fill{width:71%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-72 .civsci-result__option-chart-fill{width:72%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-73 .civsci-result__option-chart-fill{width:73%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-74 .civsci-result__option-chart-fill{width:74%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-75 .civsci-result__option-chart-fill{width:75%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-76 .civsci-result__option-chart-fill{width:76%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-77 .civsci-result__option-chart-fill{width:77%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-78 .civsci-result__option-chart-fill{width:78%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-79 .civsci-result__option-chart-fill{width:79%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-80 .civsci-result__option-chart-fill{width:80%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-81 .civsci-result__option-chart-fill{width:81%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-82 .civsci-result__option-chart-fill{width:82%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-83 .civsci-result__option-chart-fill{width:83%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-84 .civsci-result__option-chart-fill{width:84%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-85 .civsci-result__option-chart-fill{width:85%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-86 .civsci-result__option-chart-fill{width:86%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-87 .civsci-result__option-chart-fill{width:87%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-88 .civsci-result__option-chart-fill{width:88%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-89 .civsci-result__option-chart-fill{width:89%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-90 .civsci-result__option-chart-fill{width:90%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-91 .civsci-result__option-chart-fill{width:91%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-92 .civsci-result__option-chart-fill{width:92%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-93 .civsci-result__option-chart-fill{width:93%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-94 .civsci-result__option-chart-fill{width:94%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-95 .civsci-result__option-chart-fill{width:95%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-96 .civsci-result__option-chart-fill{width:96%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-97 .civsci-result__option-chart-fill{width:97%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-98 .civsci-result__option-chart-fill{width:98%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-99 .civsci-result__option-chart-fill{width:99%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-100 .civsci-result__option-chart-fill{width:100%}#__ID__ .civsci-widget .civsci-result .civsci-result__option-text{position:relative;width:calc(100% - 3em)}#__ID__ .civsci-widget .civsci-result .civsci-result__option-percent{text-align:right;min-width:3em;padding-left:1.23077em;position:relative;float:right}#__ID__ .civsci-widget .civsci-slide__portal-link{width:67%;margin-left:auto;margin-right:auto;text-align:center}#__ID__ .civsci-widget .civsci-slide__portal-link a,#__ID__ .civsci-widget .civsci-slide__portal-link a:visited{cursor:pointer;color:#333;text-decoration:none;font-weight:700}#__ID__ .civsci-widget .civsci-slide__portal-link a:hover{text-decoration:underline}#__ID__ .civsci-widget .civsci-slide__privacy{margin-top:1em}#__ID__ .civsci-widget .civsci-slide__privacy a,#__ID__ .civsci-widget .civsci-slide__privacy span{color:#999;font-size:.84615em}#__ID__ .civsci-widget .civsci-slide__privacy a,#__ID__ .civsci-widget .civsci-slide__privacy a:visited{cursor:pointer;text-decoration:none}#__ID__ .civsci-widget .civsci-slide__privacy a:hover{border-bottom:1px dotted #999}#__ID__ .civsci-widget .civsci-widget__buttons{display:table;width:100%;text-align:center}#__ID__ .civsci-widget .civsci-widget__buttons a,#__ID__ .civsci-widget .civsci-widget__buttons button{display:inline-block;border:1px solid #999;border-radius:3px;padding:.61538em;margin-left:1.23077em;background:#fff;color:#333;text-transform:uppercase;text-align:center;text-decoration:none;outline:none;box-sizing:border-box;font-family:inherit;font-size:inherit;transition:background .2s,opacity .2s;box-shadow:none;position:relative;width:calc(50% - 1em)}#__ID__ .civsci-widget .civsci-widget__buttons a:first-child,#__ID__ .civsci-widget .civsci-widget__buttons button:first-child{margin-left:0}#__ID__ .civsci-widget .civsci-widget__buttons a:only-child,#__ID__ .civsci-widget .civsci-widget__buttons button:only-child{min-width:67%;width:auto;margin:0 auto}#__ID__ .civsci-widget .civsci-widget__buttons a:focus,#__ID__ .civsci-widget .civsci-widget__buttons button:focus{outline:none}#__ID__ .civsci-widget .civsci-widget__buttons a:before,#__ID__ .civsci-widget .civsci-widget__buttons button:before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:#333;opacity:0;border-radius:3px}#__ID__ .civsci-widget .civsci-widget__buttons a:not([disabled]):hover:before,#__ID__ .civsci-widget .civsci-widget__buttons button:not([disabled]):hover:before{opacity:.2}#__ID__ .civsci-widget .civsci-widget__buttons a:not([disabled]):active:before,#__ID__ .civsci-widget .civsci-widget__buttons button:not([disabled]):active:before{opacity:.4}#__ID__ .civsci-widget .civsci-widget__buttons a.civsci-widget--primary-button,#__ID__ .civsci-widget .civsci-widget__buttons button.civsci-widget--primary-button{background-color:#333;color:#fff;border:none!important;padding:calc(.61538em + 1px)}#__ID__ .civsci-widget .civsci-widget__buttons a.civsci-widget--primary-button:before,#__ID__ .civsci-widget .civsci-widget__buttons button.civsci-widget--primary-button:before{background:#fff}#__ID__ .civsci-widget .civsci-widget__buttons a[disabled],#__ID__ .civsci-widget .civsci-widget__buttons button[disabled]{opacity:.3}#__ID__ .civsci-widget .civsci-slide__overlay{display:none;background:#fff;position:absolute;top:0;left:0;width:100%;height:100%}#__ID__ .civsci-widget .civsci-slide__overlay[data-civsci-widget-slide-overlay=true]{display:block}#__ID__ .civsci-widget [data-civsci-widget-disabled]:before{content:" ";display:block;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}#__ID__ .civsci-widget .civsci-widget--partner-background-color{background-color:#b3e4ff}#__ID__ .civsci-widget .civsci-widget__caption-title{text-transform:uppercase;font-weight:700;margin-bottom:.30769em}#__ID__ .civsci-widget .civsci-widget__caption{background:#e6f6ff;color:#2272b9}#__ID__ .civsci-widget .civsci-widget__caption a,#__ID__ .civsci-widget .civsci-widget__caption a:visited{color:inherit;text-decoration:underline}#__ID__ .civsci-widget .civsci-widget__caption a:hover{color:#00a2ff}#__ID__ .civsci-widget .civsci-widget__caption:after{content:"";display:block;height:0;clear:both}#__ID__ .civsci-widget .civsci-widget__caption-icon{float:left;padding-right:.61538em}#__ID__ .civsci-widget .civsci-widget__caption-icon svg{width:36px;height:36px}#__ID__ .civsci-widget .civsci-widget__caption-icon svg .civsci-icon--stroke{stroke:#00a2ff}#__ID__ .civsci-widget .civsci-widget__caption-icon svg .civsci-icon--fill-solid{fill:#00a2ff}#__ID__ .civsci-widget .civsci-widget__caption-icon svg .civsci-icon--fill-shading{fill:#ccecff}#__ID__ .civsci-widget .civsci-widget__caption-text{display:table}#__ID__ .civsci-widget .civsci-widget__highlight-flag{margin-bottom:-1.23077em}#__ID__ .civsci-widget .civsci-question__option input[type=checkbox]+label,#__ID__ .civsci-widget .civsci-question__option input[type=radio]+label{position:relative;padding-left:calc(1.23077em + 18px)}#__ID__ .civsci-widget .civsci-question__option input[type=checkbox]+label:before,#__ID__ .civsci-widget .civsci-question__option input[type=radio]+label:before{content:"";width:18px;height:18px;border:1px solid #999;padding:0;box-sizing:border-box;background-color:#fff;z-index:0;position:absolute;top:50%;left:calc(.61538em + 9px);transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-question__option input[type=checkbox]:checked+label:after,#__ID__ .civsci-widget .civsci-question__option input[type=radio]:checked+label:after{position:absolute;content:"";z-index:0;padding:0}#__ID__ .civsci-widget .civsci-question__option input[type=radio]+label:before{border-radius:50%}#__ID__ .civsci-widget .civsci-question__option input[type=radio]:checked+label:after{width:12px;height:12px;border-radius:50%;background-color:#333;z-index:0;position:absolute;top:50%;left:calc(.61538em + 9px);transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-question__option input[type=checkbox]:checked+label:after{background:transparent;box-sizing:border-box;border-left:3px solid #333;border-bottom:3px solid #333;height:6px;width:11px;position:absolute;top:50%;left:calc(.61538em + 9px);transform:rotate(-45deg) translate(-50%,-50%);transform-origin:0 0;-ms-transform:rotate(-45deg) translate(-50%,-50%);-ms-transform-origin:0 0;-webkit-transform:rotate(-45deg) translate(-50%,-50%);-webkit-transform-origin:0 0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=checkbox]+label,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]+label{position:relative;padding-left:calc(1.23077em + 18px)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=checkbox]+label:before,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]+label:before{content:"";width:18px;height:18px;border:1px solid #999;padding:0;box-sizing:border-box;background-color:#fff;z-index:0;position:absolute;top:50%;left:calc(.61538em + 9px);transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=checkbox]:checked+label:after,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]:checked+label:after{position:absolute;content:"";z-index:0;padding:0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]+label:before{border-radius:50%}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]:checked+label:after{width:12px;height:12px;border-radius:50%;background-color:#333;z-index:0;position:absolute;top:50%;left:calc(.61538em + 9px);transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=checkbox]:checked+label:after{background:transparent;box-sizing:border-box;border-left:3px solid #333;border-bottom:3px solid #333;height:6px;width:11px;position:absolute;top:50%;left:calc(.61538em + 9px);transform:rotate(-45deg) translate(-50%,-50%);transform-origin:0 0;-ms-transform:rotate(-45deg) translate(-50%,-50%);-ms-transform-origin:0 0;-webkit-transform:rotate(-45deg) translate(-50%,-50%);-webkit-transform-origin:0 0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic]{overflow:hidden}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__body{overflow:visible}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-slide{background:transparent;padding-left:0;padding-right:0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-slide__overlay{background:transparent}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__body[data-civsci-widget-engaged] .civsci-slide{transition:none;display:none}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__body[data-civsci-widget-engaged] .civsci-slide:nth-child(3){display:block!important}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__body{padding:0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-slide{box-shadow:none}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option{margin-top:0;border:none;border-bottom:1px solid #ddd;margin-right:-1.23077em}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option label,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option label{padding:.76923em}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-widget--markable:first-child .civsci-question__option,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-widget--markable:first-child .civsci-question__option{border-top:1px solid #ddd}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-widget--civicscience-clickable,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-widget--civicscience-clickable{background-color:transparent!important;transition:none}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option input[type=checkbox]+label,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option input[type=radio]+label,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option input[type=checkbox]+label,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option input[type=radio]+label{padding-left:calc(.76923em + 18px)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option input[type=checkbox]+label:after,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option input[type=checkbox]+label:before,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option input[type=radio]+label:after,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option input[type=radio]+label:before,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option input[type=checkbox]+label:after,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option input[type=checkbox]+label:before,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option input[type=radio]+label:after,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option input[type=radio]+label:before{left:9px!important}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__buttons a,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__buttons button{padding:.76923em}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__buttons a:only-child,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__buttons button:only-child{min-width:0;width:100%}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__buttons button.civsci-question__submit-button{color:#333;background-color:#e0e0e0;padding:calc(.76923em + 1px)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__buttons button.civsci-question__submit-button:before{background-color:#333}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-result__option{background:#fff}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-matrix tbody tr:nth-of-type(odd) td{background-color:rgba(0,0,0,.05)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-slide__banner{margin-left:0;margin-right:0;padding-left:.61538em;padding-right:.61538em}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic][data-civsci-widget-natures~=ui-dark-theme]{color:#fff}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic][data-civsci-widget-natures~=ui-dark-theme] .civsci-widget__buttons a.civsci-widget--primary-button,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic][data-civsci-widget-natures~=ui-dark-theme] .civsci-widget__buttons button.civsci-widget--primary-button{color:#333;background:#fff}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic][data-civsci-widget-natures~=ui-dark-theme] .civsci-result__option{background:transparent}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic][data-civsci-widget-natures~=ui-dark-theme] .civsci-signpost__icon svg .civsci-icon--fill-shading{fill:none}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic][data-civsci-widget-natures~=ui-dark-theme] .civsci-signpost__icon svg .civsci-icon--fill-solid{fill:#bbb}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic][data-civsci-widget-natures~=ui-dark-theme] .civsci-signpost__icon svg .civsci-icon--stroke{stroke:#bbb}',""]);
},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w('<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 157 97.6" style="enable-background:new 0 0 157 97.6;" xml:space="preserve"><style>.civsci-icon--fill-shading {fill: #cecece;}.civsci-icon--fill-solid {fill: #000000;}.civsci-icon--stroke {stroke: #000000;}</style><g><path class="civsci-icon--fill-shading" d="M117,82.2c12.4,1.3,19.7,3.2,19.7,5.4c0,4-25.2,7.2-62,7.2s-61.5-3.2-61.5-7.2c0-2,6.2-3.8,17-5.1v5.1h87.3L117,82.2z"/></g><g><path class="civsci-icon--fill-solid" d="M117.4,20.4h-87c-0.7,0-1.3,0.6-1.3,1.3v65.8c0,0.7,0.6,1.3,1.3,1.3h87c0.7,0,1.3-0.6,1.3-1.3V21.8C118.7,21,118.1,20.4,117.4,20.4z M116,23.1v6.1H31.7v-6.1H116z M31.7,86.3V31.9H116v54.4H31.7z"/></g><rect x="31.7" y="23.1" class="civsci-icon--fill-shading" width="84.4" height="6.1"/><circle class="civsci-icon--fill-solid" cx="40.5" cy="26.2" r="1.2"/><rect x="47.8" y="38.1" class="civsci-icon--fill-shading civsci-icon--stroke" style="stroke-width:2.4999;stroke-miterlimit:10;" width="54.2" height="9.1"/><polygon style="fill:#ffffff;" points="120.9,91.2 114.9,91.2 113.1,71.1 120.9,71.1 "/><path style="fill:#FFFFFF;" d="M131.3,39.6c0,7.1-4.8,12-9.6,14c-1.1,0.5-1.1,1.7-2.4,1.7c-1.1,0-2.3,0.7-2.9,0c-0.5-0.6-0.3-2.4-1.2-3c-4-2.5-7.9-6.7-7.9-12.8c0-8.7,5.4-15.8,12-15.8S131.3,30.9,131.3,39.6z"/><ellipse class="civsci-icon--fill-shading" cx="126.5" cy="94.8" rx="12.9" ry="2.8"/><path style="fill:#FFFFFF;" d="M114.9,94.7c0-1.6,1.4-3.2,3.1-3.2s3.1,1.6,3.1,3.2H114.9z"/><path class="civsci-icon--fill-shading" d="M127.4,25c0,0,9.4,12.2-1.3,24.5l3,1.6C129.1,51.1,143.3,35.3,127.4,25z"/><path class="civsci-icon--fill-shading" d="M118.7,92h1.2V79.9l1.8-1.8v-3.2l-2.1-0.3V76c0,0,0.2,1.6-0.7,2.2c0,0-1.1,0.4-1.1,1.7v12h0.9V92z"/><path class="civsci-icon--stroke" style="fill:#FFFFFF;stroke-width:1.7377;stroke-linejoin:round;stroke-miterlimit:10;" d="M127.6,50.6c-1.6,1.3-3.8,2.4-6.7,2.9l-0.3,2.3l0.3-2.3"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.7377;stroke-linejoin:round;stroke-miterlimit:10;" d="M115.4,56.8l0.5-4.1c-9-3.3-9-12.1-9-12.1c-2.5-2.6,0.4-4.6,0.4-4.6c0.5-1.8,1.4-3.6,2.4-5"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.7377;stroke-linejoin:round;stroke-miterlimit:10;" x1="114.8" y1="79.2" x2="114.8" y2="92.5"/><path class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.4895;stroke-linejoin:round;stroke-miterlimit:10;" d="M115.7,91.4c-1.7,0-3.1,1.6-3.1,3.2h2.7"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.8963;stroke-linejoin:round;stroke-miterlimit:10;" d="M122.1,74.3v2.1c0,1.5-0.8,2.9-2,3.6v12.4"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.7377;stroke-linejoin:round;stroke-miterlimit:10;" d="M113.8,74.3L113.8,74.3v2.1c0,1.5,0.8,2.9,2,3.6v12.4"/><path style="fill:#ffffff;" d="M117,91.2c0,0,2,1.5,0.3,3.5l3.5-0.3C120.7,94.4,120.3,90.9,117,91.2z"/><path class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.7377;stroke-linejoin:round;stroke-miterlimit:10;" d="M118.5,55.9L118.5,55.9c2.7,0.1,5,2.2,5.3,4.9l1.3,13.5v0.2L111.2,74v-0.2l1.8-13.3C113.4,57.8,115.7,55.8,118.5,55.9z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.4895;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M121.7,38.6c1.4,1.3,1.5,3.5,0.2,4.9c-0.9,1-2.2,1.3-3.5,1"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.7377;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M123.2,46.5c1.3,1.7,2.9,3.2,4.9,4.1c0.2,0.1,0.5,0.2,0.7,0.2s0.4-0.2,0.5-0.3c1.4-1.1,2.6-2.5,3.5-4c2-3.3,2.8-7.3,2.2-11.1s-2.5-7.4-5.3-10c0.5,0.9,0.5,1.9,0.2,2.9c-0.8-2-2.4-3.6-4.3-4.5c0,0.7,0,1.4,0,2.1c0-0.4-2.7-1.3-3-1.4c-2.3-0.8-4.6-0.7-6.9,0.1c-3,0.9-5.7,2.9-7.1,5.6c1.3,0,2.9,0.9,4.1,1.4c2.3,1,4.4,2.5,6.2,4.2c0,0,2.4-1.2,4.7,0.5c2.9,2.1,2.9,6.8,0.4,9.4C123.8,46,123.5,46.3,123.2,46.5"/><g><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.4895;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M107.6,44c1.1,1.1,2.6,1.4,4,1.1"/></g><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.4895;stroke-linejoin:round;stroke-miterlimit:10;" d="M114.9,94.7c0-1.6,1.4-3.2,3.1-3.2s3.1,1.6,3.1,3.2H114.9z"/><path class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.7377;stroke-linejoin:round;stroke-miterlimit:10;" d="M109.1,63.7l-1.9-0.5c-1.3-0.4-2.6,0.1-2.9,1.1l0,0c-0.3,1,0.5,2.2,1.8,2.6l1.9,0.6"/><path class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.7377;stroke-linejoin:round;stroke-miterlimit:10;" d="M114.9,65.3l1.4-4.7c0.3-1.4,1.6-2.2,2.9-1.9s2,1.6,1.7,3c0,0.1-0.1,0.2-0.1,0.3l0,0l-1.7,5.5c0,0-0.7,4-6,2.3l-5.2-1.8c-0.5-0.2-0.8-0.7-0.5-1.2l0.9-2.8c0.2-0.4,0.7-0.6,1.2-0.4l4.7,1.5L114.9,65.3z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.558;stroke-linejoin:round;stroke-miterlimit:10;" d="M8.1,39l1.3-4c0-0.1,0.2-0.1,0.3,0l1.3,4c0,0,0,0.1,0.1,0.1l4,1.3c0.1,0,0.1,0.2,0,0.3l-4,1.3c0,0-0.1,0-0.1,0.1l-1.3,4c0,0.1-0.2,0.1-0.3,0l-1.3-4c0,0,0-0.1-0.1-0.1l-4-1.3c-0.1,0-0.1-0.2,0-0.3L8.1,39L8.1,39z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.558;stroke-linejoin:round;stroke-miterlimit:10;" d="M146.3,58.3l1.3-4c0-0.1,0.2-0.1,0.3,0l1.3,4c0,0,0,0.1,0.1,0.1l4,1.3c0.1,0,0.1,0.2,0,0.3l-4,1.3c0,0-0.1,0-0.1,0.1l-1.3,4c0,0.1-0.2,0.1-0.3,0l-1.3-4c0,0,0-0.1-0.1-0.1l-4-1.3c-0.1,0-0.1-0.2,0-0.3L146.3,58.3C146.2,58.3,146.3,58.3,146.3,58.3z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:0.9788;stroke-linejoin:round;stroke-miterlimit:10;" d="M152.5,45.5l0.8-2.5c0-0.1,0.1-0.1,0.2,0l0.8,2.5c0,0,0,0,0.1,0.1l2.5,0.8c0.1,0,0.1,0.1,0,0.2l-2.5,0.8c0,0,0,0-0.1,0.1l-0.8,2.5c0,0.1-0.1,0.1-0.2,0l-0.8-2.5c0,0,0,0-0.1-0.1l-2.5-0.8c-0.1,0-0.1-0.1,0-0.2L152.5,45.5C152.4,45.6,152.5,45.6,152.5,45.5z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:0.9788;stroke-linejoin:round;stroke-miterlimit:10;" d="M61,9l0.8-2.5c0-0.1,0.1-0.1,0.2,0L62.9,9c0,0,0,0,0.1,0.1l2.5,0.8c0.1,0,0.1,0.1,0,0.2L63,10.9c0,0,0,0-0.1,0.1L62,13.5c0,0.1-0.1,0.1-0.2,0L61,10.9c0,0,0,0-0.1-0.1L58.5,10c-0.1,0-0.1-0.1,0-0.2L61,9L61,9z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.152;stroke-linejoin:round;stroke-miterlimit:10;" d="M17,31.6l1-3c0-0.1,0.2-0.1,0.2,0l1,3c0,0,0,0.1,0.1,0.1l3,1c0.1,0,0.1,0.2,0,0.2l-3,1c0,0-0.1,0-0.1,0.1l-1,3c0,0.1-0.2,0.1-0.2,0l-1-3c0,0,0-0.1-0.1-0.1l-3-1c-0.1,0-0.1-0.2,0-0.2L17,31.6L17,31.6z"/><path class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.7377;stroke-linejoin:round;stroke-miterlimit:10;" d="M31.9,16.8c0.9-1.4,1.4-3,1.4-4.8c0-5-4.1-9.1-9.1-9.1h-13c-5,0-9.1,4.1-9.1,9.1s4.1,9.1,9.1,9.1h13c0.8,0,1.6-0.1,2.3-0.3c0.5,1.3,1.8,2.3,3.3,2.3c1.9,0,3.5-1.6,3.5-3.5C33.2,18.4,32.7,17.4,31.9,16.8z"/><circle class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.7601;stroke-linejoin:round;stroke-miterlimit:10;" cx="35.4" cy="26.3" r="1.8"/><path class="civsci-icon--fill-solid" d="M24.4,14L24.4,14c-1.1,0-2-0.9-2-2l0,0c0-1.1,0.9-2,2-2l0,0c1.1,0,2,0.9,2,2l0,0C26.4,13.1,25.5,14,24.4,14z"/><path class="civsci-icon--fill-solid" d="M17.7,14L17.7,14c-1.1,0-2-0.9-2-2l0,0c0-1.1,0.9-2,2-2l0,0c1.1,0,2,0.9,2,2l0,0C19.7,13.1,18.8,14,17.7,14z"/><path class="civsci-icon--fill-solid" d="M10.9,14L10.9,14c-1.1,0-2-0.9-2-2l0,0c0-1.1,0.9-2,2-2l0,0c1.1,0,2,0.9,2,2l0,0C12.9,13.1,12,14,10.9,14z"/><g><polyline class="civsci-icon--stroke" style="fill:none;stroke-width:2.4999;stroke-linejoin:round;stroke-miterlimit:10;" points="60.9,70.3 54.1,70.3 54.1,79.4 60.9,79.4 \t"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:2.4999;stroke-linejoin:round;stroke-miterlimit:10;" d="M92.8,70.3h-4.6c-1.3,0-2.3,1-2.3,2.3v4.6c0,1.3,1,2.3,2.3,2.3h4.6"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:2.4999;stroke-linejoin:round;stroke-miterlimit:10;" x1="54.1" y1="74.9" x2="58.6" y2="74.9"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:2.4999;stroke-linejoin:round;stroke-miterlimit:10;" x1="64.3" y1="72.6" x2="70" y2="72.6"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:2.4999;stroke-linejoin:round;stroke-miterlimit:10;" x1="64.3" y1="77.2" x2="70" y2="77.2"/><polyline class="civsci-icon--stroke" style="fill:none;stroke-width:2.4999;stroke-linejoin:round;stroke-miterlimit:10;" points="74.6,79.4 74.6,70.3 78,74.9 81.4,70.3 81.4,79.4 \t"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:2.4999;stroke-linejoin:round;stroke-miterlimit:10;" d="M89.4,60.1c0-2.3,1.8-3.4,3.4-3.4c1.7,0,3.4,1.3,3.4,3c0,2-6.8,6.1-6.8,6.1h6.8"/><rect x="49.5" y="52.1" class="civsci-icon--stroke" style="fill:none;stroke-width:2.4999;stroke-miterlimit:10;" width="52.4" height="35.5"/></g><polygon style="fill:#ffffff;" points="43.9,71.3 59.9,71.3 59.6,75.3 58,77.3 58,89.6 53.5,89.6 53.5,77.9 50.2,78.1 50.2,89.9 45.6,89.9 45.6,77.8 43.7,75.2 "/><ellipse class="civsci-icon--fill-shading" cx="51.7" cy="94.7" rx="13.1" ry="2.8"/><path class="civsci-icon--stroke" style="fill:#FFFFFF;stroke-width:1.5451;stroke-linejoin:round;stroke-miterlimit:10;" d="M67.1,43.1l0.9-2c0.5-1.2,1.8-1.8,2.9-1.4l0,0c1.1,0.4,1.6,1.8,1.1,3l-0.7,1.7"/><path class="civsci-icon--stroke" style="fill:#FFFFFF;stroke-width:1.5451;stroke-linejoin:round;stroke-miterlimit:10;" d="M40.9,72.8l-0.5,1.8c-0.4,1.2-1.5,2-2.5,1.7l0,0c-1-0.3-1.6-1.5-1.2-2.8l0.3-1.1"/><polyline style="fill:#ffffff;" points="58.8,61.4 59.9,71.3 43.9,71.3 44.5,61.5 40.2,72.9 36.7,72 41.9,56.3 "/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linejoin:round;stroke-miterlimit:10;" x1="43.4" y1="71.3" x2="59.9" y2="71.3"/><rect x="48.4" y="52.6" style="fill:#FFFFFF;" width="6.6" height="2.8"/><path style="fill:#ffffff;" d="M49.6,59.8h-5c-1.2,0-2.2-1-2.2-2.2v-0.3c0-1.2,1-2.2,2.2-2.2h5c1.2,0,2.2,1,2.2,2.2v0.3C51.8,58.8,50.8,59.8,49.6,59.8z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M48.3,54.9c-1.2,0-3-0.1-4.2,0.2c-0.8,0.2-1.6,0.6-2.2,1.2c-1.5,1.7-2.1,4.2-2.6,6.3c-0.7,2.9-1.9,6.5-2.6,9.4c-0.1,0.5,0.2,0.9,0.7,1h2.8c0.5,0.1,0.9-0.3,1-0.8l3.2-10.7l-1.1,9.9v0.2l0,0v2.2c0,1.6,0.9,3,2.2,3.8v13.1"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M55.2,54.9v-2.5c2.1-0.9,4.7-3,6.2-5"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="48.1" y1="54.9" x2="48.1" y2="52.4"/><polyline class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linejoin:round;stroke-miterlimit:10;" points="50.2,91.2 50.2,78.1 53.5,78.1 53.5,90.7 "/><path class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.5451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M59.9,71.3l-0.8-10.8c1.4-0.6,4.9-3.4,6.4-5.1c1.8-2.1,2.8-3.9,4.1-6.3c0.6-1.2,1.5-3,2-4.3c0.2-0.5,0-0.9-0.5-1.1l-3.5-0.6c-0.5-0.2-1,0.1-1.2,0.5l-5.5,8.8c-2.7,3-5.7,2.5-5.7,2.5c-1,0.7-2.4,1.2-3.5,1.2s-2.4-0.5-3.5-1.2"/><path class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.5451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M51.1,93c0-1.7-1.5-3.4-3.3-3.4s-3.3,1.7-3.3,3.4H51.1z"/><path class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.5451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M59.1,93c0-1.7-1.5-3.4-3.3-3.4s-3.3,1.7-3.3,3.4H59.1z"/><path class="civsci-icon--fill-shading civsci-icon--stroke" style="stroke-width:1.5451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M65.4,37.4c-0.4-7.8-6.8-14.1-13.5-14.1C45,23.4,38.1,29.9,38,38v14.6h17.2h10.2v-8.8V37.4z"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linejoin:round;stroke-miterlimit:10;" x1="47.5" y1="52.4" x2="47.5" y2="48.8"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linejoin:round;stroke-miterlimit:10;" x1="43.2" y1="52.4" x2="43.2" y2="48.8"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linejoin:round;stroke-miterlimit:10;" x1="56" y1="52.4" x2="56" y2="48.8"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linejoin:round;stroke-miterlimit:10;" x1="51.7" y1="52.4" x2="51.7" y2="48.8"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linejoin:round;stroke-miterlimit:10;" x1="60.3" y1="52.4" x2="60.3" y2="48.8"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M59.9,71.3v0.2v2.2c0,1.5-0.8,2.8-1.9,3.6v13.2"/></svg>')}return e.register("icons/calculating",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("icons/calculating",e,t)};c.templateName="icons/calculating",e.exports=c},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w('<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 167.1 101.9" style="enable-background:new 0 0 167.1 101.9;" xml:space="preserve"><path class="civsci-icon--fill-shading" d="M164.4,87h-6.8c-0.3,0-0.6-0.3-0.6-0.6v-0.5c0-0.3,0.3-0.6,0.6-0.6h6.8c0.3,0,0.6,0.3,0.6,0.6v0.5C165,86.8,164.7,87,164.4,87z"/><path class="civsci-icon--fill-solid" d="M166,86.2h-4.9c-0.6,0-1.2-0.5-1.2-1.2v-4.9c0-0.6,0.5-1.2,1.2-1.2h4.9c0.6,0,1.2,0.5,1.2,1.2V85C167.1,85.6,166.6,86.2,166,86.2z"/><path class="civsci-icon--fill-shading" d="M110.8,95.4h-8.6c-0.4,0-0.8-0.3-0.8-0.8v-0.7c0-0.4,0.3-0.8,0.8-0.8h8.6c0.4,0,0.8,0.3,0.8,0.8v0.7C111.6,95,111.3,95.4,110.8,95.4z"/><path class="civsci-icon--fill-solid" d="M112.8,94.2h-6.2c-0.8,0-1.5-0.7-1.5-1.5v-6.2c0-0.8,0.7-1.5,1.5-1.5h6.2c0.8,0,1.5,0.7,1.5,1.5v6.2C114.3,93.6,113.7,94.2,112.8,94.2z"/><path class="civsci-icon--fill-shading" d="M34.1,87h-6.8c-0.3,0-0.6-0.3-0.6-0.6v-0.5c0-0.3,0.3-0.6,0.6-0.6h6.8c0.3,0,0.6,0.3,0.6,0.6v0.5C34.8,86.8,34.5,87,34.1,87z"/><path class="civsci-icon--fill-solid" d="M35.7,86.2h-4.9c-0.6,0-1.2-0.5-1.2-1.2v-4.9c0-0.6,0.5-1.2,1.2-1.2h4.9c0.6,0,1.2,0.5,1.2,1.2V85C36.9,85.6,36.4,86.2,35.7,86.2z"/><path class="civsci-icon--fill-shading" d="M135.3,80.4H131c-0.2,0-0.4-0.2-0.4-0.4v-0.3c0-0.2,0.2-0.4,0.4-0.4h4.4c0.2,0,0.4,0.2,0.4,0.4V80C135.7,80.3,135.5,80.4,135.3,80.4z"/><path class="civsci-icon--fill-solid" d="M136.3,79.9h-3.1c-0.4,0-0.8-0.3-0.8-0.8V76c0-0.4,0.3-0.8,0.8-0.8h3.1c0.4,0,0.8,0.3,0.8,0.8v3.1C137.1,79.5,136.8,79.9,136.3,79.9z"/><path class="civsci-icon--fill-shading" d="M5.4,80.4H1c-0.2,0-0.4-0.2-0.4-0.4v-0.3c0-0.2,0.2-0.4,0.4-0.4h4.4c0.2,0,0.4,0.2,0.4,0.4V80C5.7,80.3,5.6,80.4,5.4,80.4z"/><path class="civsci-icon--fill-solid" d="M6.4,79.9H3.2c-0.4,0-0.8-0.3-0.8-0.8V76c0-0.4,0.3-0.8,0.8-0.8h3.1c0.4,0,0.8,0.3,0.8,0.8v3.1C7.1,79.5,6.8,79.9,6.4,79.9z"/><path class="civsci-icon--fill-shading" d="M72,2.3c0,0-17.4,15.3-1.5,36.5l-3.9,1.9c0,0-8.3-8.7-8.3-15.6C58.4,25.2,59.9,2.6,72,2.3z"/><polyline class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.8987;stroke-linejoin:round;stroke-miterlimit:10;" points="78.2,36.2 79,38.9 78.2,36.2 "/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.8987;stroke-linejoin:round;stroke-miterlimit:10;" d="M85,37.8l-1-3.4c10.1-5.3,8.8-15.7,8.8-15.7c2.5-3.5-1.2-5.4-1.2-5.4c-1.3-3.2-3.5-5.8-6.1-7.6l0,0"/><g><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.6275;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M91.9,25.8c-1.1,1.4-3.4,2.1-5.2,2"/></g><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.899;stroke-miterlimit:10;" d="M61.1,10.4c2.7-5.1,7.5-8.8,14.5-9.1c3.6-0.2,7.3,0.9,10.3,3.2c0,0,0.9,10.6-9.8,18.8c0,0-2.2,6.2,3.4,12.8l-13,3.6c-1.1,0.5-4.8-6.9-5.1-7.7C58.5,25,57.8,16.7,61.1,10.4z"/><path class="civsci-icon--fill-shading" d="M63.1,71.2h-4.4c-0.2,0-0.4-0.2-0.4-0.4v-0.3c0-0.2,0.2-0.4,0.4-0.4h4.4c0.2,0,0.4,0.2,0.4,0.4v0.3C63.5,71,63.3,71.2,63.1,71.2z"/><path class="civsci-icon--fill-solid" d="M64.1,70.6H61c-0.4,0-0.8-0.3-0.8-0.8v-3.1c0-0.4,0.3-0.8,0.8-0.8h3.1c0.4,0,0.8,0.3,0.8,0.8v3.1C64.9,70.3,64.5,70.6,64.1,70.6z"/><path class="civsci-icon--fill-solid" d="M106,39.7l-5.3-1.1c-0.5-0.1-0.8-0.6-0.7-1l1.1-5.3c0.1-0.5,0.6-0.8,1-0.7l5.3,1.1c0.5,0.1,0.8,0.6,0.7,1L107,39C106.9,39.5,106.5,39.8,106,39.7z"/><path class="civsci-icon--fill-solid" d="M102.7,32.3L99,32c-0.3,0-0.5-0.3-0.5-0.6l0.4-3.6c0-0.3,0.3-0.5,0.6-0.5l3.6,0.4c0.3,0,0.5,0.3,0.5,0.6l-0.4,3.6C103.3,32.1,103,32.3,102.7,32.3z"/><path class="civsci-icon--fill-solid" d="M100.3,38.6l-5.9,1.1c-0.5,0.1-1-0.2-1.1-0.8L92.2,33c-0.1-0.5,0.2-1,0.8-1.1l5.9-1.1c0.5-0.1,1,0.2,1.1,0.8l1.1,5.9C101.1,38,100.8,38.5,100.3,38.6z"/><path class="civsci-icon--fill-shading" d="M87.7,85.3c0,1.7-6.3,3.1-14.1,3.1s-14-1.4-14-3.1s6.3-3.1,14.1-3.1c2.2,0,4.3,0.1,6.2,0.3l-0.4,2.3L87.7,85.3z"/><path class="civsci-icon--fill-shading" d="M82.7,81.9h-1.5l4-14.4l-2.1-2.1v-0.7l2.5-0.3v1c0,0-0.2-0.5,0.9,0.2c0,0,1.3,0.5,1.3,2.1l-4,14.3L82.7,81.9L82.7,81.9z"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.6275;" x1="91.3" y1="66" x2="96.9" y2="80.6"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.6275;" x1="88.7" y1="72.2" x2="92.5" y2="82"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.6275;stroke-linejoin:round;stroke-miterlimit:10;" d="M99.1,82.6c-0.6-1.8-2.8-3.1-4.8-2.4s-2.8,3.1-2.2,4.9L99.1,82.6z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.6275;" d="M83.1,65.6c0.4,0.8,1.1,1.5,1.8,1.9l-4,14.8"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.6275;" d="M92.4,63.2c0,1.8-1,3.4-2.4,4.3l-4,14.8"/><path class="civsci-icon--fill-shading" d="M83.9,81.1c0,0-2.2,1.9,0,4.2h-4.1C79.7,85.3,80,81.1,83.9,81.1z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.6275;stroke-linejoin:round;stroke-miterlimit:10;" d="M86.8,85.1c0-1.9-1.7-3.9-3.7-3.9s-3.7,1.9-3.7,3.9H86.8z"/><line class="civsci-icon--stroke" style="fill:none;stroke-miterlimit:10;" x1="88.7" y1="72.2" x2="92.5" y2="82"/><path class="civsci-icon--stroke civsci-icon--fill-shading" style="stroke-width:1.8987;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M91.6,46l2.1-0.6l1.9,5.1L93,51.7c1.5,2.3,4.1,3.8,7,3.8l0,0c4.6,0,8.4-3.7,8.5-8.4l0.1-11.7l-16.8-0.1l-0.1,9.8"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.6275;" d="M90.9,46.4l-1.5-5c-1.3-3-4.6-4.6-7.8-3.7l0,0c-3.1,0.9-5.1,4.1-4.5,7.3L79,65.8V66l16.8-2.7l-0.1-0.2l-3.3-11.2"/><path class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.6275;stroke-linejoin:round;stroke-miterlimit:10;" d="M93.5,46.1l2-0.5c1.4-0.4,2.8,0.1,3.2,1.2l0,0c0.3,1.1-0.5,2.4-1.9,2.8l-2,0.6"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.6275;" d="M87.3,47.8l-1.5-5.1c-0.3-1.5-1.7-2.4-3.1-2.1c-1.4,0.3-2.2,1.8-1.8,3.2c0,0.1,0.1,0.2,0.1,0.3l0,0l1.8,6c0,0,0.8,4.4,6.5,2.5l5.6-1.9c0.5-0.2,0.8-0.8,0.6-1.3l-1-3.1c-0.2-0.5-0.7-0.7-1.3-0.5l-5.1,1.6L87.3,47.8z"/></svg>')}return e.register("icons/fetching",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("icons/fetching",e,t)};c.templateName="icons/fetching",e.exports=c},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w('<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.95 55.13"><path class="civsci-icon--fill-solid"d="M46.66,22.53a18.39,18.39,0,0,1-1.59-3.13C45.06,7.25,33.86,0,23,0A22.86,22.86,0,0,0,0,23.17c0,8.22,3,14.35,9.07,18.24V53.63a1.5,1.5,0,0,0,1.5,1.5H33.23a1.5,1.5,0,0,0,1.5-1.5V47.24c3.83-.07,6.21-0.54,8-2.33S45,37.77,45,34.76c0.61,0,1.32,0,2,0a3.18,3.18,0,0,0,2.47-1.33,3.13,3.13,0,0,0,.5-1.89c0-.09,0-0.19,0-0.29C50.12,28.59,48.28,25.37,46.66,22.53Zm0.26,9c0,0.08,0,.16,0,0.23l-0.09,0c-1.38.06-3.26,0-3.28,0a1.43,1.43,0,0,0-1.11.43,1.5,1.5,0,0,0-.45,1.1c0.09,3.84-.46,8.58-1.4,9.53-1.12,1.13-2.94,1.47-7.36,1.45a1.4,1.4,0,0,0-1.07.44,1.5,1.5,0,0,0-.44,1.06v6.38H12.07V40.57a1.5,1.5,0,0,0-.73-1.29C5.8,36,3,30.58,3,23.17A19.89,19.89,0,0,1,23,3c9.36,0,19,6.14,19,16.42,0,1.07.68,2.31,2,4.59s3,5.27,2.89,7C46.93,31.17,46.92,31.33,46.92,31.49Z"/><path class="civsci-icon--fill-solid"d="M29.54,11.5A6.81,6.81,0,0,0,23,14.64a6.82,6.82,0,0,0-6.51-3.14,7.39,7.39,0,0,0-6.32,7.65c0,6.62,10.73,14.54,12,15.42a1.5,1.5,0,0,0,1.75,0c1.22-.88,12-8.8,12-15.42A7.39,7.39,0,0,0,29.54,11.5ZM23,31.48c-4.13-3.16-9.83-8.75-9.83-12.33a4.43,4.43,0,0,1,3.68-4.67l0.42,0c1.63,0,3.5,1.13,4.28,4.35a1.5,1.5,0,0,0,2.92,0c0.85-3.5,3-4.53,4.7-4.33a4.43,4.43,0,0,1,3.68,4.67C32.86,23.09,26.42,28.87,23,31.48Z"/><path class="civsci-icon--fill-shading"d="M23,31.48c-4.13-3.16-9.83-8.75-9.83-12.33a4.43,4.43,0,0,1,3.68-4.67l0.42,0c1.63,0,3.5,1.13,4.28,4.35a1.5,1.5,0,0,0,2.92,0c0.85-3.5,3-4.53,4.7-4.33a4.43,4.43,0,0,1,3.68,4.67C32.86,23.09,26.42,28.87,23,31.48Z"/></svg>')}return e.register("icons/head-heart",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("icons/head-heart",e,t)};c.templateName="icons/head-heart",e.exports=c},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w('<svg class="icon-left-caret" width="150" height="174" x="0" y="0" viewBox="0,0,150,174" overflow="hidden"><polygon points="0,87 150,174 150,0"/></svg>')}return e.register("icons/left-caret",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("icons/left-caret",e,t)};c.templateName="icons/left-caret",e.exports=c},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w('<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 49.8 69.3" style="enable-background:new 0 0 49.8 69.3;"><path class="civsci-icon--fill-highlight" d="M46.56,32a5,5,0,0,1-4.9,3.4h-.1a1.61,1.61,0,0,0-1.3.6,1.4,1.4,0,0,0-.2,1.4v.1a4.83,4.83,0,0,1-3.8,6.4,5.27,5.27,0,0,1-3.5-.6h0a1.76,1.76,0,0,1-.5-.4l-.1-.1a1.46,1.46,0,0,0-2.1.3.76.76,0,0,0-.2.5v.1h0c-.1.1-.1.2-.2.3a5,5,0,0,1-6.6,2.8,4.83,4.83,0,0,1-2.8-2.8h0l-.2-.3a1.54,1.54,0,0,0-1.9-1c-.2.1-.3.1-.5.2l-.1.1-.6.3h0a5.37,5.37,0,0,1-3.5.6h0a5,5,0,0,1-2-.8,4.75,4.75,0,0,1-1.8-5.5l.1-.1a1.4,1.4,0,0,0-.2-1.4,1.61,1.61,0,0,0-1.3-.6h0a5.54,5.54,0,0,1-5-3.5,4.75,4.75,0,0,1,1.9-5.5l.1-.1a1.41,1.41,0,0,0,.5-2.1c-.1-.2-.3-.3-.4-.4l-.1-.1a4.75,4.75,0,0,1-1.9-5.5,5.08,5.08,0,0,1,4.9-3.4h.1a1.47,1.47,0,0,0,1.5-1.5.75.75,0,0,0-.1-.5v-.1a4.75,4.75,0,0,1,1.7-5.6,5.59,5.59,0,0,1,6.2.1l.1.1a1.55,1.55,0,0,0,2.1-.3.76.76,0,0,0,.2-.4v-.2a5.13,5.13,0,0,1,6.4-3.3,5,5,0,0,1,3.3,3.3v.1a1.54,1.54,0,0,0,1.9,1c.2-.1.3-.1.4-.2l.1-.1a5.1,5.1,0,0,1,6-.1,4.71,4.71,0,0,1,1.8,5.6v.1a1.45,1.45,0,0,0,.9,1.9,1.09,1.09,0,0,0,.5.1h.3a5,5,0,0,1,4.8,3.4,4.75,4.75,0,0,1-1.9,5.5l-.1.1a1.46,1.46,0,0,0-.4,2.1c.1.2.3.3.4.4l.1.1A4.67,4.67,0,0,1,46.56,32Z"/><polygon class="civsci-icon--fill-shading" points="24.9,14 26.9,21.1 35.1,21.1 29,26.2 32,34.3 24.9,29.3 17.7,34.3 20.8,26.2 14.7,21.1 22.8,21.1 "/><path class="civsci-icon--fill-solid" d="M36.5,20.6c-0.2-0.6-0.8-1-1.4-1H28l-1.7-6c-0.2-0.8-1.1-1.3-1.9-1c-0.5,0.1-0.9,0.5-1,1l-1.7,6h-7c-0.8,0-1.5,0.6-1.5,1.5c0,0.5,0.2,0.9,0.5,1.2l5.3,4.4l-2.7,7.1c-0.3,0.8,0.1,1.6,0.9,1.9c0.5,0.2,1,0.1,1.4-0.2l6.3-4.5l6.3,4.5c0.7,0.5,1.6,0.3,2.1-0.3c0.3-0.4,0.4-0.9,0.2-1.4l-2.7-7.1l5.3-4.4C36.5,21.9,36.7,21.2,36.5,20.6z M28,25c-0.5,0.4-0.7,1.1-0.4,1.7l1.3,3.5L25.8,28c-0.5-0.4-1.2-0.4-1.8,0l-3.1,2.2l1.3-3.5c0.2-0.6,0.1-1.3-0.4-1.7l-2.9-2.4h4c0.7,0,1.3-0.4,1.4-1.1l0.6-2.1l0.6,2.1c0.2,0.6,0.8,1.1,1.4,1.1h4L28,25z"/><path class="civsci-icon--fill-shading" d="M32,44.7h-1c-1.3,3.4-5.1,5-8.5,3.7c-1.7-0.7-3.1-2-3.7-3.7h-1c-1.4,0.8-3,1-4.6,0.7v22.4l11.7-11.7l11.7,11.7V45.4C35,45.7,33.4,45.4,32,44.7z"/><path class="civsci-icon--fill-solid" d="M47.6,25.2c2-2.1,2.6-5.1,1.7-7.8c-0.9-2.7-3.3-4.7-6.1-5.3c0.3-2.8-0.9-5.6-3.3-7.3c-2.4-1.7-5.4-2-8.1-0.8c-2.3-3.9-7.2-5.2-11.1-2.9c-1.2,0.7-2.2,1.7-2.9,2.9c-2.6-1.2-5.7-0.9-8.1,0.8c-2.3,1.7-3.6,4.5-3.3,7.3c-2.9,0.5-5.2,2.6-6.1,5.3c-0.9,2.7-0.2,5.7,1.7,7.8c-2,2.1-2.6,5.1-1.7,7.8c0.9,2.7,3.3,4.7,6.1,5.3c-0.4,3.6,1.7,7.1,5.2,8.3v21.2c0,0.8,0.7,1.5,1.5,1.5c0.4,0,0.8-0.2,1.1-0.4l10.6-10.6l10.6,10.6c0.6,0.6,1.5,0.6,2.1,0c0.3-0.3,0.4-0.7,0.4-1.1V46.5c3.5-1.2,5.6-4.6,5.2-8.3c2.8-0.5,5.2-2.5,6.1-5.2C50.3,30.3,49.6,27.3,47.6,25.2z M35.1,64.2L25.9,55c-0.6-0.6-1.5-0.6-2.1,0l-9.1,9.1V47c1.1,0,2.2-0.3,3.2-0.7c2.2,3.9,7.1,5.2,11,3c1.2-0.7,2.3-1.7,3-3c1,0.5,2.1,0.7,3.2,0.7L35.1,64.2L35.1,64.2z M46.5,32c-0.7,2.1-2.7,3.5-4.9,3.4h-0.1c-0.5,0-1,0.2-1.3,0.6c-0.3,0.4-0.4,0.9-0.2,1.4v0.1c0.7,2,0,4.3-1.8,5.6c-0.6,0.4-1.3,0.7-2,0.8c-1.2,0.2-2.5,0-3.5-0.6l0,0c-0.2-0.1-0.3-0.2-0.5-0.4l-0.1-0.1c-0.7-0.5-1.6-0.4-2.1,0.3c-0.1,0.1-0.2,0.3-0.2,0.5v0.1l0,0c-0.1,0.1-0.1,0.2-0.2,0.3c-1,2.6-4,3.9-6.6,2.8c-1.3-0.5-2.3-1.5-2.8-2.8l0,0L20,43.7c-0.2-0.8-1.1-1.2-1.9-1c-0.2,0.1-0.3,0.1-0.5,0.2L17.5,43c-0.2,0.1-0.4,0.2-0.6,0.3l0,0c-1.1,0.6-2.3,0.8-3.5,0.6l0,0c-0.7-0.1-1.4-0.4-2-0.8c-1.8-1.2-2.5-3.5-1.8-5.5l0.1-0.1c0.2-0.5,0.1-1-0.2-1.4c-0.3-0.4-0.8-0.6-1.3-0.6H8.2C6,35.4,4,34.1,3.2,32c-0.7-2.1,0.1-4.3,1.9-5.5l0.1-0.1C6,26,6.2,25,5.7,24.3c-0.1-0.2-0.3-0.3-0.4-0.4l-0.1-0.1c-1.8-1.2-2.6-3.4-1.9-5.5C4,16.2,6,14.9,8.2,14.9h0.1c0.8,0,1.5-0.6,1.5-1.5c0-0.2,0-0.4-0.1-0.5v-0.1c-0.8-2-0.1-4.3,1.7-5.6C13.3,6,15.8,6,17.6,7.3l0.1,0.1c0.7,0.5,1.6,0.3,2.1-0.3C19.9,7,20,6.8,20,6.7V6.5c0.9-2.7,3.7-4.1,6.4-3.3c1.6,0.5,2.8,1.7,3.3,3.3v0.1c0.2,0.8,1.1,1.2,1.9,1c0.2-0.1,0.3-0.1,0.4-0.2l0.1-0.1c1.8-1.3,4.2-1.4,6-0.1c1.8,1.2,2.6,3.5,1.8,5.6v0.1c-0.3,0.8,0.1,1.6,0.9,1.9c0.2,0.1,0.4,0.1,0.5,0.1h0.3c2.2,0,4.1,1.3,4.8,3.4c0.7,2.1-0.1,4.3-1.9,5.5l-0.1,0.1c-0.7,0.4-0.9,1.4-0.4,2.1c0.1,0.2,0.3,0.3,0.4,0.4l0.1,0.1C46.4,27.7,47.2,29.9,46.5,32z"/></svg>')}return e.register("icons/medal",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("icons/medal",e,t)};c.templateName="icons/medal",e.exports=c},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w('<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="6 6 80 80" style="enable-background:new 0 0 88 88;" xml:space="preserve"><g><path class="civsci-icon--fill-solid" d="M57.8,26.4H17.5c-0.9,0-1.5,0.6-1.5,1.5v32.1c0,0.9,0.6,1.5,1.5,1.5h40.3c0.9,0,1.5-0.6,1.5-1.5V27.8C59.3,27.1,58.7,26.4,57.8,26.4z M56.4,58.6H19V29.3h37.4V58.6z"/><path class="civsci-icon--fill-solid" d="M65.2,35.1H69c0.9,0,1.5-0.6,1.5-1.5c0-0.9-0.6-1.5-1.5-1.5h-4c-0.9,0-1.5,0.6-1.5,1.5C63.6,34.5,64.3,35.1,65.2,35.1z"/><path class="civsci-icon--fill-solid" d="M65.2,43.4H69c0.9,0,1.5-0.6,1.5-1.5s-0.6-1.5-1.5-1.5h-4c-0.9,0-1.5,0.6-1.5,1.5C63.7,42.9,64.3,43.4,65.2,43.4z"/><path class="civsci-icon--fill-solid" d="M67.1,48.2c-2.8,0-5.2,2.4-5.2,5.2c0,2.8,2.4,5.2,5.2,5.2s5.2-2.4,5.2-5.2C72.3,50.5,69.9,48.2,67.1,48.2zM67.1,55.7c-1.2,0-2.2-1-2.2-2.2s1-2.2,2.2-2.2s2.2,1,2.2,2.2S68.3,55.7,67.1,55.7z"/><rect x="19" y="29.3" class="civsci-icon--fill-shading" width="37.4" height="29.3"/><path class="civsci-icon--fill-shading" d="M67.1,55.7c-1.2,0-2.2-1-2.2-2.2s1-2.2,2.2-2.2s2.2,1,2.2,2.2S68.3,55.7,67.1,55.7z"/><ellipse class="civsci-icon--fill-shading" cx="44" cy="76.9" rx="39.2" ry="5.3"/><path class="civsci-icon--fill-solid" d="M73.4,19H37.1l5.2-5.2c0.6-0.6,0.6-1.5,0-2.1c-0.6-0.6-1.5-0.6-2.1,0l-4.6,4.6L25.5,6.2c-0.6-0.6-1.5-0.6-2.1,0c-0.6,0.6-0.6,1.5,0,2.1L33.8,19H14.6c-3.2,0-5.9,2.6-5.9,5.9V63c0,3.2,2.6,5.9,5.9,5.9h6.6v6c0,0.9,0.6,1.5,1.5,1.5h9.3c0.9,0,1.5-0.6,1.5-1.5v-6H54v6c0,0.9,0.6,1.5,1.5,1.5h9.3c0.9,0,1.5-0.6,1.5-1.5v-6h7.2c3.2,0,5.9-2.6,5.9-5.9V24.9C79.3,21.7,76.7,19,73.4,19z M30.5,73.5h-6.3v-4.6h6.3V73.5z M63.4,73.5h-6.3v-4.6h6.3V73.5z M76.4,63c0,1.6-1.3,2.9-2.9,2.9H14.6c-1.6,0-2.9-1.3-2.9-2.9V24.9c0-1.6,1.3-2.9,2.9-2.9h58.9c1.6,0,2.9,1.3,2.9,2.9V63z"/><rect x="57.1" y="68.9" style="fill: #ffffff;" width="6.3" height="4.6"/><rect x="24.1" y="68.9" style="fill: #ffffff;" width="6.3" height="4.6"/></g></svg>')}return e.register("icons/media",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("icons/media",e,t)};c.templateName="icons/media",e.exports=c},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w('<svg class="icon-up-caret" width="174" height="150" x="0" y="0" viewBox="0,0,174,150" overflow="hidden"><polygon points="87,0 174,150 0,150"/></svg>')}return e.register("icons/up-caret",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("icons/up-caret",e,t)};c.templateName="icons/up-caret",e.exports=c},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w('<div class="civsci-slide__box"><span class="civsci-widget--title">Ask a Question</span></div><div class="civsci-slide__box">You can see this polling widget because you are its administrator. Regular visitors will not see this widget until a question is asked.</div><div class="civsci-slide__box">Use the gear icon in the upper right corner to ask a page-level question, and then <a href="javascript:location.reload(true)">refresh this page</a>.</div>')}return e.register("widget/article_admin",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/article_admin",e,t)};c.templateName="widget/article_admin",e.exports=c},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w("#__ID__ .civsci-widget[data-civsci-widget-natures~='ui-classic'] .civsci-slide__banner {").s(t.get(["left"],!1),t,{block:i},{}).s(t.get(["right"],!1),t,{block:n},{}).w("}")}function i(e,t){return e.w("padding-left: ").f(t.get(["padding"],!1),t,"h").w(";margin-left: ").f(t.get(["margin"],!1),t,"h").w(";")}function n(e,t){return e.w("padding-right: ").f(t.get(["padding"],!1),t,"h").w(";margin-right: ").f(t.get(["margin"],!1),t,"h").w(";")}return e.register("widget/banner_css",t),t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/banner_css",e,t)};c.templateName="widget/banner_css",e.exports=c},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w('<div class="civsci-widget civsci-style-reset" data-civsci-widget-root>').nx(t.getPath(!1,["targetInfo","natures","ui-classic"]),t,{block:i},{}).w('<div class="civsci-widget__body" data-civsci-widget-body></div></div>')}function i(e,t){return e.w('<div class="civsci-widget__subtitle">').x(t.get(["partnerName"],!1),t,{else:n,block:c},{}).w("</div>")}function n(e,t){return e.s(t.getPath(!1,["strings","subtitleCivicScience"]),t,{},{})}function c(e,t){return e.s(t.getPath(!1,["strings","subtitlePartner"]),t,{},{partnerName:t.get(["partnerName"],!1)})}return e.register("widget/container",t),t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/container",e,t)};c.templateName="widget/container",e.exports=c},function(e,t,i){var n=i(1);i(3);!function(e){function t(e,t){return t=t.shiftBlocks(c),e.w("<div>").p("widget/_titled_text",t,t,{}).w("</div>")}function i(e,t){return t=t.shiftBlocks(c),e.s(t.getPath(!1,["strings","opinionExpert"]),t,{},{})}function n(e,t){return t=t.shiftBlocks(c),e.s(t.getPath(!1,["strings","noMoreQuestionsExplanation"]),t,{},{})}e.register("widget/intro/empty",t);var c={Title:i,Body:n};return t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/intro/empty",e,t)};c.templateName="widget/intro/empty",e.exports=c},function(e,t,i){var n=i(1);i(23),i(3);!function(e){function t(e,t){return t=t.shiftBlocks(s),e.p("widget/intro/_intro",t,t,{})}function i(e,t){return t=t.shiftBlocks(s),e.p("widget/_titled_text",t,t,{})}function n(e,t){return t=t.shiftBlocks(s),e.f(t.getPath(!1,["intro","title"]),t,"h")}function c(e,t){return t=t.shiftBlocks(s),e.f(t.getPath(!1,["intro","body"]),t,"h")}e.register("widget/intro/text",t);var s={Title:n,Body:c,IntroContent:i};return t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/intro/text",e,t)};c.templateName="widget/intro/text",e.exports=c},function(e,t,i){var n=i(1);i(11);!function(e){function t(e,t){return e.p("widget/question/_option_question",t,t,{})}return e.register("widget/question/checkbox",t),t.__dustBody=!0,
t}(n);var c=function(e,t){n.render("widget/question/checkbox",e,t)};c.templateName="widget/question/checkbox",e.exports=c},function(e,t,i){var n=i(1);i(5);!function(e){function t(e,t){return t=t.shiftBlocks(o),e.p("widget/question/_question",t,t,{})}function i(e,t){return t=t.shiftBlocks(o),e.s(t.get(["question"],!1),t,{block:n},{})}function n(e,t){return t=t.shiftBlocks(o),e.w('<table><thead><tr><th colspan="2">&nbsp;</th>').s(t.get(["columns"],!1),t,{block:c},{}).w("</tr></thead><tbody>").s(t.get(["rows"],!1),t,{block:s},{}).w("</tbody></table>")}function c(e,t){return t=t.shiftBlocks(o),e.w("<th><span>").f(t.get(["text"],!1),t,"h").w("</span></th>")}function s(e,t){return t=t.shiftBlocks(o),e.w('<tr><td colspan="2" class="civsci-matrix__row-label">').f(t.get(["text"],!1),t,"h").w("</td>").s(t.get(["options"],!1),t,{block:r},{}).w("</tr>")}function r(e,t){return t=t.shiftBlocks(o),e.w('<td class="civsci-question__option" data-civsci-widget-option="').f(t.get(["id"],!1),t,"h").w('"><input id="civsci-').f(t.get(["instance"],!1),t,"h").w("-").f(t.getPath(!1,["question","id"]),t,"h").w("-").f(t.get(["id"],!1),t,"h").w('" type="radio"><label for="civsci-').f(t.get(["instance"],!1),t,"h").w("-").f(t.getPath(!1,["question","id"]),t,"h").w("-").f(t.get(["id"],!1),t,"h").w('"></label></td>')}e.register("widget/question/matrix",t);var o={QuestionBody:i};return t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/question/matrix",e,t)};c.templateName="widget/question/matrix",e.exports=c},function(e,t,i){var n=i(1);i(11);!function(e){function t(e,t){return e.p("widget/question/_option_question",t,t,{})}return e.register("widget/question/radio",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/question/radio",e,t)};c.templateName="widget/question/radio",e.exports=c},function(e,t,i){var n=i(1);i(25);!function(e){function t(e,t){return e.p("widget/question/scale",t,t,{})}return e.register("widget/question/spectrum",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/question/spectrum",e,t)};c.templateName="widget/question/spectrum",e.exports=c},function(e,t,i){var n=i(1);i(12);!function(e){function t(e,t){return e.p("widget/result/_option_result",t,t,{})}return e.register("widget/result/checkbox",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/result/checkbox",e,t)};c.templateName="widget/result/checkbox",e.exports=c},function(e,t,i){var n=i(1);i(27),i(8),i(39);!function(e){function t(e,t){return t=t.shiftBlocks(u),e.p("widget/result/extras/_base",t,t,{})}function i(e,t){return t=t.shiftBlocks(u),e.w('<div class="civsci-widget-trending-checklist"><div class="civsci-slide__box"><span class="civsci-widget--title">').h("eq",t,{else:n,block:r},{key:t.getPath(!1,["result","unanswered","length"]),value:0},"h").w('</span></div><div class="civsci-slide__box"><ul>').s(t.getPath(!1,["result","answered"]),t,{block:o},{}).s(t.getPath(!1,["result","unanswered"]),t,{block:a},{}).w("</ul></div>").h("eq",t,{block:l},{key:t.getPath(!1,["result","unanswered","length"]),value:0},"h").w("</div>")}function n(e,t){return t=t.shiftBlocks(u),e.h("eq",t,{else:c,block:s},{key:t.getPath(!1,["result","answered","length"]),value:1},"h")}function c(e,t){return t=t.shiftBlocks(u),e.w("You’ve weighed in on ").f(t.getPath(!1,["result","answered","length"]),t,"h").w(" trending topics so far.")}function s(e,t){return t=t.shiftBlocks(u),e.w("Nice! You weighed in on one of our trending topics.")}function r(e,t){return t=t.shiftBlocks(u),e.w("<p>You weighed in on all of our current trending topics!</p><p>We add fresh topics every day.</p><p>Come back soon for the latest.</p>")}function o(e,t){return t=t.shiftBlocks(u),e.w('<li class="civsci-widget-trending-checklist--answered"><span class="civsci-widget-trending-checklist__checkmark">').p("icons/checkmark",t,t,{}).w('</span><span class="civsci-widget-trending-checklist__label">').f(t.getPath(!0,[]),t,"h").w("</span></li>")}function a(e,t){return t=t.shiftBlocks(u),e.w('<li class="civsci-widget-trending-checklist--unanswered"><span class="civsci-widget-trending-checklist__bullet"></span><span class="civsci-widget-trending-checklist__label">').f(t.getPath(!0,[]),t,"h").w("</span></li>")}function l(e,t){return t=t.shiftBlocks(u),e.w('<div class="civsci-widget-trending-checklist__overlay"><div class="civsci-widget-trending-checklist__congratulations"><div class="civsci-widget-trending-checklist__congratulations-text">High five!</div><div class="civsci-widget-trending-checklist__congratulations-icon">').p("icons/medal",t,t,{}).w("</div></div></div>")}e.register("widget/result/extras/trending-checklist",t);var u={Content:i};return t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,l.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/result/extras/trending-checklist",e,t)};c.templateName="widget/result/extras/trending-checklist",e.exports=c},function(e,t,i){var n=i(1);i(6),i(21);!function(e){function t(e,t){return t=t.shiftBlocks(l),e.p("widget/result/_result",t,t,{})}function i(e,t){return t=t.shiftBlocks(l),e.s(t.get(["result"],!1),t,{block:n},{})}function n(e,t){return t=t.shiftBlocks(l),e.w('<table><thead><tr><th colspan="2">&nbsp;</th>').s(t.get(["columns"],!1),t,{block:c},{}).w("</tr></thead><tbody>").s(t.get(["rows"],!1),t,{block:s},{}).w("</tbody></table>")}function c(e,t){return t=t.shiftBlocks(l),e.w("<th><span>").f(t.get(["text"],!1),t,"h").w("</span></th>")}function s(e,t){return t=t.shiftBlocks(l),e.w('<tr class="civsci-matrix-result__chart-row"><td colspan="2">').f(t.get(["text"],!1),t,"h").w("</td>").s(t.get(["options"],!1),t,{block:r},{}).w('</tr><tr class="civsci-matrix-result__percent-row"><td colspan="2">&nbsp;</td>').s(t.get(["options"],!1),t,{block:a},{}).w("</tr>")}function r(e,t){return t=t.shiftBlocks(l),e.w('<td class="civsci-matrix-result__chart civsci-result--percent-').f(t.get(["percent"],!1),t,"h").w(" ").x(t.get(["answered"],!1),t,{block:o},{}).w('"><div class="civsci-matrix-result__chart-wrapper"><div class="civsci-matrix-result__chart-fill civsci-widget--partner-background-color"></div><div class="civsci-matrix-result__selected-icon">').p("icons/down-caret",t,t,{}).w("</div></div></td>")}function o(e,t){return t=t.shiftBlocks(l),e.w("civsci-matrix-result--selected")}function a(e,t){return t=t.shiftBlocks(l),e.w('<td class="civsci-matrix-result__percent">').f(t.get(["percent"],!1),t,"h").w("%</td>")}e.register("widget/result/matrix",t);var l={ResultBody:i};return t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/result/matrix",e,t)};c.templateName="widget/result/matrix",e.exports=c},function(e,t,i){var n=i(1);i(12);!function(e){function t(e,t){return e.p("widget/result/_option_result",t,t,{})}return e.register("widget/result/radio",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/result/radio",e,t)};c.templateName="widget/result/radio",e.exports=c},function(e,t,i){var n=i(1);i(28);!function(e){function t(e,t){return e.p("widget/result/scale",t,t,{})}return e.register("widget/result/spectrum",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/result/spectrum",e,t)};c.templateName="widget/result/spectrum",e.exports=c},function(e,t,i){var n=i(1);i(14),i(36);!function(e){function t(e,t){return t=t.shiftBlocks(c),e.p("widget/signpost/_signpost",t,t,{})}function i(e,t){return t=t.shiftBlocks(c),e.s(t.getPath(!1,["strings","fetchingQuestions"]),t,{},{})}function n(e,t){return t=t.shiftBlocks(c),e.p("icons/fetching",t,t,{})}e.register("widget/signpost/questions",t);var c={Text:i,Icon:n};return t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/signpost/questions",e,t)};c.templateName="widget/signpost/questions",e.exports=c},function(e,t,i){var n=i(1);i(14),i(35);!function(e){function t(e,t){return t=t.shiftBlocks(c),e.p("widget/signpost/_signpost",t,t,{})}function i(e,t){return t=t.shiftBlocks(c),e.s(t.getPath(!1,["strings","calculatingResults"]),t,{},{})}function n(e,t){return t=t.shiftBlocks(c),e.p("icons/calculating",t,t,{})}e.register("widget/signpost/results",t);var c={Text:i,Icon:n};return t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/signpost/results",e,t)};c.templateName="widget/signpost/results",e.exports=c},function(e,t,i){var n=i(1);!function(e){function t(e,t){return e.w('<div class="civsci-slide" data-civsci-widget-slide><div class="civsci-slide__overlay" data-civsci-widget-slide-overlay="false"></div><div class="civsci-slide__content" data-civsci-widget-slide-content></div></div>')}return e.register("widget/slide",t),t.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/slide",e,t)};c.templateName="widget/slide",e.exports=c},function(e,t,i){var n=i(1);i(7),i(8),i(22);!function(e){function t(e,t){return t=t.shiftBlocks(a),e.p("widget/summary/_summary",t,t,{})}function i(e,t){return t=t.shiftBlocks(a),e.w('<div class="civsci-slide__box civsci-quiz-summary__title"><div class="civsci-widget--detail-text">').s(t.getPath(!1,["strings","quizSummaryYouAnswered"]),t,{},{}).w('</div><div class="civsci-widget--title">').s(t.getPath(!1,["strings","quizSummaryNOutOfM"]),t,{},{n:n,m:c}).w('</div><div class="civsci-widget--detail-text">').s(t.getPath(!1,["strings","quizSummaryQuestionsCorrectly"]),t,{},{}).w('</div></div><div class="civsci-slide__box civsci-quiz-summary__icons">').s(t.getPath(!1,["summary","resultSequence"]),t,{block:s},{}).w("</div>")}function n(e,t){return t=t.shiftBlocks(a),e.f(t.getPath(!1,["summary","countCorrect"]),t,"h")}function c(e,t){return t=t.shiftBlocks(a),e.f(t.getPath(!1,["summary","countTotal"]),t,"h")}function s(e,t){return t=t.shiftBlocks(a),e.x(t.get(["correct"],!1),t,{else:r,block:o},{})}function r(e,t){return t=t.shiftBlocks(a),e.w('<span class="civsci-widget--quiz-icon">').p("icons/x",t,t,{}).w("</span>")}function o(e,t){return t=t.shiftBlocks(a),e.w('<span class="civsci-widget--quiz-icon">').p("icons/checkmark",t,t,{}).w("</span>")}e.register("widget/summary/quiz",t);var a={SummaryContent:i};return t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/summary/quiz",e,t)};c.templateName="widget/summary/quiz",e.exports=c},function(e,t,i){var n=i(1);i(7),i(3);!function(e){function t(e,t){return t=t.shiftBlocks(s),e.p("widget/summary/_summary",t,t,{})}function i(e,t){return t=t.shiftBlocks(s),e.p("widget/_titled_text",t,t,{})}function n(e,t){return t=t.shiftBlocks(s),e.f(t.getPath(!1,["summary","title"]),t,"h")}function c(e,t){return t=t.shiftBlocks(s),e.f(t.getPath(!1,["summary","body"]),t,"h")}e.register("widget/summary/text",t);var s={Title:n,Body:c,SummaryContent:i};return t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/summary/text",e,t)};c.templateName="widget/summary/text",e.exports=c},function(e,t,i){var n=i(1);i(7),i(3);!function(e){function t(e,t){return t=t.shiftBlocks(s),e.p("widget/summary/_summary",t,t,{})}function i(e,t){return t=t.shiftBlocks(s),e.p("widget/_titled_text",t,t,{})}function n(e,t){return t=t.shiftBlocks(s),e.s(t.getPath(!1,["strings","thankYouTitle"]),t,{},{})}function c(e,t){return t=t.shiftBlocks(s),e.s(t.getPath(!1,["strings","thankYouBody"]),t,{},{})}e.register("widget/summary/thank_you",t);var s={Title:n,Body:c,SummaryContent:i};return t.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,t}(n);var c=function(e,t){n.render("widget/summary/thank_you",e,t)};c.templateName="widget/summary/thank_you",e.exports=c},function(e,t,i){var n,c,s;!function(r,o){i(4)&&i(4).dust===!0?(c=[i(1)],n=o,s="function"==typeof n?n.apply(t,c):n,!(void 0!==s&&(e.exports=s))):(e.exports=o(i(1)),e.exports.registerWith=o)}(this,function(e){function t(t,i,n){n=n||"INFO",t=t?"{@"+t+"}: ":"",e.log(t+i,n)}function i(e){d[e]||(t(e,"Deprecation warning: "+e+" is deprecated and will be removed in a future version of dustjs-helpers","WARN"),t(null,"For help and a deprecation timeline, see https://github.com/linkedin/dustjs-helpers/wiki/Deprecated-Features#"+e.replace(/\W+/g,""),"WARN"),d[e]=!0)}function n(e){return e.stack.tail&&e.stack.tail.head&&"undefined"!=typeof e.stack.tail.head.__select__}function c(e){return n(e)&&e.get("__select__")}function s(e,t){var i,n=e.stack.head,c=e.rebase();e.stack&&e.stack.tail&&(c.stack=e.stack.tail);var s={isPending:!1,isResolved:!1,isDeferredComplete:!1,deferreds:[]};for(i in t)s[i]=t[i];return c.push({__select__:s}).push(n,e.stack.index,e.stack.of)}function r(e){var t,i;if(e.isDeferredPending=!0,e.deferreds.length)for(e.isDeferredComplete=!0,t=0,i=e.deferreds.length;t<i;t++)e.deferreds[t]();e.isDeferredPending=!1}function o(e,t){return"function"==typeof t?t.toString().replace(/(^\s+|\s+$)/gm,"").replace(/\n/gm,"").replace(/,\s*/gm,", ").replace(/\)\{/gm,") {"):t}function a(e,t){return function(i,n,c,s){return l(i,n,c,s,e,t)}}function l(e,i,n,s,r,o){var a,l,d,p,_=n.block,f=n.else,v=c(i)||{};if(v.isResolved&&!v.isDeferredPending)return e;if(s.hasOwnProperty("key"))l=s.key;else{if(!v.hasOwnProperty("key"))return t(r,"No key specified","WARN"),e;l=v.key}return p=s.type||v.type,l=u(i.resolve(l),p),d=u(i.resolve(s.value),p),o(l,d)?(v.isPending||(a=!0,v.isPending=!0),_&&(e=e.render(_,i)),a&&(v.isResolved=!0)):f&&(e=e.render(f,i)),e}function u(e,t){switch(t&&(t=t.toLowerCase()),t){case"number":return+e;case"string":return String(e);case"boolean":return e="false"!==e&&e,Boolean(e);case"date":return new Date(e)}return e}var d={},p={tap:function(e,t,n){return i("tap"),n.resolve(e)},sep:function(e,t,i){var n=i.block;return t.stack.index===t.stack.of-1?e:n?n(e,t):e},first:function(e,t,i){return 0===t.stack.index?i.block(e,t):e},last:function(e,t,i){return t.stack.index===t.stack.of-1?i.block(e,t):e},contextDump:function(e,i,n,c){var s,r,a=i.resolve(c.to),l=i.resolve(c.key);switch(l){case"full":s=i.stack;break;default:s=i.stack.head}switch(r=JSON.stringify(s,o,2),a){case"console":t("contextDump",r);break;default:r=r.replace(/</g,"\\u003c"),e=e.write(r)}return e},math:function(e,i,n,o){var a,l=o.key,u=o.method,d=o.operand,p=o.round;if(!o.hasOwnProperty("key")||!o.method)return t("math","`key` or `method` was not provided","ERROR"),e;switch(l=parseFloat(i.resolve(l)),d=parseFloat(i.resolve(d)),u){case"mod":0===d&&t("math","Division by 0","ERROR"),a=l%d;break;case"add":a=l+d;break;case"subtract":a=l-d;break;case"multiply":a=l*d;break;case"divide":0===d&&t("math","Division by 0","ERROR"),a=l/d;break;case"ceil":case"floor":case"round":case"abs":a=Math[u](l);break;case"toint":a=parseInt(l,10);break;default:t("math","Method `"+u+"` is not supported","ERROR")}return"undefined"!=typeof a&&(p&&(a=Math.round(a)),n&&n.block?(i=s(i,{key:a}),e=e.render(n.block,i),r(c(i))):e=e.write(a)),e},select:function(e,i,n,o){var a=n.block,l={};return o.hasOwnProperty("key")&&(l.key=i.resolve(o.key)),o.hasOwnProperty("type")&&(l.type=o.type),a?(i=s(i,l),e=e.render(a,i),r(c(i))):t("select","Missing body block","WARN"),e},eq:a("eq",function(e,t){return e===t}),ne:a("ne",function(e,t){return e!==t}),lt:a("lt",function(e,t){return e<t}),lte:a("lte",function(e,t){return e<=t}),gt:a("gt",function(e,t){return e>t}),gte:a("gte",function(e,t){return e>=t}),any:function(e,i,n,s){var r=c(i);return r?r.isDeferredComplete?t("any","Must not be nested inside {@any} or {@none} block","ERROR"):e=e.map(function(e){r.deferreds.push(function(){r.isResolved&&(e=e.render(n.block,i)),e.end()})}):t("any","Must be used inside a {@select} block","ERROR"),e},none:function(e,i,n,s){var r=c(i);return r?r.isDeferredComplete?t("none","Must not be nested inside {@any} or {@none} block","ERROR"):e=e.map(function(e){r.deferreds.push(function(){r.isResolved||(e=e.render(n.block,i)),e.end()})}):t("none","Must be used inside a {@select} block","ERROR"),e},size:function(t,i,n,c){var s,r,o=c.key;if(o=i.resolve(c.key),o&&o!==!0)if(e.isArray(o))s=o.length;else if(!isNaN(parseFloat(o))&&isFinite(o))s=o;else if("object"==typeof o){s=0;for(r in o)o.hasOwnProperty(r)&&s++}else s=(o+"").length;else s=0;return t.write(s)}};for(var _ in p)e.helpers[_]=p[_];return e})},function(e,t,i){var n,c;/*!
	 * jQuery JavaScript Library v3.3.1
	 * https://jquery.com/
	 *
	 * Includes Sizzle.js
	 * https://sizzlejs.com/
	 *
	 * Copyright JS Foundation and other contributors
	 * Released under the MIT license
	 * https://jquery.org/license
	 *
	 * Date: 2018-01-20T17:24Z
	 */
!function(t,i){"use strict";"object"==typeof e&&"object"==typeof e.exports?e.exports=t.document?i(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return i(e)}:i(t)}("undefined"!=typeof window?window:this,function(i,s){"use strict";function r(e,t,i){t=t||ue;var n,c=t.createElement("script");if(c.text=e,i)for(n in De)i[n]&&(c[n]=i[n]);t.head.appendChild(c).parentNode.removeChild(c)}function o(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?he[ge.call(e)]||"object":typeof e}function a(e){var t=!!e&&"length"in e&&e.length,i=o(e);return!xe(e)&&!ke(e)&&("array"===i||0===t||"number"==typeof t&&t>0&&t-1 in e)}function l(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}function u(e,t,i){return xe(t)?qe.grep(e,function(e,n){return!!t.call(e,n,e)!==i}):t.nodeType?qe.grep(e,function(e){return e===t!==i}):"string"!=typeof t?qe.grep(e,function(e){return ve.call(t,e)>-1!==i}):qe.filter(t,e,i)}function d(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}function p(e){var t={};return qe.each(e.match(Me)||[],function(e,i){t[i]=!0}),t}function _(e){return e}function f(e){throw e}function v(e,t,i,n){var c;try{e&&xe(c=e.promise)?c.call(e).done(t).fail(i):e&&xe(c=e.then)?c.call(e,t,i):t.apply(void 0,[e].slice(n))}catch(e){i.apply(void 0,[e])}}function h(){ue.removeEventListener("DOMContentLoaded",h),i.removeEventListener("load",h),qe.ready()}function g(e,t){return t.toUpperCase()}function m(e){return e.replace(He,"ms-").replace(We,g)}function y(){this.expando=qe.expando+y.uid++}function w(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:Ve.test(e)?JSON.parse(e):e)}function b(e,t,i){var n;if(void 0===i&&1===e.nodeType)if(n="data-"+t.replace(Ye,"-$&").toLowerCase(),i=e.getAttribute(n),"string"==typeof i){try{i=w(i)}catch(e){}Qe.set(e,t,i)}else i=void 0;return i}function x(e,t,i,n){var c,s,r=20,o=n?function(){return n.cur()}:function(){return qe.css(e,t,"")},a=o(),l=i&&i[3]||(qe.cssNumber[t]?"":"px"),u=(qe.cssNumber[t]||"px"!==l&&+a)&&Ge.exec(qe.css(e,t));if(u&&u[3]!==l){for(a/=2,l=l||u[3],u=+a||1;r--;)qe.style(e,t,u+l),(1-s)*(1-(s=o()/a||.5))<=0&&(r=0),u/=s;u*=2,qe.style(e,t,u+l),i=i||[]}return i&&(u=+u||+a||0,c=i[1]?u+(i[1]+1)*i[2]:+i[2],n&&(n.unit=l,n.start=u,n.end=c)),c}function k(e){var t,i=e.ownerDocument,n=e.nodeName,c=et[n];return c?c:(t=i.body.appendChild(i.createElement(n)),c=qe.css(t,"display"),t.parentNode.removeChild(t),"none"===c&&(c="block"),et[n]=c,c)}function D(e,t){for(var i,n,c=[],s=0,r=e.length;s<r;s++)n=e[s],n.style&&(i=n.style.display,t?("none"===i&&(c[s]=$e.get(n,"display")||null,c[s]||(n.style.display="")),""===n.style.display&&Ke(n)&&(c[s]=k(n))):"none"!==i&&(c[s]="none",$e.set(n,"display",i)));for(s=0;s<r;s++)null!=c[s]&&(e[s].style.display=c[s]);return e}function I(e,t){var i;return i="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&l(e,t)?qe.merge([e],i):i}function q(e,t){for(var i=0,n=e.length;i<n;i++)$e.set(e[i],"globalEval",!t||$e.get(t[i],"globalEval"))}function C(e,t,i,n,c){for(var s,r,a,l,u,d,p=t.createDocumentFragment(),_=[],f=0,v=e.length;f<v;f++)if(s=e[f],s||0===s)if("object"===o(s))qe.merge(_,s.nodeType?[s]:s);else if(st.test(s)){for(r=r||p.appendChild(t.createElement("div")),a=(it.exec(s)||["",""])[1].toLowerCase(),l=ct[a]||ct._default,r.innerHTML=l[1]+qe.htmlPrefilter(s)+l[2],d=l[0];d--;)r=r.lastChild;qe.merge(_,r.childNodes),r=p.firstChild,r.textContent=""}else _.push(t.createTextNode(s));for(p.textContent="",f=0;s=_[f++];)if(n&&qe.inArray(s,n)>-1)c&&c.push(s);else if(u=qe.contains(s.ownerDocument,s),r=I(p.appendChild(s),"script"),u&&q(r),i)for(d=0;s=r[d++];)nt.test(s.type||"")&&i.push(s);return p}function T(){return!0}function B(){return!1}function N(){try{return ue.activeElement}catch(e){}}function E(e,t,i,n,c,s){var r,o;if("object"==typeof t){"string"!=typeof i&&(n=n||i,i=void 0);for(o in t)E(e,o,i,n,t[o],s);return e}if(null==n&&null==c?(c=i,n=i=void 0):null==c&&("string"==typeof i?(c=n,n=void 0):(c=n,n=i,i=void 0)),c===!1)c=B;else if(!c)return e;return 1===s&&(r=c,c=function(e){return qe().off(e),r.apply(this,arguments)},c.guid=r.guid||(r.guid=qe.guid++)),e.each(function(){qe.event.add(this,t,c,n,i)})}function S(e,t){return l(e,"table")&&l(11!==t.nodeType?t:t.firstChild,"tr")?qe(e).children("tbody")[0]||e:e}function A(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function j(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function P(e,t){var i,n,c,s,r,o,a,l;if(1===t.nodeType){if($e.hasData(e)&&(s=$e.access(e),r=$e.set(t,s),l=s.events)){delete r.handle,r.events={};for(c in l)for(i=0,n=l[c].length;i<n;i++)qe.event.add(t,c,l[c][i])}Qe.hasData(e)&&(o=Qe.access(e),a=qe.extend({},o),Qe.set(t,a))}}function R(e,t){var i=t.nodeName.toLowerCase();"input"===i&&tt.test(e.type)?t.checked=e.checked:"input"!==i&&"textarea"!==i||(t.defaultValue=e.defaultValue)}function L(e,t,i,n){t=_e.apply([],t);var c,s,o,a,l,u,d=0,p=e.length,_=p-1,f=t[0],v=xe(f);if(v||p>1&&"string"==typeof f&&!be.checkClone&&pt.test(f))return e.each(function(c){var s=e.eq(c);v&&(t[0]=f.call(this,c,s.html())),L(s,t,i,n)});if(p&&(c=C(t,e[0].ownerDocument,!1,e,n),s=c.firstChild,1===c.childNodes.length&&(c=s),s||n)){for(o=qe.map(I(c,"script"),A),a=o.length;d<p;d++)l=c,d!==_&&(l=qe.clone(l,!0,!0),a&&qe.merge(o,I(l,"script"))),i.call(e[d],l,d);if(a)for(u=o[o.length-1].ownerDocument,qe.map(o,j),d=0;d<a;d++)l=o[d],nt.test(l.type||"")&&!$e.access(l,"globalEval")&&qe.contains(u,l)&&(l.src&&"module"!==(l.type||"").toLowerCase()?qe._evalUrl&&qe._evalUrl(l.src):r(l.textContent.replace(_t,""),u,l))}return e}function M(e,t,i){for(var n,c=t?qe.filter(t,e):e,s=0;null!=(n=c[s]);s++)i||1!==n.nodeType||qe.cleanData(I(n)),n.parentNode&&(i&&qe.contains(n.ownerDocument,n)&&q(I(n,"script")),n.parentNode.removeChild(n));return e}function O(e,t,i){var n,c,s,r,o=e.style;return i=i||vt(e),i&&(r=i.getPropertyValue(t)||i[t],""!==r||qe.contains(e.ownerDocument,e)||(r=qe.style(e,t)),!be.pixelBoxStyles()&&ft.test(r)&&ht.test(t)&&(n=o.width,c=o.minWidth,s=o.maxWidth,o.minWidth=o.maxWidth=o.width=r,r=i.width,o.width=n,o.minWidth=c,o.maxWidth=s)),void 0!==r?r+"":r}function z(e,t){return{get:function(){return e()?void delete this.get:(this.get=t).apply(this,arguments)}}}function F(e){if(e in xt)return e;for(var t=e[0].toUpperCase()+e.slice(1),i=bt.length;i--;)if(e=bt[i]+t,e in xt)return e}function H(e){var t=qe.cssProps[e];return t||(t=qe.cssProps[e]=F(e)||e),t}function W(e,t,i){var n=Ge.exec(t);return n?Math.max(0,n[2]-(i||0))+(n[3]||"px"):t}function U(e,t,i,n,c,s){var r="width"===t?1:0,o=0,a=0;if(i===(n?"border":"content"))return 0;for(;r<4;r+=2)"margin"===i&&(a+=qe.css(e,i+Je[r],!0,c)),n?("content"===i&&(a-=qe.css(e,"padding"+Je[r],!0,c)),"margin"!==i&&(a-=qe.css(e,"border"+Je[r]+"Width",!0,c))):(a+=qe.css(e,"padding"+Je[r],!0,c),"padding"!==i?a+=qe.css(e,"border"+Je[r]+"Width",!0,c):o+=qe.css(e,"border"+Je[r]+"Width",!0,c));return!n&&s>=0&&(a+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-s-a-o-.5))),a}function $(e,t,i){var n=vt(e),c=O(e,t,n),s="border-box"===qe.css(e,"boxSizing",!1,n),r=s;if(ft.test(c)){if(!i)return c;c="auto"}return r=r&&(be.boxSizingReliable()||c===e.style[t]),("auto"===c||!parseFloat(c)&&"inline"===qe.css(e,"display",!1,n))&&(c=e["offset"+t[0].toUpperCase()+t.slice(1)],r=!0),c=parseFloat(c)||0,c+U(e,t,i||(s?"border":"content"),r,n,c)+"px"}function Q(e,t,i,n,c){return new Q.prototype.init(e,t,i,n,c)}function V(){Dt&&(ue.hidden===!1&&i.requestAnimationFrame?i.requestAnimationFrame(V):i.setTimeout(V,qe.fx.interval),qe.fx.tick())}function Y(){return i.setTimeout(function(){kt=void 0}),kt=Date.now()}function X(e,t){var i,n=0,c={height:e};for(t=t?1:0;n<4;n+=2-t)i=Je[n],c["margin"+i]=c["padding"+i]=e;return t&&(c.opacity=c.width=e),c}function G(e,t,i){for(var n,c=(Z.tweeners[t]||[]).concat(Z.tweeners["*"]),s=0,r=c.length;s<r;s++)if(n=c[s].call(i,t,e))return n}function J(e,t,i){var n,c,s,r,o,a,l,u,d="width"in t||"height"in t,p=this,_={},f=e.style,v=e.nodeType&&Ke(e),h=$e.get(e,"fxshow");i.queue||(r=qe._queueHooks(e,"fx"),null==r.unqueued&&(r.unqueued=0,o=r.empty.fire,r.empty.fire=function(){r.unqueued||o()}),r.unqueued++,p.always(function(){p.always(function(){r.unqueued--,qe.queue(e,"fx").length||r.empty.fire()})}));for(n in t)if(c=t[n],It.test(c)){if(delete t[n],s=s||"toggle"===c,c===(v?"hide":"show")){if("show"!==c||!h||void 0===h[n])continue;v=!0}_[n]=h&&h[n]||qe.style(e,n)}if(a=!qe.isEmptyObject(t),a||!qe.isEmptyObject(_)){d&&1===e.nodeType&&(i.overflow=[f.overflow,f.overflowX,f.overflowY],l=h&&h.display,null==l&&(l=$e.get(e,"display")),u=qe.css(e,"display"),"none"===u&&(l?u=l:(D([e],!0),l=e.style.display||l,u=qe.css(e,"display"),D([e]))),("inline"===u||"inline-block"===u&&null!=l)&&"none"===qe.css(e,"float")&&(a||(p.done(function(){f.display=l}),null==l&&(u=f.display,l="none"===u?"":u)),f.display="inline-block")),i.overflow&&(f.overflow="hidden",p.always(function(){f.overflow=i.overflow[0],f.overflowX=i.overflow[1],f.overflowY=i.overflow[2]})),a=!1;for(n in _)a||(h?"hidden"in h&&(v=h.hidden):h=$e.access(e,"fxshow",{display:l}),s&&(h.hidden=!v),v&&D([e],!0),p.done(function(){v||D([e]),$e.remove(e,"fxshow");for(n in _)qe.style(e,n,_[n])})),a=G(v?h[n]:0,n,p),n in h||(h[n]=a.start,v&&(a.end=a.start,a.start=0))}}function K(e,t){var i,n,c,s,r;for(i in e)if(n=m(i),c=t[n],s=e[i],Array.isArray(s)&&(c=s[1],s=e[i]=s[0]),i!==n&&(e[n]=s,delete e[i]),r=qe.cssHooks[n],r&&"expand"in r){s=r.expand(s),delete e[n];for(i in s)i in e||(e[i]=s[i],t[i]=c)}else t[n]=c}function Z(e,t,i){var n,c,s=0,r=Z.prefilters.length,o=qe.Deferred().always(function(){delete a.elem}),a=function(){if(c)return!1;for(var t=kt||Y(),i=Math.max(0,l.startTime+l.duration-t),n=i/l.duration||0,s=1-n,r=0,a=l.tweens.length;r<a;r++)l.tweens[r].run(s);return o.notifyWith(e,[l,s,i]),s<1&&a?i:(a||o.notifyWith(e,[l,1,0]),o.resolveWith(e,[l]),!1)},l=o.promise({elem:e,props:qe.extend({},t),opts:qe.extend(!0,{specialEasing:{},easing:qe.easing._default},i),originalProperties:t,originalOptions:i,startTime:kt||Y(),duration:i.duration,tweens:[],createTween:function(t,i){var n=qe.Tween(e,l.opts,t,i,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(n),n},stop:function(t){var i=0,n=t?l.tweens.length:0;if(c)return this;for(c=!0;i<n;i++)l.tweens[i].run(1);return t?(o.notifyWith(e,[l,1,0]),o.resolveWith(e,[l,t])):o.rejectWith(e,[l,t]),this}}),u=l.props;for(K(u,l.opts.specialEasing);s<r;s++)if(n=Z.prefilters[s].call(l,e,u,l.opts))return xe(n.stop)&&(qe._queueHooks(l.elem,l.opts.queue).stop=n.stop.bind(n)),n;return qe.map(u,G,l),xe(l.opts.start)&&l.opts.start.call(e,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),qe.fx.timer(qe.extend(a,{elem:e,anim:l,queue:l.opts.queue})),l}function ee(e){var t=e.match(Me)||[];return t.join(" ")}function te(e){return e.getAttribute&&e.getAttribute("class")||""}function ie(e){return Array.isArray(e)?e:"string"==typeof e?e.match(Me)||[]:[]}function ne(e,t,i,n){var c;if(Array.isArray(t))qe.each(t,function(t,c){i||Lt.test(e)?n(e,c):ne(e+"["+("object"==typeof c&&null!=c?t:"")+"]",c,i,n)});else if(i||"object"!==o(t))n(e,t);else for(c in t)ne(e+"["+c+"]",t[c],i,n)}function ce(e){return function(t,i){"string"!=typeof t&&(i=t,t="*");var n,c=0,s=t.toLowerCase().match(Me)||[];if(xe(i))for(;n=s[c++];)"+"===n[0]?(n=n.slice(1)||"*",(e[n]=e[n]||[]).unshift(i)):(e[n]=e[n]||[]).push(i)}}function se(e,t,i,n){function c(o){var a;return s[o]=!0,qe.each(e[o]||[],function(e,o){var l=o(t,i,n);return"string"!=typeof l||r||s[l]?r?!(a=l):void 0:(t.dataTypes.unshift(l),c(l),!1)}),a}var s={},r=e===Xt;return c(t.dataTypes[0])||!s["*"]&&c("*")}function re(e,t){var i,n,c=qe.ajaxSettings.flatOptions||{};for(i in t)void 0!==t[i]&&((c[i]?e:n||(n={}))[i]=t[i]);return n&&qe.extend(!0,e,n),e}function oe(e,t,i){for(var n,c,s,r,o=e.contents,a=e.dataTypes;"*"===a[0];)a.shift(),void 0===n&&(n=e.mimeType||t.getResponseHeader("Content-Type"));if(n)for(c in o)if(o[c]&&o[c].test(n)){a.unshift(c);break}if(a[0]in i)s=a[0];else{for(c in i){if(!a[0]||e.converters[c+" "+a[0]]){s=c;break}r||(r=c)}s=s||r}if(s)return s!==a[0]&&a.unshift(s),i[s]}function ae(e,t,i,n){var c,s,r,o,a,l={},u=e.dataTypes.slice();if(u[1])for(r in e.converters)l[r.toLowerCase()]=e.converters[r];for(s=u.shift();s;)if(e.responseFields[s]&&(i[e.responseFields[s]]=t),!a&&n&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),a=s,s=u.shift())if("*"===s)s=a;else if("*"!==a&&a!==s){if(r=l[a+" "+s]||l["* "+s],!r)for(c in l)if(o=c.split(" "),o[1]===s&&(r=l[a+" "+o[0]]||l["* "+o[0]])){r===!0?r=l[c]:l[c]!==!0&&(s=o[0],u.unshift(o[1]));break}if(r!==!0)if(r&&e.throws)t=r(t);else try{t=r(t)}catch(e){return{state:"parsererror",error:r?e:"No conversion from "+a+" to "+s}}}return{state:"success",data:t}}var le=[],ue=i.document,de=Object.getPrototypeOf,pe=le.slice,_e=le.concat,fe=le.push,ve=le.indexOf,he={},ge=he.toString,me=he.hasOwnProperty,ye=me.toString,we=ye.call(Object),be={},xe=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},ke=function(e){return null!=e&&e===e.window},De={type:!0,src:!0,noModule:!0},Ie="3.3.1",qe=function(e,t){return new qe.fn.init(e,t)},Ce=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;qe.fn=qe.prototype={jquery:Ie,constructor:qe,length:0,toArray:function(){return pe.call(this)},get:function(e){return null==e?pe.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=qe.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return qe.each(this,e)},map:function(e){return this.pushStack(qe.map(this,function(t,i){return e.call(t,i,t)}))},slice:function(){return this.pushStack(pe.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,i=+e+(e<0?t:0);return this.pushStack(i>=0&&i<t?[this[i]]:[])},end:function(){return this.prevObject||this.constructor()},push:fe,sort:le.sort,splice:le.splice},qe.extend=qe.fn.extend=function(){var e,t,i,n,c,s,r=arguments[0]||{},o=1,a=arguments.length,l=!1;for("boolean"==typeof r&&(l=r,r=arguments[o]||{},o++),"object"==typeof r||xe(r)||(r={}),o===a&&(r=this,o--);o<a;o++)if(null!=(e=arguments[o]))for(t in e)i=r[t],n=e[t],r!==n&&(l&&n&&(qe.isPlainObject(n)||(c=Array.isArray(n)))?(c?(c=!1,s=i&&Array.isArray(i)?i:[]):s=i&&qe.isPlainObject(i)?i:{},r[t]=qe.extend(l,s,n)):void 0!==n&&(r[t]=n));return r},qe.extend({expando:"jQuery"+(Ie+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,i;return!(!e||"[object Object]"!==ge.call(e))&&(!(t=de(e))||(i=me.call(t,"constructor")&&t.constructor,"function"==typeof i&&ye.call(i)===we))},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e){r(e)},each:function(e,t){var i,n=0;if(a(e))for(i=e.length;n<i&&t.call(e[n],n,e[n])!==!1;n++);else for(n in e)if(t.call(e[n],n,e[n])===!1)break;return e},trim:function(e){return null==e?"":(e+"").replace(Ce,"")},makeArray:function(e,t){var i=t||[];return null!=e&&(a(Object(e))?qe.merge(i,"string"==typeof e?[e]:e):fe.call(i,e)),i},inArray:function(e,t,i){return null==t?-1:ve.call(t,e,i)},merge:function(e,t){for(var i=+t.length,n=0,c=e.length;n<i;n++)e[c++]=t[n];return e.length=c,e},grep:function(e,t,i){for(var n,c=[],s=0,r=e.length,o=!i;s<r;s++)n=!t(e[s],s),n!==o&&c.push(e[s]);return c},map:function(e,t,i){var n,c,s=0,r=[];if(a(e))for(n=e.length;s<n;s++)c=t(e[s],s,i),null!=c&&r.push(c);else for(s in e)c=t(e[s],s,i),null!=c&&r.push(c);return _e.apply([],r)},guid:1,support:be}),"function"==typeof Symbol&&(qe.fn[Symbol.iterator]=le[Symbol.iterator]),qe.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){he["[object "+t+"]"]=t.toLowerCase()});var Te=/*!
	 * Sizzle CSS Selector Engine v2.3.3
	 * https://sizzlejs.com/
	 *
	 * Copyright jQuery Foundation and other contributors
	 * Released under the MIT license
	 * http://jquery.org/license
	 *
	 * Date: 2016-08-08
	 */
function(e){function t(e,t,i,n){var c,s,r,o,a,l,u,p=t&&t.ownerDocument,f=t?t.nodeType:9;if(i=i||[],"string"!=typeof e||!e||1!==f&&9!==f&&11!==f)return i;if(!n&&((t?t.ownerDocument||t:F)!==A&&S(t),t=t||A,P)){if(11!==f&&(a=ge.exec(e)))if(c=a[1]){if(9===f){if(!(r=t.getElementById(c)))return i;if(r.id===c)return i.push(r),i}else if(p&&(r=p.getElementById(c))&&O(t,r)&&r.id===c)return i.push(r),i}else{if(a[2])return K.apply(i,t.getElementsByTagName(e)),i;if((c=a[3])&&x.getElementsByClassName&&t.getElementsByClassName)return K.apply(i,t.getElementsByClassName(c)),i}if(x.qsa&&!Q[e+" "]&&(!R||!R.test(e))){if(1!==f)p=t,u=e;else if("object"!==t.nodeName.toLowerCase()){for((o=t.getAttribute("id"))?o=o.replace(be,xe):t.setAttribute("id",o=z),l=q(e),s=l.length;s--;)l[s]="#"+o+" "+_(l[s]);u=l.join(","),p=me.test(e)&&d(t.parentNode)||t}if(u)try{return K.apply(i,p.querySelectorAll(u)),i}catch(e){}finally{o===z&&t.removeAttribute("id")}}}return T(e.replace(oe,"$1"),t,i,n)}function i(){function e(i,n){return t.push(i+" ")>k.cacheLength&&delete e[t.shift()],e[i+" "]=n}var t=[];return e}function n(e){return e[z]=!0,e}function c(e){var t=A.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function s(e,t){for(var i=e.split("|"),n=i.length;n--;)k.attrHandle[i[n]]=t}function r(e,t){var i=t&&e,n=i&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(n)return n;if(i)for(;i=i.nextSibling;)if(i===t)return-1;return e?1:-1}function o(e){return function(t){var i=t.nodeName.toLowerCase();return"input"===i&&t.type===e}}function a(e){return function(t){var i=t.nodeName.toLowerCase();return("input"===i||"button"===i)&&t.type===e}}function l(e){return function(t){return"form"in t?t.parentNode&&t.disabled===!1?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&De(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function u(e){return n(function(t){return t=+t,n(function(i,n){for(var c,s=e([],i.length,t),r=s.length;r--;)i[c=s[r]]&&(i[c]=!(n[c]=i[c]))})})}function d(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function p(){}function _(e){for(var t=0,i=e.length,n="";t<i;t++)n+=e[t].value;return n}function f(e,t,i){var n=t.dir,c=t.next,s=c||n,r=i&&"parentNode"===s,o=W++;return t.first?function(t,i,c){for(;t=t[n];)if(1===t.nodeType||r)return e(t,i,c);return!1}:function(t,i,a){var l,u,d,p=[H,o];if(a){for(;t=t[n];)if((1===t.nodeType||r)&&e(t,i,a))return!0}else for(;t=t[n];)if(1===t.nodeType||r)if(d=t[z]||(t[z]={}),u=d[t.uniqueID]||(d[t.uniqueID]={}),c&&c===t.nodeName.toLowerCase())t=t[n]||t;else{if((l=u[s])&&l[0]===H&&l[1]===o)return p[2]=l[2];if(u[s]=p,p[2]=e(t,i,a))return!0}return!1}}function v(e){return e.length>1?function(t,i,n){for(var c=e.length;c--;)if(!e[c](t,i,n))return!1;return!0}:e[0]}function h(e,i,n){for(var c=0,s=i.length;c<s;c++)t(e,i[c],n);return n}function g(e,t,i,n,c){for(var s,r=[],o=0,a=e.length,l=null!=t;o<a;o++)(s=e[o])&&(i&&!i(s,n,c)||(r.push(s),l&&t.push(o)));return r}function m(e,t,i,c,s,r){return c&&!c[z]&&(c=m(c)),s&&!s[z]&&(s=m(s,r)),n(function(n,r,o,a){var l,u,d,p=[],_=[],f=r.length,v=n||h(t||"*",o.nodeType?[o]:o,[]),m=!e||!n&&t?v:g(v,p,e,o,a),y=i?s||(n?e:f||c)?[]:r:m;if(i&&i(m,y,o,a),c)for(l=g(y,_),c(l,[],o,a),u=l.length;u--;)(d=l[u])&&(y[_[u]]=!(m[_[u]]=d));if(n){if(s||e){if(s){for(l=[],u=y.length;u--;)(d=y[u])&&l.push(m[u]=d);s(null,y=[],l,a)}for(u=y.length;u--;)(d=y[u])&&(l=s?ee(n,d):p[u])>-1&&(n[l]=!(r[l]=d))}}else y=g(y===r?y.splice(f,y.length):y),s?s(null,r,y,a):K.apply(r,y)})}function y(e){for(var t,i,n,c=e.length,s=k.relative[e[0].type],r=s||k.relative[" "],o=s?1:0,a=f(function(e){return e===t},r,!0),l=f(function(e){return ee(t,e)>-1},r,!0),u=[function(e,i,n){var c=!s&&(n||i!==B)||((t=i).nodeType?a(e,i,n):l(e,i,n));return t=null,c}];o<c;o++)if(i=k.relative[e[o].type])u=[f(v(u),i)];else{if(i=k.filter[e[o].type].apply(null,e[o].matches),i[z]){for(n=++o;n<c&&!k.relative[e[n].type];n++);return m(o>1&&v(u),o>1&&_(e.slice(0,o-1).concat({value:" "===e[o-2].type?"*":""})).replace(oe,"$1"),i,o<n&&y(e.slice(o,n)),n<c&&y(e=e.slice(n)),n<c&&_(e))}u.push(i)}return v(u)}function w(e,i){var c=i.length>0,s=e.length>0,r=function(n,r,o,a,l){var u,d,p,_=0,f="0",v=n&&[],h=[],m=B,y=n||s&&k.find.TAG("*",l),w=H+=null==m?1:Math.random()||.1,b=y.length;for(l&&(B=r===A||r||l);f!==b&&null!=(u=y[f]);f++){if(s&&u){for(d=0,r||u.ownerDocument===A||(S(u),o=!P);p=e[d++];)if(p(u,r||A,o)){a.push(u);break}l&&(H=w)}c&&((u=!p&&u)&&_--,n&&v.push(u))}if(_+=f,c&&f!==_){for(d=0;p=i[d++];)p(v,h,r,o);if(n){if(_>0)for(;f--;)v[f]||h[f]||(h[f]=G.call(a));h=g(h)}K.apply(a,h),l&&!n&&h.length>0&&_+i.length>1&&t.uniqueSort(a)}return l&&(H=w,B=m),v};return c?n(r):r}var b,x,k,D,I,q,C,T,B,N,E,S,A,j,P,R,L,M,O,z="sizzle"+1*new Date,F=e.document,H=0,W=0,U=i(),$=i(),Q=i(),V=function(e,t){return e===t&&(E=!0),0},Y={}.hasOwnProperty,X=[],G=X.pop,J=X.push,K=X.push,Z=X.slice,ee=function(e,t){for(var i=0,n=e.length;i<n;i++)if(e[i]===t)return i;return-1},te="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",ie="[\\x20\\t\\r\\n\\f]",ne="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",ce="\\["+ie+"*("+ne+")(?:"+ie+"*([*^$|!~]?=)"+ie+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+ne+"))|)"+ie+"*\\]",se=":("+ne+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+ce+")*)|.*)\\)|)",re=new RegExp(ie+"+","g"),oe=new RegExp("^"+ie+"+|((?:^|[^\\\\])(?:\\\\.)*)"+ie+"+$","g"),ae=new RegExp("^"+ie+"*,"+ie+"*"),le=new RegExp("^"+ie+"*([>+~]|"+ie+")"+ie+"*"),ue=new RegExp("="+ie+"*([^\\]'\"]*?)"+ie+"*\\]","g"),de=new RegExp(se),pe=new RegExp("^"+ne+"$"),_e={ID:new RegExp("^#("+ne+")"),CLASS:new RegExp("^\\.("+ne+")"),TAG:new RegExp("^("+ne+"|[*])"),ATTR:new RegExp("^"+ce),PSEUDO:new RegExp("^"+se),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ie+"*(even|odd|(([+-]|)(\\d*)n|)"+ie+"*(?:([+-]|)"+ie+"*(\\d+)|))"+ie+"*\\)|)","i"),bool:new RegExp("^(?:"+te+")$","i"),needsContext:new RegExp("^"+ie+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ie+"*((?:-\\d)?\\d*)"+ie+"*\\)|)(?=[^-]|$)","i")},fe=/^(?:input|select|textarea|button)$/i,ve=/^h\d$/i,he=/^[^{]+\{\s*\[native \w/,ge=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,me=/[+~]/,ye=new RegExp("\\\\([\\da-f]{1,6}"+ie+"?|("+ie+")|.)","ig"),we=function(e,t,i){var n="0x"+t-65536;return n!==n||i?t:n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320)},be=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,xe=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},ke=function(){S()},De=f(function(e){return e.disabled===!0&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{K.apply(X=Z.call(F.childNodes),F.childNodes),X[F.childNodes.length].nodeType}catch(e){K={apply:X.length?function(e,t){J.apply(e,Z.call(t))}:function(e,t){for(var i=e.length,n=0;e[i++]=t[n++];);e.length=i-1}}}x=t.support={},I=t.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},S=t.setDocument=function(e){var t,i,n=e?e.ownerDocument||e:F;return n!==A&&9===n.nodeType&&n.documentElement?(A=n,j=A.documentElement,P=!I(A),F!==A&&(i=A.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",ke,!1):i.attachEvent&&i.attachEvent("onunload",ke)),x.attributes=c(function(e){return e.className="i",!e.getAttribute("className")}),x.getElementsByTagName=c(function(e){return e.appendChild(A.createComment("")),!e.getElementsByTagName("*").length}),x.getElementsByClassName=he.test(A.getElementsByClassName),x.getById=c(function(e){return j.appendChild(e).id=z,!A.getElementsByName||!A.getElementsByName(z).length}),x.getById?(k.filter.ID=function(e){var t=e.replace(ye,we);return function(e){return e.getAttribute("id")===t}},k.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&P){var i=t.getElementById(e);return i?[i]:[]}}):(k.filter.ID=function(e){var t=e.replace(ye,we);return function(e){var i="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return i&&i.value===t}},k.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&P){var i,n,c,s=t.getElementById(e);if(s){if(i=s.getAttributeNode("id"),i&&i.value===e)return[s];for(c=t.getElementsByName(e),n=0;s=c[n++];)if(i=s.getAttributeNode("id"),i&&i.value===e)return[s]}return[]}}),k.find.TAG=x.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):x.qsa?t.querySelectorAll(e):void 0}:function(e,t){var i,n=[],c=0,s=t.getElementsByTagName(e);if("*"===e){for(;i=s[c++];)1===i.nodeType&&n.push(i);return n}return s},k.find.CLASS=x.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&P)return t.getElementsByClassName(e)},L=[],R=[],(x.qsa=he.test(A.querySelectorAll))&&(c(function(e){j.appendChild(e).innerHTML="<a id='"+z+"'></a><select id='"+z+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&R.push("[*^$]="+ie+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||R.push("\\["+ie+"*(?:value|"+te+")"),e.querySelectorAll("[id~="+z+"-]").length||R.push("~="),e.querySelectorAll(":checked").length||R.push(":checked"),e.querySelectorAll("a#"+z+"+*").length||R.push(".#.+[+~]")}),c(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=A.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&R.push("name"+ie+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&R.push(":enabled",":disabled"),j.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&R.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),R.push(",.*:")})),(x.matchesSelector=he.test(M=j.matches||j.webkitMatchesSelector||j.mozMatchesSelector||j.oMatchesSelector||j.msMatchesSelector))&&c(function(e){x.disconnectedMatch=M.call(e,"*"),M.call(e,"[s!='']:x"),L.push("!=",se)}),R=R.length&&new RegExp(R.join("|")),L=L.length&&new RegExp(L.join("|")),t=he.test(j.compareDocumentPosition),O=t||he.test(j.contains)?function(e,t){var i=9===e.nodeType?e.documentElement:e,n=t&&t.parentNode;return e===n||!(!n||1!==n.nodeType||!(i.contains?i.contains(n):e.compareDocumentPosition&&16&e.compareDocumentPosition(n)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},V=t?function(e,t){if(e===t)return E=!0,0;var i=!e.compareDocumentPosition-!t.compareDocumentPosition;return i?i:(i=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1,1&i||!x.sortDetached&&t.compareDocumentPosition(e)===i?e===A||e.ownerDocument===F&&O(F,e)?-1:t===A||t.ownerDocument===F&&O(F,t)?1:N?ee(N,e)-ee(N,t):0:4&i?-1:1)}:function(e,t){if(e===t)return E=!0,0;var i,n=0,c=e.parentNode,s=t.parentNode,o=[e],a=[t];if(!c||!s)return e===A?-1:t===A?1:c?-1:s?1:N?ee(N,e)-ee(N,t):0;if(c===s)return r(e,t);for(i=e;i=i.parentNode;)o.unshift(i);for(i=t;i=i.parentNode;)a.unshift(i);for(;o[n]===a[n];)n++;return n?r(o[n],a[n]):o[n]===F?-1:a[n]===F?1:0},A):A},t.matches=function(e,i){return t(e,null,null,i)},t.matchesSelector=function(e,i){if((e.ownerDocument||e)!==A&&S(e),i=i.replace(ue,"='$1']"),x.matchesSelector&&P&&!Q[i+" "]&&(!L||!L.test(i))&&(!R||!R.test(i)))try{var n=M.call(e,i);if(n||x.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){}return t(i,A,null,[e]).length>0},t.contains=function(e,t){return(e.ownerDocument||e)!==A&&S(e),O(e,t)},t.attr=function(e,t){(e.ownerDocument||e)!==A&&S(e);var i=k.attrHandle[t.toLowerCase()],n=i&&Y.call(k.attrHandle,t.toLowerCase())?i(e,t,!P):void 0;return void 0!==n?n:x.attributes||!P?e.getAttribute(t):(n=e.getAttributeNode(t))&&n.specified?n.value:null},t.escape=function(e){return(e+"").replace(be,xe)},t.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},t.uniqueSort=function(e){var t,i=[],n=0,c=0;if(E=!x.detectDuplicates,N=!x.sortStable&&e.slice(0),e.sort(V),E){for(;t=e[c++];)t===e[c]&&(n=i.push(c));for(;n--;)e.splice(i[n],1)}return N=null,e},D=t.getText=function(e){var t,i="",n=0,c=e.nodeType;if(c){if(1===c||9===c||11===c){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)i+=D(e)}else if(3===c||4===c)return e.nodeValue}else for(;t=e[n++];)i+=D(t);return i},k=t.selectors={cacheLength:50,createPseudo:n,match:_e,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(ye,we),e[3]=(e[3]||e[4]||e[5]||"").replace(ye,we),"~="===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]||t.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]&&t.error(e[0]),e},PSEUDO:function(e){var t,i=!e[6]&&e[2];return _e.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":i&&de.test(i)&&(t=q(i,!0))&&(t=i.indexOf(")",i.length-t)-i.length)&&(e[0]=e[0].slice(0,t),e[2]=i.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(ye,we).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=U[e+" "];return t||(t=new RegExp("(^|"+ie+")"+e+"("+ie+"|$)"))&&U(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,i,n){return function(c){var s=t.attr(c,e);return null==s?"!="===i:!i||(s+="","="===i?s===n:"!="===i?s!==n:"^="===i?n&&0===s.indexOf(n):"*="===i?n&&s.indexOf(n)>-1:"$="===i?n&&s.slice(-n.length)===n:"~="===i?(" "+s.replace(re," ")+" ").indexOf(n)>-1:"|="===i&&(s===n||s.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,i,n,c){var s="nth"!==e.slice(0,3),r="last"!==e.slice(-4),o="of-type"===t;return 1===n&&0===c?function(e){return!!e.parentNode}:function(t,i,a){var l,u,d,p,_,f,v=s!==r?"nextSibling":"previousSibling",h=t.parentNode,g=o&&t.nodeName.toLowerCase(),m=!a&&!o,y=!1;if(h){if(s){for(;v;){for(p=t;p=p[v];)if(o?p.nodeName.toLowerCase()===g:1===p.nodeType)return!1;f=v="only"===e&&!f&&"nextSibling"}return!0}if(f=[r?h.firstChild:h.lastChild],r&&m){for(p=h,d=p[z]||(p[z]={}),u=d[p.uniqueID]||(d[p.uniqueID]={}),l=u[e]||[],_=l[0]===H&&l[1],y=_&&l[2],p=_&&h.childNodes[_];p=++_&&p&&p[v]||(y=_=0)||f.pop();)if(1===p.nodeType&&++y&&p===t){u[e]=[H,_,y];break}}else if(m&&(p=t,d=p[z]||(p[z]={}),u=d[p.uniqueID]||(d[p.uniqueID]={}),l=u[e]||[],_=l[0]===H&&l[1],y=_),y===!1)for(;(p=++_&&p&&p[v]||(y=_=0)||f.pop())&&((o?p.nodeName.toLowerCase()!==g:1!==p.nodeType)||!++y||(m&&(d=p[z]||(p[z]={}),u=d[p.uniqueID]||(d[p.uniqueID]={}),u[e]=[H,y]),p!==t)););return y-=c,y===n||y%n===0&&y/n>=0}}},PSEUDO:function(e,i){var c,s=k.pseudos[e]||k.setFilters[e.toLowerCase()]||t.error("unsupported pseudo: "+e);return s[z]?s(i):s.length>1?(c=[e,e,"",i],k.setFilters.hasOwnProperty(e.toLowerCase())?n(function(e,t){for(var n,c=s(e,i),r=c.length;r--;)n=ee(e,c[r]),e[n]=!(t[n]=c[r])}):function(e){return s(e,0,c)}):s}},pseudos:{not:n(function(e){var t=[],i=[],c=C(e.replace(oe,"$1"));return c[z]?n(function(e,t,i,n){for(var s,r=c(e,null,n,[]),o=e.length;o--;)(s=r[o])&&(e[o]=!(t[o]=s))}):function(e,n,s){return t[0]=e,c(t,null,s,i),t[0]=null,!i.pop()}}),has:n(function(e){return function(i){return t(e,i).length>0}}),contains:n(function(e){return e=e.replace(ye,we),function(t){return(t.textContent||t.innerText||D(t)).indexOf(e)>-1}}),lang:n(function(e){return pe.test(e||"")||t.error("unsupported lang: "+e),e=e.replace(ye,we).toLowerCase(),function(t){var i;do if(i=P?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return i=i.toLowerCase(),i===e||0===i.indexOf(e+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var i=e.location&&e.location.hash;return i&&i.slice(1)===t.id},root:function(e){return e===j},focus:function(e){return e===A.activeElement&&(!A.hasFocus||A.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:l(!1),disabled:l(!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.nodeType<6)return!1;return!0},parent:function(e){return!k.pseudos.empty(e)},header:function(e){return ve.test(e.nodeName)},input:function(e){return fe.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"))||"text"===t.toLowerCase())},first:u(function(){return[0]}),last:u(function(e,t){return[t-1]}),eq:u(function(e,t,i){return[i<0?i+t:i]}),even:u(function(e,t){for(var i=0;i<t;i+=2)e.push(i);return e}),odd:u(function(e,t){for(var i=1;i<t;i+=2)e.push(i);return e}),lt:u(function(e,t,i){for(var n=i<0?i+t:i;--n>=0;)e.push(n);return e}),gt:u(function(e,t,i){for(var n=i<0?i+t:i;++n<t;)e.push(n);return e})}},k.pseudos.nth=k.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})k.pseudos[b]=o(b);for(b in{submit:!0,reset:!0})k.pseudos[b]=a(b);return p.prototype=k.filters=k.pseudos,k.setFilters=new p,q=t.tokenize=function(e,i){var n,c,s,r,o,a,l,u=$[e+" "];if(u)return i?0:u.slice(0);for(o=e,a=[],l=k.preFilter;o;){n&&!(c=ae.exec(o))||(c&&(o=o.slice(c[0].length)||o),a.push(s=[])),n=!1,(c=le.exec(o))&&(n=c.shift(),s.push({value:n,type:c[0].replace(oe," ")}),o=o.slice(n.length));for(r in k.filter)!(c=_e[r].exec(o))||l[r]&&!(c=l[r](c))||(n=c.shift(),s.push({value:n,type:r,matches:c}),o=o.slice(n.length));if(!n)break}return i?o.length:o?t.error(e):$(e,a).slice(0)},C=t.compile=function(e,t){var i,n=[],c=[],s=Q[e+" "];if(!s){for(t||(t=q(e)),i=t.length;i--;)s=y(t[i]),s[z]?n.push(s):c.push(s);s=Q(e,w(c,n)),s.selector=e}return s},T=t.select=function(e,t,i,n){var c,s,r,o,a,l="function"==typeof e&&e,u=!n&&q(e=l.selector||e);if(i=i||[],1===u.length){if(s=u[0]=u[0].slice(0),s.length>2&&"ID"===(r=s[0]).type&&9===t.nodeType&&P&&k.relative[s[1].type]){if(t=(k.find.ID(r.matches[0].replace(ye,we),t)||[])[0],!t)return i;l&&(t=t.parentNode),e=e.slice(s.shift().value.length)}for(c=_e.needsContext.test(e)?0:s.length;c--&&(r=s[c],!k.relative[o=r.type]);)if((a=k.find[o])&&(n=a(r.matches[0].replace(ye,we),me.test(s[0].type)&&d(t.parentNode)||t))){if(s.splice(c,1),e=n.length&&_(s),!e)return K.apply(i,n),i;break}}return(l||C(e,u))(n,t,!P,i,!t||me.test(e)&&d(t.parentNode)||t),i},x.sortStable=z.split("").sort(V).join("")===z,x.detectDuplicates=!!E,S(),x.sortDetached=c(function(e){return 1&e.compareDocumentPosition(A.createElement("fieldset"))}),c(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||s("type|href|height|width",function(e,t,i){if(!i)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),x.attributes&&c(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||s("value",function(e,t,i){if(!i&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),c(function(e){return null==e.getAttribute("disabled")})||s(te,function(e,t,i){var n;if(!i)return e[t]===!0?t.toLowerCase():(n=e.getAttributeNode(t))&&n.specified?n.value:null}),t}(i);qe.find=Te,qe.expr=Te.selectors,qe.expr[":"]=qe.expr.pseudos,qe.uniqueSort=qe.unique=Te.uniqueSort,qe.text=Te.getText,qe.isXMLDoc=Te.isXML,qe.contains=Te.contains,qe.escapeSelector=Te.escape;var Be=function(e,t,i){for(var n=[],c=void 0!==i;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(c&&qe(e).is(i))break;n.push(e)}return n},Ne=function(e,t){for(var i=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&i.push(e);return i},Ee=qe.expr.match.needsContext,Se=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;qe.filter=function(e,t,i){var n=t[0];return i&&(e=":not("+e+")"),1===t.length&&1===n.nodeType?qe.find.matchesSelector(n,e)?[n]:[]:qe.find.matches(e,qe.grep(t,function(e){return 1===e.nodeType}))},qe.fn.extend({find:function(e){var t,i,n=this.length,c=this;if("string"!=typeof e)return this.pushStack(qe(e).filter(function(){for(t=0;t<n;t++)if(qe.contains(c[t],this))return!0}));for(i=this.pushStack([]),t=0;t<n;t++)qe.find(e,c[t],i);return n>1?qe.uniqueSort(i):i},filter:function(e){return this.pushStack(u(this,e||[],!1))},not:function(e){return this.pushStack(u(this,e||[],!0))},is:function(e){return!!u(this,"string"==typeof e&&Ee.test(e)?qe(e):e||[],!1).length}});var Ae,je=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,Pe=qe.fn.init=function(e,t,i){var n,c;if(!e)return this;if(i=i||Ae,"string"==typeof e){if(n="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:je.exec(e),!n||!n[1]&&t)return!t||t.jquery?(t||i).find(e):this.constructor(t).find(e);if(n[1]){if(t=t instanceof qe?t[0]:t,qe.merge(this,qe.parseHTML(n[1],t&&t.nodeType?t.ownerDocument||t:ue,!0)),Se.test(n[1])&&qe.isPlainObject(t))for(n in t)xe(this[n])?this[n](t[n]):this.attr(n,t[n]);return this}return c=ue.getElementById(n[2]),c&&(this[0]=c,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):xe(e)?void 0!==i.ready?i.ready(e):e(qe):qe.makeArray(e,this)};Pe.prototype=qe.fn,Ae=qe(ue);var Re=/^(?:parents|prev(?:Until|All))/,Le={children:!0,contents:!0,next:!0,prev:!0};qe.fn.extend({has:function(e){var t=qe(e,this),i=t.length;return this.filter(function(){for(var e=0;e<i;e++)if(qe.contains(this,t[e]))return!0})},closest:function(e,t){var i,n=0,c=this.length,s=[],r="string"!=typeof e&&qe(e);if(!Ee.test(e))for(;n<c;n++)for(i=this[n];i&&i!==t;i=i.parentNode)if(i.nodeType<11&&(r?r.index(i)>-1:1===i.nodeType&&qe.find.matchesSelector(i,e))){s.push(i);break}return this.pushStack(s.length>1?qe.uniqueSort(s):s)},index:function(e){return e?"string"==typeof e?ve.call(qe(e),this[0]):ve.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(qe.uniqueSort(qe.merge(this.get(),qe(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),qe.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return Be(e,"parentNode")},parentsUntil:function(e,t,i){return Be(e,"parentNode",i)},next:function(e){return d(e,"nextSibling")},prev:function(e){return d(e,"previousSibling")},nextAll:function(e){return Be(e,"nextSibling")},prevAll:function(e){return Be(e,"previousSibling")},nextUntil:function(e,t,i){return Be(e,"nextSibling",i)},prevUntil:function(e,t,i){return Be(e,"previousSibling",i)},siblings:function(e){return Ne((e.parentNode||{}).firstChild,e)},children:function(e){return Ne(e.firstChild)},contents:function(e){return l(e,"iframe")?e.contentDocument:(l(e,"template")&&(e=e.content||e),qe.merge([],e.childNodes))}},function(e,t){qe.fn[e]=function(i,n){var c=qe.map(this,t,i);return"Until"!==e.slice(-5)&&(n=i),n&&"string"==typeof n&&(c=qe.filter(n,c)),this.length>1&&(Le[e]||qe.uniqueSort(c),Re.test(e)&&c.reverse()),this.pushStack(c)}});var Me=/[^\x20\t\r\n\f]+/g;qe.Callbacks=function(e){e="string"==typeof e?p(e):qe.extend({},e);var t,i,n,c,s=[],r=[],a=-1,l=function(){for(c=c||e.once,n=t=!0;r.length;a=-1)for(i=r.shift();++a<s.length;)s[a].apply(i[0],i[1])===!1&&e.stopOnFalse&&(a=s.length,i=!1);e.memory||(i=!1),t=!1,c&&(s=i?[]:"")},u={add:function(){return s&&(i&&!t&&(a=s.length-1,r.push(i)),function t(i){qe.each(i,function(i,n){xe(n)?e.unique&&u.has(n)||s.push(n):n&&n.length&&"string"!==o(n)&&t(n)})}(arguments),i&&!t&&l()),this},remove:function(){return qe.each(arguments,function(e,t){for(var i;(i=qe.inArray(t,s,i))>-1;)s.splice(i,1),i<=a&&a--}),this},has:function(e){return e?qe.inArray(e,s)>-1:s.length>0},empty:function(){return s&&(s=[]),this},disable:function(){return c=r=[],s=i="",this},disabled:function(){return!s},lock:function(){return c=r=[],i||t||(s=i=""),this},locked:function(){return!!c},fireWith:function(e,i){return c||(i=i||[],i=[e,i.slice?i.slice():i],r.push(i),t||l()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!n}};return u},qe.extend({Deferred:function(e){var t=[["notify","progress",qe.Callbacks("memory"),qe.Callbacks("memory"),2],["resolve","done",qe.Callbacks("once memory"),qe.Callbacks("once memory"),0,"resolved"],["reject","fail",qe.Callbacks("once memory"),qe.Callbacks("once memory"),1,"rejected"]],n="pending",c={state:function(){return n},always:function(){return s.done(arguments).fail(arguments),this},catch:function(e){return c.then(null,e)},pipe:function(){var e=arguments;return qe.Deferred(function(i){qe.each(t,function(t,n){var c=xe(e[n[4]])&&e[n[4]];s[n[1]](function(){var e=c&&c.apply(this,arguments);e&&xe(e.promise)?e.promise().progress(i.notify).done(i.resolve).fail(i.reject):i[n[0]+"With"](this,c?[e]:arguments)})}),e=null}).promise()},then:function(e,n,c){function s(e,t,n,c){return function(){var o=this,a=arguments,l=function(){var i,l;if(!(e<r)){if(i=n.apply(o,a),i===t.promise())throw new TypeError("Thenable self-resolution");l=i&&("object"==typeof i||"function"==typeof i)&&i.then,xe(l)?c?l.call(i,s(r,t,_,c),s(r,t,f,c)):(r++,l.call(i,s(r,t,_,c),s(r,t,f,c),s(r,t,_,t.notifyWith))):(n!==_&&(o=void 0,a=[i]),(c||t.resolveWith)(o,a))}},u=c?l:function(){try{l()}catch(i){qe.Deferred.exceptionHook&&qe.Deferred.exceptionHook(i,u.stackTrace),e+1>=r&&(n!==f&&(o=void 0,a=[i]),t.rejectWith(o,a))}};e?u():(qe.Deferred.getStackHook&&(u.stackTrace=qe.Deferred.getStackHook()),i.setTimeout(u))}}var r=0;return qe.Deferred(function(i){t[0][3].add(s(0,i,xe(c)?c:_,i.notifyWith)),t[1][3].add(s(0,i,xe(e)?e:_)),t[2][3].add(s(0,i,xe(n)?n:f))}).promise()},promise:function(e){return null!=e?qe.extend(e,c):c}},s={};return qe.each(t,function(e,i){var r=i[2],o=i[5];c[i[1]]=r.add,o&&r.add(function(){n=o},t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),r.add(i[3].fire),s[i[0]]=function(){return s[i[0]+"With"](this===s?void 0:this,arguments),this},s[i[0]+"With"]=r.fireWith}),c.promise(s),e&&e.call(s,s),s},when:function(e){var t=arguments.length,i=t,n=Array(i),c=pe.call(arguments),s=qe.Deferred(),r=function(e){return function(i){n[e]=this,c[e]=arguments.length>1?pe.call(arguments):i,--t||s.resolveWith(n,c)}};if(t<=1&&(v(e,s.done(r(i)).resolve,s.reject,!t),"pending"===s.state()||xe(c[i]&&c[i].then)))return s.then();for(;i--;)v(c[i],r(i),s.reject);return s.promise()}});var Oe=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;qe.Deferred.exceptionHook=function(e,t){i.console&&i.console.warn&&e&&Oe.test(e.name)&&i.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},qe.readyException=function(e){i.setTimeout(function(){throw e})};var ze=qe.Deferred();qe.fn.ready=function(e){return ze.then(e).catch(function(e){qe.readyException(e)}),this},qe.extend({isReady:!1,readyWait:1,ready:function(e){(e===!0?--qe.readyWait:qe.isReady)||(qe.isReady=!0,e!==!0&&--qe.readyWait>0||ze.resolveWith(ue,[qe]))}}),qe.ready.then=ze.then,"complete"===ue.readyState||"loading"!==ue.readyState&&!ue.documentElement.doScroll?i.setTimeout(qe.ready):(ue.addEventListener("DOMContentLoaded",h),i.addEventListener("load",h));var Fe=function(e,t,i,n,c,s,r){var a=0,l=e.length,u=null==i;if("object"===o(i)){c=!0;for(a in i)Fe(e,t,a,i[a],!0,s,r)}else if(void 0!==n&&(c=!0,xe(n)||(r=!0),u&&(r?(t.call(e,n),t=null):(u=t,t=function(e,t,i){return u.call(qe(e),i)})),t))for(;a<l;a++)t(e[a],i,r?n:n.call(e[a],a,t(e[a],i)));return c?e:u?t.call(e):l?t(e[0],i):s},He=/^-ms-/,We=/-([a-z])/g,Ue=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};y.uid=1,y.prototype={cache:function(e){var t=e[this.expando];return t||(t={},Ue(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,i){var n,c=this.cache(e);if("string"==typeof t)c[m(t)]=i;else for(n in t)c[m(n)]=t[n];return c},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][m(t)]},access:function(e,t,i){return void 0===t||t&&"string"==typeof t&&void 0===i?this.get(e,t):(this.set(e,t,i),void 0!==i?i:t)},remove:function(e,t){var i,n=e[this.expando];if(void 0!==n){if(void 0!==t){Array.isArray(t)?t=t.map(m):(t=m(t),t=t in n?[t]:t.match(Me)||[]),i=t.length;for(;i--;)delete n[t[i]]}(void 0===t||qe.isEmptyObject(n))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!qe.isEmptyObject(t)}};var $e=new y,Qe=new y,Ve=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Ye=/[A-Z]/g;qe.extend({hasData:function(e){return Qe.hasData(e)||$e.hasData(e)},data:function(e,t,i){return Qe.access(e,t,i)},removeData:function(e,t){Qe.remove(e,t)},_data:function(e,t,i){return $e.access(e,t,i)},_removeData:function(e,t){$e.remove(e,t)}}),qe.fn.extend({data:function(e,t){var i,n,c,s=this[0],r=s&&s.attributes;if(void 0===e){if(this.length&&(c=Qe.get(s),1===s.nodeType&&!$e.get(s,"hasDataAttrs"))){for(i=r.length;i--;)r[i]&&(n=r[i].name,0===n.indexOf("data-")&&(n=m(n.slice(5)),b(s,n,c[n])));$e.set(s,"hasDataAttrs",!0)}return c}return"object"==typeof e?this.each(function(){Qe.set(this,e)}):Fe(this,function(t){var i;if(s&&void 0===t){if(i=Qe.get(s,e),void 0!==i)return i;if(i=b(s,e),void 0!==i)return i}else this.each(function(){Qe.set(this,e,t)})},null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){Qe.remove(this,e)})}}),qe.extend({queue:function(e,t,i){var n;if(e)return t=(t||"fx")+"queue",n=$e.get(e,t),i&&(!n||Array.isArray(i)?n=$e.access(e,t,qe.makeArray(i)):n.push(i)),n||[]},dequeue:function(e,t){t=t||"fx";var i=qe.queue(e,t),n=i.length,c=i.shift(),s=qe._queueHooks(e,t),r=function(){qe.dequeue(e,t)};"inprogress"===c&&(c=i.shift(),n--),c&&("fx"===t&&i.unshift("inprogress"),delete s.stop,c.call(e,r,s)),!n&&s&&s.empty.fire()},_queueHooks:function(e,t){var i=t+"queueHooks";return $e.get(e,i)||$e.access(e,i,{empty:qe.Callbacks("once memory").add(function(){$e.remove(e,[t+"queue",i])})})}}),qe.fn.extend({queue:function(e,t){var i=2;return"string"!=typeof e&&(t=e,e="fx",i--),arguments.length<i?qe.queue(this[0],e):void 0===t?this:this.each(function(){var i=qe.queue(this,e,t);qe._queueHooks(this,e),"fx"===e&&"inprogress"!==i[0]&&qe.dequeue(this,e)})},dequeue:function(e){return this.each(function(){qe.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var i,n=1,c=qe.Deferred(),s=this,r=this.length,o=function(){--n||c.resolveWith(s,[s])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";r--;)i=$e.get(s[r],e+"queueHooks"),i&&i.empty&&(n++,i.empty.add(o));return o(),c.promise(t)}});var Xe=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Ge=new RegExp("^(?:([+-])=|)("+Xe+")([a-z%]*)$","i"),Je=["Top","Right","Bottom","Left"],Ke=function(e,t){return e=t||e,"none"===e.style.display||""===e.style.display&&qe.contains(e.ownerDocument,e)&&"none"===qe.css(e,"display")},Ze=function(e,t,i,n){var c,s,r={};for(s in t)r[s]=e.style[s],e.style[s]=t[s];c=i.apply(e,n||[]);for(s in t)e.style[s]=r[s];return c},et={};qe.fn.extend({show:function(){return D(this,!0)},hide:function(){return D(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){Ke(this)?qe(this).show():qe(this).hide()})}});var tt=/^(?:checkbox|radio)$/i,it=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,nt=/^$|^module$|\/(?:java|ecma)script/i,ct={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};ct.optgroup=ct.option,ct.tbody=ct.tfoot=ct.colgroup=ct.caption=ct.thead,ct.th=ct.td;var st=/<|&#?\w+;/;!function(){var e=ue.createDocumentFragment(),t=e.appendChild(ue.createElement("div")),i=ue.createElement("input");i.setAttribute("type","radio"),
i.setAttribute("checked","checked"),i.setAttribute("name","t"),t.appendChild(i),be.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked,t.innerHTML="<textarea>x</textarea>",be.noCloneChecked=!!t.cloneNode(!0).lastChild.defaultValue}();var rt=ue.documentElement,ot=/^key/,at=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,lt=/^([^.]*)(?:\.(.+)|)/;qe.event={global:{},add:function(e,t,i,n,c){var s,r,o,a,l,u,d,p,_,f,v,h=$e.get(e);if(h)for(i.handler&&(s=i,i=s.handler,c=s.selector),c&&qe.find.matchesSelector(rt,c),i.guid||(i.guid=qe.guid++),(a=h.events)||(a=h.events={}),(r=h.handle)||(r=h.handle=function(t){return"undefined"!=typeof qe&&qe.event.triggered!==t.type?qe.event.dispatch.apply(e,arguments):void 0}),t=(t||"").match(Me)||[""],l=t.length;l--;)o=lt.exec(t[l])||[],_=v=o[1],f=(o[2]||"").split(".").sort(),_&&(d=qe.event.special[_]||{},_=(c?d.delegateType:d.bindType)||_,d=qe.event.special[_]||{},u=qe.extend({type:_,origType:v,data:n,handler:i,guid:i.guid,selector:c,needsContext:c&&qe.expr.match.needsContext.test(c),namespace:f.join(".")},s),(p=a[_])||(p=a[_]=[],p.delegateCount=0,d.setup&&d.setup.call(e,n,f,r)!==!1||e.addEventListener&&e.addEventListener(_,r)),d.add&&(d.add.call(e,u),u.handler.guid||(u.handler.guid=i.guid)),c?p.splice(p.delegateCount++,0,u):p.push(u),qe.event.global[_]=!0)},remove:function(e,t,i,n,c){var s,r,o,a,l,u,d,p,_,f,v,h=$e.hasData(e)&&$e.get(e);if(h&&(a=h.events)){for(t=(t||"").match(Me)||[""],l=t.length;l--;)if(o=lt.exec(t[l])||[],_=v=o[1],f=(o[2]||"").split(".").sort(),_){for(d=qe.event.special[_]||{},_=(n?d.delegateType:d.bindType)||_,p=a[_]||[],o=o[2]&&new RegExp("(^|\\.)"+f.join("\\.(?:.*\\.|)")+"(\\.|$)"),r=s=p.length;s--;)u=p[s],!c&&v!==u.origType||i&&i.guid!==u.guid||o&&!o.test(u.namespace)||n&&n!==u.selector&&("**"!==n||!u.selector)||(p.splice(s,1),u.selector&&p.delegateCount--,d.remove&&d.remove.call(e,u));r&&!p.length&&(d.teardown&&d.teardown.call(e,f,h.handle)!==!1||qe.removeEvent(e,_,h.handle),delete a[_])}else for(_ in a)qe.event.remove(e,_+t[l],i,n,!0);qe.isEmptyObject(a)&&$e.remove(e,"handle events")}},dispatch:function(e){var t,i,n,c,s,r,o=qe.event.fix(e),a=new Array(arguments.length),l=($e.get(this,"events")||{})[o.type]||[],u=qe.event.special[o.type]||{};for(a[0]=o,t=1;t<arguments.length;t++)a[t]=arguments[t];if(o.delegateTarget=this,!u.preDispatch||u.preDispatch.call(this,o)!==!1){for(r=qe.event.handlers.call(this,o,l),t=0;(c=r[t++])&&!o.isPropagationStopped();)for(o.currentTarget=c.elem,i=0;(s=c.handlers[i++])&&!o.isImmediatePropagationStopped();)o.rnamespace&&!o.rnamespace.test(s.namespace)||(o.handleObj=s,o.data=s.data,n=((qe.event.special[s.origType]||{}).handle||s.handler).apply(c.elem,a),void 0!==n&&(o.result=n)===!1&&(o.preventDefault(),o.stopPropagation()));return u.postDispatch&&u.postDispatch.call(this,o),o.result}},handlers:function(e,t){var i,n,c,s,r,o=[],a=t.delegateCount,l=e.target;if(a&&l.nodeType&&!("click"===e.type&&e.button>=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||l.disabled!==!0)){for(s=[],r={},i=0;i<a;i++)n=t[i],c=n.selector+" ",void 0===r[c]&&(r[c]=n.needsContext?qe(c,this).index(l)>-1:qe.find(c,this,null,[l]).length),r[c]&&s.push(n);s.length&&o.push({elem:l,handlers:s})}return l=this,a<t.length&&o.push({elem:l,handlers:t.slice(a)}),o},addProp:function(e,t){Object.defineProperty(qe.Event.prototype,e,{enumerable:!0,configurable:!0,get:xe(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[qe.expando]?e:new qe.Event(e)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==N()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===N()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&l(this,"input"))return this.click(),!1},_default:function(e){return l(e.target,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},qe.removeEvent=function(e,t,i){e.removeEventListener&&e.removeEventListener(t,i)},qe.Event=function(e,t){return this instanceof qe.Event?(e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&e.returnValue===!1?T:B,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&qe.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),void(this[qe.expando]=!0)):new qe.Event(e,t)},qe.Event.prototype={constructor:qe.Event,isDefaultPrevented:B,isPropagationStopped:B,isImmediatePropagationStopped:B,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=T,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=T,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=T,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},qe.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&ot.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&at.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},qe.event.addProp),qe.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,t){qe.event.special[e]={delegateType:t,bindType:t,handle:function(e){var i,n=this,c=e.relatedTarget,s=e.handleObj;return c&&(c===n||qe.contains(n,c))||(e.type=s.origType,i=s.handler.apply(this,arguments),e.type=t),i}}}),qe.fn.extend({on:function(e,t,i,n){return E(this,e,t,i,n)},one:function(e,t,i,n){return E(this,e,t,i,n,1)},off:function(e,t,i){var n,c;if(e&&e.preventDefault&&e.handleObj)return n=e.handleObj,qe(e.delegateTarget).off(n.namespace?n.origType+"."+n.namespace:n.origType,n.selector,n.handler),this;if("object"==typeof e){for(c in e)this.off(c,t,e[c]);return this}return t!==!1&&"function"!=typeof t||(i=t,t=void 0),i===!1&&(i=B),this.each(function(){qe.event.remove(this,e,i,t)})}});var ut=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,dt=/<script|<style|<link/i,pt=/checked\s*(?:[^=]|=\s*.checked.)/i,_t=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;qe.extend({htmlPrefilter:function(e){return e.replace(ut,"<$1></$2>")},clone:function(e,t,i){var n,c,s,r,o=e.cloneNode(!0),a=qe.contains(e.ownerDocument,e);if(!(be.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||qe.isXMLDoc(e)))for(r=I(o),s=I(e),n=0,c=s.length;n<c;n++)R(s[n],r[n]);if(t)if(i)for(s=s||I(e),r=r||I(o),n=0,c=s.length;n<c;n++)P(s[n],r[n]);else P(e,o);return r=I(o,"script"),r.length>0&&q(r,!a&&I(e,"script")),o},cleanData:function(e){for(var t,i,n,c=qe.event.special,s=0;void 0!==(i=e[s]);s++)if(Ue(i)){if(t=i[$e.expando]){if(t.events)for(n in t.events)c[n]?qe.event.remove(i,n):qe.removeEvent(i,n,t.handle);i[$e.expando]=void 0}i[Qe.expando]&&(i[Qe.expando]=void 0)}}}),qe.fn.extend({detach:function(e){return M(this,e,!0)},remove:function(e){return M(this,e)},text:function(e){return Fe(this,function(e){return void 0===e?qe.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return L(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=S(this,e);t.appendChild(e)}})},prepend:function(){return L(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=S(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return L(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return L(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(qe.cleanData(I(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return qe.clone(this,e,t)})},html:function(e){return Fe(this,function(e){var t=this[0]||{},i=0,n=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!dt.test(e)&&!ct[(it.exec(e)||["",""])[1].toLowerCase()]){e=qe.htmlPrefilter(e);try{for(;i<n;i++)t=this[i]||{},1===t.nodeType&&(qe.cleanData(I(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=[];return L(this,arguments,function(t){var i=this.parentNode;qe.inArray(this,e)<0&&(qe.cleanData(I(this)),i&&i.replaceChild(t,this))},e)}}),qe.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){qe.fn[e]=function(e){for(var i,n=[],c=qe(e),s=c.length-1,r=0;r<=s;r++)i=r===s?this:this.clone(!0),qe(c[r])[t](i),fe.apply(n,i.get());return this.pushStack(n)}});var ft=new RegExp("^("+Xe+")(?!px)[a-z%]+$","i"),vt=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=i),t.getComputedStyle(e)},ht=new RegExp(Je.join("|"),"i");!function(){function e(){if(l){a.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",l.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",rt.appendChild(a).appendChild(l);var e=i.getComputedStyle(l);n="1%"!==e.top,o=12===t(e.marginLeft),l.style.right="60%",r=36===t(e.right),c=36===t(e.width),l.style.position="absolute",s=36===l.offsetWidth||"absolute",rt.removeChild(a),l=null}}function t(e){return Math.round(parseFloat(e))}var n,c,s,r,o,a=ue.createElement("div"),l=ue.createElement("div");l.style&&(l.style.backgroundClip="content-box",l.cloneNode(!0).style.backgroundClip="",be.clearCloneStyle="content-box"===l.style.backgroundClip,qe.extend(be,{boxSizingReliable:function(){return e(),c},pixelBoxStyles:function(){return e(),r},pixelPosition:function(){return e(),n},reliableMarginLeft:function(){return e(),o},scrollboxSize:function(){return e(),s}}))}();var gt=/^(none|table(?!-c[ea]).+)/,mt=/^--/,yt={position:"absolute",visibility:"hidden",display:"block"},wt={letterSpacing:"0",fontWeight:"400"},bt=["Webkit","Moz","ms"],xt=ue.createElement("div").style;qe.extend({cssHooks:{opacity:{get:function(e,t){if(t){var i=O(e,"opacity");return""===i?"1":i}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,i,n){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var c,s,r,o=m(t),a=mt.test(t),l=e.style;return a||(t=H(o)),r=qe.cssHooks[t]||qe.cssHooks[o],void 0===i?r&&"get"in r&&void 0!==(c=r.get(e,!1,n))?c:l[t]:(s=typeof i,"string"===s&&(c=Ge.exec(i))&&c[1]&&(i=x(e,t,c),s="number"),null!=i&&i===i&&("number"===s&&(i+=c&&c[3]||(qe.cssNumber[o]?"":"px")),be.clearCloneStyle||""!==i||0!==t.indexOf("background")||(l[t]="inherit"),r&&"set"in r&&void 0===(i=r.set(e,i,n))||(a?l.setProperty(t,i):l[t]=i)),void 0)}},css:function(e,t,i,n){var c,s,r,o=m(t),a=mt.test(t);return a||(t=H(o)),r=qe.cssHooks[t]||qe.cssHooks[o],r&&"get"in r&&(c=r.get(e,!0,i)),void 0===c&&(c=O(e,t,n)),"normal"===c&&t in wt&&(c=wt[t]),""===i||i?(s=parseFloat(c),i===!0||isFinite(s)?s||0:c):c}}),qe.each(["height","width"],function(e,t){qe.cssHooks[t]={get:function(e,i,n){if(i)return!gt.test(qe.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?$(e,t,n):Ze(e,yt,function(){return $(e,t,n)})},set:function(e,i,n){var c,s=vt(e),r="border-box"===qe.css(e,"boxSizing",!1,s),o=n&&U(e,t,n,r,s);return r&&be.scrollboxSize()===s.position&&(o-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(s[t])-U(e,t,"border",!1,s)-.5)),o&&(c=Ge.exec(i))&&"px"!==(c[3]||"px")&&(e.style[t]=i,i=qe.css(e,t)),W(e,i,o)}}}),qe.cssHooks.marginLeft=z(be.reliableMarginLeft,function(e,t){if(t)return(parseFloat(O(e,"marginLeft"))||e.getBoundingClientRect().left-Ze(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),qe.each({margin:"",padding:"",border:"Width"},function(e,t){qe.cssHooks[e+t]={expand:function(i){for(var n=0,c={},s="string"==typeof i?i.split(" "):[i];n<4;n++)c[e+Je[n]+t]=s[n]||s[n-2]||s[0];return c}},"margin"!==e&&(qe.cssHooks[e+t].set=W)}),qe.fn.extend({css:function(e,t){return Fe(this,function(e,t,i){var n,c,s={},r=0;if(Array.isArray(t)){for(n=vt(e),c=t.length;r<c;r++)s[t[r]]=qe.css(e,t[r],!1,n);return s}return void 0!==i?qe.style(e,t,i):qe.css(e,t)},e,t,arguments.length>1)}}),qe.Tween=Q,Q.prototype={constructor:Q,init:function(e,t,i,n,c,s){this.elem=e,this.prop=i,this.easing=c||qe.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=n,this.unit=s||(qe.cssNumber[i]?"":"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,i=Q.propHooks[this.prop];return this.options.duration?this.pos=t=qe.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),i&&i.set?i.set(this):Q.propHooks._default.set(this),this}},Q.prototype.init.prototype=Q.prototype,Q.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=qe.css(e.elem,e.prop,""),t&&"auto"!==t?t:0)},set:function(e){qe.fx.step[e.prop]?qe.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[qe.cssProps[e.prop]]&&!qe.cssHooks[e.prop]?e.elem[e.prop]=e.now:qe.style(e.elem,e.prop,e.now+e.unit)}}},Q.propHooks.scrollTop=Q.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},qe.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},qe.fx=Q.prototype.init,qe.fx.step={};var kt,Dt,It=/^(?:toggle|show|hide)$/,qt=/queueHooks$/;qe.Animation=qe.extend(Z,{tweeners:{"*":[function(e,t){var i=this.createTween(e,t);return x(i.elem,e,Ge.exec(t),i),i}]},tweener:function(e,t){xe(e)?(t=e,e=["*"]):e=e.match(Me);for(var i,n=0,c=e.length;n<c;n++)i=e[n],Z.tweeners[i]=Z.tweeners[i]||[],Z.tweeners[i].unshift(t)},prefilters:[J],prefilter:function(e,t){t?Z.prefilters.unshift(e):Z.prefilters.push(e)}}),qe.speed=function(e,t,i){var n=e&&"object"==typeof e?qe.extend({},e):{complete:i||!i&&t||xe(e)&&e,duration:e,easing:i&&t||t&&!xe(t)&&t};return qe.fx.off?n.duration=0:"number"!=typeof n.duration&&(n.duration in qe.fx.speeds?n.duration=qe.fx.speeds[n.duration]:n.duration=qe.fx.speeds._default),null!=n.queue&&n.queue!==!0||(n.queue="fx"),n.old=n.complete,n.complete=function(){xe(n.old)&&n.old.call(this),n.queue&&qe.dequeue(this,n.queue)},n},qe.fn.extend({fadeTo:function(e,t,i,n){return this.filter(Ke).css("opacity",0).show().end().animate({opacity:t},e,i,n)},animate:function(e,t,i,n){var c=qe.isEmptyObject(e),s=qe.speed(t,i,n),r=function(){var t=Z(this,qe.extend({},e),s);(c||$e.get(this,"finish"))&&t.stop(!0)};return r.finish=r,c||s.queue===!1?this.each(r):this.queue(s.queue,r)},stop:function(e,t,i){var n=function(e){var t=e.stop;delete e.stop,t(i)};return"string"!=typeof e&&(i=t,t=e,e=void 0),t&&e!==!1&&this.queue(e||"fx",[]),this.each(function(){var t=!0,c=null!=e&&e+"queueHooks",s=qe.timers,r=$e.get(this);if(c)r[c]&&r[c].stop&&n(r[c]);else for(c in r)r[c]&&r[c].stop&&qt.test(c)&&n(r[c]);for(c=s.length;c--;)s[c].elem!==this||null!=e&&s[c].queue!==e||(s[c].anim.stop(i),t=!1,s.splice(c,1));!t&&i||qe.dequeue(this,e)})},finish:function(e){return e!==!1&&(e=e||"fx"),this.each(function(){var t,i=$e.get(this),n=i[e+"queue"],c=i[e+"queueHooks"],s=qe.timers,r=n?n.length:0;for(i.finish=!0,qe.queue(this,e,[]),c&&c.stop&&c.stop.call(this,!0),t=s.length;t--;)s[t].elem===this&&s[t].queue===e&&(s[t].anim.stop(!0),s.splice(t,1));for(t=0;t<r;t++)n[t]&&n[t].finish&&n[t].finish.call(this);delete i.finish})}}),qe.each(["toggle","show","hide"],function(e,t){var i=qe.fn[t];qe.fn[t]=function(e,n,c){return null==e||"boolean"==typeof e?i.apply(this,arguments):this.animate(X(t,!0),e,n,c)}}),qe.each({slideDown:X("show"),slideUp:X("hide"),slideToggle:X("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){qe.fn[e]=function(e,i,n){return this.animate(t,e,i,n)}}),qe.timers=[],qe.fx.tick=function(){var e,t=0,i=qe.timers;for(kt=Date.now();t<i.length;t++)e=i[t],e()||i[t]!==e||i.splice(t--,1);i.length||qe.fx.stop(),kt=void 0},qe.fx.timer=function(e){qe.timers.push(e),qe.fx.start()},qe.fx.interval=13,qe.fx.start=function(){Dt||(Dt=!0,V())},qe.fx.stop=function(){Dt=null},qe.fx.speeds={slow:600,fast:200,_default:400},qe.fn.delay=function(e,t){return e=qe.fx?qe.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var c=i.setTimeout(t,e);n.stop=function(){i.clearTimeout(c)}})},function(){var e=ue.createElement("input"),t=ue.createElement("select"),i=t.appendChild(ue.createElement("option"));e.type="checkbox",be.checkOn=""!==e.value,be.optSelected=i.selected,e=ue.createElement("input"),e.value="t",e.type="radio",be.radioValue="t"===e.value}();var Ct,Tt=qe.expr.attrHandle;qe.fn.extend({attr:function(e,t){return Fe(this,qe.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){qe.removeAttr(this,e)})}}),qe.extend({attr:function(e,t,i){var n,c,s=e.nodeType;if(3!==s&&8!==s&&2!==s)return"undefined"==typeof e.getAttribute?qe.prop(e,t,i):(1===s&&qe.isXMLDoc(e)||(c=qe.attrHooks[t.toLowerCase()]||(qe.expr.match.bool.test(t)?Ct:void 0)),void 0!==i?null===i?void qe.removeAttr(e,t):c&&"set"in c&&void 0!==(n=c.set(e,i,t))?n:(e.setAttribute(t,i+""),i):c&&"get"in c&&null!==(n=c.get(e,t))?n:(n=qe.find.attr(e,t),null==n?void 0:n))},attrHooks:{type:{set:function(e,t){if(!be.radioValue&&"radio"===t&&l(e,"input")){var i=e.value;return e.setAttribute("type",t),i&&(e.value=i),t}}}},removeAttr:function(e,t){var i,n=0,c=t&&t.match(Me);if(c&&1===e.nodeType)for(;i=c[n++];)e.removeAttribute(i)}}),Ct={set:function(e,t,i){return t===!1?qe.removeAttr(e,i):e.setAttribute(i,i),i}},qe.each(qe.expr.match.bool.source.match(/\w+/g),function(e,t){var i=Tt[t]||qe.find.attr;Tt[t]=function(e,t,n){var c,s,r=t.toLowerCase();return n||(s=Tt[r],Tt[r]=c,c=null!=i(e,t,n)?r:null,Tt[r]=s),c}});var Bt=/^(?:input|select|textarea|button)$/i,Nt=/^(?:a|area)$/i;qe.fn.extend({prop:function(e,t){return Fe(this,qe.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[qe.propFix[e]||e]})}}),qe.extend({prop:function(e,t,i){var n,c,s=e.nodeType;if(3!==s&&8!==s&&2!==s)return 1===s&&qe.isXMLDoc(e)||(t=qe.propFix[t]||t,c=qe.propHooks[t]),void 0!==i?c&&"set"in c&&void 0!==(n=c.set(e,i,t))?n:e[t]=i:c&&"get"in c&&null!==(n=c.get(e,t))?n:e[t]},propHooks:{tabIndex:{get:function(e){var t=qe.find.attr(e,"tabindex");return t?parseInt(t,10):Bt.test(e.nodeName)||Nt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),be.optSelected||(qe.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),qe.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){qe.propFix[this.toLowerCase()]=this}),qe.fn.extend({addClass:function(e){var t,i,n,c,s,r,o,a=0;if(xe(e))return this.each(function(t){qe(this).addClass(e.call(this,t,te(this)))});if(t=ie(e),t.length)for(;i=this[a++];)if(c=te(i),n=1===i.nodeType&&" "+ee(c)+" "){for(r=0;s=t[r++];)n.indexOf(" "+s+" ")<0&&(n+=s+" ");o=ee(n),c!==o&&i.setAttribute("class",o)}return this},removeClass:function(e){var t,i,n,c,s,r,o,a=0;if(xe(e))return this.each(function(t){qe(this).removeClass(e.call(this,t,te(this)))});if(!arguments.length)return this.attr("class","");if(t=ie(e),t.length)for(;i=this[a++];)if(c=te(i),n=1===i.nodeType&&" "+ee(c)+" "){for(r=0;s=t[r++];)for(;n.indexOf(" "+s+" ")>-1;)n=n.replace(" "+s+" "," ");o=ee(n),c!==o&&i.setAttribute("class",o)}return this},toggleClass:function(e,t){var i=typeof e,n="string"===i||Array.isArray(e);return"boolean"==typeof t&&n?t?this.addClass(e):this.removeClass(e):xe(e)?this.each(function(i){qe(this).toggleClass(e.call(this,i,te(this),t),t)}):this.each(function(){var t,c,s,r;if(n)for(c=0,s=qe(this),r=ie(e);t=r[c++];)s.hasClass(t)?s.removeClass(t):s.addClass(t);else void 0!==e&&"boolean"!==i||(t=te(this),t&&$e.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||e===!1?"":$e.get(this,"__className__")||""))})},hasClass:function(e){var t,i,n=0;for(t=" "+e+" ";i=this[n++];)if(1===i.nodeType&&(" "+ee(te(i))+" ").indexOf(t)>-1)return!0;return!1}});var Et=/\r/g;qe.fn.extend({val:function(e){var t,i,n,c=this[0];{if(arguments.length)return n=xe(e),this.each(function(i){var c;1===this.nodeType&&(c=n?e.call(this,i,qe(this).val()):e,null==c?c="":"number"==typeof c?c+="":Array.isArray(c)&&(c=qe.map(c,function(e){return null==e?"":e+""})),t=qe.valHooks[this.type]||qe.valHooks[this.nodeName.toLowerCase()],t&&"set"in t&&void 0!==t.set(this,c,"value")||(this.value=c))});if(c)return t=qe.valHooks[c.type]||qe.valHooks[c.nodeName.toLowerCase()],t&&"get"in t&&void 0!==(i=t.get(c,"value"))?i:(i=c.value,"string"==typeof i?i.replace(Et,""):null==i?"":i)}}}),qe.extend({valHooks:{option:{get:function(e){var t=qe.find.attr(e,"value");return null!=t?t:ee(qe.text(e))}},select:{get:function(e){var t,i,n,c=e.options,s=e.selectedIndex,r="select-one"===e.type,o=r?null:[],a=r?s+1:c.length;for(n=s<0?a:r?s:0;n<a;n++)if(i=c[n],(i.selected||n===s)&&!i.disabled&&(!i.parentNode.disabled||!l(i.parentNode,"optgroup"))){if(t=qe(i).val(),r)return t;o.push(t)}return o},set:function(e,t){for(var i,n,c=e.options,s=qe.makeArray(t),r=c.length;r--;)n=c[r],(n.selected=qe.inArray(qe.valHooks.option.get(n),s)>-1)&&(i=!0);return i||(e.selectedIndex=-1),s}}}}),qe.each(["radio","checkbox"],function(){qe.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=qe.inArray(qe(e).val(),t)>-1}},be.checkOn||(qe.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),be.focusin="onfocusin"in i;var St=/^(?:focusinfocus|focusoutblur)$/,At=function(e){e.stopPropagation()};qe.extend(qe.event,{trigger:function(e,t,n,c){var s,r,o,a,l,u,d,p,_=[n||ue],f=me.call(e,"type")?e.type:e,v=me.call(e,"namespace")?e.namespace.split("."):[];if(r=p=o=n=n||ue,3!==n.nodeType&&8!==n.nodeType&&!St.test(f+qe.event.triggered)&&(f.indexOf(".")>-1&&(v=f.split("."),f=v.shift(),v.sort()),l=f.indexOf(":")<0&&"on"+f,e=e[qe.expando]?e:new qe.Event(f,"object"==typeof e&&e),e.isTrigger=c?2:3,e.namespace=v.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+v.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:qe.makeArray(t,[e]),d=qe.event.special[f]||{},c||!d.trigger||d.trigger.apply(n,t)!==!1)){if(!c&&!d.noBubble&&!ke(n)){for(a=d.delegateType||f,St.test(a+f)||(r=r.parentNode);r;r=r.parentNode)_.push(r),o=r;o===(n.ownerDocument||ue)&&_.push(o.defaultView||o.parentWindow||i)}for(s=0;(r=_[s++])&&!e.isPropagationStopped();)p=r,e.type=s>1?a:d.bindType||f,u=($e.get(r,"events")||{})[e.type]&&$e.get(r,"handle"),u&&u.apply(r,t),u=l&&r[l],u&&u.apply&&Ue(r)&&(e.result=u.apply(r,t),e.result===!1&&e.preventDefault());return e.type=f,c||e.isDefaultPrevented()||d._default&&d._default.apply(_.pop(),t)!==!1||!Ue(n)||l&&xe(n[f])&&!ke(n)&&(o=n[l],o&&(n[l]=null),qe.event.triggered=f,e.isPropagationStopped()&&p.addEventListener(f,At),n[f](),e.isPropagationStopped()&&p.removeEventListener(f,At),qe.event.triggered=void 0,o&&(n[l]=o)),e.result}},simulate:function(e,t,i){var n=qe.extend(new qe.Event,i,{type:e,isSimulated:!0});qe.event.trigger(n,null,t)}}),qe.fn.extend({trigger:function(e,t){return this.each(function(){qe.event.trigger(e,t,this)})},triggerHandler:function(e,t){var i=this[0];if(i)return qe.event.trigger(e,t,i,!0)}}),be.focusin||qe.each({focus:"focusin",blur:"focusout"},function(e,t){var i=function(e){qe.event.simulate(t,e.target,qe.event.fix(e))};qe.event.special[t]={setup:function(){var n=this.ownerDocument||this,c=$e.access(n,t);c||n.addEventListener(e,i,!0),$e.access(n,t,(c||0)+1)},teardown:function(){var n=this.ownerDocument||this,c=$e.access(n,t)-1;c?$e.access(n,t,c):(n.removeEventListener(e,i,!0),$e.remove(n,t))}}});var jt=i.location,Pt=Date.now(),Rt=/\?/;qe.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new i.DOMParser).parseFromString(e,"text/xml")}catch(e){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||qe.error("Invalid XML: "+e),t};var Lt=/\[\]$/,Mt=/\r?\n/g,Ot=/^(?:submit|button|image|reset|file)$/i,zt=/^(?:input|select|textarea|keygen)/i;qe.param=function(e,t){var i,n=[],c=function(e,t){var i=xe(t)?t():t;n[n.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==i?"":i)};if(Array.isArray(e)||e.jquery&&!qe.isPlainObject(e))qe.each(e,function(){c(this.name,this.value)});else for(i in e)ne(i,e[i],t,c);return n.join("&")},qe.fn.extend({serialize:function(){return qe.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=qe.prop(this,"elements");return e?qe.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!qe(this).is(":disabled")&&zt.test(this.nodeName)&&!Ot.test(e)&&(this.checked||!tt.test(e))}).map(function(e,t){var i=qe(this).val();return null==i?null:Array.isArray(i)?qe.map(i,function(e){return{name:t.name,value:e.replace(Mt,"\r\n")}}):{name:t.name,value:i.replace(Mt,"\r\n")}}).get()}});var Ft=/%20/g,Ht=/#.*$/,Wt=/([?&])_=[^&]*/,Ut=/^(.*?):[ \t]*([^\r\n]*)$/gm,$t=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Qt=/^(?:GET|HEAD)$/,Vt=/^\/\//,Yt={},Xt={},Gt="*/".concat("*"),Jt=ue.createElement("a");Jt.href=jt.href,qe.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:jt.href,type:"GET",isLocal:$t.test(jt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Gt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":qe.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?re(re(e,qe.ajaxSettings),t):re(qe.ajaxSettings,e)},ajaxPrefilter:ce(Yt),ajaxTransport:ce(Xt),ajax:function(e,t){function n(e,t,n,o){var l,p,_,w,b,x=t;u||(u=!0,a&&i.clearTimeout(a),c=void 0,r=o||"",k.readyState=e>0?4:0,l=e>=200&&e<300||304===e,n&&(w=oe(f,k,n)),w=ae(f,w,k,l),l?(f.ifModified&&(b=k.getResponseHeader("Last-Modified"),b&&(qe.lastModified[s]=b),b=k.getResponseHeader("etag"),b&&(qe.etag[s]=b)),204===e||"HEAD"===f.type?x="nocontent":304===e?x="notmodified":(x=w.state,p=w.data,_=w.error,l=!_)):(_=x,!e&&x||(x="error",e<0&&(e=0))),k.status=e,k.statusText=(t||x)+"",l?g.resolveWith(v,[p,x,k]):g.rejectWith(v,[k,x,_]),k.statusCode(y),y=void 0,d&&h.trigger(l?"ajaxSuccess":"ajaxError",[k,f,l?p:_]),m.fireWith(v,[k,x]),d&&(h.trigger("ajaxComplete",[k,f]),--qe.active||qe.event.trigger("ajaxStop")))}"object"==typeof e&&(t=e,e=void 0),t=t||{};var c,s,r,o,a,l,u,d,p,_,f=qe.ajaxSetup({},t),v=f.context||f,h=f.context&&(v.nodeType||v.jquery)?qe(v):qe.event,g=qe.Deferred(),m=qe.Callbacks("once memory"),y=f.statusCode||{},w={},b={},x="canceled",k={readyState:0,getResponseHeader:function(e){var t;if(u){if(!o)for(o={};t=Ut.exec(r);)o[t[1].toLowerCase()]=t[2];t=o[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return u?r:null},setRequestHeader:function(e,t){return null==u&&(e=b[e.toLowerCase()]=b[e.toLowerCase()]||e,w[e]=t),this},overrideMimeType:function(e){return null==u&&(f.mimeType=e),this},statusCode:function(e){var t;if(e)if(u)k.always(e[k.status]);else for(t in e)y[t]=[y[t],e[t]];return this},abort:function(e){var t=e||x;return c&&c.abort(t),n(0,t),this}};if(g.promise(k),f.url=((e||f.url||jt.href)+"").replace(Vt,jt.protocol+"//"),f.type=t.method||t.type||f.method||f.type,f.dataTypes=(f.dataType||"*").toLowerCase().match(Me)||[""],null==f.crossDomain){l=ue.createElement("a");try{l.href=f.url,l.href=l.href,f.crossDomain=Jt.protocol+"//"+Jt.host!=l.protocol+"//"+l.host}catch(e){f.crossDomain=!0}}if(f.data&&f.processData&&"string"!=typeof f.data&&(f.data=qe.param(f.data,f.traditional)),se(Yt,f,t,k),u)return k;d=qe.event&&f.global,d&&0===qe.active++&&qe.event.trigger("ajaxStart"),f.type=f.type.toUpperCase(),f.hasContent=!Qt.test(f.type),s=f.url.replace(Ht,""),f.hasContent?f.data&&f.processData&&0===(f.contentType||"").indexOf("application/x-www-form-urlencoded")&&(f.data=f.data.replace(Ft,"+")):(_=f.url.slice(s.length),f.data&&(f.processData||"string"==typeof f.data)&&(s+=(Rt.test(s)?"&":"?")+f.data,delete f.data),f.cache===!1&&(s=s.replace(Wt,"$1"),_=(Rt.test(s)?"&":"?")+"_="+Pt++ +_),f.url=s+_),f.ifModified&&(qe.lastModified[s]&&k.setRequestHeader("If-Modified-Since",qe.lastModified[s]),qe.etag[s]&&k.setRequestHeader("If-None-Match",qe.etag[s])),(f.data&&f.hasContent&&f.contentType!==!1||t.contentType)&&k.setRequestHeader("Content-Type",f.contentType),k.setRequestHeader("Accept",f.dataTypes[0]&&f.accepts[f.dataTypes[0]]?f.accepts[f.dataTypes[0]]+("*"!==f.dataTypes[0]?", "+Gt+"; q=0.01":""):f.accepts["*"]);for(p in f.headers)k.setRequestHeader(p,f.headers[p]);if(f.beforeSend&&(f.beforeSend.call(v,k,f)===!1||u))return k.abort();if(x="abort",m.add(f.complete),k.done(f.success),k.fail(f.error),c=se(Xt,f,t,k)){if(k.readyState=1,d&&h.trigger("ajaxSend",[k,f]),u)return k;f.async&&f.timeout>0&&(a=i.setTimeout(function(){k.abort("timeout")},f.timeout));try{u=!1,c.send(w,n)}catch(e){if(u)throw e;n(-1,e)}}else n(-1,"No Transport");return k},getJSON:function(e,t,i){return qe.get(e,t,i,"json")},getScript:function(e,t){return qe.get(e,void 0,t,"script")}}),qe.each(["get","post"],function(e,t){qe[t]=function(e,i,n,c){return xe(i)&&(c=c||n,n=i,i=void 0),qe.ajax(qe.extend({url:e,type:t,dataType:c,data:i,success:n},qe.isPlainObject(e)&&e))}}),qe._evalUrl=function(e){return qe.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,throws:!0})},qe.fn.extend({wrapAll:function(e){var t;return this[0]&&(xe(e)&&(e=e.call(this[0])),t=qe(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return xe(e)?this.each(function(t){qe(this).wrapInner(e.call(this,t))}):this.each(function(){var t=qe(this),i=t.contents();i.length?i.wrapAll(e):t.append(e)})},wrap:function(e){var t=xe(e);return this.each(function(i){qe(this).wrapAll(t?e.call(this,i):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){qe(this).replaceWith(this.childNodes)}),this}}),qe.expr.pseudos.hidden=function(e){return!qe.expr.pseudos.visible(e)},qe.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},qe.ajaxSettings.xhr=function(){try{return new i.XMLHttpRequest}catch(e){}};var Kt={0:200,1223:204},Zt=qe.ajaxSettings.xhr();be.cors=!!Zt&&"withCredentials"in Zt,be.ajax=Zt=!!Zt,qe.ajaxTransport(function(e){var t,n;if(be.cors||Zt&&!e.crossDomain)return{send:function(c,s){var r,o=e.xhr();if(o.open(e.type,e.url,e.async,e.username,e.password),
e.xhrFields)for(r in e.xhrFields)o[r]=e.xhrFields[r];e.mimeType&&o.overrideMimeType&&o.overrideMimeType(e.mimeType),e.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(r in c)o.setRequestHeader(r,c[r]);t=function(e){return function(){t&&(t=n=o.onload=o.onerror=o.onabort=o.ontimeout=o.onreadystatechange=null,"abort"===e?o.abort():"error"===e?"number"!=typeof o.status?s(0,"error"):s(o.status,o.statusText):s(Kt[o.status]||o.status,o.statusText,"text"!==(o.responseType||"text")||"string"!=typeof o.responseText?{binary:o.response}:{text:o.responseText},o.getAllResponseHeaders()))}},o.onload=t(),n=o.onerror=o.ontimeout=t("error"),void 0!==o.onabort?o.onabort=n:o.onreadystatechange=function(){4===o.readyState&&i.setTimeout(function(){t&&n()})},t=t("abort");try{o.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}}),qe.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),qe.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return qe.globalEval(e),e}}}),qe.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),qe.ajaxTransport("script",function(e){if(e.crossDomain){var t,i;return{send:function(n,c){t=qe("<script>").prop({charset:e.scriptCharset,src:e.url}).on("load error",i=function(e){t.remove(),i=null,e&&c("error"===e.type?404:200,e.type)}),ue.head.appendChild(t[0])},abort:function(){i&&i()}}}});var ei=[],ti=/(=)\?(?=&|$)|\?\?/;qe.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=ei.pop()||qe.expando+"_"+Pt++;return this[e]=!0,e}}),qe.ajaxPrefilter("json jsonp",function(e,t,n){var c,s,r,o=e.jsonp!==!1&&(ti.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&ti.test(e.data)&&"data");if(o||"jsonp"===e.dataTypes[0])return c=e.jsonpCallback=xe(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,o?e[o]=e[o].replace(ti,"$1"+c):e.jsonp!==!1&&(e.url+=(Rt.test(e.url)?"&":"?")+e.jsonp+"="+c),e.converters["script json"]=function(){return r||qe.error(c+" was not called"),r[0]},e.dataTypes[0]="json",s=i[c],i[c]=function(){r=arguments},n.always(function(){void 0===s?qe(i).removeProp(c):i[c]=s,e[c]&&(e.jsonpCallback=t.jsonpCallback,ei.push(c)),r&&xe(s)&&s(r[0]),r=s=void 0}),"script"}),be.createHTMLDocument=function(){var e=ue.implementation.createHTMLDocument("").body;return e.innerHTML="<form></form><form></form>",2===e.childNodes.length}(),qe.parseHTML=function(e,t,i){if("string"!=typeof e)return[];"boolean"==typeof t&&(i=t,t=!1);var n,c,s;return t||(be.createHTMLDocument?(t=ue.implementation.createHTMLDocument(""),n=t.createElement("base"),n.href=ue.location.href,t.head.appendChild(n)):t=ue),c=Se.exec(e),s=!i&&[],c?[t.createElement(c[1])]:(c=C([e],t,s),s&&s.length&&qe(s).remove(),qe.merge([],c.childNodes))},qe.fn.load=function(e,t,i){var n,c,s,r=this,o=e.indexOf(" ");return o>-1&&(n=ee(e.slice(o)),e=e.slice(0,o)),xe(t)?(i=t,t=void 0):t&&"object"==typeof t&&(c="POST"),r.length>0&&qe.ajax({url:e,type:c||"GET",dataType:"html",data:t}).done(function(e){s=arguments,r.html(n?qe("<div>").append(qe.parseHTML(e)).find(n):e)}).always(i&&function(e,t){r.each(function(){i.apply(this,s||[e.responseText,t,e])})}),this},qe.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){qe.fn[t]=function(e){return this.on(t,e)}}),qe.expr.pseudos.animated=function(e){return qe.grep(qe.timers,function(t){return e===t.elem}).length},qe.offset={setOffset:function(e,t,i){var n,c,s,r,o,a,l,u=qe.css(e,"position"),d=qe(e),p={};"static"===u&&(e.style.position="relative"),o=d.offset(),s=qe.css(e,"top"),a=qe.css(e,"left"),l=("absolute"===u||"fixed"===u)&&(s+a).indexOf("auto")>-1,l?(n=d.position(),r=n.top,c=n.left):(r=parseFloat(s)||0,c=parseFloat(a)||0),xe(t)&&(t=t.call(e,i,qe.extend({},o))),null!=t.top&&(p.top=t.top-o.top+r),null!=t.left&&(p.left=t.left-o.left+c),"using"in t?t.using.call(e,p):d.css(p)}},qe.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(t){qe.offset.setOffset(this,e,t)});var t,i,n=this[0];if(n)return n.getClientRects().length?(t=n.getBoundingClientRect(),i=n.ownerDocument.defaultView,{top:t.top+i.pageYOffset,left:t.left+i.pageXOffset}):{top:0,left:0}},position:function(){if(this[0]){var e,t,i,n=this[0],c={top:0,left:0};if("fixed"===qe.css(n,"position"))t=n.getBoundingClientRect();else{for(t=this.offset(),i=n.ownerDocument,e=n.offsetParent||i.documentElement;e&&(e===i.body||e===i.documentElement)&&"static"===qe.css(e,"position");)e=e.parentNode;e&&e!==n&&1===e.nodeType&&(c=qe(e).offset(),c.top+=qe.css(e,"borderTopWidth",!0),c.left+=qe.css(e,"borderLeftWidth",!0))}return{top:t.top-c.top-qe.css(n,"marginTop",!0),left:t.left-c.left-qe.css(n,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===qe.css(e,"position");)e=e.offsetParent;return e||rt})}}),qe.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var i="pageYOffset"===t;qe.fn[e]=function(n){return Fe(this,function(e,n,c){var s;return ke(e)?s=e:9===e.nodeType&&(s=e.defaultView),void 0===c?s?s[t]:e[n]:void(s?s.scrollTo(i?s.pageXOffset:c,i?c:s.pageYOffset):e[n]=c)},e,n,arguments.length)}}),qe.each(["top","left"],function(e,t){qe.cssHooks[t]=z(be.pixelPosition,function(e,i){if(i)return i=O(e,t),ft.test(i)?qe(e).position()[t]+"px":i})}),qe.each({Height:"height",Width:"width"},function(e,t){qe.each({padding:"inner"+e,content:t,"":"outer"+e},function(i,n){qe.fn[n]=function(c,s){var r=arguments.length&&(i||"boolean"!=typeof c),o=i||(c===!0||s===!0?"margin":"border");return Fe(this,function(t,i,c){var s;return ke(t)?0===n.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(s=t.documentElement,Math.max(t.body["scroll"+e],s["scroll"+e],t.body["offset"+e],s["offset"+e],s["client"+e])):void 0===c?qe.css(t,i,o):qe.style(t,i,c,o)},t,r?c:void 0,r)}})}),qe.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,t){qe.fn[t]=function(e,i){return arguments.length>0?this.on(t,null,e,i):this.trigger(t)}}),qe.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),qe.fn.extend({bind:function(e,t,i){return this.on(e,null,t,i)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,i,n){return this.on(t,e,i,n)},undelegate:function(e,t,i){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",i)}}),qe.proxy=function(e,t){var i,n,c;if("string"==typeof t&&(i=e[t],t=e,e=i),xe(e))return n=pe.call(arguments,2),c=function(){return e.apply(t||this,n.concat(pe.call(arguments)))},c.guid=e.guid=e.guid||qe.guid++,c},qe.holdReady=function(e){e?qe.readyWait++:qe.ready(!0)},qe.isArray=Array.isArray,qe.parseJSON=JSON.parse,qe.nodeName=l,qe.isFunction=xe,qe.isWindow=ke,qe.camelCase=m,qe.type=o,qe.now=Date.now,qe.isNumeric=function(e){var t=qe.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},n=[],c=function(){return qe}.apply(t,n),!(void 0!==c&&(e.exports=c));var ii=i.jQuery,ni=i.$;return qe.noConflict=function(e){return i.$===qe&&(i.$=ni),e&&i.jQuery===qe&&(i.jQuery=ii),qe},s||(i.jQuery=i.$=qe),qe})},function(e,t){function i(){throw new Error("setTimeout has not been defined")}function n(){throw new Error("clearTimeout has not been defined")}function c(e){if(u===setTimeout)return setTimeout(e,0);if((u===i||!u)&&setTimeout)return u=setTimeout,setTimeout(e,0);try{return u(e,0)}catch(t){try{return u.call(null,e,0)}catch(t){return u.call(this,e,0)}}}function s(e){if(d===clearTimeout)return clearTimeout(e);if((d===n||!d)&&clearTimeout)return d=clearTimeout,clearTimeout(e);try{return d(e)}catch(t){try{return d.call(null,e)}catch(t){return d.call(this,e)}}}function r(){v&&_&&(v=!1,_.length?f=_.concat(f):h=-1,f.length&&o())}function o(){if(!v){var e=c(r);v=!0;for(var t=f.length;t;){for(_=f,f=[];++h<t;)_&&_[h].run();h=-1,t=f.length}_=null,v=!1,s(e)}}function a(e,t){this.fun=e,this.array=t}function l(){}var u,d,p=e.exports={};!function(){try{u="function"==typeof setTimeout?setTimeout:i}catch(e){u=i}try{d="function"==typeof clearTimeout?clearTimeout:n}catch(e){d=n}}();var _,f=[],v=!1,h=-1;p.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)t[i-1]=arguments[i];f.push(new a(e,t)),1!==f.length||v||c(o)},a.prototype.run=function(){this.fun.apply(null,this.array)},p.title="browser",p.browser=!0,p.env={},p.argv=[],p.version="",p.versions={},p.on=l,p.addListener=l,p.once=l,p.off=l,p.removeListener=l,p.removeAllListeners=l,p.emit=l,p.prependListener=l,p.prependOnceListener=l,p.listeners=function(e){return[]},p.binding=function(e){throw new Error("process.binding is not supported")},p.cwd=function(){return"/"},p.chdir=function(e){throw new Error("process.chdir is not supported")},p.umask=function(){return 0}},function(e,t,i){var n;!function(){function c(e,t,i){return e.call.apply(e.bind,arguments)}function s(e,t,i){if(!e)throw Error();if(2<arguments.length){var n=Array.prototype.slice.call(arguments,2);return function(){var i=Array.prototype.slice.call(arguments);return Array.prototype.unshift.apply(i,n),e.apply(t,i)}}return function(){return e.apply(t,arguments)}}function r(e,t,i){return r=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?c:s,r.apply(null,arguments)}function o(e,t){this.a=e,this.o=t||e,this.c=this.o.document}function a(e,t,i,n){if(t=e.c.createElement(t),i)for(var c in i)i.hasOwnProperty(c)&&("style"==c?t.style.cssText=i[c]:t.setAttribute(c,i[c]));return n&&t.appendChild(e.c.createTextNode(n)),t}function l(e,t,i){e=e.c.getElementsByTagName(t)[0],e||(e=document.documentElement),e.insertBefore(i,e.lastChild)}function u(e){e.parentNode&&e.parentNode.removeChild(e)}function d(e,t,i){t=t||[],i=i||[];for(var n=e.className.split(/\s+/),c=0;c<t.length;c+=1){for(var s=!1,r=0;r<n.length;r+=1)if(t[c]===n[r]){s=!0;break}s||n.push(t[c])}for(t=[],c=0;c<n.length;c+=1){for(s=!1,r=0;r<i.length;r+=1)if(n[c]===i[r]){s=!0;break}s||t.push(n[c])}e.className=t.join(" ").replace(/\s+/g," ").replace(/^\s+|\s+$/,"")}function p(e,t){for(var i=e.className.split(/\s+/),n=0,c=i.length;n<c;n++)if(i[n]==t)return!0;return!1}function _(e){return e.o.location.hostname||e.a.location.hostname}function f(e,t,i){function n(){o&&c&&s&&(o(r),o=null)}t=a(e,"link",{rel:"stylesheet",href:t,media:"all"});var c=!1,s=!0,r=null,o=i||null;se?(t.onload=function(){c=!0,n()},t.onerror=function(){c=!0,r=Error("Stylesheet failed to load"),n()}):setTimeout(function(){c=!0,n()},0),l(e,"head",t)}function v(e,t,i,n){var c=e.c.getElementsByTagName("head")[0];if(c){var s=a(e,"script",{src:t}),r=!1;return s.onload=s.onreadystatechange=function(){r||this.readyState&&"loaded"!=this.readyState&&"complete"!=this.readyState||(r=!0,i&&i(null),s.onload=s.onreadystatechange=null,"HEAD"==s.parentNode.tagName&&c.removeChild(s))},c.appendChild(s),setTimeout(function(){r||(r=!0,i&&i(Error("Script load timeout")))},n||5e3),s}return null}function h(){this.a=0,this.c=null}function g(e){return e.a++,function(){e.a--,y(e)}}function m(e,t){e.c=t,y(e)}function y(e){0==e.a&&e.c&&(e.c(),e.c=null)}function w(e){this.a=e||"-"}function b(e,t){this.c=e,this.f=4,this.a="n";var i=(t||"n4").match(/^([nio])([1-9])$/i);i&&(this.a=i[1],this.f=parseInt(i[2],10))}function x(e){return I(e)+" "+(e.f+"00")+" 300px "+k(e.c)}function k(e){var t=[];e=e.split(/,\s*/);for(var i=0;i<e.length;i++){var n=e[i].replace(/['"]/g,"");-1!=n.indexOf(" ")||/^\d/.test(n)?t.push("'"+n+"'"):t.push(n)}return t.join(",")}function D(e){return e.a+e.f}function I(e){var t="normal";return"o"===e.a?t="oblique":"i"===e.a&&(t="italic"),t}function q(e){var t=4,i="n",n=null;return e&&((n=e.match(/(normal|oblique|italic)/i))&&n[1]&&(i=n[1].substr(0,1).toLowerCase()),(n=e.match(/([1-9]00|normal|bold)/i))&&n[1]&&(/bold/i.test(n[1])?t=7:/[1-9]00/.test(n[1])&&(t=parseInt(n[1].substr(0,1),10)))),i+t}function C(e,t){this.c=e,this.f=e.o.document.documentElement,this.h=t,this.a=new w("-"),this.j=!1!==t.events,this.g=!1!==t.classes}function T(e){e.g&&d(e.f,[e.a.c("wf","loading")]),N(e,"loading")}function B(e){if(e.g){var t=p(e.f,e.a.c("wf","active")),i=[],n=[e.a.c("wf","loading")];t||i.push(e.a.c("wf","inactive")),d(e.f,i,n)}N(e,"inactive")}function N(e,t,i){e.j&&e.h[t]&&(i?e.h[t](i.c,D(i)):e.h[t]())}function E(){this.c={}}function S(e,t,i){var n,c=[];for(n in t)if(t.hasOwnProperty(n)){var s=e.c[n];s&&c.push(s(t[n],i))}return c}function A(e,t){this.c=e,this.f=t,this.a=a(this.c,"span",{"aria-hidden":"true"},this.f)}function j(e){l(e.c,"body",e.a)}function P(e){return"display:block;position:absolute;top:-9999px;left:-9999px;font-size:300px;width:auto;height:auto;line-height:normal;margin:0;padding:0;font-variant:normal;white-space:nowrap;font-family:"+k(e.c)+";"+("font-style:"+I(e)+";font-weight:"+(e.f+"00")+";")}function R(e,t,i,n,c,s){this.g=e,this.j=t,this.a=n,this.c=i,this.f=c||3e3,this.h=s||void 0}function L(e,t,i,n,c,s,r){this.v=e,this.B=t,this.c=i,this.a=n,this.s=r||"BESbswy",this.f={},this.w=c||3e3,this.u=s||null,this.m=this.j=this.h=this.g=null,this.g=new A(this.c,this.s),this.h=new A(this.c,this.s),this.j=new A(this.c,this.s),this.m=new A(this.c,this.s),e=new b(this.a.c+",serif",D(this.a)),e=P(e),this.g.a.style.cssText=e,e=new b(this.a.c+",sans-serif",D(this.a)),e=P(e),this.h.a.style.cssText=e,e=new b("serif",D(this.a)),e=P(e),this.j.a.style.cssText=e,e=new b("sans-serif",D(this.a)),e=P(e),this.m.a.style.cssText=e,j(this.g),j(this.h),j(this.j),j(this.m)}function M(){if(null===oe){var e=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))/.exec(window.navigator.userAgent);oe=!!e&&(536>parseInt(e[1],10)||536===parseInt(e[1],10)&&11>=parseInt(e[2],10))}return oe}function O(e,t,i){for(var n in re)if(re.hasOwnProperty(n)&&t===e.f[re[n]]&&i===e.f[re[n]])return!0;return!1}function z(e){var t,i=e.g.a.offsetWidth,n=e.h.a.offsetWidth;(t=i===e.f.serif&&n===e.f["sans-serif"])||(t=M()&&O(e,i,n)),t?ce()-e.A>=e.w?M()&&O(e,i,n)&&(null===e.u||e.u.hasOwnProperty(e.a.c))?H(e,e.v):H(e,e.B):F(e):H(e,e.v)}function F(e){setTimeout(r(function(){z(this)},e),50)}function H(e,t){setTimeout(r(function(){u(this.g.a),u(this.h.a),u(this.j.a),u(this.m.a),t(this.a)},e),0)}function W(e,t,i){this.c=e,this.a=t,this.f=0,this.m=this.j=!1,this.s=i}function U(e){0==--e.f&&e.j&&(e.m?(e=e.a,e.g&&d(e.f,[e.a.c("wf","active")],[e.a.c("wf","loading"),e.a.c("wf","inactive")]),N(e,"active")):B(e.a))}function $(e){this.j=e,this.a=new E,this.h=0,this.f=this.g=!0}function Q(e,t,i,n,c){var s=0==--e.h;(e.f||e.g)&&setTimeout(function(){var e=c||null,o=n||null||{};if(0===i.length&&s)B(t.a);else{t.f+=i.length,s&&(t.j=s);var a,l=[];for(a=0;a<i.length;a++){var u=i[a],p=o[u.c],_=t.a,f=u;if(_.g&&d(_.f,[_.a.c("wf",f.c,D(f).toString(),"loading")]),N(_,"fontloading",f),_=null,null===ae)if(window.FontFace){var f=/Gecko.*Firefox\/(\d+)/.exec(window.navigator.userAgent),v=/OS X.*Version\/10\..*Safari/.exec(window.navigator.userAgent)&&/Apple/.exec(window.navigator.vendor);ae=f?42<parseInt(f[1],10):!v}else ae=!1;_=ae?new R(r(t.g,t),r(t.h,t),t.c,u,t.s,p):new L(r(t.g,t),r(t.h,t),t.c,u,t.s,e,p),l.push(_)}for(a=0;a<l.length;a++)l[a].start()}},0)}function V(e,t,i){var n=[],c=i.timeout;T(t);var n=S(e.a,i,e.c),s=new W(e.c,t,c);for(e.h=n.length,t=0,i=n.length;t<i;t++)n[t].load(function(t,i,n){Q(e,s,t,i,n)})}function Y(e,t){this.c=e,this.a=t}function X(e,t){this.c=e,this.a=t}function G(e,t){e?this.c=e:this.c=le,this.a=[],this.f=[],this.g=t||""}function J(e,t){for(var i=t.length,n=0;n<i;n++){var c=t[n].split(":");3==c.length&&e.f.push(c.pop());var s="";2==c.length&&""!=c[1]&&(s=":"),e.a.push(c.join(s))}}function K(e){if(0==e.a.length)throw Error("No fonts to load!");if(-1!=e.c.indexOf("kit="))return e.c;for(var t=e.a.length,i=[],n=0;n<t;n++)i.push(e.a[n].replace(/ /g,"+"));return t=e.c+"?family="+i.join("%7C"),0<e.f.length&&(t+="&subset="+e.f.join(",")),0<e.g.length&&(t+="&text="+encodeURIComponent(e.g)),t}function Z(e){this.f=e,this.a=[],this.c={}}function ee(e){for(var t=e.f.length,i=0;i<t;i++){var n=e.f[i].split(":"),c=n[0].replace(/\+/g," "),s=["n4"];if(2<=n.length){var r,o=n[1];if(r=[],o)for(var o=o.split(","),a=o.length,l=0;l<a;l++){var u;if(u=o[l],u.match(/^[\w-]+$/)){var d=_e.exec(u.toLowerCase());if(null==d)u="";else{if(u=d[2],u=null==u||""==u?"n":pe[u],d=d[1],null==d||""==d)d="4";else var p=de[d],d=p?p:isNaN(d)?"4":d.substr(0,1);u=[u,d].join("")}}else u="";u&&r.push(u)}0<r.length&&(s=r),3==n.length&&(n=n[2],r=[],n=n?n.split(","):r,0<n.length&&(n=ue[n[0]])&&(e.c[c]=n))}for(e.c[c]||(n=ue[c])&&(e.c[c]=n),n=0;n<s.length;n+=1)e.a.push(new b(c,s[n]))}}function te(e,t){this.c=e,this.a=t}function ie(e,t){this.c=e,this.a=t}function ne(e,t){this.c=e,this.f=t,this.a=[]}var ce=Date.now||function(){return+new Date},se=!!window.FontFace;w.prototype.c=function(e){for(var t=[],i=0;i<arguments.length;i++)t.push(arguments[i].replace(/[\W_]+/g,"").toLowerCase());return t.join(this.a)},R.prototype.start=function(){var e=this.c.o.document,t=this,i=ce(),n=new Promise(function(n,c){function s(){ce()-i>=t.f?c():e.fonts.load(x(t.a),t.h).then(function(e){1<=e.length?n():setTimeout(s,25)},function(){c()})}s()}),c=null,s=new Promise(function(e,i){c=setTimeout(i,t.f)});Promise.race([s,n]).then(function(){c&&(clearTimeout(c),c=null),t.g(t.a)},function(){t.j(t.a)})};var re={D:"serif",C:"sans-serif"},oe=null;L.prototype.start=function(){this.f.serif=this.j.a.offsetWidth,this.f["sans-serif"]=this.m.a.offsetWidth,this.A=ce(),z(this)};var ae=null;W.prototype.g=function(e){var t=this.a;t.g&&d(t.f,[t.a.c("wf",e.c,D(e).toString(),"active")],[t.a.c("wf",e.c,D(e).toString(),"loading"),t.a.c("wf",e.c,D(e).toString(),"inactive")]),N(t,"fontactive",e),this.m=!0,U(this)},W.prototype.h=function(e){var t=this.a;if(t.g){var i=p(t.f,t.a.c("wf",e.c,D(e).toString(),"active")),n=[],c=[t.a.c("wf",e.c,D(e).toString(),"loading")];i||n.push(t.a.c("wf",e.c,D(e).toString(),"inactive")),d(t.f,n,c)}N(t,"fontinactive",e),U(this)},$.prototype.load=function(e){this.c=new o(this.j,e.context||this.j),this.g=!1!==e.events,this.f=!1!==e.classes,V(this,new C(this.c,e),e)},Y.prototype.load=function(e){function t(){if(s["__mti_fntLst"+n]){var i,c=s["__mti_fntLst"+n](),r=[];if(c)for(var o=0;o<c.length;o++){var a=c[o].fontfamily;void 0!=c[o].fontStyle&&void 0!=c[o].fontWeight?(i=c[o].fontStyle+c[o].fontWeight,r.push(new b(a,i))):r.push(new b(a))}e(r)}else setTimeout(function(){t()},50)}var i=this,n=i.a.projectId,c=i.a.version;if(n){var s=i.c.o;v(this.c,(i.a.api||"https://fast.fonts.net/jsapi")+"/"+n+".js"+(c?"?v="+c:""),function(c){c?e([]):(s["__MonotypeConfiguration__"+n]=function(){return i.a},t())}).id="__MonotypeAPIScript__"+n}else e([])},X.prototype.load=function(e){var t,i,n=this.a.urls||[],c=this.a.families||[],s=this.a.testStrings||{},r=new h;for(t=0,i=n.length;t<i;t++)f(this.c,n[t],g(r));var o=[];for(t=0,i=c.length;t<i;t++)if(n=c[t].split(":"),n[1])for(var a=n[1].split(","),l=0;l<a.length;l+=1)o.push(new b(n[0],a[l]));else o.push(new b(n[0]));m(r,function(){e(o,s)})};var le="https://fonts.googleapis.com/css",ue={latin:"BESbswy","latin-ext":"çöüğş",cyrillic:"йяЖ",greek:"αβΣ",khmer:"កខគ",Hanuman:"កខគ"},de={thin:"1",extralight:"2","extra-light":"2",ultralight:"2","ultra-light":"2",light:"3",regular:"4",book:"4",medium:"5","semi-bold":"6",semibold:"6","demi-bold":"6",demibold:"6",bold:"7","extra-bold":"8",extrabold:"8","ultra-bold":"8",ultrabold:"8",black:"9",heavy:"9",l:"3",r:"4",b:"7"},pe={i:"i",italic:"i",n:"n",normal:"n"},_e=/^(thin|(?:(?:extra|ultra)-?)?light|regular|book|medium|(?:(?:semi|demi|extra|ultra)-?)?bold|black|heavy|l|r|b|[1-9]00)?(n|i|normal|italic)?$/,fe={Arimo:!0,Cousine:!0,Tinos:!0};te.prototype.load=function(e){var t=new h,i=this.c,n=new G(this.a.api,this.a.text),c=this.a.families;J(n,c);var s=new Z(c);ee(s),f(i,K(n),g(t)),m(t,function(){e(s.a,s.c,fe)})},ie.prototype.load=function(e){var t=this.a.id,i=this.c.o;t?v(this.c,(this.a.api||"https://use.typekit.net")+"/"+t+".js",function(t){if(t)e([]);else if(i.Typekit&&i.Typekit.config&&i.Typekit.config.fn){t=i.Typekit.config.fn;for(var n=[],c=0;c<t.length;c+=2)for(var s=t[c],r=t[c+1],o=0;o<r.length;o++)n.push(new b(s,r[o]));try{i.Typekit.load({events:!1,classes:!1,async:!0})}catch(e){}e(n)}},2e3):e([])},ne.prototype.load=function(e){var t=this.f.id,i=this.c.o,n=this;t?(i.__webfontfontdeckmodule__||(i.__webfontfontdeckmodule__={}),i.__webfontfontdeckmodule__[t]=function(t,i){for(var c=0,s=i.fonts.length;c<s;++c){var r=i.fonts[c];n.a.push(new b(r.name,q("font-weight:"+r.weight+";font-style:"+r.style)))}e(n.a)},v(this.c,(this.f.api||"https://f.fontdeck.com/s/css/js/")+_(this.c)+"/"+t+".js",function(t){t&&e([])})):e([])};var ve=new $(window);ve.a.c.custom=function(e,t){return new X(t,e)},ve.a.c.fontdeck=function(e,t){return new ne(t,e)},ve.a.c.monotype=function(e,t){return new Y(t,e)},ve.a.c.typekit=function(e,t){return new ie(t,e)},ve.a.c.google=function(e,t){return new te(t,e)};var he={load:r(ve.load,ve)};n=function(){return he}.call(t,i,t,e),!(void 0!==n&&(e.exports=n))}()},function(e,t,i){var n,c;n=[i(2)],c=function(e){"use strict";function t(t,n){var c=e.Deferred(),s=(new Date).getTime()+t;n(0);var r=setInterval(function(){var e=s-(new Date).getTime();e<=0?(clearInterval(r),n(1),c.resolve(null)):n(1-e/t)},i);return c.promise()}var i=16;return{scrollTop:function(i,n,c){var s=[];return i.each(function(){var i=e(this),r=i.prop("scrollTop");if(void 0!=r){var o=n-r;s.push(t(c,function(e){var t;t=e<=0?r:e>=1?n:e*o+r,i.prop("scrollTop",t)}))}}),e.when.apply(e,s)},fadeOut:function(i,n){var c=[];return i.each(function(){var i=e(this),s=i.css("opacity");c.push(t(n,function(e){var t;t=e<=0?s:e>=1?0:(1-e)*s,i.css("opacity",t)}).then(function(){i.hide()}))}),e.when.apply(e,c)}}}.apply(t,n),!(void 0!==c&&(e.exports=c))},function(e,t,i){var n;n=function(){"use strict";var e,t,i={bringOnTheQuestions:{en:"Bring on the questions!",es:"¡Empezar las preguntas!"},buttonAnswerMoreQuestions:{en:"Answer More Questions!",es:"¡Responder más preguntas!"},buttonBack:{en:"Back",es:"Atrás"},buttonGo:{en:"Go!",es:"¡Ir!"},buttonMore:{en:"More!",es:"¡Más!"},buttonNext:{en:"Next",es:"Siguiente"},buttonNextQuestion:{en:"Next Question",es:"Siguiente pregunta"},buttonSeeAllResults:{en:"See All Results",es:"Ver todos los resultados"},buttonSeeNextResult:{en:"See Next Result",es:"Ver el siguiente resultado"},buttonSeeResults:{en:"See Results",es:"Ver resultados"},calculatingResults:{en:"Calculating results...",es:"Calculando resultados..."},captionTitleInsight:{en:"CivicScience Says:",es:"CivicScience dice:"},captionTitleQuiz:{en:"Did You Know?",es:"¿Sabías?"},captionTitleTrending:{en:"In the News:",es:"En las noticias:"},fetchingQuestions:{en:"Fetching questions...",es:"Buscando preguntas..."},noMoreQuestionsExplanation:{en:"We don't have any more questions for you right now, but we're always writing new questions and discovering new insights. Check back later for more!",es:"En este momento no tenemos más preguntas para ti, pero siempre estamos en el proceso de escribir nuevas preguntas y descubriendo nuevas visiones. ¡Vuelve más tarde para más!"},opinionExpert:{en:"You're an Opinion Expert!",es:"¡Eres un experto en opiniones!"},portalLink:{en:"Answer more questions at our Question Center",es:"Responder más preguntas en nuestro Centro de Preguntas"},poweredByCivicScience:{en:"Insights powered by CivicScience",es:"Presentado por CivicScience"},privacyPolicy:{en:"Privacy Policy",es:"Política de privacidad"},progressNOfM:{en:"%(n) of %(m)",es:"%(n) de %(m)"},quizRightAnswer:{en:"You got it right!",es:"¡Respuesta correcta!"},quizWrongAnswer:{en:"Sorry, wrong answer!",es:"¡Lo siento, respuesta incorrecta!"},quizSummaryYouAnswered:{en:"You answered",es:"Respondiste"},quizSummaryNOutOfM:{en:"%(n) out of %(m)",es:"%(n) de %(m)"},quizSummaryQuestionsCorrectly:{en:"quiz questions correctly.",es:"preguntas de trivia correctamente."},ratingAverage:{en:"Average",es:"Promedio"},ratingYourRating:{en:"Your Rating",es:"Tu opinión"},result:{en:"Result",es:"Resultado"},resultResponseTotal:{en:"Based on %(total) responses",es:"Basado en %(total) respuestas"},roleJustForFun:{en:"Just For Fun",es:"Solo para que te diviertas"},roleOpinion:{en:"Opinion Question",es:"Pregunta de opinión"},roleProfile:{en:"About You",es:"Acerca de ti"},roleQuiz:{en:"Quiz Question",es:"Pregunta de trivia"},roleQuestion:{en:"Question",es:"Pregunta"},roleResearch:{en:"Research Question",es:"Pregunta de investigación"},roleTrending:{en:"In the News",es:"En las noticias"},subtitleCivicScience:{en:"From CivicScience",es:"De CivicScience"},subtitlePartner:{en:"From %(partnerName) & CivicScience",es:"De %(partnerName) & CivicScience"},thankYouTitle:{en:"Thank You",es:"Gracias"},thankYouBody:{en:"Thank you for answering our questions.",es:"Gracias por responder a nuestras preguntas."}},n={};for(e in i)for(t in i[e])n[t]=n[t]||{},n[t][e]=i[e][t];return n}.call(t,i,t,e),!(void 0!==n&&(e.exports=n))},function(e,t,i){function n(e){return i(c(e))}function c(e){return s[e]||function(){throw new Error("Cannot find module '"+e+"'.")}()}var s={"./_markable.dust":9,"./_portal_link.dust":10,"./_titled_text.dust":3,"./article_admin.dust":42,"./banner_css.dust":43,"./container.dust":44,"./intro/_intro.dust":23,"./intro/empty.dust":45,"./intro/text.dust":46,"./question/_option.dust":24,"./question/_option_question.dust":11,"./question/_question.dust":5,"./question/checkbox.dust":47,"./question/matrix.dust":48,"./question/radio.dust":49,"./question/scale.dust":25,"./question/spectrum.dust":50,"./result/_option_result.dust":12,"./result/_option_result_item.dust":26,"./result/_result.dust":6,"./result/_result_buttons.dust":13,"./result/checkbox.dust":51,"./result/extras/_base.dust":27,"./result/extras/trending-checklist.dust":52,"./result/matrix.dust":53,"./result/radio.dust":54,"./result/scale.dust":28,"./result/spectrum.dust":55,"./signpost/_signpost.dust":14,"./signpost/questions.dust":56,"./signpost/results.dust":57,"./slide.dust":58,"./summary/_summary.dust":7,"./summary/quiz.dust":59,"./summary/text.dust":60,"./summary/thank_you.dust":61};n.keys=function(){return Object.keys(s)},n.resolve=c,e.exports=n,n.id=68},function(e,t,i){var n,c;n=[i(2),i(18),i(65),i(29),i(15),i(32),i(33),i(66),i(17),i(70),i(20)],c=function(e,t,n,c,s,r,o,a,l,u,d){"use strict";function p(t){var i=e.Deferred();return setTimeout(function(){i.resolve()},t),i.promise()}function _(t){function i(){e(this).off("transitionend.promiseTransitionEnd"),n.resolve(t)}var n=e.Deferred(),c=parseFloat(t.css("transitionDuration"))||0;return 0==c?n.resolve():(t.on("transitionend.promiseTransitionEnd",function(e){e.target==this&&i()}),setTimeout(i,1e3*c+50)),n}function f(t){return C.then(function(){function i(){t(s)&&(s.off("resize scroll",i),clearInterval(n),c.resolve())}var n,c=e.Deferred(),s=e(window);return s.on("resize scroll",i),n=setInterval(i,5e3),i(),c.promise()})}function v(e,t){e.attr("data-civsci-widget-natures",t.join(" "))}function h(e,t){return e.attr("data-civsci-widget-disabled",!t||null),e}function g(e){return h(e,!0)}function m(e){return h(e,!1)}function y(t,i){function n(){i.find("[data-civsci-widget-option]").each(function(i,n){var c=e(n),s=t.getOptionById(c.data("civsci-widget-option"));null!=s&&(c.find(":input").prop("checked",s.isSelected()),c.closest("[data-civsci-widget-markable-state]").attr("data-civsci-widget-markable-state",s.isSelected()?"marked":""))}),i.find("[data-civsci-widget-submit]").prop("disabled",!t.canSubmit())}function c(){t.canSubmit()&&(m(i),t.submit().then(null,function(e){return null}).then(function(e){o.resolve(e)}),r.resolve())}this.id=t.id+"",this.role=t.role+"",this.$content=m(i);var s=!1,r=e.Deferred(),o=e.Deferred();n(),this.ask=function(){return s||(t.served(),n(),i.on("change","[data-civsci-widget-option] :input",function(){var i=e(this),c=i.closest("[data-civsci-widget-option]").data("civsci-widget-option"),s=t.getOptionById(c);null!=s&&s.setSelected(i.prop("checked")),n()}),i.on("click","[data-civsci-widget-submit]",c),"radio"==t.type&&i.on("click change","[data-civsci-widget-option] :input",c),g(i),s=!0),r},this.result=function(){return r.then(function(){return o})}}function w(t){m(t);var i=e.Deferred();this.$content=t,this.enable=function(){return g(t),t.one("click","[data-civsci-widget-next]",function(){m(t),i.resolve()}),this},this.acknowledged=function(){return i.promise()}}function b(h){function C(n,c){var s=e.Deferred();return J.then(function(e){var r=i(68)("./"+n+".dust");c=t.context(e).push(c),r(c,function(e,t){e?s.reject(e):s.resolve(t)})}),s.promise()}function B(t,i,n){t="civicscience:"+t,n=e.extend(n,{widget:Q});var c;try{c=new CustomEvent(t,{bubbles:!0,cancelable:!!i,detail:n})}catch(e){c=document.createEvent("CustomEvent"),c.initCustomEvent(t,!0,i,n)}return V[0].dispatchEvent(c)}function N(t){function i(e){c.jot("pageview-timing","elapsed",{elapsed:(new Date).getTime()-s,reason:e,targetNatures:t,isContainerSeen:r})}var n="civsci-pageview-timing-is-initialized";if(!V.data(n)){V.data(n,!0);var c=new d({hostname:h.hostname}),s=(new Date).getTime(),r=!1;e("html").mouseleave(function(){i("mouse-left")}),e(document).on("click","a",function(){"_blank"!==this.target&&i("clicked-link")}),ee.then(function(){r=!0,i("container-seen")})}}function E(){var t=e.Deferred(),i=e(window),n=V.offset().top;return n<i.scrollTop()?a.scrollTop(e("html, body"),n,k).then(function(){t.resolve()}):t.resolve(),t.promise()}function S(t){return C("slide",{}).then(function(i){var n=e(i);return n.find("[data-civsci-widget-slide-content]").html(t),n})}function A(){return S("").then(function(e){return e.hide()})}function j(e,t){return S("").then(function(i){var n=i.find("[data-civsci-widget-slide-overlay]").html(e).attr("data-civsci-widget-slide-overlay",!0);return t.then(function(e){i.find("[data-civsci-widget-slide-content]").html(e),a.fadeOut(n,x)}),i})}function P(t,i){function c(){s.resolve()}var s=e.Deferred();return n.load(e.extend({},t,{context:i,active:c,inactive:c})),setTimeout(c,800),s.promise()}function R(e,t){var i=parseFloat(e.css("padding-"+t));return i>0?{padding:i+"px",margin:-i+"px"}:void 0}function L(e){return e.promiseConclusion().then(function(e){return e.portalUrl.indexOf("//www.civicscience.com/")!=-1&&(e.portalUrl=e.portalUrl+(e.portalUrl.indexOf("?")==-1?"?":"&")+"referrer="+encodeURIComponent(document.location.href)),e})}function M(t,i){function n(e){K.questionAsked(t,e),t[e].ask().then(function(){K.questionAnswered(t,e),i.next().then(function(){e+1==t.length?(K.afterAskingQuestions(t),c.resolve()):n(e+1)})})}var c=e.Deferred(),s=e.Deferred(),r=te.then(function(e){return L(e)});K.beforeAskingQuestions(t),n(0);var o=[];return e.each(t,function(e,t){o.push(t.result().then(function(e){return null==e||e.hidden?[]:e.results}))}),e.when.apply(e,o).then(function(){s.resolve(e.grep(arguments,function(e){return null!=e}))}),e.when(r,s,c).then(function(e,t){return e.results=[].concat.apply([],t),e})}function O(t){var i=[];return t.summary&&i.push(C("summary/"+t.summary.type,{summary:t.summary,isFollowedByResults:t.results.length>0,portalUrl:t.portalUrl}).then(function(t){return e(t)})),e.each(t.results||[],function(n,c){i.push(C("result/"+c.type,{result:c,instance:V[0].id,index1:n+1,total:t.results.length,portalUrl:t.portalUrl,isPrecededBySummary:null!=t.summary,hasBackButton:null!=t.summary||n>0}).then(function(t){var i=e(t);return"function"==typeof ce[c.type]&&(i=ce[c.type](i)),i}))}),0==i.length&&i.push(C("summary/thank_you",{isFollowedByResults:!1,portalUrl:t.portalUrl}).then(function(t){return e(t)})),e.when.apply(e,i).then(function(){return[].slice.call(arguments)})}function z(t,i){function n(e){return m(t.current()),t[e]().then(function(e){g(e)})}var c=e.Deferred(),s=0;
return K.beforeShowingResults(i),t.$container.off(".navigateConclusion"),t.$container.on("click.navigateConclusion","[data-civsci-widget-next]",function(){s+1<i&&(K.resultDeparted(s,++s,i),n("next").then(function(){K.resultArrived(s-1,s,i)}))}),t.$container.on("click.navigateConclusion","[data-civsci-widget-back]",function(){s>0&&(K.resultDeparted(s,--s,i),n("back").then(function(){K.resultArrived(s+1,s,i)}))}),t.$container.on("click.navigateConclusion","[data-civsci-widget-restart]",function(){return K.afterShowingResults(i),n("next").then(function(){return c.resolve()})}),c.promise()}function F(e,t){return C("signpost/questions").then(function(t){return j(t,e)}).then(function(e){t.add(e)})}function H(e,t){return C("signpost/results").then(function(t){return j(t,e)}).then(function(e){t.add(e)})}function W(t,i,n,c){var s=[];if(t||0!=i.length){var r=0;null!=t?c.resolve(t.$content):c.resolve(i[r++].$content),e.each(i.slice(r),function(e,t){s.push(S(t.$content).then(function(e){n.add(e)}))})}else s.push(C("intro/empty").then(function(t){return c.resolve(e(t)),q}));return e.when.apply(e,s).then(function(){n.purgeDeepHistory()})}function U(t,i,n){var c=[];return t.length>0&&(n.resolve(t[0]),e.each(t.slice(1),function(e,t){var n=S(t).then(function(e){e=m(e),i.add(e)});c.push(n)})),e.when.apply(e,c).then(function(){i.purgeDeepHistory()})}function $(t,i,n,c){var s=i.promiseIntro().then(function(t){return null==t?null:C("intro/"+t.type,{intro:t}).then(function(t){return new w(e(t))})}),r=i.promiseQuestions().then(function(t){if(0==t.length)return[];var i=[];return e.each(t,function(n,c){var s=C("question/"+c.type,{question:c,instance:V[0].id,index1:n+1,total:t.length}).then(function(t){return new y(c,e(t))});i.push(s)}),e.when.apply(e,i).then(function(){return[].slice.call(arguments)})}),o=e.Deferred(),a=e.Deferred();e.when(s,r).then(function(s,r){var l;0==r.length&&null==s?(o=c,l=L(i)):l=W(s,r,n,c).then(function(){return H(o,n)}).then(function(){return null==t?null:t.acknowledged()}).then(function(){return null==s?null:s.enable().acknowledged().then(function(){return n.next()})}).then(function(){return M(r,n)}),e.when(l).then(function(t){return e.when(t,O(t))}).then(function(e,t){return U(t,n,o).then(function(){return e.portalUrl?null:F(a,n)}).then(function(){return z(n,t.length)})}).then(function(){return i.promiseRestart()}).then(function(e){$(null,e,n,a)})})}var Q=this;if(h=e.extend({},T,h),void 0==h.target)throw new Error("Missing widget target option");if(void 0==h.container)throw new Error("Missing widget container option");var V=e(h.container).first();if(0==V.length)throw new Error("Widget container not found: "+h.container);if(void 0==V[0].id)throw new Error('Widget container does not have an "id" attribute: '+h.container);var Y=h.hostname+"";!function(){var e=l.match(/[?&]civicscience-widget-question=([^&]+)/);null!=e&&(h.question=decodeURIComponent(e[1]))}(),function(){var e=l.match(/[?&]civicscience-widget-survey=([^&]+)/);null!=e&&(h.survey=decodeURIComponent(e[1]))}();var X=l.replace(/^[^:]+:/,"").replace(/\/+$/,""),G=s({hostname:Y,target:h.target,instance:V[0].id,context:X}).promiseInfo().then(function(t){return e.inArray("rootbeer-enabled",t.natures)!=-1&&t.rootbeer&&u(V,t.rootbeer),t}).then(function(t){return e.inArray("pageview-timing-enabled",t.natures)!=-1&&N(t.natures),t}).then(function(t){return e.inArray("stealth-mode",t.natures)!==-1?q:t}).then(function(t){return(h.question||e.isArray(h.question)&&h.question.length>0)&&(t.contextualQuestionHiddenState=""),t}),J=G.then(function(t){var n=i(67),c=h.locale||t.locale;e.each(n[c]||n.en,function(e,t){n[e]=function(e,i,n,c){e.write(r(t,e,i,c))}});var s={};return e.each(t.natures,function(e,t){s[t]=t}),t=e.extend({},t,{natures:s}),{__isPortalMode:h.__isPortalMode,strings:n,targetInfo:t}}),K={beforeFetchingQuestions:function(){return B("beforeFetchingQuestions",!1)},beforeAskingQuestions:function(t){return B("beforeAskingQuestions",!1,{ids:e.map(t,function(e){return e.id})})},questionAsked:function(e,t){return B("questionAsked",!1,{index:t,length:e.length,id:e[t].id,role:e[t].role})},questionAnswered:function(e,t){return B("questionAnswered",!1,{index:t,length:e.length,id:e[t].id,role:e[t].role})},afterAskingQuestions:function(t){return B("afterAskingQuestions",!1,{ids:e.map(t,function(e){return e.id})})},beforeShowingResults:function(e){return B("beforeShowingResults",!1,{length:e})},resultArrived:function(e,t,i){return B("resultArrived",!1,{from:e,to:t,length:i})},resultDeparted:function(e,t,i){return B("resultDeparted",!1,{from:e,to:t,length:i})},afterShowingResults:function(e){return B("afterShowingResults",!1,{length:e})}},Z=f(function(e){return V.offset().top<e.scrollTop()+e.height()+200}),ee=f(function(t){var i=V.offset().top,n=V.height(),c=t.scrollTop(),s=t[0].innerHeight,r=s/16;return i+n<s||i+n+r<=c+s||c+s-i>s/4||i-r<=c||c+s+r>=e(document).height()}),te=Z.then(function(){return c({hostname:Y,target:h.target,instance:V[0].id,context:X,question:h.question,survey:h.survey,locale:h.locale,userId:h.userId,template:h.template})}).then(function(e){return e.promiseExpirationTime().then(function(e){var t=e.getTime()-(new Date).getTime();t>0&&setTimeout(function(){new b(h)},t)}),e}),ie=G.then(function(t){function i(){if(!c.data("civsci-loaded"))return!1;var t=c.contents(),i=t.find("html"),s=i.find("body");return t.length>0&&i.length>0&&s.length>0&&(i.css({display:"table",margin:0,padding:0}),s.on("DOMSubtreeModified",function(){c.height(e(this).outerHeight())}),s.css({display:"table",margin:0,padding:0}),s.attr("id",V[0].id),n.resolve(s),!0)}if(t.natures.indexOf("iframe-wrapper")==-1)return V;var n=e.Deferred(),c=e("<iframe>").on("load",function(){e(this).data("civsci-loaded",!0)}).attr({name:"civsci-iframe-"+V[0].id,scrolling:"no"}).css({display:"block",width:"100%",overflow:"hidden",border:"none"}).height(0).appendTo(V.empty());if(!i())var s=setInterval(function(){i()&&clearInterval(s)},10);return n.then(function(e){return null==t.fontData?e:P(t.fontData,e[0].ownerDocument.defaultView).then(function(){return e})})}),ne=e.when(G).then(function(t){return t.contextualQuestionHiddenState==I?q:e.when(C("container",{partnerName:t.partnerName,privacyPolicyUrl:t.privacyPolicyUrl}),A(),t,ie)}).then(function(t,n,c,s){var r=e(s[0].ownerDocument);new o(V[0].id,r).load(i(30)).load(i(34)),c.partnerWidgetCss&&e("<style>").attr("type","text/css").text(c.partnerWidgetCss).appendTo(r.find("head")),s.html(t);var a=s.find("[data-civsci-widget-root]");v(a,c.natures);var l=s.find("[data-civsci-widget-body]"),u=[],d={$container:l,current:function(){return l.find("[data-civsci-widget-slide]").eq(2)},add:function(e){u[0].before(e.filter("[data-civsci-widget-slide]"))},next:function(){return l.attr("data-civsci-widget-engaged",!0),E().then(function(){var e=l.find("[data-civsci-widget-slide]");if(e.length-u.length>3){var t=e.first();return t.data("civsci-display-original",t.css("display")).css("display","none"),p(50).then(function(){return u.push(t.insertAfter(e.last())),u.length>1e3&&u.shift().remove(),_(e.eq(2))})}return null}).then(function(){return d.current().attr("data-civsci-widget-slide-seen",!0)})},back:function(){return E().then(function(){if(u.length>0){var e=u.pop();return l.prepend(e),_(e).then(function(){return p(50)}).then(function(){e.css("display",e.data("civsci-display-original"))})}return null}).then(function(){return d.current()})},purgeDeepHistory:function(){e.each(u,function(e,t){t.remove()}),u.length=0,u.push(n.clone().appendTo(l)),u.push(n.clone().appendTo(l))}};return function(){l.append(n.clone()),l.append(n.clone()),u.push(n.clone().appendTo(l)),u.push(n.clone().appendTo(l))}(),C("banner_css",{left:R(a,"left"),right:R(a,"right")}).then(function(e){return new o(s[0].id,r).load(e),d})}),ce={scale:function(t){var i=t.find("[data-civsci-widget-scale-background]");return i.each(function(t,i){var n=e(i),c=n.data("civsci-widget-scale-background").split(","),s=[];e.each(c,function(e,t){var i,n=(.72*(1-t/100)).toFixed(2);i=0==e?"0%":e==c.length-1?"100%":Math.round(100*(e+.5)/c.length)+"%",s.push("rgba(255, 255, 255, "+n+") "+i)}),n.css("background-image","linear-gradient(to right, "+s.join(", ")+")")}),t},spectrum:function(t){var i=[120,226,120],n=[170,170,170],c=[255,131,131],s=t.find("[data-civsci-widget-scale-background]");return s.each(function(t,s){var r=e(s),o=r.data("civsci-widget-scale-background").split(","),a=[];e.each(o,function(e,t){var s,r=0==t?n:t>0?i:c,l=(.9*Math.abs(t)/100+.1).toFixed(2);s=0==e?"0%":e==o.length-1?"100%":Math.round(100*(e+.5)/o.length)+"%",a.push("rgba("+r.join(",")+","+l+") "+s)}),r.css({"background-color":"#fff","background-image":"linear-gradient(to right, "+a.join(", ")+")"})}),t}},se=e.Deferred().resolve(null).promise();e.when(ne,se,G).then(function(t,i,n){switch(function(){var e=document.createElement("script");e.src="https://"+h.hostname+"/widget/EditableWidget?tgt="+encodeURIComponent(n.id)+"&elt="+encodeURIComponent(V[0].id)+"&url="+encodeURIComponent(l),e.type="text/javascript",document.getElementsByTagName("head")[0].appendChild(e)}(),n.contextualQuestionHiddenState){case"":break;case D:return C("article_admin").then(function(e){return S(e)}).then(function(e){t.add(e)});default:return void V.html("")}var c=e.Deferred();e.when(null==i?null:S(i.$content).then(function(e){t.add(e)})).then(function(){return F(c,t).then(function(){null!=i?i.enable().acknowledged().then(function(){K.beforeFetchingQuestions(),t.next()}):K.beforeFetchingQuestions()})}).then(function(){return te}).then(function(e){return $(i,e,t,c)})})}var x=600,k=200,D="admin",I="respondent",q=e.Deferred().promise(),C=function(){function t(){c.off("load",t),clearTimeout(i),n.resolve()}var i,n=e.Deferred(),c=e(document);return c.on("load",t),i=setTimeout(t,1e3),n.promise()}(),T={hostname:"www.civicscience.com",question:"",survey:"",locale:"",userId:"",template:"",__isPortalMode:!1,__promisedWelcomeContent:e.Deferred().resolve(null)};return function(e){return new b(e)}}.apply(t,n),!(void 0!==c&&(e.exports=c))},function(e,t,i){var n,c;n=[i(63)],c=function(e){"use strict";var t="civsci-rootbeer-id";return function(i,n){var c,s=e(i).first(),r=s.data(t);if(r&&(c=e("iframe#"+r).first(),1==c.length))return c[0];if(r=["rb",Math.round(4e9*Math.random()),Math.round(4e9*Math.random())].join("-"),!(n.url&&n.width&&n.height&&n.placement&&/^\d+$/.test(n.width)&&/^\d+$/.test(n.height)&&/^before|after$/.test(n.placement)))return null;var o={display:"block",overflow:"hidden",margin:"0 auto",border:"none"};return o=e.extend(o,n.css),o=e.extend(o,{width:n.width,height:n.height}),c=e("<iframe>").css(o).attr({id:r,scrolling:"no",frameborder:0,width:n.width,height:n.height,src:n.url}),"before"==n.placement?c.insertBefore(s):c.insertAfter(s),s.data(t,r),c[0]}}.apply(t,n),!(void 0!==c&&(e.exports=c))},,,,,,,,,,,,,,,,,,,,,,,function(e,t,i){var n,c;n=[i(2),i(94)],c=function(e,t){"use strict";window.civicscience&&window.civicscience.widget||(e(function(){var i=e("meta[name='civicscience:jspoll-hostname']").attr("content");e("[id][data-civicscience-widget]").each(function(){var n=e(this),c=n.data("civicscience-widget");"object"!=typeof c&&(c={target:""+c}),void 0==c.hostname&&i&&(c.hostname=i);var s=""+n[0].id;s.match(/^\d/)?c.container="[id='"+n[0].id+"']":c.container="#"+n[0].id,t(c)})}),(window.civicscience||(window.civicscience={})).widget=t)}.apply(t,n),!(void 0!==c&&(e.exports=c))},function(e,t,i){var n,c;n=[i(2),i(69)],c=function(e,t){return function(i){i=e.extend({},i);for(var n in i)n.match(/^__/)&&delete i[n];return t(i)}}.apply(t,n),!(void 0!==c&&(e.exports=c))}]);
(function () {

    
// make sure jquery is ready and then invoke the callback
function ensureJQuery(callback) {
    var $ = window.jQuery || window.$;
    if ($ == undefined || $.fn == undefined || $.fn.jquery < "1.") {
        // load a separate copy of jquery
        (function() {
            var done = false;
            var s = document.createElement("script");
            // my dumb minifying regexp devours the URL '//' as a comment
            s.src = "https:/" + "/ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js";
            s.onload = s.onreadystatechange = function() {
                if (!done) {
                    var r = this.readyState;
                    if (!r || r == "complete" || r == "loaded") {
                        done = true;
                        $ = window.jQuery.noConflict(true);
                        callback($);
                    }
                }
            };
            (document.getElementsByTagName('head')[0] || document.documentElement).appendChild(s);
        })();
    } else {
        // existing jquery is fine
        callback($);
    }
}
	
	// invoke the callback with a new widget
	ensureJQuery(function($) {
        $(function () {
            civicscience.widget({"target":1292,"container":"#f95ae54d-be20-e784-6954-69178339e48b","hostname":"www.civicscience.com"});
            
(function () {

    if (typeof window.CSadinit != "function"
            || typeof window.startCheckHeight != "function"
            || !/[?&]benn_siteid=/.test(window.location.search)) {
        // not a BENN widget
        return;
    }

    var $container = $("#cspoll-content");

    // force a resize when these widget events occur
    var RESIZE_EVENTS = [
        "civicscience:beforeFetchingQuestions",
        "civicscience:beforeAskingQuestions",
        "civicscience:questionAnswered",
        "civicscience:afterAskingQuestions",
        "civicscience:beforeShowingResults",
        "civicscience:resultDeparted",
        "civicscience:afterShowingResults"
    ];


    // resize and refresh the ad when these events occur
    var AD_REFRESH_EVENTS = [
        "civicscience:questionAsked",
        "civicscience:resultArrived"
    ];

    // invoke BENN functions in response to widget events
    $container.on(RESIZE_EVENTS.join(" "), window.startCheckHeight);
    $container.on(AD_REFRESH_EVENTS.join(" "), window.CSadinit);

    // initial resize for good measure
    window.doc_dimensions = window.doc_dimensions || {};
    window.startCheckHeight();

})();
        });
	});

})();
