Cannabis Business Blog

AUGUST 6TH, 2025

North Carolina has launched a new Cannabis Advisory Council, created by Governor Josh Stein’s executive order in June 2025, which is now asking the public to submit comments on marijuana policy issues that matter most. The council’s input phase precedes its first meeting in July and marks an early step in shaping North Carolina cannabis reform, … Continue reading “North Carolina Cannabis Council Invites Public Input”

August 1st, 2025

Texas is seeing its most significant cannabis reform efforts to date. In June 2025, Governor Greg Abbott signed HB 46 into law, expanding the state’s limited medical marijuana program. Then, on July 24, 2025, Democratic state Rep. Jessica González introduced House Bill 195, a new bill that would legalize adult-use cannabis during a special legislative … Continue reading “Texas Expands Medical Marijuana, Eyes Adult-Use Legalization”

JULY 29TH, 2025
Stay up to date with the latest legalization and cannabis news with the C.B. Advisors. Every week, we will release a snippet of what’s happening with each state in the cannabis industry. Did you miss last week? No worries – click here for last week’s cannabis news.   Federal The Drug Enforcement Administration (DEA) judge … Continue reading "Latest Cannabis News: July 29, 2025"
July 12th, 2025

On June 29, 2025, Governor Jim Pillen approved emergency regulations to jumpstart Nebraska’s medical cannabis program, following the passage of Measure 438. These temporary rules are in effect for 90 days and are designed to establish the groundwork for licensing, which, per regulations, must begin by October 1, 2025. Background: How We Got Here Before … Continue reading “Nebraska Licensing Opportunity – Emergency Cannabis Regulations: What You Need to Know”

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 })();