PRESS

APRIL 7TH, 2022
Sara Gullickson, CEO of The Cannabis Business Advisors, was recently interviewed for Canvas Rebel. In the interview, Sara highlights how The Cannabis Business Advisors diverges from the industry standard, what the company does, and her insights on selling a business. When asked about her tips for selling a business, Sara said: “One thing I would … Continue reading "Sara Gullickson for Canvas Rebel"
March 1st, 2022
  Sara Gullickson, CEO of The Cannabis Business Advisors, was recently interviewed by Sara Connell for Authority Magazine. The interview is a part of a series focusing on self made women leaders who started with nothing (i.e. investors, trust funds, capital, etc.) and their journey to becoming successful.   When asked if she had any advice … Continue reading "Self Made Women: Sara Gullickson Interview With Sara Connell"
FEBRUARY 7TH, 2022
Cannabis Business Advisors secured top-rankings in Ohio's preliminary dispensary license lottery. “We are thrilled to enter the next phase of the licensing process where we will focus on helping Ohio entrepreneurs lay the groundwork for their cannabis operations and eventual dispensary launch,” our CEO, Sara Gullickson said. CB Advisors is led by CEO and Founder … Continue reading "Cannabis Business Advisors Secure Top-Rankings in Ohio Preliminary Dispensary License Lottery"
February 2nd, 2022
Sara Gullickson, CEO of Cannabis Business Advisors, was featured in MJBiz Magazine (page 58) for her interview on the podcast Seed to CEO.   Each week MJBiz Magazine interviews a cannabis executive to learn the stories behind their successes and failures. During her time on Seed to CEO, Sara said, “the naysayers and the negative feedback have … Continue reading "Sara Gullickson in MjBiz Magazine"

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