<!DOCTYPE html><!DOCTYPE HTML><html lang="en">
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">		


		<!-- Google Tag Manager -->

		<!-- added back on 4/17/24 -->

<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
		j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-WJLRCGM');
		</script> 


		<!-- End Google Tag Manager -->

		<!-- Google Tag Manager (new, from Tarek 4/2022)-->

		<!--
		<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
		new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
		j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
		'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
		})(window,document,'script','dataLayer','GTM-MH5TDSR');</script>
		-->
		<!-- End Google Tag Manager -->

		<!-- this is the headcode include -->
		<meta http-equiv="X-UA-Compatible" content="IE=edge" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=0">
		<meta name="google-site-verification" content="0vmY_e02Z6MN5MV2X2SI1g6pWu4_iVHPxrKT3n0de_A" />


		<!-- Styles -->
		<link href="/_resources/css/foundation.css" rel="stylesheet" type="text/css" />
		<link href="/_resources/css/FoundationFontSizes.css" rel="stylesheet" type="text/css" />

		<link href="/_resources/css/global.css?v=202106150831" rel="stylesheet" type="text/css" />
<link href="/_resources/css/available.css?v=202106150831" rel="stylesheet" type="text/css" />
<!--
<link href="/_resources/css/header.css?v=202106150831" rel="stylesheet" type="text/css"/>	
<link href="/_resources/css/header-mobile.css?v=202106150831" rel="stylesheet" type="text/css"/>	
<link href='/_resources/css/right-nav-mobile.css?v=202106150831' rel='stylesheet' type='text/css'/>
<link href="//fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css" />
-->
<link href="/_resources/css/new-look.css" rel="stylesheet" type="text/css" />
		<link rel="stylesheet" href="https://use.typekit.net/kwc6sve.css">
		<link rel="stylesheet" href="https://use.typekit.net/wph0oqy.css">
		<link rel="stylesheet" href="/_resources/css/global/global.css?v=202606090809">
		<!-- 
		<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
		<link href="/_resources/css/fontawesome-pro-5.7.0-web/css/all.css" rel="stylesheet" style='text/css'/>
		<link href="/_resources/css/font-awesome-6/css/all.css" rel="stylesheet" style='text/css'/>
		-->
		<link href="/_resources/css/fontawesome-pro-plus-7.0.1-web/css/all.min.css" rel="stylesheet" style='text/css'/>
		<link href="/_resources/css/global/ou-transform.css" rel="stylesheet" style='text/css'/>

		<link href="/we-are-clark/translate-btn-popup.css" rel="stylesheet" type="text/css" />

		<!-- Snippet Styles -->
		<link rel="stylesheet" href="/_resources/css/global/cards.css" type="text/css"/>

		



		<!-- Scripts -->
		<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" type="text/javascript"></script>
		<script src="//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js" type="text/javascript"></script>
		<script src="//www.clark.edu/_resources/js/direct-edit.js"></script><!--OU Resources-->
		<script src="//www.clark.edu/_resources/js/foundation.min.js" type="text/javascript"></script>
		<script type="text/javascript" src="/_resources/js/navigation.js?v=202606090809"></script>
		<script src="https://www.google.com/recaptcha/api.js?render=6Lc39bodAAAAAI8a3KOnxNvH883NBEcdNP5HbsGY"></script>
		<script src='/_resources/js/global/header.js'></script>
		<script src='/_resources/js/global/click-track.js'></script>

		
		<!-- 	<div id="google_translate_element"></div> -->

<script type="text/javascript">
	function googleTranslateElementInit() 
	{
		new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
		
		FixGoogleTranslate();
		FixCaptchLabel();
		console.log('here in translate');
	}
	function FixCaptchLabel()
	{
		if($("#g-recaptcha-response-100000").length)
		{
			$("<label for='g-recaptcha-response-100000' class='HiddenElement'>Captcha Message</label>").insertBefore("#g-recaptcha-response-100000");
			$("<label for='g-recaptcha-response' class='HiddenElement'>Captcha Responce</label>").insertBefore("#g-recaptcha-response");
			
		}
		else
			setTimeout(function(){FixCaptchLabel()},500);
	}
	function FixGoogleTranslate()
	{
		console.log("gt");
		if($("#goog-gt-votingInputSrcLang").length)
		{
			$("#goog-gt-votingInputSrcLang").attr("type","hidden");
			$("#goog-gt-votingInputTrgLang").attr("type","hidden");
			$("#goog-gt-votingInputSrcText").attr("type","hidden");
			$("#goog-gt-votingInputTrgText").attr("type","hidden");
			$("#goog-gt-votingInputVote").attr("type","hidden");
					}
		else
			setTimeout(function(){FixGoogleTranslate()},500);
	}

</script>

<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
		<script 
				id="ZammoBotUIKitScript" 
				charset="utf-8" 
				src="https://zammostort6sns.blob.core.windows.net/zammo-bot-ui-kit/zammo-bot-ui-kit-latest.min.js" 
				cssUrl="https://zammostort6sns.blob.core.windows.net/zammo-bot-ui-kit/zammo-bot-ui-kit-latest.min.css" 
				zammoApiBaseUrl="https://zammo-clarkzammo.azurewebsites.net" 
				webChatId="f20b0886-7387-46b7-96ab-8d3d54993936">
		</script><script type="text/javascript">
            var OUC = OUC || {};
            OUC.globalProps = OUC.globalProps || {};
            OUC.pageProps = OUC.pageProps || {};
            OUC.props = OUC.props || {};
            
            
                OUC.globalProps['path'] = "/cce/index.php";
                OUC.globalProps['domain'] = "https://www.clark.edu";
                OUC.globalProps['index-file'] = "index";
                OUC.globalProps['extension'] = "php";
                OUC.pageProps['pagetype'] = "landing";
                OUC.pageProps['feature-image'] = "/cce/images/cce-hero-summer.jpg";
                OUC.pageProps['breadcrumb'] = "";
                OUC.pageProps['feature-callout-1-title'] = "Contact CCE";
                OUC.pageProps['feature-callout-1-link'] = "https://www.clark.edu/cce/about-cce/cce-contact-us.php";
                OUC.pageProps['feature-callout-1-icon'] = "fa-thin fa-phone";
                OUC.pageProps['feature-callout-2-title'] = "CCE Campus Locations";
                OUC.pageProps['feature-callout-2-link'] = "/cce/about-cce/cce-campus-locations.php";
                OUC.pageProps['feature-callout-2-icon'] = "fa-thin fa-location-dot";
                OUC.pageProps['feature-callout-3-title'] = "About CCE";
                OUC.pageProps['feature-callout-3-link'] = "https://www.clark.edu/cce/about-cce/index.php";
                OUC.pageProps['feature-callout-3-icon'] = "fa-thin fa-file";
                OUC.pageProps['feature-callout-4-title'] = "Teach a CCE Class";
                OUC.pageProps['feature-callout-4-link'] = "/cce/about-cce/teach-cce-class.php";
                OUC.pageProps['feature-callout-4-icon'] = "fa-thin fa-person-chalkboard";
                OUC.pageProps['feature-callout-5-title'] = "FAQ";
                OUC.pageProps['feature-callout-5-link'] = "https://www.clark.edu/cce/about-cce/faq.php";
                OUC.pageProps['feature-callout-5-icon'] = "fa-thin fa-question";
                OUC.pageProps['right-column-editable'] = "";
                OUC.pageProps['right-nav-visible'] = "";
                OUC.pageProps['contact-visible'] = "";
                OUC.pageProps['other-resources-visible'] = "";
            
            var key;
            for (key in OUC.globalProps) {
            OUC.props[key] = OUC.globalProps[key];
            }
            for (key in OUC.pageProps) {
            OUC.props[key] = OUC.pageProps[key];
            }
        </script><script type="text/javascript">
			var page_id="https://www.clark.edu/cce/index.php";
		</script><script type="text/javascript">
            var OUC = OUC || {};
            OUC.globalProps = OUC.globalProps || {};
            OUC.pageProps = OUC.pageProps || {};
            OUC.props = OUC.props || {};
            
            
                OUC.globalProps['path'] = "/cce/index.php";
                OUC.globalProps['domain'] = "https://www.clark.edu";
                OUC.globalProps['index-file'] = "index";
                OUC.globalProps['extension'] = "php";
                OUC.pageProps['pagetype'] = "landing";
                OUC.pageProps['feature-image'] = "/cce/images/cce-hero-summer.jpg";
                OUC.pageProps['breadcrumb'] = "";
                OUC.pageProps['feature-callout-1-title'] = "Contact CCE";
                OUC.pageProps['feature-callout-1-link'] = "https://www.clark.edu/cce/about-cce/cce-contact-us.php";
                OUC.pageProps['feature-callout-1-icon'] = "fa-thin fa-phone";
                OUC.pageProps['feature-callout-2-title'] = "CCE Campus Locations";
                OUC.pageProps['feature-callout-2-link'] = "/cce/about-cce/cce-campus-locations.php";
                OUC.pageProps['feature-callout-2-icon'] = "fa-thin fa-location-dot";
                OUC.pageProps['feature-callout-3-title'] = "About CCE";
                OUC.pageProps['feature-callout-3-link'] = "https://www.clark.edu/cce/about-cce/index.php";
                OUC.pageProps['feature-callout-3-icon'] = "fa-thin fa-file";
                OUC.pageProps['feature-callout-4-title'] = "Teach a CCE Class";
                OUC.pageProps['feature-callout-4-link'] = "/cce/about-cce/teach-cce-class.php";
                OUC.pageProps['feature-callout-4-icon'] = "fa-thin fa-person-chalkboard";
                OUC.pageProps['feature-callout-5-title'] = "FAQ";
                OUC.pageProps['feature-callout-5-link'] = "https://www.clark.edu/cce/about-cce/faq.php";
                OUC.pageProps['feature-callout-5-icon'] = "fa-thin fa-question";
                OUC.pageProps['right-column-editable'] = "";
                OUC.pageProps['right-nav-visible'] = "";
                OUC.pageProps['contact-visible'] = "";
                OUC.pageProps['other-resources-visible'] = "";
            
            var key;
            for (key in OUC.globalProps) {
            OUC.props[key] = OUC.globalProps[key];
            }
            for (key in OUC.pageProps) {
            OUC.props[key] = OUC.pageProps[key];
            }
        </script>
      		
      <style> 
			h1 {text-shadow: 1px 2px 1px #474747;}
			#MainContent {padding-bottom: 30px;}
			
			/* @media only screen and (max-width: 460px) {
				h1 { margin-top: -200px!important; }
			}*/
			@media only screen and (max-width: 420px) {
				h1 { font-size: 32px!important; }
			}
			@media only screen and (max-width: 769px) {
				#RightNavMenuButton { display: none!important; }
			}
			@media only screen and (min-width:769px) and (max-width: 1530px) {
				h1 { font-size:50px!important; }
			}
			@media only screen and (min-width: 769px) and (max-width: 1248px){
				#TopPageContent { margin-top: -50px!important; }
			}
		</style>
      		
      <link type="text/css" rel="stylesheet" href="./includes/cce-styles.css">
      	
      <title>Community, Continuing Education, and Customized Training</title>
      <meta name="Description" content="Welcome to SW Washington's Hub for Continuing Education">
   </head>
   <body>      <style>
			#GSFormContainer
			{ 	
				background-image: url(/cce/images/cce-hero-summer.jpg);
			}
		</style>
      
	   	<a id='SkipToContent' href="#MainContent" style='color: black; background-color: white;'>Skip to main content</a>

		<div id='TopLogoContainer'>
			<a href='/' id='TopLogo'>
				<img src='//www.clark.edu/_resources/images/Group 187.svg' alt='Clark College Logo - Return to homepage' aria-hidden='true' />
				<span class='HiddenElement' style="background-color:#000; color:#fff;">Home Page</span>
			</a>
		</div>
		<header id="ClarkMainHeader">
			<nav style='-webkit-box-shadow: 0px 4px 6px 0px rgba(68,68,68,0.6); box-shadow: 0px 4px 6px 0px rgba(68,68,68,0.6);border-bottom: 1px solid #ddd;'>
				<div id='NavTopBarContainer' >
					<div id='TopMessageLinks' style='padding: 0px; margin: 0'>
						<div>
							<a class='TopHighlightLink' href='https://www.clark.edu/about/calendars/events.php'>Events @ Clark <span aria-hidden='true' class="fas fa-arrow-right" id='RightArrowTop'></span></a> 
							<a class='TopHighlightLink' href='https://www.clark.edu/directories/remote-contacts.php'>Virtual Support Center <span aria-hidden='true' class="fas fa-arrow-right" id='RightArrowTop'></span></a>
							<a class='TopHighlightLink clicktrack' href='https://www.clark.edu/campus-life/report-a-concern/' click="24">Report a Concern <span aria-hidden='true' class="fas fa-arrow-right" id='RightArrowTop'></span></a>
						</div>
					</div>
					<div id='TopQuickNavLinks' style='padding: 0px; margin: 0'>
						<a class="TopNavIcons" href='' id='BlueMenuIconContainer'><img  id='BlueMenuIcon' src='//www.clark.edu/_resources/images/Group 13.svg' alt=''/><div class='DescTextMed'>Menu</div></a>
						<a class="TopNavIcons" href='https://www.clark.edu/directories/web-search.php' id='SearchIcon'><span class="fal fa-search"></span><div class='DescTextMed'>Search</div></a>
						<a class="TopNavIcons" href='https://www.clark.edu/current/' title='Documents and Resources for Clark Students'><span class="fal fa-user"></span><div class='DescTextMed'>Clark Students</div></a>
						<span id='SecondaryQuickNavOptions'>	
							<a class="TopNavIcons" href='https://www.clark.edu/about/visitors-guide/getting-to-clark/' title='Maps'><span class="fal fa-map-marker-alt"></span><div class='DescTextMed'>Maps</div></a>
							<a class="TopNavIcons" href='https://www.clark.edu/directories/' title='Directories'><span class="fal fa-folders"></span><div class='DescTextMed'>Directories</div></a>
							<a class="TopNavIcons" href='https://www.clark.edu/about/calendars/' title='Calendars'><span class="fal fa-calendar"></span><div class='DescTextMed' >Calendars</div></a>
						</span>
					</div>
					<div id='TopSearchContainer'>
						<form id='TopSearchForm' action='//www.clark.edu/ask-a-question/' method='post'>
							<button class="TopNavIcons" id='TopSearchButton'>
								<span class="fal fa-search"></span>
								<label for='TopSearchBox' class='HiddenElement' style='color: white; background-color: black;'>Search</label>
							</button>
							
							<input id='TopSearchBox' type='text' name='q' placeholder='Search'/>
							<input type="hidden" name="recaptcha_response" id="SearchRecaptchaResponse">
						</form>
					</div>
				</div>
				<div id='TextUnderLine'></div>
				<style>
					.MobileNavTopLevelHide
					{
						width: 0px!important;
						height: 0px;
						margin-left: -9999px;
						position: absolute;
					}
					.ShowMobileSecondaryNav
					{
						display: block!important;
					}

				</style>
				
				<a href='' id='TopNavSandwich'><img src='//www.clark.edu/_resources/images/Group 13.svg' alt='Navigation Menu'/></a>
				<div id='NavLowerBarContainer' >
					<div class='NavContainer'>
						<a href=''><span>New Student</span></a>
						<ul class='DropDownMenuContainer' id='NewStudentDD'>
							<li><a href='/getstarted'>Apply for Admission</a></li>
							<li><a href='/about/visitors-guide/getting-to-clark/#ctc'>Campus Locations</a></li>
							<li><a href='/welcome-center/'>Welcome Center</a></li>
							<li><a href='/runningstart'>Running Start</a></li>
							<li><a href='/finaid'>Paying for College</a></li>
							<li><a href='/programs'>Program &amp; Degrees</a></li>
							<li><a href='/international'>International Students</a></li>
							<div class='BlueLine'></div>
						</ul>
					</div>
					<div class='NavContainer'>
						<a href=''><span>Clark Students</span></a>
						<ul class='DropDownMenuContainer' id='CurrentStudentDD'>
							<li><a href='/current'>Current Students</a></li>
							<li><a href='https://wa140.ctclink.us/app/catalog/classSearch'>Class Schedule</a></li>
							<li><a href='/academics'>Academics</a></li>
							<li><a href='/registration'>Registration</a></li>
							<li><a href='/campus-life'>Campus Life</a></li>
							<li><a href='/advising'>Advising</a></li>
							<li><a href='/enroll/paying-for-college/financial-aid/'>Financial Aid</a></li>
							<div class='BlueLine'></div>
						</ul>
					</div>

					<div class='NavContainer'>
						<a href='/about'><span>Community</span></a>
						<ul class='DropDownMenuContainer' id='StaffDD'>
							<li><a href='/about'>About Clark</a></li>
							<li><a href='https://www.clark.edu/news-and-media/'>News and Media</a></li>
							<li><a href='https://www.clark.edu/enroll/careers/'>Career Services</a></li>
							<li><a href='https://ecd.clark.edu/'>Community &amp; Continuing Education</a></li>
							<li><a href='https://clarkpenguins.com/index.aspx'>Athletics</a></li>
							<li><a href='https://www.clarkcollegefoundation.org/alumni/'>Alumni &amp; Donors</a></li>
							<li><a href='/academics/programs/dept/culinary-institute/'>Culinary Institute</a></li>
							<li><a href='/about/visitors-guide/community-services/cfs/'>Child Care Center</a></li>
							<div class='BlueLine'></div>
						</ul>
					</div>

					<div class='NavContainer'>
						<a href=''><span>Support Services</span></a>
						<ul class='DropDownMenuContainer' id='AboutClarkDD'>
							<li><a href='/dac/'>Disability Access Center</a></li>
							<li><a href='/campus-life/student-support/'>Student Support Services</a></li>
							<li><a href='/enroll'>Enrollment Services</a></li>
							<li><a href='/library'>Library</a></li>
							<li><a href='/campus-life/student-support/diversity-and-equity/'>Diversity &amp; Equity</a></li>
							<li><a href='/campus-life/student-support/tutoring/'>Tutoring Services</a></li>
							<li><a href='/campus-life/student-support/vrc/'>Veteran Services</a></li>
							
							<div class='BlueLine'></div>
						</ul>
					</div>

					<div class='NavContainer'>
						<a href=''><span>Staff</span></a>
						<ul class='DropDownMenuContainer' id='HelpServicesDD'>
							<li><a href='https://clarknet.clark.edu'>ClarkNet</a></li>
							<li><a href='https://www.clark.edu/faculty-staff/'>Faculty / Staff</a></li>
							<li><a href='/directories/employee-search.php'>Employee Search</a></li>
							<li><a href='/its'>IT Services</a></li>
							<li><a href='https://www.clark.edu/about/governance/'>Governance</a></li>
							<li><a href='https://www.clark.edu/about/jobs-and-employment/'>Employment @ Clark</a></li>
							
							<li><a href='/directories'>A-Z Directory</a></li>
							<div class='BlueLine'></div>
						</ul>
					</div>
				
					<!-- translate button popup -->
					<div id="popup-container">
	<div class="translate-overlay"></div>
	<div class="translate-select">
		<div class="translate-btn">
			<div id="translate-close-btn">
				<i class="fa-solid fa-xmark-large"></i>
				<span class="HiddenElement">Close</span>
			</div>
			<div id="google_translate_element"></div>	
		</div>
	</div>
</div>					<!-- end of popup -->
					<a href="#" id="ZoomHelp" class="sticky-orange-btn clicktrack" click='6'><span class="fa-regular fa-language"></span> Translate this page </a>
					
					
					<!-- <a href='https://www.clark.edu/directories/remote-contacts.php' id='ZoomHelp'><span class="fal fa-comments-alt"></span> Get help via zoom </a> -->
					
				</div>
			</nav>	
			<div id='FullNavBG'></div>
			<script src='/_resources/js/global/nav.js'></script>
		
			
		</header>  
	
		
			

					
      <style>
			#LandingHero
			{ 	
			background-image: url(/cce/images/cce-hero-summer.jpg)!important;
			}

		</style>
      	<link href='/_resources/css/global/landing.css' type='text/css' rel='stylesheet'/>
	<div id='LandingHero'> 
		<div class='BreadCrumb'> 
<span><a href="/index.php">Home</a></span>&nbsp;»&nbsp;<span>Community and Continuing Education</span>
      	<!-- Close Bread Crumb -->
	</div>
	
	
		</div>
	<!-- Close landing hero -->	<main id="MainContent"><a href='' id="RightNavMenuButton" class='show-for-small'> Related Links <i class="fal fa-angle-down"></i></a>		
	<div class='row' style='background: black; height: 0px;'>
		<h1 class=''>		

				
				
				
				
				
				Community, Continuing Education, and Customized Training
	</h1>
</div>
<!-- Close h1 row -->

<div class="row">
	<div id='TopPageContent' class="large-12 columns">
		<ul id='HeroCallouts'>	
			
				
	<li>
					<a href='https://www.clark.edu/cce/about-cce/cce-contact-us.php'>
						<i class='fa-thin fa-phone'></i>
						<p>Contact CCE</p>
						<i class='fal fa-arrow-right'></i>
					</a>
				</li>
			<li>
					<a href='/cce/about-cce/cce-campus-locations.php'>
						<i class='fa-thin fa-location-dot'></i>
						<p>CCE Campus Locations</p>
						<i class='fal fa-arrow-right'></i>
					</a>
				</li>
			<li>
					<a href='https://www.clark.edu/cce/about-cce/index.php'>
						<i class='fa-thin fa-file'></i>
						<p>About CCE</p>
						<i class='fal fa-arrow-right'></i>
					</a>
				</li>
			<li>
					<a href='/cce/about-cce/teach-cce-class.php'>
						<i class='fa-thin fa-person-chalkboard'></i>
						<p>Teach a CCE Class</p>
						<i class='fal fa-arrow-right'></i>
					</a>
				</li>
			<li>
					<a href='https://www.clark.edu/cce/about-cce/faq.php'>
						<i class='fa-thin fa-question'></i>
						<p>FAQ</p>
						<i class='fal fa-arrow-right'></i>
					</a>
				</li>
				

							
		</ul>	
		<div class='row SplitMenuLeftContent'>

			         		
         
         						</div>
				</div>
				<div id='RightNavContainer'>
				</div>
			</div>
			         
         		
         <p>
	<style>
	#RegistrationBeginsContainer
	{
		-webkit-box-shadow: 3px 13px 15px -6px rgba(0,0,0,0.53); 
		box-shadow: 3px 13px 15px -6px rgb(0 0 0 / 53%);
		display: block;
		position: absolute;
		top: -1px;
		right: 9%;
		margin: 0px;
		max-width: 600px;
		opacity: .8;
	}
	@media only screen and (max-width: 767px) 
	{
		#RegistrationBeginsContainer
		{
			position: relative;
			top: unset;
			right: unset;
			margin: auto;
		}
	}
</style>
<section id='FeaturedClasses'>
	 <!--
			<div class='row' id='RegistrationBeginsContainer' style=''>
				<a href='https://www.campusce.net/clark/category/category.aspx' style='color: white!important; display: block;' class='large-12 columns'>
					<h2 style='color: white;'>Registration begins March 13th!</h2>
				</a>
			</div>	
	-->
	
		</section></p>
         
         		
         <div id="Reasons" class="row">
            
            			
            <div class="row cce-cards-container">
               				
               <div class="large-4 columns">
                  					<a href="https://www.campusce.net/clark/category/category.aspx">
                     						<img src="/cce/images/cce-comm-ed.jpg" alt="close up woman's hand mixing paints with brush on a palette" class="cce-header-img" id="community-ed-img">
                     						
                     <div class="cce-card-desc">
                        							
                        <h3>Community Education</h3>
                        							
                        <p>Try a new class, learn something new, and connect with a community of lifelong learners!</p>
                        
                        						</div>
                     					</a> 
                  				</div>
               				
               <div class="large-4 columns">
                  					<a href="https://www.clark.edu/cce/customized-learning-and-development.php">
                     						<img src="/cce/images/customized.jpg" alt="room with groups of people talking, sitting around tables with notebooks and pens" class="cce-header-img" id="customized-training-img">
                     						
                     <div class="cce-card-desc">
                        							
                        <h3>Customized Training</h3>
                        							
                        <p>Create a quick start, short term training program for your business.</p>
                        						</div>
                     					</a> 
                  				</div>
               				
               <div class="large-4 columns">
                  					<a href="/cce/ed2go.php">
                     						<img src="/cce/images/ed2go5.jpg" alt="" class="cce-header-img" id="career-dev-img">
                     						
                     <div class="cce-card-desc">
                        							
                        <h3>Ed2Go Career Development</h3>
                        							
                        <p>Choose from a wide range of highly interactive courses that you can take entirely
                           over the Internet.</p>
                        						</div>
                     					</a>
                  				</div>
               			</div>
            			
            <div class="row cce-cards-container">
               				
               <div class="large-4 columns">
                  					<a href="https://www.clark.edu/cce/cce-testing/">
                     						<img src="/cce/images/test.jpg" alt="" class="cce-header-img" id="test-center-img">
                     						
                     <div class="cce-card-desc">
                        							
                        <h3>Test Center</h3>
                        							
                        <p>Complete on-site, on-demand testing for certification and professional licensure exams.</p>
                        						</div>
                     					</a>
                  				</div>
               				
               <div class="large-4 columns">
                  					<a href="/cce/cert-programs.php">
                     						<img src="/cce/images/certificate.jpg" alt="" class="cce-header-img" id="cert-programs-img">
                     						
                     <div class="cce-card-desc">
                        							
                        <h3>Certificate Programs</h3>
                        							
                        <p>Select from non-credit programs that are designed to equip you with job-specific skills
                           that are immediately transferable to your workplace.</p>
                        						</div>
                     					</a>
                  				</div>
               				
               <div class="large-4 columns">
                  					<a href="/cce/ceu-programs.php">
                     						<img src="/cce/images/cce-ceu.jpg" alt="" class="cce-header-img" id="ceu-img">
                     						
                     <div class="cce-card-desc">
                        							
                        <h3>Continuing Education Credits (CEU) &amp; Clock Hours</h3>
                        							
                        <p>Fill your professional development requirements for maintaining your professional
                           license.</p>
                        						</div>
                     					</a>
                  				</div>
               			</div>
            		</div>
         	
         <div id="RunningStartContainer">
            		
            <div class="row">
               			
               <div>
                  				
                  <h2 class="TitleUnderline" style="color: white;">Careers in Health Care</h2>
                  				
                  <h3 style="color: white!important;">Adult Family Home</h3>
                  				
                  <p>Learn more about Adult Family Home Administration training programs at Clark College.</p>
                  				<a class="RunningStartButton" title="Learn more about the Adult Family Home Administration AFH training at Clark College" href="/cce/afh.php">AFH Training</a></div>
               		</div>
            	</div>
         	
         <div class="row" style="padding-bottom: 170px;">
            		
            <div class="large-12 columns">
               			
               <h2 class="TitleUnderline">Step on the pathway to success</h2>
               			
               <h3>Community and Continuing Education classes are Clark College's non-credit&nbsp; course
                  options and they are often connected to academic pathways at Clark College.&nbsp;</h3>
               			
               <p>We think you’ll fall in love with your non-credit class and/or instructor and you
                  will want to build on this experience with a credit-based degree or certificate. View<span>&nbsp;</span><a href="http://www.clark.edu/academics/">Clark College's six areas of study</a><span>&nbsp;</span>that make up the 100 degree and certificate programs available in SW Washington.&nbsp;</p>
               
               			<!-- 				<a class="BorderButton" href="https://www.clark.edu/cce/about-cce/index.php">About CCE</a> -->
               		</div>
            	</div>
         
         	<!-- End Main Content Area --></main>
      		<footer id='ClarkFooter'>
			<div class='row'>
				<div class='large-6 columns' id='FooterLogoContainer'>
					<img src="/_resources/images/Group%20187.svg" alt='Clark College Logo'/>
					<hr id='ClarkFooterDivider' class='show-for-small' />
				</div>
				<div class='large-6 columns' id='FooterFollowUsContainer'>
					<nav id='FooterFollowUs'>
						<span>Follow Us</span>
						<ul>
							<li><a href='https://www.facebook.com/ClarkCollege'><i class="fab fa-facebook-f"></i><span class='HiddenElement'>Facebook</span></a></li>
							<li><a href='https://twitter.com/clarkcollege'><i class="fab fa-twitter"></i><span class='HiddenElement'>Twitter</span></a></li>
							<li><a href='https://www.flickr.com/photos/clark_college/'><i class="fab fa-flickr"></i><span class='HiddenElement'>Flickr</span></a></li>
							<li><a href='https://www.instagram.com/clarkcollege/'><i class="fab fa-instagram"></i><span class='HiddenElement'>Instagram</span></a></li>
							<li><a href='https://www.youtube.com/user/ClarkEDU'><i class="fab fa-youtube"></i><span class='HiddenElement'>YouTube</span></a></li>
							<li><a href='https://www.linkedin.com/school/clark-college/'><i class="fab fa-linkedin"></i><span class='HiddenElement'>LinkedIn</span></a></li>
						</ul>
					</nav>
				</div>
				<hr id='ClarkFooterDivider' class='hide-for-small' />
			</div>
			<nav class='row' id='ClarkFooterNavigation'>
				<div class='large-3 columns'>
					<a href='https://www.clark.edu/enroll/registration/tuition-fees/'>Tuition and Fees</a>
					<a href='https://clarkcollege.instructure.com/login/saml'>Canvas</a>
					<a href='https://csprd.ctclink.us/psp/csprd/EMPLOYEE/SA/s/WEBLIB_HCX_CM.H_BROWSE_CLASSES.FieldFormula.IScript_Main'>Class Schedule</a>
					<a href='https://catalog.clark.edu/'>Catalog (Current)</a>
					<a href='https://catalog.clark.edu/archives/'>Catalog (Archive)</a>
				</div>
				<div class='large-3 columns'>
					<a href='https://www.clark.edu/accessibility/'> Accessibility Support Services</a>
					<a href='https://www.clark.edu/about/governance/policies-procedures/grievance_procedure.php'>Non-discrimination Policy</a>
					<a href='https://www.clark.edu/about/governance/policies-procedures/privacy_policy.php'>Privacy Policy</a>
					<a href='https://www.clark.edu/about/governance/public-disclosure-and-records/index.php'>Public Disclosures</a>
					<a href='https://www.clark.edu/about/governance/policies-procedures/consumer_information/index.php'>Consumer Information</a>
					<a href='https://www.clark.edu/about/governance/policies-procedures/title-IX/index.php'>Title IX</a>
					<a href='https://www.clark.edu/campus-life/student-support/security/drug-free-schools-and-communities-act.php'>Drug Free Schools and Communities Act (DFSCA)</a>
				</div>
				<div class='large-2 columns'>
					<a href='https://www.clark.edu/campus-life/student-support/security/index.php'>Security</a>
					<a href='https://www.clark.edu/about/jobs-and-employment/index.php'>Employment @ Clark</a>
					<a href='https://www.clark.edu/directories/employee-search.php'>Faculty/Staff Directory</a>
					<a href='https://www.clark.edu/enroll/careers/index.php'>Career Services</a>
					<a href='https://www.clark.edu/campus-life/student-support/care-community-standards/care/index.php'>Student Complaint Process</a>
					<a href='https://www.clark.edu/about/governance/policies-procedures/grievance_procedure.php#filecomplaint'>Non-student Complaints</a>
				</div>
				<div class='large-4 columns'>
					<div id='ClarkAddressContainer'>
						<div class='row'>
							<div class='large-6 columns' id='FooterAddressTitle'>
								Address
							</div>
							<div class='large-6 columns' id='FooterAddress'>
								<a href='https://www.google.com/maps/place/Clark+College/@45.6360374,-122.6509315,15z/data=!4m5!3m4!1s0x0:0x9abd0099a24c5171!8m2!3d45.6360374!4d-122.6509315' >
									1933 Fort Vancouver Way<br/>
									Vancouver, WA 98663<br/>
									360-699-6398<br/>
								</a>
								<a href='mailto:webmaster@clark.edu'>
									webmaster@clark.edu
								</a>
															</div>
						</div>
					</div>
					
					<div id="ReportAConcernContainer">
	<div class="row">
		<div class="large-6 columns" id="FooterReportAConcernTitle">Report a Concern</div><div class="large-6 columns" id="FooterReportAConcern">
		<p>If you observe or experience harassment or discrimination, bias, or other misconduct, please visit the Report a Concern page and submit a report.</p>
		<a href="/campus-life/report-a-concern/index.php" class="WhiteBorderButton clicktrack" click="25">Report a Concern</a>
		<p><strong>For all emergencies that need immediate attention, call 911</strong> </p></div></div>
</div>				</div>
			</nav>
		</footer>
		<div id='ClarkFooterCopyright'>
			<div class='row'>
				<div class='large-12 columns' id='ClarkFooterCopyrightLink'>
					Copyright <span id="directedit" style='color: white!important; background-color: #0073AE!important' >©</span> Clark College
				</div>
			</div>
		</div><!-- Insert google analytics here -->

<script async src="https://www.googletagmanager.com/gtag/js?id=G-DT81Y1TX4Y"></script>
<script>
	$.post('/ip.php',{t: 1},function(data){
		if(data == 1)
		{
			window.dataLayer = window.dataLayer || [];
			function gtag(){dataLayer.push(arguments);}
			gtag('js', new Date());

			gtag('config', 'G-DT81Y1TX4Y');
		}
	});
</script>

<!-- GA4 update -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-DT81Y1TX4Y"></script>
<script>   
	$.post('/ip.php',{t: 1},function(data){
		if(data == 1)
		{
			window.dataLayer = window.dataLayer || [];
			function gtag(){dataLayer.push(arguments);}
			gtag('js', new Date());

			gtag('config', 'G-DT81Y1TX4Y');
		}
	});
</script>
-->       <div id="hidden" style="display:none;"><a id="de" href="https://a.cms.omniupdate.com/11/?skin=oucampus&amp;account=clark&amp;site=www&amp;action=de&amp;path=/cce/index.pcf">©</a></div>
   </body>
</html>