<!doctype html>
<html lang="en-US">
	<head>
		<meta charset="UTF-8">
<script type="text/javascript">
/* <![CDATA[ */
var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),document.addEventListener("gform/theme/scripts_loaded",function(){gform.themeScriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>"function"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn("The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1."),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener("gform_main_scripts_loaded",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener("gform/theme/scripts_loaded",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener("DOMContentLoaded",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook("action",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook("filter",o,r,e,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,r){gform.removeHook("action",o,r)},removeFilter:function(o,r,e){gform.removeHook("filter",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+"_"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==r?t.apply(null,e):e[0]=t.apply(null,e)})),"filter"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});
/* ]]> */
</script>

		<link rel="profile" href="http://gmpg.org/xfn/11">
		<script type="text/html" id="tmpl-bb-link-preview">
<% if ( link_scrapping ) { %>
	<% if ( link_loading ) { %>
		<span class="bb-url-scrapper-loading bb-ajax-loader"><i class="bb-icon-l bb-icon-spinner animate-spin"></i>Loading preview...</span>
	<% } %>
	<% if ( link_success || link_error ) { %>
		<a title="Cancel Preview" href="#" id="bb-close-link-suggestion">Remove Preview</a>
		<div class="bb-link-preview-container">

			<% if ( link_images && link_images.length && link_success && ! link_error && '' !== link_image_index ) { %>
				<div id="bb-url-scrapper-img-holder">
					<div class="bb-link-preview-image">
						<div class="bb-link-preview-image-cover">
							<img src="<%= link_images[link_image_index] %>"/>
						</div>
						<div class="bb-link-preview-icons">
							<%
							if ( link_images.length > 1 ) { %>
								<a data-bp-tooltip-pos="up" data-bp-tooltip="Change image" href="#" class="icon-exchange toolbar-button bp-tooltip" id="icon-exchange"><i class="bb-icon-l bb-icon-exchange"></i></a>
							<% } %>
							<% if ( link_images.length ) { %>
								<a data-bp-tooltip-pos="up" data-bp-tooltip="Remove image" href="#" class="icon-image-slash toolbar-button bp-tooltip" id="bb-link-preview-remove-image"><i class="bb-icon-l bb-icon-image-slash"></i></a>
							<% } %>
							<a data-bp-tooltip-pos="up" data-bp-tooltip="Confirm" class="toolbar-button bp-tooltip" href="#" id="bb-link-preview-select-image">
								<i class="bb-icon-check bb-icon-l"></i>
							</a>
						</div>
					</div>
					<% if ( link_images.length > 1 ) { %>
						<div class="bb-url-thumb-nav">
							<button type="button" id="bb-url-prevPicButton"><span class="bb-icon-l bb-icon-angle-left"></span></button>
							<button type="button" id="bb-url-nextPicButton"><span class="bb-icon-l bb-icon-angle-right"></span></button>
							<div id="bb-url-scrapper-img-count">
								Image <%= link_image_index + 1 %>&nbsp;of&nbsp;<%= link_images.length %>
							</div>
						</div>
					<% } %>
				</div>
			<% } %>

			<% if ( link_success && ! link_error && link_url ) { %>
				<div class="bb-link-preview-info">
					<% var a = document.createElement('a');
						a.href = link_url;
						var hostname = a.hostname;
						var domainName = hostname.replace('www.', '' );
					%>

					<% if ( 'undefined' !== typeof link_title && link_title.trim() && link_description ) { %>
						<p class="bb-link-preview-link-name"><%= domainName %></p>
					<% } %>

					<% if ( link_success && ! link_error ) { %>
						<p class="bb-link-preview-title"><%= link_title %></p>
					<% } %>

					<% if ( link_success && ! link_error ) { %>
						<div class="bb-link-preview-excerpt"><p><%= link_description %></p></div>
					<% } %>
				</div>
			<% } %>
			<% if ( link_error && ! link_success ) { %>
				<div id="bb-url-error" class="bb-url-error"><%= link_error_msg %></div>
			<% } %>
		</div>
	<% } %>
<% } %>
</script>
<script type="text/html" id="tmpl-profile-card-popup">
	<div id="profile-card" class="bb-profile-card bb-popup-card" data-bp-item-id="" data-bp-item-component="members">

		<div class="skeleton-card">
			<div class="skeleton-card-body">
				<div class="skeleton-card-avatar bb-loading-bg"></div>
				<div class="skeleton-card-entity">
					<div class="skeleton-card-type bb-loading-bg"></div>
					<div class="skeleton-card-heading bb-loading-bg"></div>
					<div class="skeleton-card-meta bb-loading-bg"></div>
				</div>
			</div>
						<div class="skeleton-card-footer skeleton-footer-plain">
				<div class="skeleton-card-button bb-loading-bg"></div>
				<div class="skeleton-card-button bb-loading-bg"></div>
				<div class="skeleton-card-button bb-loading-bg"></div>
			</div>
		</div>

		<div class="bb-card-content">
			<div class="bb-card-body">
				<div class="bb-card-avatar">
					<span class="card-profile-status"></span>
					<img src="" alt="">
				</div>
				<div class="bb-card-entity">
					<div class="bb-card-profile-type"></div>
					<h4 class="bb-card-heading"></h4>
					<div class="bb-card-meta">
						<span class="card-meta-item card-meta-joined">Joined <span></span></span>
						<span class="card-meta-item card-meta-last-active"></span>
											</div>
				</div>
			</div>
			<div class="bb-card-footer">
								<div class="bb-card-action bb-card-action-outline">
					<a href="" class="card-button card-button-profile">View Profile</a>
				</div>
			</div>
		</div>

	</div>
</script>
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

	<!-- This site is optimized with the Yoast SEO plugin v27.4 - https://yoast.com/product/yoast-seo-wordpress/ -->
	<title>DocsTeach</title>
	<meta name="description" content="Discover primary source documents and create engaging history activities with DocsTeach, the online tool from the National Archives for educators." />
	<link rel="canonical" href="https://docsteach.org/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="DocsTeach" />
	<meta property="og:description" content="Discover primary source documents and create engaging history activities with DocsTeach, the online tool from the National Archives for educators." />
	<meta property="og:url" content="https://docsteach.org/" />
	<meta property="og:site_name" content="DocsTeach" />
	<meta property="article:publisher" content="https://www.facebook.com/NationalArchivesEducation" />
	<meta property="article:modified_time" content="2026-02-20T20:26:43+00:00" />
	<meta property="og:image" content="https://docsteach.org/wp-content/uploads/2025/09/Frame-201393.png" />
	<meta property="og:image:width" content="1200" />
	<meta property="og:image:height" content="630" />
	<meta property="og:image:type" content="image/png" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@DocsTeach" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/docsteach.org\/","url":"https:\/\/docsteach.org\/","name":"DocsTeach","isPartOf":{"@id":"https:\/\/docsteach.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/docsteach.org\/#primaryimage"},"image":{"@id":"https:\/\/docsteach.org\/#primaryimage"},"thumbnailUrl":"https:\/\/docsteach.org\/wp-content\/uploads\/2025\/09\/Frame-201393.png","datePublished":"2025-03-01T15:54:46+00:00","dateModified":"2026-02-20T20:26:43+00:00","description":"Discover primary source documents and create engaging history activities with DocsTeach, the online tool from the National Archives for educators.","breadcrumb":{"@id":"https:\/\/docsteach.org\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/docsteach.org\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/docsteach.org\/#primaryimage","url":"https:\/\/docsteach.org\/wp-content\/uploads\/2025\/09\/Frame-201393.png","contentUrl":"https:\/\/docsteach.org\/wp-content\/uploads\/2025\/09\/Frame-201393.png","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/docsteach.org\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/docsteach.org\/#website","url":"https:\/\/docsteach.org\/","name":"DocsTeach","description":"The online tool for teaching with documents, from the National Archives","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/docsteach.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script>
	<meta name="msvalidate.01" content="E7D87A9129E9A38F784270C0695DAE7F" />
	<meta name="google-site-verification" content="pgdyAvpMi7yj4OeVmtQNJ9mqJ8c_6pzIhENzr6POlB4" />
	<!-- / Yoast SEO plugin. -->


		<style>
			.lazyload,
			.lazyloading {
				max-width: 100%;
			}
		</style>
				<style>
			.smush-dimensions {
				--smush-image-aspect-ratio: auto;
				aspect-ratio: var(--smush-image-aspect-ratio);
			}
		</style>
		<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='bp-nouveau-icons-map-css' href='https://docsteach.org/wp-content/plugins/buddyboss-platform/bp-templates/bp-nouveau/icons/css/icons-map.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='bp-nouveau-bb-icons-css' href='https://docsteach.org/wp-content/plugins/buddyboss-platform/bp-templates/bp-nouveau/icons/css/bb-icons.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css' href='https://docsteach.org/wp-includes/css/dashicons.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='bp-nouveau-css' href='https://docsteach.org/wp-content/plugins/buddyboss-platform/bp-templates/bp-nouveau/css/buddypress.min.css' type='text/css' media='all' />
<style id='bp-nouveau-inline-css' type='text/css'>
.list-wrap .bs-group-cover a:before{ background:unset; }
/*# sourceURL=bp-nouveau-inline-css */
</style>
<link rel='stylesheet' id='buddyboss_legacy-css' href='https://docsteach.org/wp-content/themes/buddyboss-theme/inc/plugins/buddyboss-menu-icons/vendor/kucrut/icon-picker/css/types/buddyboss_legacy.css' type='text/css' media='all' />
<style id='safe-svg-svg-icon-style-inline-css' type='text/css'>
.safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{fill:currentColor;height:100%;max-height:100%;max-width:100%;width:100%}

/*# sourceURL=https://docsteach.org/wp-content/plugins/safe-svg/dist/safe-svg-block-frontend.css */
</style>
<link rel='stylesheet' id='bb_theme_block-buddypanel-style-css-css' href='https://docsteach.org/wp-content/themes/buddyboss-theme/blocks/buddypanel/build/style-buddypanel.css' type='text/css' media='all' />
<link rel='stylesheet' id='bb-pro-enqueue-scripts-css' href='https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/assets/css/index.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='bb-access-control-css' href='https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/includes/access-control/assets/css/bb-access-control.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='bb-activity-post-feature-image-css' href='https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/includes/platform-settings/activity/post-feature-image/assets/css/bb-activity-post-feature-image.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='bb-cropper-css-css' href='https://docsteach.org/wp-content/plugins/buddyboss-platform/bp-core/css/vendor/cropper.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='bb-meprlms-frontend-css' href='https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/includes/integrations/meprlms/assets/css/meprlms-frontend.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='bb-tutorlms-admin-css' href='https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/includes/integrations/tutorlms/assets/css/bb-tutorlms-admin.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-css' href='https://docsteach.org/wp-content/themes/buddyboss-theme/inc/plugins/buddyboss-menu-icons/vendor/kucrut/icon-picker/css/types/font-awesome.css' type='text/css' media='all' />
<link rel='stylesheet' id='redux-extendify-styles-css' href='https://docsteach.org/wp-content/themes/buddyboss-theme/inc/admin/framework/redux-core/assets/css/extendify-utilities.css' type='text/css' media='all' />
<link rel='stylesheet' id='buddyboss-theme-fonts-css' href='https://docsteach.org/wp-content/themes/buddyboss-theme/assets/fonts/fonts.css' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://docsteach.org/wp-content/uploads/elementor/css/custom-frontend.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='widget-nav-menu-css' href='https://docsteach.org/wp-content/uploads/elementor/css/custom-pro-widget-nav-menu.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='widget-image-css' href='https://docsteach.org/wp-content/plugins/elementor/assets/css/widget-image.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='e-sticky-css' href='https://docsteach.org/wp-content/plugins/elementor-pro/assets/css/modules/sticky.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='widget-social-icons-css' href='https://docsteach.org/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='e-apple-webkit-css' href='https://docsteach.org/wp-content/uploads/elementor/css/custom-apple-webkit.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-6-css' href='https://docsteach.org/wp-content/uploads/elementor/css/post-6.css' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-5-all-css' href='https://docsteach.org/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-4-shim-css' href='https://docsteach.org/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='widget-heading-css' href='https://docsteach.org/wp-content/plugins/elementor/assets/css/widget-heading.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-85417-css' href='https://docsteach.org/wp-content/uploads/elementor/css/post-85417.css' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-157860-css' href='https://docsteach.org/wp-content/uploads/elementor/css/post-157860.css' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-157915-css' href='https://docsteach.org/wp-content/uploads/elementor/css/post-157915.css' type='text/css' media='all' />
<link rel='stylesheet' id='bp-zoom-css' href='https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/css/bp-zoom.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='buddyboss-theme-magnific-popup-css-css' href='https://docsteach.org/wp-content/themes/buddyboss-theme/assets/css/vendors/magnific-popup.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='buddyboss-theme-select2-css-css' href='https://docsteach.org/wp-content/themes/buddyboss-theme/assets/css/vendors/select2.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='buddyboss-theme-css-css' href='https://docsteach.org/wp-content/themes/buddyboss-theme/assets/css/theme.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='buddyboss-theme-template-css' href='https://docsteach.org/wp-content/themes/buddyboss-theme/assets/css/template-v2.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='buddyboss-theme-buddypress-css' href='https://docsteach.org/wp-content/themes/buddyboss-theme/assets/css/buddypress.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='buddyboss-theme-elementor-css' href='https://docsteach.org/wp-content/themes/buddyboss-theme/assets/css/elementor.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='buddyboss-theme-plugins-css' href='https://docsteach.org/wp-content/themes/buddyboss-theme/assets/css/plugins.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='theme-style-css' href='https://docsteach.org/wp-content/themes/NAF-DocsTeach/buddyboss-docsteach-child/css/style.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='ecs-styles-css' href='https://docsteach.org/wp-content/plugins/ele-custom-skin/assets/css/ecs-style.css' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-158579-css' href='https://docsteach.org/wp-content/uploads/elementor/css/post-158579.css' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-159365-css' href='https://docsteach.org/wp-content/uploads/elementor/css/post-159365.css' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-159413-css' href='https://docsteach.org/wp-content/uploads/elementor/css/post-159413.css' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-159986-css' href='https://docsteach.org/wp-content/uploads/elementor/css/post-159986.css' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-160941-css' href='https://docsteach.org/wp-content/uploads/elementor/css/post-160941.css' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-166644-css' href='https://docsteach.org/wp-content/uploads/elementor/css/post-166644.css' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-170791-css' href='https://docsteach.org/wp-content/uploads/elementor/css/post-170791.css' type='text/css' media='all' />
<script type="text/javascript">
            window._bbssoDOMReady = function (callback) {
                if ( document.readyState === "complete" || document.readyState === "interactive" ) {
                    callback();
                } else {
                    document.addEventListener( "DOMContentLoaded", callback );
                }
            };
            </script><script type="text/javascript" id="bb-twemoji-js-extra">
/* <![CDATA[ */
var bbemojiSettings = {"baseUrl":"https://s.w.org/images/core/emoji/14.0.0/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/14.0.0/svg/","svgExt":".svg"};
//# sourceURL=bb-twemoji-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://docsteach.org/wp-includes/js/twemoji.min.js" id="bb-twemoji-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/buddyboss-platform/bp-core/js/bb-emoji-loader.min.js" id="bb-emoji-loader-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-includes/js/jquery/jquery.min.js" id="jquery-core-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-includes/js/jquery/jquery-migrate.min.js" id="jquery-migrate-js"></script>
<script type="text/javascript" id="bb-reaction-js-extra">
/* <![CDATA[ */
var bbReactionVars = {"ajax_url":"https://docsteach.org/wp-admin/admin-ajax.php"};
//# sourceURL=bb-reaction-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/includes/reactions/assets/js/bb-reaction.min.js" id="bb-reaction-js"></script>
<script type="text/javascript" id="bp-media-dropzone-js-extra">
/* <![CDATA[ */
var bp_media_dropzone = {"dictDefaultMessage":"Drop files here to upload","dictFallbackMessage":"Your browser does not support drag'n'drop file uploads.","dictFallbackText":"Please use the fallback form below to upload your files like in the olden days.","dictFileTooBig":"Sorry, file size is too big ({{filesize}} MB). Max file size limit: {{maxFilesize}} MB.","dictInvalidFileType":"You can't upload files of this type.","dictResponseError":"Server responded with {{statusCode}} code.","dictCancelUpload":"Cancel upload","dictUploadCanceled":"Upload canceled.","dictCancelUploadConfirmation":"Are you sure you want to cancel this upload?","dictRemoveFile":"Remove file","dictMaxFilesExceeded":"You cannot upload more than 10 files at a time."};
//# sourceURL=bp-media-dropzone-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/buddyboss-platform/bp-core/js/vendor/dropzone.min.js" id="bp-media-dropzone-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/includes/integrations/meprlms/assets/js/bb-meprlms-frontend.min.js" id="bb-meprlms-frontend-js"></script>
<script type="text/javascript" id="bb-tutorlms-admin-js-extra">
/* <![CDATA[ */
var bbTutorLMSVars = {"ajax_url":"https://docsteach.org/wp-admin/admin-ajax.php","select_course_placeholder":"Start typing a course name to associate with this group."};
//# sourceURL=bb-tutorlms-admin-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/includes/integrations/tutorlms/assets/js/bb-tutorlms-admin.min.js" id="bb-tutorlms-admin-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/buddyboss-platform/bp-core/js/widget-members.min.js" id="bp-widget-members-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/buddyboss-platform/bp-core/js/jquery-query.min.js" id="bp-jquery-query-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/buddyboss-platform/bp-core/js/vendor/jquery-cookie.min.js" id="bp-jquery-cookie-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/buddyboss-platform/bp-core/js/vendor/jquery-scroll-to.min.js" id="bp-jquery-scroll-to-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js" id="font-awesome-4-shim-js"></script>
<script type="text/javascript" id="ecs_ajax_load-js-extra">
/* <![CDATA[ */
var ecs_ajax_params = {"ajaxurl":"https://docsteach.org/wp-admin/admin-ajax.php","posts":"{\"error\":\"\",\"m\":\"\",\"p\":\"85417\",\"post_parent\":\"\",\"subpost\":\"\",\"subpost_id\":\"\",\"attachment\":\"\",\"attachment_id\":0,\"name\":\"\",\"pagename\":\"\",\"page_id\":\"85417\",\"second\":\"\",\"minute\":\"\",\"hour\":\"\",\"day\":0,\"monthnum\":0,\"year\":0,\"w\":0,\"category_name\":\"\",\"tag\":\"\",\"cat\":\"\",\"tag_id\":\"\",\"author\":\"\",\"author_name\":\"\",\"feed\":\"\",\"tb\":\"\",\"paged\":0,\"meta_key\":\"\",\"meta_value\":\"\",\"preview\":\"\",\"s\":\"\",\"sentence\":\"\",\"title\":\"\",\"fields\":\"all\",\"menu_order\":\"\",\"embed\":\"\",\"category__in\":[],\"category__not_in\":[],\"category__and\":[],\"post__in\":[],\"post__not_in\":[],\"post_name__in\":[],\"tag__in\":[],\"tag__not_in\":[],\"tag__and\":[],\"tag_slug__in\":[],\"tag_slug__and\":[],\"post_parent__in\":[],\"post_parent__not_in\":[],\"author__in\":[],\"author__not_in\":[],\"search_columns\":[],\"ignore_sticky_posts\":false,\"suppress_filters\":false,\"cache_results\":true,\"update_post_term_cache\":true,\"update_menu_item_cache\":false,\"lazy_load_term_meta\":true,\"update_post_meta_cache\":true,\"post_type\":\"\",\"posts_per_page\":10,\"nopaging\":false,\"comments_per_page\":\"50\",\"no_found_rows\":false,\"order\":\"DESC\"}"};
//# sourceURL=ecs_ajax_load-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/ele-custom-skin/assets/js/ecs_ajax_pagination.js" id="ecs_ajax_load-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/ele-custom-skin/assets/js/ecs.js" id="ecs-script-js"></script>

	<script>var ajaxurl = 'https://docsteach.org/wp-admin/admin-ajax.php';</script>

	<script type="text/javascript">//<![CDATA[
  function external_links_in_new_windows_loop() {
    if (!document.links) {
      document.links = document.getElementsByTagName('a');
    }
    var change_link = false;
    var force = '';
    var ignore = '';

    for (var t=0; t<document.links.length; t++) {
      var all_links = document.links[t];
      change_link = false;
      
      if(document.links[t].hasAttribute('onClick') == false) {
        // forced if the address starts with http (or also https), but does not link to the current domain
        if(all_links.href.search(/^http/) != -1 && all_links.href.search('docsteach.org') == -1 && all_links.href.search(/^#/) == -1) {
          // console.log('Changed ' + all_links.href);
          change_link = true;
        }
          
        if(force != '' && all_links.href.search(force) != -1) {
          // forced
          // console.log('force ' + all_links.href);
          change_link = true;
        }
        
        if(ignore != '' && all_links.href.search(ignore) != -1) {
          // console.log('ignore ' + all_links.href);
          // ignored
          change_link = false;
        }

        if(change_link == true) {
          // console.log('Changed ' + all_links.href);
          document.links[t].setAttribute('onClick', 'javascript:window.open(\'' + all_links.href.replace(/'/g, '') + '\', \'_blank\', \'noopener\'); return false;');
          document.links[t].removeAttribute('target');
        }
      }
    }
  }
  
  // Load
  function external_links_in_new_windows_load(func)
  {  
    var oldonload = window.onload;
    if (typeof window.onload != 'function'){
      window.onload = func;
    } else {
      window.onload = function(){
        oldonload();
        func();
      }
    }
  }

  external_links_in_new_windows_load(external_links_in_new_windows_loop);
  //]]></script>

<meta name="TagPages" content="1.64"/>

<!--BEGIN: TRACKING CODE MANAGER (v2.5.0) BY INTELLYWP.COM IN HEAD//-->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KF4PB8V5');</script>
<!-- End Google Tag Manager -->
<!--END: https://wordpress.org/plugins/tracking-code-manager IN HEAD//-->		<script>
			document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
		</script>
				<style>
			.no-js img.lazyload {
				display: none;
			}

			figure.wp-block-image img.lazyloading {
				min-width: 150px;
			}

			.lazyload,
			.lazyloading {
				--smush-placeholder-width: 100px;
				--smush-placeholder-bg-max-width: 120px;
				--smush-placeholder-aspect-ratio: 1/1;
				width: var(--smush-image-width, var(--smush-placeholder-width)) !important;
				aspect-ratio: var(--smush-image-aspect-ratio, var(--smush-placeholder-aspect-ratio)) !important;
			}

						.lazyload, .lazyloading {
				opacity: 0;
			}

			.lazyloaded {
				opacity: 1;
				transition: opacity 400ms;
				transition-delay: 0ms;
			}

					</style>
		<link rel="stylesheet" href="https://docsteach.org/wp-content/themes/NAF-DocsTeach/buddyboss-docsteach-child/css/style-admin.min.css" type="text/css" media="all" /><meta name="generator" content="Redux 4.4.11" /><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0, user-scalable=1" /><meta name="generator" content="Elementor 3.35.5; features: e_font_icon_svg, additional_custom_breakpoints; settings: css_print_method-external, google_font-disabled, font_display-block">
			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<link rel="icon" href="https://docsteach.org/wp-content/uploads/2025/07/favicon.svg" sizes="32x32" />
<link rel="icon" href="https://docsteach.org/wp-content/uploads/2025/07/favicon.svg" sizes="192x192" />
<link rel="apple-touch-icon" href="https://docsteach.org/wp-content/uploads/2025/07/favicon.svg" />
<meta name="msapplication-TileImage" content="https://docsteach.org/wp-content/uploads/2025/07/favicon.svg" />
<style id="buddyboss_theme-style">:root{--bb-primary-color:#514D93;--bb-primary-color-rgb:81, 77, 147;--bb-body-background-color:#E8E6E0;--bb-body-background-color-rgb:232, 230, 224;--bb-content-background-color:#FFFFFF;--bb-content-alternate-background-color:#F1EFEA;--bb-content-border-color:#CCC9C3;--bb-content-border-color-rgb:204, 201, 195;--bb-cover-image-background-color:#93C4DC;--bb-headings-color:#130F1B;--bb-headings-color-rgb:19, 15, 27;--bb-body-text-color:#130F1B;--bb-body-text-color-rgb:19, 15, 27;--bb-alternate-text-color:#130F1B;--bb-alternate-text-color-rgb:19, 15, 27;--bb-primary-button-background-regular:#514D93;--bb-primary-button-background-hover:#160159;--bb-primary-button-border-regular:#514D93;--bb-primary-button-border-hover:#160159;--bb-primary-button-text-regular:#F6F5F3;--bb-primary-button-text-regular-rgb:246, 245, 243;--bb-primary-button-text-hover:#F6F5F3;--bb-primary-button-text-hover-rgb:246, 245, 243;--bb-secondary-button-background-regular:#F6F5F3;--bb-secondary-button-background-hover:#E8E6E0;--bb-secondary-button-border-regular:#CCC9C3;--bb-secondary-button-border-hover:#CCC9C3;--bb-secondary-button-text-regular:#130F1B;--bb-secondary-button-text-hover:#130F1B;--bb-header-background:#93C4DC;--bb-header-alternate-background:#E8E6E0;--bb-header-links:#1A71AC;--bb-header-links-hover:#1A71AC;--bb-header-mobile-logo-size:193px;--bb-header-height:76px;--bb-sidenav-background:#FFFFFF;--bb-sidenav-text-regular:#000000;--bb-sidenav-text-hover:#000000;--bb-sidenav-text-active:#FFFFFF;--bb-sidenav-menu-background-color-regular:#FFFFFF;--bb-sidenav-menu-background-color-hover:#F4F3F2;--bb-sidenav-menu-background-color-active:#595999;--bb-sidenav-count-text-color-regular:#000000;--bb-sidenav-count-text-color-hover:#FFFFFF;--bb-sidenav-count-text-color-active:#595999;--bb-sidenav-count-background-color-regular:#F4F3F2;--bb-sidenav-count-background-color-hover:#595999;--bb-sidenav-count-background-color-active:#FFFFFF;--bb-footer-background:#FAF9F7;--bb-footer-widget-background:#FAF9F7;--bb-footer-text-color:#5A5A5A;--bb-footer-menu-link-color-regular:#5A5A5A;--bb-footer-menu-link-color-hover:#595999;--bb-footer-menu-link-color-active:#1E2132;--bb-admin-screen-bgr-color:#F1EFEA;--bb-admin-screen-txt-color:#130F1B;--bb-login-register-link-color-regular:#1A71AC;--bb-login-register-link-color-hover:#1A71AC;--bb-login-register-button-background-color-regular:#514D93;--bb-login-register-button-background-color-hover:#160159;--bb-login-register-button-border-color-regular:#514D93;--bb-login-register-button-border-color-hover:#160159;--bb-login-register-button-text-color-regular:#F6F5F3;--bb-login-register-button-text-color-hover:#F6F5F3;--bb-label-background-color:#87A6D4;--bb-label-text-color:#FFFFFF;--bb-tooltip-background:#393E41;--bb-tooltip-background-rgb:57, 62, 65;--bb-tooltip-color:#FFFFFF;--bb-default-notice-color:#514D93;--bb-default-notice-color-rgb:81, 77, 147;--bb-success-color:#027A48;--bb-success-color-rgb:2, 122, 72;--bb-warning-color:#F7BA45;--bb-warning-color-rgb:247, 186, 69;--bb-danger-color:#B42318;--bb-danger-color-rgb:180, 35, 24;--bb-login-custom-heading-color:#130F1B;--bb-button-radius:4px;--bb-block-radius:10px;--bb-option-radius:5px;--bb-block-radius-inner:6px;--bb-input-radius:6px;--bb-label-type-radius:6px;--bb-checkbox-radius:5.4px;--bb-primary-button-focus-shadow:0px 0px 1px 2px rgba(0, 0, 0, 0.05), inset 0px 0px 0px 2px rgba(0, 0, 0, 0.08);--bb-secondary-button-focus-shadow:0px 0px 1px 2px rgba(0, 0, 0, 0.05), inset 0px 0px 0px 2px rgba(0, 0, 0, 0.08);--bb-outline-button-focus-shadow:0px 0px 1px 2px rgba(0, 0, 0, 0.05), inset 0px 0px 0px 2px rgba(0, 0, 0, 0.08);--bb-input-focus-shadow:0px 0px 0px 2px rgba(var(--bb-primary-color-rgb), 0.1);--bb-input-focus-border-color:var(--bb-primary-color);--bb-widget-title-text-transform:none;}.bb-style-primary-bgr-color {background-color:#514D93;}.bb-style-border-radius {border-radius:4px;}#site-logo .site-title img {max-height:inherit;}.site-header-container .site-branding {min-width:170px;}#site-logo .site-title .bb-logo img,#site-logo .site-title img.bb-logo,.buddypanel .site-title img {width:170px;}.site-title img.bb-mobile-logo {width:193px;}.footer-logo img {max-width:140px;}.site-header-container #site-logo .bb-logo img,.site-header-container #site-logo .site-title img.bb-logo,.site-title img.bb-mobile-logo {max-height:76px}.sticky-header .site-content,body.buddypress.sticky-header .site-content,.bb-buddypanel.sticky-header .site-content,.single-sfwd-quiz.bb-buddypanel.sticky-header .site-content,.single-sfwd-lessons.bb-buddypanel.sticky-header .site-content,.single-sfwd-topic.bb-buddypanel.sticky-header .site-content {padding-top:76px}.site-header .site-header-container,.header-search-wrap,.header-search-wrap input.search-field,.header-search-wrap form.search-form {height:76px;}.sticky-header .bp-feedback.bp-sitewide-notice {top:76px;}@media screen and (max-width:767px) {.bb-mobile-header {height:76px;}#learndash-content .lms-topic-sidebar-wrapper .lms-topic-sidebar-data,.lifter-topic-sidebar-wrapper .lifter-topic-sidebar-data {height:calc(90vh - 76px);}}[data-balloon]:after,[data-bp-tooltip]:after {background-color:rgba( 57,62,65,1 );box-shadow:none;}[data-balloon]:before,[data-bp-tooltip]:before {background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba( 57,62,65,1 )%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;}[data-bp-tooltip][data-bp-tooltip-pos="right"]:before,[data-balloon][data-balloon-pos='right']:before {background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba( 57,62,65,1 )%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;}[data-bp-tooltip][data-bp-tooltip-pos="left"]:before,[data-balloon][data-balloon-pos='left']:before {background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba( 57,62,65,1 )%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;}[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:before,[data-bp-tooltip][data-bp-tooltip-pos="down"]:before,[data-balloon][data-balloon-pos='down']:before {background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba( 57,62,65,1 )%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;}</style>
            <style id="buddyboss_theme-bp-style">
                #buddypress #header-cover-image.has-default,#buddypress #header-cover-image.has-default .guillotine-window img,.bs-group-cover.has-default a {background-color:#93C4DC;}body.buddypress.register .register-section-logo img,body.buddypress.activation .activate-section-logo img {width:230px;}
            </style>
            
		<style id="buddyboss_theme-custom-style">

		a.bb-close-panel i {top:21px;}
		</style>
		
	</head>

	<body class="home-page bp-nouveau home wp-singular page-template-default page page-id-85417 wp-theme-buddyboss-theme wp-child-theme-NAF-DocsTeachbuddyboss-docsteach-child buddyboss-theme bb-template-v2 buddypanel-logo-off bb-custom-typo  header-style-3  menu-style-tab_bar sticky-header elementor-default elementor-kit-6 elementor-page elementor-page-85417 no-js">

        
<!--BEGIN: TRACKING CODE MANAGER (v2.5.0) BY INTELLYWP.COM IN BODY//-->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KF4PB8V5" height="0" width="0"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!--END: https://wordpress.org/plugins/tracking-code-manager IN BODY//-->
		
		<div id="page" class="site">

					<header data-elementor-type="header" data-elementor-id="157860" class="elementor elementor-157860 elementor-location-header" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-991d038 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-parent" data-id="991d038" data-element_type="container" data-e-type="container" id="naf-header" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-ff67331 e-con-full utility-container hide-print e-flex e-con e-child" data-id="ff67331" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-3d9e6a3 e-con-full utility-inner e-flex e-con e-child" data-id="3d9e6a3" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-8e453e9 elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="8e453e9" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade">
				<ul id="menu-1-8e453e9" class="elementor-nav-menu"><li class="nav-signed-out menu-item menu-item-type-custom menu-item-object-custom menu-item-157871"><a href="/wp-login.php" class="elementor-item">Sign In</a></li>
<li class="nav-signed-out nav-btn-style menu-item menu-item-type-custom menu-item-object-custom menu-item-157872"><a href="/register" class="elementor-item">Register</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-8e453e9" class="elementor-nav-menu"><li class="nav-signed-out menu-item menu-item-type-custom menu-item-object-custom menu-item-157871"><a href="/wp-login.php" class="elementor-item" tabindex="-1">Sign In</a></li>
<li class="nav-signed-out nav-btn-style menu-item menu-item-type-custom menu-item-object-custom menu-item-157872"><a href="/register" class="elementor-item" tabindex="-1">Register</a></li>
</ul>			</nav>
						</div>
				<div class="elementor-element elementor-element-f5a0a08 elementor-widget elementor-widget-header-bar" data-id="f5a0a08" data-element_type="widget" data-e-type="widget" data-widget_type="header-bar.default">
				<div class="elementor-widget-container">
					
<div class="site-header site-header--elementor icon-fill-in site-header--align-right avatar-none" data-search-icon="" data-messages-icon="" data-notifications-icon="" data-cart-icon="" data-dark-icon="" data-sidebartoggle-icon="">

	
					
<div id="header-aside" class="header-aside name_and_avatar">
	<div class="header-aside-inner">

		
							<a href="#" class="header-search-link" data-balloon-pos="down" data-balloon="Search" aria-label="Search"><i class="bb-icon-l bb-icon-search"></i></a>
				<span class="search-separator bb-separator"></span>
								<div class="bb-header-buttons">
					<a href="https://docsteach.org/wp-login.php" class="button small outline signin-button link">Sign in</a>

											<a href="https://docsteach.org/register/" class="button small signup">Sign up</a>
									</div>
			
	</div><!-- .header-aside-inner -->
</div><!-- #header-aside -->
	
	
	
<div class="bb-mobile-header-wrapper bb-single-icon">
	<div class="bb-mobile-header flex align-items-center">
		<div class="bb-left-panel-icon-wrap">
			<a href="#" class="push-left bb-left-panel-mobile" aria-label="Open Menu"><i class="bb-icon-l bb-icon-bars"></i></a>
		</div>

		<div class="flex-1 mobile-logo-wrapper">
			
			<div class="site-title">

				<a href="https://docsteach.org/" rel="home">
									</a>

			</div>
		</div>
		<div class="header-aside">
								<a data-balloon-pos="left" data-balloon="Search" aria-label="Search" href="#" class="push-right header-search-link"><i class="bb-icon-l bb-icon-search"></i></a>
							</div>
	</div>

	<div class="header-search-wrap">
		<div class="container">
			
<form role="search" method="get" class="search-form" action="https://docsteach.org/">
	<label>
		<span class="screen-reader-text">Search for:</span>
		<input type="search" class="search-field-top" placeholder="Search" value="" name="s" />
	</label>
</form>
			<a data-balloon-pos="left" data-balloon="Close" href="#" class="close-search"><i class="bb-icon-l bb-icon-times"></i></a>
		</div>
	</div>
</div>

<div class="bb-mobile-panel-wrapper left light closed">
	<div class="bb-mobile-panel-inner">
		<div class="bb-mobile-panel-header">
							<div class="logo-wrap">
					<a href="https://docsteach.org/" rel="home">
											</a>
				</div>
						<a href="#" class="bb-close-panel" aria-label="Close Menu"><i class="bb-icon-l bb-icon-times"></i></a>
		</div>

		<nav class="main-navigation" data-menu-space="120">
			<ul id="menu-mobile-menu-logged-out" class="bb-primary-menu mobile-menu buddypanel-menu side-panel-menu"><li id="menu-item-186957" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186957"><a href="https://docsteach.org/primary-sources/historical-eras/">&lt;i class=&#039;bb-icon-file&#039;&gt;&lt;/i&gt;&lt;span class=&#039;link-text&#039;&gt;Primary Sources&lt;/span&gt;</a></li>
<li id="menu-item-186955" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186955"><a href="https://docsteach.org/lessons/historical-eras/">&lt;i class=&#039;bb-icon-file&#039;&gt;&lt;/i&gt;&lt;span class=&#039;link-text&#039;&gt;Educational Activities&lt;/span&gt;</a></li>
<li id="menu-item-186956" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186956"><a href="https://docsteach.org/topics/">&lt;i class=&#039;bb-icon-file&#039;&gt;&lt;/i&gt;&lt;span class=&#039;link-text&#039;&gt;Popular Topics&lt;/span&gt;</a></li>
<li id="menu-item-186958" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-186958"><a href="https://docsteach.org/teaching-tools/">&lt;i class=&#039;bb-icon-file&#039;&gt;&lt;/i&gt;&lt;span class=&#039;link-text&#039;&gt;Teaching Tools&lt;/span&gt;</a>
<ul class="sub-menu">
	<li id="menu-item-186959" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186959"><a href="https://docsteach.org/teaching-tools/activity-tool-instructions/">&lt;i class=&#039;bb-icon-file&#039;&gt;&lt;/i&gt;&lt;span class=&#039;link-text&#039;&gt;Activity Tool Instructions&lt;/span&gt;</a></li>
	<li id="menu-item-186960" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186960"><a href="https://docsteach.org/teaching-tools/guides-and-resources/">&lt;i class=&#039;bb-icon-file&#039;&gt;&lt;/i&gt;&lt;span class=&#039;link-text&#039;&gt;Guides and Resources&lt;/span&gt;</a></li>
</ul>
</li>
<li id="menu-item-187018" class="bp-menu bp-login-nav menu-item menu-item-type-custom menu-item-object-custom menu-item-187018"><a href="https://docsteach.org/wp-login.php?redirect_to=https%3A%2F%2Fdocsteach.org%2F%3Foption%3Dcom_ml_activities%26view%3Drssfeed%26format%3Dfeed%26type%3Drss"><i class="_mi _before bb-icon-l buddyboss bb-icon-sign-in" aria-hidden="true"></i><span>Sign In</span></a></li>
<li id="menu-item-187019" class="bp-menu bp-register-nav menu-item menu-item-type-custom menu-item-object-custom menu-item-187019"><a href="https://docsteach.org/register/"><i class="_mi _before bb-icon-l buddyboss bb-icon-clipboard" aria-hidden="true"></i><span>Register</span></a></li>
</ul>		</nav>

	</div>
</div>
	<div class="header-search-wrap header-search-wrap--elementor">
		<div class="container">
			
<form role="search" method="get" class="search-form" action="https://docsteach.org/">
	<label>
		<span class="screen-reader-text">Search for:</span>
		<input type="search" class="search-field-top" placeholder="Search" value="" name="s" />
	</label>
</form>
			<a href="#" class="close-search">
				<i class="bb-icon-rl bb-icon-times"></i>
				<span class="screen-reader-text">Close search</span>
			</a>
		</div>
	</div>
</div>
				</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-48ca6a6 e-con-full logo-container e-flex e-con e-child" data-id="48ca6a6" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-ac6aee2 e-con-full e-flex e-con e-child" data-id="ac6aee2" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-171b17e elementor-widget elementor-widget-image" data-id="171b17e" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
																<a href="https://docsteach.org" aria-label="DocsTeach Logo">
							<img width="274" height="40" class="no-lazyload" src="https://docsteach.org/wp-content/uploads/2025/05/naf-site-logo.svg" title="naf-site-logo" alt="naf-site-logo" loading="lazy" />								</a>
															</div>
				<div class="elementor-element elementor-element-2e82032 elementor-widget elementor-widget-text-editor" data-id="2e82032" data-element_type="widget" data-e-type="widget" id="logo-text" data-widget_type="text-editor.default">
									<p>A National Archives Foundation educational resource using primary sources from the National Archives</p>								</div>
				</div>
		<div class="elementor-element elementor-element-3d9a8c0 e-con-full owner-logos e-flex e-con e-child" data-id="3d9a8c0" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-7ebcaae elementor-widget elementor-widget-image" data-id="7ebcaae" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
																<a href="https://archivesfoundation.org/" target="_blank" aria-label="National Archives Foundation Logo">
							<img width="75" height="57" class="no-lazyload" src="https://docsteach.org/wp-content/uploads/2025/05/naf-logo-primary-blk.svg" title="naf-logo-primary-blk" alt="naf-logo-primary-blk" loading="lazy" />								</a>
															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-10bff0b nav-menu-container hide-print e-flex e-con-boxed e-con e-child" data-id="10bff0b" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a956198 elementor-nav-menu__align-justify elementor-nav-menu--stretch elementor-nav-menu__text-align-center elementor-widget__width-inherit elementor-nav-menu--dropdown-tablet elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="a956198" data-element_type="widget" data-e-type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade">
				<ul id="menu-1-a956198" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-159170"><a href="https://docsteach.org/primary-sources/historical-eras/" class="elementor-item"><i class="_mi _before bb-icon-l buddyboss bb-icon-file-doc" aria-hidden="true"></i><span>Primary Sources</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-159169"><a href="https://docsteach.org/lessons/historical-eras/" class="elementor-item"><i class="_mi _before bb-icon-l buddyboss bb-icon-graduation-cap" aria-hidden="true"></i><span>Educational Activities</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-155819"><a href="https://docsteach.org/topics/" class="elementor-item"><i class="_mi _before bb-icon-l buddyboss bb-icon-bookmark" aria-hidden="true"></i><span>Popular Topics</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-155825"><a href="https://docsteach.org/teaching-tools/" class="elementor-item"><i class="_mi _before bb-icon-l buddyboss bb-icon-tools" aria-hidden="true"></i><span>Teaching Tools</span></a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-155828"><a href="https://docsteach.org/teaching-tools/activity-tool-instructions/" class="elementor-sub-item">Activity Tool and Instructions</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-155827"><a href="https://docsteach.org/teaching-tools/guides-and-resources/" class="elementor-sub-item">Guides and Resources</a></li>
</ul>
</li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
			<svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open e-font-icon-svg e-eicon-menu-bar" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z"></path></svg><svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close e-font-icon-svg e-eicon-close" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg>		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-a956198" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-159170"><a href="https://docsteach.org/primary-sources/historical-eras/" class="elementor-item" tabindex="-1"><i class="_mi _before bb-icon-l buddyboss bb-icon-file-doc" aria-hidden="true"></i><span>Primary Sources</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-159169"><a href="https://docsteach.org/lessons/historical-eras/" class="elementor-item" tabindex="-1"><i class="_mi _before bb-icon-l buddyboss bb-icon-graduation-cap" aria-hidden="true"></i><span>Educational Activities</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-155819"><a href="https://docsteach.org/topics/" class="elementor-item" tabindex="-1"><i class="_mi _before bb-icon-l buddyboss bb-icon-bookmark" aria-hidden="true"></i><span>Popular Topics</span></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-155825"><a href="https://docsteach.org/teaching-tools/" class="elementor-item" tabindex="-1"><i class="_mi _before bb-icon-l buddyboss bb-icon-tools" aria-hidden="true"></i><span>Teaching Tools</span></a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-155828"><a href="https://docsteach.org/teaching-tools/activity-tool-instructions/" class="elementor-sub-item" tabindex="-1">Activity Tool and Instructions</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-155827"><a href="https://docsteach.org/teaching-tools/guides-and-resources/" class="elementor-sub-item" tabindex="-1">Guides and Resources</a></li>
</ul>
</li>
</ul>			</nav>
						</div>
				<div class="elementor-element elementor-element-950b185 elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html" data-id="950b185" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
					<style>
  
</style>				</div>
					</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f2a5c85 e-con-full elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra e-flex e-con e-parent" data-id="f2a5c85" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-c817686 e-con-full e-flex e-con e-child" data-id="c817686" data-element_type="container" data-e-type="container" id="mobile-menu-container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-1549914 e-con-full e-flex e-con e-child" data-id="1549914" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-90c0e89 no-lazyload elementor-widget elementor-widget-image" data-id="90c0e89" data-element_type="widget" data-e-type="widget" id="mobile-logo" data-widget_type="image.default">
																<a href="https://docsteach.org" aria-label="DocsTeach Logo">
							<img width="274" height="40" class="no-lazyload" src="https://docsteach.org/wp-content/uploads/2025/05/naf-site-logo.svg" title="naf-site-logo" alt="naf-site-logo" loading="lazy" />								</a>
															</div>
				</div>
		<div class="elementor-element elementor-element-4fc2aab e-con-full owner-logos hide-print e-flex e-con e-child" data-id="4fc2aab" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-5adf755 elementor-view-default elementor-widget elementor-widget-icon" data-id="5adf755" data-element_type="widget" data-e-type="widget" id="mobile-menu-open" data-widget_type="icon.default">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE4Njk2NyIsInRvZ2dsZSI6dHJ1ZX0%3D">
			<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M3.84668 7.66988V8.15357C3.84668 8.29176 3.89274 8.40693 3.98488 8.49906C4.07701 8.59119 4.19217 8.63725 4.33036 8.63725H18.7258C18.8486 8.63725 18.9561 8.59119 19.0482 8.49906C19.1403 8.40693 19.1864 8.29176 19.1864 8.15357V7.66988C19.1864 7.54704 19.1403 7.43955 19.0482 7.34742C18.9561 7.25529 18.8486 7.20923 18.7258 7.20923H4.33036C4.19217 7.20923 4.07701 7.25529 3.98488 7.34742C3.89274 7.43955 3.84668 7.54704 3.84668 7.66988ZM4.33036 11.286C4.19217 11.286 4.07701 11.3321 3.98488 11.4242C3.89274 11.5163 3.84668 11.6315 3.84668 11.7697V12.2303C3.84668 12.3685 3.89274 12.4837 3.98488 12.5758C4.07701 12.668 4.19217 12.714 4.33036 12.714H18.7258C18.8486 12.714 18.9561 12.668 19.0482 12.5758C19.1403 12.4837 19.1864 12.3685 19.1864 12.2303V11.7697C19.1864 11.6315 19.1403 11.5163 19.0482 11.4242C18.9561 11.3321 18.8486 11.286 18.7258 11.286H4.33036ZM4.33036 15.3628C4.19217 15.3628 4.07701 15.4088 3.98488 15.501C3.89274 15.5931 3.84668 15.7083 3.84668 15.8465V16.3071C3.84668 16.4453 3.89274 16.5605 3.98488 16.6526C4.07701 16.7447 4.19217 16.7908 4.33036 16.7908H18.7258C18.8486 16.7908 18.9561 16.7447 19.0482 16.6526C19.1403 16.5605 19.1864 16.4453 19.1864 16.3071V15.8465C19.1864 15.7083 19.1403 15.5931 19.0482 15.501C18.9561 15.4088 18.8486 15.3628 18.7258 15.3628H4.33036Z" fill="black"></path></svg>			</a>
		</div>
						</div>
				</div>
				</div>
				</div>
				</header>
		
			<header id="masthead" class="elementor-header">
							</header>

			
			
			<div id="content" class="site-content">

				
				<div class="container">
					<div class="bb-grid site-content-grid">
    <div id="primary" class="content-area bb-grid-cell">
        <main id="main" class="site-main">

			
<article id="post-85417" class="post-85417 page type-page status-publish has-post-thumbnail hentry">
            <header class="entry-header"><h1 class="entry-title">Home</h1></header>
    
	<div class="entry-content">
				<div data-elementor-type="wp-page" data-elementor-id="85417" class="elementor elementor-85417" data-elementor-post-type="page">
				<div class="elementor-element elementor-element-eb913eb page-heading-container e-flex e-con-boxed e-con e-parent" data-id="eb913eb" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a2a34ca home-hero elementor-widget elementor-widget-heading" data-id="a2a34ca" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h1 class="elementor-heading-title elementor-size-default">Bring History to Life</h1>				</div>
				<div class="elementor-element elementor-element-eeecd4d text-32 archivo-narrow-text xxxl-text elementor-widget elementor-widget-heading" data-id="eeecd4d" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<p class="elementor-heading-title elementor-size-default">Help Students Form a Connection to the Past.</p>				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-e4cc869 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-parent" data-id="e4cc869" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-5653d79 elementor-widget elementor-widget-template" data-id="5653d79" data-element_type="widget" data-e-type="widget" data-widget_type="template.default">
				<div class="elementor-widget-container">
							<div class="elementor-template">
					<div data-elementor-type="container" data-elementor-id="158745" class="elementor elementor-158745" data-elementor-post-type="elementor_library">
				<div class="elementor-element elementor-element-758e2477 e-con-full hero-image-gallery e-flex e-con e-parent" data-id="758e2477" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-2ba1a46a e-con-full home-hero-image-inner-wrapper e-flex e-con e-child" data-id="2ba1a46a" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-77c6cca1 e-con-full home-hero-first-image-col e-flex e-con e-child" data-id="77c6cca1" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-f868446 sole-image elementor-widget elementor-widget-image" data-id="f868446" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img decoding="async" width="295" height="375" class="no-lazyload" src="https://docsteach.org/wp-content/uploads/elementor/thumbs/orig_302053_251-ra9ne70y84cikhd435na15ygrjuj32iknan312hnc6.jpg" title="" alt="Patent Application for the Incandescent Light Bulb" loading="lazy" />															</div>
				</div>
		<div class="elementor-element elementor-element-1b8d3c3a e-con-full home-hero-second-image-col e-flex e-con e-child" data-id="1b8d3c3a" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-7faf1de2 multi-image elementor-widget elementor-widget-image" data-id="7faf1de2" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img decoding="async" width="295" height="188" class="no-lazyload" src="https://docsteach.org/wp-content/uploads/elementor/thumbs/orig_542044_1971-ra9gwzaijx2bq0oyw37p1bs6ifms0d2kskjdhxh34o.jpg" title="" alt="The Civil Rights March on Washington" loading="lazy" />															</div>
				<div class="elementor-element elementor-element-54e25da8 multi-image elementor-widget elementor-widget-image" data-id="54e25da8" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img decoding="async" width="295" height="188" class="no-lazyload" src="https://docsteach.org/wp-content/uploads/elementor/thumbs/orig_593743_2091-raav9ctq302jiy46vzyd6hasd8nuip2tmzy2do8vtk.jpg" title="" alt="Photograph of Astronaut Edwin E. (Buzz) Aldrin, Jr. Posing on the Moon Next to the U.S. Flag" loading="lazy" />															</div>
				</div>
		<div class="elementor-element elementor-element-6bd05157 e-con-full home-hero-third-image-col e-flex e-con e-child" data-id="6bd05157" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-5b90efbf sole-image elementor-widget elementor-widget-image" data-id="5b90efbf" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img decoding="async" width="294" height="375" class="no-lazyload" src="https://docsteach.org/wp-content/smush-webp/elementor/thumbs/orig_301682_3421-r6s4buzmsl8dnl17m5ycxi77aw0wd2qe6pvrki3m06.jpg.webp" title="" alt="Dunlap Broadside [Declaration of Independence]" loading="lazy" />															</div>
				</div>
		<div class="elementor-element elementor-element-1a172e37 e-con-full home-hero-fourth-image-col e-flex e-con e-child" data-id="1a172e37" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-730699e8 multi-image elementor-widget elementor-widget-image" data-id="730699e8" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img decoding="async" width="295" height="188" class="no-lazyload" src="https://docsteach.org/wp-content/uploads/elementor/thumbs/primary_2398_20170808190258-ra9nurwgrx0j3fup9kbh5sj1nqfcknqm4xtns53nko.jpg" title="" alt="Hepburn Rate Bill" loading="lazy" />															</div>
				<div class="elementor-element elementor-element-35b41892 multi-image elementor-widget elementor-widget-image" data-id="35b41892" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img decoding="async" width="295" height="188" class="no-lazyload" src="https://docsteach.org/wp-content/smush-webp/elementor/thumbs/orig_594889_2339-r6aypfwnh7qwwnnbedujn31aav02jxcga4knjlj1g8.jpg.webp" title="" alt="Map of the Louisiana Purchase Territory" loading="lazy" />															</div>
				</div>
		<div class="elementor-element elementor-element-34894cd2 e-con-full home-hero-fifth-image-col e-flex e-con e-child" data-id="34894cd2" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-279ff7b1 multi-image multi-image-tall elementor-widget elementor-widget-image" data-id="279ff7b1" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img decoding="async" width="353" height="282" class="no-lazyload" src="https://docsteach.org/wp-content/uploads/elementor/thumbs/orig_183504021906_668721-ra9nfyxzuagac5j5u0rrvwujkwhaf7qr1rd664ogg4.jpg" title="" alt="American Soldiers Landing off the Coast of France" loading="lazy" />															</div>
				<div class="elementor-element elementor-element-41f6e3ba multi-image elementor-widget elementor-widget-image" data-id="41f6e3ba" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img decoding="async" width="295" height="188" class="no-lazyload" src="https://docsteach.org/wp-content/uploads/elementor/thumbs/orig_5711623_13387-raazhjuyoaexdz1l6aapekon08iduea7kancrkl2c8.jpg" title="" alt="Uncle Sam Says, Garden to Cut Food Costs" loading="lazy" />															</div>
				</div>
				</div>
				</div>
				</div>
				</div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-8d5ec6e e-con-full hero-overlay-bars elementor-hidden-mobile elementor-hidden-tablet e-flex e-con e-parent" data-id="8d5ec6e" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-5c7bd6b e-con-full hero-bar e-flex e-con e-child" data-id="5c7bd6b" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}">
				</div>
		<div class="elementor-element elementor-element-a89f575 e-con-full hero-bar e-flex e-con e-child" data-id="a89f575" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}">
				</div>
				</div>
		<div class="elementor-element elementor-element-51444e7 e-flex e-con-boxed e-con e-parent" data-id="51444e7" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-29f20a5 elementor-widget__width-inherit elementor-widget elementor-widget-template" data-id="29f20a5" data-element_type="widget" data-e-type="widget" data-widget_type="template.default">
				<div class="elementor-widget-container">
							<div class="elementor-template">
					<div data-elementor-type="container" data-elementor-id="166204" class="elementor elementor-166204" data-elementor-post-type="elementor_library">
				<div class="elementor-element elementor-element-45a4959a hover-tab-container e-flex e-con-boxed e-con e-parent" data-id="45a4959a" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-66e4d0f7 e-con-full hover-tab e-flex e-con e-child" data-id="66e4d0f7" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-2a956de1 elementor-widget elementor-widget-heading" data-id="2a956de1" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Explore Primary Sources</h2>				</div>
				<div class="elementor-element elementor-element-1b72ab39 hover-tab-text elementor-widget elementor-widget-text-editor" data-id="1b72ab39" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><a href="https://docsteach.org/primary-sources/historical-eras/">Explore Primary Source Documents</a></p>								</div>
				</div>
		<div class="elementor-element elementor-element-3fd763dd e-con-full hover-tab e-flex e-con e-child" data-id="3fd763dd" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-517896b5 elementor-widget elementor-widget-heading" data-id="517896b5" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Discover Activities</h2>				</div>
				<div class="elementor-element elementor-element-4db66d0c hover-tab-text elementor-widget elementor-widget-text-editor" data-id="4db66d0c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><a href="https://docsteach.org/lessons/historical-eras/">Discover Activities You Can Teach With</a></p>								</div>
				</div>
		<div class="elementor-element elementor-element-288e7d48 e-con-full hover-tab e-flex e-con e-child" data-id="288e7d48" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-78489e7e elementor-widget elementor-widget-heading" data-id="78489e7e" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Create Activities</h2>				</div>
				<div class="elementor-element elementor-element-5da07251 hover-tab-text elementor-widget elementor-widget-text-editor" data-id="5da07251" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><a href="https://docsteach.org/teaching-tools/activity-tool-instructions/">Create Fun &amp; Engaging Activities</a></p>								</div>
				</div>
					</div>
				</div>
				</div>
				</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a092608 cta-form-container e-flex e-con-boxed e-con e-parent" data-id="a092608" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-5732f62 e-con-full text-container e-flex e-con e-child" data-id="5732f62" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-5834c6c elementor-widget elementor-widget-heading" data-id="5834c6c" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">DocsTeach For Teachers, Students, and History Explorers</h2>				</div>
				<div class="elementor-element elementor-element-2980c9a archivo-narrow-text xxxl-text elementor-widget elementor-widget-text-editor" data-id="2980c9a" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
					<div class="bb-theme-elementor-wrap bb-elementor-custom-color">				<p>Access thousands of primary sources  — letters, photographs, speeches, posters, maps, videos, and other document types — spanning the course of American history. Borrow from an ever-expanding collection of document-based activities from the National Archives holdings by teachers around the U.S. and the world. Copy and modify activities for your students.</p>				</div>				</div>
		<div class="elementor-element elementor-element-7848ab4 e-con-full e-flex e-con e-child" data-id="7848ab4" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-5cf0c48 elementor-widget elementor-widget-button" data-id="5cf0c48" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
										<a class="brand-fill elementor-button elementor-button-link elementor-size-sm" href="https://docsteach.org/primary-sources/historical-eras/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Browse Documents</span>
					</span>
					</a>
								</div>
				<div class="elementor-element elementor-element-b78242d elementor-widget elementor-widget-button" data-id="b78242d" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
										<a class="white-outline elementor-button elementor-button-link elementor-size-sm" href="https://docsteach.org/lessons/historical-eras/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Explore Ready-to-Use Activities</span>
					</span>
					</a>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f5cd46f e-con-full form-container in-page-login-form-container e-flex e-con e-child" data-id="f5cd46f" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-2d9a7cc text-32 elementor-widget elementor-widget-heading" data-id="2d9a7cc" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Login</h2>				</div>
				<div class="elementor-element elementor-element-b94dc64 elementor-widget elementor-widget-shortcode" data-id="b94dc64" data-element_type="widget" data-e-type="widget" data-widget_type="shortcode.default">
							<div class="elementor-shortcode"><div class="widget widget_bp_core_login_widget buddypress widget"><h3 class="widget-title">Login Form</h3>
		
			
			<form name="bp-login-form" id="bp-login-widget-form" class="standard-form" action="https://docsteach.org/wp-login.php" method="post">
				<label for="bp-login-widget-user-login">Username</label>
				<input type="text" name="log" id="bp-login-widget-user-login" class="input" value="" />

				<label for="bp-login-widget-user-pass">Password</label>
				<input type="password" name="pwd" id="bp-login-widget-user-pass" class="input" value=""  spellcheck="false" autocomplete="off" />

				<div class="forgetmenot">
					<input name="rememberme" type="checkbox" id="bp-login-widget-rememberme" class="bs-styled-checkbox" value="forever" />
					<label for="bp-login-widget-rememberme">Remember Me</label>
				</div>

				<div class="bbp-submit-wrapper">
					<input type="submit" name="wp-submit" id="bp-login-widget-submit" value="Log In" />
				</div>

				
					<span class="bp-login-widget-register-link"><a href="https://docsteach.org/register/">Register</a></span>

				
				
			</form>

			
			</div></div>
						</div>
				<div class="elementor-element elementor-element-68c3167 elementor-widget__width-inherit full-width-btn elementor-widget elementor-widget-button" data-id="68c3167" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
										<a class="white-outline elementor-button elementor-button-link elementor-size-sm" href="https://docsteach.org/register/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Register</span>
					</span>
					</a>
								</div>
				</div>
		<div class="elementor-element elementor-element-40c0812 e-con-full my-account-container e-flex e-con e-child" data-id="40c0812" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-1c6698e text-32 archivo-narrow-text elementor-widget elementor-widget-heading" data-id="1c6698e" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Explore the Dashboard</h2>				</div>
				<div class="elementor-element elementor-element-7b66244 text-18 elementor-widget elementor-widget-text-editor" data-id="7b66244" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p>Manage and organize your Activities and Documents.</p>								</div>
				<div class="elementor-element elementor-element-c4eeef4 elementor-widget__width-inherit full-width-btn elementor-widget elementor-widget-button" data-id="c4eeef4" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
										<a class="brand-fill elementor-button elementor-button-link elementor-size-sm" href="https://docsteach.org/dashboard/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">View my Account</span>
					</span>
					</a>
								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-61f446f6 stats-container e-flex e-con-boxed e-con e-child" data-id="61f446f6" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-2b5abd5f archivo-narrow-text text-40 elementor-widget elementor-widget-heading" data-id="2b5abd5f" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">DocsTeach by the Numbers</h2>				</div>
		<div class="elementor-element elementor-element-4d04553c e-con-full stats-boxes-inner-wrapper e-flex e-con e-child" data-id="4d04553c" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-13a12753 e-con-full stats-box e-flex e-con e-child" data-id="13a12753" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-39843388 stats-numbers elementor-widget elementor-widget-heading" data-id="39843388" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h3 class="elementor-heading-title elementor-size-default">63,773</h3>				</div>
				<div class="elementor-element elementor-element-4d8c0fd6 stats-text elementor-widget elementor-widget-heading" data-id="4d8c0fd6" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<span class="elementor-heading-title elementor-size-default">registered members and growing...</span>				</div>
				</div>
		<div class="elementor-element elementor-element-5ccfec24 e-con-full stats-box e-flex e-con e-child" data-id="5ccfec24" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-29c50321 stats-numbers elementor-widget elementor-widget-heading" data-id="29c50321" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h3 class="elementor-heading-title elementor-size-default">294</h3>				</div>
				<div class="elementor-element elementor-element-6245080b stats-text elementor-widget elementor-widget-heading" data-id="6245080b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<span class="elementor-heading-title elementor-size-default">activities available for visitors</span>				</div>
				</div>
		<div class="elementor-element elementor-element-20bb06e3 e-con-full stats-box e-flex e-con e-child" data-id="20bb06e3" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-657635e5 stats-numbers elementor-widget elementor-widget-heading" data-id="657635e5" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h3 class="elementor-heading-title elementor-size-default">427</h3>				</div>
				<div class="elementor-element elementor-element-ccd6fc stats-text elementor-widget elementor-widget-heading" data-id="ccd6fc" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<span class="elementor-heading-title elementor-size-default">activities available for members</span>				</div>
				</div>
		<div class="elementor-element elementor-element-5ebb5817 e-con-full stats-box e-flex e-con e-child" data-id="5ebb5817" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-521fba3d stats-numbers elementor-widget elementor-widget-heading" data-id="521fba3d" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h3 class="elementor-heading-title elementor-size-default">13,639</h3>				</div>
				<div class="elementor-element elementor-element-3f04741 stats-text elementor-widget elementor-widget-heading" data-id="3f04741" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<span class="elementor-heading-title elementor-size-default">primary source documents available</span>				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0fef318 text-cta-container e-flex e-con-boxed e-con e-parent" data-id="0fef318" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-2493581 e-con-full text-container e-flex e-con e-child" data-id="2493581" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-8cfbe13 text-40 archivo-narrow-text elementor-widget elementor-widget-heading" data-id="8cfbe13" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Create your own activities using the online tools</h2>				</div>
				</div>
		<div class="elementor-element elementor-element-8ecdeb1 e-con-full cta-container e-flex e-con e-child" data-id="8ecdeb1" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-60f7805 text-20 archivo-narrow-text dark-blue-text ol-list-spaced no-bottom-margin elementor-widget elementor-widget-text-editor" data-id="60f7805" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
					<div class="bb-theme-elementor-wrap bb-elementor-custom-color">				<p>It’s as simple as:</p><ol><li>Selecting a tool</li><li>Choosing your primary sources</li><li>Customizing instructions</li></ol>				</div>				</div>
		<div class="elementor-element elementor-element-a67d3a5 e-con-full button-container e-flex e-con e-child" data-id="a67d3a5" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-79b5d19 elementor-widget elementor-widget-button" data-id="79b5d19" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
										<a class="brand-fill elementor-button elementor-button-link elementor-size-sm" href="https://docsteach.org/teaching-tools/activity-tool-instructions/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Get Started</span>
					</span>
					</a>
								</div>
				<div class="elementor-element elementor-element-47391fa elementor-widget elementor-widget-button" data-id="47391fa" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
										<a class="secondary-fill elementor-button elementor-button-link elementor-size-sm" href="https://docsteach.org/lessons/create-an-activity/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Create Your Own Activities</span>
					</span>
					</a>
								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-bc528c7 link-list-container logged-in-center-align e-flex e-con-boxed e-con e-parent" data-id="bc528c7" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-a51be7e e-con-full text-container e-flex e-con e-child" data-id="a51be7e" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-763b08d archivo-narrow-text text-40 elementor-widget elementor-widget-heading" data-id="763b08d" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Resources &amp; Updates</h2>				</div>
				<div class="elementor-element elementor-element-1154518 elementor-widget elementor-widget-button" data-id="1154518" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
										<a class="text-with-arrow elementor-button elementor-button-link elementor-size-sm" href="/teaching-tools/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Explore DocsTeach teaching basics and tips</span>
					</span>
					</a>
								</div>
				<div class="elementor-element elementor-element-4bf3625 elementor-widget elementor-widget-button" data-id="4bf3625" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
										<a class="text-with-arrow elementor-button elementor-button-link elementor-size-sm" href="/resource/document-analysis-with-students/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Teach your students the process of document analysis</span>
					</span>
					</a>
								</div>
				<div class="elementor-element elementor-element-60e58a7 elementor-widget elementor-widget-button" data-id="60e58a7" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
										<a class="text-with-arrow elementor-button elementor-button-link elementor-size-sm" href="/resources/presentation-materials">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Giving a presentation? Find materials about DocsTeach</span>
					</span>
					</a>
								</div>
				</div>
		<div class="elementor-element elementor-element-a00a7f1 e-con-full register-container e-flex e-con e-child" data-id="a00a7f1" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-21c1c3c text-32 archivo-narrow-text elementor-widget elementor-widget-heading" data-id="21c1c3c" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Register For a Free Account</h2>				</div>
				<div class="elementor-element elementor-element-b796de6 text-18 elementor-widget elementor-widget-text-editor" data-id="b796de6" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li>Create, save and share your own activities.</li><li>Gain access to hundreds more activities created by other educators.</li><li>Save and share primary sources.</li><li>It’s completely free!</li></ul>								</div>
				<div class="elementor-element elementor-element-64f513e elementor-widget__width-inherit full-width-btn elementor-widget elementor-widget-button" data-id="64f513e" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
										<a class="brand-fill elementor-button elementor-button-link elementor-size-sm" href="https://docsteach.org/register/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Register</span>
					</span>
					</a>
								</div>
				</div>
					</div>
				</div>
				</div>
			</div><!-- .entry-content -->

	
</article>

        </main><!-- #main -->
    </div><!-- #primary -->




</div><!-- .bb-grid -->
</div><!-- .container -->
</div><!-- #content -->


		<footer data-elementor-type="footer" data-elementor-id="157915" class="elementor elementor-157915 elementor-location-footer" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-98eed4f hide-print dc-has-condition dc-condition-equal e-flex e-con-boxed e-con e-parent" data-id="98eed4f" data-element_type="container" data-e-type="container" id="global-footer" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-0817482 e-con-full top-footer e-flex e-con e-child" data-id="0817482" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-eb1c48c e-con-full left-column e-flex e-con e-child" data-id="eb1c48c" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-1c2c9f0 elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="1c2c9f0" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-1c2c9f0" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-157918"><a target="_blank" href="https://www.archives.gov/education/" class="elementor-item">Educational Programs</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-157922"><a target="_blank" href="https://www.archives.gov/museum/visit/" class="elementor-item">National Archives Museum</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-157923"><a target="_blank" href="https://www.archives.gov/presidential-libraries/programs/education.html" class="elementor-item">Presidential Libraries</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-157924"><a target="_blank" href="https://www.archives.gov/" class="elementor-item">Archives.gov</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-157925"><a target="_blank" href="https://archivesfoundation.org/" class="elementor-item">National Archives Foundation</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-1c2c9f0" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-157918"><a target="_blank" href="https://www.archives.gov/education/" class="elementor-item" tabindex="-1">Educational Programs</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-157922"><a target="_blank" href="https://www.archives.gov/museum/visit/" class="elementor-item" tabindex="-1">National Archives Museum</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-157923"><a target="_blank" href="https://www.archives.gov/presidential-libraries/programs/education.html" class="elementor-item" tabindex="-1">Presidential Libraries</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-157924"><a target="_blank" href="https://www.archives.gov/" class="elementor-item" tabindex="-1">Archives.gov</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-157925"><a target="_blank" href="https://archivesfoundation.org/" class="elementor-item" tabindex="-1">National Archives Foundation</a></li>
</ul>			</nav>
						</div>
				</div>
		<div class="elementor-element elementor-element-04e4f75 e-con-full center-column e-flex e-con e-child" data-id="04e4f75" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-a79c8d0 elementor-widget elementor-widget-text-editor" data-id="a79c8d0" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h2>About DocsTeach</h2><p>DocsTeach is an interactive website hosted by and made possible with funding from the National Archives Foundation. It features activities from educators from around the country based on documents found in the National Archives holdings.</p><p>The Foundation is the National Archives’ nonprofit partner, supporting programs like DocsTeach to increase awareness of the National Archives and share America’s stories that spark curiosity, inspire discovery, and connect us to one another and our country.</p>								</div>
				</div>
		<div class="elementor-element elementor-element-ef147c7 e-con-full right-column e-flex e-con e-child" data-id="ef147c7" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-e2dc603 elementor-widget elementor-widget-shortcode" data-id="e2dc603" data-element_type="widget" data-e-type="widget" id="footer-subscribe" data-widget_type="shortcode.default">
							<div class="elementor-shortcode">
                <div class='gf_browser_unknown gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_107' ><div id='gf_107' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_107' id='gform_107'  action='/?option=com_ml_activities&#038;view=rssfeed&#038;format=feed&#038;type=rss#gf_107' data-formid='107' novalidate>
                        <div class='gform-body gform_body'><div id='gform_fields_107' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_107_1" class="gfield gfield--type-email gfield--input-type-email field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  ><label class='gfield_label gform-field-label' for='input_107_1'>Subscribe for Updates</label><div class='ginput_container ginput_container_email'>
                            <input name='input_1' id='input_107_1' type='email' value='' class='large'   placeholder='Email'  aria-invalid="false"  />
                        </div></div></div></div>
        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_107' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Subscribe'  /> <input type='hidden' name='gform_ajax' value='form_id=107&amp;title=&amp;description=&amp;tabindex=0&amp;theme=gravity-theme&amp;styles=[]&amp;hash=4fd6e966d9098d4dc2858840673edd8a' />
            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_107' value='iframe' />
            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_107' id='gform_theme_107' value='gravity-theme' />
            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_107' id='gform_style_settings_107' value='[]' />
            <input type='hidden' class='gform_hidden' name='is_submit_107' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='107' />
            
            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='fRPJPQU8rrgxClMA4SJipw0TkCUdLi28gIDYIKtTawSLXwWv2h/HCheCuvV8WP7J0+DlyAQ76oAYV1omGVIElZ0svYSxJPlpvjkkhbt1xg/ALII=' />
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
            <input type='hidden' class='gform_hidden' name='state_107' value='WyJbXSIsIjA1YjQyYzY1MmIwYWI4MzdlYTI2YTM5NGY0NDRjYWFkIl0=' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_107' id='gform_target_page_number_107' value='0' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_107' id='gform_source_page_number_107' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                        <p style="display: none !important;" class="akismet-fields-container" data-prefix="ak_"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="32"/><script>document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p></form>
                        </div>
		                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_107' id='gform_ajax_frame_107' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe>
		                <script type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 107, 'https://docsteach.org/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_107').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_107');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_107').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_107').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_107').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_107').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_107').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_107').val();gformInitSpinner( 107, 'https://docsteach.org/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [107, current_page]);window['gf_submitting_107'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_107').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_107').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [107]);window['gf_submitting_107'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_107').text());}else{jQuery('#gform_107').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "107", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( "gform_wrapper_107" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_107";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_107" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 107, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]> */
</script>
</div>
						</div>
				<div class="elementor-element elementor-element-6c23125 elementor-shape-circle elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="6c23125" data-element_type="widget" data-e-type="widget" data-widget_type="social-icons.default">
							<div class="elementor-social-icons-wrapper elementor-grid" role="list">
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-x elementor-repeater-item-f780880" href="http://x.com/DocsTeach" target="_blank">
						<span class="elementor-screen-only">X</span>
						<svg xmlns="http://www.w3.org/2000/svg" width="27" height="27" viewBox="0 0 27 27" fill="none"><g id="Icon / X"><path id="Vector" d="M19.3231 4.77295H22.4282L15.6444 12.3975L23.625 22.7729H17.3763L12.482 16.4804L6.88188 22.7729H3.77487L11.0308 14.6176L3.375 4.77295H9.78238L14.2064 10.5246L19.3231 4.77295ZM18.2332 20.9453H19.9539L8.84746 6.50464H7.0011L18.2332 20.9453Z" fill="#74ABD0"></path></g></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-9e7ea82" href="https://www.facebook.com/NationalArchivesEducation" target="_blank">
						<span class="elementor-screen-only">Facebook</span>
						<svg xmlns="http://www.w3.org/2000/svg" width="27" height="27" viewBox="0 0 27 27" fill="none"><path d="M24.75 13.8417C24.75 7.59052 19.7133 2.52295 13.5 2.52295C7.28679 2.52295 2.25 7.59052 2.25 13.8417C2.25 19.4911 6.36395 24.1738 11.7422 25.0229V17.1135H8.88575V13.8417H11.7422V11.348C11.7422 8.51128 13.4218 6.94433 15.9914 6.94433C17.2224 6.94433 18.5097 7.16541 18.5097 7.16541V9.95088H17.0912C15.6937 9.95088 15.2578 10.8234 15.2578 11.7186V13.8417H18.3779L17.8792 17.1135H15.2578V25.0229C20.6361 24.1738 24.75 19.4913 24.75 13.8417Z" fill="#74ABD0"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-29547c8" href="https://www.youtube.com/channel/UCnAsiniI4DF7vAAe7omWWFQ" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<svg xmlns="http://www.w3.org/2000/svg" width="27" height="27" viewBox="0 0 27 27" fill="none"><path d="M24.2923 8.10338C24.1641 7.62796 23.9137 7.19439 23.5659 6.84582C23.2181 6.49726 22.7851 6.24585 22.31 6.11663C20.5483 5.63288 13.5001 5.62501 13.5001 5.62501C13.5001 5.62501 6.45313 5.61713 4.69025 6.07951C4.21542 6.21467 3.7833 6.46963 3.43539 6.81991C3.08748 7.17019 2.83545 7.60402 2.7035 8.07976C2.23888 9.84151 2.23438 13.4955 2.23438 13.4955C2.23438 13.4955 2.22988 17.1675 2.69113 18.9113C2.94988 19.8754 3.70925 20.637 4.6745 20.8969C6.45425 21.3806 13.4833 21.3885 13.4833 21.3885C13.4833 21.3885 20.5314 21.3964 22.2931 20.9351C22.7684 20.8061 23.2018 20.5553 23.5505 20.2075C23.8991 19.8596 24.1509 19.4268 24.281 18.9518C24.7468 17.1911 24.7501 13.5383 24.7501 13.5383C24.7501 13.5383 24.7726 9.86513 24.2923 8.10338ZM11.2456 16.8806L11.2513 10.1306L17.1091 13.5113L11.2456 16.8806Z" fill="#74ABD0"></path></svg>					</a>
				</span>
					</div>
						</div>
				<div class="elementor-element elementor-element-bbd5cea elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="bbd5cea" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-bbd5cea" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-157932"><a href="https://docsteach.org/faq/" class="elementor-item">FAQ</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-157929"><a href="https://docsteach.org/contact-us/" class="elementor-item">Contact Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-453767"><a rel="privacy-policy" href="https://docsteach.org/privacy-policy/" class="elementor-item">Privacy Policy</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-bbd5cea" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-157932"><a href="https://docsteach.org/faq/" class="elementor-item" tabindex="-1">FAQ</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-157929"><a href="https://docsteach.org/contact-us/" class="elementor-item" tabindex="-1">Contact Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-453767"><a rel="privacy-policy" href="https://docsteach.org/privacy-policy/" class="elementor-item" tabindex="-1">Privacy Policy</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-8da2a4a bottom-footer e-flex e-con-boxed e-con e-child" data-id="8da2a4a" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-8f10395 e-con-full e-flex e-con e-child" data-id="8f10395" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-7e8ac7a elementor-widget elementor-widget-image" data-id="7e8ac7a" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
																<a href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" aria-label="Creative Comms Logo">
							<img width="88" height="31" data-src="https://docsteach.org/wp-content/uploads/elementor/thumbs/by-no-sa-rajm3zf81k8fw2x1ycaf5ao7srmq5x3l9bqwaq95py.png" title="by-no-sa" alt="by-no-sa" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" class="lazyload" style="--smush-placeholder-width: 88px; --smush-placeholder-aspect-ratio: 88/31;" />								</a>
															</div>
				<div class="elementor-element elementor-element-0cdc8fe elementor-widget elementor-widget-text-editor" data-id="0cdc8fe" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p>Except where otherwise noted, DocsTeach is licensed under a <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" rel="noopener">Creative Commons Attribution-NonCommercial-ShareAlike 4.0</a> International License. Primary source documents included on this site generally come from the holdings of the National Archives and are in the public domain, except as noted. Teaching activities on this site have received the <a href="https://creativecommons.org/publicdomain/zero/1.0/" target="_blank" rel="noopener">CC0 Public Domain Dedication</a>; authors have waived all copyright and related rights to the extent possible under the law. See our legal and <a href="/privacy">privacy page</a> for full terms and conditions.</p>								</div>
				</div>
					</div>
				</div>
					</div>
				</div>
				</footer>
		
</div><!-- #page -->


<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/NAF-DocsTeach/buddyboss-docsteach-child/*","/wp-content/themes/buddyboss-theme/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>

			<script type="text/javascript">
				var _paq = _paq || [];
								_paq.push(['trackPageView']);
								(function () {
					var u = "https://analytics3.wpmudev.com/";
					_paq.push(['setTrackerUrl', u + 'track/']);
					_paq.push(['setSiteId', '26467']);
					var d   = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
					g.type  = 'text/javascript';
					g.async = true;
					g.defer = true;
					g.src   = 'https://analytics.wpmucdn.com/matomo.js';
					s.parentNode.insertBefore(g, s);
				})();
			</script>
					<div data-elementor-type="popup" data-elementor-id="186967" class="elementor elementor-186967 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;none&quot;,&quot;exit_animation&quot;:&quot;none&quot;,&quot;classes&quot;:&quot;mobile-menu&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.2,&quot;sizes&quot;:[]},&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-d8d8c22 e-con-full e-flex e-con e-parent" data-id="d8d8c22" data-element_type="container" data-e-type="container" id="mobile-menu-dropdown" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-0056e41 elementor-widget elementor-widget-image" data-id="0056e41" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
																<a href="https://docsteach.org" aria-label="DocsTeach Logo">
							<img width="310" height="46" src="https://docsteach.org/wp-content/uploads/2025/05/naf-site-logo.svg" class="no-lazyload attachment-full size-full wp-image-162536" alt="" />								</a>
															</div>
				<div class="elementor-element elementor-element-722bbb5 elementor-widget elementor-widget-search" data-id="722bbb5" data-element_type="widget" data-e-type="widget" data-settings="{&quot;submit_trigger&quot;:&quot;click_submit&quot;,&quot;pagination_type_options&quot;:&quot;none&quot;}" data-widget_type="search.default">
							<search class="e-search hidden" role="search">
			<form class="e-search-form" action="https://docsteach.org" method="get">

				
				<label class="e-search-label" for="search-722bbb5">
					<span class="elementor-screen-only">
						Search					</span>
									</label>

				<div class="e-search-input-wrapper">
					<input id="search-722bbb5" placeholder="Type to start searching..." class="e-search-input" type="search" name="s" value="" autocomplete="off" role="combobox" aria-autocomplete="list" aria-expanded="false" aria-controls="results-722bbb5" aria-haspopup="listbox">
					<svg aria-hidden="true" class="e-font-icon-svg e-fas-times" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg>										<output id="results-722bbb5" class="e-search-results-container hide-loader" aria-live="polite" aria-atomic="true" aria-label="Results for search" tabindex="0">
						<div class="e-search-results"></div>
											</output>
									</div>
				
				
				<button class="e-search-submit  " type="submit">
					
										<span class="">
						Search					</span>
									</button>
				<input type="hidden" name="e_search_props" value="722bbb5-186967">
			</form>
		</search>
						</div>
				<div class="elementor-element elementor-element-a6e9424 elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="a6e9424" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
				<ul id="menu-1-a6e9424" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186957"><a href="https://docsteach.org/primary-sources/historical-eras/" class="elementor-item">Primary Sources</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186955"><a href="https://docsteach.org/lessons/historical-eras/" class="elementor-item">Educational Activities</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186956"><a href="https://docsteach.org/topics/" class="elementor-item">Popular Topics</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-186958"><a href="https://docsteach.org/teaching-tools/" class="elementor-item">Teaching Tools</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186959"><a href="https://docsteach.org/teaching-tools/activity-tool-instructions/" class="elementor-sub-item">Activity Tool Instructions</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186960"><a href="https://docsteach.org/teaching-tools/guides-and-resources/" class="elementor-sub-item">Guides and Resources</a></li>
</ul>
</li>
<li class="bp-menu bp-login-nav menu-item menu-item-type-custom menu-item-object-custom menu-item-187018"><a href="https://docsteach.org/wp-login.php?redirect_to=https%3A%2F%2Fdocsteach.org%2F%3Foption%3Dcom_ml_activities%26view%3Drssfeed%26format%3Dfeed%26type%3Drss" class="elementor-item"><i class="_mi _before bb-icon-l buddyboss bb-icon-sign-in" aria-hidden="true"></i><span>Sign In</span></a></li>
<li class="bp-menu bp-register-nav menu-item menu-item-type-custom menu-item-object-custom menu-item-187019"><a href="https://docsteach.org/register/" class="elementor-item"><i class="_mi _before bb-icon-l buddyboss bb-icon-clipboard" aria-hidden="true"></i><span>Register</span></a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-a6e9424" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186957"><a href="https://docsteach.org/primary-sources/historical-eras/" class="elementor-item" tabindex="-1">Primary Sources</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186955"><a href="https://docsteach.org/lessons/historical-eras/" class="elementor-item" tabindex="-1">Educational Activities</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186956"><a href="https://docsteach.org/topics/" class="elementor-item" tabindex="-1">Popular Topics</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-186958"><a href="https://docsteach.org/teaching-tools/" class="elementor-item" tabindex="-1">Teaching Tools</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186959"><a href="https://docsteach.org/teaching-tools/activity-tool-instructions/" class="elementor-sub-item" tabindex="-1">Activity Tool Instructions</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186960"><a href="https://docsteach.org/teaching-tools/guides-and-resources/" class="elementor-sub-item" tabindex="-1">Guides and Resources</a></li>
</ul>
</li>
<li class="bp-menu bp-login-nav menu-item menu-item-type-custom menu-item-object-custom menu-item-187018"><a href="https://docsteach.org/wp-login.php?redirect_to=https%3A%2F%2Fdocsteach.org%2F%3Foption%3Dcom_ml_activities%26view%3Drssfeed%26format%3Dfeed%26type%3Drss" class="elementor-item" tabindex="-1"><i class="_mi _before bb-icon-l buddyboss bb-icon-sign-in" aria-hidden="true"></i><span>Sign In</span></a></li>
<li class="bp-menu bp-register-nav menu-item menu-item-type-custom menu-item-object-custom menu-item-187019"><a href="https://docsteach.org/register/" class="elementor-item" tabindex="-1"><i class="_mi _before bb-icon-l buddyboss bb-icon-clipboard" aria-hidden="true"></i><span>Register</span></a></li>
</ul>			</nav>
						</div>
		<div class="elementor-element elementor-element-6dedc07 e-flex e-con-boxed e-con e-child" data-id="6dedc07" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-c71e599 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="c71e599" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
																<a href="https://archivesfoundation.org/" target="_blank" aria-label="National Archives Foundation Logo">
							<img width="78" height="57" data-src="https://docsteach.org/wp-content/uploads/2025/05/naf-logo-primary-blk.svg" class="attachment-full size-full wp-image-162537 lazyload" alt="" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 78px; --smush-placeholder-aspect-ratio: 78/57;" />								</a>
															</div>
					</div>
				</div>
				</div>
				</div>
					<script>
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script>
			<link rel='stylesheet' id='redux-custom-fonts-css' href='//docsteach.org/wp-content/uploads/redux/custom-fonts/fonts.css' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-158745-css' href='https://docsteach.org/wp-content/uploads/elementor/css/post-158745.css' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-166204-css' href='https://docsteach.org/wp-content/uploads/elementor/css/post-166204.css' type='text/css' media='all' />
<link rel='stylesheet' id='gwreadonly-css' href='https://docsteach.org/wp-content/plugins/gwreadonly/css/gwreadonly.css' type='text/css' media='all' />
<link rel='stylesheet' id='gform_basic-css' href='https://docsteach.org/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='gform_theme_components-css' href='https://docsteach.org/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='gform_theme-css' href='https://docsteach.org/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-186967-css' href='https://docsteach.org/wp-content/uploads/elementor/css/post-186967.css' type='text/css' media='all' />
<link rel='stylesheet' id='widget-search-css' href='https://docsteach.org/wp-content/plugins/elementor-pro/assets/css/widget-search.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='e-popup-css' href='https://docsteach.org/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css' type='text/css' media='all' />
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/buddyboss-platform/bp-core/js/vendor/isInViewport.min.js" id="isInViewport-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-includes/js/dist/vendor/moment.min.js" id="moment-js"></script>
<script type="text/javascript" id="moment-js-after">
/* <![CDATA[ */
moment.updateLocale( 'en_US', {"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"week":{"dow":1},"longDateFormat":{"LT":"g:i a","LTS":null,"L":null,"LL":"F j, Y","LLL":"F j, Y g:i a","LLLL":null}} );
moment.updateLocale( 'en_US', {"relativeTime":{"future":"in %s","past":"%s ago","s":"second","ss":"%d seconds","m":"a minute","mm":"%d minutes","h":"an hour","hh":"%d hours","d":"a day","dd":"%d days","w":"a week","ww":"%d weeks","M":"a month","MM":"%d months","y":"a year","yy":"%d years"}} );
//# sourceURL=moment-js-after
/* ]]> */
</script>
<script type="text/javascript" id="bp-livestamp-js-extra">
/* <![CDATA[ */
var bb_livestamp = {"year_in_seconds":"31536000","day_in_seconds":"86400","week_in_seconds":"604800","hour_in_seconds":"3600","minute_in_seconds":"60","chunks":[31536000,5256000,2592000,604800,86400,3600,60,1],"unknown_text":"sometime","right_now_text":"Just now","ago_text":"%s ago","second_text":"a second","seconds_text":"seconds","minute_text":"a minute","minutes_text":"minutes","hour_text":"an hour","hours_text":"hours","day_text":"a day","days_text":"days","week_text":"a week","weeks_text":"weeks","month_text":"a month","months_text":"months","year_text":"a year","years_text":"years"};
//# sourceURL=bp-livestamp-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/buddyboss-platform/bp-core/js/livestamp.min.js" id="bp-livestamp-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/buddyboss-platform/bp-core/js/vendor/cropper.min.js" id="bb-cropper-js-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-includes/js/underscore.min.js" id="underscore-js"></script>
<script type="text/javascript" id="wp-util-js-extra">
/* <![CDATA[ */
var _wpUtilSettings = {"ajax":{"url":"/wp-admin/admin-ajax.php"}};
//# sourceURL=wp-util-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://docsteach.org/wp-includes/js/wp-util.min.js" id="wp-util-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-includes/js/dist/hooks.min.js" id="wp-hooks-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-includes/js/dist/i18n.min.js" id="wp-i18n-js"></script>
<script type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
/* ]]> */
</script>
<script type="text/javascript" id="bp-nouveau-js-extra">
/* <![CDATA[ */
var BP_Nouveau = {"ajaxurl":"https://docsteach.org/wp-admin/admin-ajax.php","only_admin_notice":"As you are the only organizer of this group, you cannot leave it. You can either delete the group or promote another member to be an organizer first and then leave the group.","is_friend_confirm":"Are you sure you want to remove your connection with this member?","confirm":"Are you sure?","confirm_delete_set":"Are you sure you want to delete this set? This cannot be undone.","show_x_comments":"View more comments","unsaved_changes":"Your profile has unsaved changes. If you leave the page, the changes will be lost.","object_nav_parent":"#buddypress","anchorPlaceholderText":"Paste or type a link","empty_field":"New Field","close":"Close","parent_group_leave_confirm":"By leaving this main group you will automatically be removed and unsubscribed to any subgroups relating to this group.","group_leave_confirm":"\u003Cp\u003EAre you sure you want to leave \u003Cspan class=\"bb-group-name\"\u003E\u003C/span\u003E?\u003C/p\u003E","wpTime":"2026-04-17 05:47:40","wpTimezone":"America/New_York","dir_labels":{"members":{"singular":"Member","plural":"Members"},"followers":{"singular":"Follower","plural":"Followers"},"video":{"singular":"Video","plural":"Videos"},"album":{"singular":"Album","plural":"Albums"},"media":{"singular":"Photo","plural":"Photos"}},"rest_url":"https://docsteach.org/wp-json/buddyboss/v1","rest_nonce":"c4526fa20f","member_label":"member","members_label":"members","objects":{"1":"members","4":"xprofile","6":"media","7":"document","8":"video","10":"settings","11":"notifications"},"nonces":{"members":"1f19c7c5b5","xprofile":"6023760b3f","media":"25b9ddf518","document":"527065a11e","video":"f5c20a3468","settings":"43ecec9c98","notifications":"c795a7cede"},"is_send_ajax_request":"","bb_enable_content_counts":"1","more_menu_items":"Menu Items","more_menu_text":"More","media":{"max_upload_size":8,"profile_media":false,"profile_album":false,"group_media":false,"group_album":true,"messages_media":false,"messages_media_active":false,"dropzone_media_message":"\u003Cstrong\u003EAdd Photos\u003C/strong\u003E Or drag and drop","media_select_error":"This file type is not supported for photo uploads.","empty_media_type":"Empty media file will not be uploaded.","invalid_media_type":"Unable to upload the file","media_size_error_header":"File too large ","media_size_error_description":"This file type is too large.","dictFileTooBig":"Sorry, file size is too big ({{filesize}} MB). Max file size limit: {{maxFilesize}} MB.","cover_photo_size_error_header":"Unable to reposition the image ","cover_photo_size_error_description":"To reposition your cover photo, please upload a larger image and then try again.","maxFiles":10,"is_media_directory":"no","create_album_error_title":"Please enter title of album","current_album":0,"current_type":"","move_to_id_popup":0,"media_dict_file_exceeded":"You are allowed to upload only 10 photos at a time.","can_manage_media":false,"create_album_title":"Create Album","dictCancelUploadConfirmation":"Are you sure you want to cancel this upload?","connection_lost_error":"Connection lost with the server.","emoji":{"profile":false,"groups":false,"messages":false,"forums":false,"document":false},"emoji_filter_url":"https://docsteach.org/wp-content/plugins/buddyboss-platform/bp-core/images/emojifilter/","gif":{"profile":false,"groups":false,"messages":false,"forums":false,"document":false},"gif_api_key":"","gif_search_placeholder":"Search GIPHY...","gif_no_results":"No results found","gif_no_connection":"Could not connect to GIPHY","i18n_strings":{"select":"Select","unselect":"Unselect","selectall":"Select All","unselectall":"Unselect All","no_photos_found":"Sorry, no photos were found","upload":"Upload","uploading":"Uploading","upload_status":"%1$d out of %2$d uploaded","album_delete_confirm":"Are you sure you want to delete this album? Photos in this album will also be deleted.","album_delete_error":"There was a problem deleting the album.","media_delete_confirm":"Are you sure you want to delete this media?","photo":"photo","photos":"photos","video":"video","videos":"videos","folder_delete_confirm":"Are you sure you want to delete this folder? Documents in this folder will also be deleted?","document_delete_confirm":"Are you sure you want to delete this document?","folder_delete_error":"There was a problem deleting the folder.","folder_move_error":"Please select destination folder."},"profile_document":false,"group_document":false,"messages_document":false,"messages_document_active":false,"document_type":"application/x-abiword,text/xml,application/x-ace-compressed,application/postscript,application/pdf,application/vnd.android.package-archive,application/java-archive,text/css,text/plain,text/csv,application/msword,application/vnd.ms-word.document.macroenabled.12,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.ms-word.template.macroenabled.12,image/x-eps,image/gif,application/x-gzip,application/gzip,text/html,image/x-icon,text/calendar,application/octet-stream,image/jpeg,application/javascript,audio/mpeg,application/vnd.oasis.opendocument.spreadsheet,application/vnd.oasis.opendocument.text,image/png,application/vnd.ms-powerpoint.template.macroenabled.12,application/vnd.openxmlformats-officedocument.presentationml.template,application/vnd.openxmlformats-officedocument.presentationml.presentation,application/vnd.ms-powerpoint,application/vnd.openxmlformats-officedocument.presentationml.slideshow,application/vnd.ms-powerpoint.presentation.macroenabled.12,image/vnd.adobe.photoshop,application/x-rar-compressed,application/x-rar,application/rss+xml,application/rtf,application/x-sqlite3,image/svg+xml,application/x-tar,image/tiff,text/x-vcard,text/vcard,audio/x-wav,application/vnd.ms-excel.sheet.binary.macroenabled.12,application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-excel.sheet.macroenabled.12,application/vnd.ms-excel.template.macroenabled.12,application/vnd.openxmlformats-officedocument.spreadsheetml.template,text/yaml,application/zip,application/x-7z-compressed,video/mp4,video/webm,video/ogg,video/quicktime,.abw,.ace,.ai,.apk,.css,.csv,.doc,.docm,.docx,.dotm,.dotx,.eps,.gif,.gz,.gzip,.htm,.html,.ico,.ics,.ipa,.jar,.jpeg,.jpg,.js,.mp3,.ods,.odt,.pdf,.png,.potm,.potx,.pps,.ppsx,.ppt,.pptm,.pptx,.psd,.rar,.rss,.rtf,.sketch,.svg,.tar,.tiff,.txt,.vcf,.wav,.xlam,.xls,.xlsb,.xlsm,.xlsx,.xltm,.xltx,.xml,.yaml,.zip,.7z,.mp4,.webm,.ogg,.mov","empty_document_type":"Empty documents will not be uploaded.","current_folder":0,"current_user_id":0,"current_group_id":0,"target_text":"Documents","create_folder_error_title":"Please enter title of folder","invalid_file_type":"Unable to upload the file","document_select_error":"Please upload only the following file types: \u003Cbr /\u003E\u003Cdiv class=\"bb-allowed-file-types\"\u003E.abw, .ace, .ai, .apk, .css, .csv, .doc, .docm, .docx, .dotm, .dotx, .eps, .gif, .gz, .gzip, .htm, .html, .ico, .ics, .ipa, .jar, .jpeg, .jpg, .js, .mp3, .ods, .odt, .pdf, .png, .potm, .potx, .pps, .ppsx, .ppt, .pptm, .pptx, .psd, .rar, .rss, .rtf, .sketch, .svg, .tar, .tiff, .txt, .vcf, .wav, .xlam, .xls, .xlsb, .xlsm, .xlsx, .xltm, .xltx, .xml, .yaml, .zip, .7z, .mp4, .webm, .ogg, .mov\u003C/div\u003E","dropzone_document_message":"\u003Cstrong\u003EAdd Files\u003C/strong\u003E Or drag and drop","is_document_directory":"no","document_preview_error":"Sorry! something went wrong we are not able to preview.","move_to_folder":"Move folder to...","move_to_file":"Move document to...","copy_to_clip_board_text":"Copied to Clipboard","download_button":"Download","document_size_error_header":"File too large ","document_size_error_description":"This file type is too large.","sidebar_download_text":"Download","sidebar_view_text":"View","create_folder":"Create Folder","document_dict_file_exceeded":"You are allowed to upload only 10 documents at a time.","can_manage_document":false},"video":{"max_upload_size":8,"video_type":"video/mp4,video/webm,video/ogg,video/quicktime,.mp4,.webm,.ogg,.mov","profile_video":false,"profile_album":false,"group_video":false,"group_album":true,"messages_video":false,"messages_video_active":false,"dropzone_video_message":"\u003Cstrong\u003EAdd Videos\u003C/strong\u003E Or drag and drop","dropzone_video_thumbnail_message":"Upload thumbnail","video_select_error":"This file type is not supported for video uploads.","empty_video_type":"Empty video file will not be uploaded.","invalid_video_type":"Unable to upload the file","video_size_error_header":"File too large ","video_size_error_description":"This file type is too large.","dictFileTooBig":"Sorry, file size is too big ({{filesize}} MB). Max file size limit: {{maxFilesize}} MB.","maxFiles":10,"is_video_directory":"no","create_album_error_title":"Please enter title of album","cover_video_size_error_header":"Unable to reposition the image ","cover_video_size_error_description":"To reposition your cover video, please upload a larger image and then try again.","current_album":0,"current_type":"","move_to_id_popup":0,"video_dict_file_exceeded":"You are allowed to upload only 10 videos at a time.","thumb_dict_file_exceeded":"You are allowed to upload only 1 thumb at a time.","dictInvalidFileType":"Please upload only the following file types: \u003Cbr /\u003E\u003Cdiv class=\"bb-allowed-file-types\"\u003Evideo/mp4, video/webm, video/ogg, video/quicktime, .mp4, .webm, .ogg, .mov\u003C/div\u003E","is_ffmpeg_installed":false,"generating_thumb":"Generating thumbnail\u2026","dictCancelUploadConfirmation":"Are you sure you want to cancel this upload?","i18n_strings":{"select":"Select","unselect":"Unselect","selectall":"Select All","unselectall":"Unselect All","no_videos_found":"Sorry, no videos were found","upload":"Upload","upload_thumb":"Change Thumbnail","uploading":"Uploading","upload_status":"%1$d out of %2$d uploaded","album_delete_confirm":"Are you sure you want to delete this album? Videos in this album will also be deleted.","album_delete_error":"There was a problem deleting the album.","video_delete_confirm":"Are you sure you want to delete this video?","video_enlarge_text":"Enlarge","video_fullscreen_text":"Full screen","video_play_text":"Play","video_pause_text":"Pause","video_uploaded_text":"Uploaded","video_volume_text":"Volume","video_miniplayer_text":"Miniplayer","video_speed_text":"Speed","video_skip_back_text":"Step Back (5)","video_skip_forward_text":"Step Forward (5)","video_picture_in_text":"This video is playing in the miniplayer."}},"document":{"dictInvalidFileType":"Please upload only the following file types: \u003Cbr /\u003E\u003Cdiv class=\"bb-allowed-file-types\"\u003E.abw, .ace, .ai, .apk, .css, .csv, .doc, .docm, .docx, .dotm, .dotx, .eps, .gif, .gz, .gzip, .htm, .html, .ico, .ics, .ipa, .jar, .jpeg, .jpg, .js, .mp3, .ods, .odt, .pdf, .png, .potm, .potx, .pps, .ppsx, .ppt, .pptm, .pptx, .psd, .rar, .rss, .rtf, .sketch, .svg, .tar, .tiff, .txt, .vcf, .wav, .xlam, .xls, .xlsb, .xlsm, .xlsx, .xltm, .xltx, .xml, .yaml, .zip, .7z, .mp4, .webm, .ogg, .mov\u003C/div\u003E","max_upload_size":8,"maxFiles":10,"mp3_preview_extension":"mp3,wav,ogg"}};
var BB_Nouveau_Presence = {"heartbeat_enabled":"1","presence_interval":"60","presence_default_interval":"60","presence_time_span":"20","idle_inactive_span":"180","rest_nonce":"c4526fa20f","native_presence":"1","native_presence_url":"https://docsteach.org/wp-content/plugins/buddyboss-platform/bp-core/bb-core-native-presence.php","presence_rest_url":"https://docsteach.org/wp-json/buddyboss/v1/members/presence"};
//# sourceURL=bp-nouveau-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/buddyboss-platform/bp-templates/bp-nouveau/js/buddypress-nouveau.min.js" id="bp-nouveau-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/buddyboss-platform/bp-templates/bp-nouveau/js/jquery.guillotine.min.js" id="guillotine-js-js"></script>
<script type="text/javascript" id="heartbeat-js-extra">
/* <![CDATA[ */
var heartbeatSettings = {"ajaxurl":"/wp-admin/admin-ajax.php"};
//# sourceURL=heartbeat-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://docsteach.org/wp-includes/js/heartbeat.min.js" id="heartbeat-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/dynamicconditions/Public/js/dynamic-conditions-public.js" id="dynamic-conditions-js"></script>
<script type="text/javascript" id="flying-pages-js-before">
/* <![CDATA[ */
window.FPConfig= {
	delay: 3600,
	ignoreKeywords: ["\/wp-admin","\/wp-login.php","\/cart","\/checkout","add-to-cart","logout","#","?",".png",".jpeg",".jpg",".gif",".svg",".webp"],
	maxRPS: 2,
    hoverDelay: 50
};
//# sourceURL=flying-pages-js-before
/* ]]> */
</script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/flying-pages/flying-pages.min.js" id="flying-pages-js" defer></script>
<script type="text/javascript" id="smush-detector-js-extra">
/* <![CDATA[ */
var smush_detector = {"ajax_url":"https://docsteach.org/wp-admin/admin-ajax.php","nonce":"48ff27f53d","is_mobile":"","data_store":{"type":"post-meta","data":{"post_id":85417}},"previous_data_version":"-1","previous_data_hash":"no-data"};
//# sourceURL=smush-detector-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/wp-smush-pro/app/assets/js/smush-detector.min.js" id="smush-detector-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js" id="smartmenus-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js" id="elementor-webpack-runtime-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/elementor/assets/js/frontend-modules.min.js" id="elementor-frontend-modules-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-includes/js/jquery/ui/core.min.js" id="jquery-ui-core-js"></script>
<script type="text/javascript" id="elementor-frontend-js-before">
/* <![CDATA[ */
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":true},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":true},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":true},"version":"3.35.5","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"e_optimized_markup":true,"nested-elements":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"e_components":true,"e_interactions":true,"e_editor_one":true,"import-export-customization":true,"mega-menu":true,"e_pro_variables":true},"urls":{"assets":"https:\/\/docsteach.org\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/docsteach.org\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/docsteach.org\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"64d1f9dcfc"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet","viewport_tablet_extra","viewport_laptop"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":85417,"title":"DocsTeach","excerpt":"","featuredImage":"https:\/\/docsteach.org\/wp-content\/uploads\/2025\/09\/Frame-201393.png"}};
//# sourceURL=elementor-frontend-js-before
/* ]]> */
</script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/elementor/assets/js/frontend.min.js" id="elementor-frontend-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/buddyboss-theme/inc/plugins/elementor/assets/js/frontend.min.js" id="elementor-bb-frontend-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js" id="e-sticky-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/buddyboss-platform/bp-core/js/vendor/magnific-popup.js" id="bp-nouveau-magnific-popup-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/assets/js/vendor/jquery.mask.js" id="bp-zoom-mask-js-js"></script>
<script type="text/javascript" id="bp-zoom-js-js-extra">
/* <![CDATA[ */
var bp_zoom_vars = {"ajax_url":"https://docsteach.org/wp-admin/admin-ajax.php","home_url":"https://docsteach.org","is_single_meeting":"","is_single_webinar":"","group_id":"","group_meetings_url":"","group_meetings_past_url":"","group_webinars_url":"","group_webinar_past_url":"","meeting_delete_nonce":"e6665503c9","meeting_confirm_msg":"Are you sure you want to delete this meeting?","webinar_delete_nonce":"45c6cb7aa3","webinar_confirm_msg":"Are you sure you want to delete this webinar?","user":{"name":"Guest","email":"guest@domain.com"},"scripts":["https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/js/zoom-web-sdk/react.production.min.js","https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/js/zoom-web-sdk/react-dom.production.min.js","https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/js/zoom-web-sdk/redux.min.js","https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/js/zoom-web-sdk/redux-thunk.min.js","https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/js/zoom-web-sdk/lodash.min.js","https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/js/zoom-web-sdk/jquery.min.js"],"styles":["https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/js/zoom-web-sdk/bootstrap.css","https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/js/zoom-web-sdk/react-select.css"],"strings":{"day":"day","month":"month","week":"week"},"lang":"en-US","is_zoom_sdk":""};
//# sourceURL=bp-zoom-js-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/js/bp-zoom.min.js" id="bp-zoom-js-js"></script>
<script type="text/javascript" id="bb-countdown-js-js-extra">
/* <![CDATA[ */
var bb_countdown_vars = {"daysStr":"Days","hoursStr":"Hours","minutesStr":"Minutes","secondsStr":"Seconds"};
//# sourceURL=bb-countdown-js-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/buddyboss-platform-pro/assets/js/bb-countdown.min.js" id="bb-countdown-js-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-includes/js/imagesloaded.min.js" id="imagesloaded-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-includes/js/masonry.min.js" id="masonry-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/buddyboss-theme/assets/js/vendors/menu.js" id="boss-menu-js-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/buddyboss-theme/assets/js/vendors/fitvids.js" id="boss-fitvids-js-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/buddyboss-theme/assets/js/vendors/slick.min.js" id="boss-slick-js-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/buddyboss-theme/assets/js/vendors/panelslider.min.js" id="boss-panelslider-js-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/buddyboss-theme/assets/js/vendors/sticky-kit.js" id="boss-sticky-js-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/buddyboss-theme/assets/js/vendors/jssocials.min.js" id="boss-jssocials-js-js"></script>
<script type="text/javascript" id="buddyboss-theme-main-js-js-extra">
/* <![CDATA[ */
var bs_data = {"jm_ajax":"https://docsteach.org/jm-ajax/","ajaxurl":"https://docsteach.org/wp-admin/admin-ajax.php","show_notifications":"1","show_messages":"1","facebook_label":"Share on Facebook","twitter_label":"Post on X","more_menu_title":"Menu Items","more_menu_options":"More options","translation":{"comment_posted":"Your comment has been posted.","comment_btn_loading":"Please Wait...","choose_a_file_label":"Choose a file","email_validation":"Please enter a valid email address."},"gamipress_badge_label":"Badge","nonce_list_grid":"72c578dc11"};
//# sourceURL=buddyboss-theme-main-js-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/buddyboss-theme/assets/js/main.min.js" id="buddyboss-theme-main-js-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/buddyboss-theme/assets/js/vendors/validate.min.js" id="boss-validate-js-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/buddyboss-theme/assets/js/vendors/select2.full.min.js" id="select2-js-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/buddyboss-theme/assets/js/vendors/progressbar.min.js" id="progressbar-js-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/buddyboss-theme/assets/js/vendors/mousewheel.min.js" id="mousewheel-js-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/buddyboss-theme/assets/js/plugins/elementor.min.js" id="buddyboss-theme-elementor-js-js"></script>
<script type="text/javascript" id="smush-lazy-load-js-before">
/* <![CDATA[ */
var smushLazyLoadOptions = {"autoResizingEnabled":true,"autoResizeOptions":{"precision":5,"skipAutoWidth":true}};
//# sourceURL=smush-lazy-load-js-before
/* ]]> */
</script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/wp-smush-pro/app/assets/js/smush-lazy-load.min.js" id="smush-lazy-load-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/NAF-DocsTeach/buddyboss-docsteach-child/js/html2canvas-pro.min.js" id="html2canvas-script-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/NAF-DocsTeach/buddyboss-docsteach-child/js/canvg.js" id="canvg-script-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/NAF-DocsTeach/buddyboss-docsteach-child/js/canvas-toBlob.js" id="canvas-toBlob-script-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/NAF-DocsTeach/buddyboss-docsteach-child/js/iframeResizer.min.js" id="iframe-resize-script-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/NAF-DocsTeach/buddyboss-docsteach-child/js/accessible-accordion/jquery.debouncedresize.js" id="debouncedresize-script-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/NAF-DocsTeach/buddyboss-docsteach-child/js/accessible-accordion/jquery.accAccordion.min.js" id="acc-accordion-script-js"></script>
<script type="text/javascript" id="theme-script-js-extra">
/* <![CDATA[ */
var my_ajax_obj = {"ajax_url":"https://docsteach.org/wp-admin/admin-ajax.php","nonce":"21924fc75e","post_id":"85417"};
//# sourceURL=theme-script-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/NAF-DocsTeach/buddyboss-docsteach-child/js/scripts.min.js" id="theme-script-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/themes/NAF-DocsTeach/buddyboss-docsteach-child/js/pace.min.js" id="pace-script-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-includes/js/dist/dom-ready.min.js" id="wp-dom-ready-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-includes/js/dist/a11y.min.js" id="wp-a11y-js"></script>
<script type="text/javascript" defer='defer' src="https://docsteach.org/wp-content/plugins/gravityforms/js/jquery.json.min.js" id="gform_json-js"></script>
<script type="text/javascript" id="gform_gravityforms-js-extra">
/* <![CDATA[ */
var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}};
var gf_legacy_multi = [];
var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled","error":"Error","message":"Message"},"vars":{"images_url":"https://docsteach.org/wp-content/plugins/gravityforms/images"}};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https://docsteach.org/wp-content/plugins/gravityforms","number_formats":[],"spinnerUrl":"https://docsteach.org/wp-content/plugins/gravityforms/images/spinner.svg","version_hash":"7070ef07611db4b1b550e963ef55b922","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
//# sourceURL=gform_gravityforms-js-extra
/* ]]> */
</script>
<script type="text/javascript" defer='defer' src="https://docsteach.org/wp-content/plugins/gravityforms/js/gravityforms.min.js" id="gform_gravityforms-js"></script>
<script type="text/javascript" defer='defer' src="https://docsteach.org/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js" id="gform_placeholder-js"></script>
<script type="text/javascript" defer='defer' src="https://docsteach.org/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js" id="gform_gravityforms_utils-js"></script>
<script type="text/javascript" defer='defer' src="https://docsteach.org/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js" id="gform_gravityforms_theme_vendors-js"></script>
<script type="text/javascript" id="gform_gravityforms_theme-js-extra">
/* <![CDATA[ */
var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"7070ef07611db4b1b550e963ef55b922"},"ajax":{"ajaxurl":"https://docsteach.org/wp-admin/admin-ajax.php","ajax_submission_nonce":"8e8f0f6663","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}},"logging":{"is_enabled":false}}},"hmr_dev":"","public_path":"https://docsteach.org/wp-content/plugins/gravityforms/assets/js/dist/","config_nonce":"8f8f546aee"};
//# sourceURL=gform_gravityforms_theme-js-extra
/* ]]> */
</script>
<script type="text/javascript" defer='defer' src="https://docsteach.org/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js" id="gform_gravityforms_theme-js"></script>
<script defer type="text/javascript" src="https://docsteach.org/wp-content/plugins/akismet/_inc/akismet-frontend.js" id="akismet-frontend-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/ele-custom-skin-pro/assets/js/ecspro.js" id="ecspro-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js" id="elementor-pro-webpack-runtime-js"></script>
<script type="text/javascript" id="elementor-pro-frontend-js-before">
/* <![CDATA[ */
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/docsteach.org\/wp-admin\/admin-ajax.php","nonce":"f7ab6ed2ff","urls":{"assets":"https:\/\/docsteach.org\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/docsteach.org\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/docsteach.org\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
//# sourceURL=elementor-pro-frontend-js-before
/* ]]> */
</script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/elementor-pro/assets/js/frontend.min.js" id="elementor-pro-frontend-js"></script>
<script type="text/javascript" src="https://docsteach.org/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js" id="pro-elements-handlers-js"></script>
<script type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 107) {if(typeof Placeholders != 'undefined'){
                        Placeholders.enable();
                    }				gform.utils.addAsyncFilter('gform/submission/pre_submission', async (data) => {
				    const input = document.createElement('input');
				    input.type = 'hidden';
				    input.name = 'gf_zero_spam_key';
				    input.value = 'OGX3aKk9ZnStxIlJQODm8YHMQi8WQhrANodgRwiZAgI1XPZCDQLhmpcw9k7iIVcs';
				    input.setAttribute('autocomplete', 'new-password');
				    data.form.appendChild(input);
				
				    return data;
				});} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); 
/* ]]> */
</script>
<script type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "107", currentPage: "1", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( "gform_wrapper_107" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_107";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_107" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 107, 1 );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } ); 
/* ]]> */
</script>

<div id="naf-options" 
    data-postid="dzZpZHBhZWQyVU1zMmtydnZ4bmIyQT09"
    data-home="https://docsteach.org"
    data-permalink="docsteach.org/"
    data-template-directory="https://docsteach.org/wp-content/themes/buddyboss-theme"
    data-stylesheet-directory="https://docsteach.org/wp-content/themes/NAF-DocsTeach/buddyboss-docsteach-child"
    data-username=""></div>

</body>
</html>
