CINXE.COM
ENLIGHTEN-Youth Study for Schizophrenia and Bipolar I Disorder | Home
<!DOCTYPE html> <html lang="en" date-format="mm/dd/yyyy" class="no-js"> <head id="head"> <!-- cookie consent --> <script> (function(c,oo,k,ie,b,o,t){b=oo.scripts[0],o=oo.createElement(k); o.src='https://consent.cookiebot.com/uc.js',o.id=c;o.dataset.cbid=ie;o.async=1; o.addEventListener('load',function(){var a=new CustomEvent('CookiebotLoaded', {bubbles:!0});oo.dispatchEvent(a);}); typeof CookiebotCallback_Loaded==="function"&&CookiebotCallback_Loaded(); b.parentNode.insertBefore(o,b);})('Cookiebot',document,'script', '84161cf7-293f-4444-9119-8269c4bbf884') </script> <!-- tracking --> <script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MVM9V5WP'); </script> <!-- charset --> <meta charset="UTF-8" /> <!-- viewport --> <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no" /> <!-- compatibility --> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <!-- content type --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <!-- prevent ios from auto-formatting --> <meta name="format-detection" content="telephone=no" /><meta name="format-detection" content="date=no" /><meta name="format-detection" content="address=no" /><meta name="format-detection" content="email=no" /> <!-- title --> <title> ENLIGHTEN-Youth Study for Schizophrenia and Bipolar I Disorder | Home </title> <!-- description --> <meta name="description" content="If your child is living with schizophrenia or bipolar I disorder, see if they may qualify for the ENLIGHTEN-Youth Study today." /> <!-- keywords --> <meta name="keywords" /> <!-- open graph --> <meta property="og:type" content="website" /> <meta property="og:title" content="ENLIGHTEN-Youth Study for Schizophrenia and Bipolar I Disorder | Home" /> <meta property="og:description" content="If your child is living with schizophrenia or bipolar I disorder, see if they may qualify for the ENLIGHTEN-Youth Study today." /> <meta property="og:url" content="https://www.enlightenyouthstudy.com/" /> <meta property="og:site_name" content="The ENLIGHTEN-Youth Study" /> <meta property="og:image" content="https://www.enlightenyouthstudy.com/images/og-image-en_us.jpg" /> <link rel="stylesheet" type="text/css" href="https://www.enlightenyouthstudy.com/css/main.css?cache=202410041920500000000" /> <link rel="stylesheet" type="text/css" href="https://www.enlightenyouthstudy.com/css/custom.css?cache=202410041920500000000" /> <link rel="stylesheet" type="text/css" href="https://www.enlightenyouthstudy.com/css/spinner.css?cache=202410041920500000000" /> <link rel="stylesheet" type="text/css" href="https://www.enlightenyouthstudy.com/css/bootstrap-helper.css?cache=202410041920500000000" /> <!-- fav icons --> <link rel="icon" href="https://www.enlightenyouthstudy.com/images/favicon.ico?cache=202410041920520000000"> <link rel="icon" href="https://www.enlightenyouthstudy.com/images/favicon.ico?cache=202410041920520000000" type="image/x-icon"> <!-- fonts --> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous" /><link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6894292/7659832/css/fonts.css" /> <!-- scripts --> <script src="https://resources.praxisdirect.com/js/jquery.js?cache=202411272132191254290"></script> <script type="text/javascript" src="https://www.enlightenyouthstudy.com/js/blockUI.js?cache=202410041920520000000"></script> <script type="text/javascript" src="https://www.enlightenyouthstudy.com/js/functions.js?cache=202410041920520000000"></script> <script type="text/javascript" src="https://www.enlightenyouthstudy.com/js/script.js?cache=202410041920520000000"></script> <script src="https://resources.praxisdirect.com/js/plugins.js?cache=202411272132191254290"></script> <script src="https://resources.praxisdirect.com/js/serialize.js?cache=202411272132191254290"></script> <!-- script placeholder --> <style> body.method-post .auto-hide { visibility: hidden; } .pq, .pq-complete, .qo, .qo-complete, .qo-incomplete, .dq, .dq-complete, .dq-incomplete, .delete-complete { display: none; } </style> <script type="text/javascript"> $(document).ready(function () { // variables var Class = $("#lblClass").val().toLowerCase(); // initialize if (true) { // toggle permission togglePermission(); } else { // auto hide AutoHide(); // scroll into view ScrollIntoView("#who-may-qualify"); // focus // $("#txtFocus").focus(); } // helper class if (Class.HasValue()) { $(".{0}".format(Class)).show(); } // permission change event $("#lstPermission").change(function () { togglePermission(); }); // override zip plus four $("#txtZip").change(function () { // get value var Zip = $("#txtZip").GetValue(); // check for plus four if (Zip.length > 5 && Zip.ContainsValue("-")) { Zip = Zip.substring(0, 5); } // persist value $("#txtZip").val(Zip); }); // determine who is taking the screener if ($("div[id $='pnlSection1']").is(":visible")) { toggleBehalfOf(); } // initialize screener section if ($("div[id^=pnlSection]").is(':visible')) { lstHistory_Click(); lstSymptoms_Click(); } // symptoms click event $('input[id^=lstSymptoms][type="checkbox"]').click(function () { lstSymptoms_Click(); }); // history click event $('input[id^=lstHistory][type="checkbox"]').click(function () { lstHistory_Click(); }); // initialize personal information if ($("div[id$=pnlPersonalInformation]").is(":visible")) { toggleRequired(); } // behalf of change event $("#lstBehalf").change(function () { toggleBehalfOf(); }); // personal information change events $("#lstContactPreference").change(function () { toggleRequired(); }); // phone keyup instead of keypress so backspace fires properly $("#txtPhone").keyup(function () { txtPhone_Change(); }); // enter key override //$("input").on("keypress", function (event) { // if (event.key == "Enter") { // if ($("#pnlSection1").is(":visible")) { // // prevent default // event.preventDefault(); // // return // return btnSection1_Click(); // } // } //}); }); // auto hide helper method for conditional get vs post styling function AutoHide() { $("body").removeClass("method-get"); $("body").addClass("method-post"); } // toggle permission function togglePermission() { // controls var lblPermission = $("#lblPermission"); // variables var Permission = $("input[name$=lstPermission]").GetValue().trim(); // add/remove disabled class for questions if (Permission.IsBlank() || Permission.IsEqual("No")) { lblPermission.val(""); $(".question:not(.ignore)").addClass("disabled"); $(".question:not(.ignore) input").attr("aria-disabled", "true"); $(".question input").attr("tabindex", "-1"); } else { lblPermission.val(Permission); $(".question").removeClass("disabled"); $(".question input").removeAttr("aria-disabled"); $(".question input").removeAttr("tabindex"); } } // symptoms helper method function lstSymptoms_Click() { // default to enabled $("input[data-name=lstSymptoms]").removeAttr("disabled"); $("div[data-name=lstSymptoms]").removeClass("disabled"); // analyze checkboxes $("input[id^=lstSymptoms][type=checkbox]:checked").each(function () { if ($(this).data("magic").toString().IsEqual(this.id)) { $("input[data-name=lstSymptoms][data-magic!=" + $(this).data("magic").toString() + "]").prop("checked", false).attr("disabled", "disabled"); $("div[data-name=lstSymptoms][data-magic!=" + $(this).data("magic").toString() + "]").addClass("disabled", "disabled"); } else { $("input[data-name=lstSymptoms][data-magic!=default]").prop("checked", false).attr("disabled", "disabled"); $("div[data-name=lstSymptoms][data-magic!=default]").addClass("disabled", "disabled"); } }); } // history helper method function lstHistory_Click() { // default to enabled $("input[data-name=lstHistory]").removeAttr("disabled"); $("div[data-name=lstHistory]").removeClass("disabled"); // analyze checkboxes $("input[id^=lstHistory][type=checkbox]:checked").each(function () { if ($(this).data("magic").toString().IsEqual(this.id)) { $("input[data-name=lstHistory][data-magic!=" + $(this).data("magic").toString() + "]").prop("checked", false).attr("disabled", "disabled"); $("div[data-name=lstHistory][data-magic!=" + $(this).data("magic").toString() + "]").addClass("disabled", "disabled"); } else { $("input[data-name=lstHistory][data-magic!=default]").prop("checked", false).attr("disabled", "disabled"); $("div[data-name=lstHistory][data-magic!=default]").addClass("disabled", "disabled"); } }); } // sets required fields based on selection function toggleRequired() { // variables var ContactPreference = $("input[name$=lstContactPreference]").GetValue().trim(); // defaults $('label[for="txtPhone"] > span[aria-hidden]').remove(); $('#txtPhone').removeAttr('required'); // conditional phone if (ContactPreference.IsEqual("Phone")) { $('label[for="txtPhone"]').append("<span aria-hidden='true'>*</span>"); $("#txtPhone").attr("required", "required"); } // phone change txtPhone_Change(); } function txtPhone_Change() { // variables var ContactPreference = $("input[name$=lstContactPreference]").GetValue().trim(); var Phone = $("#txtPhone").GetValue().trim(); // voicemail if (ContactPreference.IsEqual("Phone") || Phone.HasValue()) { $("#lstVoicemailHolder").removeClass("hidden"); $("#lstVoicemail").attr("required", "required"); } else { $("#lstVoicemailHolder").addClass("hidden"); $("#lstVoicemail").removeAttr("required"); $("input[name$=lstVoicemail]").prop('checked', false); } } function toggleBehalfOf() { // controls var lstBehalf = $('#lstBehalf input:checked'); // variables var BehalfOf = lstBehalf.length > 0 ? lstBehalf.val() : ''; var Selector = BehalfOf.ContainsValue("someone") ? ".behalf-of-other" : BehalfOf.ContainsValue("self") ? ".behalf-of-myself" : ".behalf-of-default"; // hide by default $(".behalf-of-default").hide(); $(".behalf-of-myself").hide(); $(".behalf-of-other").hide(); // show based on selection $(Selector).show(); // debug // console.log(BehalfOf); // console.log(Selector); } function btnSection1_Click() { // controls var lstPermission = $('#lstPermission input:checked'); var lblPermission = $('#lblPermission'); var lstResident = $('#lstResident input:checked'); var txtZip = $('#txtZip'); var txtDOB = $('#txtDOB'); // variables var lstPermissionValue = lstPermission.length > 0 ? lstPermission.val() : ''; var lblPermissionValue = lblPermission.val().trim(); var lstResidentValue = lstResident.length > 0 ? lstResident.val() : ''; var txtZipValue = txtZip.val().trim(); var txtDOBValue = txtDOB.val().trim(); // validation if (lstPermissionValue.IsBlank()) { ShowMessage('Do you want to proceed?', 'lstPermission_0', ''); return false; } if (lblPermissionValue.IsBlank()) { ShowMessage('Selecting this option means you will not be contacted to participate in the study.', '', ''); return false; } if (lstResidentValue.IsBlank()) { ShowMessage('Are you a resident of the United States?', 'lstResident_0', ''); return false; } if (!IsValidZip(txtZipValue)) { ShowMessage('What is your zip code?', 'txtZip', 'txtZip'); return false; } if (txtDOBValue.IsBlank()) { ShowMessage('What is your child’s date of birth?', 'txtDOB', 'txtDOB'); return false; } if (!IsValidDate(txtDOBValue)) { ShowMessage('Please enter a valid date of birth (MM/DD/YYYY).', 'txtDOB', 'txtDOB'); return false; } var txtDOBParsed = ParseDate(txtDOBValue); var txtDOBMonth = IsValidDate(txtDOBValue) ? txtDOBParsed.getMonth() + 1 : 0; var txtDOBDay = IsValidDate(txtDOBValue) ? txtDOBParsed.getDate() : 0; var txtDOBYear = IsValidDate(txtDOBValue) ? txtDOBParsed.getFullYear() : 0; if (txtDOBYear < 1900) { ShowMessage('Date of birth must be 1900 or later.', 'txtDOB', 'txtDOB'); return false; } if (txtDOBParsed >= new Date()) { ShowMessage('Date of birth cannot be in the future.', 'txtDOB', 'txtDOB'); return false; } // convert to mm/dd/yyyy $('#txtDOBParsed').val(ParseDate(txtDOBValue).toLocaleDateString('en-US')); // event tracking TrackEvent('screener-section1-complete'); // force blur to hide mobile keyboard txtZip.blur(); txtDOB.blur(); // auto hide AutoHide(); // hide pane $('#pnlSection1').hide(); $('.questionnaire-heading-interested').hide(); // show panel $('#pnlSection2').show(); // scroll into view ScrollIntoView('#who-may-qualify'); // return value return false; } function btnSection2_Click() { // controls var txtHeightFeet = $('#txtHeightFeet'); var txtHeightInches = $('#txtHeightInches'); var txtWeight = $('#txtWeight'); var txtSex = $('#txtSex'); var lstSymptomsAr = $('input:checkbox[id^=lstSymptoms]:checked').map(function () { return this.value; }).get(); var lstMedicine = $('#lstMedicine input:checked'); var lstHistoryAr = $('input:checkbox[id^=lstHistory]:checked').map(function () { return this.value; }).get(); // variables var txtHeightFeetValue = txtHeightFeet.val().trim(); var txtHeightInchesValue = txtHeightInches.val().trim(); var txtWeightValue = txtWeight.val().trim(); var txtSexValue = txtSex.val().trim(); var lstSymptomsValue = lstSymptomsAr.join(', '); var lstMedicineValue = lstMedicine.length > 0 ? lstMedicine.val() : ''; var lstHistoryValue = lstHistoryAr.join(', '); // validation if (!IsValidHeightFeet(txtHeightFeetValue)) { ShowMessage('What is your child’s approximate height (ft)?', 'txtHeightFeet', 'txtHeightFeet'); return false; } if (!IsValidHeightInches(txtHeightInchesValue)) { ShowMessage('What is your child’s approximate height (in)?', 'txtHeightInches', 'txtHeightInches'); return false; } if (!IsValidNumber(txtWeightValue)) { ShowMessage('What is your child’s approximate weight?', 'txtWeight', 'txtWeight'); return false; } if (txtSexValue.IsBlank()) { ShowMessage('What was your child’s assigned sex at birth?', 'txtSex', 'txtSex'); return false; } if (lstSymptomsValue.IsBlank()) { ShowMessage('Has your child been showing symptoms associated with schizophrenia or bipolar I disorder?', 'lstSymptoms_0', ''); return false; } if (lstMedicineValue.IsBlank()) { ShowMessage('Is your child currently taking an antipsychotic medicine, or has your child taken an antipsychotic medicine in the past that did not work for them?', 'lstMedicine_0', ''); return false; } if (lstHistoryValue.IsBlank()) { ShowMessage('Does your child have a history of any of the following?', 'lstHistory_0', ''); return false; } // event tracking TrackEvent('screener-section2-complete'); // show progress ShowProgress(); // return value return true; } function btnPersonalInformation_Click() { // remove + from phone $("#txtPhone").val($("#txtPhone").val().replace(/\+/g, '')); // variables var FirstName = $("#txtFirstName").GetValue().trim(); var LastName = $("#txtLastName").GetValue().trim(); var ContactPreference = $("input[name$=lstContactPreference]").GetValue().trim(); var Phone = $("#txtPhone").GetValue().trim(); var Voicemail = $("input[name$=lstVoicemail]").GetValue().trim(); var Email = $("#txtEmail").GetValue().trim(); var KeepInformation = $("input[name$=lstKeepInformation]").GetValue().trim(); var ContactReason = $("input[name$=lstContactReason]").GetValue().trim(); // set required fields based on selections // this handles when user hits enter key (which doesn't trigger change events) toggleRequired(); // validation if (FirstName.IsBlank()) { ShowMessage('What is your first name?', 'txtFirstName', 'txtFirstName'); return false; } if (LastName.IsBlank()) { ShowMessage('What is your last name?', 'txtLastName', 'txtLastName'); return false; } if (ContactPreference.IsBlank()) { ShowMessage('What is the best way to contact you?', 'lstContactPreference_0'); return false; } if ((Phone.HasValue() || (ContactPreference.IsEqual("Phone"))) && !IsValidPhoneNumber(Phone)) { ShowMessage('What is your phone number?', 'txtPhone', 'txtPhone'); return false; } if ((ContactPreference.IsEqual("Phone") || Phone.HasValue()) && Voicemail.IsBlank()) { ShowMessage('Do we have your permission to leave a voicemail?', 'lstVoicemail_0'); return false; } if (!IsValidEmail(Email)) { ShowMessage('What is your email address?', 'txtEmail', 'txtEmail'); return false; } if (KeepInformation.IsBlank()) { ShowMessage('You may keep my information for:', 'lstKeepInformation_0'); return false; } if (ContactReason.IsBlank()) { ShowMessage('You may contact me for the following purposes:', 'lstContactReason_0'); return false; } // show progress ShowProgress(); // return value return true; } function btnSiteSingle_Click() { // show progress ShowProgress(); // return value return true; } function btnSiteSelection_Click() { // controls var lblSiteID = $("#lblSiteID"); // variables var SiteID = $("input[name=rdoSite]").GetValue().trim(); // validation if (SiteID.IsBlank()) { ShowMessage('Please select the research site in your area to share your contact information with.'); return false; } // hidden fields lblSiteID.val(SiteID); // show progress ShowProgress(); // return value return true; } </script> <!-- message --> <!-- tracking --> </head> <body class="home region-en-us country-us language-en locale-en-US method-get xl device-type-desktop os-family-windows os-name-windowsvista browser-type-browser browser-name-ie browser-version-7 is-mobile-false" ontouchstart=""> <!-- tracking --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MVM9V5WP" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- form --> <form method="post" action="/" id="form1" novalidate=""> <div class="aspNetHidden"> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="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" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['form1']; if (!theForm) { theForm = document.form1; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <!-- content place holder --> <a class="skip-link screen-reader-text" href="#primary">Skip to content</a> <header data-region="en_us" data-type="home"> <div class="container"> <div class="header_content"> <div class="logo_group"><a class="logo" title="The ENLIGHTEN-Youth Study" aria-label="The ENLIGHTEN-Youth Study" href="/" data-cw-event-type="nav" data-cw-event-location="header" data-cw-event-label="home"> <img src="/images/logo.svg" alt="ENLIGHTEN-Youth Study"></a></div> <div> <nav> <a class="nav_cta desktop" href="/#who-may-qualify" data-cw-event-type="nav" data-cw-event-location="header" data-cw-event-label="qualify">See if your child may qualify</a> <button type="button" class="menu_btn menu_toggler btn btn-primary" id="burger" aria-controls="burgerMenu" aria-expanded="false"> <span>Menu</span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.87 8.33"> <path class="burger-arrow" id="Path_787" d="M13.16,.71L6.93,6.92,.71,.71"></path> </svg> </button> <ul class="primary_nav dropdown_menu" id="burgerMenu"> <li><a href="/about-study" data-cw-event-type="nav" data-cw-event-location="header" data-cw-event-label="about-study">About the <br>ENLIGHTEN-Youth Study</a></li> <li><a href="/about-condition" data-cw-event-type="nav" data-cw-event-location="header" data-cw-event-label="about-condition">About Schizophrenia and<br /> Bipolar I Disorder</a></li> <li><a href="/faq" data-cw-event-type="nav" data-cw-event-location="header" data-cw-event-label="faq">FAQ</a></li> <li><a class="btn btn-primary mobile" href="/#who-may-qualify" data-cw-event-type="nav" data-cw-event-location="header" data-cw-event-label="participate">See if your child may qualify</a></li> </ul> </nav> </div> </div> </div> </header> <main id="primary"> <section class="hero bg_fill_tertiary with_illustration"> <div class="container"> <div class="row"> <div class="col-12 col-lg-7"> <div style="display:flex;height: 100%;"> <div class="content" style="align-self: center"> <h1>There’s more to a child’s story than schizophrenia or bipolar I disorder. </h1> <p>If your child is living with schizophrenia or bipolar I disorder, the ENLIGHTEN-Youth Study may be an option.</p> <!--<p><a class="body_link" href="#learn_more_about_the_study" data-cw-event-type="cta" data-cw-event-location="home" data-cw-event-label="learn-more">Learn more about the study</a></p>--> <a class="btn btn-primary auto-hide" href="/#who-may-qualify" data-cw-event-type="nav" data-cw-event-location="header" data-cw-event-label="participate">See if your child may qualify</a> </div> </div> </div> <div class="col-12 col-lg-5"> <div class="hero_image_wrapper" aria-hidden="true"> <svg id="cloudMotionPath" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 349.56"> <path id="cloudPath2" style="fill:none;stroke:none;stroke-miterlimit:10" d="M324.36 75.47 11.86 206.74" /> <path id="cloudPath1" style="fill:none;stroke:none;stroke-miterlimit:10" d="M288.87 54.85 11.86 171.22" /> <path id="cloudPath4" style="fill:none;stroke:none;stroke-miterlimit:10" d="M149.02 80.05 11.86 137.67" /> <path id="cloudPath3" style="fill:none;stroke:none;stroke-miterlimit:10" d="m78.14 85.19-66.35 27.88" /> <path id="cloudPath5" style="fill:none;stroke:none;stroke-miterlimit:10" d="m167.01 42.91-155.22 65.2" /> </svg> <picture> <source srcset="/images/book-birds.webp" type="image/webp"> <img class="book_img" src="/images/book-birds.png" alt=""> </picture><img class="book_shadow" src="/images/book-shadow.jpg" alt=""><img class="book_addon cloud cloud_1" src="/images/cloud-1a.png" id="cloud_1" alt="" data-duration="50" style="opacity: 0"><img class="book_addon cloud cloud_2" src="/images/cloud-2a.png" id="cloud_2" alt="" data-duration="70" style="opacity: 0"><img class="book_addon cloud cloud_3" src="/images/cloud-3a.png" id="cloud_3" alt="" data-duration="60" style="opacity: 0"><img class="book_addon cloud cloud_4" src="/images/cloud-4a.png" id="cloud_4" alt="" data-duration="50" style="opacity: 0"><img class="book_addon cloud cloud_5" src="/images/cloud-5a.png" id="cloud_5" alt="" data-duration="70" style="opacity: 0"> </div> </div> </div> </div> </section> <section class="home_cta" id="learn_more_about_the_study"> <div class="container"> <div class="row"> <div class="col-12 col-lg-8"> <h2>The ENLIGHTEN-Youth Study at a Glance</h2> <p>We are currently enrolling participants aged 13–17 years with schizophrenia and participants aged 10–17 years with bipolar I disorder. If you are interested in having your child take part in this study, please continue below and complete the questionnaire to determine their eligibility. </p> <p><a class="body_link" href="/about-study" data-cw-event-type="cta" data-cw-event-location="home" data-cw-event-label="learn-more">Learn more about the ENLIGHTEN-Youth Study </a></p> </div> </div> </div> </section> <section class="bg_fill_primary screener_section"> <div class="container"> <div class="row"> <div class="col-12"> <div class="questionnaire-wrapper" id="who-may-qualify"> <div class="questionnaire questionnaire-width"> <div class="questionnaire-heading"> <h2>See If Your Child May Qualify</h2> <p class="sm" aria-hidden="true"><em>*Indicates required field.</em></p> <p class="questionnaire-heading-interested">If you are interested in having your child take part in the ENLIGHTEN-Youth Study, please continue below and complete the questionnaire to see if they may be eligible.</p> </div> <div id="pnlQuestionnaire" class="form"> <input type="text" id="txtFocus" style="position: absolute; left: -9999px;"> <div id="pnlSection1"> <!-- SECTION 1 --> <div id="step_1"> <div class="wizard"> <p>Step 1 of 3</p> <div class="progress_bar"> <div class="progress_bar_fill" style="width: calc((100% / 3) * 1)"></div> </div> </div> <p>By answering the following questions, your child is not obligated to participate in this clinical research study. At the end of the questionnaire, you will have the opportunity to decide whether or not your answers are saved or submitted to a local research site to discuss the study further. </p> <div class="group no_margin_top border_bottom"> <fieldset> <legend class="">Do you want to proceed?<span aria-hidden="true">*</span></legend><div id="lstPermission" class="row input_group_row"> <div class="col-12 col-lg-12 radio align-start"> <input type="radio" id="lstPermission_0" name="ctl00$Content$lstPermission" value="Yes" data-name="lstPermission" required="required" aria-labelledby="lstPermission_0_label" data-cw-event-type="screener" data-cw-event-location="page-1" data-cw-event-label="proceed-yes" /> <span></span> <label id="lstPermission_0_label" for="lstPermission_0">Yes</label> </div> <div class="col-12 col-lg-12 radio align-start"> <input type="radio" id="lstPermission_1" name="ctl00$Content$lstPermission" value="No" data-name="lstPermission" required="required" aria-labelledby="lstPermission_1_label" data-cw-event-type="screener" data-cw-event-location="page-1" data-cw-event-label="proceed-no" /> <span></span> <label id="lstPermission_1_label" for="lstPermission_1">No</label> </div> </div> </fieldset> </div> <div class="group mt-0 border_bottom question"> <fieldset> <legend class="">Are you a resident of the United States?<span aria-hidden="true">*</span></legend><div id="lstResident" class="row input_group_row"> <div class="col-12 col-lg-12 radio align-start"> <input type="radio" id="lstResident_0" name="ctl00$Content$lstResident" value="Yes" data-name="lstResident" required="required" aria-labelledby="lstResident_0_label" data-cw-event-type="screener" data-cw-event-location="page-2" data-cw-event-label="resident-yes" /> <span></span> <label id="lstResident_0_label" for="lstResident_0">Yes</label> </div> <div class="col-12 col-lg-12 radio align-start"> <input type="radio" id="lstResident_1" name="ctl00$Content$lstResident" value="No" data-name="lstResident" required="required" aria-labelledby="lstResident_1_label" data-cw-event-type="screener" data-cw-event-location="page-2" data-cw-event-label="resident-no" /> <span></span> <label id="lstResident_1_label" for="lstResident_1">No</label> </div> </div> </fieldset> </div> <div class="group required_alternate border_bottom question"> <div class="row input_group_row"> <div class="col-12 col-lg-12 field-xs"> <label id="lblZip" for="txtZip">What is your zip code?<span class="visually_hidden"> e.g., 12345</span><span aria-hidden="true">*</span> <span class="label_helper">We need to gather this information in order to determine the research site closest to you.</span></label> <input name="ctl00$Content$txtZip" type="text" maxlength="5" id="txtZip" class="zip-postal-code" data-mask="int" autocomplete="postal-code" required="required" aria-labelledby="lblZip" data-cw-event-type="screener" data-cw-event-location="page-1" data-cw-event-label="zip-code" /> <p class="input_helper">e.g., 12345</p> </div> </div> </div> <div class="group border_bottom question"> <div class="row input_group_row"> <div class="col-12 col-lg-12 text field-sm"> <label id="lblDOB" for="txtDOB">What is your child’s date of birth?<span class="visually_hidden"> MM/DD/YYYY</span><span aria-hidden="true">*</span></label> <input name="ctl00$Content$txtDOB" type="text" maxlength="10" id="txtDOB" class="dob" data-mask="date" autocomplete="bday" required="required" aria-labelledby="lblDOB" data-cw-event-type="screener" data-cw-event-location="page-1" data-cw-event-label="dob" data-inputmask="'alias': 'datetime', 'inputFormat': 'mm/dd/yyyy', 'placeholder': 'mm/dd/yyyy'" /> <input type="hidden" name="ctl00$Content$txtDOBParsed" id="txtDOBParsed" /> <p class="input_helper">MM/DD/YYYY</p> </div> </div> </div> <button id="btnSection1" type="button" class="btn btn-primary" data-cw-event-type="screener" data-cw-event-location="page-1" data-cw-event-label="continue" onclick="javascript: return btnSection1_Click();">Continue</button> <p class="sm"><em>This website uses Secure Socket Layer technology and encryption methods to protect personal health information. If you’d like to know more about this, <a href="/privacy-policy" title="Click here to read privacy policy" aria-label="Click here to read privacy policy" target="_blank" class="body_link">read the privacy policy</a>.</em></p> <p class="sm"><em><b>Please note:</b> Only US residents are eligible to complete the prescreener at this time.</em></p> </div> </div> <div id="pnlSection2" style="display: none"> <!-- SECTION 2 --> <div id="step_2"> <div class="wizard"> <p>Step 2 of 3</p> <div class="progress_bar"> <div class="progress_bar_fill" style="width: calc((100% / 3) * 2)"></div> </div> </div> <div class="group label_strip border_bottom question"> <fieldset> <legend>What is your child’s approximate height and weight?<span aria-hidden="true">*</span></legend> <div class="row input_group_row"> <div class="col-12 col-6 col-sm-6 col-md-2 number"> <label id="lblHeightFeet" for="txtHeightFeet">Height <span class="visually_hidden"> in feet</span></label> <input name="ctl00$Content$txtHeightFeet" maxlength="1" id="txtHeightFeet" data-cw-event-type="screener" required="required" min="1" data-cw-event-label="height-feet" data-cw-event-location="page-2" oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);" type="number" aria-labelledby="lblHeightFeet" data-mask="int" max="9" /> <p class="input_helper">ft.</p> </div> <div class="col-12 col-6 col-sm-6 col-md-2 number"> <label id="lblHeightInches" for="txtHeightInches"> <span class="visually_hidden"> Height in inches</span></label> <input name="ctl00$Content$txtHeightInches" maxlength="2" id="txtHeightInches" data-cw-event-type="screener" required="required" min="0" data-cw-event-label="height-inches" data-cw-event-location="page-2" oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);" type="number" aria-labelledby="lblHeightInches" data-mask="int" max="11" /> <p class="input_helper">in.</p> </div> <div class="col-12 col-12 col-sm-12 col-md-2 number mt-3 mt-md-0"> <label id="lblWeight" for="txtWeight">Weight<span class="visually_hidden"> in pounds</span></label> <input name="ctl00$Content$txtWeight" maxlength="3" id="txtWeight" data-cw-event-type="screener" required="required" min="0" data-cw-event-label="weight" data-cw-event-location="page-2" oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);" type="number" aria-labelledby="lblWeight" data-mask="int" max="999" /> <p class="input_helper">lb.</p> </div> </div> </fieldset> </div> <div class="group required_alternate border_bottom question"> <div class="row input_group_row"> <div class="col-12 col-lg-12 text field-xs"> <label id="lblSex" for="txtSex">What was your child’s assigned sex at birth?<span aria-hidden="true">*</span></label> <input name="ctl00$Content$txtSex" type="text" maxlength="35" id="txtSex" autocomplete="sex" required="required" aria-labelledby="lblSex" data-cw-event-type="screener" data-cw-event-location="page-2" data-cw-event-label="assigned-sex" /> </div> </div> </div> <div class="group border_bottom"> <fieldset> <legend class="">Has your child been showing symptoms associated with schizophrenia or bipolar I disorder?<span aria-hidden="true">*</span> <span class="label_helper">Select all that apply.</span></legend><div id="lstSymptoms" class=""> <div class="col-12 col-lg-12 checkbox align-start" data-checkbox="lstSymptoms_0" data-name="lstSymptoms" data-none="false" data-magic="default"> <input type="checkbox" id="lstSymptoms_0" name="ctl00$Content$lstSymptoms$lstSymptoms_0" value="Schizophrenia" data-name="lstSymptoms" data-none="false" data-magic="default" aria-labelledby="lstSymptoms_0_label" data-cw-event-type="screener" data-cw-event-location="page-2" data-cw-event-label="symptoms-schizophrenia" /> <span></span> <label id="lstSymptoms_0_label" for="lstSymptoms_0" class="form-check-label"> Schizophrenia</label> </div> <div class="col-12 col-lg-12 checkbox align-start" data-checkbox="lstSymptoms_1" data-name="lstSymptoms" data-none="false" data-magic="default"> <input type="checkbox" id="lstSymptoms_1" name="ctl00$Content$lstSymptoms$lstSymptoms_1" value="Bipolar I disorder" data-name="lstSymptoms" data-none="false" data-magic="default" aria-labelledby="lstSymptoms_1_label" data-cw-event-type="screener" data-cw-event-location="page-2" data-cw-event-label="symptoms-bipolar-I" /> <span></span> <label id="lstSymptoms_1_label" for="lstSymptoms_1" class="form-check-label"> Bipolar I disorder</label> </div> <div class="col-12 col-lg-12 checkbox align-start" data-checkbox="lstSymptoms_2" data-name="lstSymptoms" data-none="false" data-magic="lstSymptoms_2"> <input type="checkbox" id="lstSymptoms_2" name="ctl00$Content$lstSymptoms$lstSymptoms_2" value="No" data-name="lstSymptoms" data-none="false" data-magic="lstSymptoms_2" aria-labelledby="lstSymptoms_2_label" data-cw-event-type="screener" data-cw-event-location="page-2" data-cw-event-label="symptoms-no" /> <span></span> <label id="lstSymptoms_2_label" for="lstSymptoms_2" class="form-check-label"> No</label> </div> <div class="col-12 col-lg-12 checkbox align-start" data-checkbox="lstSymptoms_3" data-name="lstSymptoms" data-none="false" data-magic="lstSymptoms_3"> <input type="checkbox" id="lstSymptoms_3" name="ctl00$Content$lstSymptoms$lstSymptoms_3" value="Unsure" data-name="lstSymptoms" data-none="false" data-magic="lstSymptoms_3" aria-labelledby="lstSymptoms_3_label" data-cw-event-type="screener" data-cw-event-location="page-2" data-cw-event-label="symptoms-unsure" /> <span></span> <label id="lstSymptoms_3_label" for="lstSymptoms_3" class="form-check-label"> Unsure</label> </div> </div> </fieldset> </div> <div class="group mt-0 border_bottom"> <fieldset> <legend class="">Is your child currently taking an antipsychotic medicine, or has your child taken an antipsychotic medicine in the past that did not work for them?<span aria-hidden="true">*</span></legend><div id="lstMedicine" class="row input_group_row"> <div class="col-12 col-lg-12 radio align-start"> <input type="radio" id="lstMedicine_0" name="ctl00$Content$lstMedicine" value="Yes" data-name="lstMedicine" required="required" aria-labelledby="lstMedicine_0_label" data-cw-event-type="screener" data-cw-event-location="page-2" data-cw-event-label="medicine-yes" /> <span></span> <label id="lstMedicine_0_label" for="lstMedicine_0">Yes</label> </div> <div class="col-12 col-lg-12 radio align-start"> <input type="radio" id="lstMedicine_1" name="ctl00$Content$lstMedicine" value="No" data-name="lstMedicine" required="required" aria-labelledby="lstMedicine_1_label" data-cw-event-type="screener" data-cw-event-location="page-2" data-cw-event-label="medicine-no" /> <span></span> <label id="lstMedicine_1_label" for="lstMedicine_1">No</label> </div> <div class="col-12 col-lg-12 radio align-start"> <input type="radio" id="lstMedicine_2" name="ctl00$Content$lstMedicine" value="Unsure" data-name="lstMedicine" required="required" aria-labelledby="lstMedicine_2_label" data-cw-event-type="screener" data-cw-event-location="page-2" data-cw-event-label="medicine-unsure" /> <span></span> <label id="lstMedicine_2_label" for="lstMedicine_2">Unsure</label> </div> </div> </fieldset> </div> <div class="group border_bottom"> <fieldset> <legend class="">Does your child have a history of any of the following?<span aria-hidden="true">*</span> <span class="label_helper">Select all that apply.</span></legend><div id="lstHistory" class=""> <div class="col-12 col-lg-12 checkbox align-start" data-checkbox="lstHistory_0" data-name="lstHistory" data-none="false" data-magic="default"> <input type="checkbox" id="lstHistory_0" name="ctl00$Content$lstHistory$lstHistory_0" value="Suicidal behavior in the past 12 months" data-name="lstHistory" data-none="false" data-magic="default" aria-labelledby="lstHistory_0_label" data-cw-event-type="screener" data-cw-event-location="page-2" data-cw-event-label="history-suicidal" /> <span></span> <label id="lstHistory_0_label" for="lstHistory_0" class="form-check-label"> Suicidal behavior in the past 12 months</label> </div> <div class="col-12 col-lg-12 checkbox align-start" data-checkbox="lstHistory_1" data-name="lstHistory" data-none="false" data-magic="default"> <input type="checkbox" id="lstHistory_1" name="ctl00$Content$lstHistory$lstHistory_1" value="Diabetes" data-name="lstHistory" data-none="false" data-magic="default" aria-labelledby="lstHistory_1_label" data-cw-event-type="screener" data-cw-event-location="page-2" data-cw-event-label="history-diabetes" /> <span></span> <label id="lstHistory_1_label" for="lstHistory_1" class="form-check-label"> Diabetes</label> </div> <div class="col-12 col-lg-12 checkbox align-start" data-checkbox="lstHistory_2" data-name="lstHistory" data-none="false" data-magic="default"> <input type="checkbox" id="lstHistory_2" name="ctl00$Content$lstHistory$lstHistory_2" value="Seizure disorder" data-name="lstHistory" data-none="false" data-magic="default" aria-labelledby="lstHistory_2_label" data-cw-event-type="screener" data-cw-event-location="page-2" data-cw-event-label="history-seizure" /> <span></span> <label id="lstHistory_2_label" for="lstHistory_2" class="form-check-label"> Seizure disorder</label> </div> <div class="col-12 col-lg-12 checkbox align-start" data-checkbox="lstHistory_3" data-name="lstHistory" data-none="false" data-magic="default"> <input type="checkbox" id="lstHistory_3" name="ctl00$Content$lstHistory$lstHistory_3" value="Severe head trauma within the past 12 months" data-name="lstHistory" data-none="false" data-magic="default" aria-labelledby="lstHistory_3_label" data-cw-event-type="screener" data-cw-event-location="page-2" data-cw-event-label="history-head-trauma" /> <span></span> <label id="lstHistory_3_label" for="lstHistory_3" class="form-check-label"> Severe head trauma within the past 12 months</label> </div> <div class="col-12 col-lg-12 checkbox align-start" data-checkbox="lstHistory_4" data-name="lstHistory" data-none="false" data-magic="default"> <input type="checkbox" id="lstHistory_4" name="ctl00$Content$lstHistory$lstHistory_4" value="Hepatitis B, hepatitis C, or HIV" data-name="lstHistory" data-none="false" data-magic="default" aria-labelledby="lstHistory_4_label" data-cw-event-type="screener" data-cw-event-location="page-2" data-cw-event-label="history-hepatitis-hiv" /> <span></span> <label id="lstHistory_4_label" for="lstHistory_4" class="form-check-label"> Hepatitis B, hepatitis C, or HIV</label> </div> <div class="col-12 col-lg-12 checkbox align-start" data-checkbox="lstHistory_5" data-name="lstHistory" data-none="true" data-magic="lstHistory_5"> <input type="checkbox" id="lstHistory_5" name="ctl00$Content$lstHistory$lstHistory_5" value="None of the above" data-name="lstHistory" data-none="true" data-magic="lstHistory_5" aria-labelledby="lstHistory_5_label" data-cw-event-type="screener" data-cw-event-location="page-2" data-cw-event-label="history-none" /> <span></span> <label id="lstHistory_5_label" for="lstHistory_5" class="form-check-label"> None of the above</label> </div> </div> </fieldset> </div> <p>By clicking the “Continue” button and completing this questionnaire, you are agreeing to have your/your child’s information retained for the duration of the study, as well as to having a research site contact you.</p> <button onclick="javascript: if(!btnSection2_Click()) return false; __doPostBack('ctl00$Content$btnSection2','')" id="btnSection2" type="button" class="btn btn-primary" data-cw-event-type="screener" data-cw-event-location="page-2" data-cw-event-label="continue">Continue</button> <p class="sm"><em>This website uses Secure Socket Layer technology and encryption methods to protect personal health information. If you’d like to know more about this, <a href="/privacy-policy" title="Click here to read privacy policy" aria-label="Click here to read privacy policy" target="_blank" class="body_link">read the privacy policy</a>.</em></p> <p class="sm"><em><b>Please note:</b> Only US residents are eligible to complete the prescreener at this time.</em></p> </div> </div> <!-- debug --> </div> </div> </div> </div> </div> </div> </section> </main> <footer data-region="en_us" data-type="home"> <div class="primary_footer bg_fill_secondary"> <div class="container"> <div class="footer_content row"> <div class="logo_wrapper col-lg-3"><a class="logo" title="The ENLIGHTEN-Youth Study" aria-label="The ENLIGHTEN-Youth Study" href="/" data-cw-event-type="nav" data-cw-event-location="footer" data-cw-event-label="home"> <img src="/images/logo-light.svg" alt="ENLIGHTEN-Youth Study" width="267px"></a></div> <div class="footer_nav col-9"> <div class="row"> <ul class="col-lg-6"> <li><a href="/#who-may-qualify" data-cw-event-type="nav" data-cw-event-location="footer" data-cw-event-label="participate">See If Your Child May Qualify</a></li> <li><a href="/about-study" data-cw-event-type="nav" data-cw-event-location="footer" data-cw-event-label="about-study">About the ENLIGHTEN-Youth Study</a></li> </ul> <ul class="col-lg-6"> <li><a href="/about-condition" data-cw-event-type="nav" data-cw-event-location="footer" data-cw-event-label="about-condition">About Schizophrenia and Bipolar I Disorder</a></li> <li><a href="/faq" data-cw-event-type="nav" data-cw-event-location="footer" data-cw-event-label="faq">FAQ</a></li> </ul> </div> </div> </div> </div> </div> <div class="sub_footer bg_fill_tertiary"> <div class="container"> <div class="row"> <div class="col-lg-6 sub_footer__version"> <p>CTR-003430 V1.0<br> This site is intended for residents of the United States.</p> </div> <div class="col-lg-6 sub_footer__link"> <a class="body_link" title="The ENLIGHTEN-Youth Study" aria-label="The ENLIGHTEN-Youth Study" href="/privacy-policy" data-cw-event-type="nav" data-cw-event-location="footer" data-cw-event-label="home">Privacy Policy</a> <button type="button" class="body_link" id="customRenewLink" data-cw-event-type="nav" data-cw-event-location="footer" data-cw-event-label="privacy-choices">Your Privacy Choices</button> </div> </div> </div> </div> </footer> <!-- hidden fields --> <input type="hidden" name="ctl00$Content$lblStatus" id="lblStatus" /> <input type="hidden" name="ctl00$Content$lblSiteID" id="lblSiteID" /> <input type="hidden" name="ctl00$Content$lblTrackingID" id="lblTrackingID" /> <input type="hidden" name="ctl00$Content$lblPath" id="lblPath" /> <input type="hidden" name="ctl00$Content$lblPermission" id="lblPermission" /> <input type="hidden" name="ctl00$Content$lblCity" id="lblCity" /> <input type="hidden" name="ctl00$Content$lblState" id="lblState" /> <input type="hidden" name="ctl00$Content$lblCountry" id="lblCountry" /> <input type="hidden" name="ctl00$Content$lblOriginalSitesAll" id="lblOriginalSitesAll" /> <input type="hidden" name="ctl00$Content$lblOriginalSitesActive" id="lblOriginalSitesActive" /> <input type="hidden" name="ctl00$Content$lblClass" id="lblClass" /> <!-- debug --> <!-- hidden fields --> <input type="hidden" name="ctl00$lblFocus" id="lblFocus" /> <input type="hidden" name="ctl00$lblSelect" id="lblSelect" /> <input type="hidden" name="ctl00$lblEventLabel" id="lblEventLabel" /> <input type="hidden" name="ctl00$lblEventType" id="lblEventType" /> <input type="hidden" name="ctl00$lblEventLocation" id="lblEventLocation" /> <input type="hidden" name="ctl00$lblEventSites" id="lblEventSites" /> <input type="hidden" name="lblEnvironment" id="lblEnvironment" value="PROD" /> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="90059987" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="AmFlAJH7ycDwJRxkMM516sLM/G5qlMwbD+dWRHJWQtblASWP27tnru7qEUjraLX/cTNxVrW7jiA/j2JhRvl6GZ5r0cxFHwFJ4zkETfakzFdJG8uktNMJDW175iDuvgFYUh945v+WVkFv4kcnk8lrlT9lyQ7APhcqFN7b6e61uLV18muPXqKMIghPStaocE5vYBWfaW0KA31BsWg4Dm0BS1eTsXEpMnflqrPUV2ASdEgb8TxHfbk+ysFFkdikjfEEW0lc8E0bak1g/G1YTyLmwsP3imdS8SIpA3PwRSJuNyrEAbkEJhYI389JUHpJ6FrrKmnugNnfzlDBu/n66vynHunivlzp5u831SbVMAaptfyfwZRRkNgWH9Mc/J9gFip5MVL0d517GDqjAA71xhT2vGTt8cghLx8wQItGJ4R/dxryQa8sMtIg/4TKMsz7rIr+3L+PpQT5BtHBWAjfksUr/BRpzzrUKg1P1jMX+m0baqcGdfZjPxts5JuN+dGAwFfDGVIAhhgZgrmhH6eQHeE+r1ZH8FOtpgMTXsZKyVSGfBOTbBeYW6MDGFbM41p3359ChAeW/ESbya3EjNlN7FgEurW37ATYQM3U1yWmK71pL1MFrwDBIZJYCGaRI0aBd4pEF0PVKEHGQuW26ZlXhkIKvAxFmLjRJLPzXu2oRVNNnbfXfhRnf+2raJLsTT/WSOAkJ7YB+hcCAAHXR36Ge2A5zCVgLXwWu7fnAZWCfHPVAO6cJjl4hGZ3Vz5XVBr08PPtPv1u/Lbx7B6blcmCTFQp9SegLv8XxZWknFMhDvfXninzotiL/K76Vo5PjbZIp1ZmNYHcZQk/iAe+S6t/e11QMmcOWJFxuD2LsDTnBI7gDJNGTZplwqbb2fpwxPFF7DF44GX2Du2PkoCWfmG+1Wb3jy32p30PONRHXZzjffUWJ48D/tb4C6hW6b39BF8Ft91xXzCOXkr8JYouBkAi1gjJjDSPhhMH3U2s9miSGxTVwrEjHmgofZkJvsH8IwtUL1nXHV1dz86YCIbLUusJ9jz4c5U5KUpQJ0cyFP/DE319ZoPFMg5/lHK12417hQ118oo/oBs4i/SW/3H6FiON1qjQoQ==" /> </div></form> <!-- message modal --> <div id="modal-message" class="modal" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title">Message</h4> <button type="button" class="close btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <p class="message"></p> </div> <div class="modal-footer"> <button type="button" class="btn btn-primary mar-top-0" data-bs-dismiss="modal">Close</button> </div> </div> </div> </div> <script type="text/javascript" src="https://www.enlightenyouthstudy.com/js/gsap-3.12.2/gsap.min.js?cache=202410041920520000000"></script> <script type="text/javascript" src="https://www.enlightenyouthstudy.com/js/gsap-3.12.2/MotionPathPlugin.min.js?cache=202410041920520000000"></script> <script type="text/javascript" src="https://www.enlightenyouthstudy.com/js/bootstrap.bundle.min.js?cache=202410041920520000000"></script> <script type="text/javascript" src="https://www.enlightenyouthstudy.com/js/inputmask.min.js?cache=202410041920520000000"></script> <script type="text/javascript" src="https://www.enlightenyouthstudy.com/js/main.bundle.js?cache=202410041920520000000"></script> </body> </html>