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.document.querySelector('[data-welcome-view="true"]');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(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 i201618380799162=new FrameBuilder("201618380799162",false,"","<html lang=\"\"><head><title>Volunteer Recruitment Form<\/title><link rel=\"canonical\" href=\"https:\/\/form.jotform.com\/201618380799162\"\/><link rel=\"alternate\" type=\"application\/json+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=json&amp;url=http:\/\/www.jotform.com\/form\/201618380799162\" 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;201618380799162\" title=\"oEmbed Form\"\/><meta property=\"og:title\" content=\"Volunteer Recruitment Form\"\/><meta property=\"og:url\" content=\"http:\/\/www.jotform.com\/form\/201618380799162\"\/><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\"\/><link id=\"default-css\" type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/stylebuilder\/default.css?181e2fca\"\/><link id=\"form-css\" type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/stylebuilder\/201618380799162.css?themeID=59678777cf3bfe58704d6591\"\/><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\"><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:\/\/cdnjs.cloudflare.com\/ajax\/libs\/punycode\/1.4.1\/punycode.min.js\"><\/script>\n<!--[if lt IE 9]><script src=\"https:\/\/cdn.jotfor.ms\/js\/vendor\/flashcanvas.js?3.3.21572\" type=\"text\/javascript\"><\/script><![endif]-->\n<script src=\"https:\/\/cdn.jotfor.ms\/js\/vendor\/jquery-1.8.0.min.js?v=3.3.21572\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn.jotfor.ms\/js\/vendor\/jSignature.min.noconflict.js?3.3.21572\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn.jotfor.ms\/js\/vendor\/jotform.signaturepad.js?3.3.21572\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn.jotfor.ms\/static\/prototype.forms.js\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn.jotfor.ms\/static\/jotform.forms.js?3.3.21572\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/js.jotform.com\/vendor\/postMessage.js?3.3.21572\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/js.jotform.com\/WidgetsServer.js?v=1605046460192\" type=\"text\/javascript\"><\/script>\n<script type=\"text\/javascript\">\n var jsTime = setInterval(function(){try{\n   JotForm.jsForm = true;\n\n   if (window.CardForm) { window.CardForm.jsForm = true; } \n\n\tJotForm.init(function(){\n\tJotForm.newDefaultTheme = false;\n\tJotForm.extendsNewTheme = false;\n\tJotForm.newPaymentUIForNewCreatedForms = false;\n    \n        \n JotForm.calendarMonths = [\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"];\n JotForm.calendarDays = [\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"];\n JotForm.calendarOther = {\"today\":\"Today\"};\n JotForm.setCalendar(\"22\", false, {\"days\":{\"monday\":true,\"tuesday\":true,\"wednesday\":true,\"thursday\":true,\"friday\":true,\"saturday\":true,\"sunday\":true},\"future\":true,\"past\":true,\"custom\":false,\"ranges\":false,\"start\":\"\",\"end\":\"\"}, \"calendar-container-22\");\n\n        \n\t});\n\n   clearInterval(jsTime);\n }catch(e){}}, 1000);\n\n   JotForm.prepareCalculationsOnTheFly([null,null,null,null,null,{\"name\":\"demographicsSkills\",\"qid\":\"5\",\"text\":\"Demographics, Skills, and Interests\",\"type\":\"control_head\"},null,null,null,{\"name\":\"name\",\"qid\":\"9\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"name\":\"email10\",\"qid\":\"10\",\"text\":\"E-mail\",\"type\":\"control_email\"},{\"name\":\"phoneNumber11\",\"qid\":\"11\",\"text\":\"Phone Number\",\"type\":\"control_phone\"},{\"name\":\"address12\",\"qid\":\"12\",\"text\":\"Address\",\"type\":\"control_address\"},{\"name\":\"whichDays13\",\"qid\":\"13\",\"text\":\"Which days of the week do you want to volunteer?\",\"type\":\"control_checkbox\"},null,{\"description\":\"\",\"name\":\"canYou\",\"qid\":\"15\",\"text\":\"Can you get texts to your phone?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"highestLevel\",\"qid\":\"16\",\"subLabel\":\"\",\"text\":\"Highest level of education you completed\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"courseOf\",\"qid\":\"17\",\"subLabel\":\"\",\"text\":\"Course of study?\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"typeOf\",\"qid\":\"18\",\"subLabel\":\"\",\"text\":\"Type of Degree?\",\"type\":\"control_textbox\"},null,{\"description\":\"\",\"name\":\"workExperience20\",\"qid\":\"20\",\"subLabel\":\"Please include how many years of experience you have\",\"text\":\"Work Experience?\",\"type\":\"control_textarea\"},{\"name\":\"divider\",\"qid\":\"21\",\"type\":\"control_divider\"},{\"description\":\"\",\"name\":\"whenCan22\",\"qid\":\"22\",\"text\":\"When can you begin volunteering?\",\"type\":\"control_datetime\"},{\"description\":\"\",\"name\":\"pleaseSelect\",\"qid\":\"23\",\"text\":\"Please select any skills you have or are interested in learning.\",\"type\":\"control_checkbox\"},null,{\"description\":\"\",\"name\":\"pleaseSelect25\",\"qid\":\"25\",\"text\":\"Please select the AAPDEP programs that you are interested in:\",\"type\":\"control_checkbox\"},null,{\"name\":\"pageBreak\",\"qid\":\"27\",\"text\":\"Page Break\",\"type\":\"control_pagebreak\"},null,{\"name\":\"input30\",\"qid\":\"29\",\"text\":\"\",\"type\":\"control_widget\"},null,null,null,null,null,null,null,null,{\"name\":\"volunteerAgreement\",\"qid\":\"38\",\"text\":\"Volunteer Agreement\",\"type\":\"control_head\"},{\"name\":\"input39\",\"qid\":\"39\",\"text\":\" Thank you for volunteering with the Uhuru N2U Volunteer Brigade! Through volunteering with us, you will gain experience and skills while using your time and talents to support independent African economic development. \\nI accept the volunteer position with N2U, and I understand and agree to the following:\\n\\nI will not receive monetary compensation for work performed in this position.N2U is not guaranteeing any paid employment during or following the conclusion of my position.\\nN2U does not guarantee any particular schedule or hours of service for volunteer work, may determine at any time that it no longer needs such volunteer services performed, and volunteers may decide at any time to end their activities.\\nN2U assumes no responsibility or liability for my safety or the consequences of my actions during this or any volunteer activity hereafter.\\n\\nI undertake the following obligations with respect to the Volunteer Program:\\n\\nTo observe all applicable rules, regulations, instructions, procedures and directives of the organization as set forth by N2U, which I have read.\\nTo refrain from any conduct that would adversely reflect on N2U.\\nTo report to N2U in accordance with the determined schedule, submit any request one week in advance and give notice of absence due to illness at least twelve hours prior to any event I have volunteered for.\\n\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"signature\",\"qid\":\"40\",\"subLabel\":\"\",\"text\":\"Signature\",\"type\":\"control_signature\"},null,null,null,{\"name\":\"pageBreak44\",\"qid\":\"44\",\"text\":\"Page Break\",\"type\":\"control_pagebreak\"}]);\n   setTimeout(function() {\nJotForm.paymentExtrasOnTheFly([null,null,null,null,null,{\"name\":\"demographicsSkills\",\"qid\":\"5\",\"text\":\"Demographics, Skills, and Interests\",\"type\":\"control_head\"},null,null,null,{\"name\":\"name\",\"qid\":\"9\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"name\":\"email10\",\"qid\":\"10\",\"text\":\"E-mail\",\"type\":\"control_email\"},{\"name\":\"phoneNumber11\",\"qid\":\"11\",\"text\":\"Phone Number\",\"type\":\"control_phone\"},{\"name\":\"address12\",\"qid\":\"12\",\"text\":\"Address\",\"type\":\"control_address\"},{\"name\":\"whichDays13\",\"qid\":\"13\",\"text\":\"Which days of the week do you want to volunteer?\",\"type\":\"control_checkbox\"},null,{\"description\":\"\",\"name\":\"canYou\",\"qid\":\"15\",\"text\":\"Can you get texts to your phone?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"highestLevel\",\"qid\":\"16\",\"subLabel\":\"\",\"text\":\"Highest level of education you completed\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"courseOf\",\"qid\":\"17\",\"subLabel\":\"\",\"text\":\"Course of study?\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"typeOf\",\"qid\":\"18\",\"subLabel\":\"\",\"text\":\"Type of Degree?\",\"type\":\"control_textbox\"},null,{\"description\":\"\",\"name\":\"workExperience20\",\"qid\":\"20\",\"subLabel\":\"Please include how many years of experience you have\",\"text\":\"Work Experience?\",\"type\":\"control_textarea\"},{\"name\":\"divider\",\"qid\":\"21\",\"type\":\"control_divider\"},{\"description\":\"\",\"name\":\"whenCan22\",\"qid\":\"22\",\"text\":\"When can you begin volunteering?\",\"type\":\"control_datetime\"},{\"description\":\"\",\"name\":\"pleaseSelect\",\"qid\":\"23\",\"text\":\"Please select any skills you have or are interested in learning.\",\"type\":\"control_checkbox\"},null,{\"description\":\"\",\"name\":\"pleaseSelect25\",\"qid\":\"25\",\"text\":\"Please select the AAPDEP programs that you are interested in:\",\"type\":\"control_checkbox\"},null,{\"name\":\"pageBreak\",\"qid\":\"27\",\"text\":\"Page Break\",\"type\":\"control_pagebreak\"},null,{\"name\":\"input30\",\"qid\":\"29\",\"text\":\"\",\"type\":\"control_widget\"},null,null,null,null,null,null,null,null,{\"name\":\"volunteerAgreement\",\"qid\":\"38\",\"text\":\"Volunteer Agreement\",\"type\":\"control_head\"},{\"name\":\"input39\",\"qid\":\"39\",\"text\":\" Thank you for volunteering with the Uhuru N2U Volunteer Brigade! Through volunteering with us, you will gain experience and skills while using your time and talents to support independent African economic development. \\nI accept the volunteer position with N2U, and I understand and agree to the following:\\n\\nI will not receive monetary compensation for work performed in this position.N2U is not guaranteeing any paid employment during or following the conclusion of my position.\\nN2U does not guarantee any particular schedule or hours of service for volunteer work, may determine at any time that it no longer needs such volunteer services performed, and volunteers may decide at any time to end their activities.\\nN2U assumes no responsibility or liability for my safety or the consequences of my actions during this or any volunteer activity hereafter.\\n\\nI undertake the following obligations with respect to the Volunteer Program:\\n\\nTo observe all applicable rules, regulations, instructions, procedures and directives of the organization as set forth by N2U, which I have read.\\nTo refrain from any conduct that would adversely reflect on N2U.\\nTo report to N2U in accordance with the determined schedule, submit any request one week in advance and give notice of absence due to illness at least twelve hours prior to any event I have volunteered for.\\n\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"signature\",\"qid\":\"40\",\"subLabel\":\"\",\"text\":\"Signature\",\"type\":\"control_signature\"},null,null,null,{\"name\":\"pageBreak44\",\"qid\":\"44\",\"text\":\"Page Break\",\"type\":\"control_pagebreak\"}]);}, 20); \n<\/script>\n\n      <\/div><div class=\"formFooter\"><div class=\"formFooter-content\"><a href=\"https:\/\/www.jotform.com\/cards\/?utm_source=formfooter&amp;utm_medium=banner&amp;utm_term=201618380799162&amp;utm_content=jotform_logo&amp;utm_campaign=powered_by_jotform_cf\" target=\"_blank\" class=\"formFooter-logoLink\"><img class=\"formFooter-logo\" alt=\"JotForm Logo\" src=\"https:\/\/cdn.jotfor.ms\/assets\/img\/logo\/logo-new@1x.png\"\/><\/a><div class=\"formFooter-rightSide\"><span class=\"formFooter-text\">Now create your own JotForm - It&#x27;s free!<\/span><a class=\"formFooter-button\" href=\"https:\/\/www.jotform.com\/cards\/?utm_source=formfooter&amp;utm_medium=banner&amp;utm_term=201618380799162&amp;utm_content=jotform_button&amp;utm_campaign=powered_by_jotform_cf\" target=\"_blank\">Create your own JotForm<\/a><\/div><\/div><div class=\"formFooter-mobile jsNewFormFooter\"><a href=\"https:\/\/www.jotform.com\/cards\/?utm_source=formfooter&amp;utm_medium=banner&amp;utm_term=201618380799162&amp;utm_content=jotform_logo&amp;utm_campaign=powered_by_jotform_signup_powered_by_jotform_cf_mobile_new\" class=\"formFooter-mobileLink\" target=\"_blank\">Create your own<img class=\"formFooter-mobileLogo\" alt=\"JotForm\" src=\"https:\/\/cdn.jotfor.ms\/assets\/img\/cardforms\/mobile_footer_logo.png\"\/><img class=\"formFooter-mobilePodo\" alt=\"JotForm mascot Podo\" src=\"https:\/\/cdn.jotfor.ms\/assets\/img\/cardforms\/footer_podoo.png\"\/><\/a><\/div><\/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 class=\"jfWelcome-imageWrapper\"><div class=\"jfWelcome-image\"><span class=\"iconSvg iconSvgFill https:\/\/icons.jotfor.ms\/cardforms\/assets\/icons\/icon-sets\/default\/jotform.svg \"><svg class=\"iconSvgFill\" stroke=\"none\"  data-name=\"Jotform Logo\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 64 64\"><path d=\"M62.66,22.8a32.17,32.17,0,0,0-15.52-19,26.08,26.08,0,0,0-5.9-2.46A31.81,31.81,0,0,0,35.11.15,32,32,0,0,0,3.4,46.35,32.54,32.54,0,0,0,15.88,59.64,32.29,32.29,0,0,0,32.07,64c.69,0,1.38,0,2.06-.07a32.31,32.31,0,0,0,17.38-6.57A32.58,32.58,0,0,0,62.22,42.55,32.19,32.19,0,0,0,62.66,22.8ZM32.64,13l3-10.25a28.93,28.93,0,0,1,4.41.88L36.81,14.43ZM24,49.53l.51-8.25,1.18,0,1.39.38,1.17.8Zm5.49-9.13-1.33-.9-2-.56-1.54-.08,1.53-24.51,5,.71L36.74,17l4.77,2.39ZM26.48,3l-2.6,9.59a2,2,0,0,0-.07.42L21.46,50.79a2.07,2.07,0,0,0,1.48,2.09A2,2,0,0,0,25.33,52L31,42.7,44.24,19.5a2.76,2.76,0,0,0,.2-.47L47.82,7A30,30,0,0,1,61.54,33.44a30,30,0,0,1-14,23.7A29.57,29.57,0,0,1,5.11,44.31a29.51,29.51,0,0,1,5.2-32.4,29.88,29.88,0,0,1,14.52-8.6C25.37,3.17,25.93,3.05,26.48,3ZM38.32,15,41.61,4.09a28.89,28.89,0,0,1,4,1.72l-3.19,11.3ZM31,12.6,26.57,12,29.1,2.66a30.91,30.91,0,0,1,4.81-.08Z\"><\/path><\/svg><\/span><\/div><\/div><div id=\"header_welcomePage\" class=\"jfWelcome-header form-header\" data-component=\"header\" style=\"opacity:1\">Volunteer Recruitment Form<\/div><div id=\"subHeader_welcomePage\" class=\"jfWelcome-description form-subHeader\">Interested in volunteering with the All African People&#x27;s Development and Empowerment Project? Please fill out this form.<\/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:inline\">START<\/button><\/div><\/div><\/div><div class=\"jfForm-logo\" role=\"img\" aria-hidden=\"true\"><span class=\"iconSvg iconSvgFill https:\/\/icons.jotfor.ms\/cardforms\/assets\/icons\/icon-sets\/default\/jotform.svg \"><svg class=\"iconSvgFill\" stroke=\"none\"  data-name=\"Jotform Logo\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 64 64\"><path d=\"M62.66,22.8a32.17,32.17,0,0,0-15.52-19,26.08,26.08,0,0,0-5.9-2.46A31.81,31.81,0,0,0,35.11.15,32,32,0,0,0,3.4,46.35,32.54,32.54,0,0,0,15.88,59.64,32.29,32.29,0,0,0,32.07,64c.69,0,1.38,0,2.06-.07a32.31,32.31,0,0,0,17.38-6.57A32.58,32.58,0,0,0,62.22,42.55,32.19,32.19,0,0,0,62.66,22.8ZM32.64,13l3-10.25a28.93,28.93,0,0,1,4.41.88L36.81,14.43ZM24,49.53l.51-8.25,1.18,0,1.39.38,1.17.8Zm5.49-9.13-1.33-.9-2-.56-1.54-.08,1.53-24.51,5,.71L36.74,17l4.77,2.39ZM26.48,3l-2.6,9.59a2,2,0,0,0-.07.42L21.46,50.79a2.07,2.07,0,0,0,1.48,2.09A2,2,0,0,0,25.33,52L31,42.7,44.24,19.5a2.76,2.76,0,0,0,.2-.47L47.82,7A30,30,0,0,1,61.54,33.44a30,30,0,0,1-14,23.7A29.57,29.57,0,0,1,5.11,44.31a29.51,29.51,0,0,1,5.2-32.4,29.88,29.88,0,0,1,14.52-8.6C25.37,3.17,25.93,3.05,26.48,3ZM38.32,15,41.61,4.09a28.89,28.89,0,0,1,4,1.72l-3.19,11.3ZM31,12.6,26.57,12,29.1,2.66a30.91,30.91,0,0,1,4.81-.08Z\"><\/path><\/svg><\/span><\/div><form role=\"main\" class=\"jotform-form\" id=\"201618380799162\" name=\"form_201618380799162\" action=\"https:\/\/submit.jotform.com\/submit\/201618380799162\/\" method=\"post\" autoComplete=\"on\"><input type=\"hidden\" name=\"formID\" value=\"201618380799162\"\/><ul class=\"jfForm-all form-section page-section form-all\" id=\"cardAnimationWrapper\"><li class=\"form-line\" data-type=\"control_fullname\" id=\"id_9\" data-compound-hint=\"\"><div id=\"cid_9\" 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_9\" class=\"jfQuestion-label isLeftAlign\" id=\"label_9\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Name<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_9_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\" role=\"group\" id=\"input_group_9\"><div class=\"jfField\" data-type=\"first\"><input type=\"text\" id=\"first_9\" name=\"q9_name[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_9_description\" aria-labelledby=\"label_9 sublabel_9_first\"\/><label class=\"jfField-sublabel \" for=\"first_9\" id=\"sublabel_9_first\">First Name<\/label><\/div><div class=\"jfField\" data-type=\"last\"><input type=\"text\" id=\"last_9\" name=\"q9_name[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_9_description\" aria-labelledby=\"label_9 sublabel_9_last\"\/><label class=\"jfField-sublabel \" for=\"last_9\" id=\"sublabel_9_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_10\"><div id=\"cid_10\" 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_10\" class=\"jfQuestion-label isLeftAlign\" id=\"label_10\"><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_10_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_10\" name=\"q10_email10\" class=\"form-textbox validate[required, Email] forEmail jfInput-input\" autoComplete=\"email\" size=\"30\" value=\"\" placeholder=\"ex: myname@example.com\" data-component=\"email\" required=\"\" aria-required=\"true\" aria-describedby=\"input_10_description\"\/><label class=\"jfField-sublabel \" for=\"input_10\"><\/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><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_phone\" id=\"id_11\" data-compound-hint=\"\"><div id=\"cid_11\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_phone\"><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_11\" class=\"jfQuestion-label isLeftAlign\" id=\"label_11\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Phone Number<\/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\" data-wrapper-react=\"true\" role=\"group\" id=\"input_group_11\"><div class=\"jfField\" data-type=\"areaCode\"><input type=\"tel\" id=\"input_11_area\" name=\"q11_phoneNumber11[area]\" class=\"form-textbox validate[required] forPhone jfInput-input hasSublabel\" autoComplete=\"tel-area-code\" size=\"6\" value=\"\" data-component=\"areaCode\" required=\"\" aria-required=\"true\" aria-describedby=\"input_11_area_description\" aria-labelledby=\"label_11 sublabel_11_area\"\/><label class=\"jfField-sublabel \" for=\"input_11_area\" id=\"sublabel_11_area\">Area Code<\/label><\/div><div class=\"jfField\" data-type=\"phone\"><input type=\"tel\" id=\"input_11_phone\" name=\"q11_phoneNumber11[phone]\" class=\"form-textbox validate[required] forPhone jfInput-input hasSublabel\" autoComplete=\"tel-local\" size=\"12\" value=\"\" data-component=\"phone\" required=\"\" aria-required=\"true\" aria-describedby=\"input_11_phone_description\" aria-labelledby=\"label_11 sublabel_11_phone\"\/><label class=\"jfField-sublabel \" for=\"input_11_phone\" id=\"sublabel_11_phone\">Phone Number<\/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_radio\" id=\"id_15\"><div id=\"cid_15\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_radio\"><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_group_15\" class=\"jfQuestion-label isLeftAlign\" id=\"label_15\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Can you get texts to your phone?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_15_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_15\" class=\"jfQuestion-fields form-single-column\" data-component=\"radio\"><div class=\"jfField form-radio-item\"><label data-id=\"label_input_15_0\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q15_canYou\" value=\"Yes\" id=\"input_15_0\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">Yes<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_15_1\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q15_canYou\" value=\"No\" id=\"input_15_1\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">No<\/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_address\" id=\"id_12\" data-compound-hint=\"\"><div id=\"cid_12\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_address\"><div class=\"jfCard-index\"><div>5<\/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_12\" class=\"jfQuestion-label isLeftAlign\" id=\"label_12\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Address<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_12_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\" jfQuestion-fields isCompoundField form-address-table   \" data-wrapper-react=\"true\" role=\"group\" id=\"input_group_12\"><div class=\"jfField  \" data-type=\"address_line_1\"><input type=\"text\" id=\"input_12_addr_line1\" name=\"q12_address12[addr_line1]\" class=\"form-textbox form-address-line form-address-addr1 forAddress jfInput-input hasSublabel\" autoComplete=\"address-line1\" value=\"\" data-component=\"address_line_1\" aria-required=\"false\" aria-describedby=\"input_12_addr_line1_description\" aria-labelledby=\"label_12 sublabel_12_addr_line1\"\/><label class=\"jfField-sublabel \" for=\"input_12_addr_line1\" id=\"sublabel_12_addr_line1\">Street Address<\/label><\/div><div class=\"jfField  \" data-type=\"address_line_2\"><input type=\"text\" id=\"input_12_addr_line2\" name=\"q12_address12[addr_line2]\" class=\"form-textbox form-address-line form-address-addr2 forAddress jfInput-input hasSublabel\" autoComplete=\"address-line2\" size=\"46\" value=\"\" data-component=\"address_line_2\" aria-required=\"false\" aria-describedby=\"input_12_addr_line2_description\" aria-labelledby=\"label_12 sublabel_12_addr_line2\"\/><label class=\"jfField-sublabel \" for=\"input_12_addr_line2\" id=\"sublabel_12_addr_line2\">Street Address Line 2<\/label><\/div><div class=\"jfField\" data-type=\"city\"><input type=\"text\" id=\"input_12_city\" name=\"q12_address12[city]\" class=\"form-textbox form-address-city forAddress jfInput-input hasSublabel\" autoComplete=\"address-level2\" size=\"21\" value=\"\" data-component=\"city\" aria-required=\"false\" aria-describedby=\"input_12_city_description\" aria-labelledby=\"label_12 sublabel_12_city\"\/><label class=\"jfField-sublabel \" for=\"input_12_city\" id=\"sublabel_12_city\">City<\/label><\/div><div class=\"jfField\" data-type=\"state\"><input type=\"text\" id=\"input_12_state\" name=\"q12_address12[state]\" class=\"form-textbox form-address-state forAddress jfInput-input hasSublabel\" autoComplete=\"address-level1\" size=\"22\" value=\"\" data-component=\"state\" aria-required=\"false\" aria-describedby=\"input_12_state_description\" aria-labelledby=\"label_12 sublabel_12_state\"\/><label class=\"jfField-sublabel \" for=\"input_12_state\" id=\"sublabel_12_state\">State<\/label><\/div><div class=\"jfField\" data-type=\"zip\"><input type=\"text\" id=\"input_12_postal\" name=\"q12_address12[postal]\" class=\"form-textbox form-address-postal forAddress jfInput-input hasSublabel\" autoComplete=\"postal-code\" size=\"10\" value=\"\" data-component=\"zip\" aria-required=\"false\" aria-describedby=\"input_12_postal_description\" aria-labelledby=\"label_12 sublabel_12_postal\"\/><label class=\"jfField-sublabel \" for=\"input_12_postal\" id=\"sublabel_12_postal\">Zip Code<\/label><\/div><div class=\"jfField isFilled\" data-type=\"country\" aria-hidden=\"false\"><select data-component=\"country\" tabindex=\"-1\" id=\"input_12_country\" name=\"q12_address12[country]\" class=\"form-dropdown form-address-country noTranslate\" autoComplete=\"country\" aria-labelledby=\"label_12 sublabel_12_country\"><option value=\"\">Please Select<\/option><option value=\"United States\">United States<\/option><option value=\"Afghanistan\">Afghanistan<\/option><option value=\"Albania\">Albania<\/option><option value=\"Algeria\">Algeria<\/option><option value=\"American Samoa\">American Samoa<\/option><option value=\"Andorra\">Andorra<\/option><option value=\"Angola\">Angola<\/option><option value=\"Anguilla\">Anguilla<\/option><option value=\"Antigua and Barbuda\">Antigua and Barbuda<\/option><option value=\"Argentina\">Argentina<\/option><option value=\"Armenia\">Armenia<\/option><option value=\"Aruba\">Aruba<\/option><option value=\"Australia\">Australia<\/option><option value=\"Austria\">Austria<\/option><option value=\"Azerbaijan\">Azerbaijan<\/option><option value=\"The Bahamas\">The 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=\"Bermuda\">Bermuda<\/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=\"Cambodia\">Cambodia<\/option><option value=\"Cameroon\">Cameroon<\/option><option value=\"Canada\">Canada<\/option><option value=\"Cape Verde\">Cape Verde<\/option><option value=\"Cayman Islands\">Cayman Islands<\/option><option value=\"Central African Republic\">Central African Republic<\/option><option value=\"Chad\">Chad<\/option><option value=\"Chile\">Chile<\/option><option value=\"China\">China<\/option><option value=\"Christmas Island\">Christmas Island<\/option><option value=\"Cocos (Keeling) Islands\">Cocos (Keeling) Islands<\/option><option value=\"Colombia\">Colombia<\/option><option value=\"Comoros\">Comoros<\/option><option value=\"Congo\">Congo<\/option><option value=\"Cook Islands\">Cook Islands<\/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=\"Curacao\">Curacao<\/option><option value=\"Cyprus\">Cyprus<\/option><option value=\"Czech Republic\">Czech Republic<\/option><option value=\"Democratic Republic of the Congo\">Democratic Republic of the Congo<\/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=\"Ethiopia\">Ethiopia<\/option><option value=\"Falkland Islands\">Falkland Islands<\/option><option value=\"Faroe Islands\">Faroe Islands<\/option><option value=\"Fiji\">Fiji<\/option><option value=\"Finland\">Finland<\/option><option value=\"France\">France<\/option><option value=\"French Polynesia\">French Polynesia<\/option><option value=\"Gabon\">Gabon<\/option><option value=\"The Gambia\">The Gambia<\/option><option value=\"Georgia\">Georgia<\/option><option value=\"Germany\">Germany<\/option><option value=\"Ghana\">Ghana<\/option><option value=\"Gibraltar\">Gibraltar<\/option><option value=\"Greece\">Greece<\/option><option value=\"Greenland\">Greenland<\/option><option value=\"Grenada\">Grenada<\/option><option value=\"Guadeloupe\">Guadeloupe<\/option><option value=\"Guam\">Guam<\/option><option value=\"Guatemala\">Guatemala<\/option><option value=\"Guernsey\">Guernsey<\/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=\"Hong Kong\">Hong Kong<\/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=\"Jersey\">Jersey<\/option><option value=\"Jordan\">Jordan<\/option><option value=\"Kazakhstan\">Kazakhstan<\/option><option value=\"Kenya\">Kenya<\/option><option value=\"Kiribati\">Kiribati<\/option><option value=\"North Korea\">North Korea<\/option><option value=\"South Korea\">South Korea<\/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=\"Macau\">Macau<\/option><option value=\"Macedonia\">Macedonia<\/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=\"Martinique\">Martinique<\/option><option value=\"Mauritania\">Mauritania<\/option><option value=\"Mauritius\">Mauritius<\/option><option value=\"Mayotte\">Mayotte<\/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=\"Montserrat\">Montserrat<\/option><option value=\"Morocco\">Morocco<\/option><option value=\"Mozambique\">Mozambique<\/option><option value=\"Myanmar\">Myanmar<\/option><option value=\"Nagorno-Karabakh\">Nagorno-Karabakh<\/option><option value=\"Namibia\">Namibia<\/option><option value=\"Nauru\">Nauru<\/option><option value=\"Nepal\">Nepal<\/option><option value=\"Netherlands\">Netherlands<\/option><option value=\"Netherlands Antilles\">Netherlands Antilles<\/option><option value=\"New Caledonia\">New Caledonia<\/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=\"Niue\">Niue<\/option><option value=\"Norfolk Island\">Norfolk Island<\/option><option value=\"Turkish Republic of Northern Cyprus\">Turkish Republic of Northern Cyprus<\/option><option value=\"Northern Mariana\">Northern Mariana<\/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=\"Pitcairn Islands\">Pitcairn Islands<\/option><option value=\"Poland\">Poland<\/option><option value=\"Portugal\">Portugal<\/option><option value=\"Puerto Rico\">Puerto Rico<\/option><option value=\"Qatar\">Qatar<\/option><option value=\"Republic of the Congo\">Republic of the Congo<\/option><option value=\"Romania\">Romania<\/option><option value=\"Russia\">Russia<\/option><option value=\"Rwanda\">Rwanda<\/option><option value=\"Saint Barthelemy\">Saint Barthelemy<\/option><option value=\"Saint Helena\">Saint Helena<\/option><option value=\"Saint Kitts and Nevis\">Saint Kitts and Nevis<\/option><option value=\"Saint Lucia\">Saint Lucia<\/option><option value=\"Saint Martin\">Saint Martin<\/option><option value=\"Saint Pierre and Miquelon\">Saint Pierre and Miquelon<\/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=\"Somaliland\">Somaliland<\/option><option value=\"South Africa\">South Africa<\/option><option value=\"South Ossetia\">South Ossetia<\/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=\"Svalbard\">Svalbard<\/option><option value=\"eSwatini\">eSwatini<\/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=\"Tokelau\">Tokelau<\/option><option value=\"Tonga\">Tonga<\/option><option value=\"Transnistria Pridnestrovie\">Transnistria Pridnestrovie<\/option><option value=\"Trinidad and Tobago\">Trinidad and Tobago<\/option><option value=\"Tristan da Cunha\">Tristan da Cunha<\/option><option value=\"Tunisia\">Tunisia<\/option><option value=\"Turkey\">Turkey<\/option><option value=\"Turkmenistan\">Turkmenistan<\/option><option value=\"Turks and Caicos Islands\">Turks and Caicos Islands<\/option><option value=\"Tuvalu\">Tuvalu<\/option><option value=\"Uganda\">Uganda<\/option><option value=\"Ukraine\">Ukraine<\/option><option value=\"United Arab Emirates\">United Arab Emirates<\/option><option value=\"United Kingdom\">United Kingdom<\/option><option value=\"Uruguay\">Uruguay<\/option><option value=\"Uzbekistan\">Uzbekistan<\/option><option value=\"Vanuatu\">Vanuatu<\/option><option value=\"Vatican City\">Vatican City<\/option><option value=\"Venezuela\">Venezuela<\/option><option value=\"Vietnam\">Vietnam<\/option><option value=\"British Virgin Islands\">British Virgin Islands<\/option><option value=\"Isle of Man\">Isle of Man<\/option><option value=\"US Virgin Islands\">US Virgin Islands<\/option><option value=\"Wallis and Futuna\">Wallis and Futuna<\/option><option value=\"Western Sahara\">Western Sahara<\/option><option value=\"Yemen\">Yemen<\/option><option value=\"Zambia\">Zambia<\/option><option value=\"Zimbabwe\">Zimbabwe<\/option><option value=\"other\">Other<\/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=\"label_12 sublabel_12_country jfDropdown-chip-input_12_country\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_12_country\" style=\"display:none\">Please Select<\/span><div class=\"jfDropdown-searchWrapper\"><input type=\"text\" class=\"form-textbox jfDropdown-search\" name=\"dropdown_search\" autoComplete=\"off\" placeholder=\"Please Select\" aria-label=\"Please Select\" value=\"Please Select\"\/><\/div><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-12-country\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"country\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" data-value=\"\" class=\"jfDropdown-optionListItem\">Please Select<\/li><li role=\"option\" data-value=\"United States\" class=\"jfDropdown-optionListItem\">United States<\/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=\"American Samoa\" class=\"jfDropdown-optionListItem\">American Samoa<\/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=\"Anguilla\" class=\"jfDropdown-optionListItem\">Anguilla<\/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=\"Aruba\" class=\"jfDropdown-optionListItem\">Aruba<\/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=\"The Bahamas\" class=\"jfDropdown-optionListItem\">The 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=\"Bermuda\" class=\"jfDropdown-optionListItem\">Bermuda<\/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=\"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=\"Cape Verde\" class=\"jfDropdown-optionListItem\">Cape Verde<\/li><li role=\"option\" data-value=\"Cayman Islands\" class=\"jfDropdown-optionListItem\">Cayman Islands<\/li><li role=\"option\" data-value=\"Central African Republic\" class=\"jfDropdown-optionListItem\">Central African Republic<\/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=\"Christmas Island\" class=\"jfDropdown-optionListItem\">Christmas Island<\/li><li role=\"option\" data-value=\"Cocos (Keeling) Islands\" class=\"jfDropdown-optionListItem\">Cocos (Keeling) Islands<\/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\" class=\"jfDropdown-optionListItem\">Congo<\/li><li role=\"option\" data-value=\"Cook Islands\" class=\"jfDropdown-optionListItem\">Cook Islands<\/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=\"Curacao\" class=\"jfDropdown-optionListItem\">Curacao<\/li><li role=\"option\" data-value=\"Cyprus\" class=\"jfDropdown-optionListItem\">Cyprus<\/li><li role=\"option\" data-value=\"Czech Republic\" class=\"jfDropdown-optionListItem\">Czech Republic<\/li><li role=\"option\" data-value=\"Democratic Republic of the Congo\" class=\"jfDropdown-optionListItem\">Democratic Republic of the Congo<\/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=\"Ethiopia\" class=\"jfDropdown-optionListItem\">Ethiopia<\/li><li role=\"option\" data-value=\"Falkland Islands\" class=\"jfDropdown-optionListItem\">Falkland Islands<\/li><li role=\"option\" data-value=\"Faroe Islands\" class=\"jfDropdown-optionListItem\">Faroe Islands<\/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=\"French Polynesia\" class=\"jfDropdown-optionListItem\">French Polynesia<\/li><li role=\"option\" data-value=\"Gabon\" class=\"jfDropdown-optionListItem\">Gabon<\/li><li role=\"option\" data-value=\"The Gambia\" class=\"jfDropdown-optionListItem\">The 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=\"Gibraltar\" class=\"jfDropdown-optionListItem\">Gibraltar<\/li><li role=\"option\" data-value=\"Greece\" class=\"jfDropdown-optionListItem\">Greece<\/li><li role=\"option\" data-value=\"Greenland\" class=\"jfDropdown-optionListItem\">Greenland<\/li><li role=\"option\" data-value=\"Grenada\" class=\"jfDropdown-optionListItem\">Grenada<\/li><li role=\"option\" data-value=\"Guadeloupe\" class=\"jfDropdown-optionListItem\">Guadeloupe<\/li><li role=\"option\" data-value=\"Guam\" class=\"jfDropdown-optionListItem\">Guam<\/li><li role=\"option\" data-value=\"Guatemala\" class=\"jfDropdown-optionListItem\">Guatemala<\/li><li role=\"option\" data-value=\"Guernsey\" class=\"jfDropdown-optionListItem\">Guernsey<\/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=\"Hong Kong\" class=\"jfDropdown-optionListItem\">Hong Kong<\/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=\"Jersey\" class=\"jfDropdown-optionListItem\">Jersey<\/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=\"North Korea\" class=\"jfDropdown-optionListItem\">North Korea<\/li><li role=\"option\" data-value=\"South Korea\" class=\"jfDropdown-optionListItem\">South Korea<\/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=\"Macau\" class=\"jfDropdown-optionListItem\">Macau<\/li><li role=\"option\" data-value=\"Macedonia\" class=\"jfDropdown-optionListItem\">Macedonia<\/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=\"Martinique\" class=\"jfDropdown-optionListItem\">Martinique<\/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=\"Mayotte\" class=\"jfDropdown-optionListItem\">Mayotte<\/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=\"Montserrat\" class=\"jfDropdown-optionListItem\">Montserrat<\/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\" class=\"jfDropdown-optionListItem\">Myanmar<\/li><li role=\"option\" data-value=\"Nagorno-Karabakh\" class=\"jfDropdown-optionListItem\">Nagorno-Karabakh<\/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=\"Netherlands Antilles\" class=\"jfDropdown-optionListItem\">Netherlands Antilles<\/li><li role=\"option\" data-value=\"New Caledonia\" class=\"jfDropdown-optionListItem\">New Caledonia<\/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=\"Niue\" class=\"jfDropdown-optionListItem\">Niue<\/li><li role=\"option\" data-value=\"Norfolk Island\" class=\"jfDropdown-optionListItem\">Norfolk Island<\/li><li role=\"option\" data-value=\"Turkish Republic of Northern Cyprus\" class=\"jfDropdown-optionListItem\">Turkish Republic of Northern Cyprus<\/li><li role=\"option\" data-value=\"Northern Mariana\" class=\"jfDropdown-optionListItem\">Northern Mariana<\/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=\"Pitcairn Islands\" class=\"jfDropdown-optionListItem\">Pitcairn Islands<\/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=\"Puerto Rico\" class=\"jfDropdown-optionListItem\">Puerto Rico<\/li><li role=\"option\" data-value=\"Qatar\" class=\"jfDropdown-optionListItem\">Qatar<\/li><li role=\"option\" data-value=\"Republic of the Congo\" class=\"jfDropdown-optionListItem\">Republic of the Congo<\/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 Barthelemy\" class=\"jfDropdown-optionListItem\">Saint Barthelemy<\/li><li role=\"option\" data-value=\"Saint Helena\" class=\"jfDropdown-optionListItem\">Saint Helena<\/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 Martin\" class=\"jfDropdown-optionListItem\">Saint Martin<\/li><li role=\"option\" data-value=\"Saint Pierre and Miquelon\" class=\"jfDropdown-optionListItem\">Saint Pierre and Miquelon<\/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=\"Somaliland\" class=\"jfDropdown-optionListItem\">Somaliland<\/li><li role=\"option\" data-value=\"South Africa\" class=\"jfDropdown-optionListItem\">South Africa<\/li><li role=\"option\" data-value=\"South Ossetia\" class=\"jfDropdown-optionListItem\">South Ossetia<\/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=\"Svalbard\" class=\"jfDropdown-optionListItem\">Svalbard<\/li><li role=\"option\" data-value=\"eSwatini\" class=\"jfDropdown-optionListItem\">eSwatini<\/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=\"Tokelau\" class=\"jfDropdown-optionListItem\">Tokelau<\/li><li role=\"option\" data-value=\"Tonga\" class=\"jfDropdown-optionListItem\">Tonga<\/li><li role=\"option\" data-value=\"Transnistria Pridnestrovie\" class=\"jfDropdown-optionListItem\">Transnistria Pridnestrovie<\/li><li role=\"option\" data-value=\"Trinidad and Tobago\" class=\"jfDropdown-optionListItem\">Trinidad and Tobago<\/li><li role=\"option\" data-value=\"Tristan da Cunha\" class=\"jfDropdown-optionListItem\">Tristan da Cunha<\/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=\"Turks and Caicos Islands\" class=\"jfDropdown-optionListItem\">Turks and Caicos Islands<\/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\" class=\"jfDropdown-optionListItem\">United Arab Emirates<\/li><li role=\"option\" data-value=\"United Kingdom\" class=\"jfDropdown-optionListItem\">United Kingdom<\/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\" class=\"jfDropdown-optionListItem\">Vatican City<\/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=\"British Virgin Islands\" class=\"jfDropdown-optionListItem\">British Virgin Islands<\/li><li role=\"option\" data-value=\"Isle of Man\" class=\"jfDropdown-optionListItem\">Isle of Man<\/li><li role=\"option\" data-value=\"US Virgin Islands\" class=\"jfDropdown-optionListItem\">US Virgin Islands<\/li><li role=\"option\" data-value=\"Wallis and Futuna\" class=\"jfDropdown-optionListItem\">Wallis and Futuna<\/li><li role=\"option\" data-value=\"Western Sahara\" class=\"jfDropdown-optionListItem\">Western Sahara<\/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><li role=\"option\" data-value=\"other\" class=\"jfDropdown-optionListItem\">Other<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_12_country\" id=\"sublabel_12_country\">Country<\/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_13\"><div id=\"cid_13\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>6<\/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_13\" class=\"jfQuestion-label isLeftAlign\" id=\"label_13\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Which days of the week do you want to volunteer?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_13_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_13\" class=\"jfQuestion-fields form-single-column\" data-component=\"checkbox\"><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_13_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q13_whichDays13[]\" value=\"Monday\" id=\"input_13_0\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Monday<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_13_1\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q13_whichDays13[]\" value=\"Tuesday\" id=\"input_13_1\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Tuesday<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_13_2\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q13_whichDays13[]\" value=\"Wednesday\" id=\"input_13_2\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Wednesday<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_13_3\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q13_whichDays13[]\" value=\"Thursday\" id=\"input_13_3\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Thursday<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_13_4\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q13_whichDays13[]\" value=\"Friday\" id=\"input_13_4\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Friday<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_13_5\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q13_whichDays13[]\" value=\"Saturday\" id=\"input_13_5\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Saturday<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_13_6\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q13_whichDays13[]\" value=\"Sunday\" id=\"input_13_6\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Sunday<\/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_textbox\" id=\"id_16\"><div id=\"cid_16\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textbox\"><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_16\" class=\"jfQuestion-label isLeftAlign\" id=\"label_16\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Highest level of education you completed<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_16_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\" data-type=\"textbox\"><input type=\"text\" id=\"input_16\" name=\"q16_highestLevel\" data-type=\"input-textbox\" class=\"form-textbox validate[required] jfInput-input\" size=\"20\" value=\"\" data-component=\"textbox\" required=\"\" aria-required=\"true\" aria-describedby=\"input_16_description\" aria-labelledby=\"label_16\"\/><label class=\"jfField-sublabel \" for=\"input_16\"><\/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_textbox\" id=\"id_17\"><div id=\"cid_17\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textbox\"><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_17\" class=\"jfQuestion-label isLeftAlign\" id=\"label_17\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Course of study?<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_17_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\" data-type=\"textbox\"><input type=\"text\" id=\"input_17\" name=\"q17_courseOf\" data-type=\"input-textbox\" class=\"form-textbox jfInput-input\" size=\"20\" value=\"\" data-component=\"textbox\" aria-required=\"false\" aria-describedby=\"input_17_description\" aria-labelledby=\"label_17\"\/><label class=\"jfField-sublabel \" for=\"input_17\"><\/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_textbox\" id=\"id_18\"><div id=\"cid_18\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textbox\"><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_18\" class=\"jfQuestion-label isLeftAlign\" id=\"label_18\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Type of Degree?<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_18_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\" data-type=\"textbox\"><input type=\"text\" id=\"input_18\" name=\"q18_typeOf\" data-type=\"input-textbox\" class=\"form-textbox jfInput-input\" size=\"20\" value=\"\" data-component=\"textbox\" aria-required=\"false\" aria-describedby=\"input_18_description\" aria-labelledby=\"label_18\"\/><label class=\"jfField-sublabel \" for=\"input_18\"><\/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_20\"><div id=\"cid_20\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textarea\"><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_20\" class=\"jfQuestion-label isLeftAlign\" id=\"label_20\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Work Experience?<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_20_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"textarea\"><div class=\"jfField\" data-type=\"textarea\"><textarea id=\"input_20\" class=\"jfInput-textarea hasSublabel form-textarea\" data-component=\"textarea\" rows=\"4\" cols=\"40\" name=\"q20_workExperience20\"><\/textarea><label class=\"jfField-sublabel \" for=\"input_20\" id=\"sublabel_input_20\">Please include how many years of experience you have<\/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_datetime\" id=\"id_22\"><div id=\"cid_22\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_datetime\"><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_22\" class=\"jfQuestion-label isLeftAlign\" id=\"label_22\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">When can you begin volunteering?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_22_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields isCompoundField jfQuestion-fields-contentVisible\" data-wrapper-react=\"true\"><div class=\"jfField isFilled\" data-wrapper-react=\"true\" data-type=\"liteDate\"><input type=\"date\" id=\"input_22\" class=\"form-textbox jfInput-input jfCardDateInput isHidden\" value=\"\" data-age=\"\" max=\"2100-12-30\" aria-hidden=\"true\" style=\"pointer-events:auto\"\/><input type=\"text\" id=\"lite_mode_22\" class=\"form-textbox validate[required, limitDate, validateLiteDate] jfCardDateInput jfInput-input\" size=\"12\" maxLength=\"12\" data-format=\"mmddyyyy\" required=\"\" data-seperator=\"-\" placeholder=\"mm-dd-yyyy\" tabindex=\"0\" data-age=\"\" aria-required=\"true\" value=\"\"\/><span style=\"display:initial\" class=\"jfField-svgWrapper forDate\" tabindex=\"0\" aria-label=\"Calendar icon\"><svg data-name=\"Layer 1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 83.65 83.47\"><path d=\"M17.08,68.74c0-.43,0-0.79,0-1.15q0-16.83,0-33.66a1.23,1.23,0,0,0-.95-1.45,2,2,0,0,1-1.37-2c0-2.23,0-4.45,0-6.68a2.15,2.15,0,0,1,2.11-2.27c2.07-.08,4.15,0,6.22,0a0.59,0.59,0,0,1,.64.75c0,1,0,2,0,3.07a0.63,0.63,0,0,0,.74.76c2.53,0,5.05,0,7.58,0a0.66,0.66,0,0,0,.77-0.82c0-1,0-1.93,0-2.89a0.69,0.69,0,0,1,.8-0.88q8.21,0,16.42,0a0.69,0.69,0,0,1,.8.88c0,1,0,1.93,0,2.89a0.66,0.66,0,0,0,.77.82q3.79,0,7.58,0a0.63,0.63,0,0,0,.73-0.76c0-1,0-2,0-3.07a0.62,0.62,0,0,1,.74-0.75c2,0,4,0,6,0a2.22,2.22,0,0,1,2.28,2.39c0,2.17,0,4.33,0,6.5a2.06,2.06,0,0,1-1.46,2.15,1.12,1.12,0,0,0-.86,1.33q0,16.88,0,33.75v1.14H17.08Zm24.77-4.37H61c1.2,0,1.23,0,1.23-1.2,0-9.77,0-19.54,0-29.31a1,1,0,0,0-1.16-1.17q-19.21,0-38.42,0c-1.19,0-1.19,0-1.19,1.2q0,14.57,0,29.13c0,1.32,0,1.33,1.38,1.33h19Z\"><\/path><path d=\"M26.14,23.64V14.77h4.27v8.86H26.14Z\"><\/path><path d=\"M53.26,14.73h4.2v8.9h-4.2v-8.9Z\"><\/path><path d=\"M57.55,59.73H53.24V55.36c1.33,0,2.64,0,3.95,0a0.66,0.66,0,0,1,.34.5C57.56,57.14,57.55,58.4,57.55,59.73Z\"><\/path><path d=\"M48.52,59.73H44.21V55.35c1.3,0,2.58,0,3.86,0a0.69,0.69,0,0,1,.43.51C48.54,57.14,48.52,58.4,48.52,59.73Z\"><\/path><path d=\"M35.18,59.73V55.41h4.23v4.32H35.18Z\"><\/path><path d=\"M30.47,59.74H26.11c0-1.34,0-2.65,0-4a0.7,0.7,0,0,1,.52-0.41c1.08,0,2.17,0,3.25,0a0.81,0.81,0,0,1,.54.57C30.5,57.17,30.47,58.4,30.47,59.74Z\"><\/path><path d=\"M53.22,50.69V46.33c1.34,0,2.65,0,4,0a0.65,0.65,0,0,1,.35.5c0,1.26,0,2.52,0,3.84H53.22Z\"><\/path><path d=\"M48.44,50.71H44.17c0-1.35,0-2.69,0-4a0.65,0.65,0,0,1,.5-0.34c1.23,0,2.45,0,3.76,0v4.38Z\"><\/path><path d=\"M39.5,50.71H35.13c0-1.34,0-2.65,0-4a0.7,0.7,0,0,1,.52-0.41c1.08,0,2.17,0,3.25,0a0.81,0.81,0,0,1,.54.57C39.52,48.15,39.5,49.38,39.5,50.71Z\"><\/path><path d=\"M30.47,50.71H26.11c0-1.34,0-2.65,0-4a0.7,0.7,0,0,1,.52-0.41c1.08,0,2.17,0,3.25,0a0.81,0.81,0,0,1,.55.57C30.5,48.14,30.47,49.38,30.47,50.71Z\"><\/path><path d=\"M53.26,37.34h4.2v4.34h-4.2V37.34Z\"><\/path><path d=\"M44.24,37.34h4.2v4.34h-4.2V37.34Z\"><\/path><path d=\"M39.5,41.69H35.13c0-1.33,0-2.64,0-3.95a0.61,0.61,0,0,1,.43-0.42c1.14,0,2.29,0,3.43,0a0.75,0.75,0,0,1,.47.56C39.52,39.12,39.5,40.35,39.5,41.69Z\"><\/path><path d=\"M30.39,41.68H26.18V37.36h4.21v4.32Z\"><\/path><\/svg><\/span><label class=\"jfField-sublabel \" for=\"input_22\" id=\"sublabel_input_22\">Date<\/label><\/div><div style=\"display:none\"><div class=\"jfField  isHidden cf-valid-hidden\" data-type=\"month\"><input type=\"tel\" id=\"month_22\" name=\"q22_whenCan22[month]\" class=\"form-textbox validate[required, limitDate] jfInput-input hasSublabel\" size=\"2\" value=\"\" maxLength=\"2\" data-maxlength=\"2\" tabindex=\"-1\" data-component=\"month\" required=\"\" aria-required=\"true\" aria-describedby=\"month_22_description\"\/><label class=\"jfField-sublabel \" for=\"month_22\" id=\"sublabel_22_month\">Month<\/label><\/div><div class=\"jfField  isHidden cf-valid-hidden\" data-type=\"day\"><input type=\"tel\" id=\"day_22\" name=\"q22_whenCan22[day]\" class=\"form-textbox validate[required, limitDate] jfInput-input hasSublabel\" size=\"2\" value=\"\" maxLength=\"2\" data-maxlength=\"2\" tabindex=\"-1\" data-component=\"day\" required=\"\" aria-required=\"true\" aria-describedby=\"day_22_description\"\/><label class=\"jfField-sublabel \" for=\"day_22\" id=\"sublabel_22_day\">Day<\/label><\/div><div class=\"jfField  isHidden cf-valid-hidden\" data-type=\"year\"><input type=\"tel\" id=\"year_22\" name=\"q22_whenCan22[year]\" class=\"form-textbox validate[required, limitDate] jfInput-input hasSublabel\" size=\"4\" value=\"\" maxLength=\"4\" data-maxlength=\"4\" tabindex=\"-1\" data-component=\"year\" required=\"\" aria-required=\"true\" aria-describedby=\"year_22_description\"\/><label class=\"jfField-sublabel \" for=\"year_22\" id=\"sublabel_22_year\">Year<\/label><\/div><\/div><img alt=\"Pick a Date\" id=\"input_22_pick\" style=\"display:none;vertical-align:middle\" data-component=\"datetime\"\/><div class=\"jfCalendar-wrapper\"><div id=\"calendar-container-22\" class=\"jfCalendar-container\"><\/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: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_23\"><div id=\"cid_23\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>12<\/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_23\" class=\"jfQuestion-label isLeftAlign\" id=\"label_23\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Please select any skills you have or are interested in learning.<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_23_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_23\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"2\" data-component=\"checkbox\"><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Personal Computers\/ data entry\" id=\"input_23_0\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Personal Computers\/ data entry<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_1\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Google Suites (Sheets, Docs, slides etc)\" id=\"input_23_1\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Google Suites (Sheets, Docs, slides etc)<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_2\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Computer Programming\" id=\"input_23_2\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Computer Programming<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_3\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Website Design\" id=\"input_23_3\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Website Design<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_4\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Graphic\/Visual Arts\" id=\"input_23_4\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Graphic\/Visual Arts<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_5\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Graphic Software\" id=\"input_23_5\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Graphic Software<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_6\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Administrative\" id=\"input_23_6\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Administrative<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_7\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Building Maintenance &amp; Repair\" id=\"input_23_7\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Building Maintenance &amp; Repair<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_8\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Cooking\/Baking\" id=\"input_23_8\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Cooking\/Baking<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_9\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Grant Writing and Research\" id=\"input_23_9\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Grant Writing and Research<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_10\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Curriculum Development\" id=\"input_23_10\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Curriculum Development<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_11\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Teaching\" id=\"input_23_11\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Teaching<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_12\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Fundraising\" id=\"input_23_12\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Fundraising<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_13\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Event Planning\" id=\"input_23_13\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Event Planning<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_14\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Economic Development\" id=\"input_23_14\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Economic Development<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_15\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Carpentry\" id=\"input_23_15\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Carpentry<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_16\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Plumbing\" id=\"input_23_16\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Plumbing<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_17\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Volunteer Coordinator\" id=\"input_23_17\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Volunteer Coordinator<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_18\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Medical (nurse, doctor etc.)\" id=\"input_23_18\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Medical (nurse, doctor etc.)<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_19\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"First Aid\/CPR\" id=\"input_23_19\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">First Aid\/CPR<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_20\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Agriculture\/Gardening\" id=\"input_23_20\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Agriculture\/Gardening<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_21\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Fashion Design\" id=\"input_23_21\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Fashion Design<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_22\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Outreach\" id=\"input_23_22\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Outreach<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_23\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Coding\/HTML\" id=\"input_23_23\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Coding\/HTML<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_24\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Campaign Coordinator\" id=\"input_23_24\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Campaign Coordinator<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_25\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Computer Programming\" id=\"input_23_25\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Computer Programming<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_26\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Techinical\" id=\"input_23_26\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Techinical<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_27\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Working With Children\" id=\"input_23_27\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Working With Children<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_28\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Photography\" id=\"input_23_28\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Photography<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_23_29\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q23_pleaseSelect[]\" value=\"Fashion Model\" id=\"input_23_29\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Fashion Model<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-checkbox-item form-other-part-item\"><label data-id=\"label_other_23\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input jfCheckbox-otherInput form-checkbox-other form-checkbox validate[required]\" name=\"q23_pleaseSelect[other]\" id=\"other_23\" value=\"other\" aria-label=\"Other\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><span class=\"jfCheckbox-labelText jfCheckbox-otherInputText\"><input type=\"text\" class=\"jfCheckbox-input jfCheckbox-otherInputField form-checkbox-other-input form-textbox\" name=\"q23_pleaseSelect[other]\" data-otherhint=\"Other\" placeholder=\"Other\" size=\"15\" id=\"input_23\" aria-label=\"Other\" tabindex=\"-1\"\/><\/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_checkbox\" id=\"id_25\"><div id=\"cid_25\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>13<\/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_25\" class=\"jfQuestion-label isLeftAlign\" id=\"label_25\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Please select the AAPDEP programs that you are interested in:<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_25_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_25\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"0\" data-component=\"checkbox\"><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_25_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q25_pleaseSelect25[]\" value=\"Community Special Events such as: Zenzele Anniversary &amp; MLK Day of Service\" id=\"input_25_0\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Community Special Events such as: Zenzele Anniversary &amp; MLK Day of Service<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_25_1\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q25_pleaseSelect25[]\" value=\"Marcus Garvey Youth Program\" id=\"input_25_1\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Marcus Garvey Youth Program<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_25_2\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q25_pleaseSelect25[]\" value=\"Health Care and Fitness Programs such as: Mental Health, Healthy Connections,\u00a0 \u00a0 Workout groups, Health Fairs &amp; Events\" id=\"input_25_2\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Health Care and Fitness Programs such as: Mental Health, Healthy Connections,\u00a0 \u00a0 Workout groups, Health Fairs &amp; Events<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_25_3\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q25_pleaseSelect25[]\" value=\"Fashion Shows\/Photoshoots\" id=\"input_25_3\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Fashion Shows\/Photoshoots<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_25_4\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q25_pleaseSelect25[]\" value=\"Project Black Ankh\" id=\"input_25_4\" required=\"\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\"\/><span class=\"jfCheckbox-labelText\">Project Black Ankh<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-checkbox-item form-other-part-item\"><label data-id=\"label_other_25\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input jfCheckbox-otherInput form-checkbox-other form-checkbox validate[required]\" name=\"q25_pleaseSelect25[other]\" id=\"other_25\" value=\"other\" aria-label=\"Other\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><span class=\"jfCheckbox-labelText jfCheckbox-otherInputText\"><input type=\"text\" class=\"jfCheckbox-input jfCheckbox-otherInputField form-checkbox-other-input form-textbox\" name=\"q25_pleaseSelect25[other]\" data-otherhint=\"Other\" placeholder=\"Other\" size=\"15\" id=\"input_25\" aria-label=\"Other\" tabindex=\"-1\"\/><\/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_text\" id=\"id_39\"><div id=\"cid_39\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_text\"><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><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\"><div id=\"text_39\" class=\"form-html\" data-component=\"text\"><p><strong> Thank you for volunteering with the Uhuru N2U Volunteer Brigade! Through volunteering with us, you will gain experience and skills while using your time and talents to support independent African economic development. <\/strong><\/p>\n<p><strong>I accept the volunteer position with N2U, and I understand and agree to the following:<\/strong><\/p>\n<ol>\n<li>I will not receive monetary compensation for work performed in this position.N2U is not guaranteeing any paid employment during or following the conclusion of my position.<\/li>\n<li>N2U does not guarantee any particular schedule or hours of service for volunteer work, may determine at any time that it no longer needs such volunteer services performed, and volunteers may decide at any time to end their activities.<\/li>\n<li>N2U assumes no responsibility or liability for my safety or the consequences of my actions during this or any volunteer activity hereafter.<\/li>\n<\/ol>\n<p><strong>I undertake the following obligations with respect to the Volunteer Program:<\/strong><\/p>\n<ol>\n<li>To observe all applicable rules, regulations, instructions, procedures and directives of the organization as set forth by N2U, which I have read.<\/li>\n<li>To refrain from any conduct that would adversely reflect on N2U.<\/li>\n<li>To report to N2U in accordance with the determined schedule, submit any request one week in advance and give notice of absence due to illness at least twelve hours prior to any event I have volunteered for.<\/li>\n<\/ol><\/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: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_signature\" id=\"id_40\"><div id=\"cid_40\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_signature\"><div class=\"jfCard-index\"><div>15<\/div><\/div><div class=\"jfCard-question\" data-widget-id=\"528c8b8186659c5616000004\"><div class=\"jfQuestion-fullscreen isHidden\" 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\">Signature<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_40_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\"><div class=\"jfField\"><div id=\"signature_pad_40\" class=\"signature-pad-wrapper\" style=\"width:402px;height:202px\"><div data-wrapper-react=\"true\"><!--[if IE 7]><script type=\"text\/javascript\" src=\"\/js\/vendor\/json2.js\"><\/script><![endif]--><\/div><div class=\"signature-line signature-wrapper\" data-component=\"signature\" style=\"width:402px;height:202px\"><div id=\"sig_pad_40\" data-width=\"400\" data-height=\"200\" data-id=\"40\" data-required=\"true\" class=\"pad validate[required]\"><\/div><input type=\"hidden\" name=\"q40_signature\" class=\"output4\" id=\"input_40\"\/><\/div><span class=\"clear-pad-btn clear-pad\">Clear<\/span><label class=\"jfField-sublabel \" for=\"input_40\"><\/label><\/div><div data-wrapper-react=\"true\"><script type=\"text\/javascript\">window.signatureForm = true<\/script><\/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: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 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=\"201618380799162-201618380799162\"\/><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\"> 15<\/span><span class=\"cardProgress-seeAll\">See All<\/span><span class=\"cardProgress-goBack\">Go Back<\/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\"\/><\/div><\/div><script src=\"https:\/\/cdn.jotfor.ms\/cardforms\/layout.min.js?181e2fca\"><\/script><script src=\"https:\/\/www.jotform.com\/ownerView.php?id=201618380799162\"><\/script><script>window.CardForm = new CardLayout({\"formMode\":\"welcome\",\"isSSOProtected\":false,\"isSaveAndContinueLaterActivated\":false,\"ownerView\":false,\"ownerPercentage\":77,\"isProduction\":true,\"isFormProgressVisible\":true,\"apiURL\":\"https:\/\/api.jotform.com\",\"reviewBeforeSubmit\":null,\"questions\":[{\"qid\":\"input_9\",\"id\":\"9\",\"type\":\"control_fullname\"},{\"qid\":\"input_10\",\"id\":\"10\",\"type\":\"control_email\"},{\"qid\":\"input_11\",\"id\":\"11\",\"type\":\"control_phone\"},{\"qid\":\"input_15\",\"id\":\"15\",\"type\":\"control_radio\"},{\"qid\":\"input_12\",\"id\":\"12\",\"type\":\"control_address\"},{\"qid\":\"input_13\",\"id\":\"13\",\"type\":\"control_checkbox\"},{\"qid\":\"input_16\",\"id\":\"16\",\"type\":\"control_textbox\"},{\"qid\":\"input_17\",\"id\":\"17\",\"type\":\"control_textbox\"},{\"qid\":\"input_18\",\"id\":\"18\",\"type\":\"control_textbox\"},{\"qid\":\"input_20\",\"id\":\"20\",\"type\":\"control_textarea\"},{\"qid\":\"input_22\",\"id\":\"22\",\"type\":\"control_datetime\"},{\"qid\":\"input_23\",\"id\":\"23\",\"type\":\"control_checkbox\"},{\"qid\":\"input_25\",\"id\":\"25\",\"type\":\"control_checkbox\"},{\"qid\":\"input_39\",\"id\":\"39\",\"type\":\"control_text\"},{\"qid\":\"input_40\",\"id\":\"40\",\"type\":\"control_signature\"}],\"allQuestions\":[{\"id\":\"5\",\"type\":\"control_head\",\"isHidden\":false,\"fields\":null},{\"id\":\"9\",\"type\":\"control_fullname\",\"isHidden\":false,\"fields\":null},{\"id\":\"10\",\"type\":\"control_email\",\"isHidden\":false,\"fields\":null},{\"id\":\"11\",\"type\":\"control_phone\",\"isHidden\":false,\"fields\":null},{\"id\":\"15\",\"type\":\"control_radio\",\"isHidden\":false,\"fields\":null},{\"id\":\"12\",\"type\":\"control_address\",\"isHidden\":false,\"fields\":null},{\"id\":\"13\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"16\",\"type\":\"control_textbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"17\",\"type\":\"control_textbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"18\",\"type\":\"control_textbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"20\",\"type\":\"control_textarea\",\"isHidden\":false,\"fields\":null},{\"id\":\"22\",\"type\":\"control_datetime\",\"isHidden\":false,\"fields\":null},{\"id\":\"23\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"25\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"38\",\"type\":\"control_head\",\"isHidden\":false,\"fields\":null},{\"id\":\"39\",\"type\":\"control_text\",\"isHidden\":false,\"fields\":null},{\"id\":\"40\",\"type\":\"control_signature\",\"isHidden\":false,\"fields\":null}],\"captchaMode\":null,\"sectionHeaders\":[{\"props\":{\"text\":{\"text\":\"Text\",\"value\":\"Demographics, Skills, and Interests\",\"nolabel\":true},\"subHeader\":{\"text\":\"Sub Heading\",\"value\":\"Fill in the form to volunteer!\"},\"headerType\":{\"text\":\"Heading Type\",\"value\":\"Default\",\"dropdown\":[[\"Default\",\"Default\"],[\"Large\",\"Large\"],[\"Small\",\"Small\"]]},\"headerImage\":{\"text\":\"Image Source\",\"value\":\"https:\/\/www.jotform.com\/uploads\/thesinofmen\/form_files\/N2U%20logo.5ee19f1c8e69c6.53266220.png\",\"icon\":\"images\/blank.gif\",\"iconClassName\":\"toolbar-image_source\"},\"alt\":{\"text\":\"Alt\",\"value\":\"\",\"toolbar\":false},\"width\":{\"text\":\"Image Width\",\"value\":\"300\"},\"imageAlign\":{\"text\":\"Image Align\",\"value\":\"Top\",\"dropdown\":[[\"Left\",\"Left\"],[\"Top\",\"Top\"],[\"Right\",\"Right\"]],\"icon\":\"images\/blank.gif\",\"iconClassName\":\"toolbar-image_align\"},\"textAlign\":{\"text\":\"Text Align\",\"value\":\"Center\",\"dropdown\":[[\"Left\",\"Left\"],[\"Center\",\"Center\"],[\"Right\",\"Right\"]],\"icon\":\"images\/blank.gif\",\"iconClassName\":\"toolbar-label_align\"},\"verticalTextAlign\":{\"text\":\"Vertical Text Align\",\"value\":\"Middle\",\"dropdown\":[[\"Top\",\"Top\"],[\"Middle\",\"Middle\"],[\"Bottom\",\"Bottom\"]],\"icon\":\"images\/blank.gif\",\"iconClassName\":\"toolbar-label_align\"},\"name\":{\"hidden\":true,\"value\":\"demographicsSkills\"},\"nextButtonText\":{\"hidden\":true,\"value\":\"Next\"},\"order\":{\"hidden\":true,\"value\":\"1\"},\"previousButtonText\":{\"hidden\":true,\"value\":\"Previous\"},\"qid\":{\"value\":\"input_5\"},\"showQuestionCount\":{\"hidden\":true,\"value\":\"Yes\"},\"type\":{\"hidden\":true,\"value\":\"control_head\"},\"id\":{\"value\":\"5\"},\"qname\":{\"value\":\"q5_demographicsSkills\"}},\"index\":0},{\"props\":{\"text\":{\"text\":\"Text\",\"value\":\"Volunteer Agreement\",\"nolabel\":true},\"subHeader\":{\"text\":\"Sub Heading\",\"value\":\"\"},\"headerType\":{\"text\":\"Heading Type\",\"value\":\"Default\",\"dropdown\":[[\"Default\",\"Default\"],[\"Large\",\"Large\"],[\"Small\",\"Small\"]]},\"headerImage\":{\"text\":\"Image Source\",\"value\":\"https:\/\/www.jotform.com\/uploads\/thesinofmen\/form_files\/N2U%20logo.5ee1aa157f7588.36867453.png\",\"icon\":\"images\/blank.gif\",\"iconClassName\":\"toolbar-image_source\"},\"alt\":{\"text\":\"Alt\",\"value\":\"\",\"toolbar\":false},\"width\":{\"text\":\"Image Width\",\"value\":\"223\"},\"imageAlign\":{\"text\":\"Image Align\",\"value\":\"Left\",\"dropdown\":[[\"Left\",\"Left\"],[\"Top\",\"Top\"],[\"Right\",\"Right\"]],\"icon\":\"images\/blank.gif\",\"iconClassName\":\"toolbar-image_align\"},\"textAlign\":{\"text\":\"Text Align\",\"value\":\"Center\",\"dropdown\":[[\"Left\",\"Left\"],[\"Center\",\"Center\"],[\"Right\",\"Right\"]],\"icon\":\"images\/blank.gif\",\"iconClassName\":\"toolbar-label_align\"},\"verticalTextAlign\":{\"text\":\"Vertical Text Align\",\"value\":\"Middle\",\"dropdown\":[[\"Top\",\"Top\"],[\"Middle\",\"Middle\"],[\"Bottom\",\"Bottom\"]],\"icon\":\"images\/blank.gif\",\"iconClassName\":\"toolbar-label_align\"},\"name\":{\"hidden\":true,\"value\":\"volunteerAgreement\"},\"nextButtonText\":{\"hidden\":true,\"value\":\"Next\"},\"order\":{\"hidden\":true,\"value\":\"18\"},\"previousButtonText\":{\"hidden\":true,\"value\":\"Previous\"},\"qid\":{\"value\":\"input_38\"},\"showQuestionCount\":{\"hidden\":true,\"value\":\"Yes\"},\"type\":{\"hidden\":true,\"value\":\"control_head\"},\"id\":{\"value\":\"38\"},\"qname\":{\"value\":\"q38_volunteerAgreement\"}},\"index\":13}],\"welcomePageProps\":{\"id\":{\"value\":\"welcomePage\"},\"text\":{\"value\":\"Volunteer Recruitment Form\"},\"subHeader\":{\"value\":\"Interested in volunteering with the All African People's Development and Empowerment Project? Please fill out this form.\"},\"imageSrc\":{\"value\":\"https:\/\/icons.jotfor.ms\/cardforms\/assets\/icons\/icon-sets\/default\/jotform.svg\"},\"buttonText\":{\"value\":\"START\"},\"showQuestionCount\":{\"value\":\"No\"},\"isFormTitleVisible\":true},\"formID\":201618380799162,\"fullscreenMode\":false});<\/script><\/body><\/html>\n","Volunteer Recruitment Form",Array);(function(){window.handleIFrameMessage=function(e){if(!e.data||!e.data.split)return;var args=e.data.split(":");if(args[2]!="201618380799162"){return;}
var iframe=document.getElementById("201618380799162");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(url,whitelisted_domains){var hostname=(new URL(url)).hostname;var result=false;if(typeof hostname!=='undefined'){if(whitelisted_domains.indexOf(hostname)>-1){result=true;}
else{whitelisted_domains.forEach(function(element){if(hostname.endsWith('.'.concat(element))==true){result=true;}});}
return result;}}
if(window.addEventListener){window.addEventListener("message",handleIFrameMessage,false);}else if(window.attachEvent){window.attachEvent("onmessage",handleIFrameMessage);}})();