PRESS

DECEMBER 20TH, 2022
Cannabis Business Advisor's Post Election article was featured in MITA's newsletter! Maxime Kot discusses what the election results mean for each state, and what the program overview for states that have passed will look like. Read the Full Cannabis Post Election Article Here!
November 3rd, 2022
On October 27th, the New Jersey Cannabis Regulatory Commission (CRC) awarded eight annual license applications and approved 10 existing Conditional Permits to annuals. Since March, the state has approved 801 Conditional Licenses. In order to achieve full licensure, these groups will have to submit Standard Operating Procedures, local approvals, floor plans, and other essential business … Continue reading "The Cannabis Business Advisors Secures New Jersey Annual License for Local Group"
NOVEMBER 1ST, 2022
Our President and Director of Licensing, Maxime Kot, was recently featured in Marijuana Venture. She discusses how the cannabis landscape has changed in regard to securing licenses as well as the most common challenges in the industry. Maxime says, "So, just like the industry, we have to be fluid, and we constantly have to change … Continue reading "Maxime Kot for Marijuana Venture"
October 26th, 2022
Our CEO, Sara Gullickson, was recently a guest on the Benzinga Cannabis Insider podcast. Benzinga Cannabis Insider is a live weekly show for cannabis and retail investors where they share with viewers the major cannabis news, stocks, and exclusive interviews!   Watch the full Podcast here

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