Cannabis Business Blog

FEBRUARY 16TH, 2026

Idaho remains one of the few U.S. states without any legal access to medical or adult-use cannabis. Advocates are making notable progress in 2026 toward changing that status with a citizen-backed ballot initiative aimed at legalizing medical cannabis that has steadily gathered valid signatures, moving closer to qualification for the November 2026 election. Grassroots Momentum: … Continue reading “Idaho Cannabis Update: Medical Marijuana Initiative Gains Traction Toward 2026 Ballot”

February 13th, 2026

As cannabis markets continue to mature, institutional capital has become increasingly selective about where, and how, it participates. While early cannabis investment often prioritized speed and first-mover advantage, institutional investors today are focused on stability, scalability, and regulatory durability. Understanding what attracts institutional capital to a cannabis market is essential for operators planning expansion and … Continue reading “What Makes a Cannabis Market Attractive to Institutional Capital”

FEBRUARY 13TH, 2026

By Sara Gullickson, MBA · Last updated July 2026 No. Marijuana is not legal in Kansas in 2026 — neither for adult recreational use nor through a functioning medical-cannabis program. Kansas remains one of the last handful of states with no regulated medical market. Several reform bills were filed in the 2025–2026 legislative session, but … Continue reading “Is Marijuana Legal in Kansas? 2026 Cannabis Laws & Legislative Update”

February 11th, 2026
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.   No Legalization KANSAS Headline: Kansas House introduces HB … Continue reading "Latest Cannabis News: February 11, 2026"

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