
<!DOCTYPE html>
<html lang="en-US" prefix="og: https://ogp.me/ns#" class="no-js">

<head>
  <title>Helping Parents Homeschool High School</title>
  <meta charset="UTF-8">
  <meta name='HandheldFriendly' content='True'>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="profile" href="http://gmpg.org/xfn/11">
  <link rel="pingback" href="https://homehighschoolhelp.com/xmlrpc.php">
  
<!-- Search Engine Optimization by Rank Math - https://rankmath.com/ -->
<meta name="description" content="Helping Parents Homeschool High School"/>
<meta name="robots" content="follow, index"/>
<link rel="canonical" href="https://homehighschoolhelp.com/" />
<link rel="next" href="https://homehighschoolhelp.com/page/2/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="The HomeScholar - Helping Parents Homeschool High School" />
<meta property="og:description" content="Discover proven success strategies for all learning styles and budgets, whether you&#039;re a new homeschool parent or a seasoned veteran." />
<meta property="og:url" content="https://homehighschoolhelp.com/" />
<meta property="og:site_name" content="The HomeScholar" />
<meta property="og:image" content="https://homehighschoolhelp.com/wp-content/uploads/2026/02/Homehighschoolhelp-FB.png" />
<meta property="og:image:secure_url" content="https://homehighschoolhelp.com/wp-content/uploads/2026/02/Homehighschoolhelp-FB.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Homehighschoolhelp Opengraph" />
<meta property="og:image:type" content="image/png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="The HomeScholar - Helping Parents Homeschool High School" />
<meta name="twitter:description" content="Discover proven success strategies for all learning styles and budgets, whether you&#039;re a new homeschool parent or a seasoned veteran." />
<meta name="twitter:image" content="https://homehighschoolhelp.com/wp-content/uploads/2026/02/Homehighschoolhelp-FB.png" />
<script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":"Person","@id":"https://homehighschoolhelp.com/#person","name":"The HomeScholar"},{"@type":"WebSite","@id":"https://homehighschoolhelp.com/#website","url":"https://homehighschoolhelp.com","name":"The HomeScholar","publisher":{"@id":"https://homehighschoolhelp.com/#person"},"inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":"https://homehighschoolhelp.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"CollectionPage","@id":"https://homehighschoolhelp.com/#webpage","url":"https://homehighschoolhelp.com/","name":"The HomeScholar - Helping Parents Homeschool High School","about":{"@id":"https://homehighschoolhelp.com/#person"},"isPartOf":{"@id":"https://homehighschoolhelp.com/#website"},"inLanguage":"en-US"}]}</script>
<!-- /Rank Math WordPress SEO plugin -->

<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel='dns-prefetch' href='//use.fontawesome.com' />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v10.1.2 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-BNQJ3ZTYLF"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var mi_version = '10.1.2';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/homehighschoolhelp.com\/?option=com_easyblog&view=latest&format=feed&type=rss"};
								MonsterInsightsDefaultLocations.page_location = window.location.href;
								if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-BNQJ3ZTYLF',
									];

				/* 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.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_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 = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-BNQJ3ZTYLF', {"forceSSL":"true","link_attribution":"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',
									'referrer' : 'page_referrer',
								};
								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 MonsterInsights -->
		<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel='stylesheet' id='mp-theme-css' href='https://homehighschoolhelp.com/wp-content/plugins/memberpress/css/ui/theme.css?ver=1.12.15' type='text/css' media='all' />
<style id='wp-emoji-styles-inline-css' 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 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://homehighschoolhelp.com/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4' type='text/css' media='all' />

<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<style id='font-awesome-svg-styles-default-inline-css' type='text/css'>
.svg-inline--fa {
  display: inline-block;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
/*# sourceURL=font-awesome-svg-styles-default-inline-css */
</style>
<link rel='stylesheet' id='font-awesome-svg-styles-css' href='https://homehighschoolhelp.com/wp-content/uploads/font-awesome/v6.7.2/css/svg-with-js.css' type='text/css' media='all' />
<style id='font-awesome-svg-styles-inline-css' type='text/css'>
   .wp-block-font-awesome-icon svg::before,
   .wp-rich-text-font-awesome-icon svg::before {content: unset;}
/*# sourceURL=font-awesome-svg-styles-inline-css */
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */
</style>

<link rel='stylesheet' id='ivory-search-styles-css' href='https://homehighschoolhelp.com/wp-content/plugins/add-search-to-menu/public/css/ivory-search.min.css?ver=5.5.11' type='text/css' media='all' />
<link rel='stylesheet' id='homescholar-style-css' href='https://homehighschoolhelp.com/wp-content/themes/homescholar/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-official-css' href='https://use.fontawesome.com/releases/v6.7.2/css/all.css' type='text/css' media='all' integrity="sha384-nRgPTkuX86pH8yjPJUAFuASXQSSl2/bBUiNV47vSYpKFxHJhbcrGnmlYpYJMeD7a" crossorigin="anonymous" />
<link rel='stylesheet' id='mpcs-progress-css' href='https://homehighschoolhelp.com/wp-content/plugins/memberpress-courses/public/css/progress.css?ver=1.4.9' type='text/css' media='all' />
<link rel='stylesheet' id='mpcs-fontello-styles-css' href='https://homehighschoolhelp.com/wp-content/plugins/memberpress-courses/public/fonts/fontello/css/mp-courses.css?ver=1.4.9' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-official-v4shim-css' href='https://use.fontawesome.com/releases/v6.7.2/css/v4-shims.css' type='text/css' media='all' integrity="sha384-npPMK6zwqNmU3qyCCxEcWJkLBNYxEFM1nGgSoAWuCCXqVVz0cvwKEMfyTNkOxM2N" crossorigin="anonymous" />
<script type="text/javascript" src="https://homehighschoolhelp.com/wp-content/plugins/google-analytics-premium/assets/js/frontend-gtag.js?ver=10.1.2" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/homehighschoolhelp.com","hash_tracking":"false","v4_id":"G-BNQJ3ZTYLF"};/* ]]> */
</script>

<!-- Google tag (gtag.js) snippet added by Site Kit -->
<!-- Google Analytics snippet added by Site Kit -->
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=GT-WP4R8933" id="google_gtagjs-js" async></script>
<script type="text/javascript" id="google_gtagjs-js-after">
/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["homehighschoolhelp.com"]});
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "GT-WP4R8933");
 window._googlesitekit = window._googlesitekit || {}; window._googlesitekit.throttledEvents = []; window._googlesitekit.gtagEvent = (name, data) => { var key = JSON.stringify( { name, data } ); if ( !! window._googlesitekit.throttledEvents[ key ] ) { return; } window._googlesitekit.throttledEvents[ key ] = true; setTimeout( () => { delete window._googlesitekit.throttledEvents[ key ]; }, 5 ); gtag( "event", name, { ...data, event_source: "site-kit" } ); }; 
//# sourceURL=google_gtagjs-js-after
/* ]]> */
</script>
<script type="text/javascript" src="https://homehighschoolhelp.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://homehighschoolhelp.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<link rel="https://api.w.org/" href="https://homehighschoolhelp.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://homehighschoolhelp.com/xmlrpc.php?rsd" />
<meta name="generator" content="Site Kit by Google 1.159.0" />    <style type="text/css">

      .mpcs-classroom .nav-back i,
      .mpcs-classroom .navbar-section a.btn,
      .mpcs-classroom .navbar-section button,
      .mpcs-classroom div#mpcs-lesson-navigation button,
      .mpcs-classroom div#mpcs-quiz-navigation a,
      .mpcs-classroom #mpcs-classroom-next-lesson-link,
      .mpcs-classroom #next_lesson_link {
        color: rgba(255, 255, 255) !important;
      }

      .mpcs-classroom .navbar-section .dropdown .menu a {
        color: #333;
      }

      .mpcs-classroom .mpcs-progress-ring {
        background-color: rgba(29, 166, 154) !important;
      }

      .mpcs-classroom .mpcs-course-filter .dropdown .btn span,
      .mpcs-classroom .mpcs-course-filter .dropdown .btn i,
      .mpcs-classroom .mpcs-course-filter .input-group .input-group-btn,
      .mpcs-classroom .mpcs-course-filter .input-group .mpcs-search,
      .mpcs-classroom .mpcs-course-filter .input-group input[type=text],
      .mpcs-classroom .mpcs-course-filter .dropdown a,
      .mpcs-classroom .pagination,
      .mpcs-classroom .pagination i,
      .mpcs-classroom .pagination a {
        color: rgba(44, 54, 55) !important;
        border-color: rgba(44, 54, 55) !important;
      }

      /* body.mpcs-classroom a{
        color: rgba();
      } */

      #mpcs-navbar,
      #mpcs-navbar button#mpcs-classroom-previous-lesson-link,
      #mpcs-navbar button#mpcs-classroom-previous-lesson-link:hover,
      .mpcs-classroom div#mpcs-lesson-navigation button#previous_lesson_link,
      .mpcs-classroom div#mpcs-lesson-navigation button#previous_lesson_link:hover,
      .mpcs-classroom a#mpcs-classroom-previous-lesson-link,
      .mpcs-classroom a#mpcs-classroom-previous-lesson-link:hover,
      .mpcs-classroom a#previous_lesson_link,
      .mpcs-classroom a#previous_lesson_link:hover,
      .mpcs-classroom #mpcs-navbar #mpcs-lesson-navigation > a#mpcs-classroom-previous-lesson-link,
      .mpcs-classroom #mpcs-navbar #mpcs-lesson-navigation > a#mpcs-classroom-previous-lesson-link:hover,
      .mpcs-classroom #mpcs-lesson-navigation a#previous_lesson_link,
      .mpcs-classroom #mpcs-lesson-navigation a#previous_lesson_link:hover,
      .mpcs-classroom div#mpcs-lesson-navigation a#previous_lesson_link,
      .mpcs-classroom div#mpcs-lesson-navigation a#previous_lesson_link:hover {
        background: rgba(44, 54, 55);
      }

      .course-progress .user-progress,
      .btn-green,
      #mpcs-navbar button:not(#mpcs-classroom-previous-lesson-link),
      .mpcs-classroom div#mpcs-lesson-navigation button:not(#previous_lesson_link),
      .mpcs-classroom #mpcs-quiz-navigation button:focus,
      .mpcs-classroom #mpcs-quiz-navigation button:hover,
      .mpcs-classroom #mpcs-quiz-navigation a,
      .mpcs-classroom div#mpcs-lesson-navigation a:not(#previous_lesson_link),
      .mpcs-classroom #mpcs-navbar #mpcs-lesson-navigation > a:not(#mpcs-classroom-previous-lesson-link) {
        background: rgba(29, 166, 154, 0.9);
      }

      .btn-green:hover,
      #mpcs-navbar button:not(#mpcs-classroom-previous-lesson-link):focus,
      #mpcs-navbar button:not(#mpcs-classroom-previous-lesson-link):hover,
      .mpcs-classroom div#mpcs-lesson-navigation button:not(#previous_lesson_link):focus,
      .mpcs-classroom div#mpcs-lesson-navigation button:not(#previous_lesson_link):hover,
      .mpcs-classroom #mpcs-quiz-navigation button,
      .mpcs-classroom div#mpcs-lesson-navigation a:not(#previous_lesson_link):hover,
      .mpcs-classroom #mpcs-navbar #mpcs-lesson-navigation > a:not(#mpcs-classroom-previous-lesson-link):hover {
        background: rgba(29, 166, 154);
      }

      .btn-green{border: rgba(29, 166, 154)}

      .course-progress .progress-text,
      .mpcs-lesson i.mpcs-circle-regular {
        color: rgba(23, 132, 123);
      }

      #mpcs-main #bookmark, .mpcs-lesson.current{background: rgba(29, 166, 154, 0.3)}

      .mpcs-instructor .tile-subtitle{
        color: rgba(29, 166, 154, 1);
      }

      .mpcs-classroom .mpcs-quiz-question-feedback {
        border-top-color: rgba(29, 166, 154, 1);
        border-bottom-color: rgba(29, 166, 154, 1);
      }

    </style>
        <meta name="google-site-verification" content="MmrFwWfrzRmqO3UEBmGipwIqc5zJtuwWci4n0sBEVaI">

		<!-- MonsterInsights Media Tracking -->
		<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
			var monsterinsights_tracked_video_marks = {};
			var monsterinsights_youtube_percentage_tracking_timeouts = {};
			var monsterinsights_initialized_youtube_iframes = {};

			/* Works for YouTube and Vimeo */
			function monsterinsights_media_get_id_for_iframe( source, service ) {
				var iframeUrlParts = source.split('?');
				var stripedUrl = iframeUrlParts[0].split('/');
				var videoId = stripedUrl[ stripedUrl.length - 1 ];

				return service + '-player-' + videoId;
			}

			function monsterinsights_media_record_video_event( provider, event, label, parameters = {} ) {
				__gtagTracker('event', event, {
					event_category: 'video-' + provider,
					event_label: label,
					non_interaction: event === 'impression',
					...parameters
				});
			}

			function monsterinsights_media_maybe_record_video_progress( provider, label, videoId, videoParameters ) {
				var progressTrackingAllowedMarks = [10,25,50,75];

				if ( typeof monsterinsights_tracked_video_marks[ videoId ] == 'undefined' ) {
					monsterinsights_tracked_video_marks[ videoId ] = [];
				}

				var { video_percent } = videoParameters;

				if ( progressTrackingAllowedMarks.includes( video_percent ) && !monsterinsights_tracked_video_marks[ videoId ].includes( video_percent ) ) {
					monsterinsights_media_record_video_event( provider, 'video_progress', label, videoParameters );

					/* Prevent multiple records for the same percentage */
					monsterinsights_tracked_video_marks[ videoId ].push( video_percent );
				}
			}

			/* --- Vimeo --- */
			var monsterinsights_media_vimeo_plays = {};

			function monsterinsights_setup_vimeo_events_for_iframe(iframe, title, player) {
				var playerId = iframe.getAttribute('id');
				var videoLabel = title || iframe.title || iframe.getAttribute('src');

				if ( !playerId ) {
					playerId = monsterinsights_media_get_id_for_iframe( iframe.getAttribute('src'), 'vimeo' );
					iframe.setAttribute( 'id', playerId );
				}

				monsterinsights_media_vimeo_plays[playerId] = 0;

				var videoParameters = {
					video_provider: 'vimeo',
					video_title: title,
					video_url: iframe.getAttribute('src')
				};

				/**
				 * Record Impression
				 **/
				monsterinsights_media_record_video_event( 'vimeo', 'impression', videoLabel, videoParameters );

				/**
				 * Record video start
				 **/
				player.on('play', function(data) {
					let playerId = this.element.id;
					if ( monsterinsights_media_vimeo_plays[playerId] === 0 ) {
						monsterinsights_media_vimeo_plays[playerId]++;

						videoParameters.video_duration = data.duration;
						videoParameters.video_current_time = data.seconds;
						videoParameters.video_percent = 0;

						monsterinsights_media_record_video_event( 'vimeo', 'video_start', videoLabel, videoParameters );
					}
				});

				/**
				 * Record video progress
				 **/
				player.on('timeupdate', function(data) {
					var progress = Math.floor(data.percent * 100);

					videoParameters.video_duration = data.duration;
					videoParameters.video_current_time = data.seconds;
					videoParameters.video_percent = progress;

					monsterinsights_media_maybe_record_video_progress( 'vimeo', videoLabel, playerId, videoParameters );
				});

				/**
				 * Record video complete
				 **/
				player.on('ended', function(data) {
					videoParameters.video_duration = data.duration;
					videoParameters.video_current_time = data.seconds;
					videoParameters.video_percent = 100;

					monsterinsights_media_record_video_event( 'vimeo', 'video_complete', videoLabel, videoParameters );
				});
			}

			function monsterinsights_on_vimeo_load() {

				var vimeoIframes = document.querySelectorAll("iframe[src*='vimeo']");

				vimeoIframes.forEach(function( iframe ) {
					//  Set up the player
					var player = new Vimeo.Player(iframe);

					//  The getVideoTitle function returns a promise
					player.getVideoTitle().then(function(title) {
						/*
						 * Binding the events inside this callback guarantees that we
						 * always have the correct title for the video
						 */
						monsterinsights_setup_vimeo_events_for_iframe(iframe, title, player)
					});
				});
			}

			function monsterinsights_media_init_vimeo_events() {
				var vimeoIframes = document.querySelectorAll("iframe[src*='vimeo']");

				if ( vimeoIframes.length ) {

					/* Maybe load Vimeo API */
					if ( window.Vimeo === undefined ) {
						var tag = document.createElement("script");
						tag.src = "https://player.vimeo.com/api/player.js";
						tag.setAttribute("onload", "monsterinsights_on_vimeo_load()");
						document.body.append(tag);
					} else {
						/* Vimeo API already loaded, invoke callback */
						monsterinsights_on_vimeo_load();
					}
				}
			}

			/* --- End Vimeo --- */

			/* --- YouTube --- */
			var monsterinsights_media_youtube_plays = {};

			function monsterinsights_youtube_on_player_ready(event) {
				var playerId = event.target.h?.id || event.target.getIframe()?.id || event.target.id;
				if (!playerId) return;

				monsterinsights_media_youtube_plays[playerId] = 0;

				var videoParameters = {
					video_provider: 'youtube',
					video_title: event.target.videoTitle,
					video_url: event.target.playerInfo.videoUrl
				};
				monsterinsights_media_record_video_event( 'youtube', 'impression', videoParameters.video_title, videoParameters );
			}

			function monsterinsights_youtube_track_video_progress( player, videoLabel, videoParameters ) {
				var { playerInfo } = player;
				var playerId = player.h?.id || player.getIframe()?.id || player.id;
				if (!playerId) return;

				var duration = playerInfo.duration;
				var currentTime = playerInfo.currentTime;
				var percentage = (currentTime / duration) * 100;
				var progress = Math.floor(percentage);

				videoParameters.video_duration = duration;
				videoParameters.video_current_time = currentTime;
				videoParameters.video_percent = progress;

				monsterinsights_media_maybe_record_video_progress( 'youtube', videoLabel, playerId, videoParameters );
			}

			function monsterinsights_youtube_on_state_change( event ) {
				var state = event.data;
				var player = event.target;
				var { playerInfo } = player;
				var playerId = player.h?.id || player.getIframe()?.id || player.id;
				if (!playerId) return;

				var videoParameters = {
					video_provider: 'youtube',
					video_title: player.videoTitle,
					video_url: playerInfo.videoUrl
				};

				if ( state === YT.PlayerState.PLAYING) {
					if ( monsterinsights_media_youtube_plays[playerId] === 0 ) {
						monsterinsights_media_youtube_plays[playerId]++;
						videoParameters.video_duration = playerInfo.duration;
						videoParameters.video_current_time = playerInfo.currentTime;
						videoParameters.video_percent = 0;

						monsterinsights_media_record_video_event( 'youtube', 'video_start', videoParameters.video_title, videoParameters );
					}

					monsterinsights_youtube_percentage_tracking_timeouts[ playerId ] = setInterval(
						monsterinsights_youtube_track_video_progress, 500, player, videoParameters.video_title, videoParameters
					);
				} else if ( state === YT.PlayerState.PAUSED ) {
					clearInterval( monsterinsights_youtube_percentage_tracking_timeouts[ playerId ] );
				} else if ( state === YT.PlayerState.ENDED ) {
					videoParameters.video_duration = playerInfo.duration;
					videoParameters.video_current_time = playerInfo.currentTime;
					videoParameters.video_percent = 100;

					monsterinsights_media_record_video_event( 'youtube', 'video_complete', videoParameters.video_title, videoParameters );
					clearInterval( monsterinsights_youtube_percentage_tracking_timeouts[ playerId ] );
				}
			}

			function monsterinsights_media_on_youtube_load() {
				var youtubeIframes = document.querySelectorAll("iframe[src*='youtube'],iframe[src*='youtu.be']");

				youtubeIframes.forEach(function( iframe ) {
					var playerId = iframe.getAttribute('id');

					if ( !playerId ) {
						playerId = monsterinsights_media_get_id_for_iframe( iframe.getAttribute('src'), 'youtube' );
						iframe.setAttribute( 'id', playerId );
					}

					if (monsterinsights_initialized_youtube_iframes[playerId]) return;
					monsterinsights_initialized_youtube_iframes[playerId] = true;

					new YT.Player(playerId, {
						events: {
							onReady: monsterinsights_youtube_on_player_ready,
							onStateChange: monsterinsights_youtube_on_state_change
						}
					});
				});
			}

			function monsterinsights_media_load_youtube_api() {
				if ( window.YT ) {
					return;
				}

				var youtubeIframes = document.querySelectorAll("iframe[src*='youtube'],iframe[src*='youtu.be']");
				if ( 0 === youtubeIframes.length ) {
					return;
				}

				var tag = document.createElement("script");
				tag.src = "https://www.youtube.com/iframe_api";
				var firstScriptTag = document.getElementsByTagName('script')[0];
				firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
			}

			function monsterinsights_media_init_youtube_events() {
				/* YouTube always looks for a function called onYouTubeIframeAPIReady */
				/* Wrap existing callback to support Elementor and other plugins */
				var existingCallback = window.onYouTubeIframeAPIReady;
				window.onYouTubeIframeAPIReady = function() {
					monsterinsights_media_on_youtube_load();
					if (typeof existingCallback === 'function') existingCallback();
				};
			}
			/* --- End YouTube --- */

			/* --- HTML Videos --- */
			function monsterinsights_media_init_html_video_events() {
				var monsterinsights_media_html_plays = {};
				var videos = document.querySelectorAll('video');
				var videosCount = 0;

				videos.forEach(function( video ) {

					var videoLabel = video.title;

					if ( !videoLabel ) {
						var videoCaptionEl = video.nextElementSibling;

						if ( videoCaptionEl && videoCaptionEl.nodeName.toLowerCase() === 'figcaption' ) {
							videoLabel = videoCaptionEl.textContent;
						} else {
							videoLabel = video.getAttribute('src');
						}
					}

					var videoTitle = videoLabel;

					var playerId = video.getAttribute('id');

					if ( !playerId ) {
						playerId = 'html-player-' + videosCount;
						video.setAttribute('id', playerId);
					}

					monsterinsights_media_html_plays[playerId] = 0

					var videoSrc = video.getAttribute('src')

					if ( ! videoSrc && video.currentSrc ) {
						videoSrc = video.currentSrc;
					}

					var videoParameters = {
						video_provider: 'html',
						video_title: videoTitle ? videoTitle : videoSrc,
						video_url: videoSrc,
					};

					/**
					 * Record Impression
					 **/
					monsterinsights_media_record_video_event( 'html', 'impression', videoLabel, videoParameters );

					/**
					 * Record video start
					 **/
					video.addEventListener('play', function(event) {
						let playerId = event.target.id;
						if ( monsterinsights_media_html_plays[playerId] === 0 ) {
							monsterinsights_media_html_plays[playerId]++;

							videoParameters.video_duration = video.duration;
							videoParameters.video_current_time = video.currentTime;
							videoParameters.video_percent = 0;

							monsterinsights_media_record_video_event( 'html', 'video_start', videoLabel, videoParameters );
						}
					}, false );

					/**
					 * Record video progress
					 **/
					video.addEventListener('timeupdate', function() {
						var percentage = (video.currentTime / video.duration) * 100;
						var progress = Math.floor(percentage);

						videoParameters.video_duration = video.duration;
						videoParameters.video_current_time = video.currentTime;
						videoParameters.video_percent = progress;

						monsterinsights_media_maybe_record_video_progress( 'html', videoLabel, playerId, videoParameters );
					}, false );

					/**
					 * Record video complete
					 **/
					video.addEventListener('ended', function() {
						var percentage = (video.currentTime / video.duration) * 100;
						var progress = Math.floor(percentage);

						videoParameters.video_duration = video.duration;
						videoParameters.video_current_time = video.currentTime;
						videoParameters.video_percent = progress;

						monsterinsights_media_record_video_event( 'html', 'video_complete', videoLabel, videoParameters );
					}, false );

					videosCount++;
				});
			}
			/* --- End HTML Videos --- */

			function monsterinsights_media_init_video_events() {
				/**
				 * HTML Video - Attach events & record impressions
				 */
				monsterinsights_media_init_html_video_events();

				/**
				 * Vimeo - Attach events & record impressions
				 */
				monsterinsights_media_init_vimeo_events();

				monsterinsights_media_load_youtube_api();

				/**
				 * Allow plugins/themes to add custom JavaScript code for video embed tracking
				 * Hook: monsterinsights_media_init_custom_embeds
				 */
							}

			/* Attach events */
			function monsterinsights_media_load() {

				if ( typeof(__gtagTracker) === 'undefined' ) {
					setTimeout(monsterinsights_media_load, 200);
					return;
				}

				if ( document.readyState === "complete" ) { // Need this for cookie plugin.
					monsterinsights_media_init_video_events();
				} else if ( window.addEventListener ) {
					window.addEventListener( "load", monsterinsights_media_init_video_events, false );
				} else if ( window.attachEvent ) {
					window.attachEvent( "onload", monsterinsights_media_init_video_events);
				}

				/**
				 * YouTube - Attach events & record impressions.
				 * We don't need to attach this into page load event
				 * because we already use YT function "onYouTubeIframeAPIReady"
				 * and this will help on using onReady event with the player instantiation.
				 */
				monsterinsights_media_init_youtube_events();
			}

			monsterinsights_media_load();
		</script>
		<!-- End MonsterInsights Media Tracking -->

		
<link rel="icon" href="https://homehighschoolhelp.com/wp-content/uploads/2025/07/web-app-manifest-512x512-1-150x150.png" sizes="32x32" />
<link rel="icon" href="https://homehighschoolhelp.com/wp-content/uploads/2025/07/web-app-manifest-512x512-1-300x300.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://homehighschoolhelp.com/wp-content/uploads/2025/07/web-app-manifest-512x512-1-300x300.png" />
<meta name="msapplication-TileImage" content="https://homehighschoolhelp.com/wp-content/uploads/2025/07/web-app-manifest-512x512-1-300x300.png" />
		<style type="text/css" id="wp-custom-css">
			/* =========================================
   Final Stylesheet - Overriding All Rules
   ========================================= */

/* --- Reusable Webinar Page Styles --- */
:root {
    --heading-font-family: 'MyriadPro', sans-serif;
    --body-font-family: 'Arial', sans-serif;
    --h3-color: #0897C3;
    --link-color: #0897C3;
    --click-here-color: #FF7D1D;
}

.webinar-container {
    max-width: 960px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
}

/* --- Force the H2 Title to be Visible --- */
.webinar-container h2 {
    display: block !important;
    visibility: visible !important;
    color: #0897C3 !important;
    font-family: var(--heading-font-family);
    font-size: 28.8px !important;
    margin: 0 0 24px 0 !important;
    text-align: left !important;
    padding-left: 20px !important;
    height: auto !important;
    line-height: normal !important;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 58.29%;
    height: 0;
    overflow: hidden;
    margin: 20px 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.webinar-container h3 {
    color: var(--h3-color);
    font-family: var(--heading-font-family);
    font-size: 28px;
    margin: 15px 0;
    text-align: center;
}

.webinar-container h3 a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: normal;
}

.webinar-container h3 a:hover {
    text-decoration: underline;
}

.click-here-text {
    color: var(--click-here-color);
    font-family: var(--heading-font-family);
    font-size: 16px;
    font-weight: bold;
}

/* --- Responsive Adjustments --- */
@media (max-width: 600px) {
    .webinar-container h3 {
        font-size: 22px;
    }
}
/* =========================================
   Styles for Extracurricular Hero Section (Final Version)
   ========================================= */

.extracurricular-hero-block {
    position: relative;
    padding: 60px 20px;
    color: #ffffff;
    text-align: center;
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
    overflow: hidden;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.extracurricular-hero-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 1;
}

.extracurricular-hero-block > * {
    position: relative;
    z-index: 2;
}

.extracurricular-hero-block h1 {
    color: #FFFFFF;
    font-family: 'MyriadPro', sans-serif;
    font-size: 60px;
    margin: 16px 0 8px 0;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.extracurricular-hero-block ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
    font-style: italic;
    color: #EFEFEF;
    font-family: 'MyriadPro', sans-serif;
    font-size: 16px;
}

.extracurricular-hero-block h3 {
    color: #EFEFEF;
    font-family: 'MyriadPro', sans-serif;
    font-size: 28px;
    font-weight: normal;
    max-width: 1077px;
    margin: 0 auto 30px auto;
}

.extracurricular-promo-button {
    display: inline-block;
    background-color: #111111;
    color: #FFFFFF;
    font-family: 'MyriadPro', sans-serif;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 50px;
    border: 2px solid #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.extracurricular-promo-button:hover {
    background-color: #f13f50;
    color: #ffffff;
    border-color: #ffffff;
}

/* Responsive adjustments - WITH 700px HEIGHT FIX */
@media (max-width: 768px) {
    .extracurricular-hero-block {
        display: flex !important; /* Keeps it visible and allows centering */
        min-height: 700px;      /* THIS IS THE FIX: Sets height to 700px */
    }
    .extracurricular-hero-block h1 {
        font-size: 40px; 
    }
    .extracurricular-hero-block h3 {
        font-size: 22px; 
    }
}		</style>
					<style type="text/css">
					.is-form-id-14448 .is-search-submit:focus,
			.is-form-id-14448 .is-search-submit:hover,
			.is-form-id-14448 .is-search-submit,
            .is-form-id-14448 .is-search-icon {
			            background-color: #ffffff !important;            border-color: #0897c3 !important;			}
            			.is-form-style-1.is-form-id-14448 .is-search-input:focus,
			.is-form-style-1.is-form-id-14448 .is-search-input:hover,
			.is-form-style-1.is-form-id-14448 .is-search-input,
			.is-form-style-2.is-form-id-14448 .is-search-input:focus,
			.is-form-style-2.is-form-id-14448 .is-search-input:hover,
			.is-form-style-2.is-form-id-14448 .is-search-input,
			.is-form-style-3.is-form-id-14448 .is-search-input:focus,
			.is-form-style-3.is-form-id-14448 .is-search-input:hover,
			.is-form-style-3.is-form-id-14448 .is-search-input,
			.is-form-id-14448 .is-search-input:focus,
			.is-form-id-14448 .is-search-input:hover,
			.is-form-id-14448 .is-search-input {
                                                                border-color: #0897c3 !important;                                			}
                        			</style>
		<link rel='stylesheet' id='ivory-ajax-search-styles-css' href='https://homehighschoolhelp.com/wp-content/plugins/add-search-to-menu/public/css/ivory-ajax-search.min.css?ver=5.5.11' type='text/css' media='all' />

</head>

<body class="home blog wp-theme-homescholar homescholar fpt-template-homescholar">
  <header class="pb-5">
    <div class="sticky-navbar">
      <div class="navbar">
        <div class="logo">
          <a href="https://homehighschoolhelp.com" aria-label="HomeScholar homepage">
            <img src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/hhsh-logo-m-1.png" alt="The HomeScholar Logo">
          </a>
        </div>
        <button id="hamburgerBtn" class="hamburger text-white z-30">
          &#9776;
        </button>
        <div id="menuOverlay" class="fixed inset-0 bg-black/50 hidden z-40 transition-opacity duration-300"></div>
        <div id="mobileMenu" class="fixed top-0 right-0 h-full w-72 bg-white text-[#0897C3] shadow-lg transform translate-x-full transition-transform duration-300 ease-in-out z-50 overflow-y-auto">
          <div class="p-6 flex flex-col space-y-8">
            <button id="closeBtn" class="self-end text-2xl font-bold text-[#0897C3]">&times;</button>
            <a href="https://homehighschoolhelp.com" aria-label="HomeScholar homepage">
              <img class="bg-[#0897c3]" src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/hhsh-logo-m-1.png" alt="Homescholar Logo">
            </a>
            							<style type="text/css" media="screen">
							#is-ajax-search-result-14449 .is-highlight { background-color: #FFFFB9 !important;}
							#is-ajax-search-result-14449 .meta .is-highlight { background-color: transparent !important;}
							</style>
						<form data-min-no-for-search=1 data-result-box-max-height=400 data-form-id=14449 class="is-search-form is-form-style is-form-style-3 is-form-id-14449 is-ajax-search" action="https://homehighschoolhelp.com/" method="get" role="search" ><label for="is-search-input-14449"><span class="is-screen-reader-text">Search for:</span><input  type="search" id="is-search-input-14449" name="s" value="" class="is-search-input" placeholder="Search here..." autocomplete=off /><span class="is-loader-image" style="display: none;background-image:url(https://homehighschoolhelp.com/wp-content/plugins/add-search-to-menu/public/images/spinner.gif);" ></span></label><button type="submit" class="is-search-submit"><span class="is-screen-reader-text">Search Button</span><span class="is-search-icon"><svg focusable="false" aria-label="Search" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></span></button><input type="hidden" name="id" value="14449" /></form>            <a href="https://homehighschoolhelp.com/account" class="block w-full hover:underline font-bold text-[#e95862]" aria-label="Log in to your account">Login</a>

            <a href="https://homehighschoolhelp.com/homescholar-store" class="block w-full hover:underline font-bold border-b border-gray-200 pb-2 text-[#e95862]" aria-label="Go to: the HomeScholar store">STORE</a>

            <div class="border-b border-gray-200 pb-2">
              <p class="font-bold mb-2 text-[#e95862]">RESOURCES</p>
              <a class="block w-full hover:underline ml-2 mt-2" href="https://homehighschoolhelp.com/for-younger-teens" aria-label="Go to: Resources for younger teens">For Younger Teens</a>
              <a class="block w-full hover:underline ml-2 mt-2" href="https://homehighschoolhelp.com/for-older-teens" aria-label="Go to: Resources for older teens">For Older Teens</a>
              <a class="block w-full hover:underline ml-2 mt-2" href="https://homehighschoolhelp.com/blog" aria-label="Go to:  the HomeScholar blog">Blog</a>
              <a class="block w-full hover:underline ml-2 mt-2" href="https://www.amazon.com/shop/thehomescholar" aria-label="Go to: HomeScholar recommendations on Amazon">Recommendations</a>
            </div>

            <div class="border-b border-gray-200 pb-2">
              <p class="font-bold mb-2 text-[#e95862]">FREEBIES</p>
              <p class="font-semibold ml-2">Free Training</p>
              <div class="ml-6 space-y-2">
                <a href="https://homescholar.easywebinar.live/menu-grades-credits-transcripts-920-registration" class="block w-full hover:underline" aria-label="View our Free webinar on grades, credits, and transcripts">Grades, Credits, and Transcripts</a>
                <a href="https://homescholar.easywebinar.live/super-scholarships-eswmenu-registration" class="block w-full hover:underline" aria-label="View our Free webinar on super scholarships">Super Scholarships</a>
                <a href="https://homescholar.easywebinar.live/menu-12keys-920-registration" class="block w-full hover:underline" aria-label="View our 12 Keys to High School Success webinar">12 Keys to High School Success</a>
                <a href="https://homescholar.easywebinar.live/menu-guidance-counselor-1021-registration" class="block w-full hover:underline" aria-label="View our  Webinar on how to be a guidance counselor">Guidance Counselor</a>
                <a href="https://homescholar.easywebinar.live/high-school-testing-esw-menu-registration" class="block w-full hover:underline" aria-label="View our High School Testing webinar">High School Testing</a>
              </div>

              <p class="font-semibold ml-2 mt-2">Free Homeschool Books</p>
              <div class="ml-6 space-y-2">
                <a href="https://homehighschoolhelp.com/free-coffee-break-book" class="block w-full hover:underline" aria-label="Read Free Coffee Break book">Free Coffee Break</a>
                <a href="https://homehighschoolhelp.com/5-mistakes-resource-guide" class="block w-full hover:underline" aria-label="Read 5 Mistakes homeschool guide">5 Mistakes Guide</a>
                <a href="https://homehighschoolhelp.com/10-essentials-ebook" class="block w-full hover:underline" aria-label="Read the 10 Essentials ebook">10 Essentials Guide</a>
                <a href="https://homehighschoolhelp.com/homeschooling-through-a-financial-storm" class="block w-full hover:underline" aria-label="Read homeschooling through a financial storm guide">Financial Storm</a>
              </div>
              <a href="https://homehighschoolhelp.com/homeschool-transcript-template" class="block w-full hover:underline ml-2 mt-2" aria-label="Download homeschool transcript templates">Record Keeping Samples</a>
            </div>
            <a href="https://homehighschoolhelp.com/about-us" class="block w-full hover:underline font-bold border-b border-gray-200 pb-2 text-[#e95862]" aria-label="Learn more about The HomeScholar">ABOUT US</a>
          </div>
        </div>

        <!-- Desktop -->
        <div class="navbar-links" id="navbarLinks">
          <a href="https://homehighschoolhelp.com/homescholar-store" class="text-white font-bold" aria-label="Visit the HomeScholar store">STORE</a>

          <div class="dropdown">
            <a class="dropdown-toggle text-nowrap text-white font-bold" aria-label="Resources dropdown menu">RESOURCES ▼</a>
            <ul class="dropdown-content text-[#0897C3]">
              <li>
                <a class="hover:underline text-nowrap" href="https://homehighschoolhelp.com/for-younger-teens" aria-label="Resources for younger teens">
                  For Younger Teens
                </a>
              </li>
              <li>
                <a class="hover:underline text-nowrap" href="https://homehighschoolhelp.com/for-older-teens" aria-label="Resources for older teens">
                  For Older Teens
                </a>
              </li>
              <li>
                <a class="hover:underline" href="https://homehighschoolhelp.com/blog" aria-label="Visit the HomeScholar blog">
                  Blog
                </a>
              </li>
              <li>
                <a class="hover:underline text-nowrap" href="https://www.amazon.com/shop/thehomescholar" aria-label="HomeScholar recommendations on Amazon">
                  Recommendations
                </a>
              </li>
            </ul>
          </div>

          <div class="dropdown">
            <a class="dropdown-toggle text-nowrap text-white font-bold" aria-label="Freebies dropdown menu">FREEBIES ▼</a>
            <ul class="dropdown-content">
              <li class="dropdown">
                <a class="dropdown-toggle text-[#0897C3] text-nowrap" aria-label="Free training submenu">Free Training ▸</a>
                <ul class="text-[#0897C3]">
                  <li><a class="hover:underline text-nowrap" href="https://homescholar.easywebinar.live/menu-grades-credits-transcripts-920-registration" aria-label="View our Webinar on Grades, Credits, and Transcripts">Grades, Credits, and Transcripts</a></li>
                  <li><a class="hover:underline" href="https://homescholar.easywebinar.live/super-scholarships-eswmenu-registration" aria-label="View our Webinar on Super Scholarship Humble Homeschoolers">Super Scholarship Humble Homeschoolers</a></li>
                  <li><a class="hover:underline " href="https://homescholar.easywebinar.live/menu-12keys-920-registration" aria-label="View our Webinar on 12 Keys to High School Success">The 12 Keys to High School Success</a></li>
                  <li><a class="hover:underline" href="https://homescholar.easywebinar.live/menu-guidance-counselor-1021-registration" aria-label="View our Webinar on Guidance Counselor Training">How to Be Your Child's Best Guidance Counselor</a></li>
                  <li><a class="hover:underline" href="https://homescholar.easywebinar.live/high-school-testing-esw-menu-registration" aria-label="View our Webinar on High School Testing">High School Testing Simply Explained</a></li>
                </ul>
              </li>
              <li class="dropdown">
                <a class="dropdown-toggle text-[#0897C3] text-nowrap" aria-label="Get our Free homeschool books submenu">Free Homeschool Books ▸</a>
                <ul class="text-[#0897C3]">
                  <li><a class="hover:underline" href="https://homehighschoolhelp.com/free-coffee-break-book" aria-label="Get our Free Coffee Break book">Free Coffee Break</a></li>
                  <li><a class="hover:underline" href="https://homehighschoolhelp.com/5-mistakes-resource-guide" aria-label="Read our 5 Mistakes Resources Guide">5 Mistakes Resources Guide</a></li>
                  <li><a class="hover:underline text-nowrap" href="https://homehighschoolhelp.com/10-essentials-ebook" aria-label="View our 10 Essentials ebook">10 Essentials Guide</a></li>
                  <li><a class="hover:underline" href="https://homehighschoolhelp.com/homeschooling-through-a-financial-storm" aria-label="Read about Homeschooling Through A Financial Storm book">Homeschooling Through A Financial Storm</a></li>
                </ul>
              </li>
              <li><a class="hover:underline text-[#0897C3] text-nowrap" href="https://homehighschoolhelp.com/homeschool-transcript-template" aria-label="View our Record Keeping Samples">Record Keeping Samples</a></li>
            </ul>
          </div>

          <a href="https://homehighschoolhelp.com/about-us" class="text-nowrap text-white font-bold" aria-label="Learn more about The HomeScholar">ABOUT US</a>

          <div class="navbar-right">
            							<style type="text/css" media="screen">
							#is-ajax-search-result-14449 .is-highlight { background-color: #FFFFB9 !important;}
							#is-ajax-search-result-14449 .meta .is-highlight { background-color: transparent !important;}
							</style>
						<form data-min-no-for-search=1 data-result-box-max-height=400 data-form-id=14449 class="is-search-form is-form-style is-form-style-3 is-form-id-14449 is-ajax-search" action="https://homehighschoolhelp.com/" method="get" role="search" ><label for="is-search-input-14449"><span class="is-screen-reader-text">Search for:</span><input  type="search" id="is-search-input-14449" name="s" value="" class="is-search-input" placeholder="Search here..." autocomplete=off /><span class="is-loader-image" style="display: none;background-image:url(https://homehighschoolhelp.com/wp-content/plugins/add-search-to-menu/public/images/spinner.gif);" ></span></label><button type="submit" class="is-search-submit"><span class="is-screen-reader-text">Search Button</span><span class="is-search-icon"><svg focusable="false" aria-label="Search" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></span></button><input type="hidden" name="id" value="14449" /></form>            <div class="hidden login-button ml-6 xl:block">
                            <a href="https://homehighschoolhelp.com/login/" class="flex items-center space-x-2" aria-label="Login to your HomeScholar account">
                <img src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/userhhsh.png" alt="Login" class="w-6 h-6">
                <p class="text-sm font-bold text-white">Login</p>
              </a>
            </div>
          </div>
          <script src="https://homehighschoolhelp.com/wp-content/themes/homescholar/assets/js/header.js"></script>
        </div>
      </div>
    </div>
  </header>

<main id="main" class="site-main">
  <section class="relative w-full bg-cover bg-center sm:px-6 py-32 mt-12"
    style="box-shadow: inset 0 0 0 1000px rgba(255,255,255,0.65); background-image: url('https://homehighschoolhelp.com/wp-content/themes/homescholar/images/home-hero.jpeg');">
    <div class="max-w-6xl sm:px-6 lg:pl-[8rem]">
      <div class="flex flex-col p-6 sm:p-8 rounded max-w-2xl">
        <h1 class="text-4xl drop-shadow-lg text-[#0897C3] text-center md:text-left sm:text-5xl lg:text-7xl mb-4">
          Homeschool with Confidence
        </h1>
        <p class="hero-p drop-shadow-lg text-lg sm:text-2xl mb-6 font-semibold text-center md:text-left">
          Whether you’re a new homeschool parent or a veteran, we share proven success strategies for all learning styles and budgets.
        </p>
        <a href="https://homehighschoolhelp.com/homescholar-store" aria-label="go to our store page" class="btn-primary header-button text-white font-medium py-2 px-4 rounded-full">
          Learn More
        </a>
      </div>
    </div>
  </section>

  <section>
    <div class="relative z-20 -mt-8 flex justify-center">
      <div class="pill-blue promo-pill flex items-center justify-center px-12 py-8 rounded-full shadow-md"></div>
      <div class="flex justify-center items-center absolute -top-2 w-full z-30">
        <div class="w-20 h-20 rounded-full bg-[#0897C3] flex items-center justify-center shadow-[0_12px_15px_-4px_rgba(0,0,0,0.3)]">
          <img src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/slefbooks-2.png" alt="Books Icon" class="w-16 h-16">
        </div>
        <h2 class="text-white text-2xl font-semibold pl-4">FEATURED PROGRAMS</h2>
      </div>
    </div>

    <div class="max-w-6xl mx-auto px-6 pt-16 pb-24">
      <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
        <div class="max-w-sm justify-self-center bg-white rounded-xl shadow-md overflow-hidden flex flex-col">
          <div class="w-full overflow-hidden">
            <img src="https://hhhimages.s3.us-west-2.amazonaws.com/tts-button-impress-colleges.png" alt="Green coffee cup with The HomeScholar logo in the foam next to a notebook and pencil, with text 'Impress Colleges Total Transcript Solution'" class="w-full h-full bg-[#F0FAF7] object-contain rounded-t-xl transition-transform duration-300 hover:scale-105">
          </div>

          <div class="p-4 flex flex-col flex-grow text-center">
            <h3 class="text-lg font-semibold text-[#0897C3] mb-1">Complete Transcript Solutions</h3>
            <p class="text-black mb-3">Get My Professional Homeschool Transcript</p>
            <a href="https://homehighschoolhelp.com/homescholar-store/homeschool-transcript-solution" aria-label="go to transcript solutions page" class="btn-primary text-center mt-auto text-white font-medium py-1.5 px-4 rounded-full text-sm transition duration-300">
              Learn More About Transcript Solutions
            </a>
          </div>
        </div>

        <div class="max-w-sm justify-self-center bg-white rounded-xl shadow-md overflow-hidden flex flex-col">
          <div class="w-full overflow-hidden">
            <img src="https://hhhimages.s3.us-west-2.amazonaws.com/crs-button-open-doors.png" Records
              alt="Promotional graphic for The HomeScholar. Text reads: ‘Open Doors – Comprehensive Record Solution.’ Website: HomeHighSchoolHelp.com. In the foreground, a glass bowl of apples sits on a wooden table next to a white potted plant and an open laptop. The background shows softly blurred shelves and curtains."
              class="w-full h-full bg-[#F0FAF7] object-contain rounded-t-xl transition-transform duration-300 hover:scale-105">
          </div>
          <div class="p-4 flex flex-col flex-grow text-center">
            <h3 class="text-lg font-semibold text-[#0897C3] mb-1">Homeschool Records Solutions</h3>
            <p class="text-black mb-3">Create Professional Records</p>
            <a href="https://homehighschoolhelp.com/homescholar-store/homeschool-records-solution" aria-label="go to records solutions page" class="btn-primary text-center mt-auto text-white font-medium py-1.5 px-4 rounded-full text-sm transition duration-300">
              Learn More About Record Solutions
            </a>
          </div>
        </div>

        <div class="max-w-sm justify-self-center bg-white rounded-xl shadow-md overflow-hidden flex flex-col">
          <div class="w-full overflow-hidden">
            <img src="https://hhhimages.s3.us-west-2.amazonaws.com/hss-button-title.png" alt="Promotional graphic for The HomeScholar. Text reads: ‘High School Solution.’ Website: HomeHighSchoolHelp.com. On a white desk, a yellow coffee mug and an open laptop sit beside a woven basket filled with white flowers" class="w-full h-full bg-[#F0FAF7] object-contain rounded-t-xl transition-transform duration-300 hover:scale-105">
          </div>
          <div class="p-4 flex flex-col flex-grow text-center">
            <h3 class="text-lg font-semibold text-[#0897C3] mb-1">High School Solutions</h3>
            <p class="text-black mb-3">Homeschool Solutions for High School</p>
            <a href="https://homehighschoolhelp.com/homescholar-store/homeschooling-high-school-solution" class="btn-primary text-center mt-auto text-white font-medium py-1.5 px-4 rounded-full text-sm transition duration-300">
              Learn More About Highschool Solutions
            </a>
          </div>
        </div>

        <div class="max-w-sm justify-self-center bg-white rounded-xl shadow-md overflow-hidden flex flex-col">
          <div class="w-full overflow-hidden">
            <img src="https://hhhimages.s3.us-west-2.amazonaws.com/cls-button-prepare-for-launch.png" loading="lazy" alt="Promotional graphic for The HomeScholar. Text reads: ‘Prepare for Launch – College Launch Solution.’ Website: HomeHighSchoolHelp.com. On the right, a laptop sits on a wooden surface displaying The HomeScholar website. Background shows a blurred kitchen scene with fruit on a counter" class="w-full h-full bg-[#F0FAF7] object-contain rounded-t-xl transition-transform duration-300 hover:scale-105">
          </div>
          <div class="p-4 flex flex-col flex-grow text-center">
            <h3 class="text-lg font-semibold text-[#0897C3] mb-1">College Launch Solutions</h3>
            <p class="text-black mb-3">Personal Consultations and Exclusive Content</p>
            <a href="https://homehighschoolhelp.com/homescholar-store/college-admission-solution" class="btn-primary text-center mt-auto text-white font-medium py-1.5 px-4 rounded-full text-sm transition duration-300">
              Launch your child into college
            </a>
          </div>
        </div>

        <div class="max-w-sm justify-self-center bg-white rounded-xl shadow-md overflow-hidden flex flex-col">
          <div class="  w-full overflow-hidden">
            <img src="https://s3-us-west-2.amazonaws.com/hhhimages/gcc-difference.png" loading="lazy" Gold
              alt="Blue graduation cap and tassel with text 'Personalized Support Gold Care Club' and a smartphone showing The HomeScholar site"
              class="w-full h-full bg-[#F0FAF7] object-contain rounded-t-xl transition-transform duration-300 hover:scale-105">
          </div>
          <div class="p-4 flex flex-col flex-grow text-center">
            <h3 class="text-lg font-semibold text-[#0897C3] mb-1">Become a Gold Member</h3>
            <p class="text-black mb-3">Personal Consultations and Exclusive Content</p>
            <a href="https://homehighschoolhelp.com/homescholar-store/homeschool-coaching-club" class="btn-primary text-center mt-auto text-white font-medium py-1.5 px-4 rounded-full text-sm transition duration-300">
              Learn More About the Gold Member Club
            </a>
          </div>
        </div>

        <div class="max-w-sm justify-self-center bg-white rounded-xl shadow-md overflow-hidden flex flex-col">
          <div class="  w-full overflow-hidden">
            <img src="https://hhhimages.s3.us-west-2.amazonaws.com/all-in-one-boost-your-confidence+(1).png" loading="lazy" alt="“Promotional collage for The HomeScholar featuring four solutions: High School Solution with yellow coffee mug and flowers, Total Transcript Solution with a white mug and laptop, Comprehensive Record Solution with apples and a plant, and College Launch Solution with a laptop on a wooden table. Center text reads: ‘Boost Your Confidence and Peace – All-in-One Solution.’ Website: HomeHighSchoolHelp.com." class="w-full h-full bg-[#F0FAF7] object-contain rounded-t-xl transition-transform duration-300 hover:scale-105">
          </div>
          <div class="p-4 flex flex-col flex-grow text-center">
            <h3 class="text-lg font-semibold text-[#0897C3] mb-1">All-in-One Solution</h3>
            <p class="text-black mb-3">One Stop Shop to prepare for higher education</p>
            <a href="https://homehighschoolhelp.com/homescholar-store/all-in-one-solution" class="btn-primary text-center mt-auto text-white font-medium py-1.5 px-4 rounded-full text-sm transition duration-300">
              Learn More About the All-in-One Solution
            </a>
          </div>
        </div>
      </div>

      <div class="mt-12 flex justify-center">
        <a href="https://homehighschoolhelp.com/homescholar-store" aria-label="Click to view all of the Homescholar Store" class="btn-primary text-white font-medium py-2 px-6 rounded-full transition duration-300">
          Compare All Homeschooling Resources
        </a>
      </div>
    </div>
  </section>

  <section>
    <div class="relative z-20 -mt-8 flex justify-center">
      <div class="pill-pink promo-pill flex items-center justify-center px-12 py-8 rounded-full shadow-md"></div>
      <div class="flex justify-center items-center absolute -top-2 w-full z-30">
        <div class="w-20 h-20 rounded-full bg-[#e95862] flex items-center justify-center shadow-[0_12px_15px_-4px_rgba(0,0,0,0.3)]">
          <img src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/time.png" alt="monitor Icon" loading="lazy" class="w-16 h-16">
        </div>
        <h2 class="text-white text-2xl font-semibold pl-4">SEMINARS</h2>
      </div>
    </div>

    <div class="px-8 pt-16 pb-24">
      <div class="max-w-4xl mx-auto text-center space-y-10">
        <div>
          <h3 class="text-3xl text-[#0897C3] md:text-5xl font-bold tracking-tight">Live Workshop Countdown</h3>
          <p class="text-xl text-[#e95862] mt-4 max-w-xl mx-auto">
            Join me for our next free class! Super Scholarships for Humble Homeschoolers. 
          </p>
        </div>

        <div id="countdown" class="flex flex-wrap justify-center gap-6 text-center text-[#0897C3] font-semibold text-2xl md:text-3xl">
          <div class="border-2 border-[#0897C3] rounded-xl p-6 w-28 md:w-32 shadow">
            <div id="days">00</div>
            <div class="mt-2 text-xs tracking-wide text-black">DAYS</div>
          </div>

          <div class="border-2 border-[#0897C3] rounded-xl p-6 w-28 md:w-32 shadow">
            <div id="hours">00</div>
            <div class="mt-2 text-xs tracking-wide text-black">HOURS</div>
          </div>

          <div class="border-2 border-[#0897C3] rounded-xl p-6 w-28 md:w-32 shadow">
            <div id="minutes">00</div>
            <div class="mt-2 text-xs tracking-wide text-black">MINUTES</div>
          </div>

          <div class="border-2 border-[#0897C3] rounded-xl p-6 w-28 md:w-32 shadow">
            <div id="seconds">00</div>
            <div class="mt-2 text-xs tracking-wide text-black">SECONDS</div>
          </div>
        </div>

        <div>
          <a href="https://homescholar.easywebinar.live/choosing-curriculum-0326-registration?utm_source=homepage" class="btn-primary inline-block text-white font-bold py-3 px-6 rounded-full transition">
            Save My Seat!
          </a>
        </div>

        <div class="mt-12 border-2 border-[#0897C3] rounded-2xl shadow-md p-8 max-w-3xl mx-auto text-center">
          <h3 class="text-2xl font-bold text-[#0897C3] mb-3">Stay in the loop</h3>
          <p class="text-md text-[#0897C3] font-medium mb-6">
            Sign up to be notified about future webinars and homeschooling updates.
          </p>

          <form class="flex flex-col sm:flex-row gap-4 justify-center">
            <input
              type="email"
              name="email"
              placeholder="Enter your email address"
              required
              class="w-full px-4 py-2 border border-blue-200 rounded-full focus:outline-none focus:ring-[#0897C3]" />
            <button
              type="submit"
              class="px-6 py-2 rounded-full border-2 border-[#0897C3] bg-[#0897C3] text-white font-semibold hover:bg-transparent hover:text-[#0897C3] transition">
              Subscribe
            </button>
          </form>
        </div>
        <!-- Jeremy, Change this using this format → YYYY-MM-DDTHH:MM:SS (e.g., 2025-04-11T22:27:00). This will change the countdown -->
              </div>
    </div>
  </section>

  <section class="w-full bg-[#DCE8E8]">
    <div class="relative z-20 -top-8 flex justify-center">
      <div class="pill-blue promo-pill flex items-center justify-center px-12 py-8 rounded-full shadow-md"></div>

      <div class="flex justify-center items-center absolute -top-2 w-full z-30">
        <div class="w-20 h-20 rounded-full bg-[#0897C3] flex items-center justify-center shadow-[0_12px_15px_-4px_rgba(0,0,0,0.3)]">
          <img src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/familyicon-1.png" loading="lazy" alt="Money Bag Icon" class="w-16 h-16">
        </div>
        <h2 class="text-white text-2xl font-semibold pl-4">$100,000 CLUB</h2>
      </div>
    </div>

    <div class="relative w-full max-w-6xl mx-auto px-6 py-16 rounded-lg flex flex-col items-center justify-center">
  <!-- Slides Wrapper -->
  <div id="testimonial-slides" class="relative w-full">
    <!-- Slides -->
    <div class="testimonial-slide flex-col md:flex-row gap-8 w-full active">
      <div class="flex-shrink-0 mx-auto md:mx-0">
        <img loading="lazy" src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/lynne-rey-family.jpg" alt="Group of five people smiling together outdoors in semi-formal attire, standing in front of a tree-lined background" class="w-72 h-auto rounded-xl shadow-md object-cover" />
      </div>
      <div class="flex-1 flex flex-col justify-between h-full">
        <div class="h-60 overflow-y-auto px-4">
          <p class="text-lg leading-relaxed text-black">
            We started homeschooling in 2014, without an idea that we would continue to homeschool during high school. Four years ago we happened upon one of The Home Scholar's webinars and signed up straight away. From weekly emotional support and advice, to course description help, transcripts and school visits - every time we reached out with a new concern or question, The Home Scholar was there for us.
          </p>
          <p class="text-lg leading-relaxed text-black">
            Then an amazing thing happened. Our daughter was admitted to every college where she applied, and received a collective $385,000 in Scholarships to five top Universities in addition to a coveted spot on each of their Sailing teams.
          </p>
          <p class="text-lg leading-relaxed text-black">
            The Home Scholar, we cannot thank you enough. We could not have achieved this homeschool-to-college goal without your expert counsel, care and kind friendship. Your Gold Care Club is all that you say it is.
          </p>
          <p class="text-lg leading-relaxed text-black">
            We still have two years of high school left with our son, and we are excited to continue to navigate his unique journey into college applications with you as well.
          </p>
        </div>
        <div class="mt-4 flex flex-col items-start px-4">
          <p class="font-bold text-lg text-black">Lynne in Rhode Island</p>
          <p class="text-base    mb-2">Earned $100K+ in Scholarships</p>
          <div class="text-[#e95862] text-2xl mb-4">★★★★★</div>
        </div>
      </div>
    </div>

    <div class="testimonial-slide flex-col md:flex-row gap-8 w-full">
      <div class="flex-shrink-0 mx-auto md:mx-0">
        <img loading="lazy" src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/Traci_Minor_Daughter.jpg" alt="Young woman holding an orange and blue 'Pepperdine' pennant in front of her face, smiling with wide eyes" class="w-72 h-auto rounded-xl shadow-md object-cover" />
      </div>
      <div class="flex-1 flex flex-col justify-between h-full">
        <div class="h-60 overflow-y-auto px-4">
          <p class="text-lg leading-relaxed text-black">
            I just had to write to let you know that my daughter received the Regent's Scholarship for Pepperdine University! This is a $40,700 annual award. I am still in shock daily. We found out a week ago, and it has taken this long for it to actually sink in.
          </p>
          <p class="text-lg leading-relaxed text-black">
            Of course this is after hours and hours of work on both of our parts, my daughter writing countless essays and filling out applications, and me writing course descriptions. But we figured out that even if we spent 100 hours in the process, we were actually making about $1600 an hour!
          </p>
          <p class="text-lg leading-relaxed text-black">
            I cannot thank you enough for all the direction you have given me over the past few years. Honestly, the college application process has proven to be one of the most challenging things I have ever done. It challenged my faith and sanity. I cannot imagine trying to do it on my own.
          </p>
          <p class="text-lg leading-relaxed text-black">
            Thank you for choosing to spend your post-schooling years helping others! The prospect of home schooling high school IS scary, but looking back, the blessing of intimacy I now share with my daughter by having spent these past four years together was worth it. Thank you for helping me to feel the fear and do it anyway!
          </p>
        </div>
        <div class="mt-4 flex flex-col items-start px-4">
          <p class="font-bold text-lg text-black">Traci in California</p>
          <p class="text-base    mb-2">Earned Over $100,000 in Scholarships</p>
          <div class="text-[#e95862] text-2xl mb-4">★★★★★</div>
        </div>
      </div>
    </div>

    <div class="testimonial-slide flex-col md:flex-row gap-8 w-full">
      <div class="flex-shrink-0 mx-auto md:mx-0">
        <img loading="lazy" src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/review-icon.jpg" alt="Badge with five red stars and text 'Another Happy Homeschool Family! The HomeScholar – Helping Parents Homeschool High School'" class="w-72 h-auto rounded-xl shadow-md object-cover" />
      </div>

      <div class="flex-1 flex flex-col justify-between h-full">
        <div class="h-60 overflow-y-auto px-4">
          <p class="text-lg leading-relaxed text-black">
            I started reading your books and attending your classes when my son entered ninth grade. How did you know us so well when we had never met? As a Gold Care member, I couldn’t wait for Wednesday to talk with you because you helped me feel confident and capable. You were more than just a high school coach, you were like a best friend, only better.
          </p>
          <p class="text-lg leading-relaxed text-black">
            It was difficult to believe my kids would even be ready to attend college but it was my dream that they would. I agree, whole heartedly, that every student deserves a rigorous high school education so they can attend (or not attend) a college of their choice. I could never have provided that education if I had not been encouraged by you.
          </p>
          <p class="text-lg leading-relaxed text-black">
            As a stay home mom, my husband and I did not have the finances to help our son even consider anything but a local college. We have always taught that debt for college was something to avoid at all cost. It was you who prompted us to send an application to the most expensive engineering school in the State. I thought we were out of our minds but did it anyway. Crazy for sure, but it worked. This fall our son will be attending University with full tuition paid for the next four years. It’s still too amazing to comprehend.
          </p>
          <p class="text-lg leading-relaxed text-black">
            The Home Scholar, you have given us such a gift. I am still pinching myself because it doesn’t seem possible. My son is heading to the college of his choice and only has to cover room and board for the next four years. He is starting to receive outside scholarships as well.
          </p>
          <p class="text-lg leading-relaxed text-black">
            My husbands family was not in favor of me staying home to school our kids. Even recently, my sister-in-law said I should have been working outside the home and homeschooling simultaneously. Ouch!!! When we received the financial package I couldn’t wait to tell my husband that I had just made $200,000.
          </p>
          <p class="text-lg leading-relaxed text-black">
            Of course my son has worked hard and his Senior grades, as a running start student, were amazing. His transcript was amazing. His course descriptions took me months to write but I am so proud of the results. I graduated him last month with a beautiful homeschool diploma. We had a huge party at the park and he felt so special. All because you showed me how to do the hard things well. You believed in me when I didn’t believe in myself.
          </p>
          <p class="text-lg leading-relaxed text-black">
            God told me homeschooling was in my future and I doubted. He said He would walk beside me and give me the people I needed to do this task. He never once let me down. The day you decided to help parents like me, was the best day of my life. You’re a blessing to our family. How can I thank you enough for your mission to help parents homeschool high school. My daughter thanks you in advance as she prepares for college admission.
          </p>
          <p class="text-lg leading-relaxed text-black">
            Thanks for being my hero The Home Scholar.
          </p>
        </div>
        <div class="mt-4 flex flex-col items-start px-4">
          <p class="font-bold text-lg text-black">Tamie in Washington</p>
          <p class="text-base    mb-2">Earned Over $100,000 in Scholarships</p>
          <div class="text-[#e95862] text-2xl mb-4">★★★★★</div>
        </div>
      </div>
    </div>

    <div class="testimonial-slide flex-col md:flex-row gap-8 w-full">
      <div class="flex-shrink-0 mx-auto md:mx-0">
        <img loading="lazy" src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/jean-freeman.jpg" alt="Smiling woman with short hair and glasses, wearing a floral button-up shirt, standing in front of siding" class="w-72 h-auto rounded-xl shadow-md object-cover" />
      </div>

      <div class="flex-1 flex flex-col justify-between h-full">
        <div class="h-60 overflow-y-auto px-4">
          <p class="text-lg leading-relaxed text-black">
            I ran across a story in an article that referenced how much The Home Scholar had helped the author with homeschooling high school, so I decided to give her a call. She had a special “Gold Club” membership which included access to her resources, a special email address, and a 20-minute phone consultation with her once a week to pick her brain about any questions or concerns I might have. I decided to take advantage of that since I could not rely on myself to remember anything about what I read in her articles or heard on her webinars.
          </p>
          <p class="text-lg leading-relaxed text-black">
            I downloaded everything she offered regarding high school credits, transcripts, extracurricular activities, etc., and I organized them in folders on my computer where I could access them at any given time. This was an invaluable asset to me during our 4 years of high school!
          </p>
          <p class="text-lg leading-relaxed text-black">
            The Home Scholar gave me access to links for all her resources that I needed to prepare for my daughter’s Freshman year. She also had a form that detailed what I needed to do during each subsequent year of high school (subjects to consider, standardized tests to take with website addresses, when to apply for college scholarships, when to send transcripts, etc.), and during any given year would also point me to what I needed to read and download to prepare for the next year.
          </p>
          <p class="text-lg leading-relaxed text-black">
            Then, when I started doing my daughter’s transcript, college applications, scholarship applications, college visits, scholarship interviews, etc., I was constantly emailing The Home Scholar for advice and information. And, she never failed me!
          </p>
          <p class="text-lg leading-relaxed text-black">
            As a result of my Gold Club Membership, my daughter was able to graduate at 16 and get a $60,000/year Presidential Scholarship at her university of choice.
          </p>
        </div>
        <div class="mt-4 flex flex-col items-start px-4">
          <p class="font-bold text-lg text-black">Jean in North Carolina</p>
          <p class="text-base    mb-2">Earned Over $100,000 in Scholarships</p>
          <div class="text-[#e95862] text-2xl mb-4">★★★★★</div>
        </div>
      </div>
    </div>

    <div class="testimonial-slide flex-col md:flex-row gap-8 w-full">
      <div class="flex-shrink-0 mx-auto md:mx-0">
        <img loading="lazy" src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/rachel-in-wa-600.jpg" alt="Woman with red glasses and dark dreadlocks smiling in front of gray wood paneling" class="w-72 h-auto rounded-xl shadow-md object-cover" />
      </div>

      <div class="flex-1 flex flex-col justify-between h-full">
        <div class="h-60 overflow-y-auto px-4">
          <p class="text-lg leading-relaxed text-black">
            I had a friend, who worked in college admissions for years, peek at the transcript I wrote (with your tips). “You made this?!?! This is incredible! One of the best homeschool transcripts I have seen.” My son got into his first choice college with a full tuition scholarship (up to $240k) for four years and $1500 off his room and board each year. We're all thrilled! Thank you for your help and giving me the confidence to be a professional!
          </p>
        </div>
        <div class="mt-4 flex flex-col items-start px-4">
          <p class="font-bold text-lg text-black">Rachel in WA</p>
          <p class="text-base mb-2">Recommends The HomeScholar</p>
          <div class="text-[#e95862] text-2xl mb-4">★★★★★</div>
        </div>
      </div>
    </div>

    <div class="testimonial-slide flex-col md:flex-row gap-8 w-full">
      <div class="flex-shrink-0 mx-auto md:mx-0">
        <img loading="lazy" src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/renee-in-europe1.jpg" alt="Smiling couple standing in front of a European-style castle over a river" class="w-72 h-auto rounded-xl shadow-md object-cover" />
      </div>

      <div class="flex-1 flex flex-col justify-between h-full">
        <div class="h-60 overflow-y-auto px-4">
          <p class="text-lg leading-relaxed text-black">
            It really made for a more professional look. You are providing a service much needed by many. Her scholarship will be paying for four years of tuition, out-of-state fees, room/board, book stipend as well as $5000 toward a month-long summer abroad program. Thank you again for all that I learned through your services.
          </p>
        </div>
        <div class="mt-4 flex flex-col items-start px-4">
          <p class="font-bold text-lg text-black">Renee in Europe</p>
          <p class="text-base    mb-2">Earned Over $100,000 in Scholarships</p>
          <div class="text-[#e95862] text-2xl mb-4">★★★★★</div>
        </div>
      </div>
    </div>

    <div class="testimonial-slide flex-col md:flex-row gap-8 w-full">
      <div class="flex-shrink-0 mx-auto md:mx-0">
        <img loading="lazy" src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/review-icon-1.jpg" alt="Badge with five red stars and text 'Another Happy Homeschool Family! The HomeScholar – Helping Parents Homeschool High School'" class="w-72 h-auto rounded-xl shadow-md object-cover" />
      </div>

      <div class="flex-1 flex flex-col justify-between h-full">
        <div class="h-60 overflow-y-auto px-4">
          <p class="text-lg leading-relaxed text-black">
            I needed to email you because... MY SON WON THE FULL-TUITION SCHOLARSHIP AT THE SCHOLARS DAY COMPETITION!!! They only gave out one, and he got it! 
          </p>
          <p class="text-lg leading-relaxed text-black">
            They told him his interview clinched the deal, and I had him prepare by practicing the questions you listed in your article. He said the practice helped him. I also had him practice a timed essay - in pencil - which could only have helped too. I just had to share. 
          </p>
          <p class="text-lg leading-relaxed text-black">
            This is for the small, private, Christian school that is ABET accredited for Computer Science. It's his first choice. The scholarship is worth approximately $100k over four years. We still kind of can't believe it. 
          </p>
          <p class="text-lg leading-relaxed text-black">
            THANK YOU for all you do and all the help you've given me. Now - on to my next kid who is a junior. I'll be calling you for help with his records in the near future.
          </p>
        </div>
        <div class="mt-4 flex flex-col items-start px-4">
          <p class="font-bold text-lg text-black">Jennifer in the Midwest</p>
          <p class="text-base    mb-2">Earned Over $100,000 in Scholarships</p>
          <div class="text-[#e95862] text-2xl mb-4">★★★★★</div>
        </div>
      </div>
    </div>

    <div class="testimonial-slide flex-col md:flex-row gap-8 w-full">
      <div class="flex-shrink-0 mx-auto md:mx-0">
        <img loading="lazy" src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/karen-h-daughter1.jpg" alt="Young woman in military-style uniform standing in front of a small aircraft inside a hangar" class="w-72 h-auto rounded-xl shadow-md object-cover" />
      </div>

      <div class="flex-1 flex flex-col justify-between h-full">
        <div class="h-60 overflow-y-auto px-4">
          <p class="text-lg leading-relaxed text-black">
            "Dreams can come true!"
          </p>
          <p class="text-lg leading-relaxed text-black">
            My daughter earned an appointment to the Air Force Academy! And the backup plan of Embry-Riddle has offered a huge scholarship as well. Thank you for all the help crafting a way to put this adventure into words on her transcript and course descriptions. It has been an incredible journey.
          </p>
          <p class="text-lg leading-relaxed text-black">
            From the very beginning decided she wanted to go to the Air Force Academy. I kept thinking it was one fThe Home Scholarting idea, except it wasn’t. She joined Civil Air Patrol when she was 12. Went to space camp and loved it. Survived her first encampment including a phone call where she told me, “If you were a real mom, you would pick me up.” She kept doing all kinds of CAP activities and learning how to speak in public, lead others, deal with lots of disappointments. She worked hard scholastically too, and got a 1390 SAT after a couple of tries.
          </p>
          <p class="text-lg leading-relaxed text-black">
            As my daughter said, "Dreams can come true!"
          </p>
        </div>
        <div class="mt-4 flex flex-col items-start px-4">
          <p class="font-bold text-lg text-black">Karen H in Idaho</p>
          <p class="text-base    mb-2">Earned Appointment to Air Force Academy</p>
          <div class="text-[#e95862] text-2xl mb-4">★★★★★</div>
        </div>
      </div>
    </div>

    <div class="testimonial-slide flex-col md:flex-row gap-8 w-full">
      <div class="flex-shrink-0 mx-auto md:mx-0">
        <img loading="lazy" src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/yvonne-berry.jpg" alt="Smiling woman wearing a wide-brimmed hat and light striped shirt outdoors on a sunny day" class="w-72 h-auto rounded-xl shadow-md object-cover" />
      </div>

      <div class="flex-1 flex flex-col justify-between h-full">
        <div class="h-60 overflow-y-auto px-4 space-y-4">
          <p class="text-lg leading-relaxed text-black">
            From using your webinars and materials through the highschool years, I gained valuable knowledge on how to prep my oldest son for college admission, and yet still allow him time for delight directed learning...(he loves designing cars more...) He studied for all 3 college prep tests on his own. He was nominated as a National Merit Scholar, with a 1510 on SAT, and perfect 36 on ACT! He applied and was accepted to his first choice private university for Transportation Design; they only offer 15 spots per year!
          </p>
          <p class="text-lg leading-relaxed text-black">
            I recommended he earnestly pray if it was God's will for him to attend that he'd receive the prestigious full tuition scholarship (worth ~$140,000 over the course of 4 years...because it wasn't going to happen otherwise!). He received the news that he was the very top candidate for the scholarship! The top pick of all 200 applicants!
          </p>
          <p class="text-lg leading-relaxed text-black">
            I had to share this amazing news with you and extend my warmest thanks again for all you have done for my family through your teaching!
          </p>
        </div>
        <div class="mt-4 flex flex-col items-start px-4">
          <p class="font-bold text-lg text-black">Yvonne in Michigan</p>
          <p class="text-base mb-2">Earned Over $100,000 in Scholarships</p>
          <div class="text-[#e95862] text-2xl mb-4">★★★★★</div>
        </div>
      </div>
    </div>
  </div>

  <!-- Left Arrow -->
  <button onclick="changeSlide(-1)"
    class="z-20 absolute hidden sm:block left-4 sm:left-0 sm:-translate-x-20 text-2xl sm:text-3xl text-[#0897C3] bg-white bg-opacity-80 px-2 py-1 rounded-full shadow-md">
    &#10094;
  </button>

  <!-- Right Arrow -->
  <button onclick="changeSlide(1)"
    class="z-20 absolute right-4 hidden sm:block sm:translate-x-20 text-2xl sm:text-3xl text-[#0897C3] bg-white bg-opacity-80 px-2 py-1 rounded-full shadow-md">
    &#10095;
  </button>

  <div id="review-dots" class="flex justify-center gap-2 mt-4 xl:hidden"></div>
  <script async src="https://homehighschoolhelp.com/wp-content/themes/homescholar/assets/js/testimonial-slider.js"></script>
</div>  </section>

  <section class="w-full bg-[#DCE8E8]">
    <div class="relative z-20 -top-8 flex justify-center">
      <div class="pill-pink promo-pill flex items-center justify-center px-12 py-8 rounded-full shadow-md"></div>

      <div class="flex justify-center items-center absolute -top-2 w-full z-30">
        <div class="w-20 h-20 rounded-full bg-[#e95862] flex items-center justify-center shadow-[0_12px_15px_-4px_rgba(0,0,0,0.3)]">
          <img src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/newarticles-2.png" alt="Paper Icon" loading="lazy" class="w-16 h-16">
        </div>
        <h2 class="text-white text-2xl font-semibold pl-4">RESOURCES</h2>
      </div>
    </div>

    <div class="max-w-6xl mx-auto px-4 pt-16 pb-24">
      <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6 bg-[#DCE8E8]">
        <a href="https://homehighschoolhelp.com/for-younger-teens" class="max-w-sm justify-self-center rounded-xl shadow-md transition-transform hover:scale-105">
          <img
            src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/front-page-younger-teens-title-square_1.jpg"
            alt="Homeschooling High School with Younger Teens. Smart Phone and airpods on a blue table"
            loading="lazy"
            class="w-full h-full object-cover rounded-xl">
        </a>

        <a href="https://homehighschoolhelp.com/for-older-teens" class="max-w-sm justify-self-center rounded-xl shadow-md transition-transform hover:scale-105">
          <img
            src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/front-page-older-teens-title-square_1.jpg"
            alt="Homeschooling High School with Older Teens. Keyboard and Coffee"
            class="w-full h-full object-cover rounded-xl">
        </a>

        <a href="https://homehighschoolhelp.com/homescholar-store/homeschool-transcript-solution" class="max-w-sm justify-self-center rounded-xl shadow-md transition-transform hover:scale-105">
          <img
            src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/front-page-help-transcript-title-square_1.jpg"
            alt="Help Creating a Homeschool Transcript. Notepad"
            loading="lazy"
            class="w-full h-full object-cover rounded-xl">
        </a>

        <a href="https://homehighschoolhelp.com/homeschool-transcript-template" class="max-w-sm justify-self-center rounded-xl shadow-md transition-transform hover:scale-105">
          <img
            src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/front-page-free-resources-title-square_1.jpg"
            alt="Spiral notebooks and a red pencil on a wooden desk with text 'Free Homeschool Resources'"
            loading="lazy"
            class="w-full h-full object-cover rounded-xl">
        </a>
      </div>
    </div>
  </section>

  <!-- ARTICLE SECTION -->
  <section>
    <div class="relative z-20 -mt-8 flex justify-center">
      <div class="pill-green promo-pill flex items-center justify-center px-12 py-8 rounded-full shadow-md"></div>
      <div class="flex justify-center items-center absolute -top-2 w-full z-30">
        <div class="w-20 h-20 rounded-full bg-[#4C6B2F] flex items-center justify-center shadow-[0_12px_15px_-4px_rgba(0,0,0,0.3)]">
          <img src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/starnew-1.png" alt="New star Icon" loading="lazy" class="w-12 h-12">
        </div>
        <h2 class="text-white text-2xl font-semibold pl-4">FEATURED ARTICLE</h2>
      </div>
    </div>

    <div class="max-w-6xl mx-auto flex flex-col md:flex-row items-center gap-8 pt-16 pb-24">
      <div class="flex-shrink-0 mx-auto md:mx-0">
        <img
          src="https://hhhimages.s3-us-west-2.amazonaws.com/online-convention-ipad-1.jpg"
          alt="Laptop on a table in front of bright windows with text 'How-to-Homeschool Online Convention – Download Your Convention Freebie and Learn How to Be a Better Home Educator'"
          loading="lazy"
          class="w-80 md:w-96 rounded-2xl shadow-lg">
      </div>

      <div class="flex-1 text-center md:text-left">
        <h3 class="text-xl font-semibold text-[#0897C3] mb-4">
          Great Homeschool Convention Online
        </h3>
        <p class="text-black text-base leading-relaxed mb-6">
          Whether you are new to homeschooling and in search of easy-to-implement ideas, or a seasoned veteran who needs some pro-tips, we have a great, free, homeschool convention for you. We are actively adding new content to this convention so make sure to check back often. We will announce all new classes on our blog so if you haven't already done so, make sure you subscribe.
        </p>
        <div class="flex flex-wrap justify-center md:justify-start gap-4">
          <a href="https://homehighschoolhelp.com/capturing-clep-credit-on-a-homeschool-transcript" class="bg-[#0897C3] text-white font-semibold px-6 py-2 rounded-full shadow hover:bg-[#007fa9] transition">
            READ NOW
          </a>
          <a href="https://homehighschoolhelp.com/blog" class="bg-[#0897C3] text-white font-semibold px-6 py-2 rounded-full shadow hover:bg-[#007fa9] transition">
            MORE ARTICLES
          </a>
        </div>
      </div>
    </div>
  </section>

  <!-- SPONSORS SECTION -->
  <section class="bg-[#B2CCCC]">
    <div class="relative z-10 -top-8 flex justify-center">
      <div class="pill-pink promo-pill flex items-center justify-center px-12 py-8 rounded-full shadow-md"></div>
      <div class="flex justify-center items-center absolute -top-2 w-full z-30">
        <div class="w-20 h-20 rounded-full bg-[#E95862] flex items-center justify-center shadow-[0_12px_15px_-4px_rgba(0,0,0,0.3)]">
          <img src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/dollarbulb-2.png" loading="lazy" alt="New star Icon" aria-hidden="true" class="w-12 h-12">
        </div>
        <h2 class="text-white text-2xl font-semibold pl-4">OUR SPONSORS</h2>
      </div>
    </div>

    <div class="grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-6 gap-6 max-w-6xl mx-auto px-4 pt-8 pb-24">
      <div class="aspect-square rounded flex items-center justify-center">
        <img src="https://hhhblogimages.s3.us-west-2.amazonaws.com/2024-25+Award+Badge.png" loading="lazy" alt="Award Winner badge from The Old Schoolhouse Magazine for 2024-25 HomeScholar curriculum">
      </div>

      <div class="aspect-square rounded flex items-center justify-center">
        <img src="https://hhhimages.s3.us-west-2.amazonaws.com/IEW-3-free-weeks-button-450.jpg" loading="lazy" alt="Award Winner badge from The Old Schoolhouse Magazine for 2024-25 HomeScholar curriculum">
      </div>

      <div class="aspect-square rounded flex items-center justify-center">
        <img src="https://hhhimages.s3-us-west-2.amazonaws.com/amazon-recommendations.jpg" loading="lazy" alt="See My Recommendations available at Amazon – The HomeScholar">
      </div>

      <div class="aspect-square rounded flex items-center justify-center">
        <img src="https://hhhimages.s3.us-west-2.amazonaws.com/the-great-courses-image.jpg" loading="lazy" alt="The Great Courses logo">
      </div>

      <div class="aspect-square rounded flex items-center justify-center">
        <img src="https://www.homehighschoolhelp.com/images/TOS-Bright-Beginnings-Kit-instagram-1.jpg" loading="lazy" alt="Start Homeschooling Today for only $279 – Includes homeschool curriculum kit and support resources">
      </div>

      <div class="aspect-square rounded flex items-center justify-center">
        <img src="https://s3-us-west-2.amazonaws.com/hhhimages/cbd(ongoing+affiliate).jpg" loading="lazy" alt="Christianbook logo with text: Largest selection of Christian books, Bibles, gifts, music and resources. Everything Christian for less!">
      </div>
    </div>
  </section>

  <section>
    <div class="relative z-20 -mt-8 flex justify-center">
      <div class="pill-green promo-pill flex items-center justify-center px-12 py-8 rounded-full shadow-md"></div>

      <div class="flex justify-center items-center absolute -top-2 w-full z-30">
        <div class="w-20 h-20 rounded-full bg-[#52722D] flex items-center justify-center shadow-[0_12px_15px_-4px_rgba(0,0,0,0.3)]">
          <img src="https://homehighschoolhelp.com/wp-content/uploads/2025/10/newarticles-2.png" loading="lazy" alt="Scroll Icon" class="w-12 h-12">
        </div>
        <h2 class="text-white text-2xl font-semibold pl-4">LASTEST BLOGS</h2>
      </div>
    </div>

    <div class="grid gap-8 sm:grid-cols-2 lg:grid-cols-3 max-w-6xl mx-auto px-4 py-16">
                <article class="bg-gray-100 rounded-lg shadow overflow-hidden hover:shadow-lg transition max-w-md justify-self-center">
            
            <div class="p-5">
              <h3 class="text-xl font-semibold text-[#0897C3]">
                <a href="https://homehighschoolhelp.com/occupational-education-for-the-confused-homeschool-parent/">Occupational Education for the Confused Homeschool Parent</a>
              </h3>
              <p class="text-sm mb-2">August 10, 2025</p>
              <p class="text-black">Occupational Education for the Confused Homeschool Parent Although different states require parents to cover different subjects according to their specific&hellip;</p>
              <a href="https://homehighschoolhelp.com/occupational-education-for-the-confused-homeschool-parent/" class="inline-block mt-3 text-[#0897C3] hover:underline">Read more</a>
            </div>
          </article>
                  <article class="bg-gray-100 rounded-lg shadow overflow-hidden hover:shadow-lg transition max-w-md justify-self-center">
            
            <div class="p-5">
              <h3 class="text-xl font-semibold text-[#0897C3]">
                <a href="https://homehighschoolhelp.com/how-to-explain-your-homeschool-legally/">How to Explain Your Homeschool Legally</a>
              </h3>
              <p class="text-sm mb-2">August 8, 2025</p>
              <p class="text-black">Sometimes it helps to explain the legality of your homeschool, so there will not be misunderstandings or additional questions. &nbsp;These&hellip;</p>
              <a href="https://homehighschoolhelp.com/how-to-explain-your-homeschool-legally/" class="inline-block mt-3 text-[#0897C3] hover:underline">Read more</a>
            </div>
          </article>
                  <article class="bg-gray-100 rounded-lg shadow overflow-hidden hover:shadow-lg transition max-w-md justify-self-center">
            
            <div class="p-5">
              <h3 class="text-xl font-semibold text-[#0897C3]">
                <a href="https://homehighschoolhelp.com/capturing-clep-credit-on-a-homeschool-transcript/">Capturing CLEP Credit on a Homeschool Transcript</a>
              </h3>
              <p class="text-sm mb-2">August 8, 2025</p>
              <p class="text-black">A CLEP Exam is a college level test that measures college level knowledge in a specific subject area. If a&hellip;</p>
              <a href="https://homehighschoolhelp.com/capturing-clep-credit-on-a-homeschool-transcript/" class="inline-block mt-3 text-[#0897C3] hover:underline">Read more</a>
            </div>
          </article>
                  <article class="bg-gray-100 rounded-lg shadow overflow-hidden hover:shadow-lg transition max-w-md justify-self-center">
                          <a href="https://homehighschoolhelp.com/how-do-you-teach-the-creation-evolution-debate-1/">
                <img width="300" height="300" src="https://homehighschoolhelp.com/wp-content/uploads/2024/11/b2ap3_large_creation-evolution-debate-top-300x300.jpg" class="w-full h-48 object-cover wp-post-image" alt="Creation-Evolution Debate" decoding="async" fetchpriority="high" srcset="https://homehighschoolhelp.com/wp-content/uploads/2024/11/b2ap3_large_creation-evolution-debate-top-300x300.jpg 300w, https://homehighschoolhelp.com/wp-content/uploads/2024/11/b2ap3_large_creation-evolution-debate-top-150x150.jpg 150w, https://homehighschoolhelp.com/wp-content/uploads/2024/11/b2ap3_large_creation-evolution-debate-top.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" />              </a>
            
            <div class="p-5">
              <h3 class="text-xl font-semibold text-[#0897C3]">
                <a href="https://homehighschoolhelp.com/how-do-you-teach-the-creation-evolution-debate-1/">How Do You Teach the Creation-Evolution Debate?</a>
              </h3>
              <p class="text-sm mb-2">November 26, 2024</p>
              <p class="text-black">Do not shy away from the creation-evolution debate. While it&#8217;s not critical to teach to younger children, high school students&hellip;</p>
              <a href="https://homehighschoolhelp.com/how-do-you-teach-the-creation-evolution-debate-1/" class="inline-block mt-3 text-[#0897C3] hover:underline">Read more</a>
            </div>
          </article>
                  <article class="bg-gray-100 rounded-lg shadow overflow-hidden hover:shadow-lg transition max-w-md justify-self-center">
                          <a href="https://homehighschoolhelp.com/withdrawing-from-public-high-school-1-1/">
                <img width="300" height="300" src="https://homehighschoolhelp.com/wp-content/uploads/2024/11/b2ap3_large_withdrrawing-from-public-school-top-300x300.jpg" class="w-full h-48 object-cover wp-post-image" alt="Withdrawing from Public High School" decoding="async" srcset="https://homehighschoolhelp.com/wp-content/uploads/2024/11/b2ap3_large_withdrrawing-from-public-school-top-300x300.jpg 300w, https://homehighschoolhelp.com/wp-content/uploads/2024/11/b2ap3_large_withdrrawing-from-public-school-top-150x150.jpg 150w, https://homehighschoolhelp.com/wp-content/uploads/2024/11/b2ap3_large_withdrrawing-from-public-school-top-768x768.jpg 768w, https://homehighschoolhelp.com/wp-content/uploads/2024/11/b2ap3_large_withdrrawing-from-public-school-top-600x600.jpg 600w, https://homehighschoolhelp.com/wp-content/uploads/2024/11/b2ap3_large_withdrrawing-from-public-school-top.jpg 1000w" sizes="(max-width: 300px) 100vw, 300px" />              </a>
            
            <div class="p-5">
              <h3 class="text-xl font-semibold text-[#0897C3]">
                <a href="https://homehighschoolhelp.com/withdrawing-from-public-high-school-1-1/">Withdrawing from Public High School</a>
              </h3>
              <p class="text-sm mb-2">November 14, 2024</p>
              <p class="text-black">If you&#8217;re here, that means you&#8217;re thinking about pulling your child from public school and starting down the homeschool road.&hellip;</p>
              <a href="https://homehighschoolhelp.com/withdrawing-from-public-high-school-1-1/" class="inline-block mt-3 text-[#0897C3] hover:underline">Read more</a>
            </div>
          </article>
                  <article class="bg-gray-100 rounded-lg shadow overflow-hidden hover:shadow-lg transition max-w-md justify-self-center">
                          <a href="https://homehighschoolhelp.com/how-a-homeschool-portfolio-can-earn-college-scholarships/">
                <img width="300" height="300" src="https://homehighschoolhelp.com/wp-content/uploads/2024/10/b2ap3_large_homeschool-portfolio-do-you-need-one-top-300x300.jpg" class="w-full h-48 object-cover wp-post-image" alt="Homeschool Portfolio College Scholarships" decoding="async" srcset="https://homehighschoolhelp.com/wp-content/uploads/2024/10/b2ap3_large_homeschool-portfolio-do-you-need-one-top-300x300.jpg 300w, https://homehighschoolhelp.com/wp-content/uploads/2024/10/b2ap3_large_homeschool-portfolio-do-you-need-one-top-150x150.jpg 150w, https://homehighschoolhelp.com/wp-content/uploads/2024/10/b2ap3_large_homeschool-portfolio-do-you-need-one-top.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" />              </a>
            
            <div class="p-5">
              <h3 class="text-xl font-semibold text-[#0897C3]">
                <a href="https://homehighschoolhelp.com/how-a-homeschool-portfolio-can-earn-college-scholarships/">How a Homeschool Portfolio Can Earn College Scholarships</a>
              </h3>
              <p class="text-sm mb-2">October 18, 2024</p>
              <p class="text-black">Some states require homeschoolers to keep a portfolio of student learning and educational progress. Simply put, portfolios show what your&hellip;</p>
              <a href="https://homehighschoolhelp.com/how-a-homeschool-portfolio-can-earn-college-scholarships/" class="inline-block mt-3 text-[#0897C3] hover:underline">Read more</a>
            </div>
          </article>
            </div>
  </section>
  <script async src="https://homehighschoolhelp.com/wp-content/themes/homescholar/assets/js/live-webinar-countdown.js"></script>
</main>

<footer class="bg-rose-500 text-white text-sm">
  <div class="max-w-7xl mx-auto px-4 py-6 flex flex-col md:flex-row justify-between items-start">
    <div class="mb-6 md:mb-0">
      <div class="space-x-2 mb-4">
        <p>
          <a href="https://homehighschoolhelp.com" class="hover:underline" aria-label="Go to Home Page">HOME</a> |
          <a href="https://homehighschoolhelp.com/blog" class="hover:underline" aria-label="Go to Blog Page"> BLOG</a> |
          <a href="https://homehighschoolhelp.com/homescholar-store" class="hover:underline" aria-label="Go to Store Page"> STORE</a> |
          <a href="https://homehighschoolhelp.com/faqs" class="hover:underline" aria-label="Go to Frequently Asked Questions Page"> FAQS</a> |
          <a href="https://homehighschoolhelp.com/policies" class="hover:underline" aria-label="Go to Policies Page"> POLICIES</a>
        </p>
      </div>
      <address class="not-italic mb-1">
        <p>208 N Western St.</p>
        <p>Amarillo, TX 79106</p>
        <p>Phone: <a class="hover:underline" href="tel:+18063165269" aria-label="Call us now!">1-806-316-5269</a></p>
      </address>
      <p class="mb-1">Opening Hours: Monday to Friday: 9:00 am to 03:00 pm (PST)</p>
    </div>

    <div class="flex flex-col space-y-3">
      <link href="https://homehighschoolhelp.com/wp-content/themes/homescholar/assets/styles/newsletter.css" emotion-css="o1n89u" rel="stylesheet">
      <form data-thank-you="https://homescholar.homehighschoolhelp.com/newsletter-thank-you1/" data-thank-you-type="external" action="https://api.leadpages.io/integration/v1/forms/93qjzgd8xJmkZ9uZqrb2Mf/submissions" data-backup-host="https://optin-snf-dot-lead-pages.appspot.com" data-form-version="2" method="POST" accept-charset="UTF-8" target="_top" autocomplete="on">
        <div class="widget-column flex__item--md-12 flex__item--xs-12">
          <p class="font-bold">Subscribe to Our Newsletter!</p>
          <div class="widget-row flex flex--12">
            <div class="flex__item--md-12 flex__item--xs-12">
              <div data-widget-id="f14b4cd4-e8a3-7923-6337-dd1dd983f32f" class="widget">
                <div class="lp-form-react w-f14b4cd4-e8a3-7923-6337-dd1dd983f32f css-o1n89u" data-widget-type="LpInputReact">
                  <div class="error-prompt error-prompt--disabled">
                    <div class="error-prompt__icon">
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 30" class="disabled-checkout">
                        <path style="fill:#656A78" d="M36.8 1h-30c-1.7 0-3 1.3-3 3v20c0 1.7 1.3 3 3 3h24.8c-0.1-0.1-0.1-0.1-0.2-0.2 -0.6-0.6-1-1.2-1.4-1.8H6.8c-0.5 0-1-0.5-1-1V12h32v2.1c0.7 0.1 1.4 0.3 2 0.6V4C39.8 2.3 38.5 1 36.8 1zM37.8 6h-32V4c0-0.5 0.5-1 1-1h30c0.5 0 1 0.5 1 1V6z"></path>
                        <path style="fill:#FA5A6A" d="M36.7 14c2.1 0 3.8 0.7 5.3 2.2s2.2 3.2 2.2 5.3 -0.7 3.8-2.2 5.3S38.8 29 36.7 29s-3.8-0.7-5.3-2.2c-1.5-1.5-2.2-3.2-2.2-5.3s0.7-3.8 2.2-5.3C32.9 14.7 34.6 14 36.7 14zM37.4 22.2v-4.5h-1.5v4.5H37.4zM37.4 25.3v-1.5h-1.5v1.5H37.4z"></path>
                      </svg>
                    </div>
                    <div class="error-prompt__details">
                      <p class="error-title"></p>
                      <p class="error-description"></p>
                    </div>
                  </div>
                  <div class="error-prompt error-prompt--invalid">
                    <div class="error-prompt__icon">
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" class="error-line">
                        <g data-name="Layer 2">
                          <g data-name="Layer 1">
                            <path d="M50 10a39.9 39.9 0 0 1 15.3 2.9 40.1 40.1 0 0 1 12.9 8.8 40.1 40.1 0 0 1 8.8 12.9A39.7 39.7 0 0 1 90 50a39.9 39.9 0 0 1-2.9 15.3 40.2 40.2 0 0 1-8.8 12.9 40.3 40.3 0 0 1-13 8.8A39.6 39.6 0 0 1 50 90a39.9 39.9 0 0 1-15.3-2.9 39.8 39.8 0 0 1-12.9-8.8 40.4 40.4 0 0 1-8.8-12.9A39.6 39.6 0 0 1 10 50a40 40 0 0 1 2.9-15.3 39.8 39.8 0 0 1 8.8-12.9 40.1 40.1 0 0 1 12.9-8.8A39.8 39.8 0 0 1 50 10ZM50 0A48.4 48.4 0 0 0 14.7 14.7 48.4 48.4 0 0 0 0 50 48.4 48.4 0 0 0 14.7 85.3 48.3 48.3 0 0 0 50 100 48.4 48.4 0 0 0 85.3 85.3 48.3 48.3 0 0 0 100 50 48.4 48.4 0 0 0 85.3 14.7 48.3 48.3 0 0 0 50 0h0Z"></path>
                            <path d="M55 55V24.8H45V55Zm0 20.3V65.1H45V75.3Z"></path>
                          </g>
                        </g>
                      </svg>
                    </div>
                    <div class="error-prompt__details">
                      <p class="error-description"></p>
                    </div>
                  </div>
                  <div class="error-prompt error-prompt--info">
                    <div class="error-prompt__icon">
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 30" class="disabled-checkout">
                        <path style="fill:#656A78" d="M36.8 1h-30c-1.7 0-3 1.3-3 3v20c0 1.7 1.3 3 3 3h24.8c-0.1-0.1-0.1-0.1-0.2-0.2 -0.6-0.6-1-1.2-1.4-1.8H6.8c-0.5 0-1-0.5-1-1V12h32v2.1c0.7 0.1 1.4 0.3 2 0.6V4C39.8 2.3 38.5 1 36.8 1zM37.8 6h-32V4c0-0.5 0.5-1 1-1h30c0.5 0 1 0.5 1 1V6z"></path>
                        <path style="fill:#FA5A6A" d="M36.7 14c2.1 0 3.8 0.7 5.3 2.2s2.2 3.2 2.2 5.3 -0.7 3.8-2.2 5.3S38.8 29 36.7 29s-3.8-0.7-5.3-2.2c-1.5-1.5-2.2-3.2-2.2-5.3s0.7-3.8 2.2-5.3C32.9 14.7 34.6 14 36.7 14zM37.4 22.2v-4.5h-1.5v4.5H37.4zM37.4 25.3v-1.5h-1.5v1.5H37.4z"></path>
                      </svg>
                    </div>
                    <div class="error-prompt__details">
                      <p class="error-title"></p>
                      <p class="error-description"></p>
                    </div>
                  </div>
                  <div data-input-container="true" class="form-field font-scale-6 labels-are-inside">
                    <div class="lp-form-react__group js-form-group" id="input-509f41874c524deaf9d8d8ba66421363-3ddHZchQZe56zAHkEobZv8">
                      <label for="509f41874c524deaf9d8d8ba66421363-3ddHZchQZe56zAHkEobZv8" class="lp-form-react__label">
                        <span class="css-4e78w1">First Name</span>
                        <input type="text" autocomplete="given-name" class="lp-form-react__input js-input-mapping bg-white text-[#0897C3]" id="509f41874c524deaf9d8d8ba66421363-3ddHZchQZe56zAHkEobZv8" maxlength="500" placeholder="First Name" name="509f41874c524deaf9d8d8ba66421363" value="">
                      </label>
                      <label for="509f41874c524deaf9d8d8ba66421363-3ddHZchQZe56zAHkEobZv8" class="lp-form-react__error lp-form-react__error--required">
                        <i class="fas fa-exclamation-circle"></i>
                        <span class="bg-white text-[#0897C3]">Please enter your First Name</span>
                      </label>
                      <label for="509f41874c524deaf9d8d8ba66421363-3ddHZchQZe56zAHkEobZv8" class="lp-form-react__error lp-form-react__error--invalid">
                        <i class="fas fa-exclamation-circle"></i>
                        <span>Please enter a valid First Name</span>
                      </label>
                    </div>
                  </div>
                  <div data-input-container="true" class="form-field font-scale-6 labels-are-inside last-visible">
                    <div class="lp-form-react__group js-form-group" id="input-8f4405ee571b3d938ce49bd84149924b-3ddHZchQZe56zAHkEobZv8">
                      <label for="8f4405ee571b3d938ce49bd84149924b-3ddHZchQZe56zAHkEobZv8" class="lp-form-react__label">
                        <span class="css-4e78w1">Email</span>
                        <input type="email" autocomplete="email" class="lp-form-react__input js-input-mapping bg-white text-[#0897C3]" id="8f4405ee571b3d938ce49bd84149924b-3ddHZchQZe56zAHkEobZv8" maxlength="500" placeholder="Email" name="8f4405ee571b3d938ce49bd84149924b" required="" value="">
                      </label>
                      <label for="8f4405ee571b3d938ce49bd84149924b-3ddHZchQZe56zAHkEobZv8" class="lp-form-react__error lp-form-react__error--required">
                        <i class="fas fa-exclamation-circle"></i>
                        <span class="bg-white text-[#0897C3]">Please enter your Email</span>
                      </label>
                      <label for="8f4405ee571b3d938ce49bd84149924b-3ddHZchQZe56zAHkEobZv8" class="lp-form-react__error lp-form-react__error--invalid">
                        <i class="fas fa-exclamation-circle"></i>
                        <span>Please enter a valid Email</span>
                      </label>
                    </div>
                  </div>
                  <div class="confirm-existence">
                    <label class="confirm-existence__label" for="confirm-existence">
                      If you are human, leave this blank.
                      <input type="text" class="confirm-existence__input" name="confirm-existence">
                    </label>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="widget-row flex flex--12">
            <div data-widget-id="35d2b73a-85e7-8e38-4dd6-02b9df5e35ac" class="widget">
              <button type="submit" class="bg-[#0897C3] text-white font-semibold px-6 py-2 mt-2 rounded-full shadow hover:bg-[#007fa9] transition" aria-label="register for our newsletter!" formtarget="_top">
                Click to Register
              </button>
            </div>
          </div>
        </div>
      </form>
      <div class="flex space-x-1">
        <a href="https://www.facebook.com/thehomescholar/" aria-label="Visit us on Facebook" class="w-10 h-10 rounded-full bg-[#0897C3] flex items-center justify-center">
          <i class="fab fa-facebook text-white text-lg"></i>
        </a>
        <a href="https://x.com/TheHomeScholar" aria-label="Visit and follow us on Twitter/X" class="w-10 h-10 rounded-full bg-[#0897C3] flex items-center justify-center">
          <i class="fab fa-x-twitter text-white text-lg"></i>
        </a>
        <a href="https://www.youtube.com/homescholar" aria-label="View and subscribe to our YouTube" class="w-10 h-10 rounded-full bg-[#0897C3] flex items-center justify-center">
          <i class="fab fa-youtube text-white text-lg"></i>
        </a>
        <a href="https://www.instagram.com/homescholar" aria-label="Follow us on Instagram" class="w-10 h-10 rounded-full bg-[#0897C3] flex items-center justify-center">
          <i class="fab fa-instagram text-white text-lg"></i>
        </a>
        <a href="https://www.pinterest.com/homescholar" aria-label="Go to our Pinterest" class="w-10 h-10 rounded-full bg-[#0897C3] flex items-center justify-center">
          <i class="fab fa-pinterest text-white text-lg"></i>
        </a>
      </div>
    </div>
  </div>

  <div class="bg-rose-600 text-center py-3">
    <p class="text-xs">Copyright © 2007 - 2025 Home High School Help</p>
  </div>
</footer>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9e9747b19fa9c5fc',t:'MTc3NTcxNDMwNy4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/homescholar/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script type="text/javascript">
		/* MonsterInsights Scroll Tracking */
		if ( typeof(jQuery) !== 'undefined' ) {
		jQuery( document ).ready(function(){
		function monsterinsights_scroll_tracking_load() {
		if ( ( typeof(__gaTracker) !== 'undefined' && __gaTracker && __gaTracker.hasOwnProperty( "loaded" ) && __gaTracker.loaded == true ) || ( typeof(__gtagTracker) !== 'undefined' && __gtagTracker ) ) {
		(function(factory) {
		factory(jQuery);
		}(function($) {

		/* Scroll Depth */
		"use strict";
		var defaults = {
		percentage: true
		};

		var $window = $(window),
		cache = [],
		scrollEventBound = false,
		lastPixelDepth = 0;

		/*
		* Plugin
		*/

		$.scrollDepth = function(options) {

		var startTime = +new Date();

		options = $.extend({}, defaults, options);

		/*
		* Functions
		*/

		function sendEvent(action, label, scrollDistance, timing) {
		if ( 'undefined' === typeof MonsterInsightsObject || 'undefined' === typeof MonsterInsightsObject.sendEvent ) {
		return;
		}
			var paramName = action.toLowerCase();
	var fieldsArray = {
	send_to: 'G-BNQJ3ZTYLF',
	non_interaction: true
	};
	fieldsArray[paramName] = label;

	if (arguments.length > 3) {
	fieldsArray.scroll_timing = timing
	MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray);
	} else {
	MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray);
	}
			}

		function calculateMarks(docHeight) {
		return {
		'25%' : parseInt(docHeight * 0.25, 10),
		'50%' : parseInt(docHeight * 0.50, 10),
		'75%' : parseInt(docHeight * 0.75, 10),
		/* Cushion to trigger 100% event in iOS */
		'100%': docHeight - 5
		};
		}

		function checkMarks(marks, scrollDistance, timing) {
		/* Check each active mark */
		$.each(marks, function(key, val) {
		if ( $.inArray(key, cache) === -1 && scrollDistance >= val ) {
		sendEvent('Percentage', key, scrollDistance, timing);
		cache.push(key);
		}
		});
		}

		function rounded(scrollDistance) {
		/* Returns String */
		return (Math.floor(scrollDistance/250) * 250).toString();
		}

		function init() {
		bindScrollDepth();
		}

		/*
		* Public Methods
		*/

		/* Reset Scroll Depth with the originally initialized options */
		$.scrollDepth.reset = function() {
		cache = [];
		lastPixelDepth = 0;
		$window.off('scroll.scrollDepth');
		bindScrollDepth();
		};

		/* Add DOM elements to be tracked */
		$.scrollDepth.addElements = function(elems) {

		if (typeof elems == "undefined" || !$.isArray(elems)) {
		return;
		}

		$.merge(options.elements, elems);

		/* If scroll event has been unbound from window, rebind */
		if (!scrollEventBound) {
		bindScrollDepth();
		}

		};

		/* Remove DOM elements currently tracked */
		$.scrollDepth.removeElements = function(elems) {

		if (typeof elems == "undefined" || !$.isArray(elems)) {
		return;
		}

		$.each(elems, function(index, elem) {

		var inElementsArray = $.inArray(elem, options.elements);
		var inCacheArray = $.inArray(elem, cache);

		if (inElementsArray != -1) {
		options.elements.splice(inElementsArray, 1);
		}

		if (inCacheArray != -1) {
		cache.splice(inCacheArray, 1);
		}

		});

		};

		/*
		* Throttle function borrowed from:
		* Underscore.js 1.5.2
		* http://underscorejs.org
		* (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
		* Underscore may be freely distributed under the MIT license.
		*/

		function throttle(func, wait) {
		var context, args, result;
		var timeout = null;
		var previous = 0;
		var later = function() {
		previous = new Date;
		timeout = null;
		result = func.apply(context, args);
		};
		return function() {
		var now = new Date;
		if (!previous) previous = now;
		var remaining = wait - (now - previous);
		context = this;
		args = arguments;
		if (remaining <= 0) {
		clearTimeout(timeout);
		timeout = null;
		previous = now;
		result = func.apply(context, args);
		} else if (!timeout) {
		timeout = setTimeout(later, remaining);
		}
		return result;
		};
		}

		/*
		* Scroll Event
		*/

		function bindScrollDepth() {

		scrollEventBound = true;

		$window.on('scroll.scrollDepth', throttle(function() {
		/*
		* We calculate document and window height on each scroll event to
		* account for dynamic DOM changes.
		*/

		var docHeight = $(document).height(),
		winHeight = window.innerHeight ? window.innerHeight : $window.height(),
		scrollDistance = $window.scrollTop() + winHeight,

		/* Recalculate percentage marks */
		marks = calculateMarks(docHeight),

		/* Timing */
		timing = +new Date - startTime;

		checkMarks(marks, scrollDistance, timing);
		}, 500));

		}

		init();
		};

		/* UMD export */
		return $.scrollDepth;

		}));

		jQuery.scrollDepth();
		} else {
		setTimeout(monsterinsights_scroll_tracking_load, 200);
		}
		}
		monsterinsights_scroll_tracking_load();
		});
		}
		/* End MonsterInsights Scroll Tracking */
		
</script><script type="text/javascript" id="ivory-search-scripts-js-extra">
/* <![CDATA[ */
var IvorySearchVars = {"is_analytics_enabled":"1"};
//# sourceURL=ivory-search-scripts-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://homehighschoolhelp.com/wp-content/plugins/add-search-to-menu/public/js/ivory-search.min.js?ver=5.5.11" id="ivory-search-scripts-js"></script>
<script type="text/javascript" src="https://homehighschoolhelp.com/wp-content/plugins/memberpress-courses/public/js/progress.js?ver=1.4.9" id="mpcs-progress-js-js"></script>
<script type="text/javascript" id="ivory-ajax-search-scripts-js-extra">
/* <![CDATA[ */
var IvoryAjaxVars = {"ajaxurl":"https://homehighschoolhelp.com/wp-admin/admin-ajax.php","ajax_nonce":"e73a19ca83"};
//# sourceURL=ivory-ajax-search-scripts-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://homehighschoolhelp.com/wp-content/plugins/add-search-to-menu/public/js/ivory-ajax-search.min.js?ver=5.5.11" id="ivory-ajax-search-scripts-js"></script>
<script type="text/javascript" src="https://homehighschoolhelp.com/wp-content/plugins/add-search-to-menu/public/js/is-highlight.min.js?ver=5.5.11" id="is-highlight-js"></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://homehighschoolhelp.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4"}}
</script>
<script type="module">
/* <![CDATA[ */
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://homehighschoolhelp.com/wp-includes/js/wp-emoji-loader.min.js
/* ]]> */
</script>

</html>