Cannabis Business Blog

DECEMBER 23RD, 2025

Early-Mover Advantage: Understanding North Carolina’s Cannabis Licensure Path North Carolina is actively evaluating pathways toward legal and regulated cannabis access through a combination of executive action and proposed legislation. Governor Josh Stein has publicly endorsed marijuana legalization and issued an executive order forming a bipartisan Advisory Council on Cannabis to help develop a comprehensive statewide … Continue reading “Early-Mover Advantage: Understanding North Carolina’s Cannabis Licensure Path”

December 23rd, 2025

Cannabis Rescheduling Could Reshape Arizona’s Cannabis Market Federal momentum toward rescheduling cannabis is creating new opportunities for Arizona’s regulated cannabis industry. As outlined by AZ Big Media, moving cannabis from Schedule I to Schedule III under the Controlled Substances Act would formally recognize its medical use and lower risk profile, even though it would not … Continue reading “Cannabis Rescheduling Could Reshape Arizona’s Cannabis Market”

DECEMBER 22ND, 2025

U.S. Cannabis Industry Poised to Surpass $29 Billion in 2025 The U.S. cannabis market is projected to exceed $29 billion in revenue in 2025, according to Whitney Economics. This follows strong 2024 sales, underscoring the sector’s resilience even as it faces evolving market conditions, pricing pressures, and regulatory challenges. Emerging states such as New York, … Continue reading “U.S. Cannabis Industry Poised to Surpass $29 Billion in 2025”

December 19th, 2025

Inside South Carolina’s Medical Marijuana Framework: Licensing Opportunities Under SB 53 South Carolina continues to advance discussions around a regulated medical cannabis program through Senate Bill 53, known as the South Carolina Compassionate Care Act. The proposed legislation would amend the South Carolina Code of Laws to allow the sale of cannabis products for therapeutic … Continue reading “Inside South Carolina’s Medical Marijuana Framework”

IT’S TIME TO GET GROWING.

Better growth and a clear plan forward is what your business needs. Reach out to us to book a consultation or get your action plan
started.

/* ------------------------------------------------------------------ CBA Accessibility Snippet v2 (DigitalShyft, 2026-07) Adds aria-labels to footer social-icon links + the Mailchimp newsletter email field. v2 fix: runs immediately when the DOM is already ready (SiteGround Speed Optimizer defers this file until after DOMContentLoaded, so the old event listener never fired). Additive, reversible, no visual change, safe to re-run. INSTALL: paste this as the code for the "Accessibility Labels" block in CSS & JavaScript Toolbox, Save, then Purge SG Cache. ------------------------------------------------------------------ */ (function () { function applyA11yLabels() { var socialMap = { facebook: 'Facebook', twitter: 'Twitter / X', instagram: 'Instagram', youtube: 'YouTube', linkedin: 'LinkedIn' }; document.querySelectorAll('a > i.fab, a > i.fa-brands').forEach(function (icon) { var link = icon.closest('a'); if (!link || link.getAttribute('aria-label')) return; for (var key in socialMap) { if (icon.className.indexOf('fa-' + key) !== -1) { link.setAttribute('aria-label', socialMap[key]); break; } } }); document.querySelectorAll('input[name="EMAIL"]:not([aria-label])').forEach(function (input) { input.setAttribute('aria-label', 'Email address for newsletter signup'); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', applyA11yLabels); } else { applyA11yLabels(); // DOM already parsed (our case, due to deferred loading) } window.addEventListener('load', applyA11yLabels); // belt-and-suspenders fallback })();