
!function(t){function i(c){if(e[c])return e[c].exports;var s=e[c]={exports:{},id:c,loaded:!1};return t[c].call(s.exports,s,s.exports,i),s.loaded=!0,s.exports}var e={};return i.m=t,i.c=e,i.p="",i(0)}([function(t,i,e){t.exports=e(92)},function(module,exports,__webpack_require__){var __WEBPACK_AMD_DEFINE_FACTORY__,__WEBPACK_AMD_DEFINE_ARRAY__,__WEBPACK_AMD_DEFINE_RESULT__;(function(process){!function(t,i){__webpack_require__(4)&&__webpack_require__(4).dust===!0?(__WEBPACK_AMD_DEFINE_ARRAY__=[],__WEBPACK_AMD_DEFINE_FACTORY__=i,__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=i()}(this,function(){function getTemplate(t,i){if(t)return"function"==typeof t&&t.template?t.template:dust.isTemplateFn(t)?t:i!==!1?dust.cache[t]:void 0}function load(t,i,e){if(!t)return i.setError(new Error("No template or template name provided to render"));var c=getTemplate(t,dust.config.cache);return c?c(i,Context.wrap(e,c.templateName)):dust.onLoad?i.map(function(i){function c(t,c){var n;if(t)return i.setError(t);if(n=getTemplate(c,!1)||getTemplate(s,dust.config.cache),!n){if(!dust.compile)return i.setError(new Error("Dust compiler not available"));n=dust.loadSource(dust.compile(c,s))}n(i,Context.wrap(e,n.templateName)).end()}var s=t;3===dust.onLoad.length?dust.onLoad(s,e.options,c):dust.onLoad(s,c)}):i.setError(new Error("Template Not Found: "+t))}function Context(t,i,e,c,s){void 0===t||t instanceof Stack||(t=new Stack(t)),this.stack=t,this.global=i,this.options=e,this.blocks=c,this.templateName=s,this._isContext=!0}function getWithResolvedData(t,i,e){return function(c){return t.push(c)._get(i,e)}}function Stack(t,i,e,c){this.tail=i,this.isObject=t&&"object"==typeof t,this.head=t,this.index=e,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,i,e){this.root=t,this.next=i,this.data=[],this.flushable=!1,this.taps=e}function Tap(t,i){this.head=t,this.tail=i}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,i,e={DEBUG:0,INFO:1,WARN:2,ERROR:3,NONE:4};"undefined"!=typeof console&&console.log?(t=console.log,i="function"==typeof t?function(){t.apply(console,arguments)}:function(){t(Array.prototype.slice.apply(arguments).join(" "))}):i=EMPTY_FUNC,dust.log=function(t,c){c=c||INFO,e[c]>=e[dust.debugLevel]&&i("[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,i){t&&(i.templateName=t,dust.config.cache!==!1&&(dust.cache[t]=i))},dust.render=function(t,i,e){var c=new Stub(e).head;try{load(t,c,i).end()}catch(t){c.setError(t)}},dust.stream=function(t,i){var e=new Stream,c=e.head;return dust.nextTick(function(){try{load(t,c,i).end()}catch(t){c.setError(t)}}),e},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 i;if(null===t)return!1;if(void 0===t)return!1;if(t.length>0)return!1;for(i in t)if(Object.prototype.hasOwnProperty.call(t,i))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,i,e,c){var s,n,r,o;if(e)for(s=0,n=e.length;s<n;s++)r=e[s],r.length&&(o=dust.filters[r],"s"===r?i=null:"function"==typeof o?t=o(t,c):dust.log("Invalid filter `"+r+"`",WARN));return i&&(t=dust.filters[i](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,i){return new Context(void 0,t,i)},dust.isContext=function(t){return"object"==typeof t&&t._isContext===!0},Context.wrap=function(t,i){return dust.isContext(t)?t:new Context(t,{},{},null,i)},Context.prototype.get=function(t,i){return"string"==typeof t&&("."===t[0]&&(i=!0,t=t.substr(1)),t=t.split(".")),this._get(i,t)},Context.prototype._get=function(t,i){var e,c,s,n,r,o=this.stack||{},a=1;if(c=i[0],s=i.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,e=o.head[c],void 0===e));)o=o.tail;o=void 0!==e?e:this.global&&this.global[c]}for(;o&&a<s;){if(dust.isThenable(o))return o.then(getWithResolvedData(this,t,i.slice(a)));n=o,o=o[i[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 `{"+i.join(".")+"}` in template `"+this.getTemplateName()+"`",INFO),o)},Context.prototype.getPath=function(t,i){return this._get(t,i)},Context.prototype.push=function(t,i,e){return void 0===t?(dust.log("Not pushing an undefined variable onto the context",INFO),this):this.rebase(new Stack(t,this.stack,i,e))},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 i,e,c;if("function"==typeof t&&(t=t(new Chunk,this).data.join("")),i=this.blocks,!i)return dust.log("No blocks for context `"+t+"` in template `"+this.getTemplateName()+"`",DEBUG),!1;for(e=i.length;e--;)if(c=i[e][t])return c;return dust.log("Malformed template `"+this.getTemplateName()+"` was missing one or more blocks."),!1},Context.prototype.shiftBlocks=function(t){var i,e=this.blocks;return t?(i=e?e.concat([t]):[t],new Context(this.stack,this.global,this.options,i,this.getTemplateName())):this},Context.prototype.resolve=function(t){var i;return"function"!=typeof t?t:(i=(new Chunk).render(t,this),i instanceof Chunk?i.data.join(""):i)},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,i){var e,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),e=0,c=n.length;e<c;e++)n[e](i);return!0},Stream.prototype.on=function(t,i){var e=this.events=this.events||{},c=e[t]=e[t]||[];return"function"!=typeof i?dust.log("No callback function provided for `"+t+"` event listener",WARN):c.push(i),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 i=!1;return"function"==typeof t.emit&&t.emit("pipe",this),"function"==typeof t.on&&t.on("error",function(){i=!0}),this.on("data",function(e){if(!i)try{t.write(e,"utf8")}catch(t){dust.log(t,ERROR)}}).on("end",function(){if(!i)try{t.end(),i=!0}catch(t){dust.log(t,ERROR)}})},Chunk.prototype.write=function(t){var i=this.taps;return i&&(t=i.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 i=new Chunk(this.root,this.next,this.taps),e=new Chunk(this.root,i,this.taps);this.next=e,this.flushable=!0;try{t(e)}catch(t){dust.log(t,ERROR),e.setError(t)}return i},Chunk.prototype.tap=function(t){var i=this.taps;return i?this.taps=i.push(t):this.taps=new Tap(t),this},Chunk.prototype.untap=function(){return this.taps=this.taps.tail,this},Chunk.prototype.render=function(t,i){return t(this,i)},Chunk.prototype.reference=function(t,i,e,c){return"function"==typeof t?(t=t.apply(i.current(),[this,i,null,{auto:e,filters:c}]),t instanceof Chunk?t:this.reference(t,i,e,c)):dust.isThenable(t)?this.await(t,i,null,e,c):dust.isStreamable(t)?this.stream(t,i,null,e,c):dust.isEmpty(t)?this:this.write(dust.filter(t,e,c,i))},Chunk.prototype.section=function(t,i,e,c){var s,n,r,o=e.block,a=e.else,l=this;if("function"==typeof t&&!dust.isTemplateFn(t)){try{t=t.apply(i.current(),[this,i,e,c])}catch(t){return dust.log(t,ERROR),this.setError(t)}if(t instanceof Chunk)return t}if(dust.isEmptyObject(e))return l;if(dust.isEmptyObject(c)||(i=i.push(c)),dust.isArray(t)){if(o){if(n=t.length,n>0){for(r=i.stack&&i.stack.head||{},r.$len=n,s=0;s<n;s++)r.$idx=s,l=o(l,i.push(t[s],s,n));return r.$idx=void 0,r.$len=void 0,l}if(a)return a(this,i)}}else{if(dust.isThenable(t))return this.await(t,i,e);if(dust.isStreamable(t))return this.stream(t,i,e);if(t===!0){if(o)return o(this,i)}else if(t||0===t){if(o)return o(this,i.push(t))}else if(a)return a(this,i)}return dust.log("Section without corresponding key in template `"+i.getTemplateName()+"`",DEBUG),this},Chunk.prototype.exists=function(t,i,e){var c=e.block,s=e.else;if(dust.isEmpty(t)){if(s)return s(this,i)}else{if(c)return c(this,i);dust.log("No block for exists check in template `"+i.getTemplateName()+"`",DEBUG)}return this},Chunk.prototype.notexists=function(t,i,e){var c=e.block,s=e.else;if(dust.isEmpty(t)){if(c)return c(this,i);dust.log("No block for not-exists check in template `"+i.getTemplateName()+"`",DEBUG)}else if(s)return s(this,i);return this},Chunk.prototype.block=function(t,i,e){var c=t||e.block;return c?c(this,i):this},Chunk.prototype.partial=function(t,i,e,c){var s;return void 0===c&&(c=e,e=i),dust.isEmptyObject(c)||(e=e.clone(),s=e.pop(),e=e.push(c).push(s)),dust.isTemplateFn(t)?this.capture(t,i,function(t,i){e.templateName=t,load(t,i,e).end()}):(e.templateName=t,load(t,this,e))},Chunk.prototype.helper=function(t,i,e,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,i,e,c),n instanceof Chunk?n:("string"==typeof o&&(o=o.split("|")),dust.isEmptyObject(e)?r.reference(n,i,s,o):r.section(n,i,e,c))}catch(i){return dust.log("Error in helper `"+t+"`: "+i.message,ERROR),r.setError(i)}},Chunk.prototype.await=function(t,i,e,c,s){return this.map(function(n){t.then(function(t){n=e?n.section(t,i,e):n.reference(t,i,c,s),n.end()},function(t){var c=e&&e.error;c?n.render(c,i.push(t)).end():(dust.log("Unhandled promise rejection in `"+i.getTemplateName()+"`",INFO),n.end())})})},Chunk.prototype.stream=function(t,i,e,c,s){var n=e&&e.block,r=e&&e.error;return this.map(function(o){var a=!1;t.on("data",function(t){a||(n?o=o.map(function(e){e.render(n,i.push(t)).end()}):e||(o=o.reference(t,i,c,s)))}).on("error",function(t){a||(r?o.render(r,i.push(t)):dust.log("Unhandled stream error in `"+i.getTemplateName()+"`",INFO),a||(a=!0,o.end()))}).on("end",function(){a||(a=!0,o.end())})})},Chunk.prototype.capture=function(t,i,e){return this.map(function(c){var s=new Stub(function(t,i){t?c.setError(t):e(i,c)});t(s.head,i).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 i=this;i;)t=i.head(t),i=i.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__(63))},function(t,i,e){var c,s;/*!
	 * jQuery JavaScript Library v3.0.0 -ajax,-ajax/jsonp,-ajax/load,-ajax/parseXML,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-event/ajax,-effects,-effects/Tween,-effects/animatedSelector,-deprecated
	 * https://jquery.com/
	 *
	 * Includes Sizzle.js
	 * https://sizzlejs.com/
	 *
	 * Copyright jQuery Foundation and other contributors
	 * Released under the MIT license
	 * https://jquery.org/license
	 *
	 * Date: 2016-06-09T18:03Z
	 */
!function(i,e){"use strict";"object"==typeof t&&"object"==typeof t.exports?t.exports=i.document?e(i,!0):function(t){if(!t.document)throw new Error("jQuery requires a window with a document");return e(t)}:e(i)}("undefined"!=typeof window?window:this,function(e,n){"use strict";function r(t,i){i=i||W;var e=i.createElement("script");e.text=t,i.head.appendChild(e).parentNode.removeChild(e)}function o(t){var i=!!t&&"length"in t&&t.length,e=ct.type(t);return"function"!==e&&!ct.isWindow(t)&&("array"===e||0===i||"number"==typeof i&&i>0&&i-1 in t)}function a(t,i,e){if(ct.isFunction(i))return ct.grep(t,function(t,c){return!!i.call(t,c,t)!==e});if(i.nodeType)return ct.grep(t,function(t){return t===i!==e});if("string"==typeof i){if(pt.test(i))return ct.filter(i,t,e);i=ct.filter(i,t)}return ct.grep(t,function(t){return G.call(i,t)>-1!==e&&1===t.nodeType})}function l(t,i){for(;(t=t[i])&&1!==t.nodeType;);return t}function u(t){var i={};return ct.each(t.match(wt)||[],function(t,e){i[e]=!0}),i}function d(t){return t}function _(t){throw t}function p(t,i,e){var c;try{t&&ct.isFunction(c=t.promise)?c.call(t).done(i).fail(e):t&&ct.isFunction(c=t.then)?c.call(t,i,e):i.call(void 0,t)}catch(t){e.call(void 0,t)}}function v(){W.removeEventListener("DOMContentLoaded",v),e.removeEventListener("load",v),ct.ready()}function g(){this.expando=ct.expando+g.uid++}function f(t,i,e){var c;if(void 0===e&&1===t.nodeType)if(c="data-"+i.replace(Bt,"-$&").toLowerCase(),e=t.getAttribute(c),"string"==typeof e){try{e="true"===e||"false"!==e&&("null"===e?null:+e+""===e?+e:qt.test(e)?JSON.parse(e):e)}catch(t){}It.set(t,i,e)}else e=void 0;return e}function h(t,i,e,c){var s,n=1,r=20,o=c?function(){return c.cur()}:function(){return ct.css(t,i,"")},a=o(),l=e&&e[3]||(ct.cssNumber[i]?"":"px"),u=(ct.cssNumber[i]||"px"!==l&&+a)&&Tt.exec(ct.css(t,i));if(u&&u[3]!==l){l=l||u[3],e=e||[],u=+a||1;do n=n||".5",u/=n,ct.style(t,i,u+l);while(n!==(n=o()/a)&&1!==n&&--r)}return e&&(u=+u||+a||0,s=e[1]?u+(e[1]+1)*e[2]:+e[2],c&&(c.unit=l,c.start=u,c.end=s)),s}function m(t){var i,e=t.ownerDocument,c=t.nodeName,s=At[c];return s?s:(i=e.body.appendChild(e.createElement(c)),s=ct.css(i,"display"),i.parentNode.removeChild(i),"none"===s&&(s="block"),At[c]=s,s)}function w(t,i){for(var e,c,s=[],n=0,r=t.length;n<r;n++)c=t[n],c.style&&(e=c.style.display,i?("none"===e&&(s[n]=Dt.get(c,"display")||null,s[n]||(c.style.display="")),""===c.style.display&&Et(c)&&(s[n]=m(c))):"none"!==e&&(s[n]="none",Dt.set(c,"display",e)));for(n=0;n<r;n++)null!=s[n]&&(t[n].style.display=s[n]);return t}function y(t,i){var e="undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(i||"*"):"undefined"!=typeof t.querySelectorAll?t.querySelectorAll(i||"*"):[];return void 0===i||i&&ct.nodeName(t,i)?ct.merge([t],e):e}function b(t,i){for(var e=0,c=t.length;e<c;e++)Dt.set(t[e],"globalEval",!i||Dt.get(i[e],"globalEval"))}function x(t,i,e,c,s){for(var n,r,o,a,l,u,d=i.createDocumentFragment(),_=[],p=0,v=t.length;p<v;p++)if(n=t[p],n||0===n)if("object"===ct.type(n))ct.merge(_,n.nodeType?[n]:n);else if(Mt.test(n)){for(r=r||d.appendChild(i.createElement("div")),o=(zt.exec(n)||["",""])[1].toLowerCase(),a=jt[o]||jt._default,r.innerHTML=a[1]+ct.htmlPrefilter(n)+a[2],u=a[0];u--;)r=r.lastChild;ct.merge(_,r.childNodes),r=d.firstChild,r.textContent=""}else _.push(i.createTextNode(n));for(d.textContent="",p=0;n=_[p++];)if(c&&ct.inArray(n,c)>-1)s&&s.push(n);else if(l=ct.contains(n.ownerDocument,n),r=y(d.appendChild(n),"script"),l&&b(r),e)for(u=0;n=r[u++];)Rt.test(n.type||"")&&e.push(n);return d}function k(){return!0}function D(){return!1}function I(){try{return W.activeElement}catch(t){}}function q(t,i,e,c,s,n){var r,o;if("object"==typeof i){"string"!=typeof e&&(c=c||e,e=void 0);for(o in i)q(t,o,e,c,i[o],n);return t}if(null==c&&null==s?(s=e,c=e=void 0):null==s&&("string"==typeof e?(s=c,c=void 0):(s=c,c=e,e=void 0)),s===!1)s=D;else if(!s)return t;return 1===n&&(r=s,s=function(t){return ct().off(t),r.apply(this,arguments)},s.guid=r.guid||(r.guid=ct.guid++)),t.each(function(){ct.event.add(this,i,s,c,e)})}function B(t,i){return ct.nodeName(t,"table")&&ct.nodeName(11!==i.nodeType?i:i.firstChild,"tr")?t.getElementsByTagName("tbody")[0]||t:t}function C(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function T(t){var i=Qt.exec(t.type);return i?t.type=i[1]:t.removeAttribute("type"),t}function N(t,i){var e,c,s,n,r,o,a,l;if(1===i.nodeType){if(Dt.hasData(t)&&(n=Dt.access(t),r=Dt.set(i,n),l=n.events)){delete r.handle,r.events={};for(s in l)for(e=0,c=l[s].length;e<c;e++)ct.event.add(i,s,l[s][e])}It.hasData(t)&&(o=It.access(t),a=ct.extend({},o),It.set(i,a))}}function E(t,i){var e=i.nodeName.toLowerCase();"input"===e&&Pt.test(t.type)?i.checked=t.checked:"input"!==e&&"textarea"!==e||(i.defaultValue=t.defaultValue)}function S(t,i,e,c){i=V.apply([],i);var s,n,o,a,l,u,d=0,_=t.length,p=_-1,v=i[0],g=ct.isFunction(v);if(g||_>1&&"string"==typeof v&&!it.checkClone&&$t.test(v))return t.each(function(s){var n=t.eq(s);g&&(i[0]=v.call(this,s,n.html())),S(n,i,e,c)});if(_&&(s=x(i,t[0].ownerDocument,!1,t,c),n=s.firstChild,1===s.childNodes.length&&(s=n),n||c)){for(o=ct.map(y(s,"script"),C),a=o.length;d<_;d++)l=s,d!==p&&(l=ct.clone(l,!0,!0),a&&ct.merge(o,y(l,"script"))),e.call(t[d],l,d);if(a)for(u=o[o.length-1].ownerDocument,ct.map(o,T),d=0;d<a;d++)l=o[d],Rt.test(l.type||"")&&!Dt.access(l,"globalEval")&&ct.contains(u,l)&&(l.src?ct._evalUrl&&ct._evalUrl(l.src):r(l.textContent.replace(Vt,""),u))}return t}function A(t,i,e){for(var c,s=i?ct.filter(i,t):t,n=0;null!=(c=s[n]);n++)e||1!==c.nodeType||ct.cleanData(y(c)),c.parentNode&&(e&&ct.contains(c.ownerDocument,c)&&b(y(c,"script")),c.parentNode.removeChild(c));return t}function P(t,i,e){var c,s,n,r,o=t.style;return e=e||Jt(t),e&&(r=e.getPropertyValue(i)||e[i],""!==r||ct.contains(t.ownerDocument,t)||(r=ct.style(t,i)),!it.pixelMarginRight()&&Gt.test(r)&&Yt.test(i)&&(c=o.width,s=o.minWidth,n=o.maxWidth,o.minWidth=o.maxWidth=o.width=r,r=e.width,o.width=c,o.minWidth=s,o.maxWidth=n)),void 0!==r?r+"":r}function z(t,i){return{get:function(){return t()?void delete this.get:(this.get=i).apply(this,arguments)}}}function R(t){if(t in ii)return t;for(var i=t[0].toUpperCase()+t.slice(1),e=ti.length;e--;)if(t=ti[e]+i,t in ii)return t}function j(t,i,e){var c=Tt.exec(i);return c?Math.max(0,c[2]-(e||0))+(c[3]||"px"):i}function M(t,i,e,c,s){for(var n=e===(c?"border":"content")?4:"width"===i?1:0,r=0;n<4;n+=2)"margin"===e&&(r+=ct.css(t,e+Nt[n],!0,s)),c?("content"===e&&(r-=ct.css(t,"padding"+Nt[n],!0,s)),"margin"!==e&&(r-=ct.css(t,"border"+Nt[n]+"Width",!0,s))):(r+=ct.css(t,"padding"+Nt[n],!0,s),"padding"!==e&&(r+=ct.css(t,"border"+Nt[n]+"Width",!0,s)));return r}function O(t,i,e){var c,s=!0,n=Jt(t),r="border-box"===ct.css(t,"boxSizing",!1,n);if(t.getClientRects().length&&(c=t.getBoundingClientRect()[i]),c<=0||null==c){if(c=P(t,i,n),(c<0||null==c)&&(c=t.style[i]),Gt.test(c))return c;s=r&&(it.boxSizingReliable()||c===t.style[i]),c=parseFloat(c)||0}return c+M(t,i,e||(r?"border":"content"),s,n)+"px"}function L(t){return t.getAttribute&&t.getAttribute("class")||""}function F(t,i,e,c){var s;if(ct.isArray(i))ct.each(i,function(i,s){e||ui.test(t)?c(t,s):F(t+"["+("object"==typeof s&&null!=s?i:"")+"]",s,e,c)});else if(e||"object"!==ct.type(i))c(t,i);else for(s in i)F(t+"["+s+"]",i[s],e,c)}function H(t){return ct.isWindow(t)?t:9===t.nodeType&&t.defaultView}var U=[],W=e.document,$=Object.getPrototypeOf,Q=U.slice,V=U.concat,Y=U.push,G=U.indexOf,J={},K=J.toString,X=J.hasOwnProperty,Z=X.toString,tt=Z.call(Object),it={},et="3.0.0 -ajax,-ajax/jsonp,-ajax/load,-ajax/parseXML,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-event/ajax,-effects,-effects/Tween,-effects/animatedSelector,-deprecated",ct=function(t,i){return new ct.fn.init(t,i)},st=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,nt=/^-ms-/,rt=/-([a-z])/g,ot=function(t,i){return i.toUpperCase()};ct.fn=ct.prototype={jquery:et,constructor:ct,length:0,toArray:function(){return Q.call(this)},get:function(t){return null!=t?t<0?this[t+this.length]:this[t]:Q.call(this)},pushStack:function(t){var i=ct.merge(this.constructor(),t);return i.prevObject=this,i},each:function(t){return ct.each(this,t)},map:function(t){return this.pushStack(ct.map(this,function(i,e){return t.call(i,e,i)}))},slice:function(){return this.pushStack(Q.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(t){var i=this.length,e=+t+(t<0?i:0);return this.pushStack(e>=0&&e<i?[this[e]]:[])},end:function(){return this.prevObject||this.constructor()},push:Y,sort:U.sort,splice:U.splice},ct.extend=ct.fn.extend=function(){var t,i,e,c,s,n,r=arguments[0]||{},o=1,a=arguments.length,l=!1;for("boolean"==typeof r&&(l=r,r=arguments[o]||{},o++),"object"==typeof r||ct.isFunction(r)||(r={}),o===a&&(r=this,o--);o<a;o++)if(null!=(t=arguments[o]))for(i in t)e=r[i],c=t[i],r!==c&&(l&&c&&(ct.isPlainObject(c)||(s=ct.isArray(c)))?(s?(s=!1,n=e&&ct.isArray(e)?e:[]):n=e&&ct.isPlainObject(e)?e:{},r[i]=ct.extend(l,n,c)):void 0!==c&&(r[i]=c));return r},ct.extend({expando:"jQuery"+(et+Math.random()).replace(/\D/g,""),isReady:!0,error:function(t){throw new Error(t)},noop:function(){},isFunction:function(t){return"function"===ct.type(t)},isArray:Array.isArray,isWindow:function(t){return null!=t&&t===t.window},isNumeric:function(t){var i=ct.type(t);return("number"===i||"string"===i)&&!isNaN(t-parseFloat(t))},isPlainObject:function(t){var i,e;return!(!t||"[object Object]"!==K.call(t))&&(!(i=$(t))||(e=X.call(i,"constructor")&&i.constructor,"function"==typeof e&&Z.call(e)===tt))},isEmptyObject:function(t){var i;for(i in t)return!1;return!0},type:function(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?J[K.call(t)]||"object":typeof t},globalEval:function(t){r(t)},camelCase:function(t){return t.replace(nt,"ms-").replace(rt,ot)},nodeName:function(t,i){return t.nodeName&&t.nodeName.toLowerCase()===i.toLowerCase()},each:function(t,i){var e,c=0;if(o(t))for(e=t.length;c<e&&i.call(t[c],c,t[c])!==!1;c++);else for(c in t)if(i.call(t[c],c,t[c])===!1)break;return t},trim:function(t){return null==t?"":(t+"").replace(st,"")},makeArray:function(t,i){var e=i||[];return null!=t&&(o(Object(t))?ct.merge(e,"string"==typeof t?[t]:t):Y.call(e,t)),e},inArray:function(t,i,e){return null==i?-1:G.call(i,t,e)},merge:function(t,i){for(var e=+i.length,c=0,s=t.length;c<e;c++)t[s++]=i[c];return t.length=s,t},grep:function(t,i,e){for(var c,s=[],n=0,r=t.length,o=!e;n<r;n++)c=!i(t[n],n),c!==o&&s.push(t[n]);return s},map:function(t,i,e){var c,s,n=0,r=[];if(o(t))for(c=t.length;n<c;n++)s=i(t[n],n,e),null!=s&&r.push(s);else for(n in t)s=i(t[n],n,e),null!=s&&r.push(s);return V.apply([],r)},guid:1,proxy:function(t,i){var e,c,s;if("string"==typeof i&&(e=t[i],i=t,t=e),ct.isFunction(t))return c=Q.call(arguments,2),s=function(){return t.apply(i||this,c.concat(Q.call(arguments)))},s.guid=t.guid=t.guid||ct.guid++,s},now:Date.now,support:it}),"function"==typeof Symbol&&(ct.fn[Symbol.iterator]=U[Symbol.iterator]),ct.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(t,i){J["[object "+i+"]"]=i.toLowerCase()});var at=/*!
	 * Sizzle CSS Selector Engine v2.3.0
	 * https://sizzlejs.com/
	 *
	 * Copyright jQuery Foundation and other contributors
	 * Released under the MIT license
	 * http://jquery.org/license
	 *
	 * Date: 2016-01-04
	 */
function(t){function i(t,i,e,c){var s,n,r,o,a,l,u,_=i&&i.ownerDocument,v=i?i.nodeType:9;if(e=e||[],"string"!=typeof t||!t||1!==v&&9!==v&&11!==v)return e;if(!c&&((i?i.ownerDocument||i:F)!==A&&S(i),i=i||A,z)){if(11!==v&&(a=ht.exec(t)))if(s=a[1]){if(9===v){if(!(r=i.getElementById(s)))return e;if(r.id===s)return e.push(r),e}else if(_&&(r=_.getElementById(s))&&O(i,r)&&r.id===s)return e.push(r),e}else{if(a[2])return X.apply(e,i.getElementsByTagName(t)),e;if((s=a[3])&&x.getElementsByClassName&&i.getElementsByClassName)return X.apply(e,i.getElementsByClassName(s)),e}if(x.qsa&&!Q[t+" "]&&(!R||!R.test(t))){if(1!==v)_=i,u=t;else if("object"!==i.nodeName.toLowerCase()){for((o=i.getAttribute("id"))?o=o.replace(bt,xt):i.setAttribute("id",o=L),l=q(t),n=l.length;n--;)l[n]="#"+o+" "+p(l[n]);u=l.join(","),_=mt.test(t)&&d(i.parentNode)||i}if(u)try{return X.apply(e,_.querySelectorAll(u)),e}catch(t){}finally{o===L&&i.removeAttribute("id")}}}return C(t.replace(ot,"$1"),i,e,c)}function e(){function t(e,c){return i.push(e+" ")>k.cacheLength&&delete t[i.shift()],t[e+" "]=c}var i=[];return t}function c(t){return t[L]=!0,t}function s(t){var i=A.createElement("fieldset");try{return!!t(i)}catch(t){return!1}finally{i.parentNode&&i.parentNode.removeChild(i),i=null}}function n(t,i){for(var e=t.split("|"),c=e.length;c--;)k.attrHandle[e[c]]=i}function r(t,i){var e=i&&t,c=e&&1===t.nodeType&&1===i.nodeType&&t.sourceIndex-i.sourceIndex;if(c)return c;if(e)for(;e=e.nextSibling;)if(e===i)return-1;return t?1:-1}function o(t){return function(i){var e=i.nodeName.toLowerCase();return"input"===e&&i.type===t}}function a(t){return function(i){var e=i.nodeName.toLowerCase();return("input"===e||"button"===e)&&i.type===t}}function l(t){return function(i){return"label"in i&&i.disabled===t||"form"in i&&i.disabled===t||"form"in i&&i.disabled===!1&&(i.isDisabled===t||i.isDisabled!==!t&&("label"in i||!Dt(i))!==t)}}function u(t){return c(function(i){return i=+i,c(function(e,c){for(var s,n=t([],e.length,i),r=n.length;r--;)e[s=n[r]]&&(e[s]=!(c[s]=e[s]))})})}function d(t){return t&&"undefined"!=typeof t.getElementsByTagName&&t}function _(){}function p(t){for(var i=0,e=t.length,c="";i<e;i++)c+=t[i].value;return c}function v(t,i,e){var c=i.dir,s=i.next,n=s||c,r=e&&"parentNode"===n,o=U++;return i.first?function(i,e,s){for(;i=i[c];)if(1===i.nodeType||r)return t(i,e,s)}:function(i,e,a){var l,u,d,_=[H,o];if(a){for(;i=i[c];)if((1===i.nodeType||r)&&t(i,e,a))return!0}else for(;i=i[c];)if(1===i.nodeType||r)if(d=i[L]||(i[L]={}),u=d[i.uniqueID]||(d[i.uniqueID]={}),s&&s===i.nodeName.toLowerCase())i=i[c]||i;else{if((l=u[n])&&l[0]===H&&l[1]===o)return _[2]=l[2];if(u[n]=_,_[2]=t(i,e,a))return!0}}}function g(t){return t.length>1?function(i,e,c){for(var s=t.length;s--;)if(!t[s](i,e,c))return!1;return!0}:t[0]}function f(t,e,c){for(var s=0,n=e.length;s<n;s++)i(t,e[s],c);return c}function h(t,i,e,c,s){for(var n,r=[],o=0,a=t.length,l=null!=i;o<a;o++)(n=t[o])&&(e&&!e(n,c,s)||(r.push(n),l&&i.push(o)));return r}function m(t,i,e,s,n,r){return s&&!s[L]&&(s=m(s)),n&&!n[L]&&(n=m(n,r)),c(function(c,r,o,a){var l,u,d,_=[],p=[],v=r.length,g=c||f(i||"*",o.nodeType?[o]:o,[]),m=!t||!c&&i?g:h(g,_,t,o,a),w=e?n||(c?t:v||s)?[]:r:m;if(e&&e(m,w,o,a),s)for(l=h(w,p),s(l,[],o,a),u=l.length;u--;)(d=l[u])&&(w[p[u]]=!(m[p[u]]=d));if(c){if(n||t){if(n){for(l=[],u=w.length;u--;)(d=w[u])&&l.push(m[u]=d);n(null,w=[],l,a)}for(u=w.length;u--;)(d=w[u])&&(l=n?tt(c,d):_[u])>-1&&(c[l]=!(r[l]=d))}}else w=h(w===r?w.splice(v,w.length):w),n?n(null,r,w,a):X.apply(r,w)})}function w(t){for(var i,e,c,s=t.length,n=k.relative[t[0].type],r=n||k.relative[" "],o=n?1:0,a=v(function(t){return t===i},r,!0),l=v(function(t){return tt(i,t)>-1},r,!0),u=[function(t,e,c){var s=!n&&(c||e!==T)||((i=e).nodeType?a(t,e,c):l(t,e,c));return i=null,s}];o<s;o++)if(e=k.relative[t[o].type])u=[v(g(u),e)];else{if(e=k.filter[t[o].type].apply(null,t[o].matches),e[L]){for(c=++o;c<s&&!k.relative[t[c].type];c++);return m(o>1&&g(u),o>1&&p(t.slice(0,o-1).concat({value:" "===t[o-2].type?"*":""})).replace(ot,"$1"),e,o<c&&w(t.slice(o,c)),c<s&&w(t=t.slice(c)),c<s&&p(t))}u.push(e)}return g(u)}function y(t,e){var s=e.length>0,n=t.length>0,r=function(c,r,o,a,l){var u,d,_,p=0,v="0",g=c&&[],f=[],m=T,w=c||n&&k.find.TAG("*",l),y=H+=null==m?1:Math.random()||.1,b=w.length;for(l&&(T=r===A||r||l);v!==b&&null!=(u=w[v]);v++){if(n&&u){for(d=0,r||u.ownerDocument===A||(S(u),o=!z);_=t[d++];)if(_(u,r||A,o)){a.push(u);break}l&&(H=y)}s&&((u=!_&&u)&&p--,c&&g.push(u))}if(p+=v,s&&v!==p){for(d=0;_=e[d++];)_(g,f,r,o);if(c){if(p>0)for(;v--;)g[v]||f[v]||(f[v]=J.call(a));f=h(f)}X.apply(a,f),l&&!c&&f.length>0&&p+e.length>1&&i.uniqueSort(a)}return l&&(H=y,T=m),g};return s?c(r):r}var b,x,k,D,I,q,B,C,T,N,E,S,A,P,z,R,j,M,O,L="sizzle"+1*new Date,F=t.document,H=0,U=0,W=e(),$=e(),Q=e(),V=function(t,i){return t===i&&(E=!0),0},Y={}.hasOwnProperty,G=[],J=G.pop,K=G.push,X=G.push,Z=G.slice,tt=function(t,i){for(var e=0,c=t.length;e<c;e++)if(t[e]===i)return e;return-1},it="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",et="[\\x20\\t\\r\\n\\f]",ct="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",st="\\["+et+"*("+ct+")(?:"+et+"*([*^$|!~]?=)"+et+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+ct+"))|)"+et+"*\\]",nt=":("+ct+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+st+")*)|.*)\\)|)",rt=new RegExp(et+"+","g"),ot=new RegExp("^"+et+"+|((?:^|[^\\\\])(?:\\\\.)*)"+et+"+$","g"),at=new RegExp("^"+et+"*,"+et+"*"),lt=new RegExp("^"+et+"*([>+~]|"+et+")"+et+"*"),ut=new RegExp("="+et+"*([^\\]'\"]*?)"+et+"*\\]","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)(?:\\("+et+"*(even|odd|(([+-]|)(\\d*)n|)"+et+"*(?:([+-]|)"+et+"*(\\d+)|))"+et+"*\\)|)","i"),bool:new RegExp("^(?:"+it+")$","i"),needsContext:new RegExp("^"+et+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+et+"*((?:-\\d)?\\d*)"+et+"*\\)|)(?=[^-]|$)","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}"+et+"?|("+et+")|.)","ig"),yt=function(t,i,e){var c="0x"+i-65536;return c!==c||e?i:c<0?String.fromCharCode(c+65536):String.fromCharCode(c>>10|55296,1023&c|56320)},bt=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g,xt=function(t,i){return i?"\0"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t},kt=function(){S()},Dt=v(function(t){return t.disabled===!0},{dir:"parentNode",next:"legend"});try{X.apply(G=Z.call(F.childNodes),F.childNodes),G[F.childNodes.length].nodeType}catch(t){X={apply:G.length?function(t,i){K.apply(t,Z.call(i))}:function(t,i){for(var e=t.length,c=0;t[e++]=i[c++];);t.length=e-1}}}x=i.support={},I=i.isXML=function(t){var i=t&&(t.ownerDocument||t).documentElement;return!!i&&"HTML"!==i.nodeName},S=i.setDocument=function(t){var i,e,c=t?t.ownerDocument||t:F;return c!==A&&9===c.nodeType&&c.documentElement?(A=c,P=A.documentElement,z=!I(A),F!==A&&(e=A.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",kt,!1):e.attachEvent&&e.attachEvent("onunload",kt)),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 P.appendChild(t).id=L,!A.getElementsByName||!A.getElementsByName(L).length}),x.getById?(k.find.ID=function(t,i){if("undefined"!=typeof i.getElementById&&z){var e=i.getElementById(t);return e?[e]:[]}},k.filter.ID=function(t){var i=t.replace(wt,yt);return function(t){return t.getAttribute("id")===i}}):(delete k.find.ID,k.filter.ID=function(t){var i=t.replace(wt,yt);return function(t){var e="undefined"!=typeof t.getAttributeNode&&t.getAttributeNode("id");return e&&e.value===i}}),k.find.TAG=x.getElementsByTagName?function(t,i){return"undefined"!=typeof i.getElementsByTagName?i.getElementsByTagName(t):x.qsa?i.querySelectorAll(t):void 0}:function(t,i){var e,c=[],s=0,n=i.getElementsByTagName(t);if("*"===t){for(;e=n[s++];)1===e.nodeType&&c.push(e);return c}return n},k.find.CLASS=x.getElementsByClassName&&function(t,i){if("undefined"!=typeof i.getElementsByClassName&&z)return i.getElementsByClassName(t)},j=[],R=[],(x.qsa=ft.test(A.querySelectorAll))&&(s(function(t){P.appendChild(t).innerHTML="<a id='"+L+"'></a><select id='"+L+"-\r\\' msallowcapture=''><option selected=''></option></select>",t.querySelectorAll("[msallowcapture^='']").length&&R.push("[*^$]="+et+"*(?:''|\"\")"),t.querySelectorAll("[selected]").length||R.push("\\["+et+"*(?:value|"+it+")"),t.querySelectorAll("[id~="+L+"-]").length||R.push("~="),t.querySelectorAll(":checked").length||R.push(":checked"),t.querySelectorAll("a#"+L+"+*").length||R.push(".#.+[+~]")}),s(function(t){t.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var i=A.createElement("input");i.setAttribute("type","hidden"),t.appendChild(i).setAttribute("name","D"),t.querySelectorAll("[name=d]").length&&R.push("name"+et+"*[*^$|!~]?="),2!==t.querySelectorAll(":enabled").length&&R.push(":enabled",":disabled"),P.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&R.push(":enabled",":disabled"),t.querySelectorAll("*,:x"),R.push(",.*:")})),(x.matchesSelector=ft.test(M=P.matches||P.webkitMatchesSelector||P.mozMatchesSelector||P.oMatchesSelector||P.msMatchesSelector))&&s(function(t){x.disconnectedMatch=M.call(t,"*"),M.call(t,"[s!='']:x"),j.push("!=",nt)}),R=R.length&&new RegExp(R.join("|")),j=j.length&&new RegExp(j.join("|")),i=ft.test(P.compareDocumentPosition),O=i||ft.test(P.contains)?function(t,i){var e=9===t.nodeType?t.documentElement:t,c=i&&i.parentNode;return t===c||!(!c||1!==c.nodeType||!(e.contains?e.contains(c):t.compareDocumentPosition&&16&t.compareDocumentPosition(c)))}:function(t,i){if(i)for(;i=i.parentNode;)if(i===t)return!0;return!1},V=i?function(t,i){if(t===i)return E=!0,0;var e=!t.compareDocumentPosition-!i.compareDocumentPosition;return e?e:(e=(t.ownerDocument||t)===(i.ownerDocument||i)?t.compareDocumentPosition(i):1,1&e||!x.sortDetached&&i.compareDocumentPosition(t)===e?t===A||t.ownerDocument===F&&O(F,t)?-1:i===A||i.ownerDocument===F&&O(F,i)?1:N?tt(N,t)-tt(N,i):0:4&e?-1:1)}:function(t,i){if(t===i)return E=!0,0;var e,c=0,s=t.parentNode,n=i.parentNode,o=[t],a=[i];if(!s||!n)return t===A?-1:i===A?1:s?-1:n?1:N?tt(N,t)-tt(N,i):0;if(s===n)return r(t,i);for(e=t;e=e.parentNode;)o.unshift(e);for(e=i;e=e.parentNode;)a.unshift(e);for(;o[c]===a[c];)c++;return c?r(o[c],a[c]):o[c]===F?-1:a[c]===F?1:0},A):A},i.matches=function(t,e){return i(t,null,null,e)},i.matchesSelector=function(t,e){if((t.ownerDocument||t)!==A&&S(t),e=e.replace(ut,"='$1']"),x.matchesSelector&&z&&!Q[e+" "]&&(!j||!j.test(e))&&(!R||!R.test(e)))try{var c=M.call(t,e);if(c||x.disconnectedMatch||t.document&&11!==t.document.nodeType)return c}catch(t){}return i(e,A,null,[t]).length>0},i.contains=function(t,i){return(t.ownerDocument||t)!==A&&S(t),O(t,i)},i.attr=function(t,i){(t.ownerDocument||t)!==A&&S(t);var e=k.attrHandle[i.toLowerCase()],c=e&&Y.call(k.attrHandle,i.toLowerCase())?e(t,i,!z):void 0;return void 0!==c?c:x.attributes||!z?t.getAttribute(i):(c=t.getAttributeNode(i))&&c.specified?c.value:null},i.escape=function(t){return(t+"").replace(bt,xt)},i.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)},i.uniqueSort=function(t){var i,e=[],c=0,s=0;if(E=!x.detectDuplicates,N=!x.sortStable&&t.slice(0),t.sort(V),E){for(;i=t[s++];)i===t[s]&&(c=e.push(s));for(;c--;)t.splice(e[c],1)}return N=null,t},D=i.getText=function(t){var i,e="",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)e+=D(t)}else if(3===s||4===s)return t.nodeValue}else for(;i=t[c++];)e+=D(i);return e},k=i.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]||i.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]&&i.error(t[0]),t},PSEUDO:function(t){var i,e=!t[6]&&t[2];return pt.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":e&&dt.test(e)&&(i=q(e,!0))&&(i=e.indexOf(")",e.length-i)-e.length)&&(t[0]=t[0].slice(0,i),t[2]=e.slice(0,i)),t.slice(0,3))}},filter:{TAG:function(t){var i=t.replace(wt,yt).toLowerCase();return"*"===t?function(){return!0}:function(t){return t.nodeName&&t.nodeName.toLowerCase()===i}},CLASS:function(t){var i=W[t+" "];return i||(i=new RegExp("(^|"+et+")"+t+"("+et+"|$)"))&&W(t,function(t){return i.test("string"==typeof t.className&&t.className||"undefined"!=typeof t.getAttribute&&t.getAttribute("class")||"")})},ATTR:function(t,e,c){return function(s){var n=i.attr(s,t);return null==n?"!="===e:!e||(n+="","="===e?n===c:"!="===e?n!==c:"^="===e?c&&0===n.indexOf(c):"*="===e?c&&n.indexOf(c)>-1:"$="===e?c&&n.slice(-c.length)===c:"~="===e?(" "+n.replace(rt," ")+" ").indexOf(c)>-1:"|="===e&&(n===c||n.slice(0,c.length+1)===c+"-"))}},CHILD:function(t,i,e,c,s){var n="nth"!==t.slice(0,3),r="last"!==t.slice(-4),o="of-type"===i;return 1===c&&0===s?function(t){return!!t.parentNode}:function(i,e,a){var l,u,d,_,p,v,g=n!==r?"nextSibling":"previousSibling",f=i.parentNode,h=o&&i.nodeName.toLowerCase(),m=!a&&!o,w=!1;if(f){if(n){for(;g;){for(_=i;_=_[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=_[L]||(_[L]={}),u=d[_.uniqueID]||(d[_.uniqueID]={}),l=u[t]||[],p=l[0]===H&&l[1],w=p&&l[2],_=p&&f.childNodes[p];_=++p&&_&&_[g]||(w=p=0)||v.pop();)if(1===_.nodeType&&++w&&_===i){u[t]=[H,p,w];break}}else if(m&&(_=i,d=_[L]||(_[L]={}),u=d[_.uniqueID]||(d[_.uniqueID]={}),l=u[t]||[],p=l[0]===H&&l[1],w=p),w===!1)for(;(_=++p&&_&&_[g]||(w=p=0)||v.pop())&&((o?_.nodeName.toLowerCase()!==h:1!==_.nodeType)||!++w||(m&&(d=_[L]||(_[L]={}),u=d[_.uniqueID]||(d[_.uniqueID]={}),u[t]=[H,w]),_!==i)););return w-=s,w===c||w%c===0&&w/c>=0}}},PSEUDO:function(t,e){var s,n=k.pseudos[t]||k.setFilters[t.toLowerCase()]||i.error("unsupported pseudo: "+t);return n[L]?n(e):n.length>1?(s=[t,t,"",e],k.setFilters.hasOwnProperty(t.toLowerCase())?c(function(t,i){for(var c,s=n(t,e),r=s.length;r--;)c=tt(t,s[r]),t[c]=!(i[c]=s[r])}):function(t){return n(t,0,s)}):n}},pseudos:{not:c(function(t){var i=[],e=[],s=B(t.replace(ot,"$1"));return s[L]?c(function(t,i,e,c){for(var n,r=s(t,null,c,[]),o=t.length;o--;)(n=r[o])&&(t[o]=!(i[o]=n))}):function(t,c,n){return i[0]=t,s(i,null,n,e),i[0]=null,!e.pop()}}),has:c(function(t){return function(e){return i(t,e).length>0}}),contains:c(function(t){return t=t.replace(wt,yt),function(i){return(i.textContent||i.innerText||D(i)).indexOf(t)>-1}}),lang:c(function(t){return _t.test(t||"")||i.error("unsupported lang: "+t),t=t.replace(wt,yt).toLowerCase(),function(i){var e;do if(e=z?i.lang:i.getAttribute("xml:lang")||i.getAttribute("lang"))return e=e.toLowerCase(),e===t||0===e.indexOf(t+"-");while((i=i.parentNode)&&1===i.nodeType);return!1}}),target:function(i){var e=t.location&&t.location.hash;return e&&e.slice(1)===i.id},root:function(t){return t===P},focus:function(t){return t===A.activeElement&&(!A.hasFocus||A.hasFocus())&&!!(t.type||t.href||~t.tabIndex)},enabled:l(!1),disabled:l(!0),checked:function(t){var i=t.nodeName.toLowerCase();return"input"===i&&!!t.checked||"option"===i&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex,t.selected===!0},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!k.pseudos.empty(t)},header:function(t){return gt.test(t.nodeName)},input:function(t){return vt.test(t.nodeName)},button:function(t){var i=t.nodeName.toLowerCase();return"input"===i&&"button"===t.type||"button"===i},text:function(t){var i;return"input"===t.nodeName.toLowerCase()&&"text"===t.type&&(null==(i=t.getAttribute("type"))||"text"===i.toLowerCase())},first:u(function(){return[0]}),last:u(function(t,i){return[i-1]}),eq:u(function(t,i,e){return[e<0?e+i:e]}),even:u(function(t,i){for(var e=0;e<i;e+=2)t.push(e);return t}),odd:u(function(t,i){for(var e=1;e<i;e+=2)t.push(e);return t}),lt:u(function(t,i,e){for(var c=e<0?e+i:e;--c>=0;)t.push(c);return t}),gt:u(function(t,i,e){for(var c=e<0?e+i:e;++c<i;)t.push(c);return t})}},k.pseudos.nth=k.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})k.pseudos[b]=o(b);for(b in{submit:!0,reset:!0})k.pseudos[b]=a(b);return _.prototype=k.filters=k.pseudos,k.setFilters=new _,q=i.tokenize=function(t,e){var c,s,n,r,o,a,l,u=$[t+" "];if(u)return e?0:u.slice(0);for(o=t,a=[],l=k.preFilter;o;){c&&!(s=at.exec(o))||(s&&(o=o.slice(s[0].length)||o),a.push(n=[])),c=!1,(s=lt.exec(o))&&(c=s.shift(),n.push({value:c,type:s[0].replace(ot," ")}),o=o.slice(c.length));for(r in k.filter)!(s=pt[r].exec(o))||l[r]&&!(s=l[r](s))||(c=s.shift(),n.push({value:c,type:r,matches:s}),o=o.slice(c.length));if(!c)break}return e?o.length:o?i.error(t):$(t,a).slice(0)},B=i.compile=function(t,i){var e,c=[],s=[],n=Q[t+" "];if(!n){for(i||(i=q(t)),e=i.length;e--;)n=w(i[e]),n[L]?c.push(n):s.push(n);n=Q(t,y(s,c)),n.selector=t}return n},C=i.select=function(t,i,e,c){var s,n,r,o,a,l="function"==typeof t&&t,u=!c&&q(t=l.selector||t);if(e=e||[],1===u.length){if(n=u[0]=u[0].slice(0),n.length>2&&"ID"===(r=n[0]).type&&x.getById&&9===i.nodeType&&z&&k.relative[n[1].type]){if(i=(k.find.ID(r.matches[0].replace(wt,yt),i)||[])[0],!i)return e;l&&(i=i.parentNode),t=t.slice(n.shift().value.length)}for(s=pt.needsContext.test(t)?0:n.length;s--&&(r=n[s],!k.relative[o=r.type]);)if((a=k.find[o])&&(c=a(r.matches[0].replace(wt,yt),mt.test(n[0].type)&&d(i.parentNode)||i))){if(n.splice(s,1),t=c.length&&p(n),!t)return X.apply(e,c),e;break}}return(l||B(t,u))(c,i,!z,e,!i||mt.test(t)&&d(i.parentNode)||i),e},x.sortStable=L.split("").sort(V).join("")===L,x.detectDuplicates=!!E,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,i,e){if(!e)return t.getAttribute(i,"type"===i.toLowerCase()?1:2)}),x.attributes&&s(function(t){return t.innerHTML="<input/>",t.firstChild.setAttribute("value",""),""===t.firstChild.getAttribute("value")})||n("value",function(t,i,e){if(!e&&"input"===t.nodeName.toLowerCase())return t.defaultValue}),s(function(t){return null==t.getAttribute("disabled")})||n(it,function(t,i,e){var c;if(!e)return t[i]===!0?i.toLowerCase():(c=t.getAttributeNode(i))&&c.specified?c.value:null}),i}(e);ct.find=at,ct.expr=at.selectors,ct.expr[":"]=ct.expr.pseudos,ct.uniqueSort=ct.unique=at.uniqueSort,ct.text=at.getText,ct.isXMLDoc=at.isXML,ct.contains=at.contains,ct.escapeSelector=at.escape;var lt=function(t,i,e){for(var c=[],s=void 0!==e;(t=t[i])&&9!==t.nodeType;)if(1===t.nodeType){if(s&&ct(t).is(e))break;c.push(t)}return c},ut=function(t,i){for(var e=[];t;t=t.nextSibling)1===t.nodeType&&t!==i&&e.push(t);return e},dt=ct.expr.match.needsContext,_t=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,pt=/^.[^:#\[\.,]*$/;ct.filter=function(t,i,e){var c=i[0];return e&&(t=":not("+t+")"),1===i.length&&1===c.nodeType?ct.find.matchesSelector(c,t)?[c]:[]:ct.find.matches(t,ct.grep(i,function(t){return 1===t.nodeType}))},ct.fn.extend({find:function(t){var i,e,c=this.length,s=this;if("string"!=typeof t)return this.pushStack(ct(t).filter(function(){for(i=0;i<c;i++)if(ct.contains(s[i],this))return!0}));for(e=this.pushStack([]),i=0;i<c;i++)ct.find(t,s[i],e);return c>1?ct.uniqueSort(e):e},filter:function(t){return this.pushStack(a(this,t||[],!1))},not:function(t){return this.pushStack(a(this,t||[],!0))},is:function(t){return!!a(this,"string"==typeof t&&dt.test(t)?ct(t):t||[],!1).length}});var vt,gt=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,ft=ct.fn.init=function(t,i,e){var c,s;if(!t)return this;if(e=e||vt,"string"==typeof t){if(c="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:gt.exec(t),!c||!c[1]&&i)return!i||i.jquery?(i||e).find(t):this.constructor(i).find(t);if(c[1]){if(i=i instanceof ct?i[0]:i,ct.merge(this,ct.parseHTML(c[1],i&&i.nodeType?i.ownerDocument||i:W,!0)),_t.test(c[1])&&ct.isPlainObject(i))for(c in i)ct.isFunction(this[c])?this[c](i[c]):this.attr(c,i[c]);return this}return s=W.getElementById(c[2]),s&&(this[0]=s,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):ct.isFunction(t)?void 0!==e.ready?e.ready(t):t(ct):ct.makeArray(t,this)};ft.prototype=ct.fn,vt=ct(W);var ht=/^(?:parents|prev(?:Until|All))/,mt={children:!0,contents:!0,next:!0,prev:!0};ct.fn.extend({has:function(t){var i=ct(t,this),e=i.length;return this.filter(function(){for(var t=0;t<e;t++)if(ct.contains(this,i[t]))return!0})},closest:function(t,i){var e,c=0,s=this.length,n=[],r="string"!=typeof t&&ct(t);if(!dt.test(t))for(;c<s;c++)for(e=this[c];e&&e!==i;e=e.parentNode)if(e.nodeType<11&&(r?r.index(e)>-1:1===e.nodeType&&ct.find.matchesSelector(e,t))){n.push(e);break}return this.pushStack(n.length>1?ct.uniqueSort(n):n)},index:function(t){return t?"string"==typeof t?G.call(ct(t),this[0]):G.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,i){return this.pushStack(ct.uniqueSort(ct.merge(this.get(),ct(t,i))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),ct.each({parent:function(t){var i=t.parentNode;return i&&11!==i.nodeType?i:null},parents:function(t){return lt(t,"parentNode")},parentsUntil:function(t,i,e){return lt(t,"parentNode",e)},next:function(t){return l(t,"nextSibling")},prev:function(t){return l(t,"previousSibling")},nextAll:function(t){return lt(t,"nextSibling")},prevAll:function(t){return lt(t,"previousSibling")},nextUntil:function(t,i,e){return lt(t,"nextSibling",e)},prevUntil:function(t,i,e){return lt(t,"previousSibling",e)},siblings:function(t){return ut((t.parentNode||{}).firstChild,t)},children:function(t){return ut(t.firstChild)},contents:function(t){return t.contentDocument||ct.merge([],t.childNodes)}},function(t,i){ct.fn[t]=function(e,c){var s=ct.map(this,i,e);return"Until"!==t.slice(-5)&&(c=e),c&&"string"==typeof c&&(s=ct.filter(c,s)),this.length>1&&(mt[t]||ct.uniqueSort(s),ht.test(t)&&s.reverse()),this.pushStack(s)}});var wt=/\S+/g;ct.Callbacks=function(t){t="string"==typeof t?u(t):ct.extend({},t);var i,e,c,s,n=[],r=[],o=-1,a=function(){for(s=t.once,c=i=!0;r.length;o=-1)for(e=r.shift();++o<n.length;)n[o].apply(e[0],e[1])===!1&&t.stopOnFalse&&(o=n.length,e=!1);t.memory||(e=!1),i=!1,s&&(n=e?[]:"")},l={add:function(){return n&&(e&&!i&&(o=n.length-1,r.push(e)),function i(e){ct.each(e,function(e,c){ct.isFunction(c)?t.unique&&l.has(c)||n.push(c):c&&c.length&&"string"!==ct.type(c)&&i(c)})}(arguments),e&&!i&&a()),this},remove:function(){return ct.each(arguments,function(t,i){for(var e;(e=ct.inArray(i,n,e))>-1;)n.splice(e,1),e<=o&&o--}),this},has:function(t){return t?ct.inArray(t,n)>-1:n.length>0},empty:function(){return n&&(n=[]),this},disable:function(){return s=r=[],n=e="",this},disabled:function(){return!n},lock:function(){return s=r=[],e||i||(n=e=""),this},locked:function(){return!!s},fireWith:function(t,e){return s||(e=e||[],e=[t,e.slice?e.slice():e],r.push(e),i||a()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!c}};return l},ct.extend({Deferred:function(t){var i=[["notify","progress",ct.Callbacks("memory"),ct.Callbacks("memory"),2],["resolve","done",ct.Callbacks("once memory"),ct.Callbacks("once memory"),0,"resolved"],["reject","fail",ct.Callbacks("once memory"),ct.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 ct.Deferred(function(e){ct.each(i,function(i,c){var s=ct.isFunction(t[c[4]])&&t[c[4]];n[c[1]](function(){var t=s&&s.apply(this,arguments);t&&ct.isFunction(t.promise)?t.promise().progress(e.notify).done(e.resolve).fail(e.reject):e[c[0]+"With"](this,s?[t]:arguments)})}),t=null}).promise()},then:function(t,c,s){function n(t,i,c,s){return function(){var o=this,a=arguments,l=function(){var e,l;if(!(t<r)){if(e=c.apply(o,a),e===i.promise())throw new TypeError("Thenable self-resolution");l=e&&("object"==typeof e||"function"==typeof e)&&e.then,ct.isFunction(l)?s?l.call(e,n(r,i,d,s),n(r,i,_,s)):(r++,l.call(e,n(r,i,d,s),n(r,i,_,s),n(r,i,d,i.notifyWith))):(c!==d&&(o=void 0,a=[e]),(s||i.resolveWith)(o,a))}},u=s?l:function(){try{l()}catch(e){ct.Deferred.exceptionHook&&ct.Deferred.exceptionHook(e,u.stackTrace),t+1>=r&&(c!==_&&(o=void 0,a=[e]),i.rejectWith(o,a))}};t?u():(ct.Deferred.getStackHook&&(u.stackTrace=ct.Deferred.getStackHook()),e.setTimeout(u))}}var r=0;return ct.Deferred(function(e){i[0][3].add(n(0,e,ct.isFunction(s)?s:d,e.notifyWith)),i[1][3].add(n(0,e,ct.isFunction(t)?t:d)),i[2][3].add(n(0,e,ct.isFunction(c)?c:_))}).promise()},promise:function(t){return null!=t?ct.extend(t,s):s}},n={};return ct.each(i,function(t,e){var r=e[2],o=e[5];s[e[1]]=r.add,o&&r.add(function(){c=o},i[3-t][2].disable,i[0][2].lock),r.add(e[3].fire),n[e[0]]=function(){return n[e[0]+"With"](this===n?void 0:this,arguments),this},n[e[0]+"With"]=r.fireWith}),s.promise(n),t&&t.call(n,n),n},when:function(t){var i=arguments.length,e=i,c=Array(e),s=Q.call(arguments),n=ct.Deferred(),r=function(t){return function(e){c[t]=this,s[t]=arguments.length>1?Q.call(arguments):e,--i||n.resolveWith(c,s)}};if(i<=1&&(p(t,n.done(r(e)).resolve,n.reject),"pending"===n.state()||ct.isFunction(s[e]&&s[e].then)))return n.then();for(;e--;)p(s[e],r(e),n.reject);return n.promise()}});var yt=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;ct.Deferred.exceptionHook=function(t,i){e.console&&e.console.warn&&t&&yt.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,i)};var bt=ct.Deferred();ct.fn.ready=function(t){return bt.then(t),this},ct.extend({isReady:!1,readyWait:1,holdReady:function(t){t?ct.readyWait++:ct.ready(!0)},ready:function(t){(t===!0?--ct.readyWait:ct.isReady)||(ct.isReady=!0,t!==!0&&--ct.readyWait>0||bt.resolveWith(W,[ct]))}}),ct.ready.then=bt.then,"complete"===W.readyState||"loading"!==W.readyState&&!W.documentElement.doScroll?e.setTimeout(ct.ready):(W.addEventListener("DOMContentLoaded",v),e.addEventListener("load",v));var xt=function(t,i,e,c,s,n,r){var o=0,a=t.length,l=null==e;if("object"===ct.type(e)){s=!0;for(o in e)xt(t,i,o,e[o],!0,n,r)}else if(void 0!==c&&(s=!0,ct.isFunction(c)||(r=!0),l&&(r?(i.call(t,c),i=null):(l=i,i=function(t,i,e){return l.call(ct(t),e)})),i))for(;o<a;o++)i(t[o],e,r?c:c.call(t[o],o,i(t[o],e)));return s?t:l?i.call(t):a?i(t[0],e):n},kt=function(t){return 1===t.nodeType||9===t.nodeType||!+t.nodeType};g.uid=1,g.prototype={cache:function(t){var i=t[this.expando];return i||(i={},kt(t)&&(t.nodeType?t[this.expando]=i:Object.defineProperty(t,this.expando,{value:i,configurable:!0}))),i},set:function(t,i,e){var c,s=this.cache(t);if("string"==typeof i)s[ct.camelCase(i)]=e;else for(c in i)s[ct.camelCase(c)]=i[c];return s},get:function(t,i){return void 0===i?this.cache(t):t[this.expando]&&t[this.expando][ct.camelCase(i)]},access:function(t,i,e){return void 0===i||i&&"string"==typeof i&&void 0===e?this.get(t,i):(this.set(t,i,e),void 0!==e?e:i)},remove:function(t,i){var e,c=t[this.expando];if(void 0!==c){if(void 0!==i){ct.isArray(i)?i=i.map(ct.camelCase):(i=ct.camelCase(i),i=i in c?[i]:i.match(wt)||[]),e=i.length;for(;e--;)delete c[i[e]]}(void 0===i||ct.isEmptyObject(c))&&(t.nodeType?t[this.expando]=void 0:delete t[this.expando])}},hasData:function(t){var i=t[this.expando];return void 0!==i&&!ct.isEmptyObject(i)}};var Dt=new g,It=new g,qt=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Bt=/[A-Z]/g;ct.extend({hasData:function(t){return It.hasData(t)||Dt.hasData(t)},data:function(t,i,e){return It.access(t,i,e)},removeData:function(t,i){It.remove(t,i)},_data:function(t,i,e){return Dt.access(t,i,e)},_removeData:function(t,i){Dt.remove(t,i)}}),ct.fn.extend({data:function(t,i){var e,c,s,n=this[0],r=n&&n.attributes;if(void 0===t){if(this.length&&(s=It.get(n),1===n.nodeType&&!Dt.get(n,"hasDataAttrs"))){for(e=r.length;e--;)r[e]&&(c=r[e].name,0===c.indexOf("data-")&&(c=ct.camelCase(c.slice(5)),f(n,c,s[c])));Dt.set(n,"hasDataAttrs",!0)}return s}return"object"==typeof t?this.each(function(){It.set(this,t)}):xt(this,function(i){var e;if(n&&void 0===i){if(e=It.get(n,t),void 0!==e)return e;if(e=f(n,t),void 0!==e)return e}else this.each(function(){It.set(this,t,i)})},null,i,arguments.length>1,null,!0)},removeData:function(t){return this.each(function(){It.remove(this,t)})}}),ct.extend({queue:function(t,i,e){var c;if(t)return i=(i||"fx")+"queue",c=Dt.get(t,i),e&&(!c||ct.isArray(e)?c=Dt.access(t,i,ct.makeArray(e)):c.push(e)),c||[]},dequeue:function(t,i){i=i||"fx";var e=ct.queue(t,i),c=e.length,s=e.shift(),n=ct._queueHooks(t,i),r=function(){ct.dequeue(t,i)};"inprogress"===s&&(s=e.shift(),c--),s&&("fx"===i&&e.unshift("inprogress"),delete n.stop,s.call(t,r,n)),!c&&n&&n.empty.fire()},_queueHooks:function(t,i){var e=i+"queueHooks";return Dt.get(t,e)||Dt.access(t,e,{empty:ct.Callbacks("once memory").add(function(){Dt.remove(t,[i+"queue",e])})})}}),ct.fn.extend({queue:function(t,i){var e=2;return"string"!=typeof t&&(i=t,t="fx",e--),arguments.length<e?ct.queue(this[0],t):void 0===i?this:this.each(function(){var e=ct.queue(this,t,i);ct._queueHooks(this,t),"fx"===t&&"inprogress"!==e[0]&&ct.dequeue(this,t)})},dequeue:function(t){return this.each(function(){ct.dequeue(this,t)})},clearQueue:function(t){return this.queue(t||"fx",[])},promise:function(t,i){var e,c=1,s=ct.Deferred(),n=this,r=this.length,o=function(){--c||s.resolveWith(n,[n])};for("string"!=typeof t&&(i=t,t=void 0),t=t||"fx";r--;)e=Dt.get(n[r],t+"queueHooks"),e&&e.empty&&(c++,e.empty.add(o));return o(),s.promise(i)}});var Ct=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Tt=new RegExp("^(?:([+-])=|)("+Ct+")([a-z%]*)$","i"),Nt=["Top","Right","Bottom","Left"],Et=function(t,i){return t=i||t,"none"===t.style.display||""===t.style.display&&ct.contains(t.ownerDocument,t)&&"none"===ct.css(t,"display")},St=function(t,i,e,c){var s,n,r={};for(n in i)r[n]=t.style[n],t.style[n]=i[n];s=e.apply(t,c||[]);for(n in i)t.style[n]=r[n];return s},At={};ct.fn.extend({show:function(){return w(this,!0)},hide:function(){return w(this)},toggle:function(t){return"boolean"==typeof t?t?this.show():this.hide():this.each(function(){Et(this)?ct(this).show():ct(this).hide()})}});var Pt=/^(?:checkbox|radio)$/i,zt=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,Rt=/^$|\/(?:java|ecma)script/i,jt={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,"",""]};jt.optgroup=jt.option,jt.tbody=jt.tfoot=jt.colgroup=jt.caption=jt.thead,jt.th=jt.td;var Mt=/<|&#?\w+;/;!function(){var t=W.createDocumentFragment(),i=t.appendChild(W.createElement("div")),e=W.createElement("input");e.setAttribute("type","radio"),e.setAttribute("checked","checked"),e.setAttribute("name","t"),i.appendChild(e),it.checkClone=i.cloneNode(!0).cloneNode(!0).lastChild.checked,i.innerHTML="<textarea>x</textarea>",it.noCloneChecked=!!i.cloneNode(!0).lastChild.defaultValue}();var Ot=W.documentElement,Lt=/^key/,Ft=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ht=/^([^.]*)(?:\.(.+)|)/;
ct.event={global:{},add:function(t,i,e,c,s){var n,r,o,a,l,u,d,_,p,v,g,f=Dt.get(t);if(f)for(e.handler&&(n=e,e=n.handler,s=n.selector),s&&ct.find.matchesSelector(Ot,s),e.guid||(e.guid=ct.guid++),(a=f.events)||(a=f.events={}),(r=f.handle)||(r=f.handle=function(i){return"undefined"!=typeof ct&&ct.event.triggered!==i.type?ct.event.dispatch.apply(t,arguments):void 0}),i=(i||"").match(wt)||[""],l=i.length;l--;)o=Ht.exec(i[l])||[],p=g=o[1],v=(o[2]||"").split(".").sort(),p&&(d=ct.event.special[p]||{},p=(s?d.delegateType:d.bindType)||p,d=ct.event.special[p]||{},u=ct.extend({type:p,origType:g,data:c,handler:e,guid:e.guid,selector:s,needsContext:s&&ct.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,u),u.handler.guid||(u.handler.guid=e.guid)),s?_.splice(_.delegateCount++,0,u):_.push(u),ct.event.global[p]=!0)},remove:function(t,i,e,c,s){var n,r,o,a,l,u,d,_,p,v,g,f=Dt.hasData(t)&&Dt.get(t);if(f&&(a=f.events)){for(i=(i||"").match(wt)||[""],l=i.length;l--;)if(o=Ht.exec(i[l])||[],p=g=o[1],v=(o[2]||"").split(".").sort(),p){for(d=ct.event.special[p]||{},p=(c?d.delegateType:d.bindType)||p,_=a[p]||[],o=o[2]&&new RegExp("(^|\\.)"+v.join("\\.(?:.*\\.|)")+"(\\.|$)"),r=n=_.length;n--;)u=_[n],!s&&g!==u.origType||e&&e.guid!==u.guid||o&&!o.test(u.namespace)||c&&c!==u.selector&&("**"!==c||!u.selector)||(_.splice(n,1),u.selector&&_.delegateCount--,d.remove&&d.remove.call(t,u));r&&!_.length&&(d.teardown&&d.teardown.call(t,v,f.handle)!==!1||ct.removeEvent(t,p,f.handle),delete a[p])}else for(p in a)ct.event.remove(t,p+i[l],e,c,!0);ct.isEmptyObject(a)&&Dt.remove(t,"handle events")}},dispatch:function(t){var i,e,c,s,n,r,o=ct.event.fix(t),a=new Array(arguments.length),l=(Dt.get(this,"events")||{})[o.type]||[],u=ct.event.special[o.type]||{};for(a[0]=o,i=1;i<arguments.length;i++)a[i]=arguments[i];if(o.delegateTarget=this,!u.preDispatch||u.preDispatch.call(this,o)!==!1){for(r=ct.event.handlers.call(this,o,l),i=0;(s=r[i++])&&!o.isPropagationStopped();)for(o.currentTarget=s.elem,e=0;(n=s.handlers[e++])&&!o.isImmediatePropagationStopped();)o.rnamespace&&!o.rnamespace.test(n.namespace)||(o.handleObj=n,o.data=n.data,c=((ct.event.special[n.origType]||{}).handle||n.handler).apply(s.elem,a),void 0!==c&&(o.result=c)===!1&&(o.preventDefault(),o.stopPropagation()));return u.postDispatch&&u.postDispatch.call(this,o),o.result}},handlers:function(t,i){var e,c,s,n,r=[],o=i.delegateCount,a=t.target;if(o&&a.nodeType&&("click"!==t.type||isNaN(t.button)||t.button<1))for(;a!==this;a=a.parentNode||this)if(1===a.nodeType&&(a.disabled!==!0||"click"!==t.type)){for(c=[],e=0;e<o;e++)n=i[e],s=n.selector+" ",void 0===c[s]&&(c[s]=n.needsContext?ct(s,this).index(a)>-1:ct.find(s,this,null,[a]).length),c[s]&&c.push(n);c.length&&r.push({elem:a,handlers:c})}return o<i.length&&r.push({elem:this,handlers:i.slice(o)}),r},addProp:function(t,i){Object.defineProperty(ct.Event.prototype,t,{enumerable:!0,configurable:!0,get:ct.isFunction(i)?function(){if(this.originalEvent)return i(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(i){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:i})}})},fix:function(t){return t[ct.expando]?t:new ct.Event(t)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==I()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===I()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&ct.nodeName(this,"input"))return this.click(),!1},_default:function(t){return ct.nodeName(t.target,"a")}},beforeunload:{postDispatch:function(t){void 0!==t.result&&t.originalEvent&&(t.originalEvent.returnValue=t.result)}}}},ct.removeEvent=function(t,i,e){t.removeEventListener&&t.removeEventListener(i,e)},ct.Event=function(t,i){return this instanceof ct.Event?(t&&t.type?(this.originalEvent=t,this.type=t.type,this.isDefaultPrevented=t.defaultPrevented||void 0===t.defaultPrevented&&t.returnValue===!1?k:D,this.target=t.target&&3===t.target.nodeType?t.target.parentNode:t.target,this.currentTarget=t.currentTarget,this.relatedTarget=t.relatedTarget):this.type=t,i&&ct.extend(this,i),this.timeStamp=t&&t.timeStamp||ct.now(),void(this[ct.expando]=!0)):new ct.Event(t,i)},ct.Event.prototype={constructor:ct.Event,isDefaultPrevented:D,isPropagationStopped:D,isImmediatePropagationStopped:D,isSimulated:!1,preventDefault:function(){var t=this.originalEvent;this.isDefaultPrevented=k,t&&!this.isSimulated&&t.preventDefault()},stopPropagation:function(){var t=this.originalEvent;this.isPropagationStopped=k,t&&!this.isSimulated&&t.stopPropagation()},stopImmediatePropagation:function(){var t=this.originalEvent;this.isImmediatePropagationStopped=k,t&&!this.isSimulated&&t.stopImmediatePropagation(),this.stopPropagation()}},ct.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 i=t.button;return null==t.which&&Lt.test(t.type)?null!=t.charCode?t.charCode:t.keyCode:!t.which&&void 0!==i&&Ft.test(t.type)?1&i?1:2&i?3:4&i?2:0:t.which}},ct.event.addProp),ct.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(t,i){ct.event.special[t]={delegateType:i,bindType:i,handle:function(t){var e,c=this,s=t.relatedTarget,n=t.handleObj;return s&&(s===c||ct.contains(c,s))||(t.type=n.origType,e=n.handler.apply(this,arguments),t.type=i),e}}}),ct.fn.extend({on:function(t,i,e,c){return q(this,t,i,e,c)},one:function(t,i,e,c){return q(this,t,i,e,c,1)},off:function(t,i,e){var c,s;if(t&&t.preventDefault&&t.handleObj)return c=t.handleObj,ct(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,i,t[s]);return this}return i!==!1&&"function"!=typeof i||(e=i,i=void 0),e===!1&&(e=D),this.each(function(){ct.event.remove(this,t,e,i)})}});var Ut=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,Wt=/<script|<style|<link/i,$t=/checked\s*(?:[^=]|=\s*.checked.)/i,Qt=/^true\/(.*)/,Vt=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;ct.extend({htmlPrefilter:function(t){return t.replace(Ut,"<$1></$2>")},clone:function(t,i,e){var c,s,n,r,o=t.cloneNode(!0),a=ct.contains(t.ownerDocument,t);if(!(it.noCloneChecked||1!==t.nodeType&&11!==t.nodeType||ct.isXMLDoc(t)))for(r=y(o),n=y(t),c=0,s=n.length;c<s;c++)E(n[c],r[c]);if(i)if(e)for(n=n||y(t),r=r||y(o),c=0,s=n.length;c<s;c++)N(n[c],r[c]);else N(t,o);return r=y(o,"script"),r.length>0&&b(r,!a&&y(t,"script")),o},cleanData:function(t){for(var i,e,c,s=ct.event.special,n=0;void 0!==(e=t[n]);n++)if(kt(e)){if(i=e[Dt.expando]){if(i.events)for(c in i.events)s[c]?ct.event.remove(e,c):ct.removeEvent(e,c,i.handle);e[Dt.expando]=void 0}e[It.expando]&&(e[It.expando]=void 0)}}}),ct.fn.extend({detach:function(t){return A(this,t,!0)},remove:function(t){return A(this,t)},text:function(t){return xt(this,function(t){return void 0===t?ct.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=t)})},null,t,arguments.length)},append:function(){return S(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var i=B(this,t);i.appendChild(t)}})},prepend:function(){return S(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var i=B(this,t);i.insertBefore(t,i.firstChild)}})},before:function(){return S(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this)})},after:function(){return S(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)})},empty:function(){for(var t,i=0;null!=(t=this[i]);i++)1===t.nodeType&&(ct.cleanData(y(t,!1)),t.textContent="");return this},clone:function(t,i){return t=null!=t&&t,i=null==i?t:i,this.map(function(){return ct.clone(this,t,i)})},html:function(t){return xt(this,function(t){var i=this[0]||{},e=0,c=this.length;if(void 0===t&&1===i.nodeType)return i.innerHTML;if("string"==typeof t&&!Wt.test(t)&&!jt[(zt.exec(t)||["",""])[1].toLowerCase()]){t=ct.htmlPrefilter(t);try{for(;e<c;e++)i=this[e]||{},1===i.nodeType&&(ct.cleanData(y(i,!1)),i.innerHTML=t);i=0}catch(t){}}i&&this.empty().append(t)},null,t,arguments.length)},replaceWith:function(){var t=[];return S(this,arguments,function(i){var e=this.parentNode;ct.inArray(this,t)<0&&(ct.cleanData(y(this)),e&&e.replaceChild(i,this))},t)}}),ct.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(t,i){ct.fn[t]=function(t){for(var e,c=[],s=ct(t),n=s.length-1,r=0;r<=n;r++)e=r===n?this:this.clone(!0),ct(s[r])[i](e),Y.apply(c,e.get());return this.pushStack(c)}});var Yt=/^margin/,Gt=new RegExp("^("+Ct+")(?!px)[a-z%]+$","i"),Jt=function(t){var i=t.ownerDocument.defaultView;return i&&i.opener||(i=e),i.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="",Ot.appendChild(r);var t=e.getComputedStyle(o);i="1%"!==t.top,n="2px"===t.marginLeft,c="4px"===t.width,o.style.marginRight="50%",s="4px"===t.marginRight,Ot.removeChild(r),o=null}}var i,c,s,n,r=W.createElement("div"),o=W.createElement("div");o.style&&(o.style.backgroundClip="content-box",o.cloneNode(!0).style.backgroundClip="",it.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),ct.extend(it,{pixelPosition:function(){return t(),i},boxSizingReliable:function(){return t(),c},pixelMarginRight:function(){return t(),s},reliableMarginLeft:function(){return t(),n}}))}();var Kt=/^(none|table(?!-c[ea]).+)/,Xt={position:"absolute",visibility:"hidden",display:"block"},Zt={letterSpacing:"0",fontWeight:"400"},ti=["Webkit","Moz","ms"],ii=W.createElement("div").style;ct.extend({cssHooks:{opacity:{get:function(t,i){if(i){var e=P(t,"opacity");return""===e?"1":e}}}},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,i,e,c){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var s,n,r,o=ct.camelCase(i),a=t.style;return i=ct.cssProps[o]||(ct.cssProps[o]=R(o)||o),r=ct.cssHooks[i]||ct.cssHooks[o],void 0===e?r&&"get"in r&&void 0!==(s=r.get(t,!1,c))?s:a[i]:(n=typeof e,"string"===n&&(s=Tt.exec(e))&&s[1]&&(e=h(t,i,s),n="number"),null!=e&&e===e&&("number"===n&&(e+=s&&s[3]||(ct.cssNumber[o]?"":"px")),it.clearCloneStyle||""!==e||0!==i.indexOf("background")||(a[i]="inherit"),r&&"set"in r&&void 0===(e=r.set(t,e,c))||(a[i]=e)),void 0)}},css:function(t,i,e,c){var s,n,r,o=ct.camelCase(i);return i=ct.cssProps[o]||(ct.cssProps[o]=R(o)||o),r=ct.cssHooks[i]||ct.cssHooks[o],r&&"get"in r&&(s=r.get(t,!0,e)),void 0===s&&(s=P(t,i,c)),"normal"===s&&i in Zt&&(s=Zt[i]),""===e||e?(n=parseFloat(s),e===!0||isFinite(n)?n||0:s):s}}),ct.each(["height","width"],function(t,i){ct.cssHooks[i]={get:function(t,e,c){if(e)return!Kt.test(ct.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?O(t,i,c):St(t,Xt,function(){return O(t,i,c)})},set:function(t,e,c){var s,n=c&&Jt(t),r=c&&M(t,i,c,"border-box"===ct.css(t,"boxSizing",!1,n),n);return r&&(s=Tt.exec(e))&&"px"!==(s[3]||"px")&&(t.style[i]=e,e=ct.css(t,i)),j(t,e,r)}}}),ct.cssHooks.marginLeft=z(it.reliableMarginLeft,function(t,i){if(i)return(parseFloat(P(t,"marginLeft"))||t.getBoundingClientRect().left-St(t,{marginLeft:0},function(){return t.getBoundingClientRect().left}))+"px"}),ct.each({margin:"",padding:"",border:"Width"},function(t,i){ct.cssHooks[t+i]={expand:function(e){for(var c=0,s={},n="string"==typeof e?e.split(" "):[e];c<4;c++)s[t+Nt[c]+i]=n[c]||n[c-2]||n[0];return s}},Yt.test(t)||(ct.cssHooks[t+i].set=j)}),ct.fn.extend({css:function(t,i){return xt(this,function(t,i,e){var c,s,n={},r=0;if(ct.isArray(i)){for(c=Jt(t),s=i.length;r<s;r++)n[i[r]]=ct.css(t,i[r],!1,c);return n}return void 0!==e?ct.style(t,i,e):ct.css(t,i)},t,i,arguments.length>1)}}),ct.fn.delay=function(t,i){return t=ct.fx?ct.fx.speeds[t]||t:t,i=i||"fx",this.queue(i,function(i,c){var s=e.setTimeout(i,t);c.stop=function(){e.clearTimeout(s)}})},function(){var t=W.createElement("input"),i=W.createElement("select"),e=i.appendChild(W.createElement("option"));t.type="checkbox",it.checkOn=""!==t.value,it.optSelected=e.selected,t=W.createElement("input"),t.value="t",t.type="radio",it.radioValue="t"===t.value}();var ei,ci=ct.expr.attrHandle;ct.fn.extend({attr:function(t,i){return xt(this,ct.attr,t,i,arguments.length>1)},removeAttr:function(t){return this.each(function(){ct.removeAttr(this,t)})}}),ct.extend({attr:function(t,i,e){var c,s,n=t.nodeType;if(3!==n&&8!==n&&2!==n)return"undefined"==typeof t.getAttribute?ct.prop(t,i,e):(1===n&&ct.isXMLDoc(t)||(s=ct.attrHooks[i.toLowerCase()]||(ct.expr.match.bool.test(i)?ei:void 0)),void 0!==e?null===e?void ct.removeAttr(t,i):s&&"set"in s&&void 0!==(c=s.set(t,e,i))?c:(t.setAttribute(i,e+""),e):s&&"get"in s&&null!==(c=s.get(t,i))?c:(c=ct.find.attr(t,i),null==c?void 0:c))},attrHooks:{type:{set:function(t,i){if(!it.radioValue&&"radio"===i&&ct.nodeName(t,"input")){var e=t.value;return t.setAttribute("type",i),e&&(t.value=e),i}}}},removeAttr:function(t,i){var e,c=0,s=i&&i.match(wt);if(s&&1===t.nodeType)for(;e=s[c++];)t.removeAttribute(e)}}),ei={set:function(t,i,e){return i===!1?ct.removeAttr(t,e):t.setAttribute(e,e),e}},ct.each(ct.expr.match.bool.source.match(/\w+/g),function(t,i){var e=ci[i]||ct.find.attr;ci[i]=function(t,i,c){var s,n,r=i.toLowerCase();return c||(n=ci[r],ci[r]=s,s=null!=e(t,i,c)?r:null,ci[r]=n),s}});var si=/^(?:input|select|textarea|button)$/i,ni=/^(?:a|area)$/i;ct.fn.extend({prop:function(t,i){return xt(this,ct.prop,t,i,arguments.length>1)},removeProp:function(t){return this.each(function(){delete this[ct.propFix[t]||t]})}}),ct.extend({prop:function(t,i,e){var c,s,n=t.nodeType;if(3!==n&&8!==n&&2!==n)return 1===n&&ct.isXMLDoc(t)||(i=ct.propFix[i]||i,s=ct.propHooks[i]),void 0!==e?s&&"set"in s&&void 0!==(c=s.set(t,e,i))?c:t[i]=e:s&&"get"in s&&null!==(c=s.get(t,i))?c:t[i]},propHooks:{tabIndex:{get:function(t){var i=ct.find.attr(t,"tabindex");return i?parseInt(i,10):si.test(t.nodeName)||ni.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),it.optSelected||(ct.propHooks.selected={get:function(t){var i=t.parentNode;return i&&i.parentNode&&i.parentNode.selectedIndex,null},set:function(t){var i=t.parentNode;i&&(i.selectedIndex,i.parentNode&&i.parentNode.selectedIndex)}}),ct.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){ct.propFix[this.toLowerCase()]=this});var ri=/[\t\r\n\f]/g;ct.fn.extend({addClass:function(t){var i,e,c,s,n,r,o,a=0;if(ct.isFunction(t))return this.each(function(i){ct(this).addClass(t.call(this,i,L(this)))});if("string"==typeof t&&t)for(i=t.match(wt)||[];e=this[a++];)if(s=L(e),c=1===e.nodeType&&(" "+s+" ").replace(ri," ")){for(r=0;n=i[r++];)c.indexOf(" "+n+" ")<0&&(c+=n+" ");o=ct.trim(c),s!==o&&e.setAttribute("class",o)}return this},removeClass:function(t){var i,e,c,s,n,r,o,a=0;if(ct.isFunction(t))return this.each(function(i){ct(this).removeClass(t.call(this,i,L(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof t&&t)for(i=t.match(wt)||[];e=this[a++];)if(s=L(e),c=1===e.nodeType&&(" "+s+" ").replace(ri," ")){for(r=0;n=i[r++];)for(;c.indexOf(" "+n+" ")>-1;)c=c.replace(" "+n+" "," ");o=ct.trim(c),s!==o&&e.setAttribute("class",o)}return this},toggleClass:function(t,i){var e=typeof t;return"boolean"==typeof i&&"string"===e?i?this.addClass(t):this.removeClass(t):ct.isFunction(t)?this.each(function(e){ct(this).toggleClass(t.call(this,e,L(this),i),i)}):this.each(function(){var i,c,s,n;if("string"===e)for(c=0,s=ct(this),n=t.match(wt)||[];i=n[c++];)s.hasClass(i)?s.removeClass(i):s.addClass(i);else void 0!==t&&"boolean"!==e||(i=L(this),i&&Dt.set(this,"__className__",i),this.setAttribute&&this.setAttribute("class",i||t===!1?"":Dt.get(this,"__className__")||""))})},hasClass:function(t){var i,e,c=0;for(i=" "+t+" ";e=this[c++];)if(1===e.nodeType&&(" "+L(e)+" ").replace(ri," ").indexOf(i)>-1)return!0;return!1}});var oi=/\r/g,ai=/[\x20\t\r\n\f]+/g;ct.fn.extend({val:function(t){var i,e,c,s=this[0];{if(arguments.length)return c=ct.isFunction(t),this.each(function(e){var s;1===this.nodeType&&(s=c?t.call(this,e,ct(this).val()):t,null==s?s="":"number"==typeof s?s+="":ct.isArray(s)&&(s=ct.map(s,function(t){return null==t?"":t+""})),i=ct.valHooks[this.type]||ct.valHooks[this.nodeName.toLowerCase()],i&&"set"in i&&void 0!==i.set(this,s,"value")||(this.value=s))});if(s)return i=ct.valHooks[s.type]||ct.valHooks[s.nodeName.toLowerCase()],i&&"get"in i&&void 0!==(e=i.get(s,"value"))?e:(e=s.value,"string"==typeof e?e.replace(oi,""):null==e?"":e)}}}),ct.extend({valHooks:{option:{get:function(t){var i=ct.find.attr(t,"value");return null!=i?i:ct.trim(ct.text(t)).replace(ai," ")}},select:{get:function(t){for(var i,e,c=t.options,s=t.selectedIndex,n="select-one"===t.type,r=n?null:[],o=n?s+1:c.length,a=s<0?o:n?s:0;a<o;a++)if(e=c[a],(e.selected||a===s)&&!e.disabled&&(!e.parentNode.disabled||!ct.nodeName(e.parentNode,"optgroup"))){if(i=ct(e).val(),n)return i;r.push(i)}return r},set:function(t,i){for(var e,c,s=t.options,n=ct.makeArray(i),r=s.length;r--;)c=s[r],(c.selected=ct.inArray(ct.valHooks.option.get(c),n)>-1)&&(e=!0);return e||(t.selectedIndex=-1),n}}}}),ct.each(["radio","checkbox"],function(){ct.valHooks[this]={set:function(t,i){if(ct.isArray(i))return t.checked=ct.inArray(ct(t).val(),i)>-1}},it.checkOn||(ct.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})});var li=/^(?:focusinfocus|focusoutblur)$/;ct.extend(ct.event,{trigger:function(t,i,c,s){var n,r,o,a,l,u,d,_=[c||W],p=X.call(t,"type")?t.type:t,v=X.call(t,"namespace")?t.namespace.split("."):[];if(r=o=c=c||W,3!==c.nodeType&&8!==c.nodeType&&!li.test(p+ct.event.triggered)&&(p.indexOf(".")>-1&&(v=p.split("."),p=v.shift(),v.sort()),l=p.indexOf(":")<0&&"on"+p,t=t[ct.expando]?t:new ct.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),i=null==i?[t]:ct.makeArray(i,[t]),d=ct.event.special[p]||{},s||!d.trigger||d.trigger.apply(c,i)!==!1)){if(!s&&!d.noBubble&&!ct.isWindow(c)){for(a=d.delegateType||p,li.test(a+p)||(r=r.parentNode);r;r=r.parentNode)_.push(r),o=r;o===(c.ownerDocument||W)&&_.push(o.defaultView||o.parentWindow||e)}for(n=0;(r=_[n++])&&!t.isPropagationStopped();)t.type=n>1?a:d.bindType||p,u=(Dt.get(r,"events")||{})[t.type]&&Dt.get(r,"handle"),u&&u.apply(r,i),u=l&&r[l],u&&u.apply&&kt(r)&&(t.result=u.apply(r,i),t.result===!1&&t.preventDefault());return t.type=p,s||t.isDefaultPrevented()||d._default&&d._default.apply(_.pop(),i)!==!1||!kt(c)||l&&ct.isFunction(c[p])&&!ct.isWindow(c)&&(o=c[l],o&&(c[l]=null),ct.event.triggered=p,c[p](),ct.event.triggered=void 0,o&&(c[l]=o)),t.result}},simulate:function(t,i,e){var c=ct.extend(new ct.Event,e,{type:t,isSimulated:!0});ct.event.trigger(c,null,i)}}),ct.fn.extend({trigger:function(t,i){return this.each(function(){ct.event.trigger(t,i,this)})},triggerHandler:function(t,i){var e=this[0];if(e)return ct.event.trigger(t,i,e,!0)}}),ct.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,i){ct.fn[i]=function(t,e){return arguments.length>0?this.on(i,null,t,e):this.trigger(i)}}),ct.fn.extend({hover:function(t,i){return this.mouseenter(t).mouseleave(i||t)}}),it.focusin="onfocusin"in e,it.focusin||ct.each({focus:"focusin",blur:"focusout"},function(t,i){var e=function(t){ct.event.simulate(i,t.target,ct.event.fix(t))};ct.event.special[i]={setup:function(){var c=this.ownerDocument||this,s=Dt.access(c,i);s||c.addEventListener(t,e,!0),Dt.access(c,i,(s||0)+1)},teardown:function(){var c=this.ownerDocument||this,s=Dt.access(c,i)-1;s?Dt.access(c,i,s):(c.removeEventListener(t,e,!0),Dt.remove(c,i))}}});var ui=/\[\]$/,di=/\r?\n/g,_i=/^(?:submit|button|image|reset|file)$/i,pi=/^(?:input|select|textarea|keygen)/i;ct.param=function(t,i){var e,c=[],s=function(t,i){var e=ct.isFunction(i)?i():i;c[c.length]=encodeURIComponent(t)+"="+encodeURIComponent(null==e?"":e)};if(ct.isArray(t)||t.jquery&&!ct.isPlainObject(t))ct.each(t,function(){s(this.name,this.value)});else for(e in t)F(e,t[e],i,s);return c.join("&")},ct.fn.extend({serialize:function(){return ct.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var t=ct.prop(this,"elements");return t?ct.makeArray(t):this}).filter(function(){var t=this.type;return this.name&&!ct(this).is(":disabled")&&pi.test(this.nodeName)&&!_i.test(t)&&(this.checked||!Pt.test(t))}).map(function(t,i){var e=ct(this).val();return null==e?null:ct.isArray(e)?ct.map(e,function(t){return{name:i.name,value:t.replace(di,"\r\n")}}):{name:i.name,value:e.replace(di,"\r\n")}}).get()}}),ct.fn.extend({wrapAll:function(t){var i;return this[0]&&(ct.isFunction(t)&&(t=t.call(this[0])),i=ct(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&i.insertBefore(this[0]),i.map(function(){for(var t=this;t.firstElementChild;)t=t.firstElementChild;return t}).append(this)),this},wrapInner:function(t){return ct.isFunction(t)?this.each(function(i){ct(this).wrapInner(t.call(this,i))}):this.each(function(){var i=ct(this),e=i.contents();e.length?e.wrapAll(t):i.append(t)})},wrap:function(t){var i=ct.isFunction(t);return this.each(function(e){ct(this).wrapAll(i?t.call(this,e):t)})},unwrap:function(t){return this.parent(t).not("body").each(function(){ct(this).replaceWith(this.childNodes)}),this}}),ct.expr.pseudos.hidden=function(t){return!ct.expr.pseudos.visible(t)},ct.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},it.createHTMLDocument=function(){var t=W.implementation.createHTMLDocument("").body;return t.innerHTML="<form></form><form></form>",2===t.childNodes.length}(),ct.parseHTML=function(t,i,e){if("string"!=typeof t)return[];"boolean"==typeof i&&(e=i,i=!1);var c,s,n;return i||(it.createHTMLDocument?(i=W.implementation.createHTMLDocument(""),c=i.createElement("base"),c.href=W.location.href,i.head.appendChild(c)):i=W),s=_t.exec(t),n=!e&&[],s?[i.createElement(s[1])]:(s=x([t],i,n),n&&n.length&&ct(n).remove(),ct.merge([],s.childNodes))},ct.offset={setOffset:function(t,i,e){var c,s,n,r,o,a,l,u=ct.css(t,"position"),d=ct(t),_={};"static"===u&&(t.style.position="relative"),o=d.offset(),n=ct.css(t,"top"),a=ct.css(t,"left"),l=("absolute"===u||"fixed"===u)&&(n+a).indexOf("auto")>-1,l?(c=d.position(),r=c.top,s=c.left):(r=parseFloat(n)||0,s=parseFloat(a)||0),ct.isFunction(i)&&(i=i.call(t,e,ct.extend({},o))),null!=i.top&&(_.top=i.top-o.top+r),null!=i.left&&(_.left=i.left-o.left+s),"using"in i?i.using.call(t,_):d.css(_)}},ct.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(i){ct.offset.setOffset(this,t,i)});var i,e,c,s,n=this[0];if(n)return n.getClientRects().length?(c=n.getBoundingClientRect(),c.width||c.height?(s=n.ownerDocument,e=H(s),i=s.documentElement,{top:c.top+e.pageYOffset-i.clientTop,left:c.left+e.pageXOffset-i.clientLeft}):c):{top:0,left:0}},position:function(){if(this[0]){var t,i,e=this[0],c={top:0,left:0};return"fixed"===ct.css(e,"position")?i=e.getBoundingClientRect():(t=this.offsetParent(),i=this.offset(),ct.nodeName(t[0],"html")||(c=t.offset()),c={top:c.top+ct.css(t[0],"borderTopWidth",!0),left:c.left+ct.css(t[0],"borderLeftWidth",!0)}),{top:i.top-c.top-ct.css(e,"marginTop",!0),left:i.left-c.left-ct.css(e,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var t=this.offsetParent;t&&"static"===ct.css(t,"position");)t=t.offsetParent;return t||Ot})}}),ct.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var e="pageYOffset"===i;ct.fn[t]=function(c){return xt(this,function(t,c,s){var n=H(t);return void 0===s?n?n[i]:t[c]:void(n?n.scrollTo(e?n.pageXOffset:s,e?s:n.pageYOffset):t[c]=s)},t,c,arguments.length)}}),ct.each(["top","left"],function(t,i){ct.cssHooks[i]=z(it.pixelPosition,function(t,e){if(e)return e=P(t,i),Gt.test(e)?ct(t).position()[i]+"px":e})}),ct.each({Height:"height",Width:"width"},function(t,i){ct.each({padding:"inner"+t,content:i,"":"outer"+t},function(e,c){ct.fn[c]=function(s,n){var r=arguments.length&&(e||"boolean"!=typeof s),o=e||(s===!0||n===!0?"margin":"border");return xt(this,function(i,e,s){var n;return ct.isWindow(i)?0===c.indexOf("outer")?i["inner"+t]:i.document.documentElement["client"+t]:9===i.nodeType?(n=i.documentElement,Math.max(i.body["scroll"+t],n["scroll"+t],i.body["offset"+t],n["offset"+t],n["client"+t])):void 0===s?ct.css(i,e,o):ct.style(i,e,s,o)},i,r?s:void 0,r)}})}),c=[],s=function(){return ct}.apply(i,c),!(void 0!==s&&(t.exports=s));var vi=e.jQuery,gi=e.$;return ct.noConflict=function(t){return e.$===ct&&(e.$=gi),t&&e.jQuery===ct&&(e.jQuery=vi),ct},n||(e.jQuery=e.$=ct),ct})},function(t,i,e){var c=e(1);!function(t){function i(t,i){return t.w('<div class="civsci-slide__box"><span class="civsci-widget--title">').b(i.getBlock("Title"),i,{},{}).w('</span></div><div class="civsci-slide__box">').b(i.getBlock("Body"),i,{},{}).w("</div>")}return t.register("widget/_titled_text",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/_titled_text",t,i)};s.templateName="widget/_titled_text",t.exports=s},function(t,i){(function(i){t.exports=i}).call(i,{})},function(t,i,e){var c=e(1);!function(t){function i(t,i){return t.w('<div class="civsci-question civsci-question--type-').f(i.getPath(!1,["question","type"]),i,"h").w('" data-civsci-widget-question="').f(i.getPath(!1,["question","id"]),i,"h").w('">').nx(i.getPath(!1,["targetInfo","natures","ui-classic"]),i,{block:e},{}).w('<div class="civsci-slide__box"><span class="civsci-widget--title">').f(i.getPath(!1,["question","text"]),i,"h").w('</span></div><div class="civsci-slide__box">').b(i.getBlock("QuestionBody"),i,{},{}).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",i,{else:v,block:h},{key:i.get(["index1"],!1),value:i.get(["total"],!1)},"h").w("</button></div>").x(i.getPath(!1,["targetInfo","privacyPolicyUrl"]),i,{block:m},{}).w("</div>")}function e(t,i){return t.w('<div class="civsci-slide__box civsci-widget__highlight-flag civsci-question--role-').f(i.getPath(!1,["question","role"]),i,"h").w('"></div><div class="civsci-slide__box civsci-widget--detail-text civsci-question__type-progress civsci-question--role-').f(i.getPath(!1,["question","role"]),i,"h").w('">').h("select",i,{block:c},{key:p},"h").w("</div>")}function c(t,i){return t.h("eq",i,{block:s},{value:"quiz"},"h").h("eq",i,{block:n},{value:"trending"},"h").h("eq",i,{block:r},{value:"opinion"},"h").h("eq",i,{block:l},{value:"research"},"h").h("eq",i,{block:u},{value:"profile"},"h").h("any",i,{block:d},{},"h").h("none",i,{block:_},{},"h")}function s(t,i){return t.s(i.getPath(!1,["strings","roleQuiz"]),i,{},{})}function n(t,i){return t.s(i.getPath(!1,["strings","roleTrending"]),i,{},{})}function r(t,i){return t.x(i.get(["__isPortalMode"],!1),i,{else:o,block:a},{})}function o(t,i){return t.s(i.getPath(!1,["strings","roleOpinion"]),i,{},{})}function a(t,i){return t.s(i.getPath(!1,["strings","roleJustForFun"]),i,{},{})}function l(t,i){return t.s(i.getPath(!1,["strings","roleResearch"]),i,{},{})}function u(t,i){return t.s(i.getPath(!1,["strings","roleProfile"]),i,{},{})}function d(t,i){return t.w('<span class="civsci-question__progress"> &ndash;  ').s(i.getPath(!1,["strings","progressNOfM"]),i,{},{n:i.get(["index1"],!1),m:i.get(["total"],!1)}).w("</span>")}function _(t,i){return t.w('<span class="civsci-question__progress">').s(i.getPath(!1,["strings","roleQuestion"]),i,{},{}).w("  ").s(i.getPath(!1,["strings","progressNOfM"]),i,{},{n:i.get(["index1"],!1),m:i.get(["total"],!1)}).w("</span>")}function p(t,i){return t.f(i.getPath(!1,["question","role"]),i,"h")}function v(t,i){return t.x(i.getPath(!1,["targetInfo","natures","ui-classic"]),i,{else:g,block:f},{})}function g(t,i){return t.s(i.getPath(!1,["strings","buttonNextQuestion"]),i,{},{})}function f(t,i){return t.s(i.getPath(!1,["strings","buttonNext"]),i,{},{})}function h(t,i){return t.s(i.getPath(!1,["strings","buttonSeeResults"]),i,{},{})}function m(t,i){return t.w('<div class="civsci-slide__privacy"><span>').s(i.getPath(!1,["strings","poweredByCivicScience"]),i,{},{}).w(' | </span><a href="').f(i.getPath(!1,["targetInfo","privacyPolicyUrl"]),i,"h").w('" target="_blank">').s(i.getPath(!1,["strings","privacyPolicy"]),i,{},{}).w("</a></div>")}return t.register("widget/question/_question",i),i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,l.__dustBody=!0,u.__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,i}(c);var s=function(t,i){c.render("widget/question/_question",t,i)};s.templateName="widget/question/_question",t.exports=s},function(t,i,e){var c=e(1);e(31),e(37),e(40),e(14),e(11);!function(t){function i(t,i){return t.w('<div class="civsci-result civsci-result--type-').f(i.getPath(!1,["result","type"]),i,"h").w('" data-civsci-widget-question="').f(i.getPath(!1,["result","id"]),i,"h").w('">').nx(i.getPath(!1,["targetInfo","natures","ui-classic"]),i,{block:e},{}).w('<div class="civsci-slide__box"><span class="civsci-widget--title">').f(i.getPath(!1,["result","text"]),i,"h").w("</span></div>").x(i.getPath(!1,["result","quiz"]),i,{block:c},{}).w('<div class="civsci-slide__box">').b(i.getBlock("ResultBody"),i,{},{}).w('</div><div class="civsci-slide__box civsci-widget--detail-text">').h("gte",i,{block:d},{key:_,value:50},"h").w("</div>").s(i.getPath(!1,["result","caption"]),i,{block:p},{}).p("widget/result/_result_buttons",i,i,{}).p("widget/_portal_link",i,i,{}).w("</div>")}function e(t,i){return t.w('<div class="civsci-slide__box civsci-widget__highlight-flag civsci-question--role-').f(i.getPath(!1,["result","role"]),i,"h").w('"></div><div class="civsci-slide__box civsci-widget--detail-text civsci-result__progress civsci-question--role-').f(i.getPath(!1,["result","role"]),i,"h").w('">').s(i.getPath(!1,["strings","result"]),i,{},{}).w(" ").s(i.getPath(!1,["strings","progressNOfM"]),i,{},{n:i.get(["index1"],!1),m:i.get(["total"],!1)}).w("</div>")}function c(t,i){return t.w('<div class="civsci-slide__box civsci-slide__banner ').h("eq",i,{else:s,block:n},{key:r,value:"true"},"h").w('"><div class="civsci-slide__box"><span class="civsci-widget--title">').h("eq",i,{else:o,block:a},{key:l,value:"true"},"h").w("</span></div>").s(i.getPath(!1,["result","quiz","explanation"]),i,{block:u},{}).w("</div>")}function s(t,i){return t.w("civsci-widget--quiz-incorrect")}function n(t,i){return t.w("civsci-widget--quiz-correct")}function r(t,i){return t.f(i.getPath(!1,["result","quiz","correct"]),i,"h")}function o(t,i){return t.s(i.getPath(!1,["strings","quizWrongAnswer"]),i,{},{})}function a(t,i){return t.s(i.getPath(!1,["strings","quizRightAnswer"]),i,{},{})}function l(t,i){return t.f(i.getPath(!1,["result","quiz","correct"]),i,"h");
}function u(t,i){return t.w('<div class="civsci-slide__box">').f(i.getPath(!0,[]),i,"h").w("</div>")}function d(t,i){return t.s(i.getPath(!1,["strings","resultResponseTotal"]),i,{},{total:i.getPath(!1,["result","total"])})}function _(t,i){return t.f(i.getPath(!1,["result","total"]),i,"h")}function p(t,i){return t.w('<div class="civsci-slide__box civsci-slide__banner civsci-widget__caption ').x(i.get(["type"],!1),i,{block:v},{}).w('">').x(i.get(["type"],!1),i,{block:g},{}).w('<div class="civsci-widget__caption-text">').x(i.get(["type"],!1),i,{block:b},{}).w('<div class="civsci-widget__caption-body">').f(i.get(["body"],!1),i,"h",["s"]).w("</div></div></div>")}function v(t,i){return t.w("civsci-widget--caption-type-").f(i.get(["type"],!1),i,"h")}function g(t,i){return t.w('<div class="civsci-widget__caption-icon">').h("select",i,{block:f},{key:y},"h").f(i.get(["title"],!1),i,"h").w("</div>")}function f(t,i){return t.h("eq",i,{block:h},{value:"insight"},"h").h("eq",i,{block:m},{value:"quiz"},"h").h("eq",i,{block:w},{value:"trending"},"h")}function h(t,i){return t.p("icons/lightbulb",i,i,{})}function m(t,i){return t.p("icons/head-heart",i,i,{})}function w(t,i){return t.p("icons/media",i,i,{})}function y(t,i){return t.f(i.get(["type"],!1),i,"h")}function b(t,i){return t.w('<div class="civsci-widget__caption-title">').h("select",i,{block:x},{key:q},"h").f(i.get(["title"],!1),i,"h").w("</div>")}function x(t,i){return t.h("eq",i,{block:k},{value:"insight"},"h").h("eq",i,{block:D},{value:"quiz"},"h").h("eq",i,{block:I},{value:"trending"},"h")}function k(t,i){return t.s(i.getPath(!1,["strings","captionTitleInsight"]),i,{},{})}function D(t,i){return t.s(i.getPath(!1,["strings","captionTitleQuiz"]),i,{},{})}function I(t,i){return t.s(i.getPath(!1,["strings","captionTitleTrending"]),i,{},{})}function q(t,i){return t.f(i.get(["type"],!1),i,"h")}return t.register("widget/result/_result",i),i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,l.__dustBody=!0,u.__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,k.__dustBody=!0,D.__dustBody=!0,I.__dustBody=!0,q.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/result/_result",t,i)};s.templateName="widget/result/_result",t.exports=s},function(t,i,e){var c=e(1);e(11);!function(t){function i(t,i){return t.w('<div class="civsci-summary civsci-summary--type-').f(i.getPath(!1,["summary","type"]),i,"h").w('">').b(i.getBlock("SummaryContent"),i,{},{}).w('<div class="civsci-widget__buttons civsci-slide__box">').x(i.get(["isFollowedByResults"],!1),i,{else:e,block:n},{}).w("</div>").p("widget/_portal_link",i,i,{}).w("</div>")}function e(t,i){return t.x(i.get(["portalUrl"],!1),i,{else:c,block:s},{})}function c(t,i){return t.w('<button class="civsci-widget--primary-button" data-civsci-widget-restart>').s(i.getPath(!1,["strings","buttonAnswerMoreQuestions"]),i,{},{}).w("</button>")}function s(t,i){return t.w('<a class="civsci-widget--primary-button" target="_blank" href="').f(i.get(["portalUrl"],!1),i,"h").w('">').s(i.getPath(!1,["strings","buttonGo"]),i,{},{}).w("</a>")}function n(t,i){return t.w('<button class="civsci-widget--primary-button" data-civsci-widget-next>').s(i.getPath(!1,["strings","buttonSeeAllResults"]),i,{},{}).w("</button>")}return t.register("widget/summary/_summary",i),i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/summary/_summary",t,i)};s.templateName="widget/summary/_summary",t.exports=s},function(t,i,e){var c,s;c=[e(2),e(16),e(17)],s=function(t,i,e){var c={hostname:"www.civicscience.com",instance:"",context:"",cacheEnabled:!0},s={},n=function(){var t=e.match(/[?&]civicscience-widget-natures=([^&]*)/);return null==t?null:decodeURIComponent(t[1]).split(",")}(),r=function(){var t=e.match(/[?&]civicscience-widget-draft(=([^&]*))?/);return null!=t}();return function e(o){if(o=t.extend({},c,e.defaults,o),void 0==o.target)throw new Error("Missing target option");return{promiseInfo:function(){var t=null;return function(){if(null==t){var e="https://"+o.hostname+"/widget/api/2/target?target="+encodeURIComponent(o.target)+"&instance="+encodeURIComponent(o.instance)+"&context="+encodeURIComponent(o.context);r&&(e+="&theme=draft"),t=s[e]||i(e).then(function(t){return null!=n&&(t.natures=n),t}),o.cacheEnabled&&(s={},s[e]=t)}return t}}()}}}.apply(i,c),!(void 0!==s&&(t.exports=s))},function(t,i,e){var c=e(1);!function(t){function i(t,i){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",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("icons/checkmark",t,i)};s.templateName="icons/checkmark",t.exports=s},function(t,i,e){var c=e(1);e(38);!function(t){function i(t,i){return t.w('<div class="civsci-widget--markable" data-civsci-widget-markable-state="').h("eq",i,{block:e},{key:i.get(["isMarked"],!1),value:"true"},"h").w('"><div class="civsci-widget--markable-icon">').p("icons/left-caret",i,i,{}).w("</div>").b(i.getBlock("Content"),i,{},{}).w("</div>")}function e(t,i){return t.w("marked")}return t.register("widget/_markable",i),i.__dustBody=!0,e.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/_markable",t,i)};s.templateName="widget/_markable",t.exports=s},function(t,i,e){var c=e(1);!function(t){function i(t,i){return t.x(i.get(["portalUrl"],!1),i,{block:e},{})}function e(t,i){return t.w('<div class="civsci-slide__portal-link civsci-slide__box"><a href="').f(i.get(["portalUrl"],!1),i,"h").w('" target="_blank">').s(i.getPath(!1,["strings","portalLink"]),i,{},{}).w("</a></div>")}return t.register("widget/_portal_link",i),i.__dustBody=!0,e.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/_portal_link",t,i)};s.templateName="widget/_portal_link",t.exports=s},function(t,i,e){var c=e(1);e(5),e(23);!function(t){function i(t,i){return i=i.shiftBlocks(s),t.p("widget/question/_question",i,i,{})}function e(t,i){return i=i.shiftBlocks(s),t.w('<div class="civsci-question__option-list">').s(i.getPath(!1,["question","options"]),i,{block:c},{}).w("</div>")}function c(t,i){return i=i.shiftBlocks(s),t.p("widget/question/_option",i,i,{})}t.register("widget/question/_option_question",i);var s={QuestionBody:e};return i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/question/_option_question",t,i)};s.templateName="widget/question/_option_question",t.exports=s},function(t,i,e){var c=e(1);e(6),e(25);!function(t){function i(t,i){return i=i.shiftBlocks(s),t.p("widget/result/_result",i,i,{})}function e(t,i){return i=i.shiftBlocks(s),t.w('<div class="civsci-result__option-list">').s(i.getPath(!1,["result","options"]),i,{block:c},{}).w("</div>")}function c(t,i){return i=i.shiftBlocks(s),t.p("widget/result/_option_result_item",i,i,{})}t.register("widget/result/_option_result",i);var s={ResultBody:e};return i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/result/_option_result",t,i)};s.templateName="widget/result/_option_result",t.exports=s},function(t,i,e){var c=e(1);!function(t){function i(t,i){return t.w('<div class="civsci-widget__buttons civsci-slide__box">').x(i.get(["hasBackButton"],!1),i,{block:e},{}).h("eq",i,{else:c,block:a},{key:i.get(["index1"],!1),value:i.get(["total"],!1)},"h").w("</div>")}function e(t,i){return t.w("<button data-civsci-widget-back>").s(i.getPath(!1,["strings","buttonBack"]),i,{},{}).w("</button>")}function c(t,i){return t.w('<button class="civsci-widget--primary-button" data-civsci-widget-next>').h("eq",i,{else:s,block:n},{key:i.get(["index1"],!1),value:1},"h").w("</button>")}function s(t,i){return t.s(i.getPath(!1,["strings","buttonNext"]),i,{},{})}function n(t,i){return t.x(i.get(["isPrecededBySummary"],!1),i,{else:r,block:o},{})}function r(t,i){return t.s(i.getPath(!1,["strings","buttonSeeNextResult"]),i,{},{})}function o(t,i){return t.s(i.getPath(!1,["strings","buttonNext"]),i,{},{})}function a(t,i){return t.x(i.get(["portalUrl"],!1),i,{else:l,block:_},{})}function l(t,i){return t.x(i.get(["hasBackButton"],!1),i,{else:u,block:d},{})}function u(t,i){return t.w('<button class="civsci-widget--primary-button" data-civsci-widget-restart>').s(i.getPath(!1,["strings","buttonAnswerMoreQuestions"]),i,{},{}).w("</button>")}function d(t,i){return t.w('<button class="civsci-widget--primary-button" data-civsci-widget-restart>').s(i.getPath(!1,["strings","buttonMore"]),i,{},{}).w("</button>")}function _(t,i){return t.w('<a class="civsci-widget--primary-button" target="_blank" href="').f(i.get(["portalUrl"],!1),i,"h").w('">').s(i.getPath(!1,["strings","buttonGo"]),i,{},{}).w("</a>")}return t.register("widget/result/_result_buttons",i),i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,l.__dustBody=!0,u.__dustBody=!0,d.__dustBody=!0,_.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/result/_result_buttons",t,i)};s.templateName="widget/result/_result_buttons",t.exports=s},function(t,i,e){var c=e(1);!function(t){function i(t,i){return t.w('<div class="civsci-signpost"><div class="civsci-signpost__text">').b(i.getBlock("Text"),i,{},{}).w('</div><div class="civsci-signpost__icon">').b(i.getBlock("Icon"),i,{},{}).w("</div></div>")}return t.register("widget/signpost/_signpost",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/signpost/_signpost",t,i)};s.templateName="widget/signpost/_signpost",t.exports=s},function(t,i,e){var c,s;c=[e(2)],s=function(t){"use strict";var i=(new Date).getTime();return function(e,c){var s=t.Deferred(),n="civicsciencejsonp_"+ ++i;e+=(e.indexOf("?")==-1?"?":"&")+"callback="+encodeURIComponent(n)+"&_="+encodeURIComponent(i),window[n]=function(t){s.resolve(t)};var r=document.createElement("script");if(r.src=e,r.type="text/javascript",document.getElementsByTagName("head")[0].appendChild(r),s.then(function(t){"pending"==s.state()&&s.resolve(t)},function(){s.reject(new Error("JSONP request failed"))}).always(function(){delete window[n]}),c){var o=setTimeout(function(){s.reject(new Error("JSONP request timed out after "+c+" ms"))},c);s.always(function(){clearTimeout(o)})}return s.promise()}}.apply(i,c),!(void 0!==s&&(t.exports=s))},function(t,i,e){var c,s;c=[],s=function(){return function(){for(var t=window;t.parent!=t;)t=t.parent;var i;try{if(i=t.location.href,void 0==i)throw new Error}catch(t){i=window.document.referrer}return i}()}.apply(i,c),!(void 0!==s&&(t.exports=s))},function(t,i,e){var c,s;e(4).dust=!0,c=[e(1),e(62)],s=function(t){"use strict";return t.helpers.formatNumber=function(i,e,c,s){s=s||{};var n,r,o=t.helpers.tap(s.number,i,e)-0||0,a=t.helpers.tap(s.digits,i,e)-0||0,l=o.toFixed(a);if(0==a)n=l,r="";else{var u=l.split(".");n=u[0],r="."+u[1]}for(var d=/(\d+)(\d{3})/;d.test(n);)n=n.replace(d,"$1,$2");return i.write(n+r)},t.helpers.repeat=function(i,e,c,s){for(var n=t.helpers.tap(s.times,i,e),r=c.block,o=0;o<n;o++)i=r(i,e.push({$idx:o,$len:n}));return i},t.helpers.scaleValueToPercent=function(i,e,c,s){var n=t.helpers.tap(s.min,i,e),r=t.helpers.tap(s.max,i,e),o=t.helpers.tap(s.value,i,e);if(a<n||a>r||r<n)throw new Error;var a=Math.round(100*(o-n)/(r-n));return i.write(a)},t}.apply(i,c),!(void 0!==s&&(t.exports=s))},function(t,i){t.exports=function(){var t=[];return t.toString=function(){for(var t=[],i=0;i<this.length;i++){var e=this[i];e[2]?t.push("@media "+e[2]+"{"+e[1]+"}"):t.push(e[1])}return t.join("")},t.i=function(i,e){"string"==typeof i&&(i=[[null,i,""]]);for(var c={},s=0;s<this.length;s++){var n=this[s][0];"number"==typeof n&&(c[n]=!0)}for(s=0;s<i.length;s++){var r=i[s];"number"==typeof r[0]&&c[r[0]]||(e&&!r[2]?r[2]=e:e&&(r[2]="("+r[2]+") and ("+e+")"),t.push(r))}},t}},function(t,i,e){var c=e(1);!function(t){function i(t,i){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",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("icons/down-caret",t,i)};s.templateName="icons/down-caret",t.exports=s},function(t,i,e){var c=e(1);!function(t){function i(t,i){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",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("icons/x",t,i)};s.templateName="icons/x",t.exports=s},function(t,i,e){var c=e(1);!function(t){function i(t,i){return t.w('<div class="civsci-intro civsci-intro--type-').f(i.getPath(!1,["intro","type"]),i,"h").w('">').b(i.getBlock("IntroContent"),i,{},{}).w('<div class="civsci-widget__buttons civsci-slide__box"><button class="civsci-widget--primary-button" data-civsci-widget-next>').s(i.getPath(!1,["strings","bringOnTheQuestions"]),i,{},{}).w("</button></div></div>")}return t.register("widget/intro/_intro",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/intro/_intro",t,i)};s.templateName="widget/intro/_intro",t.exports=s},function(t,i,e){var c=e(1);e(10);!function(t){function i(t,i){return i=i.shiftBlocks(c),t.p("widget/_markable",i,i,{})}function e(t,i){return i=i.shiftBlocks(c),t.w('<div class="civsci-question__option civsci-widget--civicscience-clickable" data-civsci-widget-option="').f(i.get(["id"],!1),i,"h").w('"><input type="').f(i.getPath(!1,["question","type"]),i,"h").w('" name="civsci-').f(i.getPath(!1,["question","id"]),i,"h").w('" id="civsci-').f(i.get(["instance"],!1),i,"h").w("-").f(i.getPath(!1,["question","id"]),i,"h").w("-").f(i.get(["id"],!1),i,"h").w('"><label for="civsci-').f(i.get(["instance"],!1),i,"h").w("-").f(i.getPath(!1,["question","id"]),i,"h").w("-").f(i.get(["id"],!1),i,"h").w('">').f(i.get(["text"],!1),i,"h").w("</label></div>")}t.register("widget/question/_option",i);var c={Content:e};return i.__dustBody=!0,e.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/question/_option",t,i)};s.templateName="widget/question/_option",t.exports=s},function(t,i,e){var c=e(1);e(5);!function(t){function i(t,i){return i=i.shiftBlocks(d),t.p("widget/question/_question",i,i,{})}function e(t,i){return i=i.shiftBlocks(d),t.s(i.get(["question"],!1),i,{block:c},{})}function c(t,i){return i=i.shiftBlocks(d),t.s(i.get(["rows"],!1),i,{block:s},{})}function s(t,i){return i=i.shiftBlocks(d),t.w('<div class="civsci-slide__box"><div class="civsci-scale__row-label">').f(i.get(["text"],!1),i,"h").w("</div><table><tbody><tr>").s(i.get(["options"],!1),i,{block:n},{}).w("</tr><tr>").s(i.get(["columns"],!1),i,{block:u},{}).w("</tr></tbody></table></div>")}function n(t,i){return i=i.shiftBlocks(d),t.w('<td class="civsci-question__option"data-civsci-widget-option="').f(i.get(["id"],!1),i,"h").w('"').s(i.getPath(!1,["columns",i.get(["$idx"],!1)]),i,{block:r},{}).w('><input id="civsci-').f(i.get(["instance"],!1),i,"h").w("-").f(i.getPath(!1,["question","id"]),i,"h").w("-").f(i.get(["id"],!1),i,"h").w('" class="civsci-widget--civicscience-clickable-dark" type="radio"><label for="civsci-').f(i.get(["instance"],!1),i,"h").w("-").f(i.getPath(!1,["question","id"]),i,"h").w("-").f(i.get(["id"],!1),i,"h").w('"></label></td>')}function r(t,i){return i=i.shiftBlocks(d),t.x(i.get(["value"],!1),i,{block:o},{})}function o(t,i){return i=i.shiftBlocks(d),t.w('data-civsci-widget-scale-magnitude="').h("math",i,{},{key:i.get(["value"],!1),method:"abs"},"h").w('"data-civsci-widget-scale-sign="').h("lt",i,{else:a,block:l},{key:i.get(["value"],!1),value:0},"h").w('"')}function a(t,i){return i=i.shiftBlocks(d),t.w("+")}function l(t,i){return i=i.shiftBlocks(d),t.w("-")}function u(t,i){return i=i.shiftBlocks(d),t.w('<td class="civsci-scale__column-label"><span>').f(i.get(["text"],!1),i,"h").w("</span></td>")}t.register("widget/question/scale",i);var d={QuestionBody:e};return i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,l.__dustBody=!0,u.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/question/scale",t,i)};s.templateName="widget/question/scale",t.exports=s},function(t,i,e){var c=e(1);e(10),e(9),e(21);!function(t){function i(t,i){return i=i.shiftBlocks(v),t.p("widget/_markable",i,i,{isMarked:e})}function e(t,i){return i=i.shiftBlocks(v),t.f(i.get(["answered"],!1),i,"h")}function c(t,i){return i=i.shiftBlocks(v),t.w('<div class="civsci-result__option civsci-result--percent-').f(i.get(["percent"],!1),i,"h").x(i.get(["quiz"],!1),i,{block:s},{}).w('"><div class="civsci-result__option-chart-fill civsci-widget--partner-background-color"></div><div class="civsci-result__option-percent">').f(i.get(["percent"],!1),i,"h").w('%</div><div class="civsci-result__option-text">').x(i.get(["quiz"],!1),i,{block:a},{}).f(i.get(["text"],!1),i,"h").w("</div></div>")}function s(t,i){return i=i.shiftBlocks(v),t.w(" ").h("eq",i,{else:n,block:r},{key:o,value:"true"},"h")}function n(t,i){return i=i.shiftBlocks(v),t.w("civsci-widget--quiz-incorrect")}function r(t,i){return i=i.shiftBlocks(v),t.w("civsci-widget--quiz-correct")}function o(t,i){return i=i.shiftBlocks(v),t.f(i.getPath(!1,["quiz","correct"]),i,"h")}function a(t,i){return i=i.shiftBlocks(v),t.h("eq",i,{else:l,block:_},{key:p,value:"true"},"h")}function l(t,i){return i=i.shiftBlocks(v),t.h("eq",i,{block:u},{key:d,value:"true"},"h")}function u(t,i){return i=i.shiftBlocks(v),t.w('<span class="civsci-widget--quiz-icon">').p("icons/x",i,i,{}).w("</span>")}function d(t,i){return i=i.shiftBlocks(v),t.f(i.get(["answered"],!1),i,"h")}function _(t,i){return i=i.shiftBlocks(v),t.w('<span class="civsci-widget--quiz-icon">').p("icons/checkmark",i,i,{}).w("</span>")}function p(t,i){return i=i.shiftBlocks(v),t.f(i.getPath(!1,["quiz","correct"]),i,"h")}t.register("widget/result/_option_result_item",i);var v={Content:c};return i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,l.__dustBody=!0,u.__dustBody=!0,d.__dustBody=!0,_.__dustBody=!0,p.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/result/_option_result_item",t,i)};s.templateName="widget/result/_option_result_item",t.exports=s},function(t,i,e){var c=e(1);e(14);!function(t){function i(t,i){return t.w('<div class="civsci-result civsci-result-extra">').b(i.getBlock("Content"),i,{},{}).p("widget/result/_result_buttons",i,i,{}).w("</div>")}return t.register("widget/result/extras/_base",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/result/extras/_base",t,i)};s.templateName="widget/result/extras/_base",t.exports=s},function(t,i,e){var c=e(1);e(6),e(20),e(41);!function(t){function i(t,i){return i=i.shiftBlocks(u),t.p("widget/result/_result",i,i,{})}function e(t,i){return i=i.shiftBlocks(u),t.s(i.get(["result"],!1),i,{block:c},{})}function c(t,i){return i=i.shiftBlocks(u),t.s(i.get(["rows"],!1),i,{block:s},{})}function s(t,i){return i=i.shiftBlocks(u),t.w('<div class="civsci-slide__box civsci-scale__result-row"><div class="civsci-scale__row-label">').f(i.get(["text"],!1),i,"h").w('</div><div class="civsci-scale__chart"><table><tbody><tr>').s(i.get(["options"],!1),i,{block:n},{}).w('</tr></tbody></table><table class="civsci-scale__column-scale civsci-widget--partner-background-color" data-civsci-widget-scale-background="').s(i.get(["columns"],!1),i,{block:o},{}).w('"><tbody><tr>').s(i.get(["columns"],!1),i,{block:l},{}).w('</tr></tbody></table><div class="civsci-scale__average-rating-wrapper"><div class="civsci-scale__average-rating" style="right: ').h("scaleValueToPercent",i,{},{value:i.get(["average"],!1),min:i.get(["minValue"],!1),max:i.get(["maxValue"],!1)},"h").w('%;"><div class="civsci-scale__average-rating-icon">').p("icons/up-caret",i,i,{}).w('</div><div class="civsci-scale__average-rating-label"><span>').s(i.getPath(!1,["strings","ratingAverage"]),i,{},{}).w("</span></div></div></div></div></div>")}function n(t,i){return i=i.shiftBlocks(u),t.w("<td>").x(i.get(["answered"],!1),i,{block:r},{}).w("</td>")}function r(t,i){return i=i.shiftBlocks(u),t.w('<div class="civsci-scale__your-rating-label"><span>').s(i.getPath(!1,["strings","ratingYourRating"]),i,{},{}).w('</span></div><div class="civsci-scale__your-rating-icon">').p("icons/down-caret",i,i,{}).w("</div>")}function o(t,i){return i=i.shiftBlocks(u),t.f(i.get(["value"],!1),i,"h").h("sep",i,{block:a},{},"h")}function a(t,i){return i=i.shiftBlocks(u),t.w(",")}function l(t,i){return i=i.shiftBlocks(u),t.w('<td class="civsci-scale__column-label"><span>').f(i.get(["text"],!1),i,"h").w("</span></td>")}t.register("widget/result/scale",i);var u={ResultBody:e};return i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,l.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/result/scale",t,i)};s.templateName="widget/result/scale",t.exports=s},function(t,i,e){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 i="https://"+(t.hostname||"www.civicscience.com")+"/jot",e=0;this.jot=function(t,c,s){var n=document.createElement("img");n.src=i+"?j="+encodeURIComponent(this.id)+"&n="+encodeURIComponent(e++)+"&s="+encodeURIComponent(t)+"&t="+encodeURIComponent(c)+"&d="+encodeURIComponent(JSON.stringify(s))}}return t}.apply(i,c),!(void 0!==s&&(t.exports=s))},function(t,i,e){var c,s;c=[e(2),e(16),e(28),e(8)],s=function(t,i,e,c){"use strict";function s(t){var i=b[t.type];return void 0==i?null:new i(t)}function n(t,i){this.question=t,this.id=i.id,this.text=i.text,this.selected=!1,this.qid=i.qid;var e=i.ydata||"",c=i.ndata||"";this.getData=function(){return this.selected?e:c}}function r(i){this.id=i.id,this.type=i.type,this.text=i.text,this.answerUrl=i.answerUrl,this.role=i.role,this.getAllUnderlyingQuestionIds=function(){var i=[];return t.each(this.getAllDescendantOptions(),function(t,e){i.indexOf(e.qid)==-1&&i.push(e.qid)}),i},this.deselect=function(t){t.selected=!1}}function o(i){var e=this;r.call(this,i),this.options=[],t.each(i.options,function(t,i){e.options.push(new n(e,i))}),this.getAllDescendantOptions=function(){return this.options}}function a(i){o.call(this,i),this.select=function(i){t.each(this.options,function(t,e){e.selected=e==i})},this.isReady=function(){for(var t=0;t<this.options.length;t++)if(this.options[t].selected)return!0;return!1}}function l(i){var e=this;o.call(this,i);var c=i.checkbox.minChecked,s=i.checkbox.maxChecked,n={};t.each(i.options,function(t,i){i.isOptOut&&(n[i.id]=!0)}),this.select=function(i){i.selected=!0,n[i.id]?t.each(e.options,function(t,e){e!=i&&(e.selected=!1)}):t.each(e.options,function(t,e){e!=i&&n[e.id]&&(e.selected=!1)})},this.isReady=function(){var i=0,r=!1;return t.each(e.options,function(t,e){e.selected&&(i++,n[e.id]&&(r=!0))}),r||c<=i&&i<=s}}function u(i){function e(i){var e=-1;return t.each(s.rows,function(c,s){return t.each(s.options,function(t,s){if(s===i)return e=c,!1}),e==-1}),e}function c(i){var e=!1;return t.each(s.rows[i].options,function(t,i){if(i.selected)return e=!0,!1}),e}var s=this;r.call(this,i),this.columns=i.columns,this.rows=[],t.each(i.rows,function(i,e){var c=t.map(e.options,function(t){return new n(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:e.text,options:c})}),this.getAllDescendantOptions=function(){var i=[];return t.each(this.rows,function(e,c){i=t.merge(i,c.options)}),i},this.isReady=function(){var i=!0;return t.each(this.rows,function(t){return i=c(t)}),i},this.select=function(i){var c=e(i);c!=-1&&t.each(this.rows[c].options,function(t,e){e.selected=e===i})}}function d(i){u.call(this,i),t.each(this.columns,function(t,i){i.value=+i.value})}function _(t,i){this.question=t,this.id=i.id,this.text=i.text,this.isSelected=function(){return i.selected},this.setSelected=function(t){t?i.question.select(i):i.question.deselect(i)}}function p(t){var i=this;this.id=t.id,this.type=t.type,this.text=t.text,this.role=t.role,this.getOptionById=function(e){for(var c=t.getAllDescendantOptions(),s=0;s<c.length;s++)if(c[s].id==e)return new _(i,c[s]);return null}}function v(i){var e=this;p.call(this,i),this.options=[],t.each(i.options,function(t,i){e.options.push(new _(e,i))})}function g(i){var e=this;p.call(this,i),this.columns=i.columns,this.rows=[],t.each(i.rows,function(i,c){var s=[];t.each(c.options,function(t,i){s.push(new _(e,i))}),e.rows.push({text:c.text,options:s})})}function f(e,c,s){var n=!1,r=null;this.served=function(){n||(n=!0,c())},this.canSubmit=function(){return n&&e.isReady()},this.submit=function(){if(this.canSubmit()){if(null!=r)return r;var c=e.answerUrl,n=[];return t.each(e.getAllDescendantOptions(),function(t,i){var e=i.getData();""!=e&&n.push(e)}),c+=c.indexOf("?")==-1?"?":"&",c+=n.join("&"),r=i(c,y).then(function(t){return t.restartData&&(x.push(t.restartData),x.length>30&&x.shift()),delete t.restartData,t}),s(r),r}return t.Deferred().reject(new Error("The question is not ready to submit")).promise()}}function h(t){var i=k[t.type];return void 0==i?null:new i(t)}function m(n){function r(){return g.then(function(t){if(""!=t.contextualQuestionHiddenState&&(!n.question||0==n.question.length))return D;var i=I(),e="https://"+n.hostname+"/widget/api/2/questions?target="+encodeURIComponent(n.target);return n.instance&&(e+="&instance="+encodeURIComponent(n.instance)),n.context&&(e+="&context="+encodeURIComponent(n.context)),n.question?e+="&question="+encodeURIComponent(n.question.join(",")):t.contextualQuestion&&(e+="&question="+encodeURIComponent(t.contextualQuestion)),n.survey&&(e+="&survey="+encodeURIComponent(n.survey)),n.locale&&(e+="&locale="+encodeURIComponent(n.locale)),t.isOptedOutRespondent||(i&&(e+="&backupAlias="+encodeURIComponent(i)),n.userId&&(e+="&externalUserId="+encodeURIComponent(n.userId))),x.length>0&&(e+="&"+x.join("&")),e})}function o(e){var c=t.when(e||r()).then(function(t){return i(t)}),o=[],a=t.Deferred();u=c.then(function(t){return t.intro||null}),d=t.when(c,g).then(function(c,r){!e&&c.tracking&&c.tracking.pixels&&t.each(c.tracking.pixels,function(t,i){document.createElement("img").src=i});var u=[];return t.each(c.questions,function(e,d){var _=s(d);if(null!=_){var p=h(_);f.call(p,_,function(){l.jot("poll","served",{target:n.target,context:n.context,instance:n.instance,session:c.session,alias:c.alias,askable:_.id,questions:_.getAllUnderlyingQuestionIds(),usage:d.usage,position:e,locale:c.locale,natures:r.natures})},function(e){e.then(function(t){o.push(t.finishData||"")},function(){o.push("")}).always(function(){if(o.length==u.length){var e=c.finishUrl;if(e){var s=t.grep(o,function(t){return!!t});s.length>0&&(e+=e.indexOf("?")==-1?"?":"&",e+=s.join("&")),i(e).then(function(t){a.resolve(t)},function(t){a.resolve({})})}else a.resolve({})}})}),u.push(p)}}),0==u.length&&a.resolve(c.conclusion||{}),u}),_=c.then(function(t){return new Date(t.expirationTime)}),p=a.then(function(t){return{summary:t.summary||null,portalUrl:t.portalUrl||"",results:t.results||[]}}),v=a.then(function(t){var i=t.restartUrl||"";return""!=i&&x.length>0&&(i+="&"+x.join("&")),i})}var a=this;if(n=t.extend({},w,n),void 0==n.target)throw new Error("Poll API missing target option");n.question&&!t.isArray(n.question)&&(n.question=[n.question]);var l=new e({hostname:n.hostname});l.jot("poll","created",{target:n.target});var u,d,_,p,v,g=c({hostname:n.hostname,target:n.target,context:n.context,instance:n.instance}).promiseInfo();o(null),this.promiseIntro=function(){return u},this.promiseExpirationTime=function(){return _},this.promiseQuestions=function(){return d},this.promiseConclusion=function(){return p},this.promiseRestart=function(){return v.then(function(t){return o(t),a})}}var w={hostname:"www.civicscience.com",instance:"",context:"",question:"",survey:"",locale:"",userId:""},y=6e3,b={radio:a,checkbox:l,matrix:u,scale:d,spectrum:d},x=[],k={radio:v,checkbox:v,matrix:g,scale:g,spectrum:g},D=t.Deferred().promise(),I=function(){var t="__iqpbb",i=null;return function(){if(null!=i)return i;try{i=window.localStorage.getItem(t),null==i&&(i="local/"+Math.floor(4294967296*Math.random())+"."+Math.floor(4294967296*Math.random()),window.localStorage.setItem(t,i))}catch(t){}return i||""}}();return function(t){return new m(t)}}.apply(i,c),!(void 0!==s&&(t.exports=s))},function(t,i,e){i=t.exports=e(19)(),i.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,i,e){var c=e(1);!function(t){function i(t,i){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",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("icons/lightbulb",t,i)};s.templateName="icons/lightbulb",t.exports=s},function(t,i,e){var c,s;c=[e(18)],s=function(t){"use strict";function i(t){var i=t+"";if("number"==typeof t&&i.indexOf(".")==-1)for(var e=/(\d+)(\d{3})/;e.test(i);)i=i.replace(e,"$1,$2");return i}var e="%(",c=")";return function(s,n,r,o){for(var a="",l=0;;){var u=s.indexOf(e,l);if(u==-1)break;var d=s.indexOf(c,u);if(d==-1)break;a+=s.substring(l,u);var _=s.substring(u+e.length,d);a+=i(t.helpers.tap(o[_],n,r)||""),l=d+c.length}return a+=s.substring(l)}}.apply(i,c),!(void 0!==s&&(t.exports=s))},function(t,i,e){var c,s;c=[e(2)],s=function(t){function i(i,e){e=e||t(document),this.id=i||"";var c="";""==i||(c=i.match(/^[0-9]/)?"#\\3"+i[0]+" "+i.substring(1):"#"+i),this.load=function(i){return i=(i+"").replace(/#__ID__/g,c),t("<style>").attr("type","text/css").text(i).appendTo(e.find("head")),this}}return i}.apply(i,c),!(void 0!==s&&(t.exports=s))},function(t,i,e){i=t.exports=e(19)(),i.push([t.id,'#__ID__ .civsci-widget .civsci-widget--markable{padding-right:1.23077em;position:relative}#__ID__ .civsci-widget .civsci-widget--markable-icon{width:.92308em;position:absolute;top:50%;right:0;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);visibility:hidden}#__ID__ .civsci-widget .civsci-widget--markable-icon svg{width:100%}#__ID__ .civsci-widget .civsci-widget--markable[data-civsci-widget-markable-state=marked] .civsci-widget--markable-icon{visibility:visible}#__ID__ .civsci-widget .civsci-widget--markable-icon svg.icon-left-caret{stroke:none;fill:#999}#__ID__ .civsci-widget .civsci-widget--quiz-icon svg{height:100%;width:100%}#__ID__ .civsci-widget .civsci-widget--quiz-icon svg.icon-checkmark{fill:none;stroke:green;stroke-width:24}#__ID__ .civsci-widget .civsci-widget--quiz-icon svg.icon-x{fill:none;stroke:#d90000;stroke-width:26}#__ID__ .civsci-widget .civsci-result__option .civsci-widget--quiz-icon{width:1em;height:1em;position:absolute;top:50%;left:0;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%)}#__ID__ .civsci-widget .civsci-widget--quiz-correct .civsci-widget--title{color:green}#__ID__ .civsci-widget .civsci-widget--quiz-correct .civsci-result__option-chart-fill{background:#cfe6cf!important}#__ID__ .civsci-widget .civsci-widget--quiz-correct .civsci-result__option-text{padding-left:1.61538em}#__ID__ .civsci-widget .civsci-widget--quiz-correct.civsci-slide__banner{background:#e5f4e5!important}#__ID__ .civsci-widget .civsci-widget--quiz-incorrect .civsci-widget--title{color:#d90000}#__ID__ .civsci-widget .civsci-widget--quiz-incorrect .civsci-result__option-chart-fill{background:#ffd9d9!important}#__ID__ .civsci-widget .civsci-widget--quiz-incorrect.civsci-slide__banner{background:#ffecec!important}#__ID__ .civsci-widget [data-civsci-widget-markable-state=marked] .civsci-widget--quiz-incorrect .civsci-result__option-text{padding-left:1.61538em}#__ID__ .civsci-widget .civsci-summary--type-quiz .civsci-quiz-summary__title{text-align:center;line-height:1.8em}#__ID__ .civsci-widget .civsci-summary--type-quiz .civsci-quiz-summary__icons{text-align:center;line-height:2.2em}#__ID__ .civsci-widget .civsci-summary--type-quiz .civsci-widget--quiz-icon svg{height:1.8em;width:20%;min-width:1.8em}#__ID__ .civsci-widget .civsci-question--type-matrix table,#__ID__ .civsci-widget .civsci-result--type-matrix table{border-collapse:collapse;table-layout:fixed;width:100%}#__ID__ .civsci-widget .civsci-question--type-matrix td,#__ID__ .civsci-widget .civsci-question--type-matrix th,#__ID__ .civsci-widget .civsci-result--type-matrix td,#__ID__ .civsci-widget .civsci-result--type-matrix th{text-align:center;padding:.61538em 0}#__ID__ .civsci-widget .civsci-question--type-matrix td:first-child,#__ID__ .civsci-widget .civsci-question--type-matrix th:first-child,#__ID__ .civsci-widget .civsci-result--type-matrix td:first-child,#__ID__ .civsci-widget .civsci-result--type-matrix th:first-child{padding-left:.61538em}#__ID__ .civsci-widget .civsci-question--type-matrix td:first-child,#__ID__ .civsci-widget .civsci-result--type-matrix td:first-child{vertical-align:middle}#__ID__ .civsci-widget .civsci-question--type-matrix th,#__ID__ .civsci-widget .civsci-result--type-matrix th{font-weight:400;padding-top:0;vertical-align:bottom}#__ID__ .civsci-widget .civsci-question--type-matrix th span,#__ID__ .civsci-widget .civsci-result--type-matrix th span{font-size:.875em}#__ID__ .civsci-widget .civsci-question--type-matrix td.civsci-question__option,#__ID__ .civsci-widget .civsci-question--type-matrix td.civsci-result__option,#__ID__ .civsci-widget .civsci-result--type-matrix td.civsci-question__option,#__ID__ .civsci-widget .civsci-result--type-matrix td.civsci-result__option{border:none}#__ID__ .civsci-widget .civsci-question--type-matrix tbody tr:nth-of-type(odd) td{background-color:#f1f1f1}#__ID__ .civsci-widget .civsci-question--type-matrix td:not(.civsci-question__option){font-weight:700}#__ID__ .civsci-widget .civsci-question--type-matrix td.civsci-question__option{position:relative}#__ID__ .civsci-widget .civsci-question--type-matrix td.civsci-question__option input[type=radio]+label:before{content:"";width:18px;height:18px;border:1px solid #999;padding:0;box-sizing:border-box;background-color:#fff;z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);border-radius:50%}#__ID__ .civsci-widget .civsci-question--type-matrix td.civsci-question__option input[type=radio]:checked+label:after{content:"";width:12px;height:12px;border-radius:50%;background-color:#333;z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-result--type-matrix th{border-bottom:1px solid #999}#__ID__ .civsci-widget .civsci-result--type-matrix td:first-child{font-weight:700}#__ID__ .civsci-widget .civsci-result--type-matrix tr.civsci-matrix-result__percent-row td{border-top:1px solid #999;color:#999}#__ID__ .civsci-widget .civsci-result--type-matrix tr.civsci-matrix-result__chart-row td{height:4em;padding-top:1.23077em}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-matrix-result__chart{position:relative}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-matrix-result__chart-wrapper{width:70%;height:4em;position:absolute;bottom:0;left:15%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-matrix-result__chart-fill{width:100%;position:absolute;bottom:0;left:0;box-sizing:border-box;border:1px solid #999;border-bottom:none}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-matrix-result__selected-icon{height:.92308em;position:absolute;left:50%;bottom:calc(100% + .30769em);transform:translate(-50%);-ms-transform:translate(-50%);-webkit-transform:translate(-50%);visibility:hidden}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-matrix-result__selected-icon svg{height:100%;stroke:none;fill:#999}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-matrix-result--selected .civsci-matrix-result__selected-icon{visibility:visible}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-1 .civsci-matrix-result__chart-fill{height:1%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-1 .civsci-matrix-result__selected-icon{bottom:calc(1% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-2 .civsci-matrix-result__chart-fill{height:2%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-2 .civsci-matrix-result__selected-icon{bottom:calc(2% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-3 .civsci-matrix-result__chart-fill{height:3%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-3 .civsci-matrix-result__selected-icon{bottom:calc(3% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-4 .civsci-matrix-result__chart-fill{height:4%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-4 .civsci-matrix-result__selected-icon{bottom:calc(4% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-5 .civsci-matrix-result__chart-fill{height:5%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-5 .civsci-matrix-result__selected-icon{bottom:calc(5% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-6 .civsci-matrix-result__chart-fill{height:6%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-6 .civsci-matrix-result__selected-icon{bottom:calc(6% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-7 .civsci-matrix-result__chart-fill{height:7%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-7 .civsci-matrix-result__selected-icon{bottom:calc(7% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-8 .civsci-matrix-result__chart-fill{height:8%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-8 .civsci-matrix-result__selected-icon{bottom:calc(8% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-9 .civsci-matrix-result__chart-fill{height:9%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-9 .civsci-matrix-result__selected-icon{bottom:calc(9% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-10 .civsci-matrix-result__chart-fill{height:10%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-10 .civsci-matrix-result__selected-icon{bottom:calc(10% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-11 .civsci-matrix-result__chart-fill{height:11%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-11 .civsci-matrix-result__selected-icon{bottom:calc(11% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-12 .civsci-matrix-result__chart-fill{height:12%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-12 .civsci-matrix-result__selected-icon{bottom:calc(12% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-13 .civsci-matrix-result__chart-fill{height:13%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-13 .civsci-matrix-result__selected-icon{bottom:calc(13% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-14 .civsci-matrix-result__chart-fill{height:14%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-14 .civsci-matrix-result__selected-icon{bottom:calc(14% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-15 .civsci-matrix-result__chart-fill{height:15%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-15 .civsci-matrix-result__selected-icon{bottom:calc(15% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-16 .civsci-matrix-result__chart-fill{height:16%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-16 .civsci-matrix-result__selected-icon{bottom:calc(16% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-17 .civsci-matrix-result__chart-fill{height:17%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-17 .civsci-matrix-result__selected-icon{bottom:calc(17% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-18 .civsci-matrix-result__chart-fill{height:18%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-18 .civsci-matrix-result__selected-icon{bottom:calc(18% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-19 .civsci-matrix-result__chart-fill{height:19%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-19 .civsci-matrix-result__selected-icon{bottom:calc(19% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-20 .civsci-matrix-result__chart-fill{height:20%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-20 .civsci-matrix-result__selected-icon{bottom:calc(20% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-21 .civsci-matrix-result__chart-fill{height:21%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-21 .civsci-matrix-result__selected-icon{bottom:calc(21% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-22 .civsci-matrix-result__chart-fill{height:22%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-22 .civsci-matrix-result__selected-icon{bottom:calc(22% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-23 .civsci-matrix-result__chart-fill{height:23%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-23 .civsci-matrix-result__selected-icon{bottom:calc(23% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-24 .civsci-matrix-result__chart-fill{height:24%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-24 .civsci-matrix-result__selected-icon{bottom:calc(24% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-25 .civsci-matrix-result__chart-fill{height:25%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-25 .civsci-matrix-result__selected-icon{bottom:calc(25% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-26 .civsci-matrix-result__chart-fill{height:26%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-26 .civsci-matrix-result__selected-icon{bottom:calc(26% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-27 .civsci-matrix-result__chart-fill{height:27%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-27 .civsci-matrix-result__selected-icon{bottom:calc(27% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-28 .civsci-matrix-result__chart-fill{height:28%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-28 .civsci-matrix-result__selected-icon{bottom:calc(28% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-29 .civsci-matrix-result__chart-fill{height:29%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-29 .civsci-matrix-result__selected-icon{bottom:calc(29% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-30 .civsci-matrix-result__chart-fill{height:30%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-30 .civsci-matrix-result__selected-icon{bottom:calc(30% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-31 .civsci-matrix-result__chart-fill{height:31%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-31 .civsci-matrix-result__selected-icon{bottom:calc(31% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-32 .civsci-matrix-result__chart-fill{height:32%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-32 .civsci-matrix-result__selected-icon{bottom:calc(32% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-33 .civsci-matrix-result__chart-fill{height:33%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-33 .civsci-matrix-result__selected-icon{bottom:calc(33% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-34 .civsci-matrix-result__chart-fill{height:34%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-34 .civsci-matrix-result__selected-icon{bottom:calc(34% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-35 .civsci-matrix-result__chart-fill{height:35%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-35 .civsci-matrix-result__selected-icon{bottom:calc(35% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-36 .civsci-matrix-result__chart-fill{height:36%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-36 .civsci-matrix-result__selected-icon{bottom:calc(36% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-37 .civsci-matrix-result__chart-fill{height:37%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-37 .civsci-matrix-result__selected-icon{bottom:calc(37% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-38 .civsci-matrix-result__chart-fill{height:38%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-38 .civsci-matrix-result__selected-icon{bottom:calc(38% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-39 .civsci-matrix-result__chart-fill{height:39%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-39 .civsci-matrix-result__selected-icon{bottom:calc(39% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-40 .civsci-matrix-result__chart-fill{height:40%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-40 .civsci-matrix-result__selected-icon{bottom:calc(40% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-41 .civsci-matrix-result__chart-fill{height:41%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-41 .civsci-matrix-result__selected-icon{bottom:calc(41% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-42 .civsci-matrix-result__chart-fill{height:42%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-42 .civsci-matrix-result__selected-icon{bottom:calc(42% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-43 .civsci-matrix-result__chart-fill{height:43%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-43 .civsci-matrix-result__selected-icon{bottom:calc(43% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-44 .civsci-matrix-result__chart-fill{height:44%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-44 .civsci-matrix-result__selected-icon{bottom:calc(44% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-45 .civsci-matrix-result__chart-fill{height:45%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-45 .civsci-matrix-result__selected-icon{bottom:calc(45% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-46 .civsci-matrix-result__chart-fill{height:46%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-46 .civsci-matrix-result__selected-icon{bottom:calc(46% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-47 .civsci-matrix-result__chart-fill{height:47%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-47 .civsci-matrix-result__selected-icon{bottom:calc(47% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-48 .civsci-matrix-result__chart-fill{height:48%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-48 .civsci-matrix-result__selected-icon{bottom:calc(48% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-49 .civsci-matrix-result__chart-fill{height:49%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-49 .civsci-matrix-result__selected-icon{bottom:calc(49% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-50 .civsci-matrix-result__chart-fill{height:50%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-50 .civsci-matrix-result__selected-icon{bottom:calc(50% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-51 .civsci-matrix-result__chart-fill{height:51%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-51 .civsci-matrix-result__selected-icon{bottom:calc(51% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-52 .civsci-matrix-result__chart-fill{height:52%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-52 .civsci-matrix-result__selected-icon{bottom:calc(52% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-53 .civsci-matrix-result__chart-fill{height:53%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-53 .civsci-matrix-result__selected-icon{bottom:calc(53% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-54 .civsci-matrix-result__chart-fill{height:54%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-54 .civsci-matrix-result__selected-icon{bottom:calc(54% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-55 .civsci-matrix-result__chart-fill{height:55%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-55 .civsci-matrix-result__selected-icon{bottom:calc(55% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-56 .civsci-matrix-result__chart-fill{height:56%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-56 .civsci-matrix-result__selected-icon{bottom:calc(56% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-57 .civsci-matrix-result__chart-fill{height:57%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-57 .civsci-matrix-result__selected-icon{bottom:calc(57% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-58 .civsci-matrix-result__chart-fill{height:58%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-58 .civsci-matrix-result__selected-icon{bottom:calc(58% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-59 .civsci-matrix-result__chart-fill{height:59%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-59 .civsci-matrix-result__selected-icon{bottom:calc(59% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-60 .civsci-matrix-result__chart-fill{height:60%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-60 .civsci-matrix-result__selected-icon{bottom:calc(60% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-61 .civsci-matrix-result__chart-fill{height:61%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-61 .civsci-matrix-result__selected-icon{bottom:calc(61% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-62 .civsci-matrix-result__chart-fill{height:62%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-62 .civsci-matrix-result__selected-icon{bottom:calc(62% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-63 .civsci-matrix-result__chart-fill{height:63%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-63 .civsci-matrix-result__selected-icon{bottom:calc(63% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-64 .civsci-matrix-result__chart-fill{height:64%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-64 .civsci-matrix-result__selected-icon{bottom:calc(64% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-65 .civsci-matrix-result__chart-fill{height:65%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-65 .civsci-matrix-result__selected-icon{bottom:calc(65% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-66 .civsci-matrix-result__chart-fill{height:66%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-66 .civsci-matrix-result__selected-icon{bottom:calc(66% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-67 .civsci-matrix-result__chart-fill{height:67%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-67 .civsci-matrix-result__selected-icon{bottom:calc(67% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-68 .civsci-matrix-result__chart-fill{height:68%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-68 .civsci-matrix-result__selected-icon{bottom:calc(68% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-69 .civsci-matrix-result__chart-fill{height:69%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-69 .civsci-matrix-result__selected-icon{bottom:calc(69% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-70 .civsci-matrix-result__chart-fill{height:70%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-70 .civsci-matrix-result__selected-icon{bottom:calc(70% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-71 .civsci-matrix-result__chart-fill{height:71%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-71 .civsci-matrix-result__selected-icon{bottom:calc(71% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-72 .civsci-matrix-result__chart-fill{height:72%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-72 .civsci-matrix-result__selected-icon{bottom:calc(72% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-73 .civsci-matrix-result__chart-fill{height:73%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-73 .civsci-matrix-result__selected-icon{bottom:calc(73% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-74 .civsci-matrix-result__chart-fill{height:74%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-74 .civsci-matrix-result__selected-icon{bottom:calc(74% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-75 .civsci-matrix-result__chart-fill{height:75%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-75 .civsci-matrix-result__selected-icon{bottom:calc(75% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-76 .civsci-matrix-result__chart-fill{height:76%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-76 .civsci-matrix-result__selected-icon{bottom:calc(76% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-77 .civsci-matrix-result__chart-fill{height:77%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-77 .civsci-matrix-result__selected-icon{bottom:calc(77% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-78 .civsci-matrix-result__chart-fill{height:78%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-78 .civsci-matrix-result__selected-icon{bottom:calc(78% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-79 .civsci-matrix-result__chart-fill{height:79%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-79 .civsci-matrix-result__selected-icon{bottom:calc(79% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-80 .civsci-matrix-result__chart-fill{height:80%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-80 .civsci-matrix-result__selected-icon{bottom:calc(80% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-81 .civsci-matrix-result__chart-fill{height:81%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-81 .civsci-matrix-result__selected-icon{bottom:calc(81% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-82 .civsci-matrix-result__chart-fill{height:82%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-82 .civsci-matrix-result__selected-icon{bottom:calc(82% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-83 .civsci-matrix-result__chart-fill{height:83%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-83 .civsci-matrix-result__selected-icon{bottom:calc(83% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-84 .civsci-matrix-result__chart-fill{height:84%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-84 .civsci-matrix-result__selected-icon{bottom:calc(84% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-85 .civsci-matrix-result__chart-fill{height:85%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-85 .civsci-matrix-result__selected-icon{bottom:calc(85% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-86 .civsci-matrix-result__chart-fill{height:86%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-86 .civsci-matrix-result__selected-icon{bottom:calc(86% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-87 .civsci-matrix-result__chart-fill{height:87%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-87 .civsci-matrix-result__selected-icon{bottom:calc(87% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-88 .civsci-matrix-result__chart-fill{height:88%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-88 .civsci-matrix-result__selected-icon{bottom:calc(88% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-89 .civsci-matrix-result__chart-fill{height:89%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-89 .civsci-matrix-result__selected-icon{bottom:calc(89% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-90 .civsci-matrix-result__chart-fill{height:90%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-90 .civsci-matrix-result__selected-icon{bottom:calc(90% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-91 .civsci-matrix-result__chart-fill{height:91%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-91 .civsci-matrix-result__selected-icon{bottom:calc(91% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-92 .civsci-matrix-result__chart-fill{height:92%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-92 .civsci-matrix-result__selected-icon{bottom:calc(92% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-93 .civsci-matrix-result__chart-fill{height:93%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-93 .civsci-matrix-result__selected-icon{bottom:calc(93% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-94 .civsci-matrix-result__chart-fill{height:94%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-94 .civsci-matrix-result__selected-icon{bottom:calc(94% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-95 .civsci-matrix-result__chart-fill{height:95%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-95 .civsci-matrix-result__selected-icon{bottom:calc(95% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-96 .civsci-matrix-result__chart-fill{height:96%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-96 .civsci-matrix-result__selected-icon{bottom:calc(96% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-97 .civsci-matrix-result__chart-fill{height:97%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-97 .civsci-matrix-result__selected-icon{bottom:calc(97% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-98 .civsci-matrix-result__chart-fill{height:98%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-98 .civsci-matrix-result__selected-icon{bottom:calc(98% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-99 .civsci-matrix-result__chart-fill{height:99%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-99 .civsci-matrix-result__selected-icon{bottom:calc(99% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-100 .civsci-matrix-result__chart-fill{height:100%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-100 .civsci-matrix-result__selected-icon{bottom:calc(100% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-0 .civsci-matrix-result__chart-fill{border:none}#__ID__ .civsci-widget .civsci-question--type-scale .civsci-scale__row-label,#__ID__ .civsci-widget .civsci-question--type-spectrum .civsci-scale__row-label,#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__row-label,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__row-label{font-weight:700}#__ID__ .civsci-widget .civsci-question--type-scale table,#__ID__ .civsci-widget .civsci-question--type-spectrum table,#__ID__ .civsci-widget .civsci-result--type-scale table,#__ID__ .civsci-widget .civsci-result--type-spectrum table{border-collapse:collapse;table-layout:fixed;width:100%;margin-top:1.23077em}#__ID__ .civsci-widget .civsci-question--type-scale td,#__ID__ .civsci-widget .civsci-question--type-spectrum td,#__ID__ .civsci-widget .civsci-result--type-scale td,#__ID__ .civsci-widget .civsci-result--type-spectrum td{text-align:center}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-scale__column-label,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-scale__column-label,#__ID__ .civsci-widget .civsci-result--type-scale td.civsci-scale__column-label,#__ID__ .civsci-widget .civsci-result--type-spectrum td.civsci-scale__column-label{vertical-align:top;padding-top:.61538em}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-scale__column-label span,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-scale__column-label span,#__ID__ .civsci-widget .civsci-result--type-scale td.civsci-scale__column-label span,#__ID__ .civsci-widget .civsci-result--type-spectrum td.civsci-scale__column-label span{font-size:.875em}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option,#__ID__ .civsci-widget .civsci-result--type-scale td.civsci-question__option,#__ID__ .civsci-widget .civsci-result--type-spectrum td.civsci-question__option{border:none}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option{position:relative}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option input[type=radio]+label:before{content:"";width:24px;height:24px;border:1px solid #999;padding:0;box-sizing:border-box;background-color:#fff;z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);border-radius:50%}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option input[type=radio]:checked+label:after,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option input[type=radio]:checked+label:after{content:"";width:18px;height:18px;border-radius:50%;background-color:#333;z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude]+td.civsci-question__option[data-civsci-widget-scale-magnitude]:after,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude]+td.civsci-question__option[data-civsci-widget-scale-magnitude]:after{content:"";width:calc(100% - 24px);height:1px;border-top:1px solid #999;box-sizing:border-box;position:absolute;top:50%;right:calc(50% + 12px);display:table-cell}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude] input[type=radio]+label:before{background:inherit}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="0"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="0"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.72),hsla(0,0%,100%,.72))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="1"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="1"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.7128),hsla(0,0%,100%,.7128))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="2"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="2"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.7056),hsla(0,0%,100%,.7056))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="3"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="3"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6984),hsla(0,0%,100%,.6984))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="4"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="4"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6912),hsla(0,0%,100%,.6912))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="5"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="5"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.684),hsla(0,0%,100%,.684))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="6"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="6"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6768),hsla(0,0%,100%,.6768))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="7"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="7"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6696),hsla(0,0%,100%,.6696))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="8"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="8"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6624),hsla(0,0%,100%,.6624))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="9"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="9"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6552),hsla(0,0%,100%,.6552))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="10"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="10"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.648),hsla(0,0%,100%,.648))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="11"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="11"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6408),hsla(0,0%,100%,.6408))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="12"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="12"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6336),hsla(0,0%,100%,.6336))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="13"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="13"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6264),hsla(0,0%,100%,.6264))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="14"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="14"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6192),hsla(0,0%,100%,.6192))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="15"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="15"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.612),hsla(0,0%,100%,.612))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="16"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="16"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6048),hsla(0,0%,100%,.6048))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="17"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="17"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5976),hsla(0,0%,100%,.5976))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="18"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="18"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5904),hsla(0,0%,100%,.5904))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="19"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="19"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5832),hsla(0,0%,100%,.5832))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="20"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="20"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.576),hsla(0,0%,100%,.576))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="21"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="21"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5688),hsla(0,0%,100%,.5688))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="22"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="22"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5616),hsla(0,0%,100%,.5616))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="23"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="23"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5544),hsla(0,0%,100%,.5544))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="24"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="24"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5472),hsla(0,0%,100%,.5472))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="25"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="25"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.54),hsla(0,0%,100%,.54))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="26"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="26"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5328),hsla(0,0%,100%,.5328))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="27"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="27"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5256),hsla(0,0%,100%,.5256))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="28"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="28"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5184),hsla(0,0%,100%,.5184))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="29"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="29"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5112),hsla(0,0%,100%,.5112))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="30"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="30"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.504),hsla(0,0%,100%,.504))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="31"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="31"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4968),hsla(0,0%,100%,.4968))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="32"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="32"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4896),hsla(0,0%,100%,.4896))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="33"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="33"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4824),hsla(0,0%,100%,.4824))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="34"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="34"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4752),hsla(0,0%,100%,.4752))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="35"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="35"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.468),hsla(0,0%,100%,.468))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="36"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="36"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4608),hsla(0,0%,100%,.4608))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="37"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="37"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4536),hsla(0,0%,100%,.4536))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="38"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="38"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4464),hsla(0,0%,100%,.4464))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="39"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="39"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4392),hsla(0,0%,100%,.4392))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="40"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="40"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.432),hsla(0,0%,100%,.432))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="41"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="41"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4248),hsla(0,0%,100%,.4248))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="42"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="42"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4176),hsla(0,0%,100%,.4176))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="43"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="43"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4104),hsla(0,0%,100%,.4104))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="44"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="44"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4032),hsla(0,0%,100%,.4032))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="45"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="45"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.396),hsla(0,0%,100%,.396))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="46"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="46"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3888),hsla(0,0%,100%,.3888))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="47"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="47"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3816),hsla(0,0%,100%,.3816))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="48"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="48"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3744),hsla(0,0%,100%,.3744))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="49"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="49"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3672),hsla(0,0%,100%,.3672))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="50"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="50"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.36),hsla(0,0%,100%,.36))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="51"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="51"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3528),hsla(0,0%,100%,.3528))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="52"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="52"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3456),hsla(0,0%,100%,.3456))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="53"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="53"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3384),hsla(0,0%,100%,.3384))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="54"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="54"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3312),hsla(0,0%,100%,.3312))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="55"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="55"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.324),hsla(0,0%,100%,.324))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="56"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="56"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3168),hsla(0,0%,100%,.3168))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="57"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="57"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3096),hsla(0,0%,100%,.3096))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="58"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="58"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3024),hsla(0,0%,100%,.3024))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="59"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="59"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2952),hsla(0,0%,100%,.2952))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="60"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="60"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.288),hsla(0,0%,100%,.288))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="61"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="61"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2808),hsla(0,0%,100%,.2808))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="62"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="62"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2736),hsla(0,0%,100%,.2736))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="63"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="63"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2664),hsla(0,0%,100%,.2664))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="64"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="64"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2592),hsla(0,0%,100%,.2592))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="65"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="65"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.252),hsla(0,0%,100%,.252))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="66"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="66"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2448),hsla(0,0%,100%,.2448))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="67"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="67"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2376),hsla(0,0%,100%,.2376))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="68"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="68"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2304),hsla(0,0%,100%,.2304))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="69"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="69"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2232),hsla(0,0%,100%,.2232))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="70"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="70"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.216),hsla(0,0%,100%,.216))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="71"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="71"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2088),hsla(0,0%,100%,.2088))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="72"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="72"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2016),hsla(0,0%,100%,.2016))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="73"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="73"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1944),hsla(0,0%,100%,.1944))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="74"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="74"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1872),hsla(0,0%,100%,.1872))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="75"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="75"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.18),hsla(0,0%,100%,.18))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="76"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="76"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1728),hsla(0,0%,100%,.1728))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="77"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="77"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1656),hsla(0,0%,100%,.1656))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="78"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="78"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1584),hsla(0,0%,100%,.1584))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="79"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="79"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1512),hsla(0,0%,100%,.1512))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="80"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="80"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.144),hsla(0,0%,100%,.144))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="81"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="81"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1368),hsla(0,0%,100%,.1368))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="82"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="82"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1296),hsla(0,0%,100%,.1296))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="83"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="83"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1224),hsla(0,0%,100%,.1224))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="84"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="84"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1152),hsla(0,0%,100%,.1152))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="85"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="85"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.108),hsla(0,0%,100%,.108))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="86"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="86"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1008),hsla(0,0%,100%,.1008))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="87"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="87"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0936),hsla(0,0%,100%,.0936))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="88"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="88"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0864),hsla(0,0%,100%,.0864))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="89"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="89"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0792),hsla(0,0%,100%,.0792))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="90"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="90"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.072),hsla(0,0%,100%,.072))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="91"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="91"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0648),hsla(0,0%,100%,.0648))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="92"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="92"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0576),hsla(0,0%,100%,.0576))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="93"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="93"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0504),hsla(0,0%,100%,.0504))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="94"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="94"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0432),hsla(0,0%,100%,.0432))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="95"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="95"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.036),hsla(0,0%,100%,.036))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="96"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="96"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0288),hsla(0,0%,100%,.0288))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="97"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="97"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0216),hsla(0,0%,100%,.0216))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="98"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="98"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0144),hsla(0,0%,100%,.0144))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="99"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="99"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0072),hsla(0,0%,100%,.0072))}#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-sign="+"] input[type=radio]+label:before{background-color:#6bde6b!important}#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-sign="-"] input[type=radio]+label:before{background-color:#ff8383!important}#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="0"] input[type=radio]+label:before{background-color:#ccc!important}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__result-row,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__result-row{padding-bottom:1.23077em;border-bottom:1px dotted #999}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__result-row:first-child,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__result-row:first-child{padding-top:1.23077em;border-top:1px dotted #999}#__ID__ .civsci-widget .civsci-result--type-scale table.civsci-scale__column-scale,#__ID__ .civsci-widget .civsci-result--type-spectrum table.civsci-scale__column-scale{margin-top:0;border-radius:1em}#__ID__ .civsci-widget .civsci-result--type-scale td.civsci-scale__column-label,#__ID__ .civsci-widget .civsci-result--type-spectrum td.civsci-scale__column-label{vertical-align:middle;padding:.61538em}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__average-rating-label span,#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__your-rating-label span,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__average-rating-label span,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__your-rating-label span{font-size:.875em}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__average-rating-icon,#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__your-rating-icon,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__average-rating-icon,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__your-rating-icon{height:.92308em}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__average-rating-icon svg,#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__your-rating-icon svg,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__average-rating-icon svg,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__your-rating-icon svg{height:100%;width:100%;stroke:none;fill:#999}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__average-rating-wrapper,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__average-rating-wrapper{padding:0 .61538em}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__average-rating,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__average-rating{text-align:center;position:relative;top:0;right:0;transform:translate(50%);-ms-transform:translate(50%);-webkit-transform:translate(50%)}#__ID__ .civsci-widget .civsci-widget-trending-checklist{position:relative}#__ID__ .civsci-widget .civsci-widget-trending-checklist ul{list-style:none;padding:0;margin:0}#__ID__ .civsci-widget .civsci-widget-trending-checklist li{padding:.61538em 0 .61538em 1.5em;position:relative}#__ID__ .civsci-widget .civsci-widget-trending-checklist__bullet{display:block;width:6px;height:6px;background-color:#333;border-radius:50%;position:absolute;top:50%;left:2px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#__ID__ .civsci-widget .civsci-widget-trending-checklist__checkmark{display:block;width:1em;height:1em;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#__ID__ .civsci-widget .civsci-widget-trending-checklist__checkmark svg{width:100%;height:100%;fill:none;stroke:green;stroke-width:24}#__ID__ .civsci-widget .civsci-widget-trending-checklist__overlay{position:absolute;background:#fff;top:0;left:0;width:100%;height:100%}#__ID__ .civsci-widget [data-civsci-widget-slide-seen] .civsci-widget-trending-checklist__overlay{opacity:0;animation:trending-checklist-fade-out 1s;animation-fill-mode:forwards}#__ID__ .civsci-widget .civsci-widget-trending-checklist__congratulations{position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-widget-trending-checklist__congratulations-icon{text-align:center;margin-top:1em}#__ID__ .civsci-widget .civsci-widget-trending-checklist__congratulations-icon svg{width:30%;height:30%;margin:0 auto}#__ID__ .civsci-widget .civsci-widget-trending-checklist__congratulations-icon svg .civsci-icon--fill-shading{fill:none;fill:#e3e3e3}#__ID__ .civsci-widget .civsci-widget-trending-checklist__congratulations-icon svg .civsci-icon--fill-solid{fill:#bbb}#__ID__ .civsci-widget .civsci-widget-trending-checklist__congratulations-icon svg .civsci-icon--stroke{stroke:#bbb}#__ID__ .civsci-widget .civsci-widget-trending-checklist__congratulations-text{text-align:center;color:#999;font-size:1.23077em}@keyframes trending-checklist-fade-out{0%{opacity:1}to{opacity:0}}#__ID__ .civsci-widget:before{content:none;display:block;font-size:1.23077em;font-weight:700}#__ID__ .civsci-widget{font-family:sans-serif;font-size:13px;color:#333;font-weight:400;width:100%;box-sizing:border-box}#__ID__ .civsci-widget .civsci-widget--title{font-size:1.23077em;font-weight:700}#__ID__ .civsci-widget .civsci-widget__subtitle{font-size:1em;color:#999;margin:.61538em 0}#__ID__ .civsci-widget .civsci-widget--detail-text{color:#999}#__ID__ .civsci-widget .civsci-widget__body{width:100%;box-sizing:border-box;padding:4px;display:table;table-layout:fixed;min-height:250px;overflow:hidden}#__ID__ .civsci-widget .civsci-slide{position:relative;float:left;top:0;width:100%;padding:1.23077em;background:#fff;box-shadow:0 0 4px #aaa;box-sizing:border-box;min-height:250px;visibility:hidden;display:none;margin-left:-116%;left:348%;transition:left .6s}#__ID__ .civsci-widget .civsci-slide:first-child{left:-116%}#__ID__ .civsci-widget .civsci-slide:nth-child(2){left:0;visibility:visible}#__ID__ .civsci-widget .civsci-slide:nth-child(3){left:116%;display:block;visibility:visible}#__ID__ .civsci-widget .civsci-slide:nth-child(4){left:232%;visibility:visible}#__ID__ .civsci-widget .civsci-widget__body[data-civsci-widget-engaged] .civsci-slide{display:block}#__ID__ .civsci-widget .civsci-slide__box{margin-top:1.23077em;box-sizing:border-box}#__ID__ .civsci-widget .civsci-slide__box:first-child{margin-top:0!important}#__ID__ .civsci-widget .civsci-slide__banner{margin-left:-1.23077em;margin-right:-1.23077em;padding:1.23077em}#__ID__ .civsci-widget .civsci-slide__banner .civsci-slide__box{margin-top:.61538em}#__ID__ .civsci-widget .civsci-slide__banner .civsci-widget--title{font-size:1.07692em}#__ID__ .civsci-widget .civsci-question__option{margin-top:.61538em;border:1px solid #999}#__ID__ .civsci-widget .civsci-question__option:first-child{margin-top:0}#__ID__ .civsci-widget .civsci-question__option input[type=checkbox],#__ID__ .civsci-widget .civsci-question__option input[type=radio]{display:none}#__ID__ .civsci-widget .civsci-question__option label{display:inline-block;box-sizing:border-box;padding:.61538em;width:100%;cursor:pointer}#__ID__ .civsci-widget .civsci-widget--civicscience-clickable{background-color:#e6f6ff;transition:background-color .2s}#__ID__ .civsci-widget .civsci-widget--civicscience-clickable:hover{background-color:#cdedff}#__ID__ .civsci-widget .civsci-widget--civicscience-clickable-dark,#__ID__ .civsci-widget .civsci-widget--civicscience-clickable:active{background-color:#b3e4ff}#__ID__ .civsci-widget .civsci-signpost{font-size:1.4em;position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__text{text-align:center;color:#999}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__icon{text-align:center;margin-top:1em}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__icon svg{width:60%;margin:0 auto}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__icon svg .civsci-icon--fill-shading{fill:#e3e3e3}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__icon svg .civsci-icon--fill-solid{fill:#bbb}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__icon svg .civsci-icon--stroke{stroke:#bbb}#__ID__ .civsci-widget .civsci-result .civsci-result__option{margin-top:.61538em;padding:.61538em;border:1px solid #999;box-sizing:border-box;width:100%;position:relative;overflow:hidden;z-index:0}#__ID__ .civsci-widget .civsci-result .civsci-result__option-chart-fill{position:absolute;top:0;left:0;height:100%;width:0;z-index:-1}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-1 .civsci-result__option-chart-fill{width:1%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-2 .civsci-result__option-chart-fill{width:2%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-3 .civsci-result__option-chart-fill{width:3%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-4 .civsci-result__option-chart-fill{width:4%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-5 .civsci-result__option-chart-fill{width:5%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-6 .civsci-result__option-chart-fill{width:6%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-7 .civsci-result__option-chart-fill{width:7%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-8 .civsci-result__option-chart-fill{width:8%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-9 .civsci-result__option-chart-fill{width:9%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-10 .civsci-result__option-chart-fill{width:10%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-11 .civsci-result__option-chart-fill{width:11%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-12 .civsci-result__option-chart-fill{width:12%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-13 .civsci-result__option-chart-fill{width:13%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-14 .civsci-result__option-chart-fill{width:14%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-15 .civsci-result__option-chart-fill{width:15%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-16 .civsci-result__option-chart-fill{width:16%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-17 .civsci-result__option-chart-fill{width:17%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-18 .civsci-result__option-chart-fill{width:18%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-19 .civsci-result__option-chart-fill{width:19%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-20 .civsci-result__option-chart-fill{width:20%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-21 .civsci-result__option-chart-fill{width:21%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-22 .civsci-result__option-chart-fill{width:22%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-23 .civsci-result__option-chart-fill{width:23%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-24 .civsci-result__option-chart-fill{width:24%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-25 .civsci-result__option-chart-fill{width:25%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-26 .civsci-result__option-chart-fill{width:26%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-27 .civsci-result__option-chart-fill{width:27%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-28 .civsci-result__option-chart-fill{width:28%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-29 .civsci-result__option-chart-fill{width:29%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-30 .civsci-result__option-chart-fill{width:30%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-31 .civsci-result__option-chart-fill{width:31%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-32 .civsci-result__option-chart-fill{width:32%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-33 .civsci-result__option-chart-fill{width:33%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-34 .civsci-result__option-chart-fill{width:34%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-35 .civsci-result__option-chart-fill{width:35%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-36 .civsci-result__option-chart-fill{width:36%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-37 .civsci-result__option-chart-fill{width:37%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-38 .civsci-result__option-chart-fill{width:38%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-39 .civsci-result__option-chart-fill{width:39%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-40 .civsci-result__option-chart-fill{width:40%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-41 .civsci-result__option-chart-fill{width:41%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-42 .civsci-result__option-chart-fill{width:42%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-43 .civsci-result__option-chart-fill{width:43%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-44 .civsci-result__option-chart-fill{width:44%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-45 .civsci-result__option-chart-fill{width:45%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-46 .civsci-result__option-chart-fill{width:46%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-47 .civsci-result__option-chart-fill{width:47%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-48 .civsci-result__option-chart-fill{width:48%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-49 .civsci-result__option-chart-fill{width:49%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-50 .civsci-result__option-chart-fill{width:50%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-51 .civsci-result__option-chart-fill{width:51%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-52 .civsci-result__option-chart-fill{width:52%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-53 .civsci-result__option-chart-fill{width:53%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-54 .civsci-result__option-chart-fill{width:54%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-55 .civsci-result__option-chart-fill{width:55%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-56 .civsci-result__option-chart-fill{width:56%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-57 .civsci-result__option-chart-fill{width:57%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-58 .civsci-result__option-chart-fill{width:58%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-59 .civsci-result__option-chart-fill{width:59%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-60 .civsci-result__option-chart-fill{width:60%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-61 .civsci-result__option-chart-fill{width:61%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-62 .civsci-result__option-chart-fill{width:62%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-63 .civsci-result__option-chart-fill{width:63%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-64 .civsci-result__option-chart-fill{width:64%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-65 .civsci-result__option-chart-fill{width:65%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-66 .civsci-result__option-chart-fill{width:66%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-67 .civsci-result__option-chart-fill{width:67%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-68 .civsci-result__option-chart-fill{width:68%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-69 .civsci-result__option-chart-fill{width:69%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-70 .civsci-result__option-chart-fill{width:70%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-71 .civsci-result__option-chart-fill{width:71%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-72 .civsci-result__option-chart-fill{width:72%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-73 .civsci-result__option-chart-fill{width:73%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-74 .civsci-result__option-chart-fill{width:74%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-75 .civsci-result__option-chart-fill{width:75%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-76 .civsci-result__option-chart-fill{width:76%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-77 .civsci-result__option-chart-fill{width:77%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-78 .civsci-result__option-chart-fill{width:78%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-79 .civsci-result__option-chart-fill{width:79%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-80 .civsci-result__option-chart-fill{width:80%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-81 .civsci-result__option-chart-fill{width:81%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-82 .civsci-result__option-chart-fill{width:82%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-83 .civsci-result__option-chart-fill{width:83%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-84 .civsci-result__option-chart-fill{width:84%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-85 .civsci-result__option-chart-fill{width:85%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-86 .civsci-result__option-chart-fill{width:86%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-87 .civsci-result__option-chart-fill{width:87%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-88 .civsci-result__option-chart-fill{width:88%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-89 .civsci-result__option-chart-fill{width:89%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-90 .civsci-result__option-chart-fill{width:90%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-91 .civsci-result__option-chart-fill{width:91%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-92 .civsci-result__option-chart-fill{width:92%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-93 .civsci-result__option-chart-fill{width:93%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-94 .civsci-result__option-chart-fill{width:94%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-95 .civsci-result__option-chart-fill{width:95%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-96 .civsci-result__option-chart-fill{width:96%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-97 .civsci-result__option-chart-fill{width:97%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-98 .civsci-result__option-chart-fill{width:98%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-99 .civsci-result__option-chart-fill{width:99%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-100 .civsci-result__option-chart-fill{width:100%}#__ID__ .civsci-widget .civsci-result .civsci-result__option-text{position:relative;width:calc(100% - 3em)}#__ID__ .civsci-widget .civsci-result .civsci-result__option-percent{text-align:right;min-width:3em;padding-left:1.23077em;position:relative;float:right}#__ID__ .civsci-widget .civsci-slide__portal-link{width:67%;margin-left:auto;margin-right:auto;text-align:center}#__ID__ .civsci-widget .civsci-slide__portal-link a,#__ID__ .civsci-widget .civsci-slide__portal-link a:visited{cursor:pointer;color:#333;text-decoration:none;font-weight:700}#__ID__ .civsci-widget .civsci-slide__portal-link a:hover{text-decoration:underline}#__ID__ .civsci-widget .civsci-slide__privacy{margin-top:1em}#__ID__ .civsci-widget .civsci-slide__privacy a,#__ID__ .civsci-widget .civsci-slide__privacy span{color:#999;font-size:.84615em}#__ID__ .civsci-widget .civsci-slide__privacy a,#__ID__ .civsci-widget .civsci-slide__privacy a:visited{cursor:pointer;text-decoration:none}#__ID__ .civsci-widget .civsci-slide__privacy a:hover{border-bottom:1px dotted #999}#__ID__ .civsci-widget .civsci-widget__buttons{display:table;width:100%;text-align:center}#__ID__ .civsci-widget .civsci-widget__buttons a,#__ID__ .civsci-widget .civsci-widget__buttons button{display:inline-block;border:1px solid #999;border-radius:3px;padding:.61538em;margin-left:1.23077em;background:#fff;color:#333;text-transform:uppercase;text-align:center;text-decoration:none;outline:none;box-sizing:border-box;font-family:inherit;font-size:inherit;transition:background .2s,opacity .2s;box-shadow:none;position:relative;width:calc(50% - 1em)}#__ID__ .civsci-widget .civsci-widget__buttons a:first-child,#__ID__ .civsci-widget .civsci-widget__buttons button:first-child{margin-left:0}#__ID__ .civsci-widget .civsci-widget__buttons a:only-child,#__ID__ .civsci-widget .civsci-widget__buttons button:only-child{min-width:67%;width:auto;margin:0 auto}#__ID__ .civsci-widget .civsci-widget__buttons a:focus,#__ID__ .civsci-widget .civsci-widget__buttons button:focus{outline:none}#__ID__ .civsci-widget .civsci-widget__buttons a:before,#__ID__ .civsci-widget .civsci-widget__buttons button:before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:#333;opacity:0;border-radius:3px}#__ID__ .civsci-widget .civsci-widget__buttons a:not([disabled]):hover:before,#__ID__ .civsci-widget .civsci-widget__buttons button:not([disabled]):hover:before{opacity:.2}#__ID__ .civsci-widget .civsci-widget__buttons a:not([disabled]):active:before,#__ID__ .civsci-widget .civsci-widget__buttons button:not([disabled]):active:before{opacity:.4}#__ID__ .civsci-widget .civsci-widget__buttons a.civsci-widget--primary-button,#__ID__ .civsci-widget .civsci-widget__buttons button.civsci-widget--primary-button{background-color:#333;color:#fff;border:none!important;padding:calc(.61538em + 1px)}#__ID__ .civsci-widget .civsci-widget__buttons a.civsci-widget--primary-button:before,#__ID__ .civsci-widget .civsci-widget__buttons button.civsci-widget--primary-button:before{background:#fff}#__ID__ .civsci-widget .civsci-widget__buttons a[disabled],#__ID__ .civsci-widget .civsci-widget__buttons button[disabled]{opacity:.3}#__ID__ .civsci-widget .civsci-slide__overlay{display:none;background:#fff;position:absolute;top:0;left:0;width:100%;height:100%}#__ID__ .civsci-widget .civsci-slide__overlay[data-civsci-widget-slide-overlay=true]{display:block}#__ID__ .civsci-widget [data-civsci-widget-disabled]:before{content:" ";display:block;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}#__ID__ .civsci-widget .civsci-widget--partner-background-color{background-color:#b3e4ff}#__ID__ .civsci-widget .civsci-widget__caption-title{text-transform:uppercase;font-weight:700;margin-bottom:.30769em}#__ID__ .civsci-widget .civsci-widget__caption{background:#e6f6ff;color:#2272b9}#__ID__ .civsci-widget .civsci-widget__caption a,#__ID__ .civsci-widget .civsci-widget__caption a:visited{color:inherit;text-decoration:underline}#__ID__ .civsci-widget .civsci-widget__caption a:hover{color:#00a2ff}#__ID__ .civsci-widget .civsci-widget__caption:after{content:"";display:block;height:0;clear:both}#__ID__ .civsci-widget .civsci-widget__caption-icon{float:left;padding-right:.61538em}#__ID__ .civsci-widget .civsci-widget__caption-icon svg{width:36px;height:36px}#__ID__ .civsci-widget .civsci-widget__caption-icon svg .civsci-icon--stroke{stroke:#00a2ff}#__ID__ .civsci-widget .civsci-widget__caption-icon svg .civsci-icon--fill-solid{fill:#00a2ff}#__ID__ .civsci-widget .civsci-widget__caption-icon svg .civsci-icon--fill-shading{fill:#ccecff}#__ID__ .civsci-widget .civsci-widget__caption-text{display:table}#__ID__ .civsci-widget .civsci-widget__highlight-flag{margin-bottom:-1.23077em}#__ID__ .civsci-widget .civsci-question__option input[type=checkbox]+label,#__ID__ .civsci-widget .civsci-question__option input[type=radio]+label{position:relative;padding-left:calc(1.23077em + 18px)}#__ID__ .civsci-widget .civsci-question__option input[type=checkbox]+label:before,#__ID__ .civsci-widget .civsci-question__option input[type=radio]+label:before{content:"";width:18px;height:18px;border:1px solid #999;padding:0;box-sizing:border-box;background-color:#fff;z-index:0;position:absolute;top:50%;left:calc(.61538em + 9px);transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-question__option input[type=checkbox]:checked+label:after,#__ID__ .civsci-widget .civsci-question__option input[type=radio]:checked+label:after{position:absolute;content:"";z-index:0;padding:0}#__ID__ .civsci-widget .civsci-question__option input[type=radio]+label:before{border-radius:50%}#__ID__ .civsci-widget .civsci-question__option input[type=radio]:checked+label:after{width:12px;height:12px;border-radius:50%;background-color:#333;z-index:0;position:absolute;top:50%;left:calc(.61538em + 9px);transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-question__option input[type=checkbox]:checked+label:after{background:transparent;box-sizing:border-box;border-left:3px solid #333;border-bottom:3px solid #333;height:6px;width:11px;position:absolute;top:50%;left:calc(.61538em + 9px);transform:rotate(-45deg) translate(-50%,-50%);transform-origin:0 0;-ms-transform:rotate(-45deg) translate(-50%,-50%);-ms-transform-origin:0 0;-webkit-transform:rotate(-45deg) translate(-50%,-50%);-webkit-transform-origin:0 0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=checkbox]+label,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]+label{position:relative;padding-left:calc(1.23077em + 18px)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=checkbox]+label:before,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]+label:before{content:"";width:18px;height:18px;border:1px solid #999;padding:0;box-sizing:border-box;background-color:#fff;z-index:0;position:absolute;top:50%;left:calc(.61538em + 9px);transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=checkbox]:checked+label:after,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]:checked+label:after{position:absolute;content:"";z-index:0;padding:0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]+label:before{border-radius:50%}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]:checked+label:after{width:12px;height:12px;border-radius:50%;background-color:#333;z-index:0;position:absolute;top:50%;left:calc(.61538em + 9px);transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=checkbox]:checked+label:after{background:transparent;box-sizing:border-box;border-left:3px solid #333;border-bottom:3px solid #333;height:6px;width:11px;position:absolute;top:50%;left:calc(.61538em + 9px);transform:rotate(-45deg) translate(-50%,-50%);transform-origin:0 0;-ms-transform:rotate(-45deg) translate(-50%,-50%);-ms-transform-origin:0 0;-webkit-transform:rotate(-45deg) translate(-50%,-50%);-webkit-transform-origin:0 0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic]{overflow:hidden}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__body{overflow:visible}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-slide{background:transparent;padding-left:0;padding-right:0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-slide__overlay{background:transparent}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__body[data-civsci-widget-engaged] .civsci-slide{transition:none;display:none}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__body[data-civsci-widget-engaged] .civsci-slide:nth-child(3){display:block!important}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__body{padding:0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-slide{box-shadow:none}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option{margin-top:0;border:none;border-bottom:1px solid #ddd;margin-right:-1.23077em}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option label,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option label{padding:.76923em}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-widget--markable:first-child .civsci-question__option,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-widget--markable:first-child .civsci-question__option{border-top:1px solid #ddd}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-widget--civicscience-clickable,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-widget--civicscience-clickable{background-color:transparent!important;transition:none}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option input[type=checkbox]+label,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option input[type=radio]+label,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option input[type=checkbox]+label,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option input[type=radio]+label{padding-left:calc(.76923em + 18px)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option input[type=checkbox]+label:after,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option input[type=checkbox]+label:before,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option input[type=radio]+label:after,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option input[type=radio]+label:before,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option input[type=checkbox]+label:after,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option input[type=checkbox]+label:before,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option input[type=radio]+label:after,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option input[type=radio]+label:before{left:9px!important}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__buttons a,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__buttons button{padding:.76923em}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__buttons a:only-child,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__buttons button:only-child{min-width:0;width:100%}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__buttons button.civsci-question__submit-button{color:#333;background-color:#e0e0e0;padding:calc(.76923em + 1px)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__buttons button.civsci-question__submit-button:before{background-color:#333}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-result__option{background:#fff}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-matrix tbody tr:nth-of-type(odd) td{background-color:rgba(0,0,0,.05)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-slide__banner{margin-left:0;margin-right:0;padding-left:.61538em;padding-right:.61538em}',""]);
},function(t,i,e){var c=e(1);!function(t){function i(t,i){return t.w('<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 157 97.6" style="enable-background:new 0 0 157 97.6;" xml:space="preserve"><style>.civsci-icon--fill-shading {fill: #cecece;}.civsci-icon--fill-solid {fill: #000000;}.civsci-icon--stroke {stroke: #000000;}</style><g><path class="civsci-icon--fill-shading" d="M117,82.2c12.4,1.3,19.7,3.2,19.7,5.4c0,4-25.2,7.2-62,7.2s-61.5-3.2-61.5-7.2c0-2,6.2-3.8,17-5.1v5.1h87.3L117,82.2z"/></g><g><path class="civsci-icon--fill-solid" d="M117.4,20.4h-87c-0.7,0-1.3,0.6-1.3,1.3v65.8c0,0.7,0.6,1.3,1.3,1.3h87c0.7,0,1.3-0.6,1.3-1.3V21.8C118.7,21,118.1,20.4,117.4,20.4z M116,23.1v6.1H31.7v-6.1H116z M31.7,86.3V31.9H116v54.4H31.7z"/></g><rect x="31.7" y="23.1" class="civsci-icon--fill-shading" width="84.4" height="6.1"/><circle class="civsci-icon--fill-solid" cx="40.5" cy="26.2" r="1.2"/><rect x="47.8" y="38.1" class="civsci-icon--fill-shading civsci-icon--stroke" style="stroke-width:2.4999;stroke-miterlimit:10;" width="54.2" height="9.1"/><polygon style="fill:#ffffff;" points="120.9,91.2 114.9,91.2 113.1,71.1 120.9,71.1 "/><path style="fill:#FFFFFF;" d="M131.3,39.6c0,7.1-4.8,12-9.6,14c-1.1,0.5-1.1,1.7-2.4,1.7c-1.1,0-2.3,0.7-2.9,0c-0.5-0.6-0.3-2.4-1.2-3c-4-2.5-7.9-6.7-7.9-12.8c0-8.7,5.4-15.8,12-15.8S131.3,30.9,131.3,39.6z"/><ellipse class="civsci-icon--fill-shading" cx="126.5" cy="94.8" rx="12.9" ry="2.8"/><path style="fill:#FFFFFF;" d="M114.9,94.7c0-1.6,1.4-3.2,3.1-3.2s3.1,1.6,3.1,3.2H114.9z"/><path class="civsci-icon--fill-shading" d="M127.4,25c0,0,9.4,12.2-1.3,24.5l3,1.6C129.1,51.1,143.3,35.3,127.4,25z"/><path class="civsci-icon--fill-shading" d="M118.7,92h1.2V79.9l1.8-1.8v-3.2l-2.1-0.3V76c0,0,0.2,1.6-0.7,2.2c0,0-1.1,0.4-1.1,1.7v12h0.9V92z"/><path class="civsci-icon--stroke" style="fill:#FFFFFF;stroke-width:1.7377;stroke-linejoin:round;stroke-miterlimit:10;" d="M127.6,50.6c-1.6,1.3-3.8,2.4-6.7,2.9l-0.3,2.3l0.3-2.3"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.7377;stroke-linejoin:round;stroke-miterlimit:10;" d="M115.4,56.8l0.5-4.1c-9-3.3-9-12.1-9-12.1c-2.5-2.6,0.4-4.6,0.4-4.6c0.5-1.8,1.4-3.6,2.4-5"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.7377;stroke-linejoin:round;stroke-miterlimit:10;" x1="114.8" y1="79.2" x2="114.8" y2="92.5"/><path class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.4895;stroke-linejoin:round;stroke-miterlimit:10;" d="M115.7,91.4c-1.7,0-3.1,1.6-3.1,3.2h2.7"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.8963;stroke-linejoin:round;stroke-miterlimit:10;" d="M122.1,74.3v2.1c0,1.5-0.8,2.9-2,3.6v12.4"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.7377;stroke-linejoin:round;stroke-miterlimit:10;" d="M113.8,74.3L113.8,74.3v2.1c0,1.5,0.8,2.9,2,3.6v12.4"/><path style="fill:#ffffff;" d="M117,91.2c0,0,2,1.5,0.3,3.5l3.5-0.3C120.7,94.4,120.3,90.9,117,91.2z"/><path class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.7377;stroke-linejoin:round;stroke-miterlimit:10;" d="M118.5,55.9L118.5,55.9c2.7,0.1,5,2.2,5.3,4.9l1.3,13.5v0.2L111.2,74v-0.2l1.8-13.3C113.4,57.8,115.7,55.8,118.5,55.9z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.4895;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M121.7,38.6c1.4,1.3,1.5,3.5,0.2,4.9c-0.9,1-2.2,1.3-3.5,1"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.7377;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M123.2,46.5c1.3,1.7,2.9,3.2,4.9,4.1c0.2,0.1,0.5,0.2,0.7,0.2s0.4-0.2,0.5-0.3c1.4-1.1,2.6-2.5,3.5-4c2-3.3,2.8-7.3,2.2-11.1s-2.5-7.4-5.3-10c0.5,0.9,0.5,1.9,0.2,2.9c-0.8-2-2.4-3.6-4.3-4.5c0,0.7,0,1.4,0,2.1c0-0.4-2.7-1.3-3-1.4c-2.3-0.8-4.6-0.7-6.9,0.1c-3,0.9-5.7,2.9-7.1,5.6c1.3,0,2.9,0.9,4.1,1.4c2.3,1,4.4,2.5,6.2,4.2c0,0,2.4-1.2,4.7,0.5c2.9,2.1,2.9,6.8,0.4,9.4C123.8,46,123.5,46.3,123.2,46.5"/><g><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.4895;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M107.6,44c1.1,1.1,2.6,1.4,4,1.1"/></g><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.4895;stroke-linejoin:round;stroke-miterlimit:10;" d="M114.9,94.7c0-1.6,1.4-3.2,3.1-3.2s3.1,1.6,3.1,3.2H114.9z"/><path class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.7377;stroke-linejoin:round;stroke-miterlimit:10;" d="M109.1,63.7l-1.9-0.5c-1.3-0.4-2.6,0.1-2.9,1.1l0,0c-0.3,1,0.5,2.2,1.8,2.6l1.9,0.6"/><path class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.7377;stroke-linejoin:round;stroke-miterlimit:10;" d="M114.9,65.3l1.4-4.7c0.3-1.4,1.6-2.2,2.9-1.9s2,1.6,1.7,3c0,0.1-0.1,0.2-0.1,0.3l0,0l-1.7,5.5c0,0-0.7,4-6,2.3l-5.2-1.8c-0.5-0.2-0.8-0.7-0.5-1.2l0.9-2.8c0.2-0.4,0.7-0.6,1.2-0.4l4.7,1.5L114.9,65.3z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.558;stroke-linejoin:round;stroke-miterlimit:10;" d="M8.1,39l1.3-4c0-0.1,0.2-0.1,0.3,0l1.3,4c0,0,0,0.1,0.1,0.1l4,1.3c0.1,0,0.1,0.2,0,0.3l-4,1.3c0,0-0.1,0-0.1,0.1l-1.3,4c0,0.1-0.2,0.1-0.3,0l-1.3-4c0,0,0-0.1-0.1-0.1l-4-1.3c-0.1,0-0.1-0.2,0-0.3L8.1,39L8.1,39z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.558;stroke-linejoin:round;stroke-miterlimit:10;" d="M146.3,58.3l1.3-4c0-0.1,0.2-0.1,0.3,0l1.3,4c0,0,0,0.1,0.1,0.1l4,1.3c0.1,0,0.1,0.2,0,0.3l-4,1.3c0,0-0.1,0-0.1,0.1l-1.3,4c0,0.1-0.2,0.1-0.3,0l-1.3-4c0,0,0-0.1-0.1-0.1l-4-1.3c-0.1,0-0.1-0.2,0-0.3L146.3,58.3C146.2,58.3,146.3,58.3,146.3,58.3z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:0.9788;stroke-linejoin:round;stroke-miterlimit:10;" d="M152.5,45.5l0.8-2.5c0-0.1,0.1-0.1,0.2,0l0.8,2.5c0,0,0,0,0.1,0.1l2.5,0.8c0.1,0,0.1,0.1,0,0.2l-2.5,0.8c0,0,0,0-0.1,0.1l-0.8,2.5c0,0.1-0.1,0.1-0.2,0l-0.8-2.5c0,0,0,0-0.1-0.1l-2.5-0.8c-0.1,0-0.1-0.1,0-0.2L152.5,45.5C152.4,45.6,152.5,45.6,152.5,45.5z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:0.9788;stroke-linejoin:round;stroke-miterlimit:10;" d="M61,9l0.8-2.5c0-0.1,0.1-0.1,0.2,0L62.9,9c0,0,0,0,0.1,0.1l2.5,0.8c0.1,0,0.1,0.1,0,0.2L63,10.9c0,0,0,0-0.1,0.1L62,13.5c0,0.1-0.1,0.1-0.2,0L61,10.9c0,0,0,0-0.1-0.1L58.5,10c-0.1,0-0.1-0.1,0-0.2L61,9L61,9z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.152;stroke-linejoin:round;stroke-miterlimit:10;" d="M17,31.6l1-3c0-0.1,0.2-0.1,0.2,0l1,3c0,0,0,0.1,0.1,0.1l3,1c0.1,0,0.1,0.2,0,0.2l-3,1c0,0-0.1,0-0.1,0.1l-1,3c0,0.1-0.2,0.1-0.2,0l-1-3c0,0,0-0.1-0.1-0.1l-3-1c-0.1,0-0.1-0.2,0-0.2L17,31.6L17,31.6z"/><path class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.7377;stroke-linejoin:round;stroke-miterlimit:10;" d="M31.9,16.8c0.9-1.4,1.4-3,1.4-4.8c0-5-4.1-9.1-9.1-9.1h-13c-5,0-9.1,4.1-9.1,9.1s4.1,9.1,9.1,9.1h13c0.8,0,1.6-0.1,2.3-0.3c0.5,1.3,1.8,2.3,3.3,2.3c1.9,0,3.5-1.6,3.5-3.5C33.2,18.4,32.7,17.4,31.9,16.8z"/><circle class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.7601;stroke-linejoin:round;stroke-miterlimit:10;" cx="35.4" cy="26.3" r="1.8"/><path class="civsci-icon--fill-solid" d="M24.4,14L24.4,14c-1.1,0-2-0.9-2-2l0,0c0-1.1,0.9-2,2-2l0,0c1.1,0,2,0.9,2,2l0,0C26.4,13.1,25.5,14,24.4,14z"/><path class="civsci-icon--fill-solid" d="M17.7,14L17.7,14c-1.1,0-2-0.9-2-2l0,0c0-1.1,0.9-2,2-2l0,0c1.1,0,2,0.9,2,2l0,0C19.7,13.1,18.8,14,17.7,14z"/><path class="civsci-icon--fill-solid" d="M10.9,14L10.9,14c-1.1,0-2-0.9-2-2l0,0c0-1.1,0.9-2,2-2l0,0c1.1,0,2,0.9,2,2l0,0C12.9,13.1,12,14,10.9,14z"/><g><polyline class="civsci-icon--stroke" style="fill:none;stroke-width:2.4999;stroke-linejoin:round;stroke-miterlimit:10;" points="60.9,70.3 54.1,70.3 54.1,79.4 60.9,79.4 \t"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:2.4999;stroke-linejoin:round;stroke-miterlimit:10;" d="M92.8,70.3h-4.6c-1.3,0-2.3,1-2.3,2.3v4.6c0,1.3,1,2.3,2.3,2.3h4.6"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:2.4999;stroke-linejoin:round;stroke-miterlimit:10;" x1="54.1" y1="74.9" x2="58.6" y2="74.9"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:2.4999;stroke-linejoin:round;stroke-miterlimit:10;" x1="64.3" y1="72.6" x2="70" y2="72.6"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:2.4999;stroke-linejoin:round;stroke-miterlimit:10;" x1="64.3" y1="77.2" x2="70" y2="77.2"/><polyline class="civsci-icon--stroke" style="fill:none;stroke-width:2.4999;stroke-linejoin:round;stroke-miterlimit:10;" points="74.6,79.4 74.6,70.3 78,74.9 81.4,70.3 81.4,79.4 \t"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:2.4999;stroke-linejoin:round;stroke-miterlimit:10;" d="M89.4,60.1c0-2.3,1.8-3.4,3.4-3.4c1.7,0,3.4,1.3,3.4,3c0,2-6.8,6.1-6.8,6.1h6.8"/><rect x="49.5" y="52.1" class="civsci-icon--stroke" style="fill:none;stroke-width:2.4999;stroke-miterlimit:10;" width="52.4" height="35.5"/></g><polygon style="fill:#ffffff;" points="43.9,71.3 59.9,71.3 59.6,75.3 58,77.3 58,89.6 53.5,89.6 53.5,77.9 50.2,78.1 50.2,89.9 45.6,89.9 45.6,77.8 43.7,75.2 "/><ellipse class="civsci-icon--fill-shading" cx="51.7" cy="94.7" rx="13.1" ry="2.8"/><path class="civsci-icon--stroke" style="fill:#FFFFFF;stroke-width:1.5451;stroke-linejoin:round;stroke-miterlimit:10;" d="M67.1,43.1l0.9-2c0.5-1.2,1.8-1.8,2.9-1.4l0,0c1.1,0.4,1.6,1.8,1.1,3l-0.7,1.7"/><path class="civsci-icon--stroke" style="fill:#FFFFFF;stroke-width:1.5451;stroke-linejoin:round;stroke-miterlimit:10;" d="M40.9,72.8l-0.5,1.8c-0.4,1.2-1.5,2-2.5,1.7l0,0c-1-0.3-1.6-1.5-1.2-2.8l0.3-1.1"/><polyline style="fill:#ffffff;" points="58.8,61.4 59.9,71.3 43.9,71.3 44.5,61.5 40.2,72.9 36.7,72 41.9,56.3 "/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linejoin:round;stroke-miterlimit:10;" x1="43.4" y1="71.3" x2="59.9" y2="71.3"/><rect x="48.4" y="52.6" style="fill:#FFFFFF;" width="6.6" height="2.8"/><path style="fill:#ffffff;" d="M49.6,59.8h-5c-1.2,0-2.2-1-2.2-2.2v-0.3c0-1.2,1-2.2,2.2-2.2h5c1.2,0,2.2,1,2.2,2.2v0.3C51.8,58.8,50.8,59.8,49.6,59.8z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M48.3,54.9c-1.2,0-3-0.1-4.2,0.2c-0.8,0.2-1.6,0.6-2.2,1.2c-1.5,1.7-2.1,4.2-2.6,6.3c-0.7,2.9-1.9,6.5-2.6,9.4c-0.1,0.5,0.2,0.9,0.7,1h2.8c0.5,0.1,0.9-0.3,1-0.8l3.2-10.7l-1.1,9.9v0.2l0,0v2.2c0,1.6,0.9,3,2.2,3.8v13.1"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M55.2,54.9v-2.5c2.1-0.9,4.7-3,6.2-5"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="48.1" y1="54.9" x2="48.1" y2="52.4"/><polyline class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linejoin:round;stroke-miterlimit:10;" points="50.2,91.2 50.2,78.1 53.5,78.1 53.5,90.7 "/><path class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.5451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M59.9,71.3l-0.8-10.8c1.4-0.6,4.9-3.4,6.4-5.1c1.8-2.1,2.8-3.9,4.1-6.3c0.6-1.2,1.5-3,2-4.3c0.2-0.5,0-0.9-0.5-1.1l-3.5-0.6c-0.5-0.2-1,0.1-1.2,0.5l-5.5,8.8c-2.7,3-5.7,2.5-5.7,2.5c-1,0.7-2.4,1.2-3.5,1.2s-2.4-0.5-3.5-1.2"/><path class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.5451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M51.1,93c0-1.7-1.5-3.4-3.3-3.4s-3.3,1.7-3.3,3.4H51.1z"/><path class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.5451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M59.1,93c0-1.7-1.5-3.4-3.3-3.4s-3.3,1.7-3.3,3.4H59.1z"/><path class="civsci-icon--fill-shading civsci-icon--stroke" style="stroke-width:1.5451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M65.4,37.4c-0.4-7.8-6.8-14.1-13.5-14.1C45,23.4,38.1,29.9,38,38v14.6h17.2h10.2v-8.8V37.4z"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linejoin:round;stroke-miterlimit:10;" x1="47.5" y1="52.4" x2="47.5" y2="48.8"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linejoin:round;stroke-miterlimit:10;" x1="43.2" y1="52.4" x2="43.2" y2="48.8"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linejoin:round;stroke-miterlimit:10;" x1="56" y1="52.4" x2="56" y2="48.8"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linejoin:round;stroke-miterlimit:10;" x1="51.7" y1="52.4" x2="51.7" y2="48.8"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linejoin:round;stroke-miterlimit:10;" x1="60.3" y1="52.4" x2="60.3" y2="48.8"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.5451;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M59.9,71.3v0.2v2.2c0,1.5-0.8,2.8-1.9,3.6v13.2"/></svg>')}return t.register("icons/calculating",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("icons/calculating",t,i)};s.templateName="icons/calculating",t.exports=s},function(t,i,e){var c=e(1);!function(t){function i(t,i){return t.w('<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 167.1 101.9" style="enable-background:new 0 0 167.1 101.9;" xml:space="preserve"><path class="civsci-icon--fill-shading" d="M164.4,87h-6.8c-0.3,0-0.6-0.3-0.6-0.6v-0.5c0-0.3,0.3-0.6,0.6-0.6h6.8c0.3,0,0.6,0.3,0.6,0.6v0.5C165,86.8,164.7,87,164.4,87z"/><path class="civsci-icon--fill-solid" d="M166,86.2h-4.9c-0.6,0-1.2-0.5-1.2-1.2v-4.9c0-0.6,0.5-1.2,1.2-1.2h4.9c0.6,0,1.2,0.5,1.2,1.2V85C167.1,85.6,166.6,86.2,166,86.2z"/><path class="civsci-icon--fill-shading" d="M110.8,95.4h-8.6c-0.4,0-0.8-0.3-0.8-0.8v-0.7c0-0.4,0.3-0.8,0.8-0.8h8.6c0.4,0,0.8,0.3,0.8,0.8v0.7C111.6,95,111.3,95.4,110.8,95.4z"/><path class="civsci-icon--fill-solid" d="M112.8,94.2h-6.2c-0.8,0-1.5-0.7-1.5-1.5v-6.2c0-0.8,0.7-1.5,1.5-1.5h6.2c0.8,0,1.5,0.7,1.5,1.5v6.2C114.3,93.6,113.7,94.2,112.8,94.2z"/><path class="civsci-icon--fill-shading" d="M34.1,87h-6.8c-0.3,0-0.6-0.3-0.6-0.6v-0.5c0-0.3,0.3-0.6,0.6-0.6h6.8c0.3,0,0.6,0.3,0.6,0.6v0.5C34.8,86.8,34.5,87,34.1,87z"/><path class="civsci-icon--fill-solid" d="M35.7,86.2h-4.9c-0.6,0-1.2-0.5-1.2-1.2v-4.9c0-0.6,0.5-1.2,1.2-1.2h4.9c0.6,0,1.2,0.5,1.2,1.2V85C36.9,85.6,36.4,86.2,35.7,86.2z"/><path class="civsci-icon--fill-shading" d="M135.3,80.4H131c-0.2,0-0.4-0.2-0.4-0.4v-0.3c0-0.2,0.2-0.4,0.4-0.4h4.4c0.2,0,0.4,0.2,0.4,0.4V80C135.7,80.3,135.5,80.4,135.3,80.4z"/><path class="civsci-icon--fill-solid" d="M136.3,79.9h-3.1c-0.4,0-0.8-0.3-0.8-0.8V76c0-0.4,0.3-0.8,0.8-0.8h3.1c0.4,0,0.8,0.3,0.8,0.8v3.1C137.1,79.5,136.8,79.9,136.3,79.9z"/><path class="civsci-icon--fill-shading" d="M5.4,80.4H1c-0.2,0-0.4-0.2-0.4-0.4v-0.3c0-0.2,0.2-0.4,0.4-0.4h4.4c0.2,0,0.4,0.2,0.4,0.4V80C5.7,80.3,5.6,80.4,5.4,80.4z"/><path class="civsci-icon--fill-solid" d="M6.4,79.9H3.2c-0.4,0-0.8-0.3-0.8-0.8V76c0-0.4,0.3-0.8,0.8-0.8h3.1c0.4,0,0.8,0.3,0.8,0.8v3.1C7.1,79.5,6.8,79.9,6.4,79.9z"/><path class="civsci-icon--fill-shading" d="M72,2.3c0,0-17.4,15.3-1.5,36.5l-3.9,1.9c0,0-8.3-8.7-8.3-15.6C58.4,25.2,59.9,2.6,72,2.3z"/><polyline class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.8987;stroke-linejoin:round;stroke-miterlimit:10;" points="78.2,36.2 79,38.9 78.2,36.2 "/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.8987;stroke-linejoin:round;stroke-miterlimit:10;" d="M85,37.8l-1-3.4c10.1-5.3,8.8-15.7,8.8-15.7c2.5-3.5-1.2-5.4-1.2-5.4c-1.3-3.2-3.5-5.8-6.1-7.6l0,0"/><g><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.6275;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M91.9,25.8c-1.1,1.4-3.4,2.1-5.2,2"/></g><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.899;stroke-miterlimit:10;" d="M61.1,10.4c2.7-5.1,7.5-8.8,14.5-9.1c3.6-0.2,7.3,0.9,10.3,3.2c0,0,0.9,10.6-9.8,18.8c0,0-2.2,6.2,3.4,12.8l-13,3.6c-1.1,0.5-4.8-6.9-5.1-7.7C58.5,25,57.8,16.7,61.1,10.4z"/><path class="civsci-icon--fill-shading" d="M63.1,71.2h-4.4c-0.2,0-0.4-0.2-0.4-0.4v-0.3c0-0.2,0.2-0.4,0.4-0.4h4.4c0.2,0,0.4,0.2,0.4,0.4v0.3C63.5,71,63.3,71.2,63.1,71.2z"/><path class="civsci-icon--fill-solid" d="M64.1,70.6H61c-0.4,0-0.8-0.3-0.8-0.8v-3.1c0-0.4,0.3-0.8,0.8-0.8h3.1c0.4,0,0.8,0.3,0.8,0.8v3.1C64.9,70.3,64.5,70.6,64.1,70.6z"/><path class="civsci-icon--fill-solid" d="M106,39.7l-5.3-1.1c-0.5-0.1-0.8-0.6-0.7-1l1.1-5.3c0.1-0.5,0.6-0.8,1-0.7l5.3,1.1c0.5,0.1,0.8,0.6,0.7,1L107,39C106.9,39.5,106.5,39.8,106,39.7z"/><path class="civsci-icon--fill-solid" d="M102.7,32.3L99,32c-0.3,0-0.5-0.3-0.5-0.6l0.4-3.6c0-0.3,0.3-0.5,0.6-0.5l3.6,0.4c0.3,0,0.5,0.3,0.5,0.6l-0.4,3.6C103.3,32.1,103,32.3,102.7,32.3z"/><path class="civsci-icon--fill-solid" d="M100.3,38.6l-5.9,1.1c-0.5,0.1-1-0.2-1.1-0.8L92.2,33c-0.1-0.5,0.2-1,0.8-1.1l5.9-1.1c0.5-0.1,1,0.2,1.1,0.8l1.1,5.9C101.1,38,100.8,38.5,100.3,38.6z"/><path class="civsci-icon--fill-shading" d="M87.7,85.3c0,1.7-6.3,3.1-14.1,3.1s-14-1.4-14-3.1s6.3-3.1,14.1-3.1c2.2,0,4.3,0.1,6.2,0.3l-0.4,2.3L87.7,85.3z"/><path class="civsci-icon--fill-shading" d="M82.7,81.9h-1.5l4-14.4l-2.1-2.1v-0.7l2.5-0.3v1c0,0-0.2-0.5,0.9,0.2c0,0,1.3,0.5,1.3,2.1l-4,14.3L82.7,81.9L82.7,81.9z"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.6275;" x1="91.3" y1="66" x2="96.9" y2="80.6"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:1.6275;" x1="88.7" y1="72.2" x2="92.5" y2="82"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.6275;stroke-linejoin:round;stroke-miterlimit:10;" d="M99.1,82.6c-0.6-1.8-2.8-3.1-4.8-2.4s-2.8,3.1-2.2,4.9L99.1,82.6z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.6275;" d="M83.1,65.6c0.4,0.8,1.1,1.5,1.8,1.9l-4,14.8"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.6275;" d="M92.4,63.2c0,1.8-1,3.4-2.4,4.3l-4,14.8"/><path class="civsci-icon--fill-shading" d="M83.9,81.1c0,0-2.2,1.9,0,4.2h-4.1C79.7,85.3,80,81.1,83.9,81.1z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.6275;stroke-linejoin:round;stroke-miterlimit:10;" d="M86.8,85.1c0-1.9-1.7-3.9-3.7-3.9s-3.7,1.9-3.7,3.9H86.8z"/><line class="civsci-icon--stroke" style="fill:none;stroke-miterlimit:10;" x1="88.7" y1="72.2" x2="92.5" y2="82"/><path class="civsci-icon--stroke civsci-icon--fill-shading" style="stroke-width:1.8987;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M91.6,46l2.1-0.6l1.9,5.1L93,51.7c1.5,2.3,4.1,3.8,7,3.8l0,0c4.6,0,8.4-3.7,8.5-8.4l0.1-11.7l-16.8-0.1l-0.1,9.8"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.6275;" d="M90.9,46.4l-1.5-5c-1.3-3-4.6-4.6-7.8-3.7l0,0c-3.1,0.9-5.1,4.1-4.5,7.3L79,65.8V66l16.8-2.7l-0.1-0.2l-3.3-11.2"/><path class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:1.6275;stroke-linejoin:round;stroke-miterlimit:10;" d="M93.5,46.1l2-0.5c1.4-0.4,2.8,0.1,3.2,1.2l0,0c0.3,1.1-0.5,2.4-1.9,2.8l-2,0.6"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:1.6275;" d="M87.3,47.8l-1.5-5.1c-0.3-1.5-1.7-2.4-3.1-2.1c-1.4,0.3-2.2,1.8-1.8,3.2c0,0.1,0.1,0.2,0.1,0.3l0,0l1.8,6c0,0,0.8,4.4,6.5,2.5l5.6-1.9c0.5-0.2,0.8-0.8,0.6-1.3l-1-3.1c-0.2-0.5-0.7-0.7-1.3-0.5l-5.1,1.6L87.3,47.8z"/></svg>')}return t.register("icons/fetching",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("icons/fetching",t,i)};s.templateName="icons/fetching",t.exports=s},function(t,i,e){var c=e(1);!function(t){function i(t,i){return t.w('<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.95 55.13"><path class="civsci-icon--fill-solid"d="M46.66,22.53a18.39,18.39,0,0,1-1.59-3.13C45.06,7.25,33.86,0,23,0A22.86,22.86,0,0,0,0,23.17c0,8.22,3,14.35,9.07,18.24V53.63a1.5,1.5,0,0,0,1.5,1.5H33.23a1.5,1.5,0,0,0,1.5-1.5V47.24c3.83-.07,6.21-0.54,8-2.33S45,37.77,45,34.76c0.61,0,1.32,0,2,0a3.18,3.18,0,0,0,2.47-1.33,3.13,3.13,0,0,0,.5-1.89c0-.09,0-0.19,0-0.29C50.12,28.59,48.28,25.37,46.66,22.53Zm0.26,9c0,0.08,0,.16,0,0.23l-0.09,0c-1.38.06-3.26,0-3.28,0a1.43,1.43,0,0,0-1.11.43,1.5,1.5,0,0,0-.45,1.1c0.09,3.84-.46,8.58-1.4,9.53-1.12,1.13-2.94,1.47-7.36,1.45a1.4,1.4,0,0,0-1.07.44,1.5,1.5,0,0,0-.44,1.06v6.38H12.07V40.57a1.5,1.5,0,0,0-.73-1.29C5.8,36,3,30.58,3,23.17A19.89,19.89,0,0,1,23,3c9.36,0,19,6.14,19,16.42,0,1.07.68,2.31,2,4.59s3,5.27,2.89,7C46.93,31.17,46.92,31.33,46.92,31.49Z"/><path class="civsci-icon--fill-solid"d="M29.54,11.5A6.81,6.81,0,0,0,23,14.64a6.82,6.82,0,0,0-6.51-3.14,7.39,7.39,0,0,0-6.32,7.65c0,6.62,10.73,14.54,12,15.42a1.5,1.5,0,0,0,1.75,0c1.22-.88,12-8.8,12-15.42A7.39,7.39,0,0,0,29.54,11.5ZM23,31.48c-4.13-3.16-9.83-8.75-9.83-12.33a4.43,4.43,0,0,1,3.68-4.67l0.42,0c1.63,0,3.5,1.13,4.28,4.35a1.5,1.5,0,0,0,2.92,0c0.85-3.5,3-4.53,4.7-4.33a4.43,4.43,0,0,1,3.68,4.67C32.86,23.09,26.42,28.87,23,31.48Z"/><path class="civsci-icon--fill-shading"d="M23,31.48c-4.13-3.16-9.83-8.75-9.83-12.33a4.43,4.43,0,0,1,3.68-4.67l0.42,0c1.63,0,3.5,1.13,4.28,4.35a1.5,1.5,0,0,0,2.92,0c0.85-3.5,3-4.53,4.7-4.33a4.43,4.43,0,0,1,3.68,4.67C32.86,23.09,26.42,28.87,23,31.48Z"/></svg>')}return t.register("icons/head-heart",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("icons/head-heart",t,i)};s.templateName="icons/head-heart",t.exports=s},function(t,i,e){var c=e(1);!function(t){function i(t,i){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",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("icons/left-caret",t,i)};s.templateName="icons/left-caret",t.exports=s},function(t,i,e){var c=e(1);!function(t){function i(t,i){return t.w('<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 49.8 69.3" style="enable-background:new 0 0 49.8 69.3;"><path class="civsci-icon--fill-highlight" d="M46.56,32a5,5,0,0,1-4.9,3.4h-.1a1.61,1.61,0,0,0-1.3.6,1.4,1.4,0,0,0-.2,1.4v.1a4.83,4.83,0,0,1-3.8,6.4,5.27,5.27,0,0,1-3.5-.6h0a1.76,1.76,0,0,1-.5-.4l-.1-.1a1.46,1.46,0,0,0-2.1.3.76.76,0,0,0-.2.5v.1h0c-.1.1-.1.2-.2.3a5,5,0,0,1-6.6,2.8,4.83,4.83,0,0,1-2.8-2.8h0l-.2-.3a1.54,1.54,0,0,0-1.9-1c-.2.1-.3.1-.5.2l-.1.1-.6.3h0a5.37,5.37,0,0,1-3.5.6h0a5,5,0,0,1-2-.8,4.75,4.75,0,0,1-1.8-5.5l.1-.1a1.4,1.4,0,0,0-.2-1.4,1.61,1.61,0,0,0-1.3-.6h0a5.54,5.54,0,0,1-5-3.5,4.75,4.75,0,0,1,1.9-5.5l.1-.1a1.41,1.41,0,0,0,.5-2.1c-.1-.2-.3-.3-.4-.4l-.1-.1a4.75,4.75,0,0,1-1.9-5.5,5.08,5.08,0,0,1,4.9-3.4h.1a1.47,1.47,0,0,0,1.5-1.5.75.75,0,0,0-.1-.5v-.1a4.75,4.75,0,0,1,1.7-5.6,5.59,5.59,0,0,1,6.2.1l.1.1a1.55,1.55,0,0,0,2.1-.3.76.76,0,0,0,.2-.4v-.2a5.13,5.13,0,0,1,6.4-3.3,5,5,0,0,1,3.3,3.3v.1a1.54,1.54,0,0,0,1.9,1c.2-.1.3-.1.4-.2l.1-.1a5.1,5.1,0,0,1,6-.1,4.71,4.71,0,0,1,1.8,5.6v.1a1.45,1.45,0,0,0,.9,1.9,1.09,1.09,0,0,0,.5.1h.3a5,5,0,0,1,4.8,3.4,4.75,4.75,0,0,1-1.9,5.5l-.1.1a1.46,1.46,0,0,0-.4,2.1c.1.2.3.3.4.4l.1.1A4.67,4.67,0,0,1,46.56,32Z"/><polygon class="civsci-icon--fill-shading" points="24.9,14 26.9,21.1 35.1,21.1 29,26.2 32,34.3 24.9,29.3 17.7,34.3 20.8,26.2 14.7,21.1 22.8,21.1 "/><path class="civsci-icon--fill-solid" d="M36.5,20.6c-0.2-0.6-0.8-1-1.4-1H28l-1.7-6c-0.2-0.8-1.1-1.3-1.9-1c-0.5,0.1-0.9,0.5-1,1l-1.7,6h-7c-0.8,0-1.5,0.6-1.5,1.5c0,0.5,0.2,0.9,0.5,1.2l5.3,4.4l-2.7,7.1c-0.3,0.8,0.1,1.6,0.9,1.9c0.5,0.2,1,0.1,1.4-0.2l6.3-4.5l6.3,4.5c0.7,0.5,1.6,0.3,2.1-0.3c0.3-0.4,0.4-0.9,0.2-1.4l-2.7-7.1l5.3-4.4C36.5,21.9,36.7,21.2,36.5,20.6z M28,25c-0.5,0.4-0.7,1.1-0.4,1.7l1.3,3.5L25.8,28c-0.5-0.4-1.2-0.4-1.8,0l-3.1,2.2l1.3-3.5c0.2-0.6,0.1-1.3-0.4-1.7l-2.9-2.4h4c0.7,0,1.3-0.4,1.4-1.1l0.6-2.1l0.6,2.1c0.2,0.6,0.8,1.1,1.4,1.1h4L28,25z"/><path class="civsci-icon--fill-shading" d="M32,44.7h-1c-1.3,3.4-5.1,5-8.5,3.7c-1.7-0.7-3.1-2-3.7-3.7h-1c-1.4,0.8-3,1-4.6,0.7v22.4l11.7-11.7l11.7,11.7V45.4C35,45.7,33.4,45.4,32,44.7z"/><path class="civsci-icon--fill-solid" d="M47.6,25.2c2-2.1,2.6-5.1,1.7-7.8c-0.9-2.7-3.3-4.7-6.1-5.3c0.3-2.8-0.9-5.6-3.3-7.3c-2.4-1.7-5.4-2-8.1-0.8c-2.3-3.9-7.2-5.2-11.1-2.9c-1.2,0.7-2.2,1.7-2.9,2.9c-2.6-1.2-5.7-0.9-8.1,0.8c-2.3,1.7-3.6,4.5-3.3,7.3c-2.9,0.5-5.2,2.6-6.1,5.3c-0.9,2.7-0.2,5.7,1.7,7.8c-2,2.1-2.6,5.1-1.7,7.8c0.9,2.7,3.3,4.7,6.1,5.3c-0.4,3.6,1.7,7.1,5.2,8.3v21.2c0,0.8,0.7,1.5,1.5,1.5c0.4,0,0.8-0.2,1.1-0.4l10.6-10.6l10.6,10.6c0.6,0.6,1.5,0.6,2.1,0c0.3-0.3,0.4-0.7,0.4-1.1V46.5c3.5-1.2,5.6-4.6,5.2-8.3c2.8-0.5,5.2-2.5,6.1-5.2C50.3,30.3,49.6,27.3,47.6,25.2z M35.1,64.2L25.9,55c-0.6-0.6-1.5-0.6-2.1,0l-9.1,9.1V47c1.1,0,2.2-0.3,3.2-0.7c2.2,3.9,7.1,5.2,11,3c1.2-0.7,2.3-1.7,3-3c1,0.5,2.1,0.7,3.2,0.7L35.1,64.2L35.1,64.2z M46.5,32c-0.7,2.1-2.7,3.5-4.9,3.4h-0.1c-0.5,0-1,0.2-1.3,0.6c-0.3,0.4-0.4,0.9-0.2,1.4v0.1c0.7,2,0,4.3-1.8,5.6c-0.6,0.4-1.3,0.7-2,0.8c-1.2,0.2-2.5,0-3.5-0.6l0,0c-0.2-0.1-0.3-0.2-0.5-0.4l-0.1-0.1c-0.7-0.5-1.6-0.4-2.1,0.3c-0.1,0.1-0.2,0.3-0.2,0.5v0.1l0,0c-0.1,0.1-0.1,0.2-0.2,0.3c-1,2.6-4,3.9-6.6,2.8c-1.3-0.5-2.3-1.5-2.8-2.8l0,0L20,43.7c-0.2-0.8-1.1-1.2-1.9-1c-0.2,0.1-0.3,0.1-0.5,0.2L17.5,43c-0.2,0.1-0.4,0.2-0.6,0.3l0,0c-1.1,0.6-2.3,0.8-3.5,0.6l0,0c-0.7-0.1-1.4-0.4-2-0.8c-1.8-1.2-2.5-3.5-1.8-5.5l0.1-0.1c0.2-0.5,0.1-1-0.2-1.4c-0.3-0.4-0.8-0.6-1.3-0.6H8.2C6,35.4,4,34.1,3.2,32c-0.7-2.1,0.1-4.3,1.9-5.5l0.1-0.1C6,26,6.2,25,5.7,24.3c-0.1-0.2-0.3-0.3-0.4-0.4l-0.1-0.1c-1.8-1.2-2.6-3.4-1.9-5.5C4,16.2,6,14.9,8.2,14.9h0.1c0.8,0,1.5-0.6,1.5-1.5c0-0.2,0-0.4-0.1-0.5v-0.1c-0.8-2-0.1-4.3,1.7-5.6C13.3,6,15.8,6,17.6,7.3l0.1,0.1c0.7,0.5,1.6,0.3,2.1-0.3C19.9,7,20,6.8,20,6.7V6.5c0.9-2.7,3.7-4.1,6.4-3.3c1.6,0.5,2.8,1.7,3.3,3.3v0.1c0.2,0.8,1.1,1.2,1.9,1c0.2-0.1,0.3-0.1,0.4-0.2l0.1-0.1c1.8-1.3,4.2-1.4,6-0.1c1.8,1.2,2.6,3.5,1.8,5.6v0.1c-0.3,0.8,0.1,1.6,0.9,1.9c0.2,0.1,0.4,0.1,0.5,0.1h0.3c2.2,0,4.1,1.3,4.8,3.4c0.7,2.1-0.1,4.3-1.9,5.5l-0.1,0.1c-0.7,0.4-0.9,1.4-0.4,2.1c0.1,0.2,0.3,0.3,0.4,0.4l0.1,0.1C46.4,27.7,47.2,29.9,46.5,32z"/></svg>')}return t.register("icons/medal",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("icons/medal",t,i)};s.templateName="icons/medal",t.exports=s},function(t,i,e){var c=e(1);!function(t){function i(t,i){return t.w('<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="6 6 80 80" style="enable-background:new 0 0 88 88;" xml:space="preserve"><g><path class="civsci-icon--fill-solid" d="M57.8,26.4H17.5c-0.9,0-1.5,0.6-1.5,1.5v32.1c0,0.9,0.6,1.5,1.5,1.5h40.3c0.9,0,1.5-0.6,1.5-1.5V27.8C59.3,27.1,58.7,26.4,57.8,26.4z M56.4,58.6H19V29.3h37.4V58.6z"/><path class="civsci-icon--fill-solid" d="M65.2,35.1H69c0.9,0,1.5-0.6,1.5-1.5c0-0.9-0.6-1.5-1.5-1.5h-4c-0.9,0-1.5,0.6-1.5,1.5C63.6,34.5,64.3,35.1,65.2,35.1z"/><path class="civsci-icon--fill-solid" d="M65.2,43.4H69c0.9,0,1.5-0.6,1.5-1.5s-0.6-1.5-1.5-1.5h-4c-0.9,0-1.5,0.6-1.5,1.5C63.7,42.9,64.3,43.4,65.2,43.4z"/><path class="civsci-icon--fill-solid" d="M67.1,48.2c-2.8,0-5.2,2.4-5.2,5.2c0,2.8,2.4,5.2,5.2,5.2s5.2-2.4,5.2-5.2C72.3,50.5,69.9,48.2,67.1,48.2zM67.1,55.7c-1.2,0-2.2-1-2.2-2.2s1-2.2,2.2-2.2s2.2,1,2.2,2.2S68.3,55.7,67.1,55.7z"/><rect x="19" y="29.3" class="civsci-icon--fill-shading" width="37.4" height="29.3"/><path class="civsci-icon--fill-shading" d="M67.1,55.7c-1.2,0-2.2-1-2.2-2.2s1-2.2,2.2-2.2s2.2,1,2.2,2.2S68.3,55.7,67.1,55.7z"/><ellipse class="civsci-icon--fill-shading" cx="44" cy="76.9" rx="39.2" ry="5.3"/><path class="civsci-icon--fill-solid" d="M73.4,19H37.1l5.2-5.2c0.6-0.6,0.6-1.5,0-2.1c-0.6-0.6-1.5-0.6-2.1,0l-4.6,4.6L25.5,6.2c-0.6-0.6-1.5-0.6-2.1,0c-0.6,0.6-0.6,1.5,0,2.1L33.8,19H14.6c-3.2,0-5.9,2.6-5.9,5.9V63c0,3.2,2.6,5.9,5.9,5.9h6.6v6c0,0.9,0.6,1.5,1.5,1.5h9.3c0.9,0,1.5-0.6,1.5-1.5v-6H54v6c0,0.9,0.6,1.5,1.5,1.5h9.3c0.9,0,1.5-0.6,1.5-1.5v-6h7.2c3.2,0,5.9-2.6,5.9-5.9V24.9C79.3,21.7,76.7,19,73.4,19z M30.5,73.5h-6.3v-4.6h6.3V73.5z M63.4,73.5h-6.3v-4.6h6.3V73.5z M76.4,63c0,1.6-1.3,2.9-2.9,2.9H14.6c-1.6,0-2.9-1.3-2.9-2.9V24.9c0-1.6,1.3-2.9,2.9-2.9h58.9c1.6,0,2.9,1.3,2.9,2.9V63z"/><rect x="57.1" y="68.9" style="fill: #ffffff;" width="6.3" height="4.6"/><rect x="24.1" y="68.9" style="fill: #ffffff;" width="6.3" height="4.6"/></g></svg>')}return t.register("icons/media",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("icons/media",t,i)};s.templateName="icons/media",t.exports=s},function(t,i,e){var c=e(1);!function(t){function i(t,i){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",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("icons/up-caret",t,i)};s.templateName="icons/up-caret",t.exports=s},function(t,i,e){var c=e(1);!function(t){function i(t,i){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",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/article_admin",t,i)};s.templateName="widget/article_admin",t.exports=s},function(t,i,e){var c=e(1);!function(t){function i(t,i){return t.w("#__ID__ .civsci-widget[data-civsci-widget-natures~='ui-classic'] .civsci-slide__banner {").s(i.get(["left"],!1),i,{block:e},{}).s(i.get(["right"],!1),i,{block:c},{}).w("}")}function e(t,i){return t.w("padding-left: ").f(i.get(["padding"],!1),i,"h").w(";margin-left: ").f(i.get(["margin"],!1),i,"h").w(";")}function c(t,i){return t.w("padding-right: ").f(i.get(["padding"],!1),i,"h").w(";margin-right: ").f(i.get(["margin"],!1),i,"h").w(";")}return t.register("widget/banner_css",i),i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/banner_css",t,i)};s.templateName="widget/banner_css",t.exports=s},function(t,i,e){var c=e(1);!function(t){function i(t,i){return t.w('<div class="civsci-widget civsci-style-reset" data-civsci-widget-root>').nx(i.getPath(!1,["targetInfo","natures","ui-classic"]),i,{block:e},{}).w('<div class="civsci-widget__body" data-civsci-widget-body></div></div>')}function e(t,i){return t.w('<div class="civsci-widget__subtitle">').x(i.get(["partnerName"],!1),i,{else:c,block:s},{}).w("</div>")}function c(t,i){return t.s(i.getPath(!1,["strings","subtitleCivicScience"]),i,{},{})}function s(t,i){return t.s(i.getPath(!1,["strings","subtitlePartner"]),i,{},{partnerName:i.get(["partnerName"],!1)})}return t.register("widget/container",i),i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/container",t,i)};s.templateName="widget/container",t.exports=s},function(t,i,e){var c=e(1);e(3);!function(t){function i(t,i){return i=i.shiftBlocks(s),t.w("<div>").p("widget/_titled_text",i,i,{}).w("</div>")}function e(t,i){return i=i.shiftBlocks(s),t.s(i.getPath(!1,["strings","opinionExpert"]),i,{},{})}function c(t,i){return i=i.shiftBlocks(s),t.s(i.getPath(!1,["strings","noMoreQuestionsExplanation"]),i,{},{})}t.register("widget/intro/empty",i);var s={Title:e,Body:c};return i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/intro/empty",t,i)};s.templateName="widget/intro/empty",t.exports=s},function(t,i,e){var c=e(1);e(22),e(3);!function(t){function i(t,i){return i=i.shiftBlocks(n),t.p("widget/intro/_intro",i,i,{})}function e(t,i){return i=i.shiftBlocks(n),t.p("widget/_titled_text",i,i,{})}function c(t,i){return i=i.shiftBlocks(n),t.f(i.getPath(!1,["intro","title"]),i,"h")}function s(t,i){return i=i.shiftBlocks(n),t.f(i.getPath(!1,["intro","body"]),i,"h")}t.register("widget/intro/text",i);var n={Title:c,Body:s,IntroContent:e};return i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/intro/text",t,i)};s.templateName="widget/intro/text",t.exports=s},function(t,i,e){var c=e(1);e(12);!function(t){function i(t,i){return t.p("widget/question/_option_question",i,i,{})}return t.register("widget/question/checkbox",i),i.__dustBody=!0,
i}(c);var s=function(t,i){c.render("widget/question/checkbox",t,i)};s.templateName="widget/question/checkbox",t.exports=s},function(t,i,e){var c=e(1);e(5);!function(t){function i(t,i){return i=i.shiftBlocks(o),t.p("widget/question/_question",i,i,{})}function e(t,i){return i=i.shiftBlocks(o),t.s(i.get(["question"],!1),i,{block:c},{})}function c(t,i){return i=i.shiftBlocks(o),t.w('<table><thead><tr><th colspan="2">&nbsp;</th>').s(i.get(["columns"],!1),i,{block:s},{}).w("</tr></thead><tbody>").s(i.get(["rows"],!1),i,{block:n},{}).w("</tbody></table>")}function s(t,i){return i=i.shiftBlocks(o),t.w("<th><span>").f(i.get(["text"],!1),i,"h").w("</span></th>")}function n(t,i){return i=i.shiftBlocks(o),t.w('<tr><td colspan="2" class="civsci-matrix__row-label">').f(i.get(["text"],!1),i,"h").w("</td>").s(i.get(["options"],!1),i,{block:r},{}).w("</tr>")}function r(t,i){return i=i.shiftBlocks(o),t.w('<td class="civsci-question__option" data-civsci-widget-option="').f(i.get(["id"],!1),i,"h").w('"><input id="civsci-').f(i.get(["instance"],!1),i,"h").w("-").f(i.getPath(!1,["question","id"]),i,"h").w("-").f(i.get(["id"],!1),i,"h").w('" type="radio"><label for="civsci-').f(i.get(["instance"],!1),i,"h").w("-").f(i.getPath(!1,["question","id"]),i,"h").w("-").f(i.get(["id"],!1),i,"h").w('"></label></td>')}t.register("widget/question/matrix",i);var o={QuestionBody:e};return i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,r.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/question/matrix",t,i)};s.templateName="widget/question/matrix",t.exports=s},function(t,i,e){var c=e(1);e(12);!function(t){function i(t,i){return t.p("widget/question/_option_question",i,i,{})}return t.register("widget/question/radio",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/question/radio",t,i)};s.templateName="widget/question/radio",t.exports=s},function(t,i,e){var c=e(1);e(24);!function(t){function i(t,i){return t.p("widget/question/scale",i,i,{})}return t.register("widget/question/spectrum",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/question/spectrum",t,i)};s.templateName="widget/question/spectrum",t.exports=s},function(t,i,e){var c=e(1);e(13);!function(t){function i(t,i){return t.p("widget/result/_option_result",i,i,{})}return t.register("widget/result/checkbox",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/result/checkbox",t,i)};s.templateName="widget/result/checkbox",t.exports=s},function(t,i,e){var c=e(1);e(26),e(9),e(39);!function(t){function i(t,i){return i=i.shiftBlocks(u),t.p("widget/result/extras/_base",i,i,{})}function e(t,i){return i=i.shiftBlocks(u),t.w('<div class="civsci-widget-trending-checklist"><div class="civsci-slide__box"><span class="civsci-widget--title">').h("eq",i,{else:c,block:r},{key:i.getPath(!1,["result","unanswered","length"]),value:0},"h").w('</span></div><div class="civsci-slide__box"><ul>').s(i.getPath(!1,["result","answered"]),i,{block:o},{}).s(i.getPath(!1,["result","unanswered"]),i,{block:a},{}).w("</ul></div>").h("eq",i,{block:l},{key:i.getPath(!1,["result","unanswered","length"]),value:0},"h").w("</div>")}function c(t,i){return i=i.shiftBlocks(u),t.h("eq",i,{else:s,block:n},{key:i.getPath(!1,["result","answered","length"]),value:1},"h")}function s(t,i){return i=i.shiftBlocks(u),t.w("You’ve weighed in on ").f(i.getPath(!1,["result","answered","length"]),i,"h").w(" trending topics so far.")}function n(t,i){return i=i.shiftBlocks(u),t.w("Nice! You weighed in on one of our trending topics.")}function r(t,i){return i=i.shiftBlocks(u),t.w("<p>You weighed in on all of our current trending topics!</p><p>We add fresh topics every day.</p><p>Come back soon for the latest.</p>")}function o(t,i){return i=i.shiftBlocks(u),t.w('<li class="civsci-widget-trending-checklist--answered"><span class="civsci-widget-trending-checklist__checkmark">').p("icons/checkmark",i,i,{}).w('</span><span class="civsci-widget-trending-checklist__label">').f(i.getPath(!0,[]),i,"h").w("</span></li>")}function a(t,i){return i=i.shiftBlocks(u),t.w('<li class="civsci-widget-trending-checklist--unanswered"><span class="civsci-widget-trending-checklist__bullet"></span><span class="civsci-widget-trending-checklist__label">').f(i.getPath(!0,[]),i,"h").w("</span></li>")}function l(t,i){return i=i.shiftBlocks(u),t.w('<div class="civsci-widget-trending-checklist__overlay"><div class="civsci-widget-trending-checklist__congratulations"><div class="civsci-widget-trending-checklist__congratulations-text">High five!</div><div class="civsci-widget-trending-checklist__congratulations-icon">').p("icons/medal",i,i,{}).w("</div></div></div>")}t.register("widget/result/extras/trending-checklist",i);var u={Content:e};return i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,l.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/result/extras/trending-checklist",t,i)};s.templateName="widget/result/extras/trending-checklist",t.exports=s},function(t,i,e){var c=e(1);e(6),e(20);!function(t){function i(t,i){return i=i.shiftBlocks(l),t.p("widget/result/_result",i,i,{})}function e(t,i){return i=i.shiftBlocks(l),t.s(i.get(["result"],!1),i,{block:c},{})}function c(t,i){return i=i.shiftBlocks(l),t.w('<table><thead><tr><th colspan="2">&nbsp;</th>').s(i.get(["columns"],!1),i,{block:s},{}).w("</tr></thead><tbody>").s(i.get(["rows"],!1),i,{block:n},{}).w("</tbody></table>")}function s(t,i){return i=i.shiftBlocks(l),t.w("<th><span>").f(i.get(["text"],!1),i,"h").w("</span></th>")}function n(t,i){return i=i.shiftBlocks(l),t.w('<tr class="civsci-matrix-result__chart-row"><td colspan="2">').f(i.get(["text"],!1),i,"h").w("</td>").s(i.get(["options"],!1),i,{block:r},{}).w('</tr><tr class="civsci-matrix-result__percent-row"><td colspan="2">&nbsp;</td>').s(i.get(["options"],!1),i,{block:a},{}).w("</tr>")}function r(t,i){return i=i.shiftBlocks(l),t.w('<td class="civsci-matrix-result__chart civsci-result--percent-').f(i.get(["percent"],!1),i,"h").w(" ").x(i.get(["answered"],!1),i,{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",i,i,{}).w("</div></div></td>")}function o(t,i){return i=i.shiftBlocks(l),t.w("civsci-matrix-result--selected")}function a(t,i){return i=i.shiftBlocks(l),t.w('<td class="civsci-matrix-result__percent">').f(i.get(["percent"],!1),i,"h").w("%</td>")}t.register("widget/result/matrix",i);var l={ResultBody:e};return i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/result/matrix",t,i)};s.templateName="widget/result/matrix",t.exports=s},function(t,i,e){var c=e(1);e(13);!function(t){function i(t,i){return t.p("widget/result/_option_result",i,i,{})}return t.register("widget/result/radio",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/result/radio",t,i)};s.templateName="widget/result/radio",t.exports=s},function(t,i,e){var c=e(1);e(27);!function(t){function i(t,i){return t.p("widget/result/scale",i,i,{})}return t.register("widget/result/spectrum",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/result/spectrum",t,i)};s.templateName="widget/result/spectrum",t.exports=s},function(t,i,e){var c=e(1);e(15),e(36);!function(t){function i(t,i){return i=i.shiftBlocks(s),t.p("widget/signpost/_signpost",i,i,{})}function e(t,i){return i=i.shiftBlocks(s),t.s(i.getPath(!1,["strings","fetchingQuestions"]),i,{},{})}function c(t,i){return i=i.shiftBlocks(s),t.p("icons/fetching",i,i,{})}t.register("widget/signpost/questions",i);var s={Text:e,Icon:c};return i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/signpost/questions",t,i)};s.templateName="widget/signpost/questions",t.exports=s},function(t,i,e){var c=e(1);e(15),e(35);!function(t){function i(t,i){return i=i.shiftBlocks(s),t.p("widget/signpost/_signpost",i,i,{})}function e(t,i){return i=i.shiftBlocks(s),t.s(i.getPath(!1,["strings","calculatingResults"]),i,{},{})}function c(t,i){return i=i.shiftBlocks(s),t.p("icons/calculating",i,i,{})}t.register("widget/signpost/results",i);var s={Text:e,Icon:c};return i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/signpost/results",t,i)};s.templateName="widget/signpost/results",t.exports=s},function(t,i,e){var c=e(1);!function(t){function i(t,i){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",i),i.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/slide",t,i)};s.templateName="widget/slide",t.exports=s},function(t,i,e){var c=e(1);e(7),e(9),e(21);!function(t){function i(t,i){return i=i.shiftBlocks(a),t.p("widget/summary/_summary",i,i,{})}function e(t,i){return i=i.shiftBlocks(a),t.w('<div class="civsci-slide__box civsci-quiz-summary__title"><div class="civsci-widget--detail-text">').s(i.getPath(!1,["strings","quizSummaryYouAnswered"]),i,{},{}).w('</div><div class="civsci-widget--title">').s(i.getPath(!1,["strings","quizSummaryNOutOfM"]),i,{},{n:c,m:s}).w('</div><div class="civsci-widget--detail-text">').s(i.getPath(!1,["strings","quizSummaryQuestionsCorrectly"]),i,{},{}).w('</div></div><div class="civsci-slide__box civsci-quiz-summary__icons">').s(i.getPath(!1,["summary","resultSequence"]),i,{block:n},{}).w("</div>")}function c(t,i){return i=i.shiftBlocks(a),t.f(i.getPath(!1,["summary","countCorrect"]),i,"h")}function s(t,i){return i=i.shiftBlocks(a),t.f(i.getPath(!1,["summary","countTotal"]),i,"h")}function n(t,i){return i=i.shiftBlocks(a),t.x(i.get(["correct"],!1),i,{else:r,block:o},{})}function r(t,i){return i=i.shiftBlocks(a),t.w('<span class="civsci-widget--quiz-icon">').p("icons/x",i,i,{}).w("</span>")}function o(t,i){return i=i.shiftBlocks(a),t.w('<span class="civsci-widget--quiz-icon">').p("icons/checkmark",i,i,{}).w("</span>")}t.register("widget/summary/quiz",i);var a={SummaryContent:e};return i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,n.__dustBody=!0,r.__dustBody=!0,o.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/summary/quiz",t,i)};s.templateName="widget/summary/quiz",t.exports=s},function(t,i,e){var c=e(1);e(7),e(3);!function(t){function i(t,i){return i=i.shiftBlocks(n),t.p("widget/summary/_summary",i,i,{})}function e(t,i){return i=i.shiftBlocks(n),t.p("widget/_titled_text",i,i,{})}function c(t,i){return i=i.shiftBlocks(n),t.f(i.getPath(!1,["summary","title"]),i,"h")}function s(t,i){return i=i.shiftBlocks(n),t.f(i.getPath(!1,["summary","body"]),i,"h")}t.register("widget/summary/text",i);var n={Title:c,Body:s,SummaryContent:e};return i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/summary/text",t,i)};s.templateName="widget/summary/text",t.exports=s},function(t,i,e){var c=e(1);e(7),e(3);!function(t){function i(t,i){return i=i.shiftBlocks(n),t.p("widget/summary/_summary",i,i,{})}function e(t,i){return i=i.shiftBlocks(n),t.p("widget/_titled_text",i,i,{})}function c(t,i){return i=i.shiftBlocks(n),t.s(i.getPath(!1,["strings","thankYouTitle"]),i,{},{})}function s(t,i){return i=i.shiftBlocks(n),t.s(i.getPath(!1,["strings","thankYouBody"]),i,{},{})}t.register("widget/summary/thank_you",i);var n={Title:c,Body:s,SummaryContent:e};return i.__dustBody=!0,e.__dustBody=!0,c.__dustBody=!0,s.__dustBody=!0,i}(c);var s=function(t,i){c.render("widget/summary/thank_you",t,i)};s.templateName="widget/summary/thank_you",t.exports=s},function(t,i,e){var c,s,n;!function(r,o){e(4)&&e(4).dust===!0?(s=[e(1)],c=o,n="function"==typeof c?c.apply(i,s):c,!(void 0!==n&&(t.exports=n))):(t.exports=o(e(1)),t.exports.registerWith=o)}(this,function(t){function i(i,e,c){c=c||"INFO",i=i?"{@"+i+"}: ":"",t.log(i+e,c)}function e(t){d[t]||(i(t,"Deprecation warning: "+t+" is deprecated and will be removed in a future version of dustjs-helpers","WARN"),i(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,i){var e,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(e in i)n[e]=i[e];return s.push({__select__:n}).push(c,t.stack.index,t.stack.of)}function r(t){var i,e;if(t.isDeferredPending=!0,t.deferreds.length)for(t.isDeferredComplete=!0,i=0,e=t.deferreds.length;i<e;i++)t.deferreds[i]();t.isDeferredPending=!1}function o(t,i){return"function"==typeof i?i.toString().replace(/(^\s+|\s+$)/gm,"").replace(/\n/gm,"").replace(/,\s*/gm,", ").replace(/\)\{/gm,") {"):i}function a(t,i){return function(e,c,s,n){return l(e,c,s,n,t,i)}}function l(t,e,c,n,r,o){var a,l,d,_,p=c.block,v=c.else,g=s(e)||{};if(g.isResolved&&!g.isDeferredPending)return t;if(n.hasOwnProperty("key"))l=n.key;else{if(!g.hasOwnProperty("key"))return i(r,"No key specified","WARN"),t;l=g.key}return _=n.type||g.type,l=u(e.resolve(l),_),d=u(e.resolve(n.value),_),o(l,d)?(g.isPending||(a=!0,g.isPending=!0),p&&(t=t.render(p,e)),a&&(g.isResolved=!0)):v&&(t=t.render(v,e)),t}function u(t,i){switch(i&&(i=i.toLowerCase()),i){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,i,c){return e("tap"),c.resolve(t)},sep:function(t,i,e){var c=e.block;return i.stack.index===i.stack.of-1?t:c?c(t,i):t},first:function(t,i,e){return 0===i.stack.index?e.block(t,i):t},last:function(t,i,e){return i.stack.index===i.stack.of-1?e.block(t,i):t},contextDump:function(t,e,c,s){var n,r,a=e.resolve(s.to),l=e.resolve(s.key);switch(l){case"full":n=e.stack;break;default:n=e.stack.head}switch(r=JSON.stringify(n,o,2),a){case"console":i("contextDump",r);break;default:r=r.replace(/</g,"\\u003c"),t=t.write(r)}return t},math:function(t,e,c,o){var a,l=o.key,u=o.method,d=o.operand,_=o.round;if(!o.hasOwnProperty("key")||!o.method)return i("math","`key` or `method` was not provided","ERROR"),t;switch(l=parseFloat(e.resolve(l)),d=parseFloat(e.resolve(d)),u){case"mod":0===d&&i("math","Division by 0","ERROR"),a=l%d;break;case"add":a=l+d;break;case"subtract":a=l-d;break;case"multiply":a=l*d;break;case"divide":0===d&&i("math","Division by 0","ERROR"),a=l/d;break;case"ceil":case"floor":case"round":case"abs":a=Math[u](l);break;case"toint":a=parseInt(l,10);break;default:i("math","Method `"+u+"` is not supported","ERROR")}return"undefined"!=typeof a&&(_&&(a=Math.round(a)),c&&c.block?(e=n(e,{key:a}),t=t.render(c.block,e),r(s(e))):t=t.write(a)),t},select:function(t,e,c,o){var a=c.block,l={};return o.hasOwnProperty("key")&&(l.key=e.resolve(o.key)),o.hasOwnProperty("type")&&(l.type=o.type),a?(e=n(e,l),t=t.render(a,e),r(s(e))):i("select","Missing body block","WARN"),t},eq:a("eq",function(t,i){return t===i}),ne:a("ne",function(t,i){return t!==i}),lt:a("lt",function(t,i){return t<i}),lte:a("lte",function(t,i){return t<=i}),gt:a("gt",function(t,i){return t>i}),gte:a("gte",function(t,i){return t>=i}),any:function(t,e,c,n){var r=s(e);return r?r.isDeferredComplete?i("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,e)),t.end()})}):i("any","Must be used inside a {@select} block","ERROR"),t},none:function(t,e,c,n){var r=s(e);return r?r.isDeferredComplete?i("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,e)),t.end()})}):i("none","Must be used inside a {@select} block","ERROR"),t},size:function(i,e,c,s){var n,r,o=s.key;if(o=e.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 i.write(n)}};for(var p in _)t.helpers[p]=_[p];return t})},function(t,i){function e(){throw new Error("setTimeout has not been defined")}function c(){throw new Error("clearTimeout has not been defined")}function s(t){if(u===setTimeout)return setTimeout(t,0);if((u===e||!u)&&setTimeout)return u=setTimeout,setTimeout(t,0);try{return u(t,0)}catch(i){try{return u.call(null,t,0)}catch(i){return u.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(i){try{return d.call(null,t)}catch(i){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 i=v.length;i;){for(p=v,v=[];++f<i;)p&&p[f].run();f=-1,i=v.length}p=null,g=!1,n(t)}}function a(t,i){this.fun=t,this.array=i}function l(){}var u,d,_=t.exports={};!function(){try{u="function"==typeof setTimeout?setTimeout:e}catch(t){u=e}try{d="function"==typeof clearTimeout?clearTimeout:c}catch(t){d=c}}();var p,v=[],g=!1,f=-1;_.nextTick=function(t){var i=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)i[e-1]=arguments[e];v.push(new a(t,i)),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=l,_.addListener=l,_.once=l,_.off=l,_.removeListener=l,_.removeAllListeners=l,_.emit=l,_.prependListener=l,_.prependOnceListener=l,_.listeners=function(t){return[]},_.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,i,e){var c;!function(){function s(t,i,e){return t.call.apply(t.bind,arguments)}function n(t,i,e){if(!t)throw Error();if(2<arguments.length){var c=Array.prototype.slice.call(arguments,2);return function(){var e=Array.prototype.slice.call(arguments);return Array.prototype.unshift.apply(e,c),t.apply(i,e)}}return function(){return t.apply(i,arguments)}}function r(t,i,e){return r=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?s:n,r.apply(null,arguments)}function o(t,i){this.a=t,this.o=i||t,this.c=this.o.document}function a(t,i,e,c){if(i=t.c.createElement(i),e)for(var s in e)e.hasOwnProperty(s)&&("style"==s?i.style.cssText=e[s]:i.setAttribute(s,e[s]));return c&&i.appendChild(t.c.createTextNode(c)),i}function l(t,i,e){t=t.c.getElementsByTagName(i)[0],t||(t=document.documentElement),t.insertBefore(e,t.lastChild)}function u(t){t.parentNode&&t.parentNode.removeChild(t)}function d(t,i,e){i=i||[],e=e||[];for(var c=t.className.split(/\s+/),s=0;s<i.length;s+=1){for(var n=!1,r=0;r<c.length;r+=1)if(i[s]===c[r]){n=!0;break}n||c.push(i[s])}for(i=[],s=0;s<c.length;s+=1){for(n=!1,r=0;r<e.length;r+=1)if(c[s]===e[r]){n=!0;break}n||i.push(c[s])}t.className=i.join(" ").replace(/\s+/g," ").replace(/^\s+|\s+$/,"")}function _(t,i){for(var e=t.className.split(/\s+/),c=0,s=e.length;c<s;c++)if(e[c]==i)return!0;return!1}function p(t){return t.o.location.hostname||t.a.location.hostname}function v(t,i,e){function c(){o&&s&&n&&(o(r),o=null)}i=a(t,"link",{rel:"stylesheet",href:i,media:"all"});var s=!1,n=!0,r=null,o=e||null;nt?(i.onload=function(){s=!0,c()},i.onerror=function(){s=!0,r=Error("Stylesheet failed to load"),c()}):setTimeout(function(){s=!0,c()},0),l(t,"head",i)}function g(t,i,e,c){var s=t.c.getElementsByTagName("head")[0];if(s){var n=a(t,"script",{src:i}),r=!1;return n.onload=n.onreadystatechange=function(){r||this.readyState&&"loaded"!=this.readyState&&"complete"!=this.readyState||(r=!0,e&&e(null),n.onload=n.onreadystatechange=null,"HEAD"==n.parentNode.tagName&&s.removeChild(n))},s.appendChild(n),setTimeout(function(){r||(r=!0,e&&e(Error("Script load timeout")))},c||5e3),n}return null}function f(){this.a=0,this.c=null}function h(t){return t.a++,function(){t.a--,w(t)}}function m(t,i){t.c=i,w(t)}function w(t){0==t.a&&t.c&&(t.c(),t.c=null)}function y(t){this.a=t||"-"}function b(t,i){this.c=t,this.f=4,this.a="n";var e=(i||"n4").match(/^([nio])([1-9])$/i);e&&(this.a=e[1],this.f=parseInt(e[2],10))}function x(t){return I(t)+" "+(t.f+"00")+" 300px "+k(t.c)}function k(t){var i=[];t=t.split(/,\s*/);for(var e=0;e<t.length;e++){var c=t[e].replace(/['"]/g,"");-1!=c.indexOf(" ")||/^\d/.test(c)?i.push("'"+c+"'"):i.push(c)}return i.join(",")}function D(t){return t.a+t.f}function I(t){var i="normal";return"o"===t.a?i="oblique":"i"===t.a&&(i="italic"),i}function q(t){var i=4,e="n",c=null;return t&&((c=t.match(/(normal|oblique|italic)/i))&&c[1]&&(e=c[1].substr(0,1).toLowerCase()),(c=t.match(/([1-9]00|normal|bold)/i))&&c[1]&&(/bold/i.test(c[1])?i=7:/[1-9]00/.test(c[1])&&(i=parseInt(c[1].substr(0,1),10)))),e+i}function B(t,i){this.c=t,this.f=t.o.document.documentElement,this.h=i,this.a=new y("-"),this.j=!1!==i.events,this.g=!1!==i.classes}function C(t){t.g&&d(t.f,[t.a.c("wf","loading")]),N(t,"loading")}function T(t){if(t.g){var i=_(t.f,t.a.c("wf","active")),e=[],c=[t.a.c("wf","loading")];i||e.push(t.a.c("wf","inactive")),d(t.f,e,c)}N(t,"inactive")}function N(t,i,e){t.j&&t.h[i]&&(e?t.h[i](e.c,D(e)):t.h[i]())}function E(){this.c={}}function S(t,i,e){var c,s=[];for(c in i)if(i.hasOwnProperty(c)){var n=t.c[c];n&&s.push(n(i[c],e))}return s}function A(t,i){this.c=t,this.f=i,this.a=a(this.c,"span",{"aria-hidden":"true"},this.f)}function P(t){l(t.c,"body",t.a)}function z(t){return"display:block;position:absolute;top:-9999px;left:-9999px;font-size:300px;width:auto;height:auto;line-height:normal;margin:0;padding:0;font-variant:normal;white-space:nowrap;font-family:"+k(t.c)+";"+("font-style:"+I(t)+";font-weight:"+(t.f+"00")+";")}function R(t,i,e,c,s,n){this.g=t,this.j=i,this.a=c,this.c=e,this.f=s||3e3,this.h=n||void 0}function j(t,i,e,c,s,n,r){this.v=t,this.B=i,this.c=e,this.a=c,this.s=r||"BESbswy",this.f={},this.w=s||3e3,this.u=n||null,this.m=this.j=this.h=this.g=null,this.g=new A(this.c,this.s),this.h=new A(this.c,this.s),this.j=new A(this.c,this.s),this.m=new A(this.c,this.s),t=new b(this.a.c+",serif",D(this.a)),t=z(t),this.g.a.style.cssText=t,t=new b(this.a.c+",sans-serif",D(this.a)),t=z(t),this.h.a.style.cssText=t,t=new b("serif",D(this.a)),t=z(t),this.j.a.style.cssText=t,t=new b("sans-serif",D(this.a)),t=z(t),this.m.a.style.cssText=t,P(this.g),P(this.h),P(this.j),P(this.m)}function M(){if(null===ot){var t=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))/.exec(window.navigator.userAgent);ot=!!t&&(536>parseInt(t[1],10)||536===parseInt(t[1],10)&&11>=parseInt(t[2],10))}return ot}function O(t,i,e){for(var c in rt)if(rt.hasOwnProperty(c)&&i===t.f[rt[c]]&&e===t.f[rt[c]])return!0;return!1}function L(t){var i,e=t.g.a.offsetWidth,c=t.h.a.offsetWidth;(i=e===t.f.serif&&c===t.f["sans-serif"])||(i=M()&&O(t,e,c)),i?st()-t.A>=t.w?M()&&O(t,e,c)&&(null===t.u||t.u.hasOwnProperty(t.a.c))?H(t,t.v):H(t,t.B):F(t):H(t,t.v)}function F(t){setTimeout(r(function(){L(this)},t),50)}function H(t,i){setTimeout(r(function(){u(this.g.a),u(this.h.a),u(this.j.a),u(this.m.a),i(this.a)},t),0)}function U(t,i,e){this.c=t,this.a=i,this.f=0,this.m=this.j=!1,this.s=e}function W(t){0==--t.f&&t.j&&(t.m?(t=t.a,t.g&&d(t.f,[t.a.c("wf","active")],[t.a.c("wf","loading"),t.a.c("wf","inactive")]),N(t,"active")):T(t.a))}function $(t){this.j=t,this.a=new E,this.h=0,this.f=this.g=!0}function Q(t,i,e,c,s){var n=0==--t.h;(t.f||t.g)&&setTimeout(function(){var t=s||null,o=c||null||{};if(0===e.length&&n)T(i.a);else{i.f+=e.length,n&&(i.j=n);var a,l=[];for(a=0;a<e.length;a++){var u=e[a],_=o[u.c],p=i.a,v=u;if(p.g&&d(p.f,[p.a.c("wf",v.c,D(v).toString(),"loading")]),N(p,"fontloading",v),p=null,null===at)if(window.FontFace){var v=/Gecko.*Firefox\/(\d+)/.exec(window.navigator.userAgent),g=/OS X.*Version\/10\..*Safari/.exec(window.navigator.userAgent)&&/Apple/.exec(window.navigator.vendor);at=v?42<parseInt(v[1],10):!g}else at=!1;p=at?new R(r(i.g,i),r(i.h,i),i.c,u,i.s,_):new j(r(i.g,i),r(i.h,i),i.c,u,i.s,t,_),l.push(p)}for(a=0;a<l.length;a++)l[a].start()}},0)}function V(t,i,e){var c=[],s=e.timeout;C(i);var c=S(t.a,e,t.c),n=new U(t.c,i,s);for(t.h=c.length,i=0,e=c.length;i<e;i++)c[i].load(function(i,e,c){Q(t,n,i,e,c)})}function Y(t,i){this.c=t,this.a=i}function G(t,i){this.c=t,this.a=i}function J(t,i){t?this.c=t:this.c=lt,this.a=[],this.f=[],this.g=i||""}function K(t,i){for(var e=i.length,c=0;c<e;c++){var s=i[c].split(":");3==s.length&&t.f.push(s.pop());var n="";2==s.length&&""!=s[1]&&(n=":"),t.a.push(s.join(n))}}function X(t){if(0==t.a.length)throw Error("No fonts to load!");if(-1!=t.c.indexOf("kit="))return t.c;for(var i=t.a.length,e=[],c=0;c<i;c++)e.push(t.a[c].replace(/ /g,"+"));return i=t.c+"?family="+e.join("%7C"),0<t.f.length&&(i+="&subset="+t.f.join(",")),0<t.g.length&&(i+="&text="+encodeURIComponent(t.g)),i}function Z(t){this.f=t,this.a=[],this.c={}}function tt(t){for(var i=t.f.length,e=0;e<i;e++){var c=t.f[e].split(":"),s=c[0].replace(/\+/g," "),n=["n4"];if(2<=c.length){var r,o=c[1];if(r=[],o)for(var o=o.split(","),a=o.length,l=0;l<a;l++){var u;if(u=o[l],u.match(/^[\w-]+$/)){var d=pt.exec(u.toLowerCase());if(null==d)u="";else{if(u=d[2],u=null==u||""==u?"n":_t[u],d=d[1],null==d||""==d)d="4";else var _=dt[d],d=_?_:isNaN(d)?"4":d.substr(0,1);u=[u,d].join("")}}else u="";u&&r.push(u)}0<r.length&&(n=r),3==c.length&&(c=c[2],r=[],c=c?c.split(","):r,0<c.length&&(c=ut[c[0]])&&(t.c[s]=c))}for(t.c[s]||(c=ut[s])&&(t.c[s]=c),c=0;c<n.length;c+=1)t.a.push(new b(s,n[c]))}}function it(t,i){this.c=t,this.a=i}function et(t,i){this.c=t,this.a=i}function ct(t,i){this.c=t,this.f=i,this.a=[]}var st=Date.now||function(){return+new Date},nt=!!window.FontFace;y.prototype.c=function(t){for(var i=[],e=0;e<arguments.length;e++)i.push(arguments[e].replace(/[\W_]+/g,"").toLowerCase());return i.join(this.a)},R.prototype.start=function(){var t=this.c.o.document,i=this,e=st(),c=new Promise(function(c,s){function n(){st()-e>=i.f?s():t.fonts.load(x(i.a),i.h).then(function(t){1<=t.length?c():setTimeout(n,25)},function(){s()})}n()}),s=null,n=new Promise(function(t,e){s=setTimeout(e,i.f)});Promise.race([n,c]).then(function(){s&&(clearTimeout(s),s=null),i.g(i.a)},function(){i.j(i.a)})};var rt={D:"serif",C:"sans-serif"},ot=null;j.prototype.start=function(){this.f.serif=this.j.a.offsetWidth,this.f["sans-serif"]=this.m.a.offsetWidth,this.A=st(),L(this)};var at=null;U.prototype.g=function(t){var i=this.a;i.g&&d(i.f,[i.a.c("wf",t.c,D(t).toString(),"active")],[i.a.c("wf",t.c,D(t).toString(),"loading"),i.a.c("wf",t.c,D(t).toString(),"inactive")]),N(i,"fontactive",t),this.m=!0,W(this)},U.prototype.h=function(t){var i=this.a;if(i.g){var e=_(i.f,i.a.c("wf",t.c,D(t).toString(),"active")),c=[],s=[i.a.c("wf",t.c,D(t).toString(),"loading")];e||c.push(i.a.c("wf",t.c,D(t).toString(),"inactive")),d(i.f,c,s)}N(i,"fontinactive",t),W(this)},$.prototype.load=function(t){this.c=new o(this.j,t.context||this.j),this.g=!1!==t.events,this.f=!1!==t.classes,V(this,new B(this.c,t),t)},Y.prototype.load=function(t){function i(){if(n["__mti_fntLst"+c]){var e,s=n["__mti_fntLst"+c](),r=[];if(s)for(var o=0;o<s.length;o++){var a=s[o].fontfamily;void 0!=s[o].fontStyle&&void 0!=s[o].fontWeight?(e=s[o].fontStyle+s[o].fontWeight,r.push(new b(a,e))):r.push(new b(a))}t(r)}else setTimeout(function(){i()},50)}var e=this,c=e.a.projectId,s=e.a.version;if(c){var n=e.c.o;g(this.c,(e.a.api||"https://fast.fonts.net/jsapi")+"/"+c+".js"+(s?"?v="+s:""),function(s){s?t([]):(n["__MonotypeConfiguration__"+c]=function(){return e.a},i())}).id="__MonotypeAPIScript__"+c}else t([])},G.prototype.load=function(t){var i,e,c=this.a.urls||[],s=this.a.families||[],n=this.a.testStrings||{},r=new f;for(i=0,e=c.length;i<e;i++)v(this.c,c[i],h(r));var o=[];for(i=0,e=s.length;i<e;i++)if(c=s[i].split(":"),c[1])for(var a=c[1].split(","),l=0;l<a.length;l+=1)o.push(new b(c[0],a[l]));else o.push(new b(c[0]));m(r,function(){t(o,n)})};var lt="https://fonts.googleapis.com/css",ut={latin:"BESbswy","latin-ext":"çöüğş",cyrillic:"йяЖ",greek:"αβΣ",khmer:"កខគ",Hanuman:"កខគ"},dt={thin:"1",extralight:"2","extra-light":"2",ultralight:"2","ultra-light":"2",light:"3",regular:"4",book:"4",medium:"5","semi-bold":"6",semibold:"6","demi-bold":"6",demibold:"6",bold:"7","extra-bold":"8",extrabold:"8","ultra-bold":"8",ultrabold:"8",black:"9",heavy:"9",l:"3",r:"4",b:"7"},_t={i:"i",italic:"i",n:"n",normal:"n"},pt=/^(thin|(?:(?:extra|ultra)-?)?light|regular|book|medium|(?:(?:semi|demi|extra|ultra)-?)?bold|black|heavy|l|r|b|[1-9]00)?(n|i|normal|italic)?$/,vt={Arimo:!0,Cousine:!0,Tinos:!0};it.prototype.load=function(t){var i=new f,e=this.c,c=new J(this.a.api,this.a.text),s=this.a.families;K(c,s);var n=new Z(s);tt(n),v(e,X(c),h(i)),m(i,function(){t(n.a,n.c,vt)})},et.prototype.load=function(t){var i=this.a.id,e=this.c.o;i?g(this.c,(this.a.api||"https://use.typekit.net")+"/"+i+".js",function(i){if(i)t([]);else if(e.Typekit&&e.Typekit.config&&e.Typekit.config.fn){i=e.Typekit.config.fn;for(var c=[],s=0;s<i.length;s+=2)for(var n=i[s],r=i[s+1],o=0;o<r.length;o++)c.push(new b(n,r[o]));try{e.Typekit.load({events:!1,classes:!1,async:!0})}catch(t){}t(c)}},2e3):t([])},ct.prototype.load=function(t){var i=this.f.id,e=this.c.o,c=this;i?(e.__webfontfontdeckmodule__||(e.__webfontfontdeckmodule__={}),e.__webfontfontdeckmodule__[i]=function(i,e){for(var s=0,n=e.fonts.length;s<n;++s){var r=e.fonts[s];c.a.push(new b(r.name,q("font-weight:"+r.weight+";font-style:"+r.style)))}t(c.a)},g(this.c,(this.f.api||"https://f.fontdeck.com/s/css/js/")+p(this.c)+"/"+i+".js",function(i){i&&t([])})):t([])};var gt=new $(window);gt.a.c.custom=function(t,i){return new G(i,t)},gt.a.c.fontdeck=function(t,i){return new ct(i,t)},gt.a.c.monotype=function(t,i){return new Y(i,t)},gt.a.c.typekit=function(t,i){return new et(i,t)},gt.a.c.google=function(t,i){return new it(i,t)};var ft={load:r(gt.load,gt)};c=function(){return ft}.call(i,e,i,t),!(void 0!==c&&(t.exports=c))}()},function(t,i,e){var c,s;c=[e(2)],s=function(t){"use strict";function i(i,c){var s=t.Deferred(),n=(new Date).getTime()+i;c(0);var r=setInterval(function(){var t=n-(new Date).getTime();t<=0?(clearInterval(r),c(1),s.resolve(null)):c(1-t/i)},e);return s.promise()}var e=16;return{scrollTop:function(e,c,s){var n=[];return e.each(function(){var e=t(this),r=e.prop("scrollTop");if(void 0!=r){var o=c-r;n.push(i(s,function(t){var i;i=t<=0?r:t>=1?c:t*o+r,e.prop("scrollTop",i)}))}}),t.when.apply(t,n)},fadeOut:function(e,c){var s=[];return e.each(function(){var e=t(this),n=e.css("opacity");s.push(i(c,function(t){var i;i=t<=0?n:t>=1?0:(1-t)*n,e.css("opacity",i)}).then(function(){e.hide()}))}),t.when.apply(t,s)}}}.apply(i,c),!(void 0!==s&&(t.exports=s))},function(t,i,e){var c,s;c=[e(2),e(18),e(64),e(29),e(8),e(32),e(33),e(65),e(17)],s=function(t,i,c,s,n,r,o,a,l){"use strict";function u(i){var e=t.Deferred();return setTimeout(function(){e.resolve()},i),e.promise()}function d(i){function e(){t(this).off("transitionend.promiseTransitionEnd"),c.resolve(i)}var c=t.Deferred(),s=parseFloat(i.css("transitionDuration"))||0;return 0==s?c.resolve():(i.on("transitionend.promiseTransitionEnd",function(t){t.target==this&&e()}),setTimeout(e,1e3*s+50)),c}function _(i){return I.then(function(){function e(){i(n)&&(n.off("resize scroll",e),clearInterval(c),s.resolve())}var c,s=t.Deferred(),n=t(window);return n.on("resize scroll",e),c=setInterval(e,5e3),e(),s.promise()})}function p(t,i){t.attr("data-civsci-widget-natures",i.join(" "))}function v(t,i){return t.attr("data-civsci-widget-disabled",!i||null),t}function g(t){return v(t,!0)}function f(t){return v(t,!1)}function h(i,e){function c(){e.find("[data-civsci-widget-option]").each(function(e,c){var s=t(c),n=i.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":""))}),e.find("[data-civsci-widget-submit]").prop("disabled",!i.canSubmit())}function s(){i.canSubmit()&&(f(e),i.submit().then(null,function(t){return null}).then(function(t){o.resolve(t)}),r.resolve())}this.id=i.id+"",this.role=i.role+"",this.$content=f(e);var n=!1,r=t.Deferred(),o=t.Deferred();c(),this.ask=function(){return n||(i.served(),c(),e.on("change","[data-civsci-widget-option] :input",function(){var e=t(this),s=e.closest("[data-civsci-widget-option]").data("civsci-widget-option"),n=i.getOptionById(s);null!=n&&n.setSelected(e.prop("checked")),c()}),e.on("click","[data-civsci-widget-submit]",s),"radio"==i.type&&e.on("click change","[data-civsci-widget-option] :input",s),g(e),n=!0),r},this.result=function(){return r.then(function(){return o})}}function m(i){f(i);var e=t.Deferred();this.$content=i,this.enable=function(){return g(i),i.one("click","[data-civsci-widget-next]",function(){f(i),e.resolve()}),this},this.acknowledged=function(){return e.promise()}}function w(v){function I(c,s){var n=t.Deferred();return Y.then(function(t){var r=e(68)("./"+c+".dust");s=i.context(t).push(s),r(s,function(t,i){t?n.reject(t):n.resolve(i)})}),n.promise()}function B(i,e,c){i="civicscience:"+i,c=t.extend(c,{widget:U});var s;try{s=new CustomEvent(i,{bubbles:!0,cancelable:!!e,detail:c})}catch(t){s=document.createEvent("CustomEvent"),s.initCustomEvent(i,!0,e,c)}return W[0].dispatchEvent(s)}function C(){var i=t.Deferred(),e=t(window),c=W.offset().top;return c<e.scrollTop()?a.scrollTop(t("html, body"),c,b).then(function(){i.resolve()}):i.resolve(),i.promise()}function T(i){return I("slide",{}).then(function(e){var c=t(e);return c.find("[data-civsci-widget-slide-content]").html(i),c})}function N(){return T("").then(function(t){return t.hide()})}function E(t,i){return T("").then(function(e){var c=e.find("[data-civsci-widget-slide-overlay]").html(t).attr("data-civsci-widget-slide-overlay",!0);return i.then(function(t){e.find("[data-civsci-widget-slide-content]").html(t),a.fadeOut(c,y)}),e})}function S(i,e){function s(){n.resolve()}var n=t.Deferred();return c.load(t.extend({},i,{context:e,active:s,inactive:s})),setTimeout(s,800),n.promise()}function A(t,i){var e=parseFloat(t.css("padding-"+i));return e>0?{padding:e+"px",margin:-e+"px"}:void 0}function P(t){return t.promiseConclusion().then(function(t){return t.portalUrl.indexOf("//www.civicscience.com/")!=-1&&(t.portalUrl=t.portalUrl+(t.portalUrl.indexOf("?")==-1?"?":"&")+"referrer="+encodeURIComponent(document.location.href)),t})}function z(i,e){function c(t){G.questionAsked(i,t),i[t].ask().then(function(){G.questionAnswered(i,t),e.next().then(function(){t+1==i.length?(G.afterAskingQuestions(i),s.resolve()):c(t+1)})})}var s=t.Deferred(),n=t.Deferred(),r=K.then(function(t){return P(t)});G.beforeAskingQuestions(i),c(0);var o=[];return t.each(i,function(t,i){o.push(i.result().then(function(t){return null==t||t.hidden?[]:t.results}))}),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,i){return t.results=[].concat.apply([],i),t})}function R(i){var e=[];return i.summary&&e.push(I("summary/"+i.summary.type,{summary:i.summary,isFollowedByResults:i.results.length>0,portalUrl:i.portalUrl}).then(function(i){return t(i)})),t.each(i.results||[],function(c,s){e.push(I("result/"+s.type,{result:s,instance:W[0].id,index1:c+1,total:i.results.length,portalUrl:i.portalUrl,isPrecededBySummary:null!=i.summary,hasBackButton:null!=i.summary||c>0}).then(function(i){var e=t(i);return"function"==typeof tt[s.type]&&(e=tt[s.type](e)),e}))}),0==e.length&&e.push(I("summary/thank_you",{isFollowedByResults:!1,portalUrl:i.portalUrl}).then(function(i){return t(i)})),t.when.apply(t,e).then(function(){return[].slice.call(arguments)})}function j(i,e){function c(t){return f(i.current()),i[t]().then(function(t){g(t)})}var s=t.Deferred(),n=0;return G.beforeShowingResults(e),i.$container.off(".navigateConclusion"),i.$container.on("click.navigateConclusion","[data-civsci-widget-next]",function(){n+1<e&&(G.resultDeparted(n,++n,e),c("next").then(function(){G.resultArrived(n-1,n,e)}))}),i.$container.on("click.navigateConclusion","[data-civsci-widget-back]",function(){n>0&&(G.resultDeparted(n,--n,e),c("back").then(function(){G.resultArrived(n+1,n,e)}))}),i.$container.on("click.navigateConclusion","[data-civsci-widget-restart]",function(){return G.afterShowingResults(e),c("next").then(function(){return s.resolve()})}),s.promise()}function M(t,i){return I("signpost/questions").then(function(i){return E(i,t)}).then(function(t){i.add(t)})}function O(t,i){return I("signpost/results").then(function(i){return E(i,t)}).then(function(t){i.add(t)})}function L(i,e,c,s){var n=[];if(i||0!=e.length){var r=0;null!=i?s.resolve(i.$content):s.resolve(e[r++].$content),t.each(e.slice(r),function(t,i){n.push(T(i.$content).then(function(t){c.add(t)}))})}else n.push(I("intro/empty").then(function(i){return s.resolve(t(i)),D}));return t.when.apply(t,n).then(function(){c.purgeDeepHistory()})}function F(i,e,c){var s=[];return i.length>0&&(c.resolve(i[0]),t.each(i.slice(1),function(t,i){var c=T(i).then(function(t){t=f(t),e.add(t)});s.push(c)})),t.when.apply(t,s).then(function(){e.purgeDeepHistory()})}function H(i,e,c,s){var n=e.promiseIntro().then(function(i){return null==i?null:I("intro/"+i.type,{intro:i}).then(function(i){return new m(t(i))})}),r=e.promiseQuestions().then(function(i){if(0==i.length)return[];var e=[];return t.each(i,function(c,s){var n=I("question/"+s.type,{question:s,instance:W[0].id,index1:c+1,total:i.length}).then(function(i){return new h(s,t(i))});e.push(n)}),t.when.apply(t,e).then(function(){return[].slice.call(arguments)})}),o=t.Deferred(),a=t.Deferred();t.when(n,r).then(function(n,r){var l;0==r.length&&null==n?(o=s,l=P(e)):l=L(n,r,c,s).then(function(){return O(o,c)}).then(function(){return null==i?null:i.acknowledged()}).then(function(){return null==n?null:n.enable().acknowledged().then(function(){return c.next()})}).then(function(){return z(r,c)}),t.when(l).then(function(i){return t.when(i,R(i))}).then(function(t,i){return F(i,c,o).then(function(){return t.portalUrl?null:M(a,c)}).then(function(){return j(c,i.length)})}).then(function(){return e.promiseRestart()}).then(function(t){H(null,t,c,a)})})}var U=this;if(v=t.extend({},q,v),void 0==v.target)throw new Error("Missing widget target option");if(void 0==v.container)throw new Error("Missing widget container option");var W=t(v.container).first();if(0==W.length)throw new Error("Widget container not found: "+v.container);if(void 0==W[0].id)throw new Error('Widget container does not have an "id" attribute: '+v.container);var $=v.hostname+"";!function(){var t=l.match(/[?&]civicscience-widget-question=([^&]+)/);null!=t&&(v.question=decodeURIComponent(t[1]))}(),function(){var t=l.match(/[?&]civicscience-widget-survey=([^&]+)/);null!=t&&(v.survey=decodeURIComponent(t[1]))}();var Q=l.replace(/^[^:]+:/,"").replace(/\/+$/,""),V=n({hostname:$,target:v.target,instance:W[0].id,context:Q}).promiseInfo().then(function(i){return(v.question||t.isArray(v.question)&&v.question.length>0)&&(i.contextualQuestionHiddenState=""),i}),Y=V.then(function(i){var c=e(67),s=v.locale||i.locale;t.each(c[s]||c.en,function(t,i){c[t]=function(t,e,c,s){t.write(r(i,t,e,s))}});var n={};return t.each(i.natures,function(t,i){n[i]=i}),i=t.extend({},i,{natures:n}),{__isPortalMode:v.__isPortalMode,strings:c,targetInfo:i}}),G={beforeFetchingQuestions:function(){return B("beforeFetchingQuestions",!1)},beforeAskingQuestions:function(i){return B("beforeAskingQuestions",!1,{ids:t.map(i,function(t){return t.id})})},questionAsked:function(t,i){return B("questionAsked",!1,{index:i,length:t.length,id:t[i].id,role:t[i].role})},questionAnswered:function(t,i){return B("questionAnswered",!1,{index:i,length:t.length,id:t[i].id,role:t[i].role})},afterAskingQuestions:function(i){return B("afterAskingQuestions",!1,{ids:t.map(i,function(t){return t.id})})},beforeShowingResults:function(t){return B("beforeShowingResults",!1,{length:t})},resultArrived:function(t,i,e){return B("resultArrived",!1,{from:t,to:i,length:e})},resultDeparted:function(t,i,e){return B("resultDeparted",!1,{from:t,to:i,length:e})},afterShowingResults:function(t){return B("afterShowingResults",!1,{length:t})}},J=_(function(t){return W.offset().top<t.scrollTop()+t.height()+200}),K=(_(function(i){var e=W.offset().top,c=W.height(),s=i.scrollTop(),n=i[0].innerHeight,r=n/16;return e+c<n||e+c+r<=s+n||s+n-e>n/4||e-r<=s||s+n+r>=t(document).height()}),J.then(function(){return s({hostname:$,target:v.target,instance:W[0].id,context:Q,question:v.question,survey:v.survey,locale:v.locale,userId:v.userId})}).then(function(t){return t.promiseExpirationTime().then(function(t){var i=t.getTime()-(new Date).getTime();i>0&&setTimeout(function(){new w(v)},i)}),t})),X=V.then(function(i){function e(){if(!s.data("civsci-loaded"))return!1;var i=s.contents(),e=i.find("html"),n=e.find("body");return i.length>0&&e.length>0&&n.length>0&&(e.css({display:"table",margin:0,padding:0}),n.on("DOMSubtreeModified",function(){s.height(t(this).outerHeight())}),n.css({display:"table",margin:0,padding:0}),n.attr("id",W[0].id),c.resolve(n),!0)}if(i.natures.indexOf("iframe-wrapper")==-1)return W;var c=t.Deferred(),s=t("<iframe>").on("load",function(){t(this).data("civsci-loaded",!0)}).attr({name:"civsci-iframe-"+W[0].id,scrolling:"no"}).css({display:"block",width:"100%",overflow:"hidden",border:"none"}).height(0).appendTo(W.empty());if(!e())var n=setInterval(function(){e()&&clearInterval(n)},10);return c.then(function(t){return null==i.fontData?t:S(i.fontData,t[0].ownerDocument.defaultView).then(function(){return t})})}),Z=t.when(V).then(function(i){return i.contextualQuestionHiddenState==k?D:t.when(I("container",{partnerName:i.partnerName,privacyPolicyUrl:i.privacyPolicyUrl}),N(),i,X)}).then(function(i,c,s,n){var r=t(n[0].ownerDocument);new o(W[0].id,r).load(e(30)).load(e(34)),s.partnerWidgetCss&&t("<style>").attr("type","text/css").text(s.partnerWidgetCss).appendTo(r.find("head")),n.html(i);var a=n.find("[data-civsci-widget-root]");p(a,s.natures);var l=n.find("[data-civsci-widget-body]"),_=[],v={$container:l,current:function(){return l.find("[data-civsci-widget-slide]").eq(2)},add:function(t){_[0].before(t.filter("[data-civsci-widget-slide]"))},next:function(){return l.attr("data-civsci-widget-engaged",!0),C().then(function(){var t=l.find("[data-civsci-widget-slide]");if(t.length-_.length>3){var i=t.first();return i.data("civsci-display-original",i.css("display")).css("display","none"),u(50).then(function(){return _.push(i.insertAfter(t.last())),_.length>1e3&&_.shift().remove(),d(t.eq(2))})}return null}).then(function(){return v.current().attr("data-civsci-widget-slide-seen",!0)})},back:function(){return C().then(function(){if(_.length>0){var t=_.pop();return l.prepend(t),d(t).then(function(){return u(50)}).then(function(){t.css("display",t.data("civsci-display-original"))})}return null}).then(function(){return v.current()})},purgeDeepHistory:function(){t.each(_,function(t,i){i.remove()}),_.length=0,_.push(c.clone().appendTo(l)),_.push(c.clone().appendTo(l))}};return function(){l.append(c.clone()),l.append(c.clone()),_.push(c.clone().appendTo(l)),_.push(c.clone().appendTo(l))}(),I("banner_css",{left:A(a,"left"),right:A(a,"right")}).then(function(t){return new o(n[0].id,r).load(t),v})}),tt={scale:function(i){var e=i.find("[data-civsci-widget-scale-background]");return e.each(function(i,e){var c=t(e),s=c.data("civsci-widget-scale-background").split(","),n=[];t.each(s,function(t,i){var e,c=(.72*(1-i/100)).toFixed(2);e=0==t?"0%":t==s.length-1?"100%":Math.round(100*(t+.5)/s.length)+"%",n.push("rgba(255, 255, 255, "+c+") "+e)}),c.css("background-image","linear-gradient(to right, "+n.join(", ")+")")}),i},spectrum:function(i){var e=[120,226,120],c=[170,170,170],s=[255,131,131],n=i.find("[data-civsci-widget-scale-background]");return n.each(function(i,n){var r=t(n),o=r.data("civsci-widget-scale-background").split(","),a=[];t.each(o,function(t,i){var n,r=0==i?c:i>0?e:s,l=(.9*Math.abs(i)/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(",")+","+l+") "+n)}),r.css({"background-color":"#fff","background-image":"linear-gradient(to right, "+a.join(", ")+")"})}),i}},it=t.Deferred().resolve(null).promise();t.when(Z,it,V).then(function(i,e,c){switch(function(){var t=document.createElement("script");t.src="https://"+v.hostname+"/widget/EditableWidget?tgt="+encodeURIComponent(c.id)+"&elt="+encodeURIComponent(W[0].id)+"&url="+encodeURIComponent(l),t.type="text/javascript",document.getElementsByTagName("head")[0].appendChild(t)}(),c.contextualQuestionHiddenState){case"":break;case x:return I("article_admin").then(function(t){return T(t)}).then(function(t){i.add(t)});default:return void W.html("")}var s=t.Deferred();t.when(null==e?null:T(e.$content).then(function(t){i.add(t)})).then(function(){return M(s,i).then(function(){null!=e?e.enable().acknowledged().then(function(){G.beforeFetchingQuestions(),i.next()}):G.beforeFetchingQuestions()})}).then(function(){return K}).then(function(t){return H(e,t,i,s)})})}var y=600,b=200,x="admin",k="respondent",D=t.Deferred().promise(),I=function(){function i(){s.off("load",i),clearTimeout(e),c.resolve()}var e,c=t.Deferred(),s=t(document);return s.on("load",i),e=setTimeout(i,1e3),c.promise()}(),q={hostname:"www.civicscience.com",question:"",survey:"",locale:"",userId:"",__isPortalMode:!1,__promisedWelcomeContent:t.Deferred().resolve(null)};return function(t){return new w(t)}}.apply(i,c),!(void 0!==s&&(t.exports=s))},function(t,i,e){var c;c=function(){"use strict";var t,i,e={bringOnTheQuestions:{en:"Bring on the questions!",es:"¡Empezar las preguntas!"},buttonAnswerMoreQuestions:{en:"Answer More Questions!",es:"¡Responder más preguntas!"},buttonBack:{en:"Back",es:"Atrás"},buttonGo:{en:"Go!",es:"¡Ir!"},buttonMore:{en:"More!",es:"¡Más!"},buttonNext:{en:"Next",es:"Siguiente"},buttonNextQuestion:{en:"Next Question",es:"Siguiente pregunta"},buttonSeeAllResults:{en:"See All Results",es:"Ver todos los resultados"},buttonSeeNextResult:{en:"See Next Result",es:"Ver el siguiente resultado"},buttonSeeResults:{en:"See Results",es:"Ver resultados"},calculatingResults:{en:"Calculating results...",es:"Calculando resultados..."},captionTitleInsight:{en:"CivicScience Says:",es:"CivicScience dice:"},captionTitleQuiz:{en:"Did You Know?",es:"¿Sabías?"},captionTitleTrending:{en:"In the News:",es:"En las noticias:"},fetchingQuestions:{en:"Fetching questions...",es:"Buscando preguntas..."},noMoreQuestionsExplanation:{en:"We don't have any more questions for you right now, but we're always writing new questions and discovering new insights. Check back later for more!",es:"En este momento no tenemos más preguntas para ti, pero siempre estamos en el proceso de escribir nuevas preguntas y descubriendo nuevas visiones. ¡Vuelve más tarde para más!"},opinionExpert:{en:"You're an Opinion Expert!",es:"¡Eres un experto en opiniones!"},portalLink:{en:"Answer more questions at our Question Center",es:"Responder más preguntas en nuestro Centro de Preguntas"},poweredByCivicScience:{en:"Insights powered by CivicScience",es:"Presentado por CivicScience"},privacyPolicy:{en:"Privacy Policy",es:"Política de privacidad"},progressNOfM:{en:"%(n) of %(m)",es:"%(n) de %(m)"},quizRightAnswer:{en:"You got it right!",es:"¡Respuesta correcta!"},quizWrongAnswer:{en:"Sorry, wrong answer!",es:"¡Lo siento, respuesta incorrecta!"},quizSummaryYouAnswered:{en:"You answered",es:"Respondiste"},quizSummaryNOutOfM:{en:"%(n) out of %(m)",es:"%(n) de %(m)"},quizSummaryQuestionsCorrectly:{en:"quiz questions correctly.",es:"preguntas de trivia correctamente."},ratingAverage:{en:"Average",es:"Promedio"},ratingYourRating:{en:"Your Rating",es:"Tu opinión"},result:{en:"Result",es:"Resultado"},resultResponseTotal:{en:"Based on %(total) responses",es:"Basado en %(total) respuestas"},roleJustForFun:{en:"Just For Fun",es:"Solo para que te diviertas"},roleOpinion:{en:"Opinion Question",es:"Pregunta de opinión"},roleProfile:{en:"About You",es:"Acerca de ti"},roleQuiz:{en:"Quiz Question",es:"Pregunta de trivia"},roleQuestion:{en:"Question",es:"Pregunta"},roleResearch:{en:"Research Question",es:"Pregunta de investigación"},roleTrending:{en:"In the News",es:"En las noticias"},subtitleCivicScience:{en:"From CivicScience",es:"De CivicScience"},subtitlePartner:{en:"From %(partnerName) & CivicScience",es:"De %(partnerName) & CivicScience"},thankYouTitle:{en:"Thank You",es:"Gracias"},thankYouBody:{en:"Thank you for answering our questions.",es:"Gracias por responder a nuestras preguntas."}},c={};for(t in e)for(i in e[t])c[i]=c[i]||{},c[i][t]=e[t][i];return c}.call(i,e,i,t),!(void 0!==c&&(t.exports=c))},function(t,i,e){function c(t){return e(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":42,"./banner_css.dust":43,"./container.dust":44,"./intro/_intro.dust":22,"./intro/empty.dust":45,"./intro/text.dust":46,"./question/_option.dust":23,"./question/_option_question.dust":12,"./question/_question.dust":5,"./question/checkbox.dust":47,"./question/matrix.dust":48,"./question/radio.dust":49,"./question/scale.dust":24,"./question/spectrum.dust":50,"./result/_option_result.dust":13,"./result/_option_result_item.dust":25,"./result/_result.dust":6,"./result/_result_buttons.dust":14,"./result/checkbox.dust":51,"./result/extras/_base.dust":26,"./result/extras/trending-checklist.dust":52,"./result/matrix.dust":53,"./result/radio.dust":54,"./result/scale.dust":27,"./result/spectrum.dust":55,"./signpost/_signpost.dust":15,"./signpost/questions.dust":56,"./signpost/results.dust":57,"./slide.dust":58,"./summary/_summary.dust":7,"./summary/quiz.dust":59,"./summary/text.dust":60,"./summary/thank_you.dust":61};c.keys=function(){return Object.keys(n)},c.resolve=s,t.exports=c,c.id=68},,,,,,,,,,,,,,,,,,,,,,,,function(t,i,e){var c,s;c=[e(2),e(93)],s=function(t,i){"use strict";window.civicscience&&window.civicscience.widget||(t(function(){var e=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&&e&&(s.hostname=e);var n=""+c[0].id;n.match(/^\d/)?s.container="[id='"+c[0].id+"']":s.container="#"+c[0].id,i(s)})}),(window.civicscience||(window.civicscience={})).widget=i)}.apply(i,c),!(void 0!==s&&(t.exports=s))},function(t,i,e){var c,s;c=[e(2),e(66)],s=function(t,i){return function(e){e=t.extend({},e);for(var c in e)c.match(/^__/)&&delete e[c];return i(e)}}.apply(i,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":3022,"container":"[id='2827b225-3477-7b34-7dea-88a6b5047569']","hostname":"www.civicscience.com"});
            
(function () {

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

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

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


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

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

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

})();
        });
	});

})();
