var qsProxy=false;function FrameBuilder(formId,appendTo,initialHeight,iframeCode,title,embedStyleJSON){this.formId=formId;this.initialHeight=initialHeight;this.iframeCode=iframeCode;this.frame=null;this.timeInterval=200;this.appendTo=appendTo||false;this.formSubmitted=0;this.frameMinWidth='100%';this.defaultHeight='';this.init=function(){this.embedURLHash=this.getMD5(window.location.href);if(embedStyleJSON&&(embedStyleJSON[this.embedURLHash]&&embedStyleJSON[this.embedURLHash]['inlineStyle']['embedWidth'])){this.frameMinWidth=embedStyleJSON[this.embedURLHash]['inlineStyle']['embedWidth']+'px';}
if(embedStyleJSON&&(embedStyleJSON[this.embedURLHash])){if(embedStyleJSON[this.embedURLHash]['inlineStyle']&&embedStyleJSON[this.embedURLHash]['inlineStyle']['embedHeight']){this.defaultHeight='data-frameHeight="'+embedStyleJSON[this.embedURLHash]['inlineStyle']['embedHeight']+'"';}}
this.createFrame();this.addFrameContent(this.iframeCode);};this.createFrame=function(){var tmp_is_ie=!!window.ActiveXObject;this.iframeDomId=document.getElementById(this.formId)?this.formId+'_'+new Date().getTime():this.formId;var htmlCode="<"+"iframe title=\""+title.replace(/[\\"']/g,'\\$&').replace(/&amp;/g,'&')+"\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\""+this.formId+"\" id=\""+this.iframeDomId+"\" style=\"width: 10px; min-width:"+this.frameMinWidth+"; display: block; overflow: hidden; height:"+this.initialHeight+"px; border: none;\" scrolling=\"no\""+this.defaultHeight+"></if"+"rame>";if(this.appendTo===false){document.write(htmlCode);}else{var tmp=document.createElement('div');tmp.innerHTML=htmlCode;var a=this.appendTo;document.getElementById(a).appendChild(tmp.firstChild);}
this.frame=document.getElementById(this.iframeDomId);if(tmp_is_ie===true){try{var iframe=this.frame;var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.open();doc.write("");}
catch(err){this.frame.src="javascript:void((function(){document.open();document.domain=\'"+this.getBaseDomain()+"\';document.close();})())";}}
this.addEvent(this.frame,'load',this.bindMethod(this.setTimer,this));var self=this;if(window.chrome!==undefined){this.frame.onload=function(){try{var doc=this.contentWindow.document;var _jotform=this.contentWindow.JotForm;if(doc!==undefined){var form=doc.getElementById(""+self.iframeDomId);self.addEvent(form,"submit",function(){if(_jotform.validateAll()){self.formSubmitted=1;}});}}catch(e){}}}};this.addEvent=function(obj,type,fn){if(obj.attachEvent){obj["e"+type+fn]=fn;obj[type+fn]=function(){obj["e"+type+fn](window.event);};obj.attachEvent("on"+type,obj[type+fn]);}
else{obj.addEventListener(type,fn,false);}};this.addFrameContent=function(string){if(window.location.search&&window.location.search.indexOf('disableSmartEmbed')>-1){string=string.replace(new RegExp('smartEmbed=1(?:&amp;|&)'),'');string=string.replace(new RegExp('isSmartEmbed'),'');}else{var cssLink='stylebuilder/'+this.formId+'.css';var cssPlace=string.indexOf(cssLink);var prepend=string[cssPlace+cssLink.length]==='?'?'&amp;':'?';var embedUrl=prepend+'embedUrl='+window.location.href;if(cssPlace>-1){var positionLastRequestElement=string.indexOf('\"/>',cssPlace);if(positionLastRequestElement>-1){string=string.substr(0,positionLastRequestElement)+embedUrl+string.substr(positionLastRequestElement);string=string.replace(cssLink,'stylebuilder/'+this.formId+'/'+this.embedURLHash+'.css');}}}
string=string.replace(new RegExp('src\\=\\"[^"]*captcha.php\"><\/scr'+'ipt>','gim'),'src="http://api.recaptcha.net/js/recaptcha_ajax.js"></scr'+'ipt><'+'div id="recaptcha_div"><'+'/div>'+'<'+'style>#recaptcha_logo{ display:none;} #recaptcha_tagline{display:none;} #recaptcha_table{border:none !important;} .recaptchatable .recaptcha_image_cell, #recaptcha_table{ background-color:transparent !important; } <'+'/style>'+'<'+'script defer="defer"> window.onload = function(){ Recaptcha.create("6Ld9UAgAAAAAAMon8zjt30tEZiGQZ4IIuWXLt1ky", "recaptcha_div", {theme: "clean",tabindex: 0,callback: function (){'+'if (document.getElementById("uword")) { document.getElementById("uword").parentNode.removeChild(document.getElementById("uword")); } if (window["validate"] !== undefined) { if (document.getElementById("recaptcha_response_field")){ document.getElementById("recaptcha_response_field").onblur = function(){ validate(document.getElementById("recaptcha_response_field"), "Required"); } } } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_challenge_field")[0].setAttribute("name", "anum"); } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_response_field")[0].setAttribute("name", "qCap"); }}})'+' }<'+'/script>');string=string.replace(/(type="text\/javascript">)\s+(validate\(\"[^"]*"\);)/,'$1 jTime = setInterval(function(){if("validate" in window){$2clearTimeout(jTime);}}, 1000);');if(string.match('#sublabel_litemode')){string=string.replace('class="form-all"','class="form-all" style="margin-top:0;"');}
var iframe=this.frame;var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.open();doc.write(string);setTimeout(function(){doc.close();try{if('JotFormFrameLoaded'in window){JotFormFrameLoaded();}}catch(e){}},200);};this.setTimer=function(){var self=this;this.interval=setTimeout(this.changeHeight.bind(this),this.timeInterval);};this.getBaseDomain=function(){var thn=window.location.hostname;var cc=0;var buff="";for(var i=0;i<thn.length;i++){var chr=thn.charAt(i);if(chr=="."){cc++;}
if(cc==0){buff+=chr;}}
if(cc==2){thn=thn.replace(buff+".","");}
return thn;}
this.changeHeight=function(){var actualHeight=this.getBodyHeight();var currentHeight=this.getViewPortHeight();var skipAutoHeight=(this.frame.contentWindow)?this.frame.contentWindow.document.querySelector('[data-welcome-view="true"]'):null;if(actualHeight===undefined){this.frame.style.height=this.frameHeight;if(!this.frame.style.minHeight){this.frame.style.minHeight="300px";window.parent.scrollTo(0,0);}else if(!this.frame.dataset.parentScrolled){this.frame.dataset.parentScrolled=true;var container=window.parent.document&&window.parent.document.querySelector('.jt-content');if(container){container.scrollTo(0,0);}}}else if(Math.abs(actualHeight-currentHeight)>18&&!skipAutoHeight){this.frame.style.height=(actualHeight)+"px";}
this.setTimer();};this.bindMethod=function(method,scope){return function(){method.apply(scope,arguments);};};this.frameHeight=0;this.getBodyHeight=function(){if(this.formSubmitted===1){return;}
var height;var scrollHeight;var offsetHeight;try{if(this.frame.contentWindow.document.height){height=this.frame.contentWindow.document.height;if(this.frame.contentWindow.document.body.scrollHeight){height=scrollHeight=this.frame.contentWindow.document.body.scrollHeight;}
if(this.frame.contentWindow.document.body.offsetHeight){height=offsetHeight=this.frame.contentWindow.document.body.offsetHeight;}}else if(this.frame.contentWindow.document.body){if(this.frame.contentWindow.document.body.offsetHeight){height=offsetHeight=this.frame.contentWindow.document.body.offsetHeight;}
var formWrapper=this.frame.contentWindow.document.querySelector('.form-all');var margin=parseInt(getComputedStyle(formWrapper).marginTop,10);if(!isNaN(margin)){height+=margin;}}}catch(e){}
this.frameHeight=height;return height;};this.getViewPortHeight=function(){if(this.formSubmitted===1){return;}
var height=0;try{if(this.frame.contentWindow.window.innerHeight){height=this.frame.contentWindow.window.innerHeight-18;}else if((this.frame.contentWindow.document.documentElement)&&(this.frame.contentWindow.document.documentElement.clientHeight)){height=this.frame.contentWindow.document.documentElement.clientHeight;}else if((this.frame.contentWindow.document.body)&&(this.frame.contentWindow.document.body.clientHeight)){height=this.frame.contentWindow.document.body.clientHeight;}}catch(e){}
return height;};this.getMD5=function(s){function L(k,d){return(k<<d)|(k>>>(32-d))}function K(G,k){var I,d,F,H,x;F=(G&2147483648);H=(k&2147483648);I=(G&1073741824);d=(k&1073741824);x=(G&1073741823)+(k&1073741823);if(I&d){return(x^2147483648^F^H)}if(I|d){if(x&1073741824){return(x^3221225472^F^H)}else{return(x^1073741824^F^H)}}else{return(x^F^H)}}function r(d,F,k){return(d&F)|((~d)&k)}function q(d,F,k){return(d&k)|(F&(~k))}function p(d,F,k){return(d^F^k)}function n(d,F,k){return(F^(d|(~k)))}function u(G,F,aa,Z,k,H,I){G=K(G,K(K(r(F,aa,Z),k),I));return K(L(G,H),F)}function f(G,F,aa,Z,k,H,I){G=K(G,K(K(q(F,aa,Z),k),I));return K(L(G,H),F)}function D(G,F,aa,Z,k,H,I){G=K(G,K(K(p(F,aa,Z),k),I));return K(L(G,H),F)}function t(G,F,aa,Z,k,H,I){G=K(G,K(K(n(F,aa,Z),k),I));return K(L(G,H),F)}function e(G){var Z;var F=G.length;var x=F+8;var k=(x-(x%64))/64;var I=(k+1)*16;var aa=Array(I-1);var d=0;var H=0;while(H<F){Z=(H-(H%4))/4;d=(H%4)*8;aa[Z]=(aa[Z]|(G.charCodeAt(H)<<d));H++}Z=(H-(H%4))/4;d=(H%4)*8;aa[Z]=aa[Z]|(128<<d);aa[I-2]=F<<3;aa[I-1]=F>>>29;return aa}function B(x){var k="",F="",G,d;for(d=0;d<=3;d++){G=(x>>>(d*8))&255;F="0"+G.toString(16);k=k+F.substr(F.length-2,2)}return k}function J(k){k=k.replace(/rn/g,"n");var d="";for(var F=0;F<k.length;F++){var x=k.charCodeAt(F);if(x<128){d+=String.fromCharCode(x)}else{if((x>127)&&(x<2048)){d+=String.fromCharCode((x>>6)|192);d+=String.fromCharCode((x&63)|128)}else{d+=String.fromCharCode((x>>12)|224);d+=String.fromCharCode(((x>>6)&63)|128);d+=String.fromCharCode((x&63)|128)}}}return d}var C=Array();var P,h,E,v,g,Y,X,W,V;var S=7,Q=12,N=17,M=22;var A=5,z=9,y=14,w=20;var o=4,m=11,l=16,j=23;var U=6,T=10,R=15,O=21;s=J(s);C=e(s);Y=1732584193;X=4023233417;W=2562383102;V=271733878;for(P=0;P<C.length;P+=16){h=Y;E=X;v=W;g=V;Y=u(Y,X,W,V,C[P+0],S,3614090360);V=u(V,Y,X,W,C[P+1],Q,3905402710);W=u(W,V,Y,X,C[P+2],N,606105819);X=u(X,W,V,Y,C[P+3],M,3250441966);Y=u(Y,X,W,V,C[P+4],S,4118548399);V=u(V,Y,X,W,C[P+5],Q,1200080426);W=u(W,V,Y,X,C[P+6],N,2821735955);X=u(X,W,V,Y,C[P+7],M,4249261313);Y=u(Y,X,W,V,C[P+8],S,1770035416);V=u(V,Y,X,W,C[P+9],Q,2336552879);W=u(W,V,Y,X,C[P+10],N,4294925233);X=u(X,W,V,Y,C[P+11],M,2304563134);Y=u(Y,X,W,V,C[P+12],S,1804603682);V=u(V,Y,X,W,C[P+13],Q,4254626195);W=u(W,V,Y,X,C[P+14],N,2792965006);X=u(X,W,V,Y,C[P+15],M,1236535329);Y=f(Y,X,W,V,C[P+1],A,4129170786);V=f(V,Y,X,W,C[P+6],z,3225465664);W=f(W,V,Y,X,C[P+11],y,643717713);X=f(X,W,V,Y,C[P+0],w,3921069994);Y=f(Y,X,W,V,C[P+5],A,3593408605);V=f(V,Y,X,W,C[P+10],z,38016083);W=f(W,V,Y,X,C[P+15],y,3634488961);X=f(X,W,V,Y,C[P+4],w,3889429448);Y=f(Y,X,W,V,C[P+9],A,568446438);V=f(V,Y,X,W,C[P+14],z,3275163606);W=f(W,V,Y,X,C[P+3],y,4107603335);X=f(X,W,V,Y,C[P+8],w,1163531501);Y=f(Y,X,W,V,C[P+13],A,2850285829);V=f(V,Y,X,W,C[P+2],z,4243563512);W=f(W,V,Y,X,C[P+7],y,1735328473);X=f(X,W,V,Y,C[P+12],w,2368359562);Y=D(Y,X,W,V,C[P+5],o,4294588738);V=D(V,Y,X,W,C[P+8],m,2272392833);W=D(W,V,Y,X,C[P+11],l,1839030562);X=D(X,W,V,Y,C[P+14],j,4259657740);Y=D(Y,X,W,V,C[P+1],o,2763975236);V=D(V,Y,X,W,C[P+4],m,1272893353);W=D(W,V,Y,X,C[P+7],l,4139469664);X=D(X,W,V,Y,C[P+10],j,3200236656);Y=D(Y,X,W,V,C[P+13],o,681279174);V=D(V,Y,X,W,C[P+0],m,3936430074);W=D(W,V,Y,X,C[P+3],l,3572445317);X=D(X,W,V,Y,C[P+6],j,76029189);Y=D(Y,X,W,V,C[P+9],o,3654602809);V=D(V,Y,X,W,C[P+12],m,3873151461);W=D(W,V,Y,X,C[P+15],l,530742520);X=D(X,W,V,Y,C[P+2],j,3299628645);Y=t(Y,X,W,V,C[P+0],U,4096336452);V=t(V,Y,X,W,C[P+7],T,1126891415);W=t(W,V,Y,X,C[P+14],R,2878612391);X=t(X,W,V,Y,C[P+5],O,4237533241);Y=t(Y,X,W,V,C[P+12],U,1700485571);V=t(V,Y,X,W,C[P+3],T,2399980690);W=t(W,V,Y,X,C[P+10],R,4293915773);X=t(X,W,V,Y,C[P+1],O,2240044497);Y=t(Y,X,W,V,C[P+8],U,1873313359);V=t(V,Y,X,W,C[P+15],T,4264355552);W=t(W,V,Y,X,C[P+6],R,2734768916);X=t(X,W,V,Y,C[P+13],O,1309151649);Y=t(Y,X,W,V,C[P+4],U,4149444226);V=t(V,Y,X,W,C[P+11],T,3174756917);W=t(W,V,Y,X,C[P+2],R,718787259);X=t(X,W,V,Y,C[P+9],O,3951481745);Y=K(Y,h);X=K(X,E);W=K(W,v);V=K(V,g)}var i=B(Y)+B(X)+B(W)+B(V);return i.toLowerCase()};this.init();}
FrameBuilder.get=qsProxy||{"redirect":"1"};var i92595805944168=new FrameBuilder("92595805944168",false,"","<html lang=\"en\"><head><title>Universal Engagement Form<\/title><link rel=\"canonical\" href=\"https:\/\/form.jotform.us\/92595805944168\"\/><link rel=\"alternate\" type=\"application\/json+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=json&amp;url=http:\/\/www.jotform.com\/form\/92595805944168\" title=\"oEmbed Form\"\/><link rel=\"alternate\" type=\"text\/xml+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=xml&amp;url=http:\/\/www.jotform.com\/form\/&#x27;92595805944168\" title=\"oEmbed Form\"\/><meta property=\"og:title\" content=\"Universal Engagement Form\"\/><meta property=\"og:url\" content=\"http:\/\/www.jotform.us\/form\/92595805944168\"\/><meta property=\"og:description\" content=\"Please click the link to complete this form.\"\/><meta property=\"og:image\" content=\"https:\/\/www.jotform.com\/resources\/assets\/icon\/jotform-icon-dark-400x400.png\"\/><meta name=\"slack-app-id\" content=\"AHNMASS8M\"\/><meta data-name=\"preventCloning\" content=\"1\"\/><link rel=\"preload\" href=\"https:\/\/cdn.jotfor.ms\/stylebuilder\/default.css?88e27497\" as=\"style\"\/><link rel=\"preload\" href=\"https:\/\/cdn.jotfor.ms\/stylebuilder\/92595805944168.css?themeID=596631cecf3bfe35bd1e9d21\" as=\"style\"\/><link id=\"default-css\" type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/stylebuilder\/default.css?88e27497\"\/><link id=\"form-css\" type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/stylebuilder\/92595805944168.css?themeID=596631cecf3bfe35bd1e9d21\"\/><link type=\"text\/css\" rel=\"stylesheet\" media=\"all\" href=\"https:\/\/cdn.jotfor.ms\/wizards\/languageWizard\/custom-dropdown\/css\/lang-dd.css\"\/><style>\n        body { overflow: hidden; }\n        body ul,\n        body ol { list-style: none; }\n        body { opacity: 0; }\n      <\/style><link rel=\"shortcut icon\" href=\"\/favicon.ico\"\/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\"\/><meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\"\/><script src=\"https:\/\/browser.sentry-cdn.com\/5.12.1\/bundle.min.js\" integrity=\"sha384-y+an4eARFKvjzOivf\/Z7JtMJhaN6b+lLQ5oFbBbUwZNNVir39cYtkjW1r6Xjbxg3\" crossOrigin=\"anonymous\"><\/script><script>window.FORM_MODE = \"cardform\";<\/script><\/head><body class=\"jfCardForm notLoaded cf-minimal formMode\"><div class=\"js-pressEnterHint isHidden\" style=\"color:white;position:absolute;z-index:1;bottom:29.5%;left:37.2%;display:none\">You can always press Enter\u23ce to continue<\/div><div id=\"jfQuestion-proxy\" class=\"forFullScreen\"><\/div><div>\n        <script src=\"https:\/\/cdn01.jotfor.ms\/static\/prototype.forms.js\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn02.jotfor.ms\/static\/jotform.forms.js?3.3.27219\" type=\"text\/javascript\"><\/script>\n<script defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/punycode\/1.4.1\/punycode.js\"><\/script>\n<script src=\"https:\/\/cdn03.jotfor.ms\/\/js\/pen\/toMarkdown.js?v=3.3.27219\"><\/script>\n<script src=\"https:\/\/cdn01.jotfor.ms\/\/js\/pen\/showdown.js?v=3.3.27219\"><\/script>\n<script type=\"text\/javascript\">\tJotForm.newDefaultTheme = false;\n\tJotForm.extendsNewTheme = false;\n\tJotForm.newPaymentUIForNewCreatedForms = false;\n\n var jsTime = setInterval(function(){try{\n   JotForm.jsForm = true;\n\n   if (window.CardForm) { window.CardForm.jsForm = true; } \n\n   JotForm.setConditions([{\"action\":[{\"id\":\"action_0_1614386894065\",\"visibility\":\"HideMultiple\",\"isError\":false,\"fields\":[\"19\",\"62\",\"23\",\"39\",\"40\",\"45\",\"46\",\"51\",\"52\",\"57\",\"58\"]}],\"id\":\"1614386338659\",\"index\":\"0\",\"link\":\"Any\",\"priority\":\"0\",\"terms\":[{\"id\":\"term_0_1614386894065\",\"field\":\"10\",\"operator\":\"isFilled\",\"value\":\"\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1592255668346\",\"visibility\":\"HideMultiple\",\"isError\":false,\"fields\":[\"21\",\"28\",\"29\"]}],\"id\":\"1592255717683\",\"index\":\"1\",\"link\":\"Any\",\"priority\":\"1\",\"terms\":[{\"id\":\"term_1592255668346\",\"field\":\"14\",\"operator\":\"notEquals\",\"value\":\"Submit a referral\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1614386926332\",\"field\":\"18\",\"visibility\":\"Require\",\"isError\":false}],\"id\":\"1570034759047\",\"index\":\"2\",\"link\":\"Any\",\"priority\":\"2\",\"terms\":[{\"id\":\"term_0_1614386926332\",\"field\":\"14\",\"operator\":\"equals\",\"value\":\"Tell Skoll about my organization's racial justice work\",\"isError\":false},{\"id\":\"term_1_1614386926332\",\"field\":\"14\",\"operator\":\"equals\",\"value\":\"Tell Skoll about my COVID-19 response efforts\",\"isError\":false},{\"id\":\"term_2_1614386926332\",\"field\":\"14\",\"operator\":\"equals\",\"value\":\"Tell Skoll about my work\",\"isError\":false}],\"type\":\"require\"},{\"action\":[{\"id\":\"action_0_1587599723030\",\"visibility\":\"Hide\",\"isError\":false,\"field\":\"18\"}],\"disabled\":\"1\",\"id\":\"1569830938463\",\"index\":\"3\",\"link\":\"All\",\"priority\":\"3\",\"terms\":[{\"id\":\"term_1587599750593\",\"field\":\"14\",\"operator\":\"notEquals\",\"value\":\"Tell Skoll about my COVID-19 response efforts\",\"isError\":false},{\"id\":\"term_0_1587599723029\",\"field\":\"14\",\"operator\":\"notEquals\",\"value\":\"Tell Skoll about my organization's racial justice work\",\"isError\":false},{\"id\":\"term_1_1587599723030\",\"field\":\"14\",\"operator\":\"notEquals\",\"value\":\"Speak at the Skoll World Forum\",\"isError\":false},{\"id\":\"term_2_1587599723030\",\"field\":\"14\",\"operator\":\"notEquals\",\"value\":\"Tell Skoll about my work\",\"isError\":false},{\"id\":\"term_3_1587599723030\",\"field\":\"14\",\"operator\":\"notEquals\",\"value\":\"Attend the Skoll World Forum\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1592254559150\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"65\"}],\"id\":\"1569558083204\",\"index\":\"4\",\"link\":\"Any\",\"priority\":\"4\",\"terms\":[{\"id\":\"term_0_1592254559150\",\"field\":\"14\",\"operator\":\"equals\",\"value\":\"Tell Skoll about my organization's racial justice work\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1568930973475\",\"visibility\":\"RequireMultiple\",\"fields\":[\"55\",\"56\"],\"isError\":false}],\"disabled\":\"1\",\"id\":\"1568930992867\",\"index\":\"5\",\"link\":\"Any\",\"priority\":\"5\",\"terms\":[{\"id\":\"term_1568930973475\",\"field\":\"54\",\"operator\":\"equals\",\"value\":\"YES\",\"isError\":false}],\"type\":\"require\"},{\"action\":[{\"id\":\"action_1568930940042\",\"visibility\":\"RequireMultiple\",\"fields\":[\"49\",\"50\",\"54\"],\"isError\":false}],\"disabled\":\"1\",\"id\":\"1568930963663\",\"index\":\"6\",\"link\":\"Any\",\"priority\":\"6\",\"terms\":[{\"id\":\"term_1568930940042\",\"field\":\"48\",\"operator\":\"equals\",\"value\":\"YES\",\"isError\":false}],\"type\":\"require\"},{\"action\":[{\"id\":\"action_1568930395451\",\"skipTo\":\"61\",\"isError\":false}],\"id\":\"1568930490651\",\"index\":\"7\",\"link\":\"Any\",\"priority\":\"7\",\"terms\":[{\"id\":\"term_1568930480922\",\"field\":\"54\",\"operator\":\"equals\",\"value\":\"NO\",\"isError\":false},{\"id\":\"term_1568930440270\",\"field\":\"48\",\"operator\":\"equals\",\"value\":\"NO\",\"isError\":false},{\"id\":\"term_1568930413824\",\"field\":\"42\",\"operator\":\"equals\",\"value\":\"NO\",\"isError\":false},{\"id\":\"term_1568930395451\",\"field\":\"29\",\"operator\":\"equals\",\"value\":\"NO\",\"isError\":false}],\"type\":\"page\"},{\"action\":[{\"id\":\"action_0_1568930799692\",\"visibility\":\"RequireMultiple\",\"isError\":false,\"fields\":[\"43\",\"44\",\"48\"]}],\"disabled\":\"1\",\"id\":\"1568928927516\",\"index\":\"8\",\"link\":\"Any\",\"priority\":\"8\",\"terms\":[{\"id\":\"term_0_1568930799692\",\"field\":\"42\",\"operator\":\"equals\",\"value\":\"YES\",\"isError\":false}],\"type\":\"require\"},{\"action\":[{\"id\":\"action_0_1568930911464\",\"visibility\":\"RequireMultiple\",\"isError\":false,\"fields\":[\"37\",\"38\",\"42\"]}],\"disabled\":\"1\",\"id\":\"1568928863825\",\"index\":\"9\",\"link\":\"Any\",\"priority\":\"9\",\"terms\":[{\"id\":\"term_0_1568930911464\",\"field\":\"29\",\"operator\":\"equals\",\"value\":\"YES\",\"isError\":false}],\"type\":\"require\"},{\"action\":[{\"id\":\"action_1569556975207\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"62\"}],\"disabled\":\"1\",\"id\":\"1569556994622\",\"index\":\"10\",\"link\":\"Any\",\"priority\":\"10\",\"terms\":[{\"id\":\"term_1569556975207\",\"field\":\"14\",\"operator\":\"equals\",\"value\":\"Attend the Skoll World Forum\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1568851104079\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"19\"}],\"disabled\":\"1\",\"id\":\"1568851121020\",\"index\":\"11\",\"link\":\"Any\",\"priority\":\"11\",\"terms\":[{\"id\":\"term_1568851104079\",\"field\":\"14\",\"operator\":\"equals\",\"value\":\"Speak at the Skoll World Forum\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1568850442625\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"59\"}],\"id\":\"1568850457423\",\"index\":\"12\",\"link\":\"Any\",\"priority\":\"12\",\"terms\":[{\"id\":\"term_1568850442625\",\"field\":\"55\",\"operator\":\"equals\",\"value\":\"Be considered for a Skoll Award\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1568850412870\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"58\"}],\"disabled\":\"1\",\"id\":\"1568850438952\",\"index\":\"13\",\"link\":\"Any\",\"priority\":\"13\",\"terms\":[{\"id\":\"term_1568850412870\",\"field\":\"55\",\"operator\":\"equals\",\"value\":\"Speak at Skoll World Forum\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1568850384854\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"57\"}],\"disabled\":\"1\",\"id\":\"1568850409291\",\"index\":\"14\",\"link\":\"Any\",\"priority\":\"14\",\"terms\":[{\"id\":\"term_1568850384854\",\"field\":\"55\",\"operator\":\"equals\",\"value\":\"Attend Skoll World Forum\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1568850360428\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"53\"}],\"id\":\"1568850380982\",\"index\":\"15\",\"link\":\"Any\",\"priority\":\"15\",\"terms\":[{\"id\":\"term_1568850360428\",\"field\":\"49\",\"operator\":\"equals\",\"value\":\"Be considered for a Skoll Award\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1568850324564\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"52\"}],\"disabled\":\"1\",\"id\":\"1568850354538\",\"index\":\"16\",\"link\":\"Any\",\"priority\":\"16\",\"terms\":[{\"id\":\"term_1568850324564\",\"field\":\"49\",\"operator\":\"equals\",\"value\":\"Speak at Skoll World Forum\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1568850286201\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"51\"}],\"disabled\":\"1\",\"id\":\"1568850320362\",\"index\":\"17\",\"link\":\"Any\",\"priority\":\"17\",\"terms\":[{\"id\":\"term_1568850286201\",\"field\":\"49\",\"operator\":\"equals\",\"value\":\"Attend Skoll World Forum\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1568850248155\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"47\"}],\"id\":\"1568850280272\",\"index\":\"18\",\"link\":\"Any\",\"priority\":\"18\",\"terms\":[{\"id\":\"term_1568850248155\",\"field\":\"43\",\"operator\":\"equals\",\"value\":\"Be considered for a Skoll Award\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1568850227773\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"46\"}],\"disabled\":\"1\",\"id\":\"1568850243523\",\"index\":\"19\",\"link\":\"Any\",\"priority\":\"19\",\"terms\":[{\"id\":\"term_1568850227773\",\"field\":\"43\",\"operator\":\"equals\",\"value\":\"Speak at Skoll World Forum\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1568850200630\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"45\"}],\"disabled\":\"1\",\"id\":\"1568850224123\",\"index\":\"20\",\"link\":\"Any\",\"priority\":\"20\",\"terms\":[{\"id\":\"term_1568850200630\",\"field\":\"43\",\"operator\":\"equals\",\"value\":\"Attend Skoll World Forum\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1568931563960\",\"visibility\":\"ShowMultiple\",\"isError\":false,\"fields\":[\"55\",\"56\"]}],\"id\":\"1568850090847\",\"index\":\"21\",\"link\":\"Any\",\"priority\":\"21\",\"terms\":[{\"id\":\"term_0_1568931563960\",\"field\":\"54\",\"operator\":\"equals\",\"value\":\"YES\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1568931587191\",\"visibility\":\"ShowMultiple\",\"isError\":false,\"fields\":[\"49\",\"50\",\"54\"]}],\"id\":\"1568850060911\",\"index\":\"22\",\"link\":\"Any\",\"priority\":\"22\",\"terms\":[{\"id\":\"term_0_1568931587191\",\"field\":\"48\",\"operator\":\"equals\",\"value\":\"YES\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1568932278194\",\"visibility\":\"ShowMultiple\",\"isError\":false,\"fields\":[\"43\",\"44\",\"48\",\"54\"]}],\"id\":\"1568850023513\",\"index\":\"23\",\"link\":\"Any\",\"priority\":\"23\",\"terms\":[{\"id\":\"term_0_1568932278194\",\"field\":\"42\",\"operator\":\"equals\",\"value\":\"YES\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1568932326337\",\"visibility\":\"ShowMultiple\",\"isError\":false,\"fields\":[\"37\",\"38\",\"42\"]}],\"id\":\"1568849033183\",\"index\":\"24\",\"link\":\"Any\",\"priority\":\"24\",\"terms\":[{\"id\":\"term_0_1568932326337\",\"field\":\"29\",\"operator\":\"equals\",\"value\":\"YES\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1568848596774\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"41\"}],\"id\":\"1568848610805\",\"index\":\"25\",\"link\":\"Any\",\"priority\":\"25\",\"terms\":[{\"id\":\"term_1568848596774\",\"field\":\"37\",\"operator\":\"equals\",\"value\":\"Be considered for a Skoll Award\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1568848565280\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"40\"}],\"disabled\":\"1\",\"id\":\"1568848592022\",\"index\":\"26\",\"link\":\"Any\",\"priority\":\"26\",\"terms\":[{\"id\":\"term_1568848565280\",\"field\":\"37\",\"operator\":\"equals\",\"value\":\"Speak at Skoll World Forum\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1568848529052\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"39\"}],\"disabled\":\"1\",\"id\":\"1568848560487\",\"index\":\"27\",\"link\":\"Any\",\"priority\":\"27\",\"terms\":[{\"id\":\"term_1568848529052\",\"field\":\"37\",\"operator\":\"equals\",\"value\":\"Attend Skoll World Forum\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1568769191267\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"21\"}],\"id\":\"1568769204986\",\"index\":\"28\",\"link\":\"Any\",\"priority\":\"28\",\"terms\":[{\"id\":\"term_1568769191267\",\"field\":\"14\",\"operator\":\"equals\",\"value\":\"Tell Skoll about my organization's racial justice work\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1568768887601\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"24\"}],\"id\":\"1568768899608\",\"index\":\"29\",\"link\":\"Any\",\"priority\":\"29\",\"terms\":[{\"id\":\"term_1568768887601\",\"field\":\"21\",\"operator\":\"equals\",\"value\":\"Be considered for a Skoll Award\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1568768866082\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"23\"}],\"disabled\":\"1\",\"id\":\"1568768880648\",\"index\":\"30\",\"link\":\"Any\",\"priority\":\"30\",\"terms\":[{\"id\":\"term_1568768866082\",\"field\":\"21\",\"operator\":\"equals\",\"value\":\"Speak at Skoll World Forum\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1568768820403\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"22\"}],\"disabled\":\"1\",\"id\":\"1568768860865\",\"index\":\"31\",\"link\":\"Any\",\"priority\":\"31\",\"terms\":[{\"id\":\"term_1568768820403\",\"field\":\"21\",\"operator\":\"equals\",\"value\":\"Attend Skoll World Forum\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1568851026543\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"20\"}],\"id\":\"1568768119969\",\"index\":\"32\",\"link\":\"Any\",\"priority\":\"32\",\"terms\":[{\"id\":\"term_0_1568851026543\",\"field\":\"14\",\"operator\":\"equals\",\"value\":\"Tell Skoll about my work\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1587599847067\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"64\"}],\"id\":\"1587599842740\",\"index\":\"33\",\"link\":\"Any\",\"priority\":\"33\",\"terms\":[{\"id\":\"term_0_1587599847067\",\"field\":\"14\",\"operator\":\"equals\",\"value\":\"Tell Skoll about my COVID-19 response efforts\",\"isError\":false}],\"type\":\"field\"}]);\tJotForm.clearFieldOnHide=\"enable\";\n\n\tJotForm.init(function(){\n\t\/*INIT-START*\/\n      JotForm.alterTexts([\"\"]);\n      FormTranslation.init({\"detectUserLanguage\":\"1\",\"firstPageOnly\":\"0\",\"options\":\"English (US)\",\"originalLanguage\":\"en\",\"primaryLanguage\":\"en\",\"saveUserLanguage\":\"1\",\"showStatus\":\"flag-with-nation\",\"theme\":\"light-theme\",\"version\":\"2\"});\n\t\n        \n        \n\t});\n\n   clearInterval(jsTime);\n }catch(e){}}, 1000);\n\n   JotForm.prepareCalculationsOnTheFly([null,null,null,null,null,null,null,null,null,null,{\"description\":\"\",\"name\":\"Enter\",\"qid\":\"10\",\"text\":\" Enter your name to get started\",\"type\":\"control_fullname\"},{\"name\":\"email11\",\"qid\":\"11\",\"text\":\"E-mail\",\"type\":\"control_email\"},null,null,{\"description\":\"\",\"name\":\"iWould\",\"qid\":\"14\",\"text\":\"I would like to\",\"type\":\"control_checkbox\"},null,null,null,{\"description\":\"We are committed to broadening\u00a0our network with new voices, diverse global leaders, and organizations actively seeking to partner around transformative social change.\u00a0The following information\u00a0will guide our 2020 Skoll World Forum team in understanding existing and future impactful connections.\u00a0If you have any questions or issues, please contact us at registration@skoll.org.\u00a0\",\"name\":\"firstA18\",\"qid\":\"18\",\"text\":\"First, a few details about yourself:\",\"type\":\"control_mixed\"},{\"description\":\"To submit your name for consideration\u00a0to speak at the Skoll World Forum, please let us know 2-3 sentences on what you envision. Please also include links to previous speaking engagements, if applicable.\",\"name\":\"speakAt\",\"qid\":\"19\",\"subLabel\":\"\",\"text\":\"Speak at the Skoll World Forum\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"tellSkoll\",\"qid\":\"20\",\"text\":\"Tell Skoll about my work\",\"type\":\"control_mixed\"},{\"description\":\"Please provide your referrals here for the Skoll World Forum and Skoll Award. We recommend reviewing past Awardees and current criteria on our website.\\n\\nI would like to refer a person to...\",\"name\":\"referYour21\",\"qid\":\"21\",\"text\":\"Refer your network to Skoll (Individual #1)\",\"type\":\"control_checkbox\"},{\"description\":\"In 2-3 sentences, how would you envision this person contributing to the community at the\u00a0Skoll World Forum?\",\"name\":\"referTo\",\"qid\":\"22\",\"subLabel\":\"\",\"text\":\"Refer to attend the Skoll World Forum (Individual #1)\",\"type\":\"control_textarea\"},{\"description\":\"In 2-3 sentences, why would you recommend this person\u00a0to speak at the Skoll World Forum and on what topic(s)?\",\"name\":\"referTo23\",\"qid\":\"23\",\"subLabel\":\"\",\"text\":\"Refer to speak at the Skoll World Forum (Individual #1)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"referFor\",\"qid\":\"24\",\"text\":\"Refer for a Skoll Award (Individual #1)\",\"type\":\"control_mixed\"},null,null,null,{\"description\":\"\",\"name\":\"detailsOf28\",\"qid\":\"28\",\"text\":\"Details of the person you are referring (Individual #1):\",\"type\":\"control_mixed\"},{\"description\":\"Would you like to refer a second person?\",\"name\":\"thankYou\",\"qid\":\"29\",\"text\":\"Thank you for submitting a referral. \",\"type\":\"control_yesno\"},null,null,null,null,null,null,null,{\"description\":\"Please provide your referrals here for the Skoll World Forum and Skoll Award. We recommend reviewing past Awardees and our website for more information on our criteria.\\n\\nI would like to refer a second person to...\",\"name\":\"referYour37\",\"qid\":\"37\",\"text\":\"Refer your network to Skoll (Individual #2)\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"detailsOf\",\"qid\":\"38\",\"text\":\"Details of the person you are referring (Individual #2):\",\"type\":\"control_mixed\"},{\"description\":\"In 2-3 sentences, how would you envision this person contributing to the community at the\u00a0Skoll World Forum?\",\"name\":\"referTo39\",\"qid\":\"39\",\"subLabel\":\"\",\"text\":\"Refer to attend the Skoll World Forum (Individual #2)\",\"type\":\"control_textarea\"},{\"description\":\"In 2-3 sentences, why would you recommend this person\u00a0to speak at the Skoll World Forum?\",\"name\":\"referTo40\",\"qid\":\"40\",\"subLabel\":\"\",\"text\":\"Refer to speak at the Skoll World Forum (Individual #2)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"referFor41\",\"qid\":\"41\",\"text\":\"Refer for a Skoll Award (Individual #2)\",\"type\":\"control_mixed\"},{\"description\":\"Would you like to refer a third person?\",\"name\":\"thankYou42\",\"qid\":\"42\",\"text\":\"Thank you for submitting a referral. \",\"type\":\"control_yesno\"},{\"description\":\"Please provide your referrals here for the Skoll World Forum and Skoll Award. We recommend reviewing past Awardees and our website for more information on our criteria.\\n\\nI would like to refer a third person to...\",\"name\":\"referYour\",\"qid\":\"43\",\"text\":\"Refer your network to Skoll (Individual #3)\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"detailsOf44\",\"qid\":\"44\",\"text\":\"Details of the person you are referring (Individual #3):\",\"type\":\"control_mixed\"},{\"description\":\"In 2-3 sentences, how would you envision this person contributing to the community at the\u00a0Skoll World Forum?\",\"name\":\"referTo45\",\"qid\":\"45\",\"subLabel\":\"\",\"text\":\"Refer to attend the Skoll World Forum (Individual #3)\",\"type\":\"control_textarea\"},{\"description\":\"In 2-3 sentences, why would you recommend this person\u00a0to speak at the Skoll World Forum?\",\"name\":\"referTo46\",\"qid\":\"46\",\"subLabel\":\"\",\"text\":\"Refer to speak at the Skoll World Forum (Individual #3)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"referFor47\",\"qid\":\"47\",\"text\":\"Refer for a Skoll Award (Individual #3)\",\"type\":\"control_mixed\"},{\"description\":\"Would you like to refer a fourth person?\",\"name\":\"thankYou48\",\"qid\":\"48\",\"text\":\"Thank you for submitting a referral.\",\"type\":\"control_yesno\"},{\"description\":\"Please provide your referrals here for the Skoll World Forum and Skoll Award. We recommend reviewing past Awardees and our website for more information on our criteria.\\n\\nI would like to refer a fourth person to...\",\"name\":\"referYour49\",\"qid\":\"49\",\"text\":\"Refer your network to Skoll (Individual #4)\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"detailsOf50\",\"qid\":\"50\",\"text\":\"Details of the person you are referring (Individual #4):\",\"type\":\"control_mixed\"},{\"description\":\"In 2-3 sentences, how would you envision this person contributing to the community at the\u00a0Skoll World Forum?\",\"name\":\"referTo51\",\"qid\":\"51\",\"subLabel\":\"\",\"text\":\"Refer to attend the Skoll World Forum (Individual #4)\",\"type\":\"control_textarea\"},{\"description\":\"In 2-3 sentences, why would you recommend this person\u00a0to speak at the Skoll World Forum?\",\"name\":\"referTo52\",\"qid\":\"52\",\"subLabel\":\"\",\"text\":\"Refer to speak at the Skoll World Forum (Individual #4)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"referFor53\",\"qid\":\"53\",\"text\":\"Refer for a Skoll Award (Individual #4)\",\"type\":\"control_mixed\"},{\"description\":\"Would you like to refer a fifth person?\",\"name\":\"thankYou54\",\"qid\":\"54\",\"text\":\"Thank you for submitting a referral.\",\"type\":\"control_yesno\"},{\"description\":\"Please provide your referrals here for the Skoll World Forum and Skoll Award. We recommend reviewing past Awardees and our website for more information on our criteria.\\n\\nI would like to refer a fifth person to...\",\"name\":\"referYour55\",\"qid\":\"55\",\"text\":\"Refer your network to Skoll (Individual #5)\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"detailsOf56\",\"qid\":\"56\",\"text\":\"Details of the person you are referring (Individual #5):\",\"type\":\"control_mixed\"},{\"description\":\"In 2-3 sentences, how would you envision this person contributing to the community at the\u00a0Skoll World Forum?\",\"name\":\"referTo57\",\"qid\":\"57\",\"subLabel\":\"\",\"text\":\"Refer to attend the Skoll World Forum (Individual #5)\",\"type\":\"control_textarea\"},{\"description\":\"In 2-3 sentences, why would you recommend this person\u00a0to speak at the Skoll World Forum?\",\"name\":\"referTo58\",\"qid\":\"58\",\"subLabel\":\"\",\"text\":\"Refer to speak at the Skoll World Forum (Individual #5)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"referFor59\",\"qid\":\"59\",\"text\":\"Refer for a Skoll Award (Individual #5)\",\"type\":\"control_mixed\"},null,{\"name\":\"input60\",\"qid\":\"61\",\"text\":\"Thank you for providing referrals for the Skoll Foundation network! Where appropriate, we will reach out to the individual or organization directly to learn more. \",\"type\":\"control_text\"},{\"description\":\"In 2-3 sentences, how would you contribute to the community at the\u00a0Skoll World Forum?\",\"name\":\"attendThe\",\"qid\":\"62\",\"subLabel\":\"\",\"text\":\"Attend the Skoll World Forum\",\"type\":\"control_textarea\"},null,{\"description\":\"\",\"name\":\"tellSkoll64\",\"qid\":\"64\",\"text\":\"Tell Skoll about my COVID-19 work\",\"type\":\"control_mixed\"},{\"description\":\"\",\"name\":\"tellSkoll65\",\"qid\":\"65\",\"text\":\"Tell Skoll about my organization's racial justice work\",\"type\":\"control_mixed\"}]);\n   setTimeout(function() {\nJotForm.paymentExtrasOnTheFly([null,null,null,null,null,null,null,null,null,null,{\"description\":\"\",\"name\":\"Enter\",\"qid\":\"10\",\"text\":\" Enter your name to get started\",\"type\":\"control_fullname\"},{\"name\":\"email11\",\"qid\":\"11\",\"text\":\"E-mail\",\"type\":\"control_email\"},null,null,{\"description\":\"\",\"name\":\"iWould\",\"qid\":\"14\",\"text\":\"I would like to\",\"type\":\"control_checkbox\"},null,null,null,{\"description\":\"We are committed to broadening\u00a0our network with new voices, diverse global leaders, and organizations actively seeking to partner around transformative social change.\u00a0The following information\u00a0will guide our 2020 Skoll World Forum team in understanding existing and future impactful connections.\u00a0If you have any questions or issues, please contact us at registration@skoll.org.\u00a0\",\"name\":\"firstA18\",\"qid\":\"18\",\"text\":\"First, a few details about yourself:\",\"type\":\"control_mixed\"},{\"description\":\"To submit your name for consideration\u00a0to speak at the Skoll World Forum, please let us know 2-3 sentences on what you envision. Please also include links to previous speaking engagements, if applicable.\",\"name\":\"speakAt\",\"qid\":\"19\",\"subLabel\":\"\",\"text\":\"Speak at the Skoll World Forum\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"tellSkoll\",\"qid\":\"20\",\"text\":\"Tell Skoll about my work\",\"type\":\"control_mixed\"},{\"description\":\"Please provide your referrals here for the Skoll World Forum and Skoll Award. We recommend reviewing past Awardees and current criteria on our website.\\n\\nI would like to refer a person to...\",\"name\":\"referYour21\",\"qid\":\"21\",\"text\":\"Refer your network to Skoll (Individual #1)\",\"type\":\"control_checkbox\"},{\"description\":\"In 2-3 sentences, how would you envision this person contributing to the community at the\u00a0Skoll World Forum?\",\"name\":\"referTo\",\"qid\":\"22\",\"subLabel\":\"\",\"text\":\"Refer to attend the Skoll World Forum (Individual #1)\",\"type\":\"control_textarea\"},{\"description\":\"In 2-3 sentences, why would you recommend this person\u00a0to speak at the Skoll World Forum and on what topic(s)?\",\"name\":\"referTo23\",\"qid\":\"23\",\"subLabel\":\"\",\"text\":\"Refer to speak at the Skoll World Forum (Individual #1)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"referFor\",\"qid\":\"24\",\"text\":\"Refer for a Skoll Award (Individual #1)\",\"type\":\"control_mixed\"},null,null,null,{\"description\":\"\",\"name\":\"detailsOf28\",\"qid\":\"28\",\"text\":\"Details of the person you are referring (Individual #1):\",\"type\":\"control_mixed\"},{\"description\":\"Would you like to refer a second person?\",\"name\":\"thankYou\",\"qid\":\"29\",\"text\":\"Thank you for submitting a referral. \",\"type\":\"control_yesno\"},null,null,null,null,null,null,null,{\"description\":\"Please provide your referrals here for the Skoll World Forum and Skoll Award. We recommend reviewing past Awardees and our website for more information on our criteria.\\n\\nI would like to refer a second person to...\",\"name\":\"referYour37\",\"qid\":\"37\",\"text\":\"Refer your network to Skoll (Individual #2)\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"detailsOf\",\"qid\":\"38\",\"text\":\"Details of the person you are referring (Individual #2):\",\"type\":\"control_mixed\"},{\"description\":\"In 2-3 sentences, how would you envision this person contributing to the community at the\u00a0Skoll World Forum?\",\"name\":\"referTo39\",\"qid\":\"39\",\"subLabel\":\"\",\"text\":\"Refer to attend the Skoll World Forum (Individual #2)\",\"type\":\"control_textarea\"},{\"description\":\"In 2-3 sentences, why would you recommend this person\u00a0to speak at the Skoll World Forum?\",\"name\":\"referTo40\",\"qid\":\"40\",\"subLabel\":\"\",\"text\":\"Refer to speak at the Skoll World Forum (Individual #2)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"referFor41\",\"qid\":\"41\",\"text\":\"Refer for a Skoll Award (Individual #2)\",\"type\":\"control_mixed\"},{\"description\":\"Would you like to refer a third person?\",\"name\":\"thankYou42\",\"qid\":\"42\",\"text\":\"Thank you for submitting a referral. \",\"type\":\"control_yesno\"},{\"description\":\"Please provide your referrals here for the Skoll World Forum and Skoll Award. We recommend reviewing past Awardees and our website for more information on our criteria.\\n\\nI would like to refer a third person to...\",\"name\":\"referYour\",\"qid\":\"43\",\"text\":\"Refer your network to Skoll (Individual #3)\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"detailsOf44\",\"qid\":\"44\",\"text\":\"Details of the person you are referring (Individual #3):\",\"type\":\"control_mixed\"},{\"description\":\"In 2-3 sentences, how would you envision this person contributing to the community at the\u00a0Skoll World Forum?\",\"name\":\"referTo45\",\"qid\":\"45\",\"subLabel\":\"\",\"text\":\"Refer to attend the Skoll World Forum (Individual #3)\",\"type\":\"control_textarea\"},{\"description\":\"In 2-3 sentences, why would you recommend this person\u00a0to speak at the Skoll World Forum?\",\"name\":\"referTo46\",\"qid\":\"46\",\"subLabel\":\"\",\"text\":\"Refer to speak at the Skoll World Forum (Individual #3)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"referFor47\",\"qid\":\"47\",\"text\":\"Refer for a Skoll Award (Individual #3)\",\"type\":\"control_mixed\"},{\"description\":\"Would you like to refer a fourth person?\",\"name\":\"thankYou48\",\"qid\":\"48\",\"text\":\"Thank you for submitting a referral.\",\"type\":\"control_yesno\"},{\"description\":\"Please provide your referrals here for the Skoll World Forum and Skoll Award. We recommend reviewing past Awardees and our website for more information on our criteria.\\n\\nI would like to refer a fourth person to...\",\"name\":\"referYour49\",\"qid\":\"49\",\"text\":\"Refer your network to Skoll (Individual #4)\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"detailsOf50\",\"qid\":\"50\",\"text\":\"Details of the person you are referring (Individual #4):\",\"type\":\"control_mixed\"},{\"description\":\"In 2-3 sentences, how would you envision this person contributing to the community at the\u00a0Skoll World Forum?\",\"name\":\"referTo51\",\"qid\":\"51\",\"subLabel\":\"\",\"text\":\"Refer to attend the Skoll World Forum (Individual #4)\",\"type\":\"control_textarea\"},{\"description\":\"In 2-3 sentences, why would you recommend this person\u00a0to speak at the Skoll World Forum?\",\"name\":\"referTo52\",\"qid\":\"52\",\"subLabel\":\"\",\"text\":\"Refer to speak at the Skoll World Forum (Individual #4)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"referFor53\",\"qid\":\"53\",\"text\":\"Refer for a Skoll Award (Individual #4)\",\"type\":\"control_mixed\"},{\"description\":\"Would you like to refer a fifth person?\",\"name\":\"thankYou54\",\"qid\":\"54\",\"text\":\"Thank you for submitting a referral.\",\"type\":\"control_yesno\"},{\"description\":\"Please provide your referrals here for the Skoll World Forum and Skoll Award. We recommend reviewing past Awardees and our website for more information on our criteria.\\n\\nI would like to refer a fifth person to...\",\"name\":\"referYour55\",\"qid\":\"55\",\"text\":\"Refer your network to Skoll (Individual #5)\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"detailsOf56\",\"qid\":\"56\",\"text\":\"Details of the person you are referring (Individual #5):\",\"type\":\"control_mixed\"},{\"description\":\"In 2-3 sentences, how would you envision this person contributing to the community at the\u00a0Skoll World Forum?\",\"name\":\"referTo57\",\"qid\":\"57\",\"subLabel\":\"\",\"text\":\"Refer to attend the Skoll World Forum (Individual #5)\",\"type\":\"control_textarea\"},{\"description\":\"In 2-3 sentences, why would you recommend this person\u00a0to speak at the Skoll World Forum?\",\"name\":\"referTo58\",\"qid\":\"58\",\"subLabel\":\"\",\"text\":\"Refer to speak at the Skoll World Forum (Individual #5)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"referFor59\",\"qid\":\"59\",\"text\":\"Refer for a Skoll Award (Individual #5)\",\"type\":\"control_mixed\"},null,{\"name\":\"input60\",\"qid\":\"61\",\"text\":\"Thank you for providing referrals for the Skoll Foundation network! Where appropriate, we will reach out to the individual or organization directly to learn more. \",\"type\":\"control_text\"},{\"description\":\"In 2-3 sentences, how would you contribute to the community at the\u00a0Skoll World Forum?\",\"name\":\"attendThe\",\"qid\":\"62\",\"subLabel\":\"\",\"text\":\"Attend the Skoll World Forum\",\"type\":\"control_textarea\"},null,{\"description\":\"\",\"name\":\"tellSkoll64\",\"qid\":\"64\",\"text\":\"Tell Skoll about my COVID-19 work\",\"type\":\"control_mixed\"},{\"description\":\"\",\"name\":\"tellSkoll65\",\"qid\":\"65\",\"text\":\"Tell Skoll about my organization's racial justice work\",\"type\":\"control_mixed\"}]);}, 20); \n<\/script>\n\n      <\/div><div class=\"jfForm-wrapper\"><div class=\"jfForm-backgroundContainer\"><\/div><div class=\"jfForm-backgroundUnderlay\"><\/div><div class=\"jfForm-backgroundOverlay\"><\/div><div class=\"jfForm-background\"><div class=\"jfForm-background-mask\"><\/div><\/div><div class=\"jfWelcome-wrapper\" role=\"banner\"><div class=\"jfWelcome\"><div id=\"header_welcomePage\" class=\"jfWelcome-header form-header\" data-component=\"header\" style=\"opacity:0\">Universal Engagement Form<\/div><div id=\"subHeader_welcomePage\" class=\"jfWelcome-description form-subHeader\"><\/div><div class=\"jfWelcome-sectionInfo\"><span class=\"jfWelcome-sectionInfo-questionCount\"><\/span><span class=\"jfWelcome-sectionInfo-text\"><\/span><\/div><div class=\"jfWelcome-buttonWrapper\"><button class=\"jfWelcome-button\" id=\"jfCard-welcome-previous\" style=\"display:none\"><\/button><\/div><div class=\"jfWelcome-buttonWrapper\"><button class=\"jfWelcome-button\" id=\"jfCard-welcome-start\" style=\"display:none\"><\/button><\/div><\/div><\/div><form role=\"main\" class=\"jotform-form\" id=\"92595805944168\" name=\"form_92595805944168\" action=\"https:\/\/submit.jotform.us\/submit\/92595805944168\/\" method=\"post\" autoComplete=\"on\"><input type=\"hidden\" name=\"formID\" value=\"92595805944168\"\/><div class=\"jfTranslation\"><input type=\"text\" class=\"jfTranslation-input\" id=\"input_language\" name=\"input_language\" style=\"display:none\"\/><div class=\"jfTranslation-dropdown language-dd\" id=\"langDd\" style=\"display:none\"><div class=\"jfTranslation-placeholder dd-placeholder lang-emp\">Language<\/div><ul class=\"jfTranslation-list lang-list dn\" id=\"langList\"><li data-lang=\"en\" class=\"en\">English (US)<\/li><\/ul><\/div><\/div><ul class=\"jfForm-all form-section page-section form-all\" id=\"cardAnimationWrapper\"><li class=\"form-line\" data-type=\"control_fullname\" id=\"id_10\" data-compound-hint=\"\"><div id=\"cid_10\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_fullname\"><div class=\"jfCard-index\"><div>1<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_10\" class=\"jfQuestion-label isLeftAlign\" id=\"label_10\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\"> Enter your name to get started<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_10_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\" role=\"group\" id=\"input_group_10\"><div class=\"jfField\" data-type=\"first\"><input type=\"text\" id=\"first_10\" name=\"q10_Enter[first]\" class=\"form-textbox validate[required] forFullname jfInput-input hasSublabel\" autoComplete=\"given-name\" size=\"10\" value=\"\" data-component=\"first\" required=\"\" aria-required=\"true\" aria-describedby=\"first_10_description\" aria-labelledby=\"label_10 sublabel_10_first\"\/><label class=\"jfField-sublabel \" for=\"first_10\" id=\"sublabel_10_first\">First Name<\/label><\/div><div class=\"jfField\" data-type=\"last\"><input type=\"text\" id=\"last_10\" name=\"q10_Enter[last]\" class=\"form-textbox validate[required] forFullname jfInput-input hasSublabel\" autoComplete=\"family-name\" size=\"15\" value=\"\" data-component=\"last\" required=\"\" aria-required=\"true\" aria-describedby=\"last_10_description\" aria-labelledby=\"label_10 sublabel_10_last\"\/><label class=\"jfField-sublabel \" for=\"last_10\" id=\"sublabel_10_last\">Last Name<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:none\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_email\" id=\"id_11\"><div id=\"cid_11\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_email\"><div class=\"jfCard-index\"><div>2<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_11\" class=\"jfQuestion-label isLeftAlign\" id=\"label_11\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">E-mail<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_11_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields questionMode\"><div class=\"jfField\" data-type=\"email\"><input type=\"email\" id=\"input_11\" name=\"q11_email11\" class=\"form-textbox validate[required, verificationCode, Email] forEmail jfInput-input\" autoComplete=\"email\" size=\"32\" value=\"\" placeholder=\"ex: myname@example.com\" data-component=\"email\" required=\"\" aria-required=\"true\" aria-describedby=\"input_11_description\"\/><label class=\"jfField-sublabel \" for=\"input_11\"><\/label><div class=\"jfCardTooltip js-tooltipContainer\"><div class=\"js-tooltipMessageContainer-info\"><\/div><div class=\"js-tooltipMessageContainer-error\"><\/div><div class=\"jfCardTooltip-close js-tooltipCloseButton\"><span class=\"iconSvg  icon_error \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 326 326\"><g data-name=\"Layer 2\"><g data-name=\"Layer 1\"><path class=\"fail-outer\" d=\"M163,0C73.12,0,0,73.12,0,163S73.12,326,163,326s163-73.12,163-163S252.88,0,163,0Z\"><\/path><path class=\"fail-inner\" d=\"M227.6,98.4a14.75,14.75,0,0,0-20.86,0L163,142.14,119.26,98.4A14.75,14.75,0,1,0,98.4,119.26L142.14,163,98.4,206.74a14.75,14.75,0,1,0,20.86,20.86L163,183.86l43.74,43.74a14.75,14.75,0,1,0,20.86-20.86L183.86,163l43.74-43.74A14.75,14.75,0,0,0,227.6,98.4Z\"><\/path><\/g><\/g><\/svg><\/span><\/div><\/div><div class=\"jfEmailVerify-feedback isPositive js-EmailFeedback\"><span class=\"jfEmailVerify-feedbackText\">Email Verified<\/span><span class=\"iconSvg  icon_check \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 326 326\" class=\"check-outer\"><g data-name=\"Layer 2\"><g data-name=\"Layer 1\"><path d=\"M163,0C73.12,0,0,73.12,0,163S73.12,326,163,326s163-73.12,163-163S252.88,0,163,0Z\"><\/path><path d=\"M237.88,108.5a13.49,13.49,0,0,0-19.08,0l-80.38,80.38-31.23-31.22a13.49,13.49,0,0,0-19.08,19.09l40.77,40.76a13.5,13.5,0,0,0,19.08,0l.34-.34h0l89.56-89.56a13.49,13.49,0,0,0,0-19.08Z\" class=\"check-inner\" style=\"fill:#fff\"><\/path><\/g><\/g><\/svg><\/span><\/div><\/div><div class=\"jfField isPassive jfEmailVerify-buttonWrapper js-emailVerificationButtonWrapper\"><button type=\"button\" class=\"jfEmailVerify-button verificationCodeButton js-emailVerificationButton\">Send Verification Code<\/button><\/div><div class=\"jfEmailVerify-wrapper js-emailVerificationArea\"><div class=\"jfEmailVerify\"><p>The verification code has been sent to <span style=color:#4a85ef>some@email.com<\/span><br\/>Please check your mailbox and paste the code below to complete verification<\/p><div class=\"jfEmailVerify-inside\"><div class=\"jfEmailVerify-inputWrapper\"><label class=\"noTranslate\" style=\"display:block\"><input type=\"number\" class=\"jfInput-input\" step=\"1000\"\/><div class=\"jfEmailVerify-prompter js-emailVerify-prompter\"><span>\u2022<\/span><span>\u2022<\/span><span>\u2022<\/span><span>\u2022<\/span><\/div><\/label><div class=\"jfEmailVerify-statusIcon js-emailVerify-statusIcon js-forSuccess forSuccess\"><span class=\"iconSvg  icon_check \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 326 326\" class=\"check-outer\"><g data-name=\"Layer 2\"><g data-name=\"Layer 1\"><path d=\"M163,0C73.12,0,0,73.12,0,163S73.12,326,163,326s163-73.12,163-163S252.88,0,163,0Z\"><\/path><path d=\"M237.88,108.5a13.49,13.49,0,0,0-19.08,0l-80.38,80.38-31.23-31.22a13.49,13.49,0,0,0-19.08,19.09l40.77,40.76a13.5,13.5,0,0,0,19.08,0l.34-.34h0l89.56-89.56a13.49,13.49,0,0,0,0-19.08Z\" class=\"check-inner\" style=\"fill:#fff\"><\/path><\/g><\/g><\/svg><\/span><\/div><div class=\"jfEmailVerify-statusIcon js-emailVerify-statusIcon js-forFail forFail\"><span class=\"iconSvg  icon_error \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 326 326\"><g data-name=\"Layer 2\"><g data-name=\"Layer 1\"><path class=\"fail-outer\" d=\"M163,0C73.12,0,0,73.12,0,163S73.12,326,163,326s163-73.12,163-163S252.88,0,163,0Z\"><\/path><path class=\"fail-inner\" d=\"M227.6,98.4a14.75,14.75,0,0,0-20.86,0L163,142.14,119.26,98.4A14.75,14.75,0,1,0,98.4,119.26L142.14,163,98.4,206.74a14.75,14.75,0,1,0,20.86,20.86L163,183.86l43.74,43.74a14.75,14.75,0,1,0,20.86-20.86L183.86,163l43.74-43.74A14.75,14.75,0,0,0,227.6,98.4Z\"><\/path><\/g><\/g><\/svg><\/span><\/div><\/div><div class=\"jfEmailVerify-footer\">Didn&#x27;t receive verification code?<button class=\"js-resendCode\" type=\"button\">RESEND CODE<\/button> or<button class=\"js-changeEmail\" type=\"button\">CHANGE EMAIL<\/button><span style=\"display:block\">Receiving the email may take a few minutes, thank you for your patience!<\/span><\/div><\/div><\/div><\/div><div class=\"jfEmailVerify-loading\"><span class=\"loadingDot\"><\/span><span class=\"loadingDot isD2\"><\/span><span class=\"loadingDot isD3\"><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_checkbox\" id=\"id_14\"><div id=\"cid_14\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>3<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_14\" class=\"jfQuestion-label isLeftAlign\" id=\"label_14\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">I would like to<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_14_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_14\" class=\"jfQuestion-fields form-single-column\" data-component=\"checkbox\"><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_14_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q14_iWould[]\" value=\"Tell Skoll about my COVID-19 response efforts\" id=\"input_14_0\" required=\"\" aria-describedby=\"label_14\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Tell Skoll about my COVID-19 response efforts<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_14_1\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q14_iWould[]\" value=\"Tell Skoll about my organization&#x27;s racial justice work\" id=\"input_14_1\" required=\"\" aria-describedby=\"label_14\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Tell Skoll about my organization&#x27;s racial justice work<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_14_2\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q14_iWould[]\" value=\"Submit a referral\" id=\"input_14_2\" required=\"\" aria-describedby=\"label_14\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Submit a referral<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_14_3\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q14_iWould[]\" value=\"Subscribe to Skoll Newsletter\" id=\"input_14_3\" required=\"\" aria-describedby=\"label_14\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Subscribe to Skoll Newsletter<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_14_4\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q14_iWould[]\" value=\"Tell Skoll about my work\" id=\"input_14_4\" required=\"\" aria-describedby=\"label_14\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Tell Skoll about my work<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_mixed\" id=\"id_18\"><div id=\"cid_18\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_mixed\"><div class=\"jfCard-index\"><div>4<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_18\" class=\"jfQuestion-label isLeftAlign\" id=\"label_18\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">First, a few details about yourself:<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_18_description\"><span>We are committed to broadening\u00a0our network with new voices, diverse global leaders, and organizations actively seeking to partner around transformative social change.\u00a0The following information\u00a0will guide our 2020 Skoll World Forum team in understanding existing and future impactful connections.\u00a0If you have any questions or issues, please contact us at registration@skoll.org.\u00a0<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields isCompoundField\"><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_18_field_4\" name=\"q18_firstA18[field_4]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" step=\"any\" aria-required=\"false\" aria-describedby=\"input_18_field_4_description\"\/><label class=\"jfField-sublabel \" for=\"input_18_field_4\" id=\"sublabel_18_field_4\">Current Title<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_18_field_1\" name=\"q18_firstA18[field_1]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_18_field_1_description\"\/><label class=\"jfField-sublabel \" for=\"input_18_field_1\" id=\"sublabel_18_field_1\">Organization Name<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_18_field_3\" name=\"q18_firstA18[field_3]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" step=\"any\" aria-required=\"false\" aria-describedby=\"input_18_field_3_description\"\/><label class=\"jfField-sublabel \" for=\"input_18_field_3\" id=\"sublabel_18_field_3\">Organization Website<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"2\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" required=\"\" id=\"input_18_field_5\" name=\"q18_firstA18[field_5]\" class=\"form-dropdown validate[required] js-forMixed\" aria-labelledby=\"\"><option selected=\"\" value=\"\"><\/option><option value=\"Academic Institution\">Academic Institution<\/option><option value=\"Commercial Bank\">Commercial Bank<\/option><option value=\"Commercial Social Purpose\/Social Enterprise Organization\">Commercial Social Purpose\/Social Enterprise Organization<\/option><option value=\"Development Finance Bank or Institution\">Development Finance Bank or Institution<\/option><option value=\"For-Profit Corporation\">For-Profit Corporation<\/option><option value=\"Foundation\/Trust\">Foundation\/Trust<\/option><option value=\"Government\/Aid Agency\">Government\/Aid Agency<\/option><option value=\"Individual Investor\/Donor\">Individual Investor\/Donor<\/option><option value=\"Investment\/Asset Management\">Investment\/Asset Management<\/option><option value=\"Media Company\">Media Company<\/option><option value=\"Non-Governmental\/Non-Profit Organization\">Non-Governmental\/Non-Profit Organization<\/option><option value=\"Professional Services\/Independent Consultants\">Professional Services\/Independent Consultants<\/option><option value=\"Professional\/Industry Association\">Professional\/Industry Association<\/option><option value=\"N\/A - None of the above\">N\/A - None of the above<\/option><\/select><div class=\"jfInput-dropdown hasSearch isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_18_field_5\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_18_field_5\" style=\"display:none\"><\/span><div class=\"jfDropdown-searchWrapper\"><input type=\"text\" class=\"form-textbox jfDropdown-search\" name=\"dropdown_search\" autoComplete=\"off\" placeholder=\"Search\" aria-label=\"Search\" value=\"\"\/><\/div><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-18-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"\" class=\"jfDropdown-optionListItem\"><\/li><li role=\"option\" data-value=\"Academic Institution\" class=\"jfDropdown-optionListItem\">Academic Institution<\/li><li role=\"option\" data-value=\"Commercial Bank\" class=\"jfDropdown-optionListItem\">Commercial Bank<\/li><li role=\"option\" data-value=\"Commercial Social Purpose\/Social Enterprise Organization\" class=\"jfDropdown-optionListItem\">Commercial Social Purpose\/Social Enterprise Organization<\/li><li role=\"option\" data-value=\"Development Finance Bank or Institution\" class=\"jfDropdown-optionListItem\">Development Finance Bank or Institution<\/li><li role=\"option\" data-value=\"For-Profit Corporation\" class=\"jfDropdown-optionListItem\">For-Profit Corporation<\/li><li role=\"option\" data-value=\"Foundation\/Trust\" class=\"jfDropdown-optionListItem\">Foundation\/Trust<\/li><li role=\"option\" data-value=\"Government\/Aid Agency\" class=\"jfDropdown-optionListItem\">Government\/Aid Agency<\/li><li role=\"option\" data-value=\"Individual Investor\/Donor\" class=\"jfDropdown-optionListItem\">Individual Investor\/Donor<\/li><li role=\"option\" data-value=\"Investment\/Asset Management\" class=\"jfDropdown-optionListItem\">Investment\/Asset Management<\/li><li role=\"option\" data-value=\"Media Company\" class=\"jfDropdown-optionListItem\">Media Company<\/li><li role=\"option\" data-value=\"Non-Governmental\/Non-Profit Organization\" class=\"jfDropdown-optionListItem\">Non-Governmental\/Non-Profit Organization<\/li><li role=\"option\" data-value=\"Professional Services\/Independent Consultants\" class=\"jfDropdown-optionListItem\">Professional Services\/Independent Consultants<\/li><li role=\"option\" data-value=\"Professional\/Industry Association\" class=\"jfDropdown-optionListItem\">Professional\/Industry Association<\/li><li role=\"option\" data-value=\"N\/A - None of the above\" class=\"jfDropdown-optionListItem\">N\/A - None of the above<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_18_field_5\" id=\"sublabel_18_field_5\">Organization Type<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"2\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" required=\"\" id=\"input_18_field_6\" name=\"q18_firstA18[field_6]\" class=\"form-dropdown validate[required] js-forMixed\" aria-labelledby=\"\"><option selected=\"\" value=\"\"><\/option><option value=\"I prefer not to say\">I prefer not to say<\/option><option value=\"Afghanistan\">Afghanistan<\/option><option value=\"Albania\">Albania<\/option><option value=\"Algeria\">Algeria<\/option><option value=\"Andorra\">Andorra<\/option><option value=\"Angola\">Angola<\/option><option value=\"Antigua and Barbuda\">Antigua and Barbuda<\/option><option value=\"Argentina\">Argentina<\/option><option value=\"Armenia\">Armenia<\/option><option value=\"Australia\">Australia<\/option><option value=\"Austria\">Austria<\/option><option value=\"Azerbaijan\">Azerbaijan<\/option><option value=\"Bahamas\">Bahamas<\/option><option value=\"Bahrain\">Bahrain<\/option><option value=\"Bangladesh\">Bangladesh<\/option><option value=\"Barbados\">Barbados<\/option><option value=\"Belarus\">Belarus<\/option><option value=\"Belgium\">Belgium<\/option><option value=\"Belize\">Belize<\/option><option value=\"Benin\">Benin<\/option><option value=\"Bhutan\">Bhutan<\/option><option value=\"Bolivia\">Bolivia<\/option><option value=\"Bosnia and Herzegovina\">Bosnia and Herzegovina<\/option><option value=\"Botswana\">Botswana<\/option><option value=\"Brazil\">Brazil<\/option><option value=\"Brunei\">Brunei<\/option><option value=\"Bulgaria\">Bulgaria<\/option><option value=\"Burkina Faso\">Burkina Faso<\/option><option value=\"Burundi\">Burundi<\/option><option value=\"Cabo Verde\">Cabo Verde<\/option><option value=\"Cambodia\">Cambodia<\/option><option value=\"Cameroon\">Cameroon<\/option><option value=\"Canada\">Canada<\/option><option value=\"Central African Republic (CAR)\">Central African Republic (CAR)<\/option><option value=\"Chad\">Chad<\/option><option value=\"Chile\">Chile<\/option><option value=\"China\">China<\/option><option value=\"Colombia\">Colombia<\/option><option value=\"Comoros\">Comoros<\/option><option value=\"Congo, Democratic Republic of the\">Congo, Democratic Republic of the<\/option><option value=\"Congo, Republic of the\">Congo, Republic of the<\/option><option value=\"Costa Rica\">Costa Rica<\/option><option value=\"Cote d&#x27;Ivoire\">Cote d&#x27;Ivoire<\/option><option value=\"Croatia\">Croatia<\/option><option value=\"Cuba\">Cuba<\/option><option value=\"Cyprus\">Cyprus<\/option><option value=\"Czechia\">Czechia<\/option><option value=\"Denmark\">Denmark<\/option><option value=\"Djibouti\">Djibouti<\/option><option value=\"Dominica\">Dominica<\/option><option value=\"Dominican Republic\">Dominican Republic<\/option><option value=\"Ecuador\">Ecuador<\/option><option value=\"Egypt\">Egypt<\/option><option value=\"El Salvador\">El Salvador<\/option><option value=\"Equatorial Guinea\">Equatorial Guinea<\/option><option value=\"Eritrea\">Eritrea<\/option><option value=\"Estonia\">Estonia<\/option><option value=\"Eswatini (formerly Swaziland)\">Eswatini (formerly Swaziland)<\/option><option value=\"Ethiopia\">Ethiopia<\/option><option value=\"Fiji\">Fiji<\/option><option value=\"Finland\">Finland<\/option><option value=\"France\">France<\/option><option value=\"Gabon\">Gabon<\/option><option value=\"Gambia\">Gambia<\/option><option value=\"Georgia\">Georgia<\/option><option value=\"Germany\">Germany<\/option><option value=\"Ghana\">Ghana<\/option><option value=\"Greece\">Greece<\/option><option value=\"Grenada\">Grenada<\/option><option value=\"Guatemala\">Guatemala<\/option><option value=\"Guinea\">Guinea<\/option><option value=\"Guinea-Bissau\">Guinea-Bissau<\/option><option value=\"Guyana\">Guyana<\/option><option value=\"Haiti\">Haiti<\/option><option value=\"Honduras\">Honduras<\/option><option value=\"Hungary\">Hungary<\/option><option value=\"Iceland\">Iceland<\/option><option value=\"India\">India<\/option><option value=\"Indonesia\">Indonesia<\/option><option value=\"Iran\">Iran<\/option><option value=\"Iraq\">Iraq<\/option><option value=\"Ireland\">Ireland<\/option><option value=\"Israel\">Israel<\/option><option value=\"Italy\">Italy<\/option><option value=\"Jamaica\">Jamaica<\/option><option value=\"Japan\">Japan<\/option><option value=\"Jordan\">Jordan<\/option><option value=\"Kazakhstan\">Kazakhstan<\/option><option value=\"Kenya\">Kenya<\/option><option value=\"Kiribati\">Kiribati<\/option><option value=\"Kosovo\">Kosovo<\/option><option value=\"Kuwait\">Kuwait<\/option><option value=\"Kyrgyzstan\">Kyrgyzstan<\/option><option value=\"Laos\">Laos<\/option><option value=\"Latvia\">Latvia<\/option><option value=\"Lebanon\">Lebanon<\/option><option value=\"Lesotho\">Lesotho<\/option><option value=\"Liberia\">Liberia<\/option><option value=\"Libya\">Libya<\/option><option value=\"Liechtenstein\">Liechtenstein<\/option><option value=\"Lithuania\">Lithuania<\/option><option value=\"Luxembourg\">Luxembourg<\/option><option value=\"Madagascar\">Madagascar<\/option><option value=\"Malawi\">Malawi<\/option><option value=\"Malaysia\">Malaysia<\/option><option value=\"Maldives\">Maldives<\/option><option value=\"Mali\">Mali<\/option><option value=\"Malta\">Malta<\/option><option value=\"Marshall Islands\">Marshall Islands<\/option><option value=\"Mauritania\">Mauritania<\/option><option value=\"Mauritius\">Mauritius<\/option><option value=\"Mexico\">Mexico<\/option><option value=\"Micronesia\">Micronesia<\/option><option value=\"Moldova\">Moldova<\/option><option value=\"Monaco\">Monaco<\/option><option value=\"Mongolia\">Mongolia<\/option><option value=\"Montenegro\">Montenegro<\/option><option value=\"Morocco\">Morocco<\/option><option value=\"Mozambique\">Mozambique<\/option><option value=\"Myanmar (formerly Burma)\">Myanmar (formerly Burma)<\/option><option value=\"Namibia\">Namibia<\/option><option value=\"Nauru\">Nauru<\/option><option value=\"Nepal\">Nepal<\/option><option value=\"Netherlands\">Netherlands<\/option><option value=\"New Zealand\">New Zealand<\/option><option value=\"Nicaragua\">Nicaragua<\/option><option value=\"Niger\">Niger<\/option><option value=\"Nigeria\">Nigeria<\/option><option value=\"North Korea\">North Korea<\/option><option value=\"North Macedonia (formerly Macedonia)\">North Macedonia (formerly Macedonia)<\/option><option value=\"Norway\">Norway<\/option><option value=\"Oman\">Oman<\/option><option value=\"Pakistan\">Pakistan<\/option><option value=\"Palau\">Palau<\/option><option value=\"Palestine\">Palestine<\/option><option value=\"Panama\">Panama<\/option><option value=\"Papua New Guinea\">Papua New Guinea<\/option><option value=\"Paraguay\">Paraguay<\/option><option value=\"Peru\">Peru<\/option><option value=\"Philippines\">Philippines<\/option><option value=\"Poland\">Poland<\/option><option value=\"Portugal\">Portugal<\/option><option value=\"Qatar\">Qatar<\/option><option value=\"Romania\">Romania<\/option><option value=\"Russia\">Russia<\/option><option value=\"Rwanda\">Rwanda<\/option><option value=\"Saint Kitts and Nevis\">Saint Kitts and Nevis<\/option><option value=\"Saint Lucia\">Saint Lucia<\/option><option value=\"Saint Vincent and the Grenadines\">Saint Vincent and the Grenadines<\/option><option value=\"Samoa\">Samoa<\/option><option value=\"San Marino\">San Marino<\/option><option value=\"Sao Tome and Principe\">Sao Tome and Principe<\/option><option value=\"Saudi Arabia\">Saudi Arabia<\/option><option value=\"Senegal\">Senegal<\/option><option value=\"Serbia\">Serbia<\/option><option value=\"Seychelles\">Seychelles<\/option><option value=\"Sierra Leone\">Sierra Leone<\/option><option value=\"Singapore\">Singapore<\/option><option value=\"Slovakia\">Slovakia<\/option><option value=\"Slovenia\">Slovenia<\/option><option value=\"Solomon Islands\">Solomon Islands<\/option><option value=\"Somalia\">Somalia<\/option><option value=\"South Africa\">South Africa<\/option><option value=\"South Korea\">South Korea<\/option><option value=\"South Sudan\">South Sudan<\/option><option value=\"Spain\">Spain<\/option><option value=\"Sri Lanka\">Sri Lanka<\/option><option value=\"Sudan\">Sudan<\/option><option value=\"Suriname\">Suriname<\/option><option value=\"Sweden\">Sweden<\/option><option value=\"Switzerland\">Switzerland<\/option><option value=\"Syria\">Syria<\/option><option value=\"Taiwan\">Taiwan<\/option><option value=\"Tajikistan\">Tajikistan<\/option><option value=\"Tanzania\">Tanzania<\/option><option value=\"Thailand\">Thailand<\/option><option value=\"Timor-Leste\">Timor-Leste<\/option><option value=\"Togo\">Togo<\/option><option value=\"Tonga\">Tonga<\/option><option value=\"Trinidad and Tobago\">Trinidad and Tobago<\/option><option value=\"Tunisia\">Tunisia<\/option><option value=\"Turkey\">Turkey<\/option><option value=\"Turkmenistan\">Turkmenistan<\/option><option value=\"Tuvalu\">Tuvalu<\/option><option value=\"Uganda\">Uganda<\/option><option value=\"Ukraine\">Ukraine<\/option><option value=\"United Arab Emirates (UAE)\">United Arab Emirates (UAE)<\/option><option value=\"United Kingdom (UK)\">United Kingdom (UK)<\/option><option value=\"United States of America (USA)\">United States of America (USA)<\/option><option value=\"Uruguay\">Uruguay<\/option><option value=\"Uzbekistan\">Uzbekistan<\/option><option value=\"Vanuatu\">Vanuatu<\/option><option value=\"Vatican City (Holy See)\">Vatican City (Holy See)<\/option><option value=\"Venezuela\">Venezuela<\/option><option value=\"Vietnam\">Vietnam<\/option><option value=\"Yemen\">Yemen<\/option><option value=\"Zambia\">Zambia<\/option><option value=\"Zimbabwe\">Zimbabwe<\/option><\/select><div class=\"jfInput-dropdown hasSearch isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_18_field_6\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_18_field_6\" style=\"display:none\"><\/span><div class=\"jfDropdown-searchWrapper\"><input type=\"text\" class=\"form-textbox jfDropdown-search\" name=\"dropdown_search\" autoComplete=\"off\" placeholder=\"Search\" aria-label=\"Search\" value=\"\"\/><\/div><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-18-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"\" class=\"jfDropdown-optionListItem\"><\/li><li role=\"option\" data-value=\"I prefer not to say\" class=\"jfDropdown-optionListItem\">I prefer not to say<\/li><li role=\"option\" data-value=\"Afghanistan\" class=\"jfDropdown-optionListItem\">Afghanistan<\/li><li role=\"option\" data-value=\"Albania\" class=\"jfDropdown-optionListItem\">Albania<\/li><li role=\"option\" data-value=\"Algeria\" class=\"jfDropdown-optionListItem\">Algeria<\/li><li role=\"option\" data-value=\"Andorra\" class=\"jfDropdown-optionListItem\">Andorra<\/li><li role=\"option\" data-value=\"Angola\" class=\"jfDropdown-optionListItem\">Angola<\/li><li role=\"option\" data-value=\"Antigua and Barbuda\" class=\"jfDropdown-optionListItem\">Antigua and Barbuda<\/li><li role=\"option\" data-value=\"Argentina\" class=\"jfDropdown-optionListItem\">Argentina<\/li><li role=\"option\" data-value=\"Armenia\" class=\"jfDropdown-optionListItem\">Armenia<\/li><li role=\"option\" data-value=\"Australia\" class=\"jfDropdown-optionListItem\">Australia<\/li><li role=\"option\" data-value=\"Austria\" class=\"jfDropdown-optionListItem\">Austria<\/li><li role=\"option\" data-value=\"Azerbaijan\" class=\"jfDropdown-optionListItem\">Azerbaijan<\/li><li role=\"option\" data-value=\"Bahamas\" class=\"jfDropdown-optionListItem\">Bahamas<\/li><li role=\"option\" data-value=\"Bahrain\" class=\"jfDropdown-optionListItem\">Bahrain<\/li><li role=\"option\" data-value=\"Bangladesh\" class=\"jfDropdown-optionListItem\">Bangladesh<\/li><li role=\"option\" data-value=\"Barbados\" class=\"jfDropdown-optionListItem\">Barbados<\/li><li role=\"option\" data-value=\"Belarus\" class=\"jfDropdown-optionListItem\">Belarus<\/li><li role=\"option\" data-value=\"Belgium\" class=\"jfDropdown-optionListItem\">Belgium<\/li><li role=\"option\" data-value=\"Belize\" class=\"jfDropdown-optionListItem\">Belize<\/li><li role=\"option\" data-value=\"Benin\" class=\"jfDropdown-optionListItem\">Benin<\/li><li role=\"option\" data-value=\"Bhutan\" class=\"jfDropdown-optionListItem\">Bhutan<\/li><li role=\"option\" data-value=\"Bolivia\" class=\"jfDropdown-optionListItem\">Bolivia<\/li><li role=\"option\" data-value=\"Bosnia and Herzegovina\" class=\"jfDropdown-optionListItem\">Bosnia and Herzegovina<\/li><li role=\"option\" data-value=\"Botswana\" class=\"jfDropdown-optionListItem\">Botswana<\/li><li role=\"option\" data-value=\"Brazil\" class=\"jfDropdown-optionListItem\">Brazil<\/li><li role=\"option\" data-value=\"Brunei\" class=\"jfDropdown-optionListItem\">Brunei<\/li><li role=\"option\" data-value=\"Bulgaria\" class=\"jfDropdown-optionListItem\">Bulgaria<\/li><li role=\"option\" data-value=\"Burkina Faso\" class=\"jfDropdown-optionListItem\">Burkina Faso<\/li><li role=\"option\" data-value=\"Burundi\" class=\"jfDropdown-optionListItem\">Burundi<\/li><li role=\"option\" data-value=\"Cabo Verde\" class=\"jfDropdown-optionListItem\">Cabo Verde<\/li><li role=\"option\" data-value=\"Cambodia\" class=\"jfDropdown-optionListItem\">Cambodia<\/li><li role=\"option\" data-value=\"Cameroon\" class=\"jfDropdown-optionListItem\">Cameroon<\/li><li role=\"option\" data-value=\"Canada\" class=\"jfDropdown-optionListItem\">Canada<\/li><li role=\"option\" data-value=\"Central African Republic (CAR)\" class=\"jfDropdown-optionListItem\">Central African Republic (CAR)<\/li><li role=\"option\" data-value=\"Chad\" class=\"jfDropdown-optionListItem\">Chad<\/li><li role=\"option\" data-value=\"Chile\" class=\"jfDropdown-optionListItem\">Chile<\/li><li role=\"option\" data-value=\"China\" class=\"jfDropdown-optionListItem\">China<\/li><li role=\"option\" data-value=\"Colombia\" class=\"jfDropdown-optionListItem\">Colombia<\/li><li role=\"option\" data-value=\"Comoros\" class=\"jfDropdown-optionListItem\">Comoros<\/li><li role=\"option\" data-value=\"Congo, Democratic Republic of the\" class=\"jfDropdown-optionListItem\">Congo, Democratic Republic of the<\/li><li role=\"option\" data-value=\"Congo, Republic of the\" class=\"jfDropdown-optionListItem\">Congo, Republic of the<\/li><li role=\"option\" data-value=\"Costa Rica\" class=\"jfDropdown-optionListItem\">Costa Rica<\/li><li role=\"option\" data-value=\"Cote d&#x27;Ivoire\" class=\"jfDropdown-optionListItem\">Cote d&#x27;Ivoire<\/li><li role=\"option\" data-value=\"Croatia\" class=\"jfDropdown-optionListItem\">Croatia<\/li><li role=\"option\" data-value=\"Cuba\" class=\"jfDropdown-optionListItem\">Cuba<\/li><li role=\"option\" data-value=\"Cyprus\" class=\"jfDropdown-optionListItem\">Cyprus<\/li><li role=\"option\" data-value=\"Czechia\" class=\"jfDropdown-optionListItem\">Czechia<\/li><li role=\"option\" data-value=\"Denmark\" class=\"jfDropdown-optionListItem\">Denmark<\/li><li role=\"option\" data-value=\"Djibouti\" class=\"jfDropdown-optionListItem\">Djibouti<\/li><li role=\"option\" data-value=\"Dominica\" class=\"jfDropdown-optionListItem\">Dominica<\/li><li role=\"option\" data-value=\"Dominican Republic\" class=\"jfDropdown-optionListItem\">Dominican Republic<\/li><li role=\"option\" data-value=\"Ecuador\" class=\"jfDropdown-optionListItem\">Ecuador<\/li><li role=\"option\" data-value=\"Egypt\" class=\"jfDropdown-optionListItem\">Egypt<\/li><li role=\"option\" data-value=\"El Salvador\" class=\"jfDropdown-optionListItem\">El Salvador<\/li><li role=\"option\" data-value=\"Equatorial Guinea\" class=\"jfDropdown-optionListItem\">Equatorial Guinea<\/li><li role=\"option\" data-value=\"Eritrea\" class=\"jfDropdown-optionListItem\">Eritrea<\/li><li role=\"option\" data-value=\"Estonia\" class=\"jfDropdown-optionListItem\">Estonia<\/li><li role=\"option\" data-value=\"Eswatini (formerly Swaziland)\" class=\"jfDropdown-optionListItem\">Eswatini (formerly Swaziland)<\/li><li role=\"option\" data-value=\"Ethiopia\" class=\"jfDropdown-optionListItem\">Ethiopia<\/li><li role=\"option\" data-value=\"Fiji\" class=\"jfDropdown-optionListItem\">Fiji<\/li><li role=\"option\" data-value=\"Finland\" class=\"jfDropdown-optionListItem\">Finland<\/li><li role=\"option\" data-value=\"France\" class=\"jfDropdown-optionListItem\">France<\/li><li role=\"option\" data-value=\"Gabon\" class=\"jfDropdown-optionListItem\">Gabon<\/li><li role=\"option\" data-value=\"Gambia\" class=\"jfDropdown-optionListItem\">Gambia<\/li><li role=\"option\" data-value=\"Georgia\" class=\"jfDropdown-optionListItem\">Georgia<\/li><li role=\"option\" data-value=\"Germany\" class=\"jfDropdown-optionListItem\">Germany<\/li><li role=\"option\" data-value=\"Ghana\" class=\"jfDropdown-optionListItem\">Ghana<\/li><li role=\"option\" data-value=\"Greece\" class=\"jfDropdown-optionListItem\">Greece<\/li><li role=\"option\" data-value=\"Grenada\" class=\"jfDropdown-optionListItem\">Grenada<\/li><li role=\"option\" data-value=\"Guatemala\" class=\"jfDropdown-optionListItem\">Guatemala<\/li><li role=\"option\" data-value=\"Guinea\" class=\"jfDropdown-optionListItem\">Guinea<\/li><li role=\"option\" data-value=\"Guinea-Bissau\" class=\"jfDropdown-optionListItem\">Guinea-Bissau<\/li><li role=\"option\" data-value=\"Guyana\" class=\"jfDropdown-optionListItem\">Guyana<\/li><li role=\"option\" data-value=\"Haiti\" class=\"jfDropdown-optionListItem\">Haiti<\/li><li role=\"option\" data-value=\"Honduras\" class=\"jfDropdown-optionListItem\">Honduras<\/li><li role=\"option\" data-value=\"Hungary\" class=\"jfDropdown-optionListItem\">Hungary<\/li><li role=\"option\" data-value=\"Iceland\" class=\"jfDropdown-optionListItem\">Iceland<\/li><li role=\"option\" data-value=\"India\" class=\"jfDropdown-optionListItem\">India<\/li><li role=\"option\" data-value=\"Indonesia\" class=\"jfDropdown-optionListItem\">Indonesia<\/li><li role=\"option\" data-value=\"Iran\" class=\"jfDropdown-optionListItem\">Iran<\/li><li role=\"option\" data-value=\"Iraq\" class=\"jfDropdown-optionListItem\">Iraq<\/li><li role=\"option\" data-value=\"Ireland\" class=\"jfDropdown-optionListItem\">Ireland<\/li><li role=\"option\" data-value=\"Israel\" class=\"jfDropdown-optionListItem\">Israel<\/li><li role=\"option\" data-value=\"Italy\" class=\"jfDropdown-optionListItem\">Italy<\/li><li role=\"option\" data-value=\"Jamaica\" class=\"jfDropdown-optionListItem\">Jamaica<\/li><li role=\"option\" data-value=\"Japan\" class=\"jfDropdown-optionListItem\">Japan<\/li><li role=\"option\" data-value=\"Jordan\" class=\"jfDropdown-optionListItem\">Jordan<\/li><li role=\"option\" data-value=\"Kazakhstan\" class=\"jfDropdown-optionListItem\">Kazakhstan<\/li><li role=\"option\" data-value=\"Kenya\" class=\"jfDropdown-optionListItem\">Kenya<\/li><li role=\"option\" data-value=\"Kiribati\" class=\"jfDropdown-optionListItem\">Kiribati<\/li><li role=\"option\" data-value=\"Kosovo\" class=\"jfDropdown-optionListItem\">Kosovo<\/li><li role=\"option\" data-value=\"Kuwait\" class=\"jfDropdown-optionListItem\">Kuwait<\/li><li role=\"option\" data-value=\"Kyrgyzstan\" class=\"jfDropdown-optionListItem\">Kyrgyzstan<\/li><li role=\"option\" data-value=\"Laos\" class=\"jfDropdown-optionListItem\">Laos<\/li><li role=\"option\" data-value=\"Latvia\" class=\"jfDropdown-optionListItem\">Latvia<\/li><li role=\"option\" data-value=\"Lebanon\" class=\"jfDropdown-optionListItem\">Lebanon<\/li><li role=\"option\" data-value=\"Lesotho\" class=\"jfDropdown-optionListItem\">Lesotho<\/li><li role=\"option\" data-value=\"Liberia\" class=\"jfDropdown-optionListItem\">Liberia<\/li><li role=\"option\" data-value=\"Libya\" class=\"jfDropdown-optionListItem\">Libya<\/li><li role=\"option\" data-value=\"Liechtenstein\" class=\"jfDropdown-optionListItem\">Liechtenstein<\/li><li role=\"option\" data-value=\"Lithuania\" class=\"jfDropdown-optionListItem\">Lithuania<\/li><li role=\"option\" data-value=\"Luxembourg\" class=\"jfDropdown-optionListItem\">Luxembourg<\/li><li role=\"option\" data-value=\"Madagascar\" class=\"jfDropdown-optionListItem\">Madagascar<\/li><li role=\"option\" data-value=\"Malawi\" class=\"jfDropdown-optionListItem\">Malawi<\/li><li role=\"option\" data-value=\"Malaysia\" class=\"jfDropdown-optionListItem\">Malaysia<\/li><li role=\"option\" data-value=\"Maldives\" class=\"jfDropdown-optionListItem\">Maldives<\/li><li role=\"option\" data-value=\"Mali\" class=\"jfDropdown-optionListItem\">Mali<\/li><li role=\"option\" data-value=\"Malta\" class=\"jfDropdown-optionListItem\">Malta<\/li><li role=\"option\" data-value=\"Marshall Islands\" class=\"jfDropdown-optionListItem\">Marshall Islands<\/li><li role=\"option\" data-value=\"Mauritania\" class=\"jfDropdown-optionListItem\">Mauritania<\/li><li role=\"option\" data-value=\"Mauritius\" class=\"jfDropdown-optionListItem\">Mauritius<\/li><li role=\"option\" data-value=\"Mexico\" class=\"jfDropdown-optionListItem\">Mexico<\/li><li role=\"option\" data-value=\"Micronesia\" class=\"jfDropdown-optionListItem\">Micronesia<\/li><li role=\"option\" data-value=\"Moldova\" class=\"jfDropdown-optionListItem\">Moldova<\/li><li role=\"option\" data-value=\"Monaco\" class=\"jfDropdown-optionListItem\">Monaco<\/li><li role=\"option\" data-value=\"Mongolia\" class=\"jfDropdown-optionListItem\">Mongolia<\/li><li role=\"option\" data-value=\"Montenegro\" class=\"jfDropdown-optionListItem\">Montenegro<\/li><li role=\"option\" data-value=\"Morocco\" class=\"jfDropdown-optionListItem\">Morocco<\/li><li role=\"option\" data-value=\"Mozambique\" class=\"jfDropdown-optionListItem\">Mozambique<\/li><li role=\"option\" data-value=\"Myanmar (formerly Burma)\" class=\"jfDropdown-optionListItem\">Myanmar (formerly Burma)<\/li><li role=\"option\" data-value=\"Namibia\" class=\"jfDropdown-optionListItem\">Namibia<\/li><li role=\"option\" data-value=\"Nauru\" class=\"jfDropdown-optionListItem\">Nauru<\/li><li role=\"option\" data-value=\"Nepal\" class=\"jfDropdown-optionListItem\">Nepal<\/li><li role=\"option\" data-value=\"Netherlands\" class=\"jfDropdown-optionListItem\">Netherlands<\/li><li role=\"option\" data-value=\"New Zealand\" class=\"jfDropdown-optionListItem\">New Zealand<\/li><li role=\"option\" data-value=\"Nicaragua\" class=\"jfDropdown-optionListItem\">Nicaragua<\/li><li role=\"option\" data-value=\"Niger\" class=\"jfDropdown-optionListItem\">Niger<\/li><li role=\"option\" data-value=\"Nigeria\" class=\"jfDropdown-optionListItem\">Nigeria<\/li><li role=\"option\" data-value=\"North Korea\" class=\"jfDropdown-optionListItem\">North Korea<\/li><li role=\"option\" data-value=\"North Macedonia (formerly Macedonia)\" class=\"jfDropdown-optionListItem\">North Macedonia (formerly Macedonia)<\/li><li role=\"option\" data-value=\"Norway\" class=\"jfDropdown-optionListItem\">Norway<\/li><li role=\"option\" data-value=\"Oman\" class=\"jfDropdown-optionListItem\">Oman<\/li><li role=\"option\" data-value=\"Pakistan\" class=\"jfDropdown-optionListItem\">Pakistan<\/li><li role=\"option\" data-value=\"Palau\" class=\"jfDropdown-optionListItem\">Palau<\/li><li role=\"option\" data-value=\"Palestine\" class=\"jfDropdown-optionListItem\">Palestine<\/li><li role=\"option\" data-value=\"Panama\" class=\"jfDropdown-optionListItem\">Panama<\/li><li role=\"option\" data-value=\"Papua New Guinea\" class=\"jfDropdown-optionListItem\">Papua New Guinea<\/li><li role=\"option\" data-value=\"Paraguay\" class=\"jfDropdown-optionListItem\">Paraguay<\/li><li role=\"option\" data-value=\"Peru\" class=\"jfDropdown-optionListItem\">Peru<\/li><li role=\"option\" data-value=\"Philippines\" class=\"jfDropdown-optionListItem\">Philippines<\/li><li role=\"option\" data-value=\"Poland\" class=\"jfDropdown-optionListItem\">Poland<\/li><li role=\"option\" data-value=\"Portugal\" class=\"jfDropdown-optionListItem\">Portugal<\/li><li role=\"option\" data-value=\"Qatar\" class=\"jfDropdown-optionListItem\">Qatar<\/li><li role=\"option\" data-value=\"Romania\" class=\"jfDropdown-optionListItem\">Romania<\/li><li role=\"option\" data-value=\"Russia\" class=\"jfDropdown-optionListItem\">Russia<\/li><li role=\"option\" data-value=\"Rwanda\" class=\"jfDropdown-optionListItem\">Rwanda<\/li><li role=\"option\" data-value=\"Saint Kitts and Nevis\" class=\"jfDropdown-optionListItem\">Saint Kitts and Nevis<\/li><li role=\"option\" data-value=\"Saint Lucia\" class=\"jfDropdown-optionListItem\">Saint Lucia<\/li><li role=\"option\" data-value=\"Saint Vincent and the Grenadines\" class=\"jfDropdown-optionListItem\">Saint Vincent and the Grenadines<\/li><li role=\"option\" data-value=\"Samoa\" class=\"jfDropdown-optionListItem\">Samoa<\/li><li role=\"option\" data-value=\"San Marino\" class=\"jfDropdown-optionListItem\">San Marino<\/li><li role=\"option\" data-value=\"Sao Tome and Principe\" class=\"jfDropdown-optionListItem\">Sao Tome and Principe<\/li><li role=\"option\" data-value=\"Saudi Arabia\" class=\"jfDropdown-optionListItem\">Saudi Arabia<\/li><li role=\"option\" data-value=\"Senegal\" class=\"jfDropdown-optionListItem\">Senegal<\/li><li role=\"option\" data-value=\"Serbia\" class=\"jfDropdown-optionListItem\">Serbia<\/li><li role=\"option\" data-value=\"Seychelles\" class=\"jfDropdown-optionListItem\">Seychelles<\/li><li role=\"option\" data-value=\"Sierra Leone\" class=\"jfDropdown-optionListItem\">Sierra Leone<\/li><li role=\"option\" data-value=\"Singapore\" class=\"jfDropdown-optionListItem\">Singapore<\/li><li role=\"option\" data-value=\"Slovakia\" class=\"jfDropdown-optionListItem\">Slovakia<\/li><li role=\"option\" data-value=\"Slovenia\" class=\"jfDropdown-optionListItem\">Slovenia<\/li><li role=\"option\" data-value=\"Solomon Islands\" class=\"jfDropdown-optionListItem\">Solomon Islands<\/li><li role=\"option\" data-value=\"Somalia\" class=\"jfDropdown-optionListItem\">Somalia<\/li><li role=\"option\" data-value=\"South Africa\" class=\"jfDropdown-optionListItem\">South Africa<\/li><li role=\"option\" data-value=\"South Korea\" class=\"jfDropdown-optionListItem\">South Korea<\/li><li role=\"option\" data-value=\"South Sudan\" class=\"jfDropdown-optionListItem\">South Sudan<\/li><li role=\"option\" data-value=\"Spain\" class=\"jfDropdown-optionListItem\">Spain<\/li><li role=\"option\" data-value=\"Sri Lanka\" class=\"jfDropdown-optionListItem\">Sri Lanka<\/li><li role=\"option\" data-value=\"Sudan\" class=\"jfDropdown-optionListItem\">Sudan<\/li><li role=\"option\" data-value=\"Suriname\" class=\"jfDropdown-optionListItem\">Suriname<\/li><li role=\"option\" data-value=\"Sweden\" class=\"jfDropdown-optionListItem\">Sweden<\/li><li role=\"option\" data-value=\"Switzerland\" class=\"jfDropdown-optionListItem\">Switzerland<\/li><li role=\"option\" data-value=\"Syria\" class=\"jfDropdown-optionListItem\">Syria<\/li><li role=\"option\" data-value=\"Taiwan\" class=\"jfDropdown-optionListItem\">Taiwan<\/li><li role=\"option\" data-value=\"Tajikistan\" class=\"jfDropdown-optionListItem\">Tajikistan<\/li><li role=\"option\" data-value=\"Tanzania\" class=\"jfDropdown-optionListItem\">Tanzania<\/li><li role=\"option\" data-value=\"Thailand\" class=\"jfDropdown-optionListItem\">Thailand<\/li><li role=\"option\" data-value=\"Timor-Leste\" class=\"jfDropdown-optionListItem\">Timor-Leste<\/li><li role=\"option\" data-value=\"Togo\" class=\"jfDropdown-optionListItem\">Togo<\/li><li role=\"option\" data-value=\"Tonga\" class=\"jfDropdown-optionListItem\">Tonga<\/li><li role=\"option\" data-value=\"Trinidad and Tobago\" class=\"jfDropdown-optionListItem\">Trinidad and Tobago<\/li><li role=\"option\" data-value=\"Tunisia\" class=\"jfDropdown-optionListItem\">Tunisia<\/li><li role=\"option\" data-value=\"Turkey\" class=\"jfDropdown-optionListItem\">Turkey<\/li><li role=\"option\" data-value=\"Turkmenistan\" class=\"jfDropdown-optionListItem\">Turkmenistan<\/li><li role=\"option\" data-value=\"Tuvalu\" class=\"jfDropdown-optionListItem\">Tuvalu<\/li><li role=\"option\" data-value=\"Uganda\" class=\"jfDropdown-optionListItem\">Uganda<\/li><li role=\"option\" data-value=\"Ukraine\" class=\"jfDropdown-optionListItem\">Ukraine<\/li><li role=\"option\" data-value=\"United Arab Emirates (UAE)\" class=\"jfDropdown-optionListItem\">United Arab Emirates (UAE)<\/li><li role=\"option\" data-value=\"United Kingdom (UK)\" class=\"jfDropdown-optionListItem\">United Kingdom (UK)<\/li><li role=\"option\" data-value=\"United States of America (USA)\" class=\"jfDropdown-optionListItem\">United States of America (USA)<\/li><li role=\"option\" data-value=\"Uruguay\" class=\"jfDropdown-optionListItem\">Uruguay<\/li><li role=\"option\" data-value=\"Uzbekistan\" class=\"jfDropdown-optionListItem\">Uzbekistan<\/li><li role=\"option\" data-value=\"Vanuatu\" class=\"jfDropdown-optionListItem\">Vanuatu<\/li><li role=\"option\" data-value=\"Vatican City (Holy See)\" class=\"jfDropdown-optionListItem\">Vatican City (Holy See)<\/li><li role=\"option\" data-value=\"Venezuela\" class=\"jfDropdown-optionListItem\">Venezuela<\/li><li role=\"option\" data-value=\"Vietnam\" class=\"jfDropdown-optionListItem\">Vietnam<\/li><li role=\"option\" data-value=\"Yemen\" class=\"jfDropdown-optionListItem\">Yemen<\/li><li role=\"option\" data-value=\"Zambia\" class=\"jfDropdown-optionListItem\">Zambia<\/li><li role=\"option\" data-value=\"Zimbabwe\" class=\"jfDropdown-optionListItem\">Zimbabwe<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_18_field_6\" id=\"sublabel_18_field_6\">Country of Origin<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"2\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" required=\"\" id=\"input_18_field_7\" name=\"q18_firstA18[field_7]\" class=\"form-dropdown validate[required] js-forMixed\" aria-labelledby=\"\"><option selected=\"\" value=\"\"><\/option><option value=\"I prefer not to say\">I prefer not to say<\/option><option value=\"Afghanistan\">Afghanistan<\/option><option value=\"Albania\">Albania<\/option><option value=\"Algeria\">Algeria<\/option><option value=\"Andorra\">Andorra<\/option><option value=\"Angola\">Angola<\/option><option value=\"Antigua and Barbuda\">Antigua and Barbuda<\/option><option value=\"Argentina\">Argentina<\/option><option value=\"Armenia\">Armenia<\/option><option value=\"Australia\">Australia<\/option><option value=\"Austria\">Austria<\/option><option value=\"Azerbaijan\">Azerbaijan<\/option><option value=\"Bahamas\">Bahamas<\/option><option value=\"Bahrain\">Bahrain<\/option><option value=\"Bangladesh\">Bangladesh<\/option><option value=\"Barbados\">Barbados<\/option><option value=\"Belarus\">Belarus<\/option><option value=\"Belgium\">Belgium<\/option><option value=\"Belize\">Belize<\/option><option value=\"Benin\">Benin<\/option><option value=\"Bhutan\">Bhutan<\/option><option value=\"Bolivia\">Bolivia<\/option><option value=\"Bosnia and Herzegovina\">Bosnia and Herzegovina<\/option><option value=\"Botswana\">Botswana<\/option><option value=\"Brazil\">Brazil<\/option><option value=\"Brunei\">Brunei<\/option><option value=\"Bulgaria\">Bulgaria<\/option><option value=\"Burkina Faso\">Burkina Faso<\/option><option value=\"Burundi\">Burundi<\/option><option value=\"Cabo Verde\">Cabo Verde<\/option><option value=\"Cambodia\">Cambodia<\/option><option value=\"Cameroon\">Cameroon<\/option><option value=\"Canada\">Canada<\/option><option value=\"Central African Republic (CAR)\">Central African Republic (CAR)<\/option><option value=\"Chad\">Chad<\/option><option value=\"Chile\">Chile<\/option><option value=\"China\">China<\/option><option value=\"Colombia\">Colombia<\/option><option value=\"Comoros\">Comoros<\/option><option value=\"Congo, Democratic Republic of the\">Congo, Democratic Republic of the<\/option><option value=\"Congo, Republic of the\">Congo, Republic of the<\/option><option value=\"Costa Rica\">Costa Rica<\/option><option value=\"Cote d&#x27;Ivoire\">Cote d&#x27;Ivoire<\/option><option value=\"Croatia\">Croatia<\/option><option value=\"Cuba\">Cuba<\/option><option value=\"Cyprus\">Cyprus<\/option><option value=\"Czechia\">Czechia<\/option><option value=\"Denmark\">Denmark<\/option><option value=\"Djibouti\">Djibouti<\/option><option value=\"Dominica\">Dominica<\/option><option value=\"Dominican Republic\">Dominican Republic<\/option><option value=\"Ecuador\">Ecuador<\/option><option value=\"Egypt\">Egypt<\/option><option value=\"El Salvador\">El Salvador<\/option><option value=\"Equatorial Guinea\">Equatorial Guinea<\/option><option value=\"Eritrea\">Eritrea<\/option><option value=\"Estonia\">Estonia<\/option><option value=\"Eswatini (formerly Swaziland)\">Eswatini (formerly Swaziland)<\/option><option value=\"Ethiopia\">Ethiopia<\/option><option value=\"Fiji\">Fiji<\/option><option value=\"Finland\">Finland<\/option><option value=\"France\">France<\/option><option value=\"Gabon\">Gabon<\/option><option value=\"Gambia\">Gambia<\/option><option value=\"Georgia\">Georgia<\/option><option value=\"Germany\">Germany<\/option><option value=\"Ghana\">Ghana<\/option><option value=\"Greece\">Greece<\/option><option value=\"Grenada\">Grenada<\/option><option value=\"Guatemala\">Guatemala<\/option><option value=\"Guinea\">Guinea<\/option><option value=\"Guinea-Bissau\">Guinea-Bissau<\/option><option value=\"Guyana\">Guyana<\/option><option value=\"Haiti\">Haiti<\/option><option value=\"Honduras\">Honduras<\/option><option value=\"Hungary\">Hungary<\/option><option value=\"Iceland\">Iceland<\/option><option value=\"India\">India<\/option><option value=\"Indonesia\">Indonesia<\/option><option value=\"Iran\">Iran<\/option><option value=\"Iraq\">Iraq<\/option><option value=\"Ireland\">Ireland<\/option><option value=\"Israel\">Israel<\/option><option value=\"Italy\">Italy<\/option><option value=\"Jamaica\">Jamaica<\/option><option value=\"Japan\">Japan<\/option><option value=\"Jordan\">Jordan<\/option><option value=\"Kazakhstan\">Kazakhstan<\/option><option value=\"Kenya\">Kenya<\/option><option value=\"Kiribati\">Kiribati<\/option><option value=\"Kosovo\">Kosovo<\/option><option value=\"Kuwait\">Kuwait<\/option><option value=\"Kyrgyzstan\">Kyrgyzstan<\/option><option value=\"Laos\">Laos<\/option><option value=\"Latvia\">Latvia<\/option><option value=\"Lebanon\">Lebanon<\/option><option value=\"Lesotho\">Lesotho<\/option><option value=\"Liberia\">Liberia<\/option><option value=\"Libya\">Libya<\/option><option value=\"Liechtenstein\">Liechtenstein<\/option><option value=\"Lithuania\">Lithuania<\/option><option value=\"Luxembourg\">Luxembourg<\/option><option value=\"Madagascar\">Madagascar<\/option><option value=\"Malawi\">Malawi<\/option><option value=\"Malaysia\">Malaysia<\/option><option value=\"Maldives\">Maldives<\/option><option value=\"Mali\">Mali<\/option><option value=\"Malta\">Malta<\/option><option value=\"Marshall Islands\">Marshall Islands<\/option><option value=\"Mauritania\">Mauritania<\/option><option value=\"Mauritius\">Mauritius<\/option><option value=\"Mexico\">Mexico<\/option><option value=\"Micronesia\">Micronesia<\/option><option value=\"Moldova\">Moldova<\/option><option value=\"Monaco\">Monaco<\/option><option value=\"Mongolia\">Mongolia<\/option><option value=\"Montenegro\">Montenegro<\/option><option value=\"Morocco\">Morocco<\/option><option value=\"Mozambique\">Mozambique<\/option><option value=\"Myanmar (formerly Burma)\">Myanmar (formerly Burma)<\/option><option value=\"Namibia\">Namibia<\/option><option value=\"Nauru\">Nauru<\/option><option value=\"Nepal\">Nepal<\/option><option value=\"Netherlands\">Netherlands<\/option><option value=\"New Zealand\">New Zealand<\/option><option value=\"Nicaragua\">Nicaragua<\/option><option value=\"Niger\">Niger<\/option><option value=\"Nigeria\">Nigeria<\/option><option value=\"North Korea\">North Korea<\/option><option value=\"North Macedonia (formerly Macedonia)\">North Macedonia (formerly Macedonia)<\/option><option value=\"Norway\">Norway<\/option><option value=\"Oman\">Oman<\/option><option value=\"Pakistan\">Pakistan<\/option><option value=\"Palau\">Palau<\/option><option value=\"Palestine\">Palestine<\/option><option value=\"Panama\">Panama<\/option><option value=\"Papua New Guinea\">Papua New Guinea<\/option><option value=\"Paraguay\">Paraguay<\/option><option value=\"Peru\">Peru<\/option><option value=\"Philippines\">Philippines<\/option><option value=\"Poland\">Poland<\/option><option value=\"Portugal\">Portugal<\/option><option value=\"Qatar\">Qatar<\/option><option value=\"Romania\">Romania<\/option><option value=\"Russia\">Russia<\/option><option value=\"Rwanda\">Rwanda<\/option><option value=\"Saint Kitts and Nevis\">Saint Kitts and Nevis<\/option><option value=\"Saint Lucia\">Saint Lucia<\/option><option value=\"Saint Vincent and the Grenadines\">Saint Vincent and the Grenadines<\/option><option value=\"Samoa\">Samoa<\/option><option value=\"San Marino\">San Marino<\/option><option value=\"Sao Tome and Principe\">Sao Tome and Principe<\/option><option value=\"Saudi Arabia\">Saudi Arabia<\/option><option value=\"Senegal\">Senegal<\/option><option value=\"Serbia\">Serbia<\/option><option value=\"Seychelles\">Seychelles<\/option><option value=\"Sierra Leone\">Sierra Leone<\/option><option value=\"Singapore\">Singapore<\/option><option value=\"Slovakia\">Slovakia<\/option><option value=\"Slovenia\">Slovenia<\/option><option value=\"Solomon Islands\">Solomon Islands<\/option><option value=\"Somalia\">Somalia<\/option><option value=\"South Africa\">South Africa<\/option><option value=\"South Korea\">South Korea<\/option><option value=\"South Sudan\">South Sudan<\/option><option value=\"Spain\">Spain<\/option><option value=\"Sri Lanka\">Sri Lanka<\/option><option value=\"Sudan\">Sudan<\/option><option value=\"Suriname\">Suriname<\/option><option value=\"Sweden\">Sweden<\/option><option value=\"Switzerland\">Switzerland<\/option><option value=\"Syria\">Syria<\/option><option value=\"Taiwan\">Taiwan<\/option><option value=\"Tajikistan\">Tajikistan<\/option><option value=\"Tanzania\">Tanzania<\/option><option value=\"Thailand\">Thailand<\/option><option value=\"Timor-Leste\">Timor-Leste<\/option><option value=\"Togo\">Togo<\/option><option value=\"Tonga\">Tonga<\/option><option value=\"Trinidad and Tobago\">Trinidad and Tobago<\/option><option value=\"Tunisia\">Tunisia<\/option><option value=\"Turkey\">Turkey<\/option><option value=\"Turkmenistan\">Turkmenistan<\/option><option value=\"Tuvalu\">Tuvalu<\/option><option value=\"Uganda\">Uganda<\/option><option value=\"Ukraine\">Ukraine<\/option><option value=\"United Arab Emirates (UAE)\">United Arab Emirates (UAE)<\/option><option value=\"United Kingdom (UK)\">United Kingdom (UK)<\/option><option value=\"United States of America (USA)\">United States of America (USA)<\/option><option value=\"Uruguay\">Uruguay<\/option><option value=\"Uzbekistan\">Uzbekistan<\/option><option value=\"Vanuatu\">Vanuatu<\/option><option value=\"Vatican City (Holy See)\">Vatican City (Holy See)<\/option><option value=\"Venezuela\">Venezuela<\/option><option value=\"Vietnam\">Vietnam<\/option><option value=\"Yemen\">Yemen<\/option><option value=\"Zambia\">Zambia<\/option><option value=\"Zimbabwe\">Zimbabwe<\/option><\/select><div class=\"jfInput-dropdown hasSearch isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_18_field_7\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_18_field_7\" style=\"display:none\"><\/span><div class=\"jfDropdown-searchWrapper\"><input type=\"text\" class=\"form-textbox jfDropdown-search\" name=\"dropdown_search\" autoComplete=\"off\" placeholder=\"Search\" aria-label=\"Search\" value=\"\"\/><\/div><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-18-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"\" class=\"jfDropdown-optionListItem\"><\/li><li role=\"option\" data-value=\"I prefer not to say\" class=\"jfDropdown-optionListItem\">I prefer not to say<\/li><li role=\"option\" data-value=\"Afghanistan\" class=\"jfDropdown-optionListItem\">Afghanistan<\/li><li role=\"option\" data-value=\"Albania\" class=\"jfDropdown-optionListItem\">Albania<\/li><li role=\"option\" data-value=\"Algeria\" class=\"jfDropdown-optionListItem\">Algeria<\/li><li role=\"option\" data-value=\"Andorra\" class=\"jfDropdown-optionListItem\">Andorra<\/li><li role=\"option\" data-value=\"Angola\" class=\"jfDropdown-optionListItem\">Angola<\/li><li role=\"option\" data-value=\"Antigua and Barbuda\" class=\"jfDropdown-optionListItem\">Antigua and Barbuda<\/li><li role=\"option\" data-value=\"Argentina\" class=\"jfDropdown-optionListItem\">Argentina<\/li><li role=\"option\" data-value=\"Armenia\" class=\"jfDropdown-optionListItem\">Armenia<\/li><li role=\"option\" data-value=\"Australia\" class=\"jfDropdown-optionListItem\">Australia<\/li><li role=\"option\" data-value=\"Austria\" class=\"jfDropdown-optionListItem\">Austria<\/li><li role=\"option\" data-value=\"Azerbaijan\" class=\"jfDropdown-optionListItem\">Azerbaijan<\/li><li role=\"option\" data-value=\"Bahamas\" class=\"jfDropdown-optionListItem\">Bahamas<\/li><li role=\"option\" data-value=\"Bahrain\" class=\"jfDropdown-optionListItem\">Bahrain<\/li><li role=\"option\" data-value=\"Bangladesh\" class=\"jfDropdown-optionListItem\">Bangladesh<\/li><li role=\"option\" data-value=\"Barbados\" class=\"jfDropdown-optionListItem\">Barbados<\/li><li role=\"option\" data-value=\"Belarus\" class=\"jfDropdown-optionListItem\">Belarus<\/li><li role=\"option\" data-value=\"Belgium\" class=\"jfDropdown-optionListItem\">Belgium<\/li><li role=\"option\" data-value=\"Belize\" class=\"jfDropdown-optionListItem\">Belize<\/li><li role=\"option\" data-value=\"Benin\" class=\"jfDropdown-optionListItem\">Benin<\/li><li role=\"option\" data-value=\"Bhutan\" class=\"jfDropdown-optionListItem\">Bhutan<\/li><li role=\"option\" data-value=\"Bolivia\" class=\"jfDropdown-optionListItem\">Bolivia<\/li><li role=\"option\" data-value=\"Bosnia and Herzegovina\" class=\"jfDropdown-optionListItem\">Bosnia and Herzegovina<\/li><li role=\"option\" data-value=\"Botswana\" class=\"jfDropdown-optionListItem\">Botswana<\/li><li role=\"option\" data-value=\"Brazil\" class=\"jfDropdown-optionListItem\">Brazil<\/li><li role=\"option\" data-value=\"Brunei\" class=\"jfDropdown-optionListItem\">Brunei<\/li><li role=\"option\" data-value=\"Bulgaria\" class=\"jfDropdown-optionListItem\">Bulgaria<\/li><li role=\"option\" data-value=\"Burkina Faso\" class=\"jfDropdown-optionListItem\">Burkina Faso<\/li><li role=\"option\" data-value=\"Burundi\" class=\"jfDropdown-optionListItem\">Burundi<\/li><li role=\"option\" data-value=\"Cabo Verde\" class=\"jfDropdown-optionListItem\">Cabo Verde<\/li><li role=\"option\" data-value=\"Cambodia\" class=\"jfDropdown-optionListItem\">Cambodia<\/li><li role=\"option\" data-value=\"Cameroon\" class=\"jfDropdown-optionListItem\">Cameroon<\/li><li role=\"option\" data-value=\"Canada\" class=\"jfDropdown-optionListItem\">Canada<\/li><li role=\"option\" data-value=\"Central African Republic (CAR)\" class=\"jfDropdown-optionListItem\">Central African Republic (CAR)<\/li><li role=\"option\" data-value=\"Chad\" class=\"jfDropdown-optionListItem\">Chad<\/li><li role=\"option\" data-value=\"Chile\" class=\"jfDropdown-optionListItem\">Chile<\/li><li role=\"option\" data-value=\"China\" class=\"jfDropdown-optionListItem\">China<\/li><li role=\"option\" data-value=\"Colombia\" class=\"jfDropdown-optionListItem\">Colombia<\/li><li role=\"option\" data-value=\"Comoros\" class=\"jfDropdown-optionListItem\">Comoros<\/li><li role=\"option\" data-value=\"Congo, Democratic Republic of the\" class=\"jfDropdown-optionListItem\">Congo, Democratic Republic of the<\/li><li role=\"option\" data-value=\"Congo, Republic of the\" class=\"jfDropdown-optionListItem\">Congo, Republic of the<\/li><li role=\"option\" data-value=\"Costa Rica\" class=\"jfDropdown-optionListItem\">Costa Rica<\/li><li role=\"option\" data-value=\"Cote d&#x27;Ivoire\" class=\"jfDropdown-optionListItem\">Cote d&#x27;Ivoire<\/li><li role=\"option\" data-value=\"Croatia\" class=\"jfDropdown-optionListItem\">Croatia<\/li><li role=\"option\" data-value=\"Cuba\" class=\"jfDropdown-optionListItem\">Cuba<\/li><li role=\"option\" data-value=\"Cyprus\" class=\"jfDropdown-optionListItem\">Cyprus<\/li><li role=\"option\" data-value=\"Czechia\" class=\"jfDropdown-optionListItem\">Czechia<\/li><li role=\"option\" data-value=\"Denmark\" class=\"jfDropdown-optionListItem\">Denmark<\/li><li role=\"option\" data-value=\"Djibouti\" class=\"jfDropdown-optionListItem\">Djibouti<\/li><li role=\"option\" data-value=\"Dominica\" class=\"jfDropdown-optionListItem\">Dominica<\/li><li role=\"option\" data-value=\"Dominican Republic\" class=\"jfDropdown-optionListItem\">Dominican Republic<\/li><li role=\"option\" data-value=\"Ecuador\" class=\"jfDropdown-optionListItem\">Ecuador<\/li><li role=\"option\" data-value=\"Egypt\" class=\"jfDropdown-optionListItem\">Egypt<\/li><li role=\"option\" data-value=\"El Salvador\" class=\"jfDropdown-optionListItem\">El Salvador<\/li><li role=\"option\" data-value=\"Equatorial Guinea\" class=\"jfDropdown-optionListItem\">Equatorial Guinea<\/li><li role=\"option\" data-value=\"Eritrea\" class=\"jfDropdown-optionListItem\">Eritrea<\/li><li role=\"option\" data-value=\"Estonia\" class=\"jfDropdown-optionListItem\">Estonia<\/li><li role=\"option\" data-value=\"Eswatini (formerly Swaziland)\" class=\"jfDropdown-optionListItem\">Eswatini (formerly Swaziland)<\/li><li role=\"option\" data-value=\"Ethiopia\" class=\"jfDropdown-optionListItem\">Ethiopia<\/li><li role=\"option\" data-value=\"Fiji\" class=\"jfDropdown-optionListItem\">Fiji<\/li><li role=\"option\" data-value=\"Finland\" class=\"jfDropdown-optionListItem\">Finland<\/li><li role=\"option\" data-value=\"France\" class=\"jfDropdown-optionListItem\">France<\/li><li role=\"option\" data-value=\"Gabon\" class=\"jfDropdown-optionListItem\">Gabon<\/li><li role=\"option\" data-value=\"Gambia\" class=\"jfDropdown-optionListItem\">Gambia<\/li><li role=\"option\" data-value=\"Georgia\" class=\"jfDropdown-optionListItem\">Georgia<\/li><li role=\"option\" data-value=\"Germany\" class=\"jfDropdown-optionListItem\">Germany<\/li><li role=\"option\" data-value=\"Ghana\" class=\"jfDropdown-optionListItem\">Ghana<\/li><li role=\"option\" data-value=\"Greece\" class=\"jfDropdown-optionListItem\">Greece<\/li><li role=\"option\" data-value=\"Grenada\" class=\"jfDropdown-optionListItem\">Grenada<\/li><li role=\"option\" data-value=\"Guatemala\" class=\"jfDropdown-optionListItem\">Guatemala<\/li><li role=\"option\" data-value=\"Guinea\" class=\"jfDropdown-optionListItem\">Guinea<\/li><li role=\"option\" data-value=\"Guinea-Bissau\" class=\"jfDropdown-optionListItem\">Guinea-Bissau<\/li><li role=\"option\" data-value=\"Guyana\" class=\"jfDropdown-optionListItem\">Guyana<\/li><li role=\"option\" data-value=\"Haiti\" class=\"jfDropdown-optionListItem\">Haiti<\/li><li role=\"option\" data-value=\"Honduras\" class=\"jfDropdown-optionListItem\">Honduras<\/li><li role=\"option\" data-value=\"Hungary\" class=\"jfDropdown-optionListItem\">Hungary<\/li><li role=\"option\" data-value=\"Iceland\" class=\"jfDropdown-optionListItem\">Iceland<\/li><li role=\"option\" data-value=\"India\" class=\"jfDropdown-optionListItem\">India<\/li><li role=\"option\" data-value=\"Indonesia\" class=\"jfDropdown-optionListItem\">Indonesia<\/li><li role=\"option\" data-value=\"Iran\" class=\"jfDropdown-optionListItem\">Iran<\/li><li role=\"option\" data-value=\"Iraq\" class=\"jfDropdown-optionListItem\">Iraq<\/li><li role=\"option\" data-value=\"Ireland\" class=\"jfDropdown-optionListItem\">Ireland<\/li><li role=\"option\" data-value=\"Israel\" class=\"jfDropdown-optionListItem\">Israel<\/li><li role=\"option\" data-value=\"Italy\" class=\"jfDropdown-optionListItem\">Italy<\/li><li role=\"option\" data-value=\"Jamaica\" class=\"jfDropdown-optionListItem\">Jamaica<\/li><li role=\"option\" data-value=\"Japan\" class=\"jfDropdown-optionListItem\">Japan<\/li><li role=\"option\" data-value=\"Jordan\" class=\"jfDropdown-optionListItem\">Jordan<\/li><li role=\"option\" data-value=\"Kazakhstan\" class=\"jfDropdown-optionListItem\">Kazakhstan<\/li><li role=\"option\" data-value=\"Kenya\" class=\"jfDropdown-optionListItem\">Kenya<\/li><li role=\"option\" data-value=\"Kiribati\" class=\"jfDropdown-optionListItem\">Kiribati<\/li><li role=\"option\" data-value=\"Kosovo\" class=\"jfDropdown-optionListItem\">Kosovo<\/li><li role=\"option\" data-value=\"Kuwait\" class=\"jfDropdown-optionListItem\">Kuwait<\/li><li role=\"option\" data-value=\"Kyrgyzstan\" class=\"jfDropdown-optionListItem\">Kyrgyzstan<\/li><li role=\"option\" data-value=\"Laos\" class=\"jfDropdown-optionListItem\">Laos<\/li><li role=\"option\" data-value=\"Latvia\" class=\"jfDropdown-optionListItem\">Latvia<\/li><li role=\"option\" data-value=\"Lebanon\" class=\"jfDropdown-optionListItem\">Lebanon<\/li><li role=\"option\" data-value=\"Lesotho\" class=\"jfDropdown-optionListItem\">Lesotho<\/li><li role=\"option\" data-value=\"Liberia\" class=\"jfDropdown-optionListItem\">Liberia<\/li><li role=\"option\" data-value=\"Libya\" class=\"jfDropdown-optionListItem\">Libya<\/li><li role=\"option\" data-value=\"Liechtenstein\" class=\"jfDropdown-optionListItem\">Liechtenstein<\/li><li role=\"option\" data-value=\"Lithuania\" class=\"jfDropdown-optionListItem\">Lithuania<\/li><li role=\"option\" data-value=\"Luxembourg\" class=\"jfDropdown-optionListItem\">Luxembourg<\/li><li role=\"option\" data-value=\"Madagascar\" class=\"jfDropdown-optionListItem\">Madagascar<\/li><li role=\"option\" data-value=\"Malawi\" class=\"jfDropdown-optionListItem\">Malawi<\/li><li role=\"option\" data-value=\"Malaysia\" class=\"jfDropdown-optionListItem\">Malaysia<\/li><li role=\"option\" data-value=\"Maldives\" class=\"jfDropdown-optionListItem\">Maldives<\/li><li role=\"option\" data-value=\"Mali\" class=\"jfDropdown-optionListItem\">Mali<\/li><li role=\"option\" data-value=\"Malta\" class=\"jfDropdown-optionListItem\">Malta<\/li><li role=\"option\" data-value=\"Marshall Islands\" class=\"jfDropdown-optionListItem\">Marshall Islands<\/li><li role=\"option\" data-value=\"Mauritania\" class=\"jfDropdown-optionListItem\">Mauritania<\/li><li role=\"option\" data-value=\"Mauritius\" class=\"jfDropdown-optionListItem\">Mauritius<\/li><li role=\"option\" data-value=\"Mexico\" class=\"jfDropdown-optionListItem\">Mexico<\/li><li role=\"option\" data-value=\"Micronesia\" class=\"jfDropdown-optionListItem\">Micronesia<\/li><li role=\"option\" data-value=\"Moldova\" class=\"jfDropdown-optionListItem\">Moldova<\/li><li role=\"option\" data-value=\"Monaco\" class=\"jfDropdown-optionListItem\">Monaco<\/li><li role=\"option\" data-value=\"Mongolia\" class=\"jfDropdown-optionListItem\">Mongolia<\/li><li role=\"option\" data-value=\"Montenegro\" class=\"jfDropdown-optionListItem\">Montenegro<\/li><li role=\"option\" data-value=\"Morocco\" class=\"jfDropdown-optionListItem\">Morocco<\/li><li role=\"option\" data-value=\"Mozambique\" class=\"jfDropdown-optionListItem\">Mozambique<\/li><li role=\"option\" data-value=\"Myanmar (formerly Burma)\" class=\"jfDropdown-optionListItem\">Myanmar (formerly Burma)<\/li><li role=\"option\" data-value=\"Namibia\" class=\"jfDropdown-optionListItem\">Namibia<\/li><li role=\"option\" data-value=\"Nauru\" class=\"jfDropdown-optionListItem\">Nauru<\/li><li role=\"option\" data-value=\"Nepal\" class=\"jfDropdown-optionListItem\">Nepal<\/li><li role=\"option\" data-value=\"Netherlands\" class=\"jfDropdown-optionListItem\">Netherlands<\/li><li role=\"option\" data-value=\"New Zealand\" class=\"jfDropdown-optionListItem\">New Zealand<\/li><li role=\"option\" data-value=\"Nicaragua\" class=\"jfDropdown-optionListItem\">Nicaragua<\/li><li role=\"option\" data-value=\"Niger\" class=\"jfDropdown-optionListItem\">Niger<\/li><li role=\"option\" data-value=\"Nigeria\" class=\"jfDropdown-optionListItem\">Nigeria<\/li><li role=\"option\" data-value=\"North Korea\" class=\"jfDropdown-optionListItem\">North Korea<\/li><li role=\"option\" data-value=\"North Macedonia (formerly Macedonia)\" class=\"jfDropdown-optionListItem\">North Macedonia (formerly Macedonia)<\/li><li role=\"option\" data-value=\"Norway\" class=\"jfDropdown-optionListItem\">Norway<\/li><li role=\"option\" data-value=\"Oman\" class=\"jfDropdown-optionListItem\">Oman<\/li><li role=\"option\" data-value=\"Pakistan\" class=\"jfDropdown-optionListItem\">Pakistan<\/li><li role=\"option\" data-value=\"Palau\" class=\"jfDropdown-optionListItem\">Palau<\/li><li role=\"option\" data-value=\"Palestine\" class=\"jfDropdown-optionListItem\">Palestine<\/li><li role=\"option\" data-value=\"Panama\" class=\"jfDropdown-optionListItem\">Panama<\/li><li role=\"option\" data-value=\"Papua New Guinea\" class=\"jfDropdown-optionListItem\">Papua New Guinea<\/li><li role=\"option\" data-value=\"Paraguay\" class=\"jfDropdown-optionListItem\">Paraguay<\/li><li role=\"option\" data-value=\"Peru\" class=\"jfDropdown-optionListItem\">Peru<\/li><li role=\"option\" data-value=\"Philippines\" class=\"jfDropdown-optionListItem\">Philippines<\/li><li role=\"option\" data-value=\"Poland\" class=\"jfDropdown-optionListItem\">Poland<\/li><li role=\"option\" data-value=\"Portugal\" class=\"jfDropdown-optionListItem\">Portugal<\/li><li role=\"option\" data-value=\"Qatar\" class=\"jfDropdown-optionListItem\">Qatar<\/li><li role=\"option\" data-value=\"Romania\" class=\"jfDropdown-optionListItem\">Romania<\/li><li role=\"option\" data-value=\"Russia\" class=\"jfDropdown-optionListItem\">Russia<\/li><li role=\"option\" data-value=\"Rwanda\" class=\"jfDropdown-optionListItem\">Rwanda<\/li><li role=\"option\" data-value=\"Saint Kitts and Nevis\" class=\"jfDropdown-optionListItem\">Saint Kitts and Nevis<\/li><li role=\"option\" data-value=\"Saint Lucia\" class=\"jfDropdown-optionListItem\">Saint Lucia<\/li><li role=\"option\" data-value=\"Saint Vincent and the Grenadines\" class=\"jfDropdown-optionListItem\">Saint Vincent and the Grenadines<\/li><li role=\"option\" data-value=\"Samoa\" class=\"jfDropdown-optionListItem\">Samoa<\/li><li role=\"option\" data-value=\"San Marino\" class=\"jfDropdown-optionListItem\">San Marino<\/li><li role=\"option\" data-value=\"Sao Tome and Principe\" class=\"jfDropdown-optionListItem\">Sao Tome and Principe<\/li><li role=\"option\" data-value=\"Saudi Arabia\" class=\"jfDropdown-optionListItem\">Saudi Arabia<\/li><li role=\"option\" data-value=\"Senegal\" class=\"jfDropdown-optionListItem\">Senegal<\/li><li role=\"option\" data-value=\"Serbia\" class=\"jfDropdown-optionListItem\">Serbia<\/li><li role=\"option\" data-value=\"Seychelles\" class=\"jfDropdown-optionListItem\">Seychelles<\/li><li role=\"option\" data-value=\"Sierra Leone\" class=\"jfDropdown-optionListItem\">Sierra Leone<\/li><li role=\"option\" data-value=\"Singapore\" class=\"jfDropdown-optionListItem\">Singapore<\/li><li role=\"option\" data-value=\"Slovakia\" class=\"jfDropdown-optionListItem\">Slovakia<\/li><li role=\"option\" data-value=\"Slovenia\" class=\"jfDropdown-optionListItem\">Slovenia<\/li><li role=\"option\" data-value=\"Solomon Islands\" class=\"jfDropdown-optionListItem\">Solomon Islands<\/li><li role=\"option\" data-value=\"Somalia\" class=\"jfDropdown-optionListItem\">Somalia<\/li><li role=\"option\" data-value=\"South Africa\" class=\"jfDropdown-optionListItem\">South Africa<\/li><li role=\"option\" data-value=\"South Korea\" class=\"jfDropdown-optionListItem\">South Korea<\/li><li role=\"option\" data-value=\"South Sudan\" class=\"jfDropdown-optionListItem\">South Sudan<\/li><li role=\"option\" data-value=\"Spain\" class=\"jfDropdown-optionListItem\">Spain<\/li><li role=\"option\" data-value=\"Sri Lanka\" class=\"jfDropdown-optionListItem\">Sri Lanka<\/li><li role=\"option\" data-value=\"Sudan\" class=\"jfDropdown-optionListItem\">Sudan<\/li><li role=\"option\" data-value=\"Suriname\" class=\"jfDropdown-optionListItem\">Suriname<\/li><li role=\"option\" data-value=\"Sweden\" class=\"jfDropdown-optionListItem\">Sweden<\/li><li role=\"option\" data-value=\"Switzerland\" class=\"jfDropdown-optionListItem\">Switzerland<\/li><li role=\"option\" data-value=\"Syria\" class=\"jfDropdown-optionListItem\">Syria<\/li><li role=\"option\" data-value=\"Taiwan\" class=\"jfDropdown-optionListItem\">Taiwan<\/li><li role=\"option\" data-value=\"Tajikistan\" class=\"jfDropdown-optionListItem\">Tajikistan<\/li><li role=\"option\" data-value=\"Tanzania\" class=\"jfDropdown-optionListItem\">Tanzania<\/li><li role=\"option\" data-value=\"Thailand\" class=\"jfDropdown-optionListItem\">Thailand<\/li><li role=\"option\" data-value=\"Timor-Leste\" class=\"jfDropdown-optionListItem\">Timor-Leste<\/li><li role=\"option\" data-value=\"Togo\" class=\"jfDropdown-optionListItem\">Togo<\/li><li role=\"option\" data-value=\"Tonga\" class=\"jfDropdown-optionListItem\">Tonga<\/li><li role=\"option\" data-value=\"Trinidad and Tobago\" class=\"jfDropdown-optionListItem\">Trinidad and Tobago<\/li><li role=\"option\" data-value=\"Tunisia\" class=\"jfDropdown-optionListItem\">Tunisia<\/li><li role=\"option\" data-value=\"Turkey\" class=\"jfDropdown-optionListItem\">Turkey<\/li><li role=\"option\" data-value=\"Turkmenistan\" class=\"jfDropdown-optionListItem\">Turkmenistan<\/li><li role=\"option\" data-value=\"Tuvalu\" class=\"jfDropdown-optionListItem\">Tuvalu<\/li><li role=\"option\" data-value=\"Uganda\" class=\"jfDropdown-optionListItem\">Uganda<\/li><li role=\"option\" data-value=\"Ukraine\" class=\"jfDropdown-optionListItem\">Ukraine<\/li><li role=\"option\" data-value=\"United Arab Emirates (UAE)\" class=\"jfDropdown-optionListItem\">United Arab Emirates (UAE)<\/li><li role=\"option\" data-value=\"United Kingdom (UK)\" class=\"jfDropdown-optionListItem\">United Kingdom (UK)<\/li><li role=\"option\" data-value=\"United States of America (USA)\" class=\"jfDropdown-optionListItem\">United States of America (USA)<\/li><li role=\"option\" data-value=\"Uruguay\" class=\"jfDropdown-optionListItem\">Uruguay<\/li><li role=\"option\" data-value=\"Uzbekistan\" class=\"jfDropdown-optionListItem\">Uzbekistan<\/li><li role=\"option\" data-value=\"Vanuatu\" class=\"jfDropdown-optionListItem\">Vanuatu<\/li><li role=\"option\" data-value=\"Vatican City (Holy See)\" class=\"jfDropdown-optionListItem\">Vatican City (Holy See)<\/li><li role=\"option\" data-value=\"Venezuela\" class=\"jfDropdown-optionListItem\">Venezuela<\/li><li role=\"option\" data-value=\"Vietnam\" class=\"jfDropdown-optionListItem\">Vietnam<\/li><li role=\"option\" data-value=\"Yemen\" class=\"jfDropdown-optionListItem\">Yemen<\/li><li role=\"option\" data-value=\"Zambia\" class=\"jfDropdown-optionListItem\">Zambia<\/li><li role=\"option\" data-value=\"Zimbabwe\" class=\"jfDropdown-optionListItem\">Zimbabwe<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_18_field_7\" id=\"sublabel_18_field_7\">Primary Country of Residence<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"1\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" required=\"\" id=\"input_18_field_8\" name=\"q18_firstA18[field_8][]\" class=\"form-dropdown validate[required] js-forMixed\" multiple=\"\" aria-labelledby=\"\"><option value=\"Caribbean\">Caribbean<\/option><option value=\"Central America\">Central America<\/option><option value=\"Central and Southern Asia\">Central and Southern Asia<\/option><option value=\"Eastern and Southern Africa\">Eastern and Southern Africa<\/option><option value=\"Eastern Asia\">Eastern Asia<\/option><option value=\"Europe\">Europe<\/option><option value=\"Middle East and North Africa\">Middle East and North Africa<\/option><option value=\"North America\">North America<\/option><option value=\"Oceania\">Oceania<\/option><option value=\"South America\">South America<\/option><option value=\"Southeast Asia\">Southeast Asia<\/option><option value=\"West and Central Africa\">West and Central Africa<\/option><option value=\"N\/A - Global\">N\/A - Global<\/option><\/select><div class=\"jfInput-dropdown isMultiple hasSearch isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_18_field_8\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isPlaceholder\"><\/span><div class=\"jfDropdown-searchWrapper\"><input type=\"text\" class=\"form-textbox jfDropdown-search\" name=\"dropdown_search\" autoComplete=\"off\" placeholder=\"Search\" aria-label=\"Search\" value=\"\"\/><\/div><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-18-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"Caribbean\" class=\"jfDropdown-optionListItem\">Caribbean<\/li><li role=\"option\" data-value=\"Central America\" class=\"jfDropdown-optionListItem\">Central America<\/li><li role=\"option\" data-value=\"Central and Southern Asia\" class=\"jfDropdown-optionListItem\">Central and Southern Asia<\/li><li role=\"option\" data-value=\"Eastern and Southern Africa\" class=\"jfDropdown-optionListItem\">Eastern and Southern Africa<\/li><li role=\"option\" data-value=\"Eastern Asia\" class=\"jfDropdown-optionListItem\">Eastern Asia<\/li><li role=\"option\" data-value=\"Europe\" class=\"jfDropdown-optionListItem\">Europe<\/li><li role=\"option\" data-value=\"Middle East and North Africa\" class=\"jfDropdown-optionListItem\">Middle East and North Africa<\/li><li role=\"option\" data-value=\"North America\" class=\"jfDropdown-optionListItem\">North America<\/li><li role=\"option\" data-value=\"Oceania\" class=\"jfDropdown-optionListItem\">Oceania<\/li><li role=\"option\" data-value=\"South America\" class=\"jfDropdown-optionListItem\">South America<\/li><li role=\"option\" data-value=\"Southeast Asia\" class=\"jfDropdown-optionListItem\">Southeast Asia<\/li><li role=\"option\" data-value=\"West and Central Africa\" class=\"jfDropdown-optionListItem\">West and Central Africa<\/li><li role=\"option\" data-value=\"N\/A - Global\" class=\"jfDropdown-optionListItem\">N\/A - Global<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_18_field_8\" id=\"sublabel_18_field_8\">Regions of Work<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textarea\" id=\"id_19\"><div id=\"cid_19\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textarea\"><div class=\"jfCard-index\"><div>5<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_19\" class=\"jfQuestion-label isLeftAlign\" id=\"label_19\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Speak at the Skoll World Forum<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_19_description\"><span>To submit your name for consideration\u00a0to speak at the Skoll World Forum, please let us know 2-3 sentences on what you envision. Please also include links to previous speaking engagements, if applicable.<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"textarea\" data-render-type=\"mde\"><div class=\"jfField\"><textarea id=\"input_19\" name=\"q19_speakAt\" placeholder=\"\" class=\"mdInput form-textarea validate[required]\"><\/textarea><div id=\"input_19_editor\" class=\"jfTextarea-editor\" role=\"textbox\" aria-multiline=\"true\" contenteditable=\"true\" data-placeholder=\"\"><\/div><div class=\"jfTextarea-infoSpan \"><span class=\"jfTextarea-limitSpan\" data-limit-type=\"Letters\" data-limit=\"4999\" data-minimum=\"-1\" id=\"input_19-limit\">0\/4999<\/span><span class=\"jfTextarea-modeSpan\"><\/span><\/div><\/div><\/div><\/div><div class=\"jfToolbar\" id=\"input_19_toolbar\" role=\"toolbar\" aria-label=\"Text Formatting\"><div id=\"input_19_fontSize\" data-command=\"heading\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Font Size\" aria-controls=\"input_19_fontSize_menu\" aria-expanded=\"false\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-fontSize \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>TextSize<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 6.000000)\"><g fill-rule=\"nonzero\"><path d=\"M2.34756098,2.5 L16.902439,2.5 L16.902439,4.25 C16.902439,4.94035594 17.4279584,5.5 18.0762195,5.5 C18.7244806,5.5 19.25,4.94035594 19.25,4.25 L19.25,1.25 C19.25,0.559644063 18.7244806,0 18.0762195,0 L1.17378049,0 C0.525519425,0 0,0.559644063 0,1.25 L0,4.25 C0,4.94035594 0.525519425,5.5 1.17378049,5.5 C1.82204155,5.5 2.34756098,4.94035594 2.34756098,4.25 L2.34756098,2.5 Z\"><\/path><path d=\"M5.25,20.5 L13.25,20.5 C13.9403559,20.5 14.5,19.9403559 14.5,19.25 C14.5,18.5596441 13.9403559,18 13.25,18 L5.25,18 C4.55964406,18 4,18.5596441 4,19.25 C4,19.9403559 4.55964406,20.5 5.25,20.5 Z\"><\/path><path d=\"M8,1.25 L8,19.25 C8,19.9403559 8.55964406,20.5 9.25,20.5 C9.94035594,20.5 10.5,19.9403559 10.5,19.25 L10.5,1.25 C10.5,0.559644063 9.94035594,0 9.25,0 C8.55964406,0 8,0.559644063 8,1.25 Z\"><\/path><\/g><g transform=\"translate(15.000000, 8.700000)\"><path d=\"M1.4609612,1.70000076 L10.5189207,1.70000076 L10.5390388,2.45720466 C10.5390388,2.75698225 10.8660861,3 11.2695194,3 C11.6729527,3 12,2.75698225 12,2.45720466 L11.9798819,0.542795343 C11.9798819,0.243017753 11.6528346,0 11.2494013,0 L0.730480602,0 C0.327047306,0 0,0.243017753 0,0.542795343 L0.0201181228,2.45720466 C0.0201181228,2.75698225 0.347165428,3 0.750598725,3 C1.15403202,3 1.48107933,2.75698225 1.48107933,2.45720466 L1.4609612,1.70000076 Z\" fill-rule=\"nonzero\"><\/path><path d=\"M5,1.6097561 L5,10.3902439 C5,10.7270029 5.44771525,11 6,11 C6.55228475,11 7,10.7270029 7,10.3902439 L7,1.6097561 C7,1.2729971 6.55228475,1 6,1 C5.44771525,1 5,1.2729971 5,1.6097561 Z\" fill-rule=\"nonzero\"><\/path><rect x=\"2\" y=\"10\" width=\"8\" height=\"1.79999995\" rx=\"0.899999976\"><\/rect><\/g><\/g><\/g><\/g><\/svg><\/span><\/div><ul class=\"jfToolbar-select jfToolbar-select-heading\" data-command=\"heading\" role=\"menu\" id=\"input_19_fontSize_menu\"><li data-value=\"1\" style=\"font-size:2em\" data-selected=\"true\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"true\">Huge<\/li><li data-value=\"3\" style=\"font-size:1.17em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Large<\/li><li data-value=\"5\" style=\"font-size:0.83em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Normal<\/li><li data-value=\"6\" style=\"font-size:0.67em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Small<\/li><\/ul><\/div><div id=\"input_19_bold\" data-command=\"bold\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Bold\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-bold \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Bold<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M2.47159091,2.5 L2.47159091,8.75 L8.65056818,8.75 C9.96967752,8.75 11.1221591,7.38998343 11.1221591,5.625 C11.1221591,3.86001657 9.96967752,2.5 8.65056818,2.5 L2.47159091,2.5 Z M1.23579545,0 L8.65056818,0 C11.4265247,0 13.59375,2.55749187 13.59375,5.625 C13.59375,8.69250813 11.4265247,11.25 8.65056818,11.25 L1.23579545,11.25 C0.553284471,11.25 0,10.6903559 0,10 L0,1.25 C0,0.559644063 0.553284471,0 1.23579545,0 Z\"><\/path><path d=\"M2.5,11.40625 L2.5,17.65625 L9.90384615,17.65625 C11.2992605,17.65625 12.5,16.2904088 12.5,14.53125 C12.5,12.7720912 11.2992605,11.40625 9.90384615,11.40625 L2.5,11.40625 Z M1.25,8.90625 L9.90384615,8.90625 C12.7567761,8.90625 15,11.4579172 15,14.53125 C15,17.6045828 12.7567761,20.15625 9.90384615,20.15625 L1.25,20.15625 C0.559644063,20.15625 0,19.5966059 0,18.90625 L0,10.15625 C0,9.46589406 0.559644063,8.90625 1.25,8.90625 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_19_italic\" data-command=\"italic\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Italic\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-italic \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Italic<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M13.5882353,0 L4.94117647,0 C4.25894237,0 3.70588235,0.553060015 3.70588235,1.23529412 C3.70588235,1.91752822 4.25894237,2.47058824 4.94117647,2.47058824 L13.5882353,2.47058824 C14.2704694,2.47058824 14.8235294,1.91752822 14.8235294,1.23529412 C14.8235294,0.553060015 14.2704694,0 13.5882353,0 Z\"><\/path><path d=\"M9.88235294,17.2941176 L1.23529412,17.2941176 C0.553060015,17.2941176 0,17.8471777 0,18.5294118 C0,19.2116459 0.553060015,19.7647059 1.23529412,19.7647059 L9.88235294,19.7647059 C10.564587,19.7647059 11.1176471,19.2116459 11.1176471,18.5294118 C11.1176471,17.8471777 10.564587,17.2941176 9.88235294,17.2941176 Z\"><\/path><path d=\"M8.69458806,0.895932724 L3.75341159,18.1900504 C3.56598747,18.8460348 3.94583065,19.5297525 4.60181508,19.7171766 C5.2577995,19.9046008 5.94151722,19.5247576 6.12894135,18.8687732 L11.0701178,1.57465551 C11.2575419,0.918671083 10.8776988,0.234953363 10.2217143,0.0475292411 C9.56572991,-0.139894881 8.88201219,0.239948297 8.69458806,0.895932724 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_19_underline\" data-command=\"underline\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Underline\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-underline \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(7.000000, 5.000000)\"><path d=\"M2.15909091,1.29545455 L2.15909091,8.27097902 C2.15909091,12.2813233 5.34161889,15.5454545 9.28409091,15.5454545 C13.2265629,15.5454545 16.4090909,12.2813233 16.4090909,8.27097902 L16.4090909,1.29545455 C16.4090909,0.579994756 15.8290962,0 15.1136364,0 C14.3981766,0 13.8181818,0.579994756 13.8181818,1.29545455 L13.8181818,8.27097902 C13.8181818,10.864879 11.780757,12.9545455 9.28409091,12.9545455 C6.78742483,12.9545455 4.75,10.864879 4.75,8.27097902 L4.75,1.29545455 C4.75,0.579994756 4.17000524,0 3.45454545,0 C2.73908566,0 2.15909091,0.579994756 2.15909091,1.29545455 Z\"><\/path><path d=\"M1.29545455,20.7272727 L16.8409091,20.7272727 C17.5563689,20.7272727 18.1363636,20.147278 18.1363636,19.4318182 C18.1363636,18.7163584 17.5563689,18.1363636 16.8409091,18.1363636 L1.29545455,18.1363636 C0.579994756,18.1363636 0,18.7163584 0,19.4318182 C0,20.147278 0.579994756,20.7272727 1.29545455,20.7272727 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_19_createLink\" data-command=\"createLink\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Link\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-createLink \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline Copy<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(6.000000, 6.000000)\"><path d=\"M8.12250978,12.0615096 C9.11153092,13.434589 10.6344227,14.2986277 12.2960505,14.422209 C13.960001,14.5459629 15.5906008,13.9142984 16.7617681,12.6976288 L19.3990078,9.95891998 C21.5549175,7.64114792 21.5244655,4.00194322 19.3454622,1.73910167 C17.139984,-0.551233494 13.5527271,-0.583605157 11.3086344,1.66720454 L9.78321622,3.24190674 C9.27889786,3.76258411 9.29215946,4.59350732 9.81283683,5.09782568 C10.3335142,5.60214404 11.1644374,5.58888244 11.6687558,5.06820507 L13.1808677,3.50704343 C14.3730084,2.31152892 16.2689674,2.32863819 17.4546094,3.55989839 C18.6667264,4.81865222 18.683922,6.87363295 17.492498,8.15466767 L14.8707504,10.8770033 C14.2384113,11.5339102 13.371049,11.8699104 12.4907435,11.804439 C11.6081154,11.7387948 10.7913272,11.275376 10.2524902,10.527297 C9.82882911,9.93911912 9.00857156,9.80575194 8.4203937,10.2294131 C7.83221584,10.6530742 7.69884867,11.4733317 8.12250978,12.0615096 Z\"><\/path><path d=\"M12.8774902,8.93849043 C11.8884691,7.56541104 10.3655773,6.70137225 8.70394945,6.57779104 C7.03999899,6.45403709 5.40939918,7.08570163 4.23823187,8.30237124 L1.60099221,11.04108 C-0.554917535,13.3588521 -0.524465488,16.9980568 1.65453778,19.2608983 C3.86001604,21.5512335 7.4472729,21.5836052 9.69136555,19.3327955 L11.2106491,17.7553425 C11.7134482,17.2331979 11.6977656,16.4023168 11.175621,15.8995177 C10.6534764,15.3967186 9.82259538,15.4124012 9.31979625,15.9345457 L7.81647565,17.4957074 C6.62699163,18.6884711 4.7310326,18.6713618 3.54539059,17.4401016 C2.33327358,16.1813478 2.31607797,14.1263671 3.50750204,12.8453323 L6.12924958,10.1229967 C6.76158874,9.46608985 7.62895105,9.13008955 8.50925653,9.19556102 C9.39188462,9.26120523 10.2086728,9.72462402 10.7475098,10.472703 C11.1711709,11.0608809 11.9914284,11.1942481 12.5796063,10.7705869 C13.1677842,10.3469258 13.3011513,9.52666829 12.8774902,8.93849043 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forUrl\"><input type=\"url\" id=\"modalLinkUrl_input_19\" class=\"jfModal-input jfModal-modalLinkUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter URL\" aria-label=\"link url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_19_ul\" data-command=\"insertUnorderedList\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Bullet List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ul \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>NumberList Copy 2<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><circle cx=\"3\" cy=\"3\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"8\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"13\" r=\"1\"><\/circle><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_19_ol\" data-command=\"insertOrderedList\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Numbered List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ol \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(1.000000, 1.000000)\"><path d=\"M0,11 L2,11 L2,11.5 L1,11.5 L1,12.5 L2,12.5 L2,13 L0,13 L0,14 L3,14 L3,10 L0,10 L0,11 Z M0,6 L1.8,6 L0,8.1 L0,9 L3,9 L3,8 L1.2,8 L3,5.9 L3,5 L0,5 L0,6 Z M1,4 L2,4 L2,0 L0,0 L0,1 L1,1 L1,4 Z\"><\/path><\/g><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\"><\/rect><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_19_quote\" data-command=\"formatBlock\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Quote Paragraph\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-quote \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>quote<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(10.000000, 11.000000)\"><path d=\"M9.68229167,9.75 L10.4783857,9.75 L10.4783857,9.75 C10.8611857,9.75 11.2103962,9.53147077 11.3777535,9.18719271 L12.8993679,6.0570147 L12.8993679,6.0570147 C12.9655901,5.92078603 13,5.77129358 13,5.61982199 L13,1 L13,1 C13,0.44771525 12.5522847,1.20591542e-16 12,2.22044605e-16 L8.3125,0 L8.3125,0 C7.76021525,1.01453063e-16 7.3125,0.44771525 7.3125,1 L7.3125,4.85 L7.3125,4.85 C7.3125,5.40228475 7.76021525,5.85 8.3125,5.85 L8.734375,5.85 L8.734375,5.85 C9.22578821,5.85 9.62415732,6.24836912 9.62415732,6.73978232 C9.62415732,6.87455906 9.59354003,7.0075748 9.53461662,7.12878867 L8.88205005,8.47121133 L8.88205005,8.47121133 C8.66720778,8.91317258 8.85132408,9.44561702 9.29328532,9.6604593 C9.41449919,9.7193827 9.54751493,9.75 9.68229167,9.75 Z\"><\/path><path d=\"M2.36979167,9.75 L3.16588569,9.75 L3.16588569,9.75 C3.54868575,9.75 3.89789615,9.53147077 4.06525355,9.18719271 L5.58686785,6.0570147 L5.58686785,6.0570147 C5.65309013,5.92078603 5.6875,5.77129358 5.6875,5.61982199 L5.6875,1 L5.6875,1 C5.6875,0.44771525 5.23978475,1.20591542e-16 4.6875,2.22044605e-16 L1,0 L1,0 C0.44771525,1.01453063e-16 -6.76353751e-17,0.44771525 0,1 L0,4.85 L0,4.85 C-4.22892021e-16,5.40228475 0.44771525,5.85 1,5.85 L1.421875,5.85 L1.421875,5.85 C1.91328821,5.85 2.31165732,6.24836912 2.31165732,6.73978232 C2.31165732,6.87455906 2.28104003,7.0075748 2.22211662,7.12878867 L1.56955005,8.47121133 L1.56955005,8.47121133 C1.35470778,8.91317258 1.53882408,9.44561702 1.98078532,9.6604593 C2.10199919,9.7193827 2.23501493,9.75 2.36979167,9.75 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_19_hr\" data-command=\"insertHorizontalRule\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Horizontal Line\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-hr \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Break<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 14.000000)\"><path d=\"M1.5625,3.125 L23.4375,3.125 C24.3004449,3.125 25,2.42544492 25,1.5625 C25,0.699555078 24.3004449,0 23.4375,0 L1.5625,0 C0.699555078,0 0,0.699555078 0,1.5625 C0,2.42544492 0.699555078,3.125 1.5625,3.125 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_19_imagePicker\" data-command=\"insertImage\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Image\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-imagePicker \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Image<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 4.000000)\"><path d=\"M4.23529412,2.82352941 C3.455598,2.82352941 2.82352941,3.455598 2.82352941,4.23529412 L2.82352941,19.7647059 C2.82352941,20.544402 3.455598,21.1764706 4.23529412,21.1764706 L19.7647059,21.1764706 C20.544402,21.1764706 21.1764706,20.544402 21.1764706,19.7647059 L21.1764706,4.23529412 C21.1764706,3.455598 20.544402,2.82352941 19.7647059,2.82352941 L4.23529412,2.82352941 Z M4.23529412,0 L19.7647059,0 C22.1037942,-3.13474736e-16 24,1.89620577 24,4.23529412 L24,19.7647059 C24,22.1037942 22.1037942,24 19.7647059,24 L4.23529412,24 C1.89620577,24 3.13474736e-16,22.1037942 0,19.7647059 L0,4.23529412 C-3.13474736e-16,1.89620577 1.89620577,4.70212105e-16 4.23529412,0 Z\" fill-rule=\"nonzero\"><\/path><circle cx=\"8\" cy=\"8\" r=\"2\"><\/circle><path d=\"M21.5506729,16.416153 C22.1109903,16.9757102 23.0194444,16.9757102 23.5797619,16.416153 C24.1400794,15.8565958 24.1400794,14.9493743 23.5797619,14.3898171 L17.601501,8.4196679 C17.0411836,7.8601107 16.1327295,7.8601107 15.572412,8.4196679 L2.4202381,21.5539963 C1.85992063,22.1135534 1.85992063,23.0207749 2.4202381,23.5803321 C2.98055556,24.1398893 3.88900966,24.1398893 4.44932712,23.5803321 L16.5869565,11.4591717 L21.5506729,16.416153 Z\" fill-rule=\"nonzero\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forImage\"><input type=\"url\" id=\"modalImageUrl_input_19\" class=\"jfModal-input jfModal-modalImageUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter image URL\" aria-label=\"image url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_19_emoji\" data-command=\"insertEmoji\" class=\"jfToolbar-item hasDropdown forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Emoji\" aria-haspopup=\"true\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-emoji \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Smiley<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 3.000000)\"><path d=\"M19.4451446,16.0843869 C19.0223005,17.4164151 18.2337534,18.4897437 17.0795033,19.3043725 C15.9252533,20.1190014 14.6224364,20.5263158 13.1710526,20.5263158 C11.7196689,20.5263158 10.416852,20.1190014 9.26260193,19.3043725 C8.10835187,18.4897437 7.31980479,17.4164151 6.89696071,16.0843869 C6.80553496,15.8091744 6.8283914,15.5422183 6.96553002,15.2835186 C7.10266864,15.0248189 7.31980479,14.8514351 7.61693847,14.7633671 C7.90264393,14.6752991 8.17977823,14.6973161 8.44834136,14.8294181 C8.7169045,14.9615201 8.89689894,15.1706815 8.98832468,15.4569025 C9.27403015,16.3375823 9.80258525,17.0503826 10.57399,17.5953032 C11.3453947,18.1402239 12.2110823,18.4126842 13.1710526,18.4126842 C14.131023,18.4126842 14.9967105,18.1402239 15.7681153,17.5953032 C16.53952,17.0503826 17.0680751,16.3375823 17.3537806,15.4569025 C17.4452063,15.1706815 17.6280578,14.9615201 17.9023351,14.8294181 C18.1766123,14.6973161 18.4566037,14.6752991 18.7423091,14.7633671 C19.0280146,14.8514351 19.2394366,15.0248189 19.3765752,15.2835186 C19.5137139,15.5422183 19.5365703,15.8091744 19.4451446,16.0843869 Z M10.9473684,8.72368421 C10.9473684,9.33751371 10.7302118,9.86158512 10.2958984,10.2958984 C9.86158512,10.7302118 9.33751371,10.9473684 8.72368421,10.9473684 C8.10985471,10.9473684 7.58578331,10.7302118 7.15146998,10.2958984 C6.71715666,9.86158512 6.5,9.33751371 6.5,8.72368421 C6.5,8.10985471 6.71715666,7.58578331 7.15146998,7.15146998 C7.58578331,6.71715666 8.10985471,6.5 8.72368421,6.5 C9.33751371,6.5 9.86158512,6.71715666 10.2958984,7.15146998 C10.7302118,7.58578331 10.9473684,8.10985471 10.9473684,8.72368421 Z M19.5,8.72368421 C19.5,9.33751371 19.2828433,9.86158512 18.84853,10.2958984 C18.4142167,10.7302118 17.8901453,10.9473684 17.2763158,10.9473684 C16.6624863,10.9473684 16.1384149,10.7302118 15.7041016,10.2958984 C15.2697882,9.86158512 15.0526316,9.33751371 15.0526316,8.72368421 C15.0526316,8.10985471 15.2697882,7.58578331 15.7041016,7.15146998 C16.1384149,6.71715666 16.6624863,6.5 17.2763158,6.5 C17.8901453,6.5 18.4142167,6.71715666 18.84853,7.15146998 C19.2828433,7.58578331 19.5,8.10985471 19.5,8.72368421 Z M23.6052632,12.8289474 C23.6052632,11.3696546 23.3190173,9.97490748 22.7465255,8.644706 C22.1740337,7.31450452 21.407905,6.16952097 20.4481394,5.20975535 C19.4883738,4.24998972 18.3433902,3.48386102 17.0131887,2.91136924 C15.6829873,2.33887747 14.2882401,2.05263158 12.8289474,2.05263158 C11.3696546,2.05263158 9.97490748,2.33887747 8.644706,2.91136924 C7.31450452,3.48386102 6.16952097,4.24998972 5.20975535,5.20975535 C4.24998972,6.16952097 3.48386102,7.31450452 2.91136924,8.644706 C2.33887747,9.97490748 2.05263158,11.3696546 2.05263158,12.8289474 C2.05263158,14.2882401 2.33887747,15.6829873 2.91136924,17.0131887 C3.48386102,18.3433902 4.24998972,19.4883738 5.20975535,20.4481394 C6.16952097,21.407905 7.31450452,22.1740337 8.644706,22.7465255 C9.97490748,23.3190173 11.3696546,23.6052632 12.8289474,23.6052632 C14.2882401,23.6052632 15.6829873,23.3190173 17.0131887,22.7465255 C18.3433902,22.1740337 19.4883738,21.407905 20.4481394,20.4481394 C21.407905,19.4883738 22.1740337,18.3433902 22.7465255,17.0131887 C23.3190173,15.6829873 23.6052632,14.2882401 23.6052632,12.8289474 Z M26,13 C26,15.3585069 25.4188368,17.5336372 24.2565104,19.5253906 C23.094184,21.5171441 21.5171441,23.094184 19.5253906,24.2565104 C17.5336372,25.4188368 15.3585069,26 13,26 C10.6414931,26 8.46636285,25.4188368 6.47460938,24.2565104 C4.4828559,23.094184 2.90581597,21.5171441 1.74348958,19.5253906 C0.581163194,17.5336372 0,15.3585069 0,13 C0,10.6414931 0.581163194,8.46636285 1.74348958,6.47460938 C2.90581597,4.4828559 4.4828559,2.90581597 6.47460938,1.74348958 C8.46636285,0.581163194 10.6414931,0 13,0 C15.3585069,0 17.5336372,0.581163194 19.5253906,1.74348958 C21.5171441,2.90581597 23.094184,4.4828559 24.2565104,6.47460938 C25.4188368,8.46636285 26,10.6414931 26,13 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textarea\" id=\"id_62\"><div id=\"cid_62\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textarea\"><div class=\"jfCard-index\"><div>6<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_62\" class=\"jfQuestion-label isLeftAlign\" id=\"label_62\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Attend the Skoll World Forum<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_62_description\"><span>In 2-3 sentences, how would you contribute to the community at the\u00a0Skoll World Forum?<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"textarea\" data-render-type=\"mde\"><div class=\"jfField\"><textarea id=\"input_62\" name=\"q62_attendThe\" placeholder=\"\" class=\"mdInput form-textarea validate[required]\"><\/textarea><div id=\"input_62_editor\" class=\"jfTextarea-editor\" role=\"textbox\" aria-multiline=\"true\" contenteditable=\"true\" data-placeholder=\"\"><\/div><div class=\"jfTextarea-infoSpan \"><span class=\"jfTextarea-limitSpan\" data-limit-type=\"Letters\" data-limit=\"4999\" data-minimum=\"-1\" id=\"input_62-limit\">0\/4999<\/span><span class=\"jfTextarea-modeSpan\"><\/span><\/div><\/div><\/div><\/div><div class=\"jfToolbar\" id=\"input_62_toolbar\" role=\"toolbar\" aria-label=\"Text Formatting\"><div id=\"input_62_fontSize\" data-command=\"heading\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Font Size\" aria-controls=\"input_62_fontSize_menu\" aria-expanded=\"false\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-fontSize \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>TextSize<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 6.000000)\"><g fill-rule=\"nonzero\"><path d=\"M2.34756098,2.5 L16.902439,2.5 L16.902439,4.25 C16.902439,4.94035594 17.4279584,5.5 18.0762195,5.5 C18.7244806,5.5 19.25,4.94035594 19.25,4.25 L19.25,1.25 C19.25,0.559644063 18.7244806,0 18.0762195,0 L1.17378049,0 C0.525519425,0 0,0.559644063 0,1.25 L0,4.25 C0,4.94035594 0.525519425,5.5 1.17378049,5.5 C1.82204155,5.5 2.34756098,4.94035594 2.34756098,4.25 L2.34756098,2.5 Z\"><\/path><path d=\"M5.25,20.5 L13.25,20.5 C13.9403559,20.5 14.5,19.9403559 14.5,19.25 C14.5,18.5596441 13.9403559,18 13.25,18 L5.25,18 C4.55964406,18 4,18.5596441 4,19.25 C4,19.9403559 4.55964406,20.5 5.25,20.5 Z\"><\/path><path d=\"M8,1.25 L8,19.25 C8,19.9403559 8.55964406,20.5 9.25,20.5 C9.94035594,20.5 10.5,19.9403559 10.5,19.25 L10.5,1.25 C10.5,0.559644063 9.94035594,0 9.25,0 C8.55964406,0 8,0.559644063 8,1.25 Z\"><\/path><\/g><g transform=\"translate(15.000000, 8.700000)\"><path d=\"M1.4609612,1.70000076 L10.5189207,1.70000076 L10.5390388,2.45720466 C10.5390388,2.75698225 10.8660861,3 11.2695194,3 C11.6729527,3 12,2.75698225 12,2.45720466 L11.9798819,0.542795343 C11.9798819,0.243017753 11.6528346,0 11.2494013,0 L0.730480602,0 C0.327047306,0 0,0.243017753 0,0.542795343 L0.0201181228,2.45720466 C0.0201181228,2.75698225 0.347165428,3 0.750598725,3 C1.15403202,3 1.48107933,2.75698225 1.48107933,2.45720466 L1.4609612,1.70000076 Z\" fill-rule=\"nonzero\"><\/path><path d=\"M5,1.6097561 L5,10.3902439 C5,10.7270029 5.44771525,11 6,11 C6.55228475,11 7,10.7270029 7,10.3902439 L7,1.6097561 C7,1.2729971 6.55228475,1 6,1 C5.44771525,1 5,1.2729971 5,1.6097561 Z\" fill-rule=\"nonzero\"><\/path><rect x=\"2\" y=\"10\" width=\"8\" height=\"1.79999995\" rx=\"0.899999976\"><\/rect><\/g><\/g><\/g><\/g><\/svg><\/span><\/div><ul class=\"jfToolbar-select jfToolbar-select-heading\" data-command=\"heading\" role=\"menu\" id=\"input_62_fontSize_menu\"><li data-value=\"1\" style=\"font-size:2em\" data-selected=\"true\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"true\">Huge<\/li><li data-value=\"3\" style=\"font-size:1.17em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Large<\/li><li data-value=\"5\" style=\"font-size:0.83em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Normal<\/li><li data-value=\"6\" style=\"font-size:0.67em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Small<\/li><\/ul><\/div><div id=\"input_62_bold\" data-command=\"bold\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Bold\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-bold \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Bold<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M2.47159091,2.5 L2.47159091,8.75 L8.65056818,8.75 C9.96967752,8.75 11.1221591,7.38998343 11.1221591,5.625 C11.1221591,3.86001657 9.96967752,2.5 8.65056818,2.5 L2.47159091,2.5 Z M1.23579545,0 L8.65056818,0 C11.4265247,0 13.59375,2.55749187 13.59375,5.625 C13.59375,8.69250813 11.4265247,11.25 8.65056818,11.25 L1.23579545,11.25 C0.553284471,11.25 0,10.6903559 0,10 L0,1.25 C0,0.559644063 0.553284471,0 1.23579545,0 Z\"><\/path><path d=\"M2.5,11.40625 L2.5,17.65625 L9.90384615,17.65625 C11.2992605,17.65625 12.5,16.2904088 12.5,14.53125 C12.5,12.7720912 11.2992605,11.40625 9.90384615,11.40625 L2.5,11.40625 Z M1.25,8.90625 L9.90384615,8.90625 C12.7567761,8.90625 15,11.4579172 15,14.53125 C15,17.6045828 12.7567761,20.15625 9.90384615,20.15625 L1.25,20.15625 C0.559644063,20.15625 0,19.5966059 0,18.90625 L0,10.15625 C0,9.46589406 0.559644063,8.90625 1.25,8.90625 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_62_italic\" data-command=\"italic\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Italic\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-italic \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Italic<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M13.5882353,0 L4.94117647,0 C4.25894237,0 3.70588235,0.553060015 3.70588235,1.23529412 C3.70588235,1.91752822 4.25894237,2.47058824 4.94117647,2.47058824 L13.5882353,2.47058824 C14.2704694,2.47058824 14.8235294,1.91752822 14.8235294,1.23529412 C14.8235294,0.553060015 14.2704694,0 13.5882353,0 Z\"><\/path><path d=\"M9.88235294,17.2941176 L1.23529412,17.2941176 C0.553060015,17.2941176 0,17.8471777 0,18.5294118 C0,19.2116459 0.553060015,19.7647059 1.23529412,19.7647059 L9.88235294,19.7647059 C10.564587,19.7647059 11.1176471,19.2116459 11.1176471,18.5294118 C11.1176471,17.8471777 10.564587,17.2941176 9.88235294,17.2941176 Z\"><\/path><path d=\"M8.69458806,0.895932724 L3.75341159,18.1900504 C3.56598747,18.8460348 3.94583065,19.5297525 4.60181508,19.7171766 C5.2577995,19.9046008 5.94151722,19.5247576 6.12894135,18.8687732 L11.0701178,1.57465551 C11.2575419,0.918671083 10.8776988,0.234953363 10.2217143,0.0475292411 C9.56572991,-0.139894881 8.88201219,0.239948297 8.69458806,0.895932724 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_62_underline\" data-command=\"underline\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Underline\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-underline \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(7.000000, 5.000000)\"><path d=\"M2.15909091,1.29545455 L2.15909091,8.27097902 C2.15909091,12.2813233 5.34161889,15.5454545 9.28409091,15.5454545 C13.2265629,15.5454545 16.4090909,12.2813233 16.4090909,8.27097902 L16.4090909,1.29545455 C16.4090909,0.579994756 15.8290962,0 15.1136364,0 C14.3981766,0 13.8181818,0.579994756 13.8181818,1.29545455 L13.8181818,8.27097902 C13.8181818,10.864879 11.780757,12.9545455 9.28409091,12.9545455 C6.78742483,12.9545455 4.75,10.864879 4.75,8.27097902 L4.75,1.29545455 C4.75,0.579994756 4.17000524,0 3.45454545,0 C2.73908566,0 2.15909091,0.579994756 2.15909091,1.29545455 Z\"><\/path><path d=\"M1.29545455,20.7272727 L16.8409091,20.7272727 C17.5563689,20.7272727 18.1363636,20.147278 18.1363636,19.4318182 C18.1363636,18.7163584 17.5563689,18.1363636 16.8409091,18.1363636 L1.29545455,18.1363636 C0.579994756,18.1363636 0,18.7163584 0,19.4318182 C0,20.147278 0.579994756,20.7272727 1.29545455,20.7272727 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_62_createLink\" data-command=\"createLink\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Link\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-createLink \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline Copy<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(6.000000, 6.000000)\"><path d=\"M8.12250978,12.0615096 C9.11153092,13.434589 10.6344227,14.2986277 12.2960505,14.422209 C13.960001,14.5459629 15.5906008,13.9142984 16.7617681,12.6976288 L19.3990078,9.95891998 C21.5549175,7.64114792 21.5244655,4.00194322 19.3454622,1.73910167 C17.139984,-0.551233494 13.5527271,-0.583605157 11.3086344,1.66720454 L9.78321622,3.24190674 C9.27889786,3.76258411 9.29215946,4.59350732 9.81283683,5.09782568 C10.3335142,5.60214404 11.1644374,5.58888244 11.6687558,5.06820507 L13.1808677,3.50704343 C14.3730084,2.31152892 16.2689674,2.32863819 17.4546094,3.55989839 C18.6667264,4.81865222 18.683922,6.87363295 17.492498,8.15466767 L14.8707504,10.8770033 C14.2384113,11.5339102 13.371049,11.8699104 12.4907435,11.804439 C11.6081154,11.7387948 10.7913272,11.275376 10.2524902,10.527297 C9.82882911,9.93911912 9.00857156,9.80575194 8.4203937,10.2294131 C7.83221584,10.6530742 7.69884867,11.4733317 8.12250978,12.0615096 Z\"><\/path><path d=\"M12.8774902,8.93849043 C11.8884691,7.56541104 10.3655773,6.70137225 8.70394945,6.57779104 C7.03999899,6.45403709 5.40939918,7.08570163 4.23823187,8.30237124 L1.60099221,11.04108 C-0.554917535,13.3588521 -0.524465488,16.9980568 1.65453778,19.2608983 C3.86001604,21.5512335 7.4472729,21.5836052 9.69136555,19.3327955 L11.2106491,17.7553425 C11.7134482,17.2331979 11.6977656,16.4023168 11.175621,15.8995177 C10.6534764,15.3967186 9.82259538,15.4124012 9.31979625,15.9345457 L7.81647565,17.4957074 C6.62699163,18.6884711 4.7310326,18.6713618 3.54539059,17.4401016 C2.33327358,16.1813478 2.31607797,14.1263671 3.50750204,12.8453323 L6.12924958,10.1229967 C6.76158874,9.46608985 7.62895105,9.13008955 8.50925653,9.19556102 C9.39188462,9.26120523 10.2086728,9.72462402 10.7475098,10.472703 C11.1711709,11.0608809 11.9914284,11.1942481 12.5796063,10.7705869 C13.1677842,10.3469258 13.3011513,9.52666829 12.8774902,8.93849043 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forUrl\"><input type=\"url\" id=\"modalLinkUrl_input_62\" class=\"jfModal-input jfModal-modalLinkUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter URL\" aria-label=\"link url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_62_ul\" data-command=\"insertUnorderedList\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Bullet List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ul \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>NumberList Copy 2<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><circle cx=\"3\" cy=\"3\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"8\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"13\" r=\"1\"><\/circle><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_62_ol\" data-command=\"insertOrderedList\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Numbered List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ol \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(1.000000, 1.000000)\"><path d=\"M0,11 L2,11 L2,11.5 L1,11.5 L1,12.5 L2,12.5 L2,13 L0,13 L0,14 L3,14 L3,10 L0,10 L0,11 Z M0,6 L1.8,6 L0,8.1 L0,9 L3,9 L3,8 L1.2,8 L3,5.9 L3,5 L0,5 L0,6 Z M1,4 L2,4 L2,0 L0,0 L0,1 L1,1 L1,4 Z\"><\/path><\/g><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\"><\/rect><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_62_quote\" data-command=\"formatBlock\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Quote Paragraph\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-quote \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>quote<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(10.000000, 11.000000)\"><path d=\"M9.68229167,9.75 L10.4783857,9.75 L10.4783857,9.75 C10.8611857,9.75 11.2103962,9.53147077 11.3777535,9.18719271 L12.8993679,6.0570147 L12.8993679,6.0570147 C12.9655901,5.92078603 13,5.77129358 13,5.61982199 L13,1 L13,1 C13,0.44771525 12.5522847,1.20591542e-16 12,2.22044605e-16 L8.3125,0 L8.3125,0 C7.76021525,1.01453063e-16 7.3125,0.44771525 7.3125,1 L7.3125,4.85 L7.3125,4.85 C7.3125,5.40228475 7.76021525,5.85 8.3125,5.85 L8.734375,5.85 L8.734375,5.85 C9.22578821,5.85 9.62415732,6.24836912 9.62415732,6.73978232 C9.62415732,6.87455906 9.59354003,7.0075748 9.53461662,7.12878867 L8.88205005,8.47121133 L8.88205005,8.47121133 C8.66720778,8.91317258 8.85132408,9.44561702 9.29328532,9.6604593 C9.41449919,9.7193827 9.54751493,9.75 9.68229167,9.75 Z\"><\/path><path d=\"M2.36979167,9.75 L3.16588569,9.75 L3.16588569,9.75 C3.54868575,9.75 3.89789615,9.53147077 4.06525355,9.18719271 L5.58686785,6.0570147 L5.58686785,6.0570147 C5.65309013,5.92078603 5.6875,5.77129358 5.6875,5.61982199 L5.6875,1 L5.6875,1 C5.6875,0.44771525 5.23978475,1.20591542e-16 4.6875,2.22044605e-16 L1,0 L1,0 C0.44771525,1.01453063e-16 -6.76353751e-17,0.44771525 0,1 L0,4.85 L0,4.85 C-4.22892021e-16,5.40228475 0.44771525,5.85 1,5.85 L1.421875,5.85 L1.421875,5.85 C1.91328821,5.85 2.31165732,6.24836912 2.31165732,6.73978232 C2.31165732,6.87455906 2.28104003,7.0075748 2.22211662,7.12878867 L1.56955005,8.47121133 L1.56955005,8.47121133 C1.35470778,8.91317258 1.53882408,9.44561702 1.98078532,9.6604593 C2.10199919,9.7193827 2.23501493,9.75 2.36979167,9.75 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_62_hr\" data-command=\"insertHorizontalRule\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Horizontal Line\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-hr \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Break<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 14.000000)\"><path d=\"M1.5625,3.125 L23.4375,3.125 C24.3004449,3.125 25,2.42544492 25,1.5625 C25,0.699555078 24.3004449,0 23.4375,0 L1.5625,0 C0.699555078,0 0,0.699555078 0,1.5625 C0,2.42544492 0.699555078,3.125 1.5625,3.125 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_62_imagePicker\" data-command=\"insertImage\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Image\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-imagePicker \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Image<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 4.000000)\"><path d=\"M4.23529412,2.82352941 C3.455598,2.82352941 2.82352941,3.455598 2.82352941,4.23529412 L2.82352941,19.7647059 C2.82352941,20.544402 3.455598,21.1764706 4.23529412,21.1764706 L19.7647059,21.1764706 C20.544402,21.1764706 21.1764706,20.544402 21.1764706,19.7647059 L21.1764706,4.23529412 C21.1764706,3.455598 20.544402,2.82352941 19.7647059,2.82352941 L4.23529412,2.82352941 Z M4.23529412,0 L19.7647059,0 C22.1037942,-3.13474736e-16 24,1.89620577 24,4.23529412 L24,19.7647059 C24,22.1037942 22.1037942,24 19.7647059,24 L4.23529412,24 C1.89620577,24 3.13474736e-16,22.1037942 0,19.7647059 L0,4.23529412 C-3.13474736e-16,1.89620577 1.89620577,4.70212105e-16 4.23529412,0 Z\" fill-rule=\"nonzero\"><\/path><circle cx=\"8\" cy=\"8\" r=\"2\"><\/circle><path d=\"M21.5506729,16.416153 C22.1109903,16.9757102 23.0194444,16.9757102 23.5797619,16.416153 C24.1400794,15.8565958 24.1400794,14.9493743 23.5797619,14.3898171 L17.601501,8.4196679 C17.0411836,7.8601107 16.1327295,7.8601107 15.572412,8.4196679 L2.4202381,21.5539963 C1.85992063,22.1135534 1.85992063,23.0207749 2.4202381,23.5803321 C2.98055556,24.1398893 3.88900966,24.1398893 4.44932712,23.5803321 L16.5869565,11.4591717 L21.5506729,16.416153 Z\" fill-rule=\"nonzero\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forImage\"><input type=\"url\" id=\"modalImageUrl_input_62\" class=\"jfModal-input jfModal-modalImageUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter image URL\" aria-label=\"image url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_62_emoji\" data-command=\"insertEmoji\" class=\"jfToolbar-item hasDropdown forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Emoji\" aria-haspopup=\"true\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-emoji \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Smiley<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 3.000000)\"><path d=\"M19.4451446,16.0843869 C19.0223005,17.4164151 18.2337534,18.4897437 17.0795033,19.3043725 C15.9252533,20.1190014 14.6224364,20.5263158 13.1710526,20.5263158 C11.7196689,20.5263158 10.416852,20.1190014 9.26260193,19.3043725 C8.10835187,18.4897437 7.31980479,17.4164151 6.89696071,16.0843869 C6.80553496,15.8091744 6.8283914,15.5422183 6.96553002,15.2835186 C7.10266864,15.0248189 7.31980479,14.8514351 7.61693847,14.7633671 C7.90264393,14.6752991 8.17977823,14.6973161 8.44834136,14.8294181 C8.7169045,14.9615201 8.89689894,15.1706815 8.98832468,15.4569025 C9.27403015,16.3375823 9.80258525,17.0503826 10.57399,17.5953032 C11.3453947,18.1402239 12.2110823,18.4126842 13.1710526,18.4126842 C14.131023,18.4126842 14.9967105,18.1402239 15.7681153,17.5953032 C16.53952,17.0503826 17.0680751,16.3375823 17.3537806,15.4569025 C17.4452063,15.1706815 17.6280578,14.9615201 17.9023351,14.8294181 C18.1766123,14.6973161 18.4566037,14.6752991 18.7423091,14.7633671 C19.0280146,14.8514351 19.2394366,15.0248189 19.3765752,15.2835186 C19.5137139,15.5422183 19.5365703,15.8091744 19.4451446,16.0843869 Z M10.9473684,8.72368421 C10.9473684,9.33751371 10.7302118,9.86158512 10.2958984,10.2958984 C9.86158512,10.7302118 9.33751371,10.9473684 8.72368421,10.9473684 C8.10985471,10.9473684 7.58578331,10.7302118 7.15146998,10.2958984 C6.71715666,9.86158512 6.5,9.33751371 6.5,8.72368421 C6.5,8.10985471 6.71715666,7.58578331 7.15146998,7.15146998 C7.58578331,6.71715666 8.10985471,6.5 8.72368421,6.5 C9.33751371,6.5 9.86158512,6.71715666 10.2958984,7.15146998 C10.7302118,7.58578331 10.9473684,8.10985471 10.9473684,8.72368421 Z M19.5,8.72368421 C19.5,9.33751371 19.2828433,9.86158512 18.84853,10.2958984 C18.4142167,10.7302118 17.8901453,10.9473684 17.2763158,10.9473684 C16.6624863,10.9473684 16.1384149,10.7302118 15.7041016,10.2958984 C15.2697882,9.86158512 15.0526316,9.33751371 15.0526316,8.72368421 C15.0526316,8.10985471 15.2697882,7.58578331 15.7041016,7.15146998 C16.1384149,6.71715666 16.6624863,6.5 17.2763158,6.5 C17.8901453,6.5 18.4142167,6.71715666 18.84853,7.15146998 C19.2828433,7.58578331 19.5,8.10985471 19.5,8.72368421 Z M23.6052632,12.8289474 C23.6052632,11.3696546 23.3190173,9.97490748 22.7465255,8.644706 C22.1740337,7.31450452 21.407905,6.16952097 20.4481394,5.20975535 C19.4883738,4.24998972 18.3433902,3.48386102 17.0131887,2.91136924 C15.6829873,2.33887747 14.2882401,2.05263158 12.8289474,2.05263158 C11.3696546,2.05263158 9.97490748,2.33887747 8.644706,2.91136924 C7.31450452,3.48386102 6.16952097,4.24998972 5.20975535,5.20975535 C4.24998972,6.16952097 3.48386102,7.31450452 2.91136924,8.644706 C2.33887747,9.97490748 2.05263158,11.3696546 2.05263158,12.8289474 C2.05263158,14.2882401 2.33887747,15.6829873 2.91136924,17.0131887 C3.48386102,18.3433902 4.24998972,19.4883738 5.20975535,20.4481394 C6.16952097,21.407905 7.31450452,22.1740337 8.644706,22.7465255 C9.97490748,23.3190173 11.3696546,23.6052632 12.8289474,23.6052632 C14.2882401,23.6052632 15.6829873,23.3190173 17.0131887,22.7465255 C18.3433902,22.1740337 19.4883738,21.407905 20.4481394,20.4481394 C21.407905,19.4883738 22.1740337,18.3433902 22.7465255,17.0131887 C23.3190173,15.6829873 23.6052632,14.2882401 23.6052632,12.8289474 Z M26,13 C26,15.3585069 25.4188368,17.5336372 24.2565104,19.5253906 C23.094184,21.5171441 21.5171441,23.094184 19.5253906,24.2565104 C17.5336372,25.4188368 15.3585069,26 13,26 C10.6414931,26 8.46636285,25.4188368 6.47460938,24.2565104 C4.4828559,23.094184 2.90581597,21.5171441 1.74348958,19.5253906 C0.581163194,17.5336372 0,15.3585069 0,13 C0,10.6414931 0.581163194,8.46636285 1.74348958,6.47460938 C2.90581597,4.4828559 4.4828559,2.90581597 6.47460938,1.74348958 C8.46636285,0.581163194 10.6414931,0 13,0 C15.3585069,0 17.5336372,0.581163194 19.5253906,1.74348958 C21.5171441,2.90581597 23.094184,4.4828559 24.2565104,6.47460938 C25.4188368,8.46636285 26,10.6414931 26,13 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_mixed\" id=\"id_20\"><div id=\"cid_20\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_mixed\"><div class=\"jfCard-index\"><div>7<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_20\" class=\"jfQuestion-label isLeftAlign\" id=\"label_20\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Tell Skoll about my work<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_20_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields isCompoundField\"><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"2\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" required=\"\" id=\"input_20_field_1\" name=\"q20_tellSkoll[field_1]\" class=\"form-dropdown validate[required] js-forMixed\" aria-labelledby=\"\"><option selected=\"\" value=\"\"><\/option><option value=\"Yes\">Yes<\/option><option value=\"No\">No<\/option><\/select><div class=\"jfInput-dropdown isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_20_field_1\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_20_field_1\"><\/span><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-20-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"\" class=\"jfDropdown-optionListItem\"><\/li><li role=\"option\" data-value=\"Yes\" class=\"jfDropdown-optionListItem\">Yes<\/li><li role=\"option\" data-value=\"No\" class=\"jfDropdown-optionListItem\">No<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_20_field_1\" id=\"sublabel_20_field_1\">Do you consider yourself a Social Entrepreneur?<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_20_field_2\" name=\"q20_tellSkoll[field_2]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" maxLength=\"5000\" data-maxlength=\"5000\" data-component=\"text\" step=\"any\" aria-required=\"false\" aria-describedby=\"input_20_field_2_description\"\/><label class=\"jfField-sublabel \" for=\"input_20_field_2\" id=\"sublabel_20_field_2\">Why or Why Not?<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"1\"><input type=\"text\" id=\"input_20_field_3\" name=\"q20_tellSkoll[field_3]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" maxLength=\"1000\" data-maxlength=\"1000\" data-component=\"text\" step=\"any\" aria-required=\"false\" aria-describedby=\"input_20_field_3_description\"\/><label class=\"jfField-sublabel \" for=\"input_20_field_3\" id=\"sublabel_20_field_3\">Describe the mission\/vision of your organization in less than 100 words\u00a0<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"1\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" required=\"\" id=\"input_20_field_4\" name=\"q20_tellSkoll[field_4]\" class=\"form-dropdown validate[required] js-forMixed\" aria-labelledby=\"\"><option selected=\"\" value=\"\"><\/option><option value=\"Economic Opportunity\">Economic Opportunity<\/option><option value=\"Education\">Education<\/option><option value=\"Environmental Sustainability\">Environmental Sustainability<\/option><option value=\"Health\">Health<\/option><option value=\"Peace and Human Rights\">Peace and Human Rights<\/option><option value=\"Sustainable Markets\">Sustainable Markets<\/option><option value=\"N\/A - None of the above\">N\/A - None of the above<\/option><\/select><div class=\"jfInput-dropdown isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_20_field_4\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_20_field_4\"><\/span><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-20-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"\" class=\"jfDropdown-optionListItem\"><\/li><li role=\"option\" data-value=\"Economic Opportunity\" class=\"jfDropdown-optionListItem\">Economic Opportunity<\/li><li role=\"option\" data-value=\"Education\" class=\"jfDropdown-optionListItem\">Education<\/li><li role=\"option\" data-value=\"Environmental Sustainability\" class=\"jfDropdown-optionListItem\">Environmental Sustainability<\/li><li role=\"option\" data-value=\"Health\" class=\"jfDropdown-optionListItem\">Health<\/li><li role=\"option\" data-value=\"Peace and Human Rights\" class=\"jfDropdown-optionListItem\">Peace and Human Rights<\/li><li role=\"option\" data-value=\"Sustainable Markets\" class=\"jfDropdown-optionListItem\">Sustainable Markets<\/li><li role=\"option\" data-value=\"N\/A - None of the above\" class=\"jfDropdown-optionListItem\">N\/A - None of the above<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_20_field_4\" id=\"sublabel_20_field_4\">Select the primary issue area of your work<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_mixed\" id=\"id_64\"><div id=\"cid_64\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_mixed\"><div class=\"jfCard-index\"><div>8<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_64\" class=\"jfQuestion-label isLeftAlign\" id=\"label_64\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Tell Skoll about my COVID-19 work<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_64_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields isCompoundField\"><div class=\"jfField\" data-type=\"text\" data-col=\"1\"><input type=\"text\" id=\"input_64_field_3\" name=\"q64_tellSkoll64[field_3]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" maxLength=\"1000\" data-maxlength=\"1000\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_64_field_3_description\"\/><label class=\"jfField-sublabel \" for=\"input_64_field_3\" id=\"sublabel_64_field_3\">Describe the mission\/vision of your organization in less than 100 words.<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"2\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" required=\"\" id=\"input_64_field_4\" name=\"q64_tellSkoll64[field_4]\" class=\"form-dropdown validate[required] js-forMixed\" aria-labelledby=\"\"><option selected=\"\" value=\"\"><\/option><option value=\"Economic Opportunity\">Economic Opportunity<\/option><option value=\"Education\">Education<\/option><option value=\"Environmental Sustainability\">Environmental Sustainability<\/option><option value=\"Health\">Health<\/option><option value=\"Peace and Human Rights\">Peace and Human Rights<\/option><option value=\"Sustainable Markets\">Sustainable Markets<\/option><option value=\"N\/A - None of the above\">N\/A - None of the above<\/option><\/select><div class=\"jfInput-dropdown isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_64_field_4\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_64_field_4\"><\/span><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-64-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"\" class=\"jfDropdown-optionListItem\"><\/li><li role=\"option\" data-value=\"Economic Opportunity\" class=\"jfDropdown-optionListItem\">Economic Opportunity<\/li><li role=\"option\" data-value=\"Education\" class=\"jfDropdown-optionListItem\">Education<\/li><li role=\"option\" data-value=\"Environmental Sustainability\" class=\"jfDropdown-optionListItem\">Environmental Sustainability<\/li><li role=\"option\" data-value=\"Health\" class=\"jfDropdown-optionListItem\">Health<\/li><li role=\"option\" data-value=\"Peace and Human Rights\" class=\"jfDropdown-optionListItem\">Peace and Human Rights<\/li><li role=\"option\" data-value=\"Sustainable Markets\" class=\"jfDropdown-optionListItem\">Sustainable Markets<\/li><li role=\"option\" data-value=\"N\/A - None of the above\" class=\"jfDropdown-optionListItem\">N\/A - None of the above<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_64_field_4\" id=\"sublabel_64_field_4\">Select the primary issue area of your work<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"2\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" required=\"\" id=\"input_64_field_6\" name=\"q64_tellSkoll64[field_6][]\" class=\"form-dropdown validate[required] js-forMixed\" multiple=\"\" aria-labelledby=\"\"><option value=\"Afghanistan\">Afghanistan<\/option><option value=\"Albania\">Albania<\/option><option value=\"Algeria\">Algeria<\/option><option value=\"Andorra\">Andorra<\/option><option value=\"Angola\">Angola<\/option><option value=\"Antigua and Barbuda\">Antigua and Barbuda<\/option><option value=\"Argentina\">Argentina<\/option><option value=\"Armenia\">Armenia<\/option><option value=\"Australia\">Australia<\/option><option value=\"Austria\">Austria<\/option><option value=\"Azerbaijan\">Azerbaijan<\/option><option value=\"Bahamas\">Bahamas<\/option><option value=\"Bahrain\">Bahrain<\/option><option value=\"Bangladesh\">Bangladesh<\/option><option value=\"Barbados\">Barbados<\/option><option value=\"Belarus\">Belarus<\/option><option value=\"Belgium\">Belgium<\/option><option value=\"Belize\">Belize<\/option><option value=\"Benin\">Benin<\/option><option value=\"Bhutan\">Bhutan<\/option><option value=\"Bolivia\">Bolivia<\/option><option value=\"Bosnia and Herzegovina\">Bosnia and Herzegovina<\/option><option value=\"Botswana\">Botswana<\/option><option value=\"Brazil\">Brazil<\/option><option value=\"Brunei\">Brunei<\/option><option value=\"Bulgaria\">Bulgaria<\/option><option value=\"Burkina Faso\">Burkina Faso<\/option><option value=\"Burundi\">Burundi<\/option><option value=\"Cabo Verde\">Cabo Verde<\/option><option value=\"Cambodia\">Cambodia<\/option><option value=\"Cameroon\">Cameroon<\/option><option value=\"Canada\">Canada<\/option><option value=\"Central African Republic (CAR)\">Central African Republic (CAR)<\/option><option value=\"Chad\">Chad<\/option><option value=\"Chile\">Chile<\/option><option value=\"China\">China<\/option><option value=\"Colombia\">Colombia<\/option><option value=\"Comoros\">Comoros<\/option><option value=\"Congo, Democratic Republic of the\">Congo, Democratic Republic of the<\/option><option value=\"Congo, Republic of the\">Congo, Republic of the<\/option><option value=\"Costa Rica\">Costa Rica<\/option><option value=\"Cote d&#x27;Ivoire\">Cote d&#x27;Ivoire<\/option><option value=\"Croatia\">Croatia<\/option><option value=\"Cuba\">Cuba<\/option><option value=\"Cyprus\">Cyprus<\/option><option value=\"Czechia\">Czechia<\/option><option value=\"Denmark\">Denmark<\/option><option value=\"Djibouti\">Djibouti<\/option><option value=\"Dominica\">Dominica<\/option><option value=\"Dominican Republic\">Dominican Republic<\/option><option value=\"Ecuador\">Ecuador<\/option><option value=\"Egypt\">Egypt<\/option><option value=\"El Salvador\">El Salvador<\/option><option value=\"Equatorial Guinea\">Equatorial Guinea<\/option><option value=\"Eritrea\">Eritrea<\/option><option value=\"Estonia\">Estonia<\/option><option value=\"Eswatini (formerly Swaziland)\">Eswatini (formerly Swaziland)<\/option><option value=\"Ethiopia\">Ethiopia<\/option><option value=\"Fiji\">Fiji<\/option><option value=\"Finland\">Finland<\/option><option value=\"France\">France<\/option><option value=\"Gabon\">Gabon<\/option><option value=\"Gambia\">Gambia<\/option><option value=\"Georgia\">Georgia<\/option><option value=\"Germany\">Germany<\/option><option value=\"Ghana\">Ghana<\/option><option value=\"Greece\">Greece<\/option><option value=\"Grenada\">Grenada<\/option><option value=\"Guatemala\">Guatemala<\/option><option value=\"Guinea\">Guinea<\/option><option value=\"Guinea-Bissau\">Guinea-Bissau<\/option><option value=\"Guyana\">Guyana<\/option><option value=\"Haiti\">Haiti<\/option><option value=\"Honduras\">Honduras<\/option><option value=\"Hungary\">Hungary<\/option><option value=\"Iceland\">Iceland<\/option><option value=\"India\">India<\/option><option value=\"Indonesia\">Indonesia<\/option><option value=\"Iran\">Iran<\/option><option value=\"Iraq\">Iraq<\/option><option value=\"Ireland\">Ireland<\/option><option value=\"Israel\">Israel<\/option><option value=\"Italy\">Italy<\/option><option value=\"Jamaica\">Jamaica<\/option><option value=\"Japan\">Japan<\/option><option value=\"Jordan\">Jordan<\/option><option value=\"Kazakhstan\">Kazakhstan<\/option><option value=\"Kenya\">Kenya<\/option><option value=\"Kiribati\">Kiribati<\/option><option value=\"Kosovo\">Kosovo<\/option><option value=\"Kuwait\">Kuwait<\/option><option value=\"Kyrgyzstan\">Kyrgyzstan<\/option><option value=\"Laos\">Laos<\/option><option value=\"Latvia\">Latvia<\/option><option value=\"Lebanon\">Lebanon<\/option><option value=\"Lesotho\">Lesotho<\/option><option value=\"Liberia\">Liberia<\/option><option value=\"Libya\">Libya<\/option><option value=\"Liechtenstein\">Liechtenstein<\/option><option value=\"Lithuania\">Lithuania<\/option><option value=\"Luxembourg\">Luxembourg<\/option><option value=\"Madagascar\">Madagascar<\/option><option value=\"Malawi\">Malawi<\/option><option value=\"Malaysia\">Malaysia<\/option><option value=\"Maldives\">Maldives<\/option><option value=\"Mali\">Mali<\/option><option value=\"Malta\">Malta<\/option><option value=\"Marshall Islands\">Marshall Islands<\/option><option value=\"Mauritania\">Mauritania<\/option><option value=\"Mauritius\">Mauritius<\/option><option value=\"Mexico\">Mexico<\/option><option value=\"Micronesia\">Micronesia<\/option><option value=\"Moldova\">Moldova<\/option><option value=\"Monaco\">Monaco<\/option><option value=\"Mongolia\">Mongolia<\/option><option value=\"Montenegro\">Montenegro<\/option><option value=\"Morocco\">Morocco<\/option><option value=\"Mozambique\">Mozambique<\/option><option value=\"Myanmar (formerly Burma)\">Myanmar (formerly Burma)<\/option><option value=\"Namibia\">Namibia<\/option><option value=\"Nauru\">Nauru<\/option><option value=\"Nepal\">Nepal<\/option><option value=\"Netherlands\">Netherlands<\/option><option value=\"New Zealand\">New Zealand<\/option><option value=\"Nicaragua\">Nicaragua<\/option><option value=\"Niger\">Niger<\/option><option value=\"Nigeria\">Nigeria<\/option><option value=\"North Korea\">North Korea<\/option><option value=\"North Macedonia (formerly Macedonia)\">North Macedonia (formerly Macedonia)<\/option><option value=\"Norway\">Norway<\/option><option value=\"Oman\">Oman<\/option><option value=\"Pakistan\">Pakistan<\/option><option value=\"Palau\">Palau<\/option><option value=\"Palestine\">Palestine<\/option><option value=\"Panama\">Panama<\/option><option value=\"Papua New Guinea\">Papua New Guinea<\/option><option value=\"Paraguay\">Paraguay<\/option><option value=\"Peru\">Peru<\/option><option value=\"Philippines\">Philippines<\/option><option value=\"Poland\">Poland<\/option><option value=\"Portugal\">Portugal<\/option><option value=\"Qatar\">Qatar<\/option><option value=\"Romania\">Romania<\/option><option value=\"Russia\">Russia<\/option><option value=\"Rwanda\">Rwanda<\/option><option value=\"Saint Kitts and Nevis\">Saint Kitts and Nevis<\/option><option value=\"Saint Lucia\">Saint Lucia<\/option><option value=\"Saint Vincent and the Grenadines\">Saint Vincent and the Grenadines<\/option><option value=\"Samoa\">Samoa<\/option><option value=\"San Marino\">San Marino<\/option><option value=\"Sao Tome and Principe\">Sao Tome and Principe<\/option><option value=\"Saudi Arabia\">Saudi Arabia<\/option><option value=\"Senegal\">Senegal<\/option><option value=\"Serbia\">Serbia<\/option><option value=\"Seychelles\">Seychelles<\/option><option value=\"Sierra Leone\">Sierra Leone<\/option><option value=\"Singapore\">Singapore<\/option><option value=\"Slovakia\">Slovakia<\/option><option value=\"Slovenia\">Slovenia<\/option><option value=\"Solomon Islands\">Solomon Islands<\/option><option value=\"Somalia\">Somalia<\/option><option value=\"South Africa\">South Africa<\/option><option value=\"South Korea\">South Korea<\/option><option value=\"South Sudan\">South Sudan<\/option><option value=\"Spain\">Spain<\/option><option value=\"Sri Lanka\">Sri Lanka<\/option><option value=\"Sudan\">Sudan<\/option><option value=\"Suriname\">Suriname<\/option><option value=\"Sweden\">Sweden<\/option><option value=\"Switzerland\">Switzerland<\/option><option value=\"Syria\">Syria<\/option><option value=\"Taiwan\">Taiwan<\/option><option value=\"Tajikistan\">Tajikistan<\/option><option value=\"Tanzania\">Tanzania<\/option><option value=\"Thailand\">Thailand<\/option><option value=\"Timor-Leste\">Timor-Leste<\/option><option value=\"Togo\">Togo<\/option><option value=\"Tonga\">Tonga<\/option><option value=\"Trinidad and Tobago\">Trinidad and Tobago<\/option><option value=\"Tunisia\">Tunisia<\/option><option value=\"Turkey\">Turkey<\/option><option value=\"Turkmenistan\">Turkmenistan<\/option><option value=\"Tuvalu\">Tuvalu<\/option><option value=\"Uganda\">Uganda<\/option><option value=\"Ukraine\">Ukraine<\/option><option value=\"United Arab Emirates (UAE)\">United Arab Emirates (UAE)<\/option><option value=\"United Kingdom (UK)\">United Kingdom (UK)<\/option><option value=\"United States of America (USA)\">United States of America (USA)<\/option><option value=\"Uruguay\">Uruguay<\/option><option value=\"Uzbekistan\">Uzbekistan<\/option><option value=\"Vanuatu\">Vanuatu<\/option><option value=\"Vatican City (Holy See)\">Vatican City (Holy See)<\/option><option value=\"Venezuela\">Venezuela<\/option><option value=\"Vietnam\">Vietnam<\/option><option value=\"Yemen\">Yemen<\/option><option value=\"Zambia\">Zambia<\/option><option value=\"Zimbabwe\">Zimbabwe<\/option><\/select><div class=\"jfInput-dropdown isMultiple hasSearch isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_64_field_6\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isPlaceholder\"><\/span><div class=\"jfDropdown-searchWrapper\"><input type=\"text\" class=\"form-textbox jfDropdown-search\" name=\"dropdown_search\" autoComplete=\"off\" placeholder=\"Search\" aria-label=\"Search\" value=\"\"\/><\/div><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-64-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"Afghanistan\" class=\"jfDropdown-optionListItem\">Afghanistan<\/li><li role=\"option\" data-value=\"Albania\" class=\"jfDropdown-optionListItem\">Albania<\/li><li role=\"option\" data-value=\"Algeria\" class=\"jfDropdown-optionListItem\">Algeria<\/li><li role=\"option\" data-value=\"Andorra\" class=\"jfDropdown-optionListItem\">Andorra<\/li><li role=\"option\" data-value=\"Angola\" class=\"jfDropdown-optionListItem\">Angola<\/li><li role=\"option\" data-value=\"Antigua and Barbuda\" class=\"jfDropdown-optionListItem\">Antigua and Barbuda<\/li><li role=\"option\" data-value=\"Argentina\" class=\"jfDropdown-optionListItem\">Argentina<\/li><li role=\"option\" data-value=\"Armenia\" class=\"jfDropdown-optionListItem\">Armenia<\/li><li role=\"option\" data-value=\"Australia\" class=\"jfDropdown-optionListItem\">Australia<\/li><li role=\"option\" data-value=\"Austria\" class=\"jfDropdown-optionListItem\">Austria<\/li><li role=\"option\" data-value=\"Azerbaijan\" class=\"jfDropdown-optionListItem\">Azerbaijan<\/li><li role=\"option\" data-value=\"Bahamas\" class=\"jfDropdown-optionListItem\">Bahamas<\/li><li role=\"option\" data-value=\"Bahrain\" class=\"jfDropdown-optionListItem\">Bahrain<\/li><li role=\"option\" data-value=\"Bangladesh\" class=\"jfDropdown-optionListItem\">Bangladesh<\/li><li role=\"option\" data-value=\"Barbados\" class=\"jfDropdown-optionListItem\">Barbados<\/li><li role=\"option\" data-value=\"Belarus\" class=\"jfDropdown-optionListItem\">Belarus<\/li><li role=\"option\" data-value=\"Belgium\" class=\"jfDropdown-optionListItem\">Belgium<\/li><li role=\"option\" data-value=\"Belize\" class=\"jfDropdown-optionListItem\">Belize<\/li><li role=\"option\" data-value=\"Benin\" class=\"jfDropdown-optionListItem\">Benin<\/li><li role=\"option\" data-value=\"Bhutan\" class=\"jfDropdown-optionListItem\">Bhutan<\/li><li role=\"option\" data-value=\"Bolivia\" class=\"jfDropdown-optionListItem\">Bolivia<\/li><li role=\"option\" data-value=\"Bosnia and Herzegovina\" class=\"jfDropdown-optionListItem\">Bosnia and Herzegovina<\/li><li role=\"option\" data-value=\"Botswana\" class=\"jfDropdown-optionListItem\">Botswana<\/li><li role=\"option\" data-value=\"Brazil\" class=\"jfDropdown-optionListItem\">Brazil<\/li><li role=\"option\" data-value=\"Brunei\" class=\"jfDropdown-optionListItem\">Brunei<\/li><li role=\"option\" data-value=\"Bulgaria\" class=\"jfDropdown-optionListItem\">Bulgaria<\/li><li role=\"option\" data-value=\"Burkina Faso\" class=\"jfDropdown-optionListItem\">Burkina Faso<\/li><li role=\"option\" data-value=\"Burundi\" class=\"jfDropdown-optionListItem\">Burundi<\/li><li role=\"option\" data-value=\"Cabo Verde\" class=\"jfDropdown-optionListItem\">Cabo Verde<\/li><li role=\"option\" data-value=\"Cambodia\" class=\"jfDropdown-optionListItem\">Cambodia<\/li><li role=\"option\" data-value=\"Cameroon\" class=\"jfDropdown-optionListItem\">Cameroon<\/li><li role=\"option\" data-value=\"Canada\" class=\"jfDropdown-optionListItem\">Canada<\/li><li role=\"option\" data-value=\"Central African Republic (CAR)\" class=\"jfDropdown-optionListItem\">Central African Republic (CAR)<\/li><li role=\"option\" data-value=\"Chad\" class=\"jfDropdown-optionListItem\">Chad<\/li><li role=\"option\" data-value=\"Chile\" class=\"jfDropdown-optionListItem\">Chile<\/li><li role=\"option\" data-value=\"China\" class=\"jfDropdown-optionListItem\">China<\/li><li role=\"option\" data-value=\"Colombia\" class=\"jfDropdown-optionListItem\">Colombia<\/li><li role=\"option\" data-value=\"Comoros\" class=\"jfDropdown-optionListItem\">Comoros<\/li><li role=\"option\" data-value=\"Congo, Democratic Republic of the\" class=\"jfDropdown-optionListItem\">Congo, Democratic Republic of the<\/li><li role=\"option\" data-value=\"Congo, Republic of the\" class=\"jfDropdown-optionListItem\">Congo, Republic of the<\/li><li role=\"option\" data-value=\"Costa Rica\" class=\"jfDropdown-optionListItem\">Costa Rica<\/li><li role=\"option\" data-value=\"Cote d&#x27;Ivoire\" class=\"jfDropdown-optionListItem\">Cote d&#x27;Ivoire<\/li><li role=\"option\" data-value=\"Croatia\" class=\"jfDropdown-optionListItem\">Croatia<\/li><li role=\"option\" data-value=\"Cuba\" class=\"jfDropdown-optionListItem\">Cuba<\/li><li role=\"option\" data-value=\"Cyprus\" class=\"jfDropdown-optionListItem\">Cyprus<\/li><li role=\"option\" data-value=\"Czechia\" class=\"jfDropdown-optionListItem\">Czechia<\/li><li role=\"option\" data-value=\"Denmark\" class=\"jfDropdown-optionListItem\">Denmark<\/li><li role=\"option\" data-value=\"Djibouti\" class=\"jfDropdown-optionListItem\">Djibouti<\/li><li role=\"option\" data-value=\"Dominica\" class=\"jfDropdown-optionListItem\">Dominica<\/li><li role=\"option\" data-value=\"Dominican Republic\" class=\"jfDropdown-optionListItem\">Dominican Republic<\/li><li role=\"option\" data-value=\"Ecuador\" class=\"jfDropdown-optionListItem\">Ecuador<\/li><li role=\"option\" data-value=\"Egypt\" class=\"jfDropdown-optionListItem\">Egypt<\/li><li role=\"option\" data-value=\"El Salvador\" class=\"jfDropdown-optionListItem\">El Salvador<\/li><li role=\"option\" data-value=\"Equatorial Guinea\" class=\"jfDropdown-optionListItem\">Equatorial Guinea<\/li><li role=\"option\" data-value=\"Eritrea\" class=\"jfDropdown-optionListItem\">Eritrea<\/li><li role=\"option\" data-value=\"Estonia\" class=\"jfDropdown-optionListItem\">Estonia<\/li><li role=\"option\" data-value=\"Eswatini (formerly Swaziland)\" class=\"jfDropdown-optionListItem\">Eswatini (formerly Swaziland)<\/li><li role=\"option\" data-value=\"Ethiopia\" class=\"jfDropdown-optionListItem\">Ethiopia<\/li><li role=\"option\" data-value=\"Fiji\" class=\"jfDropdown-optionListItem\">Fiji<\/li><li role=\"option\" data-value=\"Finland\" class=\"jfDropdown-optionListItem\">Finland<\/li><li role=\"option\" data-value=\"France\" class=\"jfDropdown-optionListItem\">France<\/li><li role=\"option\" data-value=\"Gabon\" class=\"jfDropdown-optionListItem\">Gabon<\/li><li role=\"option\" data-value=\"Gambia\" class=\"jfDropdown-optionListItem\">Gambia<\/li><li role=\"option\" data-value=\"Georgia\" class=\"jfDropdown-optionListItem\">Georgia<\/li><li role=\"option\" data-value=\"Germany\" class=\"jfDropdown-optionListItem\">Germany<\/li><li role=\"option\" data-value=\"Ghana\" class=\"jfDropdown-optionListItem\">Ghana<\/li><li role=\"option\" data-value=\"Greece\" class=\"jfDropdown-optionListItem\">Greece<\/li><li role=\"option\" data-value=\"Grenada\" class=\"jfDropdown-optionListItem\">Grenada<\/li><li role=\"option\" data-value=\"Guatemala\" class=\"jfDropdown-optionListItem\">Guatemala<\/li><li role=\"option\" data-value=\"Guinea\" class=\"jfDropdown-optionListItem\">Guinea<\/li><li role=\"option\" data-value=\"Guinea-Bissau\" class=\"jfDropdown-optionListItem\">Guinea-Bissau<\/li><li role=\"option\" data-value=\"Guyana\" class=\"jfDropdown-optionListItem\">Guyana<\/li><li role=\"option\" data-value=\"Haiti\" class=\"jfDropdown-optionListItem\">Haiti<\/li><li role=\"option\" data-value=\"Honduras\" class=\"jfDropdown-optionListItem\">Honduras<\/li><li role=\"option\" data-value=\"Hungary\" class=\"jfDropdown-optionListItem\">Hungary<\/li><li role=\"option\" data-value=\"Iceland\" class=\"jfDropdown-optionListItem\">Iceland<\/li><li role=\"option\" data-value=\"India\" class=\"jfDropdown-optionListItem\">India<\/li><li role=\"option\" data-value=\"Indonesia\" class=\"jfDropdown-optionListItem\">Indonesia<\/li><li role=\"option\" data-value=\"Iran\" class=\"jfDropdown-optionListItem\">Iran<\/li><li role=\"option\" data-value=\"Iraq\" class=\"jfDropdown-optionListItem\">Iraq<\/li><li role=\"option\" data-value=\"Ireland\" class=\"jfDropdown-optionListItem\">Ireland<\/li><li role=\"option\" data-value=\"Israel\" class=\"jfDropdown-optionListItem\">Israel<\/li><li role=\"option\" data-value=\"Italy\" class=\"jfDropdown-optionListItem\">Italy<\/li><li role=\"option\" data-value=\"Jamaica\" class=\"jfDropdown-optionListItem\">Jamaica<\/li><li role=\"option\" data-value=\"Japan\" class=\"jfDropdown-optionListItem\">Japan<\/li><li role=\"option\" data-value=\"Jordan\" class=\"jfDropdown-optionListItem\">Jordan<\/li><li role=\"option\" data-value=\"Kazakhstan\" class=\"jfDropdown-optionListItem\">Kazakhstan<\/li><li role=\"option\" data-value=\"Kenya\" class=\"jfDropdown-optionListItem\">Kenya<\/li><li role=\"option\" data-value=\"Kiribati\" class=\"jfDropdown-optionListItem\">Kiribati<\/li><li role=\"option\" data-value=\"Kosovo\" class=\"jfDropdown-optionListItem\">Kosovo<\/li><li role=\"option\" data-value=\"Kuwait\" class=\"jfDropdown-optionListItem\">Kuwait<\/li><li role=\"option\" data-value=\"Kyrgyzstan\" class=\"jfDropdown-optionListItem\">Kyrgyzstan<\/li><li role=\"option\" data-value=\"Laos\" class=\"jfDropdown-optionListItem\">Laos<\/li><li role=\"option\" data-value=\"Latvia\" class=\"jfDropdown-optionListItem\">Latvia<\/li><li role=\"option\" data-value=\"Lebanon\" class=\"jfDropdown-optionListItem\">Lebanon<\/li><li role=\"option\" data-value=\"Lesotho\" class=\"jfDropdown-optionListItem\">Lesotho<\/li><li role=\"option\" data-value=\"Liberia\" class=\"jfDropdown-optionListItem\">Liberia<\/li><li role=\"option\" data-value=\"Libya\" class=\"jfDropdown-optionListItem\">Libya<\/li><li role=\"option\" data-value=\"Liechtenstein\" class=\"jfDropdown-optionListItem\">Liechtenstein<\/li><li role=\"option\" data-value=\"Lithuania\" class=\"jfDropdown-optionListItem\">Lithuania<\/li><li role=\"option\" data-value=\"Luxembourg\" class=\"jfDropdown-optionListItem\">Luxembourg<\/li><li role=\"option\" data-value=\"Madagascar\" class=\"jfDropdown-optionListItem\">Madagascar<\/li><li role=\"option\" data-value=\"Malawi\" class=\"jfDropdown-optionListItem\">Malawi<\/li><li role=\"option\" data-value=\"Malaysia\" class=\"jfDropdown-optionListItem\">Malaysia<\/li><li role=\"option\" data-value=\"Maldives\" class=\"jfDropdown-optionListItem\">Maldives<\/li><li role=\"option\" data-value=\"Mali\" class=\"jfDropdown-optionListItem\">Mali<\/li><li role=\"option\" data-value=\"Malta\" class=\"jfDropdown-optionListItem\">Malta<\/li><li role=\"option\" data-value=\"Marshall Islands\" class=\"jfDropdown-optionListItem\">Marshall Islands<\/li><li role=\"option\" data-value=\"Mauritania\" class=\"jfDropdown-optionListItem\">Mauritania<\/li><li role=\"option\" data-value=\"Mauritius\" class=\"jfDropdown-optionListItem\">Mauritius<\/li><li role=\"option\" data-value=\"Mexico\" class=\"jfDropdown-optionListItem\">Mexico<\/li><li role=\"option\" data-value=\"Micronesia\" class=\"jfDropdown-optionListItem\">Micronesia<\/li><li role=\"option\" data-value=\"Moldova\" class=\"jfDropdown-optionListItem\">Moldova<\/li><li role=\"option\" data-value=\"Monaco\" class=\"jfDropdown-optionListItem\">Monaco<\/li><li role=\"option\" data-value=\"Mongolia\" class=\"jfDropdown-optionListItem\">Mongolia<\/li><li role=\"option\" data-value=\"Montenegro\" class=\"jfDropdown-optionListItem\">Montenegro<\/li><li role=\"option\" data-value=\"Morocco\" class=\"jfDropdown-optionListItem\">Morocco<\/li><li role=\"option\" data-value=\"Mozambique\" class=\"jfDropdown-optionListItem\">Mozambique<\/li><li role=\"option\" data-value=\"Myanmar (formerly Burma)\" class=\"jfDropdown-optionListItem\">Myanmar (formerly Burma)<\/li><li role=\"option\" data-value=\"Namibia\" class=\"jfDropdown-optionListItem\">Namibia<\/li><li role=\"option\" data-value=\"Nauru\" class=\"jfDropdown-optionListItem\">Nauru<\/li><li role=\"option\" data-value=\"Nepal\" class=\"jfDropdown-optionListItem\">Nepal<\/li><li role=\"option\" data-value=\"Netherlands\" class=\"jfDropdown-optionListItem\">Netherlands<\/li><li role=\"option\" data-value=\"New Zealand\" class=\"jfDropdown-optionListItem\">New Zealand<\/li><li role=\"option\" data-value=\"Nicaragua\" class=\"jfDropdown-optionListItem\">Nicaragua<\/li><li role=\"option\" data-value=\"Niger\" class=\"jfDropdown-optionListItem\">Niger<\/li><li role=\"option\" data-value=\"Nigeria\" class=\"jfDropdown-optionListItem\">Nigeria<\/li><li role=\"option\" data-value=\"North Korea\" class=\"jfDropdown-optionListItem\">North Korea<\/li><li role=\"option\" data-value=\"North Macedonia (formerly Macedonia)\" class=\"jfDropdown-optionListItem\">North Macedonia (formerly Macedonia)<\/li><li role=\"option\" data-value=\"Norway\" class=\"jfDropdown-optionListItem\">Norway<\/li><li role=\"option\" data-value=\"Oman\" class=\"jfDropdown-optionListItem\">Oman<\/li><li role=\"option\" data-value=\"Pakistan\" class=\"jfDropdown-optionListItem\">Pakistan<\/li><li role=\"option\" data-value=\"Palau\" class=\"jfDropdown-optionListItem\">Palau<\/li><li role=\"option\" data-value=\"Palestine\" class=\"jfDropdown-optionListItem\">Palestine<\/li><li role=\"option\" data-value=\"Panama\" class=\"jfDropdown-optionListItem\">Panama<\/li><li role=\"option\" data-value=\"Papua New Guinea\" class=\"jfDropdown-optionListItem\">Papua New Guinea<\/li><li role=\"option\" data-value=\"Paraguay\" class=\"jfDropdown-optionListItem\">Paraguay<\/li><li role=\"option\" data-value=\"Peru\" class=\"jfDropdown-optionListItem\">Peru<\/li><li role=\"option\" data-value=\"Philippines\" class=\"jfDropdown-optionListItem\">Philippines<\/li><li role=\"option\" data-value=\"Poland\" class=\"jfDropdown-optionListItem\">Poland<\/li><li role=\"option\" data-value=\"Portugal\" class=\"jfDropdown-optionListItem\">Portugal<\/li><li role=\"option\" data-value=\"Qatar\" class=\"jfDropdown-optionListItem\">Qatar<\/li><li role=\"option\" data-value=\"Romania\" class=\"jfDropdown-optionListItem\">Romania<\/li><li role=\"option\" data-value=\"Russia\" class=\"jfDropdown-optionListItem\">Russia<\/li><li role=\"option\" data-value=\"Rwanda\" class=\"jfDropdown-optionListItem\">Rwanda<\/li><li role=\"option\" data-value=\"Saint Kitts and Nevis\" class=\"jfDropdown-optionListItem\">Saint Kitts and Nevis<\/li><li role=\"option\" data-value=\"Saint Lucia\" class=\"jfDropdown-optionListItem\">Saint Lucia<\/li><li role=\"option\" data-value=\"Saint Vincent and the Grenadines\" class=\"jfDropdown-optionListItem\">Saint Vincent and the Grenadines<\/li><li role=\"option\" data-value=\"Samoa\" class=\"jfDropdown-optionListItem\">Samoa<\/li><li role=\"option\" data-value=\"San Marino\" class=\"jfDropdown-optionListItem\">San Marino<\/li><li role=\"option\" data-value=\"Sao Tome and Principe\" class=\"jfDropdown-optionListItem\">Sao Tome and Principe<\/li><li role=\"option\" data-value=\"Saudi Arabia\" class=\"jfDropdown-optionListItem\">Saudi Arabia<\/li><li role=\"option\" data-value=\"Senegal\" class=\"jfDropdown-optionListItem\">Senegal<\/li><li role=\"option\" data-value=\"Serbia\" class=\"jfDropdown-optionListItem\">Serbia<\/li><li role=\"option\" data-value=\"Seychelles\" class=\"jfDropdown-optionListItem\">Seychelles<\/li><li role=\"option\" data-value=\"Sierra Leone\" class=\"jfDropdown-optionListItem\">Sierra Leone<\/li><li role=\"option\" data-value=\"Singapore\" class=\"jfDropdown-optionListItem\">Singapore<\/li><li role=\"option\" data-value=\"Slovakia\" class=\"jfDropdown-optionListItem\">Slovakia<\/li><li role=\"option\" data-value=\"Slovenia\" class=\"jfDropdown-optionListItem\">Slovenia<\/li><li role=\"option\" data-value=\"Solomon Islands\" class=\"jfDropdown-optionListItem\">Solomon Islands<\/li><li role=\"option\" data-value=\"Somalia\" class=\"jfDropdown-optionListItem\">Somalia<\/li><li role=\"option\" data-value=\"South Africa\" class=\"jfDropdown-optionListItem\">South Africa<\/li><li role=\"option\" data-value=\"South Korea\" class=\"jfDropdown-optionListItem\">South Korea<\/li><li role=\"option\" data-value=\"South Sudan\" class=\"jfDropdown-optionListItem\">South Sudan<\/li><li role=\"option\" data-value=\"Spain\" class=\"jfDropdown-optionListItem\">Spain<\/li><li role=\"option\" data-value=\"Sri Lanka\" class=\"jfDropdown-optionListItem\">Sri Lanka<\/li><li role=\"option\" data-value=\"Sudan\" class=\"jfDropdown-optionListItem\">Sudan<\/li><li role=\"option\" data-value=\"Suriname\" class=\"jfDropdown-optionListItem\">Suriname<\/li><li role=\"option\" data-value=\"Sweden\" class=\"jfDropdown-optionListItem\">Sweden<\/li><li role=\"option\" data-value=\"Switzerland\" class=\"jfDropdown-optionListItem\">Switzerland<\/li><li role=\"option\" data-value=\"Syria\" class=\"jfDropdown-optionListItem\">Syria<\/li><li role=\"option\" data-value=\"Taiwan\" class=\"jfDropdown-optionListItem\">Taiwan<\/li><li role=\"option\" data-value=\"Tajikistan\" class=\"jfDropdown-optionListItem\">Tajikistan<\/li><li role=\"option\" data-value=\"Tanzania\" class=\"jfDropdown-optionListItem\">Tanzania<\/li><li role=\"option\" data-value=\"Thailand\" class=\"jfDropdown-optionListItem\">Thailand<\/li><li role=\"option\" data-value=\"Timor-Leste\" class=\"jfDropdown-optionListItem\">Timor-Leste<\/li><li role=\"option\" data-value=\"Togo\" class=\"jfDropdown-optionListItem\">Togo<\/li><li role=\"option\" data-value=\"Tonga\" class=\"jfDropdown-optionListItem\">Tonga<\/li><li role=\"option\" data-value=\"Trinidad and Tobago\" class=\"jfDropdown-optionListItem\">Trinidad and Tobago<\/li><li role=\"option\" data-value=\"Tunisia\" class=\"jfDropdown-optionListItem\">Tunisia<\/li><li role=\"option\" data-value=\"Turkey\" class=\"jfDropdown-optionListItem\">Turkey<\/li><li role=\"option\" data-value=\"Turkmenistan\" class=\"jfDropdown-optionListItem\">Turkmenistan<\/li><li role=\"option\" data-value=\"Tuvalu\" class=\"jfDropdown-optionListItem\">Tuvalu<\/li><li role=\"option\" data-value=\"Uganda\" class=\"jfDropdown-optionListItem\">Uganda<\/li><li role=\"option\" data-value=\"Ukraine\" class=\"jfDropdown-optionListItem\">Ukraine<\/li><li role=\"option\" data-value=\"United Arab Emirates (UAE)\" class=\"jfDropdown-optionListItem\">United Arab Emirates (UAE)<\/li><li role=\"option\" data-value=\"United Kingdom (UK)\" class=\"jfDropdown-optionListItem\">United Kingdom (UK)<\/li><li role=\"option\" data-value=\"United States of America (USA)\" class=\"jfDropdown-optionListItem\">United States of America (USA)<\/li><li role=\"option\" data-value=\"Uruguay\" class=\"jfDropdown-optionListItem\">Uruguay<\/li><li role=\"option\" data-value=\"Uzbekistan\" class=\"jfDropdown-optionListItem\">Uzbekistan<\/li><li role=\"option\" data-value=\"Vanuatu\" class=\"jfDropdown-optionListItem\">Vanuatu<\/li><li role=\"option\" data-value=\"Vatican City (Holy See)\" class=\"jfDropdown-optionListItem\">Vatican City (Holy See)<\/li><li role=\"option\" data-value=\"Venezuela\" class=\"jfDropdown-optionListItem\">Venezuela<\/li><li role=\"option\" data-value=\"Vietnam\" class=\"jfDropdown-optionListItem\">Vietnam<\/li><li role=\"option\" data-value=\"Yemen\" class=\"jfDropdown-optionListItem\">Yemen<\/li><li role=\"option\" data-value=\"Zambia\" class=\"jfDropdown-optionListItem\">Zambia<\/li><li role=\"option\" data-value=\"Zimbabwe\" class=\"jfDropdown-optionListItem\">Zimbabwe<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_64_field_6\" id=\"sublabel_64_field_6\">Select the countries you are working in<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"1\"><input type=\"text\" id=\"input_64_field_7\" name=\"q64_tellSkoll64[field_7]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" maxLength=\"5000\" data-maxlength=\"5000\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_64_field_7_description\"\/><label class=\"jfField-sublabel \" for=\"input_64_field_7\" id=\"sublabel_64_field_7\">Describe your COVID-19 response activities<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_mixed\" id=\"id_65\"><div id=\"cid_65\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_mixed\"><div class=\"jfCard-index\"><div>9<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_65\" class=\"jfQuestion-label isLeftAlign\" id=\"label_65\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Tell Skoll about my organization's racial justice work<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_65_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields isCompoundField\"><div class=\"jfField\" data-type=\"text\" data-col=\"1\"><input type=\"text\" id=\"input_65_field_1\" name=\"q65_tellSkoll65[field_1]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" maxLength=\"5000\" data-maxlength=\"5000\" data-component=\"text\" step=\"any\" aria-required=\"false\" aria-describedby=\"input_65_field_1_description\"\/><label class=\"jfField-sublabel \" for=\"input_65_field_1\" id=\"sublabel_65_field_1\">Briefly describe your racial justice work in 500 words.<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"1\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" required=\"\" id=\"input_65_field_2\" name=\"q65_tellSkoll65[field_2][]\" class=\"form-dropdown validate[required] js-forMixed\" multiple=\"\" aria-labelledby=\"\"><option value=\"Afghanistan\">Afghanistan<\/option><option value=\"Albania\">Albania<\/option><option value=\"Algeria\">Algeria<\/option><option value=\"Andorra\">Andorra<\/option><option value=\"Angola\">Angola<\/option><option value=\"Antigua and Barbuda\">Antigua and Barbuda<\/option><option value=\"Argentina\">Argentina<\/option><option value=\"Armenia\">Armenia<\/option><option value=\"Australia\">Australia<\/option><option value=\"Austria\">Austria<\/option><option value=\"Azerbaijan\">Azerbaijan<\/option><option value=\"Bahamas\">Bahamas<\/option><option value=\"Bahrain\">Bahrain<\/option><option value=\"Bangladesh\">Bangladesh<\/option><option value=\"Barbados\">Barbados<\/option><option value=\"Belarus\">Belarus<\/option><option value=\"Belgium\">Belgium<\/option><option value=\"Belize\">Belize<\/option><option value=\"Benin\">Benin<\/option><option value=\"Bhutan\">Bhutan<\/option><option value=\"Bolivia\">Bolivia<\/option><option value=\"Bosnia and Herzegovina\">Bosnia and Herzegovina<\/option><option value=\"Botswana\">Botswana<\/option><option value=\"Brazil\">Brazil<\/option><option value=\"Brunei\">Brunei<\/option><option value=\"Bulgaria\">Bulgaria<\/option><option value=\"Burkina Faso\">Burkina Faso<\/option><option value=\"Burundi\">Burundi<\/option><option value=\"Cabo Verde\">Cabo Verde<\/option><option value=\"Cambodia\">Cambodia<\/option><option value=\"Cameroon\">Cameroon<\/option><option value=\"Canada\">Canada<\/option><option value=\"Central African Republic (CAR)\">Central African Republic (CAR)<\/option><option value=\"Chad\">Chad<\/option><option value=\"Chile\">Chile<\/option><option value=\"China\">China<\/option><option value=\"Colombia\">Colombia<\/option><option value=\"Comoros\">Comoros<\/option><option value=\"Congo, Democratic Republic of the\">Congo, Democratic Republic of the<\/option><option value=\"Congo, Republic of the\">Congo, Republic of the<\/option><option value=\"Costa Rica\">Costa Rica<\/option><option value=\"Cote d&#x27;Ivoire\">Cote d&#x27;Ivoire<\/option><option value=\"Croatia\">Croatia<\/option><option value=\"Cuba\">Cuba<\/option><option value=\"Cyprus\">Cyprus<\/option><option value=\"Czechia\">Czechia<\/option><option value=\"Denmark\">Denmark<\/option><option value=\"Djibouti\">Djibouti<\/option><option value=\"Dominica\">Dominica<\/option><option value=\"Dominican Republic\">Dominican Republic<\/option><option value=\"Ecuador\">Ecuador<\/option><option value=\"Egypt\">Egypt<\/option><option value=\"El Salvador\">El Salvador<\/option><option value=\"Equatorial Guinea\">Equatorial Guinea<\/option><option value=\"Eritrea\">Eritrea<\/option><option value=\"Estonia\">Estonia<\/option><option value=\"Eswatini (formerly Swaziland)\">Eswatini (formerly Swaziland)<\/option><option value=\"Ethiopia\">Ethiopia<\/option><option value=\"Fiji\">Fiji<\/option><option value=\"Finland\">Finland<\/option><option value=\"France\">France<\/option><option value=\"Gabon\">Gabon<\/option><option value=\"Gambia\">Gambia<\/option><option value=\"Georgia\">Georgia<\/option><option value=\"Germany\">Germany<\/option><option value=\"Ghana\">Ghana<\/option><option value=\"Greece\">Greece<\/option><option value=\"Grenada\">Grenada<\/option><option value=\"Guatemala\">Guatemala<\/option><option value=\"Guinea\">Guinea<\/option><option value=\"Guinea-Bissau\">Guinea-Bissau<\/option><option value=\"Guyana\">Guyana<\/option><option value=\"Haiti\">Haiti<\/option><option value=\"Honduras\">Honduras<\/option><option value=\"Hungary\">Hungary<\/option><option value=\"Iceland\">Iceland<\/option><option value=\"India\">India<\/option><option value=\"Indonesia\">Indonesia<\/option><option value=\"Iran\">Iran<\/option><option value=\"Iraq\">Iraq<\/option><option value=\"Ireland\">Ireland<\/option><option value=\"Israel\">Israel<\/option><option value=\"Italy\">Italy<\/option><option value=\"Jamaica\">Jamaica<\/option><option value=\"Japan\">Japan<\/option><option value=\"Jordan\">Jordan<\/option><option value=\"Kazakhstan\">Kazakhstan<\/option><option value=\"Kenya\">Kenya<\/option><option value=\"Kiribati\">Kiribati<\/option><option value=\"Kosovo\">Kosovo<\/option><option value=\"Kuwait\">Kuwait<\/option><option value=\"Kyrgyzstan\">Kyrgyzstan<\/option><option value=\"Laos\">Laos<\/option><option value=\"Latvia\">Latvia<\/option><option value=\"Lebanon\">Lebanon<\/option><option value=\"Lesotho\">Lesotho<\/option><option value=\"Liberia\">Liberia<\/option><option value=\"Libya\">Libya<\/option><option value=\"Liechtenstein\">Liechtenstein<\/option><option value=\"Lithuania\">Lithuania<\/option><option value=\"Luxembourg\">Luxembourg<\/option><option value=\"Madagascar\">Madagascar<\/option><option value=\"Malawi\">Malawi<\/option><option value=\"Malaysia\">Malaysia<\/option><option value=\"Maldives\">Maldives<\/option><option value=\"Mali\">Mali<\/option><option value=\"Malta\">Malta<\/option><option value=\"Marshall Islands\">Marshall Islands<\/option><option value=\"Mauritania\">Mauritania<\/option><option value=\"Mauritius\">Mauritius<\/option><option value=\"Mexico\">Mexico<\/option><option value=\"Micronesia\">Micronesia<\/option><option value=\"Moldova\">Moldova<\/option><option value=\"Monaco\">Monaco<\/option><option value=\"Mongolia\">Mongolia<\/option><option value=\"Montenegro\">Montenegro<\/option><option value=\"Morocco\">Morocco<\/option><option value=\"Mozambique\">Mozambique<\/option><option value=\"Myanmar (formerly Burma)\">Myanmar (formerly Burma)<\/option><option value=\"Namibia\">Namibia<\/option><option value=\"Nauru\">Nauru<\/option><option value=\"Nepal\">Nepal<\/option><option value=\"Netherlands\">Netherlands<\/option><option value=\"New Zealand\">New Zealand<\/option><option value=\"Nicaragua\">Nicaragua<\/option><option value=\"Niger\">Niger<\/option><option value=\"Nigeria\">Nigeria<\/option><option value=\"North Korea\">North Korea<\/option><option value=\"North Macedonia (formerly Macedonia)\">North Macedonia (formerly Macedonia)<\/option><option value=\"Norway\">Norway<\/option><option value=\"Oman\">Oman<\/option><option value=\"Pakistan\">Pakistan<\/option><option value=\"Palau\">Palau<\/option><option value=\"Palestine\">Palestine<\/option><option value=\"Panama\">Panama<\/option><option value=\"Papua New Guinea\">Papua New Guinea<\/option><option value=\"Paraguay\">Paraguay<\/option><option value=\"Peru\">Peru<\/option><option value=\"Philippines\">Philippines<\/option><option value=\"Poland\">Poland<\/option><option value=\"Portugal\">Portugal<\/option><option value=\"Qatar\">Qatar<\/option><option value=\"Romania\">Romania<\/option><option value=\"Russia\">Russia<\/option><option value=\"Rwanda\">Rwanda<\/option><option value=\"Saint Kitts and Nevis\">Saint Kitts and Nevis<\/option><option value=\"Saint Lucia\">Saint Lucia<\/option><option value=\"Saint Vincent and the Grenadines\">Saint Vincent and the Grenadines<\/option><option value=\"Samoa\">Samoa<\/option><option value=\"San Marino\">San Marino<\/option><option value=\"Sao Tome and Principe\">Sao Tome and Principe<\/option><option value=\"Saudi Arabia\">Saudi Arabia<\/option><option value=\"Senegal\">Senegal<\/option><option value=\"Serbia\">Serbia<\/option><option value=\"Seychelles\">Seychelles<\/option><option value=\"Sierra Leone\">Sierra Leone<\/option><option value=\"Singapore\">Singapore<\/option><option value=\"Slovakia\">Slovakia<\/option><option value=\"Slovenia\">Slovenia<\/option><option value=\"Solomon Islands\">Solomon Islands<\/option><option value=\"Somalia\">Somalia<\/option><option value=\"South Africa\">South Africa<\/option><option value=\"South Korea\">South Korea<\/option><option value=\"South Sudan\">South Sudan<\/option><option value=\"Spain\">Spain<\/option><option value=\"Sri Lanka\">Sri Lanka<\/option><option value=\"Sudan\">Sudan<\/option><option value=\"Suriname\">Suriname<\/option><option value=\"Sweden\">Sweden<\/option><option value=\"Switzerland\">Switzerland<\/option><option value=\"Syria\">Syria<\/option><option value=\"Taiwan\">Taiwan<\/option><option value=\"Tajikistan\">Tajikistan<\/option><option value=\"Tanzania\">Tanzania<\/option><option value=\"Thailand\">Thailand<\/option><option value=\"Timor-Leste\">Timor-Leste<\/option><option value=\"Togo\">Togo<\/option><option value=\"Tonga\">Tonga<\/option><option value=\"Trinidad and Tobago\">Trinidad and Tobago<\/option><option value=\"Tunisia\">Tunisia<\/option><option value=\"Turkey\">Turkey<\/option><option value=\"Turkmenistan\">Turkmenistan<\/option><option value=\"Tuvalu\">Tuvalu<\/option><option value=\"Uganda\">Uganda<\/option><option value=\"Ukraine\">Ukraine<\/option><option value=\"United Arab Emirates (UAE)\">United Arab Emirates (UAE)<\/option><option value=\"United Kingdom (UK)\">United Kingdom (UK)<\/option><option value=\"United States of America (USA)\">United States of America (USA)<\/option><option value=\"Uruguay\">Uruguay<\/option><option value=\"Uzbekistan\">Uzbekistan<\/option><option value=\"Vanuatu\">Vanuatu<\/option><option value=\"Vatican City (Holy See)\">Vatican City (Holy See)<\/option><option value=\"Venezuela\">Venezuela<\/option><option value=\"Vietnam\">Vietnam<\/option><option value=\"Yemen\">Yemen<\/option><option value=\"Zambia\">Zambia<\/option><option value=\"Zimbabwe\">Zimbabwe<\/option><\/select><div class=\"jfInput-dropdown isMultiple hasSearch isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_65_field_2\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isPlaceholder\"><\/span><div class=\"jfDropdown-searchWrapper\"><input type=\"text\" class=\"form-textbox jfDropdown-search\" name=\"dropdown_search\" autoComplete=\"off\" placeholder=\"Search\" aria-label=\"Search\" value=\"\"\/><\/div><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-65-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"Afghanistan\" class=\"jfDropdown-optionListItem\">Afghanistan<\/li><li role=\"option\" data-value=\"Albania\" class=\"jfDropdown-optionListItem\">Albania<\/li><li role=\"option\" data-value=\"Algeria\" class=\"jfDropdown-optionListItem\">Algeria<\/li><li role=\"option\" data-value=\"Andorra\" class=\"jfDropdown-optionListItem\">Andorra<\/li><li role=\"option\" data-value=\"Angola\" class=\"jfDropdown-optionListItem\">Angola<\/li><li role=\"option\" data-value=\"Antigua and Barbuda\" class=\"jfDropdown-optionListItem\">Antigua and Barbuda<\/li><li role=\"option\" data-value=\"Argentina\" class=\"jfDropdown-optionListItem\">Argentina<\/li><li role=\"option\" data-value=\"Armenia\" class=\"jfDropdown-optionListItem\">Armenia<\/li><li role=\"option\" data-value=\"Australia\" class=\"jfDropdown-optionListItem\">Australia<\/li><li role=\"option\" data-value=\"Austria\" class=\"jfDropdown-optionListItem\">Austria<\/li><li role=\"option\" data-value=\"Azerbaijan\" class=\"jfDropdown-optionListItem\">Azerbaijan<\/li><li role=\"option\" data-value=\"Bahamas\" class=\"jfDropdown-optionListItem\">Bahamas<\/li><li role=\"option\" data-value=\"Bahrain\" class=\"jfDropdown-optionListItem\">Bahrain<\/li><li role=\"option\" data-value=\"Bangladesh\" class=\"jfDropdown-optionListItem\">Bangladesh<\/li><li role=\"option\" data-value=\"Barbados\" class=\"jfDropdown-optionListItem\">Barbados<\/li><li role=\"option\" data-value=\"Belarus\" class=\"jfDropdown-optionListItem\">Belarus<\/li><li role=\"option\" data-value=\"Belgium\" class=\"jfDropdown-optionListItem\">Belgium<\/li><li role=\"option\" data-value=\"Belize\" class=\"jfDropdown-optionListItem\">Belize<\/li><li role=\"option\" data-value=\"Benin\" class=\"jfDropdown-optionListItem\">Benin<\/li><li role=\"option\" data-value=\"Bhutan\" class=\"jfDropdown-optionListItem\">Bhutan<\/li><li role=\"option\" data-value=\"Bolivia\" class=\"jfDropdown-optionListItem\">Bolivia<\/li><li role=\"option\" data-value=\"Bosnia and Herzegovina\" class=\"jfDropdown-optionListItem\">Bosnia and Herzegovina<\/li><li role=\"option\" data-value=\"Botswana\" class=\"jfDropdown-optionListItem\">Botswana<\/li><li role=\"option\" data-value=\"Brazil\" class=\"jfDropdown-optionListItem\">Brazil<\/li><li role=\"option\" data-value=\"Brunei\" class=\"jfDropdown-optionListItem\">Brunei<\/li><li role=\"option\" data-value=\"Bulgaria\" class=\"jfDropdown-optionListItem\">Bulgaria<\/li><li role=\"option\" data-value=\"Burkina Faso\" class=\"jfDropdown-optionListItem\">Burkina Faso<\/li><li role=\"option\" data-value=\"Burundi\" class=\"jfDropdown-optionListItem\">Burundi<\/li><li role=\"option\" data-value=\"Cabo Verde\" class=\"jfDropdown-optionListItem\">Cabo Verde<\/li><li role=\"option\" data-value=\"Cambodia\" class=\"jfDropdown-optionListItem\">Cambodia<\/li><li role=\"option\" data-value=\"Cameroon\" class=\"jfDropdown-optionListItem\">Cameroon<\/li><li role=\"option\" data-value=\"Canada\" class=\"jfDropdown-optionListItem\">Canada<\/li><li role=\"option\" data-value=\"Central African Republic (CAR)\" class=\"jfDropdown-optionListItem\">Central African Republic (CAR)<\/li><li role=\"option\" data-value=\"Chad\" class=\"jfDropdown-optionListItem\">Chad<\/li><li role=\"option\" data-value=\"Chile\" class=\"jfDropdown-optionListItem\">Chile<\/li><li role=\"option\" data-value=\"China\" class=\"jfDropdown-optionListItem\">China<\/li><li role=\"option\" data-value=\"Colombia\" class=\"jfDropdown-optionListItem\">Colombia<\/li><li role=\"option\" data-value=\"Comoros\" class=\"jfDropdown-optionListItem\">Comoros<\/li><li role=\"option\" data-value=\"Congo, Democratic Republic of the\" class=\"jfDropdown-optionListItem\">Congo, Democratic Republic of the<\/li><li role=\"option\" data-value=\"Congo, Republic of the\" class=\"jfDropdown-optionListItem\">Congo, Republic of the<\/li><li role=\"option\" data-value=\"Costa Rica\" class=\"jfDropdown-optionListItem\">Costa Rica<\/li><li role=\"option\" data-value=\"Cote d&#x27;Ivoire\" class=\"jfDropdown-optionListItem\">Cote d&#x27;Ivoire<\/li><li role=\"option\" data-value=\"Croatia\" class=\"jfDropdown-optionListItem\">Croatia<\/li><li role=\"option\" data-value=\"Cuba\" class=\"jfDropdown-optionListItem\">Cuba<\/li><li role=\"option\" data-value=\"Cyprus\" class=\"jfDropdown-optionListItem\">Cyprus<\/li><li role=\"option\" data-value=\"Czechia\" class=\"jfDropdown-optionListItem\">Czechia<\/li><li role=\"option\" data-value=\"Denmark\" class=\"jfDropdown-optionListItem\">Denmark<\/li><li role=\"option\" data-value=\"Djibouti\" class=\"jfDropdown-optionListItem\">Djibouti<\/li><li role=\"option\" data-value=\"Dominica\" class=\"jfDropdown-optionListItem\">Dominica<\/li><li role=\"option\" data-value=\"Dominican Republic\" class=\"jfDropdown-optionListItem\">Dominican Republic<\/li><li role=\"option\" data-value=\"Ecuador\" class=\"jfDropdown-optionListItem\">Ecuador<\/li><li role=\"option\" data-value=\"Egypt\" class=\"jfDropdown-optionListItem\">Egypt<\/li><li role=\"option\" data-value=\"El Salvador\" class=\"jfDropdown-optionListItem\">El Salvador<\/li><li role=\"option\" data-value=\"Equatorial Guinea\" class=\"jfDropdown-optionListItem\">Equatorial Guinea<\/li><li role=\"option\" data-value=\"Eritrea\" class=\"jfDropdown-optionListItem\">Eritrea<\/li><li role=\"option\" data-value=\"Estonia\" class=\"jfDropdown-optionListItem\">Estonia<\/li><li role=\"option\" data-value=\"Eswatini (formerly Swaziland)\" class=\"jfDropdown-optionListItem\">Eswatini (formerly Swaziland)<\/li><li role=\"option\" data-value=\"Ethiopia\" class=\"jfDropdown-optionListItem\">Ethiopia<\/li><li role=\"option\" data-value=\"Fiji\" class=\"jfDropdown-optionListItem\">Fiji<\/li><li role=\"option\" data-value=\"Finland\" class=\"jfDropdown-optionListItem\">Finland<\/li><li role=\"option\" data-value=\"France\" class=\"jfDropdown-optionListItem\">France<\/li><li role=\"option\" data-value=\"Gabon\" class=\"jfDropdown-optionListItem\">Gabon<\/li><li role=\"option\" data-value=\"Gambia\" class=\"jfDropdown-optionListItem\">Gambia<\/li><li role=\"option\" data-value=\"Georgia\" class=\"jfDropdown-optionListItem\">Georgia<\/li><li role=\"option\" data-value=\"Germany\" class=\"jfDropdown-optionListItem\">Germany<\/li><li role=\"option\" data-value=\"Ghana\" class=\"jfDropdown-optionListItem\">Ghana<\/li><li role=\"option\" data-value=\"Greece\" class=\"jfDropdown-optionListItem\">Greece<\/li><li role=\"option\" data-value=\"Grenada\" class=\"jfDropdown-optionListItem\">Grenada<\/li><li role=\"option\" data-value=\"Guatemala\" class=\"jfDropdown-optionListItem\">Guatemala<\/li><li role=\"option\" data-value=\"Guinea\" class=\"jfDropdown-optionListItem\">Guinea<\/li><li role=\"option\" data-value=\"Guinea-Bissau\" class=\"jfDropdown-optionListItem\">Guinea-Bissau<\/li><li role=\"option\" data-value=\"Guyana\" class=\"jfDropdown-optionListItem\">Guyana<\/li><li role=\"option\" data-value=\"Haiti\" class=\"jfDropdown-optionListItem\">Haiti<\/li><li role=\"option\" data-value=\"Honduras\" class=\"jfDropdown-optionListItem\">Honduras<\/li><li role=\"option\" data-value=\"Hungary\" class=\"jfDropdown-optionListItem\">Hungary<\/li><li role=\"option\" data-value=\"Iceland\" class=\"jfDropdown-optionListItem\">Iceland<\/li><li role=\"option\" data-value=\"India\" class=\"jfDropdown-optionListItem\">India<\/li><li role=\"option\" data-value=\"Indonesia\" class=\"jfDropdown-optionListItem\">Indonesia<\/li><li role=\"option\" data-value=\"Iran\" class=\"jfDropdown-optionListItem\">Iran<\/li><li role=\"option\" data-value=\"Iraq\" class=\"jfDropdown-optionListItem\">Iraq<\/li><li role=\"option\" data-value=\"Ireland\" class=\"jfDropdown-optionListItem\">Ireland<\/li><li role=\"option\" data-value=\"Israel\" class=\"jfDropdown-optionListItem\">Israel<\/li><li role=\"option\" data-value=\"Italy\" class=\"jfDropdown-optionListItem\">Italy<\/li><li role=\"option\" data-value=\"Jamaica\" class=\"jfDropdown-optionListItem\">Jamaica<\/li><li role=\"option\" data-value=\"Japan\" class=\"jfDropdown-optionListItem\">Japan<\/li><li role=\"option\" data-value=\"Jordan\" class=\"jfDropdown-optionListItem\">Jordan<\/li><li role=\"option\" data-value=\"Kazakhstan\" class=\"jfDropdown-optionListItem\">Kazakhstan<\/li><li role=\"option\" data-value=\"Kenya\" class=\"jfDropdown-optionListItem\">Kenya<\/li><li role=\"option\" data-value=\"Kiribati\" class=\"jfDropdown-optionListItem\">Kiribati<\/li><li role=\"option\" data-value=\"Kosovo\" class=\"jfDropdown-optionListItem\">Kosovo<\/li><li role=\"option\" data-value=\"Kuwait\" class=\"jfDropdown-optionListItem\">Kuwait<\/li><li role=\"option\" data-value=\"Kyrgyzstan\" class=\"jfDropdown-optionListItem\">Kyrgyzstan<\/li><li role=\"option\" data-value=\"Laos\" class=\"jfDropdown-optionListItem\">Laos<\/li><li role=\"option\" data-value=\"Latvia\" class=\"jfDropdown-optionListItem\">Latvia<\/li><li role=\"option\" data-value=\"Lebanon\" class=\"jfDropdown-optionListItem\">Lebanon<\/li><li role=\"option\" data-value=\"Lesotho\" class=\"jfDropdown-optionListItem\">Lesotho<\/li><li role=\"option\" data-value=\"Liberia\" class=\"jfDropdown-optionListItem\">Liberia<\/li><li role=\"option\" data-value=\"Libya\" class=\"jfDropdown-optionListItem\">Libya<\/li><li role=\"option\" data-value=\"Liechtenstein\" class=\"jfDropdown-optionListItem\">Liechtenstein<\/li><li role=\"option\" data-value=\"Lithuania\" class=\"jfDropdown-optionListItem\">Lithuania<\/li><li role=\"option\" data-value=\"Luxembourg\" class=\"jfDropdown-optionListItem\">Luxembourg<\/li><li role=\"option\" data-value=\"Madagascar\" class=\"jfDropdown-optionListItem\">Madagascar<\/li><li role=\"option\" data-value=\"Malawi\" class=\"jfDropdown-optionListItem\">Malawi<\/li><li role=\"option\" data-value=\"Malaysia\" class=\"jfDropdown-optionListItem\">Malaysia<\/li><li role=\"option\" data-value=\"Maldives\" class=\"jfDropdown-optionListItem\">Maldives<\/li><li role=\"option\" data-value=\"Mali\" class=\"jfDropdown-optionListItem\">Mali<\/li><li role=\"option\" data-value=\"Malta\" class=\"jfDropdown-optionListItem\">Malta<\/li><li role=\"option\" data-value=\"Marshall Islands\" class=\"jfDropdown-optionListItem\">Marshall Islands<\/li><li role=\"option\" data-value=\"Mauritania\" class=\"jfDropdown-optionListItem\">Mauritania<\/li><li role=\"option\" data-value=\"Mauritius\" class=\"jfDropdown-optionListItem\">Mauritius<\/li><li role=\"option\" data-value=\"Mexico\" class=\"jfDropdown-optionListItem\">Mexico<\/li><li role=\"option\" data-value=\"Micronesia\" class=\"jfDropdown-optionListItem\">Micronesia<\/li><li role=\"option\" data-value=\"Moldova\" class=\"jfDropdown-optionListItem\">Moldova<\/li><li role=\"option\" data-value=\"Monaco\" class=\"jfDropdown-optionListItem\">Monaco<\/li><li role=\"option\" data-value=\"Mongolia\" class=\"jfDropdown-optionListItem\">Mongolia<\/li><li role=\"option\" data-value=\"Montenegro\" class=\"jfDropdown-optionListItem\">Montenegro<\/li><li role=\"option\" data-value=\"Morocco\" class=\"jfDropdown-optionListItem\">Morocco<\/li><li role=\"option\" data-value=\"Mozambique\" class=\"jfDropdown-optionListItem\">Mozambique<\/li><li role=\"option\" data-value=\"Myanmar (formerly Burma)\" class=\"jfDropdown-optionListItem\">Myanmar (formerly Burma)<\/li><li role=\"option\" data-value=\"Namibia\" class=\"jfDropdown-optionListItem\">Namibia<\/li><li role=\"option\" data-value=\"Nauru\" class=\"jfDropdown-optionListItem\">Nauru<\/li><li role=\"option\" data-value=\"Nepal\" class=\"jfDropdown-optionListItem\">Nepal<\/li><li role=\"option\" data-value=\"Netherlands\" class=\"jfDropdown-optionListItem\">Netherlands<\/li><li role=\"option\" data-value=\"New Zealand\" class=\"jfDropdown-optionListItem\">New Zealand<\/li><li role=\"option\" data-value=\"Nicaragua\" class=\"jfDropdown-optionListItem\">Nicaragua<\/li><li role=\"option\" data-value=\"Niger\" class=\"jfDropdown-optionListItem\">Niger<\/li><li role=\"option\" data-value=\"Nigeria\" class=\"jfDropdown-optionListItem\">Nigeria<\/li><li role=\"option\" data-value=\"North Korea\" class=\"jfDropdown-optionListItem\">North Korea<\/li><li role=\"option\" data-value=\"North Macedonia (formerly Macedonia)\" class=\"jfDropdown-optionListItem\">North Macedonia (formerly Macedonia)<\/li><li role=\"option\" data-value=\"Norway\" class=\"jfDropdown-optionListItem\">Norway<\/li><li role=\"option\" data-value=\"Oman\" class=\"jfDropdown-optionListItem\">Oman<\/li><li role=\"option\" data-value=\"Pakistan\" class=\"jfDropdown-optionListItem\">Pakistan<\/li><li role=\"option\" data-value=\"Palau\" class=\"jfDropdown-optionListItem\">Palau<\/li><li role=\"option\" data-value=\"Palestine\" class=\"jfDropdown-optionListItem\">Palestine<\/li><li role=\"option\" data-value=\"Panama\" class=\"jfDropdown-optionListItem\">Panama<\/li><li role=\"option\" data-value=\"Papua New Guinea\" class=\"jfDropdown-optionListItem\">Papua New Guinea<\/li><li role=\"option\" data-value=\"Paraguay\" class=\"jfDropdown-optionListItem\">Paraguay<\/li><li role=\"option\" data-value=\"Peru\" class=\"jfDropdown-optionListItem\">Peru<\/li><li role=\"option\" data-value=\"Philippines\" class=\"jfDropdown-optionListItem\">Philippines<\/li><li role=\"option\" data-value=\"Poland\" class=\"jfDropdown-optionListItem\">Poland<\/li><li role=\"option\" data-value=\"Portugal\" class=\"jfDropdown-optionListItem\">Portugal<\/li><li role=\"option\" data-value=\"Qatar\" class=\"jfDropdown-optionListItem\">Qatar<\/li><li role=\"option\" data-value=\"Romania\" class=\"jfDropdown-optionListItem\">Romania<\/li><li role=\"option\" data-value=\"Russia\" class=\"jfDropdown-optionListItem\">Russia<\/li><li role=\"option\" data-value=\"Rwanda\" class=\"jfDropdown-optionListItem\">Rwanda<\/li><li role=\"option\" data-value=\"Saint Kitts and Nevis\" class=\"jfDropdown-optionListItem\">Saint Kitts and Nevis<\/li><li role=\"option\" data-value=\"Saint Lucia\" class=\"jfDropdown-optionListItem\">Saint Lucia<\/li><li role=\"option\" data-value=\"Saint Vincent and the Grenadines\" class=\"jfDropdown-optionListItem\">Saint Vincent and the Grenadines<\/li><li role=\"option\" data-value=\"Samoa\" class=\"jfDropdown-optionListItem\">Samoa<\/li><li role=\"option\" data-value=\"San Marino\" class=\"jfDropdown-optionListItem\">San Marino<\/li><li role=\"option\" data-value=\"Sao Tome and Principe\" class=\"jfDropdown-optionListItem\">Sao Tome and Principe<\/li><li role=\"option\" data-value=\"Saudi Arabia\" class=\"jfDropdown-optionListItem\">Saudi Arabia<\/li><li role=\"option\" data-value=\"Senegal\" class=\"jfDropdown-optionListItem\">Senegal<\/li><li role=\"option\" data-value=\"Serbia\" class=\"jfDropdown-optionListItem\">Serbia<\/li><li role=\"option\" data-value=\"Seychelles\" class=\"jfDropdown-optionListItem\">Seychelles<\/li><li role=\"option\" data-value=\"Sierra Leone\" class=\"jfDropdown-optionListItem\">Sierra Leone<\/li><li role=\"option\" data-value=\"Singapore\" class=\"jfDropdown-optionListItem\">Singapore<\/li><li role=\"option\" data-value=\"Slovakia\" class=\"jfDropdown-optionListItem\">Slovakia<\/li><li role=\"option\" data-value=\"Slovenia\" class=\"jfDropdown-optionListItem\">Slovenia<\/li><li role=\"option\" data-value=\"Solomon Islands\" class=\"jfDropdown-optionListItem\">Solomon Islands<\/li><li role=\"option\" data-value=\"Somalia\" class=\"jfDropdown-optionListItem\">Somalia<\/li><li role=\"option\" data-value=\"South Africa\" class=\"jfDropdown-optionListItem\">South Africa<\/li><li role=\"option\" data-value=\"South Korea\" class=\"jfDropdown-optionListItem\">South Korea<\/li><li role=\"option\" data-value=\"South Sudan\" class=\"jfDropdown-optionListItem\">South Sudan<\/li><li role=\"option\" data-value=\"Spain\" class=\"jfDropdown-optionListItem\">Spain<\/li><li role=\"option\" data-value=\"Sri Lanka\" class=\"jfDropdown-optionListItem\">Sri Lanka<\/li><li role=\"option\" data-value=\"Sudan\" class=\"jfDropdown-optionListItem\">Sudan<\/li><li role=\"option\" data-value=\"Suriname\" class=\"jfDropdown-optionListItem\">Suriname<\/li><li role=\"option\" data-value=\"Sweden\" class=\"jfDropdown-optionListItem\">Sweden<\/li><li role=\"option\" data-value=\"Switzerland\" class=\"jfDropdown-optionListItem\">Switzerland<\/li><li role=\"option\" data-value=\"Syria\" class=\"jfDropdown-optionListItem\">Syria<\/li><li role=\"option\" data-value=\"Taiwan\" class=\"jfDropdown-optionListItem\">Taiwan<\/li><li role=\"option\" data-value=\"Tajikistan\" class=\"jfDropdown-optionListItem\">Tajikistan<\/li><li role=\"option\" data-value=\"Tanzania\" class=\"jfDropdown-optionListItem\">Tanzania<\/li><li role=\"option\" data-value=\"Thailand\" class=\"jfDropdown-optionListItem\">Thailand<\/li><li role=\"option\" data-value=\"Timor-Leste\" class=\"jfDropdown-optionListItem\">Timor-Leste<\/li><li role=\"option\" data-value=\"Togo\" class=\"jfDropdown-optionListItem\">Togo<\/li><li role=\"option\" data-value=\"Tonga\" class=\"jfDropdown-optionListItem\">Tonga<\/li><li role=\"option\" data-value=\"Trinidad and Tobago\" class=\"jfDropdown-optionListItem\">Trinidad and Tobago<\/li><li role=\"option\" data-value=\"Tunisia\" class=\"jfDropdown-optionListItem\">Tunisia<\/li><li role=\"option\" data-value=\"Turkey\" class=\"jfDropdown-optionListItem\">Turkey<\/li><li role=\"option\" data-value=\"Turkmenistan\" class=\"jfDropdown-optionListItem\">Turkmenistan<\/li><li role=\"option\" data-value=\"Tuvalu\" class=\"jfDropdown-optionListItem\">Tuvalu<\/li><li role=\"option\" data-value=\"Uganda\" class=\"jfDropdown-optionListItem\">Uganda<\/li><li role=\"option\" data-value=\"Ukraine\" class=\"jfDropdown-optionListItem\">Ukraine<\/li><li role=\"option\" data-value=\"United Arab Emirates (UAE)\" class=\"jfDropdown-optionListItem\">United Arab Emirates (UAE)<\/li><li role=\"option\" data-value=\"United Kingdom (UK)\" class=\"jfDropdown-optionListItem\">United Kingdom (UK)<\/li><li role=\"option\" data-value=\"United States of America (USA)\" class=\"jfDropdown-optionListItem\">United States of America (USA)<\/li><li role=\"option\" data-value=\"Uruguay\" class=\"jfDropdown-optionListItem\">Uruguay<\/li><li role=\"option\" data-value=\"Uzbekistan\" class=\"jfDropdown-optionListItem\">Uzbekistan<\/li><li role=\"option\" data-value=\"Vanuatu\" class=\"jfDropdown-optionListItem\">Vanuatu<\/li><li role=\"option\" data-value=\"Vatican City (Holy See)\" class=\"jfDropdown-optionListItem\">Vatican City (Holy See)<\/li><li role=\"option\" data-value=\"Venezuela\" class=\"jfDropdown-optionListItem\">Venezuela<\/li><li role=\"option\" data-value=\"Vietnam\" class=\"jfDropdown-optionListItem\">Vietnam<\/li><li role=\"option\" data-value=\"Yemen\" class=\"jfDropdown-optionListItem\">Yemen<\/li><li role=\"option\" data-value=\"Zambia\" class=\"jfDropdown-optionListItem\">Zambia<\/li><li role=\"option\" data-value=\"Zimbabwe\" class=\"jfDropdown-optionListItem\">Zimbabwe<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_65_field_2\" id=\"sublabel_65_field_2\">Select the countries you are working in<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"1\"><input type=\"text\" id=\"input_65_field_3\" name=\"q65_tellSkoll65[field_3]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" maxLength=\"5000\" data-maxlength=\"5000\" data-component=\"text\" step=\"any\" aria-required=\"false\" aria-describedby=\"input_65_field_3_description\"\/><label class=\"jfField-sublabel \" for=\"input_65_field_3\" id=\"sublabel_65_field_3\">Share your thoughts on ways that Skoll can best engage in supporting racial justice work<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_checkbox\" id=\"id_21\"><div id=\"cid_21\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>10<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_21\" class=\"jfQuestion-label isLeftAlign\" id=\"label_21\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer your network to Skoll (Individual #1)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_21_description\"><span>Please provide your referrals here for the Skoll World Forum and Skoll Award. We recommend reviewing past Awardees and current criteria on our website.\n\nI would like to refer a person to...<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_21\" class=\"jfQuestion-fields form-single-column\" data-component=\"checkbox\"><div class=\"jfField jfField-lastRowItem form-checkbox-item\"><label data-id=\"label_input_21_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q21_referYour21[]\" value=\"Be considered for a Skoll Award\" id=\"input_21_0\" required=\"\" aria-describedby=\"label_21\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Be considered for a Skoll Award<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_mixed\" id=\"id_28\"><div id=\"cid_28\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_mixed\"><div class=\"jfCard-index\"><div>11<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_28\" class=\"jfQuestion-label isLeftAlign\" id=\"label_28\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Details of the person you are referring (Individual #1):<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_28_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields isCompoundField\"><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_28_field_1\" name=\"q28_detailsOf28[field_1]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_28_field_1_description\"\/><label class=\"jfField-sublabel \" for=\"input_28_field_1\" id=\"sublabel_28_field_1\">First Name *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_28_field_2\" name=\"q28_detailsOf28[field_2]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_28_field_2_description\"\/><label class=\"jfField-sublabel \" for=\"input_28_field_2\" id=\"sublabel_28_field_2\">Last Name *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_28_field_3\" name=\"q28_detailsOf28[field_3]\" class=\"form-textbox validate[required, Email] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_28_field_3_description\"\/><label class=\"jfField-sublabel \" for=\"input_28_field_3\" id=\"sublabel_28_field_3\">Email *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_28_field_4\" name=\"q28_detailsOf28[field_4]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_28_field_4_description\"\/><label class=\"jfField-sublabel \" for=\"input_28_field_4\" id=\"sublabel_28_field_4\">Organization *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_28_field_5\" name=\"q28_detailsOf28[field_5]\" class=\"form-textbox validate[] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" step=\"any\" aria-required=\"false\" aria-describedby=\"input_28_field_5_description\"\/><label class=\"jfField-sublabel \" for=\"input_28_field_5\" id=\"sublabel_28_field_5\">Current Title<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"2\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" id=\"input_28_field_6\" name=\"q28_detailsOf28[field_6]\" class=\"form-dropdown js-forMixed\" aria-labelledby=\"\"><option selected=\"\" value=\"\"><\/option><option value=\"Academic Institution\">Academic Institution<\/option><option value=\"Commercial Bank\">Commercial Bank<\/option><option value=\"Commercial Social Purpose\/Social Enterprise Organization\">Commercial Social Purpose\/Social Enterprise Organization<\/option><option value=\"Development Finance Bank or Institution\">Development Finance Bank or Institution<\/option><option value=\"For-Profit Corporation\">For-Profit Corporation<\/option><option value=\"Foundation\/Trust\">Foundation\/Trust<\/option><option value=\"Government\/Aid Agency\">Government\/Aid Agency<\/option><option value=\"Individual Investor\/Donor\">Individual Investor\/Donor<\/option><option value=\"Investment\/Asset Management\">Investment\/Asset Management<\/option><option value=\"Media Company\">Media Company<\/option><option value=\"Non-Governmental\/Non-Profit Organization\">Non-Governmental\/Non-Profit Organization<\/option><option value=\"Professional Services\/Independent Consultants\">Professional Services\/Independent Consultants<\/option><option value=\"Professional\/Industry Association\">Professional\/Industry Association<\/option><option value=\"N\/A - None of the above\">N\/A - None of the above<\/option><\/select><div class=\"jfInput-dropdown hasSearch isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_28_field_6\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_28_field_6\" style=\"display:none\"><\/span><div class=\"jfDropdown-searchWrapper\"><input type=\"text\" class=\"form-textbox jfDropdown-search\" name=\"dropdown_search\" autoComplete=\"off\" placeholder=\"Search\" aria-label=\"Search\" value=\"\"\/><\/div><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-28-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"\" class=\"jfDropdown-optionListItem\"><\/li><li role=\"option\" data-value=\"Academic Institution\" class=\"jfDropdown-optionListItem\">Academic Institution<\/li><li role=\"option\" data-value=\"Commercial Bank\" class=\"jfDropdown-optionListItem\">Commercial Bank<\/li><li role=\"option\" data-value=\"Commercial Social Purpose\/Social Enterprise Organization\" class=\"jfDropdown-optionListItem\">Commercial Social Purpose\/Social Enterprise Organization<\/li><li role=\"option\" data-value=\"Development Finance Bank or Institution\" class=\"jfDropdown-optionListItem\">Development Finance Bank or Institution<\/li><li role=\"option\" data-value=\"For-Profit Corporation\" class=\"jfDropdown-optionListItem\">For-Profit Corporation<\/li><li role=\"option\" data-value=\"Foundation\/Trust\" class=\"jfDropdown-optionListItem\">Foundation\/Trust<\/li><li role=\"option\" data-value=\"Government\/Aid Agency\" class=\"jfDropdown-optionListItem\">Government\/Aid Agency<\/li><li role=\"option\" data-value=\"Individual Investor\/Donor\" class=\"jfDropdown-optionListItem\">Individual Investor\/Donor<\/li><li role=\"option\" data-value=\"Investment\/Asset Management\" class=\"jfDropdown-optionListItem\">Investment\/Asset Management<\/li><li role=\"option\" data-value=\"Media Company\" class=\"jfDropdown-optionListItem\">Media Company<\/li><li role=\"option\" data-value=\"Non-Governmental\/Non-Profit Organization\" class=\"jfDropdown-optionListItem\">Non-Governmental\/Non-Profit Organization<\/li><li role=\"option\" data-value=\"Professional Services\/Independent Consultants\" class=\"jfDropdown-optionListItem\">Professional Services\/Independent Consultants<\/li><li role=\"option\" data-value=\"Professional\/Industry Association\" class=\"jfDropdown-optionListItem\">Professional\/Industry Association<\/li><li role=\"option\" data-value=\"N\/A - None of the above\" class=\"jfDropdown-optionListItem\">N\/A - None of the above<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_28_field_6\" id=\"sublabel_28_field_6\">Organization Type<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textarea\" id=\"id_22\"><div id=\"cid_22\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textarea\"><div class=\"jfCard-index\"><div>12<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_22\" class=\"jfQuestion-label isLeftAlign\" id=\"label_22\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer to attend the Skoll World Forum (Individual #1)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_22_description\"><span>In 2-3 sentences, how would you envision this person contributing to the community at the\u00a0Skoll World Forum?<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"textarea\" data-render-type=\"mde\"><div class=\"jfField\"><textarea id=\"input_22\" name=\"q22_referTo\" placeholder=\"\" class=\"mdInput form-textarea validate[required]\"><\/textarea><div id=\"input_22_editor\" class=\"jfTextarea-editor\" role=\"textbox\" aria-multiline=\"true\" contenteditable=\"true\" data-placeholder=\"\"><\/div><div class=\"jfTextarea-infoSpan \"><span class=\"jfTextarea-limitSpan\" data-limit-type=\"Letters\" data-limit=\"4999\" data-minimum=\"-1\" id=\"input_22-limit\">0\/4999<\/span><span class=\"jfTextarea-modeSpan\"><\/span><\/div><\/div><\/div><\/div><div class=\"jfToolbar\" id=\"input_22_toolbar\" role=\"toolbar\" aria-label=\"Text Formatting\"><div id=\"input_22_fontSize\" data-command=\"heading\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Font Size\" aria-controls=\"input_22_fontSize_menu\" aria-expanded=\"false\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-fontSize \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>TextSize<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 6.000000)\"><g fill-rule=\"nonzero\"><path d=\"M2.34756098,2.5 L16.902439,2.5 L16.902439,4.25 C16.902439,4.94035594 17.4279584,5.5 18.0762195,5.5 C18.7244806,5.5 19.25,4.94035594 19.25,4.25 L19.25,1.25 C19.25,0.559644063 18.7244806,0 18.0762195,0 L1.17378049,0 C0.525519425,0 0,0.559644063 0,1.25 L0,4.25 C0,4.94035594 0.525519425,5.5 1.17378049,5.5 C1.82204155,5.5 2.34756098,4.94035594 2.34756098,4.25 L2.34756098,2.5 Z\"><\/path><path d=\"M5.25,20.5 L13.25,20.5 C13.9403559,20.5 14.5,19.9403559 14.5,19.25 C14.5,18.5596441 13.9403559,18 13.25,18 L5.25,18 C4.55964406,18 4,18.5596441 4,19.25 C4,19.9403559 4.55964406,20.5 5.25,20.5 Z\"><\/path><path d=\"M8,1.25 L8,19.25 C8,19.9403559 8.55964406,20.5 9.25,20.5 C9.94035594,20.5 10.5,19.9403559 10.5,19.25 L10.5,1.25 C10.5,0.559644063 9.94035594,0 9.25,0 C8.55964406,0 8,0.559644063 8,1.25 Z\"><\/path><\/g><g transform=\"translate(15.000000, 8.700000)\"><path d=\"M1.4609612,1.70000076 L10.5189207,1.70000076 L10.5390388,2.45720466 C10.5390388,2.75698225 10.8660861,3 11.2695194,3 C11.6729527,3 12,2.75698225 12,2.45720466 L11.9798819,0.542795343 C11.9798819,0.243017753 11.6528346,0 11.2494013,0 L0.730480602,0 C0.327047306,0 0,0.243017753 0,0.542795343 L0.0201181228,2.45720466 C0.0201181228,2.75698225 0.347165428,3 0.750598725,3 C1.15403202,3 1.48107933,2.75698225 1.48107933,2.45720466 L1.4609612,1.70000076 Z\" fill-rule=\"nonzero\"><\/path><path d=\"M5,1.6097561 L5,10.3902439 C5,10.7270029 5.44771525,11 6,11 C6.55228475,11 7,10.7270029 7,10.3902439 L7,1.6097561 C7,1.2729971 6.55228475,1 6,1 C5.44771525,1 5,1.2729971 5,1.6097561 Z\" fill-rule=\"nonzero\"><\/path><rect x=\"2\" y=\"10\" width=\"8\" height=\"1.79999995\" rx=\"0.899999976\"><\/rect><\/g><\/g><\/g><\/g><\/svg><\/span><\/div><ul class=\"jfToolbar-select jfToolbar-select-heading\" data-command=\"heading\" role=\"menu\" id=\"input_22_fontSize_menu\"><li data-value=\"1\" style=\"font-size:2em\" data-selected=\"true\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"true\">Huge<\/li><li data-value=\"3\" style=\"font-size:1.17em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Large<\/li><li data-value=\"5\" style=\"font-size:0.83em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Normal<\/li><li data-value=\"6\" style=\"font-size:0.67em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Small<\/li><\/ul><\/div><div id=\"input_22_bold\" data-command=\"bold\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Bold\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-bold \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Bold<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M2.47159091,2.5 L2.47159091,8.75 L8.65056818,8.75 C9.96967752,8.75 11.1221591,7.38998343 11.1221591,5.625 C11.1221591,3.86001657 9.96967752,2.5 8.65056818,2.5 L2.47159091,2.5 Z M1.23579545,0 L8.65056818,0 C11.4265247,0 13.59375,2.55749187 13.59375,5.625 C13.59375,8.69250813 11.4265247,11.25 8.65056818,11.25 L1.23579545,11.25 C0.553284471,11.25 0,10.6903559 0,10 L0,1.25 C0,0.559644063 0.553284471,0 1.23579545,0 Z\"><\/path><path d=\"M2.5,11.40625 L2.5,17.65625 L9.90384615,17.65625 C11.2992605,17.65625 12.5,16.2904088 12.5,14.53125 C12.5,12.7720912 11.2992605,11.40625 9.90384615,11.40625 L2.5,11.40625 Z M1.25,8.90625 L9.90384615,8.90625 C12.7567761,8.90625 15,11.4579172 15,14.53125 C15,17.6045828 12.7567761,20.15625 9.90384615,20.15625 L1.25,20.15625 C0.559644063,20.15625 0,19.5966059 0,18.90625 L0,10.15625 C0,9.46589406 0.559644063,8.90625 1.25,8.90625 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_22_italic\" data-command=\"italic\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Italic\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-italic \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Italic<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M13.5882353,0 L4.94117647,0 C4.25894237,0 3.70588235,0.553060015 3.70588235,1.23529412 C3.70588235,1.91752822 4.25894237,2.47058824 4.94117647,2.47058824 L13.5882353,2.47058824 C14.2704694,2.47058824 14.8235294,1.91752822 14.8235294,1.23529412 C14.8235294,0.553060015 14.2704694,0 13.5882353,0 Z\"><\/path><path d=\"M9.88235294,17.2941176 L1.23529412,17.2941176 C0.553060015,17.2941176 0,17.8471777 0,18.5294118 C0,19.2116459 0.553060015,19.7647059 1.23529412,19.7647059 L9.88235294,19.7647059 C10.564587,19.7647059 11.1176471,19.2116459 11.1176471,18.5294118 C11.1176471,17.8471777 10.564587,17.2941176 9.88235294,17.2941176 Z\"><\/path><path d=\"M8.69458806,0.895932724 L3.75341159,18.1900504 C3.56598747,18.8460348 3.94583065,19.5297525 4.60181508,19.7171766 C5.2577995,19.9046008 5.94151722,19.5247576 6.12894135,18.8687732 L11.0701178,1.57465551 C11.2575419,0.918671083 10.8776988,0.234953363 10.2217143,0.0475292411 C9.56572991,-0.139894881 8.88201219,0.239948297 8.69458806,0.895932724 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_22_underline\" data-command=\"underline\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Underline\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-underline \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(7.000000, 5.000000)\"><path d=\"M2.15909091,1.29545455 L2.15909091,8.27097902 C2.15909091,12.2813233 5.34161889,15.5454545 9.28409091,15.5454545 C13.2265629,15.5454545 16.4090909,12.2813233 16.4090909,8.27097902 L16.4090909,1.29545455 C16.4090909,0.579994756 15.8290962,0 15.1136364,0 C14.3981766,0 13.8181818,0.579994756 13.8181818,1.29545455 L13.8181818,8.27097902 C13.8181818,10.864879 11.780757,12.9545455 9.28409091,12.9545455 C6.78742483,12.9545455 4.75,10.864879 4.75,8.27097902 L4.75,1.29545455 C4.75,0.579994756 4.17000524,0 3.45454545,0 C2.73908566,0 2.15909091,0.579994756 2.15909091,1.29545455 Z\"><\/path><path d=\"M1.29545455,20.7272727 L16.8409091,20.7272727 C17.5563689,20.7272727 18.1363636,20.147278 18.1363636,19.4318182 C18.1363636,18.7163584 17.5563689,18.1363636 16.8409091,18.1363636 L1.29545455,18.1363636 C0.579994756,18.1363636 0,18.7163584 0,19.4318182 C0,20.147278 0.579994756,20.7272727 1.29545455,20.7272727 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_22_createLink\" data-command=\"createLink\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Link\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-createLink \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline Copy<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(6.000000, 6.000000)\"><path d=\"M8.12250978,12.0615096 C9.11153092,13.434589 10.6344227,14.2986277 12.2960505,14.422209 C13.960001,14.5459629 15.5906008,13.9142984 16.7617681,12.6976288 L19.3990078,9.95891998 C21.5549175,7.64114792 21.5244655,4.00194322 19.3454622,1.73910167 C17.139984,-0.551233494 13.5527271,-0.583605157 11.3086344,1.66720454 L9.78321622,3.24190674 C9.27889786,3.76258411 9.29215946,4.59350732 9.81283683,5.09782568 C10.3335142,5.60214404 11.1644374,5.58888244 11.6687558,5.06820507 L13.1808677,3.50704343 C14.3730084,2.31152892 16.2689674,2.32863819 17.4546094,3.55989839 C18.6667264,4.81865222 18.683922,6.87363295 17.492498,8.15466767 L14.8707504,10.8770033 C14.2384113,11.5339102 13.371049,11.8699104 12.4907435,11.804439 C11.6081154,11.7387948 10.7913272,11.275376 10.2524902,10.527297 C9.82882911,9.93911912 9.00857156,9.80575194 8.4203937,10.2294131 C7.83221584,10.6530742 7.69884867,11.4733317 8.12250978,12.0615096 Z\"><\/path><path d=\"M12.8774902,8.93849043 C11.8884691,7.56541104 10.3655773,6.70137225 8.70394945,6.57779104 C7.03999899,6.45403709 5.40939918,7.08570163 4.23823187,8.30237124 L1.60099221,11.04108 C-0.554917535,13.3588521 -0.524465488,16.9980568 1.65453778,19.2608983 C3.86001604,21.5512335 7.4472729,21.5836052 9.69136555,19.3327955 L11.2106491,17.7553425 C11.7134482,17.2331979 11.6977656,16.4023168 11.175621,15.8995177 C10.6534764,15.3967186 9.82259538,15.4124012 9.31979625,15.9345457 L7.81647565,17.4957074 C6.62699163,18.6884711 4.7310326,18.6713618 3.54539059,17.4401016 C2.33327358,16.1813478 2.31607797,14.1263671 3.50750204,12.8453323 L6.12924958,10.1229967 C6.76158874,9.46608985 7.62895105,9.13008955 8.50925653,9.19556102 C9.39188462,9.26120523 10.2086728,9.72462402 10.7475098,10.472703 C11.1711709,11.0608809 11.9914284,11.1942481 12.5796063,10.7705869 C13.1677842,10.3469258 13.3011513,9.52666829 12.8774902,8.93849043 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forUrl\"><input type=\"url\" id=\"modalLinkUrl_input_22\" class=\"jfModal-input jfModal-modalLinkUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter URL\" aria-label=\"link url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_22_ul\" data-command=\"insertUnorderedList\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Bullet List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ul \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>NumberList Copy 2<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><circle cx=\"3\" cy=\"3\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"8\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"13\" r=\"1\"><\/circle><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_22_ol\" data-command=\"insertOrderedList\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Numbered List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ol \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(1.000000, 1.000000)\"><path d=\"M0,11 L2,11 L2,11.5 L1,11.5 L1,12.5 L2,12.5 L2,13 L0,13 L0,14 L3,14 L3,10 L0,10 L0,11 Z M0,6 L1.8,6 L0,8.1 L0,9 L3,9 L3,8 L1.2,8 L3,5.9 L3,5 L0,5 L0,6 Z M1,4 L2,4 L2,0 L0,0 L0,1 L1,1 L1,4 Z\"><\/path><\/g><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\"><\/rect><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_22_quote\" data-command=\"formatBlock\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Quote Paragraph\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-quote \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>quote<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(10.000000, 11.000000)\"><path d=\"M9.68229167,9.75 L10.4783857,9.75 L10.4783857,9.75 C10.8611857,9.75 11.2103962,9.53147077 11.3777535,9.18719271 L12.8993679,6.0570147 L12.8993679,6.0570147 C12.9655901,5.92078603 13,5.77129358 13,5.61982199 L13,1 L13,1 C13,0.44771525 12.5522847,1.20591542e-16 12,2.22044605e-16 L8.3125,0 L8.3125,0 C7.76021525,1.01453063e-16 7.3125,0.44771525 7.3125,1 L7.3125,4.85 L7.3125,4.85 C7.3125,5.40228475 7.76021525,5.85 8.3125,5.85 L8.734375,5.85 L8.734375,5.85 C9.22578821,5.85 9.62415732,6.24836912 9.62415732,6.73978232 C9.62415732,6.87455906 9.59354003,7.0075748 9.53461662,7.12878867 L8.88205005,8.47121133 L8.88205005,8.47121133 C8.66720778,8.91317258 8.85132408,9.44561702 9.29328532,9.6604593 C9.41449919,9.7193827 9.54751493,9.75 9.68229167,9.75 Z\"><\/path><path d=\"M2.36979167,9.75 L3.16588569,9.75 L3.16588569,9.75 C3.54868575,9.75 3.89789615,9.53147077 4.06525355,9.18719271 L5.58686785,6.0570147 L5.58686785,6.0570147 C5.65309013,5.92078603 5.6875,5.77129358 5.6875,5.61982199 L5.6875,1 L5.6875,1 C5.6875,0.44771525 5.23978475,1.20591542e-16 4.6875,2.22044605e-16 L1,0 L1,0 C0.44771525,1.01453063e-16 -6.76353751e-17,0.44771525 0,1 L0,4.85 L0,4.85 C-4.22892021e-16,5.40228475 0.44771525,5.85 1,5.85 L1.421875,5.85 L1.421875,5.85 C1.91328821,5.85 2.31165732,6.24836912 2.31165732,6.73978232 C2.31165732,6.87455906 2.28104003,7.0075748 2.22211662,7.12878867 L1.56955005,8.47121133 L1.56955005,8.47121133 C1.35470778,8.91317258 1.53882408,9.44561702 1.98078532,9.6604593 C2.10199919,9.7193827 2.23501493,9.75 2.36979167,9.75 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_22_hr\" data-command=\"insertHorizontalRule\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Horizontal Line\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-hr \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Break<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 14.000000)\"><path d=\"M1.5625,3.125 L23.4375,3.125 C24.3004449,3.125 25,2.42544492 25,1.5625 C25,0.699555078 24.3004449,0 23.4375,0 L1.5625,0 C0.699555078,0 0,0.699555078 0,1.5625 C0,2.42544492 0.699555078,3.125 1.5625,3.125 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_22_imagePicker\" data-command=\"insertImage\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Image\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-imagePicker \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Image<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 4.000000)\"><path d=\"M4.23529412,2.82352941 C3.455598,2.82352941 2.82352941,3.455598 2.82352941,4.23529412 L2.82352941,19.7647059 C2.82352941,20.544402 3.455598,21.1764706 4.23529412,21.1764706 L19.7647059,21.1764706 C20.544402,21.1764706 21.1764706,20.544402 21.1764706,19.7647059 L21.1764706,4.23529412 C21.1764706,3.455598 20.544402,2.82352941 19.7647059,2.82352941 L4.23529412,2.82352941 Z M4.23529412,0 L19.7647059,0 C22.1037942,-3.13474736e-16 24,1.89620577 24,4.23529412 L24,19.7647059 C24,22.1037942 22.1037942,24 19.7647059,24 L4.23529412,24 C1.89620577,24 3.13474736e-16,22.1037942 0,19.7647059 L0,4.23529412 C-3.13474736e-16,1.89620577 1.89620577,4.70212105e-16 4.23529412,0 Z\" fill-rule=\"nonzero\"><\/path><circle cx=\"8\" cy=\"8\" r=\"2\"><\/circle><path d=\"M21.5506729,16.416153 C22.1109903,16.9757102 23.0194444,16.9757102 23.5797619,16.416153 C24.1400794,15.8565958 24.1400794,14.9493743 23.5797619,14.3898171 L17.601501,8.4196679 C17.0411836,7.8601107 16.1327295,7.8601107 15.572412,8.4196679 L2.4202381,21.5539963 C1.85992063,22.1135534 1.85992063,23.0207749 2.4202381,23.5803321 C2.98055556,24.1398893 3.88900966,24.1398893 4.44932712,23.5803321 L16.5869565,11.4591717 L21.5506729,16.416153 Z\" fill-rule=\"nonzero\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forImage\"><input type=\"url\" id=\"modalImageUrl_input_22\" class=\"jfModal-input jfModal-modalImageUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter image URL\" aria-label=\"image url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_22_emoji\" data-command=\"insertEmoji\" class=\"jfToolbar-item hasDropdown forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Emoji\" aria-haspopup=\"true\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-emoji \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Smiley<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 3.000000)\"><path d=\"M19.4451446,16.0843869 C19.0223005,17.4164151 18.2337534,18.4897437 17.0795033,19.3043725 C15.9252533,20.1190014 14.6224364,20.5263158 13.1710526,20.5263158 C11.7196689,20.5263158 10.416852,20.1190014 9.26260193,19.3043725 C8.10835187,18.4897437 7.31980479,17.4164151 6.89696071,16.0843869 C6.80553496,15.8091744 6.8283914,15.5422183 6.96553002,15.2835186 C7.10266864,15.0248189 7.31980479,14.8514351 7.61693847,14.7633671 C7.90264393,14.6752991 8.17977823,14.6973161 8.44834136,14.8294181 C8.7169045,14.9615201 8.89689894,15.1706815 8.98832468,15.4569025 C9.27403015,16.3375823 9.80258525,17.0503826 10.57399,17.5953032 C11.3453947,18.1402239 12.2110823,18.4126842 13.1710526,18.4126842 C14.131023,18.4126842 14.9967105,18.1402239 15.7681153,17.5953032 C16.53952,17.0503826 17.0680751,16.3375823 17.3537806,15.4569025 C17.4452063,15.1706815 17.6280578,14.9615201 17.9023351,14.8294181 C18.1766123,14.6973161 18.4566037,14.6752991 18.7423091,14.7633671 C19.0280146,14.8514351 19.2394366,15.0248189 19.3765752,15.2835186 C19.5137139,15.5422183 19.5365703,15.8091744 19.4451446,16.0843869 Z M10.9473684,8.72368421 C10.9473684,9.33751371 10.7302118,9.86158512 10.2958984,10.2958984 C9.86158512,10.7302118 9.33751371,10.9473684 8.72368421,10.9473684 C8.10985471,10.9473684 7.58578331,10.7302118 7.15146998,10.2958984 C6.71715666,9.86158512 6.5,9.33751371 6.5,8.72368421 C6.5,8.10985471 6.71715666,7.58578331 7.15146998,7.15146998 C7.58578331,6.71715666 8.10985471,6.5 8.72368421,6.5 C9.33751371,6.5 9.86158512,6.71715666 10.2958984,7.15146998 C10.7302118,7.58578331 10.9473684,8.10985471 10.9473684,8.72368421 Z M19.5,8.72368421 C19.5,9.33751371 19.2828433,9.86158512 18.84853,10.2958984 C18.4142167,10.7302118 17.8901453,10.9473684 17.2763158,10.9473684 C16.6624863,10.9473684 16.1384149,10.7302118 15.7041016,10.2958984 C15.2697882,9.86158512 15.0526316,9.33751371 15.0526316,8.72368421 C15.0526316,8.10985471 15.2697882,7.58578331 15.7041016,7.15146998 C16.1384149,6.71715666 16.6624863,6.5 17.2763158,6.5 C17.8901453,6.5 18.4142167,6.71715666 18.84853,7.15146998 C19.2828433,7.58578331 19.5,8.10985471 19.5,8.72368421 Z M23.6052632,12.8289474 C23.6052632,11.3696546 23.3190173,9.97490748 22.7465255,8.644706 C22.1740337,7.31450452 21.407905,6.16952097 20.4481394,5.20975535 C19.4883738,4.24998972 18.3433902,3.48386102 17.0131887,2.91136924 C15.6829873,2.33887747 14.2882401,2.05263158 12.8289474,2.05263158 C11.3696546,2.05263158 9.97490748,2.33887747 8.644706,2.91136924 C7.31450452,3.48386102 6.16952097,4.24998972 5.20975535,5.20975535 C4.24998972,6.16952097 3.48386102,7.31450452 2.91136924,8.644706 C2.33887747,9.97490748 2.05263158,11.3696546 2.05263158,12.8289474 C2.05263158,14.2882401 2.33887747,15.6829873 2.91136924,17.0131887 C3.48386102,18.3433902 4.24998972,19.4883738 5.20975535,20.4481394 C6.16952097,21.407905 7.31450452,22.1740337 8.644706,22.7465255 C9.97490748,23.3190173 11.3696546,23.6052632 12.8289474,23.6052632 C14.2882401,23.6052632 15.6829873,23.3190173 17.0131887,22.7465255 C18.3433902,22.1740337 19.4883738,21.407905 20.4481394,20.4481394 C21.407905,19.4883738 22.1740337,18.3433902 22.7465255,17.0131887 C23.3190173,15.6829873 23.6052632,14.2882401 23.6052632,12.8289474 Z M26,13 C26,15.3585069 25.4188368,17.5336372 24.2565104,19.5253906 C23.094184,21.5171441 21.5171441,23.094184 19.5253906,24.2565104 C17.5336372,25.4188368 15.3585069,26 13,26 C10.6414931,26 8.46636285,25.4188368 6.47460938,24.2565104 C4.4828559,23.094184 2.90581597,21.5171441 1.74348958,19.5253906 C0.581163194,17.5336372 0,15.3585069 0,13 C0,10.6414931 0.581163194,8.46636285 1.74348958,6.47460938 C2.90581597,4.4828559 4.4828559,2.90581597 6.47460938,1.74348958 C8.46636285,0.581163194 10.6414931,0 13,0 C15.3585069,0 17.5336372,0.581163194 19.5253906,1.74348958 C21.5171441,2.90581597 23.094184,4.4828559 24.2565104,6.47460938 C25.4188368,8.46636285 26,10.6414931 26,13 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textarea\" id=\"id_23\"><div id=\"cid_23\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textarea\"><div class=\"jfCard-index\"><div>13<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_23\" class=\"jfQuestion-label isLeftAlign\" id=\"label_23\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer to speak at the Skoll World Forum (Individual #1)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_23_description\"><span>In 2-3 sentences, why would you recommend this person\u00a0to speak at the Skoll World Forum and on what topic(s)?<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"textarea\" data-render-type=\"mde\"><div class=\"jfField\"><textarea id=\"input_23\" name=\"q23_referTo23\" placeholder=\"\" class=\"mdInput form-textarea validate[required]\"><\/textarea><div id=\"input_23_editor\" class=\"jfTextarea-editor\" role=\"textbox\" aria-multiline=\"true\" contenteditable=\"true\" data-placeholder=\"\"><\/div><div class=\"jfTextarea-infoSpan \"><span class=\"jfTextarea-limitSpan\" data-limit-type=\"Letters\" data-limit=\"4999\" data-minimum=\"-1\" id=\"input_23-limit\">0\/4999<\/span><span class=\"jfTextarea-modeSpan\"><\/span><\/div><\/div><\/div><\/div><div class=\"jfToolbar\" id=\"input_23_toolbar\" role=\"toolbar\" aria-label=\"Text Formatting\"><div id=\"input_23_fontSize\" data-command=\"heading\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Font Size\" aria-controls=\"input_23_fontSize_menu\" aria-expanded=\"false\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-fontSize \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>TextSize<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 6.000000)\"><g fill-rule=\"nonzero\"><path d=\"M2.34756098,2.5 L16.902439,2.5 L16.902439,4.25 C16.902439,4.94035594 17.4279584,5.5 18.0762195,5.5 C18.7244806,5.5 19.25,4.94035594 19.25,4.25 L19.25,1.25 C19.25,0.559644063 18.7244806,0 18.0762195,0 L1.17378049,0 C0.525519425,0 0,0.559644063 0,1.25 L0,4.25 C0,4.94035594 0.525519425,5.5 1.17378049,5.5 C1.82204155,5.5 2.34756098,4.94035594 2.34756098,4.25 L2.34756098,2.5 Z\"><\/path><path d=\"M5.25,20.5 L13.25,20.5 C13.9403559,20.5 14.5,19.9403559 14.5,19.25 C14.5,18.5596441 13.9403559,18 13.25,18 L5.25,18 C4.55964406,18 4,18.5596441 4,19.25 C4,19.9403559 4.55964406,20.5 5.25,20.5 Z\"><\/path><path d=\"M8,1.25 L8,19.25 C8,19.9403559 8.55964406,20.5 9.25,20.5 C9.94035594,20.5 10.5,19.9403559 10.5,19.25 L10.5,1.25 C10.5,0.559644063 9.94035594,0 9.25,0 C8.55964406,0 8,0.559644063 8,1.25 Z\"><\/path><\/g><g transform=\"translate(15.000000, 8.700000)\"><path d=\"M1.4609612,1.70000076 L10.5189207,1.70000076 L10.5390388,2.45720466 C10.5390388,2.75698225 10.8660861,3 11.2695194,3 C11.6729527,3 12,2.75698225 12,2.45720466 L11.9798819,0.542795343 C11.9798819,0.243017753 11.6528346,0 11.2494013,0 L0.730480602,0 C0.327047306,0 0,0.243017753 0,0.542795343 L0.0201181228,2.45720466 C0.0201181228,2.75698225 0.347165428,3 0.750598725,3 C1.15403202,3 1.48107933,2.75698225 1.48107933,2.45720466 L1.4609612,1.70000076 Z\" fill-rule=\"nonzero\"><\/path><path d=\"M5,1.6097561 L5,10.3902439 C5,10.7270029 5.44771525,11 6,11 C6.55228475,11 7,10.7270029 7,10.3902439 L7,1.6097561 C7,1.2729971 6.55228475,1 6,1 C5.44771525,1 5,1.2729971 5,1.6097561 Z\" fill-rule=\"nonzero\"><\/path><rect x=\"2\" y=\"10\" width=\"8\" height=\"1.79999995\" rx=\"0.899999976\"><\/rect><\/g><\/g><\/g><\/g><\/svg><\/span><\/div><ul class=\"jfToolbar-select jfToolbar-select-heading\" data-command=\"heading\" role=\"menu\" id=\"input_23_fontSize_menu\"><li data-value=\"1\" style=\"font-size:2em\" data-selected=\"true\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"true\">Huge<\/li><li data-value=\"3\" style=\"font-size:1.17em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Large<\/li><li data-value=\"5\" style=\"font-size:0.83em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Normal<\/li><li data-value=\"6\" style=\"font-size:0.67em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Small<\/li><\/ul><\/div><div id=\"input_23_bold\" data-command=\"bold\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Bold\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-bold \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Bold<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M2.47159091,2.5 L2.47159091,8.75 L8.65056818,8.75 C9.96967752,8.75 11.1221591,7.38998343 11.1221591,5.625 C11.1221591,3.86001657 9.96967752,2.5 8.65056818,2.5 L2.47159091,2.5 Z M1.23579545,0 L8.65056818,0 C11.4265247,0 13.59375,2.55749187 13.59375,5.625 C13.59375,8.69250813 11.4265247,11.25 8.65056818,11.25 L1.23579545,11.25 C0.553284471,11.25 0,10.6903559 0,10 L0,1.25 C0,0.559644063 0.553284471,0 1.23579545,0 Z\"><\/path><path d=\"M2.5,11.40625 L2.5,17.65625 L9.90384615,17.65625 C11.2992605,17.65625 12.5,16.2904088 12.5,14.53125 C12.5,12.7720912 11.2992605,11.40625 9.90384615,11.40625 L2.5,11.40625 Z M1.25,8.90625 L9.90384615,8.90625 C12.7567761,8.90625 15,11.4579172 15,14.53125 C15,17.6045828 12.7567761,20.15625 9.90384615,20.15625 L1.25,20.15625 C0.559644063,20.15625 0,19.5966059 0,18.90625 L0,10.15625 C0,9.46589406 0.559644063,8.90625 1.25,8.90625 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_23_italic\" data-command=\"italic\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Italic\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-italic \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Italic<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M13.5882353,0 L4.94117647,0 C4.25894237,0 3.70588235,0.553060015 3.70588235,1.23529412 C3.70588235,1.91752822 4.25894237,2.47058824 4.94117647,2.47058824 L13.5882353,2.47058824 C14.2704694,2.47058824 14.8235294,1.91752822 14.8235294,1.23529412 C14.8235294,0.553060015 14.2704694,0 13.5882353,0 Z\"><\/path><path d=\"M9.88235294,17.2941176 L1.23529412,17.2941176 C0.553060015,17.2941176 0,17.8471777 0,18.5294118 C0,19.2116459 0.553060015,19.7647059 1.23529412,19.7647059 L9.88235294,19.7647059 C10.564587,19.7647059 11.1176471,19.2116459 11.1176471,18.5294118 C11.1176471,17.8471777 10.564587,17.2941176 9.88235294,17.2941176 Z\"><\/path><path d=\"M8.69458806,0.895932724 L3.75341159,18.1900504 C3.56598747,18.8460348 3.94583065,19.5297525 4.60181508,19.7171766 C5.2577995,19.9046008 5.94151722,19.5247576 6.12894135,18.8687732 L11.0701178,1.57465551 C11.2575419,0.918671083 10.8776988,0.234953363 10.2217143,0.0475292411 C9.56572991,-0.139894881 8.88201219,0.239948297 8.69458806,0.895932724 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_23_underline\" data-command=\"underline\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Underline\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-underline \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(7.000000, 5.000000)\"><path d=\"M2.15909091,1.29545455 L2.15909091,8.27097902 C2.15909091,12.2813233 5.34161889,15.5454545 9.28409091,15.5454545 C13.2265629,15.5454545 16.4090909,12.2813233 16.4090909,8.27097902 L16.4090909,1.29545455 C16.4090909,0.579994756 15.8290962,0 15.1136364,0 C14.3981766,0 13.8181818,0.579994756 13.8181818,1.29545455 L13.8181818,8.27097902 C13.8181818,10.864879 11.780757,12.9545455 9.28409091,12.9545455 C6.78742483,12.9545455 4.75,10.864879 4.75,8.27097902 L4.75,1.29545455 C4.75,0.579994756 4.17000524,0 3.45454545,0 C2.73908566,0 2.15909091,0.579994756 2.15909091,1.29545455 Z\"><\/path><path d=\"M1.29545455,20.7272727 L16.8409091,20.7272727 C17.5563689,20.7272727 18.1363636,20.147278 18.1363636,19.4318182 C18.1363636,18.7163584 17.5563689,18.1363636 16.8409091,18.1363636 L1.29545455,18.1363636 C0.579994756,18.1363636 0,18.7163584 0,19.4318182 C0,20.147278 0.579994756,20.7272727 1.29545455,20.7272727 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_23_createLink\" data-command=\"createLink\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Link\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-createLink \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline Copy<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(6.000000, 6.000000)\"><path d=\"M8.12250978,12.0615096 C9.11153092,13.434589 10.6344227,14.2986277 12.2960505,14.422209 C13.960001,14.5459629 15.5906008,13.9142984 16.7617681,12.6976288 L19.3990078,9.95891998 C21.5549175,7.64114792 21.5244655,4.00194322 19.3454622,1.73910167 C17.139984,-0.551233494 13.5527271,-0.583605157 11.3086344,1.66720454 L9.78321622,3.24190674 C9.27889786,3.76258411 9.29215946,4.59350732 9.81283683,5.09782568 C10.3335142,5.60214404 11.1644374,5.58888244 11.6687558,5.06820507 L13.1808677,3.50704343 C14.3730084,2.31152892 16.2689674,2.32863819 17.4546094,3.55989839 C18.6667264,4.81865222 18.683922,6.87363295 17.492498,8.15466767 L14.8707504,10.8770033 C14.2384113,11.5339102 13.371049,11.8699104 12.4907435,11.804439 C11.6081154,11.7387948 10.7913272,11.275376 10.2524902,10.527297 C9.82882911,9.93911912 9.00857156,9.80575194 8.4203937,10.2294131 C7.83221584,10.6530742 7.69884867,11.4733317 8.12250978,12.0615096 Z\"><\/path><path d=\"M12.8774902,8.93849043 C11.8884691,7.56541104 10.3655773,6.70137225 8.70394945,6.57779104 C7.03999899,6.45403709 5.40939918,7.08570163 4.23823187,8.30237124 L1.60099221,11.04108 C-0.554917535,13.3588521 -0.524465488,16.9980568 1.65453778,19.2608983 C3.86001604,21.5512335 7.4472729,21.5836052 9.69136555,19.3327955 L11.2106491,17.7553425 C11.7134482,17.2331979 11.6977656,16.4023168 11.175621,15.8995177 C10.6534764,15.3967186 9.82259538,15.4124012 9.31979625,15.9345457 L7.81647565,17.4957074 C6.62699163,18.6884711 4.7310326,18.6713618 3.54539059,17.4401016 C2.33327358,16.1813478 2.31607797,14.1263671 3.50750204,12.8453323 L6.12924958,10.1229967 C6.76158874,9.46608985 7.62895105,9.13008955 8.50925653,9.19556102 C9.39188462,9.26120523 10.2086728,9.72462402 10.7475098,10.472703 C11.1711709,11.0608809 11.9914284,11.1942481 12.5796063,10.7705869 C13.1677842,10.3469258 13.3011513,9.52666829 12.8774902,8.93849043 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forUrl\"><input type=\"url\" id=\"modalLinkUrl_input_23\" class=\"jfModal-input jfModal-modalLinkUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter URL\" aria-label=\"link url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_23_ul\" data-command=\"insertUnorderedList\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Bullet List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ul \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>NumberList Copy 2<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><circle cx=\"3\" cy=\"3\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"8\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"13\" r=\"1\"><\/circle><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_23_ol\" data-command=\"insertOrderedList\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Numbered List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ol \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(1.000000, 1.000000)\"><path d=\"M0,11 L2,11 L2,11.5 L1,11.5 L1,12.5 L2,12.5 L2,13 L0,13 L0,14 L3,14 L3,10 L0,10 L0,11 Z M0,6 L1.8,6 L0,8.1 L0,9 L3,9 L3,8 L1.2,8 L3,5.9 L3,5 L0,5 L0,6 Z M1,4 L2,4 L2,0 L0,0 L0,1 L1,1 L1,4 Z\"><\/path><\/g><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\"><\/rect><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_23_quote\" data-command=\"formatBlock\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Quote Paragraph\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-quote \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>quote<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(10.000000, 11.000000)\"><path d=\"M9.68229167,9.75 L10.4783857,9.75 L10.4783857,9.75 C10.8611857,9.75 11.2103962,9.53147077 11.3777535,9.18719271 L12.8993679,6.0570147 L12.8993679,6.0570147 C12.9655901,5.92078603 13,5.77129358 13,5.61982199 L13,1 L13,1 C13,0.44771525 12.5522847,1.20591542e-16 12,2.22044605e-16 L8.3125,0 L8.3125,0 C7.76021525,1.01453063e-16 7.3125,0.44771525 7.3125,1 L7.3125,4.85 L7.3125,4.85 C7.3125,5.40228475 7.76021525,5.85 8.3125,5.85 L8.734375,5.85 L8.734375,5.85 C9.22578821,5.85 9.62415732,6.24836912 9.62415732,6.73978232 C9.62415732,6.87455906 9.59354003,7.0075748 9.53461662,7.12878867 L8.88205005,8.47121133 L8.88205005,8.47121133 C8.66720778,8.91317258 8.85132408,9.44561702 9.29328532,9.6604593 C9.41449919,9.7193827 9.54751493,9.75 9.68229167,9.75 Z\"><\/path><path d=\"M2.36979167,9.75 L3.16588569,9.75 L3.16588569,9.75 C3.54868575,9.75 3.89789615,9.53147077 4.06525355,9.18719271 L5.58686785,6.0570147 L5.58686785,6.0570147 C5.65309013,5.92078603 5.6875,5.77129358 5.6875,5.61982199 L5.6875,1 L5.6875,1 C5.6875,0.44771525 5.23978475,1.20591542e-16 4.6875,2.22044605e-16 L1,0 L1,0 C0.44771525,1.01453063e-16 -6.76353751e-17,0.44771525 0,1 L0,4.85 L0,4.85 C-4.22892021e-16,5.40228475 0.44771525,5.85 1,5.85 L1.421875,5.85 L1.421875,5.85 C1.91328821,5.85 2.31165732,6.24836912 2.31165732,6.73978232 C2.31165732,6.87455906 2.28104003,7.0075748 2.22211662,7.12878867 L1.56955005,8.47121133 L1.56955005,8.47121133 C1.35470778,8.91317258 1.53882408,9.44561702 1.98078532,9.6604593 C2.10199919,9.7193827 2.23501493,9.75 2.36979167,9.75 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_23_hr\" data-command=\"insertHorizontalRule\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Horizontal Line\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-hr \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Break<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 14.000000)\"><path d=\"M1.5625,3.125 L23.4375,3.125 C24.3004449,3.125 25,2.42544492 25,1.5625 C25,0.699555078 24.3004449,0 23.4375,0 L1.5625,0 C0.699555078,0 0,0.699555078 0,1.5625 C0,2.42544492 0.699555078,3.125 1.5625,3.125 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_23_imagePicker\" data-command=\"insertImage\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Image\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-imagePicker \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Image<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 4.000000)\"><path d=\"M4.23529412,2.82352941 C3.455598,2.82352941 2.82352941,3.455598 2.82352941,4.23529412 L2.82352941,19.7647059 C2.82352941,20.544402 3.455598,21.1764706 4.23529412,21.1764706 L19.7647059,21.1764706 C20.544402,21.1764706 21.1764706,20.544402 21.1764706,19.7647059 L21.1764706,4.23529412 C21.1764706,3.455598 20.544402,2.82352941 19.7647059,2.82352941 L4.23529412,2.82352941 Z M4.23529412,0 L19.7647059,0 C22.1037942,-3.13474736e-16 24,1.89620577 24,4.23529412 L24,19.7647059 C24,22.1037942 22.1037942,24 19.7647059,24 L4.23529412,24 C1.89620577,24 3.13474736e-16,22.1037942 0,19.7647059 L0,4.23529412 C-3.13474736e-16,1.89620577 1.89620577,4.70212105e-16 4.23529412,0 Z\" fill-rule=\"nonzero\"><\/path><circle cx=\"8\" cy=\"8\" r=\"2\"><\/circle><path d=\"M21.5506729,16.416153 C22.1109903,16.9757102 23.0194444,16.9757102 23.5797619,16.416153 C24.1400794,15.8565958 24.1400794,14.9493743 23.5797619,14.3898171 L17.601501,8.4196679 C17.0411836,7.8601107 16.1327295,7.8601107 15.572412,8.4196679 L2.4202381,21.5539963 C1.85992063,22.1135534 1.85992063,23.0207749 2.4202381,23.5803321 C2.98055556,24.1398893 3.88900966,24.1398893 4.44932712,23.5803321 L16.5869565,11.4591717 L21.5506729,16.416153 Z\" fill-rule=\"nonzero\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forImage\"><input type=\"url\" id=\"modalImageUrl_input_23\" class=\"jfModal-input jfModal-modalImageUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter image URL\" aria-label=\"image url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_23_emoji\" data-command=\"insertEmoji\" class=\"jfToolbar-item hasDropdown forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Emoji\" aria-haspopup=\"true\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-emoji \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Smiley<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 3.000000)\"><path d=\"M19.4451446,16.0843869 C19.0223005,17.4164151 18.2337534,18.4897437 17.0795033,19.3043725 C15.9252533,20.1190014 14.6224364,20.5263158 13.1710526,20.5263158 C11.7196689,20.5263158 10.416852,20.1190014 9.26260193,19.3043725 C8.10835187,18.4897437 7.31980479,17.4164151 6.89696071,16.0843869 C6.80553496,15.8091744 6.8283914,15.5422183 6.96553002,15.2835186 C7.10266864,15.0248189 7.31980479,14.8514351 7.61693847,14.7633671 C7.90264393,14.6752991 8.17977823,14.6973161 8.44834136,14.8294181 C8.7169045,14.9615201 8.89689894,15.1706815 8.98832468,15.4569025 C9.27403015,16.3375823 9.80258525,17.0503826 10.57399,17.5953032 C11.3453947,18.1402239 12.2110823,18.4126842 13.1710526,18.4126842 C14.131023,18.4126842 14.9967105,18.1402239 15.7681153,17.5953032 C16.53952,17.0503826 17.0680751,16.3375823 17.3537806,15.4569025 C17.4452063,15.1706815 17.6280578,14.9615201 17.9023351,14.8294181 C18.1766123,14.6973161 18.4566037,14.6752991 18.7423091,14.7633671 C19.0280146,14.8514351 19.2394366,15.0248189 19.3765752,15.2835186 C19.5137139,15.5422183 19.5365703,15.8091744 19.4451446,16.0843869 Z M10.9473684,8.72368421 C10.9473684,9.33751371 10.7302118,9.86158512 10.2958984,10.2958984 C9.86158512,10.7302118 9.33751371,10.9473684 8.72368421,10.9473684 C8.10985471,10.9473684 7.58578331,10.7302118 7.15146998,10.2958984 C6.71715666,9.86158512 6.5,9.33751371 6.5,8.72368421 C6.5,8.10985471 6.71715666,7.58578331 7.15146998,7.15146998 C7.58578331,6.71715666 8.10985471,6.5 8.72368421,6.5 C9.33751371,6.5 9.86158512,6.71715666 10.2958984,7.15146998 C10.7302118,7.58578331 10.9473684,8.10985471 10.9473684,8.72368421 Z M19.5,8.72368421 C19.5,9.33751371 19.2828433,9.86158512 18.84853,10.2958984 C18.4142167,10.7302118 17.8901453,10.9473684 17.2763158,10.9473684 C16.6624863,10.9473684 16.1384149,10.7302118 15.7041016,10.2958984 C15.2697882,9.86158512 15.0526316,9.33751371 15.0526316,8.72368421 C15.0526316,8.10985471 15.2697882,7.58578331 15.7041016,7.15146998 C16.1384149,6.71715666 16.6624863,6.5 17.2763158,6.5 C17.8901453,6.5 18.4142167,6.71715666 18.84853,7.15146998 C19.2828433,7.58578331 19.5,8.10985471 19.5,8.72368421 Z M23.6052632,12.8289474 C23.6052632,11.3696546 23.3190173,9.97490748 22.7465255,8.644706 C22.1740337,7.31450452 21.407905,6.16952097 20.4481394,5.20975535 C19.4883738,4.24998972 18.3433902,3.48386102 17.0131887,2.91136924 C15.6829873,2.33887747 14.2882401,2.05263158 12.8289474,2.05263158 C11.3696546,2.05263158 9.97490748,2.33887747 8.644706,2.91136924 C7.31450452,3.48386102 6.16952097,4.24998972 5.20975535,5.20975535 C4.24998972,6.16952097 3.48386102,7.31450452 2.91136924,8.644706 C2.33887747,9.97490748 2.05263158,11.3696546 2.05263158,12.8289474 C2.05263158,14.2882401 2.33887747,15.6829873 2.91136924,17.0131887 C3.48386102,18.3433902 4.24998972,19.4883738 5.20975535,20.4481394 C6.16952097,21.407905 7.31450452,22.1740337 8.644706,22.7465255 C9.97490748,23.3190173 11.3696546,23.6052632 12.8289474,23.6052632 C14.2882401,23.6052632 15.6829873,23.3190173 17.0131887,22.7465255 C18.3433902,22.1740337 19.4883738,21.407905 20.4481394,20.4481394 C21.407905,19.4883738 22.1740337,18.3433902 22.7465255,17.0131887 C23.3190173,15.6829873 23.6052632,14.2882401 23.6052632,12.8289474 Z M26,13 C26,15.3585069 25.4188368,17.5336372 24.2565104,19.5253906 C23.094184,21.5171441 21.5171441,23.094184 19.5253906,24.2565104 C17.5336372,25.4188368 15.3585069,26 13,26 C10.6414931,26 8.46636285,25.4188368 6.47460938,24.2565104 C4.4828559,23.094184 2.90581597,21.5171441 1.74348958,19.5253906 C0.581163194,17.5336372 0,15.3585069 0,13 C0,10.6414931 0.581163194,8.46636285 1.74348958,6.47460938 C2.90581597,4.4828559 4.4828559,2.90581597 6.47460938,1.74348958 C8.46636285,0.581163194 10.6414931,0 13,0 C15.3585069,0 17.5336372,0.581163194 19.5253906,1.74348958 C21.5171441,2.90581597 23.094184,4.4828559 24.2565104,6.47460938 C25.4188368,8.46636285 26,10.6414931 26,13 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_mixed\" id=\"id_24\"><div id=\"cid_24\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_mixed\"><div class=\"jfCard-index\"><div>14<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_24\" class=\"jfQuestion-label isLeftAlign\" id=\"label_24\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer for a Skoll Award (Individual #1)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_24_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields isCompoundField\"><div class=\"jfField\" data-type=\"text\" data-col=\"1\"><input type=\"text\" id=\"input_24_field_1\" name=\"q24_referFor[field_1]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" maxLength=\"5000\" data-maxlength=\"5000\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_24_field_1_description\"\/><label class=\"jfField-sublabel \" for=\"input_24_field_1\" id=\"sublabel_24_field_1\">Please describe why you think the organization you are referring would be a good candidate for\u00a0the Skoll Award:<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"1\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" required=\"\" id=\"input_24_field_2\" name=\"q24_referFor[field_2]\" class=\"form-dropdown validate[required] js-forMixed\" aria-labelledby=\"\"><option selected=\"\" value=\"\"><\/option><option value=\"Economic Opportunity\">Economic Opportunity<\/option><option value=\"Education\">Education<\/option><option value=\"Environmental Sustainability\">Environmental Sustainability<\/option><option value=\"Health\">Health<\/option><option value=\"Peace and Human Rights\">Peace and Human Rights<\/option><option value=\"Sustainable Markets\">Sustainable Markets<\/option><option value=\"N\/A - None of the above\">N\/A - None of the above<\/option><\/select><div class=\"jfInput-dropdown isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_24_field_2\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_24_field_2\"><\/span><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-24-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"\" class=\"jfDropdown-optionListItem\"><\/li><li role=\"option\" data-value=\"Economic Opportunity\" class=\"jfDropdown-optionListItem\">Economic Opportunity<\/li><li role=\"option\" data-value=\"Education\" class=\"jfDropdown-optionListItem\">Education<\/li><li role=\"option\" data-value=\"Environmental Sustainability\" class=\"jfDropdown-optionListItem\">Environmental Sustainability<\/li><li role=\"option\" data-value=\"Health\" class=\"jfDropdown-optionListItem\">Health<\/li><li role=\"option\" data-value=\"Peace and Human Rights\" class=\"jfDropdown-optionListItem\">Peace and Human Rights<\/li><li role=\"option\" data-value=\"Sustainable Markets\" class=\"jfDropdown-optionListItem\">Sustainable Markets<\/li><li role=\"option\" data-value=\"N\/A - None of the above\" class=\"jfDropdown-optionListItem\">N\/A - None of the above<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_24_field_2\" id=\"sublabel_24_field_2\">Select the primary issue area of the organization you are referring:<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"1\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" required=\"\" id=\"input_24_field_3\" name=\"q24_referFor[field_3][]\" class=\"form-dropdown validate[required] js-forMixed\" multiple=\"\" aria-labelledby=\"\"><option value=\"Caribbean\">Caribbean<\/option><option value=\"Central America\">Central America<\/option><option value=\"Central and Southern Asia\">Central and Southern Asia<\/option><option value=\"Eastern and Southern Africa\">Eastern and Southern Africa<\/option><option value=\"Eastern Asia\">Eastern Asia<\/option><option value=\"Europe\">Europe<\/option><option value=\"Middle East and North Africa\">Middle East and North Africa<\/option><option value=\"North America\">North America<\/option><option value=\"Oceania\">Oceania<\/option><option value=\"South America\">South America<\/option><option value=\"Southeast Asia\">Southeast Asia<\/option><option value=\"West and Central Africa\">West and Central Africa<\/option><option value=\"N\/A - Global \">N\/A - Global <\/option><\/select><div class=\"jfInput-dropdown isMultiple hasSearch isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_24_field_3\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isPlaceholder\"><\/span><div class=\"jfDropdown-searchWrapper\"><input type=\"text\" class=\"form-textbox jfDropdown-search\" name=\"dropdown_search\" autoComplete=\"off\" placeholder=\"Search\" aria-label=\"Search\" value=\"\"\/><\/div><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-24-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"Caribbean\" class=\"jfDropdown-optionListItem\">Caribbean<\/li><li role=\"option\" data-value=\"Central America\" class=\"jfDropdown-optionListItem\">Central America<\/li><li role=\"option\" data-value=\"Central and Southern Asia\" class=\"jfDropdown-optionListItem\">Central and Southern Asia<\/li><li role=\"option\" data-value=\"Eastern and Southern Africa\" class=\"jfDropdown-optionListItem\">Eastern and Southern Africa<\/li><li role=\"option\" data-value=\"Eastern Asia\" class=\"jfDropdown-optionListItem\">Eastern Asia<\/li><li role=\"option\" data-value=\"Europe\" class=\"jfDropdown-optionListItem\">Europe<\/li><li role=\"option\" data-value=\"Middle East and North Africa\" class=\"jfDropdown-optionListItem\">Middle East and North Africa<\/li><li role=\"option\" data-value=\"North America\" class=\"jfDropdown-optionListItem\">North America<\/li><li role=\"option\" data-value=\"Oceania\" class=\"jfDropdown-optionListItem\">Oceania<\/li><li role=\"option\" data-value=\"South America\" class=\"jfDropdown-optionListItem\">South America<\/li><li role=\"option\" data-value=\"Southeast Asia\" class=\"jfDropdown-optionListItem\">Southeast Asia<\/li><li role=\"option\" data-value=\"West and Central Africa\" class=\"jfDropdown-optionListItem\">West and Central Africa<\/li><li role=\"option\" data-value=\"N\/A - Global \" class=\"jfDropdown-optionListItem\">N\/A - Global <\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_24_field_3\" id=\"sublabel_24_field_3\">Please select the regions where the organization you are referring conducts its work<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_yesno\" id=\"id_29\"><div id=\"cid_29\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_yesno\"><div class=\"jfCard-index\"><div>15<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_29\" class=\"jfQuestion-label isLeftAlign\" id=\"label_29\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Thank you for submitting a referral. <\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_29_description\"><span>Would you like to refer a second person?<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\"><div class=\"jfField\" role=\"group\" aria-labelledby=\"label_29\"><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"YES\" id=\"input_input_29_0\" name=\"q29_thankYou\"\/><span class=\"jfYesno-label\">YES<\/span><\/label><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"NO\" id=\"input_input_29_1\" name=\"q29_thankYou\"\/><span class=\"jfYesno-label\">NO<\/span><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_checkbox\" id=\"id_37\"><div id=\"cid_37\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>16<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_37\" class=\"jfQuestion-label isLeftAlign\" id=\"label_37\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer your network to Skoll (Individual #2)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_37_description\"><span>Please provide your referrals here for the Skoll World Forum and Skoll Award. We recommend reviewing past Awardees and our website for more information on our criteria.\n\nI would like to refer a second person to...<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_37\" class=\"jfQuestion-fields form-single-column\" data-component=\"checkbox\"><div class=\"jfField jfField-lastRowItem form-checkbox-item\"><label data-id=\"label_input_37_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q37_referYour37[]\" value=\"Be considered for a Skoll Award\" id=\"input_37_0\" required=\"\" aria-describedby=\"label_37\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Be considered for a Skoll Award<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_mixed\" id=\"id_38\"><div id=\"cid_38\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_mixed\"><div class=\"jfCard-index\"><div>17<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_38\" class=\"jfQuestion-label isLeftAlign\" id=\"label_38\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Details of the person you are referring (Individual #2):<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_38_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields isCompoundField\"><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_38_field_1\" name=\"q38_detailsOf[field_1]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_38_field_1_description\"\/><label class=\"jfField-sublabel \" for=\"input_38_field_1\" id=\"sublabel_38_field_1\">First Name *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_38_field_2\" name=\"q38_detailsOf[field_2]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_38_field_2_description\"\/><label class=\"jfField-sublabel \" for=\"input_38_field_2\" id=\"sublabel_38_field_2\">Last Name *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_38_field_3\" name=\"q38_detailsOf[field_3]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_38_field_3_description\"\/><label class=\"jfField-sublabel \" for=\"input_38_field_3\" id=\"sublabel_38_field_3\">Email *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_38_field_4\" name=\"q38_detailsOf[field_4]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_38_field_4_description\"\/><label class=\"jfField-sublabel \" for=\"input_38_field_4\" id=\"sublabel_38_field_4\">Organization *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_38_field_5\" name=\"q38_detailsOf[field_5]\" class=\"form-textbox validate[] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" step=\"any\" aria-required=\"false\" aria-describedby=\"input_38_field_5_description\"\/><label class=\"jfField-sublabel \" for=\"input_38_field_5\" id=\"sublabel_38_field_5\">Current Title<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"2\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" id=\"input_38_field_6\" name=\"q38_detailsOf[field_6]\" class=\"form-dropdown js-forMixed\" aria-labelledby=\"\"><option selected=\"\" value=\"\"><\/option><option value=\"Academic Institution\">Academic Institution<\/option><option value=\"Commercial Bank\">Commercial Bank<\/option><option value=\"Commercial Social Purpose\/Social Enterprise Organization\">Commercial Social Purpose\/Social Enterprise Organization<\/option><option value=\"Development Finance Bank or Institution\">Development Finance Bank or Institution<\/option><option value=\"For-Profit Corporation\">For-Profit Corporation<\/option><option value=\"Foundation\/Trust\">Foundation\/Trust<\/option><option value=\"Government\/Aid Agency\">Government\/Aid Agency<\/option><option value=\"Individual Investor\/Donor\">Individual Investor\/Donor<\/option><option value=\"Investment\/Asset Management\">Investment\/Asset Management<\/option><option value=\"Media Company\">Media Company<\/option><option value=\"Non-Governmental\/Non-Profit Organization\">Non-Governmental\/Non-Profit Organization<\/option><option value=\"Professional Services\/Independent Consultants\">Professional Services\/Independent Consultants<\/option><option value=\"Professional\/Industry Association\">Professional\/Industry Association<\/option><option value=\"N\/A - None of the above\">N\/A - None of the above<\/option><\/select><div class=\"jfInput-dropdown hasSearch isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_38_field_6\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_38_field_6\" style=\"display:none\"><\/span><div class=\"jfDropdown-searchWrapper\"><input type=\"text\" class=\"form-textbox jfDropdown-search\" name=\"dropdown_search\" autoComplete=\"off\" placeholder=\"Search\" aria-label=\"Search\" value=\"\"\/><\/div><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-38-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"\" class=\"jfDropdown-optionListItem\"><\/li><li role=\"option\" data-value=\"Academic Institution\" class=\"jfDropdown-optionListItem\">Academic Institution<\/li><li role=\"option\" data-value=\"Commercial Bank\" class=\"jfDropdown-optionListItem\">Commercial Bank<\/li><li role=\"option\" data-value=\"Commercial Social Purpose\/Social Enterprise Organization\" class=\"jfDropdown-optionListItem\">Commercial Social Purpose\/Social Enterprise Organization<\/li><li role=\"option\" data-value=\"Development Finance Bank or Institution\" class=\"jfDropdown-optionListItem\">Development Finance Bank or Institution<\/li><li role=\"option\" data-value=\"For-Profit Corporation\" class=\"jfDropdown-optionListItem\">For-Profit Corporation<\/li><li role=\"option\" data-value=\"Foundation\/Trust\" class=\"jfDropdown-optionListItem\">Foundation\/Trust<\/li><li role=\"option\" data-value=\"Government\/Aid Agency\" class=\"jfDropdown-optionListItem\">Government\/Aid Agency<\/li><li role=\"option\" data-value=\"Individual Investor\/Donor\" class=\"jfDropdown-optionListItem\">Individual Investor\/Donor<\/li><li role=\"option\" data-value=\"Investment\/Asset Management\" class=\"jfDropdown-optionListItem\">Investment\/Asset Management<\/li><li role=\"option\" data-value=\"Media Company\" class=\"jfDropdown-optionListItem\">Media Company<\/li><li role=\"option\" data-value=\"Non-Governmental\/Non-Profit Organization\" class=\"jfDropdown-optionListItem\">Non-Governmental\/Non-Profit Organization<\/li><li role=\"option\" data-value=\"Professional Services\/Independent Consultants\" class=\"jfDropdown-optionListItem\">Professional Services\/Independent Consultants<\/li><li role=\"option\" data-value=\"Professional\/Industry Association\" class=\"jfDropdown-optionListItem\">Professional\/Industry Association<\/li><li role=\"option\" data-value=\"N\/A - None of the above\" class=\"jfDropdown-optionListItem\">N\/A - None of the above<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_38_field_6\" id=\"sublabel_38_field_6\">Organization Type<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textarea\" id=\"id_39\"><div id=\"cid_39\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textarea\"><div class=\"jfCard-index\"><div>18<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_39\" class=\"jfQuestion-label isLeftAlign\" id=\"label_39\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer to attend the Skoll World Forum (Individual #2)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_39_description\"><span>In 2-3 sentences, how would you envision this person contributing to the community at the\u00a0Skoll World Forum?<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"textarea\" data-render-type=\"mde\"><div class=\"jfField\"><textarea id=\"input_39\" name=\"q39_referTo39\" placeholder=\"\" class=\"mdInput form-textarea validate[required]\"><\/textarea><div id=\"input_39_editor\" class=\"jfTextarea-editor\" role=\"textbox\" aria-multiline=\"true\" contenteditable=\"true\" data-placeholder=\"\"><\/div><div class=\"jfTextarea-infoSpan \"><span class=\"jfTextarea-limitSpan\" data-limit-type=\"Letters\" data-limit=\"4999\" data-minimum=\"-1\" id=\"input_39-limit\">0\/4999<\/span><span class=\"jfTextarea-modeSpan\"><\/span><\/div><\/div><\/div><\/div><div class=\"jfToolbar\" id=\"input_39_toolbar\" role=\"toolbar\" aria-label=\"Text Formatting\"><div id=\"input_39_fontSize\" data-command=\"heading\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Font Size\" aria-controls=\"input_39_fontSize_menu\" aria-expanded=\"false\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-fontSize \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>TextSize<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 6.000000)\"><g fill-rule=\"nonzero\"><path d=\"M2.34756098,2.5 L16.902439,2.5 L16.902439,4.25 C16.902439,4.94035594 17.4279584,5.5 18.0762195,5.5 C18.7244806,5.5 19.25,4.94035594 19.25,4.25 L19.25,1.25 C19.25,0.559644063 18.7244806,0 18.0762195,0 L1.17378049,0 C0.525519425,0 0,0.559644063 0,1.25 L0,4.25 C0,4.94035594 0.525519425,5.5 1.17378049,5.5 C1.82204155,5.5 2.34756098,4.94035594 2.34756098,4.25 L2.34756098,2.5 Z\"><\/path><path d=\"M5.25,20.5 L13.25,20.5 C13.9403559,20.5 14.5,19.9403559 14.5,19.25 C14.5,18.5596441 13.9403559,18 13.25,18 L5.25,18 C4.55964406,18 4,18.5596441 4,19.25 C4,19.9403559 4.55964406,20.5 5.25,20.5 Z\"><\/path><path d=\"M8,1.25 L8,19.25 C8,19.9403559 8.55964406,20.5 9.25,20.5 C9.94035594,20.5 10.5,19.9403559 10.5,19.25 L10.5,1.25 C10.5,0.559644063 9.94035594,0 9.25,0 C8.55964406,0 8,0.559644063 8,1.25 Z\"><\/path><\/g><g transform=\"translate(15.000000, 8.700000)\"><path d=\"M1.4609612,1.70000076 L10.5189207,1.70000076 L10.5390388,2.45720466 C10.5390388,2.75698225 10.8660861,3 11.2695194,3 C11.6729527,3 12,2.75698225 12,2.45720466 L11.9798819,0.542795343 C11.9798819,0.243017753 11.6528346,0 11.2494013,0 L0.730480602,0 C0.327047306,0 0,0.243017753 0,0.542795343 L0.0201181228,2.45720466 C0.0201181228,2.75698225 0.347165428,3 0.750598725,3 C1.15403202,3 1.48107933,2.75698225 1.48107933,2.45720466 L1.4609612,1.70000076 Z\" fill-rule=\"nonzero\"><\/path><path d=\"M5,1.6097561 L5,10.3902439 C5,10.7270029 5.44771525,11 6,11 C6.55228475,11 7,10.7270029 7,10.3902439 L7,1.6097561 C7,1.2729971 6.55228475,1 6,1 C5.44771525,1 5,1.2729971 5,1.6097561 Z\" fill-rule=\"nonzero\"><\/path><rect x=\"2\" y=\"10\" width=\"8\" height=\"1.79999995\" rx=\"0.899999976\"><\/rect><\/g><\/g><\/g><\/g><\/svg><\/span><\/div><ul class=\"jfToolbar-select jfToolbar-select-heading\" data-command=\"heading\" role=\"menu\" id=\"input_39_fontSize_menu\"><li data-value=\"1\" style=\"font-size:2em\" data-selected=\"true\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"true\">Huge<\/li><li data-value=\"3\" style=\"font-size:1.17em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Large<\/li><li data-value=\"5\" style=\"font-size:0.83em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Normal<\/li><li data-value=\"6\" style=\"font-size:0.67em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Small<\/li><\/ul><\/div><div id=\"input_39_bold\" data-command=\"bold\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Bold\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-bold \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Bold<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M2.47159091,2.5 L2.47159091,8.75 L8.65056818,8.75 C9.96967752,8.75 11.1221591,7.38998343 11.1221591,5.625 C11.1221591,3.86001657 9.96967752,2.5 8.65056818,2.5 L2.47159091,2.5 Z M1.23579545,0 L8.65056818,0 C11.4265247,0 13.59375,2.55749187 13.59375,5.625 C13.59375,8.69250813 11.4265247,11.25 8.65056818,11.25 L1.23579545,11.25 C0.553284471,11.25 0,10.6903559 0,10 L0,1.25 C0,0.559644063 0.553284471,0 1.23579545,0 Z\"><\/path><path d=\"M2.5,11.40625 L2.5,17.65625 L9.90384615,17.65625 C11.2992605,17.65625 12.5,16.2904088 12.5,14.53125 C12.5,12.7720912 11.2992605,11.40625 9.90384615,11.40625 L2.5,11.40625 Z M1.25,8.90625 L9.90384615,8.90625 C12.7567761,8.90625 15,11.4579172 15,14.53125 C15,17.6045828 12.7567761,20.15625 9.90384615,20.15625 L1.25,20.15625 C0.559644063,20.15625 0,19.5966059 0,18.90625 L0,10.15625 C0,9.46589406 0.559644063,8.90625 1.25,8.90625 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_39_italic\" data-command=\"italic\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Italic\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-italic \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Italic<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M13.5882353,0 L4.94117647,0 C4.25894237,0 3.70588235,0.553060015 3.70588235,1.23529412 C3.70588235,1.91752822 4.25894237,2.47058824 4.94117647,2.47058824 L13.5882353,2.47058824 C14.2704694,2.47058824 14.8235294,1.91752822 14.8235294,1.23529412 C14.8235294,0.553060015 14.2704694,0 13.5882353,0 Z\"><\/path><path d=\"M9.88235294,17.2941176 L1.23529412,17.2941176 C0.553060015,17.2941176 0,17.8471777 0,18.5294118 C0,19.2116459 0.553060015,19.7647059 1.23529412,19.7647059 L9.88235294,19.7647059 C10.564587,19.7647059 11.1176471,19.2116459 11.1176471,18.5294118 C11.1176471,17.8471777 10.564587,17.2941176 9.88235294,17.2941176 Z\"><\/path><path d=\"M8.69458806,0.895932724 L3.75341159,18.1900504 C3.56598747,18.8460348 3.94583065,19.5297525 4.60181508,19.7171766 C5.2577995,19.9046008 5.94151722,19.5247576 6.12894135,18.8687732 L11.0701178,1.57465551 C11.2575419,0.918671083 10.8776988,0.234953363 10.2217143,0.0475292411 C9.56572991,-0.139894881 8.88201219,0.239948297 8.69458806,0.895932724 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_39_underline\" data-command=\"underline\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Underline\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-underline \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(7.000000, 5.000000)\"><path d=\"M2.15909091,1.29545455 L2.15909091,8.27097902 C2.15909091,12.2813233 5.34161889,15.5454545 9.28409091,15.5454545 C13.2265629,15.5454545 16.4090909,12.2813233 16.4090909,8.27097902 L16.4090909,1.29545455 C16.4090909,0.579994756 15.8290962,0 15.1136364,0 C14.3981766,0 13.8181818,0.579994756 13.8181818,1.29545455 L13.8181818,8.27097902 C13.8181818,10.864879 11.780757,12.9545455 9.28409091,12.9545455 C6.78742483,12.9545455 4.75,10.864879 4.75,8.27097902 L4.75,1.29545455 C4.75,0.579994756 4.17000524,0 3.45454545,0 C2.73908566,0 2.15909091,0.579994756 2.15909091,1.29545455 Z\"><\/path><path d=\"M1.29545455,20.7272727 L16.8409091,20.7272727 C17.5563689,20.7272727 18.1363636,20.147278 18.1363636,19.4318182 C18.1363636,18.7163584 17.5563689,18.1363636 16.8409091,18.1363636 L1.29545455,18.1363636 C0.579994756,18.1363636 0,18.7163584 0,19.4318182 C0,20.147278 0.579994756,20.7272727 1.29545455,20.7272727 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_39_createLink\" data-command=\"createLink\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Link\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-createLink \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline Copy<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(6.000000, 6.000000)\"><path d=\"M8.12250978,12.0615096 C9.11153092,13.434589 10.6344227,14.2986277 12.2960505,14.422209 C13.960001,14.5459629 15.5906008,13.9142984 16.7617681,12.6976288 L19.3990078,9.95891998 C21.5549175,7.64114792 21.5244655,4.00194322 19.3454622,1.73910167 C17.139984,-0.551233494 13.5527271,-0.583605157 11.3086344,1.66720454 L9.78321622,3.24190674 C9.27889786,3.76258411 9.29215946,4.59350732 9.81283683,5.09782568 C10.3335142,5.60214404 11.1644374,5.58888244 11.6687558,5.06820507 L13.1808677,3.50704343 C14.3730084,2.31152892 16.2689674,2.32863819 17.4546094,3.55989839 C18.6667264,4.81865222 18.683922,6.87363295 17.492498,8.15466767 L14.8707504,10.8770033 C14.2384113,11.5339102 13.371049,11.8699104 12.4907435,11.804439 C11.6081154,11.7387948 10.7913272,11.275376 10.2524902,10.527297 C9.82882911,9.93911912 9.00857156,9.80575194 8.4203937,10.2294131 C7.83221584,10.6530742 7.69884867,11.4733317 8.12250978,12.0615096 Z\"><\/path><path d=\"M12.8774902,8.93849043 C11.8884691,7.56541104 10.3655773,6.70137225 8.70394945,6.57779104 C7.03999899,6.45403709 5.40939918,7.08570163 4.23823187,8.30237124 L1.60099221,11.04108 C-0.554917535,13.3588521 -0.524465488,16.9980568 1.65453778,19.2608983 C3.86001604,21.5512335 7.4472729,21.5836052 9.69136555,19.3327955 L11.2106491,17.7553425 C11.7134482,17.2331979 11.6977656,16.4023168 11.175621,15.8995177 C10.6534764,15.3967186 9.82259538,15.4124012 9.31979625,15.9345457 L7.81647565,17.4957074 C6.62699163,18.6884711 4.7310326,18.6713618 3.54539059,17.4401016 C2.33327358,16.1813478 2.31607797,14.1263671 3.50750204,12.8453323 L6.12924958,10.1229967 C6.76158874,9.46608985 7.62895105,9.13008955 8.50925653,9.19556102 C9.39188462,9.26120523 10.2086728,9.72462402 10.7475098,10.472703 C11.1711709,11.0608809 11.9914284,11.1942481 12.5796063,10.7705869 C13.1677842,10.3469258 13.3011513,9.52666829 12.8774902,8.93849043 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forUrl\"><input type=\"url\" id=\"modalLinkUrl_input_39\" class=\"jfModal-input jfModal-modalLinkUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter URL\" aria-label=\"link url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_39_ul\" data-command=\"insertUnorderedList\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Bullet List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ul \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>NumberList Copy 2<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><circle cx=\"3\" cy=\"3\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"8\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"13\" r=\"1\"><\/circle><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_39_ol\" data-command=\"insertOrderedList\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Numbered List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ol \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(1.000000, 1.000000)\"><path d=\"M0,11 L2,11 L2,11.5 L1,11.5 L1,12.5 L2,12.5 L2,13 L0,13 L0,14 L3,14 L3,10 L0,10 L0,11 Z M0,6 L1.8,6 L0,8.1 L0,9 L3,9 L3,8 L1.2,8 L3,5.9 L3,5 L0,5 L0,6 Z M1,4 L2,4 L2,0 L0,0 L0,1 L1,1 L1,4 Z\"><\/path><\/g><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\"><\/rect><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_39_quote\" data-command=\"formatBlock\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Quote Paragraph\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-quote \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>quote<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(10.000000, 11.000000)\"><path d=\"M9.68229167,9.75 L10.4783857,9.75 L10.4783857,9.75 C10.8611857,9.75 11.2103962,9.53147077 11.3777535,9.18719271 L12.8993679,6.0570147 L12.8993679,6.0570147 C12.9655901,5.92078603 13,5.77129358 13,5.61982199 L13,1 L13,1 C13,0.44771525 12.5522847,1.20591542e-16 12,2.22044605e-16 L8.3125,0 L8.3125,0 C7.76021525,1.01453063e-16 7.3125,0.44771525 7.3125,1 L7.3125,4.85 L7.3125,4.85 C7.3125,5.40228475 7.76021525,5.85 8.3125,5.85 L8.734375,5.85 L8.734375,5.85 C9.22578821,5.85 9.62415732,6.24836912 9.62415732,6.73978232 C9.62415732,6.87455906 9.59354003,7.0075748 9.53461662,7.12878867 L8.88205005,8.47121133 L8.88205005,8.47121133 C8.66720778,8.91317258 8.85132408,9.44561702 9.29328532,9.6604593 C9.41449919,9.7193827 9.54751493,9.75 9.68229167,9.75 Z\"><\/path><path d=\"M2.36979167,9.75 L3.16588569,9.75 L3.16588569,9.75 C3.54868575,9.75 3.89789615,9.53147077 4.06525355,9.18719271 L5.58686785,6.0570147 L5.58686785,6.0570147 C5.65309013,5.92078603 5.6875,5.77129358 5.6875,5.61982199 L5.6875,1 L5.6875,1 C5.6875,0.44771525 5.23978475,1.20591542e-16 4.6875,2.22044605e-16 L1,0 L1,0 C0.44771525,1.01453063e-16 -6.76353751e-17,0.44771525 0,1 L0,4.85 L0,4.85 C-4.22892021e-16,5.40228475 0.44771525,5.85 1,5.85 L1.421875,5.85 L1.421875,5.85 C1.91328821,5.85 2.31165732,6.24836912 2.31165732,6.73978232 C2.31165732,6.87455906 2.28104003,7.0075748 2.22211662,7.12878867 L1.56955005,8.47121133 L1.56955005,8.47121133 C1.35470778,8.91317258 1.53882408,9.44561702 1.98078532,9.6604593 C2.10199919,9.7193827 2.23501493,9.75 2.36979167,9.75 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_39_hr\" data-command=\"insertHorizontalRule\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Horizontal Line\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-hr \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Break<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 14.000000)\"><path d=\"M1.5625,3.125 L23.4375,3.125 C24.3004449,3.125 25,2.42544492 25,1.5625 C25,0.699555078 24.3004449,0 23.4375,0 L1.5625,0 C0.699555078,0 0,0.699555078 0,1.5625 C0,2.42544492 0.699555078,3.125 1.5625,3.125 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_39_imagePicker\" data-command=\"insertImage\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Image\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-imagePicker \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Image<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 4.000000)\"><path d=\"M4.23529412,2.82352941 C3.455598,2.82352941 2.82352941,3.455598 2.82352941,4.23529412 L2.82352941,19.7647059 C2.82352941,20.544402 3.455598,21.1764706 4.23529412,21.1764706 L19.7647059,21.1764706 C20.544402,21.1764706 21.1764706,20.544402 21.1764706,19.7647059 L21.1764706,4.23529412 C21.1764706,3.455598 20.544402,2.82352941 19.7647059,2.82352941 L4.23529412,2.82352941 Z M4.23529412,0 L19.7647059,0 C22.1037942,-3.13474736e-16 24,1.89620577 24,4.23529412 L24,19.7647059 C24,22.1037942 22.1037942,24 19.7647059,24 L4.23529412,24 C1.89620577,24 3.13474736e-16,22.1037942 0,19.7647059 L0,4.23529412 C-3.13474736e-16,1.89620577 1.89620577,4.70212105e-16 4.23529412,0 Z\" fill-rule=\"nonzero\"><\/path><circle cx=\"8\" cy=\"8\" r=\"2\"><\/circle><path d=\"M21.5506729,16.416153 C22.1109903,16.9757102 23.0194444,16.9757102 23.5797619,16.416153 C24.1400794,15.8565958 24.1400794,14.9493743 23.5797619,14.3898171 L17.601501,8.4196679 C17.0411836,7.8601107 16.1327295,7.8601107 15.572412,8.4196679 L2.4202381,21.5539963 C1.85992063,22.1135534 1.85992063,23.0207749 2.4202381,23.5803321 C2.98055556,24.1398893 3.88900966,24.1398893 4.44932712,23.5803321 L16.5869565,11.4591717 L21.5506729,16.416153 Z\" fill-rule=\"nonzero\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forImage\"><input type=\"url\" id=\"modalImageUrl_input_39\" class=\"jfModal-input jfModal-modalImageUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter image URL\" aria-label=\"image url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_39_emoji\" data-command=\"insertEmoji\" class=\"jfToolbar-item hasDropdown forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Emoji\" aria-haspopup=\"true\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-emoji \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Smiley<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 3.000000)\"><path d=\"M19.4451446,16.0843869 C19.0223005,17.4164151 18.2337534,18.4897437 17.0795033,19.3043725 C15.9252533,20.1190014 14.6224364,20.5263158 13.1710526,20.5263158 C11.7196689,20.5263158 10.416852,20.1190014 9.26260193,19.3043725 C8.10835187,18.4897437 7.31980479,17.4164151 6.89696071,16.0843869 C6.80553496,15.8091744 6.8283914,15.5422183 6.96553002,15.2835186 C7.10266864,15.0248189 7.31980479,14.8514351 7.61693847,14.7633671 C7.90264393,14.6752991 8.17977823,14.6973161 8.44834136,14.8294181 C8.7169045,14.9615201 8.89689894,15.1706815 8.98832468,15.4569025 C9.27403015,16.3375823 9.80258525,17.0503826 10.57399,17.5953032 C11.3453947,18.1402239 12.2110823,18.4126842 13.1710526,18.4126842 C14.131023,18.4126842 14.9967105,18.1402239 15.7681153,17.5953032 C16.53952,17.0503826 17.0680751,16.3375823 17.3537806,15.4569025 C17.4452063,15.1706815 17.6280578,14.9615201 17.9023351,14.8294181 C18.1766123,14.6973161 18.4566037,14.6752991 18.7423091,14.7633671 C19.0280146,14.8514351 19.2394366,15.0248189 19.3765752,15.2835186 C19.5137139,15.5422183 19.5365703,15.8091744 19.4451446,16.0843869 Z M10.9473684,8.72368421 C10.9473684,9.33751371 10.7302118,9.86158512 10.2958984,10.2958984 C9.86158512,10.7302118 9.33751371,10.9473684 8.72368421,10.9473684 C8.10985471,10.9473684 7.58578331,10.7302118 7.15146998,10.2958984 C6.71715666,9.86158512 6.5,9.33751371 6.5,8.72368421 C6.5,8.10985471 6.71715666,7.58578331 7.15146998,7.15146998 C7.58578331,6.71715666 8.10985471,6.5 8.72368421,6.5 C9.33751371,6.5 9.86158512,6.71715666 10.2958984,7.15146998 C10.7302118,7.58578331 10.9473684,8.10985471 10.9473684,8.72368421 Z M19.5,8.72368421 C19.5,9.33751371 19.2828433,9.86158512 18.84853,10.2958984 C18.4142167,10.7302118 17.8901453,10.9473684 17.2763158,10.9473684 C16.6624863,10.9473684 16.1384149,10.7302118 15.7041016,10.2958984 C15.2697882,9.86158512 15.0526316,9.33751371 15.0526316,8.72368421 C15.0526316,8.10985471 15.2697882,7.58578331 15.7041016,7.15146998 C16.1384149,6.71715666 16.6624863,6.5 17.2763158,6.5 C17.8901453,6.5 18.4142167,6.71715666 18.84853,7.15146998 C19.2828433,7.58578331 19.5,8.10985471 19.5,8.72368421 Z M23.6052632,12.8289474 C23.6052632,11.3696546 23.3190173,9.97490748 22.7465255,8.644706 C22.1740337,7.31450452 21.407905,6.16952097 20.4481394,5.20975535 C19.4883738,4.24998972 18.3433902,3.48386102 17.0131887,2.91136924 C15.6829873,2.33887747 14.2882401,2.05263158 12.8289474,2.05263158 C11.3696546,2.05263158 9.97490748,2.33887747 8.644706,2.91136924 C7.31450452,3.48386102 6.16952097,4.24998972 5.20975535,5.20975535 C4.24998972,6.16952097 3.48386102,7.31450452 2.91136924,8.644706 C2.33887747,9.97490748 2.05263158,11.3696546 2.05263158,12.8289474 C2.05263158,14.2882401 2.33887747,15.6829873 2.91136924,17.0131887 C3.48386102,18.3433902 4.24998972,19.4883738 5.20975535,20.4481394 C6.16952097,21.407905 7.31450452,22.1740337 8.644706,22.7465255 C9.97490748,23.3190173 11.3696546,23.6052632 12.8289474,23.6052632 C14.2882401,23.6052632 15.6829873,23.3190173 17.0131887,22.7465255 C18.3433902,22.1740337 19.4883738,21.407905 20.4481394,20.4481394 C21.407905,19.4883738 22.1740337,18.3433902 22.7465255,17.0131887 C23.3190173,15.6829873 23.6052632,14.2882401 23.6052632,12.8289474 Z M26,13 C26,15.3585069 25.4188368,17.5336372 24.2565104,19.5253906 C23.094184,21.5171441 21.5171441,23.094184 19.5253906,24.2565104 C17.5336372,25.4188368 15.3585069,26 13,26 C10.6414931,26 8.46636285,25.4188368 6.47460938,24.2565104 C4.4828559,23.094184 2.90581597,21.5171441 1.74348958,19.5253906 C0.581163194,17.5336372 0,15.3585069 0,13 C0,10.6414931 0.581163194,8.46636285 1.74348958,6.47460938 C2.90581597,4.4828559 4.4828559,2.90581597 6.47460938,1.74348958 C8.46636285,0.581163194 10.6414931,0 13,0 C15.3585069,0 17.5336372,0.581163194 19.5253906,1.74348958 C21.5171441,2.90581597 23.094184,4.4828559 24.2565104,6.47460938 C25.4188368,8.46636285 26,10.6414931 26,13 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textarea\" id=\"id_40\"><div id=\"cid_40\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textarea\"><div class=\"jfCard-index\"><div>19<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_40\" class=\"jfQuestion-label isLeftAlign\" id=\"label_40\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer to speak at the Skoll World Forum (Individual #2)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_40_description\"><span>In 2-3 sentences, why would you recommend this person\u00a0to speak at the Skoll World Forum?<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"textarea\" data-render-type=\"mde\"><div class=\"jfField\"><textarea id=\"input_40\" name=\"q40_referTo40\" placeholder=\"\" class=\"mdInput form-textarea validate[required]\"><\/textarea><div id=\"input_40_editor\" class=\"jfTextarea-editor\" role=\"textbox\" aria-multiline=\"true\" contenteditable=\"true\" data-placeholder=\"\"><\/div><div class=\"jfTextarea-infoSpan \"><span class=\"jfTextarea-limitSpan\" data-limit-type=\"Letters\" data-limit=\"4999\" data-minimum=\"-1\" id=\"input_40-limit\">0\/4999<\/span><span class=\"jfTextarea-modeSpan\"><\/span><\/div><\/div><\/div><\/div><div class=\"jfToolbar\" id=\"input_40_toolbar\" role=\"toolbar\" aria-label=\"Text Formatting\"><div id=\"input_40_fontSize\" data-command=\"heading\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Font Size\" aria-controls=\"input_40_fontSize_menu\" aria-expanded=\"false\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-fontSize \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>TextSize<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 6.000000)\"><g fill-rule=\"nonzero\"><path d=\"M2.34756098,2.5 L16.902439,2.5 L16.902439,4.25 C16.902439,4.94035594 17.4279584,5.5 18.0762195,5.5 C18.7244806,5.5 19.25,4.94035594 19.25,4.25 L19.25,1.25 C19.25,0.559644063 18.7244806,0 18.0762195,0 L1.17378049,0 C0.525519425,0 0,0.559644063 0,1.25 L0,4.25 C0,4.94035594 0.525519425,5.5 1.17378049,5.5 C1.82204155,5.5 2.34756098,4.94035594 2.34756098,4.25 L2.34756098,2.5 Z\"><\/path><path d=\"M5.25,20.5 L13.25,20.5 C13.9403559,20.5 14.5,19.9403559 14.5,19.25 C14.5,18.5596441 13.9403559,18 13.25,18 L5.25,18 C4.55964406,18 4,18.5596441 4,19.25 C4,19.9403559 4.55964406,20.5 5.25,20.5 Z\"><\/path><path d=\"M8,1.25 L8,19.25 C8,19.9403559 8.55964406,20.5 9.25,20.5 C9.94035594,20.5 10.5,19.9403559 10.5,19.25 L10.5,1.25 C10.5,0.559644063 9.94035594,0 9.25,0 C8.55964406,0 8,0.559644063 8,1.25 Z\"><\/path><\/g><g transform=\"translate(15.000000, 8.700000)\"><path d=\"M1.4609612,1.70000076 L10.5189207,1.70000076 L10.5390388,2.45720466 C10.5390388,2.75698225 10.8660861,3 11.2695194,3 C11.6729527,3 12,2.75698225 12,2.45720466 L11.9798819,0.542795343 C11.9798819,0.243017753 11.6528346,0 11.2494013,0 L0.730480602,0 C0.327047306,0 0,0.243017753 0,0.542795343 L0.0201181228,2.45720466 C0.0201181228,2.75698225 0.347165428,3 0.750598725,3 C1.15403202,3 1.48107933,2.75698225 1.48107933,2.45720466 L1.4609612,1.70000076 Z\" fill-rule=\"nonzero\"><\/path><path d=\"M5,1.6097561 L5,10.3902439 C5,10.7270029 5.44771525,11 6,11 C6.55228475,11 7,10.7270029 7,10.3902439 L7,1.6097561 C7,1.2729971 6.55228475,1 6,1 C5.44771525,1 5,1.2729971 5,1.6097561 Z\" fill-rule=\"nonzero\"><\/path><rect x=\"2\" y=\"10\" width=\"8\" height=\"1.79999995\" rx=\"0.899999976\"><\/rect><\/g><\/g><\/g><\/g><\/svg><\/span><\/div><ul class=\"jfToolbar-select jfToolbar-select-heading\" data-command=\"heading\" role=\"menu\" id=\"input_40_fontSize_menu\"><li data-value=\"1\" style=\"font-size:2em\" data-selected=\"true\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"true\">Huge<\/li><li data-value=\"3\" style=\"font-size:1.17em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Large<\/li><li data-value=\"5\" style=\"font-size:0.83em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Normal<\/li><li data-value=\"6\" style=\"font-size:0.67em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Small<\/li><\/ul><\/div><div id=\"input_40_bold\" data-command=\"bold\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Bold\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-bold \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Bold<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M2.47159091,2.5 L2.47159091,8.75 L8.65056818,8.75 C9.96967752,8.75 11.1221591,7.38998343 11.1221591,5.625 C11.1221591,3.86001657 9.96967752,2.5 8.65056818,2.5 L2.47159091,2.5 Z M1.23579545,0 L8.65056818,0 C11.4265247,0 13.59375,2.55749187 13.59375,5.625 C13.59375,8.69250813 11.4265247,11.25 8.65056818,11.25 L1.23579545,11.25 C0.553284471,11.25 0,10.6903559 0,10 L0,1.25 C0,0.559644063 0.553284471,0 1.23579545,0 Z\"><\/path><path d=\"M2.5,11.40625 L2.5,17.65625 L9.90384615,17.65625 C11.2992605,17.65625 12.5,16.2904088 12.5,14.53125 C12.5,12.7720912 11.2992605,11.40625 9.90384615,11.40625 L2.5,11.40625 Z M1.25,8.90625 L9.90384615,8.90625 C12.7567761,8.90625 15,11.4579172 15,14.53125 C15,17.6045828 12.7567761,20.15625 9.90384615,20.15625 L1.25,20.15625 C0.559644063,20.15625 0,19.5966059 0,18.90625 L0,10.15625 C0,9.46589406 0.559644063,8.90625 1.25,8.90625 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_40_italic\" data-command=\"italic\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Italic\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-italic \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Italic<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M13.5882353,0 L4.94117647,0 C4.25894237,0 3.70588235,0.553060015 3.70588235,1.23529412 C3.70588235,1.91752822 4.25894237,2.47058824 4.94117647,2.47058824 L13.5882353,2.47058824 C14.2704694,2.47058824 14.8235294,1.91752822 14.8235294,1.23529412 C14.8235294,0.553060015 14.2704694,0 13.5882353,0 Z\"><\/path><path d=\"M9.88235294,17.2941176 L1.23529412,17.2941176 C0.553060015,17.2941176 0,17.8471777 0,18.5294118 C0,19.2116459 0.553060015,19.7647059 1.23529412,19.7647059 L9.88235294,19.7647059 C10.564587,19.7647059 11.1176471,19.2116459 11.1176471,18.5294118 C11.1176471,17.8471777 10.564587,17.2941176 9.88235294,17.2941176 Z\"><\/path><path d=\"M8.69458806,0.895932724 L3.75341159,18.1900504 C3.56598747,18.8460348 3.94583065,19.5297525 4.60181508,19.7171766 C5.2577995,19.9046008 5.94151722,19.5247576 6.12894135,18.8687732 L11.0701178,1.57465551 C11.2575419,0.918671083 10.8776988,0.234953363 10.2217143,0.0475292411 C9.56572991,-0.139894881 8.88201219,0.239948297 8.69458806,0.895932724 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_40_underline\" data-command=\"underline\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Underline\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-underline \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(7.000000, 5.000000)\"><path d=\"M2.15909091,1.29545455 L2.15909091,8.27097902 C2.15909091,12.2813233 5.34161889,15.5454545 9.28409091,15.5454545 C13.2265629,15.5454545 16.4090909,12.2813233 16.4090909,8.27097902 L16.4090909,1.29545455 C16.4090909,0.579994756 15.8290962,0 15.1136364,0 C14.3981766,0 13.8181818,0.579994756 13.8181818,1.29545455 L13.8181818,8.27097902 C13.8181818,10.864879 11.780757,12.9545455 9.28409091,12.9545455 C6.78742483,12.9545455 4.75,10.864879 4.75,8.27097902 L4.75,1.29545455 C4.75,0.579994756 4.17000524,0 3.45454545,0 C2.73908566,0 2.15909091,0.579994756 2.15909091,1.29545455 Z\"><\/path><path d=\"M1.29545455,20.7272727 L16.8409091,20.7272727 C17.5563689,20.7272727 18.1363636,20.147278 18.1363636,19.4318182 C18.1363636,18.7163584 17.5563689,18.1363636 16.8409091,18.1363636 L1.29545455,18.1363636 C0.579994756,18.1363636 0,18.7163584 0,19.4318182 C0,20.147278 0.579994756,20.7272727 1.29545455,20.7272727 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_40_createLink\" data-command=\"createLink\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Link\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-createLink \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline Copy<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(6.000000, 6.000000)\"><path d=\"M8.12250978,12.0615096 C9.11153092,13.434589 10.6344227,14.2986277 12.2960505,14.422209 C13.960001,14.5459629 15.5906008,13.9142984 16.7617681,12.6976288 L19.3990078,9.95891998 C21.5549175,7.64114792 21.5244655,4.00194322 19.3454622,1.73910167 C17.139984,-0.551233494 13.5527271,-0.583605157 11.3086344,1.66720454 L9.78321622,3.24190674 C9.27889786,3.76258411 9.29215946,4.59350732 9.81283683,5.09782568 C10.3335142,5.60214404 11.1644374,5.58888244 11.6687558,5.06820507 L13.1808677,3.50704343 C14.3730084,2.31152892 16.2689674,2.32863819 17.4546094,3.55989839 C18.6667264,4.81865222 18.683922,6.87363295 17.492498,8.15466767 L14.8707504,10.8770033 C14.2384113,11.5339102 13.371049,11.8699104 12.4907435,11.804439 C11.6081154,11.7387948 10.7913272,11.275376 10.2524902,10.527297 C9.82882911,9.93911912 9.00857156,9.80575194 8.4203937,10.2294131 C7.83221584,10.6530742 7.69884867,11.4733317 8.12250978,12.0615096 Z\"><\/path><path d=\"M12.8774902,8.93849043 C11.8884691,7.56541104 10.3655773,6.70137225 8.70394945,6.57779104 C7.03999899,6.45403709 5.40939918,7.08570163 4.23823187,8.30237124 L1.60099221,11.04108 C-0.554917535,13.3588521 -0.524465488,16.9980568 1.65453778,19.2608983 C3.86001604,21.5512335 7.4472729,21.5836052 9.69136555,19.3327955 L11.2106491,17.7553425 C11.7134482,17.2331979 11.6977656,16.4023168 11.175621,15.8995177 C10.6534764,15.3967186 9.82259538,15.4124012 9.31979625,15.9345457 L7.81647565,17.4957074 C6.62699163,18.6884711 4.7310326,18.6713618 3.54539059,17.4401016 C2.33327358,16.1813478 2.31607797,14.1263671 3.50750204,12.8453323 L6.12924958,10.1229967 C6.76158874,9.46608985 7.62895105,9.13008955 8.50925653,9.19556102 C9.39188462,9.26120523 10.2086728,9.72462402 10.7475098,10.472703 C11.1711709,11.0608809 11.9914284,11.1942481 12.5796063,10.7705869 C13.1677842,10.3469258 13.3011513,9.52666829 12.8774902,8.93849043 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forUrl\"><input type=\"url\" id=\"modalLinkUrl_input_40\" class=\"jfModal-input jfModal-modalLinkUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter URL\" aria-label=\"link url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_40_ul\" data-command=\"insertUnorderedList\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Bullet List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ul \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>NumberList Copy 2<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><circle cx=\"3\" cy=\"3\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"8\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"13\" r=\"1\"><\/circle><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_40_ol\" data-command=\"insertOrderedList\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Numbered List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ol \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(1.000000, 1.000000)\"><path d=\"M0,11 L2,11 L2,11.5 L1,11.5 L1,12.5 L2,12.5 L2,13 L0,13 L0,14 L3,14 L3,10 L0,10 L0,11 Z M0,6 L1.8,6 L0,8.1 L0,9 L3,9 L3,8 L1.2,8 L3,5.9 L3,5 L0,5 L0,6 Z M1,4 L2,4 L2,0 L0,0 L0,1 L1,1 L1,4 Z\"><\/path><\/g><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\"><\/rect><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_40_quote\" data-command=\"formatBlock\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Quote Paragraph\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-quote \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>quote<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(10.000000, 11.000000)\"><path d=\"M9.68229167,9.75 L10.4783857,9.75 L10.4783857,9.75 C10.8611857,9.75 11.2103962,9.53147077 11.3777535,9.18719271 L12.8993679,6.0570147 L12.8993679,6.0570147 C12.9655901,5.92078603 13,5.77129358 13,5.61982199 L13,1 L13,1 C13,0.44771525 12.5522847,1.20591542e-16 12,2.22044605e-16 L8.3125,0 L8.3125,0 C7.76021525,1.01453063e-16 7.3125,0.44771525 7.3125,1 L7.3125,4.85 L7.3125,4.85 C7.3125,5.40228475 7.76021525,5.85 8.3125,5.85 L8.734375,5.85 L8.734375,5.85 C9.22578821,5.85 9.62415732,6.24836912 9.62415732,6.73978232 C9.62415732,6.87455906 9.59354003,7.0075748 9.53461662,7.12878867 L8.88205005,8.47121133 L8.88205005,8.47121133 C8.66720778,8.91317258 8.85132408,9.44561702 9.29328532,9.6604593 C9.41449919,9.7193827 9.54751493,9.75 9.68229167,9.75 Z\"><\/path><path d=\"M2.36979167,9.75 L3.16588569,9.75 L3.16588569,9.75 C3.54868575,9.75 3.89789615,9.53147077 4.06525355,9.18719271 L5.58686785,6.0570147 L5.58686785,6.0570147 C5.65309013,5.92078603 5.6875,5.77129358 5.6875,5.61982199 L5.6875,1 L5.6875,1 C5.6875,0.44771525 5.23978475,1.20591542e-16 4.6875,2.22044605e-16 L1,0 L1,0 C0.44771525,1.01453063e-16 -6.76353751e-17,0.44771525 0,1 L0,4.85 L0,4.85 C-4.22892021e-16,5.40228475 0.44771525,5.85 1,5.85 L1.421875,5.85 L1.421875,5.85 C1.91328821,5.85 2.31165732,6.24836912 2.31165732,6.73978232 C2.31165732,6.87455906 2.28104003,7.0075748 2.22211662,7.12878867 L1.56955005,8.47121133 L1.56955005,8.47121133 C1.35470778,8.91317258 1.53882408,9.44561702 1.98078532,9.6604593 C2.10199919,9.7193827 2.23501493,9.75 2.36979167,9.75 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_40_hr\" data-command=\"insertHorizontalRule\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Horizontal Line\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-hr \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Break<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 14.000000)\"><path d=\"M1.5625,3.125 L23.4375,3.125 C24.3004449,3.125 25,2.42544492 25,1.5625 C25,0.699555078 24.3004449,0 23.4375,0 L1.5625,0 C0.699555078,0 0,0.699555078 0,1.5625 C0,2.42544492 0.699555078,3.125 1.5625,3.125 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_40_imagePicker\" data-command=\"insertImage\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Image\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-imagePicker \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Image<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 4.000000)\"><path d=\"M4.23529412,2.82352941 C3.455598,2.82352941 2.82352941,3.455598 2.82352941,4.23529412 L2.82352941,19.7647059 C2.82352941,20.544402 3.455598,21.1764706 4.23529412,21.1764706 L19.7647059,21.1764706 C20.544402,21.1764706 21.1764706,20.544402 21.1764706,19.7647059 L21.1764706,4.23529412 C21.1764706,3.455598 20.544402,2.82352941 19.7647059,2.82352941 L4.23529412,2.82352941 Z M4.23529412,0 L19.7647059,0 C22.1037942,-3.13474736e-16 24,1.89620577 24,4.23529412 L24,19.7647059 C24,22.1037942 22.1037942,24 19.7647059,24 L4.23529412,24 C1.89620577,24 3.13474736e-16,22.1037942 0,19.7647059 L0,4.23529412 C-3.13474736e-16,1.89620577 1.89620577,4.70212105e-16 4.23529412,0 Z\" fill-rule=\"nonzero\"><\/path><circle cx=\"8\" cy=\"8\" r=\"2\"><\/circle><path d=\"M21.5506729,16.416153 C22.1109903,16.9757102 23.0194444,16.9757102 23.5797619,16.416153 C24.1400794,15.8565958 24.1400794,14.9493743 23.5797619,14.3898171 L17.601501,8.4196679 C17.0411836,7.8601107 16.1327295,7.8601107 15.572412,8.4196679 L2.4202381,21.5539963 C1.85992063,22.1135534 1.85992063,23.0207749 2.4202381,23.5803321 C2.98055556,24.1398893 3.88900966,24.1398893 4.44932712,23.5803321 L16.5869565,11.4591717 L21.5506729,16.416153 Z\" fill-rule=\"nonzero\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forImage\"><input type=\"url\" id=\"modalImageUrl_input_40\" class=\"jfModal-input jfModal-modalImageUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter image URL\" aria-label=\"image url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_40_emoji\" data-command=\"insertEmoji\" class=\"jfToolbar-item hasDropdown forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Emoji\" aria-haspopup=\"true\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-emoji \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Smiley<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 3.000000)\"><path d=\"M19.4451446,16.0843869 C19.0223005,17.4164151 18.2337534,18.4897437 17.0795033,19.3043725 C15.9252533,20.1190014 14.6224364,20.5263158 13.1710526,20.5263158 C11.7196689,20.5263158 10.416852,20.1190014 9.26260193,19.3043725 C8.10835187,18.4897437 7.31980479,17.4164151 6.89696071,16.0843869 C6.80553496,15.8091744 6.8283914,15.5422183 6.96553002,15.2835186 C7.10266864,15.0248189 7.31980479,14.8514351 7.61693847,14.7633671 C7.90264393,14.6752991 8.17977823,14.6973161 8.44834136,14.8294181 C8.7169045,14.9615201 8.89689894,15.1706815 8.98832468,15.4569025 C9.27403015,16.3375823 9.80258525,17.0503826 10.57399,17.5953032 C11.3453947,18.1402239 12.2110823,18.4126842 13.1710526,18.4126842 C14.131023,18.4126842 14.9967105,18.1402239 15.7681153,17.5953032 C16.53952,17.0503826 17.0680751,16.3375823 17.3537806,15.4569025 C17.4452063,15.1706815 17.6280578,14.9615201 17.9023351,14.8294181 C18.1766123,14.6973161 18.4566037,14.6752991 18.7423091,14.7633671 C19.0280146,14.8514351 19.2394366,15.0248189 19.3765752,15.2835186 C19.5137139,15.5422183 19.5365703,15.8091744 19.4451446,16.0843869 Z M10.9473684,8.72368421 C10.9473684,9.33751371 10.7302118,9.86158512 10.2958984,10.2958984 C9.86158512,10.7302118 9.33751371,10.9473684 8.72368421,10.9473684 C8.10985471,10.9473684 7.58578331,10.7302118 7.15146998,10.2958984 C6.71715666,9.86158512 6.5,9.33751371 6.5,8.72368421 C6.5,8.10985471 6.71715666,7.58578331 7.15146998,7.15146998 C7.58578331,6.71715666 8.10985471,6.5 8.72368421,6.5 C9.33751371,6.5 9.86158512,6.71715666 10.2958984,7.15146998 C10.7302118,7.58578331 10.9473684,8.10985471 10.9473684,8.72368421 Z M19.5,8.72368421 C19.5,9.33751371 19.2828433,9.86158512 18.84853,10.2958984 C18.4142167,10.7302118 17.8901453,10.9473684 17.2763158,10.9473684 C16.6624863,10.9473684 16.1384149,10.7302118 15.7041016,10.2958984 C15.2697882,9.86158512 15.0526316,9.33751371 15.0526316,8.72368421 C15.0526316,8.10985471 15.2697882,7.58578331 15.7041016,7.15146998 C16.1384149,6.71715666 16.6624863,6.5 17.2763158,6.5 C17.8901453,6.5 18.4142167,6.71715666 18.84853,7.15146998 C19.2828433,7.58578331 19.5,8.10985471 19.5,8.72368421 Z M23.6052632,12.8289474 C23.6052632,11.3696546 23.3190173,9.97490748 22.7465255,8.644706 C22.1740337,7.31450452 21.407905,6.16952097 20.4481394,5.20975535 C19.4883738,4.24998972 18.3433902,3.48386102 17.0131887,2.91136924 C15.6829873,2.33887747 14.2882401,2.05263158 12.8289474,2.05263158 C11.3696546,2.05263158 9.97490748,2.33887747 8.644706,2.91136924 C7.31450452,3.48386102 6.16952097,4.24998972 5.20975535,5.20975535 C4.24998972,6.16952097 3.48386102,7.31450452 2.91136924,8.644706 C2.33887747,9.97490748 2.05263158,11.3696546 2.05263158,12.8289474 C2.05263158,14.2882401 2.33887747,15.6829873 2.91136924,17.0131887 C3.48386102,18.3433902 4.24998972,19.4883738 5.20975535,20.4481394 C6.16952097,21.407905 7.31450452,22.1740337 8.644706,22.7465255 C9.97490748,23.3190173 11.3696546,23.6052632 12.8289474,23.6052632 C14.2882401,23.6052632 15.6829873,23.3190173 17.0131887,22.7465255 C18.3433902,22.1740337 19.4883738,21.407905 20.4481394,20.4481394 C21.407905,19.4883738 22.1740337,18.3433902 22.7465255,17.0131887 C23.3190173,15.6829873 23.6052632,14.2882401 23.6052632,12.8289474 Z M26,13 C26,15.3585069 25.4188368,17.5336372 24.2565104,19.5253906 C23.094184,21.5171441 21.5171441,23.094184 19.5253906,24.2565104 C17.5336372,25.4188368 15.3585069,26 13,26 C10.6414931,26 8.46636285,25.4188368 6.47460938,24.2565104 C4.4828559,23.094184 2.90581597,21.5171441 1.74348958,19.5253906 C0.581163194,17.5336372 0,15.3585069 0,13 C0,10.6414931 0.581163194,8.46636285 1.74348958,6.47460938 C2.90581597,4.4828559 4.4828559,2.90581597 6.47460938,1.74348958 C8.46636285,0.581163194 10.6414931,0 13,0 C15.3585069,0 17.5336372,0.581163194 19.5253906,1.74348958 C21.5171441,2.90581597 23.094184,4.4828559 24.2565104,6.47460938 C25.4188368,8.46636285 26,10.6414931 26,13 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_mixed\" id=\"id_41\"><div id=\"cid_41\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_mixed\"><div class=\"jfCard-index\"><div>20<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_41\" class=\"jfQuestion-label isLeftAlign\" id=\"label_41\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer for a Skoll Award (Individual #2)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_41_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields isCompoundField\"><div class=\"jfField\" data-type=\"text\" data-col=\"1\"><input type=\"text\" id=\"input_41_field_1\" name=\"q41_referFor41[field_1]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" maxLength=\"5000\" data-maxlength=\"5000\" data-component=\"text\" step=\"any\" aria-required=\"false\" aria-describedby=\"input_41_field_1_description\"\/><label class=\"jfField-sublabel \" for=\"input_41_field_1\" id=\"sublabel_41_field_1\">Please describe why you think the organization you are referring would be a good candidate for\u00a0the Skoll Award:<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"1\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" required=\"\" id=\"input_41_field_2\" name=\"q41_referFor41[field_2]\" class=\"form-dropdown validate[required] js-forMixed\" aria-labelledby=\"\"><option selected=\"\" value=\"\"><\/option><option value=\"Economic Opportunity\">Economic Opportunity<\/option><option value=\"Education\">Education<\/option><option value=\"Environmental Sustainability\">Environmental Sustainability<\/option><option value=\"Health\">Health<\/option><option value=\"Peace and Human Rights\">Peace and Human Rights<\/option><option value=\"Sustainable Markets\">Sustainable Markets<\/option><option value=\"N\/A - None of the above\">N\/A - None of the above<\/option><\/select><div class=\"jfInput-dropdown isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_41_field_2\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_41_field_2\"><\/span><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-41-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"\" class=\"jfDropdown-optionListItem\"><\/li><li role=\"option\" data-value=\"Economic Opportunity\" class=\"jfDropdown-optionListItem\">Economic Opportunity<\/li><li role=\"option\" data-value=\"Education\" class=\"jfDropdown-optionListItem\">Education<\/li><li role=\"option\" data-value=\"Environmental Sustainability\" class=\"jfDropdown-optionListItem\">Environmental Sustainability<\/li><li role=\"option\" data-value=\"Health\" class=\"jfDropdown-optionListItem\">Health<\/li><li role=\"option\" data-value=\"Peace and Human Rights\" class=\"jfDropdown-optionListItem\">Peace and Human Rights<\/li><li role=\"option\" data-value=\"Sustainable Markets\" class=\"jfDropdown-optionListItem\">Sustainable Markets<\/li><li role=\"option\" data-value=\"N\/A - None of the above\" class=\"jfDropdown-optionListItem\">N\/A - None of the above<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_41_field_2\" id=\"sublabel_41_field_2\">Select the primary issue area of the organization you are referring:<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"1\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" required=\"\" id=\"input_41_field_3\" name=\"q41_referFor41[field_3][]\" class=\"form-dropdown validate[required] js-forMixed\" multiple=\"\" aria-labelledby=\"\"><option value=\"Caribbean\">Caribbean<\/option><option value=\"Central America\">Central America<\/option><option value=\"Central and Southern Asia\">Central and Southern Asia<\/option><option value=\"Eastern and Southern Africa\">Eastern and Southern Africa<\/option><option value=\"Eastern Asia\">Eastern Asia<\/option><option value=\"Europe\">Europe<\/option><option value=\"Middle East and North Africa\">Middle East and North Africa<\/option><option value=\"North America\">North America<\/option><option value=\"Oceania\">Oceania<\/option><option value=\"South America\">South America<\/option><option value=\"Southeast Asia\">Southeast Asia<\/option><option value=\"West and Central Africa\">West and Central Africa<\/option><option value=\"N\/A - Global \">N\/A - Global <\/option><\/select><div class=\"jfInput-dropdown isMultiple hasSearch isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_41_field_3\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isPlaceholder\"><\/span><div class=\"jfDropdown-searchWrapper\"><input type=\"text\" class=\"form-textbox jfDropdown-search\" name=\"dropdown_search\" autoComplete=\"off\" placeholder=\"Search\" aria-label=\"Search\" value=\"\"\/><\/div><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-41-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"Caribbean\" class=\"jfDropdown-optionListItem\">Caribbean<\/li><li role=\"option\" data-value=\"Central America\" class=\"jfDropdown-optionListItem\">Central America<\/li><li role=\"option\" data-value=\"Central and Southern Asia\" class=\"jfDropdown-optionListItem\">Central and Southern Asia<\/li><li role=\"option\" data-value=\"Eastern and Southern Africa\" class=\"jfDropdown-optionListItem\">Eastern and Southern Africa<\/li><li role=\"option\" data-value=\"Eastern Asia\" class=\"jfDropdown-optionListItem\">Eastern Asia<\/li><li role=\"option\" data-value=\"Europe\" class=\"jfDropdown-optionListItem\">Europe<\/li><li role=\"option\" data-value=\"Middle East and North Africa\" class=\"jfDropdown-optionListItem\">Middle East and North Africa<\/li><li role=\"option\" data-value=\"North America\" class=\"jfDropdown-optionListItem\">North America<\/li><li role=\"option\" data-value=\"Oceania\" class=\"jfDropdown-optionListItem\">Oceania<\/li><li role=\"option\" data-value=\"South America\" class=\"jfDropdown-optionListItem\">South America<\/li><li role=\"option\" data-value=\"Southeast Asia\" class=\"jfDropdown-optionListItem\">Southeast Asia<\/li><li role=\"option\" data-value=\"West and Central Africa\" class=\"jfDropdown-optionListItem\">West and Central Africa<\/li><li role=\"option\" data-value=\"N\/A - Global \" class=\"jfDropdown-optionListItem\">N\/A - Global <\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_41_field_3\" id=\"sublabel_41_field_3\">Please select the regions where the organization you are referring conducts its work<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_yesno\" id=\"id_42\"><div id=\"cid_42\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_yesno\"><div class=\"jfCard-index\"><div>21<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_42\" class=\"jfQuestion-label isLeftAlign\" id=\"label_42\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Thank you for submitting a referral. <\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_42_description\"><span>Would you like to refer a third person?<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\"><div class=\"jfField\" role=\"group\" aria-labelledby=\"label_42\"><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"YES\" id=\"input_input_42_0\" name=\"q42_thankYou42\"\/><span class=\"jfYesno-label\">YES<\/span><\/label><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"NO\" id=\"input_input_42_1\" name=\"q42_thankYou42\"\/><span class=\"jfYesno-label\">NO<\/span><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_checkbox\" id=\"id_43\"><div id=\"cid_43\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>22<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_43\" class=\"jfQuestion-label isLeftAlign\" id=\"label_43\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer your network to Skoll (Individual #3)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_43_description\"><span>Please provide your referrals here for the Skoll World Forum and Skoll Award. We recommend reviewing past Awardees and our website for more information on our criteria.\n\nI would like to refer a third person to...<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_43\" class=\"jfQuestion-fields form-single-column\" data-component=\"checkbox\"><div class=\"jfField jfField-lastRowItem form-checkbox-item\"><label data-id=\"label_input_43_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q43_referYour[]\" value=\"Be considered for a Skoll Award\" id=\"input_43_0\" required=\"\" aria-describedby=\"label_43\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Be considered for a Skoll Award<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_mixed\" id=\"id_44\"><div id=\"cid_44\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_mixed\"><div class=\"jfCard-index\"><div>23<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_44\" class=\"jfQuestion-label isLeftAlign\" id=\"label_44\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Details of the person you are referring (Individual #3):<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_44_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields isCompoundField\"><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_44_field_1\" name=\"q44_detailsOf44[field_1]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_44_field_1_description\"\/><label class=\"jfField-sublabel \" for=\"input_44_field_1\" id=\"sublabel_44_field_1\">First Name *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_44_field_2\" name=\"q44_detailsOf44[field_2]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_44_field_2_description\"\/><label class=\"jfField-sublabel \" for=\"input_44_field_2\" id=\"sublabel_44_field_2\">Last Name *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_44_field_3\" name=\"q44_detailsOf44[field_3]\" class=\"form-textbox validate[required, Email] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_44_field_3_description\"\/><label class=\"jfField-sublabel \" for=\"input_44_field_3\" id=\"sublabel_44_field_3\">Email *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_44_field_4\" name=\"q44_detailsOf44[field_4]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_44_field_4_description\"\/><label class=\"jfField-sublabel \" for=\"input_44_field_4\" id=\"sublabel_44_field_4\">Organization *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_44_field_5\" name=\"q44_detailsOf44[field_5]\" class=\"form-textbox validate[] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" step=\"any\" aria-required=\"false\" aria-describedby=\"input_44_field_5_description\"\/><label class=\"jfField-sublabel \" for=\"input_44_field_5\" id=\"sublabel_44_field_5\">Current Title<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"2\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" id=\"input_44_field_6\" name=\"q44_detailsOf44[field_6]\" class=\"form-dropdown js-forMixed\" aria-labelledby=\"\"><option selected=\"\" value=\"\"><\/option><option value=\"Academic Institution\">Academic Institution<\/option><option value=\"Commercial Bank\">Commercial Bank<\/option><option value=\"Commercial Social Purpose\/Social Enterprise Organization\">Commercial Social Purpose\/Social Enterprise Organization<\/option><option value=\"Development Finance Bank or Institution\">Development Finance Bank or Institution<\/option><option value=\"For-Profit Corporation\">For-Profit Corporation<\/option><option value=\"Foundation\/Trust\">Foundation\/Trust<\/option><option value=\"Government\/Aid Agency\">Government\/Aid Agency<\/option><option value=\"Individual Investor\/Donor\">Individual Investor\/Donor<\/option><option value=\"Investment\/Asset Management\">Investment\/Asset Management<\/option><option value=\"Media Company\">Media Company<\/option><option value=\"Non-Governmental\/Non-Profit Organization\">Non-Governmental\/Non-Profit Organization<\/option><option value=\"Professional Services\/Independent Consultants\">Professional Services\/Independent Consultants<\/option><option value=\"Professional\/Industry Association\">Professional\/Industry Association<\/option><option value=\"N\/A - None of the above\">N\/A - None of the above<\/option><\/select><div class=\"jfInput-dropdown hasSearch isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_44_field_6\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_44_field_6\" style=\"display:none\"><\/span><div class=\"jfDropdown-searchWrapper\"><input type=\"text\" class=\"form-textbox jfDropdown-search\" name=\"dropdown_search\" autoComplete=\"off\" placeholder=\"Search\" aria-label=\"Search\" value=\"\"\/><\/div><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-44-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"\" class=\"jfDropdown-optionListItem\"><\/li><li role=\"option\" data-value=\"Academic Institution\" class=\"jfDropdown-optionListItem\">Academic Institution<\/li><li role=\"option\" data-value=\"Commercial Bank\" class=\"jfDropdown-optionListItem\">Commercial Bank<\/li><li role=\"option\" data-value=\"Commercial Social Purpose\/Social Enterprise Organization\" class=\"jfDropdown-optionListItem\">Commercial Social Purpose\/Social Enterprise Organization<\/li><li role=\"option\" data-value=\"Development Finance Bank or Institution\" class=\"jfDropdown-optionListItem\">Development Finance Bank or Institution<\/li><li role=\"option\" data-value=\"For-Profit Corporation\" class=\"jfDropdown-optionListItem\">For-Profit Corporation<\/li><li role=\"option\" data-value=\"Foundation\/Trust\" class=\"jfDropdown-optionListItem\">Foundation\/Trust<\/li><li role=\"option\" data-value=\"Government\/Aid Agency\" class=\"jfDropdown-optionListItem\">Government\/Aid Agency<\/li><li role=\"option\" data-value=\"Individual Investor\/Donor\" class=\"jfDropdown-optionListItem\">Individual Investor\/Donor<\/li><li role=\"option\" data-value=\"Investment\/Asset Management\" class=\"jfDropdown-optionListItem\">Investment\/Asset Management<\/li><li role=\"option\" data-value=\"Media Company\" class=\"jfDropdown-optionListItem\">Media Company<\/li><li role=\"option\" data-value=\"Non-Governmental\/Non-Profit Organization\" class=\"jfDropdown-optionListItem\">Non-Governmental\/Non-Profit Organization<\/li><li role=\"option\" data-value=\"Professional Services\/Independent Consultants\" class=\"jfDropdown-optionListItem\">Professional Services\/Independent Consultants<\/li><li role=\"option\" data-value=\"Professional\/Industry Association\" class=\"jfDropdown-optionListItem\">Professional\/Industry Association<\/li><li role=\"option\" data-value=\"N\/A - None of the above\" class=\"jfDropdown-optionListItem\">N\/A - None of the above<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_44_field_6\" id=\"sublabel_44_field_6\">Organization Type<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textarea\" id=\"id_45\"><div id=\"cid_45\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textarea\"><div class=\"jfCard-index\"><div>24<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_45\" class=\"jfQuestion-label isLeftAlign\" id=\"label_45\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer to attend the Skoll World Forum (Individual #3)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_45_description\"><span>In 2-3 sentences, how would you envision this person contributing to the community at the\u00a0Skoll World Forum?<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"textarea\" data-render-type=\"mde\"><div class=\"jfField\"><textarea id=\"input_45\" name=\"q45_referTo45\" placeholder=\"\" class=\"mdInput form-textarea validate[required]\"><\/textarea><div id=\"input_45_editor\" class=\"jfTextarea-editor\" role=\"textbox\" aria-multiline=\"true\" contenteditable=\"true\" data-placeholder=\"\"><\/div><div class=\"jfTextarea-infoSpan \"><span class=\"jfTextarea-limitSpan\" data-limit-type=\"Words\" data-limit=\"200\" data-minimum=\"-1\" id=\"input_45-limit\">0\/200<\/span><span class=\"jfTextarea-modeSpan\"><\/span><\/div><\/div><\/div><\/div><div class=\"jfToolbar\" id=\"input_45_toolbar\" role=\"toolbar\" aria-label=\"Text Formatting\"><div id=\"input_45_fontSize\" data-command=\"heading\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Font Size\" aria-controls=\"input_45_fontSize_menu\" aria-expanded=\"false\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-fontSize \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>TextSize<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 6.000000)\"><g fill-rule=\"nonzero\"><path d=\"M2.34756098,2.5 L16.902439,2.5 L16.902439,4.25 C16.902439,4.94035594 17.4279584,5.5 18.0762195,5.5 C18.7244806,5.5 19.25,4.94035594 19.25,4.25 L19.25,1.25 C19.25,0.559644063 18.7244806,0 18.0762195,0 L1.17378049,0 C0.525519425,0 0,0.559644063 0,1.25 L0,4.25 C0,4.94035594 0.525519425,5.5 1.17378049,5.5 C1.82204155,5.5 2.34756098,4.94035594 2.34756098,4.25 L2.34756098,2.5 Z\"><\/path><path d=\"M5.25,20.5 L13.25,20.5 C13.9403559,20.5 14.5,19.9403559 14.5,19.25 C14.5,18.5596441 13.9403559,18 13.25,18 L5.25,18 C4.55964406,18 4,18.5596441 4,19.25 C4,19.9403559 4.55964406,20.5 5.25,20.5 Z\"><\/path><path d=\"M8,1.25 L8,19.25 C8,19.9403559 8.55964406,20.5 9.25,20.5 C9.94035594,20.5 10.5,19.9403559 10.5,19.25 L10.5,1.25 C10.5,0.559644063 9.94035594,0 9.25,0 C8.55964406,0 8,0.559644063 8,1.25 Z\"><\/path><\/g><g transform=\"translate(15.000000, 8.700000)\"><path d=\"M1.4609612,1.70000076 L10.5189207,1.70000076 L10.5390388,2.45720466 C10.5390388,2.75698225 10.8660861,3 11.2695194,3 C11.6729527,3 12,2.75698225 12,2.45720466 L11.9798819,0.542795343 C11.9798819,0.243017753 11.6528346,0 11.2494013,0 L0.730480602,0 C0.327047306,0 0,0.243017753 0,0.542795343 L0.0201181228,2.45720466 C0.0201181228,2.75698225 0.347165428,3 0.750598725,3 C1.15403202,3 1.48107933,2.75698225 1.48107933,2.45720466 L1.4609612,1.70000076 Z\" fill-rule=\"nonzero\"><\/path><path d=\"M5,1.6097561 L5,10.3902439 C5,10.7270029 5.44771525,11 6,11 C6.55228475,11 7,10.7270029 7,10.3902439 L7,1.6097561 C7,1.2729971 6.55228475,1 6,1 C5.44771525,1 5,1.2729971 5,1.6097561 Z\" fill-rule=\"nonzero\"><\/path><rect x=\"2\" y=\"10\" width=\"8\" height=\"1.79999995\" rx=\"0.899999976\"><\/rect><\/g><\/g><\/g><\/g><\/svg><\/span><\/div><ul class=\"jfToolbar-select jfToolbar-select-heading\" data-command=\"heading\" role=\"menu\" id=\"input_45_fontSize_menu\"><li data-value=\"1\" style=\"font-size:2em\" data-selected=\"true\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"true\">Huge<\/li><li data-value=\"3\" style=\"font-size:1.17em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Large<\/li><li data-value=\"5\" style=\"font-size:0.83em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Normal<\/li><li data-value=\"6\" style=\"font-size:0.67em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Small<\/li><\/ul><\/div><div id=\"input_45_bold\" data-command=\"bold\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Bold\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-bold \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Bold<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M2.47159091,2.5 L2.47159091,8.75 L8.65056818,8.75 C9.96967752,8.75 11.1221591,7.38998343 11.1221591,5.625 C11.1221591,3.86001657 9.96967752,2.5 8.65056818,2.5 L2.47159091,2.5 Z M1.23579545,0 L8.65056818,0 C11.4265247,0 13.59375,2.55749187 13.59375,5.625 C13.59375,8.69250813 11.4265247,11.25 8.65056818,11.25 L1.23579545,11.25 C0.553284471,11.25 0,10.6903559 0,10 L0,1.25 C0,0.559644063 0.553284471,0 1.23579545,0 Z\"><\/path><path d=\"M2.5,11.40625 L2.5,17.65625 L9.90384615,17.65625 C11.2992605,17.65625 12.5,16.2904088 12.5,14.53125 C12.5,12.7720912 11.2992605,11.40625 9.90384615,11.40625 L2.5,11.40625 Z M1.25,8.90625 L9.90384615,8.90625 C12.7567761,8.90625 15,11.4579172 15,14.53125 C15,17.6045828 12.7567761,20.15625 9.90384615,20.15625 L1.25,20.15625 C0.559644063,20.15625 0,19.5966059 0,18.90625 L0,10.15625 C0,9.46589406 0.559644063,8.90625 1.25,8.90625 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_45_italic\" data-command=\"italic\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Italic\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-italic \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Italic<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M13.5882353,0 L4.94117647,0 C4.25894237,0 3.70588235,0.553060015 3.70588235,1.23529412 C3.70588235,1.91752822 4.25894237,2.47058824 4.94117647,2.47058824 L13.5882353,2.47058824 C14.2704694,2.47058824 14.8235294,1.91752822 14.8235294,1.23529412 C14.8235294,0.553060015 14.2704694,0 13.5882353,0 Z\"><\/path><path d=\"M9.88235294,17.2941176 L1.23529412,17.2941176 C0.553060015,17.2941176 0,17.8471777 0,18.5294118 C0,19.2116459 0.553060015,19.7647059 1.23529412,19.7647059 L9.88235294,19.7647059 C10.564587,19.7647059 11.1176471,19.2116459 11.1176471,18.5294118 C11.1176471,17.8471777 10.564587,17.2941176 9.88235294,17.2941176 Z\"><\/path><path d=\"M8.69458806,0.895932724 L3.75341159,18.1900504 C3.56598747,18.8460348 3.94583065,19.5297525 4.60181508,19.7171766 C5.2577995,19.9046008 5.94151722,19.5247576 6.12894135,18.8687732 L11.0701178,1.57465551 C11.2575419,0.918671083 10.8776988,0.234953363 10.2217143,0.0475292411 C9.56572991,-0.139894881 8.88201219,0.239948297 8.69458806,0.895932724 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_45_underline\" data-command=\"underline\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Underline\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-underline \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(7.000000, 5.000000)\"><path d=\"M2.15909091,1.29545455 L2.15909091,8.27097902 C2.15909091,12.2813233 5.34161889,15.5454545 9.28409091,15.5454545 C13.2265629,15.5454545 16.4090909,12.2813233 16.4090909,8.27097902 L16.4090909,1.29545455 C16.4090909,0.579994756 15.8290962,0 15.1136364,0 C14.3981766,0 13.8181818,0.579994756 13.8181818,1.29545455 L13.8181818,8.27097902 C13.8181818,10.864879 11.780757,12.9545455 9.28409091,12.9545455 C6.78742483,12.9545455 4.75,10.864879 4.75,8.27097902 L4.75,1.29545455 C4.75,0.579994756 4.17000524,0 3.45454545,0 C2.73908566,0 2.15909091,0.579994756 2.15909091,1.29545455 Z\"><\/path><path d=\"M1.29545455,20.7272727 L16.8409091,20.7272727 C17.5563689,20.7272727 18.1363636,20.147278 18.1363636,19.4318182 C18.1363636,18.7163584 17.5563689,18.1363636 16.8409091,18.1363636 L1.29545455,18.1363636 C0.579994756,18.1363636 0,18.7163584 0,19.4318182 C0,20.147278 0.579994756,20.7272727 1.29545455,20.7272727 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_45_createLink\" data-command=\"createLink\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Link\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-createLink \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline Copy<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(6.000000, 6.000000)\"><path d=\"M8.12250978,12.0615096 C9.11153092,13.434589 10.6344227,14.2986277 12.2960505,14.422209 C13.960001,14.5459629 15.5906008,13.9142984 16.7617681,12.6976288 L19.3990078,9.95891998 C21.5549175,7.64114792 21.5244655,4.00194322 19.3454622,1.73910167 C17.139984,-0.551233494 13.5527271,-0.583605157 11.3086344,1.66720454 L9.78321622,3.24190674 C9.27889786,3.76258411 9.29215946,4.59350732 9.81283683,5.09782568 C10.3335142,5.60214404 11.1644374,5.58888244 11.6687558,5.06820507 L13.1808677,3.50704343 C14.3730084,2.31152892 16.2689674,2.32863819 17.4546094,3.55989839 C18.6667264,4.81865222 18.683922,6.87363295 17.492498,8.15466767 L14.8707504,10.8770033 C14.2384113,11.5339102 13.371049,11.8699104 12.4907435,11.804439 C11.6081154,11.7387948 10.7913272,11.275376 10.2524902,10.527297 C9.82882911,9.93911912 9.00857156,9.80575194 8.4203937,10.2294131 C7.83221584,10.6530742 7.69884867,11.4733317 8.12250978,12.0615096 Z\"><\/path><path d=\"M12.8774902,8.93849043 C11.8884691,7.56541104 10.3655773,6.70137225 8.70394945,6.57779104 C7.03999899,6.45403709 5.40939918,7.08570163 4.23823187,8.30237124 L1.60099221,11.04108 C-0.554917535,13.3588521 -0.524465488,16.9980568 1.65453778,19.2608983 C3.86001604,21.5512335 7.4472729,21.5836052 9.69136555,19.3327955 L11.2106491,17.7553425 C11.7134482,17.2331979 11.6977656,16.4023168 11.175621,15.8995177 C10.6534764,15.3967186 9.82259538,15.4124012 9.31979625,15.9345457 L7.81647565,17.4957074 C6.62699163,18.6884711 4.7310326,18.6713618 3.54539059,17.4401016 C2.33327358,16.1813478 2.31607797,14.1263671 3.50750204,12.8453323 L6.12924958,10.1229967 C6.76158874,9.46608985 7.62895105,9.13008955 8.50925653,9.19556102 C9.39188462,9.26120523 10.2086728,9.72462402 10.7475098,10.472703 C11.1711709,11.0608809 11.9914284,11.1942481 12.5796063,10.7705869 C13.1677842,10.3469258 13.3011513,9.52666829 12.8774902,8.93849043 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forUrl\"><input type=\"url\" id=\"modalLinkUrl_input_45\" class=\"jfModal-input jfModal-modalLinkUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter URL\" aria-label=\"link url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_45_ul\" data-command=\"insertUnorderedList\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Bullet List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ul \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>NumberList Copy 2<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><circle cx=\"3\" cy=\"3\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"8\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"13\" r=\"1\"><\/circle><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_45_ol\" data-command=\"insertOrderedList\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Numbered List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ol \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(1.000000, 1.000000)\"><path d=\"M0,11 L2,11 L2,11.5 L1,11.5 L1,12.5 L2,12.5 L2,13 L0,13 L0,14 L3,14 L3,10 L0,10 L0,11 Z M0,6 L1.8,6 L0,8.1 L0,9 L3,9 L3,8 L1.2,8 L3,5.9 L3,5 L0,5 L0,6 Z M1,4 L2,4 L2,0 L0,0 L0,1 L1,1 L1,4 Z\"><\/path><\/g><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\"><\/rect><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_45_quote\" data-command=\"formatBlock\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Quote Paragraph\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-quote \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>quote<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(10.000000, 11.000000)\"><path d=\"M9.68229167,9.75 L10.4783857,9.75 L10.4783857,9.75 C10.8611857,9.75 11.2103962,9.53147077 11.3777535,9.18719271 L12.8993679,6.0570147 L12.8993679,6.0570147 C12.9655901,5.92078603 13,5.77129358 13,5.61982199 L13,1 L13,1 C13,0.44771525 12.5522847,1.20591542e-16 12,2.22044605e-16 L8.3125,0 L8.3125,0 C7.76021525,1.01453063e-16 7.3125,0.44771525 7.3125,1 L7.3125,4.85 L7.3125,4.85 C7.3125,5.40228475 7.76021525,5.85 8.3125,5.85 L8.734375,5.85 L8.734375,5.85 C9.22578821,5.85 9.62415732,6.24836912 9.62415732,6.73978232 C9.62415732,6.87455906 9.59354003,7.0075748 9.53461662,7.12878867 L8.88205005,8.47121133 L8.88205005,8.47121133 C8.66720778,8.91317258 8.85132408,9.44561702 9.29328532,9.6604593 C9.41449919,9.7193827 9.54751493,9.75 9.68229167,9.75 Z\"><\/path><path d=\"M2.36979167,9.75 L3.16588569,9.75 L3.16588569,9.75 C3.54868575,9.75 3.89789615,9.53147077 4.06525355,9.18719271 L5.58686785,6.0570147 L5.58686785,6.0570147 C5.65309013,5.92078603 5.6875,5.77129358 5.6875,5.61982199 L5.6875,1 L5.6875,1 C5.6875,0.44771525 5.23978475,1.20591542e-16 4.6875,2.22044605e-16 L1,0 L1,0 C0.44771525,1.01453063e-16 -6.76353751e-17,0.44771525 0,1 L0,4.85 L0,4.85 C-4.22892021e-16,5.40228475 0.44771525,5.85 1,5.85 L1.421875,5.85 L1.421875,5.85 C1.91328821,5.85 2.31165732,6.24836912 2.31165732,6.73978232 C2.31165732,6.87455906 2.28104003,7.0075748 2.22211662,7.12878867 L1.56955005,8.47121133 L1.56955005,8.47121133 C1.35470778,8.91317258 1.53882408,9.44561702 1.98078532,9.6604593 C2.10199919,9.7193827 2.23501493,9.75 2.36979167,9.75 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_45_hr\" data-command=\"insertHorizontalRule\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Horizontal Line\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-hr \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Break<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 14.000000)\"><path d=\"M1.5625,3.125 L23.4375,3.125 C24.3004449,3.125 25,2.42544492 25,1.5625 C25,0.699555078 24.3004449,0 23.4375,0 L1.5625,0 C0.699555078,0 0,0.699555078 0,1.5625 C0,2.42544492 0.699555078,3.125 1.5625,3.125 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_45_imagePicker\" data-command=\"insertImage\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Image\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-imagePicker \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Image<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 4.000000)\"><path d=\"M4.23529412,2.82352941 C3.455598,2.82352941 2.82352941,3.455598 2.82352941,4.23529412 L2.82352941,19.7647059 C2.82352941,20.544402 3.455598,21.1764706 4.23529412,21.1764706 L19.7647059,21.1764706 C20.544402,21.1764706 21.1764706,20.544402 21.1764706,19.7647059 L21.1764706,4.23529412 C21.1764706,3.455598 20.544402,2.82352941 19.7647059,2.82352941 L4.23529412,2.82352941 Z M4.23529412,0 L19.7647059,0 C22.1037942,-3.13474736e-16 24,1.89620577 24,4.23529412 L24,19.7647059 C24,22.1037942 22.1037942,24 19.7647059,24 L4.23529412,24 C1.89620577,24 3.13474736e-16,22.1037942 0,19.7647059 L0,4.23529412 C-3.13474736e-16,1.89620577 1.89620577,4.70212105e-16 4.23529412,0 Z\" fill-rule=\"nonzero\"><\/path><circle cx=\"8\" cy=\"8\" r=\"2\"><\/circle><path d=\"M21.5506729,16.416153 C22.1109903,16.9757102 23.0194444,16.9757102 23.5797619,16.416153 C24.1400794,15.8565958 24.1400794,14.9493743 23.5797619,14.3898171 L17.601501,8.4196679 C17.0411836,7.8601107 16.1327295,7.8601107 15.572412,8.4196679 L2.4202381,21.5539963 C1.85992063,22.1135534 1.85992063,23.0207749 2.4202381,23.5803321 C2.98055556,24.1398893 3.88900966,24.1398893 4.44932712,23.5803321 L16.5869565,11.4591717 L21.5506729,16.416153 Z\" fill-rule=\"nonzero\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forImage\"><input type=\"url\" id=\"modalImageUrl_input_45\" class=\"jfModal-input jfModal-modalImageUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter image URL\" aria-label=\"image url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_45_emoji\" data-command=\"insertEmoji\" class=\"jfToolbar-item hasDropdown forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Emoji\" aria-haspopup=\"true\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-emoji \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Smiley<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 3.000000)\"><path d=\"M19.4451446,16.0843869 C19.0223005,17.4164151 18.2337534,18.4897437 17.0795033,19.3043725 C15.9252533,20.1190014 14.6224364,20.5263158 13.1710526,20.5263158 C11.7196689,20.5263158 10.416852,20.1190014 9.26260193,19.3043725 C8.10835187,18.4897437 7.31980479,17.4164151 6.89696071,16.0843869 C6.80553496,15.8091744 6.8283914,15.5422183 6.96553002,15.2835186 C7.10266864,15.0248189 7.31980479,14.8514351 7.61693847,14.7633671 C7.90264393,14.6752991 8.17977823,14.6973161 8.44834136,14.8294181 C8.7169045,14.9615201 8.89689894,15.1706815 8.98832468,15.4569025 C9.27403015,16.3375823 9.80258525,17.0503826 10.57399,17.5953032 C11.3453947,18.1402239 12.2110823,18.4126842 13.1710526,18.4126842 C14.131023,18.4126842 14.9967105,18.1402239 15.7681153,17.5953032 C16.53952,17.0503826 17.0680751,16.3375823 17.3537806,15.4569025 C17.4452063,15.1706815 17.6280578,14.9615201 17.9023351,14.8294181 C18.1766123,14.6973161 18.4566037,14.6752991 18.7423091,14.7633671 C19.0280146,14.8514351 19.2394366,15.0248189 19.3765752,15.2835186 C19.5137139,15.5422183 19.5365703,15.8091744 19.4451446,16.0843869 Z M10.9473684,8.72368421 C10.9473684,9.33751371 10.7302118,9.86158512 10.2958984,10.2958984 C9.86158512,10.7302118 9.33751371,10.9473684 8.72368421,10.9473684 C8.10985471,10.9473684 7.58578331,10.7302118 7.15146998,10.2958984 C6.71715666,9.86158512 6.5,9.33751371 6.5,8.72368421 C6.5,8.10985471 6.71715666,7.58578331 7.15146998,7.15146998 C7.58578331,6.71715666 8.10985471,6.5 8.72368421,6.5 C9.33751371,6.5 9.86158512,6.71715666 10.2958984,7.15146998 C10.7302118,7.58578331 10.9473684,8.10985471 10.9473684,8.72368421 Z M19.5,8.72368421 C19.5,9.33751371 19.2828433,9.86158512 18.84853,10.2958984 C18.4142167,10.7302118 17.8901453,10.9473684 17.2763158,10.9473684 C16.6624863,10.9473684 16.1384149,10.7302118 15.7041016,10.2958984 C15.2697882,9.86158512 15.0526316,9.33751371 15.0526316,8.72368421 C15.0526316,8.10985471 15.2697882,7.58578331 15.7041016,7.15146998 C16.1384149,6.71715666 16.6624863,6.5 17.2763158,6.5 C17.8901453,6.5 18.4142167,6.71715666 18.84853,7.15146998 C19.2828433,7.58578331 19.5,8.10985471 19.5,8.72368421 Z M23.6052632,12.8289474 C23.6052632,11.3696546 23.3190173,9.97490748 22.7465255,8.644706 C22.1740337,7.31450452 21.407905,6.16952097 20.4481394,5.20975535 C19.4883738,4.24998972 18.3433902,3.48386102 17.0131887,2.91136924 C15.6829873,2.33887747 14.2882401,2.05263158 12.8289474,2.05263158 C11.3696546,2.05263158 9.97490748,2.33887747 8.644706,2.91136924 C7.31450452,3.48386102 6.16952097,4.24998972 5.20975535,5.20975535 C4.24998972,6.16952097 3.48386102,7.31450452 2.91136924,8.644706 C2.33887747,9.97490748 2.05263158,11.3696546 2.05263158,12.8289474 C2.05263158,14.2882401 2.33887747,15.6829873 2.91136924,17.0131887 C3.48386102,18.3433902 4.24998972,19.4883738 5.20975535,20.4481394 C6.16952097,21.407905 7.31450452,22.1740337 8.644706,22.7465255 C9.97490748,23.3190173 11.3696546,23.6052632 12.8289474,23.6052632 C14.2882401,23.6052632 15.6829873,23.3190173 17.0131887,22.7465255 C18.3433902,22.1740337 19.4883738,21.407905 20.4481394,20.4481394 C21.407905,19.4883738 22.1740337,18.3433902 22.7465255,17.0131887 C23.3190173,15.6829873 23.6052632,14.2882401 23.6052632,12.8289474 Z M26,13 C26,15.3585069 25.4188368,17.5336372 24.2565104,19.5253906 C23.094184,21.5171441 21.5171441,23.094184 19.5253906,24.2565104 C17.5336372,25.4188368 15.3585069,26 13,26 C10.6414931,26 8.46636285,25.4188368 6.47460938,24.2565104 C4.4828559,23.094184 2.90581597,21.5171441 1.74348958,19.5253906 C0.581163194,17.5336372 0,15.3585069 0,13 C0,10.6414931 0.581163194,8.46636285 1.74348958,6.47460938 C2.90581597,4.4828559 4.4828559,2.90581597 6.47460938,1.74348958 C8.46636285,0.581163194 10.6414931,0 13,0 C15.3585069,0 17.5336372,0.581163194 19.5253906,1.74348958 C21.5171441,2.90581597 23.094184,4.4828559 24.2565104,6.47460938 C25.4188368,8.46636285 26,10.6414931 26,13 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textarea\" id=\"id_46\"><div id=\"cid_46\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textarea\"><div class=\"jfCard-index\"><div>25<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_46\" class=\"jfQuestion-label isLeftAlign\" id=\"label_46\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer to speak at the Skoll World Forum (Individual #3)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_46_description\"><span>In 2-3 sentences, why would you recommend this person\u00a0to speak at the Skoll World Forum?<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"textarea\" data-render-type=\"mde\"><div class=\"jfField\"><textarea id=\"input_46\" name=\"q46_referTo46\" placeholder=\"\" class=\"mdInput form-textarea validate[required]\"><\/textarea><div id=\"input_46_editor\" class=\"jfTextarea-editor\" role=\"textbox\" aria-multiline=\"true\" contenteditable=\"true\" data-placeholder=\"\"><\/div><div class=\"jfTextarea-infoSpan \"><span class=\"jfTextarea-limitSpan\" data-limit-type=\"Letters\" data-limit=\"4999\" data-minimum=\"-1\" id=\"input_46-limit\">0\/4999<\/span><span class=\"jfTextarea-modeSpan\"><\/span><\/div><\/div><\/div><\/div><div class=\"jfToolbar\" id=\"input_46_toolbar\" role=\"toolbar\" aria-label=\"Text Formatting\"><div id=\"input_46_fontSize\" data-command=\"heading\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Font Size\" aria-controls=\"input_46_fontSize_menu\" aria-expanded=\"false\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-fontSize \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>TextSize<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 6.000000)\"><g fill-rule=\"nonzero\"><path d=\"M2.34756098,2.5 L16.902439,2.5 L16.902439,4.25 C16.902439,4.94035594 17.4279584,5.5 18.0762195,5.5 C18.7244806,5.5 19.25,4.94035594 19.25,4.25 L19.25,1.25 C19.25,0.559644063 18.7244806,0 18.0762195,0 L1.17378049,0 C0.525519425,0 0,0.559644063 0,1.25 L0,4.25 C0,4.94035594 0.525519425,5.5 1.17378049,5.5 C1.82204155,5.5 2.34756098,4.94035594 2.34756098,4.25 L2.34756098,2.5 Z\"><\/path><path d=\"M5.25,20.5 L13.25,20.5 C13.9403559,20.5 14.5,19.9403559 14.5,19.25 C14.5,18.5596441 13.9403559,18 13.25,18 L5.25,18 C4.55964406,18 4,18.5596441 4,19.25 C4,19.9403559 4.55964406,20.5 5.25,20.5 Z\"><\/path><path d=\"M8,1.25 L8,19.25 C8,19.9403559 8.55964406,20.5 9.25,20.5 C9.94035594,20.5 10.5,19.9403559 10.5,19.25 L10.5,1.25 C10.5,0.559644063 9.94035594,0 9.25,0 C8.55964406,0 8,0.559644063 8,1.25 Z\"><\/path><\/g><g transform=\"translate(15.000000, 8.700000)\"><path d=\"M1.4609612,1.70000076 L10.5189207,1.70000076 L10.5390388,2.45720466 C10.5390388,2.75698225 10.8660861,3 11.2695194,3 C11.6729527,3 12,2.75698225 12,2.45720466 L11.9798819,0.542795343 C11.9798819,0.243017753 11.6528346,0 11.2494013,0 L0.730480602,0 C0.327047306,0 0,0.243017753 0,0.542795343 L0.0201181228,2.45720466 C0.0201181228,2.75698225 0.347165428,3 0.750598725,3 C1.15403202,3 1.48107933,2.75698225 1.48107933,2.45720466 L1.4609612,1.70000076 Z\" fill-rule=\"nonzero\"><\/path><path d=\"M5,1.6097561 L5,10.3902439 C5,10.7270029 5.44771525,11 6,11 C6.55228475,11 7,10.7270029 7,10.3902439 L7,1.6097561 C7,1.2729971 6.55228475,1 6,1 C5.44771525,1 5,1.2729971 5,1.6097561 Z\" fill-rule=\"nonzero\"><\/path><rect x=\"2\" y=\"10\" width=\"8\" height=\"1.79999995\" rx=\"0.899999976\"><\/rect><\/g><\/g><\/g><\/g><\/svg><\/span><\/div><ul class=\"jfToolbar-select jfToolbar-select-heading\" data-command=\"heading\" role=\"menu\" id=\"input_46_fontSize_menu\"><li data-value=\"1\" style=\"font-size:2em\" data-selected=\"true\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"true\">Huge<\/li><li data-value=\"3\" style=\"font-size:1.17em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Large<\/li><li data-value=\"5\" style=\"font-size:0.83em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Normal<\/li><li data-value=\"6\" style=\"font-size:0.67em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Small<\/li><\/ul><\/div><div id=\"input_46_bold\" data-command=\"bold\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Bold\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-bold \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Bold<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M2.47159091,2.5 L2.47159091,8.75 L8.65056818,8.75 C9.96967752,8.75 11.1221591,7.38998343 11.1221591,5.625 C11.1221591,3.86001657 9.96967752,2.5 8.65056818,2.5 L2.47159091,2.5 Z M1.23579545,0 L8.65056818,0 C11.4265247,0 13.59375,2.55749187 13.59375,5.625 C13.59375,8.69250813 11.4265247,11.25 8.65056818,11.25 L1.23579545,11.25 C0.553284471,11.25 0,10.6903559 0,10 L0,1.25 C0,0.559644063 0.553284471,0 1.23579545,0 Z\"><\/path><path d=\"M2.5,11.40625 L2.5,17.65625 L9.90384615,17.65625 C11.2992605,17.65625 12.5,16.2904088 12.5,14.53125 C12.5,12.7720912 11.2992605,11.40625 9.90384615,11.40625 L2.5,11.40625 Z M1.25,8.90625 L9.90384615,8.90625 C12.7567761,8.90625 15,11.4579172 15,14.53125 C15,17.6045828 12.7567761,20.15625 9.90384615,20.15625 L1.25,20.15625 C0.559644063,20.15625 0,19.5966059 0,18.90625 L0,10.15625 C0,9.46589406 0.559644063,8.90625 1.25,8.90625 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_46_italic\" data-command=\"italic\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Italic\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-italic \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Italic<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M13.5882353,0 L4.94117647,0 C4.25894237,0 3.70588235,0.553060015 3.70588235,1.23529412 C3.70588235,1.91752822 4.25894237,2.47058824 4.94117647,2.47058824 L13.5882353,2.47058824 C14.2704694,2.47058824 14.8235294,1.91752822 14.8235294,1.23529412 C14.8235294,0.553060015 14.2704694,0 13.5882353,0 Z\"><\/path><path d=\"M9.88235294,17.2941176 L1.23529412,17.2941176 C0.553060015,17.2941176 0,17.8471777 0,18.5294118 C0,19.2116459 0.553060015,19.7647059 1.23529412,19.7647059 L9.88235294,19.7647059 C10.564587,19.7647059 11.1176471,19.2116459 11.1176471,18.5294118 C11.1176471,17.8471777 10.564587,17.2941176 9.88235294,17.2941176 Z\"><\/path><path d=\"M8.69458806,0.895932724 L3.75341159,18.1900504 C3.56598747,18.8460348 3.94583065,19.5297525 4.60181508,19.7171766 C5.2577995,19.9046008 5.94151722,19.5247576 6.12894135,18.8687732 L11.0701178,1.57465551 C11.2575419,0.918671083 10.8776988,0.234953363 10.2217143,0.0475292411 C9.56572991,-0.139894881 8.88201219,0.239948297 8.69458806,0.895932724 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_46_underline\" data-command=\"underline\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Underline\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-underline \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(7.000000, 5.000000)\"><path d=\"M2.15909091,1.29545455 L2.15909091,8.27097902 C2.15909091,12.2813233 5.34161889,15.5454545 9.28409091,15.5454545 C13.2265629,15.5454545 16.4090909,12.2813233 16.4090909,8.27097902 L16.4090909,1.29545455 C16.4090909,0.579994756 15.8290962,0 15.1136364,0 C14.3981766,0 13.8181818,0.579994756 13.8181818,1.29545455 L13.8181818,8.27097902 C13.8181818,10.864879 11.780757,12.9545455 9.28409091,12.9545455 C6.78742483,12.9545455 4.75,10.864879 4.75,8.27097902 L4.75,1.29545455 C4.75,0.579994756 4.17000524,0 3.45454545,0 C2.73908566,0 2.15909091,0.579994756 2.15909091,1.29545455 Z\"><\/path><path d=\"M1.29545455,20.7272727 L16.8409091,20.7272727 C17.5563689,20.7272727 18.1363636,20.147278 18.1363636,19.4318182 C18.1363636,18.7163584 17.5563689,18.1363636 16.8409091,18.1363636 L1.29545455,18.1363636 C0.579994756,18.1363636 0,18.7163584 0,19.4318182 C0,20.147278 0.579994756,20.7272727 1.29545455,20.7272727 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_46_createLink\" data-command=\"createLink\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Link\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-createLink \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline Copy<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(6.000000, 6.000000)\"><path d=\"M8.12250978,12.0615096 C9.11153092,13.434589 10.6344227,14.2986277 12.2960505,14.422209 C13.960001,14.5459629 15.5906008,13.9142984 16.7617681,12.6976288 L19.3990078,9.95891998 C21.5549175,7.64114792 21.5244655,4.00194322 19.3454622,1.73910167 C17.139984,-0.551233494 13.5527271,-0.583605157 11.3086344,1.66720454 L9.78321622,3.24190674 C9.27889786,3.76258411 9.29215946,4.59350732 9.81283683,5.09782568 C10.3335142,5.60214404 11.1644374,5.58888244 11.6687558,5.06820507 L13.1808677,3.50704343 C14.3730084,2.31152892 16.2689674,2.32863819 17.4546094,3.55989839 C18.6667264,4.81865222 18.683922,6.87363295 17.492498,8.15466767 L14.8707504,10.8770033 C14.2384113,11.5339102 13.371049,11.8699104 12.4907435,11.804439 C11.6081154,11.7387948 10.7913272,11.275376 10.2524902,10.527297 C9.82882911,9.93911912 9.00857156,9.80575194 8.4203937,10.2294131 C7.83221584,10.6530742 7.69884867,11.4733317 8.12250978,12.0615096 Z\"><\/path><path d=\"M12.8774902,8.93849043 C11.8884691,7.56541104 10.3655773,6.70137225 8.70394945,6.57779104 C7.03999899,6.45403709 5.40939918,7.08570163 4.23823187,8.30237124 L1.60099221,11.04108 C-0.554917535,13.3588521 -0.524465488,16.9980568 1.65453778,19.2608983 C3.86001604,21.5512335 7.4472729,21.5836052 9.69136555,19.3327955 L11.2106491,17.7553425 C11.7134482,17.2331979 11.6977656,16.4023168 11.175621,15.8995177 C10.6534764,15.3967186 9.82259538,15.4124012 9.31979625,15.9345457 L7.81647565,17.4957074 C6.62699163,18.6884711 4.7310326,18.6713618 3.54539059,17.4401016 C2.33327358,16.1813478 2.31607797,14.1263671 3.50750204,12.8453323 L6.12924958,10.1229967 C6.76158874,9.46608985 7.62895105,9.13008955 8.50925653,9.19556102 C9.39188462,9.26120523 10.2086728,9.72462402 10.7475098,10.472703 C11.1711709,11.0608809 11.9914284,11.1942481 12.5796063,10.7705869 C13.1677842,10.3469258 13.3011513,9.52666829 12.8774902,8.93849043 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forUrl\"><input type=\"url\" id=\"modalLinkUrl_input_46\" class=\"jfModal-input jfModal-modalLinkUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter URL\" aria-label=\"link url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_46_ul\" data-command=\"insertUnorderedList\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Bullet List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ul \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>NumberList Copy 2<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><circle cx=\"3\" cy=\"3\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"8\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"13\" r=\"1\"><\/circle><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_46_ol\" data-command=\"insertOrderedList\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Numbered List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ol \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(1.000000, 1.000000)\"><path d=\"M0,11 L2,11 L2,11.5 L1,11.5 L1,12.5 L2,12.5 L2,13 L0,13 L0,14 L3,14 L3,10 L0,10 L0,11 Z M0,6 L1.8,6 L0,8.1 L0,9 L3,9 L3,8 L1.2,8 L3,5.9 L3,5 L0,5 L0,6 Z M1,4 L2,4 L2,0 L0,0 L0,1 L1,1 L1,4 Z\"><\/path><\/g><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\"><\/rect><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_46_quote\" data-command=\"formatBlock\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Quote Paragraph\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-quote \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>quote<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(10.000000, 11.000000)\"><path d=\"M9.68229167,9.75 L10.4783857,9.75 L10.4783857,9.75 C10.8611857,9.75 11.2103962,9.53147077 11.3777535,9.18719271 L12.8993679,6.0570147 L12.8993679,6.0570147 C12.9655901,5.92078603 13,5.77129358 13,5.61982199 L13,1 L13,1 C13,0.44771525 12.5522847,1.20591542e-16 12,2.22044605e-16 L8.3125,0 L8.3125,0 C7.76021525,1.01453063e-16 7.3125,0.44771525 7.3125,1 L7.3125,4.85 L7.3125,4.85 C7.3125,5.40228475 7.76021525,5.85 8.3125,5.85 L8.734375,5.85 L8.734375,5.85 C9.22578821,5.85 9.62415732,6.24836912 9.62415732,6.73978232 C9.62415732,6.87455906 9.59354003,7.0075748 9.53461662,7.12878867 L8.88205005,8.47121133 L8.88205005,8.47121133 C8.66720778,8.91317258 8.85132408,9.44561702 9.29328532,9.6604593 C9.41449919,9.7193827 9.54751493,9.75 9.68229167,9.75 Z\"><\/path><path d=\"M2.36979167,9.75 L3.16588569,9.75 L3.16588569,9.75 C3.54868575,9.75 3.89789615,9.53147077 4.06525355,9.18719271 L5.58686785,6.0570147 L5.58686785,6.0570147 C5.65309013,5.92078603 5.6875,5.77129358 5.6875,5.61982199 L5.6875,1 L5.6875,1 C5.6875,0.44771525 5.23978475,1.20591542e-16 4.6875,2.22044605e-16 L1,0 L1,0 C0.44771525,1.01453063e-16 -6.76353751e-17,0.44771525 0,1 L0,4.85 L0,4.85 C-4.22892021e-16,5.40228475 0.44771525,5.85 1,5.85 L1.421875,5.85 L1.421875,5.85 C1.91328821,5.85 2.31165732,6.24836912 2.31165732,6.73978232 C2.31165732,6.87455906 2.28104003,7.0075748 2.22211662,7.12878867 L1.56955005,8.47121133 L1.56955005,8.47121133 C1.35470778,8.91317258 1.53882408,9.44561702 1.98078532,9.6604593 C2.10199919,9.7193827 2.23501493,9.75 2.36979167,9.75 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_46_hr\" data-command=\"insertHorizontalRule\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Horizontal Line\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-hr \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Break<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 14.000000)\"><path d=\"M1.5625,3.125 L23.4375,3.125 C24.3004449,3.125 25,2.42544492 25,1.5625 C25,0.699555078 24.3004449,0 23.4375,0 L1.5625,0 C0.699555078,0 0,0.699555078 0,1.5625 C0,2.42544492 0.699555078,3.125 1.5625,3.125 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_46_imagePicker\" data-command=\"insertImage\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Image\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-imagePicker \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Image<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 4.000000)\"><path d=\"M4.23529412,2.82352941 C3.455598,2.82352941 2.82352941,3.455598 2.82352941,4.23529412 L2.82352941,19.7647059 C2.82352941,20.544402 3.455598,21.1764706 4.23529412,21.1764706 L19.7647059,21.1764706 C20.544402,21.1764706 21.1764706,20.544402 21.1764706,19.7647059 L21.1764706,4.23529412 C21.1764706,3.455598 20.544402,2.82352941 19.7647059,2.82352941 L4.23529412,2.82352941 Z M4.23529412,0 L19.7647059,0 C22.1037942,-3.13474736e-16 24,1.89620577 24,4.23529412 L24,19.7647059 C24,22.1037942 22.1037942,24 19.7647059,24 L4.23529412,24 C1.89620577,24 3.13474736e-16,22.1037942 0,19.7647059 L0,4.23529412 C-3.13474736e-16,1.89620577 1.89620577,4.70212105e-16 4.23529412,0 Z\" fill-rule=\"nonzero\"><\/path><circle cx=\"8\" cy=\"8\" r=\"2\"><\/circle><path d=\"M21.5506729,16.416153 C22.1109903,16.9757102 23.0194444,16.9757102 23.5797619,16.416153 C24.1400794,15.8565958 24.1400794,14.9493743 23.5797619,14.3898171 L17.601501,8.4196679 C17.0411836,7.8601107 16.1327295,7.8601107 15.572412,8.4196679 L2.4202381,21.5539963 C1.85992063,22.1135534 1.85992063,23.0207749 2.4202381,23.5803321 C2.98055556,24.1398893 3.88900966,24.1398893 4.44932712,23.5803321 L16.5869565,11.4591717 L21.5506729,16.416153 Z\" fill-rule=\"nonzero\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forImage\"><input type=\"url\" id=\"modalImageUrl_input_46\" class=\"jfModal-input jfModal-modalImageUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter image URL\" aria-label=\"image url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_46_emoji\" data-command=\"insertEmoji\" class=\"jfToolbar-item hasDropdown forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Emoji\" aria-haspopup=\"true\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-emoji \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Smiley<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 3.000000)\"><path d=\"M19.4451446,16.0843869 C19.0223005,17.4164151 18.2337534,18.4897437 17.0795033,19.3043725 C15.9252533,20.1190014 14.6224364,20.5263158 13.1710526,20.5263158 C11.7196689,20.5263158 10.416852,20.1190014 9.26260193,19.3043725 C8.10835187,18.4897437 7.31980479,17.4164151 6.89696071,16.0843869 C6.80553496,15.8091744 6.8283914,15.5422183 6.96553002,15.2835186 C7.10266864,15.0248189 7.31980479,14.8514351 7.61693847,14.7633671 C7.90264393,14.6752991 8.17977823,14.6973161 8.44834136,14.8294181 C8.7169045,14.9615201 8.89689894,15.1706815 8.98832468,15.4569025 C9.27403015,16.3375823 9.80258525,17.0503826 10.57399,17.5953032 C11.3453947,18.1402239 12.2110823,18.4126842 13.1710526,18.4126842 C14.131023,18.4126842 14.9967105,18.1402239 15.7681153,17.5953032 C16.53952,17.0503826 17.0680751,16.3375823 17.3537806,15.4569025 C17.4452063,15.1706815 17.6280578,14.9615201 17.9023351,14.8294181 C18.1766123,14.6973161 18.4566037,14.6752991 18.7423091,14.7633671 C19.0280146,14.8514351 19.2394366,15.0248189 19.3765752,15.2835186 C19.5137139,15.5422183 19.5365703,15.8091744 19.4451446,16.0843869 Z M10.9473684,8.72368421 C10.9473684,9.33751371 10.7302118,9.86158512 10.2958984,10.2958984 C9.86158512,10.7302118 9.33751371,10.9473684 8.72368421,10.9473684 C8.10985471,10.9473684 7.58578331,10.7302118 7.15146998,10.2958984 C6.71715666,9.86158512 6.5,9.33751371 6.5,8.72368421 C6.5,8.10985471 6.71715666,7.58578331 7.15146998,7.15146998 C7.58578331,6.71715666 8.10985471,6.5 8.72368421,6.5 C9.33751371,6.5 9.86158512,6.71715666 10.2958984,7.15146998 C10.7302118,7.58578331 10.9473684,8.10985471 10.9473684,8.72368421 Z M19.5,8.72368421 C19.5,9.33751371 19.2828433,9.86158512 18.84853,10.2958984 C18.4142167,10.7302118 17.8901453,10.9473684 17.2763158,10.9473684 C16.6624863,10.9473684 16.1384149,10.7302118 15.7041016,10.2958984 C15.2697882,9.86158512 15.0526316,9.33751371 15.0526316,8.72368421 C15.0526316,8.10985471 15.2697882,7.58578331 15.7041016,7.15146998 C16.1384149,6.71715666 16.6624863,6.5 17.2763158,6.5 C17.8901453,6.5 18.4142167,6.71715666 18.84853,7.15146998 C19.2828433,7.58578331 19.5,8.10985471 19.5,8.72368421 Z M23.6052632,12.8289474 C23.6052632,11.3696546 23.3190173,9.97490748 22.7465255,8.644706 C22.1740337,7.31450452 21.407905,6.16952097 20.4481394,5.20975535 C19.4883738,4.24998972 18.3433902,3.48386102 17.0131887,2.91136924 C15.6829873,2.33887747 14.2882401,2.05263158 12.8289474,2.05263158 C11.3696546,2.05263158 9.97490748,2.33887747 8.644706,2.91136924 C7.31450452,3.48386102 6.16952097,4.24998972 5.20975535,5.20975535 C4.24998972,6.16952097 3.48386102,7.31450452 2.91136924,8.644706 C2.33887747,9.97490748 2.05263158,11.3696546 2.05263158,12.8289474 C2.05263158,14.2882401 2.33887747,15.6829873 2.91136924,17.0131887 C3.48386102,18.3433902 4.24998972,19.4883738 5.20975535,20.4481394 C6.16952097,21.407905 7.31450452,22.1740337 8.644706,22.7465255 C9.97490748,23.3190173 11.3696546,23.6052632 12.8289474,23.6052632 C14.2882401,23.6052632 15.6829873,23.3190173 17.0131887,22.7465255 C18.3433902,22.1740337 19.4883738,21.407905 20.4481394,20.4481394 C21.407905,19.4883738 22.1740337,18.3433902 22.7465255,17.0131887 C23.3190173,15.6829873 23.6052632,14.2882401 23.6052632,12.8289474 Z M26,13 C26,15.3585069 25.4188368,17.5336372 24.2565104,19.5253906 C23.094184,21.5171441 21.5171441,23.094184 19.5253906,24.2565104 C17.5336372,25.4188368 15.3585069,26 13,26 C10.6414931,26 8.46636285,25.4188368 6.47460938,24.2565104 C4.4828559,23.094184 2.90581597,21.5171441 1.74348958,19.5253906 C0.581163194,17.5336372 0,15.3585069 0,13 C0,10.6414931 0.581163194,8.46636285 1.74348958,6.47460938 C2.90581597,4.4828559 4.4828559,2.90581597 6.47460938,1.74348958 C8.46636285,0.581163194 10.6414931,0 13,0 C15.3585069,0 17.5336372,0.581163194 19.5253906,1.74348958 C21.5171441,2.90581597 23.094184,4.4828559 24.2565104,6.47460938 C25.4188368,8.46636285 26,10.6414931 26,13 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_mixed\" id=\"id_47\"><div id=\"cid_47\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_mixed\"><div class=\"jfCard-index\"><div>26<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_47\" class=\"jfQuestion-label isLeftAlign\" id=\"label_47\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer for a Skoll Award (Individual #3)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_47_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields isCompoundField\"><div class=\"jfField\" data-type=\"text\" data-col=\"1\"><input type=\"text\" id=\"input_47_field_1\" name=\"q47_referFor47[field_1]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" maxLength=\"5000\" data-maxlength=\"5000\" data-component=\"text\" step=\"any\" aria-required=\"false\" aria-describedby=\"input_47_field_1_description\"\/><label class=\"jfField-sublabel \" for=\"input_47_field_1\" id=\"sublabel_47_field_1\">Please describe why you think the organization you are referring would be a good candidate for\u00a0the Skoll Award:<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"1\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" required=\"\" id=\"input_47_field_2\" name=\"q47_referFor47[field_2]\" class=\"form-dropdown validate[required] js-forMixed\" aria-labelledby=\"\"><option selected=\"\" value=\"\"><\/option><option value=\"Economic Opportunity\">Economic Opportunity<\/option><option value=\"Education\">Education<\/option><option value=\"Environmental Sustainability\">Environmental Sustainability<\/option><option value=\"Health\">Health<\/option><option value=\"Peace and Human Rights\">Peace and Human Rights<\/option><option value=\"Sustainable Markets\">Sustainable Markets<\/option><option value=\"N\/A - None of the above\">N\/A - None of the above<\/option><\/select><div class=\"jfInput-dropdown isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_47_field_2\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_47_field_2\"><\/span><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-47-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"\" class=\"jfDropdown-optionListItem\"><\/li><li role=\"option\" data-value=\"Economic Opportunity\" class=\"jfDropdown-optionListItem\">Economic Opportunity<\/li><li role=\"option\" data-value=\"Education\" class=\"jfDropdown-optionListItem\">Education<\/li><li role=\"option\" data-value=\"Environmental Sustainability\" class=\"jfDropdown-optionListItem\">Environmental Sustainability<\/li><li role=\"option\" data-value=\"Health\" class=\"jfDropdown-optionListItem\">Health<\/li><li role=\"option\" data-value=\"Peace and Human Rights\" class=\"jfDropdown-optionListItem\">Peace and Human Rights<\/li><li role=\"option\" data-value=\"Sustainable Markets\" class=\"jfDropdown-optionListItem\">Sustainable Markets<\/li><li role=\"option\" data-value=\"N\/A - None of the above\" class=\"jfDropdown-optionListItem\">N\/A - None of the above<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_47_field_2\" id=\"sublabel_47_field_2\">Select the primary issue area of the organization you are referring:<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"1\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" required=\"\" id=\"input_47_field_3\" name=\"q47_referFor47[field_3][]\" class=\"form-dropdown validate[required] js-forMixed\" multiple=\"\" aria-labelledby=\"\"><option value=\"Caribbean\">Caribbean<\/option><option value=\"Central America\">Central America<\/option><option value=\"Central and Southern Asia\">Central and Southern Asia<\/option><option value=\"Eastern and Southern Africa\">Eastern and Southern Africa<\/option><option value=\"Eastern Asia\">Eastern Asia<\/option><option value=\"Europe\">Europe<\/option><option value=\"Middle East and North Africa\">Middle East and North Africa<\/option><option value=\"North America\">North America<\/option><option value=\"Oceania\">Oceania<\/option><option value=\"South America\">South America<\/option><option value=\"Southeast Asia\">Southeast Asia<\/option><option value=\"West and Central Africa\">West and Central Africa<\/option><option value=\"N\/A - Global \">N\/A - Global <\/option><\/select><div class=\"jfInput-dropdown isMultiple hasSearch isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_47_field_3\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isPlaceholder\"><\/span><div class=\"jfDropdown-searchWrapper\"><input type=\"text\" class=\"form-textbox jfDropdown-search\" name=\"dropdown_search\" autoComplete=\"off\" placeholder=\"Search\" aria-label=\"Search\" value=\"\"\/><\/div><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-47-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"Caribbean\" class=\"jfDropdown-optionListItem\">Caribbean<\/li><li role=\"option\" data-value=\"Central America\" class=\"jfDropdown-optionListItem\">Central America<\/li><li role=\"option\" data-value=\"Central and Southern Asia\" class=\"jfDropdown-optionListItem\">Central and Southern Asia<\/li><li role=\"option\" data-value=\"Eastern and Southern Africa\" class=\"jfDropdown-optionListItem\">Eastern and Southern Africa<\/li><li role=\"option\" data-value=\"Eastern Asia\" class=\"jfDropdown-optionListItem\">Eastern Asia<\/li><li role=\"option\" data-value=\"Europe\" class=\"jfDropdown-optionListItem\">Europe<\/li><li role=\"option\" data-value=\"Middle East and North Africa\" class=\"jfDropdown-optionListItem\">Middle East and North Africa<\/li><li role=\"option\" data-value=\"North America\" class=\"jfDropdown-optionListItem\">North America<\/li><li role=\"option\" data-value=\"Oceania\" class=\"jfDropdown-optionListItem\">Oceania<\/li><li role=\"option\" data-value=\"South America\" class=\"jfDropdown-optionListItem\">South America<\/li><li role=\"option\" data-value=\"Southeast Asia\" class=\"jfDropdown-optionListItem\">Southeast Asia<\/li><li role=\"option\" data-value=\"West and Central Africa\" class=\"jfDropdown-optionListItem\">West and Central Africa<\/li><li role=\"option\" data-value=\"N\/A - Global \" class=\"jfDropdown-optionListItem\">N\/A - Global <\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_47_field_3\" id=\"sublabel_47_field_3\">Please select the regions where the organization you are referring conducts its work<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_yesno\" id=\"id_48\"><div id=\"cid_48\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_yesno\"><div class=\"jfCard-index\"><div>27<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_48\" class=\"jfQuestion-label isLeftAlign\" id=\"label_48\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Thank you for submitting a referral.<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_48_description\"><span>Would you like to refer a fourth person?<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\"><div class=\"jfField\" role=\"group\" aria-labelledby=\"label_48\"><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"YES\" id=\"input_input_48_0\" name=\"q48_thankYou48\"\/><span class=\"jfYesno-label\">YES<\/span><\/label><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"NO\" id=\"input_input_48_1\" name=\"q48_thankYou48\"\/><span class=\"jfYesno-label\">NO<\/span><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_checkbox\" id=\"id_49\"><div id=\"cid_49\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>28<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_49\" class=\"jfQuestion-label isLeftAlign\" id=\"label_49\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer your network to Skoll (Individual #4)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_49_description\"><span>Please provide your referrals here for the Skoll World Forum and Skoll Award. We recommend reviewing past Awardees and our website for more information on our criteria.\n\nI would like to refer a fourth person to...<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_49\" class=\"jfQuestion-fields form-single-column\" data-component=\"checkbox\"><div class=\"jfField jfField-lastRowItem form-checkbox-item\"><label data-id=\"label_input_49_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q49_referYour49[]\" value=\"Be considered for a Skoll Award\" id=\"input_49_0\" required=\"\" aria-describedby=\"label_49\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Be considered for a Skoll Award<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_mixed\" id=\"id_50\"><div id=\"cid_50\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_mixed\"><div class=\"jfCard-index\"><div>29<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_50\" class=\"jfQuestion-label isLeftAlign\" id=\"label_50\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Details of the person you are referring (Individual #4):<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_50_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields isCompoundField\"><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_50_field_1\" name=\"q50_detailsOf50[field_1]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_50_field_1_description\"\/><label class=\"jfField-sublabel \" for=\"input_50_field_1\" id=\"sublabel_50_field_1\">First Name *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_50_field_2\" name=\"q50_detailsOf50[field_2]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_50_field_2_description\"\/><label class=\"jfField-sublabel \" for=\"input_50_field_2\" id=\"sublabel_50_field_2\">Last Name *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_50_field_3\" name=\"q50_detailsOf50[field_3]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_50_field_3_description\"\/><label class=\"jfField-sublabel \" for=\"input_50_field_3\" id=\"sublabel_50_field_3\">Email *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_50_field_4\" name=\"q50_detailsOf50[field_4]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_50_field_4_description\"\/><label class=\"jfField-sublabel \" for=\"input_50_field_4\" id=\"sublabel_50_field_4\">Organization *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_50_field_5\" name=\"q50_detailsOf50[field_5]\" class=\"form-textbox validate[] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" step=\"any\" aria-required=\"false\" aria-describedby=\"input_50_field_5_description\"\/><label class=\"jfField-sublabel \" for=\"input_50_field_5\" id=\"sublabel_50_field_5\">Current Title<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"2\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" id=\"input_50_field_6\" name=\"q50_detailsOf50[field_6]\" class=\"form-dropdown js-forMixed\" aria-labelledby=\"\"><option selected=\"\" value=\"\"><\/option><option value=\"Academic Institution\">Academic Institution<\/option><option value=\"Commercial Bank\">Commercial Bank<\/option><option value=\"Commercial Social Purpose\/Social Enterprise Organization\">Commercial Social Purpose\/Social Enterprise Organization<\/option><option value=\"Development Finance Bank or Institution\">Development Finance Bank or Institution<\/option><option value=\"For-Profit Corporation\">For-Profit Corporation<\/option><option value=\"Foundation\/Trust\">Foundation\/Trust<\/option><option value=\"Government\/Aid Agency\">Government\/Aid Agency<\/option><option value=\"Individual Investor\/Donor\">Individual Investor\/Donor<\/option><option value=\"Investment\/Asset Management\">Investment\/Asset Management<\/option><option value=\"Media Company\">Media Company<\/option><option value=\"Non-Governmental\/Non-Profit Organization\">Non-Governmental\/Non-Profit Organization<\/option><option value=\"Professional Services\/Independent Consultants\">Professional Services\/Independent Consultants<\/option><option value=\"Professional\/Industry Association\">Professional\/Industry Association<\/option><option value=\"N\/A - None of the above\">N\/A - None of the above<\/option><\/select><div class=\"jfInput-dropdown hasSearch isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_50_field_6\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_50_field_6\" style=\"display:none\"><\/span><div class=\"jfDropdown-searchWrapper\"><input type=\"text\" class=\"form-textbox jfDropdown-search\" name=\"dropdown_search\" autoComplete=\"off\" placeholder=\"Search\" aria-label=\"Search\" value=\"\"\/><\/div><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-50-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"\" class=\"jfDropdown-optionListItem\"><\/li><li role=\"option\" data-value=\"Academic Institution\" class=\"jfDropdown-optionListItem\">Academic Institution<\/li><li role=\"option\" data-value=\"Commercial Bank\" class=\"jfDropdown-optionListItem\">Commercial Bank<\/li><li role=\"option\" data-value=\"Commercial Social Purpose\/Social Enterprise Organization\" class=\"jfDropdown-optionListItem\">Commercial Social Purpose\/Social Enterprise Organization<\/li><li role=\"option\" data-value=\"Development Finance Bank or Institution\" class=\"jfDropdown-optionListItem\">Development Finance Bank or Institution<\/li><li role=\"option\" data-value=\"For-Profit Corporation\" class=\"jfDropdown-optionListItem\">For-Profit Corporation<\/li><li role=\"option\" data-value=\"Foundation\/Trust\" class=\"jfDropdown-optionListItem\">Foundation\/Trust<\/li><li role=\"option\" data-value=\"Government\/Aid Agency\" class=\"jfDropdown-optionListItem\">Government\/Aid Agency<\/li><li role=\"option\" data-value=\"Individual Investor\/Donor\" class=\"jfDropdown-optionListItem\">Individual Investor\/Donor<\/li><li role=\"option\" data-value=\"Investment\/Asset Management\" class=\"jfDropdown-optionListItem\">Investment\/Asset Management<\/li><li role=\"option\" data-value=\"Media Company\" class=\"jfDropdown-optionListItem\">Media Company<\/li><li role=\"option\" data-value=\"Non-Governmental\/Non-Profit Organization\" class=\"jfDropdown-optionListItem\">Non-Governmental\/Non-Profit Organization<\/li><li role=\"option\" data-value=\"Professional Services\/Independent Consultants\" class=\"jfDropdown-optionListItem\">Professional Services\/Independent Consultants<\/li><li role=\"option\" data-value=\"Professional\/Industry Association\" class=\"jfDropdown-optionListItem\">Professional\/Industry Association<\/li><li role=\"option\" data-value=\"N\/A - None of the above\" class=\"jfDropdown-optionListItem\">N\/A - None of the above<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_50_field_6\" id=\"sublabel_50_field_6\">Organization Type<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textarea\" id=\"id_51\"><div id=\"cid_51\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textarea\"><div class=\"jfCard-index\"><div>30<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_51\" class=\"jfQuestion-label isLeftAlign\" id=\"label_51\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer to attend the Skoll World Forum (Individual #4)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_51_description\"><span>In 2-3 sentences, how would you envision this person contributing to the community at the\u00a0Skoll World Forum?<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"textarea\" data-render-type=\"mde\"><div class=\"jfField\"><textarea id=\"input_51\" name=\"q51_referTo51\" placeholder=\"\" class=\"mdInput form-textarea validate[required]\"><\/textarea><div id=\"input_51_editor\" class=\"jfTextarea-editor\" role=\"textbox\" aria-multiline=\"true\" contenteditable=\"true\" data-placeholder=\"\"><\/div><div class=\"jfTextarea-infoSpan \"><span class=\"jfTextarea-limitSpan\" data-limit-type=\"Letters\" data-limit=\"4999\" data-minimum=\"-1\" id=\"input_51-limit\">0\/4999<\/span><span class=\"jfTextarea-modeSpan\"><\/span><\/div><\/div><\/div><\/div><div class=\"jfToolbar\" id=\"input_51_toolbar\" role=\"toolbar\" aria-label=\"Text Formatting\"><div id=\"input_51_fontSize\" data-command=\"heading\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Font Size\" aria-controls=\"input_51_fontSize_menu\" aria-expanded=\"false\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-fontSize \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>TextSize<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 6.000000)\"><g fill-rule=\"nonzero\"><path d=\"M2.34756098,2.5 L16.902439,2.5 L16.902439,4.25 C16.902439,4.94035594 17.4279584,5.5 18.0762195,5.5 C18.7244806,5.5 19.25,4.94035594 19.25,4.25 L19.25,1.25 C19.25,0.559644063 18.7244806,0 18.0762195,0 L1.17378049,0 C0.525519425,0 0,0.559644063 0,1.25 L0,4.25 C0,4.94035594 0.525519425,5.5 1.17378049,5.5 C1.82204155,5.5 2.34756098,4.94035594 2.34756098,4.25 L2.34756098,2.5 Z\"><\/path><path d=\"M5.25,20.5 L13.25,20.5 C13.9403559,20.5 14.5,19.9403559 14.5,19.25 C14.5,18.5596441 13.9403559,18 13.25,18 L5.25,18 C4.55964406,18 4,18.5596441 4,19.25 C4,19.9403559 4.55964406,20.5 5.25,20.5 Z\"><\/path><path d=\"M8,1.25 L8,19.25 C8,19.9403559 8.55964406,20.5 9.25,20.5 C9.94035594,20.5 10.5,19.9403559 10.5,19.25 L10.5,1.25 C10.5,0.559644063 9.94035594,0 9.25,0 C8.55964406,0 8,0.559644063 8,1.25 Z\"><\/path><\/g><g transform=\"translate(15.000000, 8.700000)\"><path d=\"M1.4609612,1.70000076 L10.5189207,1.70000076 L10.5390388,2.45720466 C10.5390388,2.75698225 10.8660861,3 11.2695194,3 C11.6729527,3 12,2.75698225 12,2.45720466 L11.9798819,0.542795343 C11.9798819,0.243017753 11.6528346,0 11.2494013,0 L0.730480602,0 C0.327047306,0 0,0.243017753 0,0.542795343 L0.0201181228,2.45720466 C0.0201181228,2.75698225 0.347165428,3 0.750598725,3 C1.15403202,3 1.48107933,2.75698225 1.48107933,2.45720466 L1.4609612,1.70000076 Z\" fill-rule=\"nonzero\"><\/path><path d=\"M5,1.6097561 L5,10.3902439 C5,10.7270029 5.44771525,11 6,11 C6.55228475,11 7,10.7270029 7,10.3902439 L7,1.6097561 C7,1.2729971 6.55228475,1 6,1 C5.44771525,1 5,1.2729971 5,1.6097561 Z\" fill-rule=\"nonzero\"><\/path><rect x=\"2\" y=\"10\" width=\"8\" height=\"1.79999995\" rx=\"0.899999976\"><\/rect><\/g><\/g><\/g><\/g><\/svg><\/span><\/div><ul class=\"jfToolbar-select jfToolbar-select-heading\" data-command=\"heading\" role=\"menu\" id=\"input_51_fontSize_menu\"><li data-value=\"1\" style=\"font-size:2em\" data-selected=\"true\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"true\">Huge<\/li><li data-value=\"3\" style=\"font-size:1.17em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Large<\/li><li data-value=\"5\" style=\"font-size:0.83em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Normal<\/li><li data-value=\"6\" style=\"font-size:0.67em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Small<\/li><\/ul><\/div><div id=\"input_51_bold\" data-command=\"bold\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Bold\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-bold \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Bold<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M2.47159091,2.5 L2.47159091,8.75 L8.65056818,8.75 C9.96967752,8.75 11.1221591,7.38998343 11.1221591,5.625 C11.1221591,3.86001657 9.96967752,2.5 8.65056818,2.5 L2.47159091,2.5 Z M1.23579545,0 L8.65056818,0 C11.4265247,0 13.59375,2.55749187 13.59375,5.625 C13.59375,8.69250813 11.4265247,11.25 8.65056818,11.25 L1.23579545,11.25 C0.553284471,11.25 0,10.6903559 0,10 L0,1.25 C0,0.559644063 0.553284471,0 1.23579545,0 Z\"><\/path><path d=\"M2.5,11.40625 L2.5,17.65625 L9.90384615,17.65625 C11.2992605,17.65625 12.5,16.2904088 12.5,14.53125 C12.5,12.7720912 11.2992605,11.40625 9.90384615,11.40625 L2.5,11.40625 Z M1.25,8.90625 L9.90384615,8.90625 C12.7567761,8.90625 15,11.4579172 15,14.53125 C15,17.6045828 12.7567761,20.15625 9.90384615,20.15625 L1.25,20.15625 C0.559644063,20.15625 0,19.5966059 0,18.90625 L0,10.15625 C0,9.46589406 0.559644063,8.90625 1.25,8.90625 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_51_italic\" data-command=\"italic\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Italic\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-italic \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Italic<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M13.5882353,0 L4.94117647,0 C4.25894237,0 3.70588235,0.553060015 3.70588235,1.23529412 C3.70588235,1.91752822 4.25894237,2.47058824 4.94117647,2.47058824 L13.5882353,2.47058824 C14.2704694,2.47058824 14.8235294,1.91752822 14.8235294,1.23529412 C14.8235294,0.553060015 14.2704694,0 13.5882353,0 Z\"><\/path><path d=\"M9.88235294,17.2941176 L1.23529412,17.2941176 C0.553060015,17.2941176 0,17.8471777 0,18.5294118 C0,19.2116459 0.553060015,19.7647059 1.23529412,19.7647059 L9.88235294,19.7647059 C10.564587,19.7647059 11.1176471,19.2116459 11.1176471,18.5294118 C11.1176471,17.8471777 10.564587,17.2941176 9.88235294,17.2941176 Z\"><\/path><path d=\"M8.69458806,0.895932724 L3.75341159,18.1900504 C3.56598747,18.8460348 3.94583065,19.5297525 4.60181508,19.7171766 C5.2577995,19.9046008 5.94151722,19.5247576 6.12894135,18.8687732 L11.0701178,1.57465551 C11.2575419,0.918671083 10.8776988,0.234953363 10.2217143,0.0475292411 C9.56572991,-0.139894881 8.88201219,0.239948297 8.69458806,0.895932724 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_51_underline\" data-command=\"underline\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Underline\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-underline \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(7.000000, 5.000000)\"><path d=\"M2.15909091,1.29545455 L2.15909091,8.27097902 C2.15909091,12.2813233 5.34161889,15.5454545 9.28409091,15.5454545 C13.2265629,15.5454545 16.4090909,12.2813233 16.4090909,8.27097902 L16.4090909,1.29545455 C16.4090909,0.579994756 15.8290962,0 15.1136364,0 C14.3981766,0 13.8181818,0.579994756 13.8181818,1.29545455 L13.8181818,8.27097902 C13.8181818,10.864879 11.780757,12.9545455 9.28409091,12.9545455 C6.78742483,12.9545455 4.75,10.864879 4.75,8.27097902 L4.75,1.29545455 C4.75,0.579994756 4.17000524,0 3.45454545,0 C2.73908566,0 2.15909091,0.579994756 2.15909091,1.29545455 Z\"><\/path><path d=\"M1.29545455,20.7272727 L16.8409091,20.7272727 C17.5563689,20.7272727 18.1363636,20.147278 18.1363636,19.4318182 C18.1363636,18.7163584 17.5563689,18.1363636 16.8409091,18.1363636 L1.29545455,18.1363636 C0.579994756,18.1363636 0,18.7163584 0,19.4318182 C0,20.147278 0.579994756,20.7272727 1.29545455,20.7272727 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_51_createLink\" data-command=\"createLink\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Link\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-createLink \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline Copy<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(6.000000, 6.000000)\"><path d=\"M8.12250978,12.0615096 C9.11153092,13.434589 10.6344227,14.2986277 12.2960505,14.422209 C13.960001,14.5459629 15.5906008,13.9142984 16.7617681,12.6976288 L19.3990078,9.95891998 C21.5549175,7.64114792 21.5244655,4.00194322 19.3454622,1.73910167 C17.139984,-0.551233494 13.5527271,-0.583605157 11.3086344,1.66720454 L9.78321622,3.24190674 C9.27889786,3.76258411 9.29215946,4.59350732 9.81283683,5.09782568 C10.3335142,5.60214404 11.1644374,5.58888244 11.6687558,5.06820507 L13.1808677,3.50704343 C14.3730084,2.31152892 16.2689674,2.32863819 17.4546094,3.55989839 C18.6667264,4.81865222 18.683922,6.87363295 17.492498,8.15466767 L14.8707504,10.8770033 C14.2384113,11.5339102 13.371049,11.8699104 12.4907435,11.804439 C11.6081154,11.7387948 10.7913272,11.275376 10.2524902,10.527297 C9.82882911,9.93911912 9.00857156,9.80575194 8.4203937,10.2294131 C7.83221584,10.6530742 7.69884867,11.4733317 8.12250978,12.0615096 Z\"><\/path><path d=\"M12.8774902,8.93849043 C11.8884691,7.56541104 10.3655773,6.70137225 8.70394945,6.57779104 C7.03999899,6.45403709 5.40939918,7.08570163 4.23823187,8.30237124 L1.60099221,11.04108 C-0.554917535,13.3588521 -0.524465488,16.9980568 1.65453778,19.2608983 C3.86001604,21.5512335 7.4472729,21.5836052 9.69136555,19.3327955 L11.2106491,17.7553425 C11.7134482,17.2331979 11.6977656,16.4023168 11.175621,15.8995177 C10.6534764,15.3967186 9.82259538,15.4124012 9.31979625,15.9345457 L7.81647565,17.4957074 C6.62699163,18.6884711 4.7310326,18.6713618 3.54539059,17.4401016 C2.33327358,16.1813478 2.31607797,14.1263671 3.50750204,12.8453323 L6.12924958,10.1229967 C6.76158874,9.46608985 7.62895105,9.13008955 8.50925653,9.19556102 C9.39188462,9.26120523 10.2086728,9.72462402 10.7475098,10.472703 C11.1711709,11.0608809 11.9914284,11.1942481 12.5796063,10.7705869 C13.1677842,10.3469258 13.3011513,9.52666829 12.8774902,8.93849043 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forUrl\"><input type=\"url\" id=\"modalLinkUrl_input_51\" class=\"jfModal-input jfModal-modalLinkUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter URL\" aria-label=\"link url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_51_ul\" data-command=\"insertUnorderedList\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Bullet List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ul \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>NumberList Copy 2<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><circle cx=\"3\" cy=\"3\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"8\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"13\" r=\"1\"><\/circle><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_51_ol\" data-command=\"insertOrderedList\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Numbered List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ol \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(1.000000, 1.000000)\"><path d=\"M0,11 L2,11 L2,11.5 L1,11.5 L1,12.5 L2,12.5 L2,13 L0,13 L0,14 L3,14 L3,10 L0,10 L0,11 Z M0,6 L1.8,6 L0,8.1 L0,9 L3,9 L3,8 L1.2,8 L3,5.9 L3,5 L0,5 L0,6 Z M1,4 L2,4 L2,0 L0,0 L0,1 L1,1 L1,4 Z\"><\/path><\/g><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\"><\/rect><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_51_quote\" data-command=\"formatBlock\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Quote Paragraph\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-quote \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>quote<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(10.000000, 11.000000)\"><path d=\"M9.68229167,9.75 L10.4783857,9.75 L10.4783857,9.75 C10.8611857,9.75 11.2103962,9.53147077 11.3777535,9.18719271 L12.8993679,6.0570147 L12.8993679,6.0570147 C12.9655901,5.92078603 13,5.77129358 13,5.61982199 L13,1 L13,1 C13,0.44771525 12.5522847,1.20591542e-16 12,2.22044605e-16 L8.3125,0 L8.3125,0 C7.76021525,1.01453063e-16 7.3125,0.44771525 7.3125,1 L7.3125,4.85 L7.3125,4.85 C7.3125,5.40228475 7.76021525,5.85 8.3125,5.85 L8.734375,5.85 L8.734375,5.85 C9.22578821,5.85 9.62415732,6.24836912 9.62415732,6.73978232 C9.62415732,6.87455906 9.59354003,7.0075748 9.53461662,7.12878867 L8.88205005,8.47121133 L8.88205005,8.47121133 C8.66720778,8.91317258 8.85132408,9.44561702 9.29328532,9.6604593 C9.41449919,9.7193827 9.54751493,9.75 9.68229167,9.75 Z\"><\/path><path d=\"M2.36979167,9.75 L3.16588569,9.75 L3.16588569,9.75 C3.54868575,9.75 3.89789615,9.53147077 4.06525355,9.18719271 L5.58686785,6.0570147 L5.58686785,6.0570147 C5.65309013,5.92078603 5.6875,5.77129358 5.6875,5.61982199 L5.6875,1 L5.6875,1 C5.6875,0.44771525 5.23978475,1.20591542e-16 4.6875,2.22044605e-16 L1,0 L1,0 C0.44771525,1.01453063e-16 -6.76353751e-17,0.44771525 0,1 L0,4.85 L0,4.85 C-4.22892021e-16,5.40228475 0.44771525,5.85 1,5.85 L1.421875,5.85 L1.421875,5.85 C1.91328821,5.85 2.31165732,6.24836912 2.31165732,6.73978232 C2.31165732,6.87455906 2.28104003,7.0075748 2.22211662,7.12878867 L1.56955005,8.47121133 L1.56955005,8.47121133 C1.35470778,8.91317258 1.53882408,9.44561702 1.98078532,9.6604593 C2.10199919,9.7193827 2.23501493,9.75 2.36979167,9.75 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_51_hr\" data-command=\"insertHorizontalRule\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Horizontal Line\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-hr \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Break<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 14.000000)\"><path d=\"M1.5625,3.125 L23.4375,3.125 C24.3004449,3.125 25,2.42544492 25,1.5625 C25,0.699555078 24.3004449,0 23.4375,0 L1.5625,0 C0.699555078,0 0,0.699555078 0,1.5625 C0,2.42544492 0.699555078,3.125 1.5625,3.125 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_51_imagePicker\" data-command=\"insertImage\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Image\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-imagePicker \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Image<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 4.000000)\"><path d=\"M4.23529412,2.82352941 C3.455598,2.82352941 2.82352941,3.455598 2.82352941,4.23529412 L2.82352941,19.7647059 C2.82352941,20.544402 3.455598,21.1764706 4.23529412,21.1764706 L19.7647059,21.1764706 C20.544402,21.1764706 21.1764706,20.544402 21.1764706,19.7647059 L21.1764706,4.23529412 C21.1764706,3.455598 20.544402,2.82352941 19.7647059,2.82352941 L4.23529412,2.82352941 Z M4.23529412,0 L19.7647059,0 C22.1037942,-3.13474736e-16 24,1.89620577 24,4.23529412 L24,19.7647059 C24,22.1037942 22.1037942,24 19.7647059,24 L4.23529412,24 C1.89620577,24 3.13474736e-16,22.1037942 0,19.7647059 L0,4.23529412 C-3.13474736e-16,1.89620577 1.89620577,4.70212105e-16 4.23529412,0 Z\" fill-rule=\"nonzero\"><\/path><circle cx=\"8\" cy=\"8\" r=\"2\"><\/circle><path d=\"M21.5506729,16.416153 C22.1109903,16.9757102 23.0194444,16.9757102 23.5797619,16.416153 C24.1400794,15.8565958 24.1400794,14.9493743 23.5797619,14.3898171 L17.601501,8.4196679 C17.0411836,7.8601107 16.1327295,7.8601107 15.572412,8.4196679 L2.4202381,21.5539963 C1.85992063,22.1135534 1.85992063,23.0207749 2.4202381,23.5803321 C2.98055556,24.1398893 3.88900966,24.1398893 4.44932712,23.5803321 L16.5869565,11.4591717 L21.5506729,16.416153 Z\" fill-rule=\"nonzero\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forImage\"><input type=\"url\" id=\"modalImageUrl_input_51\" class=\"jfModal-input jfModal-modalImageUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter image URL\" aria-label=\"image url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_51_emoji\" data-command=\"insertEmoji\" class=\"jfToolbar-item hasDropdown forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Emoji\" aria-haspopup=\"true\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-emoji \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Smiley<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 3.000000)\"><path d=\"M19.4451446,16.0843869 C19.0223005,17.4164151 18.2337534,18.4897437 17.0795033,19.3043725 C15.9252533,20.1190014 14.6224364,20.5263158 13.1710526,20.5263158 C11.7196689,20.5263158 10.416852,20.1190014 9.26260193,19.3043725 C8.10835187,18.4897437 7.31980479,17.4164151 6.89696071,16.0843869 C6.80553496,15.8091744 6.8283914,15.5422183 6.96553002,15.2835186 C7.10266864,15.0248189 7.31980479,14.8514351 7.61693847,14.7633671 C7.90264393,14.6752991 8.17977823,14.6973161 8.44834136,14.8294181 C8.7169045,14.9615201 8.89689894,15.1706815 8.98832468,15.4569025 C9.27403015,16.3375823 9.80258525,17.0503826 10.57399,17.5953032 C11.3453947,18.1402239 12.2110823,18.4126842 13.1710526,18.4126842 C14.131023,18.4126842 14.9967105,18.1402239 15.7681153,17.5953032 C16.53952,17.0503826 17.0680751,16.3375823 17.3537806,15.4569025 C17.4452063,15.1706815 17.6280578,14.9615201 17.9023351,14.8294181 C18.1766123,14.6973161 18.4566037,14.6752991 18.7423091,14.7633671 C19.0280146,14.8514351 19.2394366,15.0248189 19.3765752,15.2835186 C19.5137139,15.5422183 19.5365703,15.8091744 19.4451446,16.0843869 Z M10.9473684,8.72368421 C10.9473684,9.33751371 10.7302118,9.86158512 10.2958984,10.2958984 C9.86158512,10.7302118 9.33751371,10.9473684 8.72368421,10.9473684 C8.10985471,10.9473684 7.58578331,10.7302118 7.15146998,10.2958984 C6.71715666,9.86158512 6.5,9.33751371 6.5,8.72368421 C6.5,8.10985471 6.71715666,7.58578331 7.15146998,7.15146998 C7.58578331,6.71715666 8.10985471,6.5 8.72368421,6.5 C9.33751371,6.5 9.86158512,6.71715666 10.2958984,7.15146998 C10.7302118,7.58578331 10.9473684,8.10985471 10.9473684,8.72368421 Z M19.5,8.72368421 C19.5,9.33751371 19.2828433,9.86158512 18.84853,10.2958984 C18.4142167,10.7302118 17.8901453,10.9473684 17.2763158,10.9473684 C16.6624863,10.9473684 16.1384149,10.7302118 15.7041016,10.2958984 C15.2697882,9.86158512 15.0526316,9.33751371 15.0526316,8.72368421 C15.0526316,8.10985471 15.2697882,7.58578331 15.7041016,7.15146998 C16.1384149,6.71715666 16.6624863,6.5 17.2763158,6.5 C17.8901453,6.5 18.4142167,6.71715666 18.84853,7.15146998 C19.2828433,7.58578331 19.5,8.10985471 19.5,8.72368421 Z M23.6052632,12.8289474 C23.6052632,11.3696546 23.3190173,9.97490748 22.7465255,8.644706 C22.1740337,7.31450452 21.407905,6.16952097 20.4481394,5.20975535 C19.4883738,4.24998972 18.3433902,3.48386102 17.0131887,2.91136924 C15.6829873,2.33887747 14.2882401,2.05263158 12.8289474,2.05263158 C11.3696546,2.05263158 9.97490748,2.33887747 8.644706,2.91136924 C7.31450452,3.48386102 6.16952097,4.24998972 5.20975535,5.20975535 C4.24998972,6.16952097 3.48386102,7.31450452 2.91136924,8.644706 C2.33887747,9.97490748 2.05263158,11.3696546 2.05263158,12.8289474 C2.05263158,14.2882401 2.33887747,15.6829873 2.91136924,17.0131887 C3.48386102,18.3433902 4.24998972,19.4883738 5.20975535,20.4481394 C6.16952097,21.407905 7.31450452,22.1740337 8.644706,22.7465255 C9.97490748,23.3190173 11.3696546,23.6052632 12.8289474,23.6052632 C14.2882401,23.6052632 15.6829873,23.3190173 17.0131887,22.7465255 C18.3433902,22.1740337 19.4883738,21.407905 20.4481394,20.4481394 C21.407905,19.4883738 22.1740337,18.3433902 22.7465255,17.0131887 C23.3190173,15.6829873 23.6052632,14.2882401 23.6052632,12.8289474 Z M26,13 C26,15.3585069 25.4188368,17.5336372 24.2565104,19.5253906 C23.094184,21.5171441 21.5171441,23.094184 19.5253906,24.2565104 C17.5336372,25.4188368 15.3585069,26 13,26 C10.6414931,26 8.46636285,25.4188368 6.47460938,24.2565104 C4.4828559,23.094184 2.90581597,21.5171441 1.74348958,19.5253906 C0.581163194,17.5336372 0,15.3585069 0,13 C0,10.6414931 0.581163194,8.46636285 1.74348958,6.47460938 C2.90581597,4.4828559 4.4828559,2.90581597 6.47460938,1.74348958 C8.46636285,0.581163194 10.6414931,0 13,0 C15.3585069,0 17.5336372,0.581163194 19.5253906,1.74348958 C21.5171441,2.90581597 23.094184,4.4828559 24.2565104,6.47460938 C25.4188368,8.46636285 26,10.6414931 26,13 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textarea\" id=\"id_52\"><div id=\"cid_52\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textarea\"><div class=\"jfCard-index\"><div>31<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_52\" class=\"jfQuestion-label isLeftAlign\" id=\"label_52\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer to speak at the Skoll World Forum (Individual #4)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_52_description\"><span>In 2-3 sentences, why would you recommend this person\u00a0to speak at the Skoll World Forum?<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"textarea\" data-render-type=\"mde\"><div class=\"jfField\"><textarea id=\"input_52\" name=\"q52_referTo52\" placeholder=\"\" class=\"mdInput form-textarea validate[required]\"><\/textarea><div id=\"input_52_editor\" class=\"jfTextarea-editor\" role=\"textbox\" aria-multiline=\"true\" contenteditable=\"true\" data-placeholder=\"\"><\/div><div class=\"jfTextarea-infoSpan \"><span class=\"jfTextarea-limitSpan\" data-limit-type=\"Letters\" data-limit=\"4999\" data-minimum=\"-1\" id=\"input_52-limit\">0\/4999<\/span><span class=\"jfTextarea-modeSpan\"><\/span><\/div><\/div><\/div><\/div><div class=\"jfToolbar\" id=\"input_52_toolbar\" role=\"toolbar\" aria-label=\"Text Formatting\"><div id=\"input_52_fontSize\" data-command=\"heading\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Font Size\" aria-controls=\"input_52_fontSize_menu\" aria-expanded=\"false\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-fontSize \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>TextSize<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 6.000000)\"><g fill-rule=\"nonzero\"><path d=\"M2.34756098,2.5 L16.902439,2.5 L16.902439,4.25 C16.902439,4.94035594 17.4279584,5.5 18.0762195,5.5 C18.7244806,5.5 19.25,4.94035594 19.25,4.25 L19.25,1.25 C19.25,0.559644063 18.7244806,0 18.0762195,0 L1.17378049,0 C0.525519425,0 0,0.559644063 0,1.25 L0,4.25 C0,4.94035594 0.525519425,5.5 1.17378049,5.5 C1.82204155,5.5 2.34756098,4.94035594 2.34756098,4.25 L2.34756098,2.5 Z\"><\/path><path d=\"M5.25,20.5 L13.25,20.5 C13.9403559,20.5 14.5,19.9403559 14.5,19.25 C14.5,18.5596441 13.9403559,18 13.25,18 L5.25,18 C4.55964406,18 4,18.5596441 4,19.25 C4,19.9403559 4.55964406,20.5 5.25,20.5 Z\"><\/path><path d=\"M8,1.25 L8,19.25 C8,19.9403559 8.55964406,20.5 9.25,20.5 C9.94035594,20.5 10.5,19.9403559 10.5,19.25 L10.5,1.25 C10.5,0.559644063 9.94035594,0 9.25,0 C8.55964406,0 8,0.559644063 8,1.25 Z\"><\/path><\/g><g transform=\"translate(15.000000, 8.700000)\"><path d=\"M1.4609612,1.70000076 L10.5189207,1.70000076 L10.5390388,2.45720466 C10.5390388,2.75698225 10.8660861,3 11.2695194,3 C11.6729527,3 12,2.75698225 12,2.45720466 L11.9798819,0.542795343 C11.9798819,0.243017753 11.6528346,0 11.2494013,0 L0.730480602,0 C0.327047306,0 0,0.243017753 0,0.542795343 L0.0201181228,2.45720466 C0.0201181228,2.75698225 0.347165428,3 0.750598725,3 C1.15403202,3 1.48107933,2.75698225 1.48107933,2.45720466 L1.4609612,1.70000076 Z\" fill-rule=\"nonzero\"><\/path><path d=\"M5,1.6097561 L5,10.3902439 C5,10.7270029 5.44771525,11 6,11 C6.55228475,11 7,10.7270029 7,10.3902439 L7,1.6097561 C7,1.2729971 6.55228475,1 6,1 C5.44771525,1 5,1.2729971 5,1.6097561 Z\" fill-rule=\"nonzero\"><\/path><rect x=\"2\" y=\"10\" width=\"8\" height=\"1.79999995\" rx=\"0.899999976\"><\/rect><\/g><\/g><\/g><\/g><\/svg><\/span><\/div><ul class=\"jfToolbar-select jfToolbar-select-heading\" data-command=\"heading\" role=\"menu\" id=\"input_52_fontSize_menu\"><li data-value=\"1\" style=\"font-size:2em\" data-selected=\"true\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"true\">Huge<\/li><li data-value=\"3\" style=\"font-size:1.17em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Large<\/li><li data-value=\"5\" style=\"font-size:0.83em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Normal<\/li><li data-value=\"6\" style=\"font-size:0.67em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Small<\/li><\/ul><\/div><div id=\"input_52_bold\" data-command=\"bold\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Bold\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-bold \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Bold<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M2.47159091,2.5 L2.47159091,8.75 L8.65056818,8.75 C9.96967752,8.75 11.1221591,7.38998343 11.1221591,5.625 C11.1221591,3.86001657 9.96967752,2.5 8.65056818,2.5 L2.47159091,2.5 Z M1.23579545,0 L8.65056818,0 C11.4265247,0 13.59375,2.55749187 13.59375,5.625 C13.59375,8.69250813 11.4265247,11.25 8.65056818,11.25 L1.23579545,11.25 C0.553284471,11.25 0,10.6903559 0,10 L0,1.25 C0,0.559644063 0.553284471,0 1.23579545,0 Z\"><\/path><path d=\"M2.5,11.40625 L2.5,17.65625 L9.90384615,17.65625 C11.2992605,17.65625 12.5,16.2904088 12.5,14.53125 C12.5,12.7720912 11.2992605,11.40625 9.90384615,11.40625 L2.5,11.40625 Z M1.25,8.90625 L9.90384615,8.90625 C12.7567761,8.90625 15,11.4579172 15,14.53125 C15,17.6045828 12.7567761,20.15625 9.90384615,20.15625 L1.25,20.15625 C0.559644063,20.15625 0,19.5966059 0,18.90625 L0,10.15625 C0,9.46589406 0.559644063,8.90625 1.25,8.90625 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_52_italic\" data-command=\"italic\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Italic\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-italic \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Italic<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M13.5882353,0 L4.94117647,0 C4.25894237,0 3.70588235,0.553060015 3.70588235,1.23529412 C3.70588235,1.91752822 4.25894237,2.47058824 4.94117647,2.47058824 L13.5882353,2.47058824 C14.2704694,2.47058824 14.8235294,1.91752822 14.8235294,1.23529412 C14.8235294,0.553060015 14.2704694,0 13.5882353,0 Z\"><\/path><path d=\"M9.88235294,17.2941176 L1.23529412,17.2941176 C0.553060015,17.2941176 0,17.8471777 0,18.5294118 C0,19.2116459 0.553060015,19.7647059 1.23529412,19.7647059 L9.88235294,19.7647059 C10.564587,19.7647059 11.1176471,19.2116459 11.1176471,18.5294118 C11.1176471,17.8471777 10.564587,17.2941176 9.88235294,17.2941176 Z\"><\/path><path d=\"M8.69458806,0.895932724 L3.75341159,18.1900504 C3.56598747,18.8460348 3.94583065,19.5297525 4.60181508,19.7171766 C5.2577995,19.9046008 5.94151722,19.5247576 6.12894135,18.8687732 L11.0701178,1.57465551 C11.2575419,0.918671083 10.8776988,0.234953363 10.2217143,0.0475292411 C9.56572991,-0.139894881 8.88201219,0.239948297 8.69458806,0.895932724 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_52_underline\" data-command=\"underline\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Underline\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-underline \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(7.000000, 5.000000)\"><path d=\"M2.15909091,1.29545455 L2.15909091,8.27097902 C2.15909091,12.2813233 5.34161889,15.5454545 9.28409091,15.5454545 C13.2265629,15.5454545 16.4090909,12.2813233 16.4090909,8.27097902 L16.4090909,1.29545455 C16.4090909,0.579994756 15.8290962,0 15.1136364,0 C14.3981766,0 13.8181818,0.579994756 13.8181818,1.29545455 L13.8181818,8.27097902 C13.8181818,10.864879 11.780757,12.9545455 9.28409091,12.9545455 C6.78742483,12.9545455 4.75,10.864879 4.75,8.27097902 L4.75,1.29545455 C4.75,0.579994756 4.17000524,0 3.45454545,0 C2.73908566,0 2.15909091,0.579994756 2.15909091,1.29545455 Z\"><\/path><path d=\"M1.29545455,20.7272727 L16.8409091,20.7272727 C17.5563689,20.7272727 18.1363636,20.147278 18.1363636,19.4318182 C18.1363636,18.7163584 17.5563689,18.1363636 16.8409091,18.1363636 L1.29545455,18.1363636 C0.579994756,18.1363636 0,18.7163584 0,19.4318182 C0,20.147278 0.579994756,20.7272727 1.29545455,20.7272727 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_52_createLink\" data-command=\"createLink\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Link\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-createLink \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline Copy<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(6.000000, 6.000000)\"><path d=\"M8.12250978,12.0615096 C9.11153092,13.434589 10.6344227,14.2986277 12.2960505,14.422209 C13.960001,14.5459629 15.5906008,13.9142984 16.7617681,12.6976288 L19.3990078,9.95891998 C21.5549175,7.64114792 21.5244655,4.00194322 19.3454622,1.73910167 C17.139984,-0.551233494 13.5527271,-0.583605157 11.3086344,1.66720454 L9.78321622,3.24190674 C9.27889786,3.76258411 9.29215946,4.59350732 9.81283683,5.09782568 C10.3335142,5.60214404 11.1644374,5.58888244 11.6687558,5.06820507 L13.1808677,3.50704343 C14.3730084,2.31152892 16.2689674,2.32863819 17.4546094,3.55989839 C18.6667264,4.81865222 18.683922,6.87363295 17.492498,8.15466767 L14.8707504,10.8770033 C14.2384113,11.5339102 13.371049,11.8699104 12.4907435,11.804439 C11.6081154,11.7387948 10.7913272,11.275376 10.2524902,10.527297 C9.82882911,9.93911912 9.00857156,9.80575194 8.4203937,10.2294131 C7.83221584,10.6530742 7.69884867,11.4733317 8.12250978,12.0615096 Z\"><\/path><path d=\"M12.8774902,8.93849043 C11.8884691,7.56541104 10.3655773,6.70137225 8.70394945,6.57779104 C7.03999899,6.45403709 5.40939918,7.08570163 4.23823187,8.30237124 L1.60099221,11.04108 C-0.554917535,13.3588521 -0.524465488,16.9980568 1.65453778,19.2608983 C3.86001604,21.5512335 7.4472729,21.5836052 9.69136555,19.3327955 L11.2106491,17.7553425 C11.7134482,17.2331979 11.6977656,16.4023168 11.175621,15.8995177 C10.6534764,15.3967186 9.82259538,15.4124012 9.31979625,15.9345457 L7.81647565,17.4957074 C6.62699163,18.6884711 4.7310326,18.6713618 3.54539059,17.4401016 C2.33327358,16.1813478 2.31607797,14.1263671 3.50750204,12.8453323 L6.12924958,10.1229967 C6.76158874,9.46608985 7.62895105,9.13008955 8.50925653,9.19556102 C9.39188462,9.26120523 10.2086728,9.72462402 10.7475098,10.472703 C11.1711709,11.0608809 11.9914284,11.1942481 12.5796063,10.7705869 C13.1677842,10.3469258 13.3011513,9.52666829 12.8774902,8.93849043 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forUrl\"><input type=\"url\" id=\"modalLinkUrl_input_52\" class=\"jfModal-input jfModal-modalLinkUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter URL\" aria-label=\"link url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_52_ul\" data-command=\"insertUnorderedList\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Bullet List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ul \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>NumberList Copy 2<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><circle cx=\"3\" cy=\"3\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"8\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"13\" r=\"1\"><\/circle><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_52_ol\" data-command=\"insertOrderedList\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Numbered List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ol \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(1.000000, 1.000000)\"><path d=\"M0,11 L2,11 L2,11.5 L1,11.5 L1,12.5 L2,12.5 L2,13 L0,13 L0,14 L3,14 L3,10 L0,10 L0,11 Z M0,6 L1.8,6 L0,8.1 L0,9 L3,9 L3,8 L1.2,8 L3,5.9 L3,5 L0,5 L0,6 Z M1,4 L2,4 L2,0 L0,0 L0,1 L1,1 L1,4 Z\"><\/path><\/g><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\"><\/rect><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_52_quote\" data-command=\"formatBlock\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Quote Paragraph\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-quote \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>quote<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(10.000000, 11.000000)\"><path d=\"M9.68229167,9.75 L10.4783857,9.75 L10.4783857,9.75 C10.8611857,9.75 11.2103962,9.53147077 11.3777535,9.18719271 L12.8993679,6.0570147 L12.8993679,6.0570147 C12.9655901,5.92078603 13,5.77129358 13,5.61982199 L13,1 L13,1 C13,0.44771525 12.5522847,1.20591542e-16 12,2.22044605e-16 L8.3125,0 L8.3125,0 C7.76021525,1.01453063e-16 7.3125,0.44771525 7.3125,1 L7.3125,4.85 L7.3125,4.85 C7.3125,5.40228475 7.76021525,5.85 8.3125,5.85 L8.734375,5.85 L8.734375,5.85 C9.22578821,5.85 9.62415732,6.24836912 9.62415732,6.73978232 C9.62415732,6.87455906 9.59354003,7.0075748 9.53461662,7.12878867 L8.88205005,8.47121133 L8.88205005,8.47121133 C8.66720778,8.91317258 8.85132408,9.44561702 9.29328532,9.6604593 C9.41449919,9.7193827 9.54751493,9.75 9.68229167,9.75 Z\"><\/path><path d=\"M2.36979167,9.75 L3.16588569,9.75 L3.16588569,9.75 C3.54868575,9.75 3.89789615,9.53147077 4.06525355,9.18719271 L5.58686785,6.0570147 L5.58686785,6.0570147 C5.65309013,5.92078603 5.6875,5.77129358 5.6875,5.61982199 L5.6875,1 L5.6875,1 C5.6875,0.44771525 5.23978475,1.20591542e-16 4.6875,2.22044605e-16 L1,0 L1,0 C0.44771525,1.01453063e-16 -6.76353751e-17,0.44771525 0,1 L0,4.85 L0,4.85 C-4.22892021e-16,5.40228475 0.44771525,5.85 1,5.85 L1.421875,5.85 L1.421875,5.85 C1.91328821,5.85 2.31165732,6.24836912 2.31165732,6.73978232 C2.31165732,6.87455906 2.28104003,7.0075748 2.22211662,7.12878867 L1.56955005,8.47121133 L1.56955005,8.47121133 C1.35470778,8.91317258 1.53882408,9.44561702 1.98078532,9.6604593 C2.10199919,9.7193827 2.23501493,9.75 2.36979167,9.75 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_52_hr\" data-command=\"insertHorizontalRule\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Horizontal Line\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-hr \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Break<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 14.000000)\"><path d=\"M1.5625,3.125 L23.4375,3.125 C24.3004449,3.125 25,2.42544492 25,1.5625 C25,0.699555078 24.3004449,0 23.4375,0 L1.5625,0 C0.699555078,0 0,0.699555078 0,1.5625 C0,2.42544492 0.699555078,3.125 1.5625,3.125 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_52_imagePicker\" data-command=\"insertImage\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Image\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-imagePicker \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Image<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 4.000000)\"><path d=\"M4.23529412,2.82352941 C3.455598,2.82352941 2.82352941,3.455598 2.82352941,4.23529412 L2.82352941,19.7647059 C2.82352941,20.544402 3.455598,21.1764706 4.23529412,21.1764706 L19.7647059,21.1764706 C20.544402,21.1764706 21.1764706,20.544402 21.1764706,19.7647059 L21.1764706,4.23529412 C21.1764706,3.455598 20.544402,2.82352941 19.7647059,2.82352941 L4.23529412,2.82352941 Z M4.23529412,0 L19.7647059,0 C22.1037942,-3.13474736e-16 24,1.89620577 24,4.23529412 L24,19.7647059 C24,22.1037942 22.1037942,24 19.7647059,24 L4.23529412,24 C1.89620577,24 3.13474736e-16,22.1037942 0,19.7647059 L0,4.23529412 C-3.13474736e-16,1.89620577 1.89620577,4.70212105e-16 4.23529412,0 Z\" fill-rule=\"nonzero\"><\/path><circle cx=\"8\" cy=\"8\" r=\"2\"><\/circle><path d=\"M21.5506729,16.416153 C22.1109903,16.9757102 23.0194444,16.9757102 23.5797619,16.416153 C24.1400794,15.8565958 24.1400794,14.9493743 23.5797619,14.3898171 L17.601501,8.4196679 C17.0411836,7.8601107 16.1327295,7.8601107 15.572412,8.4196679 L2.4202381,21.5539963 C1.85992063,22.1135534 1.85992063,23.0207749 2.4202381,23.5803321 C2.98055556,24.1398893 3.88900966,24.1398893 4.44932712,23.5803321 L16.5869565,11.4591717 L21.5506729,16.416153 Z\" fill-rule=\"nonzero\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forImage\"><input type=\"url\" id=\"modalImageUrl_input_52\" class=\"jfModal-input jfModal-modalImageUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter image URL\" aria-label=\"image url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_52_emoji\" data-command=\"insertEmoji\" class=\"jfToolbar-item hasDropdown forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Emoji\" aria-haspopup=\"true\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-emoji \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Smiley<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 3.000000)\"><path d=\"M19.4451446,16.0843869 C19.0223005,17.4164151 18.2337534,18.4897437 17.0795033,19.3043725 C15.9252533,20.1190014 14.6224364,20.5263158 13.1710526,20.5263158 C11.7196689,20.5263158 10.416852,20.1190014 9.26260193,19.3043725 C8.10835187,18.4897437 7.31980479,17.4164151 6.89696071,16.0843869 C6.80553496,15.8091744 6.8283914,15.5422183 6.96553002,15.2835186 C7.10266864,15.0248189 7.31980479,14.8514351 7.61693847,14.7633671 C7.90264393,14.6752991 8.17977823,14.6973161 8.44834136,14.8294181 C8.7169045,14.9615201 8.89689894,15.1706815 8.98832468,15.4569025 C9.27403015,16.3375823 9.80258525,17.0503826 10.57399,17.5953032 C11.3453947,18.1402239 12.2110823,18.4126842 13.1710526,18.4126842 C14.131023,18.4126842 14.9967105,18.1402239 15.7681153,17.5953032 C16.53952,17.0503826 17.0680751,16.3375823 17.3537806,15.4569025 C17.4452063,15.1706815 17.6280578,14.9615201 17.9023351,14.8294181 C18.1766123,14.6973161 18.4566037,14.6752991 18.7423091,14.7633671 C19.0280146,14.8514351 19.2394366,15.0248189 19.3765752,15.2835186 C19.5137139,15.5422183 19.5365703,15.8091744 19.4451446,16.0843869 Z M10.9473684,8.72368421 C10.9473684,9.33751371 10.7302118,9.86158512 10.2958984,10.2958984 C9.86158512,10.7302118 9.33751371,10.9473684 8.72368421,10.9473684 C8.10985471,10.9473684 7.58578331,10.7302118 7.15146998,10.2958984 C6.71715666,9.86158512 6.5,9.33751371 6.5,8.72368421 C6.5,8.10985471 6.71715666,7.58578331 7.15146998,7.15146998 C7.58578331,6.71715666 8.10985471,6.5 8.72368421,6.5 C9.33751371,6.5 9.86158512,6.71715666 10.2958984,7.15146998 C10.7302118,7.58578331 10.9473684,8.10985471 10.9473684,8.72368421 Z M19.5,8.72368421 C19.5,9.33751371 19.2828433,9.86158512 18.84853,10.2958984 C18.4142167,10.7302118 17.8901453,10.9473684 17.2763158,10.9473684 C16.6624863,10.9473684 16.1384149,10.7302118 15.7041016,10.2958984 C15.2697882,9.86158512 15.0526316,9.33751371 15.0526316,8.72368421 C15.0526316,8.10985471 15.2697882,7.58578331 15.7041016,7.15146998 C16.1384149,6.71715666 16.6624863,6.5 17.2763158,6.5 C17.8901453,6.5 18.4142167,6.71715666 18.84853,7.15146998 C19.2828433,7.58578331 19.5,8.10985471 19.5,8.72368421 Z M23.6052632,12.8289474 C23.6052632,11.3696546 23.3190173,9.97490748 22.7465255,8.644706 C22.1740337,7.31450452 21.407905,6.16952097 20.4481394,5.20975535 C19.4883738,4.24998972 18.3433902,3.48386102 17.0131887,2.91136924 C15.6829873,2.33887747 14.2882401,2.05263158 12.8289474,2.05263158 C11.3696546,2.05263158 9.97490748,2.33887747 8.644706,2.91136924 C7.31450452,3.48386102 6.16952097,4.24998972 5.20975535,5.20975535 C4.24998972,6.16952097 3.48386102,7.31450452 2.91136924,8.644706 C2.33887747,9.97490748 2.05263158,11.3696546 2.05263158,12.8289474 C2.05263158,14.2882401 2.33887747,15.6829873 2.91136924,17.0131887 C3.48386102,18.3433902 4.24998972,19.4883738 5.20975535,20.4481394 C6.16952097,21.407905 7.31450452,22.1740337 8.644706,22.7465255 C9.97490748,23.3190173 11.3696546,23.6052632 12.8289474,23.6052632 C14.2882401,23.6052632 15.6829873,23.3190173 17.0131887,22.7465255 C18.3433902,22.1740337 19.4883738,21.407905 20.4481394,20.4481394 C21.407905,19.4883738 22.1740337,18.3433902 22.7465255,17.0131887 C23.3190173,15.6829873 23.6052632,14.2882401 23.6052632,12.8289474 Z M26,13 C26,15.3585069 25.4188368,17.5336372 24.2565104,19.5253906 C23.094184,21.5171441 21.5171441,23.094184 19.5253906,24.2565104 C17.5336372,25.4188368 15.3585069,26 13,26 C10.6414931,26 8.46636285,25.4188368 6.47460938,24.2565104 C4.4828559,23.094184 2.90581597,21.5171441 1.74348958,19.5253906 C0.581163194,17.5336372 0,15.3585069 0,13 C0,10.6414931 0.581163194,8.46636285 1.74348958,6.47460938 C2.90581597,4.4828559 4.4828559,2.90581597 6.47460938,1.74348958 C8.46636285,0.581163194 10.6414931,0 13,0 C15.3585069,0 17.5336372,0.581163194 19.5253906,1.74348958 C21.5171441,2.90581597 23.094184,4.4828559 24.2565104,6.47460938 C25.4188368,8.46636285 26,10.6414931 26,13 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_mixed\" id=\"id_53\"><div id=\"cid_53\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_mixed\"><div class=\"jfCard-index\"><div>32<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_53\" class=\"jfQuestion-label isLeftAlign\" id=\"label_53\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer for a Skoll Award (Individual #4)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_53_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields isCompoundField\"><div class=\"jfField\" data-type=\"text\" data-col=\"1\"><input type=\"text\" id=\"input_53_field_1\" name=\"q53_referFor53[field_1]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" maxLength=\"5000\" data-maxlength=\"5000\" data-component=\"text\" step=\"any\" aria-required=\"false\" aria-describedby=\"input_53_field_1_description\"\/><label class=\"jfField-sublabel \" for=\"input_53_field_1\" id=\"sublabel_53_field_1\">Please describe why you think the organization you are referring would be a good candidate for\u00a0the Skoll Award:<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"1\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" required=\"\" id=\"input_53_field_2\" name=\"q53_referFor53[field_2]\" class=\"form-dropdown validate[required] js-forMixed\" aria-labelledby=\"\"><option selected=\"\" value=\"\"><\/option><option value=\"Economic Opportunity\">Economic Opportunity<\/option><option value=\"Education\">Education<\/option><option value=\"Environmental Sustainability\">Environmental Sustainability<\/option><option value=\"Health\">Health<\/option><option value=\"Peace and Human Rights\">Peace and Human Rights<\/option><option value=\"Sustainable Markets\">Sustainable Markets<\/option><option value=\"N\/A - None of the above\">N\/A - None of the above<\/option><\/select><div class=\"jfInput-dropdown isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_53_field_2\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_53_field_2\"><\/span><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-53-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"\" class=\"jfDropdown-optionListItem\"><\/li><li role=\"option\" data-value=\"Economic Opportunity\" class=\"jfDropdown-optionListItem\">Economic Opportunity<\/li><li role=\"option\" data-value=\"Education\" class=\"jfDropdown-optionListItem\">Education<\/li><li role=\"option\" data-value=\"Environmental Sustainability\" class=\"jfDropdown-optionListItem\">Environmental Sustainability<\/li><li role=\"option\" data-value=\"Health\" class=\"jfDropdown-optionListItem\">Health<\/li><li role=\"option\" data-value=\"Peace and Human Rights\" class=\"jfDropdown-optionListItem\">Peace and Human Rights<\/li><li role=\"option\" data-value=\"Sustainable Markets\" class=\"jfDropdown-optionListItem\">Sustainable Markets<\/li><li role=\"option\" data-value=\"N\/A - None of the above\" class=\"jfDropdown-optionListItem\">N\/A - None of the above<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_53_field_2\" id=\"sublabel_53_field_2\">Select the primary issue area of the organization you are referring:<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"1\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" required=\"\" id=\"input_53_field_3\" name=\"q53_referFor53[field_3][]\" class=\"form-dropdown validate[required] js-forMixed\" multiple=\"\" aria-labelledby=\"\"><option value=\"Caribbean\">Caribbean<\/option><option value=\"Central America\">Central America<\/option><option value=\"Central and Southern Asia\">Central and Southern Asia<\/option><option value=\"Eastern and Southern Africa\">Eastern and Southern Africa<\/option><option value=\"Eastern Asia\">Eastern Asia<\/option><option value=\"Europe\">Europe<\/option><option value=\"Middle East and North Africa\">Middle East and North Africa<\/option><option value=\"North America\">North America<\/option><option value=\"Oceania\">Oceania<\/option><option value=\"South America\">South America<\/option><option value=\"Southeast Asia\">Southeast Asia<\/option><option value=\"West and Central Africa\">West and Central Africa<\/option><option value=\"N\/A - Global \">N\/A - Global <\/option><\/select><div class=\"jfInput-dropdown isMultiple hasSearch isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_53_field_3\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isPlaceholder\"><\/span><div class=\"jfDropdown-searchWrapper\"><input type=\"text\" class=\"form-textbox jfDropdown-search\" name=\"dropdown_search\" autoComplete=\"off\" placeholder=\"Search\" aria-label=\"Search\" value=\"\"\/><\/div><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-53-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"Caribbean\" class=\"jfDropdown-optionListItem\">Caribbean<\/li><li role=\"option\" data-value=\"Central America\" class=\"jfDropdown-optionListItem\">Central America<\/li><li role=\"option\" data-value=\"Central and Southern Asia\" class=\"jfDropdown-optionListItem\">Central and Southern Asia<\/li><li role=\"option\" data-value=\"Eastern and Southern Africa\" class=\"jfDropdown-optionListItem\">Eastern and Southern Africa<\/li><li role=\"option\" data-value=\"Eastern Asia\" class=\"jfDropdown-optionListItem\">Eastern Asia<\/li><li role=\"option\" data-value=\"Europe\" class=\"jfDropdown-optionListItem\">Europe<\/li><li role=\"option\" data-value=\"Middle East and North Africa\" class=\"jfDropdown-optionListItem\">Middle East and North Africa<\/li><li role=\"option\" data-value=\"North America\" class=\"jfDropdown-optionListItem\">North America<\/li><li role=\"option\" data-value=\"Oceania\" class=\"jfDropdown-optionListItem\">Oceania<\/li><li role=\"option\" data-value=\"South America\" class=\"jfDropdown-optionListItem\">South America<\/li><li role=\"option\" data-value=\"Southeast Asia\" class=\"jfDropdown-optionListItem\">Southeast Asia<\/li><li role=\"option\" data-value=\"West and Central Africa\" class=\"jfDropdown-optionListItem\">West and Central Africa<\/li><li role=\"option\" data-value=\"N\/A - Global \" class=\"jfDropdown-optionListItem\">N\/A - Global <\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_53_field_3\" id=\"sublabel_53_field_3\">Please select the regions where the organization you are referring conducts its work<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_yesno\" id=\"id_54\"><div id=\"cid_54\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_yesno\"><div class=\"jfCard-index\"><div>33<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_54\" class=\"jfQuestion-label isLeftAlign\" id=\"label_54\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Thank you for submitting a referral.<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_54_description\"><span>Would you like to refer a fifth person?<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\"><div class=\"jfField\" role=\"group\" aria-labelledby=\"label_54\"><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"YES\" id=\"input_input_54_0\" name=\"q54_thankYou54\"\/><span class=\"jfYesno-label\">YES<\/span><\/label><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"NO\" id=\"input_input_54_1\" name=\"q54_thankYou54\"\/><span class=\"jfYesno-label\">NO<\/span><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_checkbox\" id=\"id_55\"><div id=\"cid_55\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>34<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_55\" class=\"jfQuestion-label isLeftAlign\" id=\"label_55\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer your network to Skoll (Individual #5)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_55_description\"><span>Please provide your referrals here for the Skoll World Forum and Skoll Award. We recommend reviewing past Awardees and our website for more information on our criteria.\n\nI would like to refer a fifth person to...<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_55\" class=\"jfQuestion-fields form-single-column\" data-component=\"checkbox\"><div class=\"jfField jfField-lastRowItem form-checkbox-item\"><label data-id=\"label_input_55_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q55_referYour55[]\" value=\"Be considered for a Skoll Award\" id=\"input_55_0\" required=\"\" aria-describedby=\"label_55\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Be considered for a Skoll Award<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_mixed\" id=\"id_56\"><div id=\"cid_56\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_mixed\"><div class=\"jfCard-index\"><div>35<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_56\" class=\"jfQuestion-label isLeftAlign\" id=\"label_56\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Details of the person you are referring (Individual #5):<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_56_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields isCompoundField\"><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_56_field_1\" name=\"q56_detailsOf56[field_1]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_56_field_1_description\"\/><label class=\"jfField-sublabel \" for=\"input_56_field_1\" id=\"sublabel_56_field_1\">First Name *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_56_field_2\" name=\"q56_detailsOf56[field_2]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_56_field_2_description\"\/><label class=\"jfField-sublabel \" for=\"input_56_field_2\" id=\"sublabel_56_field_2\">Last Name *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_56_field_3\" name=\"q56_detailsOf56[field_3]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_56_field_3_description\"\/><label class=\"jfField-sublabel \" for=\"input_56_field_3\" id=\"sublabel_56_field_3\">Email *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_56_field_4\" name=\"q56_detailsOf56[field_4]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" required=\"\" step=\"any\" aria-required=\"true\" aria-describedby=\"input_56_field_4_description\"\/><label class=\"jfField-sublabel \" for=\"input_56_field_4\" id=\"sublabel_56_field_4\">Organization *<\/label><\/div><div class=\"jfField\" data-type=\"text\" data-col=\"2\"><input type=\"text\" id=\"input_56_field_5\" name=\"q56_detailsOf56[field_5]\" class=\"form-textbox validate[] js-forMixed jfInput-input hasSublabel\" value=\"\" data-component=\"text\" step=\"any\" aria-required=\"false\" aria-describedby=\"input_56_field_5_description\"\/><label class=\"jfField-sublabel \" for=\"input_56_field_5\" id=\"sublabel_56_field_5\">Current Title<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"2\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" id=\"input_56_field_6\" name=\"q56_detailsOf56[field_6]\" class=\"form-dropdown js-forMixed\" aria-labelledby=\"\"><option selected=\"\" value=\"\"><\/option><option value=\"Academic Institution\">Academic Institution<\/option><option value=\"Commercial Bank\">Commercial Bank<\/option><option value=\"Commercial Social Purpose\/Social Enterprise Organization\">Commercial Social Purpose\/Social Enterprise Organization<\/option><option value=\"Development Finance Bank or Institution\">Development Finance Bank or Institution<\/option><option value=\"For-Profit Corporation\">For-Profit Corporation<\/option><option value=\"Foundation\/Trust\">Foundation\/Trust<\/option><option value=\"Government\/Aid Agency\">Government\/Aid Agency<\/option><option value=\"Individual Investor\/Donor\">Individual Investor\/Donor<\/option><option value=\"Investment\/Asset Management\">Investment\/Asset Management<\/option><option value=\"Media Company\">Media Company<\/option><option value=\"Non-Governmental\/Non-Profit Organization\">Non-Governmental\/Non-Profit Organization<\/option><option value=\"Professional Services\/Independent Consultants\">Professional Services\/Independent Consultants<\/option><option value=\"Professional\/Industry Association\">Professional\/Industry Association<\/option><option value=\"N\/A - None of the above\">N\/A - None of the above<\/option><\/select><div class=\"jfInput-dropdown hasSearch isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_56_field_6\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_56_field_6\" style=\"display:none\"><\/span><div class=\"jfDropdown-searchWrapper\"><input type=\"text\" class=\"form-textbox jfDropdown-search\" name=\"dropdown_search\" autoComplete=\"off\" placeholder=\"Search\" aria-label=\"Search\" value=\"\"\/><\/div><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-56-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"\" class=\"jfDropdown-optionListItem\"><\/li><li role=\"option\" data-value=\"Academic Institution\" class=\"jfDropdown-optionListItem\">Academic Institution<\/li><li role=\"option\" data-value=\"Commercial Bank\" class=\"jfDropdown-optionListItem\">Commercial Bank<\/li><li role=\"option\" data-value=\"Commercial Social Purpose\/Social Enterprise Organization\" class=\"jfDropdown-optionListItem\">Commercial Social Purpose\/Social Enterprise Organization<\/li><li role=\"option\" data-value=\"Development Finance Bank or Institution\" class=\"jfDropdown-optionListItem\">Development Finance Bank or Institution<\/li><li role=\"option\" data-value=\"For-Profit Corporation\" class=\"jfDropdown-optionListItem\">For-Profit Corporation<\/li><li role=\"option\" data-value=\"Foundation\/Trust\" class=\"jfDropdown-optionListItem\">Foundation\/Trust<\/li><li role=\"option\" data-value=\"Government\/Aid Agency\" class=\"jfDropdown-optionListItem\">Government\/Aid Agency<\/li><li role=\"option\" data-value=\"Individual Investor\/Donor\" class=\"jfDropdown-optionListItem\">Individual Investor\/Donor<\/li><li role=\"option\" data-value=\"Investment\/Asset Management\" class=\"jfDropdown-optionListItem\">Investment\/Asset Management<\/li><li role=\"option\" data-value=\"Media Company\" class=\"jfDropdown-optionListItem\">Media Company<\/li><li role=\"option\" data-value=\"Non-Governmental\/Non-Profit Organization\" class=\"jfDropdown-optionListItem\">Non-Governmental\/Non-Profit Organization<\/li><li role=\"option\" data-value=\"Professional Services\/Independent Consultants\" class=\"jfDropdown-optionListItem\">Professional Services\/Independent Consultants<\/li><li role=\"option\" data-value=\"Professional\/Industry Association\" class=\"jfDropdown-optionListItem\">Professional\/Industry Association<\/li><li role=\"option\" data-value=\"N\/A - None of the above\" class=\"jfDropdown-optionListItem\">N\/A - None of the above<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_56_field_6\" id=\"sublabel_56_field_6\">Organization Type<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textarea\" id=\"id_57\"><div id=\"cid_57\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textarea\"><div class=\"jfCard-index\"><div>36<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_57\" class=\"jfQuestion-label isLeftAlign\" id=\"label_57\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer to attend the Skoll World Forum (Individual #5)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_57_description\"><span>In 2-3 sentences, how would you envision this person contributing to the community at the\u00a0Skoll World Forum?<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"textarea\" data-render-type=\"mde\"><div class=\"jfField\"><textarea id=\"input_57\" name=\"q57_referTo57\" placeholder=\"\" class=\"mdInput form-textarea validate[required]\"><\/textarea><div id=\"input_57_editor\" class=\"jfTextarea-editor\" role=\"textbox\" aria-multiline=\"true\" contenteditable=\"true\" data-placeholder=\"\"><\/div><div class=\"jfTextarea-infoSpan \"><span class=\"jfTextarea-limitSpan\" data-limit-type=\"Letters\" data-limit=\"4999\" data-minimum=\"-1\" id=\"input_57-limit\">0\/4999<\/span><span class=\"jfTextarea-modeSpan\"><\/span><\/div><\/div><\/div><\/div><div class=\"jfToolbar\" id=\"input_57_toolbar\" role=\"toolbar\" aria-label=\"Text Formatting\"><div id=\"input_57_fontSize\" data-command=\"heading\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Font Size\" aria-controls=\"input_57_fontSize_menu\" aria-expanded=\"false\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-fontSize \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>TextSize<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 6.000000)\"><g fill-rule=\"nonzero\"><path d=\"M2.34756098,2.5 L16.902439,2.5 L16.902439,4.25 C16.902439,4.94035594 17.4279584,5.5 18.0762195,5.5 C18.7244806,5.5 19.25,4.94035594 19.25,4.25 L19.25,1.25 C19.25,0.559644063 18.7244806,0 18.0762195,0 L1.17378049,0 C0.525519425,0 0,0.559644063 0,1.25 L0,4.25 C0,4.94035594 0.525519425,5.5 1.17378049,5.5 C1.82204155,5.5 2.34756098,4.94035594 2.34756098,4.25 L2.34756098,2.5 Z\"><\/path><path d=\"M5.25,20.5 L13.25,20.5 C13.9403559,20.5 14.5,19.9403559 14.5,19.25 C14.5,18.5596441 13.9403559,18 13.25,18 L5.25,18 C4.55964406,18 4,18.5596441 4,19.25 C4,19.9403559 4.55964406,20.5 5.25,20.5 Z\"><\/path><path d=\"M8,1.25 L8,19.25 C8,19.9403559 8.55964406,20.5 9.25,20.5 C9.94035594,20.5 10.5,19.9403559 10.5,19.25 L10.5,1.25 C10.5,0.559644063 9.94035594,0 9.25,0 C8.55964406,0 8,0.559644063 8,1.25 Z\"><\/path><\/g><g transform=\"translate(15.000000, 8.700000)\"><path d=\"M1.4609612,1.70000076 L10.5189207,1.70000076 L10.5390388,2.45720466 C10.5390388,2.75698225 10.8660861,3 11.2695194,3 C11.6729527,3 12,2.75698225 12,2.45720466 L11.9798819,0.542795343 C11.9798819,0.243017753 11.6528346,0 11.2494013,0 L0.730480602,0 C0.327047306,0 0,0.243017753 0,0.542795343 L0.0201181228,2.45720466 C0.0201181228,2.75698225 0.347165428,3 0.750598725,3 C1.15403202,3 1.48107933,2.75698225 1.48107933,2.45720466 L1.4609612,1.70000076 Z\" fill-rule=\"nonzero\"><\/path><path d=\"M5,1.6097561 L5,10.3902439 C5,10.7270029 5.44771525,11 6,11 C6.55228475,11 7,10.7270029 7,10.3902439 L7,1.6097561 C7,1.2729971 6.55228475,1 6,1 C5.44771525,1 5,1.2729971 5,1.6097561 Z\" fill-rule=\"nonzero\"><\/path><rect x=\"2\" y=\"10\" width=\"8\" height=\"1.79999995\" rx=\"0.899999976\"><\/rect><\/g><\/g><\/g><\/g><\/svg><\/span><\/div><ul class=\"jfToolbar-select jfToolbar-select-heading\" data-command=\"heading\" role=\"menu\" id=\"input_57_fontSize_menu\"><li data-value=\"1\" style=\"font-size:2em\" data-selected=\"true\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"true\">Huge<\/li><li data-value=\"3\" style=\"font-size:1.17em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Large<\/li><li data-value=\"5\" style=\"font-size:0.83em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Normal<\/li><li data-value=\"6\" style=\"font-size:0.67em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Small<\/li><\/ul><\/div><div id=\"input_57_bold\" data-command=\"bold\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Bold\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-bold \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Bold<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M2.47159091,2.5 L2.47159091,8.75 L8.65056818,8.75 C9.96967752,8.75 11.1221591,7.38998343 11.1221591,5.625 C11.1221591,3.86001657 9.96967752,2.5 8.65056818,2.5 L2.47159091,2.5 Z M1.23579545,0 L8.65056818,0 C11.4265247,0 13.59375,2.55749187 13.59375,5.625 C13.59375,8.69250813 11.4265247,11.25 8.65056818,11.25 L1.23579545,11.25 C0.553284471,11.25 0,10.6903559 0,10 L0,1.25 C0,0.559644063 0.553284471,0 1.23579545,0 Z\"><\/path><path d=\"M2.5,11.40625 L2.5,17.65625 L9.90384615,17.65625 C11.2992605,17.65625 12.5,16.2904088 12.5,14.53125 C12.5,12.7720912 11.2992605,11.40625 9.90384615,11.40625 L2.5,11.40625 Z M1.25,8.90625 L9.90384615,8.90625 C12.7567761,8.90625 15,11.4579172 15,14.53125 C15,17.6045828 12.7567761,20.15625 9.90384615,20.15625 L1.25,20.15625 C0.559644063,20.15625 0,19.5966059 0,18.90625 L0,10.15625 C0,9.46589406 0.559644063,8.90625 1.25,8.90625 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_57_italic\" data-command=\"italic\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Italic\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-italic \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Italic<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M13.5882353,0 L4.94117647,0 C4.25894237,0 3.70588235,0.553060015 3.70588235,1.23529412 C3.70588235,1.91752822 4.25894237,2.47058824 4.94117647,2.47058824 L13.5882353,2.47058824 C14.2704694,2.47058824 14.8235294,1.91752822 14.8235294,1.23529412 C14.8235294,0.553060015 14.2704694,0 13.5882353,0 Z\"><\/path><path d=\"M9.88235294,17.2941176 L1.23529412,17.2941176 C0.553060015,17.2941176 0,17.8471777 0,18.5294118 C0,19.2116459 0.553060015,19.7647059 1.23529412,19.7647059 L9.88235294,19.7647059 C10.564587,19.7647059 11.1176471,19.2116459 11.1176471,18.5294118 C11.1176471,17.8471777 10.564587,17.2941176 9.88235294,17.2941176 Z\"><\/path><path d=\"M8.69458806,0.895932724 L3.75341159,18.1900504 C3.56598747,18.8460348 3.94583065,19.5297525 4.60181508,19.7171766 C5.2577995,19.9046008 5.94151722,19.5247576 6.12894135,18.8687732 L11.0701178,1.57465551 C11.2575419,0.918671083 10.8776988,0.234953363 10.2217143,0.0475292411 C9.56572991,-0.139894881 8.88201219,0.239948297 8.69458806,0.895932724 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_57_underline\" data-command=\"underline\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Underline\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-underline \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(7.000000, 5.000000)\"><path d=\"M2.15909091,1.29545455 L2.15909091,8.27097902 C2.15909091,12.2813233 5.34161889,15.5454545 9.28409091,15.5454545 C13.2265629,15.5454545 16.4090909,12.2813233 16.4090909,8.27097902 L16.4090909,1.29545455 C16.4090909,0.579994756 15.8290962,0 15.1136364,0 C14.3981766,0 13.8181818,0.579994756 13.8181818,1.29545455 L13.8181818,8.27097902 C13.8181818,10.864879 11.780757,12.9545455 9.28409091,12.9545455 C6.78742483,12.9545455 4.75,10.864879 4.75,8.27097902 L4.75,1.29545455 C4.75,0.579994756 4.17000524,0 3.45454545,0 C2.73908566,0 2.15909091,0.579994756 2.15909091,1.29545455 Z\"><\/path><path d=\"M1.29545455,20.7272727 L16.8409091,20.7272727 C17.5563689,20.7272727 18.1363636,20.147278 18.1363636,19.4318182 C18.1363636,18.7163584 17.5563689,18.1363636 16.8409091,18.1363636 L1.29545455,18.1363636 C0.579994756,18.1363636 0,18.7163584 0,19.4318182 C0,20.147278 0.579994756,20.7272727 1.29545455,20.7272727 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_57_createLink\" data-command=\"createLink\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Link\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-createLink \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline Copy<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(6.000000, 6.000000)\"><path d=\"M8.12250978,12.0615096 C9.11153092,13.434589 10.6344227,14.2986277 12.2960505,14.422209 C13.960001,14.5459629 15.5906008,13.9142984 16.7617681,12.6976288 L19.3990078,9.95891998 C21.5549175,7.64114792 21.5244655,4.00194322 19.3454622,1.73910167 C17.139984,-0.551233494 13.5527271,-0.583605157 11.3086344,1.66720454 L9.78321622,3.24190674 C9.27889786,3.76258411 9.29215946,4.59350732 9.81283683,5.09782568 C10.3335142,5.60214404 11.1644374,5.58888244 11.6687558,5.06820507 L13.1808677,3.50704343 C14.3730084,2.31152892 16.2689674,2.32863819 17.4546094,3.55989839 C18.6667264,4.81865222 18.683922,6.87363295 17.492498,8.15466767 L14.8707504,10.8770033 C14.2384113,11.5339102 13.371049,11.8699104 12.4907435,11.804439 C11.6081154,11.7387948 10.7913272,11.275376 10.2524902,10.527297 C9.82882911,9.93911912 9.00857156,9.80575194 8.4203937,10.2294131 C7.83221584,10.6530742 7.69884867,11.4733317 8.12250978,12.0615096 Z\"><\/path><path d=\"M12.8774902,8.93849043 C11.8884691,7.56541104 10.3655773,6.70137225 8.70394945,6.57779104 C7.03999899,6.45403709 5.40939918,7.08570163 4.23823187,8.30237124 L1.60099221,11.04108 C-0.554917535,13.3588521 -0.524465488,16.9980568 1.65453778,19.2608983 C3.86001604,21.5512335 7.4472729,21.5836052 9.69136555,19.3327955 L11.2106491,17.7553425 C11.7134482,17.2331979 11.6977656,16.4023168 11.175621,15.8995177 C10.6534764,15.3967186 9.82259538,15.4124012 9.31979625,15.9345457 L7.81647565,17.4957074 C6.62699163,18.6884711 4.7310326,18.6713618 3.54539059,17.4401016 C2.33327358,16.1813478 2.31607797,14.1263671 3.50750204,12.8453323 L6.12924958,10.1229967 C6.76158874,9.46608985 7.62895105,9.13008955 8.50925653,9.19556102 C9.39188462,9.26120523 10.2086728,9.72462402 10.7475098,10.472703 C11.1711709,11.0608809 11.9914284,11.1942481 12.5796063,10.7705869 C13.1677842,10.3469258 13.3011513,9.52666829 12.8774902,8.93849043 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forUrl\"><input type=\"url\" id=\"modalLinkUrl_input_57\" class=\"jfModal-input jfModal-modalLinkUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter URL\" aria-label=\"link url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_57_ul\" data-command=\"insertUnorderedList\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Bullet List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ul \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>NumberList Copy 2<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><circle cx=\"3\" cy=\"3\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"8\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"13\" r=\"1\"><\/circle><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_57_ol\" data-command=\"insertOrderedList\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Numbered List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ol \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(1.000000, 1.000000)\"><path d=\"M0,11 L2,11 L2,11.5 L1,11.5 L1,12.5 L2,12.5 L2,13 L0,13 L0,14 L3,14 L3,10 L0,10 L0,11 Z M0,6 L1.8,6 L0,8.1 L0,9 L3,9 L3,8 L1.2,8 L3,5.9 L3,5 L0,5 L0,6 Z M1,4 L2,4 L2,0 L0,0 L0,1 L1,1 L1,4 Z\"><\/path><\/g><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\"><\/rect><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_57_quote\" data-command=\"formatBlock\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Quote Paragraph\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-quote \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>quote<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(10.000000, 11.000000)\"><path d=\"M9.68229167,9.75 L10.4783857,9.75 L10.4783857,9.75 C10.8611857,9.75 11.2103962,9.53147077 11.3777535,9.18719271 L12.8993679,6.0570147 L12.8993679,6.0570147 C12.9655901,5.92078603 13,5.77129358 13,5.61982199 L13,1 L13,1 C13,0.44771525 12.5522847,1.20591542e-16 12,2.22044605e-16 L8.3125,0 L8.3125,0 C7.76021525,1.01453063e-16 7.3125,0.44771525 7.3125,1 L7.3125,4.85 L7.3125,4.85 C7.3125,5.40228475 7.76021525,5.85 8.3125,5.85 L8.734375,5.85 L8.734375,5.85 C9.22578821,5.85 9.62415732,6.24836912 9.62415732,6.73978232 C9.62415732,6.87455906 9.59354003,7.0075748 9.53461662,7.12878867 L8.88205005,8.47121133 L8.88205005,8.47121133 C8.66720778,8.91317258 8.85132408,9.44561702 9.29328532,9.6604593 C9.41449919,9.7193827 9.54751493,9.75 9.68229167,9.75 Z\"><\/path><path d=\"M2.36979167,9.75 L3.16588569,9.75 L3.16588569,9.75 C3.54868575,9.75 3.89789615,9.53147077 4.06525355,9.18719271 L5.58686785,6.0570147 L5.58686785,6.0570147 C5.65309013,5.92078603 5.6875,5.77129358 5.6875,5.61982199 L5.6875,1 L5.6875,1 C5.6875,0.44771525 5.23978475,1.20591542e-16 4.6875,2.22044605e-16 L1,0 L1,0 C0.44771525,1.01453063e-16 -6.76353751e-17,0.44771525 0,1 L0,4.85 L0,4.85 C-4.22892021e-16,5.40228475 0.44771525,5.85 1,5.85 L1.421875,5.85 L1.421875,5.85 C1.91328821,5.85 2.31165732,6.24836912 2.31165732,6.73978232 C2.31165732,6.87455906 2.28104003,7.0075748 2.22211662,7.12878867 L1.56955005,8.47121133 L1.56955005,8.47121133 C1.35470778,8.91317258 1.53882408,9.44561702 1.98078532,9.6604593 C2.10199919,9.7193827 2.23501493,9.75 2.36979167,9.75 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_57_hr\" data-command=\"insertHorizontalRule\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Horizontal Line\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-hr \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Break<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 14.000000)\"><path d=\"M1.5625,3.125 L23.4375,3.125 C24.3004449,3.125 25,2.42544492 25,1.5625 C25,0.699555078 24.3004449,0 23.4375,0 L1.5625,0 C0.699555078,0 0,0.699555078 0,1.5625 C0,2.42544492 0.699555078,3.125 1.5625,3.125 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_57_imagePicker\" data-command=\"insertImage\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Image\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-imagePicker \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Image<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 4.000000)\"><path d=\"M4.23529412,2.82352941 C3.455598,2.82352941 2.82352941,3.455598 2.82352941,4.23529412 L2.82352941,19.7647059 C2.82352941,20.544402 3.455598,21.1764706 4.23529412,21.1764706 L19.7647059,21.1764706 C20.544402,21.1764706 21.1764706,20.544402 21.1764706,19.7647059 L21.1764706,4.23529412 C21.1764706,3.455598 20.544402,2.82352941 19.7647059,2.82352941 L4.23529412,2.82352941 Z M4.23529412,0 L19.7647059,0 C22.1037942,-3.13474736e-16 24,1.89620577 24,4.23529412 L24,19.7647059 C24,22.1037942 22.1037942,24 19.7647059,24 L4.23529412,24 C1.89620577,24 3.13474736e-16,22.1037942 0,19.7647059 L0,4.23529412 C-3.13474736e-16,1.89620577 1.89620577,4.70212105e-16 4.23529412,0 Z\" fill-rule=\"nonzero\"><\/path><circle cx=\"8\" cy=\"8\" r=\"2\"><\/circle><path d=\"M21.5506729,16.416153 C22.1109903,16.9757102 23.0194444,16.9757102 23.5797619,16.416153 C24.1400794,15.8565958 24.1400794,14.9493743 23.5797619,14.3898171 L17.601501,8.4196679 C17.0411836,7.8601107 16.1327295,7.8601107 15.572412,8.4196679 L2.4202381,21.5539963 C1.85992063,22.1135534 1.85992063,23.0207749 2.4202381,23.5803321 C2.98055556,24.1398893 3.88900966,24.1398893 4.44932712,23.5803321 L16.5869565,11.4591717 L21.5506729,16.416153 Z\" fill-rule=\"nonzero\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forImage\"><input type=\"url\" id=\"modalImageUrl_input_57\" class=\"jfModal-input jfModal-modalImageUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter image URL\" aria-label=\"image url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_57_emoji\" data-command=\"insertEmoji\" class=\"jfToolbar-item hasDropdown forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Emoji\" aria-haspopup=\"true\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-emoji \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Smiley<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 3.000000)\"><path d=\"M19.4451446,16.0843869 C19.0223005,17.4164151 18.2337534,18.4897437 17.0795033,19.3043725 C15.9252533,20.1190014 14.6224364,20.5263158 13.1710526,20.5263158 C11.7196689,20.5263158 10.416852,20.1190014 9.26260193,19.3043725 C8.10835187,18.4897437 7.31980479,17.4164151 6.89696071,16.0843869 C6.80553496,15.8091744 6.8283914,15.5422183 6.96553002,15.2835186 C7.10266864,15.0248189 7.31980479,14.8514351 7.61693847,14.7633671 C7.90264393,14.6752991 8.17977823,14.6973161 8.44834136,14.8294181 C8.7169045,14.9615201 8.89689894,15.1706815 8.98832468,15.4569025 C9.27403015,16.3375823 9.80258525,17.0503826 10.57399,17.5953032 C11.3453947,18.1402239 12.2110823,18.4126842 13.1710526,18.4126842 C14.131023,18.4126842 14.9967105,18.1402239 15.7681153,17.5953032 C16.53952,17.0503826 17.0680751,16.3375823 17.3537806,15.4569025 C17.4452063,15.1706815 17.6280578,14.9615201 17.9023351,14.8294181 C18.1766123,14.6973161 18.4566037,14.6752991 18.7423091,14.7633671 C19.0280146,14.8514351 19.2394366,15.0248189 19.3765752,15.2835186 C19.5137139,15.5422183 19.5365703,15.8091744 19.4451446,16.0843869 Z M10.9473684,8.72368421 C10.9473684,9.33751371 10.7302118,9.86158512 10.2958984,10.2958984 C9.86158512,10.7302118 9.33751371,10.9473684 8.72368421,10.9473684 C8.10985471,10.9473684 7.58578331,10.7302118 7.15146998,10.2958984 C6.71715666,9.86158512 6.5,9.33751371 6.5,8.72368421 C6.5,8.10985471 6.71715666,7.58578331 7.15146998,7.15146998 C7.58578331,6.71715666 8.10985471,6.5 8.72368421,6.5 C9.33751371,6.5 9.86158512,6.71715666 10.2958984,7.15146998 C10.7302118,7.58578331 10.9473684,8.10985471 10.9473684,8.72368421 Z M19.5,8.72368421 C19.5,9.33751371 19.2828433,9.86158512 18.84853,10.2958984 C18.4142167,10.7302118 17.8901453,10.9473684 17.2763158,10.9473684 C16.6624863,10.9473684 16.1384149,10.7302118 15.7041016,10.2958984 C15.2697882,9.86158512 15.0526316,9.33751371 15.0526316,8.72368421 C15.0526316,8.10985471 15.2697882,7.58578331 15.7041016,7.15146998 C16.1384149,6.71715666 16.6624863,6.5 17.2763158,6.5 C17.8901453,6.5 18.4142167,6.71715666 18.84853,7.15146998 C19.2828433,7.58578331 19.5,8.10985471 19.5,8.72368421 Z M23.6052632,12.8289474 C23.6052632,11.3696546 23.3190173,9.97490748 22.7465255,8.644706 C22.1740337,7.31450452 21.407905,6.16952097 20.4481394,5.20975535 C19.4883738,4.24998972 18.3433902,3.48386102 17.0131887,2.91136924 C15.6829873,2.33887747 14.2882401,2.05263158 12.8289474,2.05263158 C11.3696546,2.05263158 9.97490748,2.33887747 8.644706,2.91136924 C7.31450452,3.48386102 6.16952097,4.24998972 5.20975535,5.20975535 C4.24998972,6.16952097 3.48386102,7.31450452 2.91136924,8.644706 C2.33887747,9.97490748 2.05263158,11.3696546 2.05263158,12.8289474 C2.05263158,14.2882401 2.33887747,15.6829873 2.91136924,17.0131887 C3.48386102,18.3433902 4.24998972,19.4883738 5.20975535,20.4481394 C6.16952097,21.407905 7.31450452,22.1740337 8.644706,22.7465255 C9.97490748,23.3190173 11.3696546,23.6052632 12.8289474,23.6052632 C14.2882401,23.6052632 15.6829873,23.3190173 17.0131887,22.7465255 C18.3433902,22.1740337 19.4883738,21.407905 20.4481394,20.4481394 C21.407905,19.4883738 22.1740337,18.3433902 22.7465255,17.0131887 C23.3190173,15.6829873 23.6052632,14.2882401 23.6052632,12.8289474 Z M26,13 C26,15.3585069 25.4188368,17.5336372 24.2565104,19.5253906 C23.094184,21.5171441 21.5171441,23.094184 19.5253906,24.2565104 C17.5336372,25.4188368 15.3585069,26 13,26 C10.6414931,26 8.46636285,25.4188368 6.47460938,24.2565104 C4.4828559,23.094184 2.90581597,21.5171441 1.74348958,19.5253906 C0.581163194,17.5336372 0,15.3585069 0,13 C0,10.6414931 0.581163194,8.46636285 1.74348958,6.47460938 C2.90581597,4.4828559 4.4828559,2.90581597 6.47460938,1.74348958 C8.46636285,0.581163194 10.6414931,0 13,0 C15.3585069,0 17.5336372,0.581163194 19.5253906,1.74348958 C21.5171441,2.90581597 23.094184,4.4828559 24.2565104,6.47460938 C25.4188368,8.46636285 26,10.6414931 26,13 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textarea\" id=\"id_58\"><div id=\"cid_58\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textarea\"><div class=\"jfCard-index\"><div>37<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_58\" class=\"jfQuestion-label isLeftAlign\" id=\"label_58\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer to speak at the Skoll World Forum (Individual #5)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_58_description\"><span>In 2-3 sentences, why would you recommend this person\u00a0to speak at the Skoll World Forum?<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"textarea\" data-render-type=\"mde\"><div class=\"jfField\"><textarea id=\"input_58\" name=\"q58_referTo58\" placeholder=\"\" class=\"mdInput form-textarea validate[required]\"><\/textarea><div id=\"input_58_editor\" class=\"jfTextarea-editor\" role=\"textbox\" aria-multiline=\"true\" contenteditable=\"true\" data-placeholder=\"\"><\/div><div class=\"jfTextarea-infoSpan \"><span class=\"jfTextarea-limitSpan\" data-limit-type=\"Letters\" data-limit=\"4999\" data-minimum=\"-1\" id=\"input_58-limit\">0\/4999<\/span><span class=\"jfTextarea-modeSpan\"><\/span><\/div><\/div><\/div><\/div><div class=\"jfToolbar\" id=\"input_58_toolbar\" role=\"toolbar\" aria-label=\"Text Formatting\"><div id=\"input_58_fontSize\" data-command=\"heading\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Font Size\" aria-controls=\"input_58_fontSize_menu\" aria-expanded=\"false\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-fontSize \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>TextSize<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 6.000000)\"><g fill-rule=\"nonzero\"><path d=\"M2.34756098,2.5 L16.902439,2.5 L16.902439,4.25 C16.902439,4.94035594 17.4279584,5.5 18.0762195,5.5 C18.7244806,5.5 19.25,4.94035594 19.25,4.25 L19.25,1.25 C19.25,0.559644063 18.7244806,0 18.0762195,0 L1.17378049,0 C0.525519425,0 0,0.559644063 0,1.25 L0,4.25 C0,4.94035594 0.525519425,5.5 1.17378049,5.5 C1.82204155,5.5 2.34756098,4.94035594 2.34756098,4.25 L2.34756098,2.5 Z\"><\/path><path d=\"M5.25,20.5 L13.25,20.5 C13.9403559,20.5 14.5,19.9403559 14.5,19.25 C14.5,18.5596441 13.9403559,18 13.25,18 L5.25,18 C4.55964406,18 4,18.5596441 4,19.25 C4,19.9403559 4.55964406,20.5 5.25,20.5 Z\"><\/path><path d=\"M8,1.25 L8,19.25 C8,19.9403559 8.55964406,20.5 9.25,20.5 C9.94035594,20.5 10.5,19.9403559 10.5,19.25 L10.5,1.25 C10.5,0.559644063 9.94035594,0 9.25,0 C8.55964406,0 8,0.559644063 8,1.25 Z\"><\/path><\/g><g transform=\"translate(15.000000, 8.700000)\"><path d=\"M1.4609612,1.70000076 L10.5189207,1.70000076 L10.5390388,2.45720466 C10.5390388,2.75698225 10.8660861,3 11.2695194,3 C11.6729527,3 12,2.75698225 12,2.45720466 L11.9798819,0.542795343 C11.9798819,0.243017753 11.6528346,0 11.2494013,0 L0.730480602,0 C0.327047306,0 0,0.243017753 0,0.542795343 L0.0201181228,2.45720466 C0.0201181228,2.75698225 0.347165428,3 0.750598725,3 C1.15403202,3 1.48107933,2.75698225 1.48107933,2.45720466 L1.4609612,1.70000076 Z\" fill-rule=\"nonzero\"><\/path><path d=\"M5,1.6097561 L5,10.3902439 C5,10.7270029 5.44771525,11 6,11 C6.55228475,11 7,10.7270029 7,10.3902439 L7,1.6097561 C7,1.2729971 6.55228475,1 6,1 C5.44771525,1 5,1.2729971 5,1.6097561 Z\" fill-rule=\"nonzero\"><\/path><rect x=\"2\" y=\"10\" width=\"8\" height=\"1.79999995\" rx=\"0.899999976\"><\/rect><\/g><\/g><\/g><\/g><\/svg><\/span><\/div><ul class=\"jfToolbar-select jfToolbar-select-heading\" data-command=\"heading\" role=\"menu\" id=\"input_58_fontSize_menu\"><li data-value=\"1\" style=\"font-size:2em\" data-selected=\"true\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"true\">Huge<\/li><li data-value=\"3\" style=\"font-size:1.17em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Large<\/li><li data-value=\"5\" style=\"font-size:0.83em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Normal<\/li><li data-value=\"6\" style=\"font-size:0.67em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Small<\/li><\/ul><\/div><div id=\"input_58_bold\" data-command=\"bold\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Bold\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-bold \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Bold<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M2.47159091,2.5 L2.47159091,8.75 L8.65056818,8.75 C9.96967752,8.75 11.1221591,7.38998343 11.1221591,5.625 C11.1221591,3.86001657 9.96967752,2.5 8.65056818,2.5 L2.47159091,2.5 Z M1.23579545,0 L8.65056818,0 C11.4265247,0 13.59375,2.55749187 13.59375,5.625 C13.59375,8.69250813 11.4265247,11.25 8.65056818,11.25 L1.23579545,11.25 C0.553284471,11.25 0,10.6903559 0,10 L0,1.25 C0,0.559644063 0.553284471,0 1.23579545,0 Z\"><\/path><path d=\"M2.5,11.40625 L2.5,17.65625 L9.90384615,17.65625 C11.2992605,17.65625 12.5,16.2904088 12.5,14.53125 C12.5,12.7720912 11.2992605,11.40625 9.90384615,11.40625 L2.5,11.40625 Z M1.25,8.90625 L9.90384615,8.90625 C12.7567761,8.90625 15,11.4579172 15,14.53125 C15,17.6045828 12.7567761,20.15625 9.90384615,20.15625 L1.25,20.15625 C0.559644063,20.15625 0,19.5966059 0,18.90625 L0,10.15625 C0,9.46589406 0.559644063,8.90625 1.25,8.90625 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_58_italic\" data-command=\"italic\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Italic\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-italic \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Italic<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M13.5882353,0 L4.94117647,0 C4.25894237,0 3.70588235,0.553060015 3.70588235,1.23529412 C3.70588235,1.91752822 4.25894237,2.47058824 4.94117647,2.47058824 L13.5882353,2.47058824 C14.2704694,2.47058824 14.8235294,1.91752822 14.8235294,1.23529412 C14.8235294,0.553060015 14.2704694,0 13.5882353,0 Z\"><\/path><path d=\"M9.88235294,17.2941176 L1.23529412,17.2941176 C0.553060015,17.2941176 0,17.8471777 0,18.5294118 C0,19.2116459 0.553060015,19.7647059 1.23529412,19.7647059 L9.88235294,19.7647059 C10.564587,19.7647059 11.1176471,19.2116459 11.1176471,18.5294118 C11.1176471,17.8471777 10.564587,17.2941176 9.88235294,17.2941176 Z\"><\/path><path d=\"M8.69458806,0.895932724 L3.75341159,18.1900504 C3.56598747,18.8460348 3.94583065,19.5297525 4.60181508,19.7171766 C5.2577995,19.9046008 5.94151722,19.5247576 6.12894135,18.8687732 L11.0701178,1.57465551 C11.2575419,0.918671083 10.8776988,0.234953363 10.2217143,0.0475292411 C9.56572991,-0.139894881 8.88201219,0.239948297 8.69458806,0.895932724 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_58_underline\" data-command=\"underline\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Underline\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-underline \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(7.000000, 5.000000)\"><path d=\"M2.15909091,1.29545455 L2.15909091,8.27097902 C2.15909091,12.2813233 5.34161889,15.5454545 9.28409091,15.5454545 C13.2265629,15.5454545 16.4090909,12.2813233 16.4090909,8.27097902 L16.4090909,1.29545455 C16.4090909,0.579994756 15.8290962,0 15.1136364,0 C14.3981766,0 13.8181818,0.579994756 13.8181818,1.29545455 L13.8181818,8.27097902 C13.8181818,10.864879 11.780757,12.9545455 9.28409091,12.9545455 C6.78742483,12.9545455 4.75,10.864879 4.75,8.27097902 L4.75,1.29545455 C4.75,0.579994756 4.17000524,0 3.45454545,0 C2.73908566,0 2.15909091,0.579994756 2.15909091,1.29545455 Z\"><\/path><path d=\"M1.29545455,20.7272727 L16.8409091,20.7272727 C17.5563689,20.7272727 18.1363636,20.147278 18.1363636,19.4318182 C18.1363636,18.7163584 17.5563689,18.1363636 16.8409091,18.1363636 L1.29545455,18.1363636 C0.579994756,18.1363636 0,18.7163584 0,19.4318182 C0,20.147278 0.579994756,20.7272727 1.29545455,20.7272727 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_58_createLink\" data-command=\"createLink\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Link\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-createLink \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline Copy<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(6.000000, 6.000000)\"><path d=\"M8.12250978,12.0615096 C9.11153092,13.434589 10.6344227,14.2986277 12.2960505,14.422209 C13.960001,14.5459629 15.5906008,13.9142984 16.7617681,12.6976288 L19.3990078,9.95891998 C21.5549175,7.64114792 21.5244655,4.00194322 19.3454622,1.73910167 C17.139984,-0.551233494 13.5527271,-0.583605157 11.3086344,1.66720454 L9.78321622,3.24190674 C9.27889786,3.76258411 9.29215946,4.59350732 9.81283683,5.09782568 C10.3335142,5.60214404 11.1644374,5.58888244 11.6687558,5.06820507 L13.1808677,3.50704343 C14.3730084,2.31152892 16.2689674,2.32863819 17.4546094,3.55989839 C18.6667264,4.81865222 18.683922,6.87363295 17.492498,8.15466767 L14.8707504,10.8770033 C14.2384113,11.5339102 13.371049,11.8699104 12.4907435,11.804439 C11.6081154,11.7387948 10.7913272,11.275376 10.2524902,10.527297 C9.82882911,9.93911912 9.00857156,9.80575194 8.4203937,10.2294131 C7.83221584,10.6530742 7.69884867,11.4733317 8.12250978,12.0615096 Z\"><\/path><path d=\"M12.8774902,8.93849043 C11.8884691,7.56541104 10.3655773,6.70137225 8.70394945,6.57779104 C7.03999899,6.45403709 5.40939918,7.08570163 4.23823187,8.30237124 L1.60099221,11.04108 C-0.554917535,13.3588521 -0.524465488,16.9980568 1.65453778,19.2608983 C3.86001604,21.5512335 7.4472729,21.5836052 9.69136555,19.3327955 L11.2106491,17.7553425 C11.7134482,17.2331979 11.6977656,16.4023168 11.175621,15.8995177 C10.6534764,15.3967186 9.82259538,15.4124012 9.31979625,15.9345457 L7.81647565,17.4957074 C6.62699163,18.6884711 4.7310326,18.6713618 3.54539059,17.4401016 C2.33327358,16.1813478 2.31607797,14.1263671 3.50750204,12.8453323 L6.12924958,10.1229967 C6.76158874,9.46608985 7.62895105,9.13008955 8.50925653,9.19556102 C9.39188462,9.26120523 10.2086728,9.72462402 10.7475098,10.472703 C11.1711709,11.0608809 11.9914284,11.1942481 12.5796063,10.7705869 C13.1677842,10.3469258 13.3011513,9.52666829 12.8774902,8.93849043 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forUrl\"><input type=\"url\" id=\"modalLinkUrl_input_58\" class=\"jfModal-input jfModal-modalLinkUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter URL\" aria-label=\"link url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_58_ul\" data-command=\"insertUnorderedList\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Bullet List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ul \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>NumberList Copy 2<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><circle cx=\"3\" cy=\"3\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"8\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"13\" r=\"1\"><\/circle><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_58_ol\" data-command=\"insertOrderedList\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Numbered List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-ol \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(1.000000, 1.000000)\"><path d=\"M0,11 L2,11 L2,11.5 L1,11.5 L1,12.5 L2,12.5 L2,13 L0,13 L0,14 L3,14 L3,10 L0,10 L0,11 Z M0,6 L1.8,6 L0,8.1 L0,9 L3,9 L3,8 L1.2,8 L3,5.9 L3,5 L0,5 L0,6 Z M1,4 L2,4 L2,0 L0,0 L0,1 L1,1 L1,4 Z\"><\/path><\/g><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\"><\/rect><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_58_quote\" data-command=\"formatBlock\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Quote Paragraph\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-quote \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>quote<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(10.000000, 11.000000)\"><path d=\"M9.68229167,9.75 L10.4783857,9.75 L10.4783857,9.75 C10.8611857,9.75 11.2103962,9.53147077 11.3777535,9.18719271 L12.8993679,6.0570147 L12.8993679,6.0570147 C12.9655901,5.92078603 13,5.77129358 13,5.61982199 L13,1 L13,1 C13,0.44771525 12.5522847,1.20591542e-16 12,2.22044605e-16 L8.3125,0 L8.3125,0 C7.76021525,1.01453063e-16 7.3125,0.44771525 7.3125,1 L7.3125,4.85 L7.3125,4.85 C7.3125,5.40228475 7.76021525,5.85 8.3125,5.85 L8.734375,5.85 L8.734375,5.85 C9.22578821,5.85 9.62415732,6.24836912 9.62415732,6.73978232 C9.62415732,6.87455906 9.59354003,7.0075748 9.53461662,7.12878867 L8.88205005,8.47121133 L8.88205005,8.47121133 C8.66720778,8.91317258 8.85132408,9.44561702 9.29328532,9.6604593 C9.41449919,9.7193827 9.54751493,9.75 9.68229167,9.75 Z\"><\/path><path d=\"M2.36979167,9.75 L3.16588569,9.75 L3.16588569,9.75 C3.54868575,9.75 3.89789615,9.53147077 4.06525355,9.18719271 L5.58686785,6.0570147 L5.58686785,6.0570147 C5.65309013,5.92078603 5.6875,5.77129358 5.6875,5.61982199 L5.6875,1 L5.6875,1 C5.6875,0.44771525 5.23978475,1.20591542e-16 4.6875,2.22044605e-16 L1,0 L1,0 C0.44771525,1.01453063e-16 -6.76353751e-17,0.44771525 0,1 L0,4.85 L0,4.85 C-4.22892021e-16,5.40228475 0.44771525,5.85 1,5.85 L1.421875,5.85 L1.421875,5.85 C1.91328821,5.85 2.31165732,6.24836912 2.31165732,6.73978232 C2.31165732,6.87455906 2.28104003,7.0075748 2.22211662,7.12878867 L1.56955005,8.47121133 L1.56955005,8.47121133 C1.35470778,8.91317258 1.53882408,9.44561702 1.98078532,9.6604593 C2.10199919,9.7193827 2.23501493,9.75 2.36979167,9.75 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_58_hr\" data-command=\"insertHorizontalRule\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Horizontal Line\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-hr \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Break<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 14.000000)\"><path d=\"M1.5625,3.125 L23.4375,3.125 C24.3004449,3.125 25,2.42544492 25,1.5625 C25,0.699555078 24.3004449,0 23.4375,0 L1.5625,0 C0.699555078,0 0,0.699555078 0,1.5625 C0,2.42544492 0.699555078,3.125 1.5625,3.125 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_58_imagePicker\" data-command=\"insertImage\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Image\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-imagePicker \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Image<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 4.000000)\"><path d=\"M4.23529412,2.82352941 C3.455598,2.82352941 2.82352941,3.455598 2.82352941,4.23529412 L2.82352941,19.7647059 C2.82352941,20.544402 3.455598,21.1764706 4.23529412,21.1764706 L19.7647059,21.1764706 C20.544402,21.1764706 21.1764706,20.544402 21.1764706,19.7647059 L21.1764706,4.23529412 C21.1764706,3.455598 20.544402,2.82352941 19.7647059,2.82352941 L4.23529412,2.82352941 Z M4.23529412,0 L19.7647059,0 C22.1037942,-3.13474736e-16 24,1.89620577 24,4.23529412 L24,19.7647059 C24,22.1037942 22.1037942,24 19.7647059,24 L4.23529412,24 C1.89620577,24 3.13474736e-16,22.1037942 0,19.7647059 L0,4.23529412 C-3.13474736e-16,1.89620577 1.89620577,4.70212105e-16 4.23529412,0 Z\" fill-rule=\"nonzero\"><\/path><circle cx=\"8\" cy=\"8\" r=\"2\"><\/circle><path d=\"M21.5506729,16.416153 C22.1109903,16.9757102 23.0194444,16.9757102 23.5797619,16.416153 C24.1400794,15.8565958 24.1400794,14.9493743 23.5797619,14.3898171 L17.601501,8.4196679 C17.0411836,7.8601107 16.1327295,7.8601107 15.572412,8.4196679 L2.4202381,21.5539963 C1.85992063,22.1135534 1.85992063,23.0207749 2.4202381,23.5803321 C2.98055556,24.1398893 3.88900966,24.1398893 4.44932712,23.5803321 L16.5869565,11.4591717 L21.5506729,16.416153 Z\" fill-rule=\"nonzero\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forImage\"><input type=\"url\" id=\"modalImageUrl_input_58\" class=\"jfModal-input jfModal-modalImageUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter image URL\" aria-label=\"image url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_58_emoji\" data-command=\"insertEmoji\" class=\"jfToolbar-item hasDropdown forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Emoji\" aria-haspopup=\"true\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg  jftoolbar-emoji \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Smiley<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 3.000000)\"><path d=\"M19.4451446,16.0843869 C19.0223005,17.4164151 18.2337534,18.4897437 17.0795033,19.3043725 C15.9252533,20.1190014 14.6224364,20.5263158 13.1710526,20.5263158 C11.7196689,20.5263158 10.416852,20.1190014 9.26260193,19.3043725 C8.10835187,18.4897437 7.31980479,17.4164151 6.89696071,16.0843869 C6.80553496,15.8091744 6.8283914,15.5422183 6.96553002,15.2835186 C7.10266864,15.0248189 7.31980479,14.8514351 7.61693847,14.7633671 C7.90264393,14.6752991 8.17977823,14.6973161 8.44834136,14.8294181 C8.7169045,14.9615201 8.89689894,15.1706815 8.98832468,15.4569025 C9.27403015,16.3375823 9.80258525,17.0503826 10.57399,17.5953032 C11.3453947,18.1402239 12.2110823,18.4126842 13.1710526,18.4126842 C14.131023,18.4126842 14.9967105,18.1402239 15.7681153,17.5953032 C16.53952,17.0503826 17.0680751,16.3375823 17.3537806,15.4569025 C17.4452063,15.1706815 17.6280578,14.9615201 17.9023351,14.8294181 C18.1766123,14.6973161 18.4566037,14.6752991 18.7423091,14.7633671 C19.0280146,14.8514351 19.2394366,15.0248189 19.3765752,15.2835186 C19.5137139,15.5422183 19.5365703,15.8091744 19.4451446,16.0843869 Z M10.9473684,8.72368421 C10.9473684,9.33751371 10.7302118,9.86158512 10.2958984,10.2958984 C9.86158512,10.7302118 9.33751371,10.9473684 8.72368421,10.9473684 C8.10985471,10.9473684 7.58578331,10.7302118 7.15146998,10.2958984 C6.71715666,9.86158512 6.5,9.33751371 6.5,8.72368421 C6.5,8.10985471 6.71715666,7.58578331 7.15146998,7.15146998 C7.58578331,6.71715666 8.10985471,6.5 8.72368421,6.5 C9.33751371,6.5 9.86158512,6.71715666 10.2958984,7.15146998 C10.7302118,7.58578331 10.9473684,8.10985471 10.9473684,8.72368421 Z M19.5,8.72368421 C19.5,9.33751371 19.2828433,9.86158512 18.84853,10.2958984 C18.4142167,10.7302118 17.8901453,10.9473684 17.2763158,10.9473684 C16.6624863,10.9473684 16.1384149,10.7302118 15.7041016,10.2958984 C15.2697882,9.86158512 15.0526316,9.33751371 15.0526316,8.72368421 C15.0526316,8.10985471 15.2697882,7.58578331 15.7041016,7.15146998 C16.1384149,6.71715666 16.6624863,6.5 17.2763158,6.5 C17.8901453,6.5 18.4142167,6.71715666 18.84853,7.15146998 C19.2828433,7.58578331 19.5,8.10985471 19.5,8.72368421 Z M23.6052632,12.8289474 C23.6052632,11.3696546 23.3190173,9.97490748 22.7465255,8.644706 C22.1740337,7.31450452 21.407905,6.16952097 20.4481394,5.20975535 C19.4883738,4.24998972 18.3433902,3.48386102 17.0131887,2.91136924 C15.6829873,2.33887747 14.2882401,2.05263158 12.8289474,2.05263158 C11.3696546,2.05263158 9.97490748,2.33887747 8.644706,2.91136924 C7.31450452,3.48386102 6.16952097,4.24998972 5.20975535,5.20975535 C4.24998972,6.16952097 3.48386102,7.31450452 2.91136924,8.644706 C2.33887747,9.97490748 2.05263158,11.3696546 2.05263158,12.8289474 C2.05263158,14.2882401 2.33887747,15.6829873 2.91136924,17.0131887 C3.48386102,18.3433902 4.24998972,19.4883738 5.20975535,20.4481394 C6.16952097,21.407905 7.31450452,22.1740337 8.644706,22.7465255 C9.97490748,23.3190173 11.3696546,23.6052632 12.8289474,23.6052632 C14.2882401,23.6052632 15.6829873,23.3190173 17.0131887,22.7465255 C18.3433902,22.1740337 19.4883738,21.407905 20.4481394,20.4481394 C21.407905,19.4883738 22.1740337,18.3433902 22.7465255,17.0131887 C23.3190173,15.6829873 23.6052632,14.2882401 23.6052632,12.8289474 Z M26,13 C26,15.3585069 25.4188368,17.5336372 24.2565104,19.5253906 C23.094184,21.5171441 21.5171441,23.094184 19.5253906,24.2565104 C17.5336372,25.4188368 15.3585069,26 13,26 C10.6414931,26 8.46636285,25.4188368 6.47460938,24.2565104 C4.4828559,23.094184 2.90581597,21.5171441 1.74348958,19.5253906 C0.581163194,17.5336372 0,15.3585069 0,13 C0,10.6414931 0.581163194,8.46636285 1.74348958,6.47460938 C2.90581597,4.4828559 4.4828559,2.90581597 6.47460938,1.74348958 C8.46636285,0.581163194 10.6414931,0 13,0 C15.3585069,0 17.5336372,0.581163194 19.5253906,1.74348958 C21.5171441,2.90581597 23.094184,4.4828559 24.2565104,6.47460938 C25.4188368,8.46636285 26,10.6414931 26,13 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_mixed\" id=\"id_59\"><div id=\"cid_59\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_mixed\"><div class=\"jfCard-index\"><div>38<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_59\" class=\"jfQuestion-label isLeftAlign\" id=\"label_59\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Refer for a Skoll Award (Individual #5)<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_59_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields isCompoundField\"><div class=\"jfField\" data-type=\"text\" data-col=\"1\"><input type=\"text\" id=\"input_59_field_1\" name=\"q59_referFor59[field_1]\" class=\"form-textbox validate[required, ] js-forMixed jfInput-input hasSublabel\" value=\"\" maxLength=\"5000\" data-maxlength=\"5000\" data-component=\"text\" step=\"any\" aria-required=\"false\" aria-describedby=\"input_59_field_1_description\"\/><label class=\"jfField-sublabel \" for=\"input_59_field_1\" id=\"sublabel_59_field_1\">Please describe why you think the organization you are referring would be a good candidate for\u00a0the Skoll Award:<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"1\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" required=\"\" id=\"input_59_field_2\" name=\"q59_referFor59[field_2]\" class=\"form-dropdown validate[required] js-forMixed\" aria-labelledby=\"\"><option selected=\"\" value=\"\"><\/option><option value=\"Economic Opportunity\">Economic Opportunity<\/option><option value=\"Education\">Education<\/option><option value=\"Environmental Sustainability\">Environmental Sustainability<\/option><option value=\"Health\">Health<\/option><option value=\"Peace and Human Rights\">Peace and Human Rights<\/option><option value=\"Sustainable Markets\">Sustainable Markets<\/option><option value=\"N\/A - None of the above\">N\/A - None of the above<\/option><\/select><div class=\"jfInput-dropdown isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_59_field_2\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_59_field_2\"><\/span><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-59-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"\" class=\"jfDropdown-optionListItem\"><\/li><li role=\"option\" data-value=\"Economic Opportunity\" class=\"jfDropdown-optionListItem\">Economic Opportunity<\/li><li role=\"option\" data-value=\"Education\" class=\"jfDropdown-optionListItem\">Education<\/li><li role=\"option\" data-value=\"Environmental Sustainability\" class=\"jfDropdown-optionListItem\">Environmental Sustainability<\/li><li role=\"option\" data-value=\"Health\" class=\"jfDropdown-optionListItem\">Health<\/li><li role=\"option\" data-value=\"Peace and Human Rights\" class=\"jfDropdown-optionListItem\">Peace and Human Rights<\/li><li role=\"option\" data-value=\"Sustainable Markets\" class=\"jfDropdown-optionListItem\">Sustainable Markets<\/li><li role=\"option\" data-value=\"N\/A - None of the above\" class=\"jfDropdown-optionListItem\">N\/A - None of the above<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_59_field_2\" id=\"sublabel_59_field_2\">Select the primary issue area of the organization you are referring:<\/label><\/div><div class=\"jfField\" data-type=\"mixed-dropdown\" data-col=\"1\" aria-hidden=\"false\"><select data-component=\"mixed-dropdown\" tabindex=\"-1\" required=\"\" id=\"input_59_field_3\" name=\"q59_referFor59[field_3][]\" class=\"form-dropdown validate[required] js-forMixed\" multiple=\"\" aria-labelledby=\"\"><option value=\"Caribbean\">Caribbean<\/option><option value=\"Central America\">Central America<\/option><option value=\"Central and Southern Asia\">Central and Southern Asia<\/option><option value=\"Eastern and Southern Africa\">Eastern and Southern Africa<\/option><option value=\"Eastern Asia\">Eastern Asia<\/option><option value=\"Europe\">Europe<\/option><option value=\"Middle East and North Africa\">Middle East and North Africa<\/option><option value=\"North America\">North America<\/option><option value=\"Oceania\">Oceania<\/option><option value=\"South America\">South America<\/option><option value=\"Southeast Asia\">Southeast Asia<\/option><option value=\"West and Central Africa\">West and Central Africa<\/option><option value=\"N\/A - Global \">N\/A - Global <\/option><\/select><div class=\"jfInput-dropdown isMultiple hasSearch isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\" jfDropdown-chip-input_59_field_3\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isPlaceholder\"><\/span><div class=\"jfDropdown-searchWrapper\"><input type=\"text\" class=\"form-textbox jfDropdown-search\" name=\"dropdown_search\" autoComplete=\"off\" placeholder=\"Search\" aria-label=\"Search\" value=\"\"\/><\/div><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-59-mixed-dropdown\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"mixed-dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"Caribbean\" class=\"jfDropdown-optionListItem\">Caribbean<\/li><li role=\"option\" data-value=\"Central America\" class=\"jfDropdown-optionListItem\">Central America<\/li><li role=\"option\" data-value=\"Central and Southern Asia\" class=\"jfDropdown-optionListItem\">Central and Southern Asia<\/li><li role=\"option\" data-value=\"Eastern and Southern Africa\" class=\"jfDropdown-optionListItem\">Eastern and Southern Africa<\/li><li role=\"option\" data-value=\"Eastern Asia\" class=\"jfDropdown-optionListItem\">Eastern Asia<\/li><li role=\"option\" data-value=\"Europe\" class=\"jfDropdown-optionListItem\">Europe<\/li><li role=\"option\" data-value=\"Middle East and North Africa\" class=\"jfDropdown-optionListItem\">Middle East and North Africa<\/li><li role=\"option\" data-value=\"North America\" class=\"jfDropdown-optionListItem\">North America<\/li><li role=\"option\" data-value=\"Oceania\" class=\"jfDropdown-optionListItem\">Oceania<\/li><li role=\"option\" data-value=\"South America\" class=\"jfDropdown-optionListItem\">South America<\/li><li role=\"option\" data-value=\"Southeast Asia\" class=\"jfDropdown-optionListItem\">Southeast Asia<\/li><li role=\"option\" data-value=\"West and Central Africa\" class=\"jfDropdown-optionListItem\">West and Central Africa<\/li><li role=\"option\" data-value=\"N\/A - Global \" class=\"jfDropdown-optionListItem\">N\/A - Global <\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_59_field_3\" id=\"sublabel_59_field_3\">Please select the regions where the organization you are referring conducts its work<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_text\" id=\"id_61\"><div id=\"cid_61\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_text\"><div class=\"jfCard-index\"><div>39<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\"><div id=\"text_61\" class=\"form-html\" data-component=\"text\"><p>Thank you for providing referrals for the Skoll Foundation network! Where appropriate, we will reach out to the individual or organization directly to learn more. <\/p><\/div><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:none\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:block\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li style=\"display:none\">Should be Empty:<input type=\"text\" name=\"website\" value=\"\" aria-hidden=\"true\"\/><\/li><\/ul><\/form><\/div><div class=\"jStaticItems\"><\/div><input type=\"hidden\" aria-hidden=\"true\" id=\"simple_spc\" name=\"simple_spc\" value=\"92595805944168-92595805944168\"\/><div class=\"jfProgress progress-animate\" id=\"cardProgress\" aria-hidden=\"true\" role=\"navigation\" aria-label=\"Progress Bar\"><span class=\"jfProgressLine\"><span class=\"jfProgressLine-inner jsFeedbackProgressLine\" style=\"width:100%\"><\/span><\/span><span class=\"jfProgress-itemWrapperLine \"><\/span><span id=\"jsSubmitError\" class=\"jfProgress-formError\"><\/span><div class=\"jfProgress-itemWrapper \" role=\"list\"><div class=\"jfProgress-itemCell\" role=\"listitem\"><div class=\"jfProgress-item\" data-index=\"0\" role=\"link\" tabindex=\"0\"><div class=\"jfProgress-itemCircle\"><span class=\"jfProgress-itemPulse\"><\/span><\/div><span class=\"jfProgress-itemLabel\">Question Label<\/span><span class=\"jfProgress-statusIcon\"><span class=\"iconSvg  icon_check \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 326 326\" class=\"check-outer\"><g data-name=\"Layer 2\"><g data-name=\"Layer 1\"><path d=\"M163,0C73.12,0,0,73.12,0,163S73.12,326,163,326s163-73.12,163-163S252.88,0,163,0Z\"><\/path><path d=\"M237.88,108.5a13.49,13.49,0,0,0-19.08,0l-80.38,80.38-31.23-31.22a13.49,13.49,0,0,0-19.08,19.09l40.77,40.76a13.5,13.5,0,0,0,19.08,0l.34-.34h0l89.56-89.56a13.49,13.49,0,0,0,0-19.08Z\" class=\"check-inner\" style=\"fill:#fff\"><\/path><\/g><\/g><\/svg><\/span><\/span><\/div><\/div><\/div><div class=\"jfProgress-info\"><span class=\"jfProgress-infoContent\" id=\"cardProgressToggle\" role=\"button\" aria-label=\"See all\"><span class=\"jfProgress-infoContentText\"><span class=\"cardProgress-currentIndex\" id=\"cardProgress-currentIndex\">1 <\/span><span class=\"cardProgress-questionCount cardProgress-middleText\">of<\/span><span class=\"cardProgress-questionCount\" id=\"cardProgress-questionCount\"> 39<\/span><span class=\"cardProgress-seeAll\">See All<\/span><span class=\"cardProgress-goBack\"><span class=\"iconSvg  arrow_left \"><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 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><span class=\"cardProgress-goBack-text\">Go Back<\/span><\/span><\/span><\/span><\/div><div class=\"jfProgress-mobileNavigation jsMobileNavigation\" style=\"display:none\"><button type=\"button\" class=\"jfInput-button forPrev forMobileNav u-left jsMobilePrev noTranslate\" data-component=\"button\" aria-label=\"Previous\"><span class=\"iconSvg  arrow_left \"><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 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><button type=\"button\" class=\"jfInput-button forNext forMobileNav u-right jsMobileNext noTranslate\" data-component=\"button\" aria-label=\"Next\"><span class=\"iconSvg  arrow_left \"><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 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><button style=\"display:none\" type=\"button\" class=\"jfInput-button forSubmit forMobileNav form-submit-button u-center jsMobileSubmit\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><button class=\"jfInput-button u-left forBackToForm\" style=\"display:none\" aria-label=\"Back To Form\"><\/button><\/div><\/div><div class=\"js-overlayWrapper jfOverlay\" aria-hidden=\"true\"><div class=\"jfOverlay-modalWrapper js-overlay-modalWrapper\"><span class=\"jfOverlay-close\"><span class=\"iconSvg  close \"><svg data-name=\"Layer 1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 209.37 209.37\"><path d=\"M104.1,94.23c-5.83-6-11.26-11.65-16.79-17.2C75.06,64.72,62.72,52.5,50.5,40.17c-1.61-1.63-2.65-1.87-4.22,0a53.62,53.62,0,0,1-5.62,5.61c-1.83,1.58-1.87,2.65-.07,4.42C50.95,60.34,61.17,70.65,71.45,80.91,79,88.46,86.6,96,94.5,103.84L38.58,160l9.18,9.74,56.09-56.38,56.38,56.56,10.38-10.36-56.16-55.81c10-10,19.95-20,29.87-29.88,8-8,16-15.91,23.94-23.94,0.66-.66,1.31-2.42,1-2.78-2.8-3.08-5.82-6-9.24-9.36Z\"><\/path><\/svg><\/span><\/span><img class=\"js-overlayImage jfOverlayImage\" alt=\"close\" loading=\"lazy\"\/><\/div><\/div><script src=\"https:\/\/cdn.jotfor.ms\/cardforms\/layout.min.js?88e27497\"><\/script><script defer=\"\" src=\"https:\/\/www.jotform.com\/ownerView.php?id=92595805944168\"><\/script><script type=\"text\/javascript\" src=\"https:\/\/cdn.jotfor.ms\/js\/formTranslation.v2.js?3.3.27219\"><\/script><script>window.CardForm = new CardLayout({\"formMode\":\"form\",\"isSSOProtected\":false,\"isSaveAndContinueLaterActivated\":false,\"ownerView\":false,\"ownerPercentage\":96,\"isProduction\":true,\"isFormProgressVisible\":true,\"apiURL\":\"https:\/\/api.jotform.com\",\"reviewBeforeSubmit\":null,\"questions\":[{\"qid\":\"input_10\",\"id\":\"10\",\"type\":\"control_fullname\"},{\"qid\":\"input_11\",\"id\":\"11\",\"type\":\"control_email\"},{\"qid\":\"input_14\",\"id\":\"14\",\"type\":\"control_checkbox\"},{\"qid\":\"input_18\",\"id\":\"18\",\"type\":\"control_mixed\"},{\"qid\":\"input_19\",\"id\":\"19\",\"type\":\"control_textarea\"},{\"qid\":\"input_62\",\"id\":\"62\",\"type\":\"control_textarea\"},{\"qid\":\"input_20\",\"id\":\"20\",\"type\":\"control_mixed\"},{\"qid\":\"input_64\",\"id\":\"64\",\"type\":\"control_mixed\"},{\"qid\":\"input_65\",\"id\":\"65\",\"type\":\"control_mixed\"},{\"qid\":\"input_21\",\"id\":\"21\",\"type\":\"control_checkbox\"},{\"qid\":\"input_28\",\"id\":\"28\",\"type\":\"control_mixed\"},{\"qid\":\"input_22\",\"id\":\"22\",\"type\":\"control_textarea\"},{\"qid\":\"input_23\",\"id\":\"23\",\"type\":\"control_textarea\"},{\"qid\":\"input_24\",\"id\":\"24\",\"type\":\"control_mixed\"},{\"qid\":\"input_29\",\"id\":\"29\",\"type\":\"control_yesno\"},{\"qid\":\"input_37\",\"id\":\"37\",\"type\":\"control_checkbox\"},{\"qid\":\"input_38\",\"id\":\"38\",\"type\":\"control_mixed\"},{\"qid\":\"input_39\",\"id\":\"39\",\"type\":\"control_textarea\"},{\"qid\":\"input_40\",\"id\":\"40\",\"type\":\"control_textarea\"},{\"qid\":\"input_41\",\"id\":\"41\",\"type\":\"control_mixed\"},{\"qid\":\"input_42\",\"id\":\"42\",\"type\":\"control_yesno\"},{\"qid\":\"input_43\",\"id\":\"43\",\"type\":\"control_checkbox\"},{\"qid\":\"input_44\",\"id\":\"44\",\"type\":\"control_mixed\"},{\"qid\":\"input_45\",\"id\":\"45\",\"type\":\"control_textarea\"},{\"qid\":\"input_46\",\"id\":\"46\",\"type\":\"control_textarea\"},{\"qid\":\"input_47\",\"id\":\"47\",\"type\":\"control_mixed\"},{\"qid\":\"input_48\",\"id\":\"48\",\"type\":\"control_yesno\"},{\"qid\":\"input_49\",\"id\":\"49\",\"type\":\"control_checkbox\"},{\"qid\":\"input_50\",\"id\":\"50\",\"type\":\"control_mixed\"},{\"qid\":\"input_51\",\"id\":\"51\",\"type\":\"control_textarea\"},{\"qid\":\"input_52\",\"id\":\"52\",\"type\":\"control_textarea\"},{\"qid\":\"input_53\",\"id\":\"53\",\"type\":\"control_mixed\"},{\"qid\":\"input_54\",\"id\":\"54\",\"type\":\"control_yesno\"},{\"qid\":\"input_55\",\"id\":\"55\",\"type\":\"control_checkbox\"},{\"qid\":\"input_56\",\"id\":\"56\",\"type\":\"control_mixed\"},{\"qid\":\"input_57\",\"id\":\"57\",\"type\":\"control_textarea\"},{\"qid\":\"input_58\",\"id\":\"58\",\"type\":\"control_textarea\"},{\"qid\":\"input_59\",\"id\":\"59\",\"type\":\"control_mixed\"},{\"qid\":\"input_61\",\"id\":\"61\",\"type\":\"control_text\"}],\"allQuestions\":[{\"id\":\"10\",\"type\":\"control_fullname\",\"isHidden\":false,\"fields\":null},{\"id\":\"11\",\"type\":\"control_email\",\"isHidden\":false,\"fields\":null},{\"id\":\"14\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"18\",\"type\":\"control_mixed\",\"isHidden\":false,\"fields\":[{\"fieldID\":\"4\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"1\",\"required\":\"No\"},{\"fieldID\":\"1\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"2\",\"required\":\"Yes\"},{\"fieldID\":\"3\",\"type\":\"textbox\",\"row\":\"2\",\"col\":\"1\",\"required\":\"No\"},{\"fieldID\":\"5\",\"type\":\"dropdown\",\"row\":\"2\",\"col\":\"2\",\"options\":\"Academic Institution\\nCommercial Bank\\nCommercial Social Purpose\/Social Enterprise Organization\\nDevelopment Finance Bank or Institution\\nFor-Profit Corporation\\nFoundation\/Trust\\nGovernment\/Aid Agency\\nIndividual Investor\/Donor\\nInvestment\/Asset Management\\nMedia Company\\nNon-Governmental\/Non-Profit Organization\\nProfessional Services\/Independent Consultants\\nProfessional\/Industry Association\\nN\/A - None of the above\",\"required\":\"No\",\"multipleSelection\":\"No\"},{\"fieldID\":\"6\",\"type\":\"dropdown\",\"row\":\"3\",\"col\":\"1\",\"options\":\"I prefer not to say\\nAfghanistan\\nAlbania\\nAlgeria\\nAndorra\\nAngola\\nAntigua and Barbuda\\nArgentina\\nArmenia\\nAustralia\\nAustria\\nAzerbaijan\\nBahamas\\nBahrain\\nBangladesh\\nBarbados\\nBelarus\\nBelgium\\nBelize\\nBenin\\nBhutan\\nBolivia\\nBosnia and Herzegovina\\nBotswana\\nBrazil\\nBrunei\\nBulgaria\\nBurkina Faso\\nBurundi\\nCabo Verde\\nCambodia\\nCameroon\\nCanada\\nCentral African Republic (CAR)\\nChad\\nChile\\nChina\\nColombia\\nComoros\\nCongo, Democratic Republic of the\\nCongo, Republic of the\\nCosta Rica\\nCote d'Ivoire\\nCroatia\\nCuba\\nCyprus\\nCzechia\\nDenmark\\nDjibouti\\nDominica\\nDominican Republic\\nEcuador\\nEgypt\\nEl Salvador\\nEquatorial Guinea\\nEritrea\\nEstonia\\nEswatini (formerly Swaziland)\\nEthiopia\\nFiji\\nFinland\\nFrance\\nGabon\\nGambia\\nGeorgia\\nGermany\\nGhana\\nGreece\\nGrenada\\nGuatemala\\nGuinea\\nGuinea-Bissau\\nGuyana\\nHaiti\\nHonduras\\nHungary\\nIceland\\nIndia\\nIndonesia\\nIran\\nIraq\\nIreland\\nIsrael\\nItaly\\nJamaica\\nJapan\\nJordan\\nKazakhstan\\nKenya\\nKiribati\\nKosovo\\nKuwait\\nKyrgyzstan\\nLaos\\nLatvia\\nLebanon\\nLesotho\\nLiberia\\nLibya\\nLiechtenstein\\nLithuania\\nLuxembourg\\nMadagascar\\nMalawi\\nMalaysia\\nMaldives\\nMali\\nMalta\\nMarshall Islands\\nMauritania\\nMauritius\\nMexico\\nMicronesia\\nMoldova\\nMonaco\\nMongolia\\nMontenegro\\nMorocco\\nMozambique\\nMyanmar (formerly Burma)\\nNamibia\\nNauru\\nNepal\\nNetherlands\\nNew Zealand\\nNicaragua\\nNiger\\nNigeria\\nNorth Korea\\nNorth Macedonia (formerly Macedonia)\\nNorway\\nOman\\nPakistan\\nPalau\\nPalestine\\nPanama\\nPapua New Guinea\\nParaguay\\nPeru\\nPhilippines\\nPoland\\nPortugal\\nQatar\\nRomania\\nRussia\\nRwanda\\nSaint Kitts and Nevis\\nSaint Lucia\\nSaint Vincent and the Grenadines\\nSamoa\\nSan Marino\\nSao Tome and Principe\\nSaudi Arabia\\nSenegal\\nSerbia\\nSeychelles\\nSierra Leone\\nSingapore\\nSlovakia\\nSlovenia\\nSolomon Islands\\nSomalia\\nSouth Africa\\nSouth Korea\\nSouth Sudan\\nSpain\\nSri Lanka\\nSudan\\nSuriname\\nSweden\\nSwitzerland\\nSyria\\nTaiwan\\nTajikistan\\nTanzania\\nThailand\\nTimor-Leste\\nTogo\\nTonga\\nTrinidad and Tobago\\nTunisia\\nTurkey\\nTurkmenistan\\nTuvalu\\nUganda\\nUkraine\\nUnited Arab Emirates (UAE)\\nUnited Kingdom (UK)\\nUnited States of America (USA)\\nUruguay\\nUzbekistan\\nVanuatu\\nVatican City (Holy See)\\nVenezuela\\nVietnam\\nYemen\\nZambia\\nZimbabwe\",\"required\":\"No\"},{\"fieldID\":\"7\",\"type\":\"dropdown\",\"row\":\"3\",\"col\":\"2\",\"options\":\"I prefer not to say\\nAfghanistan\\nAlbania\\nAlgeria\\nAndorra\\nAngola\\nAntigua and Barbuda\\nArgentina\\nArmenia\\nAustralia\\nAustria\\nAzerbaijan\\nBahamas\\nBahrain\\nBangladesh\\nBarbados\\nBelarus\\nBelgium\\nBelize\\nBenin\\nBhutan\\nBolivia\\nBosnia and Herzegovina\\nBotswana\\nBrazil\\nBrunei\\nBulgaria\\nBurkina Faso\\nBurundi\\nCabo Verde\\nCambodia\\nCameroon\\nCanada\\nCentral African Republic (CAR)\\nChad\\nChile\\nChina\\nColombia\\nComoros\\nCongo, Democratic Republic of the\\nCongo, Republic of the\\nCosta Rica\\nCote d'Ivoire\\nCroatia\\nCuba\\nCyprus\\nCzechia\\nDenmark\\nDjibouti\\nDominica\\nDominican Republic\\nEcuador\\nEgypt\\nEl Salvador\\nEquatorial Guinea\\nEritrea\\nEstonia\\nEswatini (formerly Swaziland)\\nEthiopia\\nFiji\\nFinland\\nFrance\\nGabon\\nGambia\\nGeorgia\\nGermany\\nGhana\\nGreece\\nGrenada\\nGuatemala\\nGuinea\\nGuinea-Bissau\\nGuyana\\nHaiti\\nHonduras\\nHungary\\nIceland\\nIndia\\nIndonesia\\nIran\\nIraq\\nIreland\\nIsrael\\nItaly\\nJamaica\\nJapan\\nJordan\\nKazakhstan\\nKenya\\nKiribati\\nKosovo\\nKuwait\\nKyrgyzstan\\nLaos\\nLatvia\\nLebanon\\nLesotho\\nLiberia\\nLibya\\nLiechtenstein\\nLithuania\\nLuxembourg\\nMadagascar\\nMalawi\\nMalaysia\\nMaldives\\nMali\\nMalta\\nMarshall Islands\\nMauritania\\nMauritius\\nMexico\\nMicronesia\\nMoldova\\nMonaco\\nMongolia\\nMontenegro\\nMorocco\\nMozambique\\nMyanmar (formerly Burma)\\nNamibia\\nNauru\\nNepal\\nNetherlands\\nNew Zealand\\nNicaragua\\nNiger\\nNigeria\\nNorth Korea\\nNorth Macedonia (formerly Macedonia)\\nNorway\\nOman\\nPakistan\\nPalau\\nPalestine\\nPanama\\nPapua New Guinea\\nParaguay\\nPeru\\nPhilippines\\nPoland\\nPortugal\\nQatar\\nRomania\\nRussia\\nRwanda\\nSaint Kitts and Nevis\\nSaint Lucia\\nSaint Vincent and the Grenadines\\nSamoa\\nSan Marino\\nSao Tome and Principe\\nSaudi Arabia\\nSenegal\\nSerbia\\nSeychelles\\nSierra Leone\\nSingapore\\nSlovakia\\nSlovenia\\nSolomon Islands\\nSomalia\\nSouth Africa\\nSouth Korea\\nSouth Sudan\\nSpain\\nSri Lanka\\nSudan\\nSuriname\\nSweden\\nSwitzerland\\nSyria\\nTaiwan\\nTajikistan\\nTanzania\\nThailand\\nTimor-Leste\\nTogo\\nTonga\\nTrinidad and Tobago\\nTunisia\\nTurkey\\nTurkmenistan\\nTuvalu\\nUganda\\nUkraine\\nUnited Arab Emirates (UAE)\\nUnited Kingdom (UK)\\nUnited States of America (USA)\\nUruguay\\nUzbekistan\\nVanuatu\\nVatican City (Holy See)\\nVenezuela\\nVietnam\\nYemen\\nZambia\\nZimbabwe\",\"required\":\"No\"},{\"subLabel\":\"\",\"row\":\"4\",\"col\":\"1\",\"hint\":\"\",\"type\":\"dropdown\",\"fieldID\":\"8\",\"required\":\"No\",\"options\":\"Caribbean\\nCentral America\\nCentral and Southern Asia\\nEastern and Southern Africa\\nEastern Asia\\nEurope\\nMiddle East and North Africa\\nNorth America\\nOceania\\nSouth America\\nSoutheast Asia\\nWest and Central Africa\\nN\/A - Global\",\"multipleSelection\":\"Yes\"}]},{\"id\":\"19\",\"type\":\"control_textarea\",\"isHidden\":false,\"fields\":null},{\"id\":\"62\",\"type\":\"control_textarea\",\"isHidden\":false,\"fields\":null},{\"id\":\"20\",\"type\":\"control_mixed\",\"isHidden\":false,\"fields\":[{\"fieldID\":\"1\",\"type\":\"dropdown\",\"row\":\"1\",\"col\":\"1\",\"options\":\"Yes\\nNo\"},{\"fieldID\":\"2\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"2\",\"maxsize\":\"5000\"},{\"fieldID\":\"3\",\"type\":\"textbox\",\"row\":\"2\",\"col\":\"1\",\"maxsize\":\"1000\"},{\"fieldID\":\"4\",\"type\":\"dropdown\",\"row\":\"3\",\"col\":\"1\",\"options\":\"Economic Opportunity\\nEducation\\nEnvironmental Sustainability\\nHealth\\nPeace and Human Rights\\nSustainable Markets\\nN\/A - None of the above\",\"required\":\"Yes\"}]},{\"id\":\"64\",\"type\":\"control_mixed\",\"isHidden\":false,\"fields\":[{\"fieldID\":\"3\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"1\",\"required\":\"Yes\",\"maxsize\":\"1000\"},{\"fieldID\":\"4\",\"type\":\"dropdown\",\"row\":\"2\",\"col\":\"1\",\"options\":\"Economic Opportunity\\nEducation\\nEnvironmental Sustainability\\nHealth\\nPeace and Human Rights\\nSustainable Markets\\nN\/A - None of the above\",\"required\":\"Yes\"},{\"fieldID\":\"6\",\"type\":\"dropdown\",\"row\":\"2\",\"col\":\"2\",\"options\":\"Afghanistan\\nAlbania\\nAlgeria\\nAndorra\\nAngola\\nAntigua and Barbuda\\nArgentina\\nArmenia\\nAustralia\\nAustria\\nAzerbaijan\\nBahamas\\nBahrain\\nBangladesh\\nBarbados\\nBelarus\\nBelgium\\nBelize\\nBenin\\nBhutan\\nBolivia\\nBosnia and Herzegovina\\nBotswana\\nBrazil\\nBrunei\\nBulgaria\\nBurkina Faso\\nBurundi\\nCabo Verde\\nCambodia\\nCameroon\\nCanada\\nCentral African Republic (CAR)\\nChad\\nChile\\nChina\\nColombia\\nComoros\\nCongo, Democratic Republic of the\\nCongo, Republic of the\\nCosta Rica\\nCote d'Ivoire\\nCroatia\\nCuba\\nCyprus\\nCzechia\\nDenmark\\nDjibouti\\nDominica\\nDominican Republic\\nEcuador\\nEgypt\\nEl Salvador\\nEquatorial Guinea\\nEritrea\\nEstonia\\nEswatini (formerly Swaziland)\\nEthiopia\\nFiji\\nFinland\\nFrance\\nGabon\\nGambia\\nGeorgia\\nGermany\\nGhana\\nGreece\\nGrenada\\nGuatemala\\nGuinea\\nGuinea-Bissau\\nGuyana\\nHaiti\\nHonduras\\nHungary\\nIceland\\nIndia\\nIndonesia\\nIran\\nIraq\\nIreland\\nIsrael\\nItaly\\nJamaica\\nJapan\\nJordan\\nKazakhstan\\nKenya\\nKiribati\\nKosovo\\nKuwait\\nKyrgyzstan\\nLaos\\nLatvia\\nLebanon\\nLesotho\\nLiberia\\nLibya\\nLiechtenstein\\nLithuania\\nLuxembourg\\nMadagascar\\nMalawi\\nMalaysia\\nMaldives\\nMali\\nMalta\\nMarshall Islands\\nMauritania\\nMauritius\\nMexico\\nMicronesia\\nMoldova\\nMonaco\\nMongolia\\nMontenegro\\nMorocco\\nMozambique\\nMyanmar (formerly Burma)\\nNamibia\\nNauru\\nNepal\\nNetherlands\\nNew Zealand\\nNicaragua\\nNiger\\nNigeria\\nNorth Korea\\nNorth Macedonia (formerly Macedonia)\\nNorway\\nOman\\nPakistan\\nPalau\\nPalestine\\nPanama\\nPapua New Guinea\\nParaguay\\nPeru\\nPhilippines\\nPoland\\nPortugal\\nQatar\\nRomania\\nRussia\\nRwanda\\nSaint Kitts and Nevis\\nSaint Lucia\\nSaint Vincent and the Grenadines\\nSamoa\\nSan Marino\\nSao Tome and Principe\\nSaudi Arabia\\nSenegal\\nSerbia\\nSeychelles\\nSierra Leone\\nSingapore\\nSlovakia\\nSlovenia\\nSolomon Islands\\nSomalia\\nSouth Africa\\nSouth Korea\\nSouth Sudan\\nSpain\\nSri Lanka\\nSudan\\nSuriname\\nSweden\\nSwitzerland\\nSyria\\nTaiwan\\nTajikistan\\nTanzania\\nThailand\\nTimor-Leste\\nTogo\\nTonga\\nTrinidad and Tobago\\nTunisia\\nTurkey\\nTurkmenistan\\nTuvalu\\nUganda\\nUkraine\\nUnited Arab Emirates (UAE)\\nUnited Kingdom (UK)\\nUnited States of America (USA)\\nUruguay\\nUzbekistan\\nVanuatu\\nVatican City (Holy See)\\nVenezuela\\nVietnam\\nYemen\\nZambia\\nZimbabwe\",\"multipleSelection\":\"Yes\",\"required\":\"Yes\"},{\"fieldID\":\"7\",\"type\":\"textbox\",\"row\":\"3\",\"col\":\"1\",\"required\":\"Yes\",\"maxsize\":\"5000\"}]},{\"id\":\"65\",\"type\":\"control_mixed\",\"isHidden\":false,\"fields\":[{\"fieldID\":\"1\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"1\",\"maxsize\":\"5000\"},{\"fieldID\":\"2\",\"type\":\"dropdown\",\"row\":\"2\",\"col\":\"1\",\"options\":\"Afghanistan\\nAlbania\\nAlgeria\\nAndorra\\nAngola\\nAntigua and Barbuda\\nArgentina\\nArmenia\\nAustralia\\nAustria\\nAzerbaijan\\nBahamas\\nBahrain\\nBangladesh\\nBarbados\\nBelarus\\nBelgium\\nBelize\\nBenin\\nBhutan\\nBolivia\\nBosnia and Herzegovina\\nBotswana\\nBrazil\\nBrunei\\nBulgaria\\nBurkina Faso\\nBurundi\\nCabo Verde\\nCambodia\\nCameroon\\nCanada\\nCentral African Republic (CAR)\\nChad\\nChile\\nChina\\nColombia\\nComoros\\nCongo, Democratic Republic of the\\nCongo, Republic of the\\nCosta Rica\\nCote d'Ivoire\\nCroatia\\nCuba\\nCyprus\\nCzechia\\nDenmark\\nDjibouti\\nDominica\\nDominican Republic\\nEcuador\\nEgypt\\nEl Salvador\\nEquatorial Guinea\\nEritrea\\nEstonia\\nEswatini (formerly Swaziland)\\nEthiopia\\nFiji\\nFinland\\nFrance\\nGabon\\nGambia\\nGeorgia\\nGermany\\nGhana\\nGreece\\nGrenada\\nGuatemala\\nGuinea\\nGuinea-Bissau\\nGuyana\\nHaiti\\nHonduras\\nHungary\\nIceland\\nIndia\\nIndonesia\\nIran\\nIraq\\nIreland\\nIsrael\\nItaly\\nJamaica\\nJapan\\nJordan\\nKazakhstan\\nKenya\\nKiribati\\nKosovo\\nKuwait\\nKyrgyzstan\\nLaos\\nLatvia\\nLebanon\\nLesotho\\nLiberia\\nLibya\\nLiechtenstein\\nLithuania\\nLuxembourg\\nMadagascar\\nMalawi\\nMalaysia\\nMaldives\\nMali\\nMalta\\nMarshall Islands\\nMauritania\\nMauritius\\nMexico\\nMicronesia\\nMoldova\\nMonaco\\nMongolia\\nMontenegro\\nMorocco\\nMozambique\\nMyanmar (formerly Burma)\\nNamibia\\nNauru\\nNepal\\nNetherlands\\nNew Zealand\\nNicaragua\\nNiger\\nNigeria\\nNorth Korea\\nNorth Macedonia (formerly Macedonia)\\nNorway\\nOman\\nPakistan\\nPalau\\nPalestine\\nPanama\\nPapua New Guinea\\nParaguay\\nPeru\\nPhilippines\\nPoland\\nPortugal\\nQatar\\nRomania\\nRussia\\nRwanda\\nSaint Kitts and Nevis\\nSaint Lucia\\nSaint Vincent and the Grenadines\\nSamoa\\nSan Marino\\nSao Tome and Principe\\nSaudi Arabia\\nSenegal\\nSerbia\\nSeychelles\\nSierra Leone\\nSingapore\\nSlovakia\\nSlovenia\\nSolomon Islands\\nSomalia\\nSouth Africa\\nSouth Korea\\nSouth Sudan\\nSpain\\nSri Lanka\\nSudan\\nSuriname\\nSweden\\nSwitzerland\\nSyria\\nTaiwan\\nTajikistan\\nTanzania\\nThailand\\nTimor-Leste\\nTogo\\nTonga\\nTrinidad and Tobago\\nTunisia\\nTurkey\\nTurkmenistan\\nTuvalu\\nUganda\\nUkraine\\nUnited Arab Emirates (UAE)\\nUnited Kingdom (UK)\\nUnited States of America (USA)\\nUruguay\\nUzbekistan\\nVanuatu\\nVatican City (Holy See)\\nVenezuela\\nVietnam\\nYemen\\nZambia\\nZimbabwe\",\"multipleSelection\":\"Yes\",\"required\":\"Yes\"},{\"fieldID\":\"3\",\"type\":\"textbox\",\"row\":\"3\",\"col\":\"1\",\"maxsize\":\"5000\"}]},{\"id\":\"21\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"28\",\"type\":\"control_mixed\",\"isHidden\":false,\"fields\":[{\"fieldID\":\"1\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"1\",\"required\":\"Yes\"},{\"fieldID\":\"2\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"2\",\"required\":\"Yes\"},{\"fieldID\":\"3\",\"type\":\"textbox\",\"row\":\"2\",\"col\":\"1\",\"required\":\"Yes\",\"validation\":\"Email\"},{\"fieldID\":\"4\",\"type\":\"textbox\",\"row\":\"2\",\"col\":\"2\",\"required\":\"Yes\"},{\"fieldID\":\"5\",\"type\":\"textbox\",\"row\":\"3\",\"col\":\"1\",\"required\":\"No\"},{\"fieldID\":\"6\",\"type\":\"dropdown\",\"row\":\"3\",\"col\":\"2\",\"options\":\"Academic Institution\\nCommercial Bank\\nCommercial Social Purpose\/Social Enterprise Organization\\nDevelopment Finance Bank or Institution\\nFor-Profit Corporation\\nFoundation\/Trust\\nGovernment\/Aid Agency\\nIndividual Investor\/Donor\\nInvestment\/Asset Management\\nMedia Company\\nNon-Governmental\/Non-Profit Organization\\nProfessional Services\/Independent Consultants\\nProfessional\/Industry Association\\nN\/A - None of the above\",\"required\":\"No\"}]},{\"id\":\"22\",\"type\":\"control_textarea\",\"isHidden\":false,\"fields\":null},{\"id\":\"23\",\"type\":\"control_textarea\",\"isHidden\":false,\"fields\":null},{\"id\":\"24\",\"type\":\"control_mixed\",\"isHidden\":false,\"fields\":[{\"fieldID\":\"1\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"1\",\"maxsize\":\"5000\",\"required\":\"Yes\"},{\"fieldID\":\"2\",\"type\":\"dropdown\",\"row\":\"2\",\"col\":\"1\",\"options\":\"Economic Opportunity\\nEducation\\nEnvironmental Sustainability\\nHealth\\nPeace and Human Rights\\nSustainable Markets\\nN\/A - None of the above\",\"required\":\"Yes\",\"multipleSelection\":\"No\"},{\"fieldID\":\"3\",\"type\":\"dropdown\",\"row\":\"3\",\"col\":\"1\",\"options\":\"Caribbean\\nCentral America\\nCentral and Southern Asia\\nEastern and Southern Africa\\nEastern Asia\\nEurope\\nMiddle East and North Africa\\nNorth America\\nOceania\\nSouth America\\nSoutheast Asia\\nWest and Central Africa\\nN\/A - Global \",\"multipleSelection\":\"Yes\",\"required\":\"Yes\"}]},{\"id\":\"29\",\"type\":\"control_yesno\",\"isHidden\":false,\"fields\":null},{\"id\":\"37\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"38\",\"type\":\"control_mixed\",\"isHidden\":false,\"fields\":[{\"fieldID\":\"1\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"1\",\"required\":\"Yes\"},{\"fieldID\":\"2\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"2\",\"required\":\"Yes\"},{\"fieldID\":\"3\",\"type\":\"textbox\",\"row\":\"2\",\"col\":\"1\",\"required\":\"Yes\"},{\"fieldID\":\"4\",\"type\":\"textbox\",\"row\":\"2\",\"col\":\"2\",\"required\":\"Yes\"},{\"fieldID\":\"5\",\"type\":\"textbox\",\"row\":\"3\",\"col\":\"1\"},{\"fieldID\":\"6\",\"type\":\"dropdown\",\"row\":\"3\",\"col\":\"2\",\"options\":\"Academic Institution\\nCommercial Bank\\nCommercial Social Purpose\/Social Enterprise Organization\\nDevelopment Finance Bank or Institution\\nFor-Profit Corporation\\nFoundation\/Trust\\nGovernment\/Aid Agency\\nIndividual Investor\/Donor\\nInvestment\/Asset Management\\nMedia Company\\nNon-Governmental\/Non-Profit Organization\\nProfessional Services\/Independent Consultants\\nProfessional\/Industry Association\\nN\/A - None of the above\"}]},{\"id\":\"39\",\"type\":\"control_textarea\",\"isHidden\":false,\"fields\":null},{\"id\":\"40\",\"type\":\"control_textarea\",\"isHidden\":false,\"fields\":null},{\"id\":\"41\",\"type\":\"control_mixed\",\"isHidden\":false,\"fields\":[{\"fieldID\":\"1\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"1\",\"maxsize\":\"5000\"},{\"fieldID\":\"2\",\"type\":\"dropdown\",\"row\":\"2\",\"col\":\"1\",\"options\":\"Economic Opportunity\\nEducation\\nEnvironmental Sustainability\\nHealth\\nPeace and Human Rights\\nSustainable Markets\\nN\/A - None of the above\"},{\"fieldID\":\"3\",\"type\":\"dropdown\",\"row\":\"3\",\"col\":\"1\",\"options\":\"Caribbean\\nCentral America\\nCentral and Southern Asia\\nEastern and Southern Africa\\nEastern Asia\\nEurope\\nMiddle East and North Africa\\nNorth America\\nOceania\\nSouth America\\nSoutheast Asia\\nWest and Central Africa\\nN\/A - Global \",\"multipleSelection\":\"Yes\"}]},{\"id\":\"42\",\"type\":\"control_yesno\",\"isHidden\":false,\"fields\":null},{\"id\":\"43\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"44\",\"type\":\"control_mixed\",\"isHidden\":false,\"fields\":[{\"fieldID\":\"1\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"1\",\"required\":\"Yes\"},{\"fieldID\":\"2\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"2\",\"required\":\"Yes\"},{\"fieldID\":\"3\",\"type\":\"textbox\",\"row\":\"2\",\"col\":\"1\",\"required\":\"Yes\",\"validation\":\"Email\"},{\"fieldID\":\"4\",\"type\":\"textbox\",\"row\":\"2\",\"col\":\"2\",\"required\":\"Yes\"},{\"fieldID\":\"5\",\"type\":\"textbox\",\"row\":\"3\",\"col\":\"1\"},{\"fieldID\":\"6\",\"type\":\"dropdown\",\"row\":\"3\",\"col\":\"2\",\"options\":\"Academic Institution\\nCommercial Bank\\nCommercial Social Purpose\/Social Enterprise Organization\\nDevelopment Finance Bank or Institution\\nFor-Profit Corporation\\nFoundation\/Trust\\nGovernment\/Aid Agency\\nIndividual Investor\/Donor\\nInvestment\/Asset Management\\nMedia Company\\nNon-Governmental\/Non-Profit Organization\\nProfessional Services\/Independent Consultants\\nProfessional\/Industry Association\\nN\/A - None of the above\"}]},{\"id\":\"45\",\"type\":\"control_textarea\",\"isHidden\":false,\"fields\":null},{\"id\":\"46\",\"type\":\"control_textarea\",\"isHidden\":false,\"fields\":null},{\"id\":\"47\",\"type\":\"control_mixed\",\"isHidden\":false,\"fields\":[{\"fieldID\":\"1\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"1\",\"maxsize\":\"5000\"},{\"fieldID\":\"2\",\"type\":\"dropdown\",\"row\":\"2\",\"col\":\"1\",\"options\":\"Economic Opportunity\\nEducation\\nEnvironmental Sustainability\\nHealth\\nPeace and Human Rights\\nSustainable Markets\\nN\/A - None of the above\"},{\"fieldID\":\"3\",\"type\":\"dropdown\",\"row\":\"3\",\"col\":\"1\",\"options\":\"Caribbean\\nCentral America\\nCentral and Southern Asia\\nEastern and Southern Africa\\nEastern Asia\\nEurope\\nMiddle East and North Africa\\nNorth America\\nOceania\\nSouth America\\nSoutheast Asia\\nWest and Central Africa\\nN\/A - Global \",\"multipleSelection\":\"Yes\"}]},{\"id\":\"48\",\"type\":\"control_yesno\",\"isHidden\":false,\"fields\":null},{\"id\":\"49\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"50\",\"type\":\"control_mixed\",\"isHidden\":false,\"fields\":[{\"fieldID\":\"1\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"1\",\"required\":\"Yes\"},{\"fieldID\":\"2\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"2\",\"required\":\"Yes\"},{\"fieldID\":\"3\",\"type\":\"textbox\",\"row\":\"2\",\"col\":\"1\",\"required\":\"Yes\"},{\"fieldID\":\"4\",\"type\":\"textbox\",\"row\":\"2\",\"col\":\"2\",\"required\":\"Yes\"},{\"fieldID\":\"5\",\"type\":\"textbox\",\"row\":\"3\",\"col\":\"1\"},{\"fieldID\":\"6\",\"type\":\"dropdown\",\"row\":\"3\",\"col\":\"2\",\"options\":\"Academic Institution\\nCommercial Bank\\nCommercial Social Purpose\/Social Enterprise Organization\\nDevelopment Finance Bank or Institution\\nFor-Profit Corporation\\nFoundation\/Trust\\nGovernment\/Aid Agency\\nIndividual Investor\/Donor\\nInvestment\/Asset Management\\nMedia Company\\nNon-Governmental\/Non-Profit Organization\\nProfessional Services\/Independent Consultants\\nProfessional\/Industry Association\\nN\/A - None of the above\"}]},{\"id\":\"51\",\"type\":\"control_textarea\",\"isHidden\":false,\"fields\":null},{\"id\":\"52\",\"type\":\"control_textarea\",\"isHidden\":false,\"fields\":null},{\"id\":\"53\",\"type\":\"control_mixed\",\"isHidden\":false,\"fields\":[{\"fieldID\":\"1\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"1\",\"maxsize\":\"5000\"},{\"fieldID\":\"2\",\"type\":\"dropdown\",\"row\":\"2\",\"col\":\"1\",\"options\":\"Economic Opportunity\\nEducation\\nEnvironmental Sustainability\\nHealth\\nPeace and Human Rights\\nSustainable Markets\\nN\/A - None of the above\"},{\"fieldID\":\"3\",\"type\":\"dropdown\",\"row\":\"3\",\"col\":\"1\",\"options\":\"Caribbean\\nCentral America\\nCentral and Southern Asia\\nEastern and Southern Africa\\nEastern Asia\\nEurope\\nMiddle East and North Africa\\nNorth America\\nOceania\\nSouth America\\nSoutheast Asia\\nWest and Central Africa\\nN\/A - Global \",\"multipleSelection\":\"Yes\"}]},{\"id\":\"54\",\"type\":\"control_yesno\",\"isHidden\":false,\"fields\":null},{\"id\":\"55\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"56\",\"type\":\"control_mixed\",\"isHidden\":false,\"fields\":[{\"fieldID\":\"1\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"1\",\"required\":\"Yes\"},{\"fieldID\":\"2\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"2\",\"required\":\"Yes\"},{\"fieldID\":\"3\",\"type\":\"textbox\",\"row\":\"2\",\"col\":\"1\",\"required\":\"Yes\"},{\"fieldID\":\"4\",\"type\":\"textbox\",\"row\":\"2\",\"col\":\"2\",\"required\":\"Yes\"},{\"fieldID\":\"5\",\"type\":\"textbox\",\"row\":\"3\",\"col\":\"1\"},{\"fieldID\":\"6\",\"type\":\"dropdown\",\"row\":\"3\",\"col\":\"2\",\"options\":\"Academic Institution\\nCommercial Bank\\nCommercial Social Purpose\/Social Enterprise Organization\\nDevelopment Finance Bank or Institution\\nFor-Profit Corporation\\nFoundation\/Trust\\nGovernment\/Aid Agency\\nIndividual Investor\/Donor\\nInvestment\/Asset Management\\nMedia Company\\nNon-Governmental\/Non-Profit Organization\\nProfessional Services\/Independent Consultants\\nProfessional\/Industry Association\\nN\/A - None of the above\"}]},{\"id\":\"57\",\"type\":\"control_textarea\",\"isHidden\":false,\"fields\":null},{\"id\":\"58\",\"type\":\"control_textarea\",\"isHidden\":false,\"fields\":null},{\"id\":\"59\",\"type\":\"control_mixed\",\"isHidden\":false,\"fields\":[{\"fieldID\":\"1\",\"type\":\"textbox\",\"row\":\"1\",\"col\":\"1\",\"maxsize\":\"5000\"},{\"fieldID\":\"2\",\"type\":\"dropdown\",\"row\":\"2\",\"col\":\"1\",\"options\":\"Economic Opportunity\\nEducation\\nEnvironmental Sustainability\\nHealth\\nPeace and Human Rights\\nSustainable Markets\\nN\/A - None of the above\"},{\"fieldID\":\"3\",\"type\":\"dropdown\",\"row\":\"3\",\"col\":\"1\",\"options\":\"Caribbean\\nCentral America\\nCentral and Southern Asia\\nEastern and Southern Africa\\nEastern Asia\\nEurope\\nMiddle East and North Africa\\nNorth America\\nOceania\\nSouth America\\nSoutheast Asia\\nWest and Central Africa\\nN\/A - Global \",\"multipleSelection\":\"Yes\"}]},{\"id\":\"61\",\"type\":\"control_text\",\"isHidden\":false,\"fields\":null}],\"captchaMode\":null,\"sectionHeaders\":[],\"welcomePageProps\":{\"id\":{\"value\":\"welcomePage\"},\"text\":{\"value\":\"Universal Engagement Form\"},\"showAsHeading\":false,\"isFormTitleVisible\":false},\"formID\":92595805944168,\"fullscreenMode\":false});<\/script><\/body><\/html>\n","Universal Engagement Form",Array);(function(){window.handleIFrameMessage=function(e){if(!e.data||!e.data.split)return;var args=e.data.split(":");if(args[2]!="92595805944168"){return;}
var iframe=document.getElementById("92595805944168");if(!iframe){return};switch(args[0]){case"scrollIntoView":if(!("nojump"in FrameBuilder.get)){iframe.scrollIntoView();}
break;case"setHeight":var height=args[1]+"px";if(window.jfDeviceType==='mobile'&&typeof $jot!=='undefined'){var parent=$jot(iframe).closest('.jt-feedback.u-responsive-lightbox');if(parent){height='100%';}}
iframe.style.height=height
break;case"setMinHeight":iframe.style.minHeight=args[1]+"px";break;case"collapseErrorPage":if(iframe.clientHeight>window.innerHeight){iframe.style.height=window.innerHeight+"px";}
break;case"reloadPage":if(iframe){location.reload();}
break;case"removeIframeOnloadAttr":iframe.removeAttribute("onload");break;case"loadScript":if(!window.isPermitted(e.origin,['jotform.com','jotform.pro'])){break;}
var src=args[1];if(args.length>3){src=args[1]+':'+args[2];}
var script=document.createElement('script');script.src=src;script.type='text/javascript';document.body.appendChild(script);break;case"exitFullscreen":if(window.document.exitFullscreen)window.document.exitFullscreen();else if(window.document.mozCancelFullScreen)window.document.mozCancelFullScreen();else if(window.document.mozCancelFullscreen)window.document.mozCancelFullScreen();else if(window.document.webkitExitFullscreen)window.document.webkitExitFullscreen();else if(window.document.msExitFullscreen)window.document.msExitFullscreen();break;case'setDeviceType':window.jfDeviceType=args[1];break;}};window.isPermitted=function(originUrl,whitelisted_domains){var url=document.createElement('a');url.href=originUrl;var hostname=url.hostname;var result=false;if(typeof hostname!=='undefined'){whitelisted_domains.forEach(function(element){if(hostname.slice((-1*element.length-1))==='.'.concat(element)||hostname===element){result=true;}});return result;}}
if(window.addEventListener){window.addEventListener("message",handleIFrameMessage,false);}else if(window.attachEvent){window.attachEvent("onmessage",handleIFrameMessage);}})();