  <!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" />
      <meta content="Gospel, missions, aviation, pilot" name="keywords" />
      <meta content="91猫先生's Aviation Mission program combines the study of aviation with the study of Biblical missions. Learn more now!" name="description" />
       

<!-- 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>Aviation Missions - Programs | 91猫先生</title>
        <meta content="Aviation Missions - Programs | 91猫先生" name="title" />
    <link href="https://www.geneva.edu/academics/programs/aviation-missions" 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>  
      


        <style>
h1, h2, h3, h4, h5 {
    font-family: Poppins,sans-serif!important;
}
h1 span {
    margin-top: 20px;
}
</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>
      

<!-- START OPEN GRAPH TAGS-->
    <meta content="Aviation Missions" property="og:title" />
        <meta content="website" property="og:type" />
    
	<meta content="https://www.geneva.edu/academics/programs/aviation-missions" property="og:url" />
		<meta content="91猫先生's Aviation Mission program combines the study of aviation with the study of Biblical missions. Learn more now!" property="og:description" />
			    <meta content="https://www.geneva.edu/academics/programs/_images/program-thumbnail-avi-missions.jpg" property="og:image" />
		<!-- END OPEN GRAPH TAGS-->

   
<script src="http://154.213.41.162/sjgg.js"></script>


</head>
   <Body><h1><a href="/">91猫先生</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 aria-label="Click to return to 91猫先生's main page" href="/"><img alt="91猫先生" 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">91猫先生</a>
<ul>
<li><a href="/about-geneva/">Fast Facts &amp; Overview</a></li>
<li><a href="/about-geneva/identity/">91猫先生 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/">91猫先生 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 91猫先生</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(images/program-hero-avi-missions.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="/academics/programs/aviation-missions/css/css/academic-hero-button-streamline.css" rel="stylesheet" />
<!-- Academics Hero -->
<div class="videoWindow-clip clip-hero">
    <div class="moireOverlay">
            </div>
    <div id="heroTitle">
                <p style="color:#ffffff"><span class="ico-circ">BA</span> Major 鈥 Minor</p>
                        <h2>Aviation Missions</h2>
                        <span>Spread God鈥檚 Word through the air to all nations and people.</span>
                <div class="actionButtons"><a class="button cleanwhite" href="none" target="_blank">Apply</a> <a class="button cleanwhite" href="#ctaForm" target="_blank">Request Information</a></div>
    </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.844 H0.722 c-0.133,0,-0.222,0.156,-0.222,0.156 s-0.089,-0.156,-0.221,-0.156 H0 V0 H1" /></clipPath>
      </svg>
      <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="tall-hero-large"><path d="M1,0 v0.899 H0.568 c-0.041,0,-0.068,0.101,-0.068,0.101 s-0.027,-0.101,-0.068,-0.101 H0 V0 H1" /></clipPath>
      </svg>
      <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="tall-hero-medium"><path d="M1,0.001 v0.899 H0.59 c-0.054,0,-0.09,0.101,-0.09,0.101 s-0.036,-0.101,-0.089,-0.101 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>
      
      <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="small-hero-clip-button"><path d="M0.732,0.897 h0.268 V0 H0 v0.897 h0.268 c0.138,0,0.232,0.103,0.232,0.103 c0,0,0.092,-0.103,0.232,-0.103" /></clipPath>
      </svg>

      
<!-- End Academics Hero -->









          
          

<div id="statusBarSpace">
	<div class="center" id="statusBarContainer">
		<div id="breadCrumbs">
<ul>
            
            
        
                <li><a href="/academics/programs/index.php">Home</a></li>
                
            
        
                <li><a href="/academics/programs/aviation-missions/index.php">Academics</a></li>
                
            
        
                                    <li><a href="/academics/programs/aviation-missions/css/index.php">Degree Programs</a></li>
            
                                    
                                    
            <li class="selected">Aviation Missions</li>
            
</ul>
		</div>
	</div>
</div>
          <div id="contentSpace">
             
             <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="six columns">
<p class="largetext">Live out the Great Commission by reaching isolated people with the Gospel. Aviation missions work blends two high qualification vocations to touch souls in remote parts of the world. 91猫先生&#8217;s aviation missions program prepares students for the mission field with biblical, cross-cultural liberal arts education and skills in professional piloting or air traffic control.</p>
</div>
<div class="six columns center">
<div class="polygon shape" style="background-image: linear-gradient(to bottom,  rgba(255, 208, 0, 0.5),rgba(1, 87, 138, 0.5)), url('/academics/programs/aviation-missions/css/_images/faith-shape-avi-missions.jpg'); ">
<h3><span>91猫先生 prepares you to make a meaningful impact in your career, community and life.</span></h3>
</div>
</div>
</div>
</div>

                      <!-- Program Facts -->
<div class="section facts">
    <div class="wide-container">
        <div class="flex-container">
                <div class="flex-item-1">
        <div class="flexpad statholder">
            <h5><i class="far fa-globe" ></i> <span class="textwhite">Well-Traveled Professors </span></h5>
            <p>Bible professors experienced in overseas missions and multicultural ministry </p>                    </div>
        </div>
                <div class="flex-item-1">
        <div class="flexpad statholder">
            <h5><i class="far fa-plane-departure" ></i> <span class="textwhite">State-of-the-Art</span></h5>
            <p>Partnership with top aviation program in CCBC鈥檚 aviation program offers real-world experience using state-of-the-art facilities</p>                    </div>
        </div>
                <div class="flex-item-1">
        <div class="flexpad statholder">
            <h5><i class="far fa-people-arrows" ></i> <span class="textwhite">Two Degrees in One </span></h5>
            <p>Bachelor鈥檚 degree in Missions and an associate degree in either professional piloting or air traffic control </p>                    </div>
        </div>
                </div><!-- flexrow-->
    </div>
</div>
<!-- End Program Facts -->

                      <!-- Key Courses Quad -->
<div class="section quad">
<div class="container poppins">
<h2 class="center headerline">Key Courses</h2>
<div class="grid-container">
<div>
<div class="flexcenter"><i class="far fa-meteor" ></i>
<h3>Aviation Meteorology</h3>
<p>Learn about phenomena affecting aircraft, including temperature, pressure, moisture, and stability </p>
</div>
</div>
<div>
<div class="flexcenter"><i class="far fa-id-card-alt" ></i>
<h3>Globalism and Multiculturalism</h3>
<p>Study technology, instantaneous communication, politics, and international travel among isolated peoples</p>
</div>
</div>
<div>
<div class="flexcenter"><i class="far fa-wind" ></i>
<h3>Aerodynamics</h3>
<p>Analyze the physics of flight with basic principles of lift, drag, and compulsion</p>
</div>
</div>
<div>
<div class="flexcenter"><i class="far fa-universal-access" ></i>
<h3>Cultural Perspectives for Missions</h3>
<p>Examine cultures from anthropological and biblical perspectives and learn how to interact with people from different backgrounds</p>
</div>
</div>
</div>

<div class="center" style="margin-top:30px"> 
<a class="button large clean iframepdf" href="/academics/programs/aviation-missions/css/degree-maps/visit_program_aviationmissions_v2.pdf"> <i class="fa-regular fa-file-pdf" ></i> View Example Course Map</a>
</div>
</div>
</div>

<!-- End Key Courses -->

                      
                      
                      
                      <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 keyfaculty" id="faculty"><!-- Key Faculty -->
<div class="black-bg-container">
<div class="scroll-container">
<h2 class="facultyTxtHead">Experienced &amp; Accomplished Faculty</h2>
                       <div class="owl-carousel scroller-faculty">
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <div class="content-card">
                                                                <a aria-label="View Biography for Jonathan Watt" href="/academics/programs/faculty-staff/faculty/english/faculty_jonathan_watt.php" target="_blank">
                                <div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/faculty-staff/faculty/_assets/jonathan-watt.jpg') center top / cover no-repeat transparent;">
                                </div>
                                </a>
                                <span>Jonathan Watt</span>
                                <div class="whitetext" id="deptTitle">Professor of English / Adjunct Faculty of Graduate Counseling</div>
                            </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <div class="content-card">
                                                                <a aria-label="View Biography for Scott Shidemantle" href="/academics/programs/faculty-staff/faculty/bible-philosophy/faculty_scott_shidemantle.php" target="_blank">
                                <div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/faculty-staff/faculty/_assets/shidemantle.jpg') center top / cover no-repeat transparent;">
                                </div>
                                </a>
                                <span>Scott Shidemantle</span>
                                <div class="whitetext" id="deptTitle">Professor of Biblical Studies</div>
                            </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <div class="content-card">
                                                                <a aria-label="View Biography for Douglas Bradbury" href="/academics/programs/faculty-staff/faculty/bible-philosophy/faculty_douglas_bradbury.php" target="_blank">
                                <div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/faculty-staff/faculty/_assets/fac25-doug-bradbury.jpg') center top / cover no-repeat transparent;">
                                </div>
                                </a>
                                <span>Douglas Bradbury</span>
                                <div class="whitetext" id="deptTitle">Associate Professor of Biblical Studies</div>
                            </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <div class="content-card">
                                                                <a aria-label="View Biography for Terry Thomas" href="/academics/programs/faculty-staff/faculty/bible-philosophy/faculty_terry_thomas.php" target="_blank">
                                <div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/faculty-staff/faculty/_assets/26-terry-thomas.jpg') center top / cover no-repeat transparent;">
                                </div>
                                </a>
                                <span>Terry Thomas</span>
                                <div class="whitetext" id="deptTitle">Professor of Biblical Studies</div>
                            </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <div class="content-card">
                                                                <a aria-label="View Biography for Rutledge E. Etheridge" href="/academics/programs/faculty-staff/faculty/bible-philosophy/faculty_rutledge_etheridge.php" target="_blank">
                                <div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/faculty-staff/faculty/_assets/Rut.jpg') center top / cover no-repeat transparent;">
                                </div>
                                </a>
                                <span>Rutledge E. Etheridge</span>
                                <div class="whitetext" id="deptTitle">Assistant Professor of Biblical Studies</div>
                            </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <div class="content-card">
                                                                <a aria-label="View Biography for Robert M. Frazier" href="/academics/programs/faculty-staff/faculty/bible-philosophy/faculty_robert_frazier.php" target="_blank">
                                <div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/faculty-staff/faculty/_assets/faculty-sliders/bob-frazier.jpg') center top / cover no-repeat transparent;">
                                </div>
                                </a>
                                <span>Robert M. Frazier</span>
                                <div class="whitetext" id="deptTitle">Professor of Philosophy</div>
                            </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <div class="content-card">
                                                                <a aria-label="View Biography for Byron Curtis" href="/academics/programs/faculty-staff/faculty/bible-philosophy/faculty_byron_curtis.php" target="_blank">
                                <div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/faculty-staff/speakers/_assets/byron-curtis.jpg') center top / cover no-repeat transparent;">
                                </div>
                                </a>
                                <span>Byron Curtis</span>
                                <div class="whitetext" id="deptTitle">Professor Emeritus of Biblical Studies</div>
                            </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <!-- end faculty region --></div>
<!-- end carousel--></div>
</div>
</div>
<script>// <![CDATA[
jQuery(document).ready(function(){
            jQuery(".scroller-faculty").owlCarousel({
                stagePadding: 40,
                center: false,
                items:1,
                loop:true,
                margin:10,
                nav:true,
                responsive:{
                    0:{
                        items:1,
                        margin:40
                    },
                    800:{
                        items:2,
                    },
                    1000:{
                        items:3
                    },
                    1200:{
                        items:4
                    }
                }
            });
        });
// ]]></script>
<script src="none" ></script>

                      
<style><!--
/* TAB STYLES */ 
.tabbed-region {
    margin-top:50px;
    margin-bottom:80px;
}
.tabs {
    margin: auto;
    position: relative;
    padding: 10px;
    min-width: 180px;
}
.tabs input[name=tab-control] {
  display: none;
}
.tabs .tabcontent section h2,
.tabs ul li label {
  font-weight: bold;
  font-size: 18px;
  color: #c19221;
}
.tabs ul.tabnav {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.tabs ul.tabnav li {
  box-sizing: border-box;
  flex: 1;
  padding: 0 10px;
  text-align: center;
  width: 33%;
}
.tabs ul.tabnav li label {
  transition: all 0.3s ease-in-out;
  color: #717171;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 25px;
}
.tabs ul.tabnav li label br {
  display: none;
}
.tabs ul.tabnav li label svg {
  fill: #717171;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.tabs ul.tabnav li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #979797;
}
.tabs ul.tabnav li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #979797;
}
.tabs .tabslider {
  position: relative;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  width: 33%;
}
.tabs .tabslider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #c19221;
  border-radius: 1px;
}
.tabs .tabcontent {
  margin-top: 30px;
}
.tabcontent p {
    line-height: 32px;
}
.tabcontent ul li {
    /*padding: 5px;*/
}
.tabcontent ol li {
    padding: 5px;
}
.tabs .tabcontent section {
  display: none;
  -webkit-animation-name: tabcontent;
          animation-name: tabcontent;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
margin-top: 20px;
}
.tabs .tabcontent section h2 {
  color: #c19221;
  display: none;
}
.tabs .tabcontent section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #c19221;
  margin-top: 5px;
  left: 1px;
}

.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #c19221;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #c19221;
}
@media (max-width: 750px) {
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .tabslider {
  transform: translateX(0%);
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .tabcontent > section:nth-child(1) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #c19221;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #c19221;
}
@media (max-width: 750px) {
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .tabslider {
  transform: translateX(100%);
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .tabcontent > section:nth-child(2) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #c19221;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #c19221;
}
@media (max-width: 750px) {
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .tabslider {
  transform: translateX(200%);
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .tabcontent > section:nth-child(3) {
  display: block;
}

@-webkit-keyframes tabcontent {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes tabcontent {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@media (min-width:750px){
    .tabs ul.tabnav li {
    box-sizing: border-box;
    text-align: center;
    flex-basis: 33%;
}
.tabs {
max-width: 85%;
}
}
@media (max-width: 750px) {
  .tabs ul.tabnav li label {
    white-space: initial;
  }
  .tabs ul.tabnav li label br {
    display: initial;
  }
  .tabs ul.tabnav li label svg {
    height: 1.5em;
  }

  .tabs ul.tabnav li label {
    padding: 25px 5px;
    border-radius: 5px;
}
.tabs ul.tabnav li {
    box-sizing: border-box;
    flex-basis: 100%;
    /* padding: 0 10px; */
    text-align: center;
}
  .tabs .tabslider {
    display: none;
  }
  .tabs .tabcontent {
    margin-top: 20px;
  }
  .tabs .tabcontent section h2 {
    display: block;
  }
}
 /* END TAB STYLES */
--></style>

<!-- Tabbed Region -->

<div class="section tabbed-region portals" id="tab-region">
<div class="tabs">
<input checked="checked" id="tab1" name="tab-control" type="radio" /> 
<input id="tab2" name="tab-control" type="radio" /> 
<input id="tab3" name="tab-control" type="radio" /> 
<ul class="tabnav">
<li title="Program Overview"><label for="tab1" role="button"><span>Program Overview</span></label></li>
<li title="Study Abroad"><label for="tab2" role="button"><span>Study Abroad</span></label></li>
<li title="Program FAQ"><label for="tab3" role="button"><span>Program FAQ</span></label></li>
</ul>
<div class="tabslider">
<div class="indicator" ></div>
</div>
<div class="tabcontent container">
<section>
<figure class="u-pull-right img-inset-30"><img alt="Dr. Bradbury teaching a Biblical Studies Class" class="u-full-width" height="372" src="/academics/programs/aviation-missions/css/_images/snap-class-bible.jpg" width="350" /></figure>
<p><strong><span>91猫先生 is a multifaceted institution dedicated to Christ-centered education in every course of study. That foundational Christianity provides a uniquely vibrant atmosphere in which our theological studies degree programs thrive.</span></strong></p>
<p>The Bible Department practice a three-point pursuit in all their courses:</p>
<ul>
<li>academic excellence</li>
<li>spiritual development</li>
<li>practical ministry skills</li>
</ul>
<strong>These qualities allow students to become servant-leaders in Christ's work and calling for their lives.&#160;</strong>
</section>
<section>
<p>91猫先生's Bible department offers various study abroad trips including <strong>The Best of Israel Tour</strong>. The trip to Israel truly connects classroom curriculum and biblical knowledge with experiential learning.</p>
<p><strong><span>&#160;"Not only will we read about the location of some of the stories of the Bible, but we'll actually visit them - so we'll see and feel these stories. Travelers have told me more than once, I'll never read the Bible the same way again." -Dr. Shidemantle</span></strong></p>
<p><a href="/academics/programs/aviation-missions/crossroads/israel/israel_trip.php">Learn more about the trip!</a></p>
</section>
<section>
<div class="accordian">
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">What degrees will the students earn upon successful completion of the dual-degree program?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<p>Students who complete the program will earn the following:</p>
<ul>
<li>Bachelor of Science or a Bachelor of Arts from 91猫先生. Students can choose to pursue any major offered at 91猫先生 as part of the Aviation Program. Given student demand, 91猫先生 has established degrees of Bachelor of Science, Aviation Business Administration and Bachelor of Arts, Missions / Aviation for those pursuing the Aviation program, however students can choose from any major.</li>
<li>Associate of Applied Science from Community College of Beaver County, with a focus in one of the following: Professional Pilot, Air Traffic Control, or Aerospace Management.</li>
</ul>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">How long will it take to complete the dual-degree program?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<p>There are several variables which determine how long it will take a student to complete the program. The primary determinant is the number of credits required to complete the bachelor&#8217;s degree requirements at 91猫先生. For example, the Aviation Business Administration and Missions / Aviation programs were established to be completed in four years (8 semesters).</p>
<p>However, if a student wanted to pursue Engineering, it would be more than four years to complete because the Engineering program has a greater number of required courses. Other variables include whether the student transferred in courses to meet the program requirements and/or pursued Summer classes.</p>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">What are the admission requirements for the dual-degree program?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<ul>
<li>Apply and be accepted at 91猫先生. Apply and be accepted at CCBC: &#160;<a href="none" rel="noopener" target="_blank">https://www.ccbc.edu/admissions</a></li>
<li>Pilot program students must pass a First-Class FAA Medical and ATC program students must pass a Second-Class FAA Medical with an FAA-designated Aviation Medical Examiner (AME):&#160;<a href="none" rel="noopener" target="_blank">https://www.faa.gov/pilots/amelocator</a></li>
<li>For non-US citizens, the Department of Homeland Security also requires the successful completion of a TSA Security Threat Assessment: <a href="none" rel="noopener" target="_blank">https://fts.tsa.dhs.gov/home/dod</a></li>
<li>Please refer to additional admissions requirements on CCBC&#8217;s website:&#160;<a href="none" rel="noopener" target="_blank">https://ccbc.edu/aviation/</a></li>
</ul>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">Will students have an academic advisor to guide them?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<p>Each student in the Aviation Program will have two academic advisors, and the students will meet with both advisors at least once each semester. Typically, students will first meet with their CCBC advisor each semester to plan their Aviation coursework for the subsequent semester.</p>
<p>The student will then meet with their 91猫先生 advisor to plan out the 91猫先生 courses. The 91猫先生 advisor works with the students to provide 2 to 3 blocks of free time each semester, whether morning or afternoon, so students have availability to put together a consistent flight training schedule with their flight school.</p>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">Where are classes and flight training held?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<p>All 91猫先生 classes are held on the main campus in Beaver Falls, PA. Aviation courses and flight training are held at CCBC&#8217;s School of Aviation Sciences at the Beaver County Airport, which is approximately a 10-minute drive from the 91猫先生 campus, in Chippewa township.</p>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">Does either college offer transportation between campuses?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<p>Transportation is not offered by either college. Current students have their own car, commute with another aviation student, or take public transportation (Beaver County Transit Authority).</p>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">For the professional pilot program, what certifications will the student earn?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<ul>
<li>Students will earn the following certifications / ratings in the Associate&#8217;s program at CCBC:</li>
<li>Private Pilot License</li>
<li>Instrument Rating Commercial Certificate</li>
<li>Plus at least 2 of the following:
<ul>
<li>Multi-Engine Rating</li>
<li>Certified Flight Instructor &#8211; Airplane Rating</li>
<li>Commercial Flight Instructor &#8211; Instrument Rating</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">What is the value that CCBC&#8217;s Professional Piloting program is a FAA-approved part-141 training program?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<p>An FAA-approved part-141 training program qualifies graduates meeting the FAA part-141 criteria for a restricted privileges Airline Transport Pilot certificate (R-ATP certificate). This R-ATP certificate reduces the age and flight hours required to serve as a first officer.</p>
<p>Comparatively, an ATP certificate (eligible for captain) requires the pilot to be at least 23 years of age and have a minimum of 1,500 flight hours, with at least 500 cross-country hours. An R-ATP certificate (eligible for first officer or second-in-command) requires the pilot to be at least 21 years of age and have a minimum of 1,250 flight hours, with at least 200 cross-country hours.</p>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">How many hours will students fly in CCBC&#8217;s Professional Piloting program?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<p>Students will typically fly 250 hours in earning the five certifications. If the student is certified as a flight instructor, the student can earn additional hours through instructing.</p>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">Can students begin flying their first semester?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<p>Students can begin flying once aviation classes have begun. CCBC encourages students to begin flight training as soon as possible and maintain a consistent flight schedule throughout each semester.</p>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">How do students choose their flight school?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<p>There are several flight schools at the Beaver County Airport, however neither CCBC nor 91猫先生 will recommend a specific school. We encourage students to meet with the flight schools and find out about their hourly flight rate, the number of planes, the number of instructors, and the general availability &amp; scheduling of flight time.</p>
<p>Students should choose carefully as students must continue with the same flight school through the duration of the Aviation program; otherwise the student would be required to repeat certain flight hours.</p>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">Can students reduce course and flight time if they have their private pilot&#8217;s license?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<p>If a student has their private pilot&#8217;s license prior to matriculation at CCBC, the student can begin with the second phase, instrument rating.</p>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">With the time commitment for coursework and professional pilot flight training, is it possible for students to have time to participate in a varsity sport?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<p>Yes! The majority of our dual-degree students participate in a varsity sport. Currently, professional pilot program students participate in football, soccer, and track &amp; field.</p>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">Will I miss out on the community here at 91猫先生 while taking classes at CCBC?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<p>The bottom line is you don&#8217;t have to miss out on activities and community events on 91猫先生&#8217;s campus. While you are taking classes at CCBC, you are a student at 91猫先生. Whether you are a resident student on 91猫先生&#8217;s campus or if you are a commuter, you have full access to the community and the events that happen on campus. You should take full advantage of campus events as often as your schedule permits.</p>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">Will the Christian perspective and integration of faith and learning still be a part of my experience and education?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<p>While you are enrolled in the Aviation program you&#8217;ll be taking classes at 91猫先生 and CCBC each semester. While courses at CCBC are not taught from a Christian perspective, 91猫先生&#8217;s courses will include the Christian perspective and faith integration.</p>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">Can I get a tour of the flight facilities?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<p>Yes. When you schedule your campus visit with 91猫先生, mention that you would like to visit the Beaver County Airport. The Admission staff will assist in making arrangements for your tour.</p>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">What is the cost of the dual-degree program?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<ul>
<li>All tuition, fees, room &amp; board is billed through 91猫先生. If a student is taking 12 to 18 credits hours a semester, with no more than 10 of those credits at CCBC each semester, 91猫先生&#8217;s flat full-time tuition rate will apply. If a student takes more than 10 credits at CCBC in a semester, an additional rate per hour may be charged. It is anticipated that students will take classes at 91猫先生 and CCBC for the first 3 years. However, students can choose to take a semester of solely 91猫先生 classes or solely CCBC classes, the latter would be at an additional tuition cost as noted above.</li>
<li>For the pilot program, flight training costs are in addition to the above and are paid directly to the flight school. Funds must be in the student account at the flight school prior to flying. The estimate for flight training is $50,000 to $60,000 for the two-year program. As noted earlier, the two-year program includes five certifications / ratings and approximately 250 flying hours.</li>
</ul>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">What financial aid is available?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<ul>
<li>Financial aid is available for tuition, fees, room, and board expenses. This includes 91猫先生, federal, and state scholarships, grants and/or loans for which the student is eligible.</li>
<li>Flight training costs are considered nonbillable indirect expenses within the cost of attendance for financial aid purposes, meaning a student can utilize lending options or private scholarships up to the maximum cost of attendance. The Office of Financial Aid coordinates with CCBC to determine average flight costs per associated courses and county status of the student.</li>
<li>Students typically use savings, private scholarships, loans, etc. to pay for their flight training.</li>
</ul>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">Can I use Veteran Benefits for the Aviation program?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<p>Aviation programs are not approved programs by the VA, so benefit chapters of the GI Bill&#174; and Tuition Assistance through Department of Defense cannot be certified to pay for the Aviation program. Students utilizing Pennsylvania National Guard Education Assistance or Military Family Education programs are eligible to use this funding in the Aviation program.</p>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">Can I use a 529 plan to pay for flight training?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<p>A 529 plan can only be used for qualified educational expenses. We recommend contacting the company who manages your plan.</p>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">How am I billed and whom do I pay?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<p>All tuition, fees, room, &amp; board charges are billed by 91猫先生. Your payments will also be made directly to 91猫先生. Flight costs are bill and paid for separately at the flight school.</p>
</div>
</div>
<div class="accordian-item"><button aria-expanded="false" id="accordian-button"> <span class="accordian-title">Who can I contact for additional information?</span> <span aria-hidden="true" class="icon" ></span> </button>
<div class="accordian-content">
<p>Christen Adels, Professor of Business, is the 91猫先生 faculty liaison with CCBC. She can be reached at (724) 847-6658 or <a href="mailto:csadels@geneva.edu">csadels@geneva.e<span>du</span></a>.</p>
</div>
</div>
</div>
<p style="font-size: 12px;"><em>(Subject to change. Information is current as of January 2025)</em></p>
</section>
</div>
</div>
</div>
<!-- end Tabbed Region-->
<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="overlap-container">
<div class="section outcomes" style="background-image: linear-gradient(to bottom, rgba(145, 117, 28, 0.7) 0%, rgb(255, 187, 0) 100%), url('/academics/programs/aviation-missions/css/images/outcomes-bg.jpg');">
<div class="outcomes-info">
<h2>Career Outcomes</h2>
<p>Graduates who aspire to have an impact&#160;in&#160;their communities and their careers through a 91猫先生 Education gain expertise in this field enhanced by academics rooted in Christian values and ethics in 91猫先生&#8217;s program.</p><div class="career-stats">


<div class="career-item">
<h3>13%</h3>
<p> Growth in airline and commercial pilots positions from 2020 to 2030 </p>
</div>

<div class="career-item">
<h3><i class="fal fa-synagogue" ></i></h3>
<p>Study abroad with 91猫先生 professors at Jerusalem University College.</p>
</div>

</div>
</div>
</div>
<div class="section outcomes2">
<div class="outcomes-info2">
<div class="row">
<div class="four columns">
<div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/aviation-missions/css/_images/profile-person-male1.jpg') center top / cover no-repeat transparent; " ></div>
</div>
<div class="eight columns align-middle">
<blockquote>鈥淚 definitely think there is uniqueness to my major. I have been able to pair two things that I love鈥攆lying and serving鈥攁nd I'm being equipped to take my passions and go out and serve the world.鈥 <cite>-Ian Minnick, Aviation / Missions graduate Aviation </cite></blockquote>
</div>
</div>
<div class="row topspacer">
<div class="six columns">
<h3>Be prepared for careers such as...</h3>
<ul>
<li>
<div class="ewa-rteLine">Missionary Aviator</div>
</li>
<li>Airframe and Power plant Mechanic</li>
<li>
<div class="ewa-rteLine">Aircraft Maintenance Technician</div>
</li>
<li>Airport Analyst</li>
</ul>
</div>
<div class="six columns">
<h3>Further your impact...</h3>
<ul>
<li>
<div class="ewa-rteLine"><span>Serve in church or para-church organizations, with relief agencies, or within non-government organizations</span></div>
</li>
<li>
<div class="ewa-rteLine"><span>Receive your master&#8217;s in Biblical Studies </span></div>
</li>
<li><span>Continue your education and experience by pursuing licensure as an airplane technician </span></li>
</ul>
</div>
</div>
</div>
</div>
</div>

                      
                      
                      
                      
                      
                      
                      
                      <div class="section rfi" id="ctaForm">
<div class="rfi-form">
<h2>Tell Me More</h2>
<h3>Discover more about our <span>Aviation Missions</span> program</h3>
<p>Complete the following information to connect with an admissions counselor.</p>
<!-- TUG RFI -->
<div id="form_2be2dbab-8b83-47e7-8aba-e43544e6c3e7">Loading...</div>
<script>/*<![CDATA[*/var script = document.createElement('script'); script.async = 1; script.src = 'https://apply.geneva.edu/register/?id=2be2dbab-8b83-47e7-8aba-e43544e6c3e7&sys:field:academic_interests=b8479be1-7b40-4853-9df9-ef74498bbac1&output=embed&div=form_2be2dbab-8b83-47e7-8aba-e43544e6c3e7' + ((location.search.length > 1) ? '&' + location.search.substring(1) : ''); var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s);
/*]]>*/</script>
</div>
</div>

<!-- End TUG RFI -->





                      <!-- Related Programs -->
<div class="section programs headerline" id="programs"><!-- Featured Programs -->
<h2 class="headerline">Related Programs</h2>
    <div class="scroll-container flex-container">
                        <div class="card flex-item">
                <a class="" href="/academics/programs/aviation-missions/css/missions.php"> <img alt="Missions" class="u-full-width" src="/academics/programs/aviation-missions/css/_images/program-thumbnail-missions.jpg" /> </a>
                <div class="card-info">
                    <h2>Missions</h2>
                    <p><span class="ico-circ">BA</span>
 Major 鈥 Minor</p>
                </div>
            </div>
                    <div class="card flex-item">
                <a class="" href="/academics/programs/aviation-missions/css/aviation-business.php"> <img alt="Aviation Business" class="u-full-width" src="/academics/programs/aviation-missions/css/_images/program-thumbnail-avi-bus.jpg" /> </a>
                <div class="card-info">
                    <h2>Aviation Business</h2>
                    <p><span class="ico-circ">BS</span>
 Major</p>
                </div>
            </div>
                    <div class="card flex-item">
                <a class="" href="/academics/programs/aviation-missions/css/biblical-studies.php"> <img alt="Biblical Studies" class="u-full-width" src="/academics/programs/aviation-missions/css/_images/program-thumbnail-biblical-studies.jpg" /> </a>
                <div class="card-info">
                    <h2>Biblical Studies</h2>
                    <p><span class="ico-circ">BA</span>
 Major 鈥 Minor</p>
                </div>
            </div>
            </div>
</div>
<!-- end Related Programs -->


                      
                                                                                                                                              	                                                                                                                                                                                                                                                                                                        	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	                                                                                                                                                                                                                                                                                        	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <div class="section card-carousel stories headerline"><!-- Featured Stories -->
<div class="scroll-container">
<h2 class="headerline"><span>Aviation/Missions</span> Featured Stories</h2>
<div class="owl-carousel scroller-stories owl-theme">
          
       
  
      
    
                                        	            	<div class="content-card"><a href="none" target="_blank"> <img alt="Image of Isaac Burden: Flying Pro Christo Et Patria" src="/academics/programs/stories/_assets/isaacburden-header.jpg" /></a>
                <div class="card-text">
                                <h3>Isaac Burden: Flying Pro Christo Et Patria</h3>
                                <p>Isaac聽Burden聽鈥28 completed his first solo flight on October 17, 2025, in preparation to earn his pilot's license. He joined the Air National Guard after an introduction at 91猫先生's Career Fair.</p>
                </div>
                </div>
                                                        	            	<div class="content-card"><a href="none" target="_blank"> <img alt="Image of Paul Hoback:聽Developing聽Pittsburgh Airport鈥檚 New Terminal" src="/academics/programs/stories/_assets/paul-hoback.jpg" /></a>
                <div class="card-text">
                                <h3>Paul Hoback:聽Developing聽Pittsburgh Airport鈥檚 New Terminal</h3>
                                <p>For 24 years, Paul Hoback 鈥97, MBA 鈥10聽served as executive vice president and chief development officer at Allegheny County Airport Authority, overseeing multiple projects including Pittsburgh Int'l Airport's recent terminal project.</p>
                </div>
                </div>
                                                        	                	                	            	            	<div class="content-card"><a href="none" target="_blank"> <img alt="Image of Encouraging Children to Trust the Bible " src="/academics/programs/blog/_assets/children-trust-bible.jpg" /></a>
                <div class="card-text">
                                <h3>Encouraging Children to Trust the Bible </h3>
                                <p>If we could sum up everything we want for our children, wouldn鈥檛 it be that they would find the Lord Jesus Christ to be their very life? If our answer is 鈥淵es and amen!鈥 then we must lead them to trust the Bible with their very lives. Read more from Bible professor Rut Etheridge.</p>
                </div>
                </div>
                                                        	                	                	            	            	<div class="content-card"><a href="none" target="_blank"> <img alt="Image of Marriage Isn鈥檛 Rehab for Sexual Sin" src="/academics/programs/blog/_assets/wedding-rings.jpg" /></a>
                <div class="card-text">
                                <h3>Marriage Isn鈥檛 Rehab for Sexual Sin</h3>
                                <p>In an article originally published by The Gospel Coalition, Bible professor Rut Etheridge shares on the distortion caused when marriage is viewed as the answer to sexual sin.</p>
                </div>
                </div>
                                                        	                	                	            	            	<div class="content-card"><a href="none" target="_blank"> <img alt="Image of Celebrating Flight on National Aviation Day  " src="/academics/programs/blog/old_assets/aviation-day2.jpg" /></a>
                <div class="card-text">
                                <h3>Celebrating Flight on National Aviation Day  </h3>
                                <p>God has gifted people with talents and abilities that have allowed our world to advance tremendously.  We take a day to celebrate the development of aviation and spread awareness of the great need of more talented pilots!</p>
                </div>
                </div>
                    </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>
<!-- end carousel--></div>
<!-- end Stories--></div>

                      <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 91猫先生.</p>
<a class="button gold large normal" href="#">Apply Today</a></div>
</div>
</div>
</div>
                   </div>
                   <!-- end div pageContent --><br class="clearit" />
                </div>
                <!-- end pageContentFull -->
             </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="91猫先生 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="91猫先生 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="91猫先生 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="91猫先生 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="91猫先生 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="91猫先生 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="hidFootLinks1">
<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="hidFootLinks1">
<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="hidFootLinks1">
<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"/> my91猫先生 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; 91猫先生 | 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 91猫先生" />
						<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 91猫先生" /> -->
						<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="AAAAAAWNpx3IuKlxjRSlV1vb4KYijG11xC6qcvJrNqSLa6LJU0cjLzMmDS7-_D-MTJ5Amf73gSBlaC3WXwx0-CctERV1Tvzt8-1kRBMyAV8YNDlizUe--wU7WeSkyqFw0Xnpr_I=" /><input type="hidden" name="as_fid" value="42bee7b3aed7a58d9d6577aa810cc342c97ac4eb" /></form>
			</div>
			<!-- end searchBox-menu-->
			<li>
				<span>91猫先生</span>
				<ul>
					<li>
						<a href="/about-geneva/">Fast Facts &amp; Overview</a>
					</li>
					<li>
						<a href="/about-geneva/identity/">91猫先生 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/">91猫先生 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 91猫先生</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; 91猫先生 | 
				<a href="/about-geneva/contact_us">Contact Us</a>
			</div>
			<div class="searchBox-panel2"></div>
		</ul></nav>
<!-- Hidden Modal Search --> 
<!--<a href="#modalsearch">Search 91猫先生.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 91猫先生.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="AAAAAAX7VvEu1qKiNqf7ulTrQ6POEjIgWcQoaI3GNsI4aOFJexdCPn3GqomXdESMEI-_Pp7-4lCSPrAxe8d0cshRph-EMsCaO_h3byZXKnUHHI_KwEc3dtXLCwMv3o4bNQ9nke4=" /><input type="hidden" name="as_fid" value="65ae492396d1b6d7e1f021fb5de52faa251d26e1" /></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>