go.mydegree.com Open in urlscan Pro
67.207.82.11  Public Scan

Submitted URL: https://syr.us/MSn
Effective URL: https://go.mydegree.com/?affid=12447&reqid=136092431&s1=&s2=&s3=&cid=50560&oid=8306&utm_source=12447&utm_medium=email&ut...
Submission: On January 02 via manual from IN — Scanned from US

Form analysis 1 forms found in the DOM

<form class="form-box" onsubmit="event.preventDefault(); main.schoolSearch()">
  <input type="hidden" name="token" value="e91fcc7b74bcc04592ec572adbf0f2580b36f00ffc1a9d9e049dd1856728504b">
  <div class="q-box">
    <div class="card-box card1">
      <h4>Please select up to 3 subjects:</h4>
      <div class="select-box row " id="subjectBoxes">
        <div class=" col-sm-4 col-6">
          <div class="subjectBox" id="subject1Div">
            <input type="checkbox" class="subjectCheckbox" id="subject1" name="subject1" value="1">
            <label for="subject1" class="subjectLabel">
              <div class="subjectIcon"></div>
              <div class="subjectLabelText">Healthcare &amp; Nursing</div>
            </label>
          </div>
        </div>
        <div class=" col-sm-4  col-6">
          <div class="subjectBox" id="subject5Div">
            <input type="checkbox" class="subjectCheckbox" id="subject5" name="subject5" value="5">
            <label for="subject5" class="subjectLabel">
              <div class="subjectLabelText">Business</div>
            </label>
          </div>
        </div>
        <div class="d-none d-sm-block col-sm-4  col-6">
          <div class="subjectBox" id="subject2Div">
            <input type="checkbox" class="subjectCheckbox" id="subject2" name="subject2" value="2">
            <label for="subject2" class="subjectLabel">
              <div class="subjectLabelText"> Education </div>
            </label>
          </div>
        </div>
        <div class=" col-sm-4  col-6">
          <div class="subjectBox" id="subject7Div">
            <input type="checkbox" class="subjectCheckbox" id="subject7" name="subject7" value="7">
            <label for="subject7" class="subjectLabel">
              <div class="subjectLabelText">Trades: Vocational &amp; Cosmetology</div>
            </label>
          </div>
        </div>
        <div class=" col-sm-4  col-6">
          <div class="subjectBox" id="subject4Div">
            <input type="checkbox" class="subjectCheckbox" id="subject4" name="subject4" value="4">
            <label for="subject4" class="subjectLabel">
              <div class="subjectLabelText">Criminal Justice</div>
            </label>
          </div>
        </div>
        <div class="d-none d-sm-block col-sm-4  col-6">
          <div class="subjectBox" id="subject8Div">
            <input type="checkbox" class="subjectCheckbox" id="subject8" name="subject8" value="8">
            <label for="subject8" class="subjectLabel">
              <div class="subjectLabelText">Art Design &amp; Communications</div>
            </label>
          </div>
        </div>
        <div class=" col-sm-4  col-6">
          <div class="subjectBox" id="subject6Div">
            <input type="checkbox" class="subjectCheckbox" id="subject6" name="subject6" value="6">
            <label for="subject6" class="subjectLabel">
              <div class="subjectLabelText">IT, Math, &amp; Engineering</div>
            </label>
          </div>
        </div>
        <div class=" col-sm-4  col-6">
          <div class="subjectBox" id="subject9Div">
            <input type="checkbox" class="subjectCheckbox" id="subject9" name="subject9" value="9">
            <label for="subject9" class="subjectLabel">
              <div class="subjectLabelText">Psychology</div>
            </label>
          </div>
        </div>
        <div class="d-none d-sm-block col-sm-4  col-6">
          <div class="subjectBox" id="subject11Div">
            <input type="checkbox" class="subjectCheckbox" id="subject11" name="subject11" value="11">
            <label for="subject11" class="subjectLabel">
              <div class="subjectLabelText">Liberal Arts</div>
            </label>
          </div>
        </div>
      </div>
      <div class="d-block d-sm-none" id="moreSection">
        <span class="moreLeft">&lt;</span> More <span class="moreRight moreActive">&gt;</span>
      </div>
      <div class="btn-box">
        <a href="javascript:void(0)" class="eval-btn card-btn1" onclick="">Continue <img src="assets/images/hand.png"></a>
      </div>
    </div>
    <!--card 2 -->
    <div class="card-box card2" style="display: none;">
      <h4> Select your highest level of education</h4>
      <div class="select-box">
        <i class="fa fa-sort-desc"></i>
        <select id="education_level" name="education_level" class="form-control">
          <option class="undergrad" value="" selected="" disabled="">Select your highest level of education</option>
          <option class="undergrad" value="GED">GED</option>
          <option class="undergrad" value="High School Diploma">High School</option>
          <option class="undergrad" value="Some college 0-23 credits">Some College (0 - 23 Credits)</option>
          <option class="undergrad" value="Some college 24-34 credits">Some College (24 - 34 Credits)</option>
          <option class="undergrad" value="Some college 35-59 credits">Some College (35-59 Credits)</option>
          <option class="undergrad" value="Some college 60-120 credits">Some College (60+ Credits)</option>
          <option class="undergrad" value="Associate's Degree">Associate's Degree</option>
          <option class="grad" value="Bachelor's Degree">Bachelor's Degree</option>
          <option class="grad" value="Doctoral Degree">Doctoral Degree</option>
          <option class="grad" value="Master's Degree">Master's Degree</option>
        </select>
      </div>
      <h4> How old are you?</h4>
      <div class="select-box">
        <i class="fa fa-sort-desc"></i>
        <select name="age" class="form-control">
          <option value="" selected="" disabled=""> Select age</option>
          <option value="15">15 and under</option>
          <option value="16">16</option>
          <option value="17">17</option>
          <option value="18">18</option>
          <option value="19">19</option>
          <option value="20">20</option>
          <option value="21">21</option>
          <option value="22">22</option>
          <option value="23">23</option>
          <option value="24">24</option>
          <option value="25">25</option>
          <option value="26">26</option>
          <option value="27">27</option>
          <option value="28">28</option>
          <option value="29">29</option>
          <option value="30">30</option>
          <option value="31">31</option>
          <option value="32">32</option>
          <option value="33">33</option>
          <option value="34">34</option>
          <option value="35">35</option>
          <option value="36">36</option>
          <option value="37">37</option>
          <option value="38">38</option>
          <option value="39">39</option>
          <option value="40">40</option>
          <option value="41">41</option>
          <option value="42">42</option>
          <option value="43">43</option>
          <option value="44">44</option>
          <option value="45">45</option>
          <option value="46">46</option>
          <option value="47">47</option>
          <option value="48">48</option>
          <option value="49">49</option>
          <option value="50">50</option>
          <option value="51">51</option>
          <option value="52">52</option>
          <option value="53">53</option>
          <option value="54">54</option>
          <option value="54">55 or older</option>
        </select>
      </div>
      <h4> What year did you graduate high school or earn your GED?</h4>
      <div class="select-box">
        <i class="fa fa-sort-desc"></i>
        <select name="high_graduate_year" class="form-control">
          <option value="" selected="" disabled=""> Select year</option>
          <option value="2020">2020</option>
          <option value="2019">2019</option>
          <option value="2018">2018</option>
          <option value="2017">2017</option>
          <option value="2016">2016</option>
          <option value="2015">2015</option>
          <option value="2014">2014</option>
          <option value="2013">2013</option>
          <option value="2012">2012</option>
          <option value="2011">2011</option>
          <option value="2010">2010</option>
          <option value="2009">2009</option>
          <option value="2008">2008</option>
          <option value="2007">2007</option>
          <option value="2006">2006</option>
          <option value="2005">2005</option>
          <option value="2004">2004</option>
          <option value="2003">2003</option>
          <option value="2002">2002</option>
          <option value="2001">2001</option>
          <option value="2000">2000</option>
          <option value="1999">1999</option>
          <option value="1998">1998</option>
          <option value="1997">1997</option>
          <option value="1996">1996</option>
          <option value="1995">1995</option>
          <option value="1994">1994</option>
          <option value="1993">1993</option>
          <option value="1992">1992</option>
          <option value="1991">1991</option>
          <option value="1990">1990</option>
          <option value="1989">1989</option>
          <option value="1988">1988</option>
          <option value="1987">1987</option>
          <option value="1986">1986</option>
          <option value="1985">1985</option>
          <option value="1984">1984</option>
          <option value="1983">1983</option>
          <option value="1982">1982</option>
          <option value="1981">1981</option>
          <option value="1980">1980</option>
          <option value="1979">1979</option>
          <option value="1978">1978</option>
          <option value="1977">1977</option>
          <option value="1976">1976</option>
          <option value="1975">1975</option>
          <option value="1974">1974</option>
          <option value="1973">1973</option>
          <option value="1972">1972</option>
          <option value="1971">1971</option>
          <option value="1970">1970</option>
          <option value="1969">1969</option>
          <option value="1968">1968</option>
          <option value="1967">1967</option>
          <option value="1966">1966</option>
          <option value="1965">1965</option>
          <option value="1964">1964</option>
          <option value="1963">1963</option>
          <option value="1962">1962</option>
          <option value="1961">1961</option>
          <option value="1960">1960</option>
          <option value="1959">1959</option>
          <option value="1958">1958</option>
          <option value="1957">1957</option>
          <option value="1956">1956</option>
          <option value="1955">1955</option>
          <option value="1954">1954</option>
          <option value="1953">1953</option>
          <option value="1952">1952</option>
          <option value="1951">1951</option>
          <option value="1950">1950</option>
        </select>
      </div>
      <div class="btn-box">
        <a href="javascript:void(0)" class="eval-btn card-btn2">Continue <img src="assets/images/hand.png"></a>
      </div>
    </div>
    <!--card 3 -->
    <div class="card-box card3" style="display: none;">
      <h4>When do you plan to enroll in school?</h4>
      <div class="select-box">
        <i class="fa fa-sort-desc"></i>
        <select class="form-control" name="enroll_plan" <option="" value="" selected="">Please select an Option <option value="Within 1 month">Within 1 month</option>
          <option value="1 - 3 months">1-3 months</option>
          <option value="4 - 6 months">4-6 months</option>
          <option value="7 - 12 months">7-12 months</option>
          <option value="Later than 1 year">Later than 1 year</option>
        </select>
      </div>
      <h4> Are you interested in online or campus based learning?</h4>
      <div class="select-box">
        <i class="fa fa-sort-desc"></i>
        <select name="online_campus" class="form-control">
          <option value="" selected="" disabled="">Select your learning preference</option>
          <option value="BOTH">Both Online and Campus</option>
          <option value="ONLINE">Online</option>
          <option value="Nearby Campus">Nearby Campus</option>
        </select>
      </div>
      <div class="btn-box">
        <a href="javascript:void(0)" class="eval-btn card-btn3">Continue <img src="assets/images/hand.png"></a>
      </div>
    </div>
    <!--card 4 -->
    <div class="card-box card4" style="display: none;">
      <h4> What degree are you interested in?</h4>
      <div class="select-box">
        <i class="fa fa-sort-desc"></i>
        <select id="doi" name="doi" class="form-control">
          <option class="undergrad" value="" selected="" disabled="">Please select a degree</option>
          <option class="undergrad" value="DIPLOMA">Diploma</option>
          <option class="undergrad" value="CERTIFICATE">Certificate</option>
          <option class="undergrad" value="ASSOCIATE">Associate</option>
          <option class="undergrad" value="BACHELOR">Bachelor</option>
          <option class="undergrad" value="BRIDGE-BACHELOR-COMPLETION-DEGREE-COMPLETION">Bachelor Degree Completion</option>
          <option class="grad" value="GRADUATE">Graduate</option>
          <option class="grad" value="GRADUATE-CERTIFICATE">Graduate Certificate</option>
          <option class="grad" value="MASTER">Master</option>
          <option class="grad" value="DOCTORAL">Doctoral</option>
          <option class="grad" value="POST-GRADUATE">Post-Graduate</option>
          <option class="grad" value="DOCTORAL-FELLOW">Doctoral Fellow</option>
          <option class="grad" value="POST-GRADUATE-CERTIFICATE">Post-Graduate Certificate</option>
        </select>
      </div>
      <div class="btn-box">
        <a href="javascript:void(0)" class="eval-btn card-btn4">Continue <img src="assets/images/hand.png"></a>
      </div>
    </div>
    <!--conditional card 4a -->
    <div class="card-box _card4a" style="display: none;">
      <div>
        <h4>Are you a licensed nurse?</h4>
        <ul class="ul-check">
          <li>
            <input type="radio" id="rn_radio1" name="RNLicense" value="Y">
            <label for="rn_radio1"><span>Yes</span> </label>
          </li>
          <li>
            <input type="radio" id="rn_radio2" name="RNLicense" value="N">
            <label for="rn_radio2"><span>No</span> </label>
          </li>
        </ul>
      </div>
      <div class="btn-box">
        <a href="javascript:void(0)" class="eval-btn card-btn4">Continue <img src="assets/images/hand.png"></a>
      </div>
    </div>
    <!--conditional card 4b -->
    <div class="card-box _card4b" style="display: none;">
      <div>
        <h4>Do you have a teaching license?</h4>
        <ul class="ul-check">
          <li>
            <input type="radio" id="tl_radio1" name="TeachingLicense" value="Y">
            <label for="tl_radio1"><span>Yes</span> </label>
          </li>
          <li>
            <input type="radio" id="tl_radio2" name="TeachingLicense" value="N">
            <label for="tl_radio2"><span>No</span> </label>
          </li>
        </ul>
      </div>
      <div class="btn-box">
        <a href="javascript:void(0)" class="eval-btn card-btn4">Continue <img src="assets/images/hand.png"></a>
      </div>
    </div>
    <!--conditional card 4c -->
    <div class="card-box _card4c" style="display: none;">
      <h4>Are you a licensed nurse?</h4>
      <ul class="ul-check">
        <li>
          <input type="radio" id="both_rn_radio1" name="RNLicense" value="Y">
          <label for="both_rn_radio1"><span>Yes</span> </label>
        </li>
        <li>
          <input type="radio" id="both_rn_radio2" name="RNLicense" value="N">
          <label for="both_rn_radio2"><span>No</span> </label>
        </li>
      </ul>
      <h4>Do you have a teaching license?</h4>
      <ul class="ul-check">
        <li>
          <input type="radio" id="both_tl_radio1" name="TeachingLicense" value="Y">
          <label for="both_tl_radio1"><span>Yes</span> </label>
        </li>
        <li>
          <input type="radio" id="both_tl_radio2" name="TeachingLicense" value="N">
          <label for="both_tl_radio2"><span>No</span> </label>
        </li>
      </ul>
      <div class="btn-box">
        <a href="javascript:void(0)" class="eval-btn card-btn4">Continue <img src="assets/images/hand.png"></a>
      </div>
    </div>
    <!--card 5 -->
    <div class="card-box card5" style="display: none;">
      <h4>Are you a US Citizen?</h4>
      <ul class="ul-check">
        <li>
          <input type="radio" id="radio1" name="us_citizen" value="Y">
          <label for="radio1"><span>Yes</span> </label>
        </li>
        <li>
          <input type="radio" id="radio2" name="us_citizen" value="N">
          <label for="radio2"><span>No</span> </label>
        </li>
      </ul>
      <h4>What is your gender?</h4>
      <ul class="ul-check">
        <li>
          <input type="radio" id="radio3" name="gender" value="M">
          <label for="radio3"><span>Male</span> </label>
        </li>
        <li>
          <input type="radio" id="radio4" name="gender" value="F">
          <label for="radio4"><span>Female</span> </label>
        </li>
      </ul>
      <div class="btn-box">
        <a href="javascript:void(0)" class="eval-btn card-btn5">Continue <img src="assets/images/hand.png"></a>
      </div>
    </div>
    <!--card 6 -->
    <div class="card-box card6" style="display: none;">
      <h4>Are you or your spouse affiliated with the US military?</h4>
      <div class="select-box">
        <i class="fa fa-sort-desc"></i>
        <select class="form-control" name="us_military" id="us_military">
          <option value="No U.S. Military Affiliation" selected="">NOT MILITARY</option>
          <option value="Veteran">Veteran</option>
          <option value="Active+Duty">Active Duty</option>
          <option value="Spouse">Spouse</option>
          <option value="Reserve">Reserve</option>
          <option value="Dependent">Dependent</option>
        </select>
      </div>
      <div id="military_affiliation" style="display: none">
        <h4>Choose Your Military Affiliation</h4>
        <div class="select-box">
          <i class="fa fa-sort-desc"></i>
          <select class="form-control" name="military_affiliation">
            <option value="U.S. Air Force">U.S. Air Force</option>
            <option value="U.S. Army">U.S. Army</option>
            <option value="U.S. Navy">U.S. Navy</option>
            <option value="U.S. Coast Guard">U.S. Coast Guard</option>
            <option value="U.S. Marine Corps">U.S. Marine Corps</option>
            <option value="Department of Defense">Department of Defense</option>
          </select>
        </div>
      </div>
      <div class="btn-box">
        <a href="javascript:void(0)" class="eval-btn card-btn6">Continue <img src="assets/images/hand.png"></a>
      </div>
    </div>
    <!--card 7 -->
    <div class="card-box card7" style="display: none;">
      <h4>Do you have internet access to take your courses?</h4>
      <ul class="ul-check">
        <li>
          <input type="radio" id="radio7" name="internet_access" value="Y">
          <label for="radio7"><span>Yes</span> </label>
        </li>
        <li>
          <input type="radio" id="radio8" name="internet_access" value="N">
          <label for="radio8"><span>No</span> </label>
        </li>
      </ul>
      <div class="btn-box">
        <a href="javascript:void(0)" class="eval-btn card-btn7">Continue <img src="assets/images/hand.png"></a>
      </div>
    </div>
    <!--card 8 -->
    <div class="card-box card8" style="display: none;">
      <ul class="ul-check">
        <li class="text-left">
          <h4>Phone Number</h4>
          <div class="input-box">
            <input id="phone1" type="text" name="phone" placeholder="Phone Number" class="form-control phone">
          </div>
        </li>
        <li class="text-left">
          <h4>ZIP Code</h4>
          <div class="input-box">
            <input type="text" name="zip" placeholder="Zip Code" class="form-control zip">
          </div>
          <input type="hidden" name="city" value="">
          <input type="hidden" name="state" value="">
          <input type="hidden" name="phoneFormat1" value="" id="phoneFormat1">
          <input type="hidden" name="phoneFormat2" value="">
          <div class="address-block "><span class="getCity"></span> <span class="getState"></span> </div>
        </li>
      </ul>
      <div class="btn-box">
        <a href="javascript:void(0)" class="eval-btn card-btn8">Continue <img src="assets/images/hand.png"></a>
        <div class="vlad-this" style="display:none;">
          <div class="lds-css text-center">
            <div class="lds-dual-ring animate-fading">
              <div class="center-block"></div>
            </div>
          </div>
          <span class="animate-fading" style="color: red;">Validating phone number</span>
        </div>
      </div>
      <div class="text-center">
        <div>
          <input id="tcpa_sms_text" type="hidden" name="tcpa_sms_text"
            value="By submitting this form and providing my contact information, I consent to be contacted about educational and other opportunities by MyDegree LLC., Target Marketing Inc., Education Choice, Education Select, Education Network, Schools.com, and Next Step Education Center via postal mail, email, telephone or text message at the telephone number(s) provided, including my wireless number, if applicable, even if I have previously listed myself on any federal, state, trade association, or corporate Do-Not-Call or email opt-out registry. These calls may be pre-recorded messages and/or use an automated dialing system and I understand that consent is not a condition of purchase. Reply STOP to stop receiving SMS messages. Msg &amp; Data rates may apply.">
          <label for="tcpa_sms_text" class="text-center small" style="color: #737373;">By submitting this form and providing my contact information, I consent to be contacted about educational and other opportunities by MyDegree LLC., Target
            Marketing Inc., Education Choice, Education Select, Education Network, Schools.com, and Next Step Education Center via postal mail, email, telephone or text message at the telephone number(s) provided, including my wireless number, if
            applicable, even if I have previously listed myself on any federal, state, trade association, or corporate Do-Not-Call or email opt-out registry. These calls may be pre-recorded messages and/or use an automated dialing system and I
            understand that consent is not a condition of purchase. Reply STOP to stop receiving SMS messages. Msg &amp; Data rates may apply.</label>
        </div>
      </div>
    </div>
    <!--card 9 -->
    <div class="card-box card9" style="display: none;">
      <ul class="ul-check">
        <li class="text-left">
          <h4>First Name</h4>
          <div class="input-box">
            <input type="text" name="fname" placeholder="First Name" class="form-control" id="firstNameField">
          </div>
        </li>
        <li class="text-left">
          <h4>Last Name</h4>
          <div class="input-box">
            <input type="text" name="lname" placeholder="Last Name" class="form-control" id="lastNameField">
          </div>
        </li>
      </ul>
      <ul class="ul-check mr-20">
        <li class="text-left">
          <h4>Email</h4>
          <div class="input-box">
            <input type="text" name="email" placeholder="Email Address" class="form-control" id="emailAddressField">
          </div>
        </li>
        <li class="text-left">
          <h4>Street Address</h4>
          <div class="input-box">
            <input type="text" name="street" placeholder="Street Address" class="form-control" id="autocompleteAddress">
          </div>
        </li>
      </ul>
      <div class="btn-box">
        <button type="submit" class="btn eval-btn card-btn9">Continue <img src="assets/images/hand.png"> </button>
      </div>
      <p class="tc">By submitting this form and providing my contact information, you are agreeing to our <a href="#" data-toggle="modal" data-target="#myModal-term">terms &amp; conditions</a> and
        <a href="#" data-toggle="modal" data-target="#myModal-privacy">privacy policy</a>.</p>
    </div>
    <!-- {{--cake ids--}}  -->
    <input id="affid" name="affid" type="hidden" value="12447">
    <input id="s1" name="s1" type="hidden" value="">
    <input id="s2" name="s2" type="hidden" value="">
    <input id="s3" name="s3" type="hidden" value="">
    <input id="leadid_token" name="universal_leadid" type="hidden" value="">
    <!-- {{--end cake ids--}} -->
    <!--card 10 -->
  </div>
</form>

Text Content

Compare accredited schools & request information

   
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

Please answer all questions
First Name Must Only Contain Letters
Last Name Must Only Contain Letters
Address Must Be Valid


PLEASE SELECT UP TO 3 SUBJECTS:

Healthcare & Nursing
Business
Education
Trades: Vocational & Cosmetology
Criminal Justice
Art Design & Communications
IT, Math, & Engineering
Psychology
Liberal Arts
< More >
Continue

SELECT YOUR HIGHEST LEVEL OF EDUCATION

Select your highest level of education GED High School Some College (0 - 23
Credits) Some College (24 - 34 Credits) Some College (35-59 Credits) Some
College (60+ Credits) Associate's Degree Bachelor's Degree Doctoral Degree
Master's Degree

HOW OLD ARE YOU?

Select age 15 and under 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 or older

WHAT YEAR DID YOU GRADUATE HIGH SCHOOL OR EARN YOUR GED?

Select year 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008
2007 2006 2005 2004 2003 2002 2001 2000 1999 1998 1997 1996 1995 1994 1993 1992
1991 1990 1989 1988 1987 1986 1985 1984 1983 1982 1981 1980 1979 1978 1977 1976
1975 1974 1973 1972 1971 1970 1969 1968 1967 1966 1965 1964 1963 1962 1961 1960
1959 1958 1957 1956 1955 1954 1953 1952 1951 1950
Continue

WHEN DO YOU PLAN TO ENROLL IN SCHOOL?

Please select an Option Within 1 month 1-3 months 4-6 months 7-12 months Later
than 1 year

ARE YOU INTERESTED IN ONLINE OR CAMPUS BASED LEARNING?

Select your learning preference Both Online and Campus Online Nearby Campus
Continue

WHAT DEGREE ARE YOU INTERESTED IN?

Please select a degree Diploma Certificate Associate Bachelor Bachelor Degree
Completion Graduate Graduate Certificate Master Doctoral Post-Graduate Doctoral
Fellow Post-Graduate Certificate
Continue

ARE YOU A LICENSED NURSE?

 * Yes
 * No

Continue

DO YOU HAVE A TEACHING LICENSE?

 * Yes
 * No

Continue

ARE YOU A LICENSED NURSE?

 * Yes
 * No

DO YOU HAVE A TEACHING LICENSE?

 * Yes
 * No

Continue

ARE YOU A US CITIZEN?

 * Yes
 * No

WHAT IS YOUR GENDER?

 * Male
 * Female

Continue

ARE YOU OR YOUR SPOUSE AFFILIATED WITH THE US MILITARY?

NOT MILITARY Veteran Active Duty Spouse Reserve Dependent

CHOOSE YOUR MILITARY AFFILIATION

U.S. Air Force U.S. Army U.S. Navy U.S. Coast Guard U.S. Marine Corps Department
of Defense
Continue

DO YOU HAVE INTERNET ACCESS TO TAKE YOUR COURSES?

 * Yes
 * No

Continue

 * PHONE NUMBER
   
   

 * ZIP CODE
   
   
   

Continue

Validating phone number
By submitting this form and providing my contact information, I consent to be
contacted about educational and other opportunities by MyDegree LLC., Target
Marketing Inc., Education Choice, Education Select, Education Network,
Schools.com, and Next Step Education Center via postal mail, email, telephone or
text message at the telephone number(s) provided, including my wireless number,
if applicable, even if I have previously listed myself on any federal, state,
trade association, or corporate Do-Not-Call or email opt-out registry. These
calls may be pre-recorded messages and/or use an automated dialing system and I
understand that consent is not a condition of purchase. Reply STOP to stop
receiving SMS messages. Msg & Data rates may apply.

 * FIRST NAME
   
   

 * LAST NAME
   
   

 * EMAIL
   
   

 * STREET ADDRESS
   
   

Continue

By submitting this form and providing my contact information, you are agreeing
to our terms & conditions and privacy policy.



--------------------------------------------------------------------------------

LOADING MORE COLLEGE MATCHES


PLEASE WAIT




"Thanks for helping me return back to school for my nursing degree."

Anna F.

"I have had great experience with this program! I would recommend mydegree to
anyone."

Crystal R.

"I thought I was too old to get a degree, but then I found mydegree."

Jessica M.

"Thanks for helping me return back to school for my nursing degree."

Anna F.

"I have had great experience with this program! I would recommend mydegree to
anyone."

Crystal R.

"I thought I was too old to get a degree, but then I found mydegree."

Jessica M.

"Thanks for helping me return back to school for my nursing degree."

Anna F.

"I have had great experience with this program! I would recommend mydegree to
anyone."

Crystal R.

"I thought I was too old to get a degree, but then I found mydegree."

Jessica M.

‹›

Disclosure: MyDegree.com receives compensation for the featured schools on our
websites (see “Sponsored Schools” or “Sponsored Listings” or “Sponsored
Results”). So what does this mean for you? Compensation may impact where the
Sponsored Schools appear on our websites, including whether they appear as a
match through our education matching services tool, the order in which they
appear in a listing, and/or their ranking. Our websites do not provide, nor are
they intended to provide, a comprehensive list of all schools (a) in the United
States (b) located in a specific geographic area or (c) that offer a particular
program of study. By providing information or agreeing to be contacted by a
Sponsored School, you are in no way obligated to apply to or enroll with the
school.
Copyright 2020. All rights reserved.
Terms & Conditions
Privacy Policy
Advertise/Affiliates
California Consumer Privacy Act Policy

*https://studentaid.ed.gov/sa/types/grants-scholarships/pell. Data collected and
distributed by the National Center for Education Statistics
http://nces.ed.gov/pubs2016/2016144.pdf. Please note: Financial aid may be
available to those who qualify. The information on this page is for
informational and research purposes only and is not an assurance of financial
aid. This website is privately owned and operated and is not affiliated with or
endorsed by any governmental entity. MyDegree receives financial compensation
for displaying some schools on this website.

TERMS AND CONDITIONS

×

Terms Updated May 11th, 2020 By accessing the MyDegree web site or other domains
under our control, you are agreeing to be bound by these web site Terms and
Conditions of Use, all applicable laws and regulations, and agree that you are
responsible for compliance with any applicable local laws. If you do not agree
with any of these terms, you are prohibited from using or accessing this site.
The materials contained in this web site are protected by applicable copyright
and trademark law. Site Security Rules You are prohibited from violating or
attempting to violate the security of MyDegree, including, without limitation,
(a) intercepting or accessing data not intended for such user or logging into a
server or account which the user is not authorized to access, (b) attempting to
probe, scan or test the vulnerability of a system or network or to breach
security or authentication measures without prior express written authorization,
(c) attempting to interfere with service to any user, host or network,
including, without limitation, via means of submitting a virus to any MyDegree,
overloading, “flooding”, “denial of service attacking”, “spamming”,
“mailbombing” or “crashing”, (d) sending unsolicited e-mail, including
promotions and/or advertising of products or services, or (e) forging any TCP/IP
packet header or any part of the header information in any e-mail or newsgroup
posting. Violations of system or network security may result in civil or
criminal liability. Use License Permission is granted to temporarily download
one copy of the materials (information or software) on MyDegree web site for
personal, non-commercial transitory viewing only. This is the grant of a
license, not a transfer of title, and under this license you may not:modify or
copy the materials;use the materials for any commercial purpose, or for any
public display (commercial or non-commercial);attempt to decompile or reverse
engineer any software contained on MyDegree web site; remove any copyright or
other proprietary notations from the materials; transfer the materials to
another person or “mirror” the materials on any other server; oruse or attempt
to use any engine, software, tool, agent or other device or mechanism
(including, without limitation, customized browsers, spiders, robots, avatars or
intelligent agents) to navigate or search MyDegree other than the search engine
and software available from MyDegree on such MyDegree and other than generally
available third party web browsers such as Microsoft Explorer is strictly
prohibited. This license shall automatically terminate if you violate any of
these restrictions and may be terminated by MyDegree at any time. Upon
terminating your viewing of these materials or upon the termination of this
license, you must destroy any downloaded materials in your possession whether in
electronic or printed format. Disclaimer The materials on MyDegree’s web site
are provided “as is”. MyDegree makes no warranties, expressed or implied, and
hereby disclaims and negates all other warranties, including without limitation,
implied warranties or conditions of merchantability, fitness for a particular
purpose, or non-infringement of intellectual property or other violation of
rights. Further, MyDegree does not warrant or make any representations
concerning the accuracy, likely results, or reliability of the use of the
materials on its Internet web site or otherwise relating to such materials or on
any sites linked to this site. Limitations In no event shall MyDegree or its
suppliers be liable for any damages (including, without limitation, damages for
loss of data or profit, or due to business interruption,) arising out of the use
or inability to use the materials on MyDegree’s Internet site, even if MyDegree
or a MyDegree authorized representative has been notified orally or in writing
of the possibility of such damage. Because some jurisdictions do not allow
limitations on implied warranties, or limitations of liability for consequential
or incidental damages, these limitations may not apply to you. You understand
that we cannot and do not guarantee or warrant that files available for
downloading from the internet or the Website will be free of viruses or other
destructive code. You are responsible for implementing sufficient procedures and
checkpoints to satisfy your particular requirements for anti-virus protection
and accuracy of data input and output, and for maintaining a means external to
our site for any reconstruction of any lost data.
WE WILL NOT BE LIABLE FOR ANY LOSS OR DAMAGE CAUSED BY A DISTRIBUTED
DENIAL-OF-SERVICE ATTACK, VIRUSES OR OTHER TECHNOLOGICALLY HARMFUL MATERIAL THAT
MAY INFECT YOUR COMPUTER EQUIPMENT, COMPUTER PROGRAMS, DATA OR OTHER PROPRIETARY
MATERIAL DUE TO YOUR USE OF THE WEBSITE OR ANY SERVICES OR ITEMS OBTAINED
THROUGH THE WEBSITE OR TO YOUR DOWNLOADING OF ANY MATERIAL POSTED ON IT, OR ON
ANY WEBSITE LINKED TO IT. YOUR USE OF THE WEBSITE, ITS CONTENT AND ANY SERVICES
OR ITEMS OBTAINED THROUGH THE WEBSITE IS AT YOUR OWN RISK. THE WEBSITE, ITS
CONTENT AND ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE ARE PROVIDED ON
AN “AS IS” AND “AS AVAILABLE” BASIS, WITHOUT ANY WARRANTIES OF ANY KIND, EITHER
EXPRESS OR IMPLIED. NEITHER THE COMPANY NOR ANY PERSON ASSOCIATED WITH THE
COMPANY MAKES ANY WARRANTY OR REPRESENTATION WITH RESPECT TO THE COMPLETENESS,
SECURITY, RELIABILITY, QUALITY, ACCURACY OR AVAILABILITY OF THE WEBSITE. WITHOUT
LIMITING THE FOREGOING, NEITHER THE COMPANY NOR ANYONE ASSOCIATED WITH THE
COMPANY REPRESENTS OR WARRANTS THAT THE WEBSITE, ITS CONTENT OR ANY SERVICES OR
ITEMS OBTAINED THROUGH THE WEBSITE WILL BE ACCURATE, RELIABLE, ERROR-FREE OR
UNINTERRUPTED, THAT DEFECTS WILL BE CORRECTED, THAT OUR SITE OR THE SERVER THAT
MAKES IT AVAILABLE ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS OR THAT THE
WEBSITE OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE WEBSITE WILL OTHERWISE
MEET YOUR NEEDS OR EXPECTATIONS. THE COMPANY HEREBY DISCLAIMS ALL WARRANTIES OF
ANY KIND, WHETHER EXPRESS OR IMPLIED, STATUTORY OR OTHERWISE, INCLUDING BUT NOT
LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT AND FITNESS FOR
PARTICULAR PURPOSE. THE FOREGOING DOES NOT AFFECT ANY WARRANTIES WHICH CANNOT BE
EXCLUDED OR LIMITED UNDER APPLICABLE LAW. Limitation on Liability IN NO EVENT
WILL THE COMPANY, ITS AFFILIATES OR THEIR LICENSORS, SERVICE PROVIDERS,
EMPLOYEES, AGENTS, OFFICERS OR DIRECTORS BE LIABLE FOR DAMAGES OF ANY KIND,
UNDER ANY LEGAL THEORY, ARISING OUT OF OR IN CONNECTION WITH YOUR USE, OR
INABILITY TO USE, THE WEBSITE, ANY WEBSITES LINKED TO IT, ANY CONTENT ON THE
WEBSITE OR SUCH OTHER WEBSITES OR ANY SERVICES OR ITEMS OBTAINED THROUGH THE
WEBSITE OR SUCH OTHER WEBSITES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL,
INCIDENTAL, CONSEQUENTIAL OR PUNITIVE DAMAGES, INCLUDING BUT NOT LIMITED TO,
PERSONAL INJURY, PAIN AND SUFFERING, EMOTIONAL DISTRESS, LOSS OF REVENUE, LOSS
OF PROFITS, LOSS OF BUSINESS OR ANTICIPATED SAVINGS, LOSS OF USE, LOSS OF
GOODWILL, LOSS OF DATA, AND WHETHER CAUSED BY TORT (INCLUDING NEGLIGENCE),
BREACH OF CONTRACT OR OTHERWISE, EVEN IF FORESEEABLE. THE FOREGOING DOES NOT
AFFECT ANY LIABILITY WHICH CANNOT BE EXCLUDED OR LIMITED UNDER APPLICABLE LAW.
Indemnification You agree to defend, indemnify and hold harmless the Company,
its affiliates, licensors and service providers, and its and their respective
officers, directors, employees, contractors, agents, licensors, suppliers,
successors and assigns from and against any claims, liabilities, damages,
judgments, awards, losses, costs, expenses or fees (including reasonable
attorneys’ fees) arising out of or relating to your violation of these Terms of
Use or your use of the Website, including, but not limited to, your User
Contributions, any use of the Website’s content, services and products other
than as expressly authorized in these Terms of Use or your use of any
information obtained from the Website. Revisions and Errata The materials
appearing on MyDegree’s web site could include technical, typographical, or
photographic errors. MyDegree does not warrant that any of the materials on its
web site are accurate, complete, or current. MyDegree may make changes to the
materials contained on its web site at any time without notice. MyDegree does
not, however, make any commitment to update the materials. Links MyDegree has
not reviewed all of the sites linked to its Internet web site and is not
responsible for the contents of any such linked site. The inclusion of any link
does not imply endorsement by MyDegree of the site. Use of any such linked web
site is at the user’s own risk. Site Terms of Use Modifications MyDegree may
revise these terms of use for its web site at any time without notice. By using
this web site you are agreeing to be bound by the then current version of these
Terms and Conditions of Use. Governing Law Any claim relating to MyDegree web
site shall be governed by the laws of the State of Oklahoma without regard to
its conflict of law provisions. General Terms and Conditions applicable to Use
of a Web Site Children Under the Age of 13 The safety and privacy of children is
very important to us. We are committed to comply with the requirements of all
federal and state law, including the Children’s Online Privacy Protection Act of
1998 (“COPPA”). For more information about COPPA, please visit the Federal Trade
Commission’s website at COPPA Website. This Web Site is not intended for
children under the age of 13. MyDegree will not knowingly register or otherwise
collect Personal Information from persons who identify themselves as being under
the age of 13 during the registration process, without the prior consent of such
child’s parent or guardian. By accepting our terms of service, you are affirming
that you are 13 years of age or older. User Information When you register for
the MyDegree service, you will be asked to provide MyDegree with certain
information including, but not limited to, first and last name, a valid email
address, city, state, and other identifying information. Some non-identifying
information may also be collected through regular use of the Website and
MyDegree services. In addition to the terms and conditions that may be set forth
in the Privacy Policy on this Website, you understand and agree that MyDegree
may disclose to third parties, aggregate and certain personally identifiable
information based on your use of the MyDegree service. In order to provide
valuable experiences, MyDegree reserves the right to offer third party services
and products to you based on the information and preferences that you provide to
MyDegree during your registration and/or through your use of the Website and at
any time thereafter; such offers may be made by MyDegree or by our third party
affiliates. Please see MyDegree Privacy Policy for further details regarding
your personal information. We are not responsible for any data collection and
practices of non-affiliated third-parties that are linked to or from our
Website.
By creating an account on MyDegree, you agree to receive periodic email updates
from us regarding new content, features and other information. You will be able
to unsubscribe from these email updates at any time. Agreement to be Contacted
You agree to be contacted by MyDegree or on our behalf or by any other party to
whom you may be referred or whom you may contact via your utilization of our
services by mail, email, telephone calls, text messages, and other platforms for
marketing and non-marketing purposes associated with the business of the
Services. You also specifically agree that you have provided express consent to
receive autodialed and prerecorded non-marketing calls (e.g., calls to service
your relationship with us) and text messages from us or on our behalf at the
telephone number(s) that you provide.
You confirm that all of your contact information is correct. You also agree that
you are the subscriber for any telephone number(s) provided and the authorized
user for the email address(es) provided. You also agree to notify us promptly if
any of your number(s) or address(es) change in the future. You understand that
your wireless service provider’s message and data rates may apply to the
messages that we send to or receive from you.
You also agree that by submitting a request, application or inquiry for a
scholarship, loan service or product or a school matching service or referral
through the Services, you are extending an express invitation to us and each
applicable organization, financial service provider, and educational institution
related to the submission to contact you so that we and they may assist you with
your transaction or request. Such communications may include marketing or
promotional communications. Your Representations about the Data You Provide to
Us You confirm that you are authorized to provide us with any data you submit to
MyDegree, including but not limited to academic, family and financial data
entered into our calculation tools as well as any information about the
estimated or actual net price, financial aid, scholarship, or other data
relating to the cost of attendance for any college or institution about which
you provide to MyDegree. Further, you acknowledge that once this data is
submitted to MyDegree, the data, absent any personally identifiable information
about you, will, in aggregate, become the sole property of MyDegree and that we
may decide to use it at our sole discretion to estimate the costs for students
of similar academic and/or financial circumstances to attend those institutions
for which you provide us data. You represent that the data you provide is
accurate to the best of your knowledge, understand that we may terminate your
use of our services without notice for providing us with inaccurate or
unauthorized information, and acknowledge that any models created by MyDegree
which utilize such data are entirely owned by us.


BUSINESS DEVELOPMENT OPPORTUNITIES


ADVERTISERS:

Colleges and Universities interested in advertising with us, please reach out at
advertise@mydegree.com


AFFILIATES:

Affiliates interested in promoting MyDegree, please reach out to us at
affiliate@mydegree.com

PRIVACY POLICY

×

Updated May 11th, 2020 Your privacy is very important to us. Accordingly, we
have developed this Policy in order for you to understand how we collect, use,
communicate and disclose and make use of personal information. MyDegree collects
a variety of information in order to provide the highest quality service to our
users. We want you to understand what information we gather from or about you,
how we use it and the safeguards we have in place to protect it. This Privacy
Policy applies to MyDegree and all other MyDegree websites and applications that
link to this Privacy Policy (the “Services”). By accessing, using or submitting
information to the Services, you agree to this Privacy Policy and our Terms of
Use and all of its dispute resolution provisions, including arbitration,
limitation on damages and choice of law. Please read this Privacy Policy and the
Terms of Use carefully to understand our policies and practices regarding your
personal information and how we will treat it. What We Collect Depending which
of the Services you are visiting or using, we may collect various types of
information from and about you, including information that can personally
identify you. This information may include, but is not limited to your first
name; last name; telephone number; email address; postal address/zip code;
gender; age; demographic information; geolocation information; education
information, including graduation date and interests; graduation date;
employment status; your comments/messages/replies submitted through the Site;
and information about any transaction you conduct or submit to on or through the
Services or other information that would allow online or offline contact with
you as an individual (collectively, “Personal Information”).
We may also collect information that you provide to us about other people,
including, but not limited to, their names, telephone numbers, mobile numbers,
and email addresses for purposes of fulfilling the purposes for which you
provide such information.
We also collect Usage Information (as defined below).
We may collect information from or about you in the following ways:
Information Provided by You. We collect information provided by you when you (1)
inquire about or obtain our services or products; (2) communicate with us or
request information about or from us, whether via email or other means; (3) fill
out forms or fields on the Services; (4) register as a user or sign-up for any
of our newsletters, materials or services through the Services; (5) enter into
online transactions; (6) create profiles; (7) provide feedback or participate in
online surveys or questionnaires; (8) input information into our interactive
programming features; (9) participate in any of our marketing initiatives,
including contests, scholarship offers, events, or promotions; (10) post to the
Services or provide user-generated content or submissions to us; (11) open
and/or click on email communications including advertisements and newsletters;
and (12) request to unsubscribe from receiving email advertisements,
newsletters, or other communications from us (“User Contributions”).
Information from Other Sources. We may collect information about you from other
services that we may provide, our affiliates, third party advertising companies
and networks and data analytics providers, or public sources (such as from
public forums, social networks, and blogs), and other users of the Services.
Automatic Information Collection. We and our service providers use automatic
data collection technologies to collect and store Usage Information (as defined
below). We also may allow third party advertising companies and networks to use
automatic data collection technologies to collect Usage Information for purposes
of providing interest based ads. See the Automatic Information Collection
Technologies and Usage Information and the Third Party Advertisers and
Interest-Based Ads sections for more information. How We Use the Information
That We Collect In order to provide you with the best user experience, we may
use your information, including Personal Information, to:

 * Provide you with the ability to access and use the Site and Services;
 * Provide products and services requested by you;
 * Provide customer support, including responding to your requests and questions
   and troubleshooting and resolving problems or complaints;
 * Verify the information you provide to us;
 * Communicate with you;
 * Confirm your identity and eligibility to use the Services;
 * Establish and manage your account;
 * Perform research and analysis to develop and improve the Services and other
   products and services that we may offer;
 * Understand and anticipate your use of or interest in, our products, Services,
   and content, and the products, services, and content offered by others;
 * Develop and display products, services, and content tailored to your
   interests on the Services and other online properties;
 * Measure the overall effectiveness of our online advertising, content, and
   programming, and other activities;
 * Offer you personalized information and products, services, promotions,
   contests, or scholarships of ours, our affiliates, or our third party
   business partners that may be of interest to you;
 * Unsubscribe you from receiving email advertisements, newsletters, or other
   communications from us;
 * Manage our business and operations;
 * Protect the security and integrity of the Services;
 * Carry out our obligations and enforce our rights arising from this Privacy
   Policy, the Terms of Use and any other applicable agreements and policies;
 * Use or post User Contributions as permitted in our Terms of Use; and
 * Fulfill any other purposes for which you provide your information and for any
   other purpose as described to you at the time your information is collected
   or for which your consent is given.

Our Sharing Practices We may disclose or share other information from or about
you, including your Personal Information, as follows:
With any MyDegree business or our affiliated companies (i.e., companies that
control, are controlled by, or are under common control with us) for support of
our internal and business operations, for cross-marketing purposes, or in
connection with a request made by you or your opt-in or consent. However, unless
you are otherwise first given notice through an opt-in option or otherwise, the
evaluation of any request or application by you for any of our products or
services offered through our websites will be based on the information you
specifically submit to obtain such product or service and not any other
information you may submit to us for other purposes or for other products or
services we may offer (except for your sign-in, basic account registration
information, and any other information that we may pre-populate on your request
or application form for your convenience).
With our non-affiliated third party business partners, service providers, and
vendors to enable them to assist us in providing you the products or services
you request through the Services or to provide us with support for our internal
and business operations, such as data processing, data storage, research,
analytics, web hosting, marketing, and delivery of promotional or transactional
materials.
With other non-affiliated companies, parties, or organizations when you engage
in certain activities through the Services or services that are sponsored or
provided by them, including, but not limited to requesting or purchasing
products or services offered by these third parties electing to receive
information or communications from them, or electing to participate in contests,
sweepstakes, games, scholarships, or other programs sponsored or provided by
these third parties, in whole or in part.
With non-affiliated third parties that are interested in contacting you or
providing offers to you that may be related to our products or services or about
other products or services you may find interesting.
With other parties at your direction or request.
With any person who, in our reasonable judgment, is an authorized agent, or is
otherwise authorized to receive your information, such as your agent, attorney,
parent, or legal guardian.
We may also disclose information we collect from or about you when we believe
disclosure is appropriate to comply with the law, to enforce or apply applicable
terms and conditions and other agreements, or to protect the rights, property,
or safety of our company, our affiliates, our other customers or users of the
Services, or others.
If some or all of our business assets are sold or transferred, whether through a
sale, acquisition, merger, consolidation, reorganization, bankruptcy, or other
corporate change involving us and/or our affiliates, we may transfer the
corresponding information regarding our customers and users of the Services,
including Personal Information, to third parties evaluating or facilitating the
transaction. We also may retain a copy of such information. Nothing in this
Privacy Policy is intended to interfere with our ability to transfer all or part
of our business, equity interests, or assets (including the Services) to an
affiliate or non-affiliated third party at any time, for any purpose, without
any limitation, and without notice or any compensation to you, whatsoever. We
may disclose and share anonymized or aggregated information about you
(information that does not directly and personally identify you) in our
discretion.
In each case when we disclose your information to third parties, your
information will become subject to the information use and sharing practices of
such third parties, and such third parties will not be restricted by this
Privacy Policy with respect to their use and further sharing of your
information. To opt-out of our sharing of your information with such third
parties, see the Your Choices About Use and Disclosure of Your Information
section. User Contributions The Services may contain public areas, forums, or
features that allow you to provide your User Contributions to be published or
displayed or transmitted to other users of the Services. Your User Contributions
are posted on the Services and transmitted to others at your own risk. For this
reason, we recommend that you do not include any sensitive or personally
identifiable information about yourself or others in your User Contributions for
these areas of the Services. Please see our Terms of Use for more information
concerning User Contributions. Automatic Information Collection Technologies and
Usage Information We and our service providers automatically collect “Usage
Information” from or about you, such as information about your computer or
mobile device, IP address, web browser, computer or device platform, related
software and settings you are using, browsing actions and patterns, the
referring page that linked you to us and the website you visit after using the
Services, and other usage activity on the Services. Collection of Usage
Information helps us to improve the Services and to deliver a better and more
personalized service by enabling us to, among other things: (1) estimate our
audience size and usage patterns; (2) store information about your preferences,
allowing us to customize the Services according to your individual interests;
(3) speed up your searches; and (4) recognize you when you return to the
Services. We and certain third parties, such as advertising service providers,
may use certain technologies to collect information about your online activities
over time and across different services.
The automatic collection technologies we and our service providers may use for
this automatic information collection include:
Cookies (or browser cookies). A cookie is a small data file that is sent to your
browser or related software and stored on your computer’s hard drive when you
visit a website. Generally, cookies can track what you look at and where you
travel on websites and what transactions you make. They can also store Personal
Information about you, including your username and password. A “session cookie”
expires immediately when you end your browsing session with the particular
website. A “persistent cookie” stores information on your hard drive so when you
end your browsing session and return to the same website later, the cookie
information is still available. The Services may use both types of cookies.
Flash Cookies. Certain features of the Services may use locally stored objects
(or Flash cookies) to collect and store information about your preferences and
navigation to, from and on the Services.
Tracking pixels (also known as web beacons, 1×1 pixels, or clear GIFs. Pages of
the Services and any emails we send to you may contain small electronic files
known as web beacons (also referred to as clear gifs, pixel tags, and
single-pixel gifs) that permit us and our third party advertising partners to
count users who have visited those pages or opened our emails and for other
related website analytics (e.g., recording the popularity of certain website
content and verifying system and server integrity).
For more information about managing your privacy settings regarding automatic
collection of Usage Information, see the Your Choices About Use and Disclosure
of Your Information section. Third-Party Advertisers and Interest-Based Ads We
permit third party lead advertising companies and networks to display third
party sponsored links and/or advertisements on our websites and/or automatically
collect Usage Information from our websites for purposes of determining your
preferences and delivering interest-based advertising and content to you on the
Services or other online properties, including those operated by third parties.
Those ads may include ads for our products or services or for other companies’
products or services.
These third party advertisers may combine the Usage Information with Personal
Information you directly submit to them or that they receive from other sources,
or the Usage Information they collect may include information that could allow
someone to specifically contact you online without necessarily knowing your
identity. We do not have access to or control over the automatic collection
technologies that these third party advertisers may use, and the information
practices of these third party advertisers are subject to these parties’
respective privacy policies, not this Privacy Policy.
You may want to receive interest-based ads for several reasons. Interest-based
ads are helpful because they are more likely to be tailored to your particular
interests. They are also more likely to help you discover new products and
services that are actually relevant to you and your interests. Also if
interest-based tracking is enabled, you likely will not see the same ads over
and over because the number of times you see a particular interest-based ad is
usually limited. By opting-out of interest-based ads, you lose all of these
benefits. If you would like more information about opting-out of interest-based
ads or would like to opt-out, see the Your Choices About Use and Disclosure of
Your Information section or visit the opt-out pages of the Network Advertising
Initiative (“NAI”) and Digital Advertising Alliance (“DAA”). We follow the DAA’s
Self-Regulatory Principles for Online Behavioral Advertising. Third-Party
Content The Services and all electronic communications sent in connection with
the Services, may contain links, videos, images, or other content provided by
third parties. We do not necessarily endorse these websites, products, services,
or practices. We do not control, and are not responsible for, the privacy and
security practices of these third parties. We recommend that you review the
privacy and security policies of these third parties to determine how they
handle information they may collect from or about you. Your interactions with
these features and the information from or about you collected by them are
governed by the privacy policies of the companies that provide them. Your
Choices About Use and Disclosure of Your Information We strive to provide you
with choices regarding the Personal Information you provide to us. Below are
some mechanisms that provide you with control over your information:
Promotional Emails. If you do not wish to receive promotional emails from us,
including our e-newsletters, contact us at info@MyDegree.com to opt-out or
follow the unsubscribe process at the bottom of the promotional email. Note that
even if you opt-out, you may still receive transactional emails from us (e.g.,
emails related to the completion of your registration, correction of user data,
password reset requests, reminder emails that you have requested, and any other
similar communications essential to your transactions on or made through the
Services).
Telephone Calls. If you do not wish to receive promotional telephone calls,
contact us at info@ MyDegree opt-out. This opt-out does not apply to any
informational telephone calls.
Third Party Interest-Based Ads. We do not control third parties’ collection or
use of your information to serve interest-based ads. However, you can opt-out of
receiving interest-based ads from third party advertisers and ad networks who
are members of the NAI or who follow the DAA’s Self-Regulatory Principles for
Online Behavioral Advertising by visiting the NAI and DAA websites. If you
opt-out, you may still see contextual advertising from us, meaning you may still
see personalized recommendations about our products and services and other
similar features on the Services. You may also still see ads provided by us or
others on other third party websites; they just will not be based on your
particular interests. Also note that your opt-out will be managed through the
use of cookies, so if you disable or delete cookies on your browser or use a
different browser or computer, you will need to opt out again.
Disclosure of Your Information for Third Party Advertising. If you do not want
us to share your Personal Information with non-affiliated third parties for
promotional purposes, contact us at info@MyDegree.com to opt-out. Any opt-out
request will only apply from the date of your request, and we will not be
responsible for any communications that you may receive from third parties who
received your Personal Information prior to your request. In these cases, please
contact the third parties directly. Note, that opting out may inhibit your
ability to use all or part of the Services.
Accessing and Correcting Your Information The appropriate method(s) for
accessing your information, if any, will depend on which of our websites and
services you have visited or used. Depending on the website and service, you may
have the ability to view or edit some of your information online, by logging
into MyDegree and visiting your account settings page. You may also contact us
at info@MyDegree.com to request access to, correct, or delete any Personal
Information that you have provided to us; however, we may ask you to verify your
identity and provide other details to help us to respond to your request.
We cannot delete your Personal Information except by also deleting your user
account. Once your user account is deleted, it cannot be recovered. We also may
not accommodate a request to change or delete information if we believe the
change would violate any law or legal requirements, be contrary to our Terms of
Use or any other applicable agreement between you and us, or cause the
information to be incorrect. After deletion of your user account, your Personal
Information may remain on our archived database and records.
Also, if you delete or request the deletion of your User Contributions from the
Services, copies of your User Contributions may remain viewable in cached and
archived pages, or might have been copied, stored, or reposted to another
website by other users of the Services.
Special Notice to California Residents – Your California Privacy Rights
Under California’s Shine the Light law (California Civil Code Section 1789.83),
if you are a California resident, you may request information about the types of
Personal Information we have shared with third parties for their direct
marketing purposes during the preceding calendar year, and the names and
addresses of third parties with whom we have shared such Personal Information.
You have agreed to allow us to share Personal Information with third parties for
their direct marketing purposes until you request to opt-out of such sharing. To
request information, your request must be submitted to us at info@MyDegree.com
with the words “California Privacy Information Request” in the subject line, or
by mail addressed to: MyDegree, 322 NE 2nd St, 2nd Floor, Oklahoma City, OK
73104. Your request must include the email address or mailing address, as
applicable, for us to send our response. These requests may be made no more than
once per calendar year. Additional information is available here: /home/CCPA
If you are a California resident, your use of the Site is subject to the
California Consumer Privacy Act (“CCPA”). Additional information is available
here: /home/CCPA. If you would like to learn how your Personal Information is
shared with third parties, what categories of Personal Information we have
shared with third parties in the preceding twelve (12) months, as well as the
names and addresses of those third parties, please contact us via email at
info@MyDegree.com, or by mail at 322 NE 2nd St, 2nd Floor, Oklahoma City, OK
73104. If you would like to opt-out from the disclosure of your Personal
Information to any third party for marketing purposes, please contact us via
email at info@MyDegree.com, or by mail at 322 NE 2nd St, 2nd Floor, Oklahoma
City, OK 73104.
Security We strive to use reasonable security measures to protect your
information collected through the Services. However, no method of transmission
or electronic storage is 100% effective, and we cannot guarantee absolute
security. Therefore, your use of the Services is at your own risk and we do not
promise or guarantee, and you should not expect, that your information will
always and absolutely remain private and secure. We are not responsible for the
circumvention of any privacy settings or security measures contained on or
concerning the Services. You are also responsible for taking reasonable steps to
protect your personal information against unauthorized disclosure or misuse.
In the unlikely event that we believe that the security of your Personal
Information in our possession or control may have been compromised, we may seek
to notify you of that development. If a notification is appropriate, we would
endeavor to do so as promptly as possible under the circumstances, and, if we
have your email address, we may notify you by email. You consent to our use of
email as a means of such notification. If you prefer for us to use another
method to notify you in this situation, please email us at info@MyDegree.com
with the alternative contact information you wish to be used. The Services Are
Not for Children The Services are not intended for children under 13 years of
age. We do not knowingly collect personal information from children under 13. If
you are under the age of 13 do not use or provide any information with respect
to the Services.
In the event that we learn that we have collected personal information from a
child younger than 13 years old, we will delete that information and terminate
the child’s account (if any). If you believe that a child under the age of 13
has provided us with personal information without verification of parental
consent, please contact us at info@MyDegree.com. The Services Are Intended for
Use in the United States The Services are operated in the United States and are
not intended for international users. This Privacy Policy is intended to cover
the collection of information on the Services from residents of the United
States. If you are accessing the Services from outside the United States, please
be aware that your information may be transferred to, stored, and processed in
the United States and other countries and territories, and you hereby agree that
your use of the Services is subject to this Privacy Policy and that your
Personal Information will be transferred or processed in the United States. The
information protection laws of the United States and the other countries and
territories might not be as comprehensive or protective as those in your
country. By using the Services and our services, you understand that your
information may be transferred to our facilities and those third parties with
whom we share it as described in this Privacy Policy. We make no claim that the
Services may be lawfully viewed or used outside of the United States. Changes to
This Privacy Policy We may update or amend this Privacy Policy at any time. This
Privacy Policy will reflect the date it was last updated or amended. If we make
any material amendments, we will notify you by posting a notice of the updated
or amended Privacy Policy on the Services. All amendments will take effect
immediately upon our posting of the updated Privacy Policy on the Services.
Under certain circumstances, we may also elect to notify you of changes or
updates to our Privacy Policy by additional means, such as posting a notice on
the homepage of the Services or sending you an email. Please check this Privacy
Policy each time you use the Services to ensure you are aware of any changes in
our practices. Your continued use of the Services will indicate your acceptance
of the changes to the Privacy Policy. Acceptance of Terms Your use of MyDegree
indicates an acceptance of the terms of the Privacy Policy.



CALIFORNIA CONSUMER PRIVACY ACT POLICY

×
This policy is specific and applies only to web visitors of MyDegree.com (the
“Site”) who are California residents, under the meaning of Section 17014 of
Title 18 of the Cal. Code of Regulations.
Under the “Shine the Light Law”, California residents have the right to receive,
once a year, information about third parties with whom we have shared personal
information about you or your family for direct marketing purposes during the
previous calendar year, and a description of the categories of personal
information shared. California residents may request further information about
our compliance with this law by sending us an email at info@MyDegree.com, or by
mail addressed to: MyDegree, 322 NE 2nd St, 2nd Floor, Oklahoma City, OK 73104.
Please note that we are only required to respond to one request per customer
each year.
Under the California Consumer Privacy Act of 2018 (“CCPA”), up to twice in a
twelve (12) month period, a consumer has the right to request that a business
disclose what personal information it collects, uses, discloses, and sells.
Information regarding our collection, disclosure, and sale practices are
detailed below, in addition to instructions on how to exercise your rights
regarding your personal information.
What Personal Information Do We Collect? We collect, and have collected personal
information about our visitors within the preceding 12 months in the following
categories:

Categories of Personal Information Categories of Sources from Which Personal
Information is Collected Business or Commercial Purpose for Which Each Category
Will be Used Identifiers (e.g., a real name, alias, postal address, unique
personal identifier, online identifier, Internet Protocol address, email
address, account name, social security number, driver’s license number, passport
number, or other similar identifiers), or information that identifies, relates
to, describes, or is capable of being associated with, a particular individual
Consumer through the Site; Advertising companies and networks; Data analytics
providers; and Public sources Provide you with Site access and interaction,
including the ability to leave a reply; Maintain your account; Track Site access
and interaction; Fulfill requests submitted through the Site; Personalize and
improve the Site; Connect you with the particular service(s) featured on the
Site;
Marketing; Internal database; Analyze the Site; Secure the Site; Customer
service; and Legal compliance Characteristics of protected classifications under
California or federal law Consumer through the Site; Advertising companies and
networks; Data analytics providers; and Public sources Provide you with Site
access and interaction, including the ability to leave a reply; Maintain your
account; Track Site access and interaction; Fulfill requests submitted through
the Site; Personalize and improve the Site; Connect you with the particular
service(s) featured on the Site; Marketing; Internal database; Analyze the Site;
Secure the Site; Customer service; and Legal compliance Geolocation data
Consumer through the Site; Advertising companies and networks; Data analytics
providers; and Public sources Provide you with Site access and interaction,
including the ability to leave a reply; Maintain your account; Track Site access
and interaction; Personalize and improve the Site; Connect you with the
particular service(s) featured on the Site; Marketing; Internal database;
Analyze the Site; Secure the Site; Customer service; and Legal compliance
Professional or employment-related information Consumer through the Site;
Advertising companies and networks; Data analytics providers; and Public sources
Provide you with Site access and interaction, including the ability to leave a
reply; Maintain your account; Track Site access and interaction; Personalize and
improve the Site; Connect you with the particular service(s) featured on the
Site; Marketing; Internal database; Analyze the Site; Secure the Site; Customer
service; and Legal compliance Education information Consumer through the Site;
Advertising companies and networks; Data analytics providers; and Public sources
Provide you with Site access and interaction, including the ability to leave a
reply; Maintain your account; Track Site access and interaction; Personalize and
improve the Site; Connect you with the particular service(s) featured on the
Site; Marketing; Internal database; Analyze the Site; Secure the Site; Customer
service; and Legal compliance

We collect the above personal information directly from you via the Site and
from your interactions with the Site and the advertisements featured on the
Site, including from cookies and tracking pixels (also known as web beacons, 1×1
pixels, or clear GIFs) on the Site. As a result, you may be matched to one or
more sponsored schools from which we receive compensation. Compensation may
impact where Sponsored Schools appear on our websites. A cookie is a small data
text file, which is stored on your computer’s hard drive (if your web browser
permits) that can later be retrieved to identify you to us. Tracking pixels are
code requiring a call back to a server to render, and which deliver information
to us about your IP address and information from your browser. Cookies make your
use of the Site easier, make the Site run more smoothly, and help us to maintain
a secure Site. Cookies and tracking pixels may collect information about you,
such as the referring website address, your IP address, your browser type and
version, your Internet service provider, the area code and zip code associated
with your server, the date and time of your visit, and the time spent on the
Site. Cookies and tracking pixels are used to track your interaction with the
Site, including clicks.
We also collect personal information from you through your clicks on the Site,
including whether you indicated a need for a particular service or product
featured on the Site, whether you responded to a particular advertisement
featured on the Site, and which third party advertisements and links you click
through the Site.
To the extent that you subscribe to receive electronic communications from us
such as our email newsletters and/or email updates, we also collect information
on whether you viewed the email communications, and clicked on any links within
such communications.
To the extent that you create a post or reply to content featured on the Site,
we also collect your personal information related to the post or reply.
What Personal Information Do We Disclose? We disclose personal information in
all of the above categories to our third party service providers we utilize to
assist us in providing you with the requested products or services, and to
provide us with support for our internal and business operations, such as data
processing, data storage, research, analytics, web hosting, marketing, and
delivery of promotional or transactional materials.
We may also disclose personal information in all of the above categories to
third party lead purchasers and advertisers when you engage in certain
activities through the Site, including, but not limited to requesting or
purchasing products or services offered by these third parties, electing to
receive information or communications from them, or electing to participate in
contests, sweepstakes, games, scholarships, or other programs sponsored or
provided by these third parties, in whole or in part. We may also disclose
personal information in all of the above categories to third party lead
purchasers, advertisers, and marketing partners that are interested in
contacting you or providing offers to you that may be related to our products or
services or about other products or services you may find interesting, and for
the purpose of tracking clicks/conversions.
We may also disclose personal information in all of the above categories to
other third parties at your direction or request. For example, we may share your
name and contact information with schools, to which you request information
about, and may share your name and email address with any person to whom you
request that we share such information. We may also disclose personal
information in all of the above categories with any person who, in our
reasonable judgment, is authorized to receive your information, such as your
authorized agent.
We may also disclose your personal information in all of the above categories if
legally required to do so, or at our discretion, when we believe disclosure is
appropriate to comply with the law, to enforce or apply applicable terms and
conditions and other agreements, or to protect the rights, property, or safety
of our company, our affiliates, our other customers or users of the Site, or
others.
Also, in the event that some or all of our business assets are sold or
transferred, whether through a sale, acquisition, merger, consolidation,
reorganization, bankruptcy, or other corporate change involving us and/or our
affiliates, we may disclose your personal information in all of the above
categories to third parties evaluating or facilitating the transaction, and such
personal information may be included within the transferred assets. In the event
we become the subject of an insolvency proceeding, whether voluntary or
involuntary, we or our liquidator, administrator, receiver or administrative
receiver may sell, license or otherwise dispose of, such information in a
transaction approved by the court.
What Personal Information Do We Sell? We disclose for a business purpose and
sell personal information in all of the above categories our third party lead
aggregators and purchasers and advertising partners so that they may contact you
regarding your interest in enrollment opportunities. Also, in the event that we,
or substantially all of our assets, are acquired, such personal information may
be included within the transferred assets. In the event we become the subject of
an insolvency proceeding, whether voluntary or involuntary, we or our
liquidator, administrator, receiver or administrative receiver may sell, license
or otherwise dispose of, such information in a transaction approved by the
court.
We do not have actual knowledge regarding the sale of personal information of
minors under 16 years of age. There are no financial incentives to disclose.
Your Right to Request to Know and How to Submit a Verified Request to Know A
“request to know” is a request related to the personal information that a
business has about such consumer. It may include a request for any or all of the
following from us:
 * specific pieces of personal information that we have collected about you;
 * categories of personal information that we have collected about you;
 * categories of sources from which the personal information was collected;
 * categories of personal information that we have sold or disclosed for a
   business purpose about you;
 * categories of third parties to whom the personal information was sold or
   disclosed for a business purpose; and
 * the business or commercial purpose for collecting or selling personal
   information.


The CCPA permits requests to know from the same consumer up to twice in a twelve
(12) month period.
To submit a request to know, please click here: ccpa-form.php, or email us at
CCPA@MyDegree.com. To process your request, we may require that you submit the
following information in conjunction with your request: your first name, last
name, a California address, and email address. The information which you provide
will be used to verify your request and to attempt to identify you within our
data records. If you elect to use an authorized agent to exercise your right to
submit a request for information, we may require the following before processing
the request: 1) provide proof of your written and signed permission with the
authorized agent to act on your behalf; 2) directly verify your own identity
with us; and 3) directly confirm with us that you provided the authorized agent
permission to submit the request on your behalf. The information which you
submit in conjunction with your request to know will be used for the express
purposes of verification and providing you with responsive information to your
request, if required.
Your Right to Request Deletion and How to Submit a Verified Request to Delete
You have the right to request the deletion of any personal information which we
have collected about you, or which we maintain. To submit a verifiable request
to delete, please click here: ccpa-form.php, or email us at CCPA@MyDegree.com.
To process your request, we may require that you submit the following
information in conjunction with your request: your first name, last name, a
California address, and email address. The information which you provide will be
used to verify your request and to attempt to identify you within our data
records. If you elect to use an authorized agent to exercise your right to
submit a request for deletion, we may require the following before processing
the request: 1) provide proof of your written and signed permission with the
authorized agent to act on your behalf; 2) directly verify your own identity
with us; and 3) directly confirm with us that you provided the authorized agent
permission to submit the request on your behalf. The information which you
submit in conjunction with your request to delete will be used for the express
purposes of verification and providing you with responsive information to your
request, if required.
We utilize a two-step process for online requests to delete, whereby you first
submit your request to delete, and second, you separately confirm that you want
your personal information deleted.
To the extent that your personal information is necessary for us to maintain for
a reason delineated in Cal. Civ. Code § 1798.105(d), including but not limited
to complete a transaction for which the personal information was collected,
provide a good or service you have requested, detect security incidents, protect
against malicious, deceptive, fraudulent, or illegal activity, debug, etc., or
to comply with a legal obligation, we are not required to comply with your
request for deletion. For instance, we are not required to delete personal
information which is necessary to maintain suppression files for those
individuals who have opted out of receiving email marketing from us. If we are
unable to verify your request, we will notify you as well.
Your Right to Opt-Out of the Sale of Personal Information and How to Submit a
Verified Request to Opt-Out You have the right to opt-out of the sale of your
personal information. You have the right to direct a business that sells (or may
in the future sell) your personal information to stop selling your personal
information, and to refrain from doing so in the future.
Our homepage features a “Do Not Sell My Personal Information” link, which you
can click to submit your request to opt-out of the sale of your personal
information. You may also email us at CCPA@MyDegree.com to submit your request
to opt-out of the sale of your personal information. In conjunction with your
request, we may request that you provide your first name, last name, a
California address, and email address to verify and process your request. The
information which you provide will be used to verify your request and to attempt
to identify you within our data records. If you elect to use an authorized agent
to exercise your right to submit a request for deletion, we may require the
following before processing the request: 1) provide proof of your written and
signed permission with the authorized agent to act on your behalf; 2) directly
verify your own identity with us; and 3) directly confirm with us that you
provided the authorized agent permission to submit the request on your behalf.
The information which you submit in conjunction with your request to opt-out
will be used for the express purposes of verification and complying with the
opt-out request, if required.
Your Right to Non-Discrimination for the Exercise of Your Privacy Rights
California affords consumers with the right not to receive discriminatory
treatment by a business for the exercise of their privacy rights conferred by
the CCPA. This means that you cannot be denied goods or services; be charged
different prices or rates; be provided with a different level or quality of
goods or services; or have it suggested that you will receive a different price
or rate or different level or quality of goods or services. However, a business
may offer a financial incentive or price or service difference if it is
reasonably related to the value of the consumer’s data. A business shall notify
consumers of any financial incentive or price or service difference.
Our General Privacy Policy Our general privacy policy is located here: Privacy
Policy
Updates We will revise this notice from time to time as implementing regulations
further develop and come into effect and we are able to provide you with better
information on your CCPA rights and how to exercise them.
Need More Information or Having Difficulty Accessing this Information? If you
have any questions or concerns regarding your California privacy rights, our
general privacy policy or practices, you may contact us via email at
CCPA@MyDegree.com, or by mail at 322 NE 2nd St., 2nd Floor, Oklahoma City, OK
73104. Further, if you have a disability which interferes with your ability to
access this policy, we can make accommodations to present the policy in an
alternative format, to assist you. If you would like to receive this information
in another format that is accessible to your needs (for example: audio, large
print, etc.) please contact us.

CONTACT US

×