

<!DOCTYPE html>
<html lang="en-US">

<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta name="format-detection" content="telephone=no">
	<link rel="profile" href="https://gmpg.org/xfn/11">

	<title>Goodwill News &amp; Events | Goodwill Industries of Central Florida</title>

<!-- This site is optimized with the Yoast SEO plugin v11.7 - https://yoast.com/wordpress/plugins/seo/ -->
<meta name="description" content="Hear about the latest news and events happening with Goodwill Industries of Central Florida, including jobs, new stores, volunteer opportunities and more."/>
<link rel="canonical" href="https://www.goodwillcfl.org/news-events/" />
<link rel="next" href="https://www.goodwillcfl.org/news-events/page/2/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Goodwill News &amp; Events | Goodwill Industries of Central Florida" />
<meta property="og:description" content="Hear about the latest news and events happening with Goodwill Industries of Central Florida, including jobs, new stores, volunteer opportunities and more." />
<meta property="og:url" content="https://www.goodwillcfl.org/news-events/" />
<meta property="og:site_name" content="Goodwill Industries of Central Florida" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:description" content="Hear about the latest news and events happening with Goodwill Industries of Central Florida, including jobs, new stores, volunteer opportunities and more." />
<meta name="twitter:title" content="Goodwill News &amp; Events | Goodwill Industries of Central Florida" />
<meta name="twitter:site" content="@goodwillcfl" />
<script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.goodwillcfl.org/#organization","name":"Goodwill Industries of Central Florida","url":"https://www.goodwillcfl.org/","sameAs":["https://www.facebook.com/gwcfl/","https://instagram.com/goodwillcfl/","https://www.linkedin.com/company/goodwill-industries-of-central-florida-inc./","https://www.youtube.com/user/GOODWILLCFL","https://www.pinterest.com/GoodwillCFL/","https://twitter.com/goodwillcfl"],"logo":{"@type":"ImageObject","@id":"https://www.goodwillcfl.org/#logo","url":"https://www.goodwillcfl.org/wp-content/uploads/2020/01/Goodwill_CFL_logo-01.png","width":1757,"height":396,"caption":"Goodwill Industries of Central Florida"},"image":{"@id":"https://www.goodwillcfl.org/#logo"}},{"@type":"WebSite","@id":"https://www.goodwillcfl.org/#website","url":"https://www.goodwillcfl.org/","name":"Goodwill Industries of Central Florida","publisher":{"@id":"https://www.goodwillcfl.org/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://www.goodwillcfl.org/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"CollectionPage","@id":"https://www.goodwillcfl.org/news-events/#webpage","url":"https://www.goodwillcfl.org/news-events/","inLanguage":"en-US","name":"Goodwill News &amp; Events | Goodwill Industries of Central Florida","isPartOf":{"@id":"https://www.goodwillcfl.org/#website"},"description":"Hear about the latest news and events happening with Goodwill Industries of Central Florida, including jobs, new stores, volunteer opportunities and more."}]}</script>
<!-- / Yoast SEO plugin. -->

<link rel='dns-prefetch' href='//www.google.com' />
<link rel='dns-prefetch' href='//js.hs-scripts.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Goodwill Industries of Central Florida &raquo; Feed" href="https://www.goodwillcfl.org/feed/" />
		<!-- This site uses the Google Analytics by ExactMetrics plugin v7.6.0 - Using Analytics tracking - https://www.exactmetrics.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-C2WX2B3FFN"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var em_version = '7.6.0';
				var em_track_user = true;
				var em_no_track_reason = '';
				
								var disableStrs = [
										'ga-disable-G-C2WX2B3FFN',
														];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						if ( document.cookie.indexOf( disableStrs[ index ] + '=true' ) > -1 ) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if ( __gtagTrackerIsOptedOut() ) {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						window[ disableStrs[ index ] ] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						document.cookie = disableStrs[ index ] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[ disableStrs[ index ] ] = true;
					}
				}

				if ( 'undefined' === typeof gaOptout ) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.ExactMetricsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if ( em_track_user ) {
					function __gtagDataLayer() {
						dataLayer.push( arguments );
					}

					function __gtagTracker( type, name, parameters ) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply( null, arguments );
							return;
						}

						if ( type === 'event' ) {
															parameters.send_to = exactmetrics_frontend.v4_id;
								var hookName = name;
								if ( typeof parameters[ 'event_category' ] !== 'undefined' ) {
									hookName = parameters[ 'event_category' ] + ':' + name;
								}

								if ( typeof ExactMetricsDualTracker.trackers[ hookName ] !== 'undefined' ) {
									ExactMetricsDualTracker.trackers[ hookName ]( parameters );
								} else {
									__gtagDataLayer( 'event', name, parameters );
								}
							
													} else {
							__gtagDataLayer.apply( null, arguments );
						}
					}
					__gtagTracker( 'js', new Date() );
					__gtagTracker( 'set', {
						'developer_id.dNDMyYj' : true,
											} );
										__gtagTracker( 'config', 'G-C2WX2B3FFN', {"forceSSL":"true"} );
															window.gtag = __gtagTracker;											(function () {
							/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
							/* ga and __gaTracker compatibility shim. */
							var noopfn = function () {
								return null;
							};
							var newtracker = function () {
								return new Tracker();
							};
							var Tracker = function () {
								return null;
							};
							var p = Tracker.prototype;
							p.get = noopfn;
							p.set = noopfn;
							p.send = function (){
								var args = Array.prototype.slice.call(arguments);
								args.unshift( 'send' );
								__gaTracker.apply(null, args);
							};
							var __gaTracker = function () {
								var len = arguments.length;
								if ( len === 0 ) {
									return;
								}
								var f = arguments[len - 1];
								if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
									if ( 'send' === arguments[0] ) {
										var hitConverted, hitObject = false, action;
										if ( 'event' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[3] ) {
												hitObject = {
													'eventAction': arguments[3],
													'eventCategory': arguments[2],
													'eventLabel': arguments[4],
													'value': arguments[5] ? arguments[5] : 1,
												}
											}
										}
										if ( 'pageview' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[2] ) {
												hitObject = {
													'eventAction': 'page_view',
													'page_path' : arguments[2],
												}
											}
										}
										if ( typeof arguments[2] === 'object' ) {
											hitObject = arguments[2];
										}
										if ( typeof arguments[5] === 'object' ) {
											Object.assign( hitObject, arguments[5] );
										}
										if ( 'undefined' !== typeof arguments[1].hitType ) {
											hitObject = arguments[1];
											if ( 'pageview' === hitObject.hitType ) {
												hitObject.eventAction = 'page_view';
											}
										}
										if ( hitObject ) {
											action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
											hitConverted = mapArgs( hitObject );
											__gtagTracker( 'event', action, hitConverted );
										}
									}
									return;
								}

								function mapArgs( args ) {
									var arg, hit = {};
									var gaMap = {
										'eventCategory': 'event_category',
										'eventAction': 'event_action',
										'eventLabel': 'event_label',
										'eventValue': 'event_value',
										'nonInteraction': 'non_interaction',
										'timingCategory': 'event_category',
										'timingVar': 'name',
										'timingValue': 'value',
										'timingLabel': 'event_label',
										'page' : 'page_path',
										'location' : 'page_location',
										'title' : 'page_title',
									};
									for ( arg in args ) {
																				if ( ! ( ! args.hasOwnProperty(arg) || ! gaMap.hasOwnProperty(arg) ) ) {
											hit[gaMap[arg]] = args[arg];
										} else {
											hit[arg] = args[arg];
										}
									}
									return hit;
								}

								try {
									f.hitCallback();
								} catch ( ex ) {
								}
							};
							__gaTracker.create = newtracker;
							__gaTracker.getByName = newtracker;
							__gaTracker.getAll = function () {
								return [];
							};
							__gaTracker.remove = noopfn;
							__gaTracker.loaded = true;
							window['__gaTracker'] = __gaTracker;
						})();
									} else {
										console.log( "" );
					( function () {
							function __gtagTracker() {
								return null;
							}
							window['__gtagTracker'] = __gtagTracker;
							window['gtag'] = __gtagTracker;
					} )();
									}
			</script>
				<!-- / Google Analytics by ExactMetrics -->
				<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.goodwillcfl.org\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2.21"}};
			!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])?!1:!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='wp-block-library-css'  href='https://www.goodwillcfl.org/wp-includes/css/dist/block-library/style.min.css?ver=5.2.21' type='text/css' media='all' />
<link rel='stylesheet' id='ctct_form_styles-css'  href='https://www.goodwillcfl.org/wp-content/plugins/constant-contact-forms/assets/css/style.css?ver=1.13.0' type='text/css' media='all' />
<link rel='stylesheet' id='simple-banner-style-css'  href='https://www.goodwillcfl.org/wp-content/plugins/simple-banner/simple-banner.css?ver=3.0.3' type='text/css' media='all' />
<link rel='stylesheet' id='google-fonts-css'  href='https://fonts.googleapis.com/css?family=Lato%3A300%2C300i%2C400%2C400i%2C700%2C700i%2C900%2C900i%7CWork+Sans%3A300%2C400%2C500%2C600%2C700%2C800%2C900%7CPT+Sans%2C400&#038;ver=all' type='text/css' media='all' />
<link rel='stylesheet' id='goodwill-styles-css'  href='https://www.goodwillcfl.org/wp-content/themes/goodwill/assets/css/style.min.css?ver=5.2.21' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-css'  href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=5.2.21' type='text/css' media='all' />
<script type='text/javascript' src='https://www.goodwillcfl.org/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.js?ver=7.6.0'></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='exactmetrics-frontend-script-js-extra'>/* <![CDATA[ */
var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/www.goodwillcfl.org","hash_tracking":"false","ua":"","v4_id":"G-C2WX2B3FFN"};/* ]]> */
</script>
<script type='text/javascript' src='https://www.goodwillcfl.org/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp'></script>
<script type='text/javascript' src='https://www.goodwillcfl.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript'>
const simpleBannerScriptParams = {"pro_version_enabled":"","debug_mode":"","id":5820,"version":"3.0.3","banner_params":[{"hide_simple_banner":"no","simple_banner_prepend_element":"body","simple_banner_position":"","header_margin":"","header_padding":"","wp_body_open_enabled":"","wp_body_open":true,"simple_banner_z_index":"","simple_banner_text":"\ud83c\udf0e Happy Earth Month! \u267b\ufe0f <br><a href=\"https:\/\/www.goodwillcfl.org\/donate\/sustainability\/\">Learn how your donations kept 24 million pounds of textiles and other items out of our landfills last year.<\/a>","disabled_on_current_page":false,"disabled_pages_array":[],"is_current_page_a_post":true,"disabled_on_posts":"","simple_banner_disabled_page_paths":"","simple_banner_font_size":"20px","simple_banner_color":"#e7f7d4","simple_banner_text_color":"#13638b","simple_banner_link_color":"#0f4d25","simple_banner_close_color":"","simple_banner_custom_css":"","simple_banner_scrolling_custom_css":"","simple_banner_text_custom_css":"font-family: 'Geologica', Lato, sans-serif;\r\nfont-weight: 100;","simple_banner_button_css":"","site_custom_css":"","keep_site_custom_css":"","site_custom_js":"","keep_site_custom_js":"","close_button_enabled":"","close_button_expiration":"","close_button_cookie_set":false,"current_date":{"date":"2025-04-23 21:17:53.538030","timezone_type":3,"timezone":"UTC"},"start_date":{"date":"2025-04-23 21:17:53.538043","timezone_type":3,"timezone":"UTC"},"end_date":{"date":"2025-04-23 21:17:53.538051","timezone_type":3,"timezone":"UTC"},"simple_banner_start_after_date":"","simple_banner_remove_after_date":"","simple_banner_insert_inside_element":""}]}
</script>
<script type='text/javascript' src='https://www.goodwillcfl.org/wp-content/plugins/simple-banner/simple-banner.js?ver=3.0.3'></script>
<link rel='https://api.w.org/' href='https://www.goodwillcfl.org/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.goodwillcfl.org/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.goodwillcfl.org/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 5.2.21" />
<script type="text/javascript" src="https://widget.resupplyapp.com/prod/loader.js" widget_code="aae0a7d7befcc98d2c3ff8b85f60dc8c"></script>			<!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v9.0.123-->
			<script type="text/javascript" class="hsq-set-content-id" data-content-id="standard-page">
				var _hsq = _hsq || [];
				_hsq.push(["setContentType", "standard-page"]);
			</script>
			<!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin -->
			<style id="simple-banner-font-size" type="text/css">.simple-banner .simple-banner-text{font-size:20px;}</style><style id="simple-banner-background-color" type="text/css">.simple-banner{background:#e7f7d4;}</style><style id="simple-banner-text-color" type="text/css">.simple-banner .simple-banner-text{color:#13638b;}</style><style id="simple-banner-link-color" type="text/css">.simple-banner .simple-banner-text a{color:#0f4d25;}</style><style id="simple-banner-z-index" type="text/css">.simple-banner{z-index: 99999;}</style><style id="simple-banner-text-custom-css" type="text/css">.simple-banner .simple-banner-text{font-family: 'Geologica', Lato, sans-serif;
font-weight: 100;}</style><style id="simple-banner-site-custom-css-dummy" type="text/css"></style><script id="simple-banner-site-custom-js-dummy" type="text/javascript"></script>
<!-- Facebook Pixel Code -->
<script type='text/javascript'>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
</script>
<!-- End Facebook Pixel Code -->
<script type='text/javascript'>
  fbq('init', '535059140462538', {}, {
    "agent": "wordpress-5.2.21-3.0.6"
});
</script><script type='text/javascript'>
  fbq('track', 'PageView', []);
</script>
<!-- Facebook Pixel Code -->
<noscript>
<img height="1" width="1" style="display:none" alt="fbpx"
src="https://www.facebook.com/tr?id=535059140462538&ev=PageView&noscript=1" />
</noscript>
<!-- End Facebook Pixel Code -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C2WX2B3FFN"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-C2WX2B3FFN');
</script><link rel="icon" href="https://www.goodwillcfl.org/wp-content/uploads/2017/08/cropped-favicon-150x150.jpg" sizes="32x32" />
<link rel="icon" href="https://www.goodwillcfl.org/wp-content/uploads/2017/08/cropped-favicon-300x300.jpg" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="https://www.goodwillcfl.org/wp-content/uploads/2017/08/cropped-favicon-300x300.jpg" />
<meta name="msapplication-TileImage" content="https://www.goodwillcfl.org/wp-content/uploads/2017/08/cropped-favicon-300x300.jpg" />
	
	<!-- Facebook Pixel Code --><script>!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js');fbq('init', '444577826085522');fbq('track', "PageView");</script><noscript><img height="1" width="1" style="display:none"src="https://www.facebook.com/tr?id=444577826085522&ev=PageView&noscript=1"/></noscript><!-- End Facebook Pixel Code --> 
 
</head>

<body data-rsssl=1 class="blog ctct-goodwill group-blog hfeed">

	<a class="skip-link screen-reader-text" href="#content">Skip to content</a>

	<!--Conatiner defining max-width of site-->
	<div class="site-wrapper">

	<!--// PAGE HEADER //-->
	<header role="banner">
		<div>

			<!-- Site Logo -->
			<a class="site-logo" href="https://www.goodwillcfl.org/" rel="home">
				<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 width="341px" height="466.5px" viewBox="0 0 341 466.5" enable-background="new 0 0 341 466.5" xml:space="preserve">
<rect x="5.334" y="3.93" width="330.332" height="432.141"/>
<path fill="#01529C" d="M27.739,285.264v41.646h285.502V26.662H181.762V165.93c0,64.667-50.333,119.333-109,119.333
	C67.428,285.264,27.739,285.264,27.739,285.264z"/>
<path fill="#FFFFFF" d="M43.847,212.189c13.248,0,22.8-3.458,34.142-8.743c17.154-7.994,26.147-22.65,26.147-22.65L85.15,169.471
	c0,0-7.827,9.493-18.486,14.656c-10.192,4.937-18.653,5.329-21.65,5.329H27.739V26.662h131.356v134.601
	c2.666,62.334-42.334,101.101-93.391,101.101c-4.576,0-37.966,0-37.966,0V212.19L43.847,212.189L43.847,212.189z M93.113,67.343
	c-16.169,0-29.276,13.108-29.276,29.277s13.107,29.276,29.276,29.276c16.17,0,29.277-13.107,29.277-29.276
	S109.283,67.343,93.113,67.343z"/>
<path fill="#FFFFFF" d="M106.562,390.242c0,2.246-0.749,3.135-2.676,3.135H73.393c-1.819,0-3.21-0.141-3.21-2.279V362.53
	c0-1.498,0.642-2.781,2.247-2.781h31.671c1.712,0,2.461,1.392,2.461,2.996V390.242z M88.8,370.232c-3.014,0-5.457,2.442-5.457,5.457
	c0,3.014,2.443,5.457,5.457,5.457c3.014,0,5.457-2.443,5.457-5.457C94.257,372.675,91.813,370.232,88.8,370.232z"/>
<path fill="#FFFFFF" d="M151.004,390.242c0,2.246-0.749,3.135-2.675,3.135h-30.494c-1.818,0-3.209-0.141-3.209-2.279V362.53
	c0-1.498,0.642-2.781,2.246-2.781h31.671c1.712,0,2.461,1.392,2.461,2.996V390.242z M133.242,370.232
	c-3.014,0-5.457,2.442-5.457,5.457c0,3.014,2.443,5.457,5.457,5.457c3.015,0,5.458-2.443,5.458-5.457
	C138.7,372.675,136.257,370.232,133.242,370.232z"/>
<path fill="#FFFFFF" d="M180.424,359.74c1.928,0,2.737-0.896,2.737-3.145V346.57c0-1.498,0.702-2.834,2.307-2.834h7.71
	c1.713,0,2.27,1.338,2.27,2.943v43.563c0,2.246-0.342,3.135-2.27,3.135h-31.833c-1.818,0-2.276-0.141-2.276-2.279v-28.568
	c0-1.497,0.672-2.788,2.276-2.788L180.424,359.74L180.424,359.74z M177.686,370.232c-3.015,0-5.457,2.442-5.457,5.457
	c0,3.014,2.442,5.457,5.457,5.457c3.014,0,5.457-2.443,5.457-5.457C183.143,372.675,180.698,370.232,177.686,370.232z"/>
<path fill="#FFFFFF" d="M35.674,403.559c3.507,0,7.755-2.907,9.046-4.879c1.238-1.891,1-3.125,0-3.875
	c-0.828-0.621-2.568-1.166-3.786,0.488c-1.363,1.85-5.078,3.561-7.026,3.561c0,0-1.801,0-3.611,0s-3.476-0.407-3.476-2.547v-33.777
	c0-1.497,0.642-2.78,2.247-2.78h29.424c1.712,0,2.461,1.392,2.461,2.996v27.498c0.643,11.875-2.386,15.547-6.42,19.563
	c-4.238,4.218-10.125,7.402-15.741,7.402c-3.993,0-8.761,0.234-8.761,0.234c-1.819,0-3.21-0.142-3.21-2.281v-8.834
	c0-1.498,0.642-2.769,2.247-2.769H35.674L35.674,403.559z M43.833,371.41c-3.014,0-5.457,2.443-5.457,5.457s2.443,5.457,5.457,5.457
	s5.457-2.443,5.457-5.457S46.847,371.41,43.833,371.41z"/>
<path fill="#FFFFFF" d="M215.73,378.906c0,1.332,0.74,2.279,1.74,2.279h2.332c0.791,0,2.037-0.59,2.037-2.279v-16.643
	c0-0.834,0.838-2.439,1.439-2.439h9.147c1.036,0,1.347,1.504,1.347,2.439v16.643c0,1.416,1.028,2.279,1.903,2.279h2.792
	c0.75,0,1.856-0.8,1.856-2.279v-16.643c0-0.994,0.719-2.439,1.518-2.439h9.417c0.838,0,1.068,1.43,1.068,2.439v27.979
	c0,2.246-0.459,3.135-3.044,3.135H206.57c-2.439,0-3.057-0.141-3.057-2.279v-28.834c0-1.135,0.695-2.438,1.58-2.438h9.25
	c1.25,0,1.387,1.772,1.387,2.438V378.906z"/>
<path fill="#FFFFFF" d="M303.075,393.377c-1.897,0-2.281-0.889-2.281-3.135v-44.207c0-1.355,1.481-2.439,2.281-2.439h7.853
	c1.334,0,1.902,1.432,1.902,2.439v44.207c0,2.246-0.068,3.135-1.902,3.135H303.075z"/>
<path fill="#FFFFFF" d="M283.075,393.377c-1.897,0-2.281-0.889-2.281-3.135v-44.207c0-1.355,1.481-2.439,2.281-2.439h7.853
	c1.334,0,1.902,1.432,1.902,2.439v44.207c0,2.246-0.068,3.135-1.902,3.135H283.075z"/>
<path fill="#FFFFFF" d="M262.742,393.377c-1.896,0-2.281-0.889-2.281-3.135v-28.041c0-1.355,1.482-2.439,2.281-2.439h7.854
	c1.334,0,1.901,1.432,1.901,2.439v28.041c0,2.246-0.067,3.135-1.901,3.135H262.742z"/>
<path fill="#FFFFFF" d="M262.741,356.762c-1.897,0-2.281-0.889-2.281-3.135v-7.592c0-1.355,1.481-2.439,2.281-2.439h7.853
	c1.334,0,1.902,1.432,1.902,2.439v7.592c0,2.246-0.068,3.135-1.902,3.135H262.741z"/>
<text transform="matrix(1 0 0 1 314.333 462.334)" display="none" font-family="'CenturyGothic-Bold'" font-size="29">®</text>
<g>
	<path d="M335.913,451.643c0,1.936-0.483,3.736-1.451,5.402s-2.289,2.983-3.965,3.951c-1.676,0.967-3.486,1.451-5.431,1.451
		c-1.936,0-3.743-0.484-5.423-1.451c-1.681-0.968-3.005-2.285-3.973-3.951s-1.451-3.471-1.451-5.416
		c0-1.936,0.483-3.738,1.451-5.409s2.289-2.99,3.965-3.958c1.676-0.967,3.486-1.451,5.431-1.451s3.755,0.484,5.431,1.451
		c1.676,0.968,2.997,2.287,3.965,3.958S335.913,449.698,335.913,451.643z M333.676,451.672c0-2.398-0.838-4.436-2.514-6.11
		c-1.676-1.676-3.698-2.514-6.067-2.514c-2.389,0-4.425,0.835-6.11,2.507c-1.685,1.67-2.527,3.686-2.527,6.046
		c0,1.529,0.38,2.95,1.14,4.263c0.76,1.312,1.811,2.35,3.15,3.115c1.341,0.764,2.78,1.146,4.319,1.146
		c1.529,0,2.964-0.38,4.305-1.14c1.341-0.761,2.394-1.794,3.157-3.102C333.294,454.576,333.676,453.172,333.676,451.672z
		 M320.577,445.725h5.254c1.104,0,1.916,0.122,2.436,0.367c0.52,0.246,0.937,0.633,1.253,1.162c0.316,0.528,0.475,1.166,0.475,1.911
		c0,0.632-0.097,1.149-0.29,1.551s-0.56,0.795-1.098,1.183c0.435,0.245,0.731,0.521,0.893,0.828c0.16,0.307,0.259,0.848,0.297,1.621
		c0.066,1.473,0.13,2.329,0.191,2.57c0.062,0.24,0.229,0.469,0.502,0.687h-2.973c-0.133-0.321-0.218-0.59-0.256-0.808
		c-0.037-0.217-0.061-0.59-0.07-1.118c-0.028-1.048-0.085-1.694-0.17-1.94c-0.085-0.245-0.233-0.43-0.446-0.552
		c-0.212-0.122-0.64-0.185-1.281-0.185h-2.11v4.603h-2.605V445.725z M323.183,448.004v2.818h2.182c0.84,0,1.396-0.113,1.67-0.34
		c0.274-0.227,0.411-0.59,0.411-1.091s-0.135-0.856-0.403-1.069c-0.27-0.212-0.824-0.318-1.664-0.318H323.183z"/>
</g>
</svg>
				<p>Goodwill Industries of Central Florida</p>
			</a>

			<!-- Mobile Navigation Toggle -->
				<button id="menu-toggle" class="c-hamburger c-hamburger--htx" aria-controls="primary-menu" aria-expanded="false">
					<span>Site Menu</span>
				</button>

			<!-- Desktop Utility Navigation Toggle -->
				<button id="menu-toggle-utility" class="c-hamburger c-hamburger--htx" aria-controls="primary-menu" aria-expanded="false">
					<span>Site Menu</span>
				</button>
			
		</div>
		

		<!-- Navigation and Header CTAs -->
		<nav role="navigation" class="mobile">
			<div class="menu-main-menu-container"><ul id="primary-menu" class="menu"><li id="menu-item-43" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-43"><a href="https://www.goodwillcfl.org/donate/">Donate</a></li>
<li id="menu-item-443" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-443"><a href="https://www.goodwillcfl.org/shop/">Shop</a></li>
<li id="menu-item-267" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-267"><a href="https://www.goodwillcfl.org/services/">Services</a></li>
<li id="menu-item-444" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-444"><a href="https://www.goodwillcfl.org/locations/">Locations</a></li>
<li id="menu-item-2605" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2605"><a href="https://www.goodwillcfl.org/services/work-for-goodwill/">Careers</a></li>
</ul></div>
			<div class="menu-main-menu-utility-container"><ul id="main-menu-utility" class="menu"><li id="menu-item-349" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-349"><a href="https://www.goodwillcfl.org/about-goodwill/">About Us</a></li>
<li id="menu-item-452" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-452"><a href="https://www.goodwillcfl.org/contact/">Contact Us</a></li>
<li id="menu-item-3471" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3471"><a href="https://forms.office.com/r/97miERa7h0">Request Community Employment and Training Services</a></li>
<li id="menu-item-446" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-446"><a href="https://www.goodwillcfl.org/faqs/">FAQs</a></li>
<li id="menu-item-449" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-447 current_page_item current_page_parent menu-item-449"><a href="https://www.goodwillcfl.org/news-events/" aria-current="page">News &#038; Events</a></li>
</ul></div>
			<div class="socials-container">
				<p>Follow Us</p>
				<nav class="socials"><a href='https://www.facebook.com/gwcfl' target='_blank'><span class="screen-reader-text">Opens new window</span><i class="fa fa-facebook-square"></i></a><a href='https://twitter.com/goodwillcfl' target='_blank'><span class="screen-reader-text">Opens new window</span><i class="fa fa-twitter-square"></i></a><a href='https://www.youtube.com/@goodwillcentralfl' target='_blank'><span class="screen-reader-text">Opens new window</span><i class="fa fa-youtube-square"></i></a><a href='https://www.instagram.com/goodwillcentralfl/' target='_blank'><span class="screen-reader-text">Opens new window</span><i class="fa fa-instagram"></i></a><a href='https://www.pinterest.com/GoodwillCFL' target='_blank'><span class="screen-reader-text">Opens new window</span><i class="fa fa-pinterest-square"></i></a><a href='https://www.linkedin.com/company/606844/' target='_blank'><span class="screen-reader-text">Opens new window</span><i class="fa fa-linkedin-square"></i></a></nav>			</div>
		</nav>

		<nav role="navigation" class="utility">
			<div class="menu-main-menu-utility-container"><ul id="main-menu-utility" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-349"><a href="https://www.goodwillcfl.org/about-goodwill/">About Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-452"><a href="https://www.goodwillcfl.org/contact/">Contact Us</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3471"><a href="https://forms.office.com/r/97miERa7h0">Request Community Employment and Training Services</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-446"><a href="https://www.goodwillcfl.org/faqs/">FAQs</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-447 current_page_item current_page_parent menu-item-449"><a href="https://www.goodwillcfl.org/news-events/" aria-current="page">News &#038; Events</a></li>
</ul></div>
			<div class="socials-container">
				<p>Follow Us</p>
				<nav class="socials"><a href='https://www.facebook.com/gwcfl' target='_blank'><span class="screen-reader-text">Opens new window</span><i class="fa fa-facebook-square"></i></a><a href='https://twitter.com/goodwillcfl' target='_blank'><span class="screen-reader-text">Opens new window</span><i class="fa fa-twitter-square"></i></a><a href='https://www.youtube.com/@goodwillcentralfl' target='_blank'><span class="screen-reader-text">Opens new window</span><i class="fa fa-youtube-square"></i></a><a href='https://www.instagram.com/goodwillcentralfl/' target='_blank'><span class="screen-reader-text">Opens new window</span><i class="fa fa-instagram"></i></a><a href='https://www.pinterest.com/GoodwillCFL' target='_blank'><span class="screen-reader-text">Opens new window</span><i class="fa fa-pinterest-square"></i></a><a href='https://www.linkedin.com/company/606844/' target='_blank'><span class="screen-reader-text">Opens new window</span><i class="fa fa-linkedin-square"></i></a></nav>			</div>
		</nav>

	</header>

	<div id="content">

	

<header class="banner">
	<div class="wrap">

		<div class="background-image-container"  style="background-image: url( 'https://www.goodwillcfl.org/wp-content/uploads/2017/07/banner-donate.jpg' );">

			<section class="headline-container">
				<div class="svg-container">
					<svg class="animated" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
						 width="887px" height="1041px" viewBox="0 0 887 1041" enable-background="new 0 0 887 1041" xml:space="preserve">
					<path fill="none" stroke-width="100" stroke-miterlimit="10" d="M347.45,990 49,990 49,49 837,49 
						837,249.79 "/>
					</svg>
				</div>
						
				<!-- Title -->
									<h1>News & Events</h1>
								
				<!-- Subtitle -->
									<h2>Hear the latest news from Goodwill Industries of Central Florida.</h2>
				
				<!-- Button -->
							</section>
		</div>
	</div>
	
</header>
	<main class="wrap" role="main">

						<header>
					<h1 class="page-title screen-reader-text">News &#038; Events</h1>
				</header>

			


<article id="post-5820" rel="blog-post" class="post-5820 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized tag-building-lives-that-work tag-community-engagement tag-employees" >

	<header class="entry-header">

		
			<img width="640" height="410" src="https://www.goodwillcfl.org/wp-content/uploads/2025/02/IMG_8456-640x410.jpg" class="attachment-blog_thumb size-blog_thumb wp-post-image" alt="" />
			<p><time class="entry-date published updated" datetime="2025-02-25T16:03:14-04:00">February 25, 2025</time></p>

					
					<div class="entry-meta">
								
				
			</div><!-- .entry-meta -->
				
	</header><!-- .entry-header -->


	<div class="entry-content">

		<p><a href="https://www.goodwillcfl.org/news-and-events/goodwill-reunites-family-with-veterans-long-lost-burial-flag/" role="button">View Article</a></p>

	</div><!-- .entry-content -->

</article><!-- #post-## -->



<article id="post-5634" rel="blog-post" class="post-5634 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized tag-building-lives-that-work tag-careers-at-goodwill tag-employees tag-goodwill-event" >

	<header class="entry-header">

		
			<img width="640" height="410" src="https://www.goodwillcfl.org/wp-content/uploads/2024/12/IMG_8265-640x410.jpg" class="attachment-blog_thumb size-blog_thumb wp-post-image" alt="2024 Leadership Conference Award Winners" />
			<p><time class="entry-date published" datetime="2024-12-18T10:43:35-04:00">December 18, 2024</time></p>

			<h2 class="entry-title"><a href="https://www.goodwillcfl.org/news-and-events/2024-leadership-conference/" rel="bookmark">GICF Leaders Gather for Learning, Collaboration, and Recognition</a></h2>		
					<div class="entry-meta">
								
				
			</div><!-- .entry-meta -->
				
	</header><!-- .entry-header -->


	<div class="entry-content">

		<p><a href="https://www.goodwillcfl.org/news-and-events/2024-leadership-conference/" role="button">View Article</a></p>

	</div><!-- .entry-content -->

</article><!-- #post-## -->



<article id="post-5486" rel="blog-post" class="post-5486 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized tag-building-lives-that-work tag-careers-at-goodwill tag-community-employment-training tag-education tag-employee-benefit tag-employees tag-mission-moment tag-prosperity-planning" >

	<header class="entry-header">

		
			<img width="640" height="410" src="https://www.goodwillcfl.org/wp-content/uploads/2024/09/Vanessa-and-Nancy-640x410.jpg" class="attachment-blog_thumb size-blog_thumb wp-post-image" alt="Nancy and Vanessa graduate from Daytona State College" />
			<p><time class="entry-date published" datetime="2024-09-16T14:10:25-04:00">September 16, 2024</time></p>

			<h2 class="entry-title"><a href="https://www.goodwillcfl.org/news-and-events/mission-moment-goodwill-scholarship-recipients-prepare-for-bright-futures-in-cosmetology/" rel="bookmark">Mission Moment: Goodwill Scholarship Recipients Prepare for Bright Futures in Cosmetology</a></h2>		
					<div class="entry-meta">
								
				
			</div><!-- .entry-meta -->
				
	</header><!-- .entry-header -->


	<div class="entry-content">

		<p><a href="https://www.goodwillcfl.org/news-and-events/mission-moment-goodwill-scholarship-recipients-prepare-for-bright-futures-in-cosmetology/" role="button">View Article</a></p>

	</div><!-- .entry-content -->

</article><!-- #post-## -->



<article id="post-5432" rel="blog-post" class="post-5432 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized tag-aarp tag-building-lives-that-work tag-careers-at-goodwill tag-community-employment-training tag-community-engagement tag-employees tag-mission-moment tag-older-workers tag-senior-community-service-employment-program-scsep tag-senior-workers tag-training-experience tag-vocational-rehabilitation" >

	<header class="entry-header">

		
			<img width="640" height="410" src="https://www.goodwillcfl.org/wp-content/uploads/2024/08/Media-640x410.jpg" class="attachment-blog_thumb size-blog_thumb wp-post-image" alt="Fannie between the racks at SOBT Goodwill" />
			<p><time class="entry-date published" datetime="2024-08-19T09:26:11-04:00">August 19, 2024</time></p>

			<h2 class="entry-title"><a href="https://www.goodwillcfl.org/news-and-events/mission-moment-fannies-path-to-success-from-hard-work-and-commitment/" rel="bookmark">Mission Moment: Fannie&#8217;s Path to Success from Hard Work and Commitment</a></h2>		
					<div class="entry-meta">
								
				
			</div><!-- .entry-meta -->
				
	</header><!-- .entry-header -->


	<div class="entry-content">

		<p><a href="https://www.goodwillcfl.org/news-and-events/mission-moment-fannies-path-to-success-from-hard-work-and-commitment/" role="button">View Article</a></p>

	</div><!-- .entry-content -->

</article><!-- #post-## -->



<article id="post-5426" rel="blog-post" class="post-5426 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized tag-building-lives-that-work tag-careers-at-goodwill tag-community-employment-training tag-education tag-employee-benefit tag-employees tag-mission-moment tag-prosperity-planning" >

	<header class="entry-header">

		
			<img width="640" height="410" src="https://www.goodwillcfl.org/wp-content/uploads/2024/08/2Q4A5628-3-640x410.jpg" class="attachment-blog_thumb size-blog_thumb wp-post-image" alt="Goodwill Scholars Celebrate Their Graduations" />
			<p><time class="entry-date published updated" datetime="2024-08-05T14:48:32-04:00">August 5, 2024</time></p>

			<h2 class="entry-title"><a href="https://www.goodwillcfl.org/news-and-events/mission-moment-goodwill-scholars-graduation-celebration/" rel="bookmark">Mission Moment: Goodwill Scholars Graduation Celebration</a></h2>		
					<div class="entry-meta">
								
				
			</div><!-- .entry-meta -->
				
	</header><!-- .entry-header -->


	<div class="entry-content">

		<p><a href="https://www.goodwillcfl.org/news-and-events/mission-moment-goodwill-scholars-graduation-celebration/" role="button">View Article</a></p>

	</div><!-- .entry-content -->

</article><!-- #post-## -->



<article id="post-5421" rel="blog-post" class="post-5421 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized tag-building-lives-that-work tag-careers-at-goodwill tag-community-employment-training tag-employee-benefit tag-employees tag-mission-moment tag-prosperity-planning" >

	<header class="entry-header">

		
			<img width="640" height="410" src="https://www.goodwillcfl.org/wp-content/uploads/2024/07/171934788001-e1722276335690-640x410.jpg" class="attachment-blog_thumb size-blog_thumb wp-post-image" alt="Mary and Donald close on their new home" />
			<p><time class="entry-date published updated" datetime="2024-07-29T14:06:24-04:00">July 29, 2024</time></p>

			<h2 class="entry-title"><a href="https://www.goodwillcfl.org/news-and-events/prosperity-planning-journey-to-homeownership/" rel="bookmark">Journey to Homeownership: Mary and Donald&#8217;s Success Story</a></h2>		
					<div class="entry-meta">
								
				
			</div><!-- .entry-meta -->
				
	</header><!-- .entry-header -->


	<div class="entry-content">

		<p><a href="https://www.goodwillcfl.org/news-and-events/prosperity-planning-journey-to-homeownership/" role="button">View Article</a></p>

	</div><!-- .entry-content -->

</article><!-- #post-## -->

	<nav class="navigation posts-navigation" role="navigation">
		<h2 class="screen-reader-text">Posts navigation</h2>
		<div class="nav-links"><div class="nav-previous"><a href="https://www.goodwillcfl.org/news-events/page/2/" >Older posts</a></div></div>
	</nav>
	</main>


	</div><!-- #content -->

	<footer role="contentinfo">

		<section class="footer-blue">
			<!-- Menu -->
			<section class="menu-help">
				<h1>How to Help</h1>
				<div class="menu-footer-how-to-help-container"><ul id="4" class="menu"><li id="menu-item-47" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-47"><a href="https://www.goodwillcfl.org/donate/">Donate</a></li>
<li id="menu-item-439" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-439"><a href="https://www.goodwillcfl.org/shop/">Shop</a></li>
<li id="menu-item-351" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-351"><a href="https://www.goodwillcfl.org/services/">Services</a></li>
<li id="menu-item-3472" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3472"><a href="https://forms.office.com/r/97miERa7h0">Request Community Employment and Training Services</a></li>
</ul></div>			</section>

			<section class="menu-cfl">
				<h1>Goodwill CFL</h1>
				<div class="menu-footer-goodwill-cfl-container"><ul id="5" class="menu"><li id="menu-item-1647" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1647"><a href="https://www.paycomonline.net/v4/ats/web.php/jobs?clientkey=32E954E2CDA35AB3EDFED87C404E3A85">Careers</a></li>
<li id="menu-item-453" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-453"><a href="https://www.goodwillcfl.org/contact/">Contact</a></li>
<li id="menu-item-4820" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4820"><a href="https://www.goodwillcfl.org/donate/sustainability/">Sustainability</a></li>
<li id="menu-item-455" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-455"><a href="https://www.goodwillcfl.org/faqs/">FAQs</a></li>
<li id="menu-item-454" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-454"><a href="https://www.goodwillcfl.org/locations/">Locations</a></li>
<li id="menu-item-4297" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4297"><a href="https://formstax.co/3eddc87b">Text GOODWILLCFL to (833) 907-3693 to receive text messages from Goodwill!</a></li>
<li id="menu-item-1913" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1913"><a href="https://www.goodwillcfl.org/terms-conditions/">Terms &#038; Conditions</a></li>
<li id="menu-item-1914" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-1914"><a href="https://www.goodwillcfl.org/privacy-policy/">Privacy Policy</a></li>
</ul></div>			</section>

			<section class="contact-info">
				<h1>Contact Us</h1>
				
				<!--address-->
				<i class="fa fa-building-o"></i>
				<p>Goodwill Industries of Central Florida<br />
					7531 S. Orange Blossom Trail<br />
				 Orlando, FL 32809 </p>

				
									<!--email-->
					<i class="fa  fa-envelope-o"></i><p>Email: <a href="mailto:marketing@goodwillcfl.org">marketing@goodwillcfl.org</a></p>
				
				<nav class="socials"><a href='https://www.facebook.com/gwcfl' target='_blank'><span class="screen-reader-text">Opens new window</span><i class="fa fa-facebook-square"></i></a><a href='https://twitter.com/goodwillcfl' target='_blank'><span class="screen-reader-text">Opens new window</span><i class="fa fa-twitter-square"></i></a><a href='https://www.youtube.com/@goodwillcentralfl' target='_blank'><span class="screen-reader-text">Opens new window</span><i class="fa fa-youtube-square"></i></a><a href='https://www.instagram.com/goodwillcentralfl/' target='_blank'><span class="screen-reader-text">Opens new window</span><i class="fa fa-instagram"></i></a><a href='https://www.pinterest.com/GoodwillCFL' target='_blank'><span class="screen-reader-text">Opens new window</span><i class="fa fa-pinterest-square"></i></a><a href='https://www.linkedin.com/company/606844/' target='_blank'><span class="screen-reader-text">Opens new window</span><i class="fa fa-linkedin-square"></i></a></nav>
			</section>

			<section class="newsletter">
				<h1>Newsletter Sign-Up</h1>

				<div data-form-id="872" id="ctct-form-wrapper-0" class="ctct-form-wrapper"><form class="ctct-form ctct-form-872 no-recaptcha" id="ctct-form-2320104333" data-doajax="on" style="" action="" method="post"><span class="ctct-form-description" ><p>Be the first to know about Goodwill news, events, donation drives, and more!</p>
</span><p class="ctct-form-field ctct-form-field-email ctct-form-field-required"><span class="ctct-label-top"><label for="email___8c49cb55b10833a3700b581aacbc72f1_0_1610426060">Email <abbr title="required">*</abbr></label></span><input required type="email" name="email___8c49cb55b10833a3700b581aacbc72f1"  value=""  placeholder="Email" class="ctct-email ctct-label-top email___8c49cb55b10833a3700b581aacbc72f1" id="email___8c49cb55b10833a3700b581aacbc72f1_0_1610426060"  /></p><div class='ctct-list-selector' style='display:none;'><div class="ctct-form-field ctct-form-field-checkbox ctct-form-field-required"><fieldset><legend class="ctct-label-top">Select list(s) to subscribe to</legend><input type="checkbox" name="lists___5b559579f75ab790b2172805586ba4a6[]" id="lists___5b559579f75ab790b2172805586ba4a6_0_0" value="1362298636" class="ctct-checkbox ctct-label-right" checked /><span class="ctct-label-right"><label for="lists___5b559579f75ab790b2172805586ba4a6_0_0">ALL WEBSITE CONTACT US LIST</label></span></fieldset></div></div><div class="ctct-optin-hide" style="display:none;"><p class="ctct-form-field ctct-form-field-checkbox"><span class="ctct-input-container"><input type="checkbox" checked name="ctct-opt-in" class="ctct-checkbox ctct-opt-in" value="1" id="ctct-opt-in_0" /><label for="ctct-opt-in_0"> Example: Yes, I would like to receive emails from Goodwill Industries of Central Florida, Inc.. (You can unsubscribe anytime)</label></span></p></div><!--.ctct-optin-hide --><div class="ctct_usage"style="border: 0 none; clip: rect( 0, 0, 0, 0 ); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;"><label for="ctct_usage_field">Constant Contact Use. Please leave this field blank.</label><input type="text" value="" id="ctct_usage_field" name="ctct_usage_field" class="ctct_usage_field" tabindex="-1" /></div><input type="hidden" name="ctct-id" value="872" /><input type="hidden" name="ctct-verify" value="NTNcs0GGq53FKSNKLPkMucVMx" /><input type="hidden" name="ctct-instance" value="0" /><input type="hidden" name="ctct_time" value="1745428673" /><p class="ctct-form-field ctct-form-field-submit"><input  type="submit" name="ctct-submitted"  value="Sign Up"   class="ctct-submit ctct-label-top ctct-submitted" id="ctct-submitted_0_3438733927"  /></p><div class="ctct-disclosure"><hr><small>By submitting this form, you are consenting to receive marketing emails from: Goodwill Industries of Central Florida, 7531 S. Orange Blossom Trail, Orlando, FL, 32809, https://www.goodwillcfl.org. You can revoke your consent to receive emails at any time by using the SafeUnsubscribe&reg; link, found at the bottom of every email. <a href="https://www.constantcontact.com/legal/service-provider" target="_blank" rel="noopener noreferrer">Emails are serviced by Constant Contact</a></small></div></form><script type="text/javascript">var ajaxurl = "https://www.goodwillcfl.org/wp-admin/admin-ajax.php";</script></div>			</section>

		</section>


		<!-- Copyright -->
		<section class="copyright">
			<p>&copy; Copyright 2025 Goodwill Industries of Central Florida. All rights reserved.</p>

			<p>
									Website Design by Designzillas
							</p>

		</section>

	</footer>
</div>


	<div class="simple-banner simple-banner-text" style="display:none !important"></div>    <!-- Facebook Pixel Event Code -->
    <script type='text/javascript'>
        document.addEventListener( 'wpcf7mailsent', function( event ) {
        if( "fb_pxl_code" in event.detail.apiResponse){
          eval(event.detail.apiResponse.fb_pxl_code);
        }
      }, false );
    </script>
    <!-- End Facebook Pixel Event Code -->
    <div id='fb-pxl-ajax-code'></div><script type='text/javascript' src='https://www.goodwillcfl.org/wp-content/plugins/constant-contact-forms/assets/js/ctct-plugin-recaptcha-v2.min.js?ver=1.13.0'></script>
<script async="async" defer type='text/javascript' src='//www.google.com/recaptcha/api.js?onload=renderReCaptcha&#038;render=explicit&#038;ver=1.13.0'></script>
<script type='text/javascript' src='https://www.goodwillcfl.org/wp-content/plugins/constant-contact-forms/assets/js/ctct-plugin-frontend.min.js?ver=1.13.0'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var leadin_wordpress = {"userRole":"visitor","pageType":"other","leadinPluginVersion":"9.0.123"};
/* ]]> */
</script>
<script type='text/javascript' src='https://js.hs-scripts.com/39643526.js?integration=WordPress&#038;ver=9.0.123'></script>
<script type='text/javascript' src='https://www.goodwillcfl.org/wp-content/themes/goodwill/assets/js/featherlight.min.js?ver=5.2.21'></script>
<script type='text/javascript' src='https://www.goodwillcfl.org/wp-content/themes/goodwill/assets/js/jquery.inview.min.js?ver=5.2.21'></script>
<script type='text/javascript' src='https://www.goodwillcfl.org/wp-content/themes/goodwill/assets/js/inview-global.js?ver=5.2.21'></script>
<script type='text/javascript' src='https://www.goodwillcfl.org/wp-content/themes/goodwill/assets/js/foot.min.js?ver=5.2.21'></script>
<script type='text/javascript' src='https://www.goodwillcfl.org/wp-includes/js/wp-embed.min.js?ver=5.2.21'></script>

	<!-- Breakpoint Testing Utility -->
	<div class="breakpoint-test"><span class="name"></span><span class="size"></span></div>

</body>
</html>
