Elementor #123

https://submit.jotform.com/submit/210255567165052/
var qsProxy = {}; 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;if(typeof $jot!=='undefined'){var iframe=document.getElementById("210255567165052");var parent=$jot(iframe).closest('.jt-feedback.u-responsive-lightbox');if(parent){this.iframeDomId='lightbox-'+this.iframeDomId;}} var htmlCode="<"+"iframe title=\""+title.replace(/[\\"']/g,'\\$&').replace(/&/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(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(?:&|&)'),'');string=string.replace(new RegExp('isSmartEmbed'),'');}else{var cssLink='stylebuilder/'+this.formId+'.css';var cssPlace=string.indexOf(cssLink);var prepend=string[cssPlace+cssLink.length]==='?'?'&':'?';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"><'+'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;i18&&!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<>>(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>>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;F127)&&(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;PThomas Employment Employment Application<\/title><link rel=\"canonical\" href=\"https:\/\/form.jotform.com\/210255567165052\"\/><link rel=\"alternate\" type=\"application\/json+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=json&url=http:\/\/www.jotform.com\/form\/210255567165052\" title=\"oEmbed Form\"\/><link rel=\"alternate\" type=\"text\/xml+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=xml&url=http:\/\/www.jotform.com\/form\/'210255567165052\" title=\"oEmbed Form\"\/><meta property=\"og:title\" content=\"Thomas Employment Employment Application\"\/><meta property=\"og:url\" content=\"http:\/\/www.jotform.com\/form\/210255567165052\"\/><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?v=1\"\/><meta name=\"slack-app-id\" content=\"AHNMASS8M\"\/><meta data-name=\"preventCloning\" content=\"1\"\/><link rel=\"preload\" href=\"https:\/\/cdn.jotfor.ms\/stylebuilder\/default.css?16053d77\" as=\"style\"\/><link rel=\"preload\" href=\"https:\/\/cdn.jotfor.ms\/stylebuilder\/210255567165052.css?themeID=59647bf8cf3bfe639c0b7cb1\" as=\"style\"\/><link id=\"default-css\" type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/stylebuilder\/default.css?16053d77\"\/><link id=\"form-css\" type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/stylebuilder\/210255567165052.css?themeID=59647bf8cf3bfe639c0b7cb1\"\/><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=\"https:\/\/cdn.jotfor.ms\/assets\/img\/favicons\/favicon-2021.svg\"\/><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 welcomeMode\"><div class=\"js-pressEnterHint isHidden\" style=\"color:white;position:absolute;z-index:1;bottom:29.5%;left:37.2%;display:none\">You can always press Enter\u23ce to continue<\/div><div id=\"jfQuestion-proxy\" class=\"forFullScreen\"><\/div><div>\n <script src=\"https:\/\/cdn01.jotfor.ms\/static\/prototype.forms.js?3.3.35934\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn02.jotfor.ms\/static\/jotform.forms.js?3.3.35934\" type=\"text\/javascript\"><\/script>\n<script defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/punycode\/1.4.1\/punycode.js\"><\/script>\n<script src=\"https:\/\/cdn03.jotfor.ms\/\/js\/pen\/toMarkdown.js?v=3.3.35934\"><\/script>\n<script src=\"https:\/\/cdn01.jotfor.ms\/\/js\/pen\/showdown.js?v=3.3.35934\"><\/script>\n<script src=\"https:\/\/js.jotform.com\/vendor\/postMessage.js?3.3.35934\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/js.jotform.com\/WidgetsServer.js?v=1663722532829\" type=\"text\/javascript\"><\/script>\n<script type=\"text\/javascript\">\tJotForm.newDefaultTheme = false;\n\tJotForm.extendsNewTheme = false;\n\tJotForm.singleProduct = false;\n\tJotForm.newPaymentUIForNewCreatedForms = true;\n\tJotForm.newPaymentUI = true;\n\n var jsTime = setInterval(function(){try{\n JotForm.jsForm = true;\n\n if (window.CardForm) { window.CardForm.jsForm = true; } \n\n JotForm.setConditions([{\"action\":[{\"id\":\"action_1611689665286\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"12\"}],\"id\":\"1611689683124\",\"index\":\"0\",\"link\":\"Any\",\"priority\":\"0\",\"terms\":[{\"id\":\"term_1611689665286\",\"field\":\"11\",\"operator\":\"equals\",\"value\":\"YES\",\"isError\":false}],\"type\":\"field\"}]);\tJotForm.clearFieldOnHide=\"disable\";\n\tJotForm.submitError=\"jumpToFirstError\";\n\n\tJotForm.init(function(){\n\t\/*INIT-START*\/\n JotForm.alterTexts(undefined);\n\t\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(\"2\", 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-2\");\n JotForm.formatDate({date:(new Date()), dateField:$(\"id_\"+2), cardCurrentMobile: CardForm.layoutParams.deviceType === 'mobile'});\nsetTimeout(function(){\n var _cFieldFrame = document.getElementById(\"customFieldFrame_19\");\n if (_cFieldFrame) {\n _cFieldFrame.onload = function(){ if (typeof widgetFrameLoaded !== 'undefined') { widgetFrameLoaded(19, {\"formID\":210255567165052}) } };\n _cFieldFrame.src = \"\/\/app-widgets.jotform.io\/datetimeSingle\/?qid=19&ref=\" + encodeURIComponent(window.location.protocol + \"\/\/\" + window.location.host);\n _cFieldFrame.addClassName(\"custom-field-frame-rendered\");\n }\n }, 0);setTimeout(function(){\n var _cFieldFrame = document.getElementById(\"customFieldFrame_24\");\n if (_cFieldFrame) {\n _cFieldFrame.onload = function(){ if (typeof widgetFrameLoaded !== 'undefined') { widgetFrameLoaded(24, {\"formID\":210255567165052}) } };\n _cFieldFrame.src = \"\/\/widgets.jotform.io\/dynMatrix\/?qid=24&ref=\" + encodeURIComponent(window.location.protocol + \"\/\/\" + window.location.host);\n _cFieldFrame.addClassName(\"custom-field-frame-rendered\");\n }\n }, 0);setTimeout(function(){\n var _cFieldFrame = document.getElementById(\"customFieldFrame_25\");\n if (_cFieldFrame) {\n _cFieldFrame.onload = function(){ if (typeof widgetFrameLoaded !== 'undefined') { widgetFrameLoaded(25, {\"formID\":210255567165052}) } };\n _cFieldFrame.src = \"\/\/widgets.jotform.io\/dynMatrix\/?qid=25&ref=\" + encodeURIComponent(window.location.protocol + \"\/\/\" + window.location.host);\n _cFieldFrame.addClassName(\"custom-field-frame-rendered\");\n }\n }, 0);setTimeout(function(){\n var _cFieldFrame = document.getElementById(\"customFieldFrame_36\");\n if (_cFieldFrame) {\n _cFieldFrame.onload = function(){ if (typeof widgetFrameLoaded !== 'undefined') { widgetFrameLoaded(36, {\"formID\":210255567165052}) } };\n _cFieldFrame.src = \"\/\/data-widgets.jotform.io\/signature-pad\/?qid=36&ref=\" + encodeURIComponent(window.location.protocol + \"\/\/\" + window.location.host);\n _cFieldFrame.addClassName(\"custom-field-frame-rendered\");\n }\n }, 0);\n \n\t});\n\n clearInterval(jsTime);\n }catch(e){}}, 1000);\n\n JotForm.prepareCalculationsOnTheFly([null,{\"description\":\"(Please use full legal name; no nick names)\",\"name\":\"yourName1\",\"qid\":\"1\",\"text\":\"Your Name:\",\"type\":\"control_fullname\"},{\"description\":\"Tap calendar to select\",\"name\":\"todaysDate\",\"qid\":\"2\",\"text\":\"Today's Date:\",\"type\":\"control_datetime\"},{\"description\":\"\",\"name\":\"address\",\"qid\":\"3\",\"text\":\"Address\",\"type\":\"control_address\"},{\"description\":\"\",\"name\":\"bestContact\",\"qid\":\"4\",\"text\":\"Best contact phone number:\",\"type\":\"control_phone\"},{\"description\":\"\",\"name\":\"email\",\"qid\":\"5\",\"subLabel\":\"example@example.com\",\"text\":\"Email\",\"type\":\"control_email\"},null,null,null,{\"description\":\"If no other names used, just enter None\",\"name\":\"maidenName\",\"qid\":\"9\",\"subLabel\":\"\",\"text\":\"Maiden Name or Other names used:\",\"type\":\"control_textbox\"},{\"description\":\"(By law all persons are required to provide documentation establishing identity and employment authorization upon hire.)\",\"name\":\"areYou10\",\"qid\":\"10\",\"text\":\"Are you a U.S. Citizen or otherwise legally eligible to work in the U.S.?\",\"type\":\"control_yesno\"},{\"description\":\"(An arrest or conviction of a crime will not necessarily disqualify an applicant from employment. Failure to indicate an arrest or conviction, regardless of how recent or severe, will be considered a falsification of the employment application, which is a disqualifier from further consideration, and if already hired, are grounds for immediate dismissal.)\",\"name\":\"haveYou\",\"qid\":\"11\",\"text\":\"Have you been arrested or convicted of a violation of law?\",\"type\":\"control_yesno\"},{\"description\":\"\",\"name\":\"pleaseList\",\"qid\":\"12\",\"subLabel\":\"\",\"text\":\"Please list any felonies and\\u002For misdemeanors below: \",\"type\":\"control_textarea\"},null,{\"description\":\"\",\"name\":\"haveYou14\",\"qid\":\"14\",\"text\":\"Have you previously applied or worked for Thomas Employment?\",\"type\":\"control_yesno\"},{\"description\":\"If no specific position, please enter general labor\",\"name\":\"positionApplying\",\"qid\":\"15\",\"subLabel\":\"\",\"text\":\"Position applying for: \",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"desiredHourly\",\"qid\":\"16\",\"subLabel\":\"\",\"text\":\"Desired hourly pay rate: $\",\"type\":\"control_textbox\"},null,{\"description\":\"Click all that apply\",\"name\":\"shiftsAvailable\",\"qid\":\"18\",\"text\":\"SHIFTS AVAILABLE TO WORK:\",\"type\":\"control_checkbox\"},{\"description\":\"If immediately, enter todays date.\",\"name\":\"dateAvailable\",\"qid\":\"19\",\"text\":\"Date available to start: \",\"type\":\"control_widget\"},{\"description\":\"\",\"name\":\"ifLiving20\",\"qid\":\"20\",\"subLabel\":\"\",\"text\":\"If living in Lake County less than 5 years, please list all cities & states you have resided in within the last 5 years.\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"pleaseList21\",\"qid\":\"21\",\"subLabel\":\"\",\"text\":\"Please list any Certifications, Training or Special Skills:\",\"type\":\"control_textarea\"},null,null,{\"description\":\"Enter all from High School on including technical schools.\",\"name\":\"education\",\"qid\":\"24\",\"text\":\"Education\",\"type\":\"control_widget\"},{\"description\":\"List the last four employers starting with the most recent.\",\"name\":\"formerEmployers\",\"qid\":\"25\",\"text\":\"Former Employers:\",\"type\":\"control_widget\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills26\",\"qid\":\"26\",\"text\":\"Job Skills \\u002F Industrial - CNC Machinist\",\"type\":\"control_checkbox\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills\",\"qid\":\"27\",\"text\":\"Job Skills \\u002F Industrial - Inspection\",\"type\":\"control_checkbox\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills28\",\"qid\":\"28\",\"text\":\"Job Skills \\u002F Industrial - Machines\",\"type\":\"control_checkbox\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills29\",\"qid\":\"29\",\"text\":\"Job Skills \\u002F Industrial - Grinding\",\"type\":\"control_checkbox\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills30\",\"qid\":\"30\",\"text\":\"Job Skills \\u002F Industrial - Assembly\",\"type\":\"control_checkbox\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills31\",\"qid\":\"31\",\"text\":\"Job Skills \\u002F Industrial - Shipping\\u002FWarehouse\",\"type\":\"control_checkbox\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills32\",\"qid\":\"32\",\"text\":\"Job Skills \\u002F Industrial - Fabrication\",\"type\":\"control_checkbox\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills33\",\"qid\":\"33\",\"text\":\"Job Skills \\u002F Industrial - Maintenance\",\"type\":\"control_checkbox\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills34\",\"qid\":\"34\",\"text\":\"Job Skills \\u002F Industrial - Welding\",\"type\":\"control_checkbox\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills35\",\"qid\":\"35\",\"text\":\"Job Skills \\u002F Industrial - Miscellaneous\",\"type\":\"control_checkbox\"},{\"description\":\"You will be asked to sign a printed copy of this form at time of interview.\",\"name\":\"iHave36\",\"qid\":\"36\",\"text\":\"I HAVE READ THE ABOVE STATEMENT AND AGREE TO BE ABSOLUTELY BOUND BY THIS \",\"type\":\"control_widget\"},{\"name\":\"input37\",\"qid\":\"37\",\"text\":\"The following sections relate to your Job Skills.\u00a0 There are sections for;CNC Machinist, Inspection, Machines, Grinding, Assembly, Fabrication, Maintenance, Welder, Shipping\\u002FWarehouse and Miscellaneous.\u00a0\u00a0Each section will have an "Other" option for you to fill in a skill that is not an option.\u00a0 If you have additional skills that do not fit into these categories, there is a final section that allows you to enter these skills at that point.\u00a0\",\"type\":\"control_text\"},{\"description\":\"If you have any skills that are not listed above, please type them below.\",\"name\":\"jobSkills38\",\"qid\":\"38\",\"subLabel\":\"\",\"text\":\"Job Skills \\u002F Industrial - Other\",\"type\":\"control_textarea\"},null,{\"name\":\"input40\",\"qid\":\"40\",\"text\":\"You will have the option to save your work as you go along.\u00a0 Please note that saving your work does not submit your information to us and until you click the "SUBMIT" at the end, we will not receive your application.\\nWhen you have completed a question, simply click "NEXT" to move on or "PREVIOUS" to backup to a prior question.\",\"type\":\"control_text\"}]);\n setTimeout(function() {\nJotForm.paymentExtrasOnTheFly([null,{\"description\":\"(Please use full legal name; no nick names)\",\"name\":\"yourName1\",\"qid\":\"1\",\"text\":\"Your Name:\",\"type\":\"control_fullname\"},{\"description\":\"Tap calendar to select\",\"name\":\"todaysDate\",\"qid\":\"2\",\"text\":\"Today's Date:\",\"type\":\"control_datetime\"},{\"description\":\"\",\"name\":\"address\",\"qid\":\"3\",\"text\":\"Address\",\"type\":\"control_address\"},{\"description\":\"\",\"name\":\"bestContact\",\"qid\":\"4\",\"text\":\"Best contact phone number:\",\"type\":\"control_phone\"},{\"description\":\"\",\"name\":\"email\",\"qid\":\"5\",\"subLabel\":\"example@example.com\",\"text\":\"Email\",\"type\":\"control_email\"},null,null,null,{\"description\":\"If no other names used, just enter None\",\"name\":\"maidenName\",\"qid\":\"9\",\"subLabel\":\"\",\"text\":\"Maiden Name or Other names used:\",\"type\":\"control_textbox\"},{\"description\":\"(By law all persons are required to provide documentation establishing identity and employment authorization upon hire.)\",\"name\":\"areYou10\",\"qid\":\"10\",\"text\":\"Are you a U.S. Citizen or otherwise legally eligible to work in the U.S.?\",\"type\":\"control_yesno\"},{\"description\":\"(An arrest or conviction of a crime will not necessarily disqualify an applicant from employment. Failure to indicate an arrest or conviction, regardless of how recent or severe, will be considered a falsification of the employment application, which is a disqualifier from further consideration, and if already hired, are grounds for immediate dismissal.)\",\"name\":\"haveYou\",\"qid\":\"11\",\"text\":\"Have you been arrested or convicted of a violation of law?\",\"type\":\"control_yesno\"},{\"description\":\"\",\"name\":\"pleaseList\",\"qid\":\"12\",\"subLabel\":\"\",\"text\":\"Please list any felonies and\\u002For misdemeanors below: \",\"type\":\"control_textarea\"},null,{\"description\":\"\",\"name\":\"haveYou14\",\"qid\":\"14\",\"text\":\"Have you previously applied or worked for Thomas Employment?\",\"type\":\"control_yesno\"},{\"description\":\"If no specific position, please enter general labor\",\"name\":\"positionApplying\",\"qid\":\"15\",\"subLabel\":\"\",\"text\":\"Position applying for: \",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"desiredHourly\",\"qid\":\"16\",\"subLabel\":\"\",\"text\":\"Desired hourly pay rate: $\",\"type\":\"control_textbox\"},null,{\"description\":\"Click all that apply\",\"name\":\"shiftsAvailable\",\"qid\":\"18\",\"text\":\"SHIFTS AVAILABLE TO WORK:\",\"type\":\"control_checkbox\"},{\"description\":\"If immediately, enter todays date.\",\"name\":\"dateAvailable\",\"qid\":\"19\",\"text\":\"Date available to start: \",\"type\":\"control_widget\"},{\"description\":\"\",\"name\":\"ifLiving20\",\"qid\":\"20\",\"subLabel\":\"\",\"text\":\"If living in Lake County less than 5 years, please list all cities & states you have resided in within the last 5 years.\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"pleaseList21\",\"qid\":\"21\",\"subLabel\":\"\",\"text\":\"Please list any Certifications, Training or Special Skills:\",\"type\":\"control_textarea\"},null,null,{\"description\":\"Enter all from High School on including technical schools.\",\"name\":\"education\",\"qid\":\"24\",\"text\":\"Education\",\"type\":\"control_widget\"},{\"description\":\"List the last four employers starting with the most recent.\",\"name\":\"formerEmployers\",\"qid\":\"25\",\"text\":\"Former Employers:\",\"type\":\"control_widget\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills26\",\"qid\":\"26\",\"text\":\"Job Skills \\u002F Industrial - CNC Machinist\",\"type\":\"control_checkbox\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills\",\"qid\":\"27\",\"text\":\"Job Skills \\u002F Industrial - Inspection\",\"type\":\"control_checkbox\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills28\",\"qid\":\"28\",\"text\":\"Job Skills \\u002F Industrial - Machines\",\"type\":\"control_checkbox\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills29\",\"qid\":\"29\",\"text\":\"Job Skills \\u002F Industrial - Grinding\",\"type\":\"control_checkbox\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills30\",\"qid\":\"30\",\"text\":\"Job Skills \\u002F Industrial - Assembly\",\"type\":\"control_checkbox\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills31\",\"qid\":\"31\",\"text\":\"Job Skills \\u002F Industrial - Shipping\\u002FWarehouse\",\"type\":\"control_checkbox\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills32\",\"qid\":\"32\",\"text\":\"Job Skills \\u002F Industrial - Fabrication\",\"type\":\"control_checkbox\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills33\",\"qid\":\"33\",\"text\":\"Job Skills \\u002F Industrial - Maintenance\",\"type\":\"control_checkbox\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills34\",\"qid\":\"34\",\"text\":\"Job Skills \\u002F Industrial - Welding\",\"type\":\"control_checkbox\"},{\"description\":\"Check all that apply\",\"name\":\"jobSkills35\",\"qid\":\"35\",\"text\":\"Job Skills \\u002F Industrial - Miscellaneous\",\"type\":\"control_checkbox\"},{\"description\":\"You will be asked to sign a printed copy of this form at time of interview.\",\"name\":\"iHave36\",\"qid\":\"36\",\"text\":\"I HAVE READ THE ABOVE STATEMENT AND AGREE TO BE ABSOLUTELY BOUND BY THIS \",\"type\":\"control_widget\"},{\"name\":\"input37\",\"qid\":\"37\",\"text\":\"The following sections relate to your Job Skills.\u00a0 There are sections for;CNC Machinist, Inspection, Machines, Grinding, Assembly, Fabrication, Maintenance, Welder, Shipping\\u002FWarehouse and Miscellaneous.\u00a0\u00a0Each section will have an "Other" option for you to fill in a skill that is not an option.\u00a0 If you have additional skills that do not fit into these categories, there is a final section that allows you to enter these skills at that point.\u00a0\",\"type\":\"control_text\"},{\"description\":\"If you have any skills that are not listed above, please type them below.\",\"name\":\"jobSkills38\",\"qid\":\"38\",\"subLabel\":\"\",\"text\":\"Job Skills \\u002F Industrial - Other\",\"type\":\"control_textarea\"},null,{\"name\":\"input40\",\"qid\":\"40\",\"text\":\"You will have the option to save your work as you go along.\u00a0 Please note that saving your work does not submit your information to us and until you click the "SUBMIT" at the end, we will not receive your application.\\nWhen you have completed a question, simply click "NEXT" to move on or "PREVIOUS" to backup to a prior question.\",\"type\":\"control_text\"}]);}, 20); \n<\/script>\n\n <\/div><div class=\"formFooter\"><div class=\"formFooter-wrapper formFooter-leftSide\"><a href=\"https:\/\/www.jotform.com\/cards\/?utm_source=formfooter&utm_medium=banner&utm_term=210255567165052&utm_content=jotform_logo&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\/logo2021\/jotform-logo-white.svg\"\/><\/a><\/div><div class=\"formFooter-wrapper formFooter-rightSide\"><span class=\"formFooter-text\">Now create your own Jotform - It's free!<\/span><a class=\"formFooter-button\" href=\"https:\/\/www.jotform.com\/cards\/?utm_source=formfooter&utm_medium=banner&utm_term=210255567165052&utm_content=jotform_button&utm_campaign=powered_by_jotform_cf\" target=\"_blank\">Create your own Jotform<\/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 id=\"header_welcomePage\" class=\"jfWelcome-header form-header\" data-component=\"header\" style=\"opacity:1\">Thomas Employment<\/div><div id=\"subHeader_welcomePage\" class=\"jfWelcome-description form-subHeader\">Thank you for your interest in working with us.\u00a0 Please fill out and submit this form.<\/div><div class=\"jfWelcome-sectionInfo\"><span class=\"jfWelcome-sectionInfo-questionCount\">32<\/span><span class=\"jfWelcome-sectionInfo-text\">Questions<\/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><form role=\"main\" class=\"jotform-form\" id=\"210255567165052\" name=\"form_210255567165052\" action=\"https:\/\/submit.jotform.com\/submit\/210255567165052\/\" method=\"post\" autoComplete=\"on\"><input type=\"hidden\" name=\"formID\" value=\"210255567165052\"\/><ul class=\"jfForm-all form-section page-section form-all\" id=\"cardAnimationWrapper\"><li class=\"form-line\" data-type=\"control_text\" id=\"id_40\"><div id=\"cid_40\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_text\"><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><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\"><div id=\"text_40\" class=\"form-html\" data-component=\"text\"><p>You will have the option to save your work as you go along.\u00a0 Please note that saving your work does not submit your information to us and until you click the "SUBMIT" at the end, we will not receive your application.<\/p>\n<p>When you have completed a question, simply click "NEXT" to move on or "PREVIOUS" to backup to a prior question.<\/p><\/div><\/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_fullname\" id=\"id_1\" data-compound-hint=\"\"><div id=\"cid_1\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_fullname\"><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_group_1\" class=\"jfQuestion-label isLeftAlign\" id=\"label_1\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Your Name:<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_1_description\"><span>(Please use full legal name; no nick names)<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\" role=\"group\" id=\"input_group_1\"><div class=\"jfField\" data-type=\"first\"><input type=\"text\" id=\"first_1\" name=\"q1_yourName1[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_1_description\" aria-labelledby=\"label_1 sublabel_1_first\"\/><label class=\"jfField-sublabel \" for=\"first_1\" id=\"sublabel_1_first\">First Name<\/label><\/div><div class=\"jfField\" data-type=\"last\"><input type=\"text\" id=\"last_1\" name=\"q1_yourName1[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_1_description\" aria-labelledby=\"label_1 sublabel_1_last\"\/><label class=\"jfField-sublabel \" for=\"last_1\" id=\"sublabel_1_last\">Last Name<\/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_9\"><div id=\"cid_9\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textbox\"><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_9\" class=\"jfQuestion-label isLeftAlign\" id=\"label_9\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Maiden Name or Other names used:<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_9_description\"><span>If no other names used, just enter None<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\" data-type=\"textbox\"><input type=\"text\" id=\"input_9\" name=\"q9_maidenName\" data-type=\"input-textbox\" class=\"form-textbox jfInput-input\" size=\"20\" value=\"\" data-component=\"textbox\" aria-required=\"false\" aria-describedby=\"input_9_description\" aria-labelledby=\"label_9\"\/><label class=\"jfField-sublabel \" for=\"input_9\"><\/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_2\"><div id=\"cid_2\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_datetime\"><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_2\" class=\"jfQuestion-label isLeftAlign\" id=\"label_2\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Today's Date:<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_2_description\"><span>Tap calendar to select<\/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_2\" class=\"form-textbox jfInput-input jfCardDateInput isHidden\" value=\"2022-09-20\" data-age=\"\" max=\"2100-12-30\" aria-hidden=\"true\" style=\"pointer-events:auto\"\/><input type=\"text\" id=\"lite_mode_2\" 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=\"09-20-2022\"\/><div class=\"isHidden\"><span class=\"date-separate\" aria-hidden=\"true\">-<\/span><\/div><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_2\" id=\"sublabel_input_2\">Date<\/label><\/div><div style=\"display:none\"><div class=\"jfField isFilled isHidden cf-valid-hidden\" data-type=\"month\"><input type=\"tel\" id=\"month_2\" name=\"q2_todaysDate[month]\" class=\"form-textbox validate[required, limitDate] jfInput-input hasSublabel\" size=\"2\" value=\"09\" maxLength=\"2\" data-maxlength=\"2\" tabindex=\"-1\" data-component=\"month\" required=\"\" aria-required=\"true\" aria-describedby=\"month_2_description\"\/><label class=\"jfField-sublabel \" for=\"month_2\" id=\"sublabel_2_month\">Month<\/label><\/div><div class=\"jfField isFilled isHidden cf-valid-hidden\" data-type=\"day\"><input type=\"tel\" id=\"day_2\" name=\"q2_todaysDate[day]\" class=\"currentDate form-textbox validate[required, limitDate] jfInput-input hasSublabel\" size=\"2\" value=\"20\" maxLength=\"2\" data-maxlength=\"2\" tabindex=\"-1\" data-component=\"day\" required=\"\" aria-required=\"true\" aria-describedby=\"day_2_description\"\/><label class=\"jfField-sublabel \" for=\"day_2\" id=\"sublabel_2_day\">Day<\/label><\/div><div class=\"jfField isFilled isHidden cf-valid-hidden\" data-type=\"year\"><input type=\"tel\" id=\"year_2\" name=\"q2_todaysDate[year]\" class=\"form-textbox validate[required, limitDate] jfInput-input hasSublabel\" size=\"4\" value=\"2022\" maxLength=\"4\" data-maxlength=\"4\" tabindex=\"-1\" data-component=\"year\" required=\"\" aria-required=\"true\" aria-describedby=\"year_2_description\"\/><label class=\"jfField-sublabel \" for=\"year_2\" id=\"sublabel_2_year\">Year<\/label><\/div><\/div><img loading=\"lazy\" alt=\"Pick a Date\" id=\"input_2_pick\" style=\"display:none;vertical-align:middle\" data-component=\"datetime\"\/><div class=\"jfCalendar-wrapper\"><div id=\"calendar-container-2\" 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_address\" id=\"id_3\" data-compound-hint=\"\"><div id=\"cid_3\" 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_3\" class=\"jfQuestion-label isLeftAlign\" id=\"label_3\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Address<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_3_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_3\"><div class=\"jfField \" data-type=\"address_line_1\"><input type=\"text\" id=\"input_3_addr_line1\" name=\"q3_address[addr_line1]\" class=\"form-textbox validate[required] form-address-line form-address-addr1 forAddress jfInput-input hasSublabel\" autoComplete=\"address-line1\" value=\"\" data-component=\"address_line_1\" required=\"\" aria-required=\"true\" aria-describedby=\"input_3_addr_line1_description\" aria-labelledby=\"label_3 sublabel_3_addr_line1\"\/><label class=\"jfField-sublabel \" for=\"input_3_addr_line1\" id=\"sublabel_3_addr_line1\">Street Address<\/label><\/div><div class=\"jfField \" data-type=\"address_line_2\"><input type=\"text\" id=\"input_3_addr_line2\" name=\"q3_address[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\" required=\"\" aria-required=\"true\" aria-describedby=\"input_3_addr_line2_description\" aria-labelledby=\"label_3 sublabel_3_addr_line2\"\/><label class=\"jfField-sublabel \" for=\"input_3_addr_line2\" id=\"sublabel_3_addr_line2\">Street Address Line 2<\/label><\/div><div class=\"jfField\" data-type=\"city\"><input type=\"text\" id=\"input_3_city\" name=\"q3_address[city]\" class=\"form-textbox validate[required] form-address-city forAddress jfInput-input hasSublabel\" autoComplete=\"address-level2\" size=\"21\" value=\"\" data-component=\"city\" required=\"\" aria-required=\"true\" aria-describedby=\"input_3_city_description\" aria-labelledby=\"label_3 sublabel_3_city\"\/><label class=\"jfField-sublabel \" for=\"input_3_city\" id=\"sublabel_3_city\">City<\/label><\/div><div class=\"jfField\" data-type=\"state\"><input type=\"text\" id=\"input_3_state\" name=\"q3_address[state]\" class=\"form-textbox validate[required] form-address-state forAddress jfInput-input hasSublabel\" autoComplete=\"address-level1\" size=\"22\" value=\"\" data-component=\"state\" required=\"\" aria-required=\"true\" aria-describedby=\"input_3_state_description\" aria-labelledby=\"label_3 sublabel_3_state\"\/><label class=\"jfField-sublabel \" for=\"input_3_state\" id=\"sublabel_3_state\">State \/ Province<\/label><\/div><div class=\"jfField\" data-type=\"zip\"><input type=\"text\" id=\"input_3_postal\" name=\"q3_address[postal]\" class=\"form-textbox validate[required] form-address-postal forAddress jfInput-input hasSublabel\" autoComplete=\"postal-code\" size=\"10\" value=\"\" data-component=\"zip\" required=\"\" aria-required=\"true\" aria-describedby=\"input_3_postal_description\" aria-labelledby=\"label_3 sublabel_3_postal\"\/><label class=\"jfField-sublabel \" for=\"input_3_postal\" id=\"sublabel_3_postal\">Postal \/ Zip Code<\/label><\/div><div class=\"jfField isFilled isHidden\" data-type=\"country\" style=\"display:none\" aria-hidden=\"true\"><select data-component=\"country\" tabindex=\"-1\" required=\"\" id=\"input_3_country\" name=\"q3_address[country]\" class=\"form-dropdown validate[required] form-address-country noTranslate\" autoComplete=\"new-password\" aria-labelledby=\"label_3 sublabel_3_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'Ivoire\">Cote d'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_3 sublabel_3_country jfDropdown-chip-input_3_country\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_3_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-3-country\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul data-component=\"country\" required=\"\" 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'Ivoire\" class=\"jfDropdown-optionListItem\">Cote d'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_3_country\" id=\"sublabel_3_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_phone\" id=\"id_4\" data-compound-hint=\"\"><div id=\"cid_4\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_phone\"><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_4\" class=\"jfQuestion-label isLeftAlign\" id=\"label_4\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Best contact phone number:<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_4_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\" role=\"group\" id=\"input_group_4\"><div class=\"jfField\" data-type=\"areaCode\"><input type=\"tel\" id=\"input_4_area\" name=\"q4_bestContact[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_4_area_description\" aria-labelledby=\"label_4 sublabel_4_area\"\/><label class=\"jfField-sublabel \" for=\"input_4_area\" id=\"sublabel_4_area\">Area Code<\/label><\/div><div class=\"jfField\" data-type=\"phone\"><input type=\"tel\" id=\"input_4_phone\" name=\"q4_bestContact[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_4_phone_description\" aria-labelledby=\"label_4 sublabel_4_phone\"\/><label class=\"jfField-sublabel \" for=\"input_4_phone\" id=\"sublabel_4_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_email\" id=\"id_5\"><div id=\"cid_5\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_email\"><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_5\" class=\"jfQuestion-label isLeftAlign\" id=\"label_5\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Email<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_5_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_5\" name=\"q5_email\" class=\"form-textbox validate[required, Email] forEmail jfInput-input hasSublabel\" autoComplete=\"email\" size=\"30\" value=\"\" data-component=\"email\" required=\"\" aria-required=\"true\" aria-describedby=\"input_5_description\"\/><label class=\"jfField-sublabel \" for=\"input_5\" id=\"sublabel_input_5\">example@example.com<\/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_yesno\" id=\"id_10\"><div id=\"cid_10\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_yesno\"><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_10\" class=\"jfQuestion-label isLeftAlign\" id=\"label_10\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Are you a U.S. Citizen or otherwise legally eligible to work in the U.S.?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_10_description\"><span>(By law all persons are required to provide documentation establishing identity and employment authorization upon hire.)<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\"><div class=\"jfField\" role=\"group\" aria-labelledby=\"label_10\"><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"YES\" id=\"input_input_10_0\" name=\"q10_areYou10\"\/><span class=\"jfYesno-label\">YES<\/span><\/label><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"NO\" id=\"input_input_10_1\" name=\"q10_areYou10\"\/><span class=\"jfYesno-label\">NO<\/span><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_yesno\" id=\"id_11\"><div id=\"cid_11\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_yesno\"><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_11\" class=\"jfQuestion-label isLeftAlign\" id=\"label_11\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Have you been arrested or convicted of a violation of law?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_11_description\"><span>(An arrest or conviction of a crime will not necessarily disqualify an applicant from employment. Failure to indicate an arrest or conviction, regardless of how recent or severe, will be considered a falsification of the employment application, which is a disqualifier from further consideration, and if already hired, are grounds for immediate dismissal.)<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\"><div class=\"jfField\" role=\"group\" aria-labelledby=\"label_11\"><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"YES\" id=\"input_input_11_0\" name=\"q11_haveYou\"\/><span class=\"jfYesno-label\">YES<\/span><\/label><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"NO\" id=\"input_input_11_1\" name=\"q11_haveYou\"\/><span class=\"jfYesno-label\">NO<\/span><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textarea\" id=\"id_12\"><div id=\"cid_12\" 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\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_12\" class=\"jfQuestion-label isLeftAlign\" id=\"label_12\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Please list any felonies and\/or misdemeanors below: <\/span><\/label><span class=\"jfQuestion-description\" id=\"input_12_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"textarea\" data-render-type=\"mde\"><div class=\"jfField\"><textarea id=\"input_12\" name=\"q12_pleaseList\" placeholder=\"Type here...\" class=\"mdInput form-textarea\"><\/textarea><div id=\"input_12_editor\" class=\"jfTextarea-editor\" role=\"textbox\" aria-multiline=\"true\" contenteditable=\"true\" data-placeholder=\"Type here...\"><\/div><div class=\"jfTextarea-infoSpan isHidden\"><span class=\"jfTextarea-limitSpan\"><\/span><span class=\"jfTextarea-modeSpan\"><\/span><\/div><\/div><\/div><\/div><div class=\"jfToolbar\" id=\"input_12_toolbar\" role=\"toolbar\" aria-label=\"Text Formatting\"><div id=\"input_12_fontSize\" data-command=\"heading\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Font Size\" aria-controls=\"input_12_fontSize_menu\" aria-expanded=\"false\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-fontSize \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>TextSize<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 6.000000)\"><g fill-rule=\"nonzero\"><path d=\"M2.34756098,2.5 L16.902439,2.5 L16.902439,4.25 C16.902439,4.94035594 17.4279584,5.5 18.0762195,5.5 C18.7244806,5.5 19.25,4.94035594 19.25,4.25 L19.25,1.25 C19.25,0.559644063 18.7244806,0 18.0762195,0 L1.17378049,0 C0.525519425,0 0,0.559644063 0,1.25 L0,4.25 C0,4.94035594 0.525519425,5.5 1.17378049,5.5 C1.82204155,5.5 2.34756098,4.94035594 2.34756098,4.25 L2.34756098,2.5 Z\"><\/path><path d=\"M5.25,20.5 L13.25,20.5 C13.9403559,20.5 14.5,19.9403559 14.5,19.25 C14.5,18.5596441 13.9403559,18 13.25,18 L5.25,18 C4.55964406,18 4,18.5596441 4,19.25 C4,19.9403559 4.55964406,20.5 5.25,20.5 Z\"><\/path><path d=\"M8,1.25 L8,19.25 C8,19.9403559 8.55964406,20.5 9.25,20.5 C9.94035594,20.5 10.5,19.9403559 10.5,19.25 L10.5,1.25 C10.5,0.559644063 9.94035594,0 9.25,0 C8.55964406,0 8,0.559644063 8,1.25 Z\"><\/path><\/g><g transform=\"translate(15.000000, 8.700000)\"><path d=\"M1.4609612,1.70000076 L10.5189207,1.70000076 L10.5390388,2.45720466 C10.5390388,2.75698225 10.8660861,3 11.2695194,3 C11.6729527,3 12,2.75698225 12,2.45720466 L11.9798819,0.542795343 C11.9798819,0.243017753 11.6528346,0 11.2494013,0 L0.730480602,0 C0.327047306,0 0,0.243017753 0,0.542795343 L0.0201181228,2.45720466 C0.0201181228,2.75698225 0.347165428,3 0.750598725,3 C1.15403202,3 1.48107933,2.75698225 1.48107933,2.45720466 L1.4609612,1.70000076 Z\" fill-rule=\"nonzero\"><\/path><path d=\"M5,1.6097561 L5,10.3902439 C5,10.7270029 5.44771525,11 6,11 C6.55228475,11 7,10.7270029 7,10.3902439 L7,1.6097561 C7,1.2729971 6.55228475,1 6,1 C5.44771525,1 5,1.2729971 5,1.6097561 Z\" fill-rule=\"nonzero\"><\/path><rect x=\"2\" y=\"10\" width=\"8\" height=\"1.79999995\" rx=\"0.899999976\"><\/rect><\/g><\/g><\/g><\/g><\/svg><\/span><\/div><ul class=\"jfToolbar-select jfToolbar-select-heading\" data-command=\"heading\" role=\"menu\" id=\"input_12_fontSize_menu\"><li data-value=\"1\" style=\"font-size:2em\" data-selected=\"true\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"true\">Huge<\/li><li data-value=\"3\" style=\"font-size:1.17em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Large<\/li><li data-value=\"5\" style=\"font-size:0.83em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Normal<\/li><li data-value=\"6\" style=\"font-size:0.67em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Small<\/li><\/ul><\/div><div id=\"input_12_bold\" data-command=\"bold\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Bold\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-bold \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Bold<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M2.47159091,2.5 L2.47159091,8.75 L8.65056818,8.75 C9.96967752,8.75 11.1221591,7.38998343 11.1221591,5.625 C11.1221591,3.86001657 9.96967752,2.5 8.65056818,2.5 L2.47159091,2.5 Z M1.23579545,0 L8.65056818,0 C11.4265247,0 13.59375,2.55749187 13.59375,5.625 C13.59375,8.69250813 11.4265247,11.25 8.65056818,11.25 L1.23579545,11.25 C0.553284471,11.25 0,10.6903559 0,10 L0,1.25 C0,0.559644063 0.553284471,0 1.23579545,0 Z\"><\/path><path d=\"M2.5,11.40625 L2.5,17.65625 L9.90384615,17.65625 C11.2992605,17.65625 12.5,16.2904088 12.5,14.53125 C12.5,12.7720912 11.2992605,11.40625 9.90384615,11.40625 L2.5,11.40625 Z M1.25,8.90625 L9.90384615,8.90625 C12.7567761,8.90625 15,11.4579172 15,14.53125 C15,17.6045828 12.7567761,20.15625 9.90384615,20.15625 L1.25,20.15625 C0.559644063,20.15625 0,19.5966059 0,18.90625 L0,10.15625 C0,9.46589406 0.559644063,8.90625 1.25,8.90625 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_12_italic\" data-command=\"italic\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Italic\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-italic \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Italic<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M13.5882353,0 L4.94117647,0 C4.25894237,0 3.70588235,0.553060015 3.70588235,1.23529412 C3.70588235,1.91752822 4.25894237,2.47058824 4.94117647,2.47058824 L13.5882353,2.47058824 C14.2704694,2.47058824 14.8235294,1.91752822 14.8235294,1.23529412 C14.8235294,0.553060015 14.2704694,0 13.5882353,0 Z\"><\/path><path d=\"M9.88235294,17.2941176 L1.23529412,17.2941176 C0.553060015,17.2941176 0,17.8471777 0,18.5294118 C0,19.2116459 0.553060015,19.7647059 1.23529412,19.7647059 L9.88235294,19.7647059 C10.564587,19.7647059 11.1176471,19.2116459 11.1176471,18.5294118 C11.1176471,17.8471777 10.564587,17.2941176 9.88235294,17.2941176 Z\"><\/path><path d=\"M8.69458806,0.895932724 L3.75341159,18.1900504 C3.56598747,18.8460348 3.94583065,19.5297525 4.60181508,19.7171766 C5.2577995,19.9046008 5.94151722,19.5247576 6.12894135,18.8687732 L11.0701178,1.57465551 C11.2575419,0.918671083 10.8776988,0.234953363 10.2217143,0.0475292411 C9.56572991,-0.139894881 8.88201219,0.239948297 8.69458806,0.895932724 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_12_underline\" data-command=\"underline\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Underline\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-underline \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(7.000000, 5.000000)\"><path d=\"M2.15909091,1.29545455 L2.15909091,8.27097902 C2.15909091,12.2813233 5.34161889,15.5454545 9.28409091,15.5454545 C13.2265629,15.5454545 16.4090909,12.2813233 16.4090909,8.27097902 L16.4090909,1.29545455 C16.4090909,0.579994756 15.8290962,0 15.1136364,0 C14.3981766,0 13.8181818,0.579994756 13.8181818,1.29545455 L13.8181818,8.27097902 C13.8181818,10.864879 11.780757,12.9545455 9.28409091,12.9545455 C6.78742483,12.9545455 4.75,10.864879 4.75,8.27097902 L4.75,1.29545455 C4.75,0.579994756 4.17000524,0 3.45454545,0 C2.73908566,0 2.15909091,0.579994756 2.15909091,1.29545455 Z\"><\/path><path d=\"M1.29545455,20.7272727 L16.8409091,20.7272727 C17.5563689,20.7272727 18.1363636,20.147278 18.1363636,19.4318182 C18.1363636,18.7163584 17.5563689,18.1363636 16.8409091,18.1363636 L1.29545455,18.1363636 C0.579994756,18.1363636 0,18.7163584 0,19.4318182 C0,20.147278 0.579994756,20.7272727 1.29545455,20.7272727 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_12_createLink\" data-command=\"createLink\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Link\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-createLink \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline Copy<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(6.000000, 6.000000)\"><path d=\"M8.12250978,12.0615096 C9.11153092,13.434589 10.6344227,14.2986277 12.2960505,14.422209 C13.960001,14.5459629 15.5906008,13.9142984 16.7617681,12.6976288 L19.3990078,9.95891998 C21.5549175,7.64114792 21.5244655,4.00194322 19.3454622,1.73910167 C17.139984,-0.551233494 13.5527271,-0.583605157 11.3086344,1.66720454 L9.78321622,3.24190674 C9.27889786,3.76258411 9.29215946,4.59350732 9.81283683,5.09782568 C10.3335142,5.60214404 11.1644374,5.58888244 11.6687558,5.06820507 L13.1808677,3.50704343 C14.3730084,2.31152892 16.2689674,2.32863819 17.4546094,3.55989839 C18.6667264,4.81865222 18.683922,6.87363295 17.492498,8.15466767 L14.8707504,10.8770033 C14.2384113,11.5339102 13.371049,11.8699104 12.4907435,11.804439 C11.6081154,11.7387948 10.7913272,11.275376 10.2524902,10.527297 C9.82882911,9.93911912 9.00857156,9.80575194 8.4203937,10.2294131 C7.83221584,10.6530742 7.69884867,11.4733317 8.12250978,12.0615096 Z\"><\/path><path d=\"M12.8774902,8.93849043 C11.8884691,7.56541104 10.3655773,6.70137225 8.70394945,6.57779104 C7.03999899,6.45403709 5.40939918,7.08570163 4.23823187,8.30237124 L1.60099221,11.04108 C-0.554917535,13.3588521 -0.524465488,16.9980568 1.65453778,19.2608983 C3.86001604,21.5512335 7.4472729,21.5836052 9.69136555,19.3327955 L11.2106491,17.7553425 C11.7134482,17.2331979 11.6977656,16.4023168 11.175621,15.8995177 C10.6534764,15.3967186 9.82259538,15.4124012 9.31979625,15.9345457 L7.81647565,17.4957074 C6.62699163,18.6884711 4.7310326,18.6713618 3.54539059,17.4401016 C2.33327358,16.1813478 2.31607797,14.1263671 3.50750204,12.8453323 L6.12924958,10.1229967 C6.76158874,9.46608985 7.62895105,9.13008955 8.50925653,9.19556102 C9.39188462,9.26120523 10.2086728,9.72462402 10.7475098,10.472703 C11.1711709,11.0608809 11.9914284,11.1942481 12.5796063,10.7705869 C13.1677842,10.3469258 13.3011513,9.52666829 12.8774902,8.93849043 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forUrl\"><input type=\"url\" id=\"modalLinkUrl_input_12\" class=\"jfModal-input jfModal-modalLinkUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter URL\" aria-label=\"link url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_12_ul\" data-command=\"insertUnorderedList\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Bullet List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-ul \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>NumberList Copy 2<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><circle cx=\"3\" cy=\"3\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"8\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"13\" r=\"1\"><\/circle><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_12_ol\" data-command=\"insertOrderedList\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Numbered List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-ol \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(1.000000, 1.000000)\"><path d=\"M0,11 L2,11 L2,11.5 L1,11.5 L1,12.5 L2,12.5 L2,13 L0,13 L0,14 L3,14 L3,10 L0,10 L0,11 Z M0,6 L1.8,6 L0,8.1 L0,9 L3,9 L3,8 L1.2,8 L3,5.9 L3,5 L0,5 L0,6 Z M1,4 L2,4 L2,0 L0,0 L0,1 L1,1 L1,4 Z\"><\/path><\/g><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\"><\/rect><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_12_quote\" data-command=\"formatBlock\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Quote Paragraph\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-quote \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>quote<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(10.000000, 11.000000)\"><path d=\"M9.68229167,9.75 L10.4783857,9.75 L10.4783857,9.75 C10.8611857,9.75 11.2103962,9.53147077 11.3777535,9.18719271 L12.8993679,6.0570147 L12.8993679,6.0570147 C12.9655901,5.92078603 13,5.77129358 13,5.61982199 L13,1 L13,1 C13,0.44771525 12.5522847,1.20591542e-16 12,2.22044605e-16 L8.3125,0 L8.3125,0 C7.76021525,1.01453063e-16 7.3125,0.44771525 7.3125,1 L7.3125,4.85 L7.3125,4.85 C7.3125,5.40228475 7.76021525,5.85 8.3125,5.85 L8.734375,5.85 L8.734375,5.85 C9.22578821,5.85 9.62415732,6.24836912 9.62415732,6.73978232 C9.62415732,6.87455906 9.59354003,7.0075748 9.53461662,7.12878867 L8.88205005,8.47121133 L8.88205005,8.47121133 C8.66720778,8.91317258 8.85132408,9.44561702 9.29328532,9.6604593 C9.41449919,9.7193827 9.54751493,9.75 9.68229167,9.75 Z\"><\/path><path d=\"M2.36979167,9.75 L3.16588569,9.75 L3.16588569,9.75 C3.54868575,9.75 3.89789615,9.53147077 4.06525355,9.18719271 L5.58686785,6.0570147 L5.58686785,6.0570147 C5.65309013,5.92078603 5.6875,5.77129358 5.6875,5.61982199 L5.6875,1 L5.6875,1 C5.6875,0.44771525 5.23978475,1.20591542e-16 4.6875,2.22044605e-16 L1,0 L1,0 C0.44771525,1.01453063e-16 -6.76353751e-17,0.44771525 0,1 L0,4.85 L0,4.85 C-4.22892021e-16,5.40228475 0.44771525,5.85 1,5.85 L1.421875,5.85 L1.421875,5.85 C1.91328821,5.85 2.31165732,6.24836912 2.31165732,6.73978232 C2.31165732,6.87455906 2.28104003,7.0075748 2.22211662,7.12878867 L1.56955005,8.47121133 L1.56955005,8.47121133 C1.35470778,8.91317258 1.53882408,9.44561702 1.98078532,9.6604593 C2.10199919,9.7193827 2.23501493,9.75 2.36979167,9.75 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_12_hr\" data-command=\"insertHorizontalRule\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Horizontal Line\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-hr \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Break<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 14.000000)\"><path d=\"M1.5625,3.125 L23.4375,3.125 C24.3004449,3.125 25,2.42544492 25,1.5625 C25,0.699555078 24.3004449,0 23.4375,0 L1.5625,0 C0.699555078,0 0,0.699555078 0,1.5625 C0,2.42544492 0.699555078,3.125 1.5625,3.125 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_12_imagePicker\" data-command=\"insertImage\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Image\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-imagePicker \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Image<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 4.000000)\"><path d=\"M4.23529412,2.82352941 C3.455598,2.82352941 2.82352941,3.455598 2.82352941,4.23529412 L2.82352941,19.7647059 C2.82352941,20.544402 3.455598,21.1764706 4.23529412,21.1764706 L19.7647059,21.1764706 C20.544402,21.1764706 21.1764706,20.544402 21.1764706,19.7647059 L21.1764706,4.23529412 C21.1764706,3.455598 20.544402,2.82352941 19.7647059,2.82352941 L4.23529412,2.82352941 Z M4.23529412,0 L19.7647059,0 C22.1037942,-3.13474736e-16 24,1.89620577 24,4.23529412 L24,19.7647059 C24,22.1037942 22.1037942,24 19.7647059,24 L4.23529412,24 C1.89620577,24 3.13474736e-16,22.1037942 0,19.7647059 L0,4.23529412 C-3.13474736e-16,1.89620577 1.89620577,4.70212105e-16 4.23529412,0 Z\" fill-rule=\"nonzero\"><\/path><circle cx=\"8\" cy=\"8\" r=\"2\"><\/circle><path d=\"M21.5506729,16.416153 C22.1109903,16.9757102 23.0194444,16.9757102 23.5797619,16.416153 C24.1400794,15.8565958 24.1400794,14.9493743 23.5797619,14.3898171 L17.601501,8.4196679 C17.0411836,7.8601107 16.1327295,7.8601107 15.572412,8.4196679 L2.4202381,21.5539963 C1.85992063,22.1135534 1.85992063,23.0207749 2.4202381,23.5803321 C2.98055556,24.1398893 3.88900966,24.1398893 4.44932712,23.5803321 L16.5869565,11.4591717 L21.5506729,16.416153 Z\" fill-rule=\"nonzero\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forImage\"><input type=\"url\" id=\"modalImageUrl_input_12\" class=\"jfModal-input jfModal-modalImageUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter image URL\" aria-label=\"image url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_12_emoji\" data-command=\"insertEmoji\" class=\"jfToolbar-item hasDropdown forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Emoji\" aria-haspopup=\"true\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-emoji \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Smiley<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 3.000000)\"><path d=\"M19.4451446,16.0843869 C19.0223005,17.4164151 18.2337534,18.4897437 17.0795033,19.3043725 C15.9252533,20.1190014 14.6224364,20.5263158 13.1710526,20.5263158 C11.7196689,20.5263158 10.416852,20.1190014 9.26260193,19.3043725 C8.10835187,18.4897437 7.31980479,17.4164151 6.89696071,16.0843869 C6.80553496,15.8091744 6.8283914,15.5422183 6.96553002,15.2835186 C7.10266864,15.0248189 7.31980479,14.8514351 7.61693847,14.7633671 C7.90264393,14.6752991 8.17977823,14.6973161 8.44834136,14.8294181 C8.7169045,14.9615201 8.89689894,15.1706815 8.98832468,15.4569025 C9.27403015,16.3375823 9.80258525,17.0503826 10.57399,17.5953032 C11.3453947,18.1402239 12.2110823,18.4126842 13.1710526,18.4126842 C14.131023,18.4126842 14.9967105,18.1402239 15.7681153,17.5953032 C16.53952,17.0503826 17.0680751,16.3375823 17.3537806,15.4569025 C17.4452063,15.1706815 17.6280578,14.9615201 17.9023351,14.8294181 C18.1766123,14.6973161 18.4566037,14.6752991 18.7423091,14.7633671 C19.0280146,14.8514351 19.2394366,15.0248189 19.3765752,15.2835186 C19.5137139,15.5422183 19.5365703,15.8091744 19.4451446,16.0843869 Z M10.9473684,8.72368421 C10.9473684,9.33751371 10.7302118,9.86158512 10.2958984,10.2958984 C9.86158512,10.7302118 9.33751371,10.9473684 8.72368421,10.9473684 C8.10985471,10.9473684 7.58578331,10.7302118 7.15146998,10.2958984 C6.71715666,9.86158512 6.5,9.33751371 6.5,8.72368421 C6.5,8.10985471 6.71715666,7.58578331 7.15146998,7.15146998 C7.58578331,6.71715666 8.10985471,6.5 8.72368421,6.5 C9.33751371,6.5 9.86158512,6.71715666 10.2958984,7.15146998 C10.7302118,7.58578331 10.9473684,8.10985471 10.9473684,8.72368421 Z M19.5,8.72368421 C19.5,9.33751371 19.2828433,9.86158512 18.84853,10.2958984 C18.4142167,10.7302118 17.8901453,10.9473684 17.2763158,10.9473684 C16.6624863,10.9473684 16.1384149,10.7302118 15.7041016,10.2958984 C15.2697882,9.86158512 15.0526316,9.33751371 15.0526316,8.72368421 C15.0526316,8.10985471 15.2697882,7.58578331 15.7041016,7.15146998 C16.1384149,6.71715666 16.6624863,6.5 17.2763158,6.5 C17.8901453,6.5 18.4142167,6.71715666 18.84853,7.15146998 C19.2828433,7.58578331 19.5,8.10985471 19.5,8.72368421 Z M23.6052632,12.8289474 C23.6052632,11.3696546 23.3190173,9.97490748 22.7465255,8.644706 C22.1740337,7.31450452 21.407905,6.16952097 20.4481394,5.20975535 C19.4883738,4.24998972 18.3433902,3.48386102 17.0131887,2.91136924 C15.6829873,2.33887747 14.2882401,2.05263158 12.8289474,2.05263158 C11.3696546,2.05263158 9.97490748,2.33887747 8.644706,2.91136924 C7.31450452,3.48386102 6.16952097,4.24998972 5.20975535,5.20975535 C4.24998972,6.16952097 3.48386102,7.31450452 2.91136924,8.644706 C2.33887747,9.97490748 2.05263158,11.3696546 2.05263158,12.8289474 C2.05263158,14.2882401 2.33887747,15.6829873 2.91136924,17.0131887 C3.48386102,18.3433902 4.24998972,19.4883738 5.20975535,20.4481394 C6.16952097,21.407905 7.31450452,22.1740337 8.644706,22.7465255 C9.97490748,23.3190173 11.3696546,23.6052632 12.8289474,23.6052632 C14.2882401,23.6052632 15.6829873,23.3190173 17.0131887,22.7465255 C18.3433902,22.1740337 19.4883738,21.407905 20.4481394,20.4481394 C21.407905,19.4883738 22.1740337,18.3433902 22.7465255,17.0131887 C23.3190173,15.6829873 23.6052632,14.2882401 23.6052632,12.8289474 Z M26,13 C26,15.3585069 25.4188368,17.5336372 24.2565104,19.5253906 C23.094184,21.5171441 21.5171441,23.094184 19.5253906,24.2565104 C17.5336372,25.4188368 15.3585069,26 13,26 C10.6414931,26 8.46636285,25.4188368 6.47460938,24.2565104 C4.4828559,23.094184 2.90581597,21.5171441 1.74348958,19.5253906 C0.581163194,17.5336372 0,15.3585069 0,13 C0,10.6414931 0.581163194,8.46636285 1.74348958,6.47460938 C2.90581597,4.4828559 4.4828559,2.90581597 6.47460938,1.74348958 C8.46636285,0.581163194 10.6414931,0 13,0 C15.3585069,0 17.5336372,0.581163194 19.5253906,1.74348958 C21.5171441,2.90581597 23.094184,4.4828559 24.2565104,6.47460938 C25.4188368,8.46636285 26,10.6414931 26,13 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_yesno\" id=\"id_14\"><div id=\"cid_14\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_yesno\"><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_14\" class=\"jfQuestion-label isLeftAlign\" id=\"label_14\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Have you previously applied or worked for Thomas Employment?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_14_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\"><div class=\"jfField\" role=\"group\" aria-labelledby=\"label_14\"><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"YES\" id=\"input_input_14_0\" name=\"q14_haveYou14\"\/><span class=\"jfYesno-label\">YES<\/span><\/label><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"NO\" id=\"input_input_14_1\" name=\"q14_haveYou14\"\/><span class=\"jfYesno-label\">NO<\/span><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textbox\" id=\"id_15\"><div id=\"cid_15\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textbox\"><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_15\" class=\"jfQuestion-label isLeftAlign\" id=\"label_15\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Position applying for: <\/span><\/label><span class=\"jfQuestion-description\" id=\"input_15_description\"><span>If no specific position, please enter general labor<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\" data-type=\"textbox\"><input type=\"text\" id=\"input_15\" name=\"q15_positionApplying\" data-type=\"input-textbox\" class=\"form-textbox jfInput-input\" size=\"20\" value=\"\" data-component=\"textbox\" aria-required=\"false\" aria-describedby=\"input_15_description\" aria-labelledby=\"label_15\"\/><label class=\"jfField-sublabel \" for=\"input_15\"><\/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>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_16\" class=\"jfQuestion-label isLeftAlign\" id=\"label_16\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Desired hourly pay rate: $<\/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_desiredHourly\" data-type=\"input-textbox\" class=\"form-textbox jfInput-input\" size=\"20\" value=\"\" data-component=\"textbox\" aria-required=\"false\" 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_checkbox\" id=\"id_18\"><div id=\"cid_18\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>14<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_18\" class=\"jfQuestion-label isLeftAlign\" id=\"label_18\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">SHIFTS AVAILABLE TO WORK:<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_18_description\"><span>Click all that apply<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_18\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"3\" data-component=\"checkbox\"><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_18_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q18_shiftsAvailable[]\" value=\"Full Time\" id=\"input_18_0\" required=\"\" aria-describedby=\"label_18\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Full Time<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_18_1\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q18_shiftsAvailable[]\" value=\"Part Time\" id=\"input_18_1\" required=\"\" aria-describedby=\"label_18\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Part Time<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_18_2\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q18_shiftsAvailable[]\" value=\"Temporary\" id=\"input_18_2\" required=\"\" aria-describedby=\"label_18\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Temporary<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_18_3\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q18_shiftsAvailable[]\" value=\"Weekends\" id=\"input_18_3\" required=\"\" aria-describedby=\"label_18\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Weekends<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_18_4\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q18_shiftsAvailable[]\" value=\"1st Shift\" id=\"input_18_4\" required=\"\" aria-describedby=\"label_18\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">1st Shift<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_18_5\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q18_shiftsAvailable[]\" value=\"2nd Shift\" id=\"input_18_5\" required=\"\" aria-describedby=\"label_18\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">2nd Shift<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-checkbox-item\"><label data-id=\"label_input_18_6\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox validate[required]\" name=\"q18_shiftsAvailable[]\" value=\"3rd Shift\" id=\"input_18_6\" required=\"\" aria-describedby=\"label_18\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">3rd Shift<\/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_widget\" id=\"id_19\"><div id=\"cid_19\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_widget\"><div class=\"jfCard-index\"><div>15<\/div><\/div><div class=\"jfCard-question\" data-widget-id=\"528eea9eec60d3b530000005\"><label for=\"input_19\" class=\"jfQuestion-label isLeftAlign\" id=\"label_19\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Date available to start: <\/span><\/label><span class=\"jfQuestion-description\" id=\"input_19_description\"><span>If immediately, enter todays date.<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField jfWidget form-input\" dataType=\"textbox\" data-widget-id=\"528eea9eec60d3b530000005\"><div class=\"jfWidget-frame\" style=\"text-align:left\" data-component=\"widget-field\"><iframe frameBorder=\"0\" scrolling=\"yes\" allowTransparency=\"true\" allow=\"geolocation; microphone; camera; autoplay; encrypted-media; fullscreen\" data-type=\"iframe\" class=\"custom-field-frame\" id=\"customFieldFrame_19\" title=\"DateTime Single\" src=\"\" style=\"border:none;width:400px;height:50px\" data-width=\"400\" data-height=\"50\"><\/iframe><div class=\"widget-inputs-wrapper\"><input type=\"hidden\" id=\"input_19\" class=\"form-hidden form-widget \" name=\"q19_dateAvailable\" value=\"\"\/><input type=\"hidden\" id=\"widget_settings_19\" class=\"form-hidden form-widget-settings\" value=\"%5B%7B%22name%22%3A%22dateFormat%22%2C%22value%22%3A%22MM%2FDD%2FYYYY%20hh%3Amm%22%7D%2C%7B%22name%22%3A%22timeEnabled%22%2C%22value%22%3A%22Disabled%22%7D%2C%7B%22name%22%3A%22timeFormat%22%2C%22value%22%3A%2224hr%22%7D%2C%7B%22name%22%3A%22minuteInterval%22%2C%22value%22%3A%2230%22%7D%2C%7B%22name%22%3A%22emptyDefaultDate%22%2C%22value%22%3A%22Yes%22%7D%2C%7B%22name%22%3A%22fitToContent%22%2C%22value%22%3A%22Enabled%22%7D%2C%7B%22name%22%3A%22hide%22%2C%22value%22%3A%22No%22%7D%5D\" data-version=\"2\"\/><\/div><\/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_textarea\" id=\"id_20\"><div id=\"cid_20\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textarea\"><div class=\"jfCard-index\"><div>16<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_20\" class=\"jfQuestion-label isLeftAlign\" id=\"label_20\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">If living in Lake County less than 5 years, please list all cities & states you have resided in within the last 5 years.<\/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\" data-render-type=\"mde\"><div class=\"jfField\"><textarea id=\"input_20\" name=\"q20_ifLiving20\" placeholder=\"Type here...\" class=\"mdInput form-textarea\"><\/textarea><div id=\"input_20_editor\" class=\"jfTextarea-editor\" role=\"textbox\" aria-multiline=\"true\" contenteditable=\"true\" data-placeholder=\"Type here...\"><\/div><div class=\"jfTextarea-infoSpan isHidden\"><span class=\"jfTextarea-limitSpan\"><\/span><span class=\"jfTextarea-modeSpan\"><\/span><\/div><\/div><\/div><\/div><div class=\"jfToolbar\" id=\"input_20_toolbar\" role=\"toolbar\" aria-label=\"Text Formatting\"><div id=\"input_20_fontSize\" data-command=\"heading\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Font Size\" aria-controls=\"input_20_fontSize_menu\" aria-expanded=\"false\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-fontSize \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>TextSize<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 6.000000)\"><g fill-rule=\"nonzero\"><path d=\"M2.34756098,2.5 L16.902439,2.5 L16.902439,4.25 C16.902439,4.94035594 17.4279584,5.5 18.0762195,5.5 C18.7244806,5.5 19.25,4.94035594 19.25,4.25 L19.25,1.25 C19.25,0.559644063 18.7244806,0 18.0762195,0 L1.17378049,0 C0.525519425,0 0,0.559644063 0,1.25 L0,4.25 C0,4.94035594 0.525519425,5.5 1.17378049,5.5 C1.82204155,5.5 2.34756098,4.94035594 2.34756098,4.25 L2.34756098,2.5 Z\"><\/path><path d=\"M5.25,20.5 L13.25,20.5 C13.9403559,20.5 14.5,19.9403559 14.5,19.25 C14.5,18.5596441 13.9403559,18 13.25,18 L5.25,18 C4.55964406,18 4,18.5596441 4,19.25 C4,19.9403559 4.55964406,20.5 5.25,20.5 Z\"><\/path><path d=\"M8,1.25 L8,19.25 C8,19.9403559 8.55964406,20.5 9.25,20.5 C9.94035594,20.5 10.5,19.9403559 10.5,19.25 L10.5,1.25 C10.5,0.559644063 9.94035594,0 9.25,0 C8.55964406,0 8,0.559644063 8,1.25 Z\"><\/path><\/g><g transform=\"translate(15.000000, 8.700000)\"><path d=\"M1.4609612,1.70000076 L10.5189207,1.70000076 L10.5390388,2.45720466 C10.5390388,2.75698225 10.8660861,3 11.2695194,3 C11.6729527,3 12,2.75698225 12,2.45720466 L11.9798819,0.542795343 C11.9798819,0.243017753 11.6528346,0 11.2494013,0 L0.730480602,0 C0.327047306,0 0,0.243017753 0,0.542795343 L0.0201181228,2.45720466 C0.0201181228,2.75698225 0.347165428,3 0.750598725,3 C1.15403202,3 1.48107933,2.75698225 1.48107933,2.45720466 L1.4609612,1.70000076 Z\" fill-rule=\"nonzero\"><\/path><path d=\"M5,1.6097561 L5,10.3902439 C5,10.7270029 5.44771525,11 6,11 C6.55228475,11 7,10.7270029 7,10.3902439 L7,1.6097561 C7,1.2729971 6.55228475,1 6,1 C5.44771525,1 5,1.2729971 5,1.6097561 Z\" fill-rule=\"nonzero\"><\/path><rect x=\"2\" y=\"10\" width=\"8\" height=\"1.79999995\" rx=\"0.899999976\"><\/rect><\/g><\/g><\/g><\/g><\/svg><\/span><\/div><ul class=\"jfToolbar-select jfToolbar-select-heading\" data-command=\"heading\" role=\"menu\" id=\"input_20_fontSize_menu\"><li data-value=\"1\" style=\"font-size:2em\" data-selected=\"true\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"true\">Huge<\/li><li data-value=\"3\" style=\"font-size:1.17em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Large<\/li><li data-value=\"5\" style=\"font-size:0.83em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Normal<\/li><li data-value=\"6\" style=\"font-size:0.67em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Small<\/li><\/ul><\/div><div id=\"input_20_bold\" data-command=\"bold\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Bold\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-bold \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Bold<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M2.47159091,2.5 L2.47159091,8.75 L8.65056818,8.75 C9.96967752,8.75 11.1221591,7.38998343 11.1221591,5.625 C11.1221591,3.86001657 9.96967752,2.5 8.65056818,2.5 L2.47159091,2.5 Z M1.23579545,0 L8.65056818,0 C11.4265247,0 13.59375,2.55749187 13.59375,5.625 C13.59375,8.69250813 11.4265247,11.25 8.65056818,11.25 L1.23579545,11.25 C0.553284471,11.25 0,10.6903559 0,10 L0,1.25 C0,0.559644063 0.553284471,0 1.23579545,0 Z\"><\/path><path d=\"M2.5,11.40625 L2.5,17.65625 L9.90384615,17.65625 C11.2992605,17.65625 12.5,16.2904088 12.5,14.53125 C12.5,12.7720912 11.2992605,11.40625 9.90384615,11.40625 L2.5,11.40625 Z M1.25,8.90625 L9.90384615,8.90625 C12.7567761,8.90625 15,11.4579172 15,14.53125 C15,17.6045828 12.7567761,20.15625 9.90384615,20.15625 L1.25,20.15625 C0.559644063,20.15625 0,19.5966059 0,18.90625 L0,10.15625 C0,9.46589406 0.559644063,8.90625 1.25,8.90625 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_20_italic\" data-command=\"italic\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Italic\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-italic \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Italic<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M13.5882353,0 L4.94117647,0 C4.25894237,0 3.70588235,0.553060015 3.70588235,1.23529412 C3.70588235,1.91752822 4.25894237,2.47058824 4.94117647,2.47058824 L13.5882353,2.47058824 C14.2704694,2.47058824 14.8235294,1.91752822 14.8235294,1.23529412 C14.8235294,0.553060015 14.2704694,0 13.5882353,0 Z\"><\/path><path d=\"M9.88235294,17.2941176 L1.23529412,17.2941176 C0.553060015,17.2941176 0,17.8471777 0,18.5294118 C0,19.2116459 0.553060015,19.7647059 1.23529412,19.7647059 L9.88235294,19.7647059 C10.564587,19.7647059 11.1176471,19.2116459 11.1176471,18.5294118 C11.1176471,17.8471777 10.564587,17.2941176 9.88235294,17.2941176 Z\"><\/path><path d=\"M8.69458806,0.895932724 L3.75341159,18.1900504 C3.56598747,18.8460348 3.94583065,19.5297525 4.60181508,19.7171766 C5.2577995,19.9046008 5.94151722,19.5247576 6.12894135,18.8687732 L11.0701178,1.57465551 C11.2575419,0.918671083 10.8776988,0.234953363 10.2217143,0.0475292411 C9.56572991,-0.139894881 8.88201219,0.239948297 8.69458806,0.895932724 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_20_underline\" data-command=\"underline\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Underline\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-underline \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(7.000000, 5.000000)\"><path d=\"M2.15909091,1.29545455 L2.15909091,8.27097902 C2.15909091,12.2813233 5.34161889,15.5454545 9.28409091,15.5454545 C13.2265629,15.5454545 16.4090909,12.2813233 16.4090909,8.27097902 L16.4090909,1.29545455 C16.4090909,0.579994756 15.8290962,0 15.1136364,0 C14.3981766,0 13.8181818,0.579994756 13.8181818,1.29545455 L13.8181818,8.27097902 C13.8181818,10.864879 11.780757,12.9545455 9.28409091,12.9545455 C6.78742483,12.9545455 4.75,10.864879 4.75,8.27097902 L4.75,1.29545455 C4.75,0.579994756 4.17000524,0 3.45454545,0 C2.73908566,0 2.15909091,0.579994756 2.15909091,1.29545455 Z\"><\/path><path d=\"M1.29545455,20.7272727 L16.8409091,20.7272727 C17.5563689,20.7272727 18.1363636,20.147278 18.1363636,19.4318182 C18.1363636,18.7163584 17.5563689,18.1363636 16.8409091,18.1363636 L1.29545455,18.1363636 C0.579994756,18.1363636 0,18.7163584 0,19.4318182 C0,20.147278 0.579994756,20.7272727 1.29545455,20.7272727 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_20_createLink\" data-command=\"createLink\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Link\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-createLink \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline Copy<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(6.000000, 6.000000)\"><path d=\"M8.12250978,12.0615096 C9.11153092,13.434589 10.6344227,14.2986277 12.2960505,14.422209 C13.960001,14.5459629 15.5906008,13.9142984 16.7617681,12.6976288 L19.3990078,9.95891998 C21.5549175,7.64114792 21.5244655,4.00194322 19.3454622,1.73910167 C17.139984,-0.551233494 13.5527271,-0.583605157 11.3086344,1.66720454 L9.78321622,3.24190674 C9.27889786,3.76258411 9.29215946,4.59350732 9.81283683,5.09782568 C10.3335142,5.60214404 11.1644374,5.58888244 11.6687558,5.06820507 L13.1808677,3.50704343 C14.3730084,2.31152892 16.2689674,2.32863819 17.4546094,3.55989839 C18.6667264,4.81865222 18.683922,6.87363295 17.492498,8.15466767 L14.8707504,10.8770033 C14.2384113,11.5339102 13.371049,11.8699104 12.4907435,11.804439 C11.6081154,11.7387948 10.7913272,11.275376 10.2524902,10.527297 C9.82882911,9.93911912 9.00857156,9.80575194 8.4203937,10.2294131 C7.83221584,10.6530742 7.69884867,11.4733317 8.12250978,12.0615096 Z\"><\/path><path d=\"M12.8774902,8.93849043 C11.8884691,7.56541104 10.3655773,6.70137225 8.70394945,6.57779104 C7.03999899,6.45403709 5.40939918,7.08570163 4.23823187,8.30237124 L1.60099221,11.04108 C-0.554917535,13.3588521 -0.524465488,16.9980568 1.65453778,19.2608983 C3.86001604,21.5512335 7.4472729,21.5836052 9.69136555,19.3327955 L11.2106491,17.7553425 C11.7134482,17.2331979 11.6977656,16.4023168 11.175621,15.8995177 C10.6534764,15.3967186 9.82259538,15.4124012 9.31979625,15.9345457 L7.81647565,17.4957074 C6.62699163,18.6884711 4.7310326,18.6713618 3.54539059,17.4401016 C2.33327358,16.1813478 2.31607797,14.1263671 3.50750204,12.8453323 L6.12924958,10.1229967 C6.76158874,9.46608985 7.62895105,9.13008955 8.50925653,9.19556102 C9.39188462,9.26120523 10.2086728,9.72462402 10.7475098,10.472703 C11.1711709,11.0608809 11.9914284,11.1942481 12.5796063,10.7705869 C13.1677842,10.3469258 13.3011513,9.52666829 12.8774902,8.93849043 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forUrl\"><input type=\"url\" id=\"modalLinkUrl_input_20\" class=\"jfModal-input jfModal-modalLinkUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter URL\" aria-label=\"link url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_20_ul\" data-command=\"insertUnorderedList\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Bullet List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-ul \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>NumberList Copy 2<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><circle cx=\"3\" cy=\"3\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"8\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"13\" r=\"1\"><\/circle><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_20_ol\" data-command=\"insertOrderedList\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Numbered List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-ol \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(1.000000, 1.000000)\"><path d=\"M0,11 L2,11 L2,11.5 L1,11.5 L1,12.5 L2,12.5 L2,13 L0,13 L0,14 L3,14 L3,10 L0,10 L0,11 Z M0,6 L1.8,6 L0,8.1 L0,9 L3,9 L3,8 L1.2,8 L3,5.9 L3,5 L0,5 L0,6 Z M1,4 L2,4 L2,0 L0,0 L0,1 L1,1 L1,4 Z\"><\/path><\/g><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\"><\/rect><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_20_quote\" data-command=\"formatBlock\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Quote Paragraph\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-quote \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>quote<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(10.000000, 11.000000)\"><path d=\"M9.68229167,9.75 L10.4783857,9.75 L10.4783857,9.75 C10.8611857,9.75 11.2103962,9.53147077 11.3777535,9.18719271 L12.8993679,6.0570147 L12.8993679,6.0570147 C12.9655901,5.92078603 13,5.77129358 13,5.61982199 L13,1 L13,1 C13,0.44771525 12.5522847,1.20591542e-16 12,2.22044605e-16 L8.3125,0 L8.3125,0 C7.76021525,1.01453063e-16 7.3125,0.44771525 7.3125,1 L7.3125,4.85 L7.3125,4.85 C7.3125,5.40228475 7.76021525,5.85 8.3125,5.85 L8.734375,5.85 L8.734375,5.85 C9.22578821,5.85 9.62415732,6.24836912 9.62415732,6.73978232 C9.62415732,6.87455906 9.59354003,7.0075748 9.53461662,7.12878867 L8.88205005,8.47121133 L8.88205005,8.47121133 C8.66720778,8.91317258 8.85132408,9.44561702 9.29328532,9.6604593 C9.41449919,9.7193827 9.54751493,9.75 9.68229167,9.75 Z\"><\/path><path d=\"M2.36979167,9.75 L3.16588569,9.75 L3.16588569,9.75 C3.54868575,9.75 3.89789615,9.53147077 4.06525355,9.18719271 L5.58686785,6.0570147 L5.58686785,6.0570147 C5.65309013,5.92078603 5.6875,5.77129358 5.6875,5.61982199 L5.6875,1 L5.6875,1 C5.6875,0.44771525 5.23978475,1.20591542e-16 4.6875,2.22044605e-16 L1,0 L1,0 C0.44771525,1.01453063e-16 -6.76353751e-17,0.44771525 0,1 L0,4.85 L0,4.85 C-4.22892021e-16,5.40228475 0.44771525,5.85 1,5.85 L1.421875,5.85 L1.421875,5.85 C1.91328821,5.85 2.31165732,6.24836912 2.31165732,6.73978232 C2.31165732,6.87455906 2.28104003,7.0075748 2.22211662,7.12878867 L1.56955005,8.47121133 L1.56955005,8.47121133 C1.35470778,8.91317258 1.53882408,9.44561702 1.98078532,9.6604593 C2.10199919,9.7193827 2.23501493,9.75 2.36979167,9.75 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_20_hr\" data-command=\"insertHorizontalRule\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Horizontal Line\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-hr \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Break<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 14.000000)\"><path d=\"M1.5625,3.125 L23.4375,3.125 C24.3004449,3.125 25,2.42544492 25,1.5625 C25,0.699555078 24.3004449,0 23.4375,0 L1.5625,0 C0.699555078,0 0,0.699555078 0,1.5625 C0,2.42544492 0.699555078,3.125 1.5625,3.125 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_20_imagePicker\" data-command=\"insertImage\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Image\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-imagePicker \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Image<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 4.000000)\"><path d=\"M4.23529412,2.82352941 C3.455598,2.82352941 2.82352941,3.455598 2.82352941,4.23529412 L2.82352941,19.7647059 C2.82352941,20.544402 3.455598,21.1764706 4.23529412,21.1764706 L19.7647059,21.1764706 C20.544402,21.1764706 21.1764706,20.544402 21.1764706,19.7647059 L21.1764706,4.23529412 C21.1764706,3.455598 20.544402,2.82352941 19.7647059,2.82352941 L4.23529412,2.82352941 Z M4.23529412,0 L19.7647059,0 C22.1037942,-3.13474736e-16 24,1.89620577 24,4.23529412 L24,19.7647059 C24,22.1037942 22.1037942,24 19.7647059,24 L4.23529412,24 C1.89620577,24 3.13474736e-16,22.1037942 0,19.7647059 L0,4.23529412 C-3.13474736e-16,1.89620577 1.89620577,4.70212105e-16 4.23529412,0 Z\" fill-rule=\"nonzero\"><\/path><circle cx=\"8\" cy=\"8\" r=\"2\"><\/circle><path d=\"M21.5506729,16.416153 C22.1109903,16.9757102 23.0194444,16.9757102 23.5797619,16.416153 C24.1400794,15.8565958 24.1400794,14.9493743 23.5797619,14.3898171 L17.601501,8.4196679 C17.0411836,7.8601107 16.1327295,7.8601107 15.572412,8.4196679 L2.4202381,21.5539963 C1.85992063,22.1135534 1.85992063,23.0207749 2.4202381,23.5803321 C2.98055556,24.1398893 3.88900966,24.1398893 4.44932712,23.5803321 L16.5869565,11.4591717 L21.5506729,16.416153 Z\" fill-rule=\"nonzero\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forImage\"><input type=\"url\" id=\"modalImageUrl_input_20\" class=\"jfModal-input jfModal-modalImageUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter image URL\" aria-label=\"image url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_20_emoji\" data-command=\"insertEmoji\" class=\"jfToolbar-item hasDropdown forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Emoji\" aria-haspopup=\"true\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-emoji \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Smiley<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 3.000000)\"><path d=\"M19.4451446,16.0843869 C19.0223005,17.4164151 18.2337534,18.4897437 17.0795033,19.3043725 C15.9252533,20.1190014 14.6224364,20.5263158 13.1710526,20.5263158 C11.7196689,20.5263158 10.416852,20.1190014 9.26260193,19.3043725 C8.10835187,18.4897437 7.31980479,17.4164151 6.89696071,16.0843869 C6.80553496,15.8091744 6.8283914,15.5422183 6.96553002,15.2835186 C7.10266864,15.0248189 7.31980479,14.8514351 7.61693847,14.7633671 C7.90264393,14.6752991 8.17977823,14.6973161 8.44834136,14.8294181 C8.7169045,14.9615201 8.89689894,15.1706815 8.98832468,15.4569025 C9.27403015,16.3375823 9.80258525,17.0503826 10.57399,17.5953032 C11.3453947,18.1402239 12.2110823,18.4126842 13.1710526,18.4126842 C14.131023,18.4126842 14.9967105,18.1402239 15.7681153,17.5953032 C16.53952,17.0503826 17.0680751,16.3375823 17.3537806,15.4569025 C17.4452063,15.1706815 17.6280578,14.9615201 17.9023351,14.8294181 C18.1766123,14.6973161 18.4566037,14.6752991 18.7423091,14.7633671 C19.0280146,14.8514351 19.2394366,15.0248189 19.3765752,15.2835186 C19.5137139,15.5422183 19.5365703,15.8091744 19.4451446,16.0843869 Z M10.9473684,8.72368421 C10.9473684,9.33751371 10.7302118,9.86158512 10.2958984,10.2958984 C9.86158512,10.7302118 9.33751371,10.9473684 8.72368421,10.9473684 C8.10985471,10.9473684 7.58578331,10.7302118 7.15146998,10.2958984 C6.71715666,9.86158512 6.5,9.33751371 6.5,8.72368421 C6.5,8.10985471 6.71715666,7.58578331 7.15146998,7.15146998 C7.58578331,6.71715666 8.10985471,6.5 8.72368421,6.5 C9.33751371,6.5 9.86158512,6.71715666 10.2958984,7.15146998 C10.7302118,7.58578331 10.9473684,8.10985471 10.9473684,8.72368421 Z M19.5,8.72368421 C19.5,9.33751371 19.2828433,9.86158512 18.84853,10.2958984 C18.4142167,10.7302118 17.8901453,10.9473684 17.2763158,10.9473684 C16.6624863,10.9473684 16.1384149,10.7302118 15.7041016,10.2958984 C15.2697882,9.86158512 15.0526316,9.33751371 15.0526316,8.72368421 C15.0526316,8.10985471 15.2697882,7.58578331 15.7041016,7.15146998 C16.1384149,6.71715666 16.6624863,6.5 17.2763158,6.5 C17.8901453,6.5 18.4142167,6.71715666 18.84853,7.15146998 C19.2828433,7.58578331 19.5,8.10985471 19.5,8.72368421 Z M23.6052632,12.8289474 C23.6052632,11.3696546 23.3190173,9.97490748 22.7465255,8.644706 C22.1740337,7.31450452 21.407905,6.16952097 20.4481394,5.20975535 C19.4883738,4.24998972 18.3433902,3.48386102 17.0131887,2.91136924 C15.6829873,2.33887747 14.2882401,2.05263158 12.8289474,2.05263158 C11.3696546,2.05263158 9.97490748,2.33887747 8.644706,2.91136924 C7.31450452,3.48386102 6.16952097,4.24998972 5.20975535,5.20975535 C4.24998972,6.16952097 3.48386102,7.31450452 2.91136924,8.644706 C2.33887747,9.97490748 2.05263158,11.3696546 2.05263158,12.8289474 C2.05263158,14.2882401 2.33887747,15.6829873 2.91136924,17.0131887 C3.48386102,18.3433902 4.24998972,19.4883738 5.20975535,20.4481394 C6.16952097,21.407905 7.31450452,22.1740337 8.644706,22.7465255 C9.97490748,23.3190173 11.3696546,23.6052632 12.8289474,23.6052632 C14.2882401,23.6052632 15.6829873,23.3190173 17.0131887,22.7465255 C18.3433902,22.1740337 19.4883738,21.407905 20.4481394,20.4481394 C21.407905,19.4883738 22.1740337,18.3433902 22.7465255,17.0131887 C23.3190173,15.6829873 23.6052632,14.2882401 23.6052632,12.8289474 Z M26,13 C26,15.3585069 25.4188368,17.5336372 24.2565104,19.5253906 C23.094184,21.5171441 21.5171441,23.094184 19.5253906,24.2565104 C17.5336372,25.4188368 15.3585069,26 13,26 C10.6414931,26 8.46636285,25.4188368 6.47460938,24.2565104 C4.4828559,23.094184 2.90581597,21.5171441 1.74348958,19.5253906 C0.581163194,17.5336372 0,15.3585069 0,13 C0,10.6414931 0.581163194,8.46636285 1.74348958,6.47460938 C2.90581597,4.4828559 4.4828559,2.90581597 6.47460938,1.74348958 C8.46636285,0.581163194 10.6414931,0 13,0 C15.3585069,0 17.5336372,0.581163194 19.5253906,1.74348958 C21.5171441,2.90581597 23.094184,4.4828559 24.2565104,6.47460938 C25.4188368,8.46636285 26,10.6414931 26,13 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textarea\" id=\"id_21\"><div id=\"cid_21\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textarea\"><div class=\"jfCard-index\"><div>17<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_21\" class=\"jfQuestion-label isLeftAlign\" id=\"label_21\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Please list any Certifications, Training or Special Skills:<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_21_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"textarea\" data-render-type=\"mde\"><div class=\"jfField\"><textarea id=\"input_21\" name=\"q21_pleaseList21\" placeholder=\"Type here...\" class=\"mdInput form-textarea\"><\/textarea><div id=\"input_21_editor\" class=\"jfTextarea-editor\" role=\"textbox\" aria-multiline=\"true\" contenteditable=\"true\" data-placeholder=\"Type here...\"><\/div><div class=\"jfTextarea-infoSpan isHidden\"><span class=\"jfTextarea-limitSpan\"><\/span><span class=\"jfTextarea-modeSpan\"><\/span><\/div><\/div><\/div><\/div><div class=\"jfToolbar\" id=\"input_21_toolbar\" role=\"toolbar\" aria-label=\"Text Formatting\"><div id=\"input_21_fontSize\" data-command=\"heading\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Font Size\" aria-controls=\"input_21_fontSize_menu\" aria-expanded=\"false\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-fontSize \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>TextSize<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 6.000000)\"><g fill-rule=\"nonzero\"><path d=\"M2.34756098,2.5 L16.902439,2.5 L16.902439,4.25 C16.902439,4.94035594 17.4279584,5.5 18.0762195,5.5 C18.7244806,5.5 19.25,4.94035594 19.25,4.25 L19.25,1.25 C19.25,0.559644063 18.7244806,0 18.0762195,0 L1.17378049,0 C0.525519425,0 0,0.559644063 0,1.25 L0,4.25 C0,4.94035594 0.525519425,5.5 1.17378049,5.5 C1.82204155,5.5 2.34756098,4.94035594 2.34756098,4.25 L2.34756098,2.5 Z\"><\/path><path d=\"M5.25,20.5 L13.25,20.5 C13.9403559,20.5 14.5,19.9403559 14.5,19.25 C14.5,18.5596441 13.9403559,18 13.25,18 L5.25,18 C4.55964406,18 4,18.5596441 4,19.25 C4,19.9403559 4.55964406,20.5 5.25,20.5 Z\"><\/path><path d=\"M8,1.25 L8,19.25 C8,19.9403559 8.55964406,20.5 9.25,20.5 C9.94035594,20.5 10.5,19.9403559 10.5,19.25 L10.5,1.25 C10.5,0.559644063 9.94035594,0 9.25,0 C8.55964406,0 8,0.559644063 8,1.25 Z\"><\/path><\/g><g transform=\"translate(15.000000, 8.700000)\"><path d=\"M1.4609612,1.70000076 L10.5189207,1.70000076 L10.5390388,2.45720466 C10.5390388,2.75698225 10.8660861,3 11.2695194,3 C11.6729527,3 12,2.75698225 12,2.45720466 L11.9798819,0.542795343 C11.9798819,0.243017753 11.6528346,0 11.2494013,0 L0.730480602,0 C0.327047306,0 0,0.243017753 0,0.542795343 L0.0201181228,2.45720466 C0.0201181228,2.75698225 0.347165428,3 0.750598725,3 C1.15403202,3 1.48107933,2.75698225 1.48107933,2.45720466 L1.4609612,1.70000076 Z\" fill-rule=\"nonzero\"><\/path><path d=\"M5,1.6097561 L5,10.3902439 C5,10.7270029 5.44771525,11 6,11 C6.55228475,11 7,10.7270029 7,10.3902439 L7,1.6097561 C7,1.2729971 6.55228475,1 6,1 C5.44771525,1 5,1.2729971 5,1.6097561 Z\" fill-rule=\"nonzero\"><\/path><rect x=\"2\" y=\"10\" width=\"8\" height=\"1.79999995\" rx=\"0.899999976\"><\/rect><\/g><\/g><\/g><\/g><\/svg><\/span><\/div><ul class=\"jfToolbar-select jfToolbar-select-heading\" data-command=\"heading\" role=\"menu\" id=\"input_21_fontSize_menu\"><li data-value=\"1\" style=\"font-size:2em\" data-selected=\"true\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"true\">Huge<\/li><li data-value=\"3\" style=\"font-size:1.17em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Large<\/li><li data-value=\"5\" style=\"font-size:0.83em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Normal<\/li><li data-value=\"6\" style=\"font-size:0.67em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Small<\/li><\/ul><\/div><div id=\"input_21_bold\" data-command=\"bold\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Bold\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-bold \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Bold<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M2.47159091,2.5 L2.47159091,8.75 L8.65056818,8.75 C9.96967752,8.75 11.1221591,7.38998343 11.1221591,5.625 C11.1221591,3.86001657 9.96967752,2.5 8.65056818,2.5 L2.47159091,2.5 Z M1.23579545,0 L8.65056818,0 C11.4265247,0 13.59375,2.55749187 13.59375,5.625 C13.59375,8.69250813 11.4265247,11.25 8.65056818,11.25 L1.23579545,11.25 C0.553284471,11.25 0,10.6903559 0,10 L0,1.25 C0,0.559644063 0.553284471,0 1.23579545,0 Z\"><\/path><path d=\"M2.5,11.40625 L2.5,17.65625 L9.90384615,17.65625 C11.2992605,17.65625 12.5,16.2904088 12.5,14.53125 C12.5,12.7720912 11.2992605,11.40625 9.90384615,11.40625 L2.5,11.40625 Z M1.25,8.90625 L9.90384615,8.90625 C12.7567761,8.90625 15,11.4579172 15,14.53125 C15,17.6045828 12.7567761,20.15625 9.90384615,20.15625 L1.25,20.15625 C0.559644063,20.15625 0,19.5966059 0,18.90625 L0,10.15625 C0,9.46589406 0.559644063,8.90625 1.25,8.90625 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_21_italic\" data-command=\"italic\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Italic\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-italic \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Italic<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M13.5882353,0 L4.94117647,0 C4.25894237,0 3.70588235,0.553060015 3.70588235,1.23529412 C3.70588235,1.91752822 4.25894237,2.47058824 4.94117647,2.47058824 L13.5882353,2.47058824 C14.2704694,2.47058824 14.8235294,1.91752822 14.8235294,1.23529412 C14.8235294,0.553060015 14.2704694,0 13.5882353,0 Z\"><\/path><path d=\"M9.88235294,17.2941176 L1.23529412,17.2941176 C0.553060015,17.2941176 0,17.8471777 0,18.5294118 C0,19.2116459 0.553060015,19.7647059 1.23529412,19.7647059 L9.88235294,19.7647059 C10.564587,19.7647059 11.1176471,19.2116459 11.1176471,18.5294118 C11.1176471,17.8471777 10.564587,17.2941176 9.88235294,17.2941176 Z\"><\/path><path d=\"M8.69458806,0.895932724 L3.75341159,18.1900504 C3.56598747,18.8460348 3.94583065,19.5297525 4.60181508,19.7171766 C5.2577995,19.9046008 5.94151722,19.5247576 6.12894135,18.8687732 L11.0701178,1.57465551 C11.2575419,0.918671083 10.8776988,0.234953363 10.2217143,0.0475292411 C9.56572991,-0.139894881 8.88201219,0.239948297 8.69458806,0.895932724 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_21_underline\" data-command=\"underline\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Underline\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-underline \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(7.000000, 5.000000)\"><path d=\"M2.15909091,1.29545455 L2.15909091,8.27097902 C2.15909091,12.2813233 5.34161889,15.5454545 9.28409091,15.5454545 C13.2265629,15.5454545 16.4090909,12.2813233 16.4090909,8.27097902 L16.4090909,1.29545455 C16.4090909,0.579994756 15.8290962,0 15.1136364,0 C14.3981766,0 13.8181818,0.579994756 13.8181818,1.29545455 L13.8181818,8.27097902 C13.8181818,10.864879 11.780757,12.9545455 9.28409091,12.9545455 C6.78742483,12.9545455 4.75,10.864879 4.75,8.27097902 L4.75,1.29545455 C4.75,0.579994756 4.17000524,0 3.45454545,0 C2.73908566,0 2.15909091,0.579994756 2.15909091,1.29545455 Z\"><\/path><path d=\"M1.29545455,20.7272727 L16.8409091,20.7272727 C17.5563689,20.7272727 18.1363636,20.147278 18.1363636,19.4318182 C18.1363636,18.7163584 17.5563689,18.1363636 16.8409091,18.1363636 L1.29545455,18.1363636 C0.579994756,18.1363636 0,18.7163584 0,19.4318182 C0,20.147278 0.579994756,20.7272727 1.29545455,20.7272727 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_21_createLink\" data-command=\"createLink\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Link\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-createLink \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline Copy<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(6.000000, 6.000000)\"><path d=\"M8.12250978,12.0615096 C9.11153092,13.434589 10.6344227,14.2986277 12.2960505,14.422209 C13.960001,14.5459629 15.5906008,13.9142984 16.7617681,12.6976288 L19.3990078,9.95891998 C21.5549175,7.64114792 21.5244655,4.00194322 19.3454622,1.73910167 C17.139984,-0.551233494 13.5527271,-0.583605157 11.3086344,1.66720454 L9.78321622,3.24190674 C9.27889786,3.76258411 9.29215946,4.59350732 9.81283683,5.09782568 C10.3335142,5.60214404 11.1644374,5.58888244 11.6687558,5.06820507 L13.1808677,3.50704343 C14.3730084,2.31152892 16.2689674,2.32863819 17.4546094,3.55989839 C18.6667264,4.81865222 18.683922,6.87363295 17.492498,8.15466767 L14.8707504,10.8770033 C14.2384113,11.5339102 13.371049,11.8699104 12.4907435,11.804439 C11.6081154,11.7387948 10.7913272,11.275376 10.2524902,10.527297 C9.82882911,9.93911912 9.00857156,9.80575194 8.4203937,10.2294131 C7.83221584,10.6530742 7.69884867,11.4733317 8.12250978,12.0615096 Z\"><\/path><path d=\"M12.8774902,8.93849043 C11.8884691,7.56541104 10.3655773,6.70137225 8.70394945,6.57779104 C7.03999899,6.45403709 5.40939918,7.08570163 4.23823187,8.30237124 L1.60099221,11.04108 C-0.554917535,13.3588521 -0.524465488,16.9980568 1.65453778,19.2608983 C3.86001604,21.5512335 7.4472729,21.5836052 9.69136555,19.3327955 L11.2106491,17.7553425 C11.7134482,17.2331979 11.6977656,16.4023168 11.175621,15.8995177 C10.6534764,15.3967186 9.82259538,15.4124012 9.31979625,15.9345457 L7.81647565,17.4957074 C6.62699163,18.6884711 4.7310326,18.6713618 3.54539059,17.4401016 C2.33327358,16.1813478 2.31607797,14.1263671 3.50750204,12.8453323 L6.12924958,10.1229967 C6.76158874,9.46608985 7.62895105,9.13008955 8.50925653,9.19556102 C9.39188462,9.26120523 10.2086728,9.72462402 10.7475098,10.472703 C11.1711709,11.0608809 11.9914284,11.1942481 12.5796063,10.7705869 C13.1677842,10.3469258 13.3011513,9.52666829 12.8774902,8.93849043 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forUrl\"><input type=\"url\" id=\"modalLinkUrl_input_21\" class=\"jfModal-input jfModal-modalLinkUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter URL\" aria-label=\"link url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_21_ul\" data-command=\"insertUnorderedList\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Bullet List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-ul \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>NumberList Copy 2<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><circle cx=\"3\" cy=\"3\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"8\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"13\" r=\"1\"><\/circle><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_21_ol\" data-command=\"insertOrderedList\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Numbered List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-ol \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(1.000000, 1.000000)\"><path d=\"M0,11 L2,11 L2,11.5 L1,11.5 L1,12.5 L2,12.5 L2,13 L0,13 L0,14 L3,14 L3,10 L0,10 L0,11 Z M0,6 L1.8,6 L0,8.1 L0,9 L3,9 L3,8 L1.2,8 L3,5.9 L3,5 L0,5 L0,6 Z M1,4 L2,4 L2,0 L0,0 L0,1 L1,1 L1,4 Z\"><\/path><\/g><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\"><\/rect><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_21_quote\" data-command=\"formatBlock\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Quote Paragraph\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-quote \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>quote<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(10.000000, 11.000000)\"><path d=\"M9.68229167,9.75 L10.4783857,9.75 L10.4783857,9.75 C10.8611857,9.75 11.2103962,9.53147077 11.3777535,9.18719271 L12.8993679,6.0570147 L12.8993679,6.0570147 C12.9655901,5.92078603 13,5.77129358 13,5.61982199 L13,1 L13,1 C13,0.44771525 12.5522847,1.20591542e-16 12,2.22044605e-16 L8.3125,0 L8.3125,0 C7.76021525,1.01453063e-16 7.3125,0.44771525 7.3125,1 L7.3125,4.85 L7.3125,4.85 C7.3125,5.40228475 7.76021525,5.85 8.3125,5.85 L8.734375,5.85 L8.734375,5.85 C9.22578821,5.85 9.62415732,6.24836912 9.62415732,6.73978232 C9.62415732,6.87455906 9.59354003,7.0075748 9.53461662,7.12878867 L8.88205005,8.47121133 L8.88205005,8.47121133 C8.66720778,8.91317258 8.85132408,9.44561702 9.29328532,9.6604593 C9.41449919,9.7193827 9.54751493,9.75 9.68229167,9.75 Z\"><\/path><path d=\"M2.36979167,9.75 L3.16588569,9.75 L3.16588569,9.75 C3.54868575,9.75 3.89789615,9.53147077 4.06525355,9.18719271 L5.58686785,6.0570147 L5.58686785,6.0570147 C5.65309013,5.92078603 5.6875,5.77129358 5.6875,5.61982199 L5.6875,1 L5.6875,1 C5.6875,0.44771525 5.23978475,1.20591542e-16 4.6875,2.22044605e-16 L1,0 L1,0 C0.44771525,1.01453063e-16 -6.76353751e-17,0.44771525 0,1 L0,4.85 L0,4.85 C-4.22892021e-16,5.40228475 0.44771525,5.85 1,5.85 L1.421875,5.85 L1.421875,5.85 C1.91328821,5.85 2.31165732,6.24836912 2.31165732,6.73978232 C2.31165732,6.87455906 2.28104003,7.0075748 2.22211662,7.12878867 L1.56955005,8.47121133 L1.56955005,8.47121133 C1.35470778,8.91317258 1.53882408,9.44561702 1.98078532,9.6604593 C2.10199919,9.7193827 2.23501493,9.75 2.36979167,9.75 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_21_hr\" data-command=\"insertHorizontalRule\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Horizontal Line\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-hr \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Break<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 14.000000)\"><path d=\"M1.5625,3.125 L23.4375,3.125 C24.3004449,3.125 25,2.42544492 25,1.5625 C25,0.699555078 24.3004449,0 23.4375,0 L1.5625,0 C0.699555078,0 0,0.699555078 0,1.5625 C0,2.42544492 0.699555078,3.125 1.5625,3.125 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_21_imagePicker\" data-command=\"insertImage\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Image\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-imagePicker \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Image<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 4.000000)\"><path d=\"M4.23529412,2.82352941 C3.455598,2.82352941 2.82352941,3.455598 2.82352941,4.23529412 L2.82352941,19.7647059 C2.82352941,20.544402 3.455598,21.1764706 4.23529412,21.1764706 L19.7647059,21.1764706 C20.544402,21.1764706 21.1764706,20.544402 21.1764706,19.7647059 L21.1764706,4.23529412 C21.1764706,3.455598 20.544402,2.82352941 19.7647059,2.82352941 L4.23529412,2.82352941 Z M4.23529412,0 L19.7647059,0 C22.1037942,-3.13474736e-16 24,1.89620577 24,4.23529412 L24,19.7647059 C24,22.1037942 22.1037942,24 19.7647059,24 L4.23529412,24 C1.89620577,24 3.13474736e-16,22.1037942 0,19.7647059 L0,4.23529412 C-3.13474736e-16,1.89620577 1.89620577,4.70212105e-16 4.23529412,0 Z\" fill-rule=\"nonzero\"><\/path><circle cx=\"8\" cy=\"8\" r=\"2\"><\/circle><path d=\"M21.5506729,16.416153 C22.1109903,16.9757102 23.0194444,16.9757102 23.5797619,16.416153 C24.1400794,15.8565958 24.1400794,14.9493743 23.5797619,14.3898171 L17.601501,8.4196679 C17.0411836,7.8601107 16.1327295,7.8601107 15.572412,8.4196679 L2.4202381,21.5539963 C1.85992063,22.1135534 1.85992063,23.0207749 2.4202381,23.5803321 C2.98055556,24.1398893 3.88900966,24.1398893 4.44932712,23.5803321 L16.5869565,11.4591717 L21.5506729,16.416153 Z\" fill-rule=\"nonzero\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forImage\"><input type=\"url\" id=\"modalImageUrl_input_21\" class=\"jfModal-input jfModal-modalImageUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter image URL\" aria-label=\"image url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_21_emoji\" data-command=\"insertEmoji\" class=\"jfToolbar-item hasDropdown forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Emoji\" aria-haspopup=\"true\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-emoji \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Smiley<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 3.000000)\"><path d=\"M19.4451446,16.0843869 C19.0223005,17.4164151 18.2337534,18.4897437 17.0795033,19.3043725 C15.9252533,20.1190014 14.6224364,20.5263158 13.1710526,20.5263158 C11.7196689,20.5263158 10.416852,20.1190014 9.26260193,19.3043725 C8.10835187,18.4897437 7.31980479,17.4164151 6.89696071,16.0843869 C6.80553496,15.8091744 6.8283914,15.5422183 6.96553002,15.2835186 C7.10266864,15.0248189 7.31980479,14.8514351 7.61693847,14.7633671 C7.90264393,14.6752991 8.17977823,14.6973161 8.44834136,14.8294181 C8.7169045,14.9615201 8.89689894,15.1706815 8.98832468,15.4569025 C9.27403015,16.3375823 9.80258525,17.0503826 10.57399,17.5953032 C11.3453947,18.1402239 12.2110823,18.4126842 13.1710526,18.4126842 C14.131023,18.4126842 14.9967105,18.1402239 15.7681153,17.5953032 C16.53952,17.0503826 17.0680751,16.3375823 17.3537806,15.4569025 C17.4452063,15.1706815 17.6280578,14.9615201 17.9023351,14.8294181 C18.1766123,14.6973161 18.4566037,14.6752991 18.7423091,14.7633671 C19.0280146,14.8514351 19.2394366,15.0248189 19.3765752,15.2835186 C19.5137139,15.5422183 19.5365703,15.8091744 19.4451446,16.0843869 Z M10.9473684,8.72368421 C10.9473684,9.33751371 10.7302118,9.86158512 10.2958984,10.2958984 C9.86158512,10.7302118 9.33751371,10.9473684 8.72368421,10.9473684 C8.10985471,10.9473684 7.58578331,10.7302118 7.15146998,10.2958984 C6.71715666,9.86158512 6.5,9.33751371 6.5,8.72368421 C6.5,8.10985471 6.71715666,7.58578331 7.15146998,7.15146998 C7.58578331,6.71715666 8.10985471,6.5 8.72368421,6.5 C9.33751371,6.5 9.86158512,6.71715666 10.2958984,7.15146998 C10.7302118,7.58578331 10.9473684,8.10985471 10.9473684,8.72368421 Z M19.5,8.72368421 C19.5,9.33751371 19.2828433,9.86158512 18.84853,10.2958984 C18.4142167,10.7302118 17.8901453,10.9473684 17.2763158,10.9473684 C16.6624863,10.9473684 16.1384149,10.7302118 15.7041016,10.2958984 C15.2697882,9.86158512 15.0526316,9.33751371 15.0526316,8.72368421 C15.0526316,8.10985471 15.2697882,7.58578331 15.7041016,7.15146998 C16.1384149,6.71715666 16.6624863,6.5 17.2763158,6.5 C17.8901453,6.5 18.4142167,6.71715666 18.84853,7.15146998 C19.2828433,7.58578331 19.5,8.10985471 19.5,8.72368421 Z M23.6052632,12.8289474 C23.6052632,11.3696546 23.3190173,9.97490748 22.7465255,8.644706 C22.1740337,7.31450452 21.407905,6.16952097 20.4481394,5.20975535 C19.4883738,4.24998972 18.3433902,3.48386102 17.0131887,2.91136924 C15.6829873,2.33887747 14.2882401,2.05263158 12.8289474,2.05263158 C11.3696546,2.05263158 9.97490748,2.33887747 8.644706,2.91136924 C7.31450452,3.48386102 6.16952097,4.24998972 5.20975535,5.20975535 C4.24998972,6.16952097 3.48386102,7.31450452 2.91136924,8.644706 C2.33887747,9.97490748 2.05263158,11.3696546 2.05263158,12.8289474 C2.05263158,14.2882401 2.33887747,15.6829873 2.91136924,17.0131887 C3.48386102,18.3433902 4.24998972,19.4883738 5.20975535,20.4481394 C6.16952097,21.407905 7.31450452,22.1740337 8.644706,22.7465255 C9.97490748,23.3190173 11.3696546,23.6052632 12.8289474,23.6052632 C14.2882401,23.6052632 15.6829873,23.3190173 17.0131887,22.7465255 C18.3433902,22.1740337 19.4883738,21.407905 20.4481394,20.4481394 C21.407905,19.4883738 22.1740337,18.3433902 22.7465255,17.0131887 C23.3190173,15.6829873 23.6052632,14.2882401 23.6052632,12.8289474 Z M26,13 C26,15.3585069 25.4188368,17.5336372 24.2565104,19.5253906 C23.094184,21.5171441 21.5171441,23.094184 19.5253906,24.2565104 C17.5336372,25.4188368 15.3585069,26 13,26 C10.6414931,26 8.46636285,25.4188368 6.47460938,24.2565104 C4.4828559,23.094184 2.90581597,21.5171441 1.74348958,19.5253906 C0.581163194,17.5336372 0,15.3585069 0,13 C0,10.6414931 0.581163194,8.46636285 1.74348958,6.47460938 C2.90581597,4.4828559 4.4828559,2.90581597 6.47460938,1.74348958 C8.46636285,0.581163194 10.6414931,0 13,0 C15.3585069,0 17.5336372,0.581163194 19.5253906,1.74348958 C21.5171441,2.90581597 23.094184,4.4828559 24.2565104,6.47460938 C25.4188368,8.46636285 26,10.6414931 26,13 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_widget\" id=\"id_24\"><div id=\"cid_24\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_widget\"><div class=\"jfCard-index\"><div>18<\/div><\/div><div class=\"jfCard-question\" data-widget-id=\"5299b58aba554b7e24000007\"><label for=\"input_24\" class=\"jfQuestion-label isLeftAlign\" id=\"label_24\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Education<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_24_description\"><span>Enter all from High School on including technical schools.<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField jfWidget form-input\" dataType=\"textbox\" data-widget-id=\"5299b58aba554b7e24000007\"><div class=\"jfWidget-frame\" style=\"text-align:left\" data-component=\"widget-field\"><iframe frameBorder=\"0\" scrolling=\"yes\" allowTransparency=\"true\" allow=\"geolocation; microphone; camera; autoplay; encrypted-media; fullscreen\" data-type=\"iframe\" class=\"custom-field-frame\" id=\"customFieldFrame_24\" title=\"Matrix Dynamique\" src=\"\" style=\"border:none;width:500px;height:140px\" data-width=\"500\" data-height=\"140\"><\/iframe><div class=\"widget-inputs-wrapper\"><input type=\"hidden\" id=\"input_24\" class=\"form-hidden form-widget \" name=\"q24_education\" value=\"\"\/><input type=\"hidden\" id=\"widget_settings_24\" class=\"form-hidden form-widget-settings\" value=\"%5B%7B%22name%22%3A%22cols%22%2C%22value%22%3A%22Education%3A90%2CName%2FLocation%20of%20School%3A60%2C%20Type%20of%20School%3A%2060%2C%20Graduated%20(Y%20or%20N)%3A10%22%7D%2C%7B%22name%22%3A%22headerColor%22%2C%22value%22%3A%22black%22%7D%2C%7B%22name%22%3A%22borderColor%22%2C%22value%22%3A%22%2388d%22%7D%2C%7B%22name%22%3A%22contentColor%22%2C%22value%22%3A%22black%22%7D%2C%7B%22name%22%3A%22addRowButtonText%22%2C%22value%22%3A%22Save%20and%20Add%20Row%22%7D%2C%7B%22name%22%3A%22btnTheme%22%2C%22value%22%3A%22Default%22%7D%5D\" data-version=\"2\"\/><\/div><\/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_widget\" id=\"id_25\"><div id=\"cid_25\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_widget\"><div class=\"jfCard-index\"><div>19<\/div><\/div><div class=\"jfCard-question\" data-widget-id=\"5299b58aba554b7e24000007\"><label for=\"input_25\" class=\"jfQuestion-label isLeftAlign\" id=\"label_25\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Former Employers:<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_25_description\"><span>List the last four employers starting with the most recent.<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField jfWidget form-input\" dataType=\"textbox\" data-widget-id=\"5299b58aba554b7e24000007\"><div class=\"jfWidget-frame\" style=\"text-align:left\" data-component=\"widget-field\"><iframe frameBorder=\"0\" scrolling=\"yes\" allowTransparency=\"true\" allow=\"geolocation; microphone; camera; autoplay; encrypted-media; fullscreen\" data-type=\"iframe\" class=\"custom-field-frame\" id=\"customFieldFrame_25\" title=\"Matrix Dynamique\" src=\"\" style=\"border:none;width:500px;height:140px\" data-width=\"500\" data-height=\"140\"><\/iframe><div class=\"widget-inputs-wrapper\"><input type=\"hidden\" id=\"input_25\" class=\"form-hidden form-widget \" name=\"q25_formerEmployers\" value=\"\"\/><input type=\"hidden\" id=\"widget_settings_25\" class=\"form-hidden form-widget-settings\" value=\"%5B%7B%22name%22%3A%22cols%22%2C%22value%22%3A%22Dates%20Worked%3A60%2CName%20%26%20Address%20of%20Employer%3A120%2C%20Position%3A%2020%2C%20Reason%20for%20leaving%3A%2050%22%7D%2C%7B%22name%22%3A%22headerColor%22%2C%22value%22%3A%22black%22%7D%2C%7B%22name%22%3A%22borderColor%22%2C%22value%22%3A%22%2388d%22%7D%2C%7B%22name%22%3A%22contentColor%22%2C%22value%22%3A%22black%22%7D%2C%7B%22name%22%3A%22addRowButtonText%22%2C%22value%22%3A%22Save%20and%20Add%20Row%22%7D%2C%7B%22name%22%3A%22btnTheme%22%2C%22value%22%3A%22Default%22%7D%5D\" data-version=\"2\"\/><\/div><\/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_text\" id=\"id_37\"><div id=\"cid_37\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_text\"><div class=\"jfCard-index\"><div>20<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\"><div id=\"text_37\" class=\"form-html\" data-component=\"text\"><p>The following sections relate to your Job Skills.\u00a0 There are sections for;<br \/>CNC Machinist, Inspection, Machines, Grinding, Assembly, Fabrication, Maintenance, Welder, Shipping\/Warehouse and Miscellaneous.\u00a0\u00a0<br \/><br \/>Each section will have an "Other" option for you to fill in a skill that is not an option.\u00a0 If you have additional skills that do not fit into these categories, there is a final section that allows you to enter these skills at that point.\u00a0<\/p><\/div><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display: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_26\"><div id=\"cid_26\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>21<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_26\" class=\"jfQuestion-label isLeftAlign\" id=\"label_26\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Job Skills \/ Industrial - CNC Machinist<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_26_description\"><span>Check all that apply<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_26\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"3\" data-component=\"checkbox\"><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_26_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q26_jobSkills26[]\" value=\"Operator\" id=\"input_26_0\" aria-describedby=\"label_26\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Operator<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_26_1\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q26_jobSkills26[]\" value=\"Set Up\" id=\"input_26_1\" aria-describedby=\"label_26\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Set Up<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_26_2\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q26_jobSkills26[]\" value=\"Mills\" id=\"input_26_2\" aria-describedby=\"label_26\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Mills<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-checkbox-item\"><label data-id=\"label_input_26_3\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q26_jobSkills26[]\" value=\"Lathes\" id=\"input_26_3\" aria-describedby=\"label_26\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Lathes<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-checkbox-item form-other-part-item\"><label data-id=\"label_other_26\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input jfCheckbox-otherInput form-checkbox-other form-checkbox\" name=\"q26_jobSkills26[other]\" id=\"other_26\" 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=\"q26_jobSkills26[other]\" data-otherhint=\"Other\" placeholder=\"Other\" size=\"15\" id=\"input_26\" 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_27\"><div id=\"cid_27\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>22<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_27\" class=\"jfQuestion-label isLeftAlign\" id=\"label_27\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Job Skills \/ Industrial - Inspection<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_27_description\"><span>Check all that apply<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_27\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"3\" data-component=\"checkbox\"><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_27_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q27_jobSkills[]\" value=\"1st pc\" id=\"input_27_0\" aria-describedby=\"label_27\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">1st pc<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_27_1\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q27_jobSkills[]\" value=\"Visual\" id=\"input_27_1\" aria-describedby=\"label_27\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Visual<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_27_2\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q27_jobSkills[]\" value=\"Mics\" id=\"input_27_2\" aria-describedby=\"label_27\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Mics<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-checkbox-item\"><label data-id=\"label_input_27_3\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q27_jobSkills[]\" value=\"Calipers\" id=\"input_27_3\" aria-describedby=\"label_27\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Calipers<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-checkbox-item\"><label data-id=\"label_input_27_4\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q27_jobSkills[]\" value=\"Guages\" id=\"input_27_4\" aria-describedby=\"label_27\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Guages<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-checkbox-item form-other-part-item\"><label data-id=\"label_other_27\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input jfCheckbox-otherInput form-checkbox-other form-checkbox\" name=\"q27_jobSkills[other]\" id=\"other_27\" 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=\"q27_jobSkills[other]\" data-otherhint=\"Other\" placeholder=\"Other\" size=\"15\" id=\"input_27\" 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_28\"><div id=\"cid_28\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>23<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_28\" class=\"jfQuestion-label isLeftAlign\" id=\"label_28\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Job Skills \/ Industrial - Machines<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_28_description\"><span>Check all that apply<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_28\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"2\" data-component=\"checkbox\"><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_28_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q28_jobSkills28[]\" value=\"Screw Machine\" id=\"input_28_0\" aria-describedby=\"label_28\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Screw Machine<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_28_1\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q28_jobSkills28[]\" value=\"Extruder\" id=\"input_28_1\" aria-describedby=\"label_28\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Extruder<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_28_2\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q28_jobSkills28[]\" value=\"Injection Moding\" id=\"input_28_2\" aria-describedby=\"label_28\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Injection Moding<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_28_3\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q28_jobSkills28[]\" value=\"ACME Gridley\" id=\"input_28_3\" aria-describedby=\"label_28\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">ACME Gridley<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-checkbox-item form-other-part-item\"><label data-id=\"label_other_28\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input jfCheckbox-otherInput form-checkbox-other form-checkbox\" name=\"q28_jobSkills28[other]\" id=\"other_28\" 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=\"q28_jobSkills28[other]\" data-otherhint=\"Other\" placeholder=\"Other\" size=\"15\" id=\"input_28\" 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_29\"><div id=\"cid_29\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>24<\/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_29\" class=\"jfQuestion-label isLeftAlign\" id=\"label_29\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Job Skills \/ Industrial - Grinding<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_29_description\"><span>Check all that apply<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_29\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"1\" data-component=\"checkbox\"><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_29_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q29_jobSkills29[]\" value=\"Deburring\" id=\"input_29_0\" aria-describedby=\"label_29\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Deburring<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-checkbox-item form-other-part-item\"><label data-id=\"label_other_29\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input jfCheckbox-otherInput form-checkbox-other form-checkbox\" name=\"q29_jobSkills29[other]\" id=\"other_29\" 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=\"q29_jobSkills29[other]\" data-otherhint=\"Other\" placeholder=\"Other\" size=\"15\" id=\"input_29\" 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_30\"><div id=\"cid_30\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>25<\/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_30\" class=\"jfQuestion-label isLeftAlign\" id=\"label_30\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Job Skills \/ Industrial - Assembly<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_30_description\"><span>Check all that apply<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_30\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"1\" data-component=\"checkbox\"><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_30_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q30_jobSkills30[]\" value=\"Mechanical\" id=\"input_30_0\" aria-describedby=\"label_30\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Mechanical<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-checkbox-item form-other-part-item\"><label data-id=\"label_other_30\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input jfCheckbox-otherInput form-checkbox-other form-checkbox\" name=\"q30_jobSkills30[other]\" id=\"other_30\" 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=\"q30_jobSkills30[other]\" data-otherhint=\"Other\" placeholder=\"Other\" size=\"15\" id=\"input_30\" 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_32\"><div id=\"cid_32\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>26<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_32\" class=\"jfQuestion-label isLeftAlign\" id=\"label_32\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Job Skills \/ Industrial - Fabrication<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_32_description\"><span>Check all that apply<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_32\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"1\" data-component=\"checkbox\"><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_32_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q32_jobSkills32[]\" value=\"Tube\/Pipe Bending\" id=\"input_32_0\" aria-describedby=\"label_32\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Tube\/Pipe Bending<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-checkbox-item form-other-part-item\"><label data-id=\"label_other_32\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input jfCheckbox-otherInput form-checkbox-other form-checkbox\" name=\"q32_jobSkills32[other]\" id=\"other_32\" 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=\"q32_jobSkills32[other]\" data-otherhint=\"Other\" placeholder=\"Other\" size=\"15\" id=\"input_32\" 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_33\"><div id=\"cid_33\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>27<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_33\" class=\"jfQuestion-label isLeftAlign\" id=\"label_33\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Job Skills \/ Industrial - Maintenance<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_33_description\"><span>Check all that apply<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_33\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"2\" data-component=\"checkbox\"><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_33_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q33_jobSkills33[]\" value=\"Machine\" id=\"input_33_0\" aria-describedby=\"label_33\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Machine<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_33_1\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q33_jobSkills33[]\" value=\"Building\" id=\"input_33_1\" aria-describedby=\"label_33\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Building<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-checkbox-item form-other-part-item\"><label data-id=\"label_other_33\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input jfCheckbox-otherInput form-checkbox-other form-checkbox\" name=\"q33_jobSkills33[other]\" id=\"other_33\" 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=\"q33_jobSkills33[other]\" data-otherhint=\"Other\" placeholder=\"Other\" size=\"15\" id=\"input_33\" 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_34\"><div id=\"cid_34\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>28<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_34\" class=\"jfQuestion-label isLeftAlign\" id=\"label_34\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Job Skills \/ Industrial - Welding<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_34_description\"><span>Check all that apply<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_34\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"1\" data-component=\"checkbox\"><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_34_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q34_jobSkills34[]\" value=\"Certified\" id=\"input_34_0\" aria-describedby=\"label_34\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Certified<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-checkbox-item form-other-part-item\"><label data-id=\"label_other_34\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input jfCheckbox-otherInput form-checkbox-other form-checkbox\" name=\"q34_jobSkills34[other]\" id=\"other_34\" 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=\"q34_jobSkills34[other]\" data-otherhint=\"Other\" placeholder=\"Other\" size=\"15\" id=\"input_34\" 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_31\"><div id=\"cid_31\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>29<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_31\" class=\"jfQuestion-label isLeftAlign\" id=\"label_31\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Job Skills \/ Industrial - Shipping\/Warehouse<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_31_description\"><span>Check all that apply<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_31\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"2\" data-component=\"checkbox\"><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_31_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q31_jobSkills31[]\" value=\"Shipping\/Receiving\" id=\"input_31_0\" aria-describedby=\"label_31\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Shipping\/Receiving<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_31_1\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q31_jobSkills31[]\" value=\"Inventory Control\" id=\"input_31_1\" aria-describedby=\"label_31\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Inventory Control<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_31_2\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q31_jobSkills31[]\" value=\"Overhead Crane\" id=\"input_31_2\" aria-describedby=\"label_31\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Overhead Crane<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_31_3\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q31_jobSkills31[]\" value=\"FedEx\u00a0 \/ UPS\" id=\"input_31_3\" aria-describedby=\"label_31\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">FedEx\u00a0 \/ UPS<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-checkbox-item form-other-part-item\"><label data-id=\"label_other_31\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input jfCheckbox-otherInput form-checkbox-other form-checkbox\" name=\"q31_jobSkills31[other]\" id=\"other_31\" 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=\"q31_jobSkills31[other]\" data-otherhint=\"Other\" placeholder=\"Other\" size=\"15\" id=\"input_31\" 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_35\"><div id=\"cid_35\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_checkbox\"><div class=\"jfCard-index\"><div>30<\/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_35\" class=\"jfQuestion-label isLeftAlign\" id=\"label_35\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Job Skills \/ Industrial - Miscellaneous<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_35_description\"><span>Check all that apply<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_35\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"2\" data-component=\"checkbox\"><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_35_0\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q35_jobSkills35[]\" value=\"Anodizing\" id=\"input_35_0\" aria-describedby=\"label_35\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Anodizing<\/span><\/div><\/label><\/div><div class=\"jfField form-checkbox-item\"><label data-id=\"label_input_35_1\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input form-checkbox\" name=\"q35_jobSkills35[]\" value=\"Plating\" id=\"input_35_1\" aria-describedby=\"label_35\"\/><div class=\"jfCheckbox-label\"><span class=\"jfCheckbox-customInput\"><span class=\"jfCheckbox-customInputIcon\"><\/span><\/span><img class=\"jfCheckbox-visual\" alt=\"Checkbox\" loading=\"lazy\"\/><span class=\"jfCheckbox-labelText\">Plating<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-checkbox-item form-other-part-item\"><label data-id=\"label_other_35\" class=\"jfCheckbox withoutImage\"><input type=\"checkbox\" class=\"jfCheckbox-input jfCheckbox-otherInput form-checkbox-other form-checkbox\" name=\"q35_jobSkills35[other]\" id=\"other_35\" 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=\"q35_jobSkills35[other]\" data-otherhint=\"Other\" placeholder=\"Other\" size=\"15\" id=\"input_35\" 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_textarea\" id=\"id_38\"><div id=\"cid_38\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textarea\"><div class=\"jfCard-index\"><div>31<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_38\" class=\"jfQuestion-label isLeftAlign\" id=\"label_38\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Job Skills \/ Industrial - Other<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_38_description\"><span>If you have any skills that are not listed above, please type them below.<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"textarea\" data-render-type=\"mde\"><div class=\"jfField\"><textarea id=\"input_38\" name=\"q38_jobSkills38\" placeholder=\"Type here...\" class=\"mdInput form-textarea\"><\/textarea><div id=\"input_38_editor\" class=\"jfTextarea-editor\" role=\"textbox\" aria-multiline=\"true\" contenteditable=\"true\" data-placeholder=\"Type here...\"><\/div><div class=\"jfTextarea-infoSpan isHidden\"><span class=\"jfTextarea-limitSpan\"><\/span><span class=\"jfTextarea-modeSpan\"><\/span><\/div><\/div><\/div><\/div><div class=\"jfToolbar\" id=\"input_38_toolbar\" role=\"toolbar\" aria-label=\"Text Formatting\"><div id=\"input_38_fontSize\" data-command=\"heading\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Font Size\" aria-controls=\"input_38_fontSize_menu\" aria-expanded=\"false\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-fontSize \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>TextSize<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 6.000000)\"><g fill-rule=\"nonzero\"><path d=\"M2.34756098,2.5 L16.902439,2.5 L16.902439,4.25 C16.902439,4.94035594 17.4279584,5.5 18.0762195,5.5 C18.7244806,5.5 19.25,4.94035594 19.25,4.25 L19.25,1.25 C19.25,0.559644063 18.7244806,0 18.0762195,0 L1.17378049,0 C0.525519425,0 0,0.559644063 0,1.25 L0,4.25 C0,4.94035594 0.525519425,5.5 1.17378049,5.5 C1.82204155,5.5 2.34756098,4.94035594 2.34756098,4.25 L2.34756098,2.5 Z\"><\/path><path d=\"M5.25,20.5 L13.25,20.5 C13.9403559,20.5 14.5,19.9403559 14.5,19.25 C14.5,18.5596441 13.9403559,18 13.25,18 L5.25,18 C4.55964406,18 4,18.5596441 4,19.25 C4,19.9403559 4.55964406,20.5 5.25,20.5 Z\"><\/path><path d=\"M8,1.25 L8,19.25 C8,19.9403559 8.55964406,20.5 9.25,20.5 C9.94035594,20.5 10.5,19.9403559 10.5,19.25 L10.5,1.25 C10.5,0.559644063 9.94035594,0 9.25,0 C8.55964406,0 8,0.559644063 8,1.25 Z\"><\/path><\/g><g transform=\"translate(15.000000, 8.700000)\"><path d=\"M1.4609612,1.70000076 L10.5189207,1.70000076 L10.5390388,2.45720466 C10.5390388,2.75698225 10.8660861,3 11.2695194,3 C11.6729527,3 12,2.75698225 12,2.45720466 L11.9798819,0.542795343 C11.9798819,0.243017753 11.6528346,0 11.2494013,0 L0.730480602,0 C0.327047306,0 0,0.243017753 0,0.542795343 L0.0201181228,2.45720466 C0.0201181228,2.75698225 0.347165428,3 0.750598725,3 C1.15403202,3 1.48107933,2.75698225 1.48107933,2.45720466 L1.4609612,1.70000076 Z\" fill-rule=\"nonzero\"><\/path><path d=\"M5,1.6097561 L5,10.3902439 C5,10.7270029 5.44771525,11 6,11 C6.55228475,11 7,10.7270029 7,10.3902439 L7,1.6097561 C7,1.2729971 6.55228475,1 6,1 C5.44771525,1 5,1.2729971 5,1.6097561 Z\" fill-rule=\"nonzero\"><\/path><rect x=\"2\" y=\"10\" width=\"8\" height=\"1.79999995\" rx=\"0.899999976\"><\/rect><\/g><\/g><\/g><\/g><\/svg><\/span><\/div><ul class=\"jfToolbar-select jfToolbar-select-heading\" data-command=\"heading\" role=\"menu\" id=\"input_38_fontSize_menu\"><li data-value=\"1\" style=\"font-size:2em\" data-selected=\"true\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"true\">Huge<\/li><li data-value=\"3\" style=\"font-size:1.17em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Large<\/li><li data-value=\"5\" style=\"font-size:0.83em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Normal<\/li><li data-value=\"6\" style=\"font-size:0.67em\" data-selected=\"false\" tabindex=\"0\" role=\"menuitemradio\" aria-checked=\"false\">Small<\/li><\/ul><\/div><div id=\"input_38_bold\" data-command=\"bold\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Bold\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-bold \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Bold<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M2.47159091,2.5 L2.47159091,8.75 L8.65056818,8.75 C9.96967752,8.75 11.1221591,7.38998343 11.1221591,5.625 C11.1221591,3.86001657 9.96967752,2.5 8.65056818,2.5 L2.47159091,2.5 Z M1.23579545,0 L8.65056818,0 C11.4265247,0 13.59375,2.55749187 13.59375,5.625 C13.59375,8.69250813 11.4265247,11.25 8.65056818,11.25 L1.23579545,11.25 C0.553284471,11.25 0,10.6903559 0,10 L0,1.25 C0,0.559644063 0.553284471,0 1.23579545,0 Z\"><\/path><path d=\"M2.5,11.40625 L2.5,17.65625 L9.90384615,17.65625 C11.2992605,17.65625 12.5,16.2904088 12.5,14.53125 C12.5,12.7720912 11.2992605,11.40625 9.90384615,11.40625 L2.5,11.40625 Z M1.25,8.90625 L9.90384615,8.90625 C12.7567761,8.90625 15,11.4579172 15,14.53125 C15,17.6045828 12.7567761,20.15625 9.90384615,20.15625 L1.25,20.15625 C0.559644063,20.15625 0,19.5966059 0,18.90625 L0,10.15625 C0,9.46589406 0.559644063,8.90625 1.25,8.90625 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_38_italic\" data-command=\"italic\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Italic\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-italic \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Italic<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(9.000000, 6.000000)\"><path d=\"M13.5882353,0 L4.94117647,0 C4.25894237,0 3.70588235,0.553060015 3.70588235,1.23529412 C3.70588235,1.91752822 4.25894237,2.47058824 4.94117647,2.47058824 L13.5882353,2.47058824 C14.2704694,2.47058824 14.8235294,1.91752822 14.8235294,1.23529412 C14.8235294,0.553060015 14.2704694,0 13.5882353,0 Z\"><\/path><path d=\"M9.88235294,17.2941176 L1.23529412,17.2941176 C0.553060015,17.2941176 0,17.8471777 0,18.5294118 C0,19.2116459 0.553060015,19.7647059 1.23529412,19.7647059 L9.88235294,19.7647059 C10.564587,19.7647059 11.1176471,19.2116459 11.1176471,18.5294118 C11.1176471,17.8471777 10.564587,17.2941176 9.88235294,17.2941176 Z\"><\/path><path d=\"M8.69458806,0.895932724 L3.75341159,18.1900504 C3.56598747,18.8460348 3.94583065,19.5297525 4.60181508,19.7171766 C5.2577995,19.9046008 5.94151722,19.5247576 6.12894135,18.8687732 L11.0701178,1.57465551 C11.2575419,0.918671083 10.8776988,0.234953363 10.2217143,0.0475292411 C9.56572991,-0.139894881 8.88201219,0.239948297 8.69458806,0.895932724 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_38_underline\" data-command=\"underline\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Underline\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-underline \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(7.000000, 5.000000)\"><path d=\"M2.15909091,1.29545455 L2.15909091,8.27097902 C2.15909091,12.2813233 5.34161889,15.5454545 9.28409091,15.5454545 C13.2265629,15.5454545 16.4090909,12.2813233 16.4090909,8.27097902 L16.4090909,1.29545455 C16.4090909,0.579994756 15.8290962,0 15.1136364,0 C14.3981766,0 13.8181818,0.579994756 13.8181818,1.29545455 L13.8181818,8.27097902 C13.8181818,10.864879 11.780757,12.9545455 9.28409091,12.9545455 C6.78742483,12.9545455 4.75,10.864879 4.75,8.27097902 L4.75,1.29545455 C4.75,0.579994756 4.17000524,0 3.45454545,0 C2.73908566,0 2.15909091,0.579994756 2.15909091,1.29545455 Z\"><\/path><path d=\"M1.29545455,20.7272727 L16.8409091,20.7272727 C17.5563689,20.7272727 18.1363636,20.147278 18.1363636,19.4318182 C18.1363636,18.7163584 17.5563689,18.1363636 16.8409091,18.1363636 L1.29545455,18.1363636 C0.579994756,18.1363636 0,18.7163584 0,19.4318182 C0,20.147278 0.579994756,20.7272727 1.29545455,20.7272727 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_38_createLink\" data-command=\"createLink\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Link\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-createLink \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Underline Copy<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(6.000000, 6.000000)\"><path d=\"M8.12250978,12.0615096 C9.11153092,13.434589 10.6344227,14.2986277 12.2960505,14.422209 C13.960001,14.5459629 15.5906008,13.9142984 16.7617681,12.6976288 L19.3990078,9.95891998 C21.5549175,7.64114792 21.5244655,4.00194322 19.3454622,1.73910167 C17.139984,-0.551233494 13.5527271,-0.583605157 11.3086344,1.66720454 L9.78321622,3.24190674 C9.27889786,3.76258411 9.29215946,4.59350732 9.81283683,5.09782568 C10.3335142,5.60214404 11.1644374,5.58888244 11.6687558,5.06820507 L13.1808677,3.50704343 C14.3730084,2.31152892 16.2689674,2.32863819 17.4546094,3.55989839 C18.6667264,4.81865222 18.683922,6.87363295 17.492498,8.15466767 L14.8707504,10.8770033 C14.2384113,11.5339102 13.371049,11.8699104 12.4907435,11.804439 C11.6081154,11.7387948 10.7913272,11.275376 10.2524902,10.527297 C9.82882911,9.93911912 9.00857156,9.80575194 8.4203937,10.2294131 C7.83221584,10.6530742 7.69884867,11.4733317 8.12250978,12.0615096 Z\"><\/path><path d=\"M12.8774902,8.93849043 C11.8884691,7.56541104 10.3655773,6.70137225 8.70394945,6.57779104 C7.03999899,6.45403709 5.40939918,7.08570163 4.23823187,8.30237124 L1.60099221,11.04108 C-0.554917535,13.3588521 -0.524465488,16.9980568 1.65453778,19.2608983 C3.86001604,21.5512335 7.4472729,21.5836052 9.69136555,19.3327955 L11.2106491,17.7553425 C11.7134482,17.2331979 11.6977656,16.4023168 11.175621,15.8995177 C10.6534764,15.3967186 9.82259538,15.4124012 9.31979625,15.9345457 L7.81647565,17.4957074 C6.62699163,18.6884711 4.7310326,18.6713618 3.54539059,17.4401016 C2.33327358,16.1813478 2.31607797,14.1263671 3.50750204,12.8453323 L6.12924958,10.1229967 C6.76158874,9.46608985 7.62895105,9.13008955 8.50925653,9.19556102 C9.39188462,9.26120523 10.2086728,9.72462402 10.7475098,10.472703 C11.1711709,11.0608809 11.9914284,11.1942481 12.5796063,10.7705869 C13.1677842,10.3469258 13.3011513,9.52666829 12.8774902,8.93849043 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forUrl\"><input type=\"url\" id=\"modalLinkUrl_input_38\" class=\"jfModal-input jfModal-modalLinkUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter URL\" aria-label=\"link url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_38_ul\" data-command=\"insertUnorderedList\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Bullet List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-ul \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>NumberList Copy 2<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\" rx=\"1\"><\/rect><circle cx=\"3\" cy=\"3\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"8\" r=\"1\"><\/circle><circle cx=\"3\" cy=\"13\" r=\"1\"><\/circle><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_38_ol\" data-command=\"insertOrderedList\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Numbered List\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-ol \"><svg viewBox=\"0 0 18 18\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(1.000000, 1.000000)\"><path d=\"M0,11 L2,11 L2,11.5 L1,11.5 L1,12.5 L2,12.5 L2,13 L0,13 L0,14 L3,14 L3,10 L0,10 L0,11 Z M0,6 L1.8,6 L0,8.1 L0,9 L3,9 L3,8 L1.2,8 L3,5.9 L3,5 L0,5 L0,6 Z M1,4 L2,4 L2,0 L0,0 L0,1 L1,1 L1,4 Z\"><\/path><\/g><rect x=\"6\" y=\"2\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"7\" width=\"9\" height=\"2\"><\/rect><rect x=\"6\" y=\"12\" width=\"9\" height=\"2\"><\/rect><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_38_quote\" data-command=\"formatBlock\" class=\"jfToolbar-item breakBefore forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Quote Paragraph\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-quote \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>quote<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(10.000000, 11.000000)\"><path d=\"M9.68229167,9.75 L10.4783857,9.75 L10.4783857,9.75 C10.8611857,9.75 11.2103962,9.53147077 11.3777535,9.18719271 L12.8993679,6.0570147 L12.8993679,6.0570147 C12.9655901,5.92078603 13,5.77129358 13,5.61982199 L13,1 L13,1 C13,0.44771525 12.5522847,1.20591542e-16 12,2.22044605e-16 L8.3125,0 L8.3125,0 C7.76021525,1.01453063e-16 7.3125,0.44771525 7.3125,1 L7.3125,4.85 L7.3125,4.85 C7.3125,5.40228475 7.76021525,5.85 8.3125,5.85 L8.734375,5.85 L8.734375,5.85 C9.22578821,5.85 9.62415732,6.24836912 9.62415732,6.73978232 C9.62415732,6.87455906 9.59354003,7.0075748 9.53461662,7.12878867 L8.88205005,8.47121133 L8.88205005,8.47121133 C8.66720778,8.91317258 8.85132408,9.44561702 9.29328532,9.6604593 C9.41449919,9.7193827 9.54751493,9.75 9.68229167,9.75 Z\"><\/path><path d=\"M2.36979167,9.75 L3.16588569,9.75 L3.16588569,9.75 C3.54868575,9.75 3.89789615,9.53147077 4.06525355,9.18719271 L5.58686785,6.0570147 L5.58686785,6.0570147 C5.65309013,5.92078603 5.6875,5.77129358 5.6875,5.61982199 L5.6875,1 L5.6875,1 C5.6875,0.44771525 5.23978475,1.20591542e-16 4.6875,2.22044605e-16 L1,0 L1,0 C0.44771525,1.01453063e-16 -6.76353751e-17,0.44771525 0,1 L0,4.85 L0,4.85 C-4.22892021e-16,5.40228475 0.44771525,5.85 1,5.85 L1.421875,5.85 L1.421875,5.85 C1.91328821,5.85 2.31165732,6.24836912 2.31165732,6.73978232 C2.31165732,6.87455906 2.28104003,7.0075748 2.22211662,7.12878867 L1.56955005,8.47121133 L1.56955005,8.47121133 C1.35470778,8.91317258 1.53882408,9.44561702 1.98078532,9.6604593 C2.10199919,9.7193827 2.23501493,9.75 2.36979167,9.75 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_38_hr\" data-command=\"insertHorizontalRule\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Horizontal Line\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-hr \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Break<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 14.000000)\"><path d=\"M1.5625,3.125 L23.4375,3.125 C24.3004449,3.125 25,2.42544492 25,1.5625 C25,0.699555078 24.3004449,0 23.4375,0 L1.5625,0 C0.699555078,0 0,0.699555078 0,1.5625 C0,2.42544492 0.699555078,3.125 1.5625,3.125 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><div id=\"input_38_imagePicker\" data-command=\"insertImage\" class=\"jfToolbar-item forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Image\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-imagePicker \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Image<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill=\"#4A4A4A\"><g transform=\"translate(4.000000, 4.000000)\"><path d=\"M4.23529412,2.82352941 C3.455598,2.82352941 2.82352941,3.455598 2.82352941,4.23529412 L2.82352941,19.7647059 C2.82352941,20.544402 3.455598,21.1764706 4.23529412,21.1764706 L19.7647059,21.1764706 C20.544402,21.1764706 21.1764706,20.544402 21.1764706,19.7647059 L21.1764706,4.23529412 C21.1764706,3.455598 20.544402,2.82352941 19.7647059,2.82352941 L4.23529412,2.82352941 Z M4.23529412,0 L19.7647059,0 C22.1037942,-3.13474736e-16 24,1.89620577 24,4.23529412 L24,19.7647059 C24,22.1037942 22.1037942,24 19.7647059,24 L4.23529412,24 C1.89620577,24 3.13474736e-16,22.1037942 0,19.7647059 L0,4.23529412 C-3.13474736e-16,1.89620577 1.89620577,4.70212105e-16 4.23529412,0 Z\" fill-rule=\"nonzero\"><\/path><circle cx=\"8\" cy=\"8\" r=\"2\"><\/circle><path d=\"M21.5506729,16.416153 C22.1109903,16.9757102 23.0194444,16.9757102 23.5797619,16.416153 C24.1400794,15.8565958 24.1400794,14.9493743 23.5797619,14.3898171 L17.601501,8.4196679 C17.0411836,7.8601107 16.1327295,7.8601107 15.572412,8.4196679 L2.4202381,21.5539963 C1.85992063,22.1135534 1.85992063,23.0207749 2.4202381,23.5803321 C2.98055556,24.1398893 3.88900966,24.1398893 4.44932712,23.5803321 L16.5869565,11.4591717 L21.5506729,16.416153 Z\" fill-rule=\"nonzero\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><div class=\"jfToolbar-modal forImage\"><input type=\"url\" id=\"modalImageUrl_input_38\" class=\"jfModal-input jfModal-modalImageUrl\" data-disable-enter-event=\"true\" data-disable-escape-event=\"true\" placeholder=\"Enter image URL\" aria-label=\"image url input\"\/><div class=\"modal-btn\" role=\"button\" tabindex=\"0\">Ok<\/div><\/div><\/div><div id=\"input_38_emoji\" data-command=\"insertEmoji\" class=\"jfToolbar-item hasDropdown forBoth\" tabindex=\"0\" role=\"button\" aria-label=\"Insert Emoji\" aria-haspopup=\"true\"><div class=\"jfToolbar-icon\"><span class=\"iconSvg jftoolbar-emoji \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><title>Smiley<\/title><desc>Created with Sketch.<\/desc><defs><\/defs><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" fill=\"#4A4A4A\"><g transform=\"translate(3.000000, 3.000000)\"><path d=\"M19.4451446,16.0843869 C19.0223005,17.4164151 18.2337534,18.4897437 17.0795033,19.3043725 C15.9252533,20.1190014 14.6224364,20.5263158 13.1710526,20.5263158 C11.7196689,20.5263158 10.416852,20.1190014 9.26260193,19.3043725 C8.10835187,18.4897437 7.31980479,17.4164151 6.89696071,16.0843869 C6.80553496,15.8091744 6.8283914,15.5422183 6.96553002,15.2835186 C7.10266864,15.0248189 7.31980479,14.8514351 7.61693847,14.7633671 C7.90264393,14.6752991 8.17977823,14.6973161 8.44834136,14.8294181 C8.7169045,14.9615201 8.89689894,15.1706815 8.98832468,15.4569025 C9.27403015,16.3375823 9.80258525,17.0503826 10.57399,17.5953032 C11.3453947,18.1402239 12.2110823,18.4126842 13.1710526,18.4126842 C14.131023,18.4126842 14.9967105,18.1402239 15.7681153,17.5953032 C16.53952,17.0503826 17.0680751,16.3375823 17.3537806,15.4569025 C17.4452063,15.1706815 17.6280578,14.9615201 17.9023351,14.8294181 C18.1766123,14.6973161 18.4566037,14.6752991 18.7423091,14.7633671 C19.0280146,14.8514351 19.2394366,15.0248189 19.3765752,15.2835186 C19.5137139,15.5422183 19.5365703,15.8091744 19.4451446,16.0843869 Z M10.9473684,8.72368421 C10.9473684,9.33751371 10.7302118,9.86158512 10.2958984,10.2958984 C9.86158512,10.7302118 9.33751371,10.9473684 8.72368421,10.9473684 C8.10985471,10.9473684 7.58578331,10.7302118 7.15146998,10.2958984 C6.71715666,9.86158512 6.5,9.33751371 6.5,8.72368421 C6.5,8.10985471 6.71715666,7.58578331 7.15146998,7.15146998 C7.58578331,6.71715666 8.10985471,6.5 8.72368421,6.5 C9.33751371,6.5 9.86158512,6.71715666 10.2958984,7.15146998 C10.7302118,7.58578331 10.9473684,8.10985471 10.9473684,8.72368421 Z M19.5,8.72368421 C19.5,9.33751371 19.2828433,9.86158512 18.84853,10.2958984 C18.4142167,10.7302118 17.8901453,10.9473684 17.2763158,10.9473684 C16.6624863,10.9473684 16.1384149,10.7302118 15.7041016,10.2958984 C15.2697882,9.86158512 15.0526316,9.33751371 15.0526316,8.72368421 C15.0526316,8.10985471 15.2697882,7.58578331 15.7041016,7.15146998 C16.1384149,6.71715666 16.6624863,6.5 17.2763158,6.5 C17.8901453,6.5 18.4142167,6.71715666 18.84853,7.15146998 C19.2828433,7.58578331 19.5,8.10985471 19.5,8.72368421 Z M23.6052632,12.8289474 C23.6052632,11.3696546 23.3190173,9.97490748 22.7465255,8.644706 C22.1740337,7.31450452 21.407905,6.16952097 20.4481394,5.20975535 C19.4883738,4.24998972 18.3433902,3.48386102 17.0131887,2.91136924 C15.6829873,2.33887747 14.2882401,2.05263158 12.8289474,2.05263158 C11.3696546,2.05263158 9.97490748,2.33887747 8.644706,2.91136924 C7.31450452,3.48386102 6.16952097,4.24998972 5.20975535,5.20975535 C4.24998972,6.16952097 3.48386102,7.31450452 2.91136924,8.644706 C2.33887747,9.97490748 2.05263158,11.3696546 2.05263158,12.8289474 C2.05263158,14.2882401 2.33887747,15.6829873 2.91136924,17.0131887 C3.48386102,18.3433902 4.24998972,19.4883738 5.20975535,20.4481394 C6.16952097,21.407905 7.31450452,22.1740337 8.644706,22.7465255 C9.97490748,23.3190173 11.3696546,23.6052632 12.8289474,23.6052632 C14.2882401,23.6052632 15.6829873,23.3190173 17.0131887,22.7465255 C18.3433902,22.1740337 19.4883738,21.407905 20.4481394,20.4481394 C21.407905,19.4883738 22.1740337,18.3433902 22.7465255,17.0131887 C23.3190173,15.6829873 23.6052632,14.2882401 23.6052632,12.8289474 Z M26,13 C26,15.3585069 25.4188368,17.5336372 24.2565104,19.5253906 C23.094184,21.5171441 21.5171441,23.094184 19.5253906,24.2565104 C17.5336372,25.4188368 15.3585069,26 13,26 C10.6414931,26 8.46636285,25.4188368 6.47460938,24.2565104 C4.4828559,23.094184 2.90581597,21.5171441 1.74348958,19.5253906 C0.581163194,17.5336372 0,15.3585069 0,13 C0,10.6414931 0.581163194,8.46636285 1.74348958,6.47460938 C2.90581597,4.4828559 4.4828559,2.90581597 6.47460938,1.74348958 C8.46636285,0.581163194 10.6414931,0 13,0 C15.3585069,0 17.5336372,0.581163194 19.5253906,1.74348958 C21.5171441,2.90581597 23.094184,4.4828559 24.2565104,6.47460938 C25.4188368,8.46636285 26,10.6414931 26,13 Z\"><\/path><\/g><\/g><\/g><\/svg><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line jf-required\" data-type=\"control_widget\" id=\"id_36\"><div id=\"cid_36\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_widget\"><div class=\"jfCard-index\"><div>32<\/div><\/div><div class=\"jfCard-question\" data-widget-id=\"529467003477f3512000001f\"><label for=\"input_36\" class=\"jfQuestion-label isLeftAlign\" id=\"label_36\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">I HAVE READ THE ABOVE STATEMENT AND AGREE TO BE ABSOLUTELY BOUND BY THIS <\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_36_description\"><span>You will be asked to sign a printed copy of this form at time of interview.<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField jfWidget form-input\" dataType=\"textbox\" data-widget-id=\"529467003477f3512000001f\"><div class=\"jfWidget-frame jfWidget-frame-centered\" style=\"text-align:left\" data-component=\"widget-field\"><iframe frameBorder=\"0\" scrolling=\"yes\" allowTransparency=\"true\" allow=\"geolocation; microphone; camera; autoplay; encrypted-media; fullscreen\" data-type=\"iframe\" class=\"custom-field-frame\" id=\"customFieldFrame_36\" title=\"Smooth Signature\" src=\"\" style=\"border:none;width:400px;height:200px\" data-width=\"400\" data-height=\"200\"><\/iframe><div class=\"widget-inputs-wrapper\"><input type=\"hidden\" id=\"input_36\" class=\"form-hidden form-widget widget-required \" name=\"q36_iHave36\" value=\"\"\/><input type=\"hidden\" id=\"widget_settings_36\" class=\"form-hidden form-widget-settings\" value=\"%5B%5D\" data-version=\"2\"\/><\/div><\/div><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:none\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:block\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li style=\"display:none\">Should be Empty:<input type=\"text\" name=\"website\" value=\"\" aria-hidden=\"true\"\/><\/li><\/ul><\/form><\/div><div id=\"reviewBeforeSubmit\" class=\"jfReview\"><div class=\"jfReview-wrapper\"><div class=\"jfCard forReview\"><div class=\"jfReview-content\"><div class=\"jfFormHeader\">Thomas Employment Employment Application<\/div><div class=\"jfReviewItem js-reviewItemTemplate\" style=\"display:none\"><div class=\"jfReviewItem-header\"><span class=\"jfReviewItem-index js-reviewItemIndex\"><\/span><span class=\"jfReviewItem-title js-reviewItemTitle\"><\/span><span class=\"jfReviewItem-editLink js-reviewItemEditLink\">[Edit]<\/span><\/div><div class=\"jfReviewItem-answer js-reviewItemAnswer\"><\/div><\/div><div class=\"jfReviewItem-list js-reviewItemList\"><\/div><\/div><div class=\"jfCard-actions\"><button class=\"jfInput-button u-left forBackToForm\" aria-label=\"Back To Form\"><\/button><button class=\"jfInput-button u-right form-submit-button forReviewButton\"><\/button><\/div><\/div><\/div><\/div><div class=\"jStaticItems\"><\/div><input type=\"hidden\" aria-hidden=\"true\" id=\"simple_spc\" name=\"simple_spc\" value=\"210255567165052-210255567165052\"\/><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\"> 32<\/span><span class=\"cardProgress-seeAll\">See All<\/span><span class=\"cardProgress-goBack\"><span class=\"iconSvg arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><span class=\"cardProgress-goBack-text\">Go Back<\/span><\/span><\/span><\/span><span class=\"jfProgress-infoContent jfProgress-sacl js-new-sacl-button\" role=\"button\" aria-label=\"Save & Continue Later\"><span class=\"jfProgress-infoContentText\"><span class=\"jf-saclState\"><\/span><\/span><\/span><\/div><div class=\"jfProgress-mobileNavigation jsMobileNavigation\" style=\"display:none\"><button type=\"button\" class=\"jfInput-button forPrev forMobileNav u-left jsMobilePrev noTranslate\" data-component=\"button\" aria-label=\"Previous\"><span class=\"iconSvg arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><button type=\"button\" class=\"jfInput-button forNext forMobileNav u-right jsMobileNext noTranslate\" data-component=\"button\" aria-label=\"Next\"><span class=\"iconSvg arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><button style=\"display:none\" type=\"button\" class=\"jfInput-button forSubmit forMobileNav form-submit-button u-center jsMobileSubmit\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><button class=\"jfInput-button u-left forBackToForm\" style=\"display:none\" aria-label=\"Back To Form\"><\/button><\/div><\/div><div class=\"js-overlayWrapper jfOverlay\" aria-hidden=\"true\"><div class=\"jfOverlay-modalWrapper js-overlay-modalWrapper\"><span class=\"jfOverlay-close\"><span class=\"iconSvg close \"><svg data-name=\"Layer 1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 209.37 209.37\"><path d=\"M104.1,94.23c-5.83-6-11.26-11.65-16.79-17.2C75.06,64.72,62.72,52.5,50.5,40.17c-1.61-1.63-2.65-1.87-4.22,0a53.62,53.62,0,0,1-5.62,5.61c-1.83,1.58-1.87,2.65-.07,4.42C50.95,60.34,61.17,70.65,71.45,80.91,79,88.46,86.6,96,94.5,103.84L38.58,160l9.18,9.74,56.09-56.38,56.38,56.56,10.38-10.36-56.16-55.81c10-10,19.95-20,29.87-29.88,8-8,16-15.91,23.94-23.94,0.66-.66,1.31-2.42,1-2.78-2.8-3.08-5.82-6-9.24-9.36Z\"><\/path><\/svg><\/span><\/span><img class=\"js-overlayImage jfOverlayImage\" alt=\"close\" loading=\"lazy\"\/><div id=\"sacl-modal\" class=\"js-sacl-modal jfOverlay-modal\"><div class=\"jfOverlay-title js-sacl-title\">Save & Continue Later<\/div><div class=\"jfOverlay-body\"><div class=\"js-saveSuccessful \"><p><span class=\"iconSvg sacl_modal_success sacl-modal-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 21.16 21.16\"><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"Layer_1-2\" data-name=\"Layer 1\"><path d=\"M10.58,0A10.58,10.58,0,1,0,21.16,10.58,10.6,10.6,0,0,0,10.58,0Z\" style=\"fill:#fff\"><\/path><path d=\"M10.58,0A10.58,10.58,0,1,0,21.16,10.58,10.6,10.6,0,0,0,10.58,0Z\" style=\"fill:#399e39\"><\/path><path d=\"M8.72,16a.51.51,0,0,1-.39.17A.43.43,0,0,1,7.94,16L3.55,11.28l-.11-.11a.57.57,0,0,1-.17-.39.59.59,0,0,1,.17-.4l.78-.79a.56.56,0,0,1,.79,0l.06.06L8.16,13a.27.27,0,0,0,.39,0l7.6-7.82a.56.56,0,0,1,.79,0l.79.79a.49.49,0,0,1,0,.73Z\" style=\"fill:#fff\"><\/path><\/g><\/g><\/svg><\/span><span class=\"js-sacl-saved\">Your form is saved successfully!<\/span><\/p><textarea contenteditable=\"true\" class=\"js-continueLaterLink jfInput-input isHidden sacl-textarea\" aria-hidden=\"true\"><\/textarea><p class=\"js-sacl-textarea sacl-text\">If you want to continue answering your form later, please enter the email address you would like to send the link to:<\/p><div class=\"sacl-input-group forMail\"><div class=\"sacl-input-group-item forInput u-tooltipTrigger js-sacl-input-error\"><input type=\"email\" placeholder=\"Email Address\" class=\"js-saveForLaterEmail jfInput-input sacl-input\" aria-label=\"Email Address\"\/><span class=\"jfTooltip u-tethered u-error u-north\" style=\"font-weight:300;z-index:2\"><span class=\"js-sacl-valid-email\">Please enter a valid email address.<\/span><\/span><\/div><div class=\"sacl-input-group-item forButton\"><button type=\"button\" class=\"jfInput-button forContinueLater js-saveContinueSendEmail\">Send the link as email<\/button><\/div><\/div><\/div><div class=\"js-saveError\" style=\"display:none\"><p><span class=\"iconSvg sacl_modal_error sacl-modal-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 21.16 21.16\"><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"Layer_1-2\" data-name=\"Layer 1\"><path d=\"M10.58,0A10.58,10.58,0,1,0,21.16,10.58,10.6,10.6,0,0,0,10.58,0Z\" style=\"fill: #fff\"><\/path><path d=\"M10.58,0A10.58,10.58,0,1,0,21.16,10.58,10.6,10.6,0,0,0,10.58,0Z\" style=\"fill: #c1272d\"><\/path><path d=\"M6,6.31a1,1,0,0,1,1.09-1A1.32,1.32,0,0,1,8,5.77l2.81,3,3.34-3.1a1.49,1.49,0,0,1,.9-.24.94.94,0,0,1,.66.31,1.1,1.1,0,0,1,.28.66,1.38,1.38,0,0,1-.25.85l-3.41,3.17,3.22,3.45a1.4,1.4,0,0,1,.19.87,1.06,1.06,0,0,1-.32.64,1,1,0,0,1-.69.26,1.5,1.5,0,0,1-.88-.3L10.68,12l-3.4,3.16a1.31,1.31,0,0,1-1,.38,1.14,1.14,0,0,1-.74-.34,1.1,1.1,0,0,1-.27-.72,1.34,1.34,0,0,1,.37-.9l3.46-3.22L6.29,7.24A1.39,1.39,0,0,1,6,6.31Z\" style=\"fill: #fff\"><\/path><\/g><\/g><\/svg><\/span><span class=\"js-sacl-error\">Something went wrong while saving your answers. Please try again.<\/span><\/p><\/div><\/div><div class=\"jfOverlay-actions\"><div class=\"js-saveSuccessful\"><div class=\"sacl-mailWrapper\"><span class=\"jfOverlay-email-feedback js-emailSent-feedback\" style=\"display:none;font-size:12px;color:#4084f3;margin-right:7px\">Email has been sent successfully.<\/span><\/div><div class=\"sacl-linkWrapper\" style=\"margin:initial\"><button type=\"button\" class=\"jfInput-button forLink js-shareableLinkButton u-tooltipTrigger isAlternativeDesign\"><span class=\"iconSvg createlink \"><svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><defs><\/defs><g id=\"Icons\" stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\"><g id=\"Underline-Copy\" fill-rule=\"nonzero\"><g id=\"link\" transform=\"translate(6.000000, 6.000000)\"><path d=\"M8.12250978,12.0615096 C9.11153092,13.434589 10.6344227,14.2986277 12.2960505,14.422209 C13.960001,14.5459629 15.5906008,13.9142984 16.7617681,12.6976288 L19.3990078,9.95891998 C21.5549175,7.64114792 21.5244655,4.00194322 19.3454622,1.73910167 C17.139984,-0.551233494 13.5527271,-0.583605157 11.3086344,1.66720454 L9.78321622,3.24190674 C9.27889786,3.76258411 9.29215946,4.59350732 9.81283683,5.09782568 C10.3335142,5.60214404 11.1644374,5.58888244 11.6687558,5.06820507 L13.1808677,3.50704343 C14.3730084,2.31152892 16.2689674,2.32863819 17.4546094,3.55989839 C18.6667264,4.81865222 18.683922,6.87363295 17.492498,8.15466767 L14.8707504,10.8770033 C14.2384113,11.5339102 13.371049,11.8699104 12.4907435,11.804439 C11.6081154,11.7387948 10.7913272,11.275376 10.2524902,10.527297 C9.82882911,9.93911912 9.00857156,9.80575194 8.4203937,10.2294131 C7.83221584,10.6530742 7.69884867,11.4733317 8.12250978,12.0615096 Z\" id=\"Shape\"><\/path><path d=\"M12.8774902,8.93849043 C11.8884691,7.56541104 10.3655773,6.70137225 8.70394945,6.57779104 C7.03999899,6.45403709 5.40939918,7.08570163 4.23823187,8.30237124 L1.60099221,11.04108 C-0.554917535,13.3588521 -0.524465488,16.9980568 1.65453778,19.2608983 C3.86001604,21.5512335 7.4472729,21.5836052 9.69136555,19.3327955 L11.2106491,17.7553425 C11.7134482,17.2331979 11.6977656,16.4023168 11.175621,15.8995177 C10.6534764,15.3967186 9.82259538,15.4124012 9.31979625,15.9345457 L7.81647565,17.4957074 C6.62699163,18.6884711 4.7310326,18.6713618 3.54539059,17.4401016 C2.33327358,16.1813478 2.31607797,14.1263671 3.50750204,12.8453323 L6.12924958,10.1229967 C6.76158874,9.46608985 7.62895105,9.13008955 8.50925653,9.19556102 C9.39188462,9.26120523 10.2086728,9.72462402 10.7475098,10.472703 C11.1711709,11.0608809 11.9914284,11.1942481 12.5796063,10.7705869 C13.1677842,10.3469258 13.3011513,9.52666829 12.8774902,8.93849043 Z\" id=\"Shape\"><\/path><\/g><\/g><\/g><\/svg><\/span><span class=\"jfTooltip u-neutral u-southWest u-tethered saclLinkButton-tooltip\">Link copied to clipboard!<\/span><span class=\"saclLinkButton-text\" style=\"padding:0;margin-left:18px\">Get shareable link<\/span><\/button><\/div><\/div><div class=\"js-saveError\" style=\"display:none\"><button type=\"button\" class=\"jfInput-button forContinueLater js-saveContinueTryAgain\">Try Again<\/button><\/div><\/div><\/div><\/div><\/div><div id=\"sacl-modal2\" class=\"jfOverlay xcl-overlay\"><div class=\"jfOverlay-modalWrapper\"><div class=\"jfOverlay-modal xcl-modal\"><button class=\"xcl-close js-sacl-close\" title=\"Close\"><span class=\"iconSvg closeWithCircle \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 37 38\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(0 .977)\"><ellipse cx=\"18.5\" cy=\"18.462\" fill=\"#EDEEF5\" fill-rule=\"nonzero\" rx=\"18.5\" ry=\"18.462\"><\/ellipse><path fill=\"#A8AAB5\" d=\"M25.44 24.174l-6.08-6.067 6.08-6.067a.857.857 0 0 0 0-1.213.861.861 0 0 0-1.216 0l-6.08 6.067-6.08-6.067a.861.861 0 0 0-1.215 0 .857.857 0 0 0 0 1.213l6.08 6.067-6.08 6.067a.857.857 0 0 0 0 1.213.861.861 0 0 0 1.216 0l6.08-6.067 6.079 6.067a.861.861 0 0 0 1.216 0 .857.857 0 0 0 0-1.213\"><\/path><\/g><\/svg><\/span><\/button><div class=\"xcl-contentWrapper\"><div id=\"page-signupOptions\" class=\"js-sacl-page\"><div class=\"xcl-content\"><h3 class=\"m1t\">Save your progress<\/h3><div class=\"xcl-cw\"><button class=\"xcl-button-gl\"><span class=\"iconSvg icon_gl \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 28 28\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(.44 .56)\"><rect width=\"26.88\" height=\"26.88\" fill=\"#FFF\" rx=\"2\"><\/rect><path fill=\"#4285F4\" d=\"M21.996 13.643c0-.632-.056-1.24-.162-1.824H13.44v3.448h4.797a4.1 4.1 0 0 1-1.779 2.69v2.237h2.88c1.686-1.552 2.658-3.837 2.658-6.551z\"><\/path><path fill=\"#34A853\" d=\"M13.44 22.353c2.406 0 4.424-.798 5.899-2.16l-2.88-2.236c-.799.535-1.82.851-3.019.851-2.321 0-4.286-1.568-4.987-3.675H5.475v2.31a8.91 8.91 0 0 0 7.965 4.91z\"><\/path><path fill=\"#FBBC05\" d=\"M8.453 15.133a5.358 5.358 0 0 1-.28-1.693c0-.587.102-1.159.28-1.693v-2.31H5.475a8.91 8.91 0 0 0-.948 4.003c0 1.438.345 2.8.948 4.003l2.978-2.31z\"><\/path><path fill=\"#EA4335\" d=\"M13.44 8.072c1.309 0 2.483.45 3.407 1.333l2.557-2.556C17.86 5.41 15.842 4.527 13.44 4.527a8.91 8.91 0 0 0-7.965 4.91l2.978 2.31c.7-2.107 2.666-3.675 4.987-3.675z\"><\/path><path d=\"M4.527 4.527h17.826v17.826H4.527z\"><\/path><\/g><\/svg><\/span>Connect with Google<\/button><button class=\"xcl-button-fb\"><span class=\"iconSvg icon_fb \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 28 28\"><g fill=\"none\" fill-rule=\"evenodd\"><rect width=\"26.88\" height=\"26.88\" fill=\"#FFF\" rx=\"2\" transform=\"translate(.44 .414)\"><\/rect><path fill=\"#4267B2\" d=\"M22.077 17.4l.603-4.024h-3.776v-2.611c0-1.1.528-2.174 2.22-2.174h1.716V5.166s-1.558-.272-3.048-.272c-3.11 0-5.143 1.927-5.143 5.415v3.067h-3.457v4.023h3.457v9.895h4.255V17.4h3.173z\"><\/path><\/g><\/svg><\/span>Connect with Facebook<\/button><div class=\"xcl-divider\"><span>OR<\/span><\/div><button class=\"js-nav xcl-button-em\" data-nav-to=\"signupWithEmail\"><span class=\"iconSvg icon_em \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 29 25\"><g fill=\"#FF8810\" fill-rule=\"nonzero\"><path d=\"M26.757.533h-24.5c-1.05 0-1.75.698-1.75 1.746v2.445l14 7.859 14-7.684v-2.62c0-1.048-.7-1.746-1.75-1.746z\"><\/path><path d=\"M13.632 16.076L.507 8.74v14.495c0 1.048.7 1.746 1.75 1.746h24.5c1.05 0 1.75-.698 1.75-1.746V8.741l-13.125 7.335c-.49.244-1.26.244-1.75 0z\"><\/path><\/g><\/svg><\/span>Create an Account<\/button><\/div><div class=\"m1b\">Already have an account? <a class=\"js-nav\" data-nav-to=\"loginOptions\">LOGIN<\/a><\/div><a class=\"js-nav m1ba\" data-nav-to=\"withoutSignup\">Skip Create an Account<\/a><\/div><\/div><div id=\"page-signupWithEmail\" class=\"js-sacl-page\"><div class=\"xcl-content\"><button class=\"xcl-button-back js-nav\" data-nav-to=\"signupOptions\"><span class=\"iconSvg icon_back \"><svg viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"Artboard-Copy-9\" transform=\"translate(-548.000000, -321.000000)\"><g id=\"Group-5\" transform=\"translate(292.000000, 269.000000)\"><g id=\"Group-2\" transform=\"translate(256.000000, 48.000000)\"><g id=\"Group\"><g id=\"Group-6\" transform=\"translate(0.000000, 4.000000)\"><circle id=\"Oval\" stroke=\"#CFD8DC\" cx=\"8\" cy=\"8\" r=\"7.5\"><\/circle><path d=\"M4,8 L12,8\" id=\"Path-2\" stroke=\"#607D8B\"><\/path><polyline id=\"Path-3\" stroke=\"#607D8B\" points=\"7 5 4 8 7 11\"><\/polyline><\/g><\/g><\/g><\/g><\/g><\/g><\/svg><\/span>Back<\/button><h3 class=\"m2at\">Save your progress<\/h3><div class=\"xcl-cw\"><div class=\"xcl-form\"><div class=\"xcl-field-wr js-field-container\"><label class=\"xcl-lbl\">Name<input type=\"text\" class=\"xcl-inp\" name=\"name\"\/><\/label><div class=\"js-error-container xcl-lbl-err isVisible\"><\/div><\/div><div class=\"xcl-field-wr js-field-container\"><label class=\"xcl-lbl\">Email Address<input type=\"email\" class=\"xcl-inp\" name=\"email\"\/><\/label><div class=\"js-error-container xcl-lbl-err isVisible\"><\/div><\/div><div class=\"xcl-field-wr js-field-container\"><label class=\"xcl-lbl\">Password<input type=\"password\" class=\"xcl-inp forPassword\" name=\"pass\"\/><\/label><button class=\"xcl-togglePass-btn js-togglePass noTranslate\" aria-label=\"Goggle hide or show password\"><span class=\"xcl-togglePass-icon forHide\"><span class=\"iconSvg icon_hidePass \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 19\"><g fill=\"#CFD8DC\" fill-rule=\"evenodd\" opacity=\".9\"><path d=\"M14.403 13.934c-.438-.466-.877-.951-1.341-1.41-.08-.08-.277-.08-.41-.06-2.732.43-5-1.773-4.642-4.51.016-.127.044-.309-.023-.38-.465-.492-.952-.961-1.447-1.452-1.148 2.117-.567 5.006 1.283 6.736 2.186 2.046 5.213 1.879 6.58 1.076m6.05 3.016l-1.363 1.44c-.707-.691-1.444-1.343-2.095-2.07-.437-.488-.823-.555-1.455-.376C9.447 17.676 3.086 14.936.291 9.451-.026 8.83-.04 8.333.292 7.718c.81-1.5 1.816-2.83 3.114-3.936.112-.095.222-.193.34-.296L2.081 1.797 3.459.34 20.454 16.95M7.517 1.448a13.126 13.126 0 0 1 4.61-.725c3.442.082 6.458 1.254 8.988 3.608 1.19 1.108 2.133 2.405 2.774 3.903.085.2.085.5-.001.699-.795 1.821-1.998 3.334-3.536 4.589-.233.19-.376.197-.591-.021-.692-.698-1.4-1.38-2.11-2.06-.17-.162-.223-.291-.126-.534.947-2.379.596-4.565-1.202-6.387-1.837-1.862-4.08-2.274-6.54-1.413-.365.128-.583.113-.842-.18-.44-.5-.922-.962-1.424-1.479\"><\/path><path d=\"M10.873 4.803c1.677-.371 3.01.023 4.103 1.165.935.978 1.29 2.564.825 3.652l-4.928-4.817\"><\/path><\/g><\/svg><\/span><\/span><span class=\"xcl-togglePass-icon forShow\"><span class=\"iconSvg icon_showPass \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 14\"><path fill=\"#CFD8DC\" fill-rule=\"nonzero\" d=\"M23.917 6.753C23.71 6.478 18.75 0 12 0S.29 6.478.083 6.753a.41.41 0 0 0 0 .494C.29 7.523 5.25 14 12 14s11.71-6.477 11.917-6.753a.41.41 0 0 0 0-.494zM12 11.118c-2.285 0-4.138-1.844-4.138-4.118S9.715 2.882 12 2.882 16.138 4.726 16.138 7c-.003 2.273-1.854 4.115-4.138 4.118z\"><\/path><\/svg><\/span><\/span><\/button><div class=\"js-error-container xcl-lbl-err isVisible\"><\/div><\/div><div class=\"xcl-field-wr js-field-container\"><div class=\"xcl-terms-wr noTranslate\"><input type=\"checkbox\" id=\"terms\"\/><label for=\"terms\" class=\"noTranslate\">I agree to the<\/label><a href=\"https:\/\/www.jotform.com\/help\/8-Terms-of-Use\">Terms of Service<\/a><label for=\"terms\" class=\"noTranslate\">and<\/label><a href=\"https:\/\/www.jotform.com\/privacy\">Privacy Policy<\/a><\/div><div class=\"js-error-container xcl-lbl-err isVisible\"><\/div><\/div><button class=\"xcl-button-gr js-signup\">Save Submission<\/button><\/div><\/div><\/div><\/div><div id=\"page-withoutSignup\" class=\"js-sacl-page\"><div class=\"xcl-content\"><button class=\"xcl-button-back js-nav\" data-nav-to=\"signupOptions\"><span class=\"iconSvg icon_back \"><svg viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"Artboard-Copy-9\" transform=\"translate(-548.000000, -321.000000)\"><g id=\"Group-5\" transform=\"translate(292.000000, 269.000000)\"><g id=\"Group-2\" transform=\"translate(256.000000, 48.000000)\"><g id=\"Group\"><g id=\"Group-6\" transform=\"translate(0.000000, 4.000000)\"><circle id=\"Oval\" stroke=\"#CFD8DC\" cx=\"8\" cy=\"8\" r=\"7.5\"><\/circle><path d=\"M4,8 L12,8\" id=\"Path-2\" stroke=\"#607D8B\"><\/path><polyline id=\"Path-3\" stroke=\"#607D8B\" points=\"7 5 4 8 7 11\"><\/polyline><\/g><\/g><\/g><\/g><\/g><\/g><\/svg><\/span>Back<\/button><span class=\"iconSvg sacl_saved_draft icon_savedDraft\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 101 101\"><g fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" transform=\"translate(0 .823)\"><path fill=\"#CDCDD9\" d=\"M92.36 94.697H79.94L46.18 86.28l-33.76 8.417H0V0h20.832L46.18 8.418 71.527 0h8.518l12.314 12.627z\"><\/path><path fill=\"#F7F7FF\" d=\"M20.935 0v39.142h50.49V0h-8.177l-8.534 4.232L46.18 0z\"><\/path><path fill=\"#CDCDD9\" d=\"M46.795 0h17.24v30.303h-17.24z\"><\/path><path fill=\"#F7F7FF\" d=\"M78.813 63.665v31.032H12.315V63.665l33.249-4.321z\"><\/path><path fill=\"#F7F7FF\" d=\"M78.813 60.556v3.838H12.315v-3.838a6.265 6.265 0 0 1 6.266-6.263h53.966a6.265 6.265 0 0 1 6.266 6.263z\"><\/path><rect width=\"49.732\" height=\"5.828\" x=\"21.314\" y=\"65.56\" fill=\"#CDCDD9\" rx=\"2\"><\/rect><rect width=\"49.732\" height=\"5.828\" x=\"21.314\" y=\"81.585\" fill=\"#CDCDD9\" rx=\"2\"><\/rect><\/g><path fill=\"#01BD6F\" d=\"M78.133 53.27c12.547 0 22.718 10.551 22.718 23.566 0 13.015-10.17 23.566-22.718 23.566-12.546 0-22.718-10.55-22.718-23.566 0-13.015 10.172-23.565 22.718-23.565\"><\/path><path fill=\"#FFFFFE\" d=\"M91.499 66.472a2.58 2.58 0 0 0-3.707-.087l-14.941 14.59L69.133 77a2.583 2.583 0 0 0-3.706-.083 2.722 2.722 0 0 0-.082 3.789l5.528 5.907a2.581 2.581 0 0 0 3.705.085l16.836-16.44a2.722 2.722 0 0 0 .085-3.787\"><\/path><\/g><\/svg><\/span><h3 class=\"m2ct\">Your form submission has been saved as a draft.<\/h3><p>If you want to continue answering your form later, please enter the email address you would like to send the link to:<\/p><div class=\"xcl-sew\"><input type=\"email\" class=\"xcl-inp\" placeholder=\"Enter your email address\" aria-label=\"Email Address\"\/><button class=\"xcl-button-bl js-nav\" data-nav-to=\"epilogue\">Send link<\/button><\/div><\/div><\/div><div id=\"page-loginOptions\" class=\"js-sacl-page\"><div class=\"xcl-content\"><button class=\"xcl-button-back js-nav\" data-nav-to=\"signupOptions\"><span class=\"iconSvg icon_back \"><svg viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"Artboard-Copy-9\" transform=\"translate(-548.000000, -321.000000)\"><g id=\"Group-5\" transform=\"translate(292.000000, 269.000000)\"><g id=\"Group-2\" transform=\"translate(256.000000, 48.000000)\"><g id=\"Group\"><g id=\"Group-6\" transform=\"translate(0.000000, 4.000000)\"><circle id=\"Oval\" stroke=\"#CFD8DC\" cx=\"8\" cy=\"8\" r=\"7.5\"><\/circle><path d=\"M4,8 L12,8\" id=\"Path-2\" stroke=\"#607D8B\"><\/path><polyline id=\"Path-3\" stroke=\"#607D8B\" points=\"7 5 4 8 7 11\"><\/polyline><\/g><\/g><\/g><\/g><\/g><\/g><\/svg><\/span>Back<\/button><h3 class=\"m2bt\">Save your progress<\/h3><div class=\"xcl-cw\"><button class=\"xcl-button-gl\"><span class=\"iconSvg icon_gl \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 28 28\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(.44 .56)\"><rect width=\"26.88\" height=\"26.88\" fill=\"#FFF\" rx=\"2\"><\/rect><path fill=\"#4285F4\" d=\"M21.996 13.643c0-.632-.056-1.24-.162-1.824H13.44v3.448h4.797a4.1 4.1 0 0 1-1.779 2.69v2.237h2.88c1.686-1.552 2.658-3.837 2.658-6.551z\"><\/path><path fill=\"#34A853\" d=\"M13.44 22.353c2.406 0 4.424-.798 5.899-2.16l-2.88-2.236c-.799.535-1.82.851-3.019.851-2.321 0-4.286-1.568-4.987-3.675H5.475v2.31a8.91 8.91 0 0 0 7.965 4.91z\"><\/path><path fill=\"#FBBC05\" d=\"M8.453 15.133a5.358 5.358 0 0 1-.28-1.693c0-.587.102-1.159.28-1.693v-2.31H5.475a8.91 8.91 0 0 0-.948 4.003c0 1.438.345 2.8.948 4.003l2.978-2.31z\"><\/path><path fill=\"#EA4335\" d=\"M13.44 8.072c1.309 0 2.483.45 3.407 1.333l2.557-2.556C17.86 5.41 15.842 4.527 13.44 4.527a8.91 8.91 0 0 0-7.965 4.91l2.978 2.31c.7-2.107 2.666-3.675 4.987-3.675z\"><\/path><path d=\"M4.527 4.527h17.826v17.826H4.527z\"><\/path><\/g><\/svg><\/span>Log in with Google<\/button><button class=\"xcl-button-fb\"><span class=\"iconSvg icon_fb \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 28 28\"><g fill=\"none\" fill-rule=\"evenodd\"><rect width=\"26.88\" height=\"26.88\" fill=\"#FFF\" rx=\"2\" transform=\"translate(.44 .414)\"><\/rect><path fill=\"#4267B2\" d=\"M22.077 17.4l.603-4.024h-3.776v-2.611c0-1.1.528-2.174 2.22-2.174h1.716V5.166s-1.558-.272-3.048-.272c-3.11 0-5.143 1.927-5.143 5.415v3.067h-3.457v4.023h3.457v9.895h4.255V17.4h3.173z\"><\/path><\/g><\/svg><\/span>Log in with Facebook<\/button><div class=\"xcl-divider\"><span>OR<\/span><\/div><div class=\"xcl-form forLogin\"><div class=\"xcl-field-wr\"><label class=\"xcl-lbl\">Username or email<input type=\"email\" class=\"xcl-inp\" name=\"email\"\/><\/label><\/div><div class=\"xcl-field-wr\"><label class=\"xcl-lbl\">Password<input type=\"password\" class=\"xcl-inp\" name=\"pass\"\/><\/label><\/div><button class=\"xcl-button-gr js-nav\" data-nav-to=\"epilogue\">Login and Save Submission<\/button><a class=\"xcl-link-fp\">Forgot Password?<\/a><\/div><\/div><\/div><\/div><div id=\"page-epilogue\" class=\"js-sacl-page\"><div class=\"xcl-content\"><textarea contenteditable=\"true\" class=\"js-continueLaterLink sacl-textarea isHidden\" aria-hidden=\"true\"><\/textarea><span class=\"iconSvg sacl_saved_draft icon_savedDraft\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 101 101\"><g fill=\"none\" fill-rule=\"evenodd\"><g fill-rule=\"nonzero\" transform=\"translate(0 .823)\"><path fill=\"#CDCDD9\" d=\"M92.36 94.697H79.94L46.18 86.28l-33.76 8.417H0V0h20.832L46.18 8.418 71.527 0h8.518l12.314 12.627z\"><\/path><path fill=\"#F7F7FF\" d=\"M20.935 0v39.142h50.49V0h-8.177l-8.534 4.232L46.18 0z\"><\/path><path fill=\"#CDCDD9\" d=\"M46.795 0h17.24v30.303h-17.24z\"><\/path><path fill=\"#F7F7FF\" d=\"M78.813 63.665v31.032H12.315V63.665l33.249-4.321z\"><\/path><path fill=\"#F7F7FF\" d=\"M78.813 60.556v3.838H12.315v-3.838a6.265 6.265 0 0 1 6.266-6.263h53.966a6.265 6.265 0 0 1 6.266 6.263z\"><\/path><rect width=\"49.732\" height=\"5.828\" x=\"21.314\" y=\"65.56\" fill=\"#CDCDD9\" rx=\"2\"><\/rect><rect width=\"49.732\" height=\"5.828\" x=\"21.314\" y=\"81.585\" fill=\"#CDCDD9\" rx=\"2\"><\/rect><\/g><path fill=\"#01BD6F\" d=\"M78.133 53.27c12.547 0 22.718 10.551 22.718 23.566 0 13.015-10.17 23.566-22.718 23.566-12.546 0-22.718-10.55-22.718-23.566 0-13.015 10.172-23.565 22.718-23.565\"><\/path><path fill=\"#FFFFFE\" d=\"M91.499 66.472a2.58 2.58 0 0 0-3.707-.087l-14.941 14.59L69.133 77a2.583 2.583 0 0 0-3.706-.083 2.722 2.722 0 0 0-.082 3.789l5.528 5.907a2.581 2.581 0 0 0 3.705.085l16.836-16.44a2.722 2.722 0 0 0 .085-3.787\"><\/path><\/g><\/svg><\/span><h3 class=\"m3t\">Your form submission has been saved as a draft.<\/h3><p>We\u2019ve sent you an email with a link to complete your submission.<\/p><div class=\"xcl-esb\"><button class=\"xcl-button-li js-shareLink\"><span class=\"iconSvg icon_link \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 21 21\"><g fill=\"#FFF\" fill-rule=\"nonzero\"><path d=\"M12.648 8.195a4.714 4.714 0 0 0-6.666 0l-4.283 4.286a4.713 4.713 0 0 0 3.333 8.043 4.683 4.683 0 0 0 3.33-1.374l3.535-3.535a.337.337 0 0 0-.24-.575h-.134a5.667 5.667 0 0 1-2.155-.418.337.337 0 0 0-.367.074L6.46 17.242A2.021 2.021 0 1 1 3.6 14.383l4.3-4.296a2.02 2.02 0 0 1 2.855 0c.531.5 1.36.5 1.892 0 .228-.229.367-.532.39-.855a1.347 1.347 0 0 0-.39-1.037z\"><\/path><path d=\"M19.142 1.7a4.714 4.714 0 0 0-6.666 0L8.944 5.23a.337.337 0 0 0 .246.576h.124a5.656 5.656 0 0 1 2.152.42c.126.052.27.023.367-.074l2.535-2.531a2.021 2.021 0 1 1 2.858 2.858l-3.158 3.155-.027.03-1.104 1.098a2.02 2.02 0 0 1-2.855 0 1.38 1.38 0 0 0-1.892 0c-.23.23-.369.536-.39.861-.025.386.117.764.39 1.037.39.392.846.71 1.347.943.07.034.141.06.212.091.07.03.144.054.215.08.07.028.145.051.216.072l.198.053c.135.034.27.061.408.085.166.024.333.04.501.047h.256l.202-.024c.074-.003.152-.02.24-.02h.114l.232-.034.108-.02.195-.04h.037a4.713 4.713 0 0 0 2.185-1.24l4.286-4.285a4.714 4.714 0 0 0 0-6.666z\"><\/path><\/g><\/svg><\/span>Get shareable link<\/button><button class=\"xcl-button-re js-resendEmail\"><span class=\"iconSvg resend \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 19 23\"><path fill=\"#A8AAB5\" fill-rule=\"evenodd\" d=\"M16.513 10.923c.203 1.211.408 2.395.1 3.603-.3 1.183-.753 2.272-1.543 3.208-.784.93-1.705 1.652-2.82 2.106-3.262 1.327-6.597.124-8.468-2.334-1.97-2.59-2.07-6.217-.234-8.872 1.793-2.59 4.794-3.447 6.722-3.054l.052 3.663 4.458-4.57L10.222 0l-.016 3.194c-5.155-.383-9 3.41-9.935 7.366-.978 4.134.746 8.458 4.309 10.693 3.492 2.19 8.036 1.824 11.095-.893 3.191-2.834 3.927-6.836 2.878-10.25-.676.268-1.35.537-2.04.813\"><\/path><\/svg><\/span>Resend Email<\/button><\/div><a class=\"xcl-link-lg\">Logout<\/a><\/div><\/div><\/div><\/div><\/div><\/div><script src=\"https:\/\/cdn.jotfor.ms\/cardforms\/layout.min.js?16053d77\"><\/script><script defer=\"\" src=\"https:\/\/www.jotform.com\/ownerView.php?id=210255567165052\"><\/script><script>window.CardForm = new CardLayout({\"formMode\":\"welcome\",\"isSSOProtected\":false,\"isSaveAndContinueLaterActivated\":true,\"ownerView\":false,\"ownerPercentage\":5,\"isProduction\":true,\"isFormProgressVisible\":true,\"apiURL\":\"https:\/\/api.jotform.com\",\"reviewBeforeSubmit\":{\"reviewText\":\"Review and Submit\",\"backText\":\"Back to Form\"},\"questions\":[{\"qid\":\"input_40\",\"id\":\"40\",\"type\":\"control_text\"},{\"qid\":\"input_1\",\"id\":\"1\",\"type\":\"control_fullname\"},{\"qid\":\"input_9\",\"id\":\"9\",\"type\":\"control_textbox\"},{\"qid\":\"input_2\",\"id\":\"2\",\"type\":\"control_datetime\"},{\"qid\":\"input_3\",\"id\":\"3\",\"type\":\"control_address\"},{\"qid\":\"input_4\",\"id\":\"4\",\"type\":\"control_phone\"},{\"qid\":\"input_5\",\"id\":\"5\",\"type\":\"control_email\"},{\"qid\":\"input_10\",\"id\":\"10\",\"type\":\"control_yesno\"},{\"qid\":\"input_11\",\"id\":\"11\",\"type\":\"control_yesno\"},{\"qid\":\"input_12\",\"id\":\"12\",\"type\":\"control_textarea\"},{\"qid\":\"input_14\",\"id\":\"14\",\"type\":\"control_yesno\"},{\"qid\":\"input_15\",\"id\":\"15\",\"type\":\"control_textbox\"},{\"qid\":\"input_16\",\"id\":\"16\",\"type\":\"control_textbox\"},{\"qid\":\"input_18\",\"id\":\"18\",\"type\":\"control_checkbox\"},{\"qid\":\"input_19\",\"id\":\"19\",\"type\":\"control_widget\",\"widgetType\":\"field\"},{\"qid\":\"input_20\",\"id\":\"20\",\"type\":\"control_textarea\"},{\"qid\":\"input_21\",\"id\":\"21\",\"type\":\"control_textarea\"},{\"qid\":\"input_24\",\"id\":\"24\",\"type\":\"control_widget\",\"widgetType\":\"field\"},{\"qid\":\"input_25\",\"id\":\"25\",\"type\":\"control_widget\",\"widgetType\":\"field\"},{\"qid\":\"input_37\",\"id\":\"37\",\"type\":\"control_text\"},{\"qid\":\"input_26\",\"id\":\"26\",\"type\":\"control_checkbox\"},{\"qid\":\"input_27\",\"id\":\"27\",\"type\":\"control_checkbox\"},{\"qid\":\"input_28\",\"id\":\"28\",\"type\":\"control_checkbox\"},{\"qid\":\"input_29\",\"id\":\"29\",\"type\":\"control_checkbox\"},{\"qid\":\"input_30\",\"id\":\"30\",\"type\":\"control_checkbox\"},{\"qid\":\"input_32\",\"id\":\"32\",\"type\":\"control_checkbox\"},{\"qid\":\"input_33\",\"id\":\"33\",\"type\":\"control_checkbox\"},{\"qid\":\"input_34\",\"id\":\"34\",\"type\":\"control_checkbox\"},{\"qid\":\"input_31\",\"id\":\"31\",\"type\":\"control_checkbox\"},{\"qid\":\"input_35\",\"id\":\"35\",\"type\":\"control_checkbox\"},{\"qid\":\"input_38\",\"id\":\"38\",\"type\":\"control_textarea\"},{\"qid\":\"input_36\",\"id\":\"36\",\"type\":\"control_widget\",\"widgetType\":\"field\"}],\"allQuestions\":[{\"id\":\"40\",\"type\":\"control_text\",\"isHidden\":false,\"fields\":null},{\"id\":\"1\",\"type\":\"control_fullname\",\"isHidden\":false,\"fields\":null},{\"id\":\"9\",\"type\":\"control_textbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"2\",\"type\":\"control_datetime\",\"isHidden\":false,\"fields\":null},{\"id\":\"3\",\"type\":\"control_address\",\"isHidden\":false,\"fields\":null},{\"id\":\"4\",\"type\":\"control_phone\",\"isHidden\":false,\"fields\":null},{\"id\":\"5\",\"type\":\"control_email\",\"isHidden\":false,\"fields\":null},{\"id\":\"10\",\"type\":\"control_yesno\",\"isHidden\":false,\"fields\":null},{\"id\":\"11\",\"type\":\"control_yesno\",\"isHidden\":false,\"fields\":null},{\"id\":\"12\",\"type\":\"control_textarea\",\"isHidden\":false,\"fields\":null},{\"id\":\"14\",\"type\":\"control_yesno\",\"isHidden\":false,\"fields\":null},{\"id\":\"15\",\"type\":\"control_textbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"16\",\"type\":\"control_textbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"18\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"19\",\"type\":\"control_widget\",\"isHidden\":false,\"fields\":null},{\"id\":\"20\",\"type\":\"control_textarea\",\"isHidden\":false,\"fields\":null},{\"id\":\"21\",\"type\":\"control_textarea\",\"isHidden\":false,\"fields\":null},{\"id\":\"24\",\"type\":\"control_widget\",\"isHidden\":false,\"fields\":null},{\"id\":\"25\",\"type\":\"control_widget\",\"isHidden\":false,\"fields\":null},{\"id\":\"37\",\"type\":\"control_text\",\"isHidden\":false,\"fields\":null},{\"id\":\"26\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"27\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"28\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"29\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"30\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"32\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"33\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"34\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"31\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"35\",\"type\":\"control_checkbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"38\",\"type\":\"control_textarea\",\"isHidden\":false,\"fields\":null},{\"id\":\"36\",\"type\":\"control_widget\",\"isHidden\":false,\"fields\":null}],\"captchaMode\":null,\"sectionHeaders\":[],\"welcomePageProps\":{\"id\":{\"value\":\"welcomePage\"},\"text\":{\"value\":\"Thomas Employment\"},\"subHeader\":{\"value\":\"Thank you for your interest in working with us.\u00a0 Please fill out and submit this form.\"},\"imageSrc\":{\"value\":\"\"},\"buttonText\":{\"value\":\"START\"},\"showQuestionCount\":{\"value\":\"Yes\"},\"isFormTitleVisible\":true},\"formID\":210255567165052,\"fullscreenMode\":false});<\/script><\/body><\/html>\n","Thomas Employment Employment Application",Array);(function(){window.handleIFrameMessage=function(e){if(!e.data||!e.data.split)return;var args=e.data.split(":");if(args[2]!="210255567165052"){return;} var iframe=document.getElementById("210255567165052");if(!iframe){return};switch(args[0]){case"scrollIntoView":if(!("nojump"in FrameBuilder.get)){iframe.scrollIntoView();} break;case"setHeight":var height=args[1]+"px";if(window.jfDeviceType==='mobile'&&typeof $jot!=='undefined'){var parent=$jot(iframe).closest('.jt-feedback.u-responsive-lightbox');if(parent){height='100%';}} iframe.style.height=height break;case"setMinHeight":iframe.style.minHeight=args[1]+"px";break;case"collapseErrorPage":if(iframe.clientHeight>window.innerHeight){iframe.style.height=window.innerHeight+"px";} break;case"reloadPage":if(iframe){location.reload();} break;case"removeIframeOnloadAttr":iframe.removeAttribute("onload");break;case"loadScript":if(!window.isPermitted(e.origin,['jotform.com','jotform.pro'])){break;} var src=args[1];if(args.length>3){src=args[1]+':'+args[2];} var script=document.createElement('script');script.src=src;script.type='text/javascript';document.body.appendChild(script);break;case"exitFullscreen":if(window.document.exitFullscreen)window.document.exitFullscreen();else if(window.document.mozCancelFullScreen)window.document.mozCancelFullScreen();else if(window.document.mozCancelFullscreen)window.document.mozCancelFullScreen();else if(window.document.webkitExitFullscreen)window.document.webkitExitFullscreen();else if(window.document.msExitFullscreen)window.document.msExitFullscreen();break;case'setDeviceType':window.jfDeviceType=args[1];break;}};window.isPermitted=function(originUrl,whitelisted_domains){var url=document.createElement('a');url.href=originUrl;var hostname=url.hostname;var result=false;if(typeof hostname!=='undefined'){whitelisted_domains.forEach(function(element){if(hostname.slice((-1*element.length-1))==='.'.concat(element)||hostname===element){result=true;}});return result;}};if(window.addEventListener){window.addEventListener("message",handleIFrameMessage,false);}else if(window.attachEvent){window.attachEvent("onmessage",handleIFrameMessage);}})(); </div> </div> </div> </div> </div> </section> </div> </div><!-- .entry-content --> </div><!-- .post-content--> </article><!-- #post-## --> </main><!-- #main --> </div><!-- #primary --> </div><!-- #content --> </div><!-- #page .container --> <footer id="colophon" class="site-footer"> <div class="container"> <div class="footer-bottom"> <div class="footer-tagline"> <div class="site-info"> 2023 Thomas Employment. All Rights Reserved. Website Designed and Hosted by <a href="https://www.alphakeydigital.com" target="_blank">Alpha Key Digital</a> </div> </div><!-- .footer-tagline --> </div><!-- .footer-bottom --> </div><!-- .container --> </footer><!-- #colophon --> <script type="text/javascript"> function genesisBlocksShare( url, title, w, h ){ var left = ( window.innerWidth / 2 )-( w / 2 ); var top = ( window.innerHeight / 2 )-( h / 2 ); return window.open(url, title, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=600, height=600, top='+top+', left='+left); } </script> <script src="https://thomasemployment.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.6.4" id="swv-js"></script> <script id="contact-form-7-js-extra"> var wpcf7 = {"api":{"root":"https:\/\/thomasemployment.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"}; </script> <script src="https://thomasemployment.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.6.4" id="contact-form-7-js"></script> <script src="https://thomasemployment.com/wp-content/plugins/genesis-blocks/dist/assets/js/dismiss.js?ver=1667252625" id="genesis-blocks-dismiss-js-js"></script> <script id="genesis-block-theme-js-js-extra"> var genesis_block_theme_js_vars = {"ajaxurl":"https:\/\/thomasemployment.com\/wp-admin\/admin-ajax.php"}; </script> <script src="https://thomasemployment.com/wp-content/themes/genesis-block-theme/js/genesis-block-theme.js?ver=1.0.0" id="genesis-block-theme-js-js"></script> <script src="https://thomasemployment.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.8.0" id="elementor-webpack-runtime-js"></script> <script src="https://thomasemployment.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.8.0" id="elementor-frontend-modules-js"></script> <script src="https://thomasemployment.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js"></script> <script src="https://thomasemployment.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Extra","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Extra","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.8.0","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"e_optimized_css_loading":true,"a11y_improvements":true,"additional_custom_breakpoints":true,"e_import_export":true,"e_hidden_wordpress_widgets":true,"landing-pages":true,"elements-color-picker":true,"favorite-widgets":true,"admin-top-bar":true},"urls":{"assets":"https:\/\/thomasemployment.com\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"editorPreferences":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":123,"title":"Elementor%20%23123%20%E2%80%93%20Thomas%20Employment","excerpt":"","featuredImage":false}}; </script> <script src="https://thomasemployment.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.8.0" id="elementor-frontend-js"></script> </body> </html>