Cannabis Business Blog

FEBRUARY 4TH, 2025

Pennsylvania Cannabis Legislation Pennsylvania is one of the east coast states with cannabis bills to watch. The Republican chair of a key Senate committee in Pennsylvania is anticipated to introduce legislation to legalize adult-use cannabis. Several bills have been put forward, including one that focuses on decriminalization, another that proposes a state-run model for cannabis … Continue reading “States to Watch: East Coast States with Cannabis Bills”

February 1st, 2025

Minnesota will issue ten different types of cannabis licenses, ranging from microbusiness to cultivation licenses. The application period opens on February 18th and closes on March 16th. Are your application plans ready?   Application Plans Needed for the Minnesota Cannabis Licensing Process: Security Plan Business Plan Training and Education Plan for Employees Quality Assurance SOP … Continue reading “What You Need to Know About Minnesota’s Application Process for Cannabis Licenses”

JANUARY 30TH, 2025

Seven states have introduced medical or recreational cannabis legalization legislation so far this session. Hawaii, Indiana, Nebraska, Pennsylvania, South Carolina, Virginia, and Wisconsin have cannabis bills in the legislative process, creating opportunities for those interested in starting a cannabis business. Hawaii Cannabis Legislation Hawaii lawmakers have introduced a bill that would put recreational cannabis on … Continue reading “States with Cannabis Legalization Bills”

January 28th, 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.   Medical   Hawaii: This month, Hawaii Representatives … Continue reading "Latest Cannabis News: January 28, 2025"

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