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);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("72895929066171");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(/&amp;/g,'&')+"\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\""+this.formId+"\" id=\""+this.iframeDomId+"\" style=\"width: 10px; min-width:"+this.frameMinWidth+"; display: block; overflow: hidden; height:"+this.initialHeight+"px; border: none;\" scrolling=\"no\""+this.defaultHeight+"></if"+"rame>";if(this.appendTo===false){document.write(htmlCode);}else{var tmp=document.createElement('div');tmp.innerHTML=htmlCode;var a=this.appendTo;document.getElementById(a).appendChild(tmp.firstChild);}
this.frame=document.getElementById(this.iframeDomId);if(tmp_is_ie===true){try{var iframe=this.frame;var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.open();doc.write("");}
catch(err){this.frame.src="javascript:void((function(){document.open();document.domain=\'"+this.getBaseDomain()+"\';document.close();})())";}}
this.addEvent(this.frame,'load',this.bindMethod(this.setTimer,this));var self=this;if(window.chrome!==undefined){this.frame.onload=function(){try{var doc=this.contentWindow.document;var _jotform=this.contentWindow.JotForm;if(doc!==undefined){var form=doc.getElementById(""+self.iframeDomId);self.addEvent(form,"submit",function(){if(_jotform.validateAll()){self.formSubmitted=1;}});}}catch(e){}}}};this.addEvent=function(obj,type,fn){if(obj.attachEvent){obj["e"+type+fn]=fn;obj[type+fn]=function(){obj["e"+type+fn](window.event);};obj.attachEvent("on"+type,obj[type+fn]);}
else{obj.addEventListener(type,fn,false);}};this.addFrameContent=function(string){if(window.location.search&&window.location.search.indexOf('disableSmartEmbed')>-1||!(this.embedURLHash in embedStyleJSON)){string=string.replace(new RegExp('smartEmbed=1(?:&amp;|&)'),'');string=string.replace(new RegExp('isSmartEmbed'),'');}else{var cssLink='stylebuilder/'+this.formId+'/style.css';var r=new RegExp('(["\'])(?<url>((?:(?!\\1).)+)'+cssLink+'((?:(?!\\1).)+))\\1','gim');var match=r.exec(string);while(match!==null){var url=match.groups.url;var cssPlace=url.indexOf(cssLink);var prepend=url[cssPlace+cssLink.length]==='?'?'&amp;':'?';var embedUrl=prepend+'embedUrl='+encodeURIComponent(window.location.href);var newUrl=url.replace(cssLink,'stylebuilder-new/'+this.formId+'/embed/'+this.embedURLHash+'/default.css');string=string.replace(url,newUrl+embedUrl);match=r.exec(string);}}
string=string.replace(new RegExp('src\\=\\"[^"]*captcha.php\"><\/scr'+'ipt>','gim'),'src="http://api.recaptcha.net/js/recaptcha_ajax.js"></scr'+'ipt><'+'div id="recaptcha_div"><'+'/div>'+'<'+'style>#recaptcha_logo{ display:none;} #recaptcha_tagline{display:none;} #recaptcha_table{border:none !important;} .recaptchatable .recaptcha_image_cell, #recaptcha_table{ background-color:transparent !important; } <'+'/style>'+'<'+'script defer="defer"> window.onload = function(){ Recaptcha.create("6Ld9UAgAAAAAAMon8zjt30tEZiGQZ4IIuWXLt1ky", "recaptcha_div", {theme: "clean",tabindex: 0,callback: function (){'+'if (document.getElementById("uword")) { document.getElementById("uword").parentNode.removeChild(document.getElementById("uword")); } if (window["validate"] !== undefined) { if (document.getElementById("recaptcha_response_field")){ document.getElementById("recaptcha_response_field").onblur = function(){ validate(document.getElementById("recaptcha_response_field"), "Required"); } } } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_challenge_field")[0].setAttribute("name", "anum"); } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_response_field")[0].setAttribute("name", "qCap"); }}})'+' }<'+'/script>');string=string.replace(/(type="text\/javascript">)\s+(validate\(\"[^"]*"\);)/,'$1 jTime = setInterval(function(){if("validate" in window){$2clearTimeout(jTime);}}, 1000);');if(string.match('#sublabel_litemode')){string=string.replace('class="form-all"','class="form-all" style="margin-top:0;"');}
var iframe=this.frame;var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.open();doc.write(string);setTimeout(function(){doc.close();try{if('JotFormFrameLoaded'in window){JotFormFrameLoaded();}}catch(e){}},200);};this.setTimer=function(){var self=this;this.interval=setTimeout(this.changeHeight.bind(this),this.timeInterval);};this.getBaseDomain=function(){var thn=window.location.hostname;var cc=0;var buff="";for(var i=0;i<thn.length;i++){var chr=thn.charAt(i);if(chr=="."){cc++;}
if(cc==0){buff+=chr;}}
if(cc==2){thn=thn.replace(buff+".","");}
return thn;}
this.changeHeight=function(){var actualHeight=this.getBodyHeight();var currentHeight=this.getViewPortHeight();var skipAutoHeight=(this.frame.contentWindow)?this.frame.contentWindow.document.querySelector('[data-welcome-view="true"]'):null;if(actualHeight===undefined){this.frame.style.height=this.frameHeight;if(!this.frame.style.minHeight){this.frame.style.minHeight="100vh";if(!('nojump'in(this.frame.contentWindow.document.get)||{})){window.parent.scrollTo(0,0);}}else if(!this.frame.dataset.parentScrolled){this.frame.dataset.parentScrolled=true;var container=window.parent.document&&window.parent.document.querySelector('.jt-content');if(container&&!('nojump'in(window.parent.document.get||{}))){container.scrollTo(0,0);}}}else if(Math.abs(actualHeight-currentHeight)>18&&!skipAutoHeight){this.frame.style.height=(actualHeight)+"px";}
this.setTimer();};this.bindMethod=function(method,scope){return function(){method.apply(scope,arguments);};};this.frameHeight=0;this.getBodyHeight=function(){if(this.formSubmitted===1){return;}
var height;var scrollHeight;var offsetHeight;try{if(this.frame.contentWindow.document.height){height=this.frame.contentWindow.document.height;if(this.frame.contentWindow.document.body.scrollHeight){height=scrollHeight=this.frame.contentWindow.document.body.scrollHeight;}
if(this.frame.contentWindow.document.body.offsetHeight){height=offsetHeight=this.frame.contentWindow.document.body.offsetHeight;}}else if(this.frame.contentWindow){height=offsetHeight=this.frame.contentWindow.innerHeight;}}catch(e){}
this.frameHeight=height;return height;};this.getViewPortHeight=function(){if(this.formSubmitted===1){return;}
var height=0;try{if(this.frame.contentWindow.window.innerHeight){height=this.frame.contentWindow.window.innerHeight-18;}else if((this.frame.contentWindow.document.documentElement)&&(this.frame.contentWindow.document.documentElement.clientHeight)){height=this.frame.contentWindow.document.documentElement.clientHeight;}else if((this.frame.contentWindow.document.body)&&(this.frame.contentWindow.document.body.clientHeight)){height=this.frame.contentWindow.document.body.clientHeight;}}catch(e){}
return height;};this.getMD5=function(s){function L(k,d){return(k<<d)|(k>>>(32-d))}function K(G,k){var I,d,F,H,x;F=(G&2147483648);H=(k&2147483648);I=(G&1073741824);d=(k&1073741824);x=(G&1073741823)+(k&1073741823);if(I&d){return(x^2147483648^F^H)}if(I|d){if(x&1073741824){return(x^3221225472^F^H)}else{return(x^1073741824^F^H)}}else{return(x^F^H)}}function r(d,F,k){return(d&F)|((~d)&k)}function q(d,F,k){return(d&k)|(F&(~k))}function p(d,F,k){return(d^F^k)}function n(d,F,k){return(F^(d|(~k)))}function u(G,F,aa,Z,k,H,I){G=K(G,K(K(r(F,aa,Z),k),I));return K(L(G,H),F)}function f(G,F,aa,Z,k,H,I){G=K(G,K(K(q(F,aa,Z),k),I));return K(L(G,H),F)}function D(G,F,aa,Z,k,H,I){G=K(G,K(K(p(F,aa,Z),k),I));return K(L(G,H),F)}function t(G,F,aa,Z,k,H,I){G=K(G,K(K(n(F,aa,Z),k),I));return K(L(G,H),F)}function e(G){var Z;var F=G.length;var x=F+8;var k=(x-(x%64))/64;var I=(k+1)*16;var aa=Array(I-1);var d=0;var H=0;while(H<F){Z=(H-(H%4))/4;d=(H%4)*8;aa[Z]=(aa[Z]|(G.charCodeAt(H)<<d));H++}Z=(H-(H%4))/4;d=(H%4)*8;aa[Z]=aa[Z]|(128<<d);aa[I-2]=F<<3;aa[I-1]=F>>>29;return aa}function B(x){var k="",F="",G,d;for(d=0;d<=3;d++){G=(x>>>(d*8))&255;F="0"+G.toString(16);k=k+F.substr(F.length-2,2)}return k}function J(k){k=k.replace(/rn/g,"n");var d="";for(var F=0;F<k.length;F++){var x=k.charCodeAt(F);if(x<128){d+=String.fromCharCode(x)}else{if((x>127)&&(x<2048)){d+=String.fromCharCode((x>>6)|192);d+=String.fromCharCode((x&63)|128)}else{d+=String.fromCharCode((x>>12)|224);d+=String.fromCharCode(((x>>6)&63)|128);d+=String.fromCharCode((x&63)|128)}}}return d}var C=Array();var P,h,E,v,g,Y,X,W,V;var S=7,Q=12,N=17,M=22;var A=5,z=9,y=14,w=20;var o=4,m=11,l=16,j=23;var U=6,T=10,R=15,O=21;s=J(s);C=e(s);Y=1732584193;X=4023233417;W=2562383102;V=271733878;for(P=0;P<C.length;P+=16){h=Y;E=X;v=W;g=V;Y=u(Y,X,W,V,C[P+0],S,3614090360);V=u(V,Y,X,W,C[P+1],Q,3905402710);W=u(W,V,Y,X,C[P+2],N,606105819);X=u(X,W,V,Y,C[P+3],M,3250441966);Y=u(Y,X,W,V,C[P+4],S,4118548399);V=u(V,Y,X,W,C[P+5],Q,1200080426);W=u(W,V,Y,X,C[P+6],N,2821735955);X=u(X,W,V,Y,C[P+7],M,4249261313);Y=u(Y,X,W,V,C[P+8],S,1770035416);V=u(V,Y,X,W,C[P+9],Q,2336552879);W=u(W,V,Y,X,C[P+10],N,4294925233);X=u(X,W,V,Y,C[P+11],M,2304563134);Y=u(Y,X,W,V,C[P+12],S,1804603682);V=u(V,Y,X,W,C[P+13],Q,4254626195);W=u(W,V,Y,X,C[P+14],N,2792965006);X=u(X,W,V,Y,C[P+15],M,1236535329);Y=f(Y,X,W,V,C[P+1],A,4129170786);V=f(V,Y,X,W,C[P+6],z,3225465664);W=f(W,V,Y,X,C[P+11],y,643717713);X=f(X,W,V,Y,C[P+0],w,3921069994);Y=f(Y,X,W,V,C[P+5],A,3593408605);V=f(V,Y,X,W,C[P+10],z,38016083);W=f(W,V,Y,X,C[P+15],y,3634488961);X=f(X,W,V,Y,C[P+4],w,3889429448);Y=f(Y,X,W,V,C[P+9],A,568446438);V=f(V,Y,X,W,C[P+14],z,3275163606);W=f(W,V,Y,X,C[P+3],y,4107603335);X=f(X,W,V,Y,C[P+8],w,1163531501);Y=f(Y,X,W,V,C[P+13],A,2850285829);V=f(V,Y,X,W,C[P+2],z,4243563512);W=f(W,V,Y,X,C[P+7],y,1735328473);X=f(X,W,V,Y,C[P+12],w,2368359562);Y=D(Y,X,W,V,C[P+5],o,4294588738);V=D(V,Y,X,W,C[P+8],m,2272392833);W=D(W,V,Y,X,C[P+11],l,1839030562);X=D(X,W,V,Y,C[P+14],j,4259657740);Y=D(Y,X,W,V,C[P+1],o,2763975236);V=D(V,Y,X,W,C[P+4],m,1272893353);W=D(W,V,Y,X,C[P+7],l,4139469664);X=D(X,W,V,Y,C[P+10],j,3200236656);Y=D(Y,X,W,V,C[P+13],o,681279174);V=D(V,Y,X,W,C[P+0],m,3936430074);W=D(W,V,Y,X,C[P+3],l,3572445317);X=D(X,W,V,Y,C[P+6],j,76029189);Y=D(Y,X,W,V,C[P+9],o,3654602809);V=D(V,Y,X,W,C[P+12],m,3873151461);W=D(W,V,Y,X,C[P+15],l,530742520);X=D(X,W,V,Y,C[P+2],j,3299628645);Y=t(Y,X,W,V,C[P+0],U,4096336452);V=t(V,Y,X,W,C[P+7],T,1126891415);W=t(W,V,Y,X,C[P+14],R,2878612391);X=t(X,W,V,Y,C[P+5],O,4237533241);Y=t(Y,X,W,V,C[P+12],U,1700485571);V=t(V,Y,X,W,C[P+3],T,2399980690);W=t(W,V,Y,X,C[P+10],R,4293915773);X=t(X,W,V,Y,C[P+1],O,2240044497);Y=t(Y,X,W,V,C[P+8],U,1873313359);V=t(V,Y,X,W,C[P+15],T,4264355552);W=t(W,V,Y,X,C[P+6],R,2734768916);X=t(X,W,V,Y,C[P+13],O,1309151649);Y=t(Y,X,W,V,C[P+4],U,4149444226);V=t(V,Y,X,W,C[P+11],T,3174756917);W=t(W,V,Y,X,C[P+2],R,718787259);X=t(X,W,V,Y,C[P+9],O,3951481745);Y=K(Y,h);X=K(X,E);W=K(W,v);V=K(V,g)}var i=B(Y)+B(X)+B(W)+B(V);return i.toLowerCase()};this.init();}
FrameBuilder.get=qsProxy||[];var initialHeight="LEGACY"==='CARD'?640:539;var i72895929066171=new FrameBuilder("72895929066171",false,initialHeight,"<!DOCTYPE HTML PUBLIC \"-\/\/W3C\/\/DTD HTML 4.01\/\/EN\" \"http:\/\/www.w3.org\/TR\/html4\/strict.dtd\">\n<html lang=\"en-US\"  class=\"supernova \"><head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<link rel=\"alternate\" type=\"application\/json+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=json&amp;url=https%3A%2F%2Fform.jotform.com%2F72895929066171\" title=\"oEmbed Form\">\n<link rel=\"alternate\" type=\"text\/xml+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=xml&amp;url=https%3A%2F%2Fform.jotform.com%2F72895929066171\" title=\"oEmbed Form\">\n<meta property=\"og:title\" content=\"Self Care Checklist for Change Agents\" >\n<meta property=\"og:url\" content=\"https:\/\/form.jotform.com\/72895929066171\" >\n<meta property=\"og:description\" content=\"Please click the link to complete this form.\" >\n<meta name=\"slack-app-id\" content=\"AHNMASS8M\">\n<meta property=\"og:image\" content=\"https:\/\/cdn.jotfor.ms\/assets\/img\/landing\/opengraph.png\" \/>\n<link rel=\"shortcut icon\" href=\"https:\/\/cdn.jotfor.ms\/assets\/img\/favicons\/favicon-2021-light%402x.png\">\n<link rel=\"apple-touch-icon\" href=\"https:\/\/cdn.jotfor.ms\/assets\/img\/favicons\/favicon-2021-light%402x.png\">\n<script>\n          var favicon = document.querySelector('link[rel=\"shortcut icon\"]');\n          window.isDarkMode = (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches);\n          if(favicon && window.isDarkMode) {\n              favicon.href = favicon.href.replaceAll('favicon-2021-light%402x.png', 'favicon-2021-dark%402x.png');\n          }\n      <\/script><link rel=\"canonical\" href=\"https:\/\/form.jotform.com\/72895929066171\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=1\" \/>\n<meta name=\"HandheldFriendly\" content=\"true\" \/>\n<title>Self Care Checklist for Change Agents<\/title>\n<link href=\"https:\/\/cdn01.jotfor.ms\/static\/formCss.css?3.3.51090\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn02.jotfor.ms\/stylebuilder\/static\/form-common.css?v=d73ea4d\n\"\/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn03.jotfor.ms\/css\/styles\/nova.css?3.3.51090\" \/>\n<style type=\"text\/css\">@media print{*{-webkit-print-color-adjust: exact !important;color-adjust: exact !important;}.form-section{display:inline!important}.form-pagebreak{display:none!important}.form-section-closed{height:auto!important}.page-section{position:initial!important}}<\/style>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn01.jotfor.ms\/themes\/CSS\/566a91c2977cdfcd478b4567.css?v=3.3.51090\"\/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn02.jotfor.ms\/css\/styles\/payment\/payment_feature.css?3.3.51090\" \/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn03.jotfor.ms\/stylebuilder\/static\/donationBox.css?v=3.3.51090\">\n<style type=\"text\/css\">\n    .form-label-left{\n        width:150px;\n    }\n    .form-line{\n        padding-top:12px;\n        padding-bottom:12px;\n    }\n    .form-label-right{\n        width:150px;\n    }\n    body, html{\n        margin:0;\n        padding:0;\n        background:#fff;\n    }\n\n    .form-all{\n        margin:0px auto;\n        padding-top:0px;\n        width:800px;\n        color:#555 !important;\n        font-family:\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", Verdana, sans-serif;\n        font-size:14px;\n    }\n<\/style>\n\n<style type=\"text\/css\" id=\"form-designer-style\">\n    \/* Injected CSS Code *\/\n.form-label.form-label-auto {\n        \n      display: block;\n      float: none;\n      text-align: left;\n      width: 100%;\n    \n      } \/*PREFERENCES STYLE*\/\n    .form-all {\n      font-family: Lucida Grande, sans-serif;\n    }\n    .form-all .qq-upload-button,\n    .form-all .form-submit-button,\n    .form-all .form-submit-reset,\n    .form-all .form-submit-print {\n      font-family: Lucida Grande, sans-serif;\n    }\n    .form-all .form-pagebreak-back-container,\n    .form-all .form-pagebreak-next-container {\n      font-family: Lucida Grande, sans-serif;\n    }\n    .form-header-group {\n      font-family: Lucida Grande, sans-serif;\n    }\n    .form-label {\n      font-family: Lucida Grande, sans-serif;\n    }\n  \n    \n  \n    .form-line {\n      margin-top: 12px;\n      margin-bottom: 12px;\n    }\n  \n    .form-all {\n      width: 800px;\n    }\n  \n    .form-label-left,\n    .form-label-right {\n      width: 150px\n    }\n  \n    .form-all {\n      font-size: 14px\n    }\n    .form-all .qq-upload-button,\n    .form-all .qq-upload-button,\n    .form-all .form-submit-button,\n    .form-all .form-submit-reset,\n    .form-all .form-submit-print {\n      font-size: 14px\n    }\n    .form-all .form-pagebreak-back-container,\n    .form-all .form-pagebreak-next-container {\n      font-size: 14px\n    }\n  \n    .supernova .form-all, .form-all {\n      background-color: #fff;\n      border: 1px solid transparent;\n    }\n  \n    .form-all {\n      color: #555;\n    }\n    .form-header-group .form-header {\n      color: #555;\n    }\n    .form-header-group .form-subHeader {\n      color: #555;\n    }\n    .form-label-top,\n    .form-label-left,\n    .form-label-right,\n    .form-html,\n    .form-checkbox-item label,\n    .form-radio-item label {\n      color: #555;\n    }\n    .form-sub-label {\n      color: #6f6f6f;\n    }\n  \n    .supernova {\n      background-color: #f5f5f5;\n    }\n    .supernova body {\n      background: transparent;\n    }\n  \n    .form-textbox,\n    .form-textarea,\n    .form-radio-other-input,\n    .form-checkbox-other-input,\n    .form-captcha input,\n    .form-spinner input {\n      background-color: #fff;\n    }\n  \n    .supernova {\n      background-image: none;\n    }\n    #stage {\n      background-image: none;\n    }\n  \n    .form-all {\n      background-image: none;\n    }\n  \n  .ie-8 .form-all:before { display: none; }\n  .ie-8 {\n    margin-top: auto;\n    margin-top: initial;\n  }\n  \n  \/*PREFERENCES STYLE*\/\/*__INSPECT_SEPERATOR__*\/\n    \/* Injected CSS Code *\/\n<\/style>\n\n<script src=\"https:\/\/cdn01.jotfor.ms\/static\/prototype.forms.js?v=3.3.51090\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn02.jotfor.ms\/static\/jotform.forms.js?v=3.3.51090\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn03.jotfor.ms\/js\/punycode-1.4.1.min.js?v=3.3.51090\" type=\"text\/javascript\" defer><\/script>\n<script src=\"https:\/\/cdn01.jotfor.ms\/js\/vendor\/math-processor.js?v=3.3.51090\" type=\"text\/javascript\"><\/script>\n<script type=\"text\/javascript\">\tJotForm.newDefaultTheme = false;\n\tJotForm.extendsNewTheme = false;\n\tJotForm.singleProduct = false;\n\tJotForm.newPaymentUIForNewCreatedForms = false;\n\tJotForm.texts = {\"confirmEmail\":\"E-mail does not match\",\"pleaseWait\":\"Please wait...\",\"validateEmail\":\"You need to validate this e-mail\",\"confirmClearForm\":\"Are you sure you want to clear the form\",\"lessThan\":\"Your score should be less than or equal to\",\"incompleteFields\":\"There are incomplete required fields. Please complete them.\",\"required\":\"This field is required.\",\"requireOne\":\"At least one field required.\",\"requireEveryRow\":\"Every row is required.\",\"requireEveryCell\":\"Every cell is required.\",\"email\":\"Enter a valid e-mail address\",\"alphabetic\":\"This field can only contain letters\",\"numeric\":\"This field can only contain numeric values\",\"alphanumeric\":\"This field can only contain letters and numbers.\",\"cyrillic\":\"This field can only contain cyrillic characters\",\"url\":\"This field can only contain a valid URL\",\"currency\":\"This field can only contain currency values.\",\"fillMask\":\"Field value must fill mask.\",\"uploadExtensions\":\"You can only upload following files:\",\"noUploadExtensions\":\"File has no extension file type (e.g. .txt, .png, .jpeg)\",\"uploadFilesize\":\"File size cannot be bigger than:\",\"uploadFilesizemin\":\"File size cannot be smaller than:\",\"gradingScoreError\":\"Score total should only be less than or equal to\",\"inputCarretErrorA\":\"Input should not be less than the minimum value:\",\"inputCarretErrorB\":\"Input should not be greater than the maximum value:\",\"maxDigitsError\":\"The maximum digits allowed is\",\"minCharactersError\":\"The number of characters should not be less than the minimum value:\",\"maxCharactersError\":\"The number of characters should not be more than the maximum value:\",\"freeEmailError\":\"Free email accounts are not allowed\",\"minSelectionsError\":\"The minimum required number of selections is \",\"maxSelectionsError\":\"The maximum number of selections allowed is \",\"pastDatesDisallowed\":\"Date must not be in the past.\",\"dateLimited\":\"This date is unavailable.\",\"dateInvalid\":\"This date is not valid. The date format is {format}\",\"dateInvalidSeparate\":\"This date is not valid. Enter a valid {element}.\",\"ageVerificationError\":\"You must be older than {minAge} years old to submit this form.\",\"multipleFileUploads_typeError\":\"{file} has invalid extension. Only {extensions} are allowed.\",\"multipleFileUploads_sizeError\":\"{file} is too large, maximum file size is {sizeLimit}.\",\"multipleFileUploads_minSizeError\":\"{file} is too small, minimum file size is {minSizeLimit}.\",\"multipleFileUploads_emptyError\":\"{file} is empty, please select files again without it.\",\"multipleFileUploads_uploadFailed\":\"File upload failed, please remove it and upload the file again.\",\"multipleFileUploads_onLeave\":\"The files are being uploaded, if you leave now the upload will be cancelled.\",\"multipleFileUploads_fileLimitError\":\"Only {fileLimit} file uploads allowed.\",\"dragAndDropFilesHere_infoMessage\":\"Drag and drop files here\",\"chooseAFile_infoMessage\":\"Choose a file\",\"maxFileSize_infoMessage\":\"Max. file size\",\"generalError\":\"There are errors on the form. Please fix them before continuing.\",\"generalPageError\":\"There are errors on this page. Please fix them before continuing.\",\"wordLimitError\":\"Too many words. The limit is\",\"wordMinLimitError\":\"Too few words.  The minimum is\",\"characterLimitError\":\"Too many Characters.  The limit is\",\"characterMinLimitError\":\"Too few characters. The minimum is\",\"ccInvalidNumber\":\"Credit Card Number is invalid.\",\"ccInvalidCVC\":\"CVC number is invalid.\",\"ccInvalidExpireDate\":\"Expire date is invalid.\",\"ccInvalidExpireMonth\":\"Expiration month is invalid.\",\"ccInvalidExpireYear\":\"Expiration year is invalid.\",\"ccMissingDetails\":\"Please fill up the credit card details.\",\"ccMissingProduct\":\"Please select at least one product.\",\"ccMissingDonation\":\"Please enter numeric values for donation amount.\",\"disallowDecimals\":\"Please enter a whole number.\",\"restrictedDomain\":\"This domain is not allowed\",\"ccDonationMinLimitError\":\"Minimum amount is {minAmount} {currency}\",\"requiredLegend\":\"All fields marked with * are required and must be filled.\",\"geoPermissionTitle\":\"Permission Denied\",\"geoPermissionDesc\":\"Check your browser's privacy settings.\",\"geoNotAvailableTitle\":\"Position Unavailable\",\"geoNotAvailableDesc\":\"Location provider not available. Please enter the address manually.\",\"geoTimeoutTitle\":\"Timeout\",\"geoTimeoutDesc\":\"Please check your internet connection and try again.\",\"selectedTime\":\"Selected Time\",\"formerSelectedTime\":\"Former Time\",\"cancelAppointment\":\"Cancel Appointment\",\"cancelSelection\":\"Cancel Selection\",\"noSlotsAvailable\":\"No slots available\",\"slotUnavailable\":\"{time} on {date} has been selected is unavailable. Please select another slot.\",\"multipleError\":\"There are {count} errors on this page. Please correct them before moving on.\",\"oneError\":\"There is {count} error on this page. Please correct it before moving on.\",\"doneMessage\":\"Well done! All errors are fixed.\",\"doneButton\":\"Done\",\"reviewSubmitText\":\"Review and Submit\",\"nextButtonText\":\"Next\",\"prevButtonText\":\"Previous\",\"seeErrorsButton\":\"See Errors\",\"notEnoughStock\":\"Not enough stock for the current selection\",\"notEnoughStock_remainedItems\":\"Not enough stock for the current selection ({count} items left)\",\"soldOut\":\"Sold Out\",\"justSoldOut\":\"Just Sold Out\",\"selectionSoldOut\":\"Selection Sold Out\",\"subProductItemsLeft\":\"({count} items left)\",\"startButtonText\":\"START\",\"submitButtonText\":\"Submit\",\"submissionLimit\":\"Sorry! Only one entry is allowed. Multiple submissions are disabled for this form.\",\"reviewBackText\":\"Back to Form\",\"seeAllText\":\"See All\",\"progressMiddleText\":\"of\",\"fieldError\":\"field has an error.\",\"error\":\"Error\"};\n\n var jsTime = setInterval(function(){try{\n   JotForm.jsForm = true;\n\tJotForm.replaceTagTest = true;\n\n   JotForm.setCalculations([{\"decimalPlaces\":\"2\",\"equation\":\"[{137}+{138}+{139}+{140}+{141}+{142}+{143}+{144}+{145}+{146}+{147}+{148}+{149}+{150}+{151}+{152}+{153}+{154}+{155}+{156}+{157}+{158}+{159}+{160}+{161}+{162}+{163}+{164}+{165}+{166}+{167}+{168}+{169}+{170}+{171}+{172}+{173}+{174}++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++]\",\"ignoreHiddenFields\":\"0\",\"insertAsText\":\"0\",\"newCalculationType\":\"1\",\"operands\":\"137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174\",\"readOnly\":\"0\",\"replaceText\":\"\",\"resultField\":\"24\",\"showBeforeInput\":\"0\",\"showEmptyDecimals\":\"0\",\"useCommasForDecimals\":\"0\"}]);\n   JotForm.setConditions([{\"action\":[{\"id\":\"action_0_1667850193757\",\"isError\":false,\"redirect\":\"https:\\u002F\\u002Fdrkathyobear.com\\u002Fself-care-assessment-result-1\\u002F\"}],\"id\":\"1502434560182\",\"index\":\"0\",\"link\":\"Any\",\"priority\":\"0\",\"terms\":[{\"id\":\"term_0_1667850193757\",\"field\":\"24\",\"operator\":\"lessThan\",\"value\":\"76\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_0_1667850207654\",\"isError\":false,\"redirect\":\"https:\\u002F\\u002Fdrkathyobear.com\\u002Fself-care-assessment-result-2\\u002F\"}],\"id\":\"1502378970253\",\"index\":\"1\",\"link\":\"Any\",\"priority\":\"1\",\"terms\":[{\"id\":\"term_0_1667850207654\",\"field\":\"24\",\"operator\":\"greaterThan\",\"value\":\"76\",\"isError\":false},{\"id\":\"term_1_1667850207654\",\"field\":\"24\",\"operator\":\"lessThan\",\"value\":\"113\",\"isError\":false}],\"type\":\"url\"},{\"action\":[{\"id\":\"action_0_1667850224905\",\"isError\":false,\"redirect\":\"https:\\u002F\\u002Fdrkathyobear.com\\u002Fself-care-assessment-result-3\\u002F\"}],\"id\":\"1502378325958\",\"index\":\"2\",\"link\":\"Any\",\"priority\":\"2\",\"terms\":[{\"id\":\"term_0_1667850224905\",\"field\":\"24\",\"operator\":\"greaterThan\",\"value\":\"113\",\"isError\":false}],\"type\":\"url\"}]);\tJotForm.clearFieldOnHide=\"disable\";\n\tJotForm.submitError=\"jumpToFirstError\";\n\n\tJotForm.init(function(){\n\t\/*INIT-START*\/\nJotForm.initCaptcha('input_135');\n$('input_135_reload').observe('click',function(){ JotForm.reloadCaptcha('input_135') })\n      JotForm.alterTexts(undefined);\n\t\/*INIT-END*\/\n\t});\n\n   clearInterval(jsTime);\n }catch(e){}}, 1000);\n\n   setTimeout(function() {\nJotForm.paymentExtrasOnTheFly([null,{\"name\":\"How1\",\"qid\":\"1\",\"text\":\"How Much Do You Need Self-Care?\",\"type\":\"control_head\"},{\"name\":\"submit2\",\"qid\":\"2\",\"text\":\"Submit\",\"type\":\"control_button\"},{\"name\":\"clickTo\",\"qid\":\"3\",\"text\":\"Directions:&nbsp;Use the following scale to rate each of the following statements\\n&nbsp;\\n\\n\\n\\n1 - Never\\n2 - Rarely\\n3 - Sometimes\\n4 - Often\\n5 - Almost Always\\n\\n\\n\\n&nbsp;\\nNOTE: There are 38 items in this quiz. After you submit your answers, you will receive a summary of your score and suggestions of next steps.\",\"type\":\"control_text\"},null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,{\"name\":\"totalScore\",\"qid\":\"24\",\"text\":\"Total Score\",\"type\":\"control_calculation\"},null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,{\"name\":\"pageBreak\",\"qid\":\"132\",\"text\":\"Page Break\",\"type\":\"control_pagebreak\"},{\"name\":\"name\",\"qid\":\"133\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"name\":\"email\",\"qid\":\"134\",\"subLabel\":\"example@example.com\",\"text\":\"Email\",\"type\":\"control_email\"},{\"name\":\"enterThe\",\"qid\":\"135\",\"text\":\"Enter the message as it's shown\",\"type\":\"control_captcha\"},null,{\"description\":\"\",\"name\":\"iFeel137\",\"qid\":\"137\",\"text\":\"I feel tired and stressed out all the time.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iFeel138\",\"qid\":\"138\",\"text\":\"I feel overwhelmed.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iDrop139\",\"qid\":\"139\",\"text\":\"I drop what I am doing to handle the next crisis that occurs.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iKeep\",\"qid\":\"140\",\"text\":\"I keep pushing myself to tackle a seemingly never-ending to-do list.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iHave141\",\"qid\":\"141\",\"text\":\"I have little time to be creative or innovative.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iInterrupt142\",\"qid\":\"142\",\"text\":\"I interrupt time spent with friends, family, and\\u002For my partner to respond to work demands.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iWork\",\"qid\":\"143\",\"text\":\"I work late several nights during the week to try to catch-up.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iWork144\",\"qid\":\"144\",\"text\":\"I work on the weekends and miss out on socializing with friends, family, and\\u002For my partner.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iDo\",\"qid\":\"145\",\"text\":\"I do not get to participate in important family events due to work.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iOversleep\",\"qid\":\"146\",\"text\":\"I over-sleep and miss important events.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iAm\",\"qid\":\"147\",\"text\":\"I am more forgetful and confused.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iMake148\",\"qid\":\"148\",\"text\":\"I make silly, avoidable mistakes.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iMiss\",\"qid\":\"149\",\"text\":\"I miss deadlines and\\u002For drop the ball on important tasks.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iCut\",\"qid\":\"150\",\"text\":\"I cut back on sleep to get more things done.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iWake151\",\"qid\":\"151\",\"text\":\"I wake up in the middle of the night and obsess about all I have to do.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iCancel152\",\"qid\":\"152\",\"text\":\"I cancel and cut back on leisure and self-care activities to get things done.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iExperience153\",\"qid\":\"153\",\"text\":\"I experience stress-related physical symptoms (headaches, twitches, body aches, etc.)\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iGet\",\"qid\":\"154\",\"text\":\"I get sick from over-working and not taking care of my health.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iAm155\",\"qid\":\"155\",\"text\":\"I am irritable, judgmental, and more easily triggered.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iOverreact\",\"qid\":\"156\",\"text\":\"I over-react and can\u2019t moderate my emotions.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iResent\",\"qid\":\"157\",\"text\":\"I resent other people who seem to live more balanced lives.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iUse\",\"qid\":\"158\",\"text\":\"I use alcohol and\\u002For drugs to relieve my stress.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iOvereat159\",\"qid\":\"159\",\"text\":\"I over-eat and\\u002For eat foods that are not healthy for me to relieve my stress.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iAm160\",\"qid\":\"160\",\"text\":\"I am unhappy with my weight and body size\\u002Fshape.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iGain\",\"qid\":\"161\",\"text\":\"I gain unwanted weight.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"I\",\"qid\":\"162\",\"text\":\" I binge watch (tv, movies, Netflix) to relieve my stress.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iZone\",\"qid\":\"163\",\"text\":\"I zone out on social media to relieve my stress.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iOverdo164\",\"qid\":\"164\",\"text\":\"I over-do other activities to relieve stress, such as: shopping, gambling, sex, working out, etc.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iFeel\",\"qid\":\"165\",\"text\":\"I feel weary and less motivated to create change.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iFeel166\",\"qid\":\"166\",\"text\":\"I feel hopeless and helpless.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iFeel167\",\"qid\":\"167\",\"text\":\"I feel apathetic and cynical.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iFeel168\",\"qid\":\"168\",\"text\":\"I feel less joy, enthusiasm, and happiness in my life.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iDo169\",\"qid\":\"169\",\"text\":\"I do the bare minimum to get by.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iFeel170\",\"qid\":\"170\",\"text\":\"I feel like I am just going through the motions.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"iAm171\",\"qid\":\"171\",\"text\":\"I am not interested in socializing with friends.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"peopleIn172\",\"qid\":\"172\",\"text\":\"People in my life are complaining about how tired and unavailable I am.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"peopleIn173\",\"qid\":\"173\",\"text\":\"People in my life are complaining about my life choices.\",\"type\":\"control_scale\"},{\"description\":\"\",\"name\":\"theQuality174\",\"qid\":\"174\",\"text\":\"The quality of my relationships with intimate partners, friends, family members, and\\u002For work colleagues is negatively impacted by my over-working and life imbalance.\",\"type\":\"control_scale\"},{\"name\":\"heading\",\"qid\":\"175\",\"text\":\"A Checklist for Change Agents.\",\"type\":\"control_head\"}]);}, 20); \n<\/script>\n<\/head>\n<body>\n<form class=\"jotform-form\" onsubmit=\"return typeof testSubmitFunction !== 'undefined' && testSubmitFunction();\" action=\"https:\/\/submit.jotform.com\/submit\/72895929066171\" method=\"post\" name=\"form_72895929066171\" id=\"72895929066171\" accept-charset=\"utf-8\" autocomplete=\"on\"><input type=\"hidden\" name=\"formID\" value=\"72895929066171\" \/><input type=\"hidden\" id=\"JWTContainer\" value=\"\" \/><input type=\"hidden\" id=\"cardinalOrderNumber\" value=\"\" \/><input type=\"hidden\" id=\"jsExecutionTracker\" name=\"jsExecutionTracker\" value=\"build-date-1707431778095\" \/><input type=\"hidden\" id=\"submitSource\" name=\"submitSource\" value=\"unknown\" \/><input type=\"hidden\" id=\"buildDate\" name=\"buildDate\" value=\"1707431778095\" \/>\n  <div role=\"main\" class=\"form-all\">\n    <ul class=\"form-section page-section\">\n      <li id=\"cid_1\" class=\"form-input-wide\" data-type=\"control_head\">\n        <div class=\"form-header-group  header-large\">\n          <div class=\"header-text httac htvam\">\n            <h1 id=\"header_1\" class=\"form-header\" data-component=\"header\">How Much Do You Need Self-Care?<\/h1>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li id=\"cid_175\" class=\"form-input-wide\" data-type=\"control_head\">\n        <div class=\"form-header-group  header-small\">\n          <div class=\"header-text httac htvam\">\n            <h3 id=\"header_175\" class=\"form-header\" data-component=\"header\">A Checklist for Change Agents.<\/h3>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_text\" id=\"id_3\">\n        <div id=\"cid_3\" class=\"form-input-wide\">\n          <div id=\"text_3\" class=\"form-html\" data-component=\"text\" tabindex=\"0\">\n            <p>Directions:\u00a0Use the following scale to rate each of the following statements<\/p>\n            <p>\u00a0<\/p>\n            <table style=\"width: 633px; height: 34px;\">\n              <tbody>\n                <tr>\n                  <td style=\"width: 100px;\"><strong>1 - Never<\/strong><\/td>\n                  <td style=\"width: 100px;\"><strong>2 - Rarely<\/strong><\/td>\n                  <td style=\"width: 130px;\"><strong>3 - Sometimes<\/strong><\/td>\n                  <td style=\"width: 100px;\"><strong>4 - Often<\/strong><\/td>\n                  <td style=\"width: 130px;\"><strong>5 - Almost Always<\/strong><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table>\n            <p>\u00a0<\/p>\n            <p>NOTE: There are 38 items in this quiz. After you submit your answers, you will receive a summary of your score and suggestions of next steps.<\/p>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_137\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_137\" for=\"input_137\" aria-hidden=\"false\"> I feel tired and stressed out all the time. <\/label>\n        <div id=\"cid_137\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_137 sublabel_input_137_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_137_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_137_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_137_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_137_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_137_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_137_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q137_iFeel137\" value=\"1\" title=\"1\" id=\"input_137_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q137_iFeel137\" value=\"2\" title=\"2\" id=\"input_137_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q137_iFeel137\" value=\"3\" title=\"3\" id=\"input_137_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q137_iFeel137\" value=\"4\" title=\"4\" id=\"input_137_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q137_iFeel137\" value=\"5\" title=\"5\" id=\"input_137_5\" \/><\/td>\n                  <td><label for=\"input_137_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_137_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_138\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_138\" for=\"input_138\" aria-hidden=\"false\"> I feel overwhelmed. <\/label>\n        <div id=\"cid_138\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_138 sublabel_input_138_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_138_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_138_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_138_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_138_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_138_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_138_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q138_iFeel138\" value=\"1\" title=\"1\" id=\"input_138_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q138_iFeel138\" value=\"2\" title=\"2\" id=\"input_138_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q138_iFeel138\" value=\"3\" title=\"3\" id=\"input_138_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q138_iFeel138\" value=\"4\" title=\"4\" id=\"input_138_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q138_iFeel138\" value=\"5\" title=\"5\" id=\"input_138_5\" \/><\/td>\n                  <td><label for=\"input_138_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_138_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_139\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_139\" for=\"input_139\" aria-hidden=\"false\"> I drop what I am doing to handle the next crisis that occurs. <\/label>\n        <div id=\"cid_139\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_139 sublabel_input_139_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_139_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_139_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_139_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_139_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_139_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_139_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q139_iDrop139\" value=\"1\" title=\"1\" id=\"input_139_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q139_iDrop139\" value=\"2\" title=\"2\" id=\"input_139_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q139_iDrop139\" value=\"3\" title=\"3\" id=\"input_139_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q139_iDrop139\" value=\"4\" title=\"4\" id=\"input_139_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q139_iDrop139\" value=\"5\" title=\"5\" id=\"input_139_5\" \/><\/td>\n                  <td><label for=\"input_139_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_139_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_140\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_140\" for=\"input_140\" aria-hidden=\"false\"> I keep pushing myself to tackle a seemingly never-ending to-do list. <\/label>\n        <div id=\"cid_140\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_140 sublabel_input_140_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_140_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_140_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_140_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_140_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_140_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_140_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q140_iKeep\" value=\"1\" title=\"1\" id=\"input_140_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q140_iKeep\" value=\"2\" title=\"2\" id=\"input_140_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q140_iKeep\" value=\"3\" title=\"3\" id=\"input_140_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q140_iKeep\" value=\"4\" title=\"4\" id=\"input_140_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q140_iKeep\" value=\"5\" title=\"5\" id=\"input_140_5\" \/><\/td>\n                  <td><label for=\"input_140_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_140_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_141\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_141\" for=\"input_141\" aria-hidden=\"false\"> I have little time to be creative or innovative. <\/label>\n        <div id=\"cid_141\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_141 sublabel_input_141_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_141_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_141_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_141_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_141_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_141_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_141_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q141_iHave141\" value=\"1\" title=\"1\" id=\"input_141_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q141_iHave141\" value=\"2\" title=\"2\" id=\"input_141_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q141_iHave141\" value=\"3\" title=\"3\" id=\"input_141_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q141_iHave141\" value=\"4\" title=\"4\" id=\"input_141_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q141_iHave141\" value=\"5\" title=\"5\" id=\"input_141_5\" \/><\/td>\n                  <td><label for=\"input_141_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_141_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_142\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_142\" for=\"input_142\" aria-hidden=\"false\"> I interrupt time spent with friends, family, and\/or my partner to respond to work demands. <\/label>\n        <div id=\"cid_142\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_142 sublabel_input_142_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_142_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_142_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_142_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_142_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_142_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_142_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q142_iInterrupt142\" value=\"1\" title=\"1\" id=\"input_142_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q142_iInterrupt142\" value=\"2\" title=\"2\" id=\"input_142_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q142_iInterrupt142\" value=\"3\" title=\"3\" id=\"input_142_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q142_iInterrupt142\" value=\"4\" title=\"4\" id=\"input_142_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q142_iInterrupt142\" value=\"5\" title=\"5\" id=\"input_142_5\" \/><\/td>\n                  <td><label for=\"input_142_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_142_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_143\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_143\" for=\"input_143\" aria-hidden=\"false\"> I work late several nights during the week to try to catch-up. <\/label>\n        <div id=\"cid_143\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_143 sublabel_input_143_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_143_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_143_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_143_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_143_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_143_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_143_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q143_iWork\" value=\"1\" title=\"1\" id=\"input_143_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q143_iWork\" value=\"2\" title=\"2\" id=\"input_143_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q143_iWork\" value=\"3\" title=\"3\" id=\"input_143_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q143_iWork\" value=\"4\" title=\"4\" id=\"input_143_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q143_iWork\" value=\"5\" title=\"5\" id=\"input_143_5\" \/><\/td>\n                  <td><label for=\"input_143_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_143_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_144\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_144\" for=\"input_144\" aria-hidden=\"false\"> I work on the weekends and miss out on socializing with friends, family, and\/or my partner. <\/label>\n        <div id=\"cid_144\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_144 sublabel_input_144_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_144_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_144_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_144_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_144_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_144_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_144_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q144_iWork144\" value=\"1\" title=\"1\" id=\"input_144_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q144_iWork144\" value=\"2\" title=\"2\" id=\"input_144_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q144_iWork144\" value=\"3\" title=\"3\" id=\"input_144_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q144_iWork144\" value=\"4\" title=\"4\" id=\"input_144_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q144_iWork144\" value=\"5\" title=\"5\" id=\"input_144_5\" \/><\/td>\n                  <td><label for=\"input_144_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_144_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_145\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_145\" for=\"input_145\" aria-hidden=\"false\"> I do not get to participate in important family events due to work. <\/label>\n        <div id=\"cid_145\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_145 sublabel_input_145_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_145_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_145_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_145_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_145_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_145_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_145_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q145_iDo\" value=\"1\" title=\"1\" id=\"input_145_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q145_iDo\" value=\"2\" title=\"2\" id=\"input_145_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q145_iDo\" value=\"3\" title=\"3\" id=\"input_145_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q145_iDo\" value=\"4\" title=\"4\" id=\"input_145_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q145_iDo\" value=\"5\" title=\"5\" id=\"input_145_5\" \/><\/td>\n                  <td><label for=\"input_145_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_145_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_146\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_146\" for=\"input_146\" aria-hidden=\"false\"> I over-sleep and miss important events. <\/label>\n        <div id=\"cid_146\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_146 sublabel_input_146_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_146_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_146_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_146_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_146_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_146_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_146_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q146_iOversleep\" value=\"1\" title=\"1\" id=\"input_146_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q146_iOversleep\" value=\"2\" title=\"2\" id=\"input_146_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q146_iOversleep\" value=\"3\" title=\"3\" id=\"input_146_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q146_iOversleep\" value=\"4\" title=\"4\" id=\"input_146_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q146_iOversleep\" value=\"5\" title=\"5\" id=\"input_146_5\" \/><\/td>\n                  <td><label for=\"input_146_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_146_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_147\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_147\" for=\"input_147\" aria-hidden=\"false\"> I am more forgetful and confused. <\/label>\n        <div id=\"cid_147\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_147 sublabel_input_147_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_147_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_147_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_147_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_147_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_147_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_147_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q147_iAm\" value=\"1\" title=\"1\" id=\"input_147_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q147_iAm\" value=\"2\" title=\"2\" id=\"input_147_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q147_iAm\" value=\"3\" title=\"3\" id=\"input_147_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q147_iAm\" value=\"4\" title=\"4\" id=\"input_147_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q147_iAm\" value=\"5\" title=\"5\" id=\"input_147_5\" \/><\/td>\n                  <td><label for=\"input_147_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_147_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_148\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_148\" for=\"input_148\" aria-hidden=\"false\"> I make silly, avoidable mistakes. <\/label>\n        <div id=\"cid_148\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_148 sublabel_input_148_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_148_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_148_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_148_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_148_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_148_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_148_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q148_iMake148\" value=\"1\" title=\"1\" id=\"input_148_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q148_iMake148\" value=\"2\" title=\"2\" id=\"input_148_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q148_iMake148\" value=\"3\" title=\"3\" id=\"input_148_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q148_iMake148\" value=\"4\" title=\"4\" id=\"input_148_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q148_iMake148\" value=\"5\" title=\"5\" id=\"input_148_5\" \/><\/td>\n                  <td><label for=\"input_148_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_148_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_149\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_149\" for=\"input_149\" aria-hidden=\"false\"> I miss deadlines and\/or drop the ball on important tasks. <\/label>\n        <div id=\"cid_149\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_149 sublabel_input_149_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_149_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_149_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_149_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_149_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_149_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_149_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q149_iMiss\" value=\"1\" title=\"1\" id=\"input_149_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q149_iMiss\" value=\"2\" title=\"2\" id=\"input_149_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q149_iMiss\" value=\"3\" title=\"3\" id=\"input_149_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q149_iMiss\" value=\"4\" title=\"4\" id=\"input_149_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q149_iMiss\" value=\"5\" title=\"5\" id=\"input_149_5\" \/><\/td>\n                  <td><label for=\"input_149_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_149_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_150\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_150\" for=\"input_150\" aria-hidden=\"false\"> I cut back on sleep to get more things done. <\/label>\n        <div id=\"cid_150\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_150 sublabel_input_150_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_150_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_150_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_150_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_150_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_150_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_150_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q150_iCut\" value=\"1\" title=\"1\" id=\"input_150_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q150_iCut\" value=\"2\" title=\"2\" id=\"input_150_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q150_iCut\" value=\"3\" title=\"3\" id=\"input_150_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q150_iCut\" value=\"4\" title=\"4\" id=\"input_150_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q150_iCut\" value=\"5\" title=\"5\" id=\"input_150_5\" \/><\/td>\n                  <td><label for=\"input_150_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_150_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_151\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_151\" for=\"input_151\" aria-hidden=\"false\"> I wake up in the middle of the night and obsess about all I have to do. <\/label>\n        <div id=\"cid_151\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_151 sublabel_input_151_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_151_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_151_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_151_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_151_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_151_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_151_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q151_iWake151\" value=\"1\" title=\"1\" id=\"input_151_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q151_iWake151\" value=\"2\" title=\"2\" id=\"input_151_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q151_iWake151\" value=\"3\" title=\"3\" id=\"input_151_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q151_iWake151\" value=\"4\" title=\"4\" id=\"input_151_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q151_iWake151\" value=\"5\" title=\"5\" id=\"input_151_5\" \/><\/td>\n                  <td><label for=\"input_151_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_151_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_152\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_152\" for=\"input_152\" aria-hidden=\"false\"> I cancel and cut back on leisure and self-care activities to get things done. <\/label>\n        <div id=\"cid_152\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_152 sublabel_input_152_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_152_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_152_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_152_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_152_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_152_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_152_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q152_iCancel152\" value=\"1\" title=\"1\" id=\"input_152_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q152_iCancel152\" value=\"2\" title=\"2\" id=\"input_152_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q152_iCancel152\" value=\"3\" title=\"3\" id=\"input_152_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q152_iCancel152\" value=\"4\" title=\"4\" id=\"input_152_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q152_iCancel152\" value=\"5\" title=\"5\" id=\"input_152_5\" \/><\/td>\n                  <td><label for=\"input_152_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_152_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_153\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_153\" for=\"input_153\" aria-hidden=\"false\"> I experience stress-related physical symptoms (headaches, twitches, body aches, etc.) <\/label>\n        <div id=\"cid_153\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_153 sublabel_input_153_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_153_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_153_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_153_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_153_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_153_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_153_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q153_iExperience153\" value=\"1\" title=\"1\" id=\"input_153_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q153_iExperience153\" value=\"2\" title=\"2\" id=\"input_153_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q153_iExperience153\" value=\"3\" title=\"3\" id=\"input_153_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q153_iExperience153\" value=\"4\" title=\"4\" id=\"input_153_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q153_iExperience153\" value=\"5\" title=\"5\" id=\"input_153_5\" \/><\/td>\n                  <td><label for=\"input_153_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_153_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_154\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_154\" for=\"input_154\" aria-hidden=\"false\"> I get sick from over-working and not taking care of my health. <\/label>\n        <div id=\"cid_154\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_154 sublabel_input_154_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_154_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_154_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_154_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_154_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_154_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_154_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q154_iGet\" value=\"1\" title=\"1\" id=\"input_154_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q154_iGet\" value=\"2\" title=\"2\" id=\"input_154_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q154_iGet\" value=\"3\" title=\"3\" id=\"input_154_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q154_iGet\" value=\"4\" title=\"4\" id=\"input_154_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q154_iGet\" value=\"5\" title=\"5\" id=\"input_154_5\" \/><\/td>\n                  <td><label for=\"input_154_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_154_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_155\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_155\" for=\"input_155\" aria-hidden=\"false\"> I am irritable, judgmental, and more easily triggered. <\/label>\n        <div id=\"cid_155\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_155 sublabel_input_155_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_155_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_155_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_155_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_155_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_155_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_155_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q155_iAm155\" value=\"1\" title=\"1\" id=\"input_155_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q155_iAm155\" value=\"2\" title=\"2\" id=\"input_155_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q155_iAm155\" value=\"3\" title=\"3\" id=\"input_155_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q155_iAm155\" value=\"4\" title=\"4\" id=\"input_155_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q155_iAm155\" value=\"5\" title=\"5\" id=\"input_155_5\" \/><\/td>\n                  <td><label for=\"input_155_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_155_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_156\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_156\" for=\"input_156\" aria-hidden=\"false\"> I over-react and can\u2019t moderate my emotions. <\/label>\n        <div id=\"cid_156\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_156 sublabel_input_156_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_156_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_156_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_156_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_156_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_156_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_156_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q156_iOverreact\" value=\"1\" title=\"1\" id=\"input_156_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q156_iOverreact\" value=\"2\" title=\"2\" id=\"input_156_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q156_iOverreact\" value=\"3\" title=\"3\" id=\"input_156_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q156_iOverreact\" value=\"4\" title=\"4\" id=\"input_156_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q156_iOverreact\" value=\"5\" title=\"5\" id=\"input_156_5\" \/><\/td>\n                  <td><label for=\"input_156_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_156_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_157\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_157\" for=\"input_157\" aria-hidden=\"false\"> I resent other people who seem to live more balanced lives. <\/label>\n        <div id=\"cid_157\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_157 sublabel_input_157_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_157_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_157_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_157_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_157_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_157_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_157_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q157_iResent\" value=\"1\" title=\"1\" id=\"input_157_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q157_iResent\" value=\"2\" title=\"2\" id=\"input_157_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q157_iResent\" value=\"3\" title=\"3\" id=\"input_157_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q157_iResent\" value=\"4\" title=\"4\" id=\"input_157_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q157_iResent\" value=\"5\" title=\"5\" id=\"input_157_5\" \/><\/td>\n                  <td><label for=\"input_157_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_157_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_158\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_158\" for=\"input_158\" aria-hidden=\"false\"> I use alcohol and\/or drugs to relieve my stress. <\/label>\n        <div id=\"cid_158\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_158 sublabel_input_158_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_158_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_158_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_158_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_158_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_158_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_158_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q158_iUse\" value=\"1\" title=\"1\" id=\"input_158_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q158_iUse\" value=\"2\" title=\"2\" id=\"input_158_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q158_iUse\" value=\"3\" title=\"3\" id=\"input_158_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q158_iUse\" value=\"4\" title=\"4\" id=\"input_158_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q158_iUse\" value=\"5\" title=\"5\" id=\"input_158_5\" \/><\/td>\n                  <td><label for=\"input_158_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_158_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_159\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_159\" for=\"input_159\" aria-hidden=\"false\"> I over-eat and\/or eat foods that are not healthy for me to relieve my stress. <\/label>\n        <div id=\"cid_159\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_159 sublabel_input_159_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_159_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_159_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_159_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_159_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_159_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_159_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q159_iOvereat159\" value=\"1\" title=\"1\" id=\"input_159_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q159_iOvereat159\" value=\"2\" title=\"2\" id=\"input_159_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q159_iOvereat159\" value=\"3\" title=\"3\" id=\"input_159_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q159_iOvereat159\" value=\"4\" title=\"4\" id=\"input_159_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q159_iOvereat159\" value=\"5\" title=\"5\" id=\"input_159_5\" \/><\/td>\n                  <td><label for=\"input_159_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_159_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_160\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_160\" for=\"input_160\" aria-hidden=\"false\"> I am unhappy with my weight and body size\/shape. <\/label>\n        <div id=\"cid_160\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_160 sublabel_input_160_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_160_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_160_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_160_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_160_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_160_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_160_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q160_iAm160\" value=\"1\" title=\"1\" id=\"input_160_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q160_iAm160\" value=\"2\" title=\"2\" id=\"input_160_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q160_iAm160\" value=\"3\" title=\"3\" id=\"input_160_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q160_iAm160\" value=\"4\" title=\"4\" id=\"input_160_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q160_iAm160\" value=\"5\" title=\"5\" id=\"input_160_5\" \/><\/td>\n                  <td><label for=\"input_160_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_160_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_161\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_161\" for=\"input_161\" aria-hidden=\"false\"> I gain unwanted weight. <\/label>\n        <div id=\"cid_161\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_161 sublabel_input_161_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_161_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_161_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_161_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_161_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_161_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_161_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q161_iGain\" value=\"1\" title=\"1\" id=\"input_161_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q161_iGain\" value=\"2\" title=\"2\" id=\"input_161_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q161_iGain\" value=\"3\" title=\"3\" id=\"input_161_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q161_iGain\" value=\"4\" title=\"4\" id=\"input_161_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q161_iGain\" value=\"5\" title=\"5\" id=\"input_161_5\" \/><\/td>\n                  <td><label for=\"input_161_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_161_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_162\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_162\" for=\"input_162\" aria-hidden=\"false\"> I binge watch (tv, movies, Netflix) to relieve my stress. <\/label>\n        <div id=\"cid_162\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_162 sublabel_input_162_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_162_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_162_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_162_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_162_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_162_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_162_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q162_I\" value=\"1\" title=\"1\" id=\"input_162_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q162_I\" value=\"2\" title=\"2\" id=\"input_162_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q162_I\" value=\"3\" title=\"3\" id=\"input_162_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q162_I\" value=\"4\" title=\"4\" id=\"input_162_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q162_I\" value=\"5\" title=\"5\" id=\"input_162_5\" \/><\/td>\n                  <td><label for=\"input_162_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_162_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_163\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_163\" for=\"input_163\" aria-hidden=\"false\"> I zone out on social media to relieve my stress. <\/label>\n        <div id=\"cid_163\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_163 sublabel_input_163_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_163_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_163_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_163_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_163_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_163_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_163_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q163_iZone\" value=\"1\" title=\"1\" id=\"input_163_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q163_iZone\" value=\"2\" title=\"2\" id=\"input_163_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q163_iZone\" value=\"3\" title=\"3\" id=\"input_163_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q163_iZone\" value=\"4\" title=\"4\" id=\"input_163_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q163_iZone\" value=\"5\" title=\"5\" id=\"input_163_5\" \/><\/td>\n                  <td><label for=\"input_163_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_163_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_164\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_164\" for=\"input_164\" aria-hidden=\"false\"> I over-do other activities to relieve stress, such as: shopping, gambling, sex, working out, etc. <\/label>\n        <div id=\"cid_164\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_164 sublabel_input_164_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_164_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_164_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_164_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_164_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_164_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_164_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q164_iOverdo164\" value=\"1\" title=\"1\" id=\"input_164_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q164_iOverdo164\" value=\"2\" title=\"2\" id=\"input_164_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q164_iOverdo164\" value=\"3\" title=\"3\" id=\"input_164_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q164_iOverdo164\" value=\"4\" title=\"4\" id=\"input_164_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q164_iOverdo164\" value=\"5\" title=\"5\" id=\"input_164_5\" \/><\/td>\n                  <td><label for=\"input_164_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_164_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_165\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_165\" for=\"input_165\" aria-hidden=\"false\"> I feel weary and less motivated to create change. <\/label>\n        <div id=\"cid_165\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_165 sublabel_input_165_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_165_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_165_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_165_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_165_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_165_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_165_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q165_iFeel\" value=\"1\" title=\"1\" id=\"input_165_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q165_iFeel\" value=\"2\" title=\"2\" id=\"input_165_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q165_iFeel\" value=\"3\" title=\"3\" id=\"input_165_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q165_iFeel\" value=\"4\" title=\"4\" id=\"input_165_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q165_iFeel\" value=\"5\" title=\"5\" id=\"input_165_5\" \/><\/td>\n                  <td><label for=\"input_165_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_165_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_166\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_166\" for=\"input_166\" aria-hidden=\"false\"> I feel hopeless and helpless. <\/label>\n        <div id=\"cid_166\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_166 sublabel_input_166_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_166_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_166_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_166_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_166_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_166_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_166_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q166_iFeel166\" value=\"1\" title=\"1\" id=\"input_166_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q166_iFeel166\" value=\"2\" title=\"2\" id=\"input_166_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q166_iFeel166\" value=\"3\" title=\"3\" id=\"input_166_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q166_iFeel166\" value=\"4\" title=\"4\" id=\"input_166_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q166_iFeel166\" value=\"5\" title=\"5\" id=\"input_166_5\" \/><\/td>\n                  <td><label for=\"input_166_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_166_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_167\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_167\" for=\"input_167\" aria-hidden=\"false\"> I feel apathetic and cynical. <\/label>\n        <div id=\"cid_167\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_167 sublabel_input_167_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_167_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_167_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_167_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_167_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_167_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_167_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q167_iFeel167\" value=\"1\" title=\"1\" id=\"input_167_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q167_iFeel167\" value=\"2\" title=\"2\" id=\"input_167_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q167_iFeel167\" value=\"3\" title=\"3\" id=\"input_167_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q167_iFeel167\" value=\"4\" title=\"4\" id=\"input_167_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q167_iFeel167\" value=\"5\" title=\"5\" id=\"input_167_5\" \/><\/td>\n                  <td><label for=\"input_167_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_167_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_168\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_168\" for=\"input_168\" aria-hidden=\"false\"> I feel less joy, enthusiasm, and happiness in my life. <\/label>\n        <div id=\"cid_168\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_168 sublabel_input_168_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_168_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_168_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_168_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_168_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_168_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_168_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q168_iFeel168\" value=\"1\" title=\"1\" id=\"input_168_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q168_iFeel168\" value=\"2\" title=\"2\" id=\"input_168_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q168_iFeel168\" value=\"3\" title=\"3\" id=\"input_168_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q168_iFeel168\" value=\"4\" title=\"4\" id=\"input_168_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q168_iFeel168\" value=\"5\" title=\"5\" id=\"input_168_5\" \/><\/td>\n                  <td><label for=\"input_168_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_168_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_169\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_169\" for=\"input_169\" aria-hidden=\"false\"> I do the bare minimum to get by. <\/label>\n        <div id=\"cid_169\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_169 sublabel_input_169_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_169_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_169_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_169_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_169_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_169_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_169_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q169_iDo169\" value=\"1\" title=\"1\" id=\"input_169_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q169_iDo169\" value=\"2\" title=\"2\" id=\"input_169_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q169_iDo169\" value=\"3\" title=\"3\" id=\"input_169_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q169_iDo169\" value=\"4\" title=\"4\" id=\"input_169_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q169_iDo169\" value=\"5\" title=\"5\" id=\"input_169_5\" \/><\/td>\n                  <td><label for=\"input_169_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_169_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_170\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_170\" for=\"input_170\" aria-hidden=\"false\"> I feel like I am just going through the motions. <\/label>\n        <div id=\"cid_170\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_170 sublabel_input_170_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_170_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_170_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_170_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_170_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_170_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_170_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q170_iFeel170\" value=\"1\" title=\"1\" id=\"input_170_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q170_iFeel170\" value=\"2\" title=\"2\" id=\"input_170_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q170_iFeel170\" value=\"3\" title=\"3\" id=\"input_170_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q170_iFeel170\" value=\"4\" title=\"4\" id=\"input_170_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q170_iFeel170\" value=\"5\" title=\"5\" id=\"input_170_5\" \/><\/td>\n                  <td><label for=\"input_170_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_170_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_171\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_171\" for=\"input_171\" aria-hidden=\"false\"> I am not interested in socializing with friends. <\/label>\n        <div id=\"cid_171\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_171 sublabel_input_171_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_171_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_171_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_171_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_171_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_171_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_171_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q171_iAm171\" value=\"1\" title=\"1\" id=\"input_171_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q171_iAm171\" value=\"2\" title=\"2\" id=\"input_171_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q171_iAm171\" value=\"3\" title=\"3\" id=\"input_171_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q171_iAm171\" value=\"4\" title=\"4\" id=\"input_171_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q171_iAm171\" value=\"5\" title=\"5\" id=\"input_171_5\" \/><\/td>\n                  <td><label for=\"input_171_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_171_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_172\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_172\" for=\"input_172\" aria-hidden=\"false\"> People in my life are complaining about how tired and unavailable I am. <\/label>\n        <div id=\"cid_172\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_172 sublabel_input_172_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_172_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_172_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_172_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_172_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_172_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_172_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q172_peopleIn172\" value=\"1\" title=\"1\" id=\"input_172_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q172_peopleIn172\" value=\"2\" title=\"2\" id=\"input_172_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q172_peopleIn172\" value=\"3\" title=\"3\" id=\"input_172_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q172_peopleIn172\" value=\"4\" title=\"4\" id=\"input_172_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q172_peopleIn172\" value=\"5\" title=\"5\" id=\"input_172_5\" \/><\/td>\n                  <td><label for=\"input_172_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_172_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_173\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_173\" for=\"input_173\" aria-hidden=\"false\"> People in my life are complaining about my life choices. <\/label>\n        <div id=\"cid_173\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_173 sublabel_input_173_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_173_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_173_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_173_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_173_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_173_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_173_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q173_peopleIn173\" value=\"1\" title=\"1\" id=\"input_173_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q173_peopleIn173\" value=\"2\" title=\"2\" id=\"input_173_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q173_peopleIn173\" value=\"3\" title=\"3\" id=\"input_173_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q173_peopleIn173\" value=\"4\" title=\"4\" id=\"input_173_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q173_peopleIn173\" value=\"5\" title=\"5\" id=\"input_173_5\" \/><\/td>\n                  <td><label for=\"input_173_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_173_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_scale\" id=\"id_174\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_174\" for=\"input_174\" aria-hidden=\"false\"> The quality of my relationships with intimate partners, friends, family members, and\/or work colleagues is negatively impacted by my over-working and life imbalance. <\/label>\n        <div id=\"cid_174\" class=\"form-input-wide\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <table role=\"radiogroup\" aria-labelledby=\"label_174 sublabel_input_174_description\" cellPadding=\"4\" cellSpacing=\"0\" class=\"form-scale-table\" data-component=\"scale\">\n              <tbody>\n                <tr>\n                  <th>\u00a0<\/th>\n                  <th style=\"text-align:center\"><label for=\"input_174_1\">1<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_174_2\">2<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_174_3\">3<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_174_4\">4<\/label><\/th>\n                  <th style=\"text-align:center\"><label for=\"input_174_5\">5<\/label><\/th>\n                  <th>\u00a0<\/th>\n                <\/tr>\n                <tr>\n                  <td><label for=\"input_174_worst\" aria-hidden=\"true\">Never<\/label><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q174_theQuality174\" value=\"1\" title=\"1\" id=\"input_174_1\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q174_theQuality174\" value=\"2\" title=\"2\" id=\"input_174_2\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q174_theQuality174\" value=\"3\" title=\"3\" id=\"input_174_3\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q174_theQuality174\" value=\"4\" title=\"4\" id=\"input_174_4\" \/><\/td>\n                  <td style=\"text-align:center\"><input type=\"radio\" class=\"form-radio\" name=\"q174_theQuality174\" value=\"5\" title=\"5\" id=\"input_174_5\" \/><\/td>\n                  <td><label for=\"input_174_best\" aria-hidden=\"true\">Almost Always<\/label><\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table><label class=\"form-sub-label\" id=\"sublabel_input_174_description\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\">1 is Never, 5 is Almost Always<\/label>\n          <\/span> <\/div>\n      <\/li>\n      <li class=\"form-line always-hidden\" data-type=\"control_calculation\" id=\"id_24\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_24\" for=\"input_24\" aria-hidden=\"false\"> Total Score <\/label>\n        <div id=\"cid_24\" class=\"form-input-wide always-hidden\"> <input type=\"text\" aria-labelledby=\"label_24\" data-component=\"calculation\" data-defaultvalue=\"0\" class=\"form-textbox\" data-type=\"input-textbox\" id=\"input_24\" name=\"q24_totalScore\" value=\"0\" size=\"20\" \/> <\/div>\n      <\/li>\n      <li id=\"cid_132\" class=\"form-input-wide\" data-type=\"control_pagebreak\">\n        <div class=\"form-pagebreak\" data-component=\"pagebreak\">\n          <div class=\"form-pagebreak-back-container\"><button id=\"form-pagebreak-back_132\" type=\"button\" class=\"form-pagebreak-back  jf-form-buttons\" data-component=\"pagebreak-back\">Back<\/button><\/div>\n          <div class=\"form-pagebreak-next-container\"><button id=\"form-pagebreak-next_132\" type=\"button\" class=\"form-pagebreak-next  jf-form-buttons\" data-component=\"pagebreak-next\">Next<\/button><\/div>\n          <div style=\"clear:both\" class=\"pageInfo form-sub-label\" id=\"pageInfo_132\"><\/div>\n        <\/div>\n      <\/li>\n    <\/ul>\n    <ul class=\"form-section page-section\" style=\"display:none;\">\n      <li class=\"form-line jf-required\" data-type=\"control_fullname\" id=\"id_133\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_133\" for=\"first_133\" aria-hidden=\"false\"> Name<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_133\" class=\"form-input-wide jf-required\">\n          <div data-wrapper-react=\"true\"><span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"first\"><input type=\"text\" id=\"first_133\" name=\"q133_name[first]\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" autoComplete=\"section-input_133 given-name\" size=\"10\" data-component=\"first\" aria-labelledby=\"label_133 sublabel_133_first\" required=\"\" value=\"\" \/><label class=\"form-sub-label\" for=\"first_133\" id=\"sublabel_133_first\" style=\"min-height:13px\">First Name<\/label><\/span><span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"last\"><input type=\"text\" id=\"last_133\" name=\"q133_name[last]\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" autoComplete=\"section-input_133 family-name\" size=\"15\" data-component=\"last\" aria-labelledby=\"label_133 sublabel_133_last\" required=\"\" value=\"\" \/><label class=\"form-sub-label\" for=\"last_133\" id=\"sublabel_133_last\" style=\"min-height:13px\">Last Name<\/label><\/span><\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_email\" id=\"id_134\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_134\" for=\"input_134\" aria-hidden=\"false\"> Email<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_134\" class=\"form-input-wide jf-required\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"email\" id=\"input_134\" name=\"q134_email\" class=\"form-textbox validate[required, Email]\" data-defaultvalue=\"\" autoComplete=\"section-input_134 email\" size=\"30\" data-component=\"email\" aria-labelledby=\"label_134 sublabel_input_134\" required=\"\" value=\"\" \/><label class=\"form-sub-label\" for=\"input_134\" id=\"sublabel_input_134\" style=\"min-height:13px\">example@example.com<\/label><\/span> <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_captcha\" id=\"id_135\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_135\" for=\"input_135\" aria-hidden=\"false\"> Enter the message as it's shown<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_135\" class=\"form-input-wide jf-required\">\n          <div class=\"form-captcha\" data-component=\"captcha\"><label for=\"input_135\"><img alt=\"Captcha - Reload if not displayed\" id=\"input_135_captcha\" class=\"form-captcha-image\" style=\"background:url(https:\/\/cdn.jotfor.ms\/images\/loader-big.gif) no-repeat center\" src=\"https:\/\/cdn.jotfor.ms\/images\/blank.gif\" width=\"150\" height=\"41\" \/><\/label>\n            <div style=\"white-space:nowrap\"><input type=\"text\" id=\"input_135\" class=\"form-textbox validate[required]\" name=\"captcha\" style=\"width:130px\" required=\"\" \/><img src=\"https:\/\/cdn.jotfor.ms\/images\/reload.png\" alt=\"Reload\" style=\"cursor:pointer;vertical-align:middle\" id=\"input_135_reload\" \/><input type=\"hidden\" name=\"captcha_id\" id=\"input_135_captcha_id\" value=\"0\" \/><\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_button\" id=\"id_2\">\n        <div id=\"cid_2\" class=\"form-input-wide\">\n          <div data-align=\"auto\" class=\"form-buttons-wrapper form-buttons-auto   jsTest-button-wrapperField\"><button id=\"input_2\" type=\"submit\" class=\"form-submit-button submit-button jf-form-buttons jsTest-submitField\" data-component=\"button\" data-content=\"\">Submit<\/button><\/div>\n        <\/div>\n      <\/li>\n      <li style=\"display:none\">Should be Empty: <input type=\"text\" name=\"website\" value=\"\" type=\"hidden\" \/><\/li>\n    <\/ul>\n  <\/div>\n  <script>\n    JotForm.showJotFormPowered = \"old_footer\";\n  <\/script>\n  <script>\n    JotForm.poweredByText = \"Powered by Jotform\";\n  <\/script><input type=\"hidden\" class=\"simple_spc\" id=\"simple_spc\" name=\"simple_spc\" value=\"72895929066171\" \/>\n  <script type=\"text\/javascript\">\n    var all_spc = document.querySelectorAll(\"form[id='72895929066171'] .si\" + \"mple\" + \"_spc\");\n    for (var i = 0; i < all_spc.length; i++)\n    {\n      all_spc[i].value = \"72895929066171-72895929066171\";\n    }\n  <\/script>\n<\/form><\/body>\n<\/html><script type=\"text\/javascript\">JotForm.isNewSACL=true;<\/script>","Self Care Checklist for Change Agents",Array);(function(){window.handleIFrameMessage=function(e){if(!e.data||!e.data.split)return;var args=e.data.split(":");if(args[2]!="72895929066171"){return;}
var iframe=document.getElementById("72895929066171");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;case"backgroundStyles":const backgroundStyles=new URLSearchParams(args[1]);backgroundStyles.forEach(function(value,key){iframe.style[key]=value;});var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.documentElement.style.background='none';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);}})();