
!function(t){function e(n){if(i[n])return i[n].exports;var c=i[n]={exports:{},id:n,loaded:!1};return t[n].call(c.exports,c,c.exports,e),c.loaded=!0,c.exports}var i={};return e.m=t,e.c=i,e.p="",e(0)}([function(t,e,i){t.exports=i(123)},function(module,exports,__webpack_require__){var __WEBPACK_AMD_DEFINE_FACTORY__,__WEBPACK_AMD_DEFINE_ARRAY__,__WEBPACK_AMD_DEFINE_RESULT__;(function(process){!function(t,e){__webpack_require__(6)&&__webpack_require__(6).dust===!0?(__WEBPACK_AMD_DEFINE_ARRAY__=[],__WEBPACK_AMD_DEFINE_FACTORY__=e,__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=e()}(this,function(){function getTemplate(t,e){if(t)return"function"==typeof t&&t.template?t.template:dust.isTemplateFn(t)?t:e!==!1?dust.cache[t]:void 0}function load(t,e,i){if(!t)return e.setError(new Error("No template or template name provided to render"));var n=getTemplate(t,dust.config.cache);return n?n(e,Context.wrap(i,n.templateName)):dust.onLoad?e.map(function(e){function n(t,n){var s;if(t)return e.setError(t);if(s=getTemplate(n,!1)||getTemplate(c,dust.config.cache),!s){if(!dust.compile)return e.setError(new Error("Dust compiler not available"));s=dust.loadSource(dust.compile(n,c))}s(e,Context.wrap(i,s.templateName)).end()}var c=t;3===dust.onLoad.length?dust.onLoad(c,i.options,n):dust.onLoad(c,n)}):e.setError(new Error("Template Not Found: "+t))}function Context(t,e,i,n,c){void 0===t||t instanceof Stack||(t=new Stack(t)),this.stack=t,this.global=e,this.options=i,this.blocks=n,this.templateName=c,this._isContext=!0}function getWithResolvedData(t,e,i){return function(n){return t.push(n)._get(e,i)}}function Stack(t,e,i,n){this.tail=e,this.isObject=t&&"object"==typeof t,this.head=t,this.index=i,this.of=n}function Stub(t){this.head=new Chunk(this),this.callback=t,this.out=""}function Stream(){this.head=new Chunk(this)}function Chunk(t,e,i){this.root=t,this.next=e,this.data=[],this.flushable=!1,this.taps=i}function Tap(t,e){this.head=t,this.tail=e}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 t,e,i={DEBUG:0,INFO:1,WARN:2,ERROR:3,NONE:4};"undefined"!=typeof console&&console.log?(t=console.log,e="function"==typeof t?function(){t.apply(console,arguments)}:function(){t(Array.prototype.slice.apply(arguments).join(" "))}):e=EMPTY_FUNC,dust.log=function(t,n){n=n||INFO,i[n]>=i[dust.debugLevel]&&e("[DUST:"+n+"]",t)},dust.debugLevel=NONE,"undefined"!=typeof process&&process.env&&/\bdust\b/.test(process.env.DEBUG)&&(dust.debugLevel=DEBUG)}(),dust.helpers={},dust.cache={},dust.register=function(t,e){t&&(e.templateName=t,dust.config.cache!==!1&&(dust.cache[t]=e))},dust.render=function(t,e,i){var n=new Stub(i).head;try{load(t,n,e).end()}catch(t){n.setError(t)}},dust.stream=function(t,e){var i=new Stream,n=i.head;return dust.nextTick(function(){try{load(t,n,e).end()}catch(t){n.setError(t)}}),i},dust.loadSource=function(source){return eval(source)},Array.isArray?dust.isArray=Array.isArray:dust.isArray=function(t){return"[object Array]"===Object.prototype.toString.call(t)},dust.nextTick=function(){return function(t){setTimeout(t,0)}}(),dust.isEmpty=function(t){return 0!==t&&(!(!dust.isArray(t)||t.length)||!t)},dust.isEmptyObject=function(t){var e;if(null===t)return!1;if(void 0===t)return!1;if(t.length>0)return!1;for(e in t)if(Object.prototype.hasOwnProperty.call(t,e))return!1;return!0},dust.isTemplateFn=function(t){return"function"==typeof t&&t.__dustBody},dust.isThenable=function(t){return t&&"object"==typeof t&&"function"==typeof t.then},dust.isStreamable=function(t){return t&&"function"==typeof t.on&&"function"==typeof t.pipe},dust.filter=function(t,e,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?e=null:"function"==typeof o?t=o(t,n):dust.log("Invalid filter `"+r+"`",WARN));return e&&(t=dust.filters[e](t,n)),t},dust.filters={h:function(t){return dust.escapeHtml(t)},j:function(t){return dust.escapeJs(t)},u:encodeURI,uc:encodeURIComponent,js:function(t){return dust.escapeJSON(t)},jp:function(t){return JSON?JSON.parse(t):(dust.log("JSON is undefined; could not parse `"+t+"`",WARN),t)}},dust.makeBase=dust.context=function(t,e){return new Context(void 0,t,e)},dust.isContext=function(t){return"object"==typeof t&&t._isContext===!0},Context.wrap=function(t,e){return dust.isContext(t)?t:new Context(t,{},{},null,e)},Context.prototype.get=function(t,e){return"string"==typeof t&&("."===t[0]&&(e=!0,t=t.substr(1)),t=t.split(".")),this._get(e,t)},Context.prototype._get=function(t,e){var i,n,c,s,r,o=this.stack||{},a=1;if(n=e[0],c=e.length,t&&0===c)s=o,o=o.head;else{if(t)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,t,e.slice(a)));s=o,o=o[e[a]],a++}}return"function"==typeof o?(r=function(){try{return o.apply(s,arguments)}catch(t){throw dust.log(t,ERROR),t}},r.__dustBody=!!o.__dustBody,r):(void 0===o&&dust.log("Cannot find reference `{"+e.join(".")+"}` in template `"+this.getTemplateName()+"`",INFO),o)},Context.prototype.getPath=function(t,e){return this._get(t,e)},Context.prototype.push=function(t,e,i){return void 0===t?(dust.log("Not pushing an undefined variable onto the context",INFO),this):this.rebase(new Stack(t,this.stack,e,i))},Context.prototype.pop=function(){var t=this.current();return this.stack=this.stack&&this.stack.tail,t},Context.prototype.rebase=function(t){return new Context(t,this.global,this.options,this.blocks,this.getTemplateName())},Context.prototype.clone=function(){var t=this.rebase();return t.stack=this.stack,t},Context.prototype.current=function(){return this.stack&&this.stack.head},Context.prototype.getBlock=function(t){var e,i,n;if("function"==typeof t&&(t=t(new Chunk,this).data.join("")),e=this.blocks,!e)return dust.log("No blocks for context `"+t+"` in template `"+this.getTemplateName()+"`",DEBUG),!1;for(i=e.length;i--;)if(n=e[i][t])return n;return dust.log("Malformed template `"+this.getTemplateName()+"` was missing one or more blocks."),!1},Context.prototype.shiftBlocks=function(t){var e,i=this.blocks;return t?(e=i?i.concat([t]):[t],new Context(this.stack,this.global,this.options,e,this.getTemplateName())):this},Context.prototype.resolve=function(t){var e;return"function"!=typeof t?t:(e=(new Chunk).render(t,this),e instanceof Chunk?e.data.join(""):e)},Context.prototype.getTemplateName=function(){return this.templateName},Stub.prototype.flush=function(){for(var t=this.head;t;){if(!t.flushable)return t.error?(this.callback(t.error),dust.log("Rendering failed with error `"+t.error+"`",ERROR),void(this.flush=EMPTY_FUNC)):void 0;this.out+=t.data.join(""),t=t.next,this.head=t}this.callback(null,this.out)},Stream.prototype.flush=function(){for(var t=this.head;t;){if(!t.flushable)return t.error?(this.emit("error",t.error),this.emit("end"),dust.log("Streaming failed with error `"+t.error+"`",ERROR),void(this.flush=EMPTY_FUNC)):void 0;this.emit("data",t.data.join("")),t=t.next,this.head=t}this.emit("end")},Stream.prototype.emit=function(t,e){var i,n,c=this.events||{},s=c[t]||[];if(!s.length)return dust.log("Stream broadcasting, but no listeners for `"+t+"`",DEBUG),!1;for(s=s.slice(0),i=0,n=s.length;i<n;i++)s[i](e);return!0},Stream.prototype.on=function(t,e){var i=this.events=this.events||{},n=i[t]=i[t]||[];return"function"!=typeof e?dust.log("No callback function provided for `"+t+"` event listener",WARN):n.push(e),this},Stream.prototype.pipe=function(t){if("function"!=typeof t.write||"function"!=typeof t.end)return dust.log("Incompatible stream passed to `pipe`",WARN),this;var e=!1;return"function"==typeof t.emit&&t.emit("pipe",this),"function"==typeof t.on&&t.on("error",function(){e=!0}),this.on("data",function(i){if(!e)try{t.write(i,"utf8")}catch(t){dust.log(t,ERROR)}}).on("end",function(){if(!e)try{t.end(),e=!0}catch(t){dust.log(t,ERROR)}})},Chunk.prototype.write=function(t){var e=this.taps;return e&&(t=e.go(t)),this.data.push(t),this},Chunk.prototype.end=function(t){return t&&this.write(t),this.flushable=!0,this.root.flush(),this},Chunk.prototype.map=function(t){var e=new Chunk(this.root,this.next,this.taps),i=new Chunk(this.root,e,this.taps);this.next=i,this.flushable=!0;try{t(i)}catch(t){dust.log(t,ERROR),i.setError(t)}return e},Chunk.prototype.tap=function(t){var e=this.taps;return e?this.taps=e.push(t):this.taps=new Tap(t),this},Chunk.prototype.untap=function(){return this.taps=this.taps.tail,this},Chunk.prototype.render=function(t,e){return t(this,e)},Chunk.prototype.reference=function(t,e,i,n){return"function"==typeof t?(t=t.apply(e.current(),[this,e,null,{auto:i,filters:n}]),t instanceof Chunk?t:this.reference(t,e,i,n)):dust.isThenable(t)?this.await(t,e,null,i,n):dust.isStreamable(t)?this.stream(t,e,null,i,n):dust.isEmpty(t)?this:this.write(dust.filter(t,i,n,e))},Chunk.prototype.section=function(t,e,i,n){var c,s,r,o=i.block,a=i.else,l=this;if("function"==typeof t&&!dust.isTemplateFn(t)){try{t=t.apply(e.current(),[this,e,i,n])}catch(t){return dust.log(t,ERROR),this.setError(t)}if(t instanceof Chunk)return t}if(dust.isEmptyObject(i))return l;if(dust.isEmptyObject(n)||(e=e.push(n)),dust.isArray(t)){if(o){if(s=t.length,s>0){for(r=e.stack&&e.stack.head||{},r.$len=s,c=0;c<s;c++)r.$idx=c,l=o(l,e.push(t[c],c,s));return r.$idx=void 0,r.$len=void 0,l}if(a)return a(this,e)}}else{if(dust.isThenable(t))return this.await(t,e,i);if(dust.isStreamable(t))return this.stream(t,e,i);if(t===!0){if(o)return o(this,e)}else if(t||0===t){if(o)return o(this,e.push(t))}else if(a)return a(this,e)}return dust.log("Section without corresponding key in template `"+e.getTemplateName()+"`",DEBUG),this},Chunk.prototype.exists=function(t,e,i){var n=i.block,c=i.else;if(dust.isEmpty(t)){if(c)return c(this,e)}else{if(n)return n(this,e);dust.log("No block for exists check in template `"+e.getTemplateName()+"`",DEBUG)}return this},Chunk.prototype.notexists=function(t,e,i){var n=i.block,c=i.else;if(dust.isEmpty(t)){if(n)return n(this,e);dust.log("No block for not-exists check in template `"+e.getTemplateName()+"`",DEBUG)}else if(c)return c(this,e);return this},Chunk.prototype.block=function(t,e,i){var n=t||i.block;return n?n(this,e):this},Chunk.prototype.partial=function(t,e,i,n){var c;return void 0===n&&(n=i,i=e),dust.isEmptyObject(n)||(i=i.clone(),c=i.pop(),i=i.push(n).push(c)),dust.isTemplateFn(t)?this.capture(t,e,function(t,e){i.templateName=t,load(t,e,i).end()}):(i.templateName=t,load(t,this,i))},Chunk.prototype.helper=function(t,e,i,n,c){var s,r=this,o=n.filters;if(void 0===c&&(c="h"),!dust.helpers[t])return dust.log("Helper `"+t+"` does not exist",WARN),r;try{return s=dust.helpers[t](r,e,i,n),s instanceof Chunk?s:("string"==typeof o&&(o=o.split("|")),dust.isEmptyObject(i)?r.reference(s,e,c,o):r.section(s,e,i,n))}catch(e){return dust.log("Error in helper `"+t+"`: "+e.message,ERROR),r.setError(e)}},Chunk.prototype.await=function(t,e,i,n,c){return this.map(function(s){t.then(function(t){s=i?s.section(t,e,i):s.reference(t,e,n,c),s.end()},function(t){var n=i&&i.error;n?s.render(n,e.push(t)).end():(dust.log("Unhandled promise rejection in `"+e.getTemplateName()+"`",INFO),s.end())})})},Chunk.prototype.stream=function(t,e,i,n,c){var s=i&&i.block,r=i&&i.error;return this.map(function(o){var a=!1;t.on("data",function(t){a||(s?o=o.map(function(i){i.render(s,e.push(t)).end()}):i||(o=o.reference(t,e,n,c)))}).on("error",function(t){a||(r?o.render(r,e.push(t)):dust.log("Unhandled stream error in `"+e.getTemplateName()+"`",INFO),a||(a=!0,o.end()))}).on("end",function(){a||(a=!0,o.end())})})},Chunk.prototype.capture=function(t,e,i){return this.map(function(n){var c=new Stub(function(t,e){t?n.setError(t):i(e,n)});t(c.head,e).end()})},Chunk.prototype.setError=function(t){return this.error=t,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(t){return new Tap(t,this)},Tap.prototype.go=function(t){for(var e=this;e;)t=e.head(t),e=e.tail;return t};var HCHARS=/[&<>"']/,AMP=/&/g,LT=/</g,GT=/>/g,QUOT=/\"/g,SQUOT=/\'/g;dust.escapeHtml=function(t){return"string"==typeof t||t&&"function"==typeof t.toString?("string"!=typeof t&&(t=t.toString()),HCHARS.test(t)?t.replace(AMP,"&amp;").replace(LT,"&lt;").replace(GT,"&gt;").replace(QUOT,"&quot;").replace(SQUOT,"&#39;"):t):t};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(t){return"string"==typeof t?t.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"):t},dust.escapeJSON=function(t){return JSON?JSON.stringify(t).replace(LS,"\\u2028").replace(PS,"\\u2029").replace(LT,"\\u003c"):(dust.log("JSON is undefined; could not escape `"+t+"`",WARN),t)},dust})}).call(exports,__webpack_require__(74))},function(t,e,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(e,i){"use strict";"object"==typeof t&&"object"==typeof t.exports?t.exports=e.document?i(e,!0):function(t){if(!t.document)throw new Error("jQuery requires a window with a document");return i(t)}:i(e)}("undefined"!=typeof window?window:this,function(i,s){"use strict";function r(t,e){e=e||U;var i=e.createElement("script");i.text=t,e.head.appendChild(i).parentNode.removeChild(i)}function o(t){var e=!!t&&"length"in t&&t.length,i=nt.type(t);return"function"!==i&&!nt.isWindow(t)&&("array"===i||0===e||"number"==typeof e&&e>0&&e-1 in t)}function a(t,e,i){if(nt.isFunction(e))return nt.grep(t,function(t,n){return!!e.call(t,n,t)!==i});if(e.nodeType)return nt.grep(t,function(t){return t===e!==i});if("string"==typeof e){if(_t.test(e))return nt.filter(e,t,i);e=nt.filter(e,t)}return nt.grep(t,function(t){return G.call(e,t)>-1!==i&&1===t.nodeType})}function l(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}function u(t){var e={};return nt.each(t.match(wt)||[],function(t,i){e[i]=!0}),e}function d(t){return t}function p(t){throw t}function _(t,e,i){var n;try{t&&nt.isFunction(n=t.promise)?n.call(t).done(e).fail(i):t&&nt.isFunction(n=t.then)?n.call(t,e,i):e.call(void 0,t)}catch(t){i.call(void 0,t)}}function f(){U.removeEventListener("DOMContentLoaded",f),i.removeEventListener("load",f),nt.ready()}function v(){this.expando=nt.expando+v.uid++}function g(t,e,i){var n;if(void 0===i&&1===t.nodeType)if(n="data-"+e.replace(Ct,"-$&").toLowerCase(),i=t.getAttribute(n),"string"==typeof i){try{i="true"===i||"false"!==i&&("null"===i?null:+i+""===i?+i:qt.test(i)?JSON.parse(i):i)}catch(t){}It.set(t,e,i)}else i=void 0;return i}function h(t,e,i,n){var c,s=1,r=20,o=n?function(){return n.cur()}:function(){return nt.css(t,e,"")},a=o(),l=i&&i[3]||(nt.cssNumber[e]?"":"px"),u=(nt.cssNumber[e]||"px"!==l&&+a)&&Bt.exec(nt.css(t,e));if(u&&u[3]!==l){l=l||u[3],i=i||[],u=+a||1;do s=s||".5",u/=s,nt.style(t,e,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(t){var e,i=t.ownerDocument,n=t.nodeName,c=At[n];return c?c:(e=i.body.appendChild(i.createElement(n)),c=nt.css(e,"display"),e.parentNode.removeChild(e),"none"===c&&(c="block"),At[n]=c,c)}function w(t,e){for(var i,n,c=[],s=0,r=t.length;s<r;s++)n=t[s],n.style&&(i=n.style.display,e?("none"===i&&(c[s]=Dt.get(n,"display")||null,c[s]||(n.style.display="")),""===n.style.display&&Et(n)&&(c[s]=m(n))):"none"!==i&&(c[s]="none",Dt.set(n,"display",i)));for(s=0;s<r;s++)null!=c[s]&&(t[s].style.display=c[s]);return t}function y(t,e){var i="undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e||"*"):"undefined"!=typeof t.querySelectorAll?t.querySelectorAll(e||"*"):[];return void 0===e||e&&nt.nodeName(t,e)?nt.merge([t],i):i}function b(t,e){for(var i=0,n=t.length;i<n;i++)Dt.set(t[i],"globalEval",!e||Dt.get(e[i],"globalEval"))}function x(t,e,i,n,c){for(var s,r,o,a,l,u,d=e.createDocumentFragment(),p=[],_=0,f=t.length;_<f;_++)if(s=t[_],s||0===s)if("object"===nt.type(s))nt.merge(p,s.nodeType?[s]:s);else if(Rt.test(s)){for(r=r||d.appendChild(e.createElement("div")),o=(Lt.exec(s)||["",""])[1].toLowerCase(),a=Mt[o]||Mt._default,r.innerHTML=a[1]+nt.htmlPrefilter(s)+a[2],u=a[0];u--;)r=r.lastChild;nt.merge(p,r.childNodes),r=d.firstChild,r.textContent=""}else p.push(e.createTextNode(s));for(d.textContent="",_=0;s=p[_++];)if(n&&nt.inArray(s,n)>-1)c&&c.push(s);else if(l=nt.contains(s.ownerDocument,s),r=y(d.appendChild(s),"script"),l&&b(r),i)for(u=0;s=r[u++];)Pt.test(s.type||"")&&i.push(s);return d}function k(){return!0}function D(){return!1}function I(){try{return U.activeElement}catch(t){}}function q(t,e,i,n,c,s){var r,o;if("object"==typeof e){"string"!=typeof i&&(n=n||i,i=void 0);for(o in e)q(t,o,i,n,e[o],s);return t}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 t;return 1===s&&(r=c,c=function(t){return nt().off(t),r.apply(this,arguments)},c.guid=r.guid||(r.guid=nt.guid++)),t.each(function(){nt.event.add(this,e,c,n,i)})}function C(t,e){return nt.nodeName(t,"table")&&nt.nodeName(11!==e.nodeType?e:e.firstChild,"tr")?t.getElementsByTagName("tbody")[0]||t:t}function T(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function B(t){var e=Qt.exec(t.type);return e?t.type=e[1]:t.removeAttribute("type"),t}function N(t,e){var i,n,c,s,r,o,a,l;if(1===e.nodeType){if(Dt.hasData(t)&&(s=Dt.access(t),r=Dt.set(e,s),l=s.events)){delete r.handle,r.events={};for(c in l)for(i=0,n=l[c].length;i<n;i++)nt.event.add(e,c,l[c][i])}It.hasData(t)&&(o=It.access(t),a=nt.extend({},o),It.set(e,a))}}function E(t,e){var i=e.nodeName.toLowerCase();"input"===i&&jt.test(t.type)?e.checked=t.checked:"input"!==i&&"textarea"!==i||(e.defaultValue=t.defaultValue)}function S(t,e,i,n){e=V.apply([],e);var c,s,o,a,l,u,d=0,p=t.length,_=p-1,f=e[0],v=nt.isFunction(f);if(v||p>1&&"string"==typeof f&&!et.checkClone&&$t.test(f))return t.each(function(c){var s=t.eq(c);v&&(e[0]=f.call(this,c,s.html())),S(s,e,i,n)});if(p&&(c=x(e,t[0].ownerDocument,!1,t,n),s=c.firstChild,1===c.childNodes.length&&(c=s),s||n)){for(o=nt.map(y(c,"script"),T),a=o.length;d<p;d++)l=c,d!==_&&(l=nt.clone(l,!0,!0),a&&nt.merge(o,y(l,"script"))),i.call(t[d],l,d);if(a)for(u=o[o.length-1].ownerDocument,nt.map(o,B),d=0;d<a;d++)l=o[d],Pt.test(l.type||"")&&!Dt.access(l,"globalEval")&&nt.contains(u,l)&&(l.src?nt._evalUrl&&nt._evalUrl(l.src):r(l.textContent.replace(Vt,""),u))}return t}function A(t,e,i){for(var n,c=e?nt.filter(e,t):t,s=0;null!=(n=c[s]);s++)i||1!==n.nodeType||nt.cleanData(y(n)),n.parentNode&&(i&&nt.contains(n.ownerDocument,n)&&b(y(n,"script")),n.parentNode.removeChild(n));return t}function j(t,e,i){var n,c,s,r,o=t.style;return i=i||Xt(t),i&&(r=i.getPropertyValue(e)||i[e],""!==r||nt.contains(t.ownerDocument,t)||(r=nt.style(t,e)),!et.pixelMarginRight()&&Gt.test(r)&&Yt.test(e)&&(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 L(t,e){return{get:function(){return t()?void delete this.get:(this.get=e).apply(this,arguments)}}}function P(t){if(t in ee)return t;for(var e=t[0].toUpperCase()+t.slice(1),i=te.length;i--;)if(t=te[i]+e,t in ee)return t}function M(t,e,i){var n=Bt.exec(e);return n?Math.max(0,n[2]-(i||0))+(n[3]||"px"):e}function R(t,e,i,n,c){for(var s=i===(n?"border":"content")?4:"width"===e?1:0,r=0;s<4;s+=2)"margin"===i&&(r+=nt.css(t,i+Nt[s],!0,c)),n?("content"===i&&(r-=nt.css(t,"padding"+Nt[s],!0,c)),"margin"!==i&&(r-=nt.css(t,"border"+Nt[s]+"Width",!0,c))):(r+=nt.css(t,"padding"+Nt[s],!0,c),"padding"!==i&&(r+=nt.css(t,"border"+Nt[s]+"Width",!0,c)));return r}function z(t,e,i){var n,c=!0,s=Xt(t),r="border-box"===nt.css(t,"boxSizing",!1,s);if(t.getClientRects().length&&(n=t.getBoundingClientRect()[e]),n<=0||null==n){if(n=j(t,e,s),(n<0||null==n)&&(n=t.style[e]),Gt.test(n))return n;c=r&&(et.boxSizingReliable()||n===t.style[e]),n=parseFloat(n)||0}return n+R(t,e,i||(r?"border":"content"),c,s)+"px"}function O(t){return t.getAttribute&&t.getAttribute("class")||""}function F(t,e,i,n){var c;if(nt.isArray(e))nt.each(e,function(e,c){i||ue.test(t)?n(t,c):F(t+"["+("object"==typeof c&&null!=c?e:"")+"]",c,i,n)});else if(i||"object"!==nt.type(e))n(t,e);else for(c in e)F(t+"["+c+"]",e[c],i,n)}function H(t){return nt.isWindow(t)?t:9===t.nodeType&&t.defaultView}var W=[],U=i.document,$=Object.getPrototypeOf,Q=W.slice,V=W.concat,Y=W.push,G=W.indexOf,X={},Z=X.toString,J=X.hasOwnProperty,K=J.toString,tt=K.call(Object),et={},it="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",nt=function(t,e){return new nt.fn.init(t,e)},ct=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,st=/^-ms-/,rt=/-([a-z])/g,ot=function(t,e){return e.toUpperCase()};nt.fn=nt.prototype={jquery:it,constructor:nt,length:0,toArray:function(){return Q.call(this)},get:function(t){return null!=t?t<0?this[t+this.length]:this[t]:Q.call(this)},pushStack:function(t){var e=nt.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return nt.each(this,t)},map:function(t){return this.pushStack(nt.map(this,function(e,i){return t.call(e,i,e)}))},slice:function(){return this.pushStack(Q.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(t){var e=this.length,i=+t+(t<0?e:0);return this.pushStack(i>=0&&i<e?[this[i]]:[])},end:function(){return this.prevObject||this.constructor()},push:Y,sort:W.sort,splice:W.splice},nt.extend=nt.fn.extend=function(){var t,e,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||nt.isFunction(r)||(r={}),o===a&&(r=this,o--);o<a;o++)if(null!=(t=arguments[o]))for(e in t)i=r[e],n=t[e],r!==n&&(l&&n&&(nt.isPlainObject(n)||(c=nt.isArray(n)))?(c?(c=!1,s=i&&nt.isArray(i)?i:[]):s=i&&nt.isPlainObject(i)?i:{},r[e]=nt.extend(l,s,n)):void 0!==n&&(r[e]=n));return r},nt.extend({expando:"jQuery"+(it+Math.random()).replace(/\D/g,""),isReady:!0,error:function(t){throw new Error(t)},noop:function(){},isFunction:function(t){return"function"===nt.type(t)},isArray:Array.isArray,isWindow:function(t){return null!=t&&t===t.window},isNumeric:function(t){var e=nt.type(t);return("number"===e||"string"===e)&&!isNaN(t-parseFloat(t))},isPlainObject:function(t){var e,i;return!(!t||"[object Object]"!==Z.call(t))&&(!(e=$(t))||(i=J.call(e,"constructor")&&e.constructor,"function"==typeof i&&K.call(i)===tt))},isEmptyObject:function(t){var e;for(e in t)return!1;return!0},type:function(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?X[Z.call(t)]||"object":typeof t},globalEval:function(t){r(t)},camelCase:function(t){return t.replace(st,"ms-").replace(rt,ot)},nodeName:function(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()},each:function(t,e){var i,n=0;if(o(t))for(i=t.length;n<i&&e.call(t[n],n,t[n])!==!1;n++);else for(n in t)if(e.call(t[n],n,t[n])===!1)break;return t},trim:function(t){return null==t?"":(t+"").replace(ct,"")},makeArray:function(t,e){var i=e||[];return null!=t&&(o(Object(t))?nt.merge(i,"string"==typeof t?[t]:t):Y.call(i,t)),i},inArray:function(t,e,i){return null==e?-1:G.call(e,t,i)},merge:function(t,e){for(var i=+e.length,n=0,c=t.length;n<i;n++)t[c++]=e[n];return t.length=c,t},grep:function(t,e,i){for(var n,c=[],s=0,r=t.length,o=!i;s<r;s++)n=!e(t[s],s),n!==o&&c.push(t[s]);return c},map:function(t,e,i){var n,c,s=0,r=[];if(o(t))for(n=t.length;s<n;s++)c=e(t[s],s,i),null!=c&&r.push(c);else for(s in t)c=e(t[s],s,i),null!=c&&r.push(c);return V.apply([],r)},guid:1,proxy:function(t,e){var i,n,c;if("string"==typeof e&&(i=t[e],e=t,t=i),nt.isFunction(t))return n=Q.call(arguments,2),c=function(){return t.apply(e||this,n.concat(Q.call(arguments)))},c.guid=t.guid=t.guid||nt.guid++,c},now:Date.now,support:et}),"function"==typeof Symbol&&(nt.fn[Symbol.iterator]=W[Symbol.iterator]),nt.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(t,e){X["[object "+e+"]"]=e.toLowerCase()});var at=/*!
	 * 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(t){function e(t,e,i,n){var c,s,r,o,a,l,u,p=e&&e.ownerDocument,f=e?e.nodeType:9;if(i=i||[],"string"!=typeof t||!t||1!==f&&9!==f&&11!==f)return i;if(!n&&((e?e.ownerDocument||e:F)!==A&&S(e),e=e||A,L)){if(11!==f&&(a=ht.exec(t)))if(c=a[1]){if(9===f){if(!(r=e.getElementById(c)))return i;if(r.id===c)return i.push(r),i}else if(p&&(r=p.getElementById(c))&&z(e,r)&&r.id===c)return i.push(r),i}else{if(a[2])return J.apply(i,e.getElementsByTagName(t)),i;if((c=a[3])&&x.getElementsByClassName&&e.getElementsByClassName)return J.apply(i,e.getElementsByClassName(c)),i}if(x.qsa&&!Q[t+" "]&&(!P||!P.test(t))){if(1!==f)p=e,u=t;else if("object"!==e.nodeName.toLowerCase()){for((o=e.getAttribute("id"))?o=o.replace(bt,xt):e.setAttribute("id",o=O),l=q(t),s=l.length;s--;)l[s]="#"+o+" "+_(l[s]);u=l.join(","),p=mt.test(t)&&d(e.parentNode)||e}if(u)try{return J.apply(i,p.querySelectorAll(u)),i}catch(t){}finally{o===O&&e.removeAttribute("id")}}}return T(t.replace(ot,"$1"),e,i,n)}function i(){function t(i,n){return e.push(i+" ")>k.cacheLength&&delete t[e.shift()],t[i+" "]=n}var e=[];return t}function n(t){return t[O]=!0,t}function c(t){var e=A.createElement("fieldset");try{return!!t(e)}catch(t){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function s(t,e){for(var i=t.split("|"),n=i.length;n--;)k.attrHandle[i[n]]=e}function r(t,e){var i=e&&t,n=i&&1===t.nodeType&&1===e.nodeType&&t.sourceIndex-e.sourceIndex;if(n)return n;if(i)for(;i=i.nextSibling;)if(i===e)return-1;return t?1:-1}function o(t){return function(e){var i=e.nodeName.toLowerCase();return"input"===i&&e.type===t}}function a(t){return function(e){var i=e.nodeName.toLowerCase();return("input"===i||"button"===i)&&e.type===t}}function l(t){return function(e){return"label"in e&&e.disabled===t||"form"in e&&e.disabled===t||"form"in e&&e.disabled===!1&&(e.isDisabled===t||e.isDisabled!==!t&&("label"in e||!Dt(e))!==t)}}function u(t){return n(function(e){return e=+e,n(function(i,n){for(var c,s=t([],i.length,e),r=s.length;r--;)i[c=s[r]]&&(i[c]=!(n[c]=i[c]))})})}function d(t){return t&&"undefined"!=typeof t.getElementsByTagName&&t}function p(){}function _(t){for(var e=0,i=t.length,n="";e<i;e++)n+=t[e].value;return n}function f(t,e,i){var n=e.dir,c=e.next,s=c||n,r=i&&"parentNode"===s,o=W++;return e.first?function(e,i,c){for(;e=e[n];)if(1===e.nodeType||r)return t(e,i,c)}:function(e,i,a){var l,u,d,p=[H,o];if(a){for(;e=e[n];)if((1===e.nodeType||r)&&t(e,i,a))return!0}else for(;e=e[n];)if(1===e.nodeType||r)if(d=e[O]||(e[O]={}),u=d[e.uniqueID]||(d[e.uniqueID]={}),c&&c===e.nodeName.toLowerCase())e=e[n]||e;else{if((l=u[s])&&l[0]===H&&l[1]===o)return p[2]=l[2];if(u[s]=p,p[2]=t(e,i,a))return!0}}}function v(t){return t.length>1?function(e,i,n){for(var c=t.length;c--;)if(!t[c](e,i,n))return!1;return!0}:t[0]}function g(t,i,n){for(var c=0,s=i.length;c<s;c++)e(t,i[c],n);return n}function h(t,e,i,n,c){for(var s,r=[],o=0,a=t.length,l=null!=e;o<a;o++)(s=t[o])&&(i&&!i(s,n,c)||(r.push(s),l&&e.push(o)));return r}function m(t,e,i,c,s,r){return c&&!c[O]&&(c=m(c)),s&&!s[O]&&(s=m(s,r)),n(function(n,r,o,a){var l,u,d,p=[],_=[],f=r.length,v=n||g(e||"*",o.nodeType?[o]:o,[]),m=!t||!n&&e?v:h(v,p,t,o,a),w=i?s||(n?t:f||c)?[]:r:m;if(i&&i(m,w,o,a),c)for(l=h(w,_),c(l,[],o,a),u=l.length;u--;)(d=l[u])&&(w[_[u]]=!(m[_[u]]=d));if(n){if(s||t){if(s){for(l=[],u=w.length;u--;)(d=w[u])&&l.push(m[u]=d);s(null,w=[],l,a)}for(u=w.length;u--;)(d=w[u])&&(l=s?tt(n,d):p[u])>-1&&(n[l]=!(r[l]=d))}}else w=h(w===r?w.splice(f,w.length):w),s?s(null,r,w,a):J.apply(r,w)})}function w(t){for(var e,i,n,c=t.length,s=k.relative[t[0].type],r=s||k.relative[" "],o=s?1:0,a=f(function(t){return t===e},r,!0),l=f(function(t){return tt(e,t)>-1},r,!0),u=[function(t,i,n){var c=!s&&(n||i!==B)||((e=i).nodeType?a(t,i,n):l(t,i,n));return e=null,c}];o<c;o++)if(i=k.relative[t[o].type])u=[f(v(u),i)];else{if(i=k.filter[t[o].type].apply(null,t[o].matches),i[O]){for(n=++o;n<c&&!k.relative[t[n].type];n++);return m(o>1&&v(u),o>1&&_(t.slice(0,o-1).concat({value:" "===t[o-2].type?"*":""})).replace(ot,"$1"),i,o<n&&w(t.slice(o,n)),n<c&&w(t=t.slice(n)),n<c&&_(t))}u.push(i)}return v(u)}function y(t,i){var c=i.length>0,s=t.length>0,r=function(n,r,o,a,l){var u,d,p,_=0,f="0",v=n&&[],g=[],m=B,w=n||s&&k.find.TAG("*",l),y=H+=null==m?1:Math.random()||.1,b=w.length;for(l&&(B=r===A||r||l);f!==b&&null!=(u=w[f]);f++){if(s&&u){for(d=0,r||u.ownerDocument===A||(S(u),o=!L);p=t[d++];)if(p(u,r||A,o)){a.push(u);break}l&&(H=y)}c&&((u=!p&&u)&&_--,n&&v.push(u))}if(_+=f,c&&f!==_){for(d=0;p=i[d++];)p(v,g,r,o);if(n){if(_>0)for(;f--;)v[f]||g[f]||(g[f]=X.call(a));g=h(g)}J.apply(a,g),l&&!n&&g.length>0&&_+i.length>1&&e.uniqueSort(a)}return l&&(H=y,B=m),v};return c?n(r):r}var b,x,k,D,I,q,C,T,B,N,E,S,A,j,L,P,M,R,z,O="sizzle"+1*new Date,F=t.document,H=0,W=0,U=i(),$=i(),Q=i(),V=function(t,e){return t===e&&(E=!0),0},Y={}.hasOwnProperty,G=[],X=G.pop,Z=G.push,J=G.push,K=G.slice,tt=function(t,e){for(var i=0,n=t.length;i<n;i++)if(t[i]===e)return i;return-1},et="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",it="[\\x20\\t\\r\\n\\f]",nt="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",ct="\\["+it+"*("+nt+")(?:"+it+"*([*^$|!~]?=)"+it+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+nt+"))|)"+it+"*\\]",st=":("+nt+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+ct+")*)|.*)\\)|)",rt=new RegExp(it+"+","g"),ot=new RegExp("^"+it+"+|((?:^|[^\\\\])(?:\\\\.)*)"+it+"+$","g"),at=new RegExp("^"+it+"*,"+it+"*"),lt=new RegExp("^"+it+"*([>+~]|"+it+")"+it+"*"),ut=new RegExp("="+it+"*([^\\]'\"]*?)"+it+"*\\]","g"),dt=new RegExp(st),pt=new RegExp("^"+nt+"$"),_t={ID:new RegExp("^#("+nt+")"),CLASS:new RegExp("^\\.("+nt+")"),TAG:new RegExp("^("+nt+"|[*])"),ATTR:new RegExp("^"+ct),PSEUDO:new RegExp("^"+st),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+it+"*(even|odd|(([+-]|)(\\d*)n|)"+it+"*(?:([+-]|)"+it+"*(\\d+)|))"+it+"*\\)|)","i"),bool:new RegExp("^(?:"+et+")$","i"),needsContext:new RegExp("^"+it+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+it+"*((?:-\\d)?\\d*)"+it+"*\\)|)(?=[^-]|$)","i")},ft=/^(?:input|select|textarea|button)$/i,vt=/^h\d$/i,gt=/^[^{]+\{\s*\[native \w/,ht=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,mt=/[+~]/,wt=new RegExp("\\\\([\\da-f]{1,6}"+it+"?|("+it+")|.)","ig"),yt=function(t,e,i){var n="0x"+e-65536;return n!==n||i?e:n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320)},bt=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g,xt=function(t,e){return e?"\0"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t},kt=function(){S()},Dt=f(function(t){return t.disabled===!0},{dir:"parentNode",next:"legend"});try{J.apply(G=K.call(F.childNodes),F.childNodes),G[F.childNodes.length].nodeType}catch(t){J={apply:G.length?function(t,e){Z.apply(t,K.call(e))}:function(t,e){for(var i=t.length,n=0;t[i++]=e[n++];);t.length=i-1}}}x=e.support={},I=e.isXML=function(t){var e=t&&(t.ownerDocument||t).documentElement;return!!e&&"HTML"!==e.nodeName},S=e.setDocument=function(t){var e,i,n=t?t.ownerDocument||t:F;return n!==A&&9===n.nodeType&&n.documentElement?(A=n,j=A.documentElement,L=!I(A),F!==A&&(i=A.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",kt,!1):i.attachEvent&&i.attachEvent("onunload",kt)),x.attributes=c(function(t){return t.className="i",!t.getAttribute("className")}),x.getElementsByTagName=c(function(t){return t.appendChild(A.createComment("")),!t.getElementsByTagName("*").length}),x.getElementsByClassName=gt.test(A.getElementsByClassName),x.getById=c(function(t){return j.appendChild(t).id=O,!A.getElementsByName||!A.getElementsByName(O).length}),x.getById?(k.find.ID=function(t,e){if("undefined"!=typeof e.getElementById&&L){var i=e.getElementById(t);return i?[i]:[]}},k.filter.ID=function(t){var e=t.replace(wt,yt);return function(t){return t.getAttribute("id")===e}}):(delete k.find.ID,k.filter.ID=function(t){var e=t.replace(wt,yt);return function(t){var i="undefined"!=typeof t.getAttributeNode&&t.getAttributeNode("id");return i&&i.value===e}}),k.find.TAG=x.getElementsByTagName?function(t,e){return"undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t):x.qsa?e.querySelectorAll(t):void 0}:function(t,e){var i,n=[],c=0,s=e.getElementsByTagName(t);if("*"===t){for(;i=s[c++];)1===i.nodeType&&n.push(i);return n}return s},k.find.CLASS=x.getElementsByClassName&&function(t,e){if("undefined"!=typeof e.getElementsByClassName&&L)return e.getElementsByClassName(t)},M=[],P=[],(x.qsa=gt.test(A.querySelectorAll))&&(c(function(t){j.appendChild(t).innerHTML="<a id='"+O+"'></a><select id='"+O+"-\r\\' msallowcapture=''><option selected=''></option></select>",t.querySelectorAll("[msallowcapture^='']").length&&P.push("[*^$]="+it+"*(?:''|\"\")"),t.querySelectorAll("[selected]").length||P.push("\\["+it+"*(?:value|"+et+")"),t.querySelectorAll("[id~="+O+"-]").length||P.push("~="),t.querySelectorAll(":checked").length||P.push(":checked"),t.querySelectorAll("a#"+O+"+*").length||P.push(".#.+[+~]")}),c(function(t){t.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var e=A.createElement("input");e.setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),t.querySelectorAll("[name=d]").length&&P.push("name"+it+"*[*^$|!~]?="),2!==t.querySelectorAll(":enabled").length&&P.push(":enabled",":disabled"),j.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&P.push(":enabled",":disabled"),t.querySelectorAll("*,:x"),P.push(",.*:")})),(x.matchesSelector=gt.test(R=j.matches||j.webkitMatchesSelector||j.mozMatchesSelector||j.oMatchesSelector||j.msMatchesSelector))&&c(function(t){x.disconnectedMatch=R.call(t,"*"),R.call(t,"[s!='']:x"),M.push("!=",st)}),P=P.length&&new RegExp(P.join("|")),M=M.length&&new RegExp(M.join("|")),e=gt.test(j.compareDocumentPosition),z=e||gt.test(j.contains)?function(t,e){var i=9===t.nodeType?t.documentElement:t,n=e&&e.parentNode;return t===n||!(!n||1!==n.nodeType||!(i.contains?i.contains(n):t.compareDocumentPosition&&16&t.compareDocumentPosition(n)))}:function(t,e){if(e)for(;e=e.parentNode;)if(e===t)return!0;return!1},V=e?function(t,e){if(t===e)return E=!0,0;var i=!t.compareDocumentPosition-!e.compareDocumentPosition;return i?i:(i=(t.ownerDocument||t)===(e.ownerDocument||e)?t.compareDocumentPosition(e):1,1&i||!x.sortDetached&&e.compareDocumentPosition(t)===i?t===A||t.ownerDocument===F&&z(F,t)?-1:e===A||e.ownerDocument===F&&z(F,e)?1:N?tt(N,t)-tt(N,e):0:4&i?-1:1)}:function(t,e){if(t===e)return E=!0,0;var i,n=0,c=t.parentNode,s=e.parentNode,o=[t],a=[e];if(!c||!s)return t===A?-1:e===A?1:c?-1:s?1:N?tt(N,t)-tt(N,e):0;if(c===s)return r(t,e);for(i=t;i=i.parentNode;)o.unshift(i);for(i=e;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},e.matches=function(t,i){return e(t,null,null,i)},e.matchesSelector=function(t,i){if((t.ownerDocument||t)!==A&&S(t),i=i.replace(ut,"='$1']"),x.matchesSelector&&L&&!Q[i+" "]&&(!M||!M.test(i))&&(!P||!P.test(i)))try{var n=R.call(t,i);if(n||x.disconnectedMatch||t.document&&11!==t.document.nodeType)return n}catch(t){}return e(i,A,null,[t]).length>0},e.contains=function(t,e){return(t.ownerDocument||t)!==A&&S(t),z(t,e)},e.attr=function(t,e){(t.ownerDocument||t)!==A&&S(t);var i=k.attrHandle[e.toLowerCase()],n=i&&Y.call(k.attrHandle,e.toLowerCase())?i(t,e,!L):void 0;return void 0!==n?n:x.attributes||!L?t.getAttribute(e):(n=t.getAttributeNode(e))&&n.specified?n.value:null},e.escape=function(t){return(t+"").replace(bt,xt)},e.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)},e.uniqueSort=function(t){var e,i=[],n=0,c=0;if(E=!x.detectDuplicates,N=!x.sortStable&&t.slice(0),t.sort(V),E){for(;e=t[c++];)e===t[c]&&(n=i.push(c));for(;n--;)t.splice(i[n],1)}return N=null,t},D=e.getText=function(t){var e,i="",n=0,c=t.nodeType;if(c){if(1===c||9===c||11===c){if("string"==typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)i+=D(t)}else if(3===c||4===c)return t.nodeValue}else for(;e=t[n++];)i+=D(e);return i},k=e.selectors={cacheLength:50,createPseudo:n,match:_t,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace(wt,yt),t[3]=(t[3]||t[4]||t[5]||"").replace(wt,yt),"~="===t[2]&&(t[3]=" "+t[3]+" "),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),"nth"===t[1].slice(0,3)?(t[3]||e.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3])),t[5]=+(t[7]+t[8]||"odd"===t[3])):t[3]&&e.error(t[0]),t},PSEUDO:function(t){var e,i=!t[6]&&t[2];return _t.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":i&&dt.test(i)&&(e=q(i,!0))&&(e=i.indexOf(")",i.length-e)-i.length)&&(t[0]=t[0].slice(0,e),t[2]=i.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace(wt,yt).toLowerCase();return"*"===t?function(){return!0}:function(t){return t.nodeName&&t.nodeName.toLowerCase()===e}},CLASS:function(t){var e=U[t+" "];return e||(e=new RegExp("(^|"+it+")"+t+"("+it+"|$)"))&&U(t,function(t){return e.test("string"==typeof t.className&&t.className||"undefined"!=typeof t.getAttribute&&t.getAttribute("class")||"")})},ATTR:function(t,i,n){return function(c){var s=e.attr(c,t);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(rt," ")+" ").indexOf(n)>-1:"|="===i&&(s===n||s.slice(0,n.length+1)===n+"-"))}},CHILD:function(t,e,i,n,c){var s="nth"!==t.slice(0,3),r="last"!==t.slice(-4),o="of-type"===e;return 1===n&&0===c?function(t){return!!t.parentNode}:function(e,i,a){var l,u,d,p,_,f,v=s!==r?"nextSibling":"previousSibling",g=e.parentNode,h=o&&e.nodeName.toLowerCase(),m=!a&&!o,w=!1;if(g){if(s){for(;v;){for(p=e;p=p[v];)if(o?p.nodeName.toLowerCase()===h:1===p.nodeType)return!1;f=v="only"===t&&!f&&"nextSibling"}return!0}if(f=[r?g.firstChild:g.lastChild],r&&m){for(p=g,d=p[O]||(p[O]={}),u=d[p.uniqueID]||(d[p.uniqueID]={}),l=u[t]||[],_=l[0]===H&&l[1],w=_&&l[2],p=_&&g.childNodes[_];p=++_&&p&&p[v]||(w=_=0)||f.pop();)if(1===p.nodeType&&++w&&p===e){u[t]=[H,_,w];break}}else if(m&&(p=e,d=p[O]||(p[O]={}),u=d[p.uniqueID]||(d[p.uniqueID]={}),l=u[t]||[],_=l[0]===H&&l[1],w=_),w===!1)for(;(p=++_&&p&&p[v]||(w=_=0)||f.pop())&&((o?p.nodeName.toLowerCase()!==h:1!==p.nodeType)||!++w||(m&&(d=p[O]||(p[O]={}),u=d[p.uniqueID]||(d[p.uniqueID]={}),u[t]=[H,w]),p!==e)););return w-=c,w===n||w%n===0&&w/n>=0}}},PSEUDO:function(t,i){var c,s=k.pseudos[t]||k.setFilters[t.toLowerCase()]||e.error("unsupported pseudo: "+t);return s[O]?s(i):s.length>1?(c=[t,t,"",i],k.setFilters.hasOwnProperty(t.toLowerCase())?n(function(t,e){for(var n,c=s(t,i),r=c.length;r--;)n=tt(t,c[r]),t[n]=!(e[n]=c[r])}):function(t){return s(t,0,c)}):s}},pseudos:{not:n(function(t){var e=[],i=[],c=C(t.replace(ot,"$1"));return c[O]?n(function(t,e,i,n){for(var s,r=c(t,null,n,[]),o=t.length;o--;)(s=r[o])&&(t[o]=!(e[o]=s))}):function(t,n,s){return e[0]=t,c(e,null,s,i),e[0]=null,!i.pop()}}),has:n(function(t){return function(i){return e(t,i).length>0}}),contains:n(function(t){return t=t.replace(wt,yt),function(e){return(e.textContent||e.innerText||D(e)).indexOf(t)>-1}}),lang:n(function(t){return pt.test(t||"")||e.error("unsupported lang: "+t),t=t.replace(wt,yt).toLowerCase(),function(e){var i;do if(i=L?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return i=i.toLowerCase(),i===t||0===i.indexOf(t+"-");while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var i=t.location&&t.location.hash;return i&&i.slice(1)===e.id},root:function(t){return t===j},focus:function(t){return t===A.activeElement&&(!A.hasFocus||A.hasFocus())&&!!(t.type||t.href||~t.tabIndex)},enabled:l(!1),disabled:l(!0),checked:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&!!t.checked||"option"===e&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex,t.selected===!0},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!k.pseudos.empty(t)},header:function(t){return vt.test(t.nodeName)},input:function(t){return ft.test(t.nodeName)},button:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&"button"===t.type||"button"===e},text:function(t){var e;return"input"===t.nodeName.toLowerCase()&&"text"===t.type&&(null==(e=t.getAttribute("type"))||"text"===e.toLowerCase())},first:u(function(){return[0]}),last:u(function(t,e){return[e-1]}),eq:u(function(t,e,i){return[i<0?i+e:i]}),even:u(function(t,e){for(var i=0;i<e;i+=2)t.push(i);return t}),odd:u(function(t,e){for(var i=1;i<e;i+=2)t.push(i);return t}),lt:u(function(t,e,i){for(var n=i<0?i+e:i;--n>=0;)t.push(n);return t}),gt:u(function(t,e,i){for(var n=i<0?i+e:i;++n<e;)t.push(n);return t})}},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=e.tokenize=function(t,i){var n,c,s,r,o,a,l,u=$[t+" "];if(u)return i?0:u.slice(0);for(o=t,a=[],l=k.preFilter;o;){n&&!(c=at.exec(o))||(c&&(o=o.slice(c[0].length)||o),a.push(s=[])),n=!1,(c=lt.exec(o))&&(n=c.shift(),s.push({value:n,type:c[0].replace(ot," ")}),o=o.slice(n.length));for(r in k.filter)!(c=_t[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?e.error(t):$(t,a).slice(0)},C=e.compile=function(t,e){var i,n=[],c=[],s=Q[t+" "];if(!s){for(e||(e=q(t)),i=e.length;i--;)s=w(e[i]),s[O]?n.push(s):c.push(s);s=Q(t,y(c,n)),s.selector=t}return s},T=e.select=function(t,e,i,n){var c,s,r,o,a,l="function"==typeof t&&t,u=!n&&q(t=l.selector||t);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===e.nodeType&&L&&k.relative[s[1].type]){if(e=(k.find.ID(r.matches[0].replace(wt,yt),e)||[])[0],!e)return i;l&&(e=e.parentNode),t=t.slice(s.shift().value.length)}for(c=_t.needsContext.test(t)?0:s.length;c--&&(r=s[c],!k.relative[o=r.type]);)if((a=k.find[o])&&(n=a(r.matches[0].replace(wt,yt),mt.test(s[0].type)&&d(e.parentNode)||e))){if(s.splice(c,1),t=n.length&&_(s),!t)return J.apply(i,n),i;break}}return(l||C(t,u))(n,e,!L,i,!e||mt.test(t)&&d(e.parentNode)||e),i},x.sortStable=O.split("").sort(V).join("")===O,x.detectDuplicates=!!E,S(),x.sortDetached=c(function(t){return 1&t.compareDocumentPosition(A.createElement("fieldset"))}),c(function(t){return t.innerHTML="<a href='#'></a>","#"===t.firstChild.getAttribute("href")})||s("type|href|height|width",function(t,e,i){if(!i)return t.getAttribute(e,"type"===e.toLowerCase()?1:2)}),x.attributes&&c(function(t){return t.innerHTML="<input/>",t.firstChild.setAttribute("value",""),""===t.firstChild.getAttribute("value")})||s("value",function(t,e,i){if(!i&&"input"===t.nodeName.toLowerCase())return t.defaultValue}),c(function(t){return null==t.getAttribute("disabled")})||s(et,function(t,e,i){var n;if(!i)return t[e]===!0?e.toLowerCase():(n=t.getAttributeNode(e))&&n.specified?n.value:null}),e}(i);nt.find=at,nt.expr=at.selectors,nt.expr[":"]=nt.expr.pseudos,nt.uniqueSort=nt.unique=at.uniqueSort,nt.text=at.getText,nt.isXMLDoc=at.isXML,nt.contains=at.contains,nt.escapeSelector=at.escape;var lt=function(t,e,i){for(var n=[],c=void 0!==i;(t=t[e])&&9!==t.nodeType;)if(1===t.nodeType){if(c&&nt(t).is(i))break;n.push(t)}return n},ut=function(t,e){for(var i=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&i.push(t);return i},dt=nt.expr.match.needsContext,pt=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,_t=/^.[^:#\[\.,]*$/;nt.filter=function(t,e,i){var n=e[0];return i&&(t=":not("+t+")"),1===e.length&&1===n.nodeType?nt.find.matchesSelector(n,t)?[n]:[]:nt.find.matches(t,nt.grep(e,function(t){return 1===t.nodeType}))},nt.fn.extend({find:function(t){var e,i,n=this.length,c=this;if("string"!=typeof t)return this.pushStack(nt(t).filter(function(){for(e=0;e<n;e++)if(nt.contains(c[e],this))return!0}));for(i=this.pushStack([]),e=0;e<n;e++)nt.find(t,c[e],i);return n>1?nt.uniqueSort(i):i},filter:function(t){return this.pushStack(a(this,t||[],!1))},not:function(t){return this.pushStack(a(this,t||[],!0))},is:function(t){return!!a(this,"string"==typeof t&&dt.test(t)?nt(t):t||[],!1).length}});var ft,vt=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,gt=nt.fn.init=function(t,e,i){var n,c;if(!t)return this;if(i=i||ft,"string"==typeof t){if(n="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:vt.exec(t),!n||!n[1]&&e)return!e||e.jquery?(e||i).find(t):this.constructor(e).find(t);if(n[1]){if(e=e instanceof nt?e[0]:e,nt.merge(this,nt.parseHTML(n[1],e&&e.nodeType?e.ownerDocument||e:U,!0)),pt.test(n[1])&&nt.isPlainObject(e))for(n in e)nt.isFunction(this[n])?this[n](e[n]):this.attr(n,e[n]);return this}return c=U.getElementById(n[2]),c&&(this[0]=c,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):nt.isFunction(t)?void 0!==i.ready?i.ready(t):t(nt):nt.makeArray(t,this)};gt.prototype=nt.fn,ft=nt(U);var ht=/^(?:parents|prev(?:Until|All))/,mt={children:!0,contents:!0,next:!0,prev:!0};nt.fn.extend({has:function(t){var e=nt(t,this),i=e.length;return this.filter(function(){for(var t=0;t<i;t++)if(nt.contains(this,e[t]))return!0})},closest:function(t,e){var i,n=0,c=this.length,s=[],r="string"!=typeof t&&nt(t);if(!dt.test(t))for(;n<c;n++)for(i=this[n];i&&i!==e;i=i.parentNode)if(i.nodeType<11&&(r?r.index(i)>-1:1===i.nodeType&&nt.find.matchesSelector(i,t))){s.push(i);break}return this.pushStack(s.length>1?nt.uniqueSort(s):s)},index:function(t){return t?"string"==typeof t?G.call(nt(t),this[0]):G.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(nt.uniqueSort(nt.merge(this.get(),nt(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),nt.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return lt(t,"parentNode")},parentsUntil:function(t,e,i){return lt(t,"parentNode",i)},next:function(t){return l(t,"nextSibling")},prev:function(t){return l(t,"previousSibling")},nextAll:function(t){return lt(t,"nextSibling")},prevAll:function(t){return lt(t,"previousSibling")},nextUntil:function(t,e,i){return lt(t,"nextSibling",i)},prevUntil:function(t,e,i){return lt(t,"previousSibling",i)},siblings:function(t){return ut((t.parentNode||{}).firstChild,t)},children:function(t){return ut(t.firstChild)},contents:function(t){return t.contentDocument||nt.merge([],t.childNodes)}},function(t,e){nt.fn[t]=function(i,n){var c=nt.map(this,e,i);return"Until"!==t.slice(-5)&&(n=i),n&&"string"==typeof n&&(c=nt.filter(n,c)),this.length>1&&(mt[t]||nt.uniqueSort(c),ht.test(t)&&c.reverse()),this.pushStack(c)}});var wt=/\S+/g;nt.Callbacks=function(t){t="string"==typeof t?u(t):nt.extend({},t);var e,i,n,c,s=[],r=[],o=-1,a=function(){for(c=t.once,n=e=!0;r.length;o=-1)for(i=r.shift();++o<s.length;)s[o].apply(i[0],i[1])===!1&&t.stopOnFalse&&(o=s.length,i=!1);t.memory||(i=!1),e=!1,c&&(s=i?[]:"")},l={add:function(){return s&&(i&&!e&&(o=s.length-1,r.push(i)),function e(i){nt.each(i,function(i,n){nt.isFunction(n)?t.unique&&l.has(n)||s.push(n):n&&n.length&&"string"!==nt.type(n)&&e(n)})}(arguments),i&&!e&&a()),this},remove:function(){return nt.each(arguments,function(t,e){for(var i;(i=nt.inArray(e,s,i))>-1;)s.splice(i,1),i<=o&&o--}),this},has:function(t){return t?nt.inArray(t,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||e||(s=i=""),this},locked:function(){return!!c},fireWith:function(t,i){return c||(i=i||[],i=[t,i.slice?i.slice():i],r.push(i),e||a()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!n}};return l},nt.extend({Deferred:function(t){var e=[["notify","progress",nt.Callbacks("memory"),nt.Callbacks("memory"),2],["resolve","done",nt.Callbacks("once memory"),nt.Callbacks("once memory"),0,"resolved"],["reject","fail",nt.Callbacks("once memory"),nt.Callbacks("once memory"),1,"rejected"]],n="pending",c={state:function(){return n},always:function(){return s.done(arguments).fail(arguments),this},catch:function(t){return c.then(null,t)},pipe:function(){var t=arguments;return nt.Deferred(function(i){nt.each(e,function(e,n){var c=nt.isFunction(t[n[4]])&&t[n[4]];s[n[1]](function(){var t=c&&c.apply(this,arguments);t&&nt.isFunction(t.promise)?t.promise().progress(i.notify).done(i.resolve).fail(i.reject):i[n[0]+"With"](this,c?[t]:arguments)})}),t=null}).promise()},then:function(t,n,c){function s(t,e,n,c){return function(){var o=this,a=arguments,l=function(){var i,l;if(!(t<r)){if(i=n.apply(o,a),i===e.promise())throw new TypeError("Thenable self-resolution");l=i&&("object"==typeof i||"function"==typeof i)&&i.then,nt.isFunction(l)?c?l.call(i,s(r,e,d,c),s(r,e,p,c)):(r++,l.call(i,s(r,e,d,c),s(r,e,p,c),s(r,e,d,e.notifyWith))):(n!==d&&(o=void 0,a=[i]),(c||e.resolveWith)(o,a))}},u=c?l:function(){try{l()}catch(i){nt.Deferred.exceptionHook&&nt.Deferred.exceptionHook(i,u.stackTrace),t+1>=r&&(n!==p&&(o=void 0,a=[i]),e.rejectWith(o,a))}};t?u():(nt.Deferred.getStackHook&&(u.stackTrace=nt.Deferred.getStackHook()),i.setTimeout(u))}}var r=0;return nt.Deferred(function(i){e[0][3].add(s(0,i,nt.isFunction(c)?c:d,i.notifyWith)),e[1][3].add(s(0,i,nt.isFunction(t)?t:d)),e[2][3].add(s(0,i,nt.isFunction(n)?n:p))}).promise()},promise:function(t){return null!=t?nt.extend(t,c):c}},s={};return nt.each(e,function(t,i){var r=i[2],o=i[5];c[i[1]]=r.add,o&&r.add(function(){n=o},e[3-t][2].disable,e[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),t&&t.call(s,s),s},when:function(t){var e=arguments.length,i=e,n=Array(i),c=Q.call(arguments),s=nt.Deferred(),r=function(t){return function(i){n[t]=this,c[t]=arguments.length>1?Q.call(arguments):i,--e||s.resolveWith(n,c)}};if(e<=1&&(_(t,s.done(r(i)).resolve,s.reject),"pending"===s.state()||nt.isFunction(c[i]&&c[i].then)))return s.then();for(;i--;)_(c[i],r(i),s.reject);return s.promise()}});var yt=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;nt.Deferred.exceptionHook=function(t,e){i.console&&i.console.warn&&t&&yt.test(t.name)&&i.console.warn("jQuery.Deferred exception: "+t.message,t.stack,e)};var bt=nt.Deferred();nt.fn.ready=function(t){return bt.then(t),this},nt.extend({isReady:!1,readyWait:1,holdReady:function(t){t?nt.readyWait++:nt.ready(!0)},ready:function(t){(t===!0?--nt.readyWait:nt.isReady)||(nt.isReady=!0,t!==!0&&--nt.readyWait>0||bt.resolveWith(U,[nt]))}}),nt.ready.then=bt.then,"complete"===U.readyState||"loading"!==U.readyState&&!U.documentElement.doScroll?i.setTimeout(nt.ready):(U.addEventListener("DOMContentLoaded",f),i.addEventListener("load",f));var xt=function(t,e,i,n,c,s,r){var o=0,a=t.length,l=null==i;if("object"===nt.type(i)){c=!0;for(o in i)xt(t,e,o,i[o],!0,s,r)}else if(void 0!==n&&(c=!0,nt.isFunction(n)||(r=!0),l&&(r?(e.call(t,n),e=null):(l=e,e=function(t,e,i){return l.call(nt(t),i)})),e))for(;o<a;o++)e(t[o],i,r?n:n.call(t[o],o,e(t[o],i)));return c?t:l?e.call(t):a?e(t[0],i):s},kt=function(t){return 1===t.nodeType||9===t.nodeType||!+t.nodeType};v.uid=1,v.prototype={cache:function(t){var e=t[this.expando];return e||(e={},kt(t)&&(t.nodeType?t[this.expando]=e:Object.defineProperty(t,this.expando,{value:e,configurable:!0}))),e},set:function(t,e,i){var n,c=this.cache(t);if("string"==typeof e)c[nt.camelCase(e)]=i;else for(n in e)c[nt.camelCase(n)]=e[n];return c},get:function(t,e){return void 0===e?this.cache(t):t[this.expando]&&t[this.expando][nt.camelCase(e)]},access:function(t,e,i){return void 0===e||e&&"string"==typeof e&&void 0===i?this.get(t,e):(this.set(t,e,i),void 0!==i?i:e)},remove:function(t,e){var i,n=t[this.expando];if(void 0!==n){if(void 0!==e){nt.isArray(e)?e=e.map(nt.camelCase):(e=nt.camelCase(e),e=e in n?[e]:e.match(wt)||[]),i=e.length;for(;i--;)delete n[e[i]]}(void 0===e||nt.isEmptyObject(n))&&(t.nodeType?t[this.expando]=void 0:delete t[this.expando])}},hasData:function(t){var e=t[this.expando];return void 0!==e&&!nt.isEmptyObject(e)}};var Dt=new v,It=new v,qt=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Ct=/[A-Z]/g;nt.extend({hasData:function(t){return It.hasData(t)||Dt.hasData(t)},data:function(t,e,i){return It.access(t,e,i)},removeData:function(t,e){It.remove(t,e)},_data:function(t,e,i){return Dt.access(t,e,i)},_removeData:function(t,e){Dt.remove(t,e)}}),nt.fn.extend({data:function(t,e){var i,n,c,s=this[0],r=s&&s.attributes;if(void 0===t){if(this.length&&(c=It.get(s),1===s.nodeType&&!Dt.get(s,"hasDataAttrs"))){for(i=r.length;i--;)r[i]&&(n=r[i].name,0===n.indexOf("data-")&&(n=nt.camelCase(n.slice(5)),g(s,n,c[n])));Dt.set(s,"hasDataAttrs",!0)}return c}return"object"==typeof t?this.each(function(){It.set(this,t)}):xt(this,function(e){var i;if(s&&void 0===e){if(i=It.get(s,t),void 0!==i)return i;if(i=g(s,t),void 0!==i)return i}else this.each(function(){It.set(this,t,e)})},null,e,arguments.length>1,null,!0)},removeData:function(t){return this.each(function(){It.remove(this,t)})}}),nt.extend({queue:function(t,e,i){var n;if(t)return e=(e||"fx")+"queue",n=Dt.get(t,e),i&&(!n||nt.isArray(i)?n=Dt.access(t,e,nt.makeArray(i)):n.push(i)),n||[]},dequeue:function(t,e){e=e||"fx";var i=nt.queue(t,e),n=i.length,c=i.shift(),s=nt._queueHooks(t,e),r=function(){nt.dequeue(t,e)};"inprogress"===c&&(c=i.shift(),n--),c&&("fx"===e&&i.unshift("inprogress"),delete s.stop,c.call(t,r,s)),!n&&s&&s.empty.fire()},_queueHooks:function(t,e){var i=e+"queueHooks";return Dt.get(t,i)||Dt.access(t,i,{empty:nt.Callbacks("once memory").add(function(){Dt.remove(t,[e+"queue",i])})})}}),nt.fn.extend({queue:function(t,e){var i=2;return"string"!=typeof t&&(e=t,t="fx",i--),arguments.length<i?nt.queue(this[0],t):void 0===e?this:this.each(function(){var i=nt.queue(this,t,e);nt._queueHooks(this,t),"fx"===t&&"inprogress"!==i[0]&&nt.dequeue(this,t)})},dequeue:function(t){return this.each(function(){nt.dequeue(this,t)})},clearQueue:function(t){return this.queue(t||"fx",[])},promise:function(t,e){var i,n=1,c=nt.Deferred(),s=this,r=this.length,o=function(){--n||c.resolveWith(s,[s])};for("string"!=typeof t&&(e=t,t=void 0),t=t||"fx";r--;)i=Dt.get(s[r],t+"queueHooks"),i&&i.empty&&(n++,i.empty.add(o));return o(),c.promise(e)}});var Tt=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Bt=new RegExp("^(?:([+-])=|)("+Tt+")([a-z%]*)$","i"),Nt=["Top","Right","Bottom","Left"],Et=function(t,e){return t=e||t,"none"===t.style.display||""===t.style.display&&nt.contains(t.ownerDocument,t)&&"none"===nt.css(t,"display")},St=function(t,e,i,n){var c,s,r={};for(s in e)r[s]=t.style[s],t.style[s]=e[s];c=i.apply(t,n||[]);for(s in e)t.style[s]=r[s];return c},At={};nt.fn.extend({show:function(){return w(this,!0)},hide:function(){return w(this)},toggle:function(t){return"boolean"==typeof t?t?this.show():this.hide():this.each(function(){Et(this)?nt(this).show():nt(this).hide()})}});var jt=/^(?:checkbox|radio)$/i,Lt=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,Pt=/^$|\/(?:java|ecma)script/i,Mt={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,"",""]};Mt.optgroup=Mt.option,Mt.tbody=Mt.tfoot=Mt.colgroup=Mt.caption=Mt.thead,Mt.th=Mt.td;var Rt=/<|&#?\w+;/;!function(){var t=U.createDocumentFragment(),e=t.appendChild(U.createElement("div")),i=U.createElement("input");i.setAttribute("type","radio"),i.setAttribute("checked","checked"),i.setAttribute("name","t"),e.appendChild(i),et.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="<textarea>x</textarea>",et.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var zt=U.documentElement,Ot=/^key/,Ft=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ht=/^([^.]*)(?:\.(.+)|)/;
nt.event={global:{},add:function(t,e,i,n,c){var s,r,o,a,l,u,d,p,_,f,v,g=Dt.get(t);if(g)for(i.handler&&(s=i,i=s.handler,c=s.selector),c&&nt.find.matchesSelector(zt,c),i.guid||(i.guid=nt.guid++),(a=g.events)||(a=g.events={}),(r=g.handle)||(r=g.handle=function(e){return"undefined"!=typeof nt&&nt.event.triggered!==e.type?nt.event.dispatch.apply(t,arguments):void 0}),e=(e||"").match(wt)||[""],l=e.length;l--;)o=Ht.exec(e[l])||[],_=v=o[1],f=(o[2]||"").split(".").sort(),_&&(d=nt.event.special[_]||{},_=(c?d.delegateType:d.bindType)||_,d=nt.event.special[_]||{},u=nt.extend({type:_,origType:v,data:n,handler:i,guid:i.guid,selector:c,needsContext:c&&nt.expr.match.needsContext.test(c),namespace:f.join(".")},s),(p=a[_])||(p=a[_]=[],p.delegateCount=0,d.setup&&d.setup.call(t,n,f,r)!==!1||t.addEventListener&&t.addEventListener(_,r)),d.add&&(d.add.call(t,u),u.handler.guid||(u.handler.guid=i.guid)),c?p.splice(p.delegateCount++,0,u):p.push(u),nt.event.global[_]=!0)},remove:function(t,e,i,n,c){var s,r,o,a,l,u,d,p,_,f,v,g=Dt.hasData(t)&&Dt.get(t);if(g&&(a=g.events)){for(e=(e||"").match(wt)||[""],l=e.length;l--;)if(o=Ht.exec(e[l])||[],_=v=o[1],f=(o[2]||"").split(".").sort(),_){for(d=nt.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(t,u));r&&!p.length&&(d.teardown&&d.teardown.call(t,f,g.handle)!==!1||nt.removeEvent(t,_,g.handle),delete a[_])}else for(_ in a)nt.event.remove(t,_+e[l],i,n,!0);nt.isEmptyObject(a)&&Dt.remove(t,"handle events")}},dispatch:function(t){var e,i,n,c,s,r,o=nt.event.fix(t),a=new Array(arguments.length),l=(Dt.get(this,"events")||{})[o.type]||[],u=nt.event.special[o.type]||{};for(a[0]=o,e=1;e<arguments.length;e++)a[e]=arguments[e];if(o.delegateTarget=this,!u.preDispatch||u.preDispatch.call(this,o)!==!1){for(r=nt.event.handlers.call(this,o,l),e=0;(c=r[e++])&&!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=((nt.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(t,e){var i,n,c,s,r=[],o=e.delegateCount,a=t.target;if(o&&a.nodeType&&("click"!==t.type||isNaN(t.button)||t.button<1))for(;a!==this;a=a.parentNode||this)if(1===a.nodeType&&(a.disabled!==!0||"click"!==t.type)){for(n=[],i=0;i<o;i++)s=e[i],c=s.selector+" ",void 0===n[c]&&(n[c]=s.needsContext?nt(c,this).index(a)>-1:nt.find(c,this,null,[a]).length),n[c]&&n.push(s);n.length&&r.push({elem:a,handlers:n})}return o<e.length&&r.push({elem:this,handlers:e.slice(o)}),r},addProp:function(t,e){Object.defineProperty(nt.Event.prototype,t,{enumerable:!0,configurable:!0,get:nt.isFunction(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(t){return t[nt.expando]?t:new nt.Event(t)},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&&nt.nodeName(this,"input"))return this.click(),!1},_default:function(t){return nt.nodeName(t.target,"a")}},beforeunload:{postDispatch:function(t){void 0!==t.result&&t.originalEvent&&(t.originalEvent.returnValue=t.result)}}}},nt.removeEvent=function(t,e,i){t.removeEventListener&&t.removeEventListener(e,i)},nt.Event=function(t,e){return this instanceof nt.Event?(t&&t.type?(this.originalEvent=t,this.type=t.type,this.isDefaultPrevented=t.defaultPrevented||void 0===t.defaultPrevented&&t.returnValue===!1?k:D,this.target=t.target&&3===t.target.nodeType?t.target.parentNode:t.target,this.currentTarget=t.currentTarget,this.relatedTarget=t.relatedTarget):this.type=t,e&&nt.extend(this,e),this.timeStamp=t&&t.timeStamp||nt.now(),void(this[nt.expando]=!0)):new nt.Event(t,e)},nt.Event.prototype={constructor:nt.Event,isDefaultPrevented:D,isPropagationStopped:D,isImmediatePropagationStopped:D,isSimulated:!1,preventDefault:function(){var t=this.originalEvent;this.isDefaultPrevented=k,t&&!this.isSimulated&&t.preventDefault()},stopPropagation:function(){var t=this.originalEvent;this.isPropagationStopped=k,t&&!this.isSimulated&&t.stopPropagation()},stopImmediatePropagation:function(){var t=this.originalEvent;this.isImmediatePropagationStopped=k,t&&!this.isSimulated&&t.stopImmediatePropagation(),this.stopPropagation()}},nt.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(t){var e=t.button;return null==t.which&&Ot.test(t.type)?null!=t.charCode?t.charCode:t.keyCode:!t.which&&void 0!==e&&Ft.test(t.type)?1&e?1:2&e?3:4&e?2:0:t.which}},nt.event.addProp),nt.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(t,e){nt.event.special[t]={delegateType:e,bindType:e,handle:function(t){var i,n=this,c=t.relatedTarget,s=t.handleObj;return c&&(c===n||nt.contains(n,c))||(t.type=s.origType,i=s.handler.apply(this,arguments),t.type=e),i}}}),nt.fn.extend({on:function(t,e,i,n){return q(this,t,e,i,n)},one:function(t,e,i,n){return q(this,t,e,i,n,1)},off:function(t,e,i){var n,c;if(t&&t.preventDefault&&t.handleObj)return n=t.handleObj,nt(t.delegateTarget).off(n.namespace?n.origType+"."+n.namespace:n.origType,n.selector,n.handler),this;if("object"==typeof t){for(c in t)this.off(c,e,t[c]);return this}return e!==!1&&"function"!=typeof e||(i=e,e=void 0),i===!1&&(i=D),this.each(function(){nt.event.remove(this,t,i,e)})}});var Wt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,Ut=/<script|<style|<link/i,$t=/checked\s*(?:[^=]|=\s*.checked.)/i,Qt=/^true\/(.*)/,Vt=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;nt.extend({htmlPrefilter:function(t){return t.replace(Wt,"<$1></$2>")},clone:function(t,e,i){var n,c,s,r,o=t.cloneNode(!0),a=nt.contains(t.ownerDocument,t);if(!(et.noCloneChecked||1!==t.nodeType&&11!==t.nodeType||nt.isXMLDoc(t)))for(r=y(o),s=y(t),n=0,c=s.length;n<c;n++)E(s[n],r[n]);if(e)if(i)for(s=s||y(t),r=r||y(o),n=0,c=s.length;n<c;n++)N(s[n],r[n]);else N(t,o);return r=y(o,"script"),r.length>0&&b(r,!a&&y(t,"script")),o},cleanData:function(t){for(var e,i,n,c=nt.event.special,s=0;void 0!==(i=t[s]);s++)if(kt(i)){if(e=i[Dt.expando]){if(e.events)for(n in e.events)c[n]?nt.event.remove(i,n):nt.removeEvent(i,n,e.handle);i[Dt.expando]=void 0}i[It.expando]&&(i[It.expando]=void 0)}}}),nt.fn.extend({detach:function(t){return A(this,t,!0)},remove:function(t){return A(this,t)},text:function(t){return xt(this,function(t){return void 0===t?nt.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=t)})},null,t,arguments.length)},append:function(){return S(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=C(this,t);e.appendChild(t)}})},prepend:function(){return S(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=C(this,t);e.insertBefore(t,e.firstChild)}})},before:function(){return S(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this)})},after:function(){return S(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)})},empty:function(){for(var t,e=0;null!=(t=this[e]);e++)1===t.nodeType&&(nt.cleanData(y(t,!1)),t.textContent="");return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map(function(){return nt.clone(this,t,e)})},html:function(t){return xt(this,function(t){var e=this[0]||{},i=0,n=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if("string"==typeof t&&!Ut.test(t)&&!Mt[(Lt.exec(t)||["",""])[1].toLowerCase()]){t=nt.htmlPrefilter(t);try{for(;i<n;i++)e=this[i]||{},1===e.nodeType&&(nt.cleanData(y(e,!1)),e.innerHTML=t);e=0}catch(t){}}e&&this.empty().append(t)},null,t,arguments.length)},replaceWith:function(){var t=[];return S(this,arguments,function(e){var i=this.parentNode;nt.inArray(this,t)<0&&(nt.cleanData(y(this)),i&&i.replaceChild(e,this))},t)}}),nt.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(t,e){nt.fn[t]=function(t){for(var i,n=[],c=nt(t),s=c.length-1,r=0;r<=s;r++)i=r===s?this:this.clone(!0),nt(c[r])[e](i),Y.apply(n,i.get());return this.pushStack(n)}});var Yt=/^margin/,Gt=new RegExp("^("+Tt+")(?!px)[a-z%]+$","i"),Xt=function(t){var e=t.ownerDocument.defaultView;return e&&e.opener||(e=i),e.getComputedStyle(t)};!function(){function t(){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="",zt.appendChild(r);var t=i.getComputedStyle(o);e="1%"!==t.top,s="2px"===t.marginLeft,n="4px"===t.width,o.style.marginRight="50%",c="4px"===t.marginRight,zt.removeChild(r),o=null}}var e,n,c,s,r=U.createElement("div"),o=U.createElement("div");o.style&&(o.style.backgroundClip="content-box",o.cloneNode(!0).style.backgroundClip="",et.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),nt.extend(et,{pixelPosition:function(){return t(),e},boxSizingReliable:function(){return t(),n},pixelMarginRight:function(){return t(),c},reliableMarginLeft:function(){return t(),s}}))}();var Zt=/^(none|table(?!-c[ea]).+)/,Jt={position:"absolute",visibility:"hidden",display:"block"},Kt={letterSpacing:"0",fontWeight:"400"},te=["Webkit","Moz","ms"],ee=U.createElement("div").style;nt.extend({cssHooks:{opacity:{get:function(t,e){if(e){var i=j(t,"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(t,e,i,n){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var c,s,r,o=nt.camelCase(e),a=t.style;return e=nt.cssProps[o]||(nt.cssProps[o]=P(o)||o),r=nt.cssHooks[e]||nt.cssHooks[o],void 0===i?r&&"get"in r&&void 0!==(c=r.get(t,!1,n))?c:a[e]:(s=typeof i,"string"===s&&(c=Bt.exec(i))&&c[1]&&(i=h(t,e,c),s="number"),null!=i&&i===i&&("number"===s&&(i+=c&&c[3]||(nt.cssNumber[o]?"":"px")),et.clearCloneStyle||""!==i||0!==e.indexOf("background")||(a[e]="inherit"),r&&"set"in r&&void 0===(i=r.set(t,i,n))||(a[e]=i)),void 0)}},css:function(t,e,i,n){var c,s,r,o=nt.camelCase(e);return e=nt.cssProps[o]||(nt.cssProps[o]=P(o)||o),r=nt.cssHooks[e]||nt.cssHooks[o],r&&"get"in r&&(c=r.get(t,!0,i)),void 0===c&&(c=j(t,e,n)),"normal"===c&&e in Kt&&(c=Kt[e]),""===i||i?(s=parseFloat(c),i===!0||isFinite(s)?s||0:c):c}}),nt.each(["height","width"],function(t,e){nt.cssHooks[e]={get:function(t,i,n){if(i)return!Zt.test(nt.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?z(t,e,n):St(t,Jt,function(){return z(t,e,n)})},set:function(t,i,n){var c,s=n&&Xt(t),r=n&&R(t,e,n,"border-box"===nt.css(t,"boxSizing",!1,s),s);return r&&(c=Bt.exec(i))&&"px"!==(c[3]||"px")&&(t.style[e]=i,i=nt.css(t,e)),M(t,i,r)}}}),nt.cssHooks.marginLeft=L(et.reliableMarginLeft,function(t,e){if(e)return(parseFloat(j(t,"marginLeft"))||t.getBoundingClientRect().left-St(t,{marginLeft:0},function(){return t.getBoundingClientRect().left}))+"px"}),nt.each({margin:"",padding:"",border:"Width"},function(t,e){nt.cssHooks[t+e]={expand:function(i){for(var n=0,c={},s="string"==typeof i?i.split(" "):[i];n<4;n++)c[t+Nt[n]+e]=s[n]||s[n-2]||s[0];return c}},Yt.test(t)||(nt.cssHooks[t+e].set=M)}),nt.fn.extend({css:function(t,e){return xt(this,function(t,e,i){var n,c,s={},r=0;if(nt.isArray(e)){for(n=Xt(t),c=e.length;r<c;r++)s[e[r]]=nt.css(t,e[r],!1,n);return s}return void 0!==i?nt.style(t,e,i):nt.css(t,e)},t,e,arguments.length>1)}}),nt.fn.delay=function(t,e){return t=nt.fx?nt.fx.speeds[t]||t:t,e=e||"fx",this.queue(e,function(e,n){var c=i.setTimeout(e,t);n.stop=function(){i.clearTimeout(c)}})},function(){var t=U.createElement("input"),e=U.createElement("select"),i=e.appendChild(U.createElement("option"));t.type="checkbox",et.checkOn=""!==t.value,et.optSelected=i.selected,t=U.createElement("input"),t.value="t",t.type="radio",et.radioValue="t"===t.value}();var ie,ne=nt.expr.attrHandle;nt.fn.extend({attr:function(t,e){return xt(this,nt.attr,t,e,arguments.length>1)},removeAttr:function(t){return this.each(function(){nt.removeAttr(this,t)})}}),nt.extend({attr:function(t,e,i){var n,c,s=t.nodeType;if(3!==s&&8!==s&&2!==s)return"undefined"==typeof t.getAttribute?nt.prop(t,e,i):(1===s&&nt.isXMLDoc(t)||(c=nt.attrHooks[e.toLowerCase()]||(nt.expr.match.bool.test(e)?ie:void 0)),void 0!==i?null===i?void nt.removeAttr(t,e):c&&"set"in c&&void 0!==(n=c.set(t,i,e))?n:(t.setAttribute(e,i+""),i):c&&"get"in c&&null!==(n=c.get(t,e))?n:(n=nt.find.attr(t,e),null==n?void 0:n))},attrHooks:{type:{set:function(t,e){if(!et.radioValue&&"radio"===e&&nt.nodeName(t,"input")){var i=t.value;return t.setAttribute("type",e),i&&(t.value=i),e}}}},removeAttr:function(t,e){var i,n=0,c=e&&e.match(wt);if(c&&1===t.nodeType)for(;i=c[n++];)t.removeAttribute(i)}}),ie={set:function(t,e,i){return e===!1?nt.removeAttr(t,i):t.setAttribute(i,i),i}},nt.each(nt.expr.match.bool.source.match(/\w+/g),function(t,e){var i=ne[e]||nt.find.attr;ne[e]=function(t,e,n){var c,s,r=e.toLowerCase();return n||(s=ne[r],ne[r]=c,c=null!=i(t,e,n)?r:null,ne[r]=s),c}});var ce=/^(?:input|select|textarea|button)$/i,se=/^(?:a|area)$/i;nt.fn.extend({prop:function(t,e){return xt(this,nt.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each(function(){delete this[nt.propFix[t]||t]})}}),nt.extend({prop:function(t,e,i){var n,c,s=t.nodeType;if(3!==s&&8!==s&&2!==s)return 1===s&&nt.isXMLDoc(t)||(e=nt.propFix[e]||e,c=nt.propHooks[e]),void 0!==i?c&&"set"in c&&void 0!==(n=c.set(t,i,e))?n:t[e]=i:c&&"get"in c&&null!==(n=c.get(t,e))?n:t[e]},propHooks:{tabIndex:{get:function(t){var e=nt.find.attr(t,"tabindex");return e?parseInt(e,10):ce.test(t.nodeName)||se.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),et.optSelected||(nt.propHooks.selected={get:function(t){var e=t.parentNode;return e&&e.parentNode&&e.parentNode.selectedIndex,null},set:function(t){var e=t.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),nt.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){nt.propFix[this.toLowerCase()]=this});var re=/[\t\r\n\f]/g;nt.fn.extend({addClass:function(t){var e,i,n,c,s,r,o,a=0;if(nt.isFunction(t))return this.each(function(e){nt(this).addClass(t.call(this,e,O(this)))});if("string"==typeof t&&t)for(e=t.match(wt)||[];i=this[a++];)if(c=O(i),n=1===i.nodeType&&(" "+c+" ").replace(re," ")){for(r=0;s=e[r++];)n.indexOf(" "+s+" ")<0&&(n+=s+" ");o=nt.trim(n),c!==o&&i.setAttribute("class",o)}return this},removeClass:function(t){var e,i,n,c,s,r,o,a=0;if(nt.isFunction(t))return this.each(function(e){nt(this).removeClass(t.call(this,e,O(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof t&&t)for(e=t.match(wt)||[];i=this[a++];)if(c=O(i),n=1===i.nodeType&&(" "+c+" ").replace(re," ")){for(r=0;s=e[r++];)for(;n.indexOf(" "+s+" ")>-1;)n=n.replace(" "+s+" "," ");o=nt.trim(n),c!==o&&i.setAttribute("class",o)}return this},toggleClass:function(t,e){var i=typeof t;return"boolean"==typeof e&&"string"===i?e?this.addClass(t):this.removeClass(t):nt.isFunction(t)?this.each(function(i){nt(this).toggleClass(t.call(this,i,O(this),e),e)}):this.each(function(){var e,n,c,s;if("string"===i)for(n=0,c=nt(this),s=t.match(wt)||[];e=s[n++];)c.hasClass(e)?c.removeClass(e):c.addClass(e);else void 0!==t&&"boolean"!==i||(e=O(this),e&&Dt.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||t===!1?"":Dt.get(this,"__className__")||""))})},hasClass:function(t){var e,i,n=0;for(e=" "+t+" ";i=this[n++];)if(1===i.nodeType&&(" "+O(i)+" ").replace(re," ").indexOf(e)>-1)return!0;return!1}});var oe=/\r/g,ae=/[\x20\t\r\n\f]+/g;nt.fn.extend({val:function(t){var e,i,n,c=this[0];{if(arguments.length)return n=nt.isFunction(t),this.each(function(i){var c;1===this.nodeType&&(c=n?t.call(this,i,nt(this).val()):t,null==c?c="":"number"==typeof c?c+="":nt.isArray(c)&&(c=nt.map(c,function(t){return null==t?"":t+""})),e=nt.valHooks[this.type]||nt.valHooks[this.nodeName.toLowerCase()],e&&"set"in e&&void 0!==e.set(this,c,"value")||(this.value=c))});if(c)return e=nt.valHooks[c.type]||nt.valHooks[c.nodeName.toLowerCase()],e&&"get"in e&&void 0!==(i=e.get(c,"value"))?i:(i=c.value,"string"==typeof i?i.replace(oe,""):null==i?"":i)}}}),nt.extend({valHooks:{option:{get:function(t){var e=nt.find.attr(t,"value");return null!=e?e:nt.trim(nt.text(t)).replace(ae," ")}},select:{get:function(t){for(var e,i,n=t.options,c=t.selectedIndex,s="select-one"===t.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||!nt.nodeName(i.parentNode,"optgroup"))){if(e=nt(i).val(),s)return e;r.push(e)}return r},set:function(t,e){for(var i,n,c=t.options,s=nt.makeArray(e),r=c.length;r--;)n=c[r],(n.selected=nt.inArray(nt.valHooks.option.get(n),s)>-1)&&(i=!0);return i||(t.selectedIndex=-1),s}}}}),nt.each(["radio","checkbox"],function(){nt.valHooks[this]={set:function(t,e){if(nt.isArray(e))return t.checked=nt.inArray(nt(t).val(),e)>-1}},et.checkOn||(nt.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})});var le=/^(?:focusinfocus|focusoutblur)$/;nt.extend(nt.event,{trigger:function(t,e,n,c){var s,r,o,a,l,u,d,p=[n||U],_=J.call(t,"type")?t.type:t,f=J.call(t,"namespace")?t.namespace.split("."):[];if(r=o=n=n||U,3!==n.nodeType&&8!==n.nodeType&&!le.test(_+nt.event.triggered)&&(_.indexOf(".")>-1&&(f=_.split("."),_=f.shift(),f.sort()),l=_.indexOf(":")<0&&"on"+_,t=t[nt.expando]?t:new nt.Event(_,"object"==typeof t&&t),t.isTrigger=c?2:3,t.namespace=f.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+f.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=n),e=null==e?[t]:nt.makeArray(e,[t]),d=nt.event.special[_]||{},c||!d.trigger||d.trigger.apply(n,e)!==!1)){if(!c&&!d.noBubble&&!nt.isWindow(n)){for(a=d.delegateType||_,le.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++])&&!t.isPropagationStopped();)t.type=s>1?a:d.bindType||_,u=(Dt.get(r,"events")||{})[t.type]&&Dt.get(r,"handle"),u&&u.apply(r,e),u=l&&r[l],u&&u.apply&&kt(r)&&(t.result=u.apply(r,e),t.result===!1&&t.preventDefault());return t.type=_,c||t.isDefaultPrevented()||d._default&&d._default.apply(p.pop(),e)!==!1||!kt(n)||l&&nt.isFunction(n[_])&&!nt.isWindow(n)&&(o=n[l],o&&(n[l]=null),nt.event.triggered=_,n[_](),nt.event.triggered=void 0,o&&(n[l]=o)),t.result}},simulate:function(t,e,i){var n=nt.extend(new nt.Event,i,{type:t,isSimulated:!0});nt.event.trigger(n,null,e)}}),nt.fn.extend({trigger:function(t,e){return this.each(function(){nt.event.trigger(t,e,this)})},triggerHandler:function(t,e){var i=this[0];if(i)return nt.event.trigger(t,e,i,!0)}}),nt.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(t,e){nt.fn[e]=function(t,i){return arguments.length>0?this.on(e,null,t,i):this.trigger(e)}}),nt.fn.extend({hover:function(t,e){return this.mouseenter(t).mouseleave(e||t)}}),et.focusin="onfocusin"in i,et.focusin||nt.each({focus:"focusin",blur:"focusout"},function(t,e){var i=function(t){nt.event.simulate(e,t.target,nt.event.fix(t))};nt.event.special[e]={setup:function(){var n=this.ownerDocument||this,c=Dt.access(n,e);c||n.addEventListener(t,i,!0),Dt.access(n,e,(c||0)+1)},teardown:function(){var n=this.ownerDocument||this,c=Dt.access(n,e)-1;c?Dt.access(n,e,c):(n.removeEventListener(t,i,!0),Dt.remove(n,e))}}});var ue=/\[\]$/,de=/\r?\n/g,pe=/^(?:submit|button|image|reset|file)$/i,_e=/^(?:input|select|textarea|keygen)/i;nt.param=function(t,e){var i,n=[],c=function(t,e){var i=nt.isFunction(e)?e():e;n[n.length]=encodeURIComponent(t)+"="+encodeURIComponent(null==i?"":i)};if(nt.isArray(t)||t.jquery&&!nt.isPlainObject(t))nt.each(t,function(){c(this.name,this.value)});else for(i in t)F(i,t[i],e,c);return n.join("&")},nt.fn.extend({serialize:function(){return nt.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var t=nt.prop(this,"elements");return t?nt.makeArray(t):this}).filter(function(){var t=this.type;return this.name&&!nt(this).is(":disabled")&&_e.test(this.nodeName)&&!pe.test(t)&&(this.checked||!jt.test(t))}).map(function(t,e){var i=nt(this).val();return null==i?null:nt.isArray(i)?nt.map(i,function(t){return{name:e.name,value:t.replace(de,"\r\n")}}):{name:e.name,value:i.replace(de,"\r\n")}}).get()}}),nt.fn.extend({wrapAll:function(t){var e;return this[0]&&(nt.isFunction(t)&&(t=t.call(this[0])),e=nt(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&e.insertBefore(this[0]),e.map(function(){for(var t=this;t.firstElementChild;)t=t.firstElementChild;return t}).append(this)),this},wrapInner:function(t){return nt.isFunction(t)?this.each(function(e){nt(this).wrapInner(t.call(this,e))}):this.each(function(){var e=nt(this),i=e.contents();i.length?i.wrapAll(t):e.append(t)})},wrap:function(t){var e=nt.isFunction(t);return this.each(function(i){nt(this).wrapAll(e?t.call(this,i):t)})},unwrap:function(t){return this.parent(t).not("body").each(function(){nt(this).replaceWith(this.childNodes)}),this}}),nt.expr.pseudos.hidden=function(t){return!nt.expr.pseudos.visible(t)},nt.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},et.createHTMLDocument=function(){var t=U.implementation.createHTMLDocument("").body;return t.innerHTML="<form></form><form></form>",2===t.childNodes.length}(),nt.parseHTML=function(t,e,i){if("string"!=typeof t)return[];"boolean"==typeof e&&(i=e,e=!1);var n,c,s;return e||(et.createHTMLDocument?(e=U.implementation.createHTMLDocument(""),n=e.createElement("base"),n.href=U.location.href,e.head.appendChild(n)):e=U),c=pt.exec(t),s=!i&&[],c?[e.createElement(c[1])]:(c=x([t],e,s),s&&s.length&&nt(s).remove(),nt.merge([],c.childNodes))},nt.offset={setOffset:function(t,e,i){var n,c,s,r,o,a,l,u=nt.css(t,"position"),d=nt(t),p={};"static"===u&&(t.style.position="relative"),o=d.offset(),s=nt.css(t,"top"),a=nt.css(t,"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),nt.isFunction(e)&&(e=e.call(t,i,nt.extend({},o))),null!=e.top&&(p.top=e.top-o.top+r),null!=e.left&&(p.left=e.left-o.left+c),"using"in e?e.using.call(t,p):d.css(p)}},nt.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){nt.offset.setOffset(this,t,e)});var e,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),e=c.documentElement,{top:n.top+i.pageYOffset-e.clientTop,left:n.left+i.pageXOffset-e.clientLeft}):n):{top:0,left:0}},position:function(){if(this[0]){var t,e,i=this[0],n={top:0,left:0};return"fixed"===nt.css(i,"position")?e=i.getBoundingClientRect():(t=this.offsetParent(),e=this.offset(),nt.nodeName(t[0],"html")||(n=t.offset()),n={top:n.top+nt.css(t[0],"borderTopWidth",!0),left:n.left+nt.css(t[0],"borderLeftWidth",!0)}),{top:e.top-n.top-nt.css(i,"marginTop",!0),left:e.left-n.left-nt.css(i,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var t=this.offsetParent;t&&"static"===nt.css(t,"position");)t=t.offsetParent;return t||zt})}}),nt.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,e){var i="pageYOffset"===e;nt.fn[t]=function(n){return xt(this,function(t,n,c){var s=H(t);return void 0===c?s?s[e]:t[n]:void(s?s.scrollTo(i?s.pageXOffset:c,i?c:s.pageYOffset):t[n]=c)},t,n,arguments.length)}}),nt.each(["top","left"],function(t,e){nt.cssHooks[e]=L(et.pixelPosition,function(t,i){if(i)return i=j(t,e),Gt.test(i)?nt(t).position()[e]+"px":i})}),nt.each({Height:"height",Width:"width"},function(t,e){nt.each({padding:"inner"+t,content:e,"":"outer"+t},function(i,n){nt.fn[n]=function(c,s){var r=arguments.length&&(i||"boolean"!=typeof c),o=i||(c===!0||s===!0?"margin":"border");return xt(this,function(e,i,c){var s;return nt.isWindow(e)?0===n.indexOf("outer")?e["inner"+t]:e.document.documentElement["client"+t]:9===e.nodeType?(s=e.documentElement,Math.max(e.body["scroll"+t],s["scroll"+t],e.body["offset"+t],s["offset"+t],s["client"+t])):void 0===c?nt.css(e,i,o):nt.style(e,i,c,o)},e,r?c:void 0,r)}})}),n=[],c=function(){return nt}.apply(e,n),!(void 0!==c&&(t.exports=c));var fe=i.jQuery,ve=i.$;return nt.noConflict=function(t){return i.$===nt&&(i.$=ve),t&&i.jQuery===nt&&(i.jQuery=fe),nt},s||(i.jQuery=i.$=nt),nt})},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<div class="civsci-slide__box"><span class="civsci-widget--title">').b(e.getBlock("Title"),e,{},{}).w('</span></div><div class="civsci-slide__box">').b(e.getBlock("Body"),e,{},{}).w("</div>")}return t.register("widget/_titled_text",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/_titled_text",t,e)};c.templateName="widget/_titled_text",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<div class="civsci-question civsci-question--type-').f(e.getPath(!1,["question","type"]),e,"h").w('" data-civsci-widget-question="').f(e.getPath(!1,["question","id"]),e,"h").w('">').nx(e.getPath(!1,["targetInfo","natures","ui-classic"]),e,{block:i},{}).w('<div class="civsci-slide__box"><span class="civsci-widget--title">').f(e.getPath(!1,["question","text"]),e,"h").w('</span></div><div class="civsci-slide__box">').b(e.getBlock("QuestionBody"),e,{},{}).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",e,{else:f,block:h},{key:e.get(["index1"],!1),value:e.get(["total"],!1)},"h").w("</button></div>").x(e.getPath(!1,["targetInfo","callout"]),e,{block:m},{}).x(e.getPath(!1,["targetInfo","privacyPolicyUrl"]),e,{block:x},{}).w("</div>")}function i(t,e){return t.w('<div class="civsci-slide__box civsci-widget__highlight-flag civsci-question--role-').f(e.getPath(!1,["question","role"]),e,"h").w('"></div><div class="civsci-slide__box civsci-widget--detail-text civsci-question__type-progress civsci-question--role-').f(e.getPath(!1,["question","role"]),e,"h").w('">').h("select",e,{block:n},{key:_},"h").w("</div>")}function n(t,e){return t.h("eq",e,{block:c},{value:"quiz"},"h").h("eq",e,{block:s},{value:"trending"},"h").h("eq",e,{block:r},{value:"opinion"},"h").h("eq",e,{block:l},{value:"research"},"h").h("eq",e,{block:u},{value:"profile"},"h").h("any",e,{block:d},{},"h").h("none",e,{block:p},{},"h")}function c(t,e){return t.s(e.getPath(!1,["strings","roleQuiz"]),e,{},{})}function s(t,e){return t.s(e.getPath(!1,["strings","roleTrending"]),e,{},{})}function r(t,e){return t.x(e.get(["__isPortalMode"],!1),e,{else:o,block:a},{})}function o(t,e){return t.s(e.getPath(!1,["strings","roleOpinion"]),e,{},{})}function a(t,e){return t.s(e.getPath(!1,["strings","roleJustForFun"]),e,{},{})}function l(t,e){return t.s(e.getPath(!1,["strings","roleResearch"]),e,{},{})}function u(t,e){return t.s(e.getPath(!1,["strings","roleProfile"]),e,{},{})}function d(t,e){return t.w('<span class="civsci-question__progress"> &ndash;  ').s(e.getPath(!1,["strings","progressNOfM"]),e,{},{n:e.get(["index1"],!1),m:e.get(["total"],!1)}).w("</span>")}function p(t,e){return t.w('<span class="civsci-question__progress">').s(e.getPath(!1,["strings","roleQuestion"]),e,{},{}).w("  ").s(e.getPath(!1,["strings","progressNOfM"]),e,{},{n:e.get(["index1"],!1),m:e.get(["total"],!1)}).w("</span>")}function _(t,e){return t.f(e.getPath(!1,["question","role"]),e,"h")}function f(t,e){return t.x(e.getPath(!1,["targetInfo","natures","ui-classic"]),e,{else:v,block:g},{})}function v(t,e){return t.s(e.getPath(!1,["strings","buttonNextQuestion"]),e,{},{})}function g(t,e){return t.s(e.getPath(!1,["strings","buttonNext"]),e,{},{})}function h(t,e){return t.s(e.getPath(!1,["strings","buttonSeeResults"]),e,{},{})}function m(t,e){return t.h("select",e,{block:w},{key:b},"h")}function w(t,e){return t.h("eq",e,{block:y},{value:"b"},"h")}function y(t,e){return t.w('<div class="civsci-slide__callout"><a href="https://civicscience.com/for-publishers/" target="_blank">').s(e.getPath(!1,["strings","poweredByCivicScience"]),e,{},{}).w('</a><a href="https://civicscience.com/for-publishers/" target="_blank">').s(e.getPath(!1,["strings","addThisWidget"]),e,{},{}).w("</a></div>")}function b(t,e){return t.f(e.getPath(!1,["targetInfo","callout"]),e,"h")}function x(t,e){return t.w('<div class="civsci-slide__privacy"><span>').s(e.getPath(!1,["strings","poweredByCivicScience"]),e,{},{}).w(' | </span><a href="').f(e.getPath(!1,["targetInfo","privacyPolicyUrl"]),e,"h").w('" target="_blank">').s(e.getPath(!1,["strings","privacyPolicy"]),e,{},{}).w("</a></div>")}return t.register("widget/question/_question",e),e.__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,g.__dustBody=!0,h.__dustBody=!0,m.__dustBody=!0,w.__dustBody=!0,y.__dustBody=!0,b.__dustBody=!0,x.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/question/_question",t,e)};c.templateName="widget/question/_question",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<div class="civsci-signpost"><div class="civsci-signpost__text">').b(e.getBlock("Text"),e,{},{}).w('</div><div class="civsci-signpost__icon">').b(e.getBlock("Icon"),e,{},{}).w("</div></div>")}return t.register("widget/signpost/_signpost",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/signpost/_signpost",t,e)};c.templateName="widget/signpost/_signpost",t.exports=c},function(t,e){(function(e){t.exports=e}).call(e,{})},function(t,e,i){var n=i(1);i(34),i(40),i(43),i(14),i(11);!function(t){function e(t,e){return t.w('<div class="civsci-result civsci-result--type-').f(e.getPath(!1,["result","type"]),e,"h").w('" data-civsci-widget-question="').f(e.getPath(!1,["result","id"]),e,"h").w('">').nx(e.getPath(!1,["targetInfo","natures","ui-classic"]),e,{block:i},{}).w('<div class="civsci-slide__box"><span class="civsci-widget--title">').f(e.getPath(!1,["result","text"]),e,"h").w("</span></div>").x(e.getPath(!1,["result","quiz"]),e,{block:n},{}).w('<div class="civsci-slide__box">').b(e.getBlock("ResultBody"),e,{},{}).w('</div><div class="civsci-slide__box civsci-widget--detail-text">').h("gte",e,{block:d},{key:p,value:50},"h").w("</div>").s(e.getPath(!1,["result","caption"]),e,{block:_},{}).p("widget/result/_result_buttons",e,e,{}).p("widget/_portal_link",e,e,{}).w("</div>")}function i(t,e){return t.w('<div class="civsci-slide__box civsci-widget__highlight-flag civsci-question--role-').f(e.getPath(!1,["result","role"]),e,"h").w('"></div><div class="civsci-slide__box civsci-widget--detail-text civsci-result__progress civsci-question--role-').f(e.getPath(!1,["result","role"]),e,"h").w('">').s(e.getPath(!1,["strings","result"]),e,{},{}).w(" ").s(e.getPath(!1,["strings","progressNOfM"]),e,{},{
n:e.get(["index1"],!1),m:e.get(["total"],!1)}).w("</div>")}function n(t,e){return t.w('<div class="civsci-slide__box civsci-slide__banner ').h("eq",e,{else:c,block:s},{key:r,value:"true"},"h").w('"><div class="civsci-slide__box"><span class="civsci-widget--title">').h("eq",e,{else:o,block:a},{key:l,value:"true"},"h").w("</span></div>").s(e.getPath(!1,["result","quiz","explanation"]),e,{block:u},{}).w("</div>")}function c(t,e){return t.w("civsci-widget--quiz-incorrect")}function s(t,e){return t.w("civsci-widget--quiz-correct")}function r(t,e){return t.f(e.getPath(!1,["result","quiz","correct"]),e,"h")}function o(t,e){return t.s(e.getPath(!1,["strings","quizWrongAnswer"]),e,{},{})}function a(t,e){return t.s(e.getPath(!1,["strings","quizRightAnswer"]),e,{},{})}function l(t,e){return t.f(e.getPath(!1,["result","quiz","correct"]),e,"h")}function u(t,e){return t.w('<div class="civsci-slide__box">').f(e.getPath(!0,[]),e,"h").w("</div>")}function d(t,e){return t.s(e.getPath(!1,["strings","resultResponseTotal"]),e,{},{total:e.getPath(!1,["result","total"])})}function p(t,e){return t.f(e.getPath(!1,["result","total"]),e,"h")}function _(t,e){return t.w('<div class="civsci-slide__box civsci-slide__banner civsci-widget__caption ').x(e.get(["type"],!1),e,{block:f},{}).w('">').x(e.get(["type"],!1),e,{block:v},{}).w('<div class="civsci-widget__caption-text">').x(e.get(["type"],!1),e,{block:b},{}).w('<div class="civsci-widget__caption-body">').f(e.get(["body"],!1),e,"h",["s"]).w("</div></div></div>")}function f(t,e){return t.w("civsci-widget--caption-type-").f(e.get(["type"],!1),e,"h")}function v(t,e){return t.w('<div class="civsci-widget__caption-icon">').h("select",e,{block:g},{key:y},"h").f(e.get(["title"],!1),e,"h").w("</div>")}function g(t,e){return t.h("eq",e,{block:h},{value:"insight"},"h").h("eq",e,{block:m},{value:"quiz"},"h").h("eq",e,{block:w},{value:"trending"},"h")}function h(t,e){return t.p("icons/lightbulb",e,e,{})}function m(t,e){return t.p("icons/head-heart",e,e,{})}function w(t,e){return t.p("icons/media",e,e,{})}function y(t,e){return t.f(e.get(["type"],!1),e,"h")}function b(t,e){return t.w('<div class="civsci-widget__caption-title">').h("select",e,{block:x},{key:q},"h").f(e.get(["title"],!1),e,"h").w("</div>")}function x(t,e){return t.h("eq",e,{block:k},{value:"insight"},"h").h("eq",e,{block:D},{value:"quiz"},"h").h("eq",e,{block:I},{value:"trending"},"h")}function k(t,e){return t.s(e.getPath(!1,["strings","captionTitleInsight"]),e,{},{})}function D(t,e){return t.s(e.getPath(!1,["strings","captionTitleQuiz"]),e,{},{})}function I(t,e){return t.s(e.getPath(!1,["strings","captionTitleTrending"]),e,{},{})}function q(t,e){return t.f(e.get(["type"],!1),e,"h")}return t.register("widget/result/_result",e),e.__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,g.__dustBody=!0,h.__dustBody=!0,m.__dustBody=!0,w.__dustBody=!0,y.__dustBody=!0,b.__dustBody=!0,x.__dustBody=!0,k.__dustBody=!0,D.__dustBody=!0,I.__dustBody=!0,q.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/result/_result",t,e)};c.templateName="widget/result/_result",t.exports=c},function(t,e,i){var n=i(1);i(11);!function(t){function e(t,e){return t.w('<div class="civsci-summary civsci-summary--type-').f(e.getPath(!1,["summary","type"]),e,"h").w('">').b(e.getBlock("SummaryContent"),e,{},{}).w('<div class="civsci-widget__buttons civsci-slide__box">').x(e.get(["isFollowedByResults"],!1),e,{else:i,block:s},{}).w("</div>").p("widget/_portal_link",e,e,{}).w("</div>")}function i(t,e){return t.x(e.get(["portalUrl"],!1),e,{else:n,block:c},{})}function n(t,e){return t.w('<button class="civsci-widget--primary-button" data-civsci-widget-restart>').s(e.getPath(!1,["strings","buttonAnswerMoreQuestions"]),e,{},{}).w("</button>")}function c(t,e){return t.w('<a class="civsci-widget--primary-button" target="_blank" href="').f(e.get(["portalUrl"],!1),e,"h").w('">').s(e.getPath(!1,["strings","buttonGo"]),e,{},{}).w("</a>")}function s(t,e){return t.w('<button class="civsci-widget--primary-button" data-civsci-widget-next>').s(e.getPath(!1,["strings","buttonSeeAllResults"]),e,{},{}).w("</button>")}return t.register("widget/summary/_summary",e),e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/summary/_summary",t,e)};c.templateName="widget/summary/_summary",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.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 t.register("icons/checkmark",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("icons/checkmark",t,e)};c.templateName="icons/checkmark",t.exports=c},function(t,e,i){var n=i(1);i(41);!function(t){function e(t,e){return t.w('<div class="civsci-widget--markable" data-civsci-widget-markable-state="').h("eq",e,{block:i},{key:e.get(["isMarked"],!1),value:"true"},"h").w('"><div class="civsci-widget--markable-icon">').p("icons/left-caret",e,e,{}).w("</div>").b(e.getBlock("Content"),e,{},{}).w("</div>")}function i(t,e){return t.w("marked")}return t.register("widget/_markable",e),e.__dustBody=!0,i.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/_markable",t,e)};c.templateName="widget/_markable",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.x(e.get(["portalUrl"],!1),e,{block:i},{})}function i(t,e){return t.w('<div class="civsci-slide__portal-link civsci-slide__box"><a href="').f(e.get(["portalUrl"],!1),e,"h").w('" target="_blank">').s(e.getPath(!1,["strings","portalLink"]),e,{},{}).w("</a></div>")}return t.register("widget/_portal_link",e),e.__dustBody=!0,i.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/_portal_link",t,e)};c.templateName="widget/_portal_link",t.exports=c},function(t,e,i){var n=i(1);i(4),i(24);!function(t){function e(t,e){return e=e.shiftBlocks(c),t.p("widget/question/_question",e,e,{})}function i(t,e){return e=e.shiftBlocks(c),t.w('<div class="civsci-question__option-list">').s(e.getPath(!1,["question","options"]),e,{block:n},{}).w("</div>")}function n(t,e){return e=e.shiftBlocks(c),t.p("widget/question/_option",e,e,{})}t.register("widget/question/_option_question",e);var c={QuestionBody:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/question/_option_question",t,e)};c.templateName="widget/question/_option_question",t.exports=c},function(t,e,i){var n=i(1);i(7),i(26);!function(t){function e(t,e){return e=e.shiftBlocks(c),t.p("widget/result/_result",e,e,{})}function i(t,e){return e=e.shiftBlocks(c),t.w('<div class="civsci-result__option-list">').s(e.getPath(!1,["result","options"]),e,{block:n},{}).w("</div>")}function n(t,e){return e=e.shiftBlocks(c),t.p("widget/result/_option_result_item",e,e,{})}t.register("widget/result/_option_result",e);var c={ResultBody:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/result/_option_result",t,e)};c.templateName="widget/result/_option_result",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<div class="civsci-widget__buttons civsci-slide__box">').x(e.get(["hasBackButton"],!1),e,{block:i},{}).h("eq",e,{else:n,block:a},{key:e.get(["index1"],!1),value:e.get(["total"],!1)},"h").w("</div>")}function i(t,e){return t.w("<button data-civsci-widget-back>").s(e.getPath(!1,["strings","buttonBack"]),e,{},{}).w("</button>")}function n(t,e){return t.w('<button class="civsci-widget--primary-button" data-civsci-widget-next>').h("eq",e,{else:c,block:s},{key:e.get(["index1"],!1),value:1},"h").w("</button>")}function c(t,e){return t.s(e.getPath(!1,["strings","buttonNext"]),e,{},{})}function s(t,e){return t.x(e.get(["isPrecededBySummary"],!1),e,{else:r,block:o},{})}function r(t,e){return t.s(e.getPath(!1,["strings","buttonSeeNextResult"]),e,{},{})}function o(t,e){return t.s(e.getPath(!1,["strings","buttonNext"]),e,{},{})}function a(t,e){return t.x(e.get(["portalUrl"],!1),e,{else:l,block:p},{})}function l(t,e){return t.x(e.get(["hasBackButton"],!1),e,{else:u,block:d},{})}function u(t,e){return t.w('<button class="civsci-widget--primary-button" data-civsci-widget-restart>').s(e.getPath(!1,["strings","buttonAnswerMoreQuestions"]),e,{},{}).w("</button>")}function d(t,e){return t.w('<button class="civsci-widget--primary-button" data-civsci-widget-restart>').s(e.getPath(!1,["strings","buttonMore"]),e,{},{}).w("</button>")}function p(t,e){return t.w('<a class="civsci-widget--primary-button" target="_blank" href="').f(e.get(["portalUrl"],!1),e,"h").w('">').s(e.getPath(!1,["strings","buttonGo"]),e,{},{}).w("</a>")}return t.register("widget/result/_result_buttons",e),e.__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,e}(n);var c=function(t,e){n.render("widget/result/_result_buttons",t,e)};c.templateName="widget/result/_result_buttons",t.exports=c},function(t,e,i){var n,c;n=[i(2),i(16),i(17)],c=function(t,e,i){var n={hostname:"www.civicscience.com",instance:"",context:"",cacheEnabled:!0},c={},s=function(){var t=i.match(/[?&]civicscience-widget-natures=([^&]*)/);return null==t?null:decodeURIComponent(t[1]).split(",")}(),r=function(){var t=i.match(/[?&]civicscience-widget-draft(=([^&]*))?/);return null!=t}(),o=function(){var t=i.match(/[?&]civicscience-widget-oip(=([^&]*))?/);return null!=t}();return function i(a){if(a=t.extend({},n,i.defaults,a),void 0==a.target)throw new Error("Missing target option");return{promiseInfo:function(){var t=null;return function(){if(null==t){var i="https://"+a.hostname+"/widget/api/2/target?target="+encodeURIComponent(a.target)+"&instance="+encodeURIComponent(a.instance)+"&context="+encodeURIComponent(a.context);r&&(i+="&theme=draft"),o&&(i+="&oip=1"),t=c[i]||e(i).then(function(t){return null!=s&&(t.natures=s),t}),a.cacheEnabled&&(c={},c[i]=t)}return t}}()}}}.apply(e,n),!(void 0!==c&&(t.exports=c))},function(t,e,i){var n,c;n=[i(2)],c=function(t){"use strict";var e=(new Date).getTime();return function(i,n){var c=t.Deferred(),s="civicsciencejsonp_"+ ++e;i+=(i.indexOf("?")==-1?"?":"&")+"callback="+encodeURIComponent(s)+"&_="+encodeURIComponent(e),window[s]=function(t){c.resolve(t)};var r=document.createElement("script");if(r.src=i,r.type="text/javascript",document.getElementsByTagName("head")[0].appendChild(r),c.then(function(t){"pending"==c.state()&&c.resolve(t)},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(e,n),!(void 0!==c&&(t.exports=c))},function(t,e,i){var n,c;n=[],c=function(){return function(){for(var t=window;t.parent!=t;)t=t.parent;var e;try{if(e=t.location.href,void 0==e)throw new Error}catch(t){e=window.document.referrer}return e}()}.apply(e,n),!(void 0!==c&&(t.exports=c))},function(t,e,i){var n,c;i(6).dust=!0,n=[i(1),i(73)],c=function(t){"use strict";return t.helpers.formatNumber=function(e,i,n,c){c=c||{};var s,r,o=t.helpers.tap(c.number,e,i)-0||0,a=t.helpers.tap(c.digits,e,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 e.write(s+r)},t.helpers.repeat=function(e,i,n,c){for(var s=t.helpers.tap(c.times,e,i),r=n.block,o=0;o<s;o++)e=r(e,i.push({$idx:o,$len:s}));return e},t.helpers.scaleValueToPercent=function(e,i,n,c){var s=t.helpers.tap(c.min,e,i),r=t.helpers.tap(c.max,e,i),o=t.helpers.tap(c.value,e,i);if(a<s||a>r||r<s)throw new Error;var a=Math.round(100*(o-s)/(r-s));return e.write(a)},t}.apply(e,n),!(void 0!==c&&(t.exports=c))},function(t,e){t.exports=function(){var t=[];return t.toString=function(){for(var t=[],e=0;e<this.length;e++){var i=this[e];i[2]?t.push("@media "+i[2]+"{"+i[1]+"}"):t.push(i[1])}return t.join("")},t.i=function(e,i){"string"==typeof e&&(e=[[null,e,""]]);for(var n={},c=0;c<this.length;c++){var s=this[c][0];"number"==typeof s&&(n[s]=!0)}for(c=0;c<e.length;c++){var r=e[c];"number"==typeof r[0]&&n[r[0]]||(i&&!r[2]?r[2]=i:i&&(r[2]="("+r[2]+") and ("+i+")"),t.push(r))}},t}},function(t,e,i){var n,c;n=[i(2)],c=function(t){"use strict";function e(e){function i(e,i){var n=e.offset().top,c=e.height(),s=i.scrollTop(),r=i[0].innerHeight,o=r/16;return n+c<r||n+c+o<=s+r||s+r-n>r/4||n-o<=s||s+r+o>=t(document).height()}this.id=e.id||Math.floor(4294967296*Math.random())+"."+Math.floor(4294967296*Math.random());var n="https://"+(e.hostname||"www.civicscience.com")+"/jot",c=0;this.jot=function(e,s,r,o){var a=t(window),l=t.extend(o,{isContainerSeen:i(e,a),cx:e.offset().left,cy:e.offset().top,wx:a.scrollLeft(),wy:a.scrollTop(),wh:a[0].innerHeight,ww:a[0].innerWidth}),u=document.createElement("img");u.src=n+"?j="+encodeURIComponent(this.id)+"&n="+encodeURIComponent(c++)+"&s="+encodeURIComponent(s)+"&t="+encodeURIComponent(r)+"&d="+encodeURIComponent(JSON.stringify(l))}}return e}.apply(e,n),!(void 0!==c&&(t.exports=c))},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.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 t.register("icons/down-caret",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("icons/down-caret",t,e)};c.templateName="icons/down-caret",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.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 t.register("icons/x",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("icons/x",t,e)};c.templateName="icons/x",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<div class="civsci-intro civsci-intro--type-').f(e.getPath(!1,["intro","type"]),e,"h").w('">').b(e.getBlock("IntroContent"),e,{},{}).w('<div class="civsci-widget__buttons civsci-slide__box"><button class="civsci-widget--primary-button" data-civsci-widget-next>').s(e.getPath(!1,["strings","bringOnTheQuestions"]),e,{},{}).w("</button></div></div>")}return t.register("widget/intro/_intro",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/intro/_intro",t,e)};c.templateName="widget/intro/_intro",t.exports=c},function(t,e,i){var n=i(1);i(10);!function(t){function e(t,e){return e=e.shiftBlocks(c),t.p("widget/_markable",e,e,{})}function i(t,e){return e=e.shiftBlocks(c),t.w('<div class="civsci-question__option civsci-widget--civicscience-clickable" data-civsci-widget-option="').f(e.get(["id"],!1),e,"h").w('"><input type="').f(e.getPath(!1,["question","type"]),e,"h").w('" name="civsci-').f(e.getPath(!1,["question","id"]),e,"h").w('" id="civsci-').f(e.get(["instance"],!1),e,"h").w("-").f(e.getPath(!1,["question","id"]),e,"h").w("-").f(e.get(["id"],!1),e,"h").w('"><label for="civsci-').f(e.get(["instance"],!1),e,"h").w("-").f(e.getPath(!1,["question","id"]),e,"h").w("-").f(e.get(["id"],!1),e,"h").w('">').x(e.get(["img"],!1),e,{block:n},{}).f(e.get(["text"],!1),e,"h").w("</label></div>")}function n(t,e){return e=e.shiftBlocks(c),t.w('<div class="civsci-i"><img src="').f(e.get(["img"],!1),e,"h").w('"/></div>')}t.register("widget/question/_option",e);var c={Content:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/question/_option",t,e)};c.templateName="widget/question/_option",t.exports=c},function(t,e,i){var n=i(1);i(4);!function(t){function e(t,e){return e=e.shiftBlocks(d),t.p("widget/question/_question",e,e,{})}function i(t,e){return e=e.shiftBlocks(d),t.s(e.get(["question"],!1),e,{block:n},{})}function n(t,e){return e=e.shiftBlocks(d),t.s(e.get(["rows"],!1),e,{block:c},{})}function c(t,e){return e=e.shiftBlocks(d),t.w('<div class="civsci-slide__box"><div class="civsci-scale__row-label">').f(e.get(["text"],!1),e,"h").w("</div><table><tbody><tr>").s(e.get(["options"],!1),e,{block:s},{}).w("</tr><tr>").s(e.get(["columns"],!1),e,{block:u},{}).w("</tr></tbody></table></div>")}function s(t,e){return e=e.shiftBlocks(d),t.w('<td class="civsci-question__option"data-civsci-widget-option="').f(e.get(["id"],!1),e,"h").w('"').s(e.getPath(!1,["columns",e.get(["$idx"],!1)]),e,{block:r},{}).w('><input id="civsci-').f(e.get(["instance"],!1),e,"h").w("-").f(e.getPath(!1,["question","id"]),e,"h").w("-").f(e.get(["id"],!1),e,"h").w('" class="civsci-widget--civicscience-clickable-dark" type="radio"><label for="civsci-').f(e.get(["instance"],!1),e,"h").w("-").f(e.getPath(!1,["question","id"]),e,"h").w("-").f(e.get(["id"],!1),e,"h").w('"></label></td>')}function r(t,e){return e=e.shiftBlocks(d),t.x(e.get(["value"],!1),e,{block:o},{})}function o(t,e){return e=e.shiftBlocks(d),t.w('data-civsci-widget-scale-magnitude="').h("math",e,{},{key:e.get(["value"],!1),method:"abs"},"h").w('"data-civsci-widget-scale-sign="').h("lt",e,{else:a,block:l},{key:e.get(["value"],!1),value:0},"h").w('"')}function a(t,e){return e=e.shiftBlocks(d),t.w("+")}function l(t,e){return e=e.shiftBlocks(d),t.w("-")}function u(t,e){return e=e.shiftBlocks(d),t.w('<td class="civsci-scale__column-label"><span>').f(e.get(["text"],!1),e,"h").w("</span></td>")}t.register("widget/question/scale",e);var d={QuestionBody:i};return e.__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,e}(n);var c=function(t,e){n.render("widget/question/scale",t,e)};c.templateName="widget/question/scale",t.exports=c},function(t,e,i){var n=i(1);i(10),i(9),i(22);!function(t){function e(t,e){return e=e.shiftBlocks(v),t.p("widget/_markable",e,e,{isMarked:i})}function i(t,e){return e=e.shiftBlocks(v),t.f(e.get(["answered"],!1),e,"h")}function n(t,e){return e=e.shiftBlocks(v),t.w('<div class="civsci-result__option civsci-result--percent-').f(e.get(["percent"],!1),e,"h").x(e.get(["quiz"],!1),e,{block:c},{}).w('">').x(e.get(["img"],!1),e,{block:a},{}).w('<div class="civsci-result__option-chart-fill civsci-widget--partner-background-color"></div><div class="civsci-result__option-percent">').f(e.get(["percent"],!1),e,"h").w('%</div><div class="civsci-result__option-text">').x(e.get(["quiz"],!1),e,{block:l},{}).f(e.get(["text"],!1),e,"h").w("</div></div>")}function c(t,e){return e=e.shiftBlocks(v),t.w(" ").h("eq",e,{else:s,block:r},{key:o,value:"true"},"h")}function s(t,e){return e=e.shiftBlocks(v),t.w("civsci-widget--quiz-incorrect")}function r(t,e){return e=e.shiftBlocks(v),t.w("civsci-widget--quiz-correct")}function o(t,e){return e=e.shiftBlocks(v),t.f(e.getPath(!1,["quiz","correct"]),e,"h")}function a(t,e){return e=e.shiftBlocks(v),t.w('<div class="civsci-i"><img src="').f(e.get(["img"],!1),e,"h").w('"/></div>')}function l(t,e){return e=e.shiftBlocks(v),t.h("eq",e,{else:u,block:_},{key:f,value:"true"},"h")}function u(t,e){return e=e.shiftBlocks(v),t.h("eq",e,{block:d},{key:p,value:"true"},"h")}function d(t,e){return e=e.shiftBlocks(v),t.w('<span class="civsci-widget--quiz-icon">').p("icons/x",e,e,{}).w("</span>")}function p(t,e){return e=e.shiftBlocks(v),t.f(e.get(["answered"],!1),e,"h")}function _(t,e){return e=e.shiftBlocks(v),t.w('<span class="civsci-widget--quiz-icon">').p("icons/checkmark",e,e,{}).w("</span>")}function f(t,e){return e=e.shiftBlocks(v),t.f(e.getPath(!1,["quiz","correct"]),e,"h")}t.register("widget/result/_option_result_item",e);var v={Content:n};return e.__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,e}(n);var c=function(t,e){n.render("widget/result/_option_result_item",t,e)};c.templateName="widget/result/_option_result_item",t.exports=c},function(t,e,i){var n=i(1);i(14);!function(t){function e(t,e){return t.w('<div class="civsci-result civsci-result-extra">').b(e.getBlock("Content"),e,{},{}).p("widget/result/_result_buttons",e,e,{}).w("</div>")}return t.register("widget/result/extras/_base",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/result/extras/_base",t,e)};c.templateName="widget/result/extras/_base",t.exports=c},function(t,e,i){var n=i(1);i(7),i(21),i(45);!function(t){function e(t,e){return e=e.shiftBlocks(u),t.p("widget/result/_result",e,e,{})}function i(t,e){return e=e.shiftBlocks(u),t.s(e.get(["result"],!1),e,{block:n},{})}function n(t,e){return e=e.shiftBlocks(u),t.s(e.get(["rows"],!1),e,{block:c},{})}function c(t,e){return e=e.shiftBlocks(u),t.w('<div class="civsci-slide__box civsci-scale__result-row"><div class="civsci-scale__row-label">').f(e.get(["text"],!1),e,"h").w('</div><div class="civsci-scale__chart"><table><tbody><tr>').s(e.get(["options"],!1),e,{block:s},{}).w('</tr></tbody></table><table class="civsci-scale__column-scale civsci-widget--partner-background-color" data-civsci-widget-scale-background="').s(e.get(["columns"],!1),e,{block:o},{}).w('"><tbody><tr>').s(e.get(["columns"],!1),e,{block:l},{}).w('</tr></tbody></table><div class="civsci-scale__average-rating-wrapper"><div class="civsci-scale__average-rating" style="right: ').h("scaleValueToPercent",e,{},{value:e.get(["average"],!1),min:e.get(["minValue"],!1),max:e.get(["maxValue"],!1)},"h").w('%;"><div class="civsci-scale__average-rating-icon">').p("icons/up-caret",e,e,{}).w('</div><div class="civsci-scale__average-rating-label"><span>').s(e.getPath(!1,["strings","ratingAverage"]),e,{},{}).w("</span></div></div></div></div></div>")}function s(t,e){return e=e.shiftBlocks(u),t.w("<td>").x(e.get(["answered"],!1),e,{block:r},{}).w("</td>")}function r(t,e){return e=e.shiftBlocks(u),t.w('<div class="civsci-scale__your-rating-label"><span>').s(e.getPath(!1,["strings","ratingYourRating"]),e,{},{}).w('</span></div><div class="civsci-scale__your-rating-icon">').p("icons/down-caret",e,e,{}).w("</div>")}function o(t,e){return e=e.shiftBlocks(u),t.f(e.get(["value"],!1),e,"h").h("sep",e,{block:a},{},"h")}function a(t,e){return e=e.shiftBlocks(u),t.w(",")}function l(t,e){return e=e.shiftBlocks(u),t.w('<td class="civsci-scale__column-label"><span>').f(e.get(["text"],!1),e,"h").w("</span></td>")}t.register("widget/result/scale",e);var u={ResultBody:i};return e.__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,e}(n);var c=function(t,e){n.render("widget/result/scale",t,e)};c.templateName="widget/result/scale",t.exports=c},function(t,e,i){var n,c;/*!
	 * jQuery JavaScript Library v3.4.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: 2019-05-01T21:04Z
	 */
!function(e,i){"use strict";"object"==typeof t&&"object"==typeof t.exports?t.exports=e.document?i(e,!0):function(t){if(!t.document)throw new Error("jQuery requires a window with a document");return i(t)}:i(e)}("undefined"!=typeof window?window:this,function(i,s){"use strict";function r(t,e,i){i=i||pt;var n,c,s=i.createElement("script");if(s.text=t,e)for(n in qt)c=e[n]||e.getAttribute&&e.getAttribute(n),c&&s.setAttribute(n,c);i.head.appendChild(s).parentNode.removeChild(s)}function o(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?mt[wt.call(t)]||"object":typeof t}function a(t){var e=!!t&&"length"in t&&t.length,i=o(t);return!Dt(t)&&!It(t)&&("array"===i||0===e||"number"==typeof e&&e>0&&e-1 in t)}function l(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()}function u(t,e,i){return Dt(e)?Tt.grep(t,function(t,n){return!!e.call(t,n,t)!==i}):e.nodeType?Tt.grep(t,function(t){return t===e!==i}):"string"!=typeof e?Tt.grep(t,function(t){return ht.call(e,t)>-1!==i}):Tt.filter(e,t,i)}function d(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}function p(t){var e={};return Tt.each(t.match(Ot)||[],function(t,i){e[i]=!0}),e}function _(t){return t}function f(t){throw t}function v(t,e,i,n){var c;try{t&&Dt(c=t.promise)?c.call(t).done(e).fail(i):t&&Dt(c=t.then)?c.call(t,e,i):e.apply(void 0,[t].slice(n))}catch(t){i.apply(void 0,[t])}}function g(){pt.removeEventListener("DOMContentLoaded",g),i.removeEventListener("load",g),Tt.ready()}function h(t,e){return e.toUpperCase()}function m(t){return t.replace(Ut,"ms-").replace($t,h)}function w(){this.expando=Tt.expando+w.uid++}function y(t){return"true"===t||"false"!==t&&("null"===t?null:t===+t+""?+t:Gt.test(t)?JSON.parse(t):t)}function b(t,e,i){var n;if(void 0===i&&1===t.nodeType)if(n="data-"+e.replace(Xt,"-$&").toLowerCase(),i=t.getAttribute(n),"string"==typeof i){try{i=y(i)}catch(t){}Yt.set(t,e,i)}else i=void 0;return i}function x(t,e,i,n){var c,s,r=20,o=n?function(){return n.cur()}:function(){return Tt.css(t,e,"")},a=o(),l=i&&i[3]||(Tt.cssNumber[e]?"":"px"),u=t.nodeType&&(Tt.cssNumber[e]||"px"!==l&&+a)&&Jt.exec(Tt.css(t,e));if(u&&u[3]!==l){for(a/=2,l=l||u[3],u=+a||1;r--;)Tt.style(t,e,u+l),(1-s)*(1-(s=o()/a||.5))<=0&&(r=0),u/=s;u*=2,Tt.style(t,e,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(t){var e,i=t.ownerDocument,n=t.nodeName,c=se[n];return c?c:(e=i.body.appendChild(i.createElement(n)),c=Tt.css(e,"display"),e.parentNode.removeChild(e),"none"===c&&(c="block"),se[n]=c,c)}function D(t,e){for(var i,n,c=[],s=0,r=t.length;s<r;s++)n=t[s],n.style&&(i=n.style.display,e?("none"===i&&(c[s]=Vt.get(n,"display")||null,c[s]||(n.style.display="")),""===n.style.display&&ne(n)&&(c[s]=k(n))):"none"!==i&&(c[s]="none",Vt.set(n,"display",i)));for(s=0;s<r;s++)null!=c[s]&&(t[s].style.display=c[s]);return t}function I(t,e){var i;return i="undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e||"*"):"undefined"!=typeof t.querySelectorAll?t.querySelectorAll(e||"*"):[],void 0===e||e&&l(t,e)?Tt.merge([t],i):i}function q(t,e){for(var i=0,n=t.length;i<n;i++)Vt.set(t[i],"globalEval",!e||Vt.get(e[i],"globalEval"))}function C(t,e,i,n,c){for(var s,r,a,l,u,d,p=e.createDocumentFragment(),_=[],f=0,v=t.length;f<v;f++)if(s=t[f],s||0===s)if("object"===o(s))Tt.merge(_,s.nodeType?[s]:s);else if(ue.test(s)){for(r=r||p.appendChild(e.createElement("div")),a=(oe.exec(s)||["",""])[1].toLowerCase(),l=le[a]||le._default,r.innerHTML=l[1]+Tt.htmlPrefilter(s)+l[2],d=l[0];d--;)r=r.lastChild;Tt.merge(_,r.childNodes),r=p.firstChild,r.textContent=""}else _.push(e.createTextNode(s));for(p.textContent="",f=0;s=_[f++];)if(n&&Tt.inArray(s,n)>-1)c&&c.push(s);else if(u=ee(s),r=I(p.appendChild(s),"script"),u&&q(r),i)for(d=0;s=r[d++];)ae.test(s.type||"")&&i.push(s);return p}function T(){return!0}function B(){return!1}function N(t,e){return t===E()==("focus"===e)}function E(){try{return pt.activeElement}catch(t){}}function S(t,e,i,n,c,s){var r,o;if("object"==typeof e){"string"!=typeof i&&(n=n||i,i=void 0);for(o in e)S(t,o,i,n,e[o],s);return t}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 t;return 1===s&&(r=c,c=function(t){return Tt().off(t),r.apply(this,arguments)},c.guid=r.guid||(r.guid=Tt.guid++)),t.each(function(){Tt.event.add(this,e,c,n,i)})}function A(t,e,i){return i?(Vt.set(t,e,!1),void Tt.event.add(t,e,{namespace:!1,handler:function(t){var n,c,s=Vt.get(this,e);if(1&t.isTrigger&&this[e]){if(s.length)(Tt.event.special[e]||{}).delegateType&&t.stopPropagation();else if(s=ft.call(arguments),Vt.set(this,e,s),n=i(this,e),this[e](),c=Vt.get(this,e),s!==c||n?Vt.set(this,e,!1):c={},s!==c)return t.stopImmediatePropagation(),t.preventDefault(),c.value}else s.length&&(Vt.set(this,e,{value:Tt.event.trigger(Tt.extend(s[0],Tt.Event.prototype),s.slice(1),this)}),t.stopImmediatePropagation())}})):void(void 0===Vt.get(t,e)&&Tt.event.add(t,e,T))}function j(t,e){return l(t,"table")&&l(11!==e.nodeType?e:e.firstChild,"tr")?Tt(t).children("tbody")[0]||t:t}function L(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function P(t){return"true/"===(t.type||"").slice(0,5)?t.type=t.type.slice(5):t.removeAttribute("type"),t}function M(t,e){var i,n,c,s,r,o,a,l;if(1===e.nodeType){if(Vt.hasData(t)&&(s=Vt.access(t),r=Vt.set(e,s),l=s.events)){delete r.handle,r.events={};for(c in l)for(i=0,n=l[c].length;i<n;i++)Tt.event.add(e,c,l[c][i])}Yt.hasData(t)&&(o=Yt.access(t),a=Tt.extend({},o),Yt.set(e,a))}}function R(t,e){var i=e.nodeName.toLowerCase();"input"===i&&re.test(t.type)?e.checked=t.checked:"input"!==i&&"textarea"!==i||(e.defaultValue=t.defaultValue)}function z(t,e,i,n){e=vt.apply([],e);var c,s,o,a,l,u,d=0,p=t.length,_=p-1,f=e[0],v=Dt(f);if(v||p>1&&"string"==typeof f&&!kt.checkClone&&ge.test(f))return t.each(function(c){var s=t.eq(c);v&&(e[0]=f.call(this,c,s.html())),z(s,e,i,n)});if(p&&(c=C(e,t[0].ownerDocument,!1,t,n),s=c.firstChild,1===c.childNodes.length&&(c=s),s||n)){for(o=Tt.map(I(c,"script"),L),a=o.length;d<p;d++)l=c,d!==_&&(l=Tt.clone(l,!0,!0),a&&Tt.merge(o,I(l,"script"))),i.call(t[d],l,d);if(a)for(u=o[o.length-1].ownerDocument,Tt.map(o,P),d=0;d<a;d++)l=o[d],ae.test(l.type||"")&&!Vt.access(l,"globalEval")&&Tt.contains(u,l)&&(l.src&&"module"!==(l.type||"").toLowerCase()?Tt._evalUrl&&!l.noModule&&Tt._evalUrl(l.src,{nonce:l.nonce||l.getAttribute("nonce")}):r(l.textContent.replace(he,""),l,u))}return t}function O(t,e,i){for(var n,c=e?Tt.filter(e,t):t,s=0;null!=(n=c[s]);s++)i||1!==n.nodeType||Tt.cleanData(I(n)),n.parentNode&&(i&&ee(n)&&q(I(n,"script")),n.parentNode.removeChild(n));return t}function F(t,e,i){var n,c,s,r,o=t.style;return i=i||we(t),i&&(r=i.getPropertyValue(e)||i[e],""!==r||ee(t)||(r=Tt.style(t,e)),!kt.pixelBoxStyles()&&me.test(r)&&ye.test(e)&&(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 H(t,e){return{get:function(){return t()?void delete this.get:(this.get=e).apply(this,arguments)}}}function W(t){for(var e=t[0].toUpperCase()+t.slice(1),i=be.length;i--;)if(t=be[i]+e,t in xe)return t}function U(t){var e=Tt.cssProps[t]||ke[t];return e?e:t in xe?t:ke[t]=W(t)||t}function $(t,e,i){var n=Jt.exec(e);return n?Math.max(0,n[2]-(i||0))+(n[3]||"px"):e}function Q(t,e,i,n,c,s){var r="width"===e?1:0,o=0,a=0;if(i===(n?"border":"content"))return 0;for(;r<4;r+=2)"margin"===i&&(a+=Tt.css(t,i+Kt[r],!0,c)),n?("content"===i&&(a-=Tt.css(t,"padding"+Kt[r],!0,c)),"margin"!==i&&(a-=Tt.css(t,"border"+Kt[r]+"Width",!0,c))):(a+=Tt.css(t,"padding"+Kt[r],!0,c),"padding"!==i?a+=Tt.css(t,"border"+Kt[r]+"Width",!0,c):o+=Tt.css(t,"border"+Kt[r]+"Width",!0,c));return!n&&s>=0&&(a+=Math.max(0,Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-s-a-o-.5))||0),a}function V(t,e,i){var n=we(t),c=!kt.boxSizingReliable()||i,s=c&&"border-box"===Tt.css(t,"boxSizing",!1,n),r=s,o=F(t,e,n),a="offset"+e[0].toUpperCase()+e.slice(1);if(me.test(o)){if(!i)return o;o="auto"}return(!kt.boxSizingReliable()&&s||"auto"===o||!parseFloat(o)&&"inline"===Tt.css(t,"display",!1,n))&&t.getClientRects().length&&(s="border-box"===Tt.css(t,"boxSizing",!1,n),r=a in t,r&&(o=t[a])),o=parseFloat(o)||0,o+Q(t,e,i||(s?"border":"content"),r,n,o)+"px"}function Y(t,e,i,n,c){return new Y.prototype.init(t,e,i,n,c)}function G(){Be&&(pt.hidden===!1&&i.requestAnimationFrame?i.requestAnimationFrame(G):i.setTimeout(G,Tt.fx.interval),Tt.fx.tick())}function X(){return i.setTimeout(function(){Te=void 0}),Te=Date.now()}function Z(t,e){var i,n=0,c={height:t};for(e=e?1:0;n<4;n+=2-e)i=Kt[n],c["margin"+i]=c["padding"+i]=t;return e&&(c.opacity=c.width=t),c}function J(t,e,i){for(var n,c=(et.tweeners[e]||[]).concat(et.tweeners["*"]),s=0,r=c.length;s<r;s++)if(n=c[s].call(i,e,t))return n}function K(t,e,i){var n,c,s,r,o,a,l,u,d="width"in e||"height"in e,p=this,_={},f=t.style,v=t.nodeType&&ne(t),g=Vt.get(t,"fxshow");i.queue||(r=Tt._queueHooks(t,"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--,Tt.queue(t,"fx").length||r.empty.fire()})}));for(n in e)if(c=e[n],Ne.test(c)){if(delete e[n],s=s||"toggle"===c,c===(v?"hide":"show")){if("show"!==c||!g||void 0===g[n])continue;v=!0}_[n]=g&&g[n]||Tt.style(t,n)}if(a=!Tt.isEmptyObject(e),a||!Tt.isEmptyObject(_)){d&&1===t.nodeType&&(i.overflow=[f.overflow,f.overflowX,f.overflowY],l=g&&g.display,null==l&&(l=Vt.get(t,"display")),u=Tt.css(t,"display"),"none"===u&&(l?u=l:(D([t],!0),l=t.style.display||l,u=Tt.css(t,"display"),D([t]))),("inline"===u||"inline-block"===u&&null!=l)&&"none"===Tt.css(t,"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||(g?"hidden"in g&&(v=g.hidden):g=Vt.access(t,"fxshow",{display:l}),s&&(g.hidden=!v),v&&D([t],!0),p.done(function(){v||D([t]),Vt.remove(t,"fxshow");for(n in _)Tt.style(t,n,_[n])})),a=J(v?g[n]:0,n,p),n in g||(g[n]=a.start,v&&(a.end=a.start,a.start=0))}}function tt(t,e){var i,n,c,s,r;for(i in t)if(n=m(i),c=e[n],s=t[i],Array.isArray(s)&&(c=s[1],s=t[i]=s[0]),i!==n&&(t[n]=s,delete t[i]),r=Tt.cssHooks[n],r&&"expand"in r){s=r.expand(s),delete t[n];for(i in s)i in t||(t[i]=s[i],e[i]=c)}else e[n]=c}function et(t,e,i){var n,c,s=0,r=et.prefilters.length,o=Tt.Deferred().always(function(){delete a.elem}),a=function(){if(c)return!1;for(var e=Te||X(),i=Math.max(0,l.startTime+l.duration-e),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(t,[l,s,i]),s<1&&a?i:(a||o.notifyWith(t,[l,1,0]),o.resolveWith(t,[l]),!1)},l=o.promise({elem:t,props:Tt.extend({},e),opts:Tt.extend(!0,{specialEasing:{},easing:Tt.easing._default},i),originalProperties:e,originalOptions:i,startTime:Te||X(),duration:i.duration,tweens:[],createTween:function(e,i){var n=Tt.Tween(t,l.opts,e,i,l.opts.specialEasing[e]||l.opts.easing);return l.tweens.push(n),n},stop:function(e){var i=0,n=e?l.tweens.length:0;if(c)return this;for(c=!0;i<n;i++)l.tweens[i].run(1);return e?(o.notifyWith(t,[l,1,0]),o.resolveWith(t,[l,e])):o.rejectWith(t,[l,e]),this}}),u=l.props;for(tt(u,l.opts.specialEasing);s<r;s++)if(n=et.prefilters[s].call(l,t,u,l.opts))return Dt(n.stop)&&(Tt._queueHooks(l.elem,l.opts.queue).stop=n.stop.bind(n)),n;return Tt.map(u,J,l),Dt(l.opts.start)&&l.opts.start.call(t,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),Tt.fx.timer(Tt.extend(a,{elem:t,anim:l,queue:l.opts.queue})),l}function it(t){var e=t.match(Ot)||[];return e.join(" ")}function nt(t){return t.getAttribute&&t.getAttribute("class")||""}function ct(t){return Array.isArray(t)?t:"string"==typeof t?t.match(Ot)||[]:[]}function st(t,e,i,n){var c;if(Array.isArray(e))Tt.each(e,function(e,c){i||He.test(t)?n(t,c):st(t+"["+("object"==typeof c&&null!=c?e:"")+"]",c,i,n)});else if(i||"object"!==o(e))n(t,e);else for(c in e)st(t+"["+c+"]",e[c],i,n)}function rt(t){return function(e,i){"string"!=typeof e&&(i=e,e="*");var n,c=0,s=e.toLowerCase().match(Ot)||[];if(Dt(i))for(;n=s[c++];)"+"===n[0]?(n=n.slice(1)||"*",(t[n]=t[n]||[]).unshift(i)):(t[n]=t[n]||[]).push(i)}}function ot(t,e,i,n){function c(o){var a;return s[o]=!0,Tt.each(t[o]||[],function(t,o){var l=o(e,i,n);return"string"!=typeof l||r||s[l]?r?!(a=l):void 0:(e.dataTypes.unshift(l),c(l),!1)}),a}var s={},r=t===ti;return c(e.dataTypes[0])||!s["*"]&&c("*")}function at(t,e){var i,n,c=Tt.ajaxSettings.flatOptions||{};for(i in e)void 0!==e[i]&&((c[i]?t:n||(n={}))[i]=e[i]);return n&&Tt.extend(!0,t,n),t}function lt(t,e,i){for(var n,c,s,r,o=t.contents,a=t.dataTypes;"*"===a[0];)a.shift(),void 0===n&&(n=t.mimeType||e.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]||t.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 ut(t,e,i,n){var c,s,r,o,a,l={},u=t.dataTypes.slice();if(u[1])for(r in t.converters)l[r.toLowerCase()]=t.converters[r];for(s=u.shift();s;)if(t.responseFields[s]&&(i[t.responseFields[s]]=e),!a&&n&&t.dataFilter&&(e=t.dataFilter(e,t.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&&t.throws)e=r(e);else try{e=r(e)}catch(t){return{state:"parsererror",error:r?t:"No conversion from "+a+" to "+s}}}return{state:"success",data:e}}var dt=[],pt=i.document,_t=Object.getPrototypeOf,ft=dt.slice,vt=dt.concat,gt=dt.push,ht=dt.indexOf,mt={},wt=mt.toString,yt=mt.hasOwnProperty,bt=yt.toString,xt=bt.call(Object),kt={},Dt=function(t){return"function"==typeof t&&"number"!=typeof t.nodeType},It=function(t){return null!=t&&t===t.window},qt={type:!0,src:!0,nonce:!0,noModule:!0},Ct="3.4.1",Tt=function(t,e){return new Tt.fn.init(t,e)},Bt=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;Tt.fn=Tt.prototype={jquery:Ct,constructor:Tt,length:0,toArray:function(){return ft.call(this)},get:function(t){return null==t?ft.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var e=Tt.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return Tt.each(this,t)},map:function(t){return this.pushStack(Tt.map(this,function(e,i){return t.call(e,i,e)}))},slice:function(){return this.pushStack(ft.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(t){var e=this.length,i=+t+(t<0?e:0);return this.pushStack(i>=0&&i<e?[this[i]]:[])},end:function(){return this.prevObject||this.constructor()},push:gt,sort:dt.sort,splice:dt.splice},Tt.extend=Tt.fn.extend=function(){var t,e,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||Dt(r)||(r={}),o===a&&(r=this,o--);o<a;o++)if(null!=(t=arguments[o]))for(e in t)n=t[e],"__proto__"!==e&&r!==n&&(l&&n&&(Tt.isPlainObject(n)||(c=Array.isArray(n)))?(i=r[e],s=c&&!Array.isArray(i)?[]:c||Tt.isPlainObject(i)?i:{},c=!1,r[e]=Tt.extend(l,s,n)):void 0!==n&&(r[e]=n));return r},Tt.extend({expando:"jQuery"+(Ct+Math.random()).replace(/\D/g,""),isReady:!0,error:function(t){throw new Error(t)},noop:function(){},isPlainObject:function(t){var e,i;return!(!t||"[object Object]"!==wt.call(t))&&(!(e=_t(t))||(i=yt.call(e,"constructor")&&e.constructor,"function"==typeof i&&bt.call(i)===xt))},isEmptyObject:function(t){var e;for(e in t)return!1;return!0},globalEval:function(t,e){r(t,{nonce:e&&e.nonce})},each:function(t,e){var i,n=0;if(a(t))for(i=t.length;n<i&&e.call(t[n],n,t[n])!==!1;n++);else for(n in t)if(e.call(t[n],n,t[n])===!1)break;return t},trim:function(t){return null==t?"":(t+"").replace(Bt,"")},makeArray:function(t,e){var i=e||[];return null!=t&&(a(Object(t))?Tt.merge(i,"string"==typeof t?[t]:t):gt.call(i,t)),i},inArray:function(t,e,i){return null==e?-1:ht.call(e,t,i)},merge:function(t,e){for(var i=+e.length,n=0,c=t.length;n<i;n++)t[c++]=e[n];return t.length=c,t},grep:function(t,e,i){for(var n,c=[],s=0,r=t.length,o=!i;s<r;s++)n=!e(t[s],s),n!==o&&c.push(t[s]);return c},map:function(t,e,i){var n,c,s=0,r=[];if(a(t))for(n=t.length;s<n;s++)c=e(t[s],s,i),null!=c&&r.push(c);else for(s in t)c=e(t[s],s,i),null!=c&&r.push(c);return vt.apply([],r)},guid:1,support:kt}),"function"==typeof Symbol&&(Tt.fn[Symbol.iterator]=dt[Symbol.iterator]),Tt.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(t,e){mt["[object "+e+"]"]=e.toLowerCase()});var Nt=/*!
	 * Sizzle CSS Selector Engine v2.3.4
	 * https://sizzlejs.com/
	 *
	 * Copyright JS Foundation and other contributors
	 * Released under the MIT license
	 * https://js.foundation/
	 *
	 * Date: 2019-04-08
	 */
function(t){function e(t,e,i,n){var c,s,r,o,a,l,u,p=e&&e.ownerDocument,f=e?e.nodeType:9;if(i=i||[],"string"!=typeof t||!t||1!==f&&9!==f&&11!==f)return i;if(!n&&((e?e.ownerDocument||e:F)!==A&&S(e),e=e||A,L)){if(11!==f&&(a=wt.exec(t)))if(c=a[1]){if(9===f){if(!(r=e.getElementById(c)))return i;if(r.id===c)return i.push(r),i}else if(p&&(r=p.getElementById(c))&&z(e,r)&&r.id===c)return i.push(r),i}else{if(a[2])return K.apply(i,e.getElementsByTagName(t)),i;if((c=a[3])&&x.getElementsByClassName&&e.getElementsByClassName)return K.apply(i,e.getElementsByClassName(c)),i}if(x.qsa&&!V[t+" "]&&(!P||!P.test(t))&&(1!==f||"object"!==e.nodeName.toLowerCase())){if(u=t,p=e,1===f&&dt.test(t)){for((o=e.getAttribute("id"))?o=o.replace(kt,Dt):e.setAttribute("id",o=O),l=q(t),s=l.length;s--;)l[s]="#"+o+" "+_(l[s]);u=l.join(","),p=yt.test(t)&&d(e.parentNode)||e}try{return K.apply(i,p.querySelectorAll(u)),i}catch(e){V(t,!0)}finally{o===O&&e.removeAttribute("id")}}}return T(t.replace(at,"$1"),e,i,n)}function i(){function t(i,n){return e.push(i+" ")>k.cacheLength&&delete t[e.shift()],t[i+" "]=n}var e=[];return t}function n(t){return t[O]=!0,t}function c(t){var e=A.createElement("fieldset");try{return!!t(e)}catch(t){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function s(t,e){for(var i=t.split("|"),n=i.length;n--;)k.attrHandle[i[n]]=e}function r(t,e){var i=e&&t,n=i&&1===t.nodeType&&1===e.nodeType&&t.sourceIndex-e.sourceIndex;if(n)return n;if(i)for(;i=i.nextSibling;)if(i===e)return-1;return t?1:-1}function o(t){return function(e){var i=e.nodeName.toLowerCase();return"input"===i&&e.type===t}}function a(t){return function(e){var i=e.nodeName.toLowerCase();return("input"===i||"button"===i)&&e.type===t}}function l(t){return function(e){return"form"in e?e.parentNode&&e.disabled===!1?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&qt(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function u(t){return n(function(e){return e=+e,n(function(i,n){for(var c,s=t([],i.length,e),r=s.length;r--;)i[c=s[r]]&&(i[c]=!(n[c]=i[c]))})})}function d(t){return t&&"undefined"!=typeof t.getElementsByTagName&&t}function p(){}function _(t){for(var e=0,i=t.length,n="";e<i;e++)n+=t[e].value;return n}function f(t,e,i){var n=e.dir,c=e.next,s=c||n,r=i&&"parentNode"===s,o=W++;return e.first?function(e,i,c){for(;e=e[n];)if(1===e.nodeType||r)return t(e,i,c);return!1}:function(e,i,a){var l,u,d,p=[H,o];if(a){for(;e=e[n];)if((1===e.nodeType||r)&&t(e,i,a))return!0}else for(;e=e[n];)if(1===e.nodeType||r)if(d=e[O]||(e[O]={}),u=d[e.uniqueID]||(d[e.uniqueID]={}),c&&c===e.nodeName.toLowerCase())e=e[n]||e;else{if((l=u[s])&&l[0]===H&&l[1]===o)return p[2]=l[2];if(u[s]=p,p[2]=t(e,i,a))return!0}return!1}}function v(t){return t.length>1?function(e,i,n){for(var c=t.length;c--;)if(!t[c](e,i,n))return!1;return!0}:t[0]}function g(t,i,n){for(var c=0,s=i.length;c<s;c++)e(t,i[c],n);return n}function h(t,e,i,n,c){for(var s,r=[],o=0,a=t.length,l=null!=e;o<a;o++)(s=t[o])&&(i&&!i(s,n,c)||(r.push(s),l&&e.push(o)));return r}function m(t,e,i,c,s,r){return c&&!c[O]&&(c=m(c)),s&&!s[O]&&(s=m(s,r)),n(function(n,r,o,a){var l,u,d,p=[],_=[],f=r.length,v=n||g(e||"*",o.nodeType?[o]:o,[]),m=!t||!n&&e?v:h(v,p,t,o,a),w=i?s||(n?t:f||c)?[]:r:m;if(i&&i(m,w,o,a),c)for(l=h(w,_),c(l,[],o,a),u=l.length;u--;)(d=l[u])&&(w[_[u]]=!(m[_[u]]=d));if(n){if(s||t){if(s){for(l=[],u=w.length;u--;)(d=w[u])&&l.push(m[u]=d);s(null,w=[],l,a)}for(u=w.length;u--;)(d=w[u])&&(l=s?et(n,d):p[u])>-1&&(n[l]=!(r[l]=d))}}else w=h(w===r?w.splice(f,w.length):w),s?s(null,r,w,a):K.apply(r,w)})}function w(t){for(var e,i,n,c=t.length,s=k.relative[t[0].type],r=s||k.relative[" "],o=s?1:0,a=f(function(t){return t===e},r,!0),l=f(function(t){return et(e,t)>-1},r,!0),u=[function(t,i,n){var c=!s&&(n||i!==B)||((e=i).nodeType?a(t,i,n):l(t,i,n));return e=null,c}];o<c;o++)if(i=k.relative[t[o].type])u=[f(v(u),i)];else{if(i=k.filter[t[o].type].apply(null,t[o].matches),i[O]){for(n=++o;n<c&&!k.relative[t[n].type];n++);return m(o>1&&v(u),o>1&&_(t.slice(0,o-1).concat({value:" "===t[o-2].type?"*":""})).replace(at,"$1"),i,o<n&&w(t.slice(o,n)),n<c&&w(t=t.slice(n)),n<c&&_(t))}u.push(i)}return v(u)}function y(t,i){var c=i.length>0,s=t.length>0,r=function(n,r,o,a,l){var u,d,p,_=0,f="0",v=n&&[],g=[],m=B,w=n||s&&k.find.TAG("*",l),y=H+=null==m?1:Math.random()||.1,b=w.length;for(l&&(B=r===A||r||l);f!==b&&null!=(u=w[f]);f++){if(s&&u){for(d=0,r||u.ownerDocument===A||(S(u),o=!L);p=t[d++];)if(p(u,r||A,o)){a.push(u);break}l&&(H=y)}c&&((u=!p&&u)&&_--,n&&v.push(u))}if(_+=f,c&&f!==_){for(d=0;p=i[d++];)p(v,g,r,o);if(n){if(_>0)for(;f--;)v[f]||g[f]||(g[f]=Z.call(a));g=h(g)}K.apply(a,g),l&&!n&&g.length>0&&_+i.length>1&&e.uniqueSort(a)}return l&&(H=y,B=m),v};return c?n(r):r}var b,x,k,D,I,q,C,T,B,N,E,S,A,j,L,P,M,R,z,O="sizzle"+1*new Date,F=t.document,H=0,W=0,U=i(),$=i(),Q=i(),V=i(),Y=function(t,e){return t===e&&(E=!0),0},G={}.hasOwnProperty,X=[],Z=X.pop,J=X.push,K=X.push,tt=X.slice,et=function(t,e){for(var i=0,n=t.length;i<n;i++)if(t[i]===e)return i;return-1},it="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",nt="[\\x20\\t\\r\\n\\f]",ct="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",st="\\["+nt+"*("+ct+")(?:"+nt+"*([*^$|!~]?=)"+nt+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+ct+"))|)"+nt+"*\\]",rt=":("+ct+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+st+")*)|.*)\\)|)",ot=new RegExp(nt+"+","g"),at=new RegExp("^"+nt+"+|((?:^|[^\\\\])(?:\\\\.)*)"+nt+"+$","g"),lt=new RegExp("^"+nt+"*,"+nt+"*"),ut=new RegExp("^"+nt+"*([>+~]|"+nt+")"+nt+"*"),dt=new RegExp(nt+"|>"),pt=new RegExp(rt),_t=new RegExp("^"+ct+"$"),ft={ID:new RegExp("^#("+ct+")"),CLASS:new RegExp("^\\.("+ct+")"),TAG:new RegExp("^("+ct+"|[*])"),ATTR:new RegExp("^"+st),PSEUDO:new RegExp("^"+rt),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+nt+"*(even|odd|(([+-]|)(\\d*)n|)"+nt+"*(?:([+-]|)"+nt+"*(\\d+)|))"+nt+"*\\)|)","i"),bool:new RegExp("^(?:"+it+")$","i"),needsContext:new RegExp("^"+nt+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+nt+"*((?:-\\d)?\\d*)"+nt+"*\\)|)(?=[^-]|$)","i")},vt=/HTML$/i,gt=/^(?:input|select|textarea|button)$/i,ht=/^h\d$/i,mt=/^[^{]+\{\s*\[native \w/,wt=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,yt=/[+~]/,bt=new RegExp("\\\\([\\da-f]{1,6}"+nt+"?|("+nt+")|.)","ig"),xt=function(t,e,i){var n="0x"+e-65536;return n!==n||i?e:n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320)},kt=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,Dt=function(t,e){return e?"\0"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t},It=function(){S()},qt=f(function(t){return t.disabled===!0&&"fieldset"===t.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{K.apply(X=tt.call(F.childNodes),F.childNodes),X[F.childNodes.length].nodeType}catch(t){K={apply:X.length?function(t,e){J.apply(t,tt.call(e))}:function(t,e){for(var i=t.length,n=0;t[i++]=e[n++];);t.length=i-1}}}x=e.support={},I=e.isXML=function(t){var e=t.namespaceURI,i=(t.ownerDocument||t).documentElement;return!vt.test(e||i&&i.nodeName||"HTML")},S=e.setDocument=function(t){var e,i,n=t?t.ownerDocument||t:F;return n!==A&&9===n.nodeType&&n.documentElement?(A=n,j=A.documentElement,L=!I(A),F!==A&&(i=A.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",It,!1):i.attachEvent&&i.attachEvent("onunload",It)),x.attributes=c(function(t){return t.className="i",!t.getAttribute("className")}),x.getElementsByTagName=c(function(t){return t.appendChild(A.createComment("")),!t.getElementsByTagName("*").length}),x.getElementsByClassName=mt.test(A.getElementsByClassName),x.getById=c(function(t){return j.appendChild(t).id=O,!A.getElementsByName||!A.getElementsByName(O).length}),x.getById?(k.filter.ID=function(t){var e=t.replace(bt,xt);return function(t){return t.getAttribute("id")===e}},k.find.ID=function(t,e){if("undefined"!=typeof e.getElementById&&L){var i=e.getElementById(t);return i?[i]:[]}}):(k.filter.ID=function(t){var e=t.replace(bt,xt);return function(t){var i="undefined"!=typeof t.getAttributeNode&&t.getAttributeNode("id");return i&&i.value===e}},k.find.ID=function(t,e){if("undefined"!=typeof e.getElementById&&L){var i,n,c,s=e.getElementById(t);if(s){if(i=s.getAttributeNode("id"),i&&i.value===t)return[s];for(c=e.getElementsByName(t),n=0;s=c[n++];)if(i=s.getAttributeNode("id"),i&&i.value===t)return[s]}return[]}}),k.find.TAG=x.getElementsByTagName?function(t,e){return"undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t):x.qsa?e.querySelectorAll(t):void 0}:function(t,e){var i,n=[],c=0,s=e.getElementsByTagName(t);if("*"===t){for(;i=s[c++];)1===i.nodeType&&n.push(i);return n}return s},k.find.CLASS=x.getElementsByClassName&&function(t,e){if("undefined"!=typeof e.getElementsByClassName&&L)return e.getElementsByClassName(t)},M=[],P=[],(x.qsa=mt.test(A.querySelectorAll))&&(c(function(t){j.appendChild(t).innerHTML="<a id='"+O+"'></a><select id='"+O+"-\r\\' msallowcapture=''><option selected=''></option></select>",t.querySelectorAll("[msallowcapture^='']").length&&P.push("[*^$]="+nt+"*(?:''|\"\")"),t.querySelectorAll("[selected]").length||P.push("\\["+nt+"*(?:value|"+it+")"),t.querySelectorAll("[id~="+O+"-]").length||P.push("~="),t.querySelectorAll(":checked").length||P.push(":checked"),t.querySelectorAll("a#"+O+"+*").length||P.push(".#.+[+~]")}),c(function(t){t.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var e=A.createElement("input");e.setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),t.querySelectorAll("[name=d]").length&&P.push("name"+nt+"*[*^$|!~]?="),2!==t.querySelectorAll(":enabled").length&&P.push(":enabled",":disabled"),j.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&P.push(":enabled",":disabled"),t.querySelectorAll("*,:x"),P.push(",.*:")})),(x.matchesSelector=mt.test(R=j.matches||j.webkitMatchesSelector||j.mozMatchesSelector||j.oMatchesSelector||j.msMatchesSelector))&&c(function(t){x.disconnectedMatch=R.call(t,"*"),R.call(t,"[s!='']:x"),M.push("!=",rt)}),P=P.length&&new RegExp(P.join("|")),M=M.length&&new RegExp(M.join("|")),e=mt.test(j.compareDocumentPosition),z=e||mt.test(j.contains)?function(t,e){var i=9===t.nodeType?t.documentElement:t,n=e&&e.parentNode;return t===n||!(!n||1!==n.nodeType||!(i.contains?i.contains(n):t.compareDocumentPosition&&16&t.compareDocumentPosition(n)))}:function(t,e){if(e)for(;e=e.parentNode;)if(e===t)return!0;return!1},Y=e?function(t,e){if(t===e)return E=!0,0;var i=!t.compareDocumentPosition-!e.compareDocumentPosition;return i?i:(i=(t.ownerDocument||t)===(e.ownerDocument||e)?t.compareDocumentPosition(e):1,1&i||!x.sortDetached&&e.compareDocumentPosition(t)===i?t===A||t.ownerDocument===F&&z(F,t)?-1:e===A||e.ownerDocument===F&&z(F,e)?1:N?et(N,t)-et(N,e):0:4&i?-1:1)}:function(t,e){if(t===e)return E=!0,0;var i,n=0,c=t.parentNode,s=e.parentNode,o=[t],a=[e];if(!c||!s)return t===A?-1:e===A?1:c?-1:s?1:N?et(N,t)-et(N,e):0;if(c===s)return r(t,e);for(i=t;i=i.parentNode;)o.unshift(i);for(i=e;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},e.matches=function(t,i){return e(t,null,null,i)},e.matchesSelector=function(t,i){if((t.ownerDocument||t)!==A&&S(t),x.matchesSelector&&L&&!V[i+" "]&&(!M||!M.test(i))&&(!P||!P.test(i)))try{var n=R.call(t,i);if(n||x.disconnectedMatch||t.document&&11!==t.document.nodeType)return n}catch(t){V(i,!0)}return e(i,A,null,[t]).length>0},e.contains=function(t,e){return(t.ownerDocument||t)!==A&&S(t),z(t,e)},e.attr=function(t,e){(t.ownerDocument||t)!==A&&S(t);var i=k.attrHandle[e.toLowerCase()],n=i&&G.call(k.attrHandle,e.toLowerCase())?i(t,e,!L):void 0;return void 0!==n?n:x.attributes||!L?t.getAttribute(e):(n=t.getAttributeNode(e))&&n.specified?n.value:null},e.escape=function(t){return(t+"").replace(kt,Dt)},e.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)},e.uniqueSort=function(t){var e,i=[],n=0,c=0;if(E=!x.detectDuplicates,N=!x.sortStable&&t.slice(0),t.sort(Y),E){for(;e=t[c++];)e===t[c]&&(n=i.push(c));for(;n--;)t.splice(i[n],1)}return N=null,t},D=e.getText=function(t){var e,i="",n=0,c=t.nodeType;if(c){if(1===c||9===c||11===c){if("string"==typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)i+=D(t)}else if(3===c||4===c)return t.nodeValue}else for(;e=t[n++];)i+=D(e);return i},k=e.selectors={cacheLength:50,createPseudo:n,match:ft,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace(bt,xt),t[3]=(t[3]||t[4]||t[5]||"").replace(bt,xt),"~="===t[2]&&(t[3]=" "+t[3]+" "),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),"nth"===t[1].slice(0,3)?(t[3]||e.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3])),t[5]=+(t[7]+t[8]||"odd"===t[3])):t[3]&&e.error(t[0]),t},PSEUDO:function(t){var e,i=!t[6]&&t[2];return ft.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":i&&pt.test(i)&&(e=q(i,!0))&&(e=i.indexOf(")",i.length-e)-i.length)&&(t[0]=t[0].slice(0,e),t[2]=i.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace(bt,xt).toLowerCase();return"*"===t?function(){return!0}:function(t){return t.nodeName&&t.nodeName.toLowerCase()===e}},CLASS:function(t){var e=U[t+" "];return e||(e=new RegExp("(^|"+nt+")"+t+"("+nt+"|$)"))&&U(t,function(t){return e.test("string"==typeof t.className&&t.className||"undefined"!=typeof t.getAttribute&&t.getAttribute("class")||"")})},ATTR:function(t,i,n){return function(c){var s=e.attr(c,t);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(ot," ")+" ").indexOf(n)>-1:"|="===i&&(s===n||s.slice(0,n.length+1)===n+"-"))}},CHILD:function(t,e,i,n,c){var s="nth"!==t.slice(0,3),r="last"!==t.slice(-4),o="of-type"===e;return 1===n&&0===c?function(t){return!!t.parentNode}:function(e,i,a){var l,u,d,p,_,f,v=s!==r?"nextSibling":"previousSibling",g=e.parentNode,h=o&&e.nodeName.toLowerCase(),m=!a&&!o,w=!1;if(g){if(s){for(;v;){for(p=e;p=p[v];)if(o?p.nodeName.toLowerCase()===h:1===p.nodeType)return!1;f=v="only"===t&&!f&&"nextSibling"}return!0}if(f=[r?g.firstChild:g.lastChild],r&&m){for(p=g,d=p[O]||(p[O]={}),u=d[p.uniqueID]||(d[p.uniqueID]={}),l=u[t]||[],_=l[0]===H&&l[1],w=_&&l[2],p=_&&g.childNodes[_];p=++_&&p&&p[v]||(w=_=0)||f.pop();)if(1===p.nodeType&&++w&&p===e){u[t]=[H,_,w];break}}else if(m&&(p=e,d=p[O]||(p[O]={}),u=d[p.uniqueID]||(d[p.uniqueID]={}),l=u[t]||[],_=l[0]===H&&l[1],w=_),w===!1)for(;(p=++_&&p&&p[v]||(w=_=0)||f.pop())&&((o?p.nodeName.toLowerCase()!==h:1!==p.nodeType)||!++w||(m&&(d=p[O]||(p[O]={}),u=d[p.uniqueID]||(d[p.uniqueID]={}),u[t]=[H,w]),p!==e)););return w-=c,w===n||w%n===0&&w/n>=0}}},PSEUDO:function(t,i){var c,s=k.pseudos[t]||k.setFilters[t.toLowerCase()]||e.error("unsupported pseudo: "+t);return s[O]?s(i):s.length>1?(c=[t,t,"",i],k.setFilters.hasOwnProperty(t.toLowerCase())?n(function(t,e){for(var n,c=s(t,i),r=c.length;r--;)n=et(t,c[r]),t[n]=!(e[n]=c[r])}):function(t){return s(t,0,c)}):s}},pseudos:{not:n(function(t){var e=[],i=[],c=C(t.replace(at,"$1"));return c[O]?n(function(t,e,i,n){for(var s,r=c(t,null,n,[]),o=t.length;o--;)(s=r[o])&&(t[o]=!(e[o]=s))}):function(t,n,s){return e[0]=t,c(e,null,s,i),e[0]=null,!i.pop()}}),has:n(function(t){return function(i){return e(t,i).length>0}}),contains:n(function(t){return t=t.replace(bt,xt),function(e){return(e.textContent||D(e)).indexOf(t)>-1}}),lang:n(function(t){return _t.test(t||"")||e.error("unsupported lang: "+t),t=t.replace(bt,xt).toLowerCase(),function(e){var i;do if(i=L?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return i=i.toLowerCase(),i===t||0===i.indexOf(t+"-");while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var i=t.location&&t.location.hash;return i&&i.slice(1)===e.id},root:function(t){return t===j},focus:function(t){return t===A.activeElement&&(!A.hasFocus||A.hasFocus())&&!!(t.type||t.href||~t.tabIndex)},enabled:l(!1),disabled:l(!0),checked:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&!!t.checked||"option"===e&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex,t.selected===!0},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!k.pseudos.empty(t)},header:function(t){return ht.test(t.nodeName)},input:function(t){return gt.test(t.nodeName)},button:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&"button"===t.type||"button"===e},text:function(t){var e;return"input"===t.nodeName.toLowerCase()&&"text"===t.type&&(null==(e=t.getAttribute("type"))||"text"===e.toLowerCase())},first:u(function(){return[0]}),last:u(function(t,e){return[e-1]}),eq:u(function(t,e,i){return[i<0?i+e:i]}),even:u(function(t,e){for(var i=0;i<e;i+=2)t.push(i);return t}),odd:u(function(t,e){for(var i=1;i<e;i+=2)t.push(i);return t}),lt:u(function(t,e,i){for(var n=i<0?i+e:i>e?e:i;--n>=0;)t.push(n);return t}),gt:u(function(t,e,i){for(var n=i<0?i+e:i;++n<e;)t.push(n);return t})}},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=e.tokenize=function(t,i){var n,c,s,r,o,a,l,u=$[t+" "];if(u)return i?0:u.slice(0);for(o=t,a=[],l=k.preFilter;o;){n&&!(c=lt.exec(o))||(c&&(o=o.slice(c[0].length)||o),a.push(s=[])),n=!1,(c=ut.exec(o))&&(n=c.shift(),s.push({value:n,type:c[0].replace(at," ")}),o=o.slice(n.length));for(r in k.filter)!(c=ft[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?e.error(t):$(t,a).slice(0)},C=e.compile=function(t,e){var i,n=[],c=[],s=Q[t+" "];if(!s){for(e||(e=q(t)),i=e.length;i--;)s=w(e[i]),s[O]?n.push(s):c.push(s);s=Q(t,y(c,n)),s.selector=t}return s},T=e.select=function(t,e,i,n){var c,s,r,o,a,l="function"==typeof t&&t,u=!n&&q(t=l.selector||t);if(i=i||[],1===u.length){if(s=u[0]=u[0].slice(0),s.length>2&&"ID"===(r=s[0]).type&&9===e.nodeType&&L&&k.relative[s[1].type]){if(e=(k.find.ID(r.matches[0].replace(bt,xt),e)||[])[0],!e)return i;l&&(e=e.parentNode),t=t.slice(s.shift().value.length)}for(c=ft.needsContext.test(t)?0:s.length;c--&&(r=s[c],!k.relative[o=r.type]);)if((a=k.find[o])&&(n=a(r.matches[0].replace(bt,xt),yt.test(s[0].type)&&d(e.parentNode)||e))){if(s.splice(c,1),t=n.length&&_(s),!t)return K.apply(i,n),i;break}}return(l||C(t,u))(n,e,!L,i,!e||yt.test(t)&&d(e.parentNode)||e),i},x.sortStable=O.split("").sort(Y).join("")===O,x.detectDuplicates=!!E,S(),x.sortDetached=c(function(t){return 1&t.compareDocumentPosition(A.createElement("fieldset"))}),c(function(t){return t.innerHTML="<a href='#'></a>","#"===t.firstChild.getAttribute("href")})||s("type|href|height|width",function(t,e,i){if(!i)return t.getAttribute(e,"type"===e.toLowerCase()?1:2)}),x.attributes&&c(function(t){return t.innerHTML="<input/>",t.firstChild.setAttribute("value",""),""===t.firstChild.getAttribute("value")})||s("value",function(t,e,i){if(!i&&"input"===t.nodeName.toLowerCase())return t.defaultValue}),c(function(t){return null==t.getAttribute("disabled")})||s(it,function(t,e,i){var n;if(!i)return t[e]===!0?e.toLowerCase():(n=t.getAttributeNode(e))&&n.specified?n.value:null}),e}(i);Tt.find=Nt,Tt.expr=Nt.selectors,Tt.expr[":"]=Tt.expr.pseudos,Tt.uniqueSort=Tt.unique=Nt.uniqueSort,Tt.text=Nt.getText,Tt.isXMLDoc=Nt.isXML,Tt.contains=Nt.contains,Tt.escapeSelector=Nt.escape;var Et=function(t,e,i){for(var n=[],c=void 0!==i;(t=t[e])&&9!==t.nodeType;)if(1===t.nodeType){if(c&&Tt(t).is(i))break;n.push(t)}return n},St=function(t,e){for(var i=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&i.push(t);return i},At=Tt.expr.match.needsContext,jt=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;Tt.filter=function(t,e,i){var n=e[0];return i&&(t=":not("+t+")"),1===e.length&&1===n.nodeType?Tt.find.matchesSelector(n,t)?[n]:[]:Tt.find.matches(t,Tt.grep(e,function(t){return 1===t.nodeType}))},Tt.fn.extend({find:function(t){var e,i,n=this.length,c=this;if("string"!=typeof t)return this.pushStack(Tt(t).filter(function(){for(e=0;e<n;e++)if(Tt.contains(c[e],this))return!0}));for(i=this.pushStack([]),e=0;e<n;e++)Tt.find(t,c[e],i);return n>1?Tt.uniqueSort(i):i},filter:function(t){return this.pushStack(u(this,t||[],!1))},not:function(t){return this.pushStack(u(this,t||[],!0))},is:function(t){return!!u(this,"string"==typeof t&&At.test(t)?Tt(t):t||[],!1).length}});var Lt,Pt=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,Mt=Tt.fn.init=function(t,e,i){var n,c;if(!t)return this;if(i=i||Lt,"string"==typeof t){if(n="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:Pt.exec(t),!n||!n[1]&&e)return!e||e.jquery?(e||i).find(t):this.constructor(e).find(t);if(n[1]){if(e=e instanceof Tt?e[0]:e,Tt.merge(this,Tt.parseHTML(n[1],e&&e.nodeType?e.ownerDocument||e:pt,!0)),jt.test(n[1])&&Tt.isPlainObject(e))for(n in e)Dt(this[n])?this[n](e[n]):this.attr(n,e[n]);return this}return c=pt.getElementById(n[2]),c&&(this[0]=c,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):Dt(t)?void 0!==i.ready?i.ready(t):t(Tt):Tt.makeArray(t,this)};Mt.prototype=Tt.fn,Lt=Tt(pt);var Rt=/^(?:parents|prev(?:Until|All))/,zt={children:!0,contents:!0,next:!0,prev:!0};Tt.fn.extend({has:function(t){var e=Tt(t,this),i=e.length;return this.filter(function(){for(var t=0;t<i;t++)if(Tt.contains(this,e[t]))return!0})},closest:function(t,e){var i,n=0,c=this.length,s=[],r="string"!=typeof t&&Tt(t);if(!At.test(t))for(;n<c;n++)for(i=this[n];i&&i!==e;i=i.parentNode)if(i.nodeType<11&&(r?r.index(i)>-1:1===i.nodeType&&Tt.find.matchesSelector(i,t))){s.push(i);break}return this.pushStack(s.length>1?Tt.uniqueSort(s):s)},index:function(t){return t?"string"==typeof t?ht.call(Tt(t),this[0]):ht.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(Tt.uniqueSort(Tt.merge(this.get(),Tt(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),Tt.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return Et(t,"parentNode")},parentsUntil:function(t,e,i){return Et(t,"parentNode",i)},next:function(t){return d(t,"nextSibling")},prev:function(t){return d(t,"previousSibling")},nextAll:function(t){return Et(t,"nextSibling")},prevAll:function(t){return Et(t,"previousSibling")},nextUntil:function(t,e,i){return Et(t,"nextSibling",i)},prevUntil:function(t,e,i){return Et(t,"previousSibling",i)},siblings:function(t){return St((t.parentNode||{}).firstChild,t)},children:function(t){return St(t.firstChild)},contents:function(t){return"undefined"!=typeof t.contentDocument?t.contentDocument:(l(t,"template")&&(t=t.content||t),Tt.merge([],t.childNodes))}},function(t,e){Tt.fn[t]=function(i,n){var c=Tt.map(this,e,i);return"Until"!==t.slice(-5)&&(n=i),n&&"string"==typeof n&&(c=Tt.filter(n,c)),this.length>1&&(zt[t]||Tt.uniqueSort(c),Rt.test(t)&&c.reverse()),this.pushStack(c)}});var Ot=/[^\x20\t\r\n\f]+/g;Tt.Callbacks=function(t){t="string"==typeof t?p(t):Tt.extend({},t);var e,i,n,c,s=[],r=[],a=-1,l=function(){for(c=c||t.once,n=e=!0;r.length;a=-1)for(i=r.shift();++a<s.length;)s[a].apply(i[0],i[1])===!1&&t.stopOnFalse&&(a=s.length,i=!1);t.memory||(i=!1),e=!1,c&&(s=i?[]:"")},u={add:function(){return s&&(i&&!e&&(a=s.length-1,r.push(i)),function e(i){Tt.each(i,function(i,n){Dt(n)?t.unique&&u.has(n)||s.push(n):n&&n.length&&"string"!==o(n)&&e(n)})}(arguments),i&&!e&&l()),this},remove:function(){return Tt.each(arguments,function(t,e){for(var i;(i=Tt.inArray(e,s,i))>-1;)s.splice(i,1),i<=a&&a--}),this},has:function(t){return t?Tt.inArray(t,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||e||(s=i=""),this},locked:function(){return!!c},fireWith:function(t,i){return c||(i=i||[],i=[t,i.slice?i.slice():i],r.push(i),e||l()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!n}};return u},Tt.extend({Deferred:function(t){var e=[["notify","progress",Tt.Callbacks("memory"),Tt.Callbacks("memory"),2],["resolve","done",Tt.Callbacks("once memory"),Tt.Callbacks("once memory"),0,"resolved"],["reject","fail",Tt.Callbacks("once memory"),Tt.Callbacks("once memory"),1,"rejected"]],n="pending",c={state:function(){return n},always:function(){return s.done(arguments).fail(arguments),this},catch:function(t){return c.then(null,t)},pipe:function(){var t=arguments;return Tt.Deferred(function(i){Tt.each(e,function(e,n){var c=Dt(t[n[4]])&&t[n[4]];s[n[1]](function(){var t=c&&c.apply(this,arguments);t&&Dt(t.promise)?t.promise().progress(i.notify).done(i.resolve).fail(i.reject):i[n[0]+"With"](this,c?[t]:arguments)})}),t=null}).promise()},then:function(t,n,c){function s(t,e,n,c){return function(){var o=this,a=arguments,l=function(){var i,l;if(!(t<r)){if(i=n.apply(o,a),i===e.promise())throw new TypeError("Thenable self-resolution");l=i&&("object"==typeof i||"function"==typeof i)&&i.then,Dt(l)?c?l.call(i,s(r,e,_,c),s(r,e,f,c)):(r++,l.call(i,s(r,e,_,c),s(r,e,f,c),s(r,e,_,e.notifyWith))):(n!==_&&(o=void 0,a=[i]),(c||e.resolveWith)(o,a))}},u=c?l:function(){try{l()}catch(i){Tt.Deferred.exceptionHook&&Tt.Deferred.exceptionHook(i,u.stackTrace),t+1>=r&&(n!==f&&(o=void 0,a=[i]),e.rejectWith(o,a))}};t?u():(Tt.Deferred.getStackHook&&(u.stackTrace=Tt.Deferred.getStackHook()),i.setTimeout(u))}}var r=0;return Tt.Deferred(function(i){e[0][3].add(s(0,i,Dt(c)?c:_,i.notifyWith)),e[1][3].add(s(0,i,Dt(t)?t:_)),e[2][3].add(s(0,i,Dt(n)?n:f))}).promise()},promise:function(t){return null!=t?Tt.extend(t,c):c}},s={};return Tt.each(e,function(t,i){var r=i[2],o=i[5];c[i[1]]=r.add,o&&r.add(function(){n=o},e[3-t][2].disable,e[3-t][3].disable,e[0][2].lock,e[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),t&&t.call(s,s),s},when:function(t){var e=arguments.length,i=e,n=Array(i),c=ft.call(arguments),s=Tt.Deferred(),r=function(t){return function(i){n[t]=this,c[t]=arguments.length>1?ft.call(arguments):i,--e||s.resolveWith(n,c)}};if(e<=1&&(v(t,s.done(r(i)).resolve,s.reject,!e),"pending"===s.state()||Dt(c[i]&&c[i].then)))return s.then();for(;i--;)v(c[i],r(i),s.reject);return s.promise()}});var Ft=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;Tt.Deferred.exceptionHook=function(t,e){i.console&&i.console.warn&&t&&Ft.test(t.name)&&i.console.warn("jQuery.Deferred exception: "+t.message,t.stack,e)},Tt.readyException=function(t){i.setTimeout(function(){throw t})};var Ht=Tt.Deferred();Tt.fn.ready=function(t){return Ht.then(t).catch(function(t){Tt.readyException(t)}),this},Tt.extend({isReady:!1,readyWait:1,ready:function(t){(t===!0?--Tt.readyWait:Tt.isReady)||(Tt.isReady=!0,t!==!0&&--Tt.readyWait>0||Ht.resolveWith(pt,[Tt]))}}),Tt.ready.then=Ht.then,"complete"===pt.readyState||"loading"!==pt.readyState&&!pt.documentElement.doScroll?i.setTimeout(Tt.ready):(pt.addEventListener("DOMContentLoaded",g),i.addEventListener("load",g));var Wt=function(t,e,i,n,c,s,r){var a=0,l=t.length,u=null==i;if("object"===o(i)){c=!0;for(a in i)Wt(t,e,a,i[a],!0,s,r)}else if(void 0!==n&&(c=!0,Dt(n)||(r=!0),u&&(r?(e.call(t,n),e=null):(u=e,e=function(t,e,i){return u.call(Tt(t),i)})),e))for(;a<l;a++)e(t[a],i,r?n:n.call(t[a],a,e(t[a],i)));return c?t:u?e.call(t):l?e(t[0],i):s},Ut=/^-ms-/,$t=/-([a-z])/g,Qt=function(t){return 1===t.nodeType||9===t.nodeType||!+t.nodeType};w.uid=1,w.prototype={cache:function(t){var e=t[this.expando];return e||(e={},Qt(t)&&(t.nodeType?t[this.expando]=e:Object.defineProperty(t,this.expando,{value:e,configurable:!0}))),e},set:function(t,e,i){var n,c=this.cache(t);if("string"==typeof e)c[m(e)]=i;else for(n in e)c[m(n)]=e[n];return c},get:function(t,e){return void 0===e?this.cache(t):t[this.expando]&&t[this.expando][m(e)]},access:function(t,e,i){return void 0===e||e&&"string"==typeof e&&void 0===i?this.get(t,e):(this.set(t,e,i),void 0!==i?i:e)},remove:function(t,e){var i,n=t[this.expando];if(void 0!==n){if(void 0!==e){Array.isArray(e)?e=e.map(m):(e=m(e),e=e in n?[e]:e.match(Ot)||[]),i=e.length;for(;i--;)delete n[e[i]]}(void 0===e||Tt.isEmptyObject(n))&&(t.nodeType?t[this.expando]=void 0:delete t[this.expando])}},hasData:function(t){var e=t[this.expando];return void 0!==e&&!Tt.isEmptyObject(e)}};var Vt=new w,Yt=new w,Gt=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Xt=/[A-Z]/g;Tt.extend({hasData:function(t){return Yt.hasData(t)||Vt.hasData(t)},data:function(t,e,i){return Yt.access(t,e,i)},removeData:function(t,e){Yt.remove(t,e)},_data:function(t,e,i){return Vt.access(t,e,i)},_removeData:function(t,e){Vt.remove(t,e)}}),Tt.fn.extend({data:function(t,e){var i,n,c,s=this[0],r=s&&s.attributes;if(void 0===t){if(this.length&&(c=Yt.get(s),1===s.nodeType&&!Vt.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])));Vt.set(s,"hasDataAttrs",!0)}return c}return"object"==typeof t?this.each(function(){Yt.set(this,t)}):Wt(this,function(e){var i;if(s&&void 0===e){if(i=Yt.get(s,t),void 0!==i)return i;if(i=b(s,t),void 0!==i)return i}else this.each(function(){Yt.set(this,t,e)})},null,e,arguments.length>1,null,!0)},removeData:function(t){return this.each(function(){Yt.remove(this,t)})}}),Tt.extend({queue:function(t,e,i){var n;if(t)return e=(e||"fx")+"queue",n=Vt.get(t,e),i&&(!n||Array.isArray(i)?n=Vt.access(t,e,Tt.makeArray(i)):n.push(i)),n||[]},dequeue:function(t,e){e=e||"fx";var i=Tt.queue(t,e),n=i.length,c=i.shift(),s=Tt._queueHooks(t,e),r=function(){Tt.dequeue(t,e)};"inprogress"===c&&(c=i.shift(),n--),c&&("fx"===e&&i.unshift("inprogress"),delete s.stop,c.call(t,r,s)),!n&&s&&s.empty.fire()},_queueHooks:function(t,e){var i=e+"queueHooks";return Vt.get(t,i)||Vt.access(t,i,{empty:Tt.Callbacks("once memory").add(function(){Vt.remove(t,[e+"queue",i])})})}}),Tt.fn.extend({queue:function(t,e){var i=2;return"string"!=typeof t&&(e=t,t="fx",i--),arguments.length<i?Tt.queue(this[0],t):void 0===e?this:this.each(function(){var i=Tt.queue(this,t,e);Tt._queueHooks(this,t),"fx"===t&&"inprogress"!==i[0]&&Tt.dequeue(this,t)})},dequeue:function(t){return this.each(function(){Tt.dequeue(this,t)})},clearQueue:function(t){return this.queue(t||"fx",[])},promise:function(t,e){var i,n=1,c=Tt.Deferred(),s=this,r=this.length,o=function(){--n||c.resolveWith(s,[s])};for("string"!=typeof t&&(e=t,t=void 0),t=t||"fx";r--;)i=Vt.get(s[r],t+"queueHooks"),i&&i.empty&&(n++,i.empty.add(o));return o(),c.promise(e)}});var Zt=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Jt=new RegExp("^(?:([+-])=|)("+Zt+")([a-z%]*)$","i"),Kt=["Top","Right","Bottom","Left"],te=pt.documentElement,ee=function(t){return Tt.contains(t.ownerDocument,t)},ie={composed:!0};te.getRootNode&&(ee=function(t){return Tt.contains(t.ownerDocument,t)||t.getRootNode(ie)===t.ownerDocument});var ne=function(t,e){return t=e||t,"none"===t.style.display||""===t.style.display&&ee(t)&&"none"===Tt.css(t,"display")},ce=function(t,e,i,n){var c,s,r={};for(s in e)r[s]=t.style[s],t.style[s]=e[s];c=i.apply(t,n||[]);for(s in e)t.style[s]=r[s];return c},se={};Tt.fn.extend({show:function(){return D(this,!0)},hide:function(){return D(this)},toggle:function(t){return"boolean"==typeof t?t?this.show():this.hide():this.each(function(){ne(this)?Tt(this).show():Tt(this).hide()})}});var re=/^(?:checkbox|radio)$/i,oe=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,ae=/^$|^module$|\/(?: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 ue=/<|&#?\w+;/;!function(){var t=pt.createDocumentFragment(),e=t.appendChild(pt.createElement("div")),i=pt.createElement("input");i.setAttribute("type","radio"),i.setAttribute("checked","checked"),i.setAttribute("name","t"),e.appendChild(i),kt.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="<textarea>x</textarea>",kt.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var de=/^key/,pe=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,_e=/^([^.]*)(?:\.(.+)|)/;Tt.event={global:{},add:function(t,e,i,n,c){var s,r,o,a,l,u,d,p,_,f,v,g=Vt.get(t);if(g)for(i.handler&&(s=i,i=s.handler,c=s.selector),c&&Tt.find.matchesSelector(te,c),i.guid||(i.guid=Tt.guid++),(a=g.events)||(a=g.events={}),(r=g.handle)||(r=g.handle=function(e){return"undefined"!=typeof Tt&&Tt.event.triggered!==e.type?Tt.event.dispatch.apply(t,arguments):void 0}),e=(e||"").match(Ot)||[""],l=e.length;l--;)o=_e.exec(e[l])||[],_=v=o[1],f=(o[2]||"").split(".").sort(),_&&(d=Tt.event.special[_]||{},_=(c?d.delegateType:d.bindType)||_,d=Tt.event.special[_]||{},u=Tt.extend({type:_,origType:v,data:n,handler:i,guid:i.guid,selector:c,needsContext:c&&Tt.expr.match.needsContext.test(c),namespace:f.join(".")},s),(p=a[_])||(p=a[_]=[],p.delegateCount=0,d.setup&&d.setup.call(t,n,f,r)!==!1||t.addEventListener&&t.addEventListener(_,r)),d.add&&(d.add.call(t,u),u.handler.guid||(u.handler.guid=i.guid)),c?p.splice(p.delegateCount++,0,u):p.push(u),Tt.event.global[_]=!0)},remove:function(t,e,i,n,c){var s,r,o,a,l,u,d,p,_,f,v,g=Vt.hasData(t)&&Vt.get(t);if(g&&(a=g.events)){for(e=(e||"").match(Ot)||[""],l=e.length;l--;)if(o=_e.exec(e[l])||[],_=v=o[1],f=(o[2]||"").split(".").sort(),_){for(d=Tt.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(t,u));r&&!p.length&&(d.teardown&&d.teardown.call(t,f,g.handle)!==!1||Tt.removeEvent(t,_,g.handle),delete a[_])}else for(_ in a)Tt.event.remove(t,_+e[l],i,n,!0);Tt.isEmptyObject(a)&&Vt.remove(t,"handle events")}},dispatch:function(t){var e,i,n,c,s,r,o=Tt.event.fix(t),a=new Array(arguments.length),l=(Vt.get(this,"events")||{})[o.type]||[],u=Tt.event.special[o.type]||{};for(a[0]=o,e=1;e<arguments.length;e++)a[e]=arguments[e];if(o.delegateTarget=this,!u.preDispatch||u.preDispatch.call(this,o)!==!1){for(r=Tt.event.handlers.call(this,o,l),e=0;(c=r[e++])&&!o.isPropagationStopped();)for(o.currentTarget=c.elem,i=0;(s=c.handlers[i++])&&!o.isImmediatePropagationStopped();)o.rnamespace&&s.namespace!==!1&&!o.rnamespace.test(s.namespace)||(o.handleObj=s,o.data=s.data,n=((Tt.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(t,e){var i,n,c,s,r,o=[],a=e.delegateCount,l=t.target;if(a&&l.nodeType&&!("click"===t.type&&t.button>=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==t.type||l.disabled!==!0)){for(s=[],r={},i=0;i<a;i++)n=e[i],c=n.selector+" ",void 0===r[c]&&(r[c]=n.needsContext?Tt(c,this).index(l)>-1:Tt.find(c,this,null,[l]).length),r[c]&&s.push(n);s.length&&o.push({elem:l,handlers:s})}return l=this,a<e.length&&o.push({elem:l,handlers:e.slice(a)}),o},addProp:function(t,e){Object.defineProperty(Tt.Event.prototype,t,{enumerable:!0,configurable:!0,get:Dt(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(t){return t[Tt.expando]?t:new Tt.Event(t)},special:{load:{noBubble:!0},click:{setup:function(t){var e=this||t;return re.test(e.type)&&e.click&&l(e,"input")&&A(e,"click",T),!1},trigger:function(t){var e=this||t;return re.test(e.type)&&e.click&&l(e,"input")&&A(e,"click"),!0},_default:function(t){var e=t.target;return re.test(e.type)&&e.click&&l(e,"input")&&Vt.get(e,"click")||l(e,"a")}},beforeunload:{postDispatch:function(t){void 0!==t.result&&t.originalEvent&&(t.originalEvent.returnValue=t.result)}}}},Tt.removeEvent=function(t,e,i){t.removeEventListener&&t.removeEventListener(e,i)},Tt.Event=function(t,e){return this instanceof Tt.Event?(t&&t.type?(this.originalEvent=t,this.type=t.type,this.isDefaultPrevented=t.defaultPrevented||void 0===t.defaultPrevented&&t.returnValue===!1?T:B,this.target=t.target&&3===t.target.nodeType?t.target.parentNode:t.target,this.currentTarget=t.currentTarget,this.relatedTarget=t.relatedTarget):this.type=t,e&&Tt.extend(this,e),this.timeStamp=t&&t.timeStamp||Date.now(),void(this[Tt.expando]=!0)):new Tt.Event(t,e)},Tt.Event.prototype={constructor:Tt.Event,isDefaultPrevented:B,isPropagationStopped:B,isImmediatePropagationStopped:B,isSimulated:!1,preventDefault:function(){var t=this.originalEvent;this.isDefaultPrevented=T,t&&!this.isSimulated&&t.preventDefault()},stopPropagation:function(){var t=this.originalEvent;this.isPropagationStopped=T,t&&!this.isSimulated&&t.stopPropagation()},stopImmediatePropagation:function(){var t=this.originalEvent;this.isImmediatePropagationStopped=T,t&&!this.isSimulated&&t.stopImmediatePropagation(),this.stopPropagation()}},Tt.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,code:!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(t){var e=t.button;return null==t.which&&de.test(t.type)?null!=t.charCode?t.charCode:t.keyCode:!t.which&&void 0!==e&&pe.test(t.type)?1&e?1:2&e?3:4&e?2:0:t.which}},Tt.event.addProp),Tt.each({focus:"focusin",blur:"focusout"},function(t,e){Tt.event.special[t]={setup:function(){return A(this,t,N),!1},trigger:function(){return A(this,t),!0},delegateType:e}}),Tt.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(t,e){Tt.event.special[t]={delegateType:e,bindType:e,handle:function(t){var i,n=this,c=t.relatedTarget,s=t.handleObj;return c&&(c===n||Tt.contains(n,c))||(t.type=s.origType,i=s.handler.apply(this,arguments),t.type=e),i}}}),Tt.fn.extend({on:function(t,e,i,n){return S(this,t,e,i,n)},one:function(t,e,i,n){return S(this,t,e,i,n,1)},off:function(t,e,i){var n,c;if(t&&t.preventDefault&&t.handleObj)return n=t.handleObj,Tt(t.delegateTarget).off(n.namespace?n.origType+"."+n.namespace:n.origType,n.selector,n.handler),this;if("object"==typeof t){for(c in t)this.off(c,e,t[c]);return this}return e!==!1&&"function"!=typeof e||(i=e,e=void 0),i===!1&&(i=B),this.each(function(){Tt.event.remove(this,t,i,e)})}});var fe=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,ve=/<script|<style|<link/i,ge=/checked\s*(?:[^=]|=\s*.checked.)/i,he=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;Tt.extend({htmlPrefilter:function(t){return t.replace(fe,"<$1></$2>")},clone:function(t,e,i){var n,c,s,r,o=t.cloneNode(!0),a=ee(t);if(!(kt.noCloneChecked||1!==t.nodeType&&11!==t.nodeType||Tt.isXMLDoc(t)))for(r=I(o),s=I(t),n=0,c=s.length;n<c;n++)R(s[n],r[n]);if(e)if(i)for(s=s||I(t),r=r||I(o),n=0,c=s.length;n<c;n++)M(s[n],r[n]);else M(t,o);return r=I(o,"script"),r.length>0&&q(r,!a&&I(t,"script")),o},cleanData:function(t){for(var e,i,n,c=Tt.event.special,s=0;void 0!==(i=t[s]);s++)if(Qt(i)){if(e=i[Vt.expando]){if(e.events)for(n in e.events)c[n]?Tt.event.remove(i,n):Tt.removeEvent(i,n,e.handle);i[Vt.expando]=void 0}i[Yt.expando]&&(i[Yt.expando]=void 0)}}}),Tt.fn.extend({detach:function(t){return O(this,t,!0)},remove:function(t){return O(this,t)},text:function(t){return Wt(this,function(t){return void 0===t?Tt.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=t)})},null,t,arguments.length)},append:function(){return z(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=j(this,t);e.appendChild(t)}})},prepend:function(){return z(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=j(this,t);e.insertBefore(t,e.firstChild)}})},before:function(){return z(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this)})},after:function(){return z(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)})},empty:function(){for(var t,e=0;null!=(t=this[e]);e++)1===t.nodeType&&(Tt.cleanData(I(t,!1)),t.textContent="");return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map(function(){return Tt.clone(this,t,e)})},html:function(t){return Wt(this,function(t){var e=this[0]||{},i=0,n=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if("string"==typeof t&&!ve.test(t)&&!le[(oe.exec(t)||["",""])[1].toLowerCase()]){t=Tt.htmlPrefilter(t);try{for(;i<n;i++)e=this[i]||{},1===e.nodeType&&(Tt.cleanData(I(e,!1)),e.innerHTML=t);e=0}catch(t){}}e&&this.empty().append(t)},null,t,arguments.length)},replaceWith:function(){var t=[];return z(this,arguments,function(e){var i=this.parentNode;Tt.inArray(this,t)<0&&(Tt.cleanData(I(this)),i&&i.replaceChild(e,this))},t)}}),Tt.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(t,e){Tt.fn[t]=function(t){for(var i,n=[],c=Tt(t),s=c.length-1,r=0;r<=s;r++)i=r===s?this:this.clone(!0),Tt(c[r])[e](i),gt.apply(n,i.get());return this.pushStack(n)}});var me=new RegExp("^("+Zt+")(?!px)[a-z%]+$","i"),we=function(t){var e=t.ownerDocument.defaultView;return e&&e.opener||(e=i),e.getComputedStyle(t)},ye=new RegExp(Kt.join("|"),"i");!function(){function t(){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%",te.appendChild(a).appendChild(l);var t=i.getComputedStyle(l);n="1%"!==t.top,o=12===e(t.marginLeft),l.style.right="60%",r=36===e(t.right),c=36===e(t.width),l.style.position="absolute",s=12===e(l.offsetWidth/3),te.removeChild(a),l=null}}function e(t){return Math.round(parseFloat(t))}var n,c,s,r,o,a=pt.createElement("div"),l=pt.createElement("div");l.style&&(l.style.backgroundClip="content-box",l.cloneNode(!0).style.backgroundClip="",kt.clearCloneStyle="content-box"===l.style.backgroundClip,Tt.extend(kt,{boxSizingReliable:function(){return t(),c},pixelBoxStyles:function(){return t(),r},pixelPosition:function(){return t(),n},reliableMarginLeft:function(){return t(),o},scrollboxSize:function(){return t(),s}}))}();var be=["Webkit","Moz","ms"],xe=pt.createElement("div").style,ke={},De=/^(none|table(?!-c[ea]).+)/,Ie=/^--/,qe={position:"absolute",visibility:"hidden",display:"block"},Ce={letterSpacing:"0",fontWeight:"400"};Tt.extend({cssHooks:{opacity:{get:function(t,e){if(e){var i=F(t,"opacity");return""===i?"1":i}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(t,e,i,n){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var c,s,r,o=m(e),a=Ie.test(e),l=t.style;return a||(e=U(o)),r=Tt.cssHooks[e]||Tt.cssHooks[o],void 0===i?r&&"get"in r&&void 0!==(c=r.get(t,!1,n))?c:l[e]:(s=typeof i,"string"===s&&(c=Jt.exec(i))&&c[1]&&(i=x(t,e,c),s="number"),null!=i&&i===i&&("number"!==s||a||(i+=c&&c[3]||(Tt.cssNumber[o]?"":"px")),kt.clearCloneStyle||""!==i||0!==e.indexOf("background")||(l[e]="inherit"),r&&"set"in r&&void 0===(i=r.set(t,i,n))||(a?l.setProperty(e,i):l[e]=i)),void 0)}},css:function(t,e,i,n){var c,s,r,o=m(e),a=Ie.test(e);return a||(e=U(o)),r=Tt.cssHooks[e]||Tt.cssHooks[o],r&&"get"in r&&(c=r.get(t,!0,i)),void 0===c&&(c=F(t,e,n)),"normal"===c&&e in Ce&&(c=Ce[e]),""===i||i?(s=parseFloat(c),i===!0||isFinite(s)?s||0:c):c}}),Tt.each(["height","width"],function(t,e){Tt.cssHooks[e]={get:function(t,i,n){if(i)return!De.test(Tt.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?V(t,e,n):ce(t,qe,function(){return V(t,e,n)})},set:function(t,i,n){var c,s=we(t),r=!kt.scrollboxSize()&&"absolute"===s.position,o=r||n,a=o&&"border-box"===Tt.css(t,"boxSizing",!1,s),l=n?Q(t,e,n,a,s):0;return a&&r&&(l-=Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-parseFloat(s[e])-Q(t,e,"border",!1,s)-.5)),l&&(c=Jt.exec(i))&&"px"!==(c[3]||"px")&&(t.style[e]=i,i=Tt.css(t,e)),$(t,i,l)}}}),Tt.cssHooks.marginLeft=H(kt.reliableMarginLeft,function(t,e){if(e)return(parseFloat(F(t,"marginLeft"))||t.getBoundingClientRect().left-ce(t,{marginLeft:0},function(){return t.getBoundingClientRect().left}))+"px"}),Tt.each({margin:"",padding:"",border:"Width"},function(t,e){Tt.cssHooks[t+e]={expand:function(i){for(var n=0,c={},s="string"==typeof i?i.split(" "):[i];n<4;n++)c[t+Kt[n]+e]=s[n]||s[n-2]||s[0];return c}},"margin"!==t&&(Tt.cssHooks[t+e].set=$)}),Tt.fn.extend({css:function(t,e){return Wt(this,function(t,e,i){var n,c,s={},r=0;if(Array.isArray(e)){for(n=we(t),c=e.length;r<c;r++)s[e[r]]=Tt.css(t,e[r],!1,n);return s}return void 0!==i?Tt.style(t,e,i):Tt.css(t,e)},t,e,arguments.length>1)}}),Tt.Tween=Y,Y.prototype={constructor:Y,init:function(t,e,i,n,c,s){this.elem=t,this.prop=i,this.easing=c||Tt.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=n,this.unit=s||(Tt.cssNumber[i]?"":"px")},cur:function(){var t=Y.propHooks[this.prop];return t&&t.get?t.get(this):Y.propHooks._default.get(this)},run:function(t){var e,i=Y.propHooks[this.prop];return this.options.duration?this.pos=e=Tt.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration):this.pos=e=t,this.now=(this.end-this.start)*e+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),i&&i.set?i.set(this):Y.propHooks._default.set(this),this}},Y.prototype.init.prototype=Y.prototype,Y.propHooks={_default:{get:function(t){var e;return 1!==t.elem.nodeType||null!=t.elem[t.prop]&&null==t.elem.style[t.prop]?t.elem[t.prop]:(e=Tt.css(t.elem,t.prop,""),e&&"auto"!==e?e:0)},set:function(t){Tt.fx.step[t.prop]?Tt.fx.step[t.prop](t):1!==t.elem.nodeType||!Tt.cssHooks[t.prop]&&null==t.elem.style[U(t.prop)]?t.elem[t.prop]=t.now:Tt.style(t.elem,t.prop,t.now+t.unit)}}},Y.propHooks.scrollTop=Y.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},Tt.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},Tt.fx=Y.prototype.init,Tt.fx.step={};var Te,Be,Ne=/^(?:toggle|show|hide)$/,Ee=/queueHooks$/;Tt.Animation=Tt.extend(et,{tweeners:{"*":[function(t,e){var i=this.createTween(t,e);return x(i.elem,t,Jt.exec(e),i),i}]},tweener:function(t,e){Dt(t)?(e=t,t=["*"]):t=t.match(Ot);for(var i,n=0,c=t.length;n<c;n++)i=t[n],et.tweeners[i]=et.tweeners[i]||[],et.tweeners[i].unshift(e)},prefilters:[K],prefilter:function(t,e){e?et.prefilters.unshift(t):et.prefilters.push(t)}}),Tt.speed=function(t,e,i){var n=t&&"object"==typeof t?Tt.extend({},t):{complete:i||!i&&e||Dt(t)&&t,duration:t,easing:i&&e||e&&!Dt(e)&&e};return Tt.fx.off?n.duration=0:"number"!=typeof n.duration&&(n.duration in Tt.fx.speeds?n.duration=Tt.fx.speeds[n.duration]:n.duration=Tt.fx.speeds._default),null!=n.queue&&n.queue!==!0||(n.queue="fx"),n.old=n.complete,n.complete=function(){Dt(n.old)&&n.old.call(this),n.queue&&Tt.dequeue(this,n.queue)},n},Tt.fn.extend({fadeTo:function(t,e,i,n){return this.filter(ne).css("opacity",0).show().end().animate({opacity:e},t,i,n)},animate:function(t,e,i,n){var c=Tt.isEmptyObject(t),s=Tt.speed(e,i,n),r=function(){var e=et(this,Tt.extend({},t),s);(c||Vt.get(this,"finish"))&&e.stop(!0)};return r.finish=r,c||s.queue===!1?this.each(r):this.queue(s.queue,r)},stop:function(t,e,i){var n=function(t){var e=t.stop;delete t.stop,e(i)};return"string"!=typeof t&&(i=e,e=t,t=void 0),e&&t!==!1&&this.queue(t||"fx",[]),this.each(function(){var e=!0,c=null!=t&&t+"queueHooks",s=Tt.timers,r=Vt.get(this);if(c)r[c]&&r[c].stop&&n(r[c]);else for(c in r)r[c]&&r[c].stop&&Ee.test(c)&&n(r[c]);for(c=s.length;c--;)s[c].elem!==this||null!=t&&s[c].queue!==t||(s[c].anim.stop(i),e=!1,s.splice(c,1));!e&&i||Tt.dequeue(this,t)})},finish:function(t){return t!==!1&&(t=t||"fx"),this.each(function(){var e,i=Vt.get(this),n=i[t+"queue"],c=i[t+"queueHooks"],s=Tt.timers,r=n?n.length:0;for(i.finish=!0,Tt.queue(this,t,[]),c&&c.stop&&c.stop.call(this,!0),e=s.length;e--;)s[e].elem===this&&s[e].queue===t&&(s[e].anim.stop(!0),s.splice(e,1));for(e=0;e<r;e++)n[e]&&n[e].finish&&n[e].finish.call(this);delete i.finish})}}),Tt.each(["toggle","show","hide"],function(t,e){var i=Tt.fn[e];Tt.fn[e]=function(t,n,c){return null==t||"boolean"==typeof t?i.apply(this,arguments):this.animate(Z(e,!0),t,n,c)}}),Tt.each({slideDown:Z("show"),slideUp:Z("hide"),slideToggle:Z("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(t,e){Tt.fn[t]=function(t,i,n){return this.animate(e,t,i,n)}}),Tt.timers=[],Tt.fx.tick=function(){var t,e=0,i=Tt.timers;for(Te=Date.now();e<i.length;e++)t=i[e],t()||i[e]!==t||i.splice(e--,1);i.length||Tt.fx.stop(),Te=void 0},Tt.fx.timer=function(t){Tt.timers.push(t),Tt.fx.start()},Tt.fx.interval=13,Tt.fx.start=function(){Be||(Be=!0,G())},Tt.fx.stop=function(){Be=null},Tt.fx.speeds={slow:600,fast:200,_default:400},Tt.fn.delay=function(t,e){return t=Tt.fx?Tt.fx.speeds[t]||t:t,e=e||"fx",this.queue(e,function(e,n){var c=i.setTimeout(e,t);n.stop=function(){i.clearTimeout(c)}})},function(){var t=pt.createElement("input"),e=pt.createElement("select"),i=e.appendChild(pt.createElement("option"));t.type="checkbox",kt.checkOn=""!==t.value,kt.optSelected=i.selected,t=pt.createElement("input"),t.value="t",t.type="radio",kt.radioValue="t"===t.value}();var Se,Ae=Tt.expr.attrHandle;Tt.fn.extend({attr:function(t,e){return Wt(this,Tt.attr,t,e,arguments.length>1)},removeAttr:function(t){return this.each(function(){Tt.removeAttr(this,t)})}}),Tt.extend({attr:function(t,e,i){var n,c,s=t.nodeType;if(3!==s&&8!==s&&2!==s)return"undefined"==typeof t.getAttribute?Tt.prop(t,e,i):(1===s&&Tt.isXMLDoc(t)||(c=Tt.attrHooks[e.toLowerCase()]||(Tt.expr.match.bool.test(e)?Se:void 0)),void 0!==i?null===i?void Tt.removeAttr(t,e):c&&"set"in c&&void 0!==(n=c.set(t,i,e))?n:(t.setAttribute(e,i+""),i):c&&"get"in c&&null!==(n=c.get(t,e))?n:(n=Tt.find.attr(t,e),null==n?void 0:n))},attrHooks:{type:{set:function(t,e){if(!kt.radioValue&&"radio"===e&&l(t,"input")){var i=t.value;return t.setAttribute("type",e),i&&(t.value=i),e}}}},removeAttr:function(t,e){var i,n=0,c=e&&e.match(Ot);if(c&&1===t.nodeType)for(;i=c[n++];)t.removeAttribute(i)}}),Se={set:function(t,e,i){return e===!1?Tt.removeAttr(t,i):t.setAttribute(i,i),i}},Tt.each(Tt.expr.match.bool.source.match(/\w+/g),function(t,e){var i=Ae[e]||Tt.find.attr;Ae[e]=function(t,e,n){var c,s,r=e.toLowerCase();return n||(s=Ae[r],Ae[r]=c,c=null!=i(t,e,n)?r:null,Ae[r]=s),c}});var je=/^(?:input|select|textarea|button)$/i,Le=/^(?:a|area)$/i;Tt.fn.extend({prop:function(t,e){return Wt(this,Tt.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each(function(){delete this[Tt.propFix[t]||t]})}}),Tt.extend({prop:function(t,e,i){var n,c,s=t.nodeType;if(3!==s&&8!==s&&2!==s)return 1===s&&Tt.isXMLDoc(t)||(e=Tt.propFix[e]||e,c=Tt.propHooks[e]),void 0!==i?c&&"set"in c&&void 0!==(n=c.set(t,i,e))?n:t[e]=i:c&&"get"in c&&null!==(n=c.get(t,e))?n:t[e]},propHooks:{tabIndex:{get:function(t){var e=Tt.find.attr(t,"tabindex");return e?parseInt(e,10):je.test(t.nodeName)||Le.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),kt.optSelected||(Tt.propHooks.selected={get:function(t){var e=t.parentNode;return e&&e.parentNode&&e.parentNode.selectedIndex,null},set:function(t){var e=t.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),Tt.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){Tt.propFix[this.toLowerCase()]=this}),Tt.fn.extend({addClass:function(t){var e,i,n,c,s,r,o,a=0;if(Dt(t))return this.each(function(e){Tt(this).addClass(t.call(this,e,nt(this)))});if(e=ct(t),e.length)for(;i=this[a++];)if(c=nt(i),n=1===i.nodeType&&" "+it(c)+" "){for(r=0;s=e[r++];)n.indexOf(" "+s+" ")<0&&(n+=s+" ");o=it(n),c!==o&&i.setAttribute("class",o)}return this},removeClass:function(t){var e,i,n,c,s,r,o,a=0;if(Dt(t))return this.each(function(e){Tt(this).removeClass(t.call(this,e,nt(this)))});if(!arguments.length)return this.attr("class","");if(e=ct(t),e.length)for(;i=this[a++];)if(c=nt(i),n=1===i.nodeType&&" "+it(c)+" "){for(r=0;s=e[r++];)for(;n.indexOf(" "+s+" ")>-1;)n=n.replace(" "+s+" "," ");o=it(n),c!==o&&i.setAttribute("class",o)}return this},toggleClass:function(t,e){var i=typeof t,n="string"===i||Array.isArray(t);return"boolean"==typeof e&&n?e?this.addClass(t):this.removeClass(t):Dt(t)?this.each(function(i){Tt(this).toggleClass(t.call(this,i,nt(this),e),e)}):this.each(function(){var e,c,s,r;if(n)for(c=0,s=Tt(this),r=ct(t);e=r[c++];)s.hasClass(e)?s.removeClass(e):s.addClass(e);else void 0!==t&&"boolean"!==i||(e=nt(this),e&&Vt.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||t===!1?"":Vt.get(this,"__className__")||""))})},hasClass:function(t){var e,i,n=0;for(e=" "+t+" ";i=this[n++];)if(1===i.nodeType&&(" "+it(nt(i))+" ").indexOf(e)>-1)return!0;return!1}});var Pe=/\r/g;Tt.fn.extend({val:function(t){var e,i,n,c=this[0];{if(arguments.length)return n=Dt(t),this.each(function(i){var c;1===this.nodeType&&(c=n?t.call(this,i,Tt(this).val()):t,null==c?c="":"number"==typeof c?c+="":Array.isArray(c)&&(c=Tt.map(c,function(t){return null==t?"":t+""})),e=Tt.valHooks[this.type]||Tt.valHooks[this.nodeName.toLowerCase()],e&&"set"in e&&void 0!==e.set(this,c,"value")||(this.value=c))});if(c)return e=Tt.valHooks[c.type]||Tt.valHooks[c.nodeName.toLowerCase()],e&&"get"in e&&void 0!==(i=e.get(c,"value"))?i:(i=c.value,"string"==typeof i?i.replace(Pe,""):null==i?"":i)}}}),Tt.extend({valHooks:{option:{get:function(t){var e=Tt.find.attr(t,"value");return null!=e?e:it(Tt.text(t))}},select:{get:function(t){var e,i,n,c=t.options,s=t.selectedIndex,r="select-one"===t.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(e=Tt(i).val(),r)return e;o.push(e)}return o},set:function(t,e){for(var i,n,c=t.options,s=Tt.makeArray(e),r=c.length;r--;)n=c[r],(n.selected=Tt.inArray(Tt.valHooks.option.get(n),s)>-1)&&(i=!0);return i||(t.selectedIndex=-1),s}}}}),Tt.each(["radio","checkbox"],function(){Tt.valHooks[this]={set:function(t,e){if(Array.isArray(e))return t.checked=Tt.inArray(Tt(t).val(),e)>-1}},kt.checkOn||(Tt.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})}),kt.focusin="onfocusin"in i;var Me=/^(?:focusinfocus|focusoutblur)$/,Re=function(t){t.stopPropagation()};Tt.extend(Tt.event,{trigger:function(t,e,n,c){var s,r,o,a,l,u,d,p,_=[n||pt],f=yt.call(t,"type")?t.type:t,v=yt.call(t,"namespace")?t.namespace.split("."):[];if(r=p=o=n=n||pt,3!==n.nodeType&&8!==n.nodeType&&!Me.test(f+Tt.event.triggered)&&(f.indexOf(".")>-1&&(v=f.split("."),f=v.shift(),v.sort()),l=f.indexOf(":")<0&&"on"+f,t=t[Tt.expando]?t:new Tt.Event(f,"object"==typeof t&&t),t.isTrigger=c?2:3,t.namespace=v.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+v.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=n),e=null==e?[t]:Tt.makeArray(e,[t]),d=Tt.event.special[f]||{},c||!d.trigger||d.trigger.apply(n,e)!==!1)){if(!c&&!d.noBubble&&!It(n)){for(a=d.delegateType||f,Me.test(a+f)||(r=r.parentNode);r;r=r.parentNode)_.push(r),o=r;o===(n.ownerDocument||pt)&&_.push(o.defaultView||o.parentWindow||i)}for(s=0;(r=_[s++])&&!t.isPropagationStopped();)p=r,t.type=s>1?a:d.bindType||f,u=(Vt.get(r,"events")||{})[t.type]&&Vt.get(r,"handle"),u&&u.apply(r,e),u=l&&r[l],u&&u.apply&&Qt(r)&&(t.result=u.apply(r,e),t.result===!1&&t.preventDefault());return t.type=f,c||t.isDefaultPrevented()||d._default&&d._default.apply(_.pop(),e)!==!1||!Qt(n)||l&&Dt(n[f])&&!It(n)&&(o=n[l],o&&(n[l]=null),Tt.event.triggered=f,t.isPropagationStopped()&&p.addEventListener(f,Re),n[f](),t.isPropagationStopped()&&p.removeEventListener(f,Re),Tt.event.triggered=void 0,o&&(n[l]=o)),t.result}},simulate:function(t,e,i){var n=Tt.extend(new Tt.Event,i,{type:t,isSimulated:!0});Tt.event.trigger(n,null,e)}}),Tt.fn.extend({trigger:function(t,e){return this.each(function(){Tt.event.trigger(t,e,this)})},triggerHandler:function(t,e){var i=this[0];if(i)return Tt.event.trigger(t,e,i,!0)}}),kt.focusin||Tt.each({focus:"focusin",blur:"focusout"},function(t,e){var i=function(t){Tt.event.simulate(e,t.target,Tt.event.fix(t))};Tt.event.special[e]={setup:function(){var n=this.ownerDocument||this,c=Vt.access(n,e);c||n.addEventListener(t,i,!0),Vt.access(n,e,(c||0)+1)},teardown:function(){var n=this.ownerDocument||this,c=Vt.access(n,e)-1;c?Vt.access(n,e,c):(n.removeEventListener(t,i,!0),Vt.remove(n,e))}}});var ze=i.location,Oe=Date.now(),Fe=/\?/;Tt.parseXML=function(t){var e;if(!t||"string"!=typeof t)return null;try{e=(new i.DOMParser).parseFromString(t,"text/xml")}catch(t){e=void 0}return e&&!e.getElementsByTagName("parsererror").length||Tt.error("Invalid XML: "+t),e};var He=/\[\]$/,We=/\r?\n/g,Ue=/^(?:submit|button|image|reset|file)$/i,$e=/^(?:input|select|textarea|keygen)/i;Tt.param=function(t,e){var i,n=[],c=function(t,e){var i=Dt(e)?e():e;n[n.length]=encodeURIComponent(t)+"="+encodeURIComponent(null==i?"":i)};if(null==t)return"";if(Array.isArray(t)||t.jquery&&!Tt.isPlainObject(t))Tt.each(t,function(){c(this.name,this.value)});else for(i in t)st(i,t[i],e,c);return n.join("&")},Tt.fn.extend({serialize:function(){return Tt.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var t=Tt.prop(this,"elements");return t?Tt.makeArray(t):this}).filter(function(){var t=this.type;return this.name&&!Tt(this).is(":disabled")&&$e.test(this.nodeName)&&!Ue.test(t)&&(this.checked||!re.test(t))}).map(function(t,e){var i=Tt(this).val();return null==i?null:Array.isArray(i)?Tt.map(i,function(t){return{name:e.name,value:t.replace(We,"\r\n")}}):{name:e.name,value:i.replace(We,"\r\n")}}).get()}});var Qe=/%20/g,Ve=/#.*$/,Ye=/([?&])_=[^&]*/,Ge=/^(.*?):[ \t]*([^\r\n]*)$/gm,Xe=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Ze=/^(?:GET|HEAD)$/,Je=/^\/\//,Ke={},ti={},ei="*/".concat("*"),ii=pt.createElement("a");ii.href=ze.href,Tt.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:ze.href,type:"GET",isLocal:Xe.test(ze.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":ei,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":Tt.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?at(at(t,Tt.ajaxSettings),e):at(Tt.ajaxSettings,t)},ajaxPrefilter:rt(Ke),ajaxTransport:rt(ti),ajax:function(t,e){function n(t,e,n,o){var l,p,_,y,b,x=e;u||(u=!0,a&&i.clearTimeout(a),c=void 0,r=o||"",k.readyState=t>0?4:0,l=t>=200&&t<300||304===t,n&&(y=lt(f,k,n)),y=ut(f,y,k,l),l?(f.ifModified&&(b=k.getResponseHeader("Last-Modified"),b&&(Tt.lastModified[s]=b),b=k.getResponseHeader("etag"),b&&(Tt.etag[s]=b)),204===t||"HEAD"===f.type?x="nocontent":304===t?x="notmodified":(x=y.state,p=y.data,_=y.error,l=!_)):(_=x,!t&&x||(x="error",t<0&&(t=0))),k.status=t,k.statusText=(e||x)+"",l?h.resolveWith(v,[p,x,k]):h.rejectWith(v,[k,x,_]),k.statusCode(w),w=void 0,d&&g.trigger(l?"ajaxSuccess":"ajaxError",[k,f,l?p:_]),m.fireWith(v,[k,x]),d&&(g.trigger("ajaxComplete",[k,f]),--Tt.active||Tt.event.trigger("ajaxStop")))}"object"==typeof t&&(e=t,t=void 0),e=e||{};var c,s,r,o,a,l,u,d,p,_,f=Tt.ajaxSetup({},e),v=f.context||f,g=f.context&&(v.nodeType||v.jquery)?Tt(v):Tt.event,h=Tt.Deferred(),m=Tt.Callbacks("once memory"),w=f.statusCode||{},y={},b={},x="canceled",k={readyState:0,getResponseHeader:function(t){var e;if(u){if(!o)for(o={};e=Ge.exec(r);)o[e[1].toLowerCase()+" "]=(o[e[1].toLowerCase()+" "]||[]).concat(e[2]);e=o[t.toLowerCase()+" "]}return null==e?null:e.join(", ")},getAllResponseHeaders:function(){return u?r:null},setRequestHeader:function(t,e){return null==u&&(t=b[t.toLowerCase()]=b[t.toLowerCase()]||t,y[t]=e),this},overrideMimeType:function(t){return null==u&&(f.mimeType=t),this},statusCode:function(t){var e;if(t)if(u)k.always(t[k.status]);else for(e in t)w[e]=[w[e],t[e]];return this},abort:function(t){var e=t||x;return c&&c.abort(e),n(0,e),this}};if(h.promise(k),f.url=((t||f.url||ze.href)+"").replace(Je,ze.protocol+"//"),f.type=e.method||e.type||f.method||f.type,f.dataTypes=(f.dataType||"*").toLowerCase().match(Ot)||[""],null==f.crossDomain){l=pt.createElement("a");try{l.href=f.url,l.href=l.href,f.crossDomain=ii.protocol+"//"+ii.host!=l.protocol+"//"+l.host}catch(t){f.crossDomain=!0}}if(f.data&&f.processData&&"string"!=typeof f.data&&(f.data=Tt.param(f.data,f.traditional)),ot(Ke,f,e,k),u)return k;d=Tt.event&&f.global,d&&0===Tt.active++&&Tt.event.trigger("ajaxStart"),f.type=f.type.toUpperCase(),f.hasContent=!Ze.test(f.type),s=f.url.replace(Ve,""),f.hasContent?f.data&&f.processData&&0===(f.contentType||"").indexOf("application/x-www-form-urlencoded")&&(f.data=f.data.replace(Qe,"+")):(_=f.url.slice(s.length),f.data&&(f.processData||"string"==typeof f.data)&&(s+=(Fe.test(s)?"&":"?")+f.data,delete f.data),f.cache===!1&&(s=s.replace(Ye,"$1"),_=(Fe.test(s)?"&":"?")+"_="+Oe++ +_),f.url=s+_),f.ifModified&&(Tt.lastModified[s]&&k.setRequestHeader("If-Modified-Since",Tt.lastModified[s]),Tt.etag[s]&&k.setRequestHeader("If-None-Match",Tt.etag[s])),(f.data&&f.hasContent&&f.contentType!==!1||e.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]?", "+ei+"; 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=ot(ti,f,e,k)){if(k.readyState=1,d&&g.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(y,n)}catch(t){if(u)throw t;n(-1,t)}}else n(-1,"No Transport");return k},getJSON:function(t,e,i){return Tt.get(t,e,i,"json")},getScript:function(t,e){return Tt.get(t,void 0,e,"script")}}),Tt.each(["get","post"],function(t,e){Tt[e]=function(t,i,n,c){return Dt(i)&&(c=c||n,n=i,i=void 0),Tt.ajax(Tt.extend({url:t,type:e,dataType:c,data:i,success:n},Tt.isPlainObject(t)&&t))}}),Tt._evalUrl=function(t,e){return Tt.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(t){Tt.globalEval(t,e)}})},Tt.fn.extend({wrapAll:function(t){var e;return this[0]&&(Dt(t)&&(t=t.call(this[0])),e=Tt(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&e.insertBefore(this[0]),e.map(function(){for(var t=this;t.firstElementChild;)t=t.firstElementChild;return t}).append(this)),this},wrapInner:function(t){return Dt(t)?this.each(function(e){Tt(this).wrapInner(t.call(this,e))}):this.each(function(){var e=Tt(this),i=e.contents();i.length?i.wrapAll(t):e.append(t)})},wrap:function(t){var e=Dt(t);
return this.each(function(i){Tt(this).wrapAll(e?t.call(this,i):t)})},unwrap:function(t){return this.parent(t).not("body").each(function(){Tt(this).replaceWith(this.childNodes)}),this}}),Tt.expr.pseudos.hidden=function(t){return!Tt.expr.pseudos.visible(t)},Tt.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},Tt.ajaxSettings.xhr=function(){try{return new i.XMLHttpRequest}catch(t){}};var ni={0:200,1223:204},ci=Tt.ajaxSettings.xhr();kt.cors=!!ci&&"withCredentials"in ci,kt.ajax=ci=!!ci,Tt.ajaxTransport(function(t){var e,n;if(kt.cors||ci&&!t.crossDomain)return{send:function(c,s){var r,o=t.xhr();if(o.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(r in t.xhrFields)o[r]=t.xhrFields[r];t.mimeType&&o.overrideMimeType&&o.overrideMimeType(t.mimeType),t.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(r in c)o.setRequestHeader(r,c[r]);e=function(t){return function(){e&&(e=n=o.onload=o.onerror=o.onabort=o.ontimeout=o.onreadystatechange=null,"abort"===t?o.abort():"error"===t?"number"!=typeof o.status?s(0,"error"):s(o.status,o.statusText):s(ni[o.status]||o.status,o.statusText,"text"!==(o.responseType||"text")||"string"!=typeof o.responseText?{binary:o.response}:{text:o.responseText},o.getAllResponseHeaders()))}},o.onload=e(),n=o.onerror=o.ontimeout=e("error"),void 0!==o.onabort?o.onabort=n:o.onreadystatechange=function(){4===o.readyState&&i.setTimeout(function(){e&&n()})},e=e("abort");try{o.send(t.hasContent&&t.data||null)}catch(t){if(e)throw t}},abort:function(){e&&e()}}}),Tt.ajaxPrefilter(function(t){t.crossDomain&&(t.contents.script=!1)}),Tt.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(t){return Tt.globalEval(t),t}}}),Tt.ajaxPrefilter("script",function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")}),Tt.ajaxTransport("script",function(t){if(t.crossDomain||t.scriptAttrs){var e,i;return{send:function(n,c){e=Tt("<script>").attr(t.scriptAttrs||{}).prop({charset:t.scriptCharset,src:t.url}).on("load error",i=function(t){e.remove(),i=null,t&&c("error"===t.type?404:200,t.type)}),pt.head.appendChild(e[0])},abort:function(){i&&i()}}}});var si=[],ri=/(=)\?(?=&|$)|\?\?/;Tt.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var t=si.pop()||Tt.expando+"_"+Oe++;return this[t]=!0,t}}),Tt.ajaxPrefilter("json jsonp",function(t,e,n){var c,s,r,o=t.jsonp!==!1&&(ri.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&ri.test(t.data)&&"data");if(o||"jsonp"===t.dataTypes[0])return c=t.jsonpCallback=Dt(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,o?t[o]=t[o].replace(ri,"$1"+c):t.jsonp!==!1&&(t.url+=(Fe.test(t.url)?"&":"?")+t.jsonp+"="+c),t.converters["script json"]=function(){return r||Tt.error(c+" was not called"),r[0]},t.dataTypes[0]="json",s=i[c],i[c]=function(){r=arguments},n.always(function(){void 0===s?Tt(i).removeProp(c):i[c]=s,t[c]&&(t.jsonpCallback=e.jsonpCallback,si.push(c)),r&&Dt(s)&&s(r[0]),r=s=void 0}),"script"}),kt.createHTMLDocument=function(){var t=pt.implementation.createHTMLDocument("").body;return t.innerHTML="<form></form><form></form>",2===t.childNodes.length}(),Tt.parseHTML=function(t,e,i){if("string"!=typeof t)return[];"boolean"==typeof e&&(i=e,e=!1);var n,c,s;return e||(kt.createHTMLDocument?(e=pt.implementation.createHTMLDocument(""),n=e.createElement("base"),n.href=pt.location.href,e.head.appendChild(n)):e=pt),c=jt.exec(t),s=!i&&[],c?[e.createElement(c[1])]:(c=C([t],e,s),s&&s.length&&Tt(s).remove(),Tt.merge([],c.childNodes))},Tt.fn.load=function(t,e,i){var n,c,s,r=this,o=t.indexOf(" ");return o>-1&&(n=it(t.slice(o)),t=t.slice(0,o)),Dt(e)?(i=e,e=void 0):e&&"object"==typeof e&&(c="POST"),r.length>0&&Tt.ajax({url:t,type:c||"GET",dataType:"html",data:e}).done(function(t){s=arguments,r.html(n?Tt("<div>").append(Tt.parseHTML(t)).find(n):t)}).always(i&&function(t,e){r.each(function(){i.apply(this,s||[t.responseText,e,t])})}),this},Tt.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(t,e){Tt.fn[e]=function(t){return this.on(e,t)}}),Tt.expr.pseudos.animated=function(t){return Tt.grep(Tt.timers,function(e){return t===e.elem}).length},Tt.offset={setOffset:function(t,e,i){var n,c,s,r,o,a,l,u=Tt.css(t,"position"),d=Tt(t),p={};"static"===u&&(t.style.position="relative"),o=d.offset(),s=Tt.css(t,"top"),a=Tt.css(t,"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),Dt(e)&&(e=e.call(t,i,Tt.extend({},o))),null!=e.top&&(p.top=e.top-o.top+r),null!=e.left&&(p.left=e.left-o.left+c),"using"in e?e.using.call(t,p):d.css(p)}},Tt.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){Tt.offset.setOffset(this,t,e)});var e,i,n=this[0];if(n)return n.getClientRects().length?(e=n.getBoundingClientRect(),i=n.ownerDocument.defaultView,{top:e.top+i.pageYOffset,left:e.left+i.pageXOffset}):{top:0,left:0}},position:function(){if(this[0]){var t,e,i,n=this[0],c={top:0,left:0};if("fixed"===Tt.css(n,"position"))e=n.getBoundingClientRect();else{for(e=this.offset(),i=n.ownerDocument,t=n.offsetParent||i.documentElement;t&&(t===i.body||t===i.documentElement)&&"static"===Tt.css(t,"position");)t=t.parentNode;t&&t!==n&&1===t.nodeType&&(c=Tt(t).offset(),c.top+=Tt.css(t,"borderTopWidth",!0),c.left+=Tt.css(t,"borderLeftWidth",!0))}return{top:e.top-c.top-Tt.css(n,"marginTop",!0),left:e.left-c.left-Tt.css(n,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var t=this.offsetParent;t&&"static"===Tt.css(t,"position");)t=t.offsetParent;return t||te})}}),Tt.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,e){var i="pageYOffset"===e;Tt.fn[t]=function(n){return Wt(this,function(t,n,c){var s;return It(t)?s=t:9===t.nodeType&&(s=t.defaultView),void 0===c?s?s[e]:t[n]:void(s?s.scrollTo(i?s.pageXOffset:c,i?c:s.pageYOffset):t[n]=c)},t,n,arguments.length)}}),Tt.each(["top","left"],function(t,e){Tt.cssHooks[e]=H(kt.pixelPosition,function(t,i){if(i)return i=F(t,e),me.test(i)?Tt(t).position()[e]+"px":i})}),Tt.each({Height:"height",Width:"width"},function(t,e){Tt.each({padding:"inner"+t,content:e,"":"outer"+t},function(i,n){Tt.fn[n]=function(c,s){var r=arguments.length&&(i||"boolean"!=typeof c),o=i||(c===!0||s===!0?"margin":"border");return Wt(this,function(e,i,c){var s;return It(e)?0===n.indexOf("outer")?e["inner"+t]:e.document.documentElement["client"+t]:9===e.nodeType?(s=e.documentElement,Math.max(e.body["scroll"+t],s["scroll"+t],e.body["offset"+t],s["offset"+t],s["client"+t])):void 0===c?Tt.css(e,i,o):Tt.style(e,i,c,o)},e,r?c:void 0,r)}})}),Tt.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(t,e){Tt.fn[e]=function(t,i){return arguments.length>0?this.on(e,null,t,i):this.trigger(e)}}),Tt.fn.extend({hover:function(t,e){return this.mouseenter(t).mouseleave(e||t)}}),Tt.fn.extend({bind:function(t,e,i){return this.on(t,null,e,i)},unbind:function(t,e){return this.off(t,null,e)},delegate:function(t,e,i,n){return this.on(e,t,i,n)},undelegate:function(t,e,i){return 1===arguments.length?this.off(t,"**"):this.off(e,t||"**",i)}}),Tt.proxy=function(t,e){var i,n,c;if("string"==typeof e&&(i=t[e],e=t,t=i),Dt(t))return n=ft.call(arguments,2),c=function(){return t.apply(e||this,n.concat(ft.call(arguments)))},c.guid=t.guid=t.guid||Tt.guid++,c},Tt.holdReady=function(t){t?Tt.readyWait++:Tt.ready(!0)},Tt.isArray=Array.isArray,Tt.parseJSON=JSON.parse,Tt.nodeName=l,Tt.isFunction=Dt,Tt.isWindow=It,Tt.camelCase=m,Tt.type=o,Tt.now=Date.now,Tt.isNumeric=function(t){var e=Tt.type(t);return("number"===e||"string"===e)&&!isNaN(t-parseFloat(t))},n=[],c=function(){return Tt}.apply(e,n),!(void 0!==c&&(t.exports=c));var oi=i.jQuery,ai=i.$;return Tt.noConflict=function(t){return i.$===Tt&&(i.$=ai),t&&i.jQuery===Tt&&(i.jQuery=oi),Tt},s||(i.jQuery=i.$=Tt),Tt})},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57.3 57.3"><circle fill="#FFF" cx="28.7" cy="28.7" r="25.6"/><path fill-rule="evenodd" clip-rule="evenodd" fill="#2C72B9" d="M45.2 29c-3.3 0-5.9-2.3-5.9-5.8 0-3.4 2.6-5.8 5.9-5.8 2.2 0 3.6 1.2 4.5 2.5l-1.7.9c-.5-.9-1.6-1.6-2.8-1.6-2.2 0-3.8 1.7-3.8 4s1.6 4 3.8 4c1.2 0 2.3-.7 2.8-1.6l1.7.9c-.9 1.4-2.3 2.5-4.5 2.5zm4.2 2.9h-3.9v2.7h3.8v.6h-3.8V38h3.9v.6h-4.6v-7.1h4.6v.4zM41 38.1c.9 0 1.6-.4 2.1-1l.5.3c-.6.8-1.5 1.3-2.6 1.3-2 0-3.6-1.5-3.6-3.7s1.6-3.7 3.6-3.7c1.1 0 2 .5 2.6 1.3l-.5.3c-.4-.6-1.2-1-2.1-1-1.7 0-3 1.3-3 3.1s1.3 3.1 3 3.1zm-5.2.4h-.6l-4.6-6.2v6.2H30v-7.1h.6l4.5 6v-6h.6v7.1zm-8.4-9.6L23 17.7h2.2l3.4 9 3.4-9h2.2l-4.4 11.2h-2.4zm1.2 3h-3.9v2.7h3.9v.6h-3.9V38h3.9v.6h-4.5v-7.1h4.5v.4zm-6.3 6.6h-.6v-7.1h.6v7.1zm-4.5-.4c.9 0 1.6-.4 2.1-1l.5.3c-.6.8-1.5 1.3-2.6 1.3-2 0-3.6-1.5-3.6-3.7s1.6-3.7 3.6-3.7c1.1 0 2 .5 2.6 1.3l-.5.3c-.4-.6-1.2-1-2.1-1-1.7 0-3 1.3-3 3.1.1 1.8 1.4 3.1 3 3.1zM8 23.3c0-3.4 2.6-5.8 5.9-5.8 2.2 0 3.6 1.2 4.5 2.5l-1.7.9c-.5-.9-1.6-1.6-2.8-1.6-2.2 0-3.8 1.7-3.8 4s1.6 4 3.8 4c1.2 0 2.3-.7 2.8-1.6l1.7.9c-.9 1.3-2.2 2.5-4.5 2.5C10.6 29 8 26.7 8 23.3zm2.5 15.3c-1.2 0-2.1-.5-2.6-1.1l.4-.5c.5.5 1.2 1 2.2 1 1.5 0 1.9-.8 1.9-1.4 0-2.1-4.3-1-4.3-3.5 0-1.2 1-1.9 2.3-1.9 1.1 0 1.9.4 2.4 1l-.4.4c-.5-.6-1.2-.9-2.1-.9-.9 0-1.7.5-1.7 1.3 0 1.8 4.3.8 4.3 3.5.1 1-.5 2.1-2.4 2.1zm9.4-20.9h2v11.2h-2V17.7zm15.5 0h2v11.2h-2V17.7zM28.7 1.4c-15 0-27.2 12.2-27.2 27.2 0 5.8 1.8 11.1 4.8 15.5L1.4 55.9l12-4.7c4.3 2.9 9.6 4.7 15.2 4.7 15 0 27.2-12.2 27.2-27.2S43.7 1.4 28.7 1.4z"/></svg>')}return t.register("icons/logo",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("icons/logo",t,e)};c.templateName="icons/logo",t.exports=c},function(t,e,i){var n,c;n=[i(2)],c=function(t){function e(e,i){i=i||t(document),this.id=e||"";var n="";""==e||(n=e.match(/^[0-9]/)?"#\\3"+e[0]+" "+e.substring(1):"#"+e),this.load=function(e){return e=(e+"").replace(/#__ID__/g,n),t("<style>").attr("type","text/css").text(e).appendTo(i.find("head")),this}}return e}.apply(e,n),!(void 0!==c&&(t.exports=c))},function(t,e,i){var n,c;n=[i(2),i(16),i(20),i(15)],c=function(t,e,i,n){"use strict";function c(t){var e=k[t.type];return void 0==e?null:new e(t)}function s(t,e){this.question=t,this.id=e.id,this.text=e.text,this.selected=!1,this.img=e.img||"",this.qid=e.qid;var i=e.ydata||"",n=e.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.value=null,this.getAllDescendantOptions=function(){return null},this.getTextAnswer=function(){return this.value},this.isReady=function(){if(null!=this.value){var t=new RegExp("^\\d{5}$");return t.test(this.value)}return!1},this.getAllUnderlyingQuestionIds=function(){return[this.id.replace("text/","")]}}function o(e){this.id=e.id,this.type=e.type,this.text=e.text,this.answerUrl=e.answerUrl,this.role=e.role,this.getTextAnswer=function(){return null},this.getAllUnderlyingQuestionIds=function(){var e=[];return t.each(this.getAllDescendantOptions(),function(t,i){e.indexOf(i.qid)==-1&&e.push(i.qid)}),e},this.deselect=function(t){t.selected=!1}}function a(e){var i=this;o.call(this,e),this.options=[],t.each(e.options,function(t,e){i.options.push(new s(i,e))}),this.getAllDescendantOptions=function(){return this.options}}function l(e){a.call(this,e),this.select=function(e){t.each(this.options,function(t,i){i.selected=i==e})},this.isReady=function(){for(var t=0;t<this.options.length;t++)if(this.options[t].selected)return!0;return!1}}function u(e){var i=this;a.call(this,e);var n=e.checkbox.minChecked,c=e.checkbox.maxChecked,s={};t.each(e.options,function(t,e){e.isOptOut&&(s[e.id]=!0)}),this.select=function(e){e.selected=!0,s[e.id]?t.each(i.options,function(t,i){i!=e&&(i.selected=!1)}):t.each(i.options,function(t,i){i!=e&&s[i.id]&&(i.selected=!1)})},this.isReady=function(){var e=0,r=!1;return t.each(i.options,function(t,i){i.selected&&(e++,s[i.id]&&(r=!0))}),r||n<=e&&e<=c}}function d(e){function i(e){var i=-1;return t.each(c.rows,function(n,c){return t.each(c.options,function(t,c){if(c===e)return i=n,!1}),i==-1}),i}function n(e){var i=!1;return t.each(c.rows[e].options,function(t,e){if(e.selected)return i=!0,!1}),i}var c=this;o.call(this,e),this.columns=e.columns,this.rows=[],t.each(e.rows,function(e,i){var n=t.map(i.options,function(t){return new s(c,t)});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 e=[];return t.each(this.rows,function(i,n){e=t.merge(e,n.options)}),e},this.isReady=function(){var e=!0;return t.each(this.rows,function(t){return e=n(t)}),e},this.select=function(e){var n=i(e);n!=-1&&t.each(this.rows[n].options,function(t,i){i.selected=i===e})}}function p(e){d.call(this,e),t.each(this.columns,function(t,e){e.value=+e.value})}function _(t,e){this.question=t,this.id=e.id,this.text=e.text,this.img=e.img,this.isSelected=function(){return e.selected},this.setSelected=function(t){t?e.question.select(e):e.question.deselect(e)}}function f(t){var e=this;this.id=t.id,this.type=t.type,this.text=t.text,this.role=t.role,this.getOptionById=function(i){for(var n=t.getAllDescendantOptions(),c=0;c<n.length;c++)if(n[c].id==i)return new _(e,n[c]);return null}}function v(e){var i=this;f.call(this,e),this.options=[],t.each(e.options,function(t,e){i.options.push(new _(i,e))})}function g(e){var i=this;f.call(this,e),this.columns=e.columns,this.rows=[],t.each(e.rows,function(e,n){var c=[];t.each(n.options,function(t,e){c.push(new _(i,e))}),i.rows.push({text:n.text,options:c})})}function h(t){this.id=t.id,this.type=t.type,this.text=t.text,this.role=t.role,this.setValue=function(e){t.value=e}}function m(i,n,c,s){var r=!1,o=null;this.served=function(){r||(r=!0,c())},this.select=function(t){n(t)},this.canSubmit=function(){return r&&i.isReady()},this.submit=function(){if(this.canSubmit()){if(null!=o)return o;var n=i.answerUrl,c=[];t.each(i.getAllDescendantOptions(),function(t,e){var i=e.getData();""!=i&&c.push(i)});var r=i.getTextAnswer();return null!=r&&c.push("ta="+r),n+=n.indexOf("?")==-1?"?":"&",n+=c.join("&"),o=e(n,x).then(function(t){return t.restartData&&(D.push(t.restartData),D.length>30&&D.shift()),delete t.restartData,t}),s(o),o}return t.Deferred().reject(new Error("The question is not ready to submit")).promise()}}function w(t){var e=I[t.type];return void 0==e?null:new e(t)}function y(s,r){function o(){return g.then(function(t){if(""!=t.contextualQuestionHiddenState&&(!s.question||0==s.question.length))return q;var e=C(),i="https://"+s.hostname+"/widget/api/2/questions?target="+encodeURIComponent(t.id);return s.instance&&(i+="&instance="+encodeURIComponent(s.instance)),s.context&&(i+="&context="+encodeURIComponent(s.context)),s.question?i+="&question="+encodeURIComponent(s.question.join(",")):t.contextualQuestion&&(i+="&question="+encodeURIComponent(t.contextualQuestion)),s.survey&&(i+="&survey="+encodeURIComponent(s.survey)),s.locale&&(i+="&locale="+encodeURIComponent(s.locale)),s.template&&(i+="&template="+encodeURIComponent(s.template)),t.isOptedOutRespondent||(e&&(i+="&backupAlias="+encodeURIComponent(e)),s.userId&&(i+="&externalUserId="+encodeURIComponent(s.userId))),D.length>0&&(i+="&"+D.join("&")),i})}function a(i){var n=t.when(i||o()).then(function(t){return e(t)}),a=[],l=t.Deferred();d=n.then(function(t){return t.intro||null}),p=t.when(n,g).then(function(n,o){!i&&n.tracking&&n.tracking.pixels&&t.each(n.tracking.pixels,function(t,e){document.createElement("img").src=e}),r.jot(u,"poll","templates",{target:o.id,stg:n.stg,st:n.st,context:s.context});var d=[];return t.each(n.questions,function(i,p){var _=c(p);if(null!=_){var f=w(_),v={target:o.id,context:s.context,instance:s.instance,session:n.session,alias:n.alias,askable:_.id,questions:_.getAllUnderlyingQuestionIds(),usage:p.usage,position:i,locale:n.locale,natures:o.natures};o.d&&(o.d.a&&(v=t.extend(v,{a:o.d.a})),o.d.g&&(v=t.extend(v,{g:o.d.g}))),m.call(f,_,function(t){v.option=t,r.jot(u,"poll","select",v)},function(){r.jot(u,"poll","served",v)},function(i){r.jot(u,"poll","submit",v),i.then(function(t){a.push(t.finishData||"")},function(){a.push("")}).always(function(){if(r.jot(u,"poll","submitted",v),a.length==d.length){var i=n.finishUrl;if(i){var c=t.grep(a,function(t){return!!t});c.length>0&&(i+=i.indexOf("?")==-1?"?":"&",i+=c.join("&")),e(i).then(function(t){l.resolve(t)},function(t){l.resolve({})})}else l.resolve({})}})}),d.push(f)}}),0==d.length&&l.resolve(n.conclusion||{}),d}),_=n.then(function(t){return new Date(t.expirationTime)}),f=l.then(function(t){return{summary:t.summary||null,portalUrl:t.portalUrl||"",results:t.results||[]}}),v=l.then(function(t){var e=t.restartUrl||"";return""!=e&&D.length>0&&(e+="&"+D.join("&")),e})}var l=this,u=t(s.container).first();if(0==u.length)throw new Error("Widget container not found: "+s.container);if(void 0==u[0].id)throw new Error('Widget container does not have an "id" attribute: '+s.container);if(s=t.extend({},b,s),void 0==s.target)throw new Error("Poll API missing target option");s.question&&!t.isArray(s.question)&&(s.question=[s.question]),null==r&&(r=new i({hostname:s.hostname})),r.jot(u,"poll","created",{target:s.target,context:s.context});var d,p,_,f,v,g=n({hostname:s.hostname,target:s.target,context:s.context,instance:s.instance}).promiseInfo();g.then(function(t){t.oid!=t.id&&r.jot(u,"poll","metatarget",{otarget:t.oid,target:t.id,context:s.context})}),a(null),this.promiseIntro=function(){return d},this.promiseExpirationTime=function(){return _},this.promiseQuestions=function(){return p},this.promiseConclusion=function(){return f},this.promiseRestart=function(){return v.then(function(t){return a(t),l})}}var b={hostname:"www.civicscience.com",instance:"",context:"",question:"",survey:"",locale:"",userId:"",template:""},x=6e3,k={radio:l,checkbox:u,matrix:d,scale:p,spectrum:p,text:r},D=[],I={radio:v,checkbox:v,matrix:g,scale:g,spectrum:g,text:h},q=t.Deferred().promise(),C=function(){var t="__iqpbb",e=null;return function(){if(null!=e)return e;try{e=window.localStorage.getItem(t),null==e&&(e="local/"+Math.floor(4294967296*Math.random())+"."+Math.floor(4294967296*Math.random()),window.localStorage.setItem(t,e))}catch(t){}return e||""}}();return function(t,e){return new y(t,e)}}.apply(e,n),!(void 0!==c&&(t.exports=c))},function(t,e,i){e=t.exports=i(19)(),e.push([t.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;border:none}#__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(t,e,i){var n=i(1);!function(t){function e(t,e){return t.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 t.register("icons/lightbulb",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("icons/lightbulb",t,e)};c.templateName="icons/lightbulb",t.exports=c},function(t,e,i){var n,c;n=[i(18)],c=function(t){"use strict";function e(t){var e=t+"";if("number"==typeof t&&e.indexOf(".")==-1)for(var i=/(\d+)(\d{3})/;i.test(e);)e=e.replace(i,"$1,$2");return e}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+=e(t.helpers.tap(o[p],s,r)||""),l=d+n.length}return a+=c.substring(l)}}.apply(e,n),!(void 0!==c&&(t.exports=c))},function(t,e,i){function n(t){return i(c(t))}function c(t){return s[t]||function(){throw new Error("Cannot find module '"+t+"'.")}()}var s={"./_markable.dust":10,"./_portal_link.dust":11,"./_titled_text.dust":3,"./article_admin.dust":46,"./banner_css.dust":47,"./container.dust":48,"./intro/_intro.dust":23,"./intro/empty.dust":49,"./intro/text.dust":50,"./position-helpers.dust":51,"./position.dust":52,"./question/_option.dust":24,"./question/_option_question.dust":12,"./question/_question.dust":4,"./question/checkbox.dust":53,"./question/matrix.dust":54,"./question/radio.dust":55,"./question/scale.dust":25,"./question/spectrum.dust":56,"./question/text.dust":57,"./result/_option_result.dust":13,"./result/_option_result_item.dust":26,"./result/_result.dust":7,"./result/_result_buttons.dust":14,"./result/checkbox.dust":58,"./result/extras/_base.dust":27,"./result/extras/trending-checklist.dust":59,"./result/matrix.dust":60,"./result/radio.dust":61,"./result/scale.dust":28,"./result/spectrum.dust":62,"./signpost/_signpost.dust":5,"./signpost/_signpostNoIcon.dust":63,"./signpost/questions.dust":64,"./signpost/questionsNoIcon.dust":65,"./signpost/results.dust":66,"./signpost/resultsNoIcon.dust":67,"./slide.dust":68,"./summary/_summary.dust":8,"./summary/quiz.dust":69,"./summary/text.dust":70,"./summary/thank_you.dust":71,"./target_admin.dust":72};n.keys=function(){return Object.keys(s)},n.resolve=c,t.exports=n,n.id=36},function(t,e,i){e=t.exports=i(19)(),e.push([t.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;position:relative}#__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,#__ID__ .civsci-widget .civsci-widget--detail-text a{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;width:100%;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;width:60%;margin:1em auto 0}#__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-widget__callout{position:absolute;top:5px;right:4px;width:20px;height:20px}#__ID__ .civsci-widget .civsci-widget__callout div{width:20px;height:20px}#__ID__ .civsci-widget .civsci-widget__callout div a{position:absolute;width:100%;height:100%;top:0;left:0}#__ID__ .civsci-widget .civsci-widget__callout div a svg{width:20px;height:20px}#__ID__ .civsci-widget .civsci-widget__callout div:before{content:"GET";position:absolute;top:4px;left:-30px;color:transparent;opacity:0}#__ID__ .civsci-widget .civsci-widget__callout div:hover:before{content:"GET";position:absolute;top:4px;left:-30px;color:#2c72b9;opacity:1;transition:opacity .25s ease-in}#__ID__ .civsci-widget .civsci-slide__callout{margin-top:10px;text-align:center}#__ID__ .civsci-widget .civsci-slide__callout a:nth-child(2){display:none}#__ID__ .civsci-widget .civsci-slide__callout a:first-child{display:inline}#__ID__ .civsci-widget .civsci-slide__callout a,#__ID__ .civsci-widget .civsci-slide__callout span{color:#999;font-size:.84615em}#__ID__ .civsci-widget .civsci-slide__callout a,#__ID__ .civsci-widget .civsci-slide__callout a:visited{cursor:pointer;text-decoration:none}#__ID__ .civsci-widget .civsci-slide__callout a:hover{border-bottom:1px dotted #999}#__ID__ .civsci-widget .civsci-slide__callout:hover a:first-child{display:none}#__ID__ .civsci-widget .civsci-slide__callout:hover a:nth-child(2){display:inline}#__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--type-text table{width:100%}#__ID__ .civsci-widget .civsci-question--type-text table td{border:none}#__ID__ .civsci-widget .civsci-question__option input[type=text]{display:block;padding:.25rem .5rem;box-sizing:border-box;font-size:.875rem;line-height:1.5;border:1px solid #ced4da;border-radius:.2rem;width:100%}#__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--type-text table{width:100%}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-text table td{border:none}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=text]{display:block;padding:.25rem .5rem;box-sizing:border-box;font-size:.875rem;line-height:1.5;border:1px solid #ced4da;border-radius:.2rem;width:100%}#__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] .civsci-widget__scroll-ui{display:none;position:absolute;left:0;bottom:0;width:100%;height:0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__scroll-ui-shadow{position:absolute;left:0;bottom:0;box-shadow:0 20px 80px 20px #000;width:100%;height:0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__scroll-ui-arrow{position:absolute;bottom:8px;left:50%;width:36px;height:36px;transform:translate(-50%)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__scroll-ui-arrow svg{width:100%;height:100%;filter:drop-shadow(1px 2px 2px rgba(0,0,0,.4))}@keyframes civsci-widget-scroll-ui-arrow-hint{0%,50%,to{bottom:8px;width:36px;height:36px}25%,75%{bottom:10px;width:38px;height:38px}}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] [data-civsci-widget-scroll-ui-hint] .civsci-widget__scroll-ui-arrow{-webkit-animation:civsci-widget-scroll-ui-arrow-hint 1s 0s 1;animation:civsci-widget-scroll-ui-arrow-hint 1s 0s 1}#__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(t,e,i){var n=i(1);!function(t){function e(t,e){return t.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"preserveAspectRatio="xMidYMin slice"style="width: 100%; height: 1px; padding-bottom: 62%; overflow: visible; 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 t.register("icons/calculating",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("icons/calculating",t,e)};c.templateName="icons/calculating",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.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"preserveAspectRatio="xMidYMin slice"style="width: 100%; height: 1px; padding-bottom: 61%; overflow: visible; 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 t.register("icons/fetching",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("icons/fetching",t,e)};c.templateName="icons/fetching",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.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 t.register("icons/head-heart",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("icons/head-heart",t,e)};c.templateName="icons/head-heart",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.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 t.register("icons/left-caret",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("icons/left-caret",t,e)};c.templateName="icons/left-caret",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.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 t.register("icons/medal",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("icons/medal",t,e)};c.templateName="icons/medal",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.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 t.register("icons/media",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("icons/media",t,e)};c.templateName="icons/media",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 13.3 7.9" style="enable-background:new 0 0 13.3 7.9;" xml:space="preserve"><polygon style="fill: #ffffff;" points="6.6,7.9 5.4,6.6 5.4,6.6 0,1.2 1.2,0 6.6,5.4 12,0 13.3,1.2 7.9,6.6 7.9,6.6 6.6,7.9 "/></svg>')}return t.register("icons/scroll-ui-carat",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("icons/scroll-ui-carat",t,e)};c.templateName="icons/scroll-ui-carat",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.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 t.register("icons/up-caret",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("icons/up-caret",t,e)};c.templateName="icons/up-caret",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.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 t.register("widget/article_admin",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/article_admin",t,e)};c.templateName="widget/article_admin",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w("#__ID__ .civsci-widget[data-civsci-widget-natures~='ui-classic'] .civsci-slide__banner {").s(e.get(["left"],!1),e,{block:i},{}).s(e.get(["right"],!1),e,{block:n},{}).w("}")}function i(t,e){return t.w("padding-left: ").f(e.get(["padding"],!1),e,"h").w(";margin-left: ").f(e.get(["margin"],!1),e,"h").w(";")}function n(t,e){return t.w("padding-right: ").f(e.get(["padding"],!1),e,"h").w(";margin-right: ").f(e.get(["margin"],!1),e,"h").w(";")}return t.register("widget/banner_css",e),e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/banner_css",t,e)};c.templateName="widget/banner_css",t.exports=c},function(t,e,i){var n=i(1);i(44),i(30);!function(t){function e(t,e){return t.w('<div class="civsci-widget civsci-style-reset" data-civsci-widget-root>').nx(e.getPath(!1,["targetInfo","natures","ui-classic"]),e,{block:i},{}).w('<div class="civsci-widget__body" data-civsci-widget-body></div><div class="civsci-widget__scroll-ui" data-civsci-widget-scroll-ui><div class="civsci-widget__scroll-ui-shadow"></div><div class="civsci-widget__scroll-ui-arrow">').p("icons/scroll-ui-carat",e,e,{}).w("</div></div>").x(e.getPath(!1,["targetInfo","callout"]),e,{block:s},{}).w("</div>")}function i(t,e){return t.w('<div class="civsci-widget__subtitle">').x(e.get(["partnerName"],!1),e,{else:n,block:c},{}).w("</div>")}function n(t,e){return t.s(e.getPath(!1,["strings","subtitleCivicScience"]),e,{},{})}function c(t,e){return t.s(e.getPath(!1,["strings","subtitlePartner"]),e,{},{partnerName:e.get(["partnerName"],!1)})}function s(t,e){return t.h("select",e,{block:r},{key:a},"h")}function r(t,e){return t.h("eq",e,{block:o},{value:"a"},"h")}function o(t,e){return t.w('<div class="civsci-widget__callout"><div><a aria-label="Get Civic Science Widget" href="https://civicscience.com/for-publishers/" target="_blank">').p("icons/logo",e,e,{}).w("</a></div></div>")}function a(t,e){return t.f(e.getPath(!1,["targetInfo","callout"]),e,"h")}return t.register("widget/container",e),e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,
c.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/container",t,e)};c.templateName="widget/container",t.exports=c},function(t,e,i){var n=i(1);i(3);!function(t){function e(t,e){return e=e.shiftBlocks(c),t.w("<div>").p("widget/_titled_text",e,e,{}).w("</div>")}function i(t,e){return e=e.shiftBlocks(c),t.s(e.getPath(!1,["strings","opinionExpert"]),e,{},{})}function n(t,e){return e=e.shiftBlocks(c),t.s(e.getPath(!1,["strings","noMoreQuestionsExplanation"]),e,{},{})}t.register("widget/intro/empty",e);var c={Title:i,Body:n};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/intro/empty",t,e)};c.templateName="widget/intro/empty",t.exports=c},function(t,e,i){var n=i(1);i(23),i(3);!function(t){function e(t,e){return e=e.shiftBlocks(s),t.p("widget/intro/_intro",e,e,{})}function i(t,e){return e=e.shiftBlocks(s),t.p("widget/_titled_text",e,e,{})}function n(t,e){return e=e.shiftBlocks(s),t.f(e.getPath(!1,["intro","title"]),e,"h")}function c(t,e){return e=e.shiftBlocks(s),t.f(e.getPath(!1,["intro","body"]),e,"h")}t.register("widget/intro/text",e);var s={Title:n,Body:c,IntroContent:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/intro/text",t,e)};c.templateName="widget/intro/text",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<div id="').f(e.get(["id"],!1),e,"h").w('-widget-position"><div class="civsci-widget-position__helper-border"></div><div class="civsci-widget-position__helper-selector"></div><div class="civsci-widget-position__helper-selector-line"></div><div class="civsci-widget-position__helper-placeholder"><ul><li><button class="civsci-widget-position__helper-placeholder-place">Place widget here</button></li><li><button class="civsci-widget-position__helper-placeholder-cancel">Cancel</button></li></ul></div></div>')}return t.register("widget/position-helpers",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/position-helpers",t,e)};c.templateName="widget/position-helpers",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<div class="civsci-widget-position"><div class="civsci-widget-position__position-cta"><svg class="civsci-widget-position__position-cta-position" width="89px" height="89px" viewBox="0 0 89 89" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g fill="#000000" fill-rule="nonzero"><g><path d="M44.5,56.3 C38,56.3 32.7,51 32.7,44.5 C32.7,38 38,32.7 44.5,32.7 C51,32.7 56.3,38 56.3,44.5 C56.3,51 51,56.3 44.5,56.3 Z M44.5,36.1 C39.9,36.1 36.1,39.9 36.1,44.5 C36.1,49.1 39.9,52.9 44.5,52.9 C49.1,52.9 52.9,49.1 52.9,44.5 C52.9,39.9 49.1,36.1 44.5,36.1 Z"></path><path d="M44.5,89 L26.4,70.9 L36.2,70.9 L36.2,59.7 L52.9,59.7 L52.9,70.8 L62.7,70.8 L44.5,89 Z M34.6,74.3 L44.5,84.2 L54.4,74.3 L49.4,74.3 L49.4,63.1 L39.5,63.1 L39.5,74.2 L34.6,74.2 L34.6,74.3 Z"></path><path d="M70.9,62.6 L70.9,52.8 L59.7,52.8 L59.7,36.1 L70.8,36.1 L70.8,26.3 L89,44.5 L70.9,62.6 Z M63.1,49.5 L74.2,49.5 L74.2,54.5 L84.1,44.6 L74.2,34.7 L74.2,39.7 L63.1,39.7 L63.1,49.5 Z"></path><path d="M52.9,29.3 L36.1,29.3 L36.1,18.1 L26.3,18.1 L44.5,0 L62.6,18.1 L52.8,18.1 L52.8,29.3 L52.9,29.3 Z M39.5,25.9 L49.4,25.9 L49.4,14.7 L54.4,14.7 L44.5,4.8 L34.6,14.7 L39.6,14.7 L39.5,25.9 Z"></path><path d="M18.1,62.6 L0,44.5 L18.1,26.4 L18.1,36.2 L29.2,36.2 L29.2,52.9 L18.1,52.9 L18.1,62.6 Z M4.8,44.5 L14.7,54.4 L14.7,49.4 L25.8,49.4 L25.8,39.5 L14.7,39.5 L14.7,34.5 L4.8,44.5 Z"></path></g></g></g></svg><svg class="civsci-widget-position__position-cta-cancel" width="88px" height="88px" viewBox="0 0 88 88" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g fill="#000000" fill-rule="nonzero"><g><path d="M44,0.75 C34.495,0.75 25.476,3.776 17.92,9.501 C14.749,11.897 11.916,14.724 9.5,17.904 C3.776,25.464 0.75,34.488 0.75,44 C0.75,67.848 20.152,87.25 44,87.25 C53.489,87.25 62.507,84.219 70.079,78.485 C73.246,76.095 76.079,73.267 78.498,70.08 C84.224,62.522 87.25,53.504 87.25,44 C87.25,20.152 67.849,0.75 44,0.75 Z M77.304,69.174 C74.969,72.251 72.234,74.981 69.176,77.289 C61.865,82.825 53.16,85.75 44,85.75 C20.979,85.75 2.25,67.021 2.25,44 C2.25,34.817 5.17,26.106 10.695,18.811 C13.028,15.742 15.763,13.012 18.825,10.697 C26.12,5.171 34.825,2.25 44,2.25 C67.021,2.25 85.75,20.979 85.75,44 C85.75,53.174 82.83,61.88 77.304,69.174 Z"></path><path d="M17.343,25.799 C13.67,31.186 11.729,37.48 11.729,44 C11.729,61.794 26.206,76.271 44,76.271 C50.534,76.271 56.824,74.325 62.189,70.643 L62.933,70.133 L17.853,25.051 L17.343,25.799 Z M60.588,69.908 C55.642,73.093 49.927,74.771 44,74.771 C27.033,74.771 13.229,60.967 13.229,44 C13.229,41.782 13.464,39.592 13.926,37.458 C14.696,33.902 16.095,30.504 18.081,27.401 L60.588,69.908 Z"></path><path d="M44,11.729 C37.472,11.729 31.183,13.67 25.812,17.343 L25.066,17.853 L70.148,62.935 L70.658,62.188 C74.33,56.814 76.271,50.524 76.271,44 C76.271,26.206 61.795,11.729 44,11.729 Z M69.92,60.586 L27.415,18.081 C31.747,15.301 36.663,13.671 41.791,13.308 C42.523,13.256 43.26,13.23 44,13.23 C60.967,13.23 74.771,27.034 74.771,44.001 C74.771,49.918 73.097,55.632 69.92,60.586 Z"></path></g></g></g></svg></div><div class="civsci-widget-position__position-menu"><ul><li><button class="civsci-widget-position__position-menu-reposition">Reposition</button></li><li><button class="civsci-widget-position__position-menu-reset">Reset</button></li></ul><div class="civsci-widget-position__position-menu-close"><svg width="96px" height="96px" viewBox="0 0 96 96" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g fill="#000000" fill-rule="nonzero"><path d="M48,7.88860905e-31 C21.490332,-1.623249e-15 3.24649801e-15,21.490332 0,48 C-3.24649801e-15,74.509668 21.490332,96 48,96 C74.509668,96 96,74.509668 96,48 C95.9717806,21.5020297 74.4979703,0.0282193747 48,7.88860905e-31 Z M48,84 C28.117749,84 12,67.882251 12,48 C12,28.117749 28.117749,12 48,12 C67.882251,12 84,28.117749 84,48 C83.9783405,67.8732724 67.8732724,83.9783405 48,84 Z"></path><path d="M64.2422,31.7578 C63.1172908,30.6323366 61.5912538,30.0000113 60,30.0000113 C58.4087462,30.0000113 56.8827092,30.6323366 55.7578,31.7578 L48,39.5156 L40.2422,31.7578 C37.8973997,29.4260126 34.1078907,29.4312849 31.7695878,31.7695878 C29.4312849,34.1078907 29.4260126,37.8973997 31.7578,40.2422 L39.5156,48 L31.7578,55.7578 C30.235171,57.2719789 29.6379302,59.4844866 30.1917826,61.5591876 C30.7456351,63.6338885 32.3661115,65.2543649 34.4408124,65.8082174 C36.5155134,66.3620698 38.7280211,65.764829 40.2422,64.2422 L48,56.4844 L55.7578,64.2422 C58.1026003,66.5739874 61.8921093,66.5687151 64.2304122,64.2304122 C66.5687151,61.8921093 66.5739874,58.1026003 64.2422,55.7578 L56.4844,48 L64.2422,40.2422 C65.3676634,39.1172908 65.9999887,37.5912538 65.9999887,36 C65.9999887,34.4087462 65.3676634,32.8827092 64.2422,31.7578 Z"></path></g></g></svg></div></div></div>')}return t.register("widget/position",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/position",t,e)};c.templateName="widget/position",t.exports=c},function(t,e,i){var n=i(1);i(12);!function(t){function e(t,e){return t.p("widget/question/_option_question",e,e,{})}return t.register("widget/question/checkbox",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/question/checkbox",t,e)};c.templateName="widget/question/checkbox",t.exports=c},function(t,e,i){var n=i(1);i(4);!function(t){function e(t,e){return e=e.shiftBlocks(o),t.p("widget/question/_question",e,e,{})}function i(t,e){return e=e.shiftBlocks(o),t.s(e.get(["question"],!1),e,{block:n},{})}function n(t,e){return e=e.shiftBlocks(o),t.w('<table><thead><tr><th colspan="2">&nbsp;</th>').s(e.get(["columns"],!1),e,{block:c},{}).w("</tr></thead><tbody>").s(e.get(["rows"],!1),e,{block:s},{}).w("</tbody></table>")}function c(t,e){return e=e.shiftBlocks(o),t.w("<th><span>").f(e.get(["text"],!1),e,"h").w("</span></th>")}function s(t,e){return e=e.shiftBlocks(o),t.w('<tr><td colspan="2" class="civsci-matrix__row-label">').f(e.get(["text"],!1),e,"h").w("</td>").s(e.get(["options"],!1),e,{block:r},{}).w("</tr>")}function r(t,e){return e=e.shiftBlocks(o),t.w('<td class="civsci-question__option" data-civsci-widget-option="').f(e.get(["id"],!1),e,"h").w('"><input id="civsci-').f(e.get(["instance"],!1),e,"h").w("-").f(e.getPath(!1,["question","id"]),e,"h").w("-").f(e.get(["id"],!1),e,"h").w('" type="radio"><label for="civsci-').f(e.get(["instance"],!1),e,"h").w("-").f(e.getPath(!1,["question","id"]),e,"h").w("-").f(e.get(["id"],!1),e,"h").w('"></label></td>')}t.register("widget/question/matrix",e);var o={QuestionBody:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/question/matrix",t,e)};c.templateName="widget/question/matrix",t.exports=c},function(t,e,i){var n=i(1);i(12);!function(t){function e(t,e){return t.p("widget/question/_option_question",e,e,{})}return t.register("widget/question/radio",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/question/radio",t,e)};c.templateName="widget/question/radio",t.exports=c},function(t,e,i){var n=i(1);i(25);!function(t){function e(t,e){return t.p("widget/question/scale",e,e,{})}return t.register("widget/question/spectrum",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/question/spectrum",t,e)};c.templateName="widget/question/spectrum",t.exports=c},function(t,e,i){var n=i(1);i(4);!function(t){function e(t,e){return e=e.shiftBlocks(c),t.p("widget/question/_question",e,e,{})}function i(t,e){return e=e.shiftBlocks(c),t.s(e.get(["question"],!1),e,{block:n},{})}function n(t,e){return e=e.shiftBlocks(c),t.w('<table><tbody><tr><td class="civsci-question__option" data-civsci-widget-text><input id="civsci-').f(e.get(["instance"],!1),e,"h").w("-").f(e.getPath(!1,["question","id"]),e,"h").w('" type="text" maxlength="5" placeholder="5 digit ZIP code"></td></tr></tbody></table>')}t.register("widget/question/text",e);var c={QuestionBody:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/question/text",t,e)};c.templateName="widget/question/text",t.exports=c},function(t,e,i){var n=i(1);i(13);!function(t){function e(t,e){return t.p("widget/result/_option_result",e,e,{})}return t.register("widget/result/checkbox",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/result/checkbox",t,e)};c.templateName="widget/result/checkbox",t.exports=c},function(t,e,i){var n=i(1);i(27),i(9),i(42);!function(t){function e(t,e){return e=e.shiftBlocks(u),t.p("widget/result/extras/_base",e,e,{})}function i(t,e){return e=e.shiftBlocks(u),t.w('<div class="civsci-widget-trending-checklist"><div class="civsci-slide__box"><span class="civsci-widget--title">').h("eq",e,{else:n,block:r},{key:e.getPath(!1,["result","unanswered","length"]),value:0},"h").w('</span></div><div class="civsci-slide__box"><ul>').s(e.getPath(!1,["result","answered"]),e,{block:o},{}).s(e.getPath(!1,["result","unanswered"]),e,{block:a},{}).w("</ul></div>").h("eq",e,{block:l},{key:e.getPath(!1,["result","unanswered","length"]),value:0},"h").w("</div>")}function n(t,e){return e=e.shiftBlocks(u),t.h("eq",e,{else:c,block:s},{key:e.getPath(!1,["result","answered","length"]),value:1},"h")}function c(t,e){return e=e.shiftBlocks(u),t.w("You’ve weighed in on ").f(e.getPath(!1,["result","answered","length"]),e,"h").w(" trending topics so far.")}function s(t,e){return e=e.shiftBlocks(u),t.w("Nice! You weighed in on one of our trending topics.")}function r(t,e){return e=e.shiftBlocks(u),t.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(t,e){return e=e.shiftBlocks(u),t.w('<li class="civsci-widget-trending-checklist--answered"><span class="civsci-widget-trending-checklist__checkmark">').p("icons/checkmark",e,e,{}).w('</span><span class="civsci-widget-trending-checklist__label">').f(e.getPath(!0,[]),e,"h").w("</span></li>")}function a(t,e){return e=e.shiftBlocks(u),t.w('<li class="civsci-widget-trending-checklist--unanswered"><span class="civsci-widget-trending-checklist__bullet"></span><span class="civsci-widget-trending-checklist__label">').f(e.getPath(!0,[]),e,"h").w("</span></li>")}function l(t,e){return e=e.shiftBlocks(u),t.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",e,e,{}).w("</div></div></div>")}t.register("widget/result/extras/trending-checklist",e);var u={Content:i};return e.__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,e}(n);var c=function(t,e){n.render("widget/result/extras/trending-checklist",t,e)};c.templateName="widget/result/extras/trending-checklist",t.exports=c},function(t,e,i){var n=i(1);i(7),i(21);!function(t){function e(t,e){return e=e.shiftBlocks(l),t.p("widget/result/_result",e,e,{})}function i(t,e){return e=e.shiftBlocks(l),t.s(e.get(["result"],!1),e,{block:n},{})}function n(t,e){return e=e.shiftBlocks(l),t.w('<table><thead><tr><th colspan="2">&nbsp;</th>').s(e.get(["columns"],!1),e,{block:c},{}).w("</tr></thead><tbody>").s(e.get(["rows"],!1),e,{block:s},{}).w("</tbody></table>")}function c(t,e){return e=e.shiftBlocks(l),t.w("<th><span>").f(e.get(["text"],!1),e,"h").w("</span></th>")}function s(t,e){return e=e.shiftBlocks(l),t.w('<tr class="civsci-matrix-result__chart-row"><td colspan="2">').f(e.get(["text"],!1),e,"h").w("</td>").s(e.get(["options"],!1),e,{block:r},{}).w('</tr><tr class="civsci-matrix-result__percent-row"><td colspan="2">&nbsp;</td>').s(e.get(["options"],!1),e,{block:a},{}).w("</tr>")}function r(t,e){return e=e.shiftBlocks(l),t.w('<td class="civsci-matrix-result__chart civsci-result--percent-').f(e.get(["percent"],!1),e,"h").w(" ").x(e.get(["answered"],!1),e,{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",e,e,{}).w("</div></div></td>")}function o(t,e){return e=e.shiftBlocks(l),t.w("civsci-matrix-result--selected")}function a(t,e){return e=e.shiftBlocks(l),t.w('<td class="civsci-matrix-result__percent">').f(e.get(["percent"],!1),e,"h").w("%</td>")}t.register("widget/result/matrix",e);var l={ResultBody:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/result/matrix",t,e)};c.templateName="widget/result/matrix",t.exports=c},function(t,e,i){var n=i(1);i(13);!function(t){function e(t,e){return t.p("widget/result/_option_result",e,e,{})}return t.register("widget/result/radio",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/result/radio",t,e)};c.templateName="widget/result/radio",t.exports=c},function(t,e,i){var n=i(1);i(28);!function(t){function e(t,e){return t.p("widget/result/scale",e,e,{})}return t.register("widget/result/spectrum",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/result/spectrum",t,e)};c.templateName="widget/result/spectrum",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<div class="civsci-signpost"><div class="civsci-signpost__text">').b(e.getBlock("Text"),e,{},{}).w("</div></div>")}return t.register("widget/signpost/_signpostNoIcon",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/signpost/_signpostNoIcon",t,e)};c.templateName="widget/signpost/_signpostNoIcon",t.exports=c},function(t,e,i){var n=i(1);i(5),i(39);!function(t){function e(t,e){return e=e.shiftBlocks(c),t.p("widget/signpost/_signpost",e,e,{})}function i(t,e){return e=e.shiftBlocks(c),t.s(e.getPath(!1,["strings","fetchingQuestions"]),e,{},{})}function n(t,e){return e=e.shiftBlocks(c),t.p("icons/fetching",e,e,{})}t.register("widget/signpost/questions",e);var c={Text:i,Icon:n};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/signpost/questions",t,e)};c.templateName="widget/signpost/questions",t.exports=c},function(t,e,i){var n=i(1);i(5);!function(t){function e(t,e){return e=e.shiftBlocks(n),t.p("widget/signpost/_signpost",e,e,{})}function i(t,e){return e=e.shiftBlocks(n),t.s(e.getPath(!1,["strings","fetchingQuestions"]),e,{},{})}t.register("widget/signpost/questionsNoIcon",e);var n={Text:i};return e.__dustBody=!0,i.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/signpost/questionsNoIcon",t,e)};c.templateName="widget/signpost/questionsNoIcon",t.exports=c},function(t,e,i){var n=i(1);i(5),i(38);!function(t){function e(t,e){return e=e.shiftBlocks(c),t.p("widget/signpost/_signpost",e,e,{})}function i(t,e){return e=e.shiftBlocks(c),t.s(e.getPath(!1,["strings","calculatingResults"]),e,{},{})}function n(t,e){return e=e.shiftBlocks(c),t.p("icons/calculating",e,e,{})}t.register("widget/signpost/results",e);var c={Text:i,Icon:n};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/signpost/results",t,e)};c.templateName="widget/signpost/results",t.exports=c},function(t,e,i){var n=i(1);i(5);!function(t){function e(t,e){return e=e.shiftBlocks(n),t.p("widget/signpost/_signpost",e,e,{})}function i(t,e){return e=e.shiftBlocks(n),t.s(e.getPath(!1,["strings","calculatingResults"]),e,{},{})}t.register("widget/signpost/resultsNoIcon",e);var n={Text:i};return e.__dustBody=!0,i.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/signpost/resultsNoIcon",t,e)};c.templateName="widget/signpost/resultsNoIcon",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.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 t.register("widget/slide",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/slide",t,e)};c.templateName="widget/slide",t.exports=c},function(t,e,i){var n=i(1);i(8),i(9),i(22);!function(t){function e(t,e){return e=e.shiftBlocks(a),t.p("widget/summary/_summary",e,e,{})}function i(t,e){return e=e.shiftBlocks(a),t.w('<div class="civsci-slide__box civsci-quiz-summary__title"><div class="civsci-widget--detail-text">').s(e.getPath(!1,["strings","quizSummaryYouAnswered"]),e,{},{}).w('</div><div class="civsci-widget--title">').s(e.getPath(!1,["strings","quizSummaryNOutOfM"]),e,{},{n:n,m:c}).w('</div><div class="civsci-widget--detail-text">').s(e.getPath(!1,["strings","quizSummaryQuestionsCorrectly"]),e,{},{}).w('</div></div><div class="civsci-slide__box civsci-quiz-summary__icons">').s(e.getPath(!1,["summary","resultSequence"]),e,{block:s},{}).w("</div>")}function n(t,e){return e=e.shiftBlocks(a),t.f(e.getPath(!1,["summary","countCorrect"]),e,"h")}function c(t,e){return e=e.shiftBlocks(a),t.f(e.getPath(!1,["summary","countTotal"]),e,"h")}function s(t,e){return e=e.shiftBlocks(a),t.x(e.get(["correct"],!1),e,{else:r,block:o},{})}function r(t,e){return e=e.shiftBlocks(a),t.w('<span class="civsci-widget--quiz-icon">').p("icons/x",e,e,{}).w("</span>")}function o(t,e){return e=e.shiftBlocks(a),t.w('<span class="civsci-widget--quiz-icon">').p("icons/checkmark",e,e,{}).w("</span>")}t.register("widget/summary/quiz",e);var a={SummaryContent:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/summary/quiz",t,e)};c.templateName="widget/summary/quiz",t.exports=c},function(t,e,i){var n=i(1);i(8),i(3);!function(t){function e(t,e){return e=e.shiftBlocks(s),t.p("widget/summary/_summary",e,e,{})}function i(t,e){return e=e.shiftBlocks(s),t.p("widget/_titled_text",e,e,{})}function n(t,e){return e=e.shiftBlocks(s),t.f(e.getPath(!1,["summary","title"]),e,"h")}function c(t,e){return e=e.shiftBlocks(s),t.f(e.getPath(!1,["summary","body"]),e,"h")}t.register("widget/summary/text",e);var s={Title:n,Body:c,SummaryContent:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/summary/text",t,e)};c.templateName="widget/summary/text",t.exports=c},function(t,e,i){var n=i(1);i(8),i(3);!function(t){function e(t,e){return e=e.shiftBlocks(s),t.p("widget/summary/_summary",e,e,{})}function i(t,e){return e=e.shiftBlocks(s),t.p("widget/_titled_text",e,e,{})}function n(t,e){return e=e.shiftBlocks(s),t.s(e.getPath(!1,["strings","thankYouTitle"]),e,{},{})}function c(t,e){return e=e.shiftBlocks(s),t.s(e.getPath(!1,["strings","thankYouBody"]),e,{},{})}t.register("widget/summary/thank_you",e);var s={Title:n,Body:c,SummaryContent:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,c.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/summary/thank_you",t,e)};c.templateName="widget/summary/thank_you",t.exports=c},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<div class="civsci-slide__box"><span class="civsci-widget--title">Configure Polling Widget</span></div><div class="civsci-slide__box">You can see this polling widget because you are one of its administrators. Regular visitors will not see this until it is configured.</div><div class="civsci-slide__box">Use the gear icon in the upper right corner to proceed with the configuration, and then <a href="javascript:parent.location.reload(true)">refresh this page</a>.</div>')}return t.register("widget/target_admin",e),e.__dustBody=!0,e}(n);var c=function(t,e){n.render("widget/target_admin",t,e)};c.templateName="widget/target_admin",t.exports=c},function(t,e,i){var n,c,s;!function(r,o){i(6)&&i(6).dust===!0?(c=[i(1)],n=o,s="function"==typeof n?n.apply(e,c):n,!(void 0!==s&&(t.exports=s))):(t.exports=o(i(1)),t.exports.registerWith=o)}(this,function(t){function e(e,i,n){n=n||"INFO",e=e?"{@"+e+"}: ":"",t.log(e+i,n)}function i(t){d[t]||(e(t,"Deprecation warning: "+t+" is deprecated and will be removed in a future version of dustjs-helpers","WARN"),e(null,"For help and a deprecation timeline, see https://github.com/linkedin/dustjs-helpers/wiki/Deprecated-Features#"+t.replace(/\W+/g,""),"WARN"),d[t]=!0)}function n(t){return t.stack.tail&&t.stack.tail.head&&"undefined"!=typeof t.stack.tail.head.__select__}function c(t){return n(t)&&t.get("__select__")}function s(t,e){var i,n=t.stack.head,c=t.rebase();t.stack&&t.stack.tail&&(c.stack=t.stack.tail);var s={isPending:!1,isResolved:!1,isDeferredComplete:!1,deferreds:[]};for(i in e)s[i]=e[i];return c.push({__select__:s}).push(n,t.stack.index,t.stack.of)}function r(t){var e,i;if(t.isDeferredPending=!0,t.deferreds.length)for(t.isDeferredComplete=!0,e=0,i=t.deferreds.length;e<i;e++)t.deferreds[e]();t.isDeferredPending=!1}function o(t,e){return"function"==typeof e?e.toString().replace(/(^\s+|\s+$)/gm,"").replace(/\n/gm,"").replace(/,\s*/gm,", ").replace(/\)\{/gm,") {"):e}function a(t,e){return function(i,n,c,s){return l(i,n,c,s,t,e)}}function l(t,i,n,s,r,o){var a,l,d,p,_=n.block,f=n.else,v=c(i)||{};if(v.isResolved&&!v.isDeferredPending)return t;if(s.hasOwnProperty("key"))l=s.key;else{if(!v.hasOwnProperty("key"))return e(r,"No key specified","WARN"),t;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),_&&(t=t.render(_,i)),a&&(v.isResolved=!0)):f&&(t=t.render(f,i)),t}function u(t,e){switch(e&&(e=e.toLowerCase()),e){case"number":return+t;case"string":return String(t);case"boolean":return t="false"!==t&&t,Boolean(t);case"date":return new Date(t)}return t}var d={},p={tap:function(t,e,n){return i("tap"),n.resolve(t)},sep:function(t,e,i){var n=i.block;return e.stack.index===e.stack.of-1?t:n?n(t,e):t},first:function(t,e,i){return 0===e.stack.index?i.block(t,e):t},last:function(t,e,i){return e.stack.index===e.stack.of-1?i.block(t,e):t},contextDump:function(t,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":e("contextDump",r);break;default:r=r.replace(/</g,"\\u003c"),t=t.write(r)}return t},math:function(t,i,n,o){var a,l=o.key,u=o.method,d=o.operand,p=o.round;if(!o.hasOwnProperty("key")||!o.method)return e("math","`key` or `method` was not provided","ERROR"),t;switch(l=parseFloat(i.resolve(l)),d=parseFloat(i.resolve(d)),u){case"mod":0===d&&e("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&&e("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:e("math","Method `"+u+"` is not supported","ERROR")}return"undefined"!=typeof a&&(p&&(a=Math.round(a)),n&&n.block?(i=s(i,{key:a}),t=t.render(n.block,i),r(c(i))):t=t.write(a)),t},select:function(t,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),t=t.render(a,i),r(c(i))):e("select","Missing body block","WARN"),t},eq:a("eq",function(t,e){return t===e}),ne:a("ne",function(t,e){return t!==e}),lt:a("lt",function(t,e){return t<e}),lte:a("lte",function(t,e){return t<=e}),gt:a("gt",function(t,e){return t>e}),gte:a("gte",function(t,e){return t>=e}),any:function(t,i,n,s){var r=c(i);return r?r.isDeferredComplete?e("any","Must not be nested inside {@any} or {@none} block","ERROR"):t=t.map(function(t){r.deferreds.push(function(){r.isResolved&&(t=t.render(n.block,i)),t.end()})}):e("any","Must be used inside a {@select} block","ERROR"),t},none:function(t,i,n,s){var r=c(i);return r?r.isDeferredComplete?e("none","Must not be nested inside {@any} or {@none} block","ERROR"):t=t.map(function(t){r.deferreds.push(function(){r.isResolved||(t=t.render(n.block,i)),t.end()})}):e("none","Must be used inside a {@select} block","ERROR"),t},size:function(e,i,n,c){var s,r,o=c.key;if(o=i.resolve(c.key),o&&o!==!0)if(t.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 e.write(s)}};for(var _ in p)t.helpers[_]=p[_];return t})},function(t,e){function i(){throw new Error("setTimeout has not been defined")}function n(){throw new Error("clearTimeout has not been defined")}function c(t){if(u===setTimeout)return setTimeout(t,0);if((u===i||!u)&&setTimeout)return u=setTimeout,setTimeout(t,0);try{return u(t,0)}catch(e){try{return u.call(null,t,0)}catch(e){return u.call(this,t,0)}}}function s(t){if(d===clearTimeout)return clearTimeout(t);if((d===n||!d)&&clearTimeout)return d=clearTimeout,clearTimeout(t);try{return d(t)}catch(e){try{return d.call(null,t)}catch(e){return d.call(this,t)}}}function r(){v&&_&&(v=!1,_.length?f=_.concat(f):g=-1,f.length&&o())}function o(){if(!v){var t=c(r);v=!0;for(var e=f.length;e;){for(_=f,f=[];++g<e;)_&&_[g].run();g=-1,e=f.length}_=null,v=!1,s(t)}}function a(t,e){this.fun=t,this.array=e}function l(){}var u,d,p=t.exports={};!function(){try{u="function"==typeof setTimeout?setTimeout:i}catch(t){u=i}try{d="function"==typeof clearTimeout?clearTimeout:n}catch(t){d=n}}();var _,f=[],v=!1,g=-1;p.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)e[i-1]=arguments[i];f.push(new a(t,e)),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(t){return[]},p.binding=function(t){throw new Error("process.binding is not supported")},p.cwd=function(){return"/"},p.chdir=function(t){throw new Error("process.chdir is not supported")},p.umask=function(){return 0}},function(t,e,i){var n;!function(){function c(t,e,i){return t.call.apply(t.bind,arguments)}function s(t,e,i){if(!t)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),t.apply(e,i)}}return function(){return t.apply(e,arguments)}}function r(t,e,i){return r=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?c:s,r.apply(null,arguments)}function o(t,e){this.a=t,this.o=e||t,this.c=this.o.document}function a(t,e,i,n){if(e=t.c.createElement(e),i)for(var c in i)i.hasOwnProperty(c)&&("style"==c?e.style.cssText=i[c]:e.setAttribute(c,i[c]));return n&&e.appendChild(t.c.createTextNode(n)),e}function l(t,e,i){t=t.c.getElementsByTagName(e)[0],t||(t=document.documentElement),t.insertBefore(i,t.lastChild)}function u(t){t.parentNode&&t.parentNode.removeChild(t)}function d(t,e,i){e=e||[],i=i||[];for(var n=t.className.split(/\s+/),c=0;c<e.length;c+=1){for(var s=!1,r=0;r<n.length;r+=1)if(e[c]===n[r]){s=!0;break}s||n.push(e[c])}for(e=[],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||e.push(n[c])}t.className=e.join(" ").replace(/\s+/g," ").replace(/^\s+|\s+$/,"")}function p(t,e){for(var i=t.className.split(/\s+/),n=0,c=i.length;n<c;n++)if(i[n]==e)return!0;return!1}function _(t){return t.o.location.hostname||t.a.location.hostname}function f(t,e,i){function n(){o&&c&&s&&(o(r),o=null)}e=a(t,"link",{rel:"stylesheet",href:e,media:"all"});var c=!1,s=!0,r=null,o=i||null;st?(e.onload=function(){c=!0,n()},e.onerror=function(){c=!0,r=Error("Stylesheet failed to load"),n()}):setTimeout(function(){c=!0,n()},0),l(t,"head",e)}function v(t,e,i,n){var c=t.c.getElementsByTagName("head")[0];if(c){var s=a(t,"script",{src:e}),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 g(){this.a=0,this.c=null}function h(t){return t.a++,function(){t.a--,w(t)}}function m(t,e){t.c=e,w(t)}function w(t){0==t.a&&t.c&&(t.c(),t.c=null)}function y(t){this.a=t||"-"}function b(t,e){this.c=t,this.f=4,this.a="n";var i=(e||"n4").match(/^([nio])([1-9])$/i);i&&(this.a=i[1],this.f=parseInt(i[2],10))}function x(t){return I(t)+" "+(t.f+"00")+" 300px "+k(t.c)}function k(t){var e=[];t=t.split(/,\s*/);for(var i=0;i<t.length;i++){var n=t[i].replace(/['"]/g,"");-1!=n.indexOf(" ")||/^\d/.test(n)?e.push("'"+n+"'"):e.push(n)}return e.join(",")}function D(t){return t.a+t.f}function I(t){var e="normal";return"o"===t.a?e="oblique":"i"===t.a&&(e="italic"),e}function q(t){var e=4,i="n",n=null;return t&&((n=t.match(/(normal|oblique|italic)/i))&&n[1]&&(i=n[1].substr(0,1).toLowerCase()),(n=t.match(/([1-9]00|normal|bold)/i))&&n[1]&&(/bold/i.test(n[1])?e=7:/[1-9]00/.test(n[1])&&(e=parseInt(n[1].substr(0,1),10)))),i+e}function C(t,e){this.c=t,this.f=t.o.document.documentElement,this.h=e,this.a=new y("-"),this.j=!1!==e.events,this.g=!1!==e.classes}function T(t){t.g&&d(t.f,[t.a.c("wf","loading")]),N(t,"loading")}function B(t){if(t.g){var e=p(t.f,t.a.c("wf","active")),i=[],n=[t.a.c("wf","loading")];e||i.push(t.a.c("wf","inactive")),d(t.f,i,n)}N(t,"inactive")}function N(t,e,i){t.j&&t.h[e]&&(i?t.h[e](i.c,D(i)):t.h[e]())}function E(){this.c={}}function S(t,e,i){var n,c=[];for(n in e)if(e.hasOwnProperty(n)){
var s=t.c[n];s&&c.push(s(e[n],i))}return c}function A(t,e){this.c=t,this.f=e,this.a=a(this.c,"span",{"aria-hidden":"true"},this.f)}function j(t){l(t.c,"body",t.a)}function L(t){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(t.c)+";"+("font-style:"+I(t)+";font-weight:"+(t.f+"00")+";")}function P(t,e,i,n,c,s){this.g=t,this.j=e,this.a=n,this.c=i,this.f=c||3e3,this.h=s||void 0}function M(t,e,i,n,c,s,r){this.v=t,this.B=e,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),t=new b(this.a.c+",serif",D(this.a)),t=L(t),this.g.a.style.cssText=t,t=new b(this.a.c+",sans-serif",D(this.a)),t=L(t),this.h.a.style.cssText=t,t=new b("serif",D(this.a)),t=L(t),this.j.a.style.cssText=t,t=new b("sans-serif",D(this.a)),t=L(t),this.m.a.style.cssText=t,j(this.g),j(this.h),j(this.j),j(this.m)}function R(){if(null===ot){var t=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))/.exec(window.navigator.userAgent);ot=!!t&&(536>parseInt(t[1],10)||536===parseInt(t[1],10)&&11>=parseInt(t[2],10))}return ot}function z(t,e,i){for(var n in rt)if(rt.hasOwnProperty(n)&&e===t.f[rt[n]]&&i===t.f[rt[n]])return!0;return!1}function O(t){var e,i=t.g.a.offsetWidth,n=t.h.a.offsetWidth;(e=i===t.f.serif&&n===t.f["sans-serif"])||(e=R()&&z(t,i,n)),e?ct()-t.A>=t.w?R()&&z(t,i,n)&&(null===t.u||t.u.hasOwnProperty(t.a.c))?H(t,t.v):H(t,t.B):F(t):H(t,t.v)}function F(t){setTimeout(r(function(){O(this)},t),50)}function H(t,e){setTimeout(r(function(){u(this.g.a),u(this.h.a),u(this.j.a),u(this.m.a),e(this.a)},t),0)}function W(t,e,i){this.c=t,this.a=e,this.f=0,this.m=this.j=!1,this.s=i}function U(t){0==--t.f&&t.j&&(t.m?(t=t.a,t.g&&d(t.f,[t.a.c("wf","active")],[t.a.c("wf","loading"),t.a.c("wf","inactive")]),N(t,"active")):B(t.a))}function $(t){this.j=t,this.a=new E,this.h=0,this.f=this.g=!0}function Q(t,e,i,n,c){var s=0==--t.h;(t.f||t.g)&&setTimeout(function(){var t=c||null,o=n||null||{};if(0===i.length&&s)B(e.a);else{e.f+=i.length,s&&(e.j=s);var a,l=[];for(a=0;a<i.length;a++){var u=i[a],p=o[u.c],_=e.a,f=u;if(_.g&&d(_.f,[_.a.c("wf",f.c,D(f).toString(),"loading")]),N(_,"fontloading",f),_=null,null===at)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);at=f?42<parseInt(f[1],10):!v}else at=!1;_=at?new P(r(e.g,e),r(e.h,e),e.c,u,e.s,p):new M(r(e.g,e),r(e.h,e),e.c,u,e.s,t,p),l.push(_)}for(a=0;a<l.length;a++)l[a].start()}},0)}function V(t,e,i){var n=[],c=i.timeout;T(e);var n=S(t.a,i,t.c),s=new W(t.c,e,c);for(t.h=n.length,e=0,i=n.length;e<i;e++)n[e].load(function(e,i,n){Q(t,s,e,i,n)})}function Y(t,e){this.c=t,this.a=e}function G(t,e){this.c=t,this.a=e}function X(t,e){t?this.c=t:this.c=lt,this.a=[],this.f=[],this.g=e||""}function Z(t,e){for(var i=e.length,n=0;n<i;n++){var c=e[n].split(":");3==c.length&&t.f.push(c.pop());var s="";2==c.length&&""!=c[1]&&(s=":"),t.a.push(c.join(s))}}function J(t){if(0==t.a.length)throw Error("No fonts to load!");if(-1!=t.c.indexOf("kit="))return t.c;for(var e=t.a.length,i=[],n=0;n<e;n++)i.push(t.a[n].replace(/ /g,"+"));return e=t.c+"?family="+i.join("%7C"),0<t.f.length&&(e+="&subset="+t.f.join(",")),0<t.g.length&&(e+="&text="+encodeURIComponent(t.g)),e}function K(t){this.f=t,this.a=[],this.c={}}function tt(t){for(var e=t.f.length,i=0;i<e;i++){var n=t.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=_t.exec(u.toLowerCase());if(null==d)u="";else{if(u=d[2],u=null==u||""==u?"n":pt[u],d=d[1],null==d||""==d)d="4";else var p=dt[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=ut[n[0]])&&(t.c[c]=n))}for(t.c[c]||(n=ut[c])&&(t.c[c]=n),n=0;n<s.length;n+=1)t.a.push(new b(c,s[n]))}}function et(t,e){this.c=t,this.a=e}function it(t,e){this.c=t,this.a=e}function nt(t,e){this.c=t,this.f=e,this.a=[]}var ct=Date.now||function(){return+new Date},st=!!window.FontFace;y.prototype.c=function(t){for(var e=[],i=0;i<arguments.length;i++)e.push(arguments[i].replace(/[\W_]+/g,"").toLowerCase());return e.join(this.a)},P.prototype.start=function(){var t=this.c.o.document,e=this,i=ct(),n=new Promise(function(n,c){function s(){ct()-i>=e.f?c():t.fonts.load(x(e.a),e.h).then(function(t){1<=t.length?n():setTimeout(s,25)},function(){c()})}s()}),c=null,s=new Promise(function(t,i){c=setTimeout(i,e.f)});Promise.race([s,n]).then(function(){c&&(clearTimeout(c),c=null),e.g(e.a)},function(){e.j(e.a)})};var rt={D:"serif",C:"sans-serif"},ot=null;M.prototype.start=function(){this.f.serif=this.j.a.offsetWidth,this.f["sans-serif"]=this.m.a.offsetWidth,this.A=ct(),O(this)};var at=null;W.prototype.g=function(t){var e=this.a;e.g&&d(e.f,[e.a.c("wf",t.c,D(t).toString(),"active")],[e.a.c("wf",t.c,D(t).toString(),"loading"),e.a.c("wf",t.c,D(t).toString(),"inactive")]),N(e,"fontactive",t),this.m=!0,U(this)},W.prototype.h=function(t){var e=this.a;if(e.g){var i=p(e.f,e.a.c("wf",t.c,D(t).toString(),"active")),n=[],c=[e.a.c("wf",t.c,D(t).toString(),"loading")];i||n.push(e.a.c("wf",t.c,D(t).toString(),"inactive")),d(e.f,n,c)}N(e,"fontinactive",t),U(this)},$.prototype.load=function(t){this.c=new o(this.j,t.context||this.j),this.g=!1!==t.events,this.f=!1!==t.classes,V(this,new C(this.c,t),t)},Y.prototype.load=function(t){function e(){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))}t(r)}else setTimeout(function(){e()},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?t([]):(s["__MonotypeConfiguration__"+n]=function(){return i.a},e())}).id="__MonotypeAPIScript__"+n}else t([])},G.prototype.load=function(t){var e,i,n=this.a.urls||[],c=this.a.families||[],s=this.a.testStrings||{},r=new g;for(e=0,i=n.length;e<i;e++)f(this.c,n[e],h(r));var o=[];for(e=0,i=c.length;e<i;e++)if(n=c[e].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(){t(o,s)})};var lt="https://fonts.googleapis.com/css",ut={latin:"BESbswy","latin-ext":"çöüğş",cyrillic:"йяЖ",greek:"αβΣ",khmer:"កខគ",Hanuman:"កខគ"},dt={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"},pt={i:"i",italic:"i",n:"n",normal:"n"},_t=/^(thin|(?:(?:extra|ultra)-?)?light|regular|book|medium|(?:(?:semi|demi|extra|ultra)-?)?bold|black|heavy|l|r|b|[1-9]00)?(n|i|normal|italic)?$/,ft={Arimo:!0,Cousine:!0,Tinos:!0};et.prototype.load=function(t){var e=new g,i=this.c,n=new X(this.a.api,this.a.text),c=this.a.families;Z(n,c);var s=new K(c);tt(s),f(i,J(n),h(e)),m(e,function(){t(s.a,s.c,ft)})},it.prototype.load=function(t){var e=this.a.id,i=this.c.o;e?v(this.c,(this.a.api||"https://use.typekit.net")+"/"+e+".js",function(e){if(e)t([]);else if(i.Typekit&&i.Typekit.config&&i.Typekit.config.fn){e=i.Typekit.config.fn;for(var n=[],c=0;c<e.length;c+=2)for(var s=e[c],r=e[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(t){}t(n)}},2e3):t([])},nt.prototype.load=function(t){var e=this.f.id,i=this.c.o,n=this;e?(i.__webfontfontdeckmodule__||(i.__webfontfontdeckmodule__={}),i.__webfontfontdeckmodule__[e]=function(e,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)))}t(n.a)},v(this.c,(this.f.api||"https://f.fontdeck.com/s/css/js/")+_(this.c)+"/"+e+".js",function(e){e&&t([])})):t([])};var vt=new $(window);vt.a.c.custom=function(t,e){return new G(e,t)},vt.a.c.fontdeck=function(t,e){return new nt(e,t)},vt.a.c.monotype=function(t,e){return new Y(e,t)},vt.a.c.typekit=function(t,e){return new it(e,t)},vt.a.c.google=function(t,e){return new et(e,t)};var gt={load:r(vt.load,vt)};n=function(){return gt}.call(e,i,e,t),!(void 0!==n&&(t.exports=n))}()},function(t,e,i){var n,c;n=[i(2)],c=function(t){"use strict";function e(e,n){var c=t.Deferred(),s=(new Date).getTime()+e;n(0);var r=setInterval(function(){var t=s-(new Date).getTime();t<=0?(clearInterval(r),n(1),c.resolve(null)):n(1-t/e)},i);return c.promise()}var i=16;return{scrollTop:function(i,n,c){var s=[];return i.each(function(){var i=t(this),r=i.prop("scrollTop");if(void 0!=r){var o=n-r;s.push(e(c,function(t){var e;e=t<=0?r:t>=1?n:t*o+r,i.prop("scrollTop",e)}))}}),t.when.apply(t,s)},fadeOut:function(i,n){var c=[];return i.each(function(){var i=t(this),s=i.css("opacity");c.push(e(n,function(t){var e;e=t<=0?s:t>=1?0:(1-t)*s,i.css("opacity",e)}).then(function(){i.hide()}))}),t.when.apply(t,c)}}}.apply(e,n),!(void 0!==c&&(t.exports=c))},function(t,e,i){var n;n=function(){"use strict";var t,e,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:"Powered by CivicScience",es:"Presentado por CivicScience"},addThisWidget:{en:"Add This Widget To Your Site",es:"Agrega Este Widget A Tu Sitio"},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(t in i)for(e in i[t])n[e]=n[e]||{},n[e][t]=i[t][e];return n}.call(e,i,e,t),!(void 0!==n&&(t.exports=n))},function(t,e,i){var n,c;n=[i(2),i(18),i(75),i(32),i(15),i(35),i(31),i(76),i(17),i(79),i(20)],c=function(t,e,n,c,s,r,o,a,l,u,d){"use strict";function p(e){var i=t.Deferred();return setTimeout(function(){i.resolve()},e),i.promise()}function _(e){function i(){t(this).off("transitionend.promiseTransitionEnd"),n.resolve(e)}var n=t.Deferred(),c=parseFloat(e.css("transitionDuration"))||0;return 0==c?n.resolve():(e.on("transitionend.promiseTransitionEnd",function(t){t.target==this&&i()}),setTimeout(i,1e3*c+50)),n}function f(e){return C.then(function(){function i(){e(s)&&(s.off("resize scroll",i),clearInterval(n),c.resolve())}var n,c=t.Deferred(),s=t(window);return s.on("resize scroll",i),n=setInterval(i,5e3),i(),c.promise()})}function v(t,e){t.attr("data-civsci-widget-natures",e.join(" "))}function g(t,e){return t.attr("data-civsci-widget-disabled",!e||null),t}function h(t){return g(t,!0)}function m(t){return g(t,!1)}function w(e,i,n){function c(){return n.ba&&1==n.ba}function s(){i.find("[data-civsci-widget-option]").each(function(i,n){var c=t(n),s=e.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",!e.canSubmit())}function r(){e.canSubmit()&&(m(i),e.submit().then(null,function(t){return null}).then(function(t){l.resolve(t)}),a.resolve())}this.id=e.id+"",this.role=e.role+"",this.$content=m(i);var o=!1,a=t.Deferred(),l=t.Deferred();s(),this.ask=function(){return o||(e.served(),s(),i.on("change","[data-civsci-widget-option] :input",function(){var i=t(this),n=i.closest("[data-civsci-widget-option]").data("civsci-widget-option"),r=e.getOptionById(n);null!=r&&r.setSelected(i.prop("checked")),c()&&e.select(n),s()}),i.on("input","input[type='text']",function(){var i=t(this);e.setValue(i.val()),s()}),i.on("click","[data-civsci-widget-submit]",r),"radio"!=e.type||c()||i.on("click change","[data-civsci-widget-option] :input",r),h(i),o=!0),a},this.result=function(){return a.then(function(){return l})}}function y(e){m(e);var i=t.Deferred();this.$content=e,this.enable=function(){return h(e),e.one("click","[data-civsci-widget-next]",function(){m(e),i.resolve()}),this},this.acknowledged=function(){return i.promise()}}function b(g){function C(n,c){var s=t.Deferred();return J.then(function(t){var r=i(36)("./"+n+".dust");c=e.context(t).push(c),r(c,function(t,e){t?s.reject(t):s.resolve(e)})}),s.promise()}function B(e,i,n){e="civicscience:"+e,n=t.extend(n,{widget:V});var c;try{c=new CustomEvent(e,{bubbles:!0,cancelable:!!i,detail:n})}catch(t){c=document.createEvent("CustomEvent"),c.initCustomEvent(e,!0,i,n)}return Y[0].dispatchEvent(c)}function N(e){var i=Y.offset().top,n=Y.height(),c=e.scrollTop(),s=e[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>=t(document).height()}function E(e){function i(t){it.jot(Y,"pageview-timing","elapsed",{target:g.target,elapsed:(new Date).getTime()-s,reason:t,targetNatures:e})}function n(){i("log-position")}var c="civsci-pageview-timing-is-initialized";if(!Y.data(c)){Y.data(c,!0);var s=(new Date).getTime(),r=!1;setInterval(n,1e4),t("html").mouseleave(function(){i("mouse-left")}),t(document).on("click","a",function(){"_blank"!==this.target&&i("clicked-link")}),et.then(function(){r=!0,i("container-seen")})}}function S(){var e=t.Deferred(),i=t(window),n=Y.offset().top;return n<i.scrollTop()?a.scrollTop(t("html, body"),n,k).then(function(){e.resolve()}):e.resolve(),e.promise()}function A(e){return C("slide",{}).then(function(i){var n=t(i);return n.find("[data-civsci-widget-slide-content]").html(e),n})}function j(){return A("").then(function(t){return t.hide()})}function L(t,e){return A("").then(function(i){var n=i.find("[data-civsci-widget-slide-overlay]").html(t).attr("data-civsci-widget-slide-overlay",!0);return e.then(function(t){i.find("[data-civsci-widget-slide-content]").html(t),a.fadeOut(n,x)}),i})}function P(e,i){function c(){s.resolve()}var s=t.Deferred();return n.load(t.extend({},e,{context:i,active:c,inactive:c})),setTimeout(c,800),s.promise()}function M(t,e){var i=parseFloat(t.css("padding-"+e));return i>0?{padding:i+"px",margin:-i+"px"}:void 0}function R(t){return t.promiseConclusion().then(function(t){return t.portalUrl.indexOf("//www.civicscience.com/")!=-1&&(t.portalUrl=t.portalUrl+(t.portalUrl.indexOf("?")==-1?"?":"&")+"referrer="+encodeURIComponent(document.location.href)),t})}function z(e,i){function n(t){K.questionAsked(e,t),e[t].ask().then(function(){K.questionAnswered(e,t),i.next().then(function(){t+1==e.length?(K.afterAskingQuestions(e),c.resolve()):n(t+1)})})}var c=t.Deferred(),s=t.Deferred(),r=nt.then(function(t){return R(t)});K.beforeAskingQuestions(e),n(0);var o=[];return t.each(e,function(t,e){o.push(e.result().then(function(t){return null==t||t.hidden?[]:t.results}))}),t.when.apply(t,o).then(function(){s.resolve(t.grep(arguments,function(t){return null!=t}))}),t.when(r,s,c).then(function(t,e){return t.results=[].concat.apply([],e),t})}function O(e,i){var n=[];return t.inArray("results-disabled",i.natures)==-1&&(e.summary&&n.push(C("summary/"+e.summary.type,{summary:e.summary,isFollowedByResults:e.results.length>0,portalUrl:e.portalUrl}).then(function(e){return t(e)})),t.each(e.results||[],function(i,c){n.push(C("result/"+c.type,{result:c,instance:Y[0].id,index1:i+1,total:e.results.length,portalUrl:e.portalUrl,isPrecededBySummary:null!=e.summary,hasBackButton:null!=e.summary||i>0}).then(function(e){var i=t(e);return"function"==typeof rt[c.type]&&(i=rt[c.type](i)),i}))})),0==n.length&&n.push(C("summary/thank_you",{isFollowedByResults:!1,portalUrl:e.portalUrl}).then(function(e){return t(e)})),t.when.apply(t,n).then(function(){return[].slice.call(arguments)})}function F(e,i){function n(t){return m(e.current()),e[t]().then(function(t){h(t)})}var c=t.Deferred(),s=0;return K.beforeShowingResults(i),e.$container.off(".navigateConclusion"),e.$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)}))}),e.$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)}))}),e.$container.on("click.navigateConclusion","[data-civsci-widget-restart]",function(){return K.afterShowingResults(i),n("next").then(function(){return c.resolve()})}),c.promise()}function H(t,e,i){return C(i.useIcons?"signpost/questions":"signpost/questionsNoIcon").then(function(e){return L(e,t)}).then(function(t){e.add(t)})}function W(t,e,i){return C(i.useIcons?"signpost/results":"signpost/resultsNoIcon").then(function(e){return L(e,t)}).then(function(t){e.add(t)})}function U(e,i,n,c){var s=[];if(e||0!=i.length){var r=0;null!=e?c.resolve(e.$content):c.resolve(i[r++].$content),t.each(i.slice(r),function(t,e){s.push(A(e.$content).then(function(t){n.add(t)}))})}else s.push(C("intro/empty").then(function(e){return c.resolve(t(e)),q}));return t.when.apply(t,s).then(function(){n.purgeDeepHistory()})}function $(e,i,n){var c=[];return e.length>0&&(n.resolve(e[0]),t.each(e.slice(1),function(t,e){var n=A(e).then(function(t){t=m(t),i.add(t)});c.push(n)})),t.when.apply(t,c).then(function(){i.purgeDeepHistory()})}function Q(e,i,n,c,s){var r=i.promiseIntro().then(function(e){return null==e?null:C("intro/"+e.type,{intro:e}).then(function(e){return new y(t(e))})}),o=i.promiseQuestions().then(function(e){if(0==e.length)return[];var i=[];return t.each(e,function(n,s){var r=C("question/"+s.type,{question:s,instance:Y[0].id,index1:n+1,total:e.length}).then(function(e){return new w(s,t(e),c)});i.push(r)}),t.when.apply(t,i).then(function(){return[].slice.call(arguments)})}),a=t.Deferred(),l=t.Deferred();t.when(r,o).then(function(r,o){var u;0==o.length&&null==r?(a=s,u=R(i)):u=U(r,o,n,s).then(function(){return W(a,n,c)}).then(function(){return null==e?null:e.acknowledged()}).then(function(){return null==r?null:r.enable().acknowledged().then(function(){return n.next()})}).then(function(){return z(o,n)}),t.when(u).then(function(e){return t.when(e,O(e,c))}).then(function(t,e){return $(e,n,a).then(function(){return t.portalUrl?null:H(l,n,c)}).then(function(){return F(n,e.length)})}).then(function(){return i.promiseRestart()}).then(function(t){Q(null,t,n,c,l)})})}var V=this;if(g=t.extend({},T,g),void 0==g.target)throw new Error("Missing widget target option");if(void 0==g.container)throw new Error("Missing widget container option");var Y=t(g.container).first();if(0==Y.length)throw new Error("Widget container not found: "+g.container);if(void 0==Y[0].id)throw new Error('Widget container does not have an "id" attribute: '+g.container);var G=g.hostname+"";g.canonical&&(l=g.canonical),function(){var t=l.match(/[?&]civicscience-widget-question=([^&]+)/);null!=t&&(g.question=decodeURIComponent(t[1]))}(),function(){var t=l.match(/[?&]civicscience-widget-survey=([^&]+)/);null!=t&&(g.survey=decodeURIComponent(t[1]))}();var X=l.replace(/^[^:]+:/,"").replace(/\/+$/,""),Z=s({hostname:G,target:g.target,instance:Y[0].id,context:X}).promiseInfo().then(function(e){if(g.skipPositioning===!0)return e;if(e.positionable&&null!==e.p){var i=e.p.split("|"),n=i.shift(),c=i.join("|"),s=t(c);s.length&&("before"===n?Y.insertBefore(s[0]):Y.insertAfter(s[0]))}return e}).then(function(e){if(t.inArray("rootbeer-enabled",e.natures)!=-1&&e.rootbeer){window._avp=window._avp||[];var i=function(){var e=t.Deferred(),i=document.createElement("script");return i.src="https://bluellipse.advertserve.com/js/libcode3.js",i.async=!0,i.type="text/javascript",i.onload=function(){e.resolve()},document.getElementsByTagName("head")[0].appendChild(i),e.promise()}();u(Y,e.rootbeer,i),1==e.rootbeer.rotate&&t(document).on("civicscience:questionAnswered civicscience:beforeShowingResults civicscience:resultDeparted cs:asrefresh",function(){u(Y,e.rootbeer,i)})}return e}).then(function(e){return t.inArray("pageview-timing-enabled",e.natures)!=-1&&E(e.natures),e}).then(function(e){return t.inArray("stealth-mode",e.natures)!==-1?q:e}).then(function(e){return(g.question||t.isArray(g.question)&&g.question.length>0)&&(e.contextualQuestionHiddenState=""),e}),J=Z.then(function(e){var n=i(77);t.each(e.strings,function(e,i){t.each(i,function(t,i){n[e][t]=i})});var c=g.locale||e.locale;t.each(n[c]||n.en,function(t,e){n[t]=function(t,i,n,c){t.write(r(e,t,i,c))}});var s={};return t.each(e.natures,function(t,e){s[e]=e}),e=t.extend({},e,{natures:s}),{__isPortalMode:g.__isPortalMode,strings:n,targetInfo:e}}),K={beforeFetchingQuestions:function(){return B("beforeFetchingQuestions",!1)},beforeAskingQuestions:function(e){return B("beforeAskingQuestions",!1,{ids:t.map(e,function(t){return t.id})})},questionAsked:function(t,e){return B("questionAsked",!1,{index:e,length:t.length,id:t[e].id,role:t[e].role})},questionAnswered:function(t,e){return B("questionAnswered",!1,{index:e,length:t.length,id:t[e].id,role:t[e].role})},afterAskingQuestions:function(e){return B("afterAskingQuestions",!1,{ids:t.map(e,function(t){return t.id})})},beforeShowingResults:function(t){return B("beforeShowingResults",!1,{length:t})},resultArrived:function(t,e,i){return B("resultArrived",!1,{from:t,to:e,length:i})},resultDeparted:function(t,e,i){return B("resultDeparted",!1,{from:t,to:e,length:i})},afterShowingResults:function(t){return B("afterShowingResults",!1,{length:t})}},tt=f(function(t){return Y.offset().top<t.scrollTop()+t.height()+200}),et=f(N),it=new d({hostname:g.hostname}),nt=tt.then(function(){return c({hostname:G,target:g.target,instance:Y[0].id,context:X,question:g.question,survey:g.survey,locale:g.locale,userId:g.userId,template:g.template,container:g.container},it)}).then(function(t){return t.promiseExpirationTime().then(function(t){var e=t.getTime()-(new Date).getTime();e>0&&setTimeout(function(){new b(g)},e)}),t}),ct=Z.then(function(e){function i(){if(!c.data("civsci-loaded"))return!1;var e=c.contents(),i=e.find("html"),s=i.find("body");return e.length>0&&i.length>0&&s.length>0&&(i.css({display:"table",margin:0,padding:0}),s.on("DOMSubtreeModified",function(){c.height(t(this).outerHeight()),g.amp&&window.parent.postMessage({sentinel:"amp",type:"embed-size",height:t(this).outerHeight()},"*")}),s.css({display:"table",margin:0,padding:0}),s.attr("id",Y[0].id),n.resolve(s),!0)}if(e.natures.indexOf("iframe-wrapper")==-1)return Y;var n=t.Deferred(),c=t("<iframe>").on("load",function(){t(this).data("civsci-loaded",!0)}).attr({name:"civsci-iframe-"+Y[0].id,scrolling:"no"}).css({display:"block",width:"100%",overflow:"hidden",border:"none"}).height(0).appendTo(Y.empty());if(!i())var s=setInterval(function(){i()&&clearInterval(s)},10);return n.then(function(t){return null==e.fontData?t:P(e.fontData,t[0].ownerDocument.defaultView).then(function(){return t})})}),st=t.when(Z).then(function(e){return e.contextualQuestionHiddenState==I?q:t.when(C("container",{partnerName:e.partnerName,privacyPolicyUrl:e.privacyPolicyUrl}),j(),e,ct)}).then(function(e,n,c,s){function r(t){var e=t+"?utm_source="+c.id+"&utm_medium=widget&utm_campaign=get_widget&utm_content="+c.callout;window.open(e)}var a=t(s[0].ownerDocument);new o(Y[0].id,a).load(i(33)).load(i(37)),c.partnerWidgetCss&&t("<style>").attr("type","text/css").text(c.partnerWidgetCss).appendTo(a.find("head")),s.html(e);var l=s.find("[data-civsci-widget-root]");if(v(l,c.natures),i(80)(l),c.resize){var u=function(){if(window.innerHeight<=1024&&window.innerHeight>=375){var e=t(Y.find("iframe")[0]);e.height(s.outerHeight())}};t(window).on("resize",u),u()}var d=s.find("[data-civsci-widget-body]");s.on("click",".civsci-widget__callout a, .civsci-slide__callout a",function(e){return e.preventDefault(),r(t(this).attr("href")),!1});var f=[],g={$container:d,current:function(){return d.find("[data-civsci-widget-slide]").eq(2)},add:function(t){f[0].before(t.filter("[data-civsci-widget-slide]")),l.trigger("scroll")},next:function(){return d.attr("data-civsci-widget-engaged",!0),S().then(function(){var t=d.find("[data-civsci-widget-slide]");if(t.length-f.length>3){var e=t.first();return e.data("civsci-display-original",e.css("display")).css("display","none"),p(50).then(function(){return f.push(e.insertAfter(t.last())),f.length>1e3&&f.shift().remove(),_(t.eq(2)).then(function(){l.scrollTop(0),l.trigger("scroll")})})}return null}).then(function(){return g.current().attr("data-civsci-widget-slide-seen",!0)})},back:function(){return S().then(function(){if(f.length>0){var t=f.pop();return d.prepend(t),_(t).then(function(){return p(50)}).then(function(){t.css("display",t.data("civsci-display-original")),l.scrollTop(0),l.trigger("scroll")})}return null}).then(function(){return g.current()})},purgeDeepHistory:function(){t.each(f,function(t,e){e.remove()}),f.length=0,f.push(n.clone().appendTo(d)),f.push(n.clone().appendTo(d))}};return function(){d.append(n.clone()),d.append(n.clone()),f.push(n.clone().appendTo(d)),f.push(n.clone().appendTo(d))}(),C("banner_css",{left:M(l,"left"),right:M(l,"right")}).then(function(t){return new o(s[0].id,a).load(t),g})}),rt={scale:function(e){var i=e.find("[data-civsci-widget-scale-background]");return i.each(function(e,i){var n=t(i),c=n.data("civsci-widget-scale-background").split(","),s=[];t.each(c,function(t,e){var i,n=(.72*(1-e/100)).toFixed(2);i=0==t?"0%":t==c.length-1?"100%":Math.round(100*(t+.5)/c.length)+"%",s.push("rgba(255, 255, 255, "+n+") "+i)}),n.css("background-image","linear-gradient(to right, "+s.join(", ")+")")}),e},spectrum:function(e){var i=[120,226,120],n=[170,170,170],c=[255,131,131],s=e.find("[data-civsci-widget-scale-background]");return s.each(function(e,s){var r=t(s),o=r.data("civsci-widget-scale-background").split(","),a=[];t.each(o,function(t,e){var s,r=0==e?n:e>0?i:c,l=(.9*Math.abs(e)/100+.1).toFixed(2);s=0==t?"0%":t==o.length-1?"100%":Math.round(100*(t+.5)/o.length)+"%",a.push("rgba("+r.join(",")+","+l+") "+s)}),r.css({"background-color":"#fff","background-image":"linear-gradient(to right, "+a.join(", ")+")"})}),e}},ot=t.Deferred().resolve(null).promise();t.when(st,ot,Z).then(function(e,i,n){switch(1!=n.e||g.amp||!function(){var t=document.createElement("script");t.src="https://"+g.hostname+"/widget/EditableWidget?tgt="+encodeURIComponent(n.id)+"&otgt="+encodeURIComponent(n.oid)+"&elt="+encodeURIComponent(Y[0].id)+"&url="+encodeURIComponent(l),t.type="text/javascript",document.getElementsByTagName("head")[0].appendChild(t)}(),n.contextualTargetHiddenState){case"":break;case D:return C("target_admin").then(function(t){return A(t)}).then(function(t){e.add(t)});default:return void Y.html("")}switch(n.contextualQuestionHiddenState){case"":break;case D:return C("article_admin").then(function(t){return A(t)}).then(function(t){e.add(t)});default:return void Y.html("")}var c=t.Deferred();t.when(null==i?null:A(i.$content).then(function(t){e.add(t)})).then(function(){return H(c,e,n).then(function(){null!=i?i.enable().acknowledged().then(function(){K.beforeFetchingQuestions(),e.next()}):K.beforeFetchingQuestions()})}).then(function(){return nt}).then(function(t){return Q(i,t,e,n,c)})})}var x=600,k=200,D="admin",I="respondent",q=t.Deferred().promise(),C=function(){function e(){c.off("load",e),clearTimeout(i),n.resolve()}var i,n=t.Deferred(),c=t(document);return c.on("load",e),i=setTimeout(e,1e3),n.promise()}(),T={hostname:"www.civicscience.com",question:"",survey:"",locale:"",userId:"",template:"",skipPositioning:!1,__isPortalMode:!1,__promisedWelcomeContent:t.Deferred().resolve(null)};return function(t){return new b(t)}}.apply(e,n),!(void 0!==c&&(t.exports=c))},function(t,e,i){var n,c;n=[i(29)],c=function(t){"use strict";var e="civsci-rootbeer-id";return function(i,n,c){function s(){o.push({tagid:l,alias:"/",type:"banner",zid:n.zid,pid:n.pid}),c.then(function(){AVP.load()})}var r,o=window._avp||[],a=t(i).first(),l=a.data(e);if(l&&(r=t("div#"+l).first(),1==r.length))return r.html(""),s(r),r[0];if(l=["rb",Math.round(4e9*Math.random()),Math.round(4e9*Math.random())].join("-"),!(n.zid&&n.pid&&n.width&&n.height&&n.placement&&/^\d+$/.test(n.width)&&/^\d+$/.test(n.height)&&/^before|after|right|left$/.test(n.placement)))return null;var u={display:"block",overflow:"hidden",margin:"0 auto",border:"none"};return u=t.extend(u,n.css),u=t.extend(u,{width:n.width,height:n.height}),r=t("<div>").css(u).attr({id:l}),r.contents().find("body").css({margin:"0px"}),"before"==n.placement?r.insertBefore(a):"after"==n.placement?r.insertAfter(a):(r.insertAfter(a),"left"==n.placement&&(r.css({order:0}),a.css({order:1})),a.parent().css({display:"flex"}),a.css({"flex-grow":"1","min-width":"300px"})),s(r),a.data(e,l),r[0]}}.apply(e,n),!(void 0!==c&&(t.exports=c))},function(t,e,i){var n,c;n=[i(29)],c=function(t){var e=!1;return function(i){function n(){try{if(c++>0)return;var t=i.find("[data-civsci-widget-body]"),n=i.find("[data-civsci-widget-scroll-ui]");if(0==t.length||0==n.length)return;var s=i.outerHeight(),r=t.outerHeight(!0),o=t.offset().top-i.offset().top,a=o+r,l=0;s<a&&(l=Math.min(1,Math.max(0,Math.round(10*(a-s)/(r-s))/10))),l>0?(n.show().css({bottom:-i.scrollTop(),opacity:l}),e=!0):(n.hide(),e=!1)}finally{--c}}var c=0;n(),i.on("scroll",n),function(){var n=null,c=!1;i.hover(function(){if(!c&&e){var i=t(this).find("[data-civsci-widget-scroll-ui]");n=setTimeout(function(){i.attr("data-civsci-widget-scroll-ui-hint",!0),
c=!0,setTimeout(function(){i.removeAttr("data-civsci-widget-scroll-ui-hint")},1e3)},1e3)}},function(){null!=n&&clearTimeout(n)})}()}}.apply(e,n),!(void 0!==c&&(t.exports=c))},,,,function(t,e,i){var n,c;n=[i(2),i(78)],c=function(t,e){return function(i){i=t.extend({},i);for(var n in i)n.match(/^__/)&&delete i[n];return e(i)}}.apply(e,n),!(void 0!==c&&(t.exports=c))},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,i){var n,c;n=[i(2),i(84)],c=function(t,e){"use strict";window.civicscience&&window.civicscience.widget||(t(function(){function i(t,e){e||(e=document.location.href),t=t.replace(/[\[\]]/g,"\\$&");var i=new RegExp("[?&]"+t+"(=([^&#]*)|&|#|$)"),n=i.exec(e);return n?n[2]?decodeURIComponent(n[2].replace(/\+/g," ")):"":null}var n=t("meta[name='civicscience:jspoll-hostname']").attr("content");t("[id][data-civicscience-widget]").each(function(){var c=t(this),s=""+c[0].id,r=!1;if("civsci-id-amp"==s){var o=i("target");c.attr("data-civicscience-widget",o);var a=i("id");s="civsci-id-"+a,c.attr("id",s),c.attr("data-civicscience-amp",!0),r=!0}var l=c.data("civicscience-widget");if("object"!=typeof l&&(l={target:""+l}),void 0==l.hostname&&n&&(l.hostname=n),l.amp=r,l.amp){var u=i("canonical");u&&(l.canonical=decodeURI(u))}s.match(/^\d/)?l.container="[id='"+c[0].id+"']":l.container="#"+c[0].id,e(l)})}),(window.civicscience||(window.civicscience={})).widget=e)}.apply(e,n),!(void 0!==c&&(t.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":3175,"container":"#civsci-1526471737","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();

})();
        });
	});

})();
