/* Adjust the preloader background color here */ #page-container .dh-472-dark, html:not(.et-fb-root-ancestor) #page-container .dh-472-dark:before, html:not(.et-fb-root-ancestor) #page-container .dh-472-dark:after, .dh-bar-item { background-color: #222!important; } /* Adjust the preloader second layer background color here */ #page-container .dh-472-dark.dh-preloader-dual-color, html:not(.et-fb-root-ancestor) #page-container .dh-472-dark.dh-preloader-dual-color:before, html:not(.et-fb-root-ancestor) #page-container .dh-472-dark.dh-preloader-dual-color:after, .dh-preloader-dual-color .dh-bar-item { background-color: #f7f7f7!important; } /* This is the size of the container for preloader icon / logo */ .dh-preloader-icon-wrapper { max-width: 100%!important; background-color: transparent!important; } .dh-preloader-icon-wrapper .et_pb_column { padding: 0!important; } // 1000 = 1 second // This is the speed of your preloader ending animation var dhPreloaderEndingTransition = 800; // This is the time delay for second layer of preloader ending animation. This is to create multi-layer ending animation effect. var dhPreloaderEndingDelay = 200; // This is the time delay for showing your close button var dhPreloaderCloseButtonDelay = 3000; // This is the speed of your preloader icon fade out animation (once the page is loaded) var dhPreloaderIconHideTransition = 400; // All the below options are only used if your preloader style has loading percentage or progress bar. // Once the page is loaded, this is how long it took to complete the preloader percentage to 100%. var dhPreloaderPercentageEndingDuration = 1500; // This is the Preloader percentage running pattern (when the page is still loading). For the duration, 1000 = 1s. Thus, for the first part, it means that the preloader percentage will run from 0 to 50 for 1s. var dhPreloaderPercentage1 = 50; var dhPreloaderPercentageDuration1 = 1000; // Then for this part, it will run from 50 to 70 in 2s. var dhPreloaderPercentage2 = 70; var dhPreloaderPercentageDuration2 = 2000; // Same goes for the rest. var dhPreloaderPercentage3 = 85; var dhPreloaderPercentageDuration3 = 3000; var dhPreloaderPercentage4 = 95; var dhPreloaderPercentageDuration4 = 8000; var dhPreloaderPercentage5 = 99; var dhPreloaderPercentageDuration5 = 10000; .dh-preloader-text-progress.dh-first { clip-path: inset(0 calc(100% - (var(--dhpercent)*1%)) 0 0); -webkit-clip-path: inset(0 calc(100% - (var(--dhpercent)*1%)) 0 0); position: absolute!important; transition: all 0.1s ease; } .dh-preloader-icon-wrapper .et_pb_module, .dh-preloader-icon-wrapper .et_pb_image { text-align: center; } .dh-472-dark .dh-preloader-icon-wrapper { position: absolute!important; top: 50%!important; bottom: auto!important; left: 50%!important; right: auto!important; transform: translateX(-50%) translateY(-50%)!important; } .dh-preloader-ended .dh-472-dark { display: none!important; } .dh-preloader-done .dh-472-dark { pointer-events: none!important; } html:not(.et-fb-root-ancestor) .dh-472-dark { z-index: 999999!important; } html:not(.et-fb-root-ancestor) .dh-472-dark.dh-preloader-dual-color { z-index: 999998!important; } html:not(.et-fb-root-ancestor) .dh-472-dark, html:not(.et-fb-root-ancestor) .dh-ending-hide-last, html:not(.et-fb-root-ancestor) .dh-ending-hide-last:before, html:not(.et-fb-root-ancestor) .dh-ending-hide-last:after { position: fixed!important; top: 0!important; bottom: 0!important; left: 0!important; right: 0!important; padding: 0!important; width: auto!important; height: auto!important; visibility: visible!important; max-width: none!important; margin: 0!important; } html:not(.et-fb-root-ancestor) .dh-472-dark:before, html:not(.et-fb-root-ancestor) .dh-472-dark:after { z-index: -1!important; } html:not(.et-fb-root-ancestor) body.admin-bar .dh-472-dark, html:not(.et-fb-root-ancestor) body.admin-bar .dh-ending-hide-last, html:not(.et-fb-root-ancestor) body.admin-bar .dh-ending-hide-last:before, html:not(.et-fb-root-ancestor) body.admin-bar .dh-ending-hide-last:after { top: 32px!important; } html:not(.et-fb-root-ancestor) .dh-ending-hide-last[class^='dh-p-split-']:before, html:not(.et-fb-root-ancestor) .dh-ending-hide-last[class^='dh-p-split-']:after, html:not(.et-fb-root-ancestor) .dh-ending-hide-last[class*=' dh-p-split-']:before, html:not(.et-fb-root-ancestor) .dh-ending-hide-last[class*=' dh-p-split-']:after { content: ''; } html:not(.et-fb-root-ancestor) #page-container .dh-ending-hide-last[class^='dh-p-split-'], html:not(.et-fb-root-ancestor) #page-container .dh-ending-hide-last[class*=' dh-p-split-'] { background: transparent!important; transition: none!important; } html.et-fb-root-ancestor:not(.et-fb-preview--wireframe) .dh-472-dark { min-height: 750px!important; } html.et-fb-root-ancestor:not(.et-fb-preview--wireframe) .dh-472-dark.dh-preloader-dual-color { min-height: 300px!important; } html.et-fb-root-ancestor header.et-fb-root-ancestor-sibling .dh-472-dark { display: none!important; } html.et-fb-root-ancestor:not(.et-fb-preview--wireframe) .dh-472-dark:before { content: 'Preloader ending animation can be set at this Section Settings > Advanced > CSS Class. List of animation CSS Class available: dh-p-fade / dh-p-fade-zoom / dh-p-slide-up / dh-p-slide-down / dh-p-slide-left / dh-p-slide-right / dh-p-slide-up-zoom / dh-p-slide-down-zoom / dh-p-slide-left-zoom / dh-p-slide-right-zoom / dh-p-split-horizontal / dh-p-split-vertical / dh-p-split-left / dh-p-split-right / dh-p-split-top / dh-p-split-bottom / dh-p-bars-up / dh-p-bars-down / dh-p-bars-left / dh-p-bars-right / dh-p-bars-fade-vertical / dh-p-bars-fade-horizontal / dh-p-bars-shrink-left / dh-p-bars-shrink-right / dh-p-bars-shrink-up / dh-p-bars-shrink-down'; position: absolute; top: 0; left: 50%; -webkit-transform: translate(-50%,-100%); transform: translate(-50%,-100%); background: #aaa; padding: 6px 8px; color: #fff; font-size: 12px; line-height: 1.4em; font-weight: 700; text-align: center; opacity: 1; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; bottom: auto; right: auto; z-index: 20; border-radius: 3px 3px 0 0; pointer-events: none; } html.et-fb-root-ancestor:not(.et-fb-preview--wireframe) .dh-472-dark.dh-preloader-dual-color:before { content: 'This is a second layer background for the preloader. Similarly, preloader ending animation can be set at this Section Settings > Advanced > CSS Class. If you do not wish to have second layer background for the preloader, then just delete this section.'; } html.et-fb-root-ancestor:not(.et-fb-preview--wireframe) .dh-472-dark:after { content: ""; position: absolute; background: #ccc; background: #fff -o-repeating-linear-gradient(135deg,rgba(0,0,0,.03),rgba(0,0,0,.03) 10px,rgba(0,0,0,.06) 10px,rgba(0,0,0,.06) 20px); background: #fff repeating-linear-gradient(315deg,rgba(0,0,0,.03),rgba(0,0,0,.03) 10px,rgba(0,0,0,.06) 0,rgba(0,0,0,.06) 20px); width: 100vw; top: -50px; bottom: -50px; z-index: -1; margin: 0 0 0 -50vw; background-attachment: fixed; left: 50%; } html.et-fb-root-ancestor:not(.et-fb-preview--wireframe) .dh-472-dark { margin: 50px 0!important; z-index: auto!important; } html.et-fb-root-ancestor:not(.et-fb-preview--wireframe) .dh-472-dark:hover:before { background: #2b87da!important; opacity: 1; } html.et-fb-root-ancestor:not(.et-fb-preview--wireframe) .dh-472-dark { margin: 50px!important; z-index: auto!important; } @media only screen and (max-width: 767px) { html.et-fb-root-ancestor:not(.et-fb-preview--wireframe) .dh-472-dark { margin: 50px 30px!important; } } .dh-preloader-icon-wrapper { padding: 0!important; } #page-container .dh-preloader-icon-wrapper .et_pb_module { margin-bottom: 0!important; } #page-container .dh-bar-items-row, #page-container .dh-bar-items-row .et_pb_column, #page-container .dh-bar-items-wrapper, #page-container .dh-bar-items-wrapper .et_pb_code_inner, #page-container .dh-bar-items-wrapper .et_pb_code_inner>*:not(.dh-bar-items), .et-db #page-container #et-boc .et-l .dh-bar-items-wrapper { padding: 0!important; margin: 0!important; width: 100%!important; max-width: none!important; height: 0!important; overflow: visible!important; position: static!important; pointer-events: none!important; } .dh-bar-items { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: flex; flex-direction: row; } .dh-p-bars-left .dh-bar-items, .dh-p-bars-right .dh-bar-items, .dh-p-bars-fade-horizontal .dh-bar-items, .dh-p-bars-shrink-up .dh-bar-items, .dh-p-bars-shrink-down .dh-bar-items { flex-direction: column!important; } .dh-bar-item { height: 100%; width: 100%; } .dh-bar-items-row { display: none!important; } .dh-ending-hide-last[class*=' dh-p-bars-'] .dh-bar-items-row { display: block!important; } #page-container .dh-bar-item { background-image: none!important; } #page-container .dh-ending-hide-last[class*=' dh-p-bars-'], html:not(.et-fb-root-ancestor) #page-container .dh-ending-hide-last[class*=' dh-p-bars-']:before, html:not(.et-fb-root-ancestor) #page-container .dh-ending-hide-last[class*=' dh-p-bars-']:after{ background: transparent!important; } .dh-preloader-disable .et-fb-mousetrap.et-fb-mousetrap--section { background: rgba(255,255,255,0.5)!important; } html:not(.et-fb-root-ancestor) .dh-preloader-disable { display: none!important; }
html:not(.et-fb-root-ancestor) .free-code-explainer-wrapper, .et-fb-root-ancestor-sibling .free-code-explainer-wrapper, .et-fb-root-ancestor-sibling.free-code-explainer-wrapper { display: none!important; } html.et-fb-root-ancestor .free-472-dark-explainer.et_pb_code { background: #151515!important; outline: 4px double rgba(255, 255, 255, 0.76); outline-offset: -18px; } html.et-fb-root-ancestor .free-472-dark-explainer.et_pb_code:before { content: 'This is the CSS code for Preloader. To edit the preloader background color, just go to this code module settings & adjust the color code. You may adjust the preloader ending animation speed here as well.'; display: block; position: relative; padding: 38px; color: #fff; text-align: center; font-size: 18px; font-weight: 800; text-transform: uppercase; line-height: 1.7em; }
jQuery(".dh-ending-hide-last").css("--dhpercent", "0");
.dh-preloader-text { color: rgba(255,255,255,0.12)!important; } .dh-preloader-text.dh-first { color: #fff!important; } .dh-preloader-text { font-size: clamp(32px, 12vw, 100px)!important; letter-spacing: 3px; line-height: 1.2em; font-weight: 800!important; display: inline-block; padding: 0!important; } .dh-preloader-text .dh-small { font-size: 0.45em!important; line-height: 1.4em; font-weight: 100!important; display: block; }
NAACP Loading
.dh-preloader-percentage-font { color: #fff; font-size: 16px; font-weight: 800!important; letter-spacing: 5px; margin-top: 30px; text-align: center; }
0%
.dh-472-dark .dh-preloader-close { color: #fff!important; background: #333!important; border-radius: 100px; padding: 14px 20px!important; margin: 30px!important; font-size: 14px!important; font-weight: 700!important; line-height: 1.4em!important; display: inline-block!important; transition: all 0.3s ease; cursor: pointer; text-align: center!important; opacity: 0; visibility: hidden; transition: all 0.3s ease; } .dh-preloader-close-show .dh-472-dark .dh-preloader-close, html.et-fb-root-ancestor:not(.et-fb-preview--wireframe) .dh-472-dark .dh-preloader-close { opacity: 1; visibility: visible; } .dh-472-dark .dh-preloader-close:hover { opacity: 0.8!important; } .dh-472-dark .dh-preloader-close-wrapper { position: absolute!important; left: auto!important; right: 0!important; top: 0!important; bottom: auto!important; text-align: right!important; padding: 0!important; width: auto!important; max-width: none!important; } Close Preloader Screen
.dh-p-code-wrapper { display: none!important; }
.dh-preloader-icon-hide .dh-ending-hide-first { opacity: 0!important; visibility: hidden!important; } .dh-preloader-done .dh-p-fade { opacity: 0!important; visibility: hidden!important; } .dh-preloader-done .dh-p-fade-zoom { transform: scale(1.1)!important; opacity: 0!important; visibility: hidden!important; } .dh-preloader-done .dh-p-slide-up { transform: translateY(-100%)!important; } .dh-preloader-done .dh-p-slide-down { transform: translateY(100%)!important; } .dh-preloader-done .dh-p-slide-left { transform: translateX(-100%)!important; } .dh-preloader-done .dh-p-slide-right { transform: translateX(100%)!important; } .dh-preloader-done .dh-p-slide-up-zoom { transform: translateY(-100%) scale(0.75)!important; } .dh-preloader-done .dh-p-slide-down-zoom { transform: translateY(100%) scale(0.75)!important; } .dh-preloader-done .dh-p-slide-left-zoom { transform: translateX(-100%) scale(0.75)!important; } .dh-preloader-done .dh-p-slide-right-zoom { transform: translateX(100%) scale(0.75)!important; } html:not(.et-fb-root-ancestor) .dh-p-split-horizontal:before { clip-path: inset(0 calc(50vw - ((100vw - 100%)/2) - 1px) 0 0); -webkit-clip-path: inset(0 calc(50vw - ((100vw - 100%)/2) - 1px) 0 0); } html:not(.et-fb-root-ancestor) .dh-p-split-horizontal:after { clip-path: inset(0 0 0 calc(50vw - ((100vw - 100%)/2) - 1px)); -webkit-clip-path: inset(0 0 0 calc(50vw - ((100vw - 100%)/2) - 1px)); } html:not(.et-fb-root-ancestor) .dh-preloader-done .dh-p-split-horizontal:before { clip-path: inset(0 calc(100vw - ((100vw - 100%)/2) - 1px) 0 0); -webkit-clip-path: inset(0 calc(100vw - ((100vw - 100%)/2) - 1px) 0 0); } html:not(.et-fb-root-ancestor) .dh-preloader-done .dh-p-split-horizontal:after { clip-path: inset(0 0 0 calc(100vw - ((100vw - 100%)/2) - 1px)); -webkit-clip-path: inset(0 0 0 calc(100vw - ((100vw - 100%)/2) - 1px)); } html:not(.et-fb-root-ancestor) .dh-p-split-vertical:before { clip-path: inset(0 0 calc(50vh - ((100vh - 100%)/2) - 1px) 0); -webkit-clip-path: inset(0 0 calc(50vh - ((100vh - 100%)/2) - 1px) 0); } html:not(.et-fb-root-ancestor) .dh-p-split-vertical:after { clip-path: inset(calc(50vh - ((100vh - 100%)/2) - 1px) 0 0 0); -webkit-clip-path: inset(calc(50vh - ((100vh - 100%)/2) - 1px) 0 0 0); } html:not(.et-fb-root-ancestor) .dh-preloader-done .dh-p-split-vertical:before { clip-path: inset(0 0 calc(100vh - ((100vh - 100%)/2) - 1px) 0); -webkit-clip-path: inset(0 0 calc(100vh - ((100vh - 100%)/2) - 1px) 0); } html:not(.et-fb-root-ancestor) .dh-preloader-done .dh-p-split-vertical:after { clip-path: inset(calc(100vh - ((100vh - 100%)/2) - 1px) 0 0 0); -webkit-clip-path: inset(calc(100vh - ((100vh - 100%)/2) - 1px) 0 0 0); } html:not(.et-fb-root-ancestor) .dh-p-split-left:before { clip-path: inset(0 calc(50vw - ((100vw - 100%)/2) - 1px) 0 0); -webkit-clip-path: inset(0 calc(50vw - ((100vw - 100%)/2) - 1px) 0 0); } html:not(.et-fb-root-ancestor) .dh-p-split-left:after { clip-path: inset(0 0 0 calc(50vw - ((100vw - 100%)/2) - 1px)); -webkit-clip-path: inset(0 0 0 calc(50vw - ((100vw - 100%)/2) - 1px)); } html:not(.et-fb-root-ancestor) .dh-preloader-done .dh-p-split-left:before { clip-path: inset(0 calc(100vw - ((100vw - 100%)/2) - 1px) 0 0); -webkit-clip-path: inset(0 calc(100vw - ((100vw - 100%)/2) - 1px) 0 0); } html:not(.et-fb-root-ancestor) .dh-preloader-done .dh-p-split-left:after { clip-path: inset(0 calc(50vw - ((100vw - 100%)/2) - 1px) 0 calc(50vw - ((100vw - 100%)/2) - 1px)); -webkit-clip-path: inset(0 calc(50vw - ((100vw - 100%)/2) - 1px) 0 calc(50vw - ((100vw - 100%)/2) - 1px)); } html:not(.et-fb-root-ancestor) .dh-p-split-right:before { clip-path: inset(0 calc(50vw - ((100vw - 100%)/2) - 1px) 0 0); -webkit-clip-path: inset(0 calc(50vw - ((100vw - 100%)/2) - 1px) 0 0); } html:not(.et-fb-root-ancestor) .dh-p-split-right:after { clip-path: inset(0 0 0 calc(50vw - ((100vw - 100%)/2) - 1px)); -webkit-clip-path: inset(0 0 0 calc(50vw - ((100vw - 100%)/2) - 1px)); } html:not(.et-fb-root-ancestor) .dh-preloader-done .dh-p-split-right:before { clip-path: inset(0 calc(50vw - ((100vw - 100%)/2) - 1px) 0 calc(50vw - ((100vw - 100%)/2) - 1px)); -webkit-clip-path: inset(0 calc(50vw - ((100vw - 100%)/2) - 1px) 0 calc(50vw - ((100vw - 100%)/2) - 1px)); } html:not(.et-fb-root-ancestor) .dh-preloader-done .dh-p-split-right:after { clip-path: inset(0 0 0 calc(100vw - ((100vw - 100%)/2) - 1px)); -webkit-clip-path: inset(0 0 0 calc(100vw - ((100vw - 100%)/2) - 1px)); } html:not(.et-fb-root-ancestor) .dh-p-split-top:before { clip-path: inset(0 0 calc(50vh - ((100vh - 100%)/2) - 1px) 0); -webkit-clip-path: inset(0 0 calc(50vh - ((100vh - 100%)/2) - 1px) 0); } html:not(.et-fb-root-ancestor) .dh-p-split-top:after { clip-path: inset(calc(50vh - ((100vh - 100%)/2) - 1px) 0 0 0); -webkit-clip-path: inset(calc(50vh - ((100vh - 100%)/2) - 1px) 0 0 0); } html:not(.et-fb-root-ancestor) .dh-preloader-done .dh-p-split-top:before { clip-path: inset(0 0 calc(100vh - ((100vh - 100%)/2) - 1px) 0); -webkit-clip-path: inset(0 0 calc(100vh - ((100vh - 100%)/2) - 1px) 0); } html:not(.et-fb-root-ancestor) .dh-preloader-done .dh-p-split-top:after { clip-path: inset(calc(50vh - ((100vh - 100%)/2) - 1px) 0 calc(50vh - ((100vh - 100%)/2) - 1px) 0); -webkit-clip-path: inset(calc(50vh - ((100vh - 100%)/2) - 1px) 0 calc(50vh - ((100vh - 100%)/2) - 1px) 0); } html:not(.et-fb-root-ancestor) .dh-p-split-bottom:before { clip-path: inset(0 0 calc(50vh - ((100vh - 100%)/2) - 1px) 0); -webkit-clip-path: inset(0 0 calc(50vh - ((100vh - 100%)/2) - 1px) 0); } html:not(.et-fb-root-ancestor) .dh-p-split-bottom:after { clip-path: inset(calc(50vh - ((100vh - 100%)/2) - 1px) 0 0 0); -webkit-clip-path: inset(calc(50vh - ((100vh - 100%)/2) - 1px) 0 0 0); } html:not(.et-fb-root-ancestor) .dh-preloader-done .dh-p-split-bottom:before { clip-path: inset(calc(50vh - ((100vh - 100%)/2) - 1px) 0 calc(50vh - ((100vh - 100%)/2) - 1px) 0); -webkit-clip-path: inset(calc(50vh - ((100vh - 100%)/2) - 1px) 0 calc(50vh - ((100vh - 100%)/2) - 1px) 0); } html:not(.et-fb-root-ancestor) .dh-preloader-done .dh-p-split-bottom:after { clip-path: inset(calc(100vh - ((100vh - 100%)/2) - 1px) 0 0 0); -webkit-clip-path: inset(calc(100vh - ((100vh - 100%)/2) - 1px) 0 0 0); } .dh-preloader-done .dh-p-bars-up .dh-bar-item { transform: translateY(-100%)!important; } .dh-preloader-done .dh-p-bars-down .dh-bar-item { transform: translateY(100%)!important; } .dh-preloader-done .dh-p-bars-left .dh-bar-item { transform: translateX(-100%)!important; } .dh-preloader-done .dh-p-bars-right .dh-bar-item { transform: translateX(100%)!important; } .dh-preloader-done .dh-p-bars-fade-vertical .dh-bar-item, .dh-preloader-done .dh-p-bars-fade-horizontal .dh-bar-item { background: transparent!important; } .dh-p-bars-shrink-left .dh-bar-item { transform-origin: left!important; } .dh-preloader-done .dh-p-bars-shrink-left .dh-bar-item { transform: scaleX(0)!important; } .dh-p-bars-shrink-right .dh-bar-item { transform-origin: right!important; } .dh-preloader-done .dh-p-bars-shrink-right .dh-bar-item { transform: scaleX(0)!important; } .dh-p-bars-shrink-up .dh-bar-item { transform-origin: top!important; } .dh-preloader-done .dh-p-bars-shrink-up .dh-bar-item { transform: scaleY(0)!important; } .dh-p-bars-shrink-down .dh-bar-item { transform-origin: bottom!important; } .dh-preloader-done .dh-p-bars-shrink-down .dh-bar-item { transform: scaleY(0)!important; }
if (!jQuery('.dh-preloader-text-progress').hasClass('dh-done')) { jQuery('.dh-preloader-text-progress').each(function(i, obj) { var output = jQuery(this).clone(); output.clone().appendTo(jQuery(this).parent()); jQuery(this).addClass('dh-first'); }); jQuery('.dh-preloader-text-progress').addClass('dh-done'); }
var dhbarcount=jQuery(".dh-bar-items").data("count"),dhbardelay=jQuery(".dh-bar-items").data("delay"),dhpercentage1t=setTimeout(function(){jQuery({Counter:jQuery(".dh-preloader-percentage-number").text()}).animate({Counter:dhPreloaderPercentage1},{duration:dhPreloaderPercentageDuration1,easing:"swing",step:function(){jQuery(".dh-preloader-percentage-number").text(Math.ceil(this.Counter)),jQuery(".dh-ending-hide-last").css("--dhpercent",Math.ceil(this.Counter))}})},500),dhpercentage2t=setTimeout(function(){jQuery({Counter:jQuery(".dh-preloader-percentage-number").text()}).animate({Counter:dhPreloaderPercentage2},{duration:dhPreloaderPercentageDuration2,easing:"swing",step:function(){jQuery(".dh-preloader-percentage-number").text(Math.ceil(this.Counter)),jQuery(".dh-ending-hide-last").css("--dhpercent",Math.ceil(this.Counter))}})},500+dhPreloaderPercentageDuration1),dhpercentage3t=setTimeout(function(){jQuery({Counter:jQuery(".dh-preloader-percentage-number").text()}).animate({Counter:dhPreloaderPercentage3},{duration:dhPreloaderPercentageDuration3,easing:"swing",step:function(){jQuery(".dh-preloader-percentage-number").text(Math.ceil(this.Counter)),jQuery(".dh-ending-hide-last").css("--dhpercent",Math.ceil(this.Counter))}})},500+dhPreloaderPercentageDuration1+dhPreloaderPercentageDuration2),dhpercentage4t=setTimeout(function(){jQuery({Counter:jQuery(".dh-preloader-percentage-number").text()}).animate({Counter:dhPreloaderPercentage4},{duration:dhPreloaderPercentageDuration4,easing:"swing",step:function(){jQuery(".dh-preloader-percentage-number").text(Math.ceil(this.Counter)),jQuery(".dh-ending-hide-last").css("--dhpercent",Math.ceil(this.Counter))}})},500+dhPreloaderPercentageDuration1+dhPreloaderPercentageDuration2+dhPreloaderPercentageDuration3),dhpercentage5t=setTimeout(function(){jQuery({Counter:jQuery(".dh-preloader-percentage-number").text()}).animate({Counter:dhPreloaderPercentage5},{duration:dhPreloaderPercentageDuration5,easing:"swing",step:function(){jQuery(".dh-preloader-percentage-number").text(Math.ceil(this.Counter)),jQuery(".dh-ending-hide-last").css("--dhpercent",Math.ceil(this.Counter))}})},500+dhPreloaderPercentageDuration1+dhPreloaderPercentageDuration2+dhPreloaderPercentageDuration3+dhPreloaderPercentageDuration4);setTimeout(function(){jQuery("body").addClass("dh-preloader-close-show")},dhPreloaderCloseButtonDelay),jQuery(document).on("click",".dh-preloader-close",function(){jQuery(".dh-ending-hide-first")[0]?(jQuery(".dh-ending-hide-first").css("transition","all "+dhPreloaderIconHideTransition/1e3+"s ease"),jQuery(".dh-ending-hide-last:not(.dh-delay)").css("transition","all "+dhPreloaderEndingTransition/1e3+"s ease"),jQuery(".dh-ending-hide-last.dh-delay").css("transition","all "+dhPreloaderEndingTransition/1e3+"s ease "+dhPreloaderEndingDelay/1e3+"s"),jQuery(".dh-ending-hide-last[class^='dh-p-split-']:before, .dh-ending-hide-last[class^='dh-p-split-']:after,.dh-ending-hide-last[class*=' dh-p-split-']:before, .dh-ending-hide-last[class*=' dh-p-split-']:after{transition:all "+dhPreloaderEndingTransition/1e3+"s ease;}.dh-ending-hide-last.dh-delay[class^='dh-p-split-']:before, .dh-ending-hide-last.dh-delay[class^='dh-p-split-']:after,.dh-ending-hide-last.dh-delay[class*=' dh-p-split-']:before, .dh-ending-hide-last.dh-delay[class*=' dh-p-split-']:after{transition-delay:"+dhPreloaderEndingDelay/1e3+"s;}.dh-ending-hide-last[class^='dh-p-bars-'] .dh-bar-item, .dh-ending-hide-last[class*=' dh-p-bars-'] .dh-bar-item {transition: all "+(dhPreloaderEndingTransition-(dhbarcount-1)*dhbardelay)/1e3+"s ease;transition-delay: calc("+dhbardelay+"ms*(var(--order) - 1))!important;}.dh-ending-hide-last.dh-delay[class^='dh-p-bars-'] .dh-bar-item, .dh-ending-hide-last.dh-delay[class*=' dh-p-bars-'] .dh-bar-item {transition-delay: calc("+dhPreloaderEndingDelay+"ms + ("+dhbardelay+"ms*(var(--order) - 1)))!important;}").appendTo("head"),jQuery("body").addClass("dh-preloader-icon-hide"),setTimeout(function(){jQuery("body").addClass("dh-preloader-done")},dhPreloaderIconHideTransition),setTimeout(function(){jQuery("body").addClass("dh-preloader-ended")},dhPreloaderIconHideTransition+dhPreloaderEndingTransition+dhPreloaderEndingDelay)):(jQuery("body").addClass("dh-preloader-done"),setTimeout(function(){jQuery("body").addClass("dh-preloader-ended")},dhPreloaderEndingTransition+dhPreloaderEndingDelay))}),jQuery(function(e){clearTimeout(dhpercentage1t),clearTimeout(dhpercentage2t),clearTimeout(dhpercentage3t),clearTimeout(dhpercentage4t),clearTimeout(dhpercentage5t),e({Counter:e(".dh-preloader-percentage-number").text()}).animate({Counter:100},{duration:dhPreloaderPercentageEndingDuration,easing:"swing",step:function(){e(".dh-preloader-percentage-number").text(Math.ceil(this.Counter)),e(".dh-ending-hide-last").css("--dhpercent",Math.ceil(this.Counter))}}),e(".dh-ending-hide-first")[0]?(e(".dh-ending-hide-first").css("transition","all "+dhPreloaderIconHideTransition/1e3+"s ease"),e(".dh-ending-hide-last:not(.dh-delay)").css("transition","all "+dhPreloaderEndingTransition/1e3+"s ease"),e(".dh-ending-hide-last.dh-delay").css("transition","all "+dhPreloaderEndingTransition/1e3+"s ease "+dhPreloaderEndingDelay/1e3+"s"),e(".dh-ending-hide-last[class^='dh-p-split-']:before, .dh-ending-hide-last[class^='dh-p-split-']:after,.dh-ending-hide-last[class*=' dh-p-split-']:before, .dh-ending-hide-last[class*=' dh-p-split-']:after{transition:all "+dhPreloaderEndingTransition/1e3+"s ease;}.dh-ending-hide-last.dh-delay[class^='dh-p-split-']:before, .dh-ending-hide-last.dh-delay[class^='dh-p-split-']:after,.dh-ending-hide-last.dh-delay[class*=' dh-p-split-']:before, .dh-ending-hide-last.dh-delay[class*=' dh-p-split-']:after{transition-delay:"+dhPreloaderEndingDelay/1e3+"s;}.dh-ending-hide-last[class^='dh-p-bars-'] .dh-bar-item, .dh-ending-hide-last[class*=' dh-p-bars-'] .dh-bar-item {transition: all "+(dhPreloaderEndingTransition-(dhbarcount-1)*dhbardelay)/1e3+"s ease;transition-delay: calc("+dhbardelay+"ms*(var(--order) - 1))!important;}.dh-ending-hide-last.dh-delay[class^='dh-p-bars-'] .dh-bar-item, .dh-ending-hide-last.dh-delay[class*=' dh-p-bars-'] .dh-bar-item {transition-delay: calc("+dhPreloaderEndingDelay+"ms + ("+dhbardelay+"ms*(var(--order) - 1)))!important;}").appendTo("head"),setTimeout(function(){e("body").addClass("dh-preloader-icon-hide")},dhPreloaderPercentageEndingDuration),setTimeout(function(){e("body").addClass("dh-preloader-done")},dhPreloaderIconHideTransition+dhPreloaderPercentageEndingDuration),setTimeout(function(){e("body").addClass("dh-preloader-ended")},dhPreloaderPercentageEndingDuration+dhPreloaderIconHideTransition+dhPreloaderEndingTransition+dhPreloaderEndingDelay)):(setTimeout(function(){e("body").addClass("dh-preloader-done")},dhPreloaderPercentageEndingDuration),setTimeout(function(){e("body").addClass("dh-preloader-ended")},dhPreloaderPercentageEndingDuration+dhPreloaderEndingTransition+dhPreloaderEndingDelay))});

NAACP Shirts are Now Available!

Q
.free-btn-inline .et_pb_button_module_wrapper { display: inline-block!important; }
.free-hide-bar { height: 0!important; overflow: hidden!important; display: block!important; }
html:not(.et-fb-root-ancestor) .free-302-dark-bar { width: 100%!important; overflow: hidden!important; } html:not(.et-fb-root-ancestor) .free-302-dark-bar.free-show-promo-bar:not(.free-show-promo-bar-end) { display: none; } html:not(.et-fb-root-ancestor) .free-302-dark-bar:not(.free-show-promo-bar) { height: 0; overflow: hidden; }
function DB302darkDelay() { return '2000'; // set the delay of showing the promo bar. 2000 = 2 seconds. } function storageAvailable(e){try{var r=window[e],t="__storage_test__";return r.setItem(t,t),r.removeItem(t),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==r.length}}jQuery(document).ready(function(e){var r=window.storageAvailable("sessionStorage");setTimeout(function(){if(r){if("hidden"!==sessionStorage.getItem("free-302-dark-bar")){e(".free-302-dark-bar").addClass("free-show-promo-bar");var t=0;e("#wpadminbar").length&&(t=32),(o=e("#main-header")).length&&(t+=o.outerHeight()),(n=e("#top-header")).length&&(t+=n.outerHeight()),(i=e(".free-302-dark-bar")).length&&(t+=i.outerHeight());var a=t;e(".free-302-dark-bar").slideDown(),e(".free-302-dark-bar.et_pb_sticky_module").length&&(e(".free-302-dark-bar").prevAll(".et_pb_sticky--top:not(.free-302-dark-bar)").each(function(r,a){t+=e(a).outerHeight()}),e(".free-302-dark-bar").nextAll(".et_pb_sticky--top:not(.free-302-dark-bar)").each(function(r,a){e(a).css({top:t+"px",transition:"all 0.4s ease-in-out"}),t+=e(a).outerHeight()}),setTimeout(function(){if(t=a,e(".free-302-dark-bar").prevAll(".et_pb_sticky--top:not(.free-302-dark-bar)").each(function(r,a){t+=e(a).outerHeight()}),e(".free-302-dark-bar").length){var r=t-e(".free-302-dark-bar").outerHeight();e(".free-302-dark-bar.et_pb_sticky--top").css({top:r+"px",transition:"all 0.4s ease-in-out"})}e(".free-302-dark-bar").nextAll(".et_pb_sticky--top:not(.free-302-dark-bar)").each(function(r,a){e(a).css({top:t+"px",transition:"all 0.4s ease-in-out"}),t+=e(a).outerHeight()})},450)),e(".free-302-dark-bar").addClass("free-show-promo-bar-end"),setTimeout(function(){e(".free-302-dark-bar.et_pb_sticky_placeholder").css({height:"auto"})},400)}}else{e(".free-302-dark-bar").addClass("free-show-promo-bar");var o,n,i;t=0;e("#wpadminbar").length&&(t=32),(o=e("#main-header")).length&&(t+=o.outerHeight()),(n=e("#top-header")).length&&(t+=n.outerHeight()),(i=e(".free-302-dark-bar")).length&&(t+=i.outerHeight());a=t;e(".free-302-dark-bar").slideDown(),e(".free-302-dark-bar.et_pb_sticky_module").length&&(e(".free-302-dark-bar").prevAll(".et_pb_sticky--top:not(.free-302-dark-bar)").each(function(r,a){t+=e(a).outerHeight()}),e(".free-302-dark-bar").nextAll(".et_pb_sticky--top:not(.free-302-dark-bar)").each(function(r,a){e(a).css({top:t+"px",transition:"all 0.4s ease-in-out"}),t+=e(a).outerHeight()}),setTimeout(function(){if(t=a,e(".free-302-dark-bar").prevAll(".et_pb_sticky--top:not(.free-302-dark-bar)").each(function(r,a){t+=e(a).outerHeight()}),e(".free-302-dark-bar").length){var r=t-e(".free-302-dark-bar").outerHeight();e(".free-302-dark-bar.et_pb_sticky--top").css({top:r+"px",transition:"all 0.4s ease-in-out"})}e(".free-302-dark-bar").nextAll(".et_pb_sticky--top:not(.free-302-dark-bar)").each(function(r,a){e(a).css({top:t+"px",transition:"all 0.4s ease-in-out"}),t+=e(a).outerHeight()})},450)),e(".free-302-dark-bar").addClass("free-show-promo-bar-end"),setTimeout(function(){e(".free-302-dark-bar.et_pb_sticky_placeholder").css({height:"auto"})},400)}},DB302darkDelay()),e(".free-302-dark-close").click(function(){r&&sessionStorage.setItem("free-302-dark-bar","hidden"),e(".free-302-dark-bar").css({transition:"none"}),e(".free-302-dark-bar").slideUp();var t=0;e("#wpadminbar").length&&(t=32);var a=e("#main-header");a.length&&(t+=a.outerHeight());var o=e("#top-header");o.length&&(t+=o.outerHeight()),e(".et_pb_sticky--top:not(.free-302-dark-bar)").each(function(r,a){e(a).css({top:t+"px",transition:"all 0.4s ease-in-out"}),t+=e(a).outerHeight()}),setTimeout(function(){e(".free-302-dark-bar, .free-302-dark-bar.et_pb_sticky_placeholder").addClass("free-hide-bar")},400)})});
.free-animated-menu { cursor: pointer; } .free-animated-menu .line{ display: block; position: absolute; height: 3px; border-radius: 50px; width: 100%; background: #fff; opacity: 1; -webkit-transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -o-transition: .2s ease-in-out; transition: .2s ease-in-out; } .free-animated-menu.free-light .line { background: #222; } .free-animated-menu .line-2 { top: 10px; } .free-animated-menu .line-3 { top: 20px; }



.free-vertical-menu .et_mobile_nav_menu, .free-vertical-menu .et_mobile_menu { display: block!important; position: relative!important; list-style: none!important; top: 0!important; width: 100%!important; margin: 0!important; padding: 0!important; border: none!important; box-shadow: none!important; } .free-vertical-menu .et_pb_menu__menu, .free-vertical-menu .et_pb_menu__cart-button, .free-vertical-menu .et_pb_menu__search-button, .free-vertical-menu .mobile_menu_bar { display: none!important; } .free-vertical-menu .et_mobile_menu li, .free-vertical-menu .et_mobile_menu ul { list-style: none!important; padding: 0!important; } .free-vertical-menu .menu-item-has-children>a { background-color: transparent; }
.free-fullscreen-237-light-menu .et_mobile_menu .menu-item-has-children.clickable > a > span.db-parent-icon:after { font-size: 1em!important; } #page-container .free-fullscreen-237-light-menu-bar { z-index: 99998!important; position: relative!important; } .free-fullscreen-237-light-menu .et_mobile_menu, .free-fullscreen-237-light-menu .et_mobile_menu .sub-menu { text-align: inherit!important; } .free-fullscreen-237-light-menu .et_mobile_menu li a { border: none!important; } .free-fullscreen-237-light-menu .et_mobile_menu li li a { font-size: 1em!important; letter-spacing: inherit!important; text-transform: inherit!important; } .free-fullscreen-237-light-menu .et_mobile_menu ul.sub-menu { margin-bottom: 12px!important; } html:not(.et-fb-root-ancestor) .free-fullscreen-237-light-menu, html.et-fb-root-ancestor header.et-fb-root-ancestor-sibling .free-fullscreen-237-light-menu { overflow: auto!important; position: fixed!important; top: 0!important; bottom: 0!important; left: 0!important; right: 0!important; transition: all 0.5s ease!important; z-index: 99996!important; min-height: 0!important; } html:not(.et-fb-root-ancestor) body.admin-bar .free-fullscreen-237-light-menu, html.et-fb-root-ancestor body.admin-bar header.et-fb-root-ancestor-sibling .free-fullscreen-237-light-menu { top: 32px!important; } html.et-fb-root-ancestor .free-fullscreen-237-light-menu, html.et-fb-root-ancestor .free-fullscreen-237-light-menu .et_pb_row { position: relative!important; min-height: 800px!important; } html.et-fb-root-ancestor header.et-fb-root-ancestor-sibling .free-fullscreen-237-light-menu .et_pb_row { min-height: 100%!important; } html:not(.et-fb-root-ancestor) .free-fullscreen-237-light-menu, html.et-fb-root-ancestor header.et-fb-root-ancestor-sibling .free-fullscreen-237-light-menu { display: none; } body:not(.free-fullscreen-237-light-active):not(.et-fb-root-ancestor) .free-fullscreen-237-light-menu, body.et-fb-root-ancestor:not(.free-fullscreen-237-light-active) header.et-fb-root-ancestor-sibling .free-fullscreen-237-light-menu { pointer-events: none!important; }
.free-fullscreen-237-light-active .free-fullscreen-237-light-trigger .line { background: #fff!important; } .free-fullscreen-237-light-active .free-fullscreen-237-light-trigger { background: #222!important; } .et_pb_sticky_placeholder { pointer-events: none!important; } .free-fullscreen-237-light-active .free-fullscreen-237-light-trigger { top: 0!important; position: fixed!important; right: 0!important; } body.admin-bar.free-fullscreen-237-light-active .free-fullscreen-237-light-trigger { top: 32px!important; } .free-fullscreen-237-light-active .free-fullscreen-237-light-trigger .line-1 { top: 10px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .free-fullscreen-237-light-active .free-fullscreen-237-light-trigger .line-2 { display: none; } .free-fullscreen-237-light-active .free-fullscreen-237-light-trigger .line-3 { top: 10px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .free-fullscreen-237-light-active #page-container .free-fullscreen-237-light-menu-bar { background: transparent!important; box-shadow: none!important; } .free-fullscreen-237-light-active #page-container .free-fullscreen-237-light-menu-bar .et_pb_module:not(.free-animated-menu) { display: none!important; } .free-fullscreen-237-light-active #page-container .free-fullscreen-237-light-menu { opacity: 1 !important; visibility: visible !important; display: block!important; } @media screen and (min-width: 981px) { .free-fullscreen-237-light-active #page-container .free-fullscreen-237-light-menu { display: none!important; } } .free-fullscreen-237-light-active { overflow: hidden!important; } jQuery(function($){ var menuSection = $('.free-fullscreen-237-light-menu'); var hamburgerIcon = $('.free-fullscreen-237-light-trigger'); menuSection.css('opacity','0'); menuSection.css('visibility','hidden'); menuSection.css('display','block'); hamburgerIcon.click(function(){ $('body').toggleClass('free-fullscreen-237-light-active'); }); });
@media screen and (max-width: 980px) { .free-db-mobile-menu { display: none!important; } }
Call (336) 887-2470 for Questions
.free-social-rotate .icon::before { transform: rotate(45deg); }
.free-vertical-menu .et_mobile_menu .menu-item-has-children.clickable > a > span.db-parent-icon:after { font-size: 16px; font-family: "ETmodules"; text-align: center; speak: none; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; } .free-vertical-menu .et_mobile_menu .menu-item-has-children.clickable > a > span.db-parent-icon:after { content: "3"; } .free-vertical-menu .et_mobile_menu .menu-item-has-children.clickable.visible > a > span.db-parent-icon:after { content: "2"; } .free-vertical-menu .et_mobile_menu .menu-item-has-children.clickable, .free-vertical-menu .et_mobile_menu .menu-item-has-children > a { position: relative; } .free-vertical-menu .et_mobile_menu ul.sub-menu, .et-db #et-boc .et-l .free-vertical-menu .et_mobile_menu ul.sub-menu { display: none !important; visibility: hidden !important; transition: none!important; } .free-vertical-menu .et_mobile_menu .visible > ul.sub-menu, .et-db #et-boc .et-l .free-vertical-menu .et_mobile_menu .visible > ul.sub-menu { visibility: visible !important; display: block !important; } .free-vertical-menu .et_mobile_menu .menu-item-has-children.clickable > a > .db-parent-icon { margin-left: 6px; top: 2px; position: relative; } (function($) { function db_collapse_menu_module_submenus_on_mobile(parentClickable = false) { let $menu = $('.free-vertical-menu .et_mobile_menu'); $menu.find('a').each(function() { let $menu_icon = $(this).parents('.mobile_nav').find('.mobile_menu_bar'); $(this).off('click'); if( ! $(this).siblings('.sub-menu').length ) { $(this).on('click', (e) => $("body").removeClass("free-fullscreen-237-light-active")); } else { if( ! parentClickable ){ if($(this).find('.db-parent-icon').length == 0){ $(this).append (''); } $(this).parent().addClass('clickable') $(this).attr('href', '#'); $(this).on('click', (e) => toggle_visible(e, $(this).parent())); } else { if($(this).find('.db-parent-icon').length == 0){ $(this).append (''); } $(this).parent().addClass('clickable') .find('.db-parent-icon').on('click', (e) => toggle_visible(e, $(this).parent())); $(this).on('click', function(e){ if(e.target == e.currentTarget) { $("body").removeClass("free-fullscreen-237-light-active"); } }); } } }); const toggle_visible = (e, elem) => { e.preventDefault(); elem.toggleClass('visible'); } } $(document).ready(function() { setTimeout(function() { db_collapse_menu_module_submenus_on_mobile(false); }, 700); }); })(jQuery);
html:not(.et-fb-root-ancestor) .free-code-explainer-wrapper, .et-fb-root-ancestor-sibling .free-code-explainer-wrapper, .et-fb-root-ancestor-sibling.free-code-explainer-wrapper { display: none!important; } html.et-fb-root-ancestor .free-slide-in-menu-collapsible-explainer.et_pb_code { background: #151515!important; outline: 4px double rgba(255, 255, 255, 0.76); outline-offset: -18px; } html.et-fb-root-ancestor .free-slide-in-menu-collapsible-explainer.et_pb_code:before { content: 'This is the code for collapsible vertical menu (parent links non-clickable). If you wish to make the parent links clickable, then just go to this code module settings & scroll to the bottom of the content area & change db_collapse_menu_module_submenus_on_mobile(false); to db_collapse_menu_module_submenus_on_mobile(true);'; display: block; position: relative; padding: 38px; color: #fff; text-align: center; font-size: 18px; font-weight: 800; text-transform: uppercase; line-height: 1.7em; }

NEW

One High Point, One Community: Transforming Youth Unity Rally

The High Point NAACP Youth Council (HPYC Unit 59i1) and the High Point NAACP Religious Affairs Committee are excited to announce the upcoming Transforming Youth Unity Rally. This special event is scheduled for Saturday, June 22nd, from 3:00 PM to 5:00 PM at the...

CELEBRATING: EXCEPTIONAL WOMEN WHO MAKE ADIFFERENCE “WOMAN OF THE YEAR” CORONATION ~~ MOTHER’S DAY TEA

Join us as we celebrate elegance and inspiration at the “Exceptional Women Who Make A Difference” Mother’s Day Tea presented by the Women in NAACP (WIN) of the High Point Branch. This prestigious event will take place at the Golden Doors Event Center in High Point,...

High Point NAACP Achieves 2023 Branch of the Year

The education, advocacy, and actions of the High Point Branch NAACP,  #5405B,  was recognized at the 80th Annual NAACP State Convention,  held September 28-30, 2023, in Wilmington NC. Our High Point University Collegiate Chapter was present to celebrate with us. The...

High Point City Council Pass Recommendations ~ One High Point Commission on Reparations

The High Point Branch of the NAACP announces, “High Point City Council passes recommendations by the One High Point Commission on Reparations.”  The recommendations are based on quantifiable data submitted by subject matter experts. To review the data presented by the...

NAACP Shirts for Sale

Print this order form You may submit your filled order form with your payment or email it back using the email address on the bottom of the form. Use the link below to pay and upload your order form....

SB 747 (Omnibus Elections Bill) Problematic, Discriminatory, and Suppresses the Vote

Our democracy is based on freedom, fairness, and choice. But here in North Carolina, a power grab is upon us. Extremists who want control over our elections are pushing for legislation that would limit our freedom to vote and diminish our voices. Our election process...

High Point Branch NAACP Advocates Medicaid Unwinding Problematic for the Most Vulnerable

With the national emergency declaration ending May 11, 2023, another national emergency evolves – more than half of those with Medicaid coverage will be terminated (3 million African Americans, 5 million Latinos, 1 million Asian and Pacific Islanders).  The first...

The High Point Branch of the NAACP advocates “Tell Your NC Representatives to Reject SB 747.”

This anti-voter bill would inject needless meddling by extremists who seek to limit access to the ballot box. The so-called N. C. Election Integrity Network is up to “no good.”    Senate Bill 747 Would: Allow anyone to violate privacy and challenge legitimate...

Celebration of Father’s Day

It is with great pleasure that we invite you to join us as we pay tribute to our community’s most courageousgentlemen. The men of honor in our lives who have made significant contributions to our families, our churches, and our community. During the Father’s Day...

High Point Branch NAACP Advocates Say “NO” to So-Called Election Integrity “The Rise of Jim Crow”

The High Point Branch of the NAACP advocates say “NO” to so- called election integrity ~ “The Rise of Jim Crow.” A moment in time is upon us and “terms of endearment” that define this moment compels us ~~ “ the inalienable right for everyone to vote without threat or...

(336) 223-4705 for Questions

.et_pb_sticky_placeholder { pointer-events: none!important; } @media screen and (min-width: 981px) { .free-header-menu .et-menu>li, .free-header-menu .et_pb_menu__cart-button, .free-header-menu .et_pb_menu__search-button { padding: 0!important; margin: 0!important; } .free-header-menu .et-menu>li>a { padding: 25px 20px!important; } .free-header-menu .et_pb_menu__cart-button, .free-header-menu .et_pb_menu__search-button { padding-left: 20px!important; padding-right: 20px!important; } .free-menu-padding-small .et-menu>li>a { padding: 18px 20px!important; } #page-container .free-header-menu .et-menu { margin: 0!important; padding: 0!important; } #page-container .free-header-menu .et-menu>li>a:after, .et-db #page-container #et-boc .free-header-menu .et-menu>li>a:after { position: relative!important; margin-left: 4px!important; margin-right: -2px!important; transform: none!important; top: 0!important; } .free-header-menu .et-menu>li>a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 31px 0; white-space: nowrap; } .free-header-menu .et_pb_menu__cart-button, .free-header-menu .et_pb_menu__search-button { position: relative; } .free-header-menu .et_pb_menu__search-input { padding-left: 18px; } #page-container .free-header-menu .et-menu li li a, .et-db #page-container #et-boc .free-header-menu .et-menu li li a { padding: 6px 20px!important; } #page-container .free-header-menu .et-menu li li.menu-item-has-children>a:first-child { padding-right: 30px!important; } .free-header-menu .et-menu li li.menu-item-has-children>a:first-child:after, .et-db #page-container #et-boc .free-header-menu .et-menu li li.menu-item-has-children>a:first-child:after { top: 6px; right: 17px; } } @media screen and (max-width: 980px) { .free-header-menu .et_pb_menu__wrap { min-height: 81px; } } .et_pb_sticky .et_mobile_menu { max-height: 75vh!important; overflow-y: scroll!important; }
@media screen and (min-width: 981px) { .free-menu-style-1 .et-menu-nav>ul>li>a:before, .free-menu-style-1 .et_pb_menu__cart-button:before, .free-menu-style-1 .et_pb_menu__search-button:before { background: rgba(255,255,255,.25); content: ''; position: absolute!important; left: 0; top: 50%; height: 27px; width: 1px; margin: -14.5px 0 0; } .free-menu-style-1.free-light .et-menu-nav>ul>li>a:before, .free-menu-style-1.free-light .et_pb_menu__cart-button:before, .free-menu-style-1.free-light .et_pb_menu__search-button:before { background: rgba(0,0,0,.15); } .free-menu-style-1 .et-menu-nav>ul>li:first-child>a:before { display: none!important; } }
.et_pb_bg_layout_light .et_pb_menu__search-input { color: #222; } .et_pb_bg_layout_dark .et_pb_menu__search-input { color: #fff; } .et_pb_bg_layout_light .et_pb_menu__search-input::-webkit-input-placeholder { color: #222!important; } .et_pb_bg_layout_light .et_pb_menu__search-input:-moz-placeholder { /* Firefox 18- */ color: #222!important; } .et_pb_bg_layout_light .et_pb_menu__search-input::-moz-placeholder { /* Firefox 19+ */ color: #222!important; } .et_pb_bg_layout_light .et_pb_menu__search-input:-ms-input-placeholder { color: #222!important; } .et_pb_bg_layout_dark .et_pb_menu__search-input::-webkit-input-placeholder { color: #fff!important; } .et_pb_bg_layout_dark .et_pb_menu__search-input:-moz-placeholder { /* Firefox 18- */ color: #fff!important; } .et_pb_bg_layout_dark .et_pb_menu__search-input::-moz-placeholder { /* Firefox 19+ */ color: #fff!important; } .et_pb_bg_layout_dark .et_pb_menu__search-input:-ms-input-placeholder { color: #fff!important; } @media screen and (max-width: 980px) { .et_pb_bg_layout_light_tablet .et_pb_menu__search-input { color: #222; } .et_pb_bg_layout_dark_tablet .et_pb_menu__search-input { color: #fff; } .et_pb_bg_layout_light_tablet .et_pb_menu__search-input::-webkit-input-placeholder { color: #222!important; } .et_pb_bg_layout_light_tablet .et_pb_menu__search-input:-moz-placeholder { /* Firefox 18- */ color: #222!important; } .et_pb_bg_layout_light_tablet .et_pb_menu__search-input::-moz-placeholder { /* Firefox 19+ */ color: #222!important; } .et_pb_bg_layout_light_tablet .et_pb_menu__search-input:-ms-input-placeholder { color: #222!important; } .et_pb_bg_layout_dark_tablet .et_pb_menu__search-input::-webkit-input-placeholder { color: #fff!important; } .et_pb_bg_layout_dark_tablet .et_pb_menu__search-input:-moz-placeholder { /* Firefox 18- */ color: #fff!important; } .et_pb_bg_layout_dark_tablet .et_pb_menu__search-input::-moz-placeholder { /* Firefox 19+ */ color: #fff!important; } .et_pb_bg_layout_dark_tablet .et_pb_menu__search-input:-ms-input-placeholder { color: #fff!important; } }
#page-container .free-blog-slider-minimal .et_pb_more_button:hover { background: transparent!important; color: transparent!important; } .free-blog-slider-minimal .et_pb_slide_content { display: none!important; } .free-blog-slider-minimal .et_pb_slide_description, .free-blog-slider-minimal .et_pb_slider_container_inner { padding: 0!important; height: 20px; } .free-blog-slider-minimal .et_pb_more_button { bottom: 0; } .free-blog-slider-minimal .et_pb_slide { min-height: 0!important; padding: 0!important; } .free-blog-slider-minimal .et_pb_slide_title { position: absolute!important; left: 0; right: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 1000px; margin: auto; top: 0; bottom: 0; padding: 0!important; } .free-blog-slider-minimal .et_pb_slides .et_pb_slider_container_inner { display: block!important; } .free-blog-slider-minimal .et_pb_more_button { position: absolute!important; top: 0; margin: 0; bottom: 25px; left: 0; right: 0; background: transparent!important; color: transparent!important; border: none!important; }
@media screen and (max-width: 980px) { .free-slider-mobile-center .et_pb_slide .et_pb_slide_description { text-align: center!important; } } html.et_fb_preview_active--responsive_preview .free-slider-mobile-center .et_pb_slide .et_pb_slide_description, html.et-fb-preview--tablet .free-slider-mobile-center .et_pb_slide .et_pb_slide_description, html.et-fb-preview--phone .free-slider-mobile-center .et_pb_slide .et_pb_slide_description { text-align: center!important; }
.free-vb-fix-menu-float .et_pb_menu_inner_container { clear: none!important; }

NEW

One High Point, One Community: Transforming Youth Unity Rally

The High Point NAACP Youth Council (HPYC Unit 59i1) and the High Point NAACP Religious Affairs Committee are excited to announce the upcoming Transforming Youth Unity Rally. This special event is scheduled for Saturday, June 22nd, from 3:00 PM to 5:00 PM at the...

CELEBRATING: EXCEPTIONAL WOMEN WHO MAKE ADIFFERENCE “WOMAN OF THE YEAR” CORONATION ~~ MOTHER’S DAY TEA

Join us as we celebrate elegance and inspiration at the “Exceptional Women Who Make A Difference” Mother’s Day Tea presented by the Women in NAACP (WIN) of the High Point Branch. This prestigious event will take place at the Golden Doors Event Center in High Point,...

High Point NAACP Achieves 2023 Branch of the Year

The education, advocacy, and actions of the High Point Branch NAACP,  #5405B,  was recognized at the 80th Annual NAACP State Convention,  held September 28-30, 2023, in Wilmington NC. Our High Point University Collegiate Chapter was present to celebrate with us. The...

High Point City Council Pass Recommendations ~ One High Point Commission on Reparations

The High Point Branch of the NAACP announces, “High Point City Council passes recommendations by the One High Point Commission on Reparations.”  The recommendations are based on quantifiable data submitted by subject matter experts. To review the data presented by the...

NAACP Shirts for Sale

Print this order form You may submit your filled order form with your payment or email it back using the email address on the bottom of the form. Use the link below to pay and upload your order form....

SB 747 (Omnibus Elections Bill) Problematic, Discriminatory, and Suppresses the Vote

Our democracy is based on freedom, fairness, and choice. But here in North Carolina, a power grab is upon us. Extremists who want control over our elections are pushing for legislation that would limit our freedom to vote and diminish our voices. Our election process...

High Point Branch NAACP Advocates Medicaid Unwinding Problematic for the Most Vulnerable

With the national emergency declaration ending May 11, 2023, another national emergency evolves – more than half of those with Medicaid coverage will be terminated (3 million African Americans, 5 million Latinos, 1 million Asian and Pacific Islanders).  The first...

The High Point Branch of the NAACP advocates “Tell Your NC Representatives to Reject SB 747.”

This anti-voter bill would inject needless meddling by extremists who seek to limit access to the ballot box. The so-called N. C. Election Integrity Network is up to “no good.”    Senate Bill 747 Would: Allow anyone to violate privacy and challenge legitimate...

Celebration of Father’s Day

It is with great pleasure that we invite you to join us as we pay tribute to our community’s most courageousgentlemen. The men of honor in our lives who have made significant contributions to our families, our churches, and our community. During the Father’s Day...

High Point Branch NAACP Advocates Say “NO” to So-Called Election Integrity “The Rise of Jim Crow”

The High Point Branch of the NAACP advocates say “NO” to so- called election integrity ~ “The Rise of Jim Crow.” A moment in time is upon us and “terms of endearment” that define this moment compels us ~~ “ the inalienable right for everyone to vote without threat or...
@media screen and (min-width: 981px) { .free-header-menu nav>ul>li:not(.mega-menu):hover>a, .free-header-menu:not(.free-menu-style-1) .et_pb_menu__cart-button:hover:after, .free-header-menu:not(.free-menu-style-1) .et_pb_menu__search-button:hover:after, #page-container .free-header-menu .et-menu-nav>ul>li.mega-menu:hover>a, .et-db #page-container #et-boc .free-header-menu nav>ul>li:not(.mega-menu):hover>a, .et-db #page-container #et-boc .free-header-menu:not(.free-menu-style-1) .et_pb_menu__cart-button:hover:after, .et-db #page-container #et-boc .free-header-menu:not(.free-menu-style-1) .et_pb_menu__search-button:hover:after, .et-db #page-container #et-boc .free-header-menu .et-menu-nav>ul>li.mega-menu:hover>a { color: #fff!important; opacity: 1!important; } .free-header-menu nav>ul>li:not(.mega-menu):before, .free-header-menu:not(.free-menu-style-1) .et_pb_menu__cart-button:before, .free-header-menu:not(.free-menu-style-1) .et_pb_menu__search-button:before, #page-container .free-header-menu .et-menu-nav>ul>li.mega-menu:hover>a { background: #00264c!important; } .free-header-menu.free-menu-bg-color nav>ul>li:not(.mega-menu):hover>a, .free-header-menu.free-menu-bg-color:not(.free-menu-style-1) .et_pb_menu__cart-button:hover:after, .free-header-menu.free-menu-bg-color:not(.free-menu-style-1) .et_pb_menu__search-button:hover:after, #page-container .free-header-menu.free-menu-bg-color .et-menu-nav>ul>li.mega-menu:hover>a, .et-db #page-container #et-boc .free-header-menu.free-menu-bg-color nav>ul>li:not(.mega-menu):hover>a, .et-db #page-container #et-boc .free-header-menu.free-menu-bg-color:not(.free-menu-style-1) .et_pb_menu__cart-button:hover:after, .et-db #page-container #et-boc .free-header-menu.free-menu-bg-color:not(.free-menu-style-1) .et_pb_menu__search-button:hover:after, .et-db #page-container #et-boc .free-header-menu.free-menu-bg-color .et-menu-nav>ul>li.mega-menu:hover>a { color: #00264c!important; opacity: 1!important; } .free-header-menu.free-menu-bg-color nav>ul>li:not(.mega-menu):before, .free-header-menu.free-menu-bg-color:not(.free-menu-style-1) .et_pb_menu__cart-button:before, .free-header-menu.free-menu-bg-color:not(.free-menu-style-1) .et_pb_menu__search-button:before, #page-container .free-header-menu.free-menu-bg-color .et-menu-nav>ul>li.mega-menu:hover>a { background: #fff!important; } #page-container .free-header-menu .et-menu-nav>ul>li>a { transition: all 0.3s ease!important; } .free-header-menu nav>ul>li:not(.mega-menu):before, .free-header-menu:not(.free-menu-style-1) .et_pb_menu__cart-button:before, .free-header-menu:not(.free-menu-style-1) .et_pb_menu__search-button:before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: -1px; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .free-header-menu nav>ul>li:not(.mega-menu), .free-header-menu:not(.free-menu-style-1) .et_pb_menu__cart-button, .free-header-menu:not(.free-menu-style-1) .et_pb_menu__search-button { -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); } .free-header-menu nav>ul>li:not(.mega-menu):hover:before, .free-header-menu:not(.free-menu-style-1) .et_pb_menu__cart-button:hover:before, .free-header-menu:not(.free-menu-style-1) .et_pb_menu__search-button:hover:before { -webkit-transform: scaleX(1); transform: scaleX(1); } #page-container .free-header-menu .et-menu-nav>ul>li:hover>a, #page-container .free-header-menu .et_pb_menu__cart-button:hover, #page-container .free-header-menu .et_pb_menu__search-button:hover { opacity: 1!important; } }
html:not(.et-fb-root-ancestor) .free-code-explainer-wrapper, .et-fb-root-ancestor-sibling .free-code-explainer-wrapper, .et-fb-root-ancestor-sibling.free-code-explainer-wrapper { display: none!important; } html.et-fb-root-ancestor .free-menu-hover-style-3-explainer.et_pb_code { background: #151515!important; outline: 4px double rgba(255, 255, 255, 0.76); outline-offset: -18px; } html.et-fb-root-ancestor .free-menu-hover-style-3-explainer.et_pb_code:before { content: 'This is the CSS code for menu hover style 3. To edit the menu hover color, just go to this code module settings & adjust the color code.'; display: block; position: relative; padding: 38px; color: #fff; text-align: center; font-size: 18px; font-weight: 800; text-transform: uppercase; line-height: 1.7em; }
#page-container .free-vertical-menu .et_mobile_menu>li:hover>a, .et-db #page-container #et-boc .free-vertical-menu .et_mobile_menu>li:hover>a { color: #fff!important; background: #00264c!important; opacity: 1!important; } #page-container .free-vertical-menu.free-menu-bg-color .et_mobile_menu>li:hover>a, .et-db #page-container #et-boc .free-vertical-menu.free-menu-bg-color .et_mobile_menu>li:hover>a { color: #00264c!important; background: #fff!important; } #page-container .free-vertical-menu .et_mobile_menu>li>a { transition: all 0.3s ease!important; }
html:not(.et-fb-root-ancestor) .free-code-explainer-wrapper, .et-fb-root-ancestor-sibling .free-code-explainer-wrapper, .et-fb-root-ancestor-sibling.free-code-explainer-wrapper { display: none!important; } html.et-fb-root-ancestor .free-vertical-menu-hover-style-1-explainer.et_pb_code { background: #151515!important; outline: 4px double rgba(255, 255, 255, 0.76); outline-offset: -18px; } html.et-fb-root-ancestor .free-vertical-menu-hover-style-1-explainer.et_pb_code:before { content: 'This is the CSS code for vertical menu hover style 1. To edit the menu hover color, just go to this code module settings & adjust the color code.'; display: block; position: relative; padding: 38px; color: #fff; text-align: center; font-size: 18px; font-weight: 800; text-transform: uppercase; line-height: 1.7em; }
.free-header-menu .et-menu>li>ul.sub-menu:before { border-bottom-color: #00264c!important; } #page-container .free-header-menu .et-menu>li>ul.sub-menu, #page-container .free-header-menu .et-menu>li:not(.mega-menu) ul.sub-menu { border-top: 4px solid #00264c!important; } @media only screen and (min-width: 981px) { .free-header-menu .et-menu>li:not(.mega-menu) li { border-bottom: 1px solid rgb(170,170,170,0.27)!important; } .free-header-menu .et-menu>li:not(.mega-menu) li:last-child { border-bottom: none!important; } } .free-header-menu .et-menu>li>ul.sub-menu:before { content: ""; position: absolute; top: -21px; left: 20px; border-width: 9px; border-style: solid; border-color: transparent; } .free-header-menu .et-menu>li>ul.sub-menu:after { content: ""; position: absolute; bottom: 100%; left: 0px; width: 100%; height: 18px; } .free-header-menu .et-menu>li>ul.sub-menu, .free-header-menu .et-menu>li:not(.mega-menu) ul.sub-menu { box-shadow: 0 0px 40px 5px rgba(34,34,34,0.1)!important; margin-top: 15px; padding: 0!important; border: 0!important; border-radius: 3px!important; } .free-header-menu .et-menu>li>ul.sub-menu li { padding: 0!important; } .free-header-menu .et-menu>li:not(.mega-menu) .sub-menu li, .free-header-menu .et-menu>li:not(.mega-menu) .sub-menu li a { width: 100%!important; } @media only screen and (min-width: 981px) { body #page-container .free-header-menu .et-menu li li a, .et-db #page-container #et-boc .free-header-menu .et-menu li li a { padding: 10px 20px!important; } .free-header-menu .et-menu li li.menu-item-has-children>a:first-child:after, .et-db #page-container #et-boc .free-header-menu .et-menu li li.menu-item-has-children>a:first-child:after { top: 8px!important; } }
html:not(.et-fb-root-ancestor) .free-code-explainer-wrapper, .et-fb-root-ancestor-sibling .free-code-explainer-wrapper, .et-fb-root-ancestor-sibling.free-code-explainer-wrapper { display: none!important; } html.et-fb-root-ancestor .free-submenu-style-3-explainer.et_pb_code { background: #151515!important; outline: 4px double rgba(255, 255, 255, 0.76); outline-offset: -18px; } html.et-fb-root-ancestor .free-submenu-style-3-explainer.et_pb_code:before { content: 'This is the CSS code for Submenu Style 3. To edit the color, just go to this code module settings & adjust the color code.'; display: block; position: relative; padding: 38px; color: #fff; text-align: center; font-size: 18px; font-weight: 800; text-transform: uppercase; line-height: 1.7em; }
#page-container .free-header-menu .et-menu ul li a:hover, .et-db #page-container #et-boc .free-header-menu .et-menu ul li a:hover { background: #00264c!important; color: #fff!important; opacity: 1!important; }
html:not(.et-fb-root-ancestor) .free-code-explainer-wrapper, .et-fb-root-ancestor-sibling .free-code-explainer-wrapper, .et-fb-root-ancestor-sibling.free-code-explainer-wrapper { display: none!important; } html.et-fb-root-ancestor .free-submenu-hover-style-1-explainer.et_pb_code { background: #151515!important; outline: 4px double rgba(255, 255, 255, 0.76); outline-offset: -18px; } html.et-fb-root-ancestor .free-submenu-hover-style-1-explainer.et_pb_code:before { content: 'This is the CSS code for Submenu Hover Style 1. To edit the color, just go to this code module settings & adjust the color code.'; display: block; position: relative; padding: 38px; color: #fff; text-align: center; font-size: 18px; font-weight: 800; text-transform: uppercase; line-height: 1.7em; }

NAACP High Point Branch Presents: Black Agenda Healthcare Forum

When: Thursday, April 04 | 6:00 PM – 8:00 PM
Where: Williams Memorial CME Church, 3400 Triangle Lake Rd, High Point, NC 27260
Format: Hybrid In-Person and Online Panel Discussion with Q&A
Live Stream & Registration: Click Here to Register
Event Info & Online Access: Learn More

Join Us for an Essential Dialogue on Social Factors Affecting Black Healthcare.

The NAACP High Point Branch is proud to host the Black Agenda Healthcare Forum, a critical conversation addressing the systemic healthcare challenges facing the Black community. This engaging event features a dynamic panel discussion, complemented by a Q&A session from both in-person and virtual audiences.

Discussion Topics Include:

  • Access to Clinics: Exploring the barriers to healthcare facilities in Black communities.
  • Access to Healthy Foods: Tackling food deserts and promoting nutritional well-being.
  • Access to Healthcare: Ensuring equitable healthcare services for all.
  • Access to Transportation: Overcoming mobility challenges to access essential services.

Esteemed Panelists:

  • Courtney Alston-Wilson: Vice Chair OHPC, President of The NC Association of Black Farmers, Founder and President of Glow House Society, Inc.
  • Carter M. Wade, MBA: Outreach and Education Manager NC Medicaid Enrollment Broker.
  • Dr. Samuel Allidor DMP, APAM, FNP-BC: Primary Care Nurse Practitioner, Oak Street Health High Point.
  • Councilwoman Vickie McKiver: High Point City Council Ward 1.
  • Greg Venable: Transportation Director, City of High Point.

Moderated by Dr. Terrance P. Johns, MD, this forum aims to engage, energize, and mobilize the community towards actionable solutions and improved health outcomes.

This event is free and open to the public. Whether you’re joining us in person at the beautiful Williams Memorial CME Church or tuning in online, your voice is important. Together, we can forge a path towards a healthier future for the Black community.

Don’t miss this vital conversation. Register today and be part of the change.