PRESS

MARCH 15TH, 2023
Our CEO, Sara Gullickson, was recently featured in AZBigMedia's article 30 Most Powerful Women in Arizona Cannabis. “Every woman in this room has demonstrated resilience in their professional endeavors. Success in the cannabis industry isn’t easy and it is certainly not for the faint of heart,” said Kim Prince, CEO and founder of Proven Media, … Continue reading "30 Most Powerful Women in Arizona Cannabis"
March 1st, 2023
Our CEO, Sara Gullickson was featured in Adam Uzialko's "How to Launch a Legal Cannabis Business" article for Business.Com. The state of the industry remains in flux. Beyond the federal prohibition, or perhaps because of it, varying state frameworks have led to a fragmented industry that looks different in each state. Everything from licensing to … Continue reading "How to Launch a Legal Cannabis Business"
FEBRUARY 17TH, 2023
The Cannabis Business Advisors offer free surveys to potential applicants to see if they qualify to apply. Illinois recently opened a Social Equity Criteria Lottery for 55 conditional dispensary licenses with a deadline of March 10. The Cannabis Business Advisors (CB Advisors) today announced that they are offering a free criteria check for those who … Continue reading "The Cannabis Business Advisors Offer Free Credential Check for Illinois Social Equity Criteria Lottery"
February 2nd, 2023
Our CEO, Sara Gullickson, was recently on Branding Bud Live. Obtaining a cannabis license entails hurdles, roadblocks, complications, and nuances unique to the industry. Building a national cannabis brand state-by-state in a fragmented and evolving landscape is extremely complicated. Check out the conversation we had with Sara Gullickson, CEO & Founder of The CB Advisors … Continue reading "Branding Bud Live – The Ins and Outs of Licensing"

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