
!function(t){function e(c){if(i[c])return i[c].exports;var s=i[c]={exports:{},id:c,loaded:!1};return t[c].call(s.exports,s,s.exports,e),s.loaded=!0,s.exports}var i={};return e.m=t,e.c=i,e.p="",e(0)}([function(t,e,i){t.exports=i(77)},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__(4)&&__webpack_require__(4).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 c=getTemplate(t,dust.config.cache);return c?c(e,Context.wrap(i,c.templateName)):dust.onLoad?e.map(function(e){function c(t,c){var n;if(t)return e.setError(t);if(n=getTemplate(c,!1)||getTemplate(s,dust.config.cache),!n){if(!dust.compile)return e.setError(new Error("Dust compiler not available"));n=dust.loadSource(dust.compile(c,s))}n(e,Context.wrap(i,n.templateName)).end()}var s=t;3===dust.onLoad.length?dust.onLoad(s,i.options,c):dust.onLoad(s,c)}):e.setError(new Error("Template Not Found: "+t))}function Context(t,e,i,c,s){void 0===t||t instanceof Stack||(t=new Stack(t)),this.stack=t,this.global=e,this.options=i,this.blocks=c,this.templateName=s,this._isContext=!0}function getWithResolvedData(t,e,i){return function(c){return t.push(c)._get(e,i)}}function Stack(t,e,i,c){this.tail=e,this.isObject=t&&"object"==typeof t,this.head=t,this.index=i,this.of=c}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,c){c=c||INFO,i[c]>=i[dust.debugLevel]&&e("[DUST:"+c+"]",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 c=new Stub(i).head;try{load(t,c,e).end()}catch(t){c.setError(t)}},dust.stream=function(t,e){var i=new Stream,c=i.head;return dust.nextTick(function(){try{load(t,c,e).end()}catch(t){c.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,c){var s,n,r,o;if(i)for(s=0,n=i.length;s<n;s++)r=i[s],r.length&&(o=dust.filters[r],"s"===r?e=null:"function"==typeof o?t=o(t,c):dust.log("Invalid filter `"+r+"`",WARN));return e&&(t=dust.filters[e](t,c)),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,c,s,n,r,o=this.stack||{},a=1;if(c=e[0],s=e.length,t&&0===s)n=o,o=o.head;else{if(t)o&&(o=o.head?o.head[c]:void 0);else{for(;o&&(!o.isObject||(n=o.head,i=o.head[c],void 0===i));)o=o.tail;o=void 0!==i?i:this.global&&this.global[c]}for(;o&&a<s;){if(dust.isThenable(o))return o.then(getWithResolvedData(this,t,e.slice(a)));n=o,o=o[e[a]],a++}}return"function"==typeof o?(r=function(){try{return o.apply(n,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,c;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(c=e[i][t])return c;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,c,s=this.events||{},n=s[t]||[];if(!n.length)return dust.log("Stream broadcasting, but no listeners for `"+t+"`",DEBUG),!1;for(n=n.slice(0),i=0,c=n.length;i<c;i++)n[i](e);return!0},Stream.prototype.on=function(t,e){var i=this.events=this.events||{},c=i[t]=i[t]||[];return"function"!=typeof e?dust.log("No callback function provided for `"+t+"` event listener",WARN):c.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,c){return"function"==typeof t?(t=t.apply(e.current(),[this,e,null,{auto:i,filters:c}]),t instanceof Chunk?t:this.reference(t,e,i,c)):dust.isThenable(t)?this.await(t,e,null,i,c):dust.isStreamable(t)?this.stream(t,e,null,i,c):dust.isEmpty(t)?this:this.write(dust.filter(t,i,c,e))},Chunk.prototype.section=function(t,e,i,c){var s,n,r,o=i.block,a=i.else,u=this;if("function"==typeof t&&!dust.isTemplateFn(t)){try{t=t.apply(e.current(),[this,e,i,c])}catch(t){return dust.log(t,ERROR),this.setError(t)}if(t instanceof Chunk)return t}if(dust.isEmptyObject(i))return u;if(dust.isEmptyObject(c)||(e=e.push(c)),dust.isArray(t)){if(o){if(n=t.length,n>0){for(r=e.stack&&e.stack.head||{},r.$len=n,s=0;s<n;s++)r.$idx=s,u=o(u,e.push(t[s],s,n));return r.$idx=void 0,r.$len=void 0,u}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 c=i.block,s=i.else;if(dust.isEmpty(t)){if(s)return s(this,e)}else{if(c)return c(this,e);dust.log("No block for exists check in template `"+e.getTemplateName()+"`",DEBUG)}return this},Chunk.prototype.notexists=function(t,e,i){var c=i.block,s=i.else;if(dust.isEmpty(t)){if(c)return c(this,e);dust.log("No block for not-exists check in template `"+e.getTemplateName()+"`",DEBUG)}else if(s)return s(this,e);return this},Chunk.prototype.block=function(t,e,i){var c=t||i.block;return c?c(this,e):this},Chunk.prototype.partial=function(t,e,i,c){var s;return void 0===c&&(c=i,i=e),dust.isEmptyObject(c)||(i=i.clone(),s=i.pop(),i=i.push(c).push(s)),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,c,s){var n,r=this,o=c.filters;if(void 0===s&&(s="h"),!dust.helpers[t])return dust.log("Helper `"+t+"` does not exist",WARN),r;try{return n=dust.helpers[t](r,e,i,c),n instanceof Chunk?n:("string"==typeof o&&(o=o.split("|")),dust.isEmptyObject(i)?r.reference(n,e,s,o):r.section(n,e,i,c))}catch(e){return dust.log("Error in helper `"+t+"`: "+e.message,ERROR),r.setError(e)}},Chunk.prototype.await=function(t,e,i,c,s){return this.map(function(n){t.then(function(t){n=i?n.section(t,e,i):n.reference(t,e,c,s),n.end()},function(t){var c=i&&i.error;c?n.render(c,e.push(t)).end():(dust.log("Unhandled promise rejection in `"+e.getTemplateName()+"`",INFO),n.end())})})},Chunk.prototype.stream=function(t,e,i,c,s){var n=i&&i.block,r=i&&i.error;return this.map(function(o){var a=!1;t.on("data",function(t){a||(n?o=o.map(function(i){i.render(n,e.push(t)).end()}):i||(o=o.reference(t,e,c,s)))}).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(c){var s=new Stub(function(t,e){t?c.setError(t):i(e,c)});t(s.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__(58))},function(t,e,i){var c,s;/*!
	 * jQuery JavaScript Library v3.2.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: 2017-03-20T18:59Z
	 */
!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,n){"use strict";function r(t,e){e=e||rt;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=wt.type(t);return"function"!==i&&!wt.isWindow(t)&&("array"===i||0===e||"number"==typeof e&&e>0&&e-1 in t)}function a(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()}function u(t,e,i){return wt.isFunction(e)?wt.grep(t,function(t,c){return!!e.call(t,c,t)!==i}):e.nodeType?wt.grep(t,function(t){return t===e!==i}):"string"!=typeof e?wt.grep(t,function(t){return dt.call(e,t)>-1!==i}):Et.test(e)?wt.filter(e,t,i):(e=wt.filter(e,t),wt.grep(t,function(t){return dt.call(e,t)>-1!==i&&1===t.nodeType}))}function l(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}function d(t){var e={};return wt.each(t.match(Pt)||[],function(t,i){e[i]=!0}),e}function _(t){return t}function p(t){throw t}function v(t,e,i,c){var s;try{t&&wt.isFunction(s=t.promise)?s.call(t).done(e).fail(i):t&&wt.isFunction(s=t.then)?s.call(t,e,i):e.apply(void 0,[t].slice(c))}catch(t){i.apply(void 0,[t])}}function g(){rt.removeEventListener("DOMContentLoaded",g),i.removeEventListener("load",g),wt.ready()}function f(){this.expando=wt.expando+f.uid++}function h(t){return"true"===t||"false"!==t&&("null"===t?null:t===+t+""?+t:Ht.test(t)?JSON.parse(t):t)}function m(t,e,i){var c;if(void 0===i&&1===t.nodeType)if(c="data-"+e.replace(Ut,"-$&").toLowerCase(),i=t.getAttribute(c),"string"==typeof i){try{i=h(i)}catch(t){}Lt.set(t,e,i)}else i=void 0;return i}function w(t,e,i,c){var s,n=1,r=20,o=c?function(){return c.cur()}:function(){return wt.css(t,e,"")},a=o(),u=i&&i[3]||(wt.cssNumber[e]?"":"px"),l=(wt.cssNumber[e]||"px"!==u&&+a)&&$t.exec(wt.css(t,e));if(l&&l[3]!==u){u=u||l[3],i=i||[],l=+a||1;do n=n||".5",l/=n,wt.style(t,e,l+u);while(n!==(n=o()/a)&&1!==n&&--r)}return i&&(l=+l||+a||0,s=i[1]?l+(i[1]+1)*i[2]:+i[2],c&&(c.unit=u,c.start=l,c.end=s)),s}function y(t){var e,i=t.ownerDocument,c=t.nodeName,s=Gt[c];return s?s:(e=i.body.appendChild(i.createElement(c)),s=wt.css(e,"display"),e.parentNode.removeChild(e),"none"===s&&(s="block"),Gt[c]=s,s)}function b(t,e){for(var i,c,s=[],n=0,r=t.length;n<r;n++)c=t[n],c.style&&(i=c.style.display,e?("none"===i&&(s[n]=Mt.get(c,"display")||null,s[n]||(c.style.display="")),""===c.style.display&&Qt(c)&&(s[n]=y(c))):"none"!==i&&(s[n]="none",Mt.set(c,"display",i)));for(n=0;n<r;n++)null!=s[n]&&(t[n].style.display=s[n]);return t}function x(t,e){var i;return i="undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e||"*"):"undefined"!=typeof t.querySelectorAll?t.querySelectorAll(e||"*"):[],void 0===e||e&&a(t,e)?wt.merge([t],i):i}function D(t,e){for(var i=0,c=t.length;i<c;i++)Mt.set(t[i],"globalEval",!e||Mt.get(e[i],"globalEval"))}function I(t,e,i,c,s){for(var n,r,o,a,u,l,d=e.createDocumentFragment(),_=[],p=0,v=t.length;p<v;p++)if(n=t[p],n||0===n)if("object"===wt.type(n))wt.merge(_,n.nodeType?[n]:n);else if(te.test(n)){for(r=r||d.appendChild(e.createElement("div")),o=(Jt.exec(n)||["",""])[1].toLowerCase(),a=Zt[o]||Zt._default,r.innerHTML=a[1]+wt.htmlPrefilter(n)+a[2],l=a[0];l--;)r=r.lastChild;wt.merge(_,r.childNodes),r=d.firstChild,r.textContent=""}else _.push(e.createTextNode(n));for(d.textContent="",p=0;n=_[p++];)if(c&&wt.inArray(n,c)>-1)s&&s.push(n);else if(u=wt.contains(n.ownerDocument,n),r=x(d.appendChild(n),"script"),u&&D(r),i)for(l=0;n=r[l++];)Kt.test(n.type||"")&&i.push(n);return d}function k(){return!0}function q(){return!1}function T(){try{return rt.activeElement}catch(t){}}function C(t,e,i,c,s,n){var r,o;if("object"==typeof e){"string"!=typeof i&&(c=c||i,i=void 0);for(o in e)C(t,o,i,c,e[o],n);return t}if(null==c&&null==s?(s=i,c=i=void 0):null==s&&("string"==typeof i?(s=c,c=void 0):(s=c,c=i,i=void 0)),s===!1)s=q;else if(!s)return t;return 1===n&&(r=s,s=function(t){return wt().off(t),r.apply(this,arguments)},s.guid=r.guid||(r.guid=wt.guid++)),t.each(function(){wt.event.add(this,e,s,c,i)})}function E(t,e){return a(t,"table")&&a(11!==e.nodeType?e:e.firstChild,"tr")?wt(">tbody",t)[0]||t:t}function B(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function N(t){var e=ae.exec(t.type);return e?t.type=e[1]:t.removeAttribute("type"),t}function S(t,e){var i,c,s,n,r,o,a,u;if(1===e.nodeType){if(Mt.hasData(t)&&(n=Mt.access(t),r=Mt.set(e,n),u=n.events)){delete r.handle,r.events={};for(s in u)for(i=0,c=u[s].length;i<c;i++)wt.event.add(e,s,u[s][i])}Lt.hasData(t)&&(o=Lt.access(t),a=wt.extend({},o),Lt.set(e,a))}}function A(t,e){var i=e.nodeName.toLowerCase();"input"===i&&Vt.test(t.type)?e.checked=t.checked:"input"!==i&&"textarea"!==i||(e.defaultValue=t.defaultValue)}function R(t,e,i,c){e=ut.apply([],e);var s,n,o,a,u,l,d=0,_=t.length,p=_-1,v=e[0],g=wt.isFunction(v);if(g||_>1&&"string"==typeof v&&!ht.checkClone&&oe.test(v))return t.each(function(s){var n=t.eq(s);g&&(e[0]=v.call(this,s,n.html())),R(n,e,i,c)});if(_&&(s=I(e,t[0].ownerDocument,!1,t,c),n=s.firstChild,1===s.childNodes.length&&(s=n),n||c)){for(o=wt.map(x(s,"script"),B),a=o.length;d<_;d++)u=s,d!==p&&(u=wt.clone(u,!0,!0),a&&wt.merge(o,x(u,"script"))),i.call(t[d],u,d);if(a)for(l=o[o.length-1].ownerDocument,wt.map(o,N),d=0;d<a;d++)u=o[d],Kt.test(u.type||"")&&!Mt.access(u,"globalEval")&&wt.contains(l,u)&&(u.src?wt._evalUrl&&wt._evalUrl(u.src):r(u.textContent.replace(ue,""),l))}return t}function P(t,e,i){for(var c,s=e?wt.filter(e,t):t,n=0;null!=(c=s[n]);n++)i||1!==c.nodeType||wt.cleanData(x(c)),c.parentNode&&(i&&wt.contains(c.ownerDocument,c)&&D(x(c,"script")),c.parentNode.removeChild(c));return t}function O(t,e,i){var c,s,n,r,o=t.style;return i=i||_e(t),i&&(r=i.getPropertyValue(e)||i[e],""!==r||wt.contains(t.ownerDocument,t)||(r=wt.style(t,e)),!ht.pixelMarginRight()&&de.test(r)&&le.test(e)&&(c=o.width,s=o.minWidth,n=o.maxWidth,o.minWidth=o.maxWidth=o.width=r,r=i.width,o.width=c,o.minWidth=s,o.maxWidth=n)),void 0!==r?r+"":r}function j(t,e){return{get:function(){return t()?void delete this.get:(this.get=e).apply(this,arguments)}}}function z(t){if(t in me)return t;for(var e=t[0].toUpperCase()+t.slice(1),i=he.length;i--;)if(t=he[i]+e,t in me)return t}function F(t){var e=wt.cssProps[t];return e||(e=wt.cssProps[t]=z(t)||t),e}function M(t,e,i){var c=$t.exec(e);return c?Math.max(0,c[2]-(i||0))+(c[3]||"px"):e}function L(t,e,i,c,s){var n,r=0;for(n=i===(c?"border":"content")?4:"width"===e?1:0;n<4;n+=2)"margin"===i&&(r+=wt.css(t,i+Yt[n],!0,s)),c?("content"===i&&(r-=wt.css(t,"padding"+Yt[n],!0,s)),"margin"!==i&&(r-=wt.css(t,"border"+Yt[n]+"Width",!0,s))):(r+=wt.css(t,"padding"+Yt[n],!0,s),"padding"!==i&&(r+=wt.css(t,"border"+Yt[n]+"Width",!0,s)));return r}function H(t,e,i){var c,s=_e(t),n=O(t,e,s),r="border-box"===wt.css(t,"boxSizing",!1,s);return de.test(n)?n:(c=r&&(ht.boxSizingReliable()||n===t.style[e]),"auto"===n&&(n=t["offset"+e[0].toUpperCase()+e.slice(1)]),n=parseFloat(n)||0,n+L(t,e,i||(r?"border":"content"),c,s)+"px")}function U(t,e,i,c,s){return new U.prototype.init(t,e,i,c,s)}function W(){ye&&(rt.hidden===!1&&i.requestAnimationFrame?i.requestAnimationFrame(W):i.setTimeout(W,wt.fx.interval),wt.fx.tick())}function $(){return i.setTimeout(function(){we=void 0}),we=wt.now()}function Y(t,e){var i,c=0,s={height:t};for(e=e?1:0;c<4;c+=2-e)i=Yt[c],s["margin"+i]=s["padding"+i]=t;return e&&(s.opacity=s.width=t),s}function Q(t,e,i){for(var c,s=(V.tweeners[e]||[]).concat(V.tweeners["*"]),n=0,r=s.length;n<r;n++)if(c=s[n].call(i,e,t))return c}function X(t,e,i){var c,s,n,r,o,a,u,l,d="width"in e||"height"in e,_=this,p={},v=t.style,g=t.nodeType&&Qt(t),f=Mt.get(t,"fxshow");i.queue||(r=wt._queueHooks(t,"fx"),null==r.unqueued&&(r.unqueued=0,o=r.empty.fire,r.empty.fire=function(){r.unqueued||o()}),r.unqueued++,_.always(function(){_.always(function(){r.unqueued--,wt.queue(t,"fx").length||r.empty.fire()})}));for(c in e)if(s=e[c],be.test(s)){if(delete e[c],n=n||"toggle"===s,s===(g?"hide":"show")){if("show"!==s||!f||void 0===f[c])continue;g=!0}p[c]=f&&f[c]||wt.style(t,c)}if(a=!wt.isEmptyObject(e),a||!wt.isEmptyObject(p)){d&&1===t.nodeType&&(i.overflow=[v.overflow,v.overflowX,v.overflowY],u=f&&f.display,null==u&&(u=Mt.get(t,"display")),l=wt.css(t,"display"),"none"===l&&(u?l=u:(b([t],!0),u=t.style.display||u,l=wt.css(t,"display"),b([t]))),("inline"===l||"inline-block"===l&&null!=u)&&"none"===wt.css(t,"float")&&(a||(_.done(function(){v.display=u}),null==u&&(l=v.display,u="none"===l?"":l)),v.display="inline-block")),i.overflow&&(v.overflow="hidden",_.always(function(){v.overflow=i.overflow[0],v.overflowX=i.overflow[1],v.overflowY=i.overflow[2]})),a=!1;for(c in p)a||(f?"hidden"in f&&(g=f.hidden):f=Mt.access(t,"fxshow",{display:u}),n&&(f.hidden=!g),g&&b([t],!0),_.done(function(){g||b([t]),Mt.remove(t,"fxshow");for(c in p)wt.style(t,c,p[c])})),a=Q(g?f[c]:0,c,_),c in f||(f[c]=a.start,g&&(a.end=a.start,a.start=0))}}function G(t,e){var i,c,s,n,r;for(i in t)if(c=wt.camelCase(i),s=e[c],n=t[i],Array.isArray(n)&&(s=n[1],n=t[i]=n[0]),i!==c&&(t[c]=n,delete t[i]),r=wt.cssHooks[c],r&&"expand"in r){n=r.expand(n),delete t[c];for(i in n)i in t||(t[i]=n[i],e[i]=s)}else e[c]=s}function V(t,e,i){var c,s,n=0,r=V.prefilters.length,o=wt.Deferred().always(function(){delete a.elem}),a=function(){if(s)return!1;for(var e=we||$(),i=Math.max(0,u.startTime+u.duration-e),c=i/u.duration||0,n=1-c,r=0,a=u.tweens.length;r<a;r++)u.tweens[r].run(n);return o.notifyWith(t,[u,n,i]),n<1&&a?i:(a||o.notifyWith(t,[u,1,0]),o.resolveWith(t,[u]),!1)},u=o.promise({elem:t,props:wt.extend({},e),opts:wt.extend(!0,{specialEasing:{},easing:wt.easing._default},i),originalProperties:e,originalOptions:i,startTime:we||$(),duration:i.duration,tweens:[],createTween:function(e,i){var c=wt.Tween(t,u.opts,e,i,u.opts.specialEasing[e]||u.opts.easing);return u.tweens.push(c),c},stop:function(e){var i=0,c=e?u.tweens.length:0;if(s)return this;for(s=!0;i<c;i++)u.tweens[i].run(1);return e?(o.notifyWith(t,[u,1,0]),o.resolveWith(t,[u,e])):o.rejectWith(t,[u,e]),this}}),l=u.props;for(G(l,u.opts.specialEasing);n<r;n++)if(c=V.prefilters[n].call(u,t,l,u.opts))return wt.isFunction(c.stop)&&(wt._queueHooks(u.elem,u.opts.queue).stop=wt.proxy(c.stop,c)),c;return wt.map(l,Q,u),wt.isFunction(u.opts.start)&&u.opts.start.call(t,u),u.progress(u.opts.progress).done(u.opts.done,u.opts.complete).fail(u.opts.fail).always(u.opts.always),wt.fx.timer(wt.extend(a,{elem:t,anim:u,queue:u.opts.queue})),u}function J(t){var e=t.match(Pt)||[];return e.join(" ")}function K(t){return t.getAttribute&&t.getAttribute("class")||""}function Z(t,e,i,c){var s;if(Array.isArray(e))wt.each(e,function(e,s){i||Se.test(t)?c(t,s):Z(t+"["+("object"==typeof s&&null!=s?e:"")+"]",s,i,c)});else if(i||"object"!==wt.type(e))c(t,e);else for(s in e)Z(t+"["+s+"]",e[s],i,c)}function tt(t){return function(e,i){"string"!=typeof e&&(i=e,e="*");var c,s=0,n=e.toLowerCase().match(Pt)||[];if(wt.isFunction(i))for(;c=n[s++];)"+"===c[0]?(c=c.slice(1)||"*",(t[c]=t[c]||[]).unshift(i)):(t[c]=t[c]||[]).push(i)}}function et(t,e,i,c){function s(o){var a;return n[o]=!0,wt.each(t[o]||[],function(t,o){var u=o(e,i,c);return"string"!=typeof u||r||n[u]?r?!(a=u):void 0:(e.dataTypes.unshift(u),s(u),!1)}),a}var n={},r=t===We;return s(e.dataTypes[0])||!n["*"]&&s("*")}function it(t,e){var i,c,s=wt.ajaxSettings.flatOptions||{};for(i in e)void 0!==e[i]&&((s[i]?t:c||(c={}))[i]=e[i]);return c&&wt.extend(!0,t,c),t}function ct(t,e,i){for(var c,s,n,r,o=t.contents,a=t.dataTypes;"*"===a[0];)a.shift(),void 0===c&&(c=t.mimeType||e.getResponseHeader("Content-Type"));if(c)for(s in o)if(o[s]&&o[s].test(c)){a.unshift(s);break}if(a[0]in i)n=a[0];else{for(s in i){if(!a[0]||t.converters[s+" "+a[0]]){n=s;break}r||(r=s)}n=n||r}if(n)return n!==a[0]&&a.unshift(n),i[n]}function st(t,e,i,c){var s,n,r,o,a,u={},l=t.dataTypes.slice();if(l[1])for(r in t.converters)u[r.toLowerCase()]=t.converters[r];for(n=l.shift();n;)if(t.responseFields[n]&&(i[t.responseFields[n]]=e),!a&&c&&t.dataFilter&&(e=t.dataFilter(e,t.dataType)),a=n,n=l.shift())if("*"===n)n=a;else if("*"!==a&&a!==n){if(r=u[a+" "+n]||u["* "+n],!r)for(s in u)if(o=s.split(" "),o[1]===n&&(r=u[a+" "+o[0]]||u["* "+o[0]])){r===!0?r=u[s]:u[s]!==!0&&(n=o[0],l.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 "+n}}}return{state:"success",data:e}}var nt=[],rt=i.document,ot=Object.getPrototypeOf,at=nt.slice,ut=nt.concat,lt=nt.push,dt=nt.indexOf,_t={},pt=_t.toString,vt=_t.hasOwnProperty,gt=vt.toString,ft=gt.call(Object),ht={},mt="3.2.1",wt=function(t,e){return new wt.fn.init(t,e)},yt=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,bt=/^-ms-/,xt=/-([a-z])/g,Dt=function(t,e){return e.toUpperCase()};wt.fn=wt.prototype={jquery:mt,constructor:wt,length:0,toArray:function(){return at.call(this)},get:function(t){return null==t?at.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var e=wt.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return wt.each(this,t)},map:function(t){return this.pushStack(wt.map(this,function(e,i){return t.call(e,i,e)}))},slice:function(){return this.pushStack(at.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:lt,sort:nt.sort,splice:nt.splice},wt.extend=wt.fn.extend=function(){var t,e,i,c,s,n,r=arguments[0]||{},o=1,a=arguments.length,u=!1;for("boolean"==typeof r&&(u=r,r=arguments[o]||{},o++),"object"==typeof r||wt.isFunction(r)||(r={}),o===a&&(r=this,o--);o<a;o++)if(null!=(t=arguments[o]))for(e in t)i=r[e],c=t[e],r!==c&&(u&&c&&(wt.isPlainObject(c)||(s=Array.isArray(c)))?(s?(s=!1,n=i&&Array.isArray(i)?i:[]):n=i&&wt.isPlainObject(i)?i:{},r[e]=wt.extend(u,n,c)):void 0!==c&&(r[e]=c));return r},wt.extend({expando:"jQuery"+(mt+Math.random()).replace(/\D/g,""),isReady:!0,error:function(t){throw new Error(t)},noop:function(){},isFunction:function(t){return"function"===wt.type(t)},isWindow:function(t){return null!=t&&t===t.window},isNumeric:function(t){var e=wt.type(t);return("number"===e||"string"===e)&&!isNaN(t-parseFloat(t))},isPlainObject:function(t){var e,i;return!(!t||"[object Object]"!==pt.call(t))&&(!(e=ot(t))||(i=vt.call(e,"constructor")&&e.constructor,"function"==typeof i&&gt.call(i)===ft))},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?_t[pt.call(t)]||"object":typeof t},globalEval:function(t){r(t)},camelCase:function(t){return t.replace(bt,"ms-").replace(xt,Dt)},each:function(t,e){var i,c=0;if(o(t))for(i=t.length;c<i&&e.call(t[c],c,t[c])!==!1;c++);else for(c in t)if(e.call(t[c],c,t[c])===!1)break;return t},trim:function(t){return null==t?"":(t+"").replace(yt,"")},makeArray:function(t,e){var i=e||[];return null!=t&&(o(Object(t))?wt.merge(i,"string"==typeof t?[t]:t):lt.call(i,t)),i},inArray:function(t,e,i){return null==e?-1:dt.call(e,t,i)},merge:function(t,e){for(var i=+e.length,c=0,s=t.length;c<i;c++)t[s++]=e[c];return t.length=s,t},grep:function(t,e,i){for(var c,s=[],n=0,r=t.length,o=!i;n<r;n++)c=!e(t[n],n),c!==o&&s.push(t[n]);return s},map:function(t,e,i){var c,s,n=0,r=[];if(o(t))for(c=t.length;n<c;n++)s=e(t[n],n,i),null!=s&&r.push(s);else for(n in t)s=e(t[n],n,i),null!=s&&r.push(s);return ut.apply([],r)},guid:1,proxy:function(t,e){var i,c,s;if("string"==typeof e&&(i=t[e],e=t,t=i),wt.isFunction(t))return c=at.call(arguments,2),s=function(){return t.apply(e||this,c.concat(at.call(arguments)))},s.guid=t.guid=t.guid||wt.guid++,s},now:Date.now,support:ht}),"function"==typeof Symbol&&(wt.fn[Symbol.iterator]=nt[Symbol.iterator]),wt.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(t,e){_t["[object "+e+"]"]=e.toLowerCase()});var It=/*!
	 * Sizzle CSS Selector Engine v2.3.3
	 * https://sizzlejs.com/
	 *
	 * Copyright jQuery Foundation and other contributors
	 * Released under the MIT license
	 * http://jquery.org/license
	 *
	 * Date: 2016-08-08
	 */
function(t){function e(t,e,i,c){var s,n,r,o,a,u,l,_=e&&e.ownerDocument,v=e?e.nodeType:9;if(i=i||[],"string"!=typeof t||!t||1!==v&&9!==v&&11!==v)return i;if(!c&&((e?e.ownerDocument||e:L)!==A&&S(e),e=e||A,P)){if(11!==v&&(a=ht.exec(t)))if(s=a[1]){if(9===v){if(!(r=e.getElementById(s)))return i;if(r.id===s)return i.push(r),i}else if(_&&(r=_.getElementById(s))&&F(e,r)&&r.id===s)return i.push(r),i}else{if(a[2])return K.apply(i,e.getElementsByTagName(t)),i;if((s=a[3])&&x.getElementsByClassName&&e.getElementsByClassName)return K.apply(i,e.getElementsByClassName(s)),i}if(x.qsa&&!Y[t+" "]&&(!O||!O.test(t))){if(1!==v)_=e,l=t;else if("object"!==e.nodeName.toLowerCase()){for((o=e.getAttribute("id"))?o=o.replace(bt,xt):e.setAttribute("id",o=M),u=q(t),n=u.length;n--;)u[n]="#"+o+" "+p(u[n]);l=u.join(","),_=mt.test(t)&&d(e.parentNode)||e}if(l)try{return K.apply(i,_.querySelectorAll(l)),i}catch(t){}finally{o===M&&e.removeAttribute("id")}}}return C(t.replace(ot,"$1"),e,i,c)}function i(){function t(i,c){return e.push(i+" ")>D.cacheLength&&delete t[e.shift()],t[i+" "]=c}var e=[];return t}function c(t){return t[M]=!0,t}function s(t){var e=A.createElement("fieldset");try{return!!t(e)}catch(t){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function n(t,e){for(var i=t.split("|"),c=i.length;c--;)D.attrHandle[i[c]]=e}function r(t,e){var i=e&&t,c=i&&1===t.nodeType&&1===e.nodeType&&t.sourceIndex-e.sourceIndex;if(c)return c;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 u(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&&It(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function l(t){return c(function(e){return e=+e,c(function(i,c){for(var s,n=t([],i.length,e),r=n.length;r--;)i[s=n[r]]&&(i[s]=!(c[s]=i[s]))})})}function d(t){return t&&"undefined"!=typeof t.getElementsByTagName&&t}function _(){}function p(t){for(var e=0,i=t.length,c="";e<i;e++)c+=t[e].value;return c}function v(t,e,i){var c=e.dir,s=e.next,n=s||c,r=i&&"parentNode"===n,o=U++;return e.first?function(e,i,s){for(;e=e[c];)if(1===e.nodeType||r)return t(e,i,s);return!1}:function(e,i,a){var u,l,d,_=[H,o];if(a){for(;e=e[c];)if((1===e.nodeType||r)&&t(e,i,a))return!0}else for(;e=e[c];)if(1===e.nodeType||r)if(d=e[M]||(e[M]={}),l=d[e.uniqueID]||(d[e.uniqueID]={}),s&&s===e.nodeName.toLowerCase())e=e[c]||e;else{if((u=l[n])&&u[0]===H&&u[1]===o)return _[2]=u[2];if(l[n]=_,_[2]=t(e,i,a))return!0}return!1}}function g(t){return t.length>1?function(e,i,c){for(var s=t.length;s--;)if(!t[s](e,i,c))return!1;return!0}:t[0]}function f(t,i,c){for(var s=0,n=i.length;s<n;s++)e(t,i[s],c);return c}function h(t,e,i,c,s){for(var n,r=[],o=0,a=t.length,u=null!=e;o<a;o++)(n=t[o])&&(i&&!i(n,c,s)||(r.push(n),u&&e.push(o)));return r}function m(t,e,i,s,n,r){return s&&!s[M]&&(s=m(s)),n&&!n[M]&&(n=m(n,r)),c(function(c,r,o,a){var u,l,d,_=[],p=[],v=r.length,g=c||f(e||"*",o.nodeType?[o]:o,[]),m=!t||!c&&e?g:h(g,_,t,o,a),w=i?n||(c?t:v||s)?[]:r:m;if(i&&i(m,w,o,a),s)for(u=h(w,p),s(u,[],o,a),l=u.length;l--;)(d=u[l])&&(w[p[l]]=!(m[p[l]]=d));if(c){if(n||t){if(n){for(u=[],l=w.length;l--;)(d=w[l])&&u.push(m[l]=d);n(null,w=[],u,a)}for(l=w.length;l--;)(d=w[l])&&(u=n?tt(c,d):_[l])>-1&&(c[u]=!(r[u]=d))}}else w=h(w===r?w.splice(v,w.length):w),n?n(null,r,w,a):K.apply(r,w)})}function w(t){for(var e,i,c,s=t.length,n=D.relative[t[0].type],r=n||D.relative[" "],o=n?1:0,a=v(function(t){return t===e},r,!0),u=v(function(t){return tt(e,t)>-1},r,!0),l=[function(t,i,c){var s=!n&&(c||i!==E)||((e=i).nodeType?a(t,i,c):u(t,i,c));return e=null,s}];o<s;o++)if(i=D.relative[t[o].type])l=[v(g(l),i)];else{if(i=D.filter[t[o].type].apply(null,t[o].matches),i[M]){for(c=++o;c<s&&!D.relative[t[c].type];c++);return m(o>1&&g(l),o>1&&p(t.slice(0,o-1).concat({value:" "===t[o-2].type?"*":""})).replace(ot,"$1"),i,o<c&&w(t.slice(o,c)),c<s&&w(t=t.slice(c)),c<s&&p(t))}l.push(i)}return g(l)}function y(t,i){var s=i.length>0,n=t.length>0,r=function(c,r,o,a,u){var l,d,_,p=0,v="0",g=c&&[],f=[],m=E,w=c||n&&D.find.TAG("*",u),y=H+=null==m?1:Math.random()||.1,b=w.length;for(u&&(E=r===A||r||u);v!==b&&null!=(l=w[v]);v++){if(n&&l){for(d=0,r||l.ownerDocument===A||(S(l),o=!P);_=t[d++];)if(_(l,r||A,o)){a.push(l);break}u&&(H=y)}s&&((l=!_&&l)&&p--,c&&g.push(l))}if(p+=v,s&&v!==p){for(d=0;_=i[d++];)_(g,f,r,o);if(c){if(p>0)for(;v--;)g[v]||f[v]||(f[v]=V.call(a));f=h(f)}K.apply(a,f),u&&!c&&f.length>0&&p+i.length>1&&e.uniqueSort(a)}return u&&(H=y,E=m),g};return s?c(r):r}var b,x,D,I,k,q,T,C,E,B,N,S,A,R,P,O,j,z,F,M="sizzle"+1*new Date,L=t.document,H=0,U=0,W=i(),$=i(),Y=i(),Q=function(t,e){return t===e&&(N=!0),0},X={}.hasOwnProperty,G=[],V=G.pop,J=G.push,K=G.push,Z=G.slice,tt=function(t,e){for(var i=0,c=t.length;i<c;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]",ct="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",st="\\["+it+"*("+ct+")(?:"+it+"*([*^$|!~]?=)"+it+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+ct+"))|)"+it+"*\\]",nt=":("+ct+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+st+")*)|.*)\\)|)",rt=new RegExp(it+"+","g"),ot=new RegExp("^"+it+"+|((?:^|[^\\\\])(?:\\\\.)*)"+it+"+$","g"),at=new RegExp("^"+it+"*,"+it+"*"),ut=new RegExp("^"+it+"*([>+~]|"+it+")"+it+"*"),lt=new RegExp("="+it+"*([^\\]'\"]*?)"+it+"*\\]","g"),dt=new RegExp(nt),_t=new RegExp("^"+ct+"$"),pt={ID:new RegExp("^#("+ct+")"),CLASS:new RegExp("^\\.("+ct+")"),TAG:new RegExp("^("+ct+"|[*])"),ATTR:new RegExp("^"+st),PSEUDO:new RegExp("^"+nt),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")},vt=/^(?:input|select|textarea|button)$/i,gt=/^h\d$/i,ft=/^[^{]+\{\s*\[native \w/,ht=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,mt=/[+~]/,wt=new RegExp("\\\\([\\da-f]{1,6}"+it+"?|("+it+")|.)","ig"),yt=function(t,e,i){var c="0x"+e-65536;return c!==c||i?e:c<0?String.fromCharCode(c+65536):String.fromCharCode(c>>10|55296,1023&c|56320)},bt=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,xt=function(t,e){return e?"\0"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t},Dt=function(){S()},It=v(function(t){return t.disabled===!0&&("form"in t||"label"in t)},{dir:"parentNode",next:"legend"});try{K.apply(G=Z.call(L.childNodes),L.childNodes),G[L.childNodes.length].nodeType}catch(t){K={apply:G.length?function(t,e){J.apply(t,Z.call(e))}:function(t,e){for(var i=t.length,c=0;t[i++]=e[c++];);t.length=i-1}}}x=e.support={},k=e.isXML=function(t){var e=t&&(t.ownerDocument||t).documentElement;return!!e&&"HTML"!==e.nodeName},S=e.setDocument=function(t){var e,i,c=t?t.ownerDocument||t:L;return c!==A&&9===c.nodeType&&c.documentElement?(A=c,R=A.documentElement,P=!k(A),L!==A&&(i=A.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",Dt,!1):i.attachEvent&&i.attachEvent("onunload",Dt)),x.attributes=s(function(t){return t.className="i",!t.getAttribute("className")}),x.getElementsByTagName=s(function(t){return t.appendChild(A.createComment("")),!t.getElementsByTagName("*").length}),x.getElementsByClassName=ft.test(A.getElementsByClassName),x.getById=s(function(t){return R.appendChild(t).id=M,!A.getElementsByName||!A.getElementsByName(M).length}),x.getById?(D.filter.ID=function(t){var e=t.replace(wt,yt);return function(t){return t.getAttribute("id")===e}},D.find.ID=function(t,e){if("undefined"!=typeof e.getElementById&&P){var i=e.getElementById(t);return i?[i]:[]}}):(D.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}},D.find.ID=function(t,e){if("undefined"!=typeof e.getElementById&&P){var i,c,s,n=e.getElementById(t);if(n){if(i=n.getAttributeNode("id"),i&&i.value===t)return[n];for(s=e.getElementsByName(t),c=0;n=s[c++];)if(i=n.getAttributeNode("id"),i&&i.value===t)return[n]}return[]}}),D.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,c=[],s=0,n=e.getElementsByTagName(t);if("*"===t){for(;i=n[s++];)1===i.nodeType&&c.push(i);return c}return n},D.find.CLASS=x.getElementsByClassName&&function(t,e){if("undefined"!=typeof e.getElementsByClassName&&P)return e.getElementsByClassName(t)},j=[],O=[],(x.qsa=ft.test(A.querySelectorAll))&&(s(function(t){R.appendChild(t).innerHTML="<a id='"+M+"'></a><select id='"+M+"-\r\\' msallowcapture=''><option selected=''></option></select>",t.querySelectorAll("[msallowcapture^='']").length&&O.push("[*^$]="+it+"*(?:''|\"\")"),t.querySelectorAll("[selected]").length||O.push("\\["+it+"*(?:value|"+et+")"),t.querySelectorAll("[id~="+M+"-]").length||O.push("~="),t.querySelectorAll(":checked").length||O.push(":checked"),t.querySelectorAll("a#"+M+"+*").length||O.push(".#.+[+~]")}),s(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&&O.push("name"+it+"*[*^$|!~]?="),2!==t.querySelectorAll(":enabled").length&&O.push(":enabled",":disabled"),R.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&O.push(":enabled",":disabled"),t.querySelectorAll("*,:x"),O.push(",.*:")})),(x.matchesSelector=ft.test(z=R.matches||R.webkitMatchesSelector||R.mozMatchesSelector||R.oMatchesSelector||R.msMatchesSelector))&&s(function(t){x.disconnectedMatch=z.call(t,"*"),z.call(t,"[s!='']:x"),j.push("!=",nt)}),O=O.length&&new RegExp(O.join("|")),j=j.length&&new RegExp(j.join("|")),e=ft.test(R.compareDocumentPosition),F=e||ft.test(R.contains)?function(t,e){var i=9===t.nodeType?t.documentElement:t,c=e&&e.parentNode;return t===c||!(!c||1!==c.nodeType||!(i.contains?i.contains(c):t.compareDocumentPosition&&16&t.compareDocumentPosition(c)))}:function(t,e){if(e)for(;e=e.parentNode;)if(e===t)return!0;return!1},Q=e?function(t,e){if(t===e)return N=!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===L&&F(L,t)?-1:e===A||e.ownerDocument===L&&F(L,e)?1:B?tt(B,t)-tt(B,e):0:4&i?-1:1)}:function(t,e){if(t===e)return N=!0,0;var i,c=0,s=t.parentNode,n=e.parentNode,o=[t],a=[e];if(!s||!n)return t===A?-1:e===A?1:s?-1:n?1:B?tt(B,t)-tt(B,e):0;if(s===n)return r(t,e);for(i=t;i=i.parentNode;)o.unshift(i);for(i=e;i=i.parentNode;)a.unshift(i);for(;o[c]===a[c];)c++;return c?r(o[c],a[c]):o[c]===L?-1:a[c]===L?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(lt,"='$1']"),x.matchesSelector&&P&&!Y[i+" "]&&(!j||!j.test(i))&&(!O||!O.test(i)))try{var c=z.call(t,i);if(c||x.disconnectedMatch||t.document&&11!==t.document.nodeType)return c}catch(t){}return e(i,A,null,[t]).length>0},e.contains=function(t,e){return(t.ownerDocument||t)!==A&&S(t),F(t,e)},e.attr=function(t,e){(t.ownerDocument||t)!==A&&S(t);var i=D.attrHandle[e.toLowerCase()],c=i&&X.call(D.attrHandle,e.toLowerCase())?i(t,e,!P):void 0;return void 0!==c?c:x.attributes||!P?t.getAttribute(e):(c=t.getAttributeNode(e))&&c.specified?c.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=[],c=0,s=0;if(N=!x.detectDuplicates,B=!x.sortStable&&t.slice(0),t.sort(Q),N){for(;e=t[s++];)e===t[s]&&(c=i.push(s));for(;c--;)t.splice(i[c],1)}return B=null,t},I=e.getText=function(t){var e,i="",c=0,s=t.nodeType;if(s){if(1===s||9===s||11===s){if("string"==typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)i+=I(t)}else if(3===s||4===s)return t.nodeValue}else for(;e=t[c++];)i+=I(e);return i},D=e.selectors={cacheLength:50,createPseudo:c,match:pt,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 pt.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=W[t+" "];return e||(e=new RegExp("(^|"+it+")"+t+"("+it+"|$)"))&&W(t,function(t){return e.test("string"==typeof t.className&&t.className||"undefined"!=typeof t.getAttribute&&t.getAttribute("class")||"")})},ATTR:function(t,i,c){return function(s){var n=e.attr(s,t);return null==n?"!="===i:!i||(n+="","="===i?n===c:"!="===i?n!==c:"^="===i?c&&0===n.indexOf(c):"*="===i?c&&n.indexOf(c)>-1:"$="===i?c&&n.slice(-c.length)===c:"~="===i?(" "+n.replace(rt," ")+" ").indexOf(c)>-1:"|="===i&&(n===c||n.slice(0,c.length+1)===c+"-"))}},CHILD:function(t,e,i,c,s){var n="nth"!==t.slice(0,3),r="last"!==t.slice(-4),o="of-type"===e;return 1===c&&0===s?function(t){return!!t.parentNode}:function(e,i,a){var u,l,d,_,p,v,g=n!==r?"nextSibling":"previousSibling",f=e.parentNode,h=o&&e.nodeName.toLowerCase(),m=!a&&!o,w=!1;if(f){if(n){for(;g;){for(_=e;_=_[g];)if(o?_.nodeName.toLowerCase()===h:1===_.nodeType)return!1;v=g="only"===t&&!v&&"nextSibling"}return!0}if(v=[r?f.firstChild:f.lastChild],r&&m){for(_=f,d=_[M]||(_[M]={}),l=d[_.uniqueID]||(d[_.uniqueID]={}),u=l[t]||[],p=u[0]===H&&u[1],w=p&&u[2],_=p&&f.childNodes[p];_=++p&&_&&_[g]||(w=p=0)||v.pop();)if(1===_.nodeType&&++w&&_===e){l[t]=[H,p,w];break}}else if(m&&(_=e,d=_[M]||(_[M]={}),l=d[_.uniqueID]||(d[_.uniqueID]={}),u=l[t]||[],p=u[0]===H&&u[1],w=p),w===!1)for(;(_=++p&&_&&_[g]||(w=p=0)||v.pop())&&((o?_.nodeName.toLowerCase()!==h:1!==_.nodeType)||!++w||(m&&(d=_[M]||(_[M]={}),l=d[_.uniqueID]||(d[_.uniqueID]={}),l[t]=[H,w]),_!==e)););return w-=s,w===c||w%c===0&&w/c>=0}}},PSEUDO:function(t,i){var s,n=D.pseudos[t]||D.setFilters[t.toLowerCase()]||e.error("unsupported pseudo: "+t);return n[M]?n(i):n.length>1?(s=[t,t,"",i],D.setFilters.hasOwnProperty(t.toLowerCase())?c(function(t,e){for(var c,s=n(t,i),r=s.length;r--;)c=tt(t,s[r]),t[c]=!(e[c]=s[r])}):function(t){return n(t,0,s)}):n}},pseudos:{not:c(function(t){var e=[],i=[],s=T(t.replace(ot,"$1"));return s[M]?c(function(t,e,i,c){for(var n,r=s(t,null,c,[]),o=t.length;o--;)(n=r[o])&&(t[o]=!(e[o]=n))}):function(t,c,n){return e[0]=t,s(e,null,n,i),e[0]=null,!i.pop()}}),has:c(function(t){return function(i){return e(t,i).length>0}}),contains:c(function(t){return t=t.replace(wt,yt),function(e){return(e.textContent||e.innerText||I(e)).indexOf(t)>-1}}),lang:c(function(t){return _t.test(t||"")||e.error("unsupported lang: "+t),t=t.replace(wt,yt).toLowerCase(),function(e){var i;do if(i=P?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===R},focus:function(t){return t===A.activeElement&&(!A.hasFocus||A.hasFocus())&&!!(t.type||t.href||~t.tabIndex)},enabled:u(!1),disabled:u(!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!D.pseudos.empty(t)},header:function(t){return gt.test(t.nodeName)},input:function(t){return vt.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:l(function(){return[0]}),last:l(function(t,e){return[e-1]}),eq:l(function(t,e,i){return[i<0?i+e:i]}),even:l(function(t,e){for(var i=0;i<e;i+=2)t.push(i);return t}),odd:l(function(t,e){for(var i=1;i<e;i+=2)t.push(i);return t}),lt:l(function(t,e,i){for(var c=i<0?i+e:i;--c>=0;)t.push(c);return t}),gt:l(function(t,e,i){for(var c=i<0?i+e:i;++c<e;)t.push(c);return t})}},D.pseudos.nth=D.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})D.pseudos[b]=o(b);for(b in{submit:!0,reset:!0})D.pseudos[b]=a(b);return _.prototype=D.filters=D.pseudos,D.setFilters=new _,q=e.tokenize=function(t,i){var c,s,n,r,o,a,u,l=$[t+" "];if(l)return i?0:l.slice(0);for(o=t,a=[],u=D.preFilter;o;){c&&!(s=at.exec(o))||(s&&(o=o.slice(s[0].length)||o),a.push(n=[])),c=!1,(s=ut.exec(o))&&(c=s.shift(),n.push({value:c,type:s[0].replace(ot," ")}),o=o.slice(c.length));for(r in D.filter)!(s=pt[r].exec(o))||u[r]&&!(s=u[r](s))||(c=s.shift(),n.push({value:c,type:r,matches:s}),o=o.slice(c.length));if(!c)break}return i?o.length:o?e.error(t):$(t,a).slice(0)},T=e.compile=function(t,e){var i,c=[],s=[],n=Y[t+" "];if(!n){for(e||(e=q(t)),i=e.length;i--;)n=w(e[i]),n[M]?c.push(n):s.push(n);n=Y(t,y(s,c)),n.selector=t}return n},C=e.select=function(t,e,i,c){var s,n,r,o,a,u="function"==typeof t&&t,l=!c&&q(t=u.selector||t);if(i=i||[],1===l.length){if(n=l[0]=l[0].slice(0),n.length>2&&"ID"===(r=n[0]).type&&9===e.nodeType&&P&&D.relative[n[1].type]){if(e=(D.find.ID(r.matches[0].replace(wt,yt),e)||[])[0],!e)return i;u&&(e=e.parentNode),t=t.slice(n.shift().value.length)}for(s=pt.needsContext.test(t)?0:n.length;s--&&(r=n[s],!D.relative[o=r.type]);)if((a=D.find[o])&&(c=a(r.matches[0].replace(wt,yt),mt.test(n[0].type)&&d(e.parentNode)||e))){if(n.splice(s,1),t=c.length&&p(n),!t)return K.apply(i,c),i;break}}return(u||T(t,l))(c,e,!P,i,!e||mt.test(t)&&d(e.parentNode)||e),i},x.sortStable=M.split("").sort(Q).join("")===M,x.detectDuplicates=!!N,S(),x.sortDetached=s(function(t){return 1&t.compareDocumentPosition(A.createElement("fieldset"))}),s(function(t){return t.innerHTML="<a href='#'></a>","#"===t.firstChild.getAttribute("href")})||n("type|href|height|width",function(t,e,i){if(!i)return t.getAttribute(e,"type"===e.toLowerCase()?1:2)}),x.attributes&&s(function(t){return t.innerHTML="<input/>",t.firstChild.setAttribute("value",""),""===t.firstChild.getAttribute("value")})||n("value",function(t,e,i){if(!i&&"input"===t.nodeName.toLowerCase())return t.defaultValue}),s(function(t){return null==t.getAttribute("disabled")})||n(et,function(t,e,i){var c;if(!i)return t[e]===!0?e.toLowerCase():(c=t.getAttributeNode(e))&&c.specified?c.value:null}),e}(i);wt.find=It,wt.expr=It.selectors,wt.expr[":"]=wt.expr.pseudos,wt.uniqueSort=wt.unique=It.uniqueSort,wt.text=It.getText,wt.isXMLDoc=It.isXML,wt.contains=It.contains,wt.escapeSelector=It.escape;var kt=function(t,e,i){for(var c=[],s=void 0!==i;(t=t[e])&&9!==t.nodeType;)if(1===t.nodeType){if(s&&wt(t).is(i))break;c.push(t)}return c},qt=function(t,e){for(var i=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&i.push(t);return i},Tt=wt.expr.match.needsContext,Ct=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,Et=/^.[^:#\[\.,]*$/;wt.filter=function(t,e,i){var c=e[0];return i&&(t=":not("+t+")"),1===e.length&&1===c.nodeType?wt.find.matchesSelector(c,t)?[c]:[]:wt.find.matches(t,wt.grep(e,function(t){return 1===t.nodeType}))},wt.fn.extend({find:function(t){var e,i,c=this.length,s=this;if("string"!=typeof t)return this.pushStack(wt(t).filter(function(){for(e=0;e<c;e++)if(wt.contains(s[e],this))return!0}));for(i=this.pushStack([]),e=0;e<c;e++)wt.find(t,s[e],i);return c>1?wt.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&&Tt.test(t)?wt(t):t||[],!1).length}});var Bt,Nt=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,St=wt.fn.init=function(t,e,i){var c,s;if(!t)return this;if(i=i||Bt,"string"==typeof t){if(c="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:Nt.exec(t),!c||!c[1]&&e)return!e||e.jquery?(e||i).find(t):this.constructor(e).find(t);if(c[1]){if(e=e instanceof wt?e[0]:e,wt.merge(this,wt.parseHTML(c[1],e&&e.nodeType?e.ownerDocument||e:rt,!0)),Ct.test(c[1])&&wt.isPlainObject(e))for(c in e)wt.isFunction(this[c])?this[c](e[c]):this.attr(c,e[c]);return this}return s=rt.getElementById(c[2]),s&&(this[0]=s,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):wt.isFunction(t)?void 0!==i.ready?i.ready(t):t(wt):wt.makeArray(t,this)};St.prototype=wt.fn,Bt=wt(rt);var At=/^(?:parents|prev(?:Until|All))/,Rt={children:!0,contents:!0,next:!0,prev:!0};wt.fn.extend({has:function(t){var e=wt(t,this),i=e.length;return this.filter(function(){for(var t=0;t<i;t++)if(wt.contains(this,e[t]))return!0})},closest:function(t,e){var i,c=0,s=this.length,n=[],r="string"!=typeof t&&wt(t);if(!Tt.test(t))for(;c<s;c++)for(i=this[c];i&&i!==e;i=i.parentNode)if(i.nodeType<11&&(r?r.index(i)>-1:1===i.nodeType&&wt.find.matchesSelector(i,t))){n.push(i);break}return this.pushStack(n.length>1?wt.uniqueSort(n):n)},index:function(t){return t?"string"==typeof t?dt.call(wt(t),this[0]):dt.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(wt.uniqueSort(wt.merge(this.get(),wt(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),wt.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return kt(t,"parentNode")},parentsUntil:function(t,e,i){return kt(t,"parentNode",i)},next:function(t){return l(t,"nextSibling")},prev:function(t){return l(t,"previousSibling")},nextAll:function(t){return kt(t,"nextSibling")},prevAll:function(t){return kt(t,"previousSibling")},nextUntil:function(t,e,i){return kt(t,"nextSibling",i)},prevUntil:function(t,e,i){return kt(t,"previousSibling",i)},siblings:function(t){return qt((t.parentNode||{}).firstChild,t)},children:function(t){return qt(t.firstChild)},contents:function(t){return a(t,"iframe")?t.contentDocument:(a(t,"template")&&(t=t.content||t),wt.merge([],t.childNodes))}},function(t,e){wt.fn[t]=function(i,c){var s=wt.map(this,e,i);return"Until"!==t.slice(-5)&&(c=i),c&&"string"==typeof c&&(s=wt.filter(c,s)),this.length>1&&(Rt[t]||wt.uniqueSort(s),At.test(t)&&s.reverse()),this.pushStack(s)}});var Pt=/[^\x20\t\r\n\f]+/g;wt.Callbacks=function(t){t="string"==typeof t?d(t):wt.extend({},t);var e,i,c,s,n=[],r=[],o=-1,a=function(){for(s=s||t.once,c=e=!0;r.length;o=-1)for(i=r.shift();++o<n.length;)n[o].apply(i[0],i[1])===!1&&t.stopOnFalse&&(o=n.length,i=!1);t.memory||(i=!1),e=!1,s&&(n=i?[]:"")},u={add:function(){return n&&(i&&!e&&(o=n.length-1,r.push(i)),function e(i){wt.each(i,function(i,c){wt.isFunction(c)?t.unique&&u.has(c)||n.push(c):c&&c.length&&"string"!==wt.type(c)&&e(c)})}(arguments),i&&!e&&a()),this},remove:function(){return wt.each(arguments,function(t,e){for(var i;(i=wt.inArray(e,n,i))>-1;)n.splice(i,1),i<=o&&o--}),this},has:function(t){return t?wt.inArray(t,n)>-1:n.length>0},empty:function(){return n&&(n=[]),this},disable:function(){return s=r=[],n=i="",this},disabled:function(){return!n},lock:function(){return s=r=[],i||e||(n=i=""),this},locked:function(){return!!s},fireWith:function(t,i){return s||(i=i||[],i=[t,i.slice?i.slice():i],r.push(i),e||a()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!c}};return u},wt.extend({Deferred:function(t){var e=[["notify","progress",wt.Callbacks("memory"),wt.Callbacks("memory"),2],["resolve","done",wt.Callbacks("once memory"),wt.Callbacks("once memory"),0,"resolved"],["reject","fail",wt.Callbacks("once memory"),wt.Callbacks("once memory"),1,"rejected"]],c="pending",s={state:function(){return c},always:function(){return n.done(arguments).fail(arguments),this},catch:function(t){return s.then(null,t)},pipe:function(){var t=arguments;return wt.Deferred(function(i){wt.each(e,function(e,c){var s=wt.isFunction(t[c[4]])&&t[c[4]];n[c[1]](function(){var t=s&&s.apply(this,arguments);t&&wt.isFunction(t.promise)?t.promise().progress(i.notify).done(i.resolve).fail(i.reject):i[c[0]+"With"](this,s?[t]:arguments)})}),t=null}).promise()},then:function(t,c,s){function n(t,e,c,s){return function(){var o=this,a=arguments,u=function(){var i,u;if(!(t<r)){if(i=c.apply(o,a),i===e.promise())throw new TypeError("Thenable self-resolution");u=i&&("object"==typeof i||"function"==typeof i)&&i.then,wt.isFunction(u)?s?u.call(i,n(r,e,_,s),n(r,e,p,s)):(r++,u.call(i,n(r,e,_,s),n(r,e,p,s),n(r,e,_,e.notifyWith))):(c!==_&&(o=void 0,a=[i]),(s||e.resolveWith)(o,a))}},l=s?u:function(){try{u()}catch(i){wt.Deferred.exceptionHook&&wt.Deferred.exceptionHook(i,l.stackTrace),t+1>=r&&(c!==p&&(o=void 0,a=[i]),e.rejectWith(o,a))}};t?l():(wt.Deferred.getStackHook&&(l.stackTrace=wt.Deferred.getStackHook()),i.setTimeout(l))}}var r=0;return wt.Deferred(function(i){e[0][3].add(n(0,i,wt.isFunction(s)?s:_,i.notifyWith)),e[1][3].add(n(0,i,wt.isFunction(t)?t:_)),e[2][3].add(n(0,i,wt.isFunction(c)?c:p))}).promise()},promise:function(t){return null!=t?wt.extend(t,s):s}},n={};return wt.each(e,function(t,i){var r=i[2],o=i[5];s[i[1]]=r.add,o&&r.add(function(){c=o},e[3-t][2].disable,e[0][2].lock),r.add(i[3].fire),n[i[0]]=function(){return n[i[0]+"With"](this===n?void 0:this,arguments),this},n[i[0]+"With"]=r.fireWith}),s.promise(n),t&&t.call(n,n),n},when:function(t){var e=arguments.length,i=e,c=Array(i),s=at.call(arguments),n=wt.Deferred(),r=function(t){return function(i){c[t]=this,s[t]=arguments.length>1?at.call(arguments):i,--e||n.resolveWith(c,s)}};if(e<=1&&(v(t,n.done(r(i)).resolve,n.reject,!e),"pending"===n.state()||wt.isFunction(s[i]&&s[i].then)))return n.then();for(;i--;)v(s[i],r(i),n.reject);return n.promise()}});var Ot=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;wt.Deferred.exceptionHook=function(t,e){i.console&&i.console.warn&&t&&Ot.test(t.name)&&i.console.warn("jQuery.Deferred exception: "+t.message,t.stack,e)},wt.readyException=function(t){i.setTimeout(function(){throw t})};var jt=wt.Deferred();wt.fn.ready=function(t){return jt.then(t).catch(function(t){wt.readyException(t)}),this},wt.extend({isReady:!1,readyWait:1,ready:function(t){(t===!0?--wt.readyWait:wt.isReady)||(wt.isReady=!0,t!==!0&&--wt.readyWait>0||jt.resolveWith(rt,[wt]))}}),wt.ready.then=jt.then,"complete"===rt.readyState||"loading"!==rt.readyState&&!rt.documentElement.doScroll?i.setTimeout(wt.ready):(rt.addEventListener("DOMContentLoaded",g),i.addEventListener("load",g));var zt=function(t,e,i,c,s,n,r){var o=0,a=t.length,u=null==i;if("object"===wt.type(i)){s=!0;for(o in i)zt(t,e,o,i[o],!0,n,r)}else if(void 0!==c&&(s=!0,wt.isFunction(c)||(r=!0),u&&(r?(e.call(t,c),e=null):(u=e,e=function(t,e,i){return u.call(wt(t),i)})),e))for(;o<a;o++)e(t[o],i,r?c:c.call(t[o],o,e(t[o],i)));return s?t:u?e.call(t):a?e(t[0],i):n},Ft=function(t){return 1===t.nodeType||9===t.nodeType||!+t.nodeType};f.uid=1,f.prototype={cache:function(t){var e=t[this.expando];return e||(e={},Ft(t)&&(t.nodeType?t[this.expando]=e:Object.defineProperty(t,this.expando,{value:e,configurable:!0}))),e},set:function(t,e,i){var c,s=this.cache(t);if("string"==typeof e)s[wt.camelCase(e)]=i;else for(c in e)s[wt.camelCase(c)]=e[c];return s},get:function(t,e){return void 0===e?this.cache(t):t[this.expando]&&t[this.expando][wt.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,c=t[this.expando];if(void 0!==c){if(void 0!==e){Array.isArray(e)?e=e.map(wt.camelCase):(e=wt.camelCase(e),e=e in c?[e]:e.match(Pt)||[]),i=e.length;for(;i--;)delete c[e[i]]}(void 0===e||wt.isEmptyObject(c))&&(t.nodeType?t[this.expando]=void 0:delete t[this.expando])}},hasData:function(t){var e=t[this.expando];return void 0!==e&&!wt.isEmptyObject(e)}};var Mt=new f,Lt=new f,Ht=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Ut=/[A-Z]/g;wt.extend({hasData:function(t){return Lt.hasData(t)||Mt.hasData(t)},data:function(t,e,i){return Lt.access(t,e,i)},removeData:function(t,e){Lt.remove(t,e)},_data:function(t,e,i){return Mt.access(t,e,i)},_removeData:function(t,e){Mt.remove(t,e)}}),wt.fn.extend({data:function(t,e){var i,c,s,n=this[0],r=n&&n.attributes;if(void 0===t){if(this.length&&(s=Lt.get(n),1===n.nodeType&&!Mt.get(n,"hasDataAttrs"))){for(i=r.length;i--;)r[i]&&(c=r[i].name,0===c.indexOf("data-")&&(c=wt.camelCase(c.slice(5)),m(n,c,s[c])));Mt.set(n,"hasDataAttrs",!0)}return s}return"object"==typeof t?this.each(function(){Lt.set(this,t)}):zt(this,function(e){var i;if(n&&void 0===e){if(i=Lt.get(n,t),void 0!==i)return i;if(i=m(n,t),void 0!==i)return i}else this.each(function(){Lt.set(this,t,e)})},null,e,arguments.length>1,null,!0)},removeData:function(t){return this.each(function(){Lt.remove(this,t)})}}),wt.extend({queue:function(t,e,i){var c;if(t)return e=(e||"fx")+"queue",c=Mt.get(t,e),i&&(!c||Array.isArray(i)?c=Mt.access(t,e,wt.makeArray(i)):c.push(i)),c||[]},dequeue:function(t,e){e=e||"fx";var i=wt.queue(t,e),c=i.length,s=i.shift(),n=wt._queueHooks(t,e),r=function(){wt.dequeue(t,e)};"inprogress"===s&&(s=i.shift(),c--),s&&("fx"===e&&i.unshift("inprogress"),delete n.stop,s.call(t,r,n)),!c&&n&&n.empty.fire()},_queueHooks:function(t,e){var i=e+"queueHooks";return Mt.get(t,i)||Mt.access(t,i,{empty:wt.Callbacks("once memory").add(function(){Mt.remove(t,[e+"queue",i])})})}}),wt.fn.extend({queue:function(t,e){var i=2;return"string"!=typeof t&&(e=t,t="fx",i--),arguments.length<i?wt.queue(this[0],t):void 0===e?this:this.each(function(){var i=wt.queue(this,t,e);wt._queueHooks(this,t),"fx"===t&&"inprogress"!==i[0]&&wt.dequeue(this,t)})},dequeue:function(t){return this.each(function(){wt.dequeue(this,t)})},clearQueue:function(t){return this.queue(t||"fx",[])},promise:function(t,e){var i,c=1,s=wt.Deferred(),n=this,r=this.length,o=function(){--c||s.resolveWith(n,[n])};for("string"!=typeof t&&(e=t,t=void 0),t=t||"fx";r--;)i=Mt.get(n[r],t+"queueHooks"),i&&i.empty&&(c++,i.empty.add(o));return o(),s.promise(e)}});var Wt=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,$t=new RegExp("^(?:([+-])=|)("+Wt+")([a-z%]*)$","i"),Yt=["Top","Right","Bottom","Left"],Qt=function(t,e){return t=e||t,"none"===t.style.display||""===t.style.display&&wt.contains(t.ownerDocument,t)&&"none"===wt.css(t,"display")},Xt=function(t,e,i,c){var s,n,r={};for(n in e)r[n]=t.style[n],t.style[n]=e[n];s=i.apply(t,c||[]);for(n in e)t.style[n]=r[n];return s},Gt={};wt.fn.extend({show:function(){return b(this,!0)},hide:function(){return b(this)},toggle:function(t){return"boolean"==typeof t?t?this.show():this.hide():this.each(function(){Qt(this)?wt(this).show():wt(this).hide()})}});var Vt=/^(?:checkbox|radio)$/i,Jt=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,Kt=/^$|\/(?:java|ecma)script/i,Zt={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,"",""]};Zt.optgroup=Zt.option,Zt.tbody=Zt.tfoot=Zt.colgroup=Zt.caption=Zt.thead,
Zt.th=Zt.td;var te=/<|&#?\w+;/;!function(){var t=rt.createDocumentFragment(),e=t.appendChild(rt.createElement("div")),i=rt.createElement("input");i.setAttribute("type","radio"),i.setAttribute("checked","checked"),i.setAttribute("name","t"),e.appendChild(i),ht.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="<textarea>x</textarea>",ht.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var ee=rt.documentElement,ie=/^key/,ce=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,se=/^([^.]*)(?:\.(.+)|)/;wt.event={global:{},add:function(t,e,i,c,s){var n,r,o,a,u,l,d,_,p,v,g,f=Mt.get(t);if(f)for(i.handler&&(n=i,i=n.handler,s=n.selector),s&&wt.find.matchesSelector(ee,s),i.guid||(i.guid=wt.guid++),(a=f.events)||(a=f.events={}),(r=f.handle)||(r=f.handle=function(e){return"undefined"!=typeof wt&&wt.event.triggered!==e.type?wt.event.dispatch.apply(t,arguments):void 0}),e=(e||"").match(Pt)||[""],u=e.length;u--;)o=se.exec(e[u])||[],p=g=o[1],v=(o[2]||"").split(".").sort(),p&&(d=wt.event.special[p]||{},p=(s?d.delegateType:d.bindType)||p,d=wt.event.special[p]||{},l=wt.extend({type:p,origType:g,data:c,handler:i,guid:i.guid,selector:s,needsContext:s&&wt.expr.match.needsContext.test(s),namespace:v.join(".")},n),(_=a[p])||(_=a[p]=[],_.delegateCount=0,d.setup&&d.setup.call(t,c,v,r)!==!1||t.addEventListener&&t.addEventListener(p,r)),d.add&&(d.add.call(t,l),l.handler.guid||(l.handler.guid=i.guid)),s?_.splice(_.delegateCount++,0,l):_.push(l),wt.event.global[p]=!0)},remove:function(t,e,i,c,s){var n,r,o,a,u,l,d,_,p,v,g,f=Mt.hasData(t)&&Mt.get(t);if(f&&(a=f.events)){for(e=(e||"").match(Pt)||[""],u=e.length;u--;)if(o=se.exec(e[u])||[],p=g=o[1],v=(o[2]||"").split(".").sort(),p){for(d=wt.event.special[p]||{},p=(c?d.delegateType:d.bindType)||p,_=a[p]||[],o=o[2]&&new RegExp("(^|\\.)"+v.join("\\.(?:.*\\.|)")+"(\\.|$)"),r=n=_.length;n--;)l=_[n],!s&&g!==l.origType||i&&i.guid!==l.guid||o&&!o.test(l.namespace)||c&&c!==l.selector&&("**"!==c||!l.selector)||(_.splice(n,1),l.selector&&_.delegateCount--,d.remove&&d.remove.call(t,l));r&&!_.length&&(d.teardown&&d.teardown.call(t,v,f.handle)!==!1||wt.removeEvent(t,p,f.handle),delete a[p])}else for(p in a)wt.event.remove(t,p+e[u],i,c,!0);wt.isEmptyObject(a)&&Mt.remove(t,"handle events")}},dispatch:function(t){var e,i,c,s,n,r,o=wt.event.fix(t),a=new Array(arguments.length),u=(Mt.get(this,"events")||{})[o.type]||[],l=wt.event.special[o.type]||{};for(a[0]=o,e=1;e<arguments.length;e++)a[e]=arguments[e];if(o.delegateTarget=this,!l.preDispatch||l.preDispatch.call(this,o)!==!1){for(r=wt.event.handlers.call(this,o,u),e=0;(s=r[e++])&&!o.isPropagationStopped();)for(o.currentTarget=s.elem,i=0;(n=s.handlers[i++])&&!o.isImmediatePropagationStopped();)o.rnamespace&&!o.rnamespace.test(n.namespace)||(o.handleObj=n,o.data=n.data,c=((wt.event.special[n.origType]||{}).handle||n.handler).apply(s.elem,a),void 0!==c&&(o.result=c)===!1&&(o.preventDefault(),o.stopPropagation()));return l.postDispatch&&l.postDispatch.call(this,o),o.result}},handlers:function(t,e){var i,c,s,n,r,o=[],a=e.delegateCount,u=t.target;if(a&&u.nodeType&&!("click"===t.type&&t.button>=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==t.type||u.disabled!==!0)){for(n=[],r={},i=0;i<a;i++)c=e[i],s=c.selector+" ",void 0===r[s]&&(r[s]=c.needsContext?wt(s,this).index(u)>-1:wt.find(s,this,null,[u]).length),r[s]&&n.push(c);n.length&&o.push({elem:u,handlers:n})}return u=this,a<e.length&&o.push({elem:u,handlers:e.slice(a)}),o},addProp:function(t,e){Object.defineProperty(wt.Event.prototype,t,{enumerable:!0,configurable:!0,get:wt.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[wt.expando]?t:new wt.Event(t)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==T()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===T()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&a(this,"input"))return this.click(),!1},_default:function(t){return a(t.target,"a")}},beforeunload:{postDispatch:function(t){void 0!==t.result&&t.originalEvent&&(t.originalEvent.returnValue=t.result)}}}},wt.removeEvent=function(t,e,i){t.removeEventListener&&t.removeEventListener(e,i)},wt.Event=function(t,e){return this instanceof wt.Event?(t&&t.type?(this.originalEvent=t,this.type=t.type,this.isDefaultPrevented=t.defaultPrevented||void 0===t.defaultPrevented&&t.returnValue===!1?k:q,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&&wt.extend(this,e),this.timeStamp=t&&t.timeStamp||wt.now(),void(this[wt.expando]=!0)):new wt.Event(t,e)},wt.Event.prototype={constructor:wt.Event,isDefaultPrevented:q,isPropagationStopped:q,isImmediatePropagationStopped:q,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()}},wt.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&&ie.test(t.type)?null!=t.charCode?t.charCode:t.keyCode:!t.which&&void 0!==e&&ce.test(t.type)?1&e?1:2&e?3:4&e?2:0:t.which}},wt.event.addProp),wt.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(t,e){wt.event.special[t]={delegateType:e,bindType:e,handle:function(t){var i,c=this,s=t.relatedTarget,n=t.handleObj;return s&&(s===c||wt.contains(c,s))||(t.type=n.origType,i=n.handler.apply(this,arguments),t.type=e),i}}}),wt.fn.extend({on:function(t,e,i,c){return C(this,t,e,i,c)},one:function(t,e,i,c){return C(this,t,e,i,c,1)},off:function(t,e,i){var c,s;if(t&&t.preventDefault&&t.handleObj)return c=t.handleObj,wt(t.delegateTarget).off(c.namespace?c.origType+"."+c.namespace:c.origType,c.selector,c.handler),this;if("object"==typeof t){for(s in t)this.off(s,e,t[s]);return this}return e!==!1&&"function"!=typeof e||(i=e,e=void 0),i===!1&&(i=q),this.each(function(){wt.event.remove(this,t,i,e)})}});var ne=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,re=/<script|<style|<link/i,oe=/checked\s*(?:[^=]|=\s*.checked.)/i,ae=/^true\/(.*)/,ue=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;wt.extend({htmlPrefilter:function(t){return t.replace(ne,"<$1></$2>")},clone:function(t,e,i){var c,s,n,r,o=t.cloneNode(!0),a=wt.contains(t.ownerDocument,t);if(!(ht.noCloneChecked||1!==t.nodeType&&11!==t.nodeType||wt.isXMLDoc(t)))for(r=x(o),n=x(t),c=0,s=n.length;c<s;c++)A(n[c],r[c]);if(e)if(i)for(n=n||x(t),r=r||x(o),c=0,s=n.length;c<s;c++)S(n[c],r[c]);else S(t,o);return r=x(o,"script"),r.length>0&&D(r,!a&&x(t,"script")),o},cleanData:function(t){for(var e,i,c,s=wt.event.special,n=0;void 0!==(i=t[n]);n++)if(Ft(i)){if(e=i[Mt.expando]){if(e.events)for(c in e.events)s[c]?wt.event.remove(i,c):wt.removeEvent(i,c,e.handle);i[Mt.expando]=void 0}i[Lt.expando]&&(i[Lt.expando]=void 0)}}}),wt.fn.extend({detach:function(t){return P(this,t,!0)},remove:function(t){return P(this,t)},text:function(t){return zt(this,function(t){return void 0===t?wt.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 R(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=E(this,t);e.appendChild(t)}})},prepend:function(){return R(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=E(this,t);e.insertBefore(t,e.firstChild)}})},before:function(){return R(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this)})},after:function(){return R(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&&(wt.cleanData(x(t,!1)),t.textContent="");return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map(function(){return wt.clone(this,t,e)})},html:function(t){return zt(this,function(t){var e=this[0]||{},i=0,c=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if("string"==typeof t&&!re.test(t)&&!Zt[(Jt.exec(t)||["",""])[1].toLowerCase()]){t=wt.htmlPrefilter(t);try{for(;i<c;i++)e=this[i]||{},1===e.nodeType&&(wt.cleanData(x(e,!1)),e.innerHTML=t);e=0}catch(t){}}e&&this.empty().append(t)},null,t,arguments.length)},replaceWith:function(){var t=[];return R(this,arguments,function(e){var i=this.parentNode;wt.inArray(this,t)<0&&(wt.cleanData(x(this)),i&&i.replaceChild(e,this))},t)}}),wt.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(t,e){wt.fn[t]=function(t){for(var i,c=[],s=wt(t),n=s.length-1,r=0;r<=n;r++)i=r===n?this:this.clone(!0),wt(s[r])[e](i),lt.apply(c,i.get());return this.pushStack(c)}});var le=/^margin/,de=new RegExp("^("+Wt+")(?!px)[a-z%]+$","i"),_e=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="",ee.appendChild(r);var t=i.getComputedStyle(o);e="1%"!==t.top,n="2px"===t.marginLeft,c="4px"===t.width,o.style.marginRight="50%",s="4px"===t.marginRight,ee.removeChild(r),o=null}}var e,c,s,n,r=rt.createElement("div"),o=rt.createElement("div");o.style&&(o.style.backgroundClip="content-box",o.cloneNode(!0).style.backgroundClip="",ht.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),wt.extend(ht,{pixelPosition:function(){return t(),e},boxSizingReliable:function(){return t(),c},pixelMarginRight:function(){return t(),s},reliableMarginLeft:function(){return t(),n}}))}();var pe=/^(none|table(?!-c[ea]).+)/,ve=/^--/,ge={position:"absolute",visibility:"hidden",display:"block"},fe={letterSpacing:"0",fontWeight:"400"},he=["Webkit","Moz","ms"],me=rt.createElement("div").style;wt.extend({cssHooks:{opacity:{get:function(t,e){if(e){var i=O(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,c){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var s,n,r,o=wt.camelCase(e),a=ve.test(e),u=t.style;return a||(e=F(o)),r=wt.cssHooks[e]||wt.cssHooks[o],void 0===i?r&&"get"in r&&void 0!==(s=r.get(t,!1,c))?s:u[e]:(n=typeof i,"string"===n&&(s=$t.exec(i))&&s[1]&&(i=w(t,e,s),n="number"),null!=i&&i===i&&("number"===n&&(i+=s&&s[3]||(wt.cssNumber[o]?"":"px")),ht.clearCloneStyle||""!==i||0!==e.indexOf("background")||(u[e]="inherit"),r&&"set"in r&&void 0===(i=r.set(t,i,c))||(a?u.setProperty(e,i):u[e]=i)),void 0)}},css:function(t,e,i,c){var s,n,r,o=wt.camelCase(e),a=ve.test(e);return a||(e=F(o)),r=wt.cssHooks[e]||wt.cssHooks[o],r&&"get"in r&&(s=r.get(t,!0,i)),void 0===s&&(s=O(t,e,c)),"normal"===s&&e in fe&&(s=fe[e]),""===i||i?(n=parseFloat(s),i===!0||isFinite(n)?n||0:s):s}}),wt.each(["height","width"],function(t,e){wt.cssHooks[e]={get:function(t,i,c){if(i)return!pe.test(wt.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?H(t,e,c):Xt(t,ge,function(){return H(t,e,c)})},set:function(t,i,c){var s,n=c&&_e(t),r=c&&L(t,e,c,"border-box"===wt.css(t,"boxSizing",!1,n),n);return r&&(s=$t.exec(i))&&"px"!==(s[3]||"px")&&(t.style[e]=i,i=wt.css(t,e)),M(t,i,r)}}}),wt.cssHooks.marginLeft=j(ht.reliableMarginLeft,function(t,e){if(e)return(parseFloat(O(t,"marginLeft"))||t.getBoundingClientRect().left-Xt(t,{marginLeft:0},function(){return t.getBoundingClientRect().left}))+"px"}),wt.each({margin:"",padding:"",border:"Width"},function(t,e){wt.cssHooks[t+e]={expand:function(i){for(var c=0,s={},n="string"==typeof i?i.split(" "):[i];c<4;c++)s[t+Yt[c]+e]=n[c]||n[c-2]||n[0];return s}},le.test(t)||(wt.cssHooks[t+e].set=M)}),wt.fn.extend({css:function(t,e){return zt(this,function(t,e,i){var c,s,n={},r=0;if(Array.isArray(e)){for(c=_e(t),s=e.length;r<s;r++)n[e[r]]=wt.css(t,e[r],!1,c);return n}return void 0!==i?wt.style(t,e,i):wt.css(t,e)},t,e,arguments.length>1)}}),wt.Tween=U,U.prototype={constructor:U,init:function(t,e,i,c,s,n){this.elem=t,this.prop=i,this.easing=s||wt.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=c,this.unit=n||(wt.cssNumber[i]?"":"px")},cur:function(){var t=U.propHooks[this.prop];return t&&t.get?t.get(this):U.propHooks._default.get(this)},run:function(t){var e,i=U.propHooks[this.prop];return this.options.duration?this.pos=e=wt.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):U.propHooks._default.set(this),this}},U.prototype.init.prototype=U.prototype,U.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=wt.css(t.elem,t.prop,""),e&&"auto"!==e?e:0)},set:function(t){wt.fx.step[t.prop]?wt.fx.step[t.prop](t):1!==t.elem.nodeType||null==t.elem.style[wt.cssProps[t.prop]]&&!wt.cssHooks[t.prop]?t.elem[t.prop]=t.now:wt.style(t.elem,t.prop,t.now+t.unit)}}},U.propHooks.scrollTop=U.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},wt.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},wt.fx=U.prototype.init,wt.fx.step={};var we,ye,be=/^(?:toggle|show|hide)$/,xe=/queueHooks$/;wt.Animation=wt.extend(V,{tweeners:{"*":[function(t,e){var i=this.createTween(t,e);return w(i.elem,t,$t.exec(e),i),i}]},tweener:function(t,e){wt.isFunction(t)?(e=t,t=["*"]):t=t.match(Pt);for(var i,c=0,s=t.length;c<s;c++)i=t[c],V.tweeners[i]=V.tweeners[i]||[],V.tweeners[i].unshift(e)},prefilters:[X],prefilter:function(t,e){e?V.prefilters.unshift(t):V.prefilters.push(t)}}),wt.speed=function(t,e,i){var c=t&&"object"==typeof t?wt.extend({},t):{complete:i||!i&&e||wt.isFunction(t)&&t,duration:t,easing:i&&e||e&&!wt.isFunction(e)&&e};return wt.fx.off?c.duration=0:"number"!=typeof c.duration&&(c.duration in wt.fx.speeds?c.duration=wt.fx.speeds[c.duration]:c.duration=wt.fx.speeds._default),null!=c.queue&&c.queue!==!0||(c.queue="fx"),c.old=c.complete,c.complete=function(){wt.isFunction(c.old)&&c.old.call(this),c.queue&&wt.dequeue(this,c.queue)},c},wt.fn.extend({fadeTo:function(t,e,i,c){return this.filter(Qt).css("opacity",0).show().end().animate({opacity:e},t,i,c)},animate:function(t,e,i,c){var s=wt.isEmptyObject(t),n=wt.speed(e,i,c),r=function(){var e=V(this,wt.extend({},t),n);(s||Mt.get(this,"finish"))&&e.stop(!0)};return r.finish=r,s||n.queue===!1?this.each(r):this.queue(n.queue,r)},stop:function(t,e,i){var c=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,s=null!=t&&t+"queueHooks",n=wt.timers,r=Mt.get(this);if(s)r[s]&&r[s].stop&&c(r[s]);else for(s in r)r[s]&&r[s].stop&&xe.test(s)&&c(r[s]);for(s=n.length;s--;)n[s].elem!==this||null!=t&&n[s].queue!==t||(n[s].anim.stop(i),e=!1,n.splice(s,1));!e&&i||wt.dequeue(this,t)})},finish:function(t){return t!==!1&&(t=t||"fx"),this.each(function(){var e,i=Mt.get(this),c=i[t+"queue"],s=i[t+"queueHooks"],n=wt.timers,r=c?c.length:0;for(i.finish=!0,wt.queue(this,t,[]),s&&s.stop&&s.stop.call(this,!0),e=n.length;e--;)n[e].elem===this&&n[e].queue===t&&(n[e].anim.stop(!0),n.splice(e,1));for(e=0;e<r;e++)c[e]&&c[e].finish&&c[e].finish.call(this);delete i.finish})}}),wt.each(["toggle","show","hide"],function(t,e){var i=wt.fn[e];wt.fn[e]=function(t,c,s){return null==t||"boolean"==typeof t?i.apply(this,arguments):this.animate(Y(e,!0),t,c,s)}}),wt.each({slideDown:Y("show"),slideUp:Y("hide"),slideToggle:Y("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(t,e){wt.fn[t]=function(t,i,c){return this.animate(e,t,i,c)}}),wt.timers=[],wt.fx.tick=function(){var t,e=0,i=wt.timers;for(we=wt.now();e<i.length;e++)t=i[e],t()||i[e]!==t||i.splice(e--,1);i.length||wt.fx.stop(),we=void 0},wt.fx.timer=function(t){wt.timers.push(t),wt.fx.start()},wt.fx.interval=13,wt.fx.start=function(){ye||(ye=!0,W())},wt.fx.stop=function(){ye=null},wt.fx.speeds={slow:600,fast:200,_default:400},wt.fn.delay=function(t,e){return t=wt.fx?wt.fx.speeds[t]||t:t,e=e||"fx",this.queue(e,function(e,c){var s=i.setTimeout(e,t);c.stop=function(){i.clearTimeout(s)}})},function(){var t=rt.createElement("input"),e=rt.createElement("select"),i=e.appendChild(rt.createElement("option"));t.type="checkbox",ht.checkOn=""!==t.value,ht.optSelected=i.selected,t=rt.createElement("input"),t.value="t",t.type="radio",ht.radioValue="t"===t.value}();var De,Ie=wt.expr.attrHandle;wt.fn.extend({attr:function(t,e){return zt(this,wt.attr,t,e,arguments.length>1)},removeAttr:function(t){return this.each(function(){wt.removeAttr(this,t)})}}),wt.extend({attr:function(t,e,i){var c,s,n=t.nodeType;if(3!==n&&8!==n&&2!==n)return"undefined"==typeof t.getAttribute?wt.prop(t,e,i):(1===n&&wt.isXMLDoc(t)||(s=wt.attrHooks[e.toLowerCase()]||(wt.expr.match.bool.test(e)?De:void 0)),void 0!==i?null===i?void wt.removeAttr(t,e):s&&"set"in s&&void 0!==(c=s.set(t,i,e))?c:(t.setAttribute(e,i+""),i):s&&"get"in s&&null!==(c=s.get(t,e))?c:(c=wt.find.attr(t,e),null==c?void 0:c))},attrHooks:{type:{set:function(t,e){if(!ht.radioValue&&"radio"===e&&a(t,"input")){var i=t.value;return t.setAttribute("type",e),i&&(t.value=i),e}}}},removeAttr:function(t,e){var i,c=0,s=e&&e.match(Pt);if(s&&1===t.nodeType)for(;i=s[c++];)t.removeAttribute(i)}}),De={set:function(t,e,i){return e===!1?wt.removeAttr(t,i):t.setAttribute(i,i),i}},wt.each(wt.expr.match.bool.source.match(/\w+/g),function(t,e){var i=Ie[e]||wt.find.attr;Ie[e]=function(t,e,c){var s,n,r=e.toLowerCase();return c||(n=Ie[r],Ie[r]=s,s=null!=i(t,e,c)?r:null,Ie[r]=n),s}});var ke=/^(?:input|select|textarea|button)$/i,qe=/^(?:a|area)$/i;wt.fn.extend({prop:function(t,e){return zt(this,wt.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each(function(){delete this[wt.propFix[t]||t]})}}),wt.extend({prop:function(t,e,i){var c,s,n=t.nodeType;if(3!==n&&8!==n&&2!==n)return 1===n&&wt.isXMLDoc(t)||(e=wt.propFix[e]||e,s=wt.propHooks[e]),void 0!==i?s&&"set"in s&&void 0!==(c=s.set(t,i,e))?c:t[e]=i:s&&"get"in s&&null!==(c=s.get(t,e))?c:t[e]},propHooks:{tabIndex:{get:function(t){var e=wt.find.attr(t,"tabindex");return e?parseInt(e,10):ke.test(t.nodeName)||qe.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),ht.optSelected||(wt.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)}}),wt.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){wt.propFix[this.toLowerCase()]=this}),wt.fn.extend({addClass:function(t){var e,i,c,s,n,r,o,a=0;if(wt.isFunction(t))return this.each(function(e){wt(this).addClass(t.call(this,e,K(this)))});if("string"==typeof t&&t)for(e=t.match(Pt)||[];i=this[a++];)if(s=K(i),c=1===i.nodeType&&" "+J(s)+" "){for(r=0;n=e[r++];)c.indexOf(" "+n+" ")<0&&(c+=n+" ");o=J(c),s!==o&&i.setAttribute("class",o)}return this},removeClass:function(t){var e,i,c,s,n,r,o,a=0;if(wt.isFunction(t))return this.each(function(e){wt(this).removeClass(t.call(this,e,K(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof t&&t)for(e=t.match(Pt)||[];i=this[a++];)if(s=K(i),c=1===i.nodeType&&" "+J(s)+" "){for(r=0;n=e[r++];)for(;c.indexOf(" "+n+" ")>-1;)c=c.replace(" "+n+" "," ");o=J(c),s!==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):wt.isFunction(t)?this.each(function(i){wt(this).toggleClass(t.call(this,i,K(this),e),e)}):this.each(function(){var e,c,s,n;if("string"===i)for(c=0,s=wt(this),n=t.match(Pt)||[];e=n[c++];)s.hasClass(e)?s.removeClass(e):s.addClass(e);else void 0!==t&&"boolean"!==i||(e=K(this),e&&Mt.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||t===!1?"":Mt.get(this,"__className__")||""))})},hasClass:function(t){var e,i,c=0;for(e=" "+t+" ";i=this[c++];)if(1===i.nodeType&&(" "+J(K(i))+" ").indexOf(e)>-1)return!0;return!1}});var Te=/\r/g;wt.fn.extend({val:function(t){var e,i,c,s=this[0];{if(arguments.length)return c=wt.isFunction(t),this.each(function(i){var s;1===this.nodeType&&(s=c?t.call(this,i,wt(this).val()):t,null==s?s="":"number"==typeof s?s+="":Array.isArray(s)&&(s=wt.map(s,function(t){return null==t?"":t+""})),e=wt.valHooks[this.type]||wt.valHooks[this.nodeName.toLowerCase()],e&&"set"in e&&void 0!==e.set(this,s,"value")||(this.value=s))});if(s)return e=wt.valHooks[s.type]||wt.valHooks[s.nodeName.toLowerCase()],e&&"get"in e&&void 0!==(i=e.get(s,"value"))?i:(i=s.value,"string"==typeof i?i.replace(Te,""):null==i?"":i)}}}),wt.extend({valHooks:{option:{get:function(t){var e=wt.find.attr(t,"value");return null!=e?e:J(wt.text(t))}},select:{get:function(t){var e,i,c,s=t.options,n=t.selectedIndex,r="select-one"===t.type,o=r?null:[],u=r?n+1:s.length;for(c=n<0?u:r?n:0;c<u;c++)if(i=s[c],(i.selected||c===n)&&!i.disabled&&(!i.parentNode.disabled||!a(i.parentNode,"optgroup"))){if(e=wt(i).val(),r)return e;o.push(e)}return o},set:function(t,e){for(var i,c,s=t.options,n=wt.makeArray(e),r=s.length;r--;)c=s[r],(c.selected=wt.inArray(wt.valHooks.option.get(c),n)>-1)&&(i=!0);return i||(t.selectedIndex=-1),n}}}}),wt.each(["radio","checkbox"],function(){wt.valHooks[this]={set:function(t,e){if(Array.isArray(e))return t.checked=wt.inArray(wt(t).val(),e)>-1}},ht.checkOn||(wt.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})});var Ce=/^(?:focusinfocus|focusoutblur)$/;wt.extend(wt.event,{trigger:function(t,e,c,s){var n,r,o,a,u,l,d,_=[c||rt],p=vt.call(t,"type")?t.type:t,v=vt.call(t,"namespace")?t.namespace.split("."):[];if(r=o=c=c||rt,3!==c.nodeType&&8!==c.nodeType&&!Ce.test(p+wt.event.triggered)&&(p.indexOf(".")>-1&&(v=p.split("."),p=v.shift(),v.sort()),u=p.indexOf(":")<0&&"on"+p,t=t[wt.expando]?t:new wt.Event(p,"object"==typeof t&&t),t.isTrigger=s?2:3,t.namespace=v.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+v.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=c),e=null==e?[t]:wt.makeArray(e,[t]),d=wt.event.special[p]||{},s||!d.trigger||d.trigger.apply(c,e)!==!1)){if(!s&&!d.noBubble&&!wt.isWindow(c)){for(a=d.delegateType||p,Ce.test(a+p)||(r=r.parentNode);r;r=r.parentNode)_.push(r),o=r;o===(c.ownerDocument||rt)&&_.push(o.defaultView||o.parentWindow||i)}for(n=0;(r=_[n++])&&!t.isPropagationStopped();)t.type=n>1?a:d.bindType||p,l=(Mt.get(r,"events")||{})[t.type]&&Mt.get(r,"handle"),l&&l.apply(r,e),l=u&&r[u],l&&l.apply&&Ft(r)&&(t.result=l.apply(r,e),t.result===!1&&t.preventDefault());return t.type=p,s||t.isDefaultPrevented()||d._default&&d._default.apply(_.pop(),e)!==!1||!Ft(c)||u&&wt.isFunction(c[p])&&!wt.isWindow(c)&&(o=c[u],o&&(c[u]=null),wt.event.triggered=p,c[p](),wt.event.triggered=void 0,o&&(c[u]=o)),t.result}},simulate:function(t,e,i){var c=wt.extend(new wt.Event,i,{type:t,isSimulated:!0});wt.event.trigger(c,null,e)}}),wt.fn.extend({trigger:function(t,e){return this.each(function(){wt.event.trigger(t,e,this)})},triggerHandler:function(t,e){var i=this[0];if(i)return wt.event.trigger(t,e,i,!0)}}),wt.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){wt.fn[e]=function(t,i){return arguments.length>0?this.on(e,null,t,i):this.trigger(e)}}),wt.fn.extend({hover:function(t,e){return this.mouseenter(t).mouseleave(e||t)}}),ht.focusin="onfocusin"in i,ht.focusin||wt.each({focus:"focusin",blur:"focusout"},function(t,e){var i=function(t){wt.event.simulate(e,t.target,wt.event.fix(t))};wt.event.special[e]={setup:function(){var c=this.ownerDocument||this,s=Mt.access(c,e);s||c.addEventListener(t,i,!0),Mt.access(c,e,(s||0)+1)},teardown:function(){var c=this.ownerDocument||this,s=Mt.access(c,e)-1;s?Mt.access(c,e,s):(c.removeEventListener(t,i,!0),Mt.remove(c,e))}}});var Ee=i.location,Be=wt.now(),Ne=/\?/;wt.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||wt.error("Invalid XML: "+t),e};var Se=/\[\]$/,Ae=/\r?\n/g,Re=/^(?:submit|button|image|reset|file)$/i,Pe=/^(?:input|select|textarea|keygen)/i;wt.param=function(t,e){var i,c=[],s=function(t,e){var i=wt.isFunction(e)?e():e;c[c.length]=encodeURIComponent(t)+"="+encodeURIComponent(null==i?"":i)};if(Array.isArray(t)||t.jquery&&!wt.isPlainObject(t))wt.each(t,function(){s(this.name,this.value)});else for(i in t)Z(i,t[i],e,s);return c.join("&")},wt.fn.extend({serialize:function(){return wt.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var t=wt.prop(this,"elements");return t?wt.makeArray(t):this}).filter(function(){var t=this.type;return this.name&&!wt(this).is(":disabled")&&Pe.test(this.nodeName)&&!Re.test(t)&&(this.checked||!Vt.test(t))}).map(function(t,e){var i=wt(this).val();return null==i?null:Array.isArray(i)?wt.map(i,function(t){return{name:e.name,value:t.replace(Ae,"\r\n")}}):{name:e.name,value:i.replace(Ae,"\r\n")}}).get()}});var Oe=/%20/g,je=/#.*$/,ze=/([?&])_=[^&]*/,Fe=/^(.*?):[ \t]*([^\r\n]*)$/gm,Me=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Le=/^(?:GET|HEAD)$/,He=/^\/\//,Ue={},We={},$e="*/".concat("*"),Ye=rt.createElement("a");Ye.href=Ee.href,wt.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ee.href,type:"GET",isLocal:Me.test(Ee.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":$e,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":wt.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?it(it(t,wt.ajaxSettings),e):it(wt.ajaxSettings,t)},ajaxPrefilter:tt(Ue),ajaxTransport:tt(We),ajax:function(t,e){function c(t,e,c,o){var u,_,p,y,b,x=e;l||(l=!0,a&&i.clearTimeout(a),s=void 0,r=o||"",D.readyState=t>0?4:0,u=t>=200&&t<300||304===t,c&&(y=ct(v,D,c)),y=st(v,y,D,u),u?(v.ifModified&&(b=D.getResponseHeader("Last-Modified"),b&&(wt.lastModified[n]=b),b=D.getResponseHeader("etag"),b&&(wt.etag[n]=b)),204===t||"HEAD"===v.type?x="nocontent":304===t?x="notmodified":(x=y.state,_=y.data,p=y.error,u=!p)):(p=x,!t&&x||(x="error",t<0&&(t=0))),D.status=t,D.statusText=(e||x)+"",u?h.resolveWith(g,[_,x,D]):h.rejectWith(g,[D,x,p]),D.statusCode(w),w=void 0,d&&f.trigger(u?"ajaxSuccess":"ajaxError",[D,v,u?_:p]),m.fireWith(g,[D,x]),d&&(f.trigger("ajaxComplete",[D,v]),--wt.active||wt.event.trigger("ajaxStop")))}"object"==typeof t&&(e=t,t=void 0),e=e||{};var s,n,r,o,a,u,l,d,_,p,v=wt.ajaxSetup({},e),g=v.context||v,f=v.context&&(g.nodeType||g.jquery)?wt(g):wt.event,h=wt.Deferred(),m=wt.Callbacks("once memory"),w=v.statusCode||{},y={},b={},x="canceled",D={readyState:0,getResponseHeader:function(t){var e;if(l){if(!o)for(o={};e=Fe.exec(r);)o[e[1].toLowerCase()]=e[2];e=o[t.toLowerCase()]}return null==e?null:e},getAllResponseHeaders:function(){return l?r:null},setRequestHeader:function(t,e){return null==l&&(t=b[t.toLowerCase()]=b[t.toLowerCase()]||t,y[t]=e),this},overrideMimeType:function(t){return null==l&&(v.mimeType=t),this},statusCode:function(t){var e;if(t)if(l)D.always(t[D.status]);else for(e in t)w[e]=[w[e],t[e]];return this},abort:function(t){var e=t||x;return s&&s.abort(e),c(0,e),this}};if(h.promise(D),v.url=((t||v.url||Ee.href)+"").replace(He,Ee.protocol+"//"),v.type=e.method||e.type||v.method||v.type,v.dataTypes=(v.dataType||"*").toLowerCase().match(Pt)||[""],null==v.crossDomain){u=rt.createElement("a");try{u.href=v.url,u.href=u.href,v.crossDomain=Ye.protocol+"//"+Ye.host!=u.protocol+"//"+u.host}catch(t){v.crossDomain=!0}}if(v.data&&v.processData&&"string"!=typeof v.data&&(v.data=wt.param(v.data,v.traditional)),et(Ue,v,e,D),l)return D;d=wt.event&&v.global,d&&0===wt.active++&&wt.event.trigger("ajaxStart"),v.type=v.type.toUpperCase(),v.hasContent=!Le.test(v.type),n=v.url.replace(je,""),v.hasContent?v.data&&v.processData&&0===(v.contentType||"").indexOf("application/x-www-form-urlencoded")&&(v.data=v.data.replace(Oe,"+")):(p=v.url.slice(n.length),v.data&&(n+=(Ne.test(n)?"&":"?")+v.data,delete v.data),v.cache===!1&&(n=n.replace(ze,"$1"),p=(Ne.test(n)?"&":"?")+"_="+Be++ +p),v.url=n+p),v.ifModified&&(wt.lastModified[n]&&D.setRequestHeader("If-Modified-Since",wt.lastModified[n]),wt.etag[n]&&D.setRequestHeader("If-None-Match",wt.etag[n])),(v.data&&v.hasContent&&v.contentType!==!1||e.contentType)&&D.setRequestHeader("Content-Type",v.contentType),D.setRequestHeader("Accept",v.dataTypes[0]&&v.accepts[v.dataTypes[0]]?v.accepts[v.dataTypes[0]]+("*"!==v.dataTypes[0]?", "+$e+"; q=0.01":""):v.accepts["*"]);for(_ in v.headers)D.setRequestHeader(_,v.headers[_]);if(v.beforeSend&&(v.beforeSend.call(g,D,v)===!1||l))return D.abort();if(x="abort",m.add(v.complete),D.done(v.success),D.fail(v.error),s=et(We,v,e,D)){if(D.readyState=1,d&&f.trigger("ajaxSend",[D,v]),l)return D;v.async&&v.timeout>0&&(a=i.setTimeout(function(){D.abort("timeout")},v.timeout));try{l=!1,s.send(y,c)}catch(t){if(l)throw t;c(-1,t)}}else c(-1,"No Transport");return D},getJSON:function(t,e,i){return wt.get(t,e,i,"json")},getScript:function(t,e){return wt.get(t,void 0,e,"script")}}),wt.each(["get","post"],function(t,e){wt[e]=function(t,i,c,s){return wt.isFunction(i)&&(s=s||c,c=i,i=void 0),wt.ajax(wt.extend({url:t,type:e,dataType:s,data:i,success:c},wt.isPlainObject(t)&&t))}}),wt._evalUrl=function(t){return wt.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,throws:!0})},wt.fn.extend({wrapAll:function(t){var e;return this[0]&&(wt.isFunction(t)&&(t=t.call(this[0])),e=wt(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 wt.isFunction(t)?this.each(function(e){wt(this).wrapInner(t.call(this,e))}):this.each(function(){var e=wt(this),i=e.contents();i.length?i.wrapAll(t):e.append(t)})},wrap:function(t){var e=wt.isFunction(t);return this.each(function(i){wt(this).wrapAll(e?t.call(this,i):t)})},unwrap:function(t){return this.parent(t).not("body").each(function(){wt(this).replaceWith(this.childNodes)}),this}}),wt.expr.pseudos.hidden=function(t){return!wt.expr.pseudos.visible(t)},wt.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length);
},wt.ajaxSettings.xhr=function(){try{return new i.XMLHttpRequest}catch(t){}};var Qe={0:200,1223:204},Xe=wt.ajaxSettings.xhr();ht.cors=!!Xe&&"withCredentials"in Xe,ht.ajax=Xe=!!Xe,wt.ajaxTransport(function(t){var e,c;if(ht.cors||Xe&&!t.crossDomain)return{send:function(s,n){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||s["X-Requested-With"]||(s["X-Requested-With"]="XMLHttpRequest");for(r in s)o.setRequestHeader(r,s[r]);e=function(t){return function(){e&&(e=c=o.onload=o.onerror=o.onabort=o.onreadystatechange=null,"abort"===t?o.abort():"error"===t?"number"!=typeof o.status?n(0,"error"):n(o.status,o.statusText):n(Qe[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(),c=o.onerror=e("error"),void 0!==o.onabort?o.onabort=c:o.onreadystatechange=function(){4===o.readyState&&i.setTimeout(function(){e&&c()})},e=e("abort");try{o.send(t.hasContent&&t.data||null)}catch(t){if(e)throw t}},abort:function(){e&&e()}}}),wt.ajaxPrefilter(function(t){t.crossDomain&&(t.contents.script=!1)}),wt.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 wt.globalEval(t),t}}}),wt.ajaxPrefilter("script",function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")}),wt.ajaxTransport("script",function(t){if(t.crossDomain){var e,i;return{send:function(c,s){e=wt("<script>").prop({charset:t.scriptCharset,src:t.url}).on("load error",i=function(t){e.remove(),i=null,t&&s("error"===t.type?404:200,t.type)}),rt.head.appendChild(e[0])},abort:function(){i&&i()}}}});var Ge=[],Ve=/(=)\?(?=&|$)|\?\?/;wt.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var t=Ge.pop()||wt.expando+"_"+Be++;return this[t]=!0,t}}),wt.ajaxPrefilter("json jsonp",function(t,e,c){var s,n,r,o=t.jsonp!==!1&&(Ve.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ve.test(t.data)&&"data");if(o||"jsonp"===t.dataTypes[0])return s=t.jsonpCallback=wt.isFunction(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,o?t[o]=t[o].replace(Ve,"$1"+s):t.jsonp!==!1&&(t.url+=(Ne.test(t.url)?"&":"?")+t.jsonp+"="+s),t.converters["script json"]=function(){return r||wt.error(s+" was not called"),r[0]},t.dataTypes[0]="json",n=i[s],i[s]=function(){r=arguments},c.always(function(){void 0===n?wt(i).removeProp(s):i[s]=n,t[s]&&(t.jsonpCallback=e.jsonpCallback,Ge.push(s)),r&&wt.isFunction(n)&&n(r[0]),r=n=void 0}),"script"}),ht.createHTMLDocument=function(){var t=rt.implementation.createHTMLDocument("").body;return t.innerHTML="<form></form><form></form>",2===t.childNodes.length}(),wt.parseHTML=function(t,e,i){if("string"!=typeof t)return[];"boolean"==typeof e&&(i=e,e=!1);var c,s,n;return e||(ht.createHTMLDocument?(e=rt.implementation.createHTMLDocument(""),c=e.createElement("base"),c.href=rt.location.href,e.head.appendChild(c)):e=rt),s=Ct.exec(t),n=!i&&[],s?[e.createElement(s[1])]:(s=I([t],e,n),n&&n.length&&wt(n).remove(),wt.merge([],s.childNodes))},wt.fn.load=function(t,e,i){var c,s,n,r=this,o=t.indexOf(" ");return o>-1&&(c=J(t.slice(o)),t=t.slice(0,o)),wt.isFunction(e)?(i=e,e=void 0):e&&"object"==typeof e&&(s="POST"),r.length>0&&wt.ajax({url:t,type:s||"GET",dataType:"html",data:e}).done(function(t){n=arguments,r.html(c?wt("<div>").append(wt.parseHTML(t)).find(c):t)}).always(i&&function(t,e){r.each(function(){i.apply(this,n||[t.responseText,e,t])})}),this},wt.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(t,e){wt.fn[e]=function(t){return this.on(e,t)}}),wt.expr.pseudos.animated=function(t){return wt.grep(wt.timers,function(e){return t===e.elem}).length},wt.offset={setOffset:function(t,e,i){var c,s,n,r,o,a,u,l=wt.css(t,"position"),d=wt(t),_={};"static"===l&&(t.style.position="relative"),o=d.offset(),n=wt.css(t,"top"),a=wt.css(t,"left"),u=("absolute"===l||"fixed"===l)&&(n+a).indexOf("auto")>-1,u?(c=d.position(),r=c.top,s=c.left):(r=parseFloat(n)||0,s=parseFloat(a)||0),wt.isFunction(e)&&(e=e.call(t,i,wt.extend({},o))),null!=e.top&&(_.top=e.top-o.top+r),null!=e.left&&(_.left=e.left-o.left+s),"using"in e?e.using.call(t,_):d.css(_)}},wt.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){wt.offset.setOffset(this,t,e)});var e,i,c,s,n=this[0];if(n)return n.getClientRects().length?(c=n.getBoundingClientRect(),e=n.ownerDocument,i=e.documentElement,s=e.defaultView,{top:c.top+s.pageYOffset-i.clientTop,left:c.left+s.pageXOffset-i.clientLeft}):{top:0,left:0}},position:function(){if(this[0]){var t,e,i=this[0],c={top:0,left:0};return"fixed"===wt.css(i,"position")?e=i.getBoundingClientRect():(t=this.offsetParent(),e=this.offset(),a(t[0],"html")||(c=t.offset()),c={top:c.top+wt.css(t[0],"borderTopWidth",!0),left:c.left+wt.css(t[0],"borderLeftWidth",!0)}),{top:e.top-c.top-wt.css(i,"marginTop",!0),left:e.left-c.left-wt.css(i,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var t=this.offsetParent;t&&"static"===wt.css(t,"position");)t=t.offsetParent;return t||ee})}}),wt.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,e){var i="pageYOffset"===e;wt.fn[t]=function(c){return zt(this,function(t,c,s){var n;return wt.isWindow(t)?n=t:9===t.nodeType&&(n=t.defaultView),void 0===s?n?n[e]:t[c]:void(n?n.scrollTo(i?n.pageXOffset:s,i?s:n.pageYOffset):t[c]=s)},t,c,arguments.length)}}),wt.each(["top","left"],function(t,e){wt.cssHooks[e]=j(ht.pixelPosition,function(t,i){if(i)return i=O(t,e),de.test(i)?wt(t).position()[e]+"px":i})}),wt.each({Height:"height",Width:"width"},function(t,e){wt.each({padding:"inner"+t,content:e,"":"outer"+t},function(i,c){wt.fn[c]=function(s,n){var r=arguments.length&&(i||"boolean"!=typeof s),o=i||(s===!0||n===!0?"margin":"border");return zt(this,function(e,i,s){var n;return wt.isWindow(e)?0===c.indexOf("outer")?e["inner"+t]:e.document.documentElement["client"+t]:9===e.nodeType?(n=e.documentElement,Math.max(e.body["scroll"+t],n["scroll"+t],e.body["offset"+t],n["offset"+t],n["client"+t])):void 0===s?wt.css(e,i,o):wt.style(e,i,s,o)},e,r?s:void 0,r)}})}),wt.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,c){return this.on(e,t,i,c)},undelegate:function(t,e,i){return 1===arguments.length?this.off(t,"**"):this.off(e,t||"**",i)}}),wt.holdReady=function(t){t?wt.readyWait++:wt.ready(!0)},wt.isArray=Array.isArray,wt.parseJSON=JSON.parse,wt.nodeName=a,c=[],s=function(){return wt}.apply(e,c),!(void 0!==s&&(t.exports=s));var Je=i.jQuery,Ke=i.$;return wt.noConflict=function(t){return i.$===wt&&(i.$=Ke),t&&i.jQuery===wt&&(i.jQuery=Je),wt},n||(i.jQuery=i.$=wt),wt})},function(t,e,i){var c=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}(c);var s=function(t,e){c.render("widget/_titled_text",t,e)};s.templateName="widget/_titled_text",t.exports=s},function(t,e){(function(e){t.exports=e}).call(e,{})},function(t,e,i){var c=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:p,block:f},{key:e.get(["index1"],!1),value:e.get(["total"],!1)},"h").w("</button></div>").x(e.getPath(!1,["targetInfo","privacyPolicyUrl"]),e,{block:h},{}).w("</div>")}function i(t,e){return t.w('<div class="civsci-slide__box civsci-widget--detail-text civsci-question__type-progress">').h("select",e,{block:c},{key:_},"h").w("</div>")}function c(t,e){return t.h("eq",e,{block:s},{value:"quiz"},"h").h("eq",e,{block:n},{value:"opinion"},"h").h("eq",e,{block:a},{value:"research"},"h").h("eq",e,{block:u},{value:"profile"},"h").h("any",e,{block:l},{},"h").h("none",e,{block:d},{},"h")}function s(t,e){return t.s(e.getPath(!1,["strings","roleQuiz"]),e,{},{})}function n(t,e){return t.x(e.get(["__isPortalMode"],!1),e,{else:r,block:o},{})}function r(t,e){return t.s(e.getPath(!1,["strings","roleOpinion"]),e,{},{})}function o(t,e){return t.s(e.getPath(!1,["strings","roleJustForFun"]),e,{},{})}function a(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 l(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 d(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 p(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 f(t,e){return t.s(e.getPath(!1,["strings","buttonSeeResults"]),e,{},{})}function h(t,e){return t.w('<div class="civsci-slide__privacy"><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,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,u.__dustBody=!0,l.__dustBody=!0,d.__dustBody=!0,_.__dustBody=!0,p.__dustBody=!0,v.__dustBody=!0,g.__dustBody=!0,f.__dustBody=!0,h.__dustBody=!0,e}(c);var s=function(t,e){c.render("widget/question/_question",t,e)};s.templateName="widget/question/_question",t.exports=s},function(t,e,i){var c=i(1);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:c},{}).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:_,value:50},"h").w('</div><div class="civsci-widget__buttons civsci-slide__box">').x(e.get(["hasBackButton"],!1),e,{block:p},{}).h("eq",e,{else:v,block:w},{key:e.get(["index1"],!1),value:e.get(["total"],!1)},"h").w("</div>").p("widget/_portal_link",e,e,{}).w("</div>")}function i(t,e){return t.w('<div class="civsci-slide__box civsci-widget--detail-text civsci-result__progress">').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 c(t,e){return t.w('<div class="civsci-slide__box civsci-slide__banner ').h("eq",e,{else:s,block:n},{key:r,value:"true"},"h").w('"><div class="civsci-slide__box"><span class="civsci-widget--title">').h("eq",e,{else:o,block:a},{key:u,value:"true"},"h").w("</span></div>").s(e.getPath(!1,["result","quiz","explanation"]),e,{block:l},{}).w("</div>")}function s(t,e){return t.w("civsci-widget--quiz-incorrect")}function n(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 u(t,e){return t.f(e.getPath(!1,["result","quiz","correct"]),e,"h")}function l(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 _(t,e){return t.f(e.getPath(!1,["result","total"]),e,"h")}function p(t,e){return t.w("<button data-civsci-widget-back>").s(e.getPath(!1,["strings","buttonBack"]),e,{},{}).w("</button>")}function v(t,e){return t.w('<button class="civsci-widget--primary-button" data-civsci-widget-next>').h("eq",e,{else:g,block:f},{key:e.get(["index1"],!1),value:1},"h").w("</button>")}function g(t,e){return t.s(e.getPath(!1,["strings","buttonNext"]),e,{},{})}function f(t,e){return t.x(e.get(["isPrecededBySummary"],!1),e,{else:h,block:m},{})}function h(t,e){return t.s(e.getPath(!1,["strings","buttonSeeNextResult"]),e,{},{})}function m(t,e){return t.s(e.getPath(!1,["strings","buttonNext"]),e,{},{})}function w(t,e){return t.x(e.get(["portalUrl"],!1),e,{else:y,block:D},{})}function y(t,e){return t.x(e.get(["hasBackButton"],!1),e,{else:b,block:x},{})}function b(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 x(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 D(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",e),e.__dustBody=!0,i.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,u.__dustBody=!0,l.__dustBody=!0,d.__dustBody=!0,_.__dustBody=!0,p.__dustBody=!0,v.__dustBody=!0,g.__dustBody=!0,f.__dustBody=!0,h.__dustBody=!0,m.__dustBody=!0,w.__dustBody=!0,y.__dustBody=!0,b.__dustBody=!0,x.__dustBody=!0,D.__dustBody=!0,e}(c);var s=function(t,e){c.render("widget/result/_result",t,e)};s.templateName="widget/result/_result",t.exports=s},function(t,e,i){var c=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:n},{}).w("</div>").p("widget/_portal_link",e,e,{}).w("</div>")}function i(t,e){return t.x(e.get(["portalUrl"],!1),e,{else:c,block:s},{})}function c(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 s(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 n(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,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,e}(c);var s=function(t,e){c.render("widget/summary/_summary",t,e)};s.templateName="widget/summary/_summary",t.exports=s},function(t,e,i){var c,s;c=[i(2)],s=function(t){"use strict";return function(e,i){var c=t.Deferred();if(t.ajax({url:e,dataType:"jsonp",crossDomain:!0}).then(function(t){"pending"==c.state()&&c.resolve(t)},function(){c.reject(new Error("JSONP request failed"))}),i){var s=setTimeout(function(){c.reject(new Error("JSONP request timed out after "+i+" ms"))},i);c.always(function(){clearTimeout(s)})}return c.promise()}}.apply(e,c),!(void 0!==s&&(t.exports=s))},function(t,e,i){var c,s;c=[i(2),i(8)],s=function(t,e){var i={hostname:"www.civicscience.com",instance:"",context:""},c={},s=function(){for(var t=window;t.parent!=t;)t=t.parent;try{return t.location.href}catch(t){return window.document.referrer}}(),n=function(){var t=s.match(/[?&]civicscience-widget-natures=([^&]*)/);return null==t?null:decodeURIComponent(t[1]).split(",")}();return function(s){if(s=t.extend({},i,s),void 0==s.target)throw new Error("Missing target option");return{promiseInfo:function(){var t=null;return function(){if(null==t){var i="https://"+s.hostname+"/widget/api/2/target?target="+encodeURIComponent(s.target)+"&instance="+encodeURIComponent(s.instance)+"&context="+encodeURIComponent(s.context);t=c[i]||e(i).then(function(t){return null!=n&&(t.natures=n),t}),c={},c[i]=t}return t}}()}}}.apply(e,c),!(void 0!==s&&(t.exports=s))},function(t,e,i){var c=i(1);i(34);!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}(c);var s=function(t,e){c.render("widget/_markable",t,e)};s.templateName="widget/_markable",t.exports=s},function(t,e,i){var c=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}(c);var s=function(t,e){c.render("widget/_portal_link",t,e)};s.templateName="widget/_portal_link",t.exports=s},function(t,e,i){var c=i(1);i(5),i(21);!function(t){function e(t,e){return e=e.shiftBlocks(s),t.p("widget/question/_question",e,e,{})}function i(t,e){return e=e.shiftBlocks(s),t.w('<div class="civsci-question__option-list">').s(e.getPath(!1,["question","options"]),e,{block:c},{}).w("</div>")}function c(t,e){return e=e.shiftBlocks(s),t.p("widget/question/_option",e,e,{})}t.register("widget/question/_option_question",e);var s={QuestionBody:i};return e.__dustBody=!0,i.__dustBody=!0,c.__dustBody=!0,e}(c);var s=function(t,e){c.render("widget/question/_option_question",t,e)};s.templateName="widget/question/_option_question",t.exports=s},function(t,e,i){var c=i(1);i(6),i(23);!function(t){function e(t,e){return e=e.shiftBlocks(s),t.p("widget/result/_result",e,e,{})}function i(t,e){return e=e.shiftBlocks(s),t.w('<div class="civsci-result__option-list">').s(e.getPath(!1,["result","options"]),e,{block:c},{}).w("</div>")}function c(t,e){return e=e.shiftBlocks(s),t.p("widget/result/_option_result_item",e,e,{})}t.register("widget/result/_option_result",e);var s={ResultBody:i};return e.__dustBody=!0,i.__dustBody=!0,c.__dustBody=!0,e}(c);var s=function(t,e){c.render("widget/result/_option_result",t,e)};s.templateName="widget/result/_option_result",t.exports=s},function(t,e,i){var c=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}(c);var s=function(t,e){c.render("widget/signpost/_signpost",t,e)};s.templateName="widget/signpost/_signpost",t.exports=s},function(t,e,i){var c,s;i(4).dust=!0,c=[i(1),i(56)],s=function(t){"use strict";return t.helpers.formatNumber=function(e,i,c,s){s=s||{};var n,r,o=t.helpers.tap(s.number,e,i)-0||0,a=t.helpers.tap(s.digits,e,i)-0||0,u=o.toFixed(a);if(0==a)n=u,r="";else{var l=u.split(".");n=l[0],r="."+l[1]}for(var d=/(\d+)(\d{3})/;d.test(n);)n=n.replace(d,"$1,$2");return e.write(n+r)},t.helpers.repeat=function(e,i,c,s){for(var n=t.helpers.tap(s.times,e,i),r=c.block,o=0;o<n;o++)e=r(e,i.push({$idx:o,$len:n}));return e},t.helpers.scaleValueToPercent=function(e,i,c,s){var n=t.helpers.tap(s.min,e,i),r=t.helpers.tap(s.max,e,i),o=t.helpers.tap(s.value,e,i);if(a<n||a>r||r<n)throw new Error;var a=Math.round(100*(o-n)/(r-n));return e.write(a)},t}.apply(e,c),!(void 0!==s&&(t.exports=s))},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 c={},s=0;s<this.length;s++){var n=this[s][0];"number"==typeof n&&(c[n]=!0)}for(s=0;s<e.length;s++){var r=e[s];"number"==typeof r[0]&&c[r[0]]||(i&&!r[2]?r[2]=i:i&&(r[2]="("+r[2]+") and ("+i+")"),t.push(r))}},t}},function(t,e,i){var c=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}(c);var s=function(t,e){c.render("icons/checkmark",t,e)};s.templateName="icons/checkmark",t.exports=s},function(t,e,i){var c=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}(c);var s=function(t,e){c.render("icons/down-caret",t,e)};s.templateName="icons/down-caret",t.exports=s},function(t,e,i){var c=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}(c);var s=function(t,e){c.render("icons/x",t,e)};s.templateName="icons/x",t.exports=s},function(t,e,i){var c=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}(c);var s=function(t,e){c.render("widget/intro/_intro",t,e)};s.templateName="widget/intro/_intro",t.exports=s},function(t,e,i){var c=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('">').f(e.get(["text"],!1),e,"h").w("</label></div>")}t.register("widget/question/_option",e);var c={Content:i};return e.__dustBody=!0,i.__dustBody=!0,e}(c);var s=function(t,e){c.render("widget/question/_option",t,e)};s.templateName="widget/question/_option",t.exports=s},function(t,e,i){var c=i(1);i(5);!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:c},{})}function c(t,e){return e=e.shiftBlocks(d),t.s(e.get(["rows"],!1),e,{block:s},{})}function s(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:n},{}).w("</tr><tr>").s(e.get(["columns"],!1),e,{block:l},{}).w("</tr></tbody></table></div>")}function n(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:u},{key:e.get(["value"],!1),value:0},"h").w('"')}function a(t,e){return e=e.shiftBlocks(d),t.w("+")}function u(t,e){return e=e.shiftBlocks(d),t.w("-")}function l(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,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,u.__dustBody=!0,l.__dustBody=!0,e}(c);var s=function(t,e){c.render("widget/question/scale",t,e)};s.templateName="widget/question/scale",t.exports=s},function(t,e,i){var c=i(1);i(10),i(17),i(19);!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 c(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:s},{}).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:a},{}).f(e.get(["text"],!1),e,"h").w("</div></div>")}function s(t,e){return e=e.shiftBlocks(v),t.w(" ").h("eq",e,{else:n,block:r},{key:o,value:"true"},"h")}function n(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.h("eq",e,{else:u,block:_},{key:p,value:"true"},"h")}function u(t,e){return e=e.shiftBlocks(v),t.h("eq",e,{block:l},{key:d,value:"true"},"h")}function l(t,e){return e=e.shiftBlocks(v),t.w('<span class="civsci-widget--quiz-icon">').p("icons/x",e,e,{}).w("</span>")}function d(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 p(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:c};return e.__dustBody=!0,i.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,u.__dustBody=!0,l.__dustBody=!0,d.__dustBody=!0,_.__dustBody=!0,p.__dustBody=!0,e}(c);var s=function(t,e){c.render("widget/result/_option_result_item",t,e)};s.templateName="widget/result/_option_result_item",t.exports=s},function(t,e,i){var c=i(1);i(6),i(18),i(35);!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:c},{})}function c(t,e){return e=e.shiftBlocks(l),t.s(e.get(["rows"],!1),e,{block:s},{})}function s(t,e){return e=e.shiftBlocks(l),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:n},{}).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:u},{}).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 n(t,e){return e=e.shiftBlocks(l),t.w("<td>").x(e.get(["answered"],!1),e,{block:r},{}).w("</td>")}function r(t,e){return e=e.shiftBlocks(l),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(l),t.f(e.get(["value"],!1),e,"h").h("sep",e,{block:a},{},"h")}function a(t,e){return e=e.shiftBlocks(l),t.w(",")}function u(t,e){return e=e.shiftBlocks(l),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 l={ResultBody:i};return e.__dustBody=!0,i.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,u.__dustBody=!0,e}(c);var s=function(t,e){c.render("widget/result/scale",t,e)};s.templateName="widget/result/scale",t.exports=s},function(t,e,i){var c,s;c=[i(2)],s=function(t){"use strict";var e=200,i=function(){var i=t.Deferred();return t(function(){if(window)if(window.cX&&window.cX.library)i.resolve(window.cX);else{var c=t("script[src$='.cxense.com/cx.js']");0==c.length?i.resolve(void 0):(c.on("load readystatechange",function(){var t=this.readyState;t&&"ready"!=t.readyState&&"complete"!=t.readyState||i.resolve(window.cX)}),setTimeout(function(){i.resolve(window.cX)},e))}else i.resolve(void 0)}),i.promise()}();return{promiseUserId:function(){return i.then(function(t){return t&&"function"==typeof t.getUserId?t.getUserId():void 0})}}}.apply(e,c),!(void 0!==s&&(t.exports=s))},function(t,e,i){var c,s;c=[],s=function(){"use strict";function t(t){this.id=t.id||Math.floor(4294967296*Math.random())+"."+Math.floor(4294967296*Math.random());var e="https://"+(t.hostname||"www.civicscience.com")+"/jot",i=0;this.jot=function(t,c,s){var n=document.createElement("img");n.src=e+"?j="+encodeURIComponent(this.id)+"&n="+encodeURIComponent(i++)+"&s="+encodeURIComponent(t)+"&t="+encodeURIComponent(c)+"&d="+encodeURIComponent(JSON.stringify(s));
}}return t}.apply(e,c),!(void 0!==s&&(t.exports=s))},function(t,e,i){var c,s;c=[i(2),i(8),i(26),i(25),i(9)],s=function(t,e,i,c,s){"use strict";function n(t){var e=x[t.type];return void 0==e?null:new e(t)}function r(t,e){this.question=t,this.id=e.id,this.text=e.text,this.selected=!1,this.qid=e.qid;var i=e.ydata||"",c=e.ndata||"";this.getData=function(){return this.selected?i:c}}function o(e){this.id=e.id,this.type=e.type,this.text=e.text,this.answerUrl=e.answerUrl,this.role=e.role,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 r(i,e))}),this.getAllDescendantOptions=function(){return this.options}}function u(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 l(e){var i=this;a.call(this,e);var c=e.checkbox.minChecked,s=e.checkbox.maxChecked,n={};t.each(e.options,function(t,e){e.isOptOut&&(n[e.id]=!0)}),this.select=function(e){e.selected=!0,n[e.id]?t.each(i.options,function(t,i){i!=e&&(i.selected=!1)}):t.each(i.options,function(t,i){i!=e&&n[i.id]&&(i.selected=!1)})},this.isReady=function(){var e=0,r=!1;return t.each(i.options,function(t,i){i.selected&&(e++,n[i.id]&&(r=!0))}),r||c<=e&&e<=s}}function d(e){function i(e){var i=-1;return t.each(s.rows,function(c,s){return t.each(s.options,function(t,s){if(s===e)return i=c,!1}),i==-1}),i}function c(e){var i=!1;return t.each(s.rows[e].options,function(t,e){if(e.selected)return i=!0,!1}),i}var s=this;o.call(this,e),this.columns=e.columns,this.rows=[],t.each(e.rows,function(e,i){var c=t.map(i.options,function(t){return new r(s,t)});if(c.length!=s.columns.length)throw new Error("Option and column counts do not match: "+c.length+" != "+s.columns.length);s.rows.push({text:i.text,options:c})}),this.getAllDescendantOptions=function(){var e=[];return t.each(this.rows,function(i,c){e=t.merge(e,c.options)}),e},this.isReady=function(){var e=!0;return t.each(this.rows,function(t){return e=c(t)}),e},this.select=function(e){var c=i(e);c!=-1&&t.each(this.rows[c].options,function(t,i){i.selected=i===e})}}function _(e){d.call(this,e),t.each(this.columns,function(t,e){e.value=+e.value})}function p(t,e){this.question=t,this.id=e.id,this.text=e.text,this.isSelected=function(){return e.selected},this.setSelected=function(t){t?e.question.select(e):e.question.deselect(e)}}function v(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 c=t.getAllDescendantOptions(),s=0;s<c.length;s++)if(c[s].id==i)return new p(e,c[s]);return null}}function g(e){var i=this;v.call(this,e),this.options=[],t.each(e.options,function(t,e){i.options.push(new p(i,e))})}function f(e){var i=this;v.call(this,e),this.columns=e.columns,this.rows=[],t.each(e.rows,function(e,c){var s=[];t.each(c.options,function(t,e){s.push(new p(i,e))}),i.rows.push({text:c.text,options:s})})}function h(i,c,s){var n=!1,r=null;this.served=function(){n||(n=!0,c())},this.canSubmit=function(){return n&&i.isReady()},this.submit=function(){if(this.canSubmit()){if(null!=r)return r;var c=i.answerUrl,n=[];return t.each(i.getAllDescendantOptions(),function(t,e){var i=e.getData();""!=i&&n.push(i)}),c+=c.indexOf("?")==-1?"?":"&",c+=n.join("&"),r=e(c,b).then(function(t){return t.restartData&&(D.push(t.restartData),D.length>30&&D.shift()),delete t.restartData,t}),s(r),r}return t.Deferred().reject(new Error("The question is not ready to submit")).promise()}}function m(t){var e=I[t.type];return void 0==e?null:new e(t)}function w(r){function o(){return t.when(g,c.promiseUserId()).then(function(t,e){if(""!=t.contextualQuestionHiddenState)return k;var i=r.backupAlias||q(),c="https://"+r.hostname+"/widget/api/2/questions?target="+encodeURIComponent(r.target);return r.instance&&(c+="&instance="+encodeURIComponent(r.instance)),r.context&&(c+="&context="+encodeURIComponent(r.context)),r.question?c+="&question="+encodeURIComponent(r.question):t.contextualQuestion&&(c+="&question="+encodeURIComponent(t.contextualQuestion)),r.survey&&(c+="&survey="+encodeURIComponent(r.survey)),r.locale&&(c+="&locale="+encodeURIComponent(r.locale)),!t.isOptedOutRespondent&&i&&(c+="&backupAlias="+encodeURIComponent(i)),!t.isOptedOutRespondent&&e&&(c+="&cxenseUser="+encodeURIComponent(e)),D.length>0&&(c+="&"+D.join("&")),c})}function a(i){var c=t.when(i||o()).then(function(t){return e(t)}),s=[],a=t.Deferred();d=c.then(function(t){return t.intro||null}),_=t.when(c,g).then(function(i,c){var o=[];return t.each(i.questions,function(u,d){var _=n(d);if(null!=_){var p=m(_);h.call(p,_,function(){l.jot("poll","served",{target:r.target,context:r.context,instance:r.instance,session:i.session,alias:i.alias,askable:_.id,questions:_.getAllUnderlyingQuestionIds(),usage:d.usage,position:u,locale:i.locale,natures:c.natures})},function(c){c.then(function(t){s.push(t.finishData||"")},function(){s.push("")}).always(function(){if(s.length==o.length){var c=i.finishUrl;if(c){var n=t.grep(s,function(t){return!!t});n.length>0&&(c+=c.indexOf("?")==-1?"?":"&",c+=n.join("&")),e(c).then(function(t){a.resolve(t)},function(t){a.resolve({})})}else a.resolve({})}})}),o.push(p)}}),0==o.length&&a.resolve(i.conclusion||{}),o}),p=a.then(function(t){return{summary:t.summary||null,portalUrl:t.portalUrl||"",results:t.results||[]}}),v=a.then(function(t){var e=t.restartUrl||"";return""!=e&&D.length>0&&(e+="&"+D.join("&")),e})}var u=this;if(r=t.extend({},y,r),void 0==r.target)throw new Error("Poll API missing target option");var l=new i({hostname:r.hostname});l.jot("poll","created",{target:r.target});var d,_,p,v,g=s({hostname:r.hostname,target:r.target,context:r.context,instance:r.instance}).promiseInfo();a(null),this.promiseIntro=function(){return d},this.promiseQuestions=function(){return _},this.promiseConclusion=function(){return p},this.promiseRestart=function(){return v.then(function(t){return a(t),u})}}var y={hostname:"www.civicscience.com",instance:"",context:"",question:"",survey:"",locale:"",backupAlias:""},b=6e3,x={radio:u,checkbox:l,matrix:d,scale:_,spectrum:_},D=[],I={radio:g,checkbox:g,matrix:f,scale:f,spectrum:f},k=t.Deferred().promise(),q=function(){var t="__iqpbb",e=null;return function(){if(null!=e)return e;try{e=window.localStorage.getItem(t),null==e&&(e=Math.floor(4294967296*Math.random())+"."+Math.floor(4294967296*Math.random()),window.localStorage.setItem(t,e))}catch(t){}return e||""}}();return function(t){return new w(t)}}.apply(e,c),!(void 0!==s&&(t.exports=s))},function(t,e,i){e=t.exports=i(16)(),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;padding:1px;font-family:initial;font-size:small}#__ID__ .civsci-style-reset input[type=checkbox],#__ID__ .civsci-style-reset input[type=radio]{border:1px solid #2b2b2b;border-radius:4px;outline:initial}#__ID__ .civsci-style-reset input[type=radio]{margin:2px 2px 3px}#__ID__ .civsci-style-reset input{vertical-align:middle}#__ID__ .civsci-style-reset table{border-collapse:collapse;border-spacing:0}#__ID__ .civsci-style-reset img{border:0}#__ID__ .civsci-style-reset{font-size:medium;line-height:1;direction:ltr;text-align:left;text-align:start;font-family:sans-serif;color:#000;font-style:normal;font-weight:400;text-decoration:none;list-style-type:disc;line-height:normal;word-wrap:break-word;overflow-wrap:break-word}#__ID__ .civsci-style-reset a{background-color:transparent;-webkit-text-decoration-skip:objects}#__ID__ .civsci-style-reset a:active,#__ID__ .civsci-style-reset a:hover{outline-width:0}#__ID__ .civsci-style-reset img{border-style:none}#__ID__ .civsci-style-reset svg:not(:root){overflow:hidden}#__ID__ .civsci-style-reset button,#__ID__ .civsci-style-reset input{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0;filter:none!important;overflow:visible}#__ID__ .civsci-style-reset button{text-transform:none}#__ID__ .civsci-style-reset [type=reset],#__ID__ .civsci-style-reset [type=submit],#__ID__ .civsci-style-reset button,#__ID__ .civsci-style-reset html [type=button]{-webkit-appearance:button}#__ID__ .civsci-style-reset [type=button]::-moz-focus-inner,#__ID__ .civsci-style-reset [type=reset]::-moz-focus-inner,#__ID__ .civsci-style-reset [type=submit]::-moz-focus-inner,#__ID__ .civsci-style-reset button::-moz-focus-inner{border-style:none;padding:0}#__ID__ .civsci-style-reset [type=button]:-moz-focusring,#__ID__ .civsci-style-reset [type=reset]:-moz-focusring,#__ID__ .civsci-style-reset [type=submit]:-moz-focusring,#__ID__ .civsci-style-reset button:-moz-focusring{outline:1px dotted ButtonText}',""])},function(t,e,i){var c=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 75.4 79.7" style="enable-background:new 0 0 75.4 79.7;" xml:space="preserve"><g><rect x="2" y="32.7" style="fill:#ffffff;" width="71.4" height="45"/><polygon style="fill:#ffffff;" points="12,15 63.4,15 73.4,32.7 2,32.7 \t\t"/><polygon class="civsci-icon--fill-shading" points="73.4,32.7 50.1,32.7 18.7,23.9 55.7,23.9 \t\t"/><polygon class="civsci-icon--fill-shading" points="73.4,32.7 2,32.7 73.4,77.7 \t\t"/><rect x="2" y="32.7" class="civsci-icon--stroke" style="fill:none;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:10;" width="71.4" height="45"/><polygon class="civsci-icon--stroke" style="fill:none;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:10;" points="12,15 63.4,15 73.4,32.7 2,32.7 \t\t"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="55.7" y1="23.9" x2="18.7" y2="23.9"/><rect x="24.9" y="2" class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:10;" width="25.2" height="21.9"/><polyline class="civsci-icon--stroke" style="fill:none;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:10;" points="32.7,14.3 35.9,17.5 43,10.3 \t\t"/></g></svg>')}return t.register("icons/ballotbox",e),e.__dustBody=!0,e}(c);var s=function(t,e){c.render("icons/ballotbox",t,e)};s.templateName="icons/ballotbox",t.exports=s},function(t,e,i){var c=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}(c);var s=function(t,e){c.render("icons/lightbulb",t,e)};s.templateName="icons/lightbulb",t.exports=s},function(t,e,i){var c,s;c=[i(15)],s=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="%(",c=")";return function(s,n,r,o){for(var a="",u=0;;){var l=s.indexOf(i,u);if(l==-1)break;var d=s.indexOf(c,l);if(d==-1)break;a+=s.substring(u,l);var _=s.substring(l+i.length,d);a+=e(t.helpers.tap(o[_],n,r)||""),u=d+c.length}return a+=s.substring(u)}}.apply(e,c),!(void 0!==s&&(t.exports=s))},function(t,e,i){var c,s;c=[i(2)],s=function(t){function e(e){this.id=e||"";var i="";""==e||(i=e.match(/^[0-9]/)?"#\\3"+e[0]+" "+e.substring(1):"#"+e),this.load=function(e){e=(e+"").replace(/#__ID__/g,i),t("<style>").attr("type","text/css").text(e).appendTo("head")}}return e}.apply(e,c),!(void 0!==s&&(t.exports=s))},function(t,e,i){e=t.exports=i(16)(),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:before{content:none;display:block;font-size:1.23077em;font-weight:700}#__ID__ .civsci-widget{font-family:sans-serif;font-size:13px;color:#333;font-weight:400;width:100%;box-sizing:border-box}#__ID__ .civsci-widget .civsci-widget--title{font-size:1.23077em;font-weight:700}#__ID__ .civsci-widget .civsci-widget__subtitle{font-size:1em;color:#999;margin:.61538em 0}#__ID__ .civsci-widget .civsci-widget--detail-text{color:#999}#__ID__ .civsci-widget .civsci-widget__body{width:100%;box-sizing:border-box;padding:4px;display:table;table-layout:fixed;min-height:250px;overflow:hidden}#__ID__ .civsci-widget .civsci-slide{position:relative;float:left;top:0;width:100%;padding:1.23077em;background:#fff;box-shadow:0 0 4px #aaa;box-sizing:border-box;min-height:250px;visibility:hidden;display:none;margin-left:-116%;left:348%;transition:left .6s}#__ID__ .civsci-widget .civsci-slide:first-child{left:-116%}#__ID__ .civsci-widget .civsci-slide:nth-child(2){left:0;visibility:visible}#__ID__ .civsci-widget .civsci-slide:nth-child(3){left:116%;display:block;visibility:visible}#__ID__ .civsci-widget .civsci-slide:nth-child(4){left:232%;visibility:visible}#__ID__ .civsci-widget .civsci-widget__body[data-civsci-widget-engaged] .civsci-slide{display:block}#__ID__ .civsci-widget .civsci-slide__box{margin-top:1.23077em;box-sizing:border-box}#__ID__ .civsci-widget .civsci-slide__box:first-child{margin-top:0!important}#__ID__ .civsci-widget .civsci-slide__banner{margin-left:-1.23077em;margin-right:-1.23077em;padding:1.23077em}#__ID__ .civsci-widget .civsci-slide__banner .civsci-slide__box{margin-top:.61538em}#__ID__ .civsci-widget .civsci-slide__banner .civsci-widget--title{font-size:1.07692em}#__ID__ .civsci-widget .civsci-question__option{margin-top:.61538em;border:1px solid #999}#__ID__ .civsci-widget .civsci-question__option:first-child{margin-top:0}#__ID__ .civsci-widget .civsci-question__option input[type=checkbox],#__ID__ .civsci-widget .civsci-question__option input[type=radio]{display:none}#__ID__ .civsci-widget .civsci-question__option label{display:inline-block;box-sizing:border-box;padding:.61538em;width:100%;cursor:pointer}#__ID__ .civsci-widget .civsci-widget--civicscience-clickable{background-color:#e6f6ff;transition:background-color .2s}#__ID__ .civsci-widget .civsci-widget--civicscience-clickable:hover{background-color:#cdedff}#__ID__ .civsci-widget .civsci-widget--civicscience-clickable-dark,#__ID__ .civsci-widget .civsci-widget--civicscience-clickable:active{background-color:#b3e4ff}#__ID__ .civsci-widget .civsci-signpost{font-size:1.4em;position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__text{text-align:center;color:#999}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__icon{text-align:center;margin-top:1em}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__icon svg{width:20%;margin:0 auto}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__icon svg .civsci-icon--fill-shading{fill:#e3e3e3}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__icon svg .civsci-icon--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 a:visited{cursor:pointer;color:#999;text-decoration:none;font-size:.84615em}#__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-question__option input[type=checkbox]+label,#__ID__ .civsci-widget .civsci-question__option input[type=radio]+label{position:relative;padding-left:calc(1.23077em + 18px)}#__ID__ .civsci-widget .civsci-question__option input[type=checkbox]+label:before,#__ID__ .civsci-widget .civsci-question__option input[type=radio]+label:before{content:"";width:18px;height:18px;border:1px solid #999;padding:0;box-sizing:border-box;background-color:#fff;z-index:0;position:absolute;top:50%;left:calc(.61538em + 9px);transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-question__option input[type=checkbox]:checked+label:after,#__ID__ .civsci-widget .civsci-question__option input[type=radio]:checked+label:after{position:absolute;content:"";z-index:0;padding:0}#__ID__ .civsci-widget .civsci-question__option input[type=radio]+label:before{border-radius:50%}#__ID__ .civsci-widget .civsci-question__option input[type=radio]:checked+label:after{width:12px;height:12px;border-radius:50%;background-color:#333;z-index:0;position:absolute;top:50%;left:calc(.61538em + 9px);transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-question__option input[type=checkbox]:checked+label:after{background:transparent;box-sizing:border-box;border-left:3px solid #333;border-bottom:3px solid #333;height:6px;width:11px;position:absolute;top:50%;left:calc(.61538em + 9px);transform:rotate(-45deg) translate(-50%,-50%);transform-origin:0 0;-ms-transform:rotate(-45deg) translate(-50%,-50%);-ms-transform-origin:0 0;-webkit-transform:rotate(-45deg) translate(-50%,-50%);-webkit-transform-origin:0 0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=checkbox]+label,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]+label{position:relative;padding-left:calc(1.23077em + 18px)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=checkbox]+label:before,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]+label:before{content:"";width:18px;height:18px;border:1px solid #999;padding:0;box-sizing:border-box;background-color:#fff;z-index:0;position:absolute;top:50%;left:calc(.61538em + 9px);transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=checkbox]:checked+label:after,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]:checked+label:after{position:absolute;content:"";z-index:0;padding:0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]+label:before{border-radius:50%}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]:checked+label:after{width:12px;height:12px;border-radius:50%;background-color:#333;z-index:0;position:absolute;top:50%;left:calc(.61538em + 9px);transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=checkbox]:checked+label:after{background:transparent;box-sizing:border-box;border-left:3px solid #333;border-bottom:3px solid #333;height:6px;width:11px;position:absolute;top:50%;left:calc(.61538em + 9px);transform:rotate(-45deg) translate(-50%,-50%);transform-origin:0 0;-ms-transform:rotate(-45deg) translate(-50%,-50%);-ms-transform-origin:0 0;-webkit-transform:rotate(-45deg) translate(-50%,-50%);-webkit-transform-origin:0 0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .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;border:1px solid #aaa}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget--quiz-correct.civsci-slide__banner{border-color:green}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget--quiz-incorrect.civsci-slide__banner{border-color:#d90000}',""]);
},function(t,e,i){var c=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}(c);var s=function(t,e){c.render("icons/left-caret",t,e)};s.templateName="icons/left-caret",t.exports=s},function(t,e,i){var c=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}(c);var s=function(t,e){c.render("icons/up-caret",t,e)};s.templateName="icons/up-caret",t.exports=s},,,function(t,e,i){var c=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}(c);var s=function(t,e){c.render("widget/article_admin",t,e)};s.templateName="widget/article_admin",t.exports=s},function(t,e,i){var c=i(1);!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>')}function i(t,e){return t.w('<div class="civsci-widget__subtitle">').x(e.get(["partnerName"],!1),e,{else:c,block:s},{}).w("</div>")}function c(t,e){return t.s(e.getPath(!1,["strings","subtitleCivicScience"]),e,{},{})}function s(t,e){return t.s(e.getPath(!1,["strings","subtitlePartner"]),e,{},{partnerName:e.get(["partnerName"],!1)})}return t.register("widget/container",e),e.__dustBody=!0,i.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,e}(c);var s=function(t,e){c.render("widget/container",t,e)};s.templateName="widget/container",t.exports=s},function(t,e,i){var c=i(1);i(3);!function(t){function e(t,e){return e=e.shiftBlocks(s),t.w("<div>").p("widget/_titled_text",e,e,{}).w("</div>")}function i(t,e){return e=e.shiftBlocks(s),t.s(e.getPath(!1,["strings","opinionExpert"]),e,{},{})}function c(t,e){return e=e.shiftBlocks(s),t.s(e.getPath(!1,["strings","noMoreQuestionsExplanation"]),e,{},{})}t.register("widget/intro/empty",e);var s={Title:i,Body:c};return e.__dustBody=!0,i.__dustBody=!0,c.__dustBody=!0,e}(c);var s=function(t,e){c.render("widget/intro/empty",t,e)};s.templateName="widget/intro/empty",t.exports=s},function(t,e,i){var c=i(1);i(20),i(3);!function(t){function e(t,e){return e=e.shiftBlocks(n),t.p("widget/intro/_intro",e,e,{})}function i(t,e){return e=e.shiftBlocks(n),t.p("widget/_titled_text",e,e,{})}function c(t,e){return e=e.shiftBlocks(n),t.f(e.getPath(!1,["intro","title"]),e,"h")}function s(t,e){return e=e.shiftBlocks(n),t.f(e.getPath(!1,["intro","body"]),e,"h")}t.register("widget/intro/text",e);var n={Title:c,Body:s,IntroContent:i};return e.__dustBody=!0,i.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,e}(c);var s=function(t,e){c.render("widget/intro/text",t,e)};s.templateName="widget/intro/text",t.exports=s},function(t,e,i){var c=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}(c);var s=function(t,e){c.render("widget/question/checkbox",t,e)};s.templateName="widget/question/checkbox",t.exports=s},function(t,e,i){var c=i(1);i(5);!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:c},{})}function c(t,e){return e=e.shiftBlocks(o),t.w('<table><thead><tr><th colspan="2">&nbsp;</th>').s(e.get(["columns"],!1),e,{block:s},{}).w("</tr></thead><tbody>").s(e.get(["rows"],!1),e,{block:n},{}).w("</tbody></table>")}function s(t,e){return e=e.shiftBlocks(o),t.w("<th><span>").f(e.get(["text"],!1),e,"h").w("</span></th>")}function n(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,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,r.__dustBody=!0,e}(c);var s=function(t,e){c.render("widget/question/matrix",t,e)};s.templateName="widget/question/matrix",t.exports=s},function(t,e,i){var c=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}(c);var s=function(t,e){c.render("widget/question/radio",t,e)};s.templateName="widget/question/radio",t.exports=s},function(t,e,i){var c=i(1);i(22);!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}(c);var s=function(t,e){c.render("widget/question/spectrum",t,e)};s.templateName="widget/question/spectrum",t.exports=s},function(t,e,i){var c=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}(c);var s=function(t,e){c.render("widget/result/checkbox",t,e)};s.templateName="widget/result/checkbox",t.exports=s},function(t,e,i){var c=i(1);i(6),i(18);!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:c},{})}function c(t,e){return e=e.shiftBlocks(u),t.w('<table><thead><tr><th colspan="2">&nbsp;</th>').s(e.get(["columns"],!1),e,{block:s},{}).w("</tr></thead><tbody>").s(e.get(["rows"],!1),e,{block:n},{}).w("</tbody></table>")}function s(t,e){return e=e.shiftBlocks(u),t.w("<th><span>").f(e.get(["text"],!1),e,"h").w("</span></th>")}function n(t,e){return e=e.shiftBlocks(u),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(u),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(u),t.w("civsci-matrix-result--selected")}function a(t,e){return e=e.shiftBlocks(u),t.w('<td class="civsci-matrix-result__percent">').f(e.get(["percent"],!1),e,"h").w("%</td>")}t.register("widget/result/matrix",e);var u={ResultBody:i};return e.__dustBody=!0,i.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,e}(c);var s=function(t,e){c.render("widget/result/matrix",t,e)};s.templateName="widget/result/matrix",t.exports=s},function(t,e,i){var c=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}(c);var s=function(t,e){c.render("widget/result/radio",t,e)};s.templateName="widget/result/radio",t.exports=s},function(t,e,i){var c=i(1);i(24);!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}(c);var s=function(t,e){c.render("widget/result/spectrum",t,e)};s.templateName="widget/result/spectrum",t.exports=s},function(t,e,i){var c=i(1);i(14),i(29);!function(t){function e(t,e){return e=e.shiftBlocks(s),t.p("widget/signpost/_signpost",e,e,{})}function i(t,e){return e=e.shiftBlocks(s),t.s(e.getPath(!1,["strings","fetchingQuestions"]),e,{},{})}function c(t,e){return e=e.shiftBlocks(s),t.p("icons/ballotbox",e,e,{})}t.register("widget/signpost/questions",e);var s={Text:i,Icon:c};return e.__dustBody=!0,i.__dustBody=!0,c.__dustBody=!0,e}(c);var s=function(t,e){c.render("widget/signpost/questions",t,e)};s.templateName="widget/signpost/questions",t.exports=s},function(t,e,i){var c=i(1);i(14),i(30);!function(t){function e(t,e){return e=e.shiftBlocks(s),t.p("widget/signpost/_signpost",e,e,{})}function i(t,e){return e=e.shiftBlocks(s),t.s(e.getPath(!1,["strings","calculatingResults"]),e,{},{})}function c(t,e){return e=e.shiftBlocks(s),t.p("icons/lightbulb",e,e,{})}t.register("widget/signpost/results",e);var s={Text:i,Icon:c};return e.__dustBody=!0,i.__dustBody=!0,c.__dustBody=!0,e}(c);var s=function(t,e){c.render("widget/signpost/results",t,e)};s.templateName="widget/signpost/results",t.exports=s},function(t,e,i){var c=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}(c);var s=function(t,e){c.render("widget/slide",t,e)};s.templateName="widget/slide",t.exports=s},function(t,e,i){var c=i(1);i(7),i(17),i(19);!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:c,m:s}).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:n},{}).w("</div>")}function c(t,e){return e=e.shiftBlocks(a),t.f(e.getPath(!1,["summary","countCorrect"]),e,"h")}function s(t,e){return e=e.shiftBlocks(a),t.f(e.getPath(!1,["summary","countTotal"]),e,"h")}function n(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,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,e}(c);var s=function(t,e){c.render("widget/summary/quiz",t,e)};s.templateName="widget/summary/quiz",t.exports=s},function(t,e,i){var c=i(1);i(7),i(3);!function(t){function e(t,e){return e=e.shiftBlocks(n),t.p("widget/summary/_summary",e,e,{})}function i(t,e){return e=e.shiftBlocks(n),t.p("widget/_titled_text",e,e,{})}function c(t,e){return e=e.shiftBlocks(n),t.f(e.getPath(!1,["summary","title"]),e,"h")}function s(t,e){return e=e.shiftBlocks(n),t.f(e.getPath(!1,["summary","body"]),e,"h")}t.register("widget/summary/text",e);var n={Title:c,Body:s,SummaryContent:i};return e.__dustBody=!0,i.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,e}(c);var s=function(t,e){c.render("widget/summary/text",t,e)};s.templateName="widget/summary/text",t.exports=s},function(t,e,i){var c=i(1);i(7),i(3);!function(t){function e(t,e){return e=e.shiftBlocks(n),t.p("widget/summary/_summary",e,e,{})}function i(t,e){return e=e.shiftBlocks(n),t.p("widget/_titled_text",e,e,{})}function c(t,e){return e=e.shiftBlocks(n),t.s(e.getPath(!1,["strings","thankYouTitle"]),e,{},{})}function s(t,e){return e=e.shiftBlocks(n),t.s(e.getPath(!1,["strings","thankYouBody"]),e,{},{})}t.register("widget/summary/thank_you",e);var n={Title:c,Body:s,SummaryContent:i};return e.__dustBody=!0,i.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,e}(c);var s=function(t,e){c.render("widget/summary/thank_you",t,e)};s.templateName="widget/summary/thank_you",t.exports=s},function(t,e,i){var c,s,n;!function(r,o){i(4)&&i(4).dust===!0?(s=[i(1)],c=o,n="function"==typeof c?c.apply(e,s):c,!(void 0!==n&&(t.exports=n))):t.exports=o(i(1))}(this,function(t){function e(e,i,c){c=c||"INFO",e=e?"{@"+e+"}: ":"",t.log(e+i,c)}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 c(t){return t.stack.tail&&t.stack.tail.head&&"undefined"!=typeof t.stack.tail.head.__select__}function s(t){return c(t)&&t.get("__select__")}function n(t,e){var i,c=t.stack.head,s=t.rebase();t.stack&&t.stack.tail&&(s.stack=t.stack.tail);var n={isPending:!1,isResolved:!1,isDeferredComplete:!1,deferreds:[]};for(i in e)n[i]=e[i];return s.push({__select__:n}).push(c,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,c,s,n){return u(i,c,s,n,t,e)}}function u(t,i,c,n,r,o){var a,u,d,_,p=c.block,v=c.else,g=s(i)||{};if(g.isResolved&&!g.isDeferredPending)return t;if(n.hasOwnProperty("key"))u=n.key;else{if(!g.hasOwnProperty("key"))return e(r,"No key specified","WARN"),t;u=g.key}return _=n.type||g.type,u=l(i.resolve(u),_),d=l(i.resolve(n.value),_),o(u,d)?(g.isPending||(a=!0,g.isPending=!0),p&&(t=t.render(p,i)),a&&(g.isResolved=!0)):v&&(t=t.render(v,i)),t}function l(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={},_={tap:function(t,e,c){return i("tap"),c.resolve(t)},sep:function(t,e,i){var c=i.block;return e.stack.index===e.stack.of-1?t:c?c(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,c,s){var n,r,a=i.resolve(s.to),u=i.resolve(s.key);switch(u){case"full":n=i.stack;break;default:n=i.stack.head}switch(r=JSON.stringify(n,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,c,o){var a,u=o.key,l=o.method,d=o.operand,_=o.round;if(!o.hasOwnProperty("key")||!o.method)return e("math","`key` or `method` was not provided","ERROR"),t;switch(u=parseFloat(i.resolve(u)),d=parseFloat(i.resolve(d)),l){case"mod":0===d&&e("math","Division by 0","ERROR"),a=u%d;break;case"add":a=u+d;break;case"subtract":a=u-d;break;case"multiply":a=u*d;break;case"divide":0===d&&e("math","Division by 0","ERROR"),a=u/d;break;case"ceil":case"floor":case"round":case"abs":a=Math[l](u);break;case"toint":a=parseInt(u,10);break;default:e("math","Method `"+l+"` is not supported","ERROR")}return"undefined"!=typeof a&&(_&&(a=Math.round(a)),c&&c.block?(i=n(i,{key:a}),t=t.render(c.block,i),r(s(i))):t=t.write(a)),t},select:function(t,i,c,o){var a=c.block,u={};return o.hasOwnProperty("key")&&(u.key=i.resolve(o.key)),o.hasOwnProperty("type")&&(u.type=o.type),a?(i=n(i,u),t=t.render(a,i),r(s(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,c,n){var r=s(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(c.block,i)),t.end()})}):e("any","Must be used inside a {@select} block","ERROR"),t},none:function(t,i,c,n){var r=s(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(c.block,i)),t.end()})}):e("none","Must be used inside a {@select} block","ERROR"),t},size:function(e,i,c,s){var n,r,o=s.key;if(o=i.resolve(s.key),o&&o!==!0)if(t.isArray(o))n=o.length;else if(!isNaN(parseFloat(o))&&isFinite(o))n=o;else if("object"==typeof o){n=0;for(r in o)o.hasOwnProperty(r)&&n++}else n=(o+"").length;else n=0;return e.write(n)}};for(var p in _)t.helpers[p]=_[p];return t})},function(t,e,i){var c;/*! Hammer.JS - v2.0.7 - 2016-04-22
	 * http://hammerjs.github.io/
	 *
	 * Copyright (c) 2016 Jorik Tangelder;
	 * Licensed under the MIT license */
!function(s,n,r,o){"use strict";function a(t,e,i){return setTimeout(p(t,i),e)}function u(t,e,i){return!!Array.isArray(t)&&(l(t,i[e],i),!0)}function l(t,e,i){var c;if(t)if(t.forEach)t.forEach(e,i);else if(t.length!==o)for(c=0;c<t.length;)e.call(i,t[c],c,t),c++;else for(c in t)t.hasOwnProperty(c)&&e.call(i,t[c],c,t)}function d(t,e,i){var c="DEPRECATED METHOD: "+e+"\n"+i+" AT \n";return function(){var e=new Error("get-stack-trace"),i=e&&e.stack?e.stack.replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",n=s.console&&(s.console.warn||s.console.log);return n&&n.call(s.console,c,i),t.apply(this,arguments)}}function _(t,e,i){var c,s=e.prototype;c=t.prototype=Object.create(s),c.constructor=t,c._super=s,i&&gt(c,i)}function p(t,e){return function(){return t.apply(e,arguments)}}function v(t,e){return typeof t==mt?t.apply(e?e[0]||o:o,e):t}function g(t,e){return t===o?e:t}function f(t,e,i){l(y(e),function(e){t.addEventListener(e,i,!1)})}function h(t,e,i){l(y(e),function(e){t.removeEventListener(e,i,!1)})}function m(t,e){for(;t;){if(t==e)return!0;t=t.parentNode}return!1}function w(t,e){return t.indexOf(e)>-1}function y(t){return t.trim().split(/\s+/g)}function b(t,e,i){if(t.indexOf&&!i)return t.indexOf(e);for(var c=0;c<t.length;){if(i&&t[c][i]==e||!i&&t[c]===e)return c;c++}return-1}function x(t){return Array.prototype.slice.call(t,0)}function D(t,e,i){for(var c=[],s=[],n=0;n<t.length;){var r=e?t[n][e]:t[n];b(s,r)<0&&c.push(t[n]),s[n]=r,n++}return i&&(c=e?c.sort(function(t,i){return t[e]>i[e]}):c.sort()),c}function I(t,e){for(var i,c,s=e[0].toUpperCase()+e.slice(1),n=0;n<ft.length;){if(i=ft[n],c=i?i+s:e,c in t)return c;n++}return o}function k(){return It++}function q(t){var e=t.ownerDocument||t;return e.defaultView||e.parentWindow||s}function T(t,e){var i=this;this.manager=t,this.callback=e,this.element=t.element,this.target=t.options.inputTarget,this.domHandler=function(e){v(t.options.enable,[t])&&i.handler(e)},this.init()}function C(t){var e,i=t.options.inputClass;return new(e=i?i:Tt?H:Ct?$:qt?Q:L)(t,E)}function E(t,e,i){var c=i.pointers.length,s=i.changedPointers.length,n=e&Rt&&c-s===0,r=e&(Ot|jt)&&c-s===0;i.isFirst=!!n,i.isFinal=!!r,n&&(t.session={}),i.eventType=e,B(t,i),t.emit("hammer.input",i),t.recognize(i),t.session.prevInput=i}function B(t,e){var i=t.session,c=e.pointers,s=c.length;i.firstInput||(i.firstInput=A(e)),s>1&&!i.firstMultiple?i.firstMultiple=A(e):1===s&&(i.firstMultiple=!1);var n=i.firstInput,r=i.firstMultiple,o=r?r.center:n.center,a=e.center=R(c);e.timeStamp=bt(),e.deltaTime=e.timeStamp-n.timeStamp,e.angle=z(o,a),e.distance=j(o,a),N(i,e),e.offsetDirection=O(e.deltaX,e.deltaY);var u=P(e.deltaTime,e.deltaX,e.deltaY);e.overallVelocityX=u.x,e.overallVelocityY=u.y,e.overallVelocity=yt(u.x)>yt(u.y)?u.x:u.y,e.scale=r?M(r.pointers,c):1,e.rotation=r?F(r.pointers,c):0,e.maxPointers=i.prevInput?e.pointers.length>i.prevInput.maxPointers?e.pointers.length:i.prevInput.maxPointers:e.pointers.length,S(i,e);var l=t.element;m(e.srcEvent.target,l)&&(l=e.srcEvent.target),e.target=l}function N(t,e){var i=e.center,c=t.offsetDelta||{},s=t.prevDelta||{},n=t.prevInput||{};e.eventType!==Rt&&n.eventType!==Ot||(s=t.prevDelta={x:n.deltaX||0,y:n.deltaY||0},c=t.offsetDelta={x:i.x,y:i.y}),e.deltaX=s.x+(i.x-c.x),e.deltaY=s.y+(i.y-c.y)}function S(t,e){var i,c,s,n,r=t.lastInterval||e,a=e.timeStamp-r.timeStamp;if(e.eventType!=jt&&(a>At||r.velocity===o)){var u=e.deltaX-r.deltaX,l=e.deltaY-r.deltaY,d=P(a,u,l);c=d.x,s=d.y,i=yt(d.x)>yt(d.y)?d.x:d.y,n=O(u,l),t.lastInterval=e}else i=r.velocity,c=r.velocityX,s=r.velocityY,n=r.direction;e.velocity=i,e.velocityX=c,e.velocityY=s,e.direction=n}function A(t){for(var e=[],i=0;i<t.pointers.length;)e[i]={clientX:wt(t.pointers[i].clientX),clientY:wt(t.pointers[i].clientY)},i++;return{timeStamp:bt(),pointers:e,center:R(e),deltaX:t.deltaX,deltaY:t.deltaY}}function R(t){var e=t.length;if(1===e)return{x:wt(t[0].clientX),y:wt(t[0].clientY)};for(var i=0,c=0,s=0;s<e;)i+=t[s].clientX,c+=t[s].clientY,s++;return{x:wt(i/e),y:wt(c/e)}}function P(t,e,i){return{x:e/t||0,y:i/t||0}}function O(t,e){return t===e?zt:yt(t)>=yt(e)?t<0?Ft:Mt:e<0?Lt:Ht}function j(t,e,i){i||(i=Yt);var c=e[i[0]]-t[i[0]],s=e[i[1]]-t[i[1]];return Math.sqrt(c*c+s*s)}function z(t,e,i){i||(i=Yt);var c=e[i[0]]-t[i[0]],s=e[i[1]]-t[i[1]];return 180*Math.atan2(s,c)/Math.PI}function F(t,e){return z(e[1],e[0],Qt)+z(t[1],t[0],Qt)}function M(t,e){return j(e[0],e[1],Qt)/j(t[0],t[1],Qt)}function L(){this.evEl=Gt,this.evWin=Vt,this.pressed=!1,T.apply(this,arguments)}function H(){this.evEl=Zt,this.evWin=te,T.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}function U(){this.evTarget=ie,this.evWin=ce,this.started=!1,T.apply(this,arguments)}function W(t,e){var i=x(t.touches),c=x(t.changedTouches);return e&(Ot|jt)&&(i=D(i.concat(c),"identifier",!0)),[i,c]}function $(){this.evTarget=ne,this.targetIds={},T.apply(this,arguments)}function Y(t,e){var i=x(t.touches),c=this.targetIds;if(e&(Rt|Pt)&&1===i.length)return c[i[0].identifier]=!0,[i,i];var s,n,r=x(t.changedTouches),o=[],a=this.target;if(n=i.filter(function(t){return m(t.target,a)}),e===Rt)for(s=0;s<n.length;)c[n[s].identifier]=!0,s++;for(s=0;s<r.length;)c[r[s].identifier]&&o.push(r[s]),e&(Ot|jt)&&delete c[r[s].identifier],s++;return o.length?[D(n.concat(o),"identifier",!0),o]:void 0}function Q(){T.apply(this,arguments);var t=p(this.handler,this);this.touch=new $(this.manager,t),this.mouse=new L(this.manager,t),this.primaryTouch=null,this.lastTouches=[]}function X(t,e){t&Rt?(this.primaryTouch=e.changedPointers[0].identifier,G.call(this,e)):t&(Ot|jt)&&G.call(this,e)}function G(t){var e=t.changedPointers[0];if(e.identifier===this.primaryTouch){var i={x:e.clientX,y:e.clientY};this.lastTouches.push(i);var c=this.lastTouches,s=function(){var t=c.indexOf(i);t>-1&&c.splice(t,1)};setTimeout(s,re)}}function V(t){for(var e=t.srcEvent.clientX,i=t.srcEvent.clientY,c=0;c<this.lastTouches.length;c++){var s=this.lastTouches[c],n=Math.abs(e-s.x),r=Math.abs(i-s.y);if(n<=oe&&r<=oe)return!0}return!1}function J(t,e){this.manager=t,this.set(e)}function K(t){if(w(t,pe))return pe;var e=w(t,ve),i=w(t,ge);return e&&i?pe:e||i?e?ve:ge:w(t,_e)?_e:de}function Z(){if(!ue)return!1;var t={},e=s.CSS&&s.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach(function(i){t[i]=!e||s.CSS.supports("touch-action",i)}),t}function tt(t){this.options=gt({},this.defaults,t||{}),this.id=k(),this.manager=null,this.options.enable=g(this.options.enable,!0),this.state=he,this.simultaneous={},this.requireFail=[]}function et(t){return t&xe?"cancel":t&ye?"end":t&we?"move":t&me?"start":""}function it(t){return t==Ht?"down":t==Lt?"up":t==Ft?"left":t==Mt?"right":""}function ct(t,e){var i=e.manager;return i?i.get(t):t}function st(){tt.apply(this,arguments)}function nt(){st.apply(this,arguments),this.pX=null,this.pY=null}function rt(){st.apply(this,arguments)}function ot(){tt.apply(this,arguments),this._timer=null,this._input=null}function at(){st.apply(this,arguments)}function ut(){st.apply(this,arguments)}function lt(){tt.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}function dt(t,e){return e=e||{},e.recognizers=g(e.recognizers,dt.defaults.preset),new _t(t,e)}function _t(t,e){this.options=gt({},dt.defaults,e||{}),this.options.inputTarget=this.options.inputTarget||t,this.handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=t,this.input=C(this),this.touchAction=new J(this,this.options.touchAction),pt(this,!0),l(this.options.recognizers,function(t){var e=this.add(new t[0](t[1]));t[2]&&e.recognizeWith(t[2]),t[3]&&e.requireFailure(t[3])},this)}function pt(t,e){var i=t.element;if(i.style){var c;l(t.options.cssProps,function(s,n){c=I(i.style,n),e?(t.oldCssProps[c]=i.style[c],i.style[c]=s):i.style[c]=t.oldCssProps[c]||""}),e||(t.oldCssProps={})}}function vt(t,e){var i=n.createEvent("Event");i.initEvent(t,!0,!0),i.gesture=e,e.target.dispatchEvent(i)}var gt,ft=["","webkit","Moz","MS","ms","o"],ht=n.createElement("div"),mt="function",wt=Math.round,yt=Math.abs,bt=Date.now;gt="function"!=typeof Object.assign?function(t){if(t===o||null===t)throw new TypeError("Cannot convert undefined or null to object");for(var e=Object(t),i=1;i<arguments.length;i++){var c=arguments[i];if(c!==o&&null!==c)for(var s in c)c.hasOwnProperty(s)&&(e[s]=c[s])}return e}:Object.assign;var xt=d(function(t,e,i){for(var c=Object.keys(e),s=0;s<c.length;)(!i||i&&t[c[s]]===o)&&(t[c[s]]=e[c[s]]),s++;return t},"extend","Use `assign`."),Dt=d(function(t,e){return xt(t,e,!0)},"merge","Use `assign`."),It=1,kt=/mobile|tablet|ip(ad|hone|od)|android/i,qt="ontouchstart"in s,Tt=I(s,"PointerEvent")!==o,Ct=qt&&kt.test(navigator.userAgent),Et="touch",Bt="pen",Nt="mouse",St="kinect",At=25,Rt=1,Pt=2,Ot=4,jt=8,zt=1,Ft=2,Mt=4,Lt=8,Ht=16,Ut=Ft|Mt,Wt=Lt|Ht,$t=Ut|Wt,Yt=["x","y"],Qt=["clientX","clientY"];T.prototype={handler:function(){},init:function(){this.evEl&&f(this.element,this.evEl,this.domHandler),this.evTarget&&f(this.target,this.evTarget,this.domHandler),this.evWin&&f(q(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&h(this.element,this.evEl,this.domHandler),this.evTarget&&h(this.target,this.evTarget,this.domHandler),this.evWin&&h(q(this.element),this.evWin,this.domHandler)}};var Xt={mousedown:Rt,mousemove:Pt,mouseup:Ot},Gt="mousedown",Vt="mousemove mouseup";_(L,T,{handler:function(t){var e=Xt[t.type];e&Rt&&0===t.button&&(this.pressed=!0),e&Pt&&1!==t.which&&(e=Ot),this.pressed&&(e&Ot&&(this.pressed=!1),this.callback(this.manager,e,{pointers:[t],changedPointers:[t],pointerType:Nt,srcEvent:t}))}});var Jt={pointerdown:Rt,pointermove:Pt,pointerup:Ot,pointercancel:jt,pointerout:jt},Kt={2:Et,3:Bt,4:Nt,5:St},Zt="pointerdown",te="pointermove pointerup pointercancel";s.MSPointerEvent&&!s.PointerEvent&&(Zt="MSPointerDown",te="MSPointerMove MSPointerUp MSPointerCancel"),_(H,T,{handler:function(t){var e=this.store,i=!1,c=t.type.toLowerCase().replace("ms",""),s=Jt[c],n=Kt[t.pointerType]||t.pointerType,r=n==Et,o=b(e,t.pointerId,"pointerId");s&Rt&&(0===t.button||r)?o<0&&(e.push(t),o=e.length-1):s&(Ot|jt)&&(i=!0),o<0||(e[o]=t,this.callback(this.manager,s,{pointers:e,changedPointers:[t],pointerType:n,srcEvent:t}),i&&e.splice(o,1))}});var ee={touchstart:Rt,touchmove:Pt,touchend:Ot,touchcancel:jt},ie="touchstart",ce="touchstart touchmove touchend touchcancel";_(U,T,{handler:function(t){var e=ee[t.type];if(e===Rt&&(this.started=!0),this.started){var i=W.call(this,t,e);e&(Ot|jt)&&i[0].length-i[1].length===0&&(this.started=!1),this.callback(this.manager,e,{pointers:i[0],changedPointers:i[1],pointerType:Et,srcEvent:t})}}});var se={touchstart:Rt,touchmove:Pt,touchend:Ot,touchcancel:jt},ne="touchstart touchmove touchend touchcancel";_($,T,{handler:function(t){var e=se[t.type],i=Y.call(this,t,e);i&&this.callback(this.manager,e,{pointers:i[0],changedPointers:i[1],pointerType:Et,srcEvent:t})}});var re=2500,oe=25;_(Q,T,{handler:function(t,e,i){var c=i.pointerType==Et,s=i.pointerType==Nt;if(!(s&&i.sourceCapabilities&&i.sourceCapabilities.firesTouchEvents)){if(c)X.call(this,e,i);else if(s&&V.call(this,i))return;this.callback(t,e,i)}},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});var ae=I(ht.style,"touchAction"),ue=ae!==o,le="compute",de="auto",_e="manipulation",pe="none",ve="pan-x",ge="pan-y",fe=Z();J.prototype={set:function(t){t==le&&(t=this.compute()),ue&&this.manager.element.style&&fe[t]&&(this.manager.element.style[ae]=t),this.actions=t.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var t=[];return l(this.manager.recognizers,function(e){v(e.options.enable,[e])&&(t=t.concat(e.getTouchAction()))}),K(t.join(" "))},preventDefaults:function(t){var e=t.srcEvent,i=t.offsetDirection;if(this.manager.session.prevented)return void e.preventDefault();var c=this.actions,s=w(c,pe)&&!fe[pe],n=w(c,ge)&&!fe[ge],r=w(c,ve)&&!fe[ve];if(s){var o=1===t.pointers.length,a=t.distance<2,u=t.deltaTime<250;if(o&&a&&u)return}return r&&n?void 0:s||n&&i&Ut||r&&i&Wt?this.preventSrc(e):void 0},preventSrc:function(t){this.manager.session.prevented=!0,t.preventDefault()}};var he=1,me=2,we=4,ye=8,be=ye,xe=16,De=32;tt.prototype={defaults:{},set:function(t){return gt(this.options,t),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(t){if(u(t,"recognizeWith",this))return this;var e=this.simultaneous;return t=ct(t,this),e[t.id]||(e[t.id]=t,t.recognizeWith(this)),this},dropRecognizeWith:function(t){return u(t,"dropRecognizeWith",this)?this:(t=ct(t,this),delete this.simultaneous[t.id],this)},requireFailure:function(t){if(u(t,"requireFailure",this))return this;var e=this.requireFail;return t=ct(t,this),b(e,t)===-1&&(e.push(t),t.requireFailure(this)),this},dropRequireFailure:function(t){if(u(t,"dropRequireFailure",this))return this;t=ct(t,this);var e=b(this.requireFail,t);return e>-1&&this.requireFail.splice(e,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(t){return!!this.simultaneous[t.id]},emit:function(t){function e(e){i.manager.emit(e,t)}var i=this,c=this.state;c<ye&&e(i.options.event+et(c)),e(i.options.event),t.additionalEvent&&e(t.additionalEvent),c>=ye&&e(i.options.event+et(c))},tryEmit:function(t){return this.canEmit()?this.emit(t):void(this.state=De)},canEmit:function(){for(var t=0;t<this.requireFail.length;){if(!(this.requireFail[t].state&(De|he)))return!1;t++}return!0},recognize:function(t){var e=gt({},t);return v(this.options.enable,[this,e])?(this.state&(be|xe|De)&&(this.state=he),this.state=this.process(e),void(this.state&(me|we|ye|xe)&&this.tryEmit(e))):(this.reset(),void(this.state=De))},process:function(t){},getTouchAction:function(){},reset:function(){}},_(st,tt,{defaults:{pointers:1},attrTest:function(t){var e=this.options.pointers;return 0===e||t.pointers.length===e},process:function(t){var e=this.state,i=t.eventType,c=e&(me|we),s=this.attrTest(t);return c&&(i&jt||!s)?e|xe:c||s?i&Ot?e|ye:e&me?e|we:me:De}}),_(nt,st,{defaults:{event:"pan",threshold:10,pointers:1,direction:$t},getTouchAction:function(){var t=this.options.direction,e=[];return t&Ut&&e.push(ge),t&Wt&&e.push(ve),e},directionTest:function(t){var e=this.options,i=!0,c=t.distance,s=t.direction,n=t.deltaX,r=t.deltaY;return s&e.direction||(e.direction&Ut?(s=0===n?zt:n<0?Ft:Mt,i=n!=this.pX,c=Math.abs(t.deltaX)):(s=0===r?zt:r<0?Lt:Ht,i=r!=this.pY,c=Math.abs(t.deltaY))),t.direction=s,i&&c>e.threshold&&s&e.direction},attrTest:function(t){return st.prototype.attrTest.call(this,t)&&(this.state&me||!(this.state&me)&&this.directionTest(t))},emit:function(t){this.pX=t.deltaX,this.pY=t.deltaY;var e=it(t.direction);e&&(t.additionalEvent=this.options.event+e),this._super.emit.call(this,t)}}),_(rt,st,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[pe]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.scale-1)>this.options.threshold||this.state&me)},emit:function(t){if(1!==t.scale){var e=t.scale<1?"in":"out";t.additionalEvent=this.options.event+e}this._super.emit.call(this,t)}}),_(ot,tt,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[de]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,c=t.distance<e.threshold,s=t.deltaTime>e.time;if(this._input=t,!c||!i||t.eventType&(Ot|jt)&&!s)this.reset();else if(t.eventType&Rt)this.reset(),this._timer=a(function(){this.state=be,this.tryEmit()},e.time,this);else if(t.eventType&Ot)return be;return De},reset:function(){clearTimeout(this._timer)},emit:function(t){this.state===be&&(t&&t.eventType&Ot?this.manager.emit(this.options.event+"up",t):(this._input.timeStamp=bt(),this.manager.emit(this.options.event,this._input)))}}),_(at,st,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[pe]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.rotation)>this.options.threshold||this.state&me)}}),_(ut,st,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:Ut|Wt,pointers:1},getTouchAction:function(){return nt.prototype.getTouchAction.call(this)},attrTest:function(t){var e,i=this.options.direction;return i&(Ut|Wt)?e=t.overallVelocity:i&Ut?e=t.overallVelocityX:i&Wt&&(e=t.overallVelocityY),this._super.attrTest.call(this,t)&&i&t.offsetDirection&&t.distance>this.options.threshold&&t.maxPointers==this.options.pointers&&yt(e)>this.options.velocity&&t.eventType&Ot},emit:function(t){var e=it(t.offsetDirection);e&&this.manager.emit(this.options.event+e,t),this.manager.emit(this.options.event,t)}}),_(lt,tt,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[_e]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,c=t.distance<e.threshold,s=t.deltaTime<e.time;if(this.reset(),t.eventType&Rt&&0===this.count)return this.failTimeout();if(c&&s&&i){if(t.eventType!=Ot)return this.failTimeout();var n=!this.pTime||t.timeStamp-this.pTime<e.interval,r=!this.pCenter||j(this.pCenter,t.center)<e.posThreshold;this.pTime=t.timeStamp,this.pCenter=t.center,r&&n?this.count+=1:this.count=1,this._input=t;var o=this.count%e.taps;if(0===o)return this.hasRequireFailures()?(this._timer=a(function(){this.state=be,this.tryEmit()},e.interval,this),me):be}return De},failTimeout:function(){return this._timer=a(function(){this.state=De},this.options.interval,this),De},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==be&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}}),dt.VERSION="2.0.7",dt.defaults={domEvents:!1,touchAction:le,enable:!0,inputTarget:null,inputClass:null,preset:[[at,{enable:!1}],[rt,{enable:!1},["rotate"]],[ut,{direction:Ut}],[nt,{direction:Ut},["swipe"]],[lt],[lt,{event:"doubletap",taps:2},["tap"]],[ot]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};var Ie=1,ke=2;_t.prototype={set:function(t){return gt(this.options,t),t.touchAction&&this.touchAction.update(),t.inputTarget&&(this.input.destroy(),this.input.target=t.inputTarget,this.input.init()),this},stop:function(t){this.session.stopped=t?ke:Ie},recognize:function(t){var e=this.session;if(!e.stopped){this.touchAction.preventDefaults(t);var i,c=this.recognizers,s=e.curRecognizer;(!s||s&&s.state&be)&&(s=e.curRecognizer=null);for(var n=0;n<c.length;)i=c[n],e.stopped===ke||s&&i!=s&&!i.canRecognizeWith(s)?i.reset():i.recognize(t),!s&&i.state&(me|we|ye)&&(s=e.curRecognizer=i),n++}},get:function(t){if(t instanceof tt)return t;for(var e=this.recognizers,i=0;i<e.length;i++)if(e[i].options.event==t)return e[i];return null},add:function(t){if(u(t,"add",this))return this;var e=this.get(t.options.event);return e&&this.remove(e),this.recognizers.push(t),t.manager=this,this.touchAction.update(),t},remove:function(t){if(u(t,"remove",this))return this;if(t=this.get(t)){var e=this.recognizers,i=b(e,t);i!==-1&&(e.splice(i,1),this.touchAction.update())}return this},on:function(t,e){if(t!==o&&e!==o){var i=this.handlers;return l(y(t),function(t){i[t]=i[t]||[],i[t].push(e)}),this}},off:function(t,e){if(t!==o){var i=this.handlers;return l(y(t),function(t){e?i[t]&&i[t].splice(b(i[t],e),1):delete i[t]}),this}},emit:function(t,e){this.options.domEvents&&vt(t,e);var i=this.handlers[t]&&this.handlers[t].slice();if(i&&i.length){e.type=t,e.preventDefault=function(){e.srcEvent.preventDefault()};for(var c=0;c<i.length;)i[c](e),c++}},destroy:function(){this.element&&pt(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}},gt(dt,{INPUT_START:Rt,INPUT_MOVE:Pt,INPUT_END:Ot,INPUT_CANCEL:jt,STATE_POSSIBLE:he,STATE_BEGAN:me,STATE_CHANGED:we,STATE_ENDED:ye,STATE_RECOGNIZED:be,STATE_CANCELLED:xe,STATE_FAILED:De,DIRECTION_NONE:zt,DIRECTION_LEFT:Ft,DIRECTION_RIGHT:Mt,DIRECTION_UP:Lt,DIRECTION_DOWN:Ht,DIRECTION_HORIZONTAL:Ut,DIRECTION_VERTICAL:Wt,DIRECTION_ALL:$t,Manager:_t,Input:T,TouchAction:J,TouchInput:$,MouseInput:L,PointerEventInput:H,TouchMouseInput:Q,SingleTouchInput:U,Recognizer:tt,AttrRecognizer:st,Tap:lt,Pan:nt,Swipe:ut,Pinch:rt,Rotate:at,Press:ot,on:f,off:h,each:l,merge:Dt,extend:xt,assign:gt,inherit:_,bindFn:p,prefixed:I});var qe="undefined"!=typeof s?s:"undefined"!=typeof self?self:{};qe.Hammer=dt,c=function(){return dt}.call(e,i,e,t),!(c!==o&&(t.exports=c))}(window,document,"Hammer")},function(t,e){function i(){throw new Error("setTimeout has not been defined")}function c(){throw new Error("clearTimeout has not been defined")}function s(t){if(l===setTimeout)return setTimeout(t,0);if((l===i||!l)&&setTimeout)return l=setTimeout,setTimeout(t,0);try{return l(t,0)}catch(e){try{return l.call(null,t,0)}catch(e){return l.call(this,t,0)}}}function n(t){if(d===clearTimeout)return clearTimeout(t);if((d===c||!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(){g&&p&&(g=!1,p.length?v=p.concat(v):f=-1,v.length&&o())}function o(){if(!g){var t=s(r);g=!0;for(var e=v.length;e;){for(p=v,v=[];++f<e;)p&&p[f].run();f=-1,e=v.length}p=null,g=!1,n(t)}}function a(t,e){this.fun=t,this.array=e}function u(){}var l,d,_=t.exports={};!function(){try{l="function"==typeof setTimeout?setTimeout:i}catch(t){l=i}try{d="function"==typeof clearTimeout?clearTimeout:c}catch(t){d=c}}();var p,v=[],g=!1,f=-1;_.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];v.push(new a(t,e)),1!==v.length||g||s(o)},a.prototype.run=function(){this.fun.apply(null,this.array)},_.title="browser",_.browser=!0,_.env={},_.argv=[],_.version="",_.versions={},_.on=u,_.addListener=u,_.once=u,_.off=u,_.removeListener=u,_.removeAllListeners=u,_.emit=u,_.binding=function(t){throw new Error("process.binding is not supported")},_.cwd=function(){return"/"},_.chdir=function(t){throw new Error("process.chdir is not supported")},_.umask=function(){return 0}},function(t,e,i){var c,s;c=[i(2),i(15),i(57),i(27),i(9),i(31),i(32)],s=function(t,e,c,s,n,r,o){"use strict";function a(e){var i=t.Deferred();return setTimeout(function(){i.resolve()},e),i.promise()}function u(e){function i(){t(this).off("transitionend.promiseTransitionEnd"),c.resolve(e)}var c=t.Deferred(),s=parseFloat(e.css("transitionDuration"))||0;return 0==s?c.resolve():(e.on("transitionend.promiseTransitionEnd",function(t){t.target==this&&i()}),setTimeout(i,1e3*s+50)),c}function l(e){return D.then(function(){function i(){e(n)&&(n.off("resize scroll",i),clearInterval(c),s.resolve())}var c,s=t.Deferred(),n=t(window);return n.on("resize scroll",i),c=setInterval(i,5e3),i(),s.promise()})}function d(t,e){t.attr("data-civsci-widget-natures",e.join(" "))}function _(t,e){return t.attr("data-civsci-widget-disabled",!e||null),t}function p(t){return _(t,!0)}function v(t){return _(t,!1)}function g(e,i){function c(){i.find("[data-civsci-widget-option]").each(function(i,c){var s=t(c),n=e.getOptionById(s.data("civsci-widget-option"));null!=n&&(s.find(":input").prop("checked",n.isSelected()),s.closest("[data-civsci-widget-markable-state]").attr("data-civsci-widget-markable-state",n.isSelected()?"marked":""))}),i.find("[data-civsci-widget-submit]").prop("disabled",!e.canSubmit())}function s(){e.canSubmit()&&(v(i),e.submit().then(null,function(t){return null}).then(function(t){o.resolve(t)}),r.resolve())}this.id=e.id+"",this.$content=v(i);var n=!1,r=t.Deferred(),o=t.Deferred();c(),this.ask=function(){return n||(e.served(),c(),i.on("change","[data-civsci-widget-option] :input",function(){var i=t(this),s=i.closest("[data-civsci-widget-option]").data("civsci-widget-option"),n=e.getOptionById(s);null!=n&&n.setSelected(i.prop("checked")),c()}),i.on("click","[data-civsci-widget-submit]",s),"radio"==e.type&&i.on("click change","[data-civsci-widget-option] :input",s),p(i),n=!0),r},this.result=function(){return r.then(function(){return o})}}function f(e){v(e);var i=t.Deferred();this.$content=e,this.enable=function(){return p(e),e.one("click","[data-civsci-widget-next]",function(){v(e),i.resolve()}),this},this.acknowledged=function(){return i.promise()}}function h(_){function h(c,s){var n=t.Deferred();return $.then(function(t){var r=i(61)("./"+c+".dust");s=e.context(t).push(s),r(s,function(t,e){t?n.reject(t):n.resolve(e)})}),n.promise()}function D(e,i,c){e="civicscience:"+e,c=t.extend(c,{widget:M});var s;try{s=new CustomEvent(e,{bubbles:!0,cancelable:!!i,detail:c})}catch(t){s=document.createEvent("CustomEvent"),s.initCustomEvent(e,!0,i,c)}return L[0].dispatchEvent(s)}function T(){var e=t.Deferred(),i=t(window),c=L.offset().top;return c<i.scrollTop()?t("html, body").animate({scrollTop:c},w,function(){e.resolve()}):e.resolve(),e.promise()}function C(e){return h("slide",{}).then(function(i){var c=t(i);return c.find("[data-civsci-widget-slide-content]").html(e),c})}function E(){return C("").then(function(t){return t.hide()})}function B(t,e){return C("").then(function(i){var c=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),c.fadeOut(m)}),i})}function N(e,i){function c(t){Y.questionAsked(e,t),e[t].ask().then(function(){Y.questionAnswered(e,t),i.next().then(function(){t+1==e.length?(Y.afterAskingQuestions(e),s.resolve()):c(t+1)})})}var s=t.Deferred(),n=t.Deferred(),r=X.then(function(t){return t.promiseConclusion()});Y.beforeAskingQuestions(e),c(0);var o=[];return t.each(e,function(t,e){o.push(e.result().then(function(t){return null==t||t.hidden?null:t.result}))}),t.when.apply(t,o).then(function(){n.resolve(t.grep(arguments,function(t){return null!=t}))}),t.when(r,n,s).then(function(t,e){return t.results=e,t})}function S(e){var i=[];return e.summary&&i.push(h("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(c,s){i.push(h("result/"+s.type,{result:s,instance:L[0].id,index1:c+1,total:e.results.length,portalUrl:e.portalUrl,isPrecededBySummary:null!=e.summary,hasBackButton:null!=e.summary||c>0}).then(function(e){var i=t(e);return"function"==typeof V[s.type]&&(i=V[s.type](i)),i}))}),0==i.length&&i.push(h("summary/thank_you",{isFollowedByResults:!1,portalUrl:e.portalUrl}).then(function(e){return t(e)})),t.when.apply(t,i).then(function(){return[].slice.call(arguments)})}function A(e,i){function c(t){return v(e.current()),e[t]().then(function(t){p(t)})}var s=t.Deferred(),n=0;return Y.beforeShowingResults(i),e.$container.off(".navigateConclusion"),e.$container.on("click.navigateConclusion","[data-civsci-widget-next]",function(){n+1<i&&(Y.resultDeparted(n,++n,i),c("next").then(function(){Y.resultArrived(n-1,n,i)}))}),e.$container.on("click.navigateConclusion","[data-civsci-widget-back]",function(){n>0&&(Y.resultDeparted(n,--n,i),c("back").then(function(){Y.resultArrived(n+1,n,i)}))}),e.$container.on("click.navigateConclusion","[data-civsci-widget-restart]",function(){return Y.afterShowingResults(i),c("next").then(function(){return s.resolve()})}),s.promise()}function R(t,e){return h("signpost/questions").then(function(e){return B(e,t)}).then(function(t){e.add(t)})}function P(t,e){return h("signpost/results").then(function(e){return B(e,t)}).then(function(t){e.add(t)})}function O(e,i,c,s){var n=[];if(e||0!=i.length){var r=0;null!=e?s.resolve(e.$content):s.resolve(i[r++].$content),t.each(i.slice(r),function(t,e){n.push(C(e.$content).then(function(t){c.add(t)}))})}else n.push(h("intro/empty").then(function(e){return s.resolve(t(e)),x}));return t.when.apply(t,n).then(function(){c.purgeDeepHistory()})}function j(e,i,c){var s=[];return e.length>0&&(c.resolve(e[0]),t.each(e.slice(1),function(t,e){var c=C(e).then(function(t){t=v(t),i.add(t)});s.push(c)})),t.when.apply(t,s).then(function(){i.purgeDeepHistory()})}function z(e,i,c,s){var n=i.promiseIntro().then(function(e){return null==e?null:h("intro/"+e.type,{intro:e}).then(function(e){return new f(t(e))})}),r=i.promiseQuestions().then(function(e){if(0==e.length)return[];var i=[];return t.each(e,function(c,s){var n=h("question/"+s.type,{question:s,instance:L[0].id,index1:c+1,total:e.length}).then(function(e){return new g(s,t(e))});i.push(n)}),t.when.apply(t,i).then(function(){return[].slice.call(arguments)})}),o=t.Deferred(),a=t.Deferred();t.when(n,r).then(function(n,r){var u;0==r.length&&null==n?(o=s,u=i.promiseConclusion()):u=O(n,r,c,s).then(function(){return P(o,c)}).then(function(){return null==e?null:e.acknowledged()}).then(function(){return null==n?null:n.enable().acknowledged().then(function(){return c.next()})}).then(function(){return N(r,c)}),t.when(u).then(function(e){return t.when(e,S(e))}).then(function(t,e){return j(e,c,o).then(function(){return t.portalUrl?null:R(a,c)}).then(function(){return A(c,e.length)})}).then(function(){return i.promiseRestart()}).then(function(t){z(null,t,c,a)})})}function F(e){var i=new c(e[0]);i.on("swipeleft",function(e){e.target&&t(e.target).closest("[data-civsci-widget-slide]").find("[data-civsci-widget-next],[data-civsci-widget-restart]").first().trigger("click")}),i.on("swiperight",function(e){e.target&&t(e.target).closest("[data-civsci-widget-slide]").find("[data-civsci-widget-back]").first().trigger("click")})}var M=this;if(_=t.extend({},q,_),void 0==_.target)throw new Error("Missing widget target option");if(void 0==_.container)throw new Error("Missing widget container option");var L=t(_.container);if(0==L.length)throw new Error("Widget container not found: "+_.container);if(1!=L.length)throw new Error("Widget container is ambiguous: "+_.container);if(void 0==L[0].id)throw new Error('Widget container does not have an "id" attribute: '+_.container);!function(){var t=new o(L[0].id);t.load(i(28)),t.load(i(33))}();var H=_.hostname+"";!function(){var t=k.match(/[?&]civicscience-widget-question=([^&]+)/);null!=t&&(_.question=decodeURIComponent(t[1]))}(),function(){var t=k.match(/[?&]civicscience-widget-survey=([^&]+)/);null!=t&&(_.survey=decodeURIComponent(t[1]))}();var U=I.replace(/^[^:]+:/,"").replace(/\/+$/,""),W=n({hostname:H,target:_.target,instance:L[0].id,context:U}).promiseInfo(),$=W.then(function(e){var c=i(60),s=_.locale||e.locale;t.each(c[s]||c.en,function(t,e){c[t]=function(t,i,c,s){t.write(r(e,t,i,s))}});var n={};return t.each(e.natures,function(t,e){n[e]=e}),e=t.extend({},e,{natures:n}),{__isPortalMode:_.__isPortalMode,strings:c,targetInfo:e}}),Y={beforeFetchingQuestions:function(){return D("beforeFetchingQuestions",!1)},beforeAskingQuestions:function(e){return D("beforeAskingQuestions",!1,{ids:t.map(e,function(t){return t.id})})},questionAsked:function(t,e){return D("questionAsked",!1,{index:e,length:t.length,id:t[e].id})},questionAnswered:function(t,e){return D("questionAnswered",!1,{index:e,length:t.length,id:t[e].id})},afterAskingQuestions:function(e){return D("afterAskingQuestions",!1,{ids:t.map(e,function(t){return t.id})})},beforeShowingResults:function(t){return D("beforeShowingResults",!1,{length:t})},resultArrived:function(t,e,i){return D("resultArrived",!1,{from:t,to:e,length:i})},resultDeparted:function(t,e,i){return D("resultDeparted",!1,{from:t,to:e,length:i})},afterShowingResults:function(t){return D("afterShowingResults",!1,{length:t})}},Q=l(function(t){return L.offset().top<t.scrollTop()+t.height()+200}),X=(l(function(e){var i=L.offset().top,c=L.height(),s=e.scrollTop(),n=e[0].innerHeight,r=n/16;return i+c<n||i+c+r<=s+n||s+n-i>n/4||i-r<=s||s+n+r>=t(document).height()}),Q.then(function(){return s({hostname:H,target:_.target,instance:L[0].id,context:U,question:_.question,survey:_.survey,locale:_.locale})})),G=t.when(W).then(function(e){return e.contextualQuestionHiddenState==b?x:t.when(h("container",{partnerName:e.partnerName,privacyPolicyUrl:e.privacyPolicyUrl}),E(),e);
}).then(function(e,i,c){c.partnerWidgetCss&&t("<style>").attr("type","text/css").text(c.partnerWidgetCss).appendTo("head"),L.html(e),d(L.find("[data-civsci-widget-root]"),c.natures);var s=L.find("[data-civsci-widget-body]"),n=[],r={$container:s,current:function(){return s.find("[data-civsci-widget-slide]").eq(2)},add:function(t){n[0].before(t.filter("[data-civsci-widget-slide]"))},next:function(){return s.attr("data-civsci-widget-engaged",!0),T().then(function(){var t=s.find("[data-civsci-widget-slide]");if(t.length-n.length>3){var e=t.first();return e.data("civsci-display-original",e.css("display")).css("display","none"),a(50).then(function(){return n.push(e.insertAfter(t.last())),n.length>1e3&&n.shift().remove(),u(t.eq(2))})}return null}).then(function(){return r.current()})},back:function(){return T().then(function(){if(n.length>0){var t=n.pop();return s.prepend(t),u(t).then(function(){return a(50)}).then(function(){t.css("display",t.data("civsci-display-original"))})}return null}).then(function(){return r.current()})},purgeDeepHistory:function(){t.each(n,function(t,e){e.remove()}),n.length=0,n.push(i.clone().appendTo(s)),n.push(i.clone().appendTo(s))}};return function(){s.append(i.clone()),s.append(i.clone()),n.push(i.clone().appendTo(s)),n.push(i.clone().appendTo(s))}(),r}),V={scale:function(e){var i=e.find("[data-civsci-widget-scale-background]");return i.each(function(e,i){var c=t(i),s=c.data("civsci-widget-scale-background").split(","),n=[];t.each(s,function(t,e){var i,c=(.72*(1-e/100)).toFixed(2);i=0==t?"0%":t==s.length-1?"100%":Math.round(100*(t+.5)/s.length)+"%",n.push("rgba(255, 255, 255, "+c+") "+i)}),c.css("background-image","linear-gradient(to right, "+n.join(", ")+")")}),e},spectrum:function(e){var i=[120,226,120],c=[170,170,170],s=[255,131,131],n=e.find("[data-civsci-widget-scale-background]");return n.each(function(e,n){var r=t(n),o=r.data("civsci-widget-scale-background").split(","),a=[];t.each(o,function(t,e){var n,r=0==e?c:e>0?i:s,u=(.9*Math.abs(e)/100+.1).toFixed(2);n=0==t?"0%":t==o.length-1?"100%":Math.round(100*(t+.5)/o.length)+"%",a.push("rgba("+r.join(",")+","+u+") "+n)}),r.css({"background-color":"#fff","background-image":"linear-gradient(to right, "+a.join(", ")+")"})}),e}},J=t.Deferred().resolve(null).promise();t.when(G,J,W).then(function(e,i,c){switch(t.getScript("https://"+_.hostname+"/widget/EditableWidget?tgt="+encodeURIComponent(c.id)+"&elt="+encodeURIComponent(L[0].id)+"&url="+encodeURIComponent(I)),c.contextualQuestionHiddenState){case"":break;case y:return h("article_admin").then(function(t){return C(t)}).then(function(t){e.add(t)});default:return void L.html("")}var s=t.Deferred();F(e.$container),t.when(null==i?null:C(i.$content).then(function(t){e.add(t)})).then(function(){return R(s,e).then(function(){null!=i?i.enable().acknowledged().then(function(){Y.beforeFetchingQuestions(),e.next()}):Y.beforeFetchingQuestions()})}).then(function(){return X}).then(function(t){return z(i,t,e,s)})})}var m=600,w=200,y="admin",b="respondent",x=t.Deferred().promise(),D=function(){function e(){s.off("load",e),clearTimeout(i),c.resolve()}var i,c=t.Deferred(),s=t(document);return s.on("load",e),i=setTimeout(e,1e3),c.promise()}(),I=document.location.href,k=function(){for(var t=window;t.parent!=t;)t=t.parent;try{return t.location.href}catch(t){return window.document.referrer}}(),q={hostname:"www.civicscience.com",question:"",survey:"",locale:"",__isPortalMode:!1,__promisedWelcomeContent:t.Deferred().resolve(null)};return function(t){return new h(t)}}.apply(e,c),!(void 0!==s&&(t.exports=s))},function(t,e,i){var c;c=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..."},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"},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"},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."}},c={};for(t in i)for(e in i[t])c[e]=c[e]||{},c[e][t]=i[t][e];return c}.call(e,i,e,t),!(void 0!==c&&(t.exports=c))},function(t,e,i){function c(t){return i(s(t))}function s(t){return n[t]||function(){throw new Error("Cannot find module '"+t+"'.")}()}var n={"./_markable.dust":10,"./_portal_link.dust":11,"./_titled_text.dust":3,"./article_admin.dust":38,"./container.dust":39,"./intro/_intro.dust":20,"./intro/empty.dust":40,"./intro/text.dust":41,"./question/_option.dust":21,"./question/_option_question.dust":12,"./question/_question.dust":5,"./question/checkbox.dust":42,"./question/matrix.dust":43,"./question/radio.dust":44,"./question/scale.dust":22,"./question/spectrum.dust":45,"./result/_option_result.dust":13,"./result/_option_result_item.dust":23,"./result/_result.dust":6,"./result/checkbox.dust":46,"./result/matrix.dust":47,"./result/radio.dust":48,"./result/scale.dust":24,"./result/spectrum.dust":49,"./signpost/_signpost.dust":14,"./signpost/questions.dust":50,"./signpost/results.dust":51,"./slide.dust":52,"./summary/_summary.dust":7,"./summary/quiz.dust":53,"./summary/text.dust":54,"./summary/thank_you.dust":55};c.keys=function(){return Object.keys(n)},c.resolve=s,t.exports=c,c.id=61},,,,,,,,,,,,,,,,function(t,e,i){var c,s;c=[i(2),i(78)],s=function(t,e){"use strict";window.civicscience&&window.civicscience.widget||(t(function(){var i=t("meta[name='civicscience:jspoll-hostname']").attr("content");t("[id][data-civicscience-widget]").each(function(){var c=t(this),s=c.data("civicscience-widget");"object"!=typeof s&&(s={target:""+s}),void 0==s.hostname&&i&&(s.hostname=i);var n=""+c[0].id;n.match(/^\d/)?s.container="[id='"+c[0].id+"']":s.container="#"+c[0].id,e(s)})}),(window.civicscience||(window.civicscience={})).widget=e)}.apply(e,c),!(void 0!==s&&(t.exports=s))},function(t,e,i){var c,s;c=[i(2),i(59)],s=function(t,e){return function(i){i=t.extend({},i);for(var c in i)c.match(/^__/)&&delete i[c];return e(i)}}.apply(e,c),!(void 0!==s&&(t.exports=s))}]);
(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":3179,"container":"#civsci-1861572874","hostname":"www.civicscience.com"});
        });
	});

})();
