<!DOCTYPE html>
<html lang="en-US">
<head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.5.1",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],this.interceptedClickListeners=[],this._interceptClickListeners(this),window.addEventListener("pageshow",e=>{this.persisted=e.persisted,this.everythingLoaded&&this._triggerLastFunctions()}),document.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!0),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_interceptClickListeners(e){EventTarget.prototype.addEventListenerBase=EventTarget.prototype.addEventListener,EventTarget.prototype.addEventListener=function(t,i,r){"click"!==t||e.windowLoaded||i===e.clickHandler||e.interceptedClickListeners.push({target:this,func:i,options:r}),(this||window).addEventListenerBase(t,i,r)}}_disableOtherEventListeners(e,t){this.interceptedClickListeners.forEach(i=>{i.target===e&&(t?e.removeEventListener("click",i.func,i.options):e.addEventListener("click",i.func,i.options))}),e.parentNode!==document.documentElement&&this._disableOtherEventListeners(e.parentNode,t)}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(t=>{let i=t.getAttribute("data-rocket-src");if(i&&0!==i.indexOf("data:")){0===i.indexOf("//")&&(i=location.protocol+i);try{let r=new URL(i).origin;r!==location.origin&&e.push({src:r,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}catch(n){}}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this.everythingLoaded=!0,this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){if(await this._littleBreath(),!0===e.noModule&&"noModule"in HTMLScriptElement.prototype){e.setAttribute("data-rocket-status","skipped");return}return new Promise(t=>{let i;function r(){(i||e).setAttribute("data-rocket-status","executed"),t()}try{if(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)i=document.createElement("script"),[...e.attributes].forEach(e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),"data-rocket-src"===t&&(t="src"),i.setAttribute(t,e.nodeValue))}),e.text&&(i.text=e.text),i.hasAttribute("src")?(i.addEventListener("load",r),i.addEventListener("error",function(){i.setAttribute("data-rocket-status","failed"),t()}),setTimeout(()=>{i.isConnected||t()},1)):(i.text=e.text,r()),e.parentNode.replaceChild(i,e);else{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",r),e.addEventListener("error",function(){e.setAttribute("data-rocket-status","failed"),t()}),s?(e.removeAttribute("data-rocket-src"),e.src=s):e.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(e.text)))}}catch(a){e.setAttribute("data-rocket-status","failed"),t()}})}async _loadScriptsFromList(e){let t=e.shift();return t&&t.isConnected?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(i,r){return t[r].eventsToRewrite.indexOf(i)>=0&&!e.everythingLoaded?"rocket-"+i:i}function r(e,r){var n;!t[n=e]&&(t[n]={originalFunctions:{add:n.addEventListener,remove:n.removeEventListener},eventsToRewrite:[]},n.addEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.add.apply(n,arguments)},n.removeEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.remove.apply(n,arguments)}),t[e].eventsToRewrite.push(r)}function n(t,i){let r=t[i];t[i]=null,Object.defineProperty(t,i,{get:()=>r||function(){},set(n){e.everythingLoaded?r=n:t["rocket"+i]=r=n}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t;function i(t){return e.everythingLoaded?t:t.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}function r(r){if(r&&r.fn&&!e.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(r)),r([])};let n=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=i(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let t=arguments[0][e];delete arguments[0][e],arguments[0][i(e)]=t})),n.apply(this,arguments),this},e.allJQueries.push(r)}t=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){r(e)}})}async _pendingWebpackRequests(e){let t=document.querySelector("script[data-webpack]");async function i(){return new Promise(e=>{t.addEventListener("load",e),t.addEventListener("error",e)})}t&&(await i(),await e._requestAnimFrame(),await e._pendingWebpackRequests(e))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded"))}async _triggerWindowLoad(){await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted}),this.windowLoaded=!0}_triggerLastFunctions(){document.onreadystatechange&&document.onreadystatechange(),window.onload&&window.onload(),window.onpageshow&&window.onpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
	
	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
	<link rel="profile" href="http://gmpg.org/xfn/11">
	<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

	<!-- This site is optimized with the Yoast SEO Premium plugin v23.8 (Yoast SEO v23.8) - https://yoast.com/wordpress/plugins/seo/ -->
	<title>StartMN | Twin Cities Business</title>
	<meta name="description" content="Where innovation takes root. StartMN is Minnesota’s hub for entrepreneurial news, networking and advice." />
	<link rel="canonical" href="https://tcbmag.com/category/startmn/" />
	<link rel="next" href="https://tcbmag.com/category/startmn/page/2/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="StartMN Archives" />
	<meta property="og:description" content="Where innovation takes root. StartMN is Minnesota’s hub for entrepreneurial news, networking and advice." />
	<meta property="og:url" content="https://tcbmag.com/category/startmn/" />
	<meta property="og:site_name" content="Twin Cities Business" />
	<meta property="og:image" content="https://tcbmag.com/wp-content/themes/tcbmag/images/startmn-logo.png" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@TCBmag" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://tcbmag.com/category/startmn/","url":"https://tcbmag.com/category/startmn/","name":"StartMN | Twin Cities Business","isPartOf":{"@id":"https://tcbmag.com/#website"},"primaryImageOfPage":{"@id":"https://tcbmag.com/category/startmn/#primaryimage"},"image":{"@id":"https://tcbmag.com/category/startmn/#primaryimage"},"thumbnailUrl":"https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/Founders-Journal-VC-funding-dating-illustration.jpg","description":"Where innovation takes root. StartMN is Minnesota’s hub for entrepreneurial news, networking and advice.","breadcrumb":{"@id":"https://tcbmag.com/category/startmn/#breadcrumb"},"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://tcbmag.com/category/startmn/#primaryimage","url":"https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/Founders-Journal-VC-funding-dating-illustration.jpg","contentUrl":"https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/Founders-Journal-VC-funding-dating-illustration.jpg","width":750,"height":450},{"@type":"BreadcrumbList","@id":"https://tcbmag.com/category/startmn/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://tcbmag.com/"},{"@type":"ListItem","position":2,"name":"StartMN"}]},{"@type":"WebSite","@id":"https://tcbmag.com/#website","url":"https://tcbmag.com/","name":"Twin Cities Business","description":"Minnesota&#039;s Leading Provider of Business News, Insight and More - Twin Cities Business","publisher":{"@id":"https://tcbmag.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://tcbmag.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://tcbmag.com/#organization","name":"Twin Cities Business","url":"https://tcbmag.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://tcbmag.com/#/schema/logo/image/","url":"https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/04/logo.png","contentUrl":"https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/04/logo.png","width":86,"height":82,"caption":"Twin Cities Business"},"image":{"@id":"https://tcbmag.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/twincitiesbusiness/","https://x.com/TCBmag","https://www.linkedin.com/company/twin-cities-business/","https://www.instagram.com/tcbmag/","https://www.youtube.com/user/tcbmagvideos"]}]}</script>
	<!-- / Yoast SEO Premium plugin. -->


<link rel='dns-prefetch' href='//cdn.broadstreetads.com' />
<link rel='dns-prefetch' href='//cdnjs.cloudflare.com' />
<link rel='dns-prefetch' href='//js.stripe.com' />
<link rel='dns-prefetch' href='//maps.google.com' />

<link rel="alternate" type="application/rss+xml" title="Twin Cities Business &raquo; Feed" href="https://tcbmag.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Twin Cities Business &raquo; StartMN Category Feed" href="https://tcbmag.com/category/startmn/feed/" />
<link rel='stylesheet' id='berocket_mm_quantity_style-css' href='https://tcbmag.com/wp-content/plugins/minmax-quantity-for-woocommerce/css/shop.css?ver=1.3.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='wc-blocks-checkout-style-css' href='https://tcbmag.com/wp-content/plugins/woocommerce-payments/dist/blocks-checkout.css?ver=1.0' type='text/css' media='all' />
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://tcbmag.com/wp-includes/css/dist/block-library/style.min.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='mpp_gutenberg-css' href='https://tcbmag.com/wp-content/plugins/metronet-profile-picture/dist/blocks.style.build.css?ver=2.6.0' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='fullcalendar-css' href='https://tcbmag.com/wp-content/plugins/event-calendar-pro/assets/js/vendor/fullcalendar/fullcalendar.min.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='date-timepicker-css' href='https://tcbmag.com/wp-content/plugins/event-calendar-pro/assets/js/vendor/date-time-picker/date-time-picker.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='event-calendar-pro-css' href='https://tcbmag.com/wp-content/plugins/event-calendar-pro/assets/css/frontend.css?ver=1.0.5' type='text/css' media='all' />
<link rel='stylesheet' id='buttons-css' href='https://tcbmag.com/wp-includes/css/buttons.min.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css' href='https://tcbmag.com/wp-includes/css/dashicons.min.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='mediaelement-css' href='https://tcbmag.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' />
<link rel='stylesheet' id='wp-mediaelement-css' href='https://tcbmag.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='media-views-css' href='https://tcbmag.com/wp-includes/css/media-views.min.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='imgareaselect-css' href='https://tcbmag.com/wp-includes/js/imgareaselect/imgareaselect.css?ver=0.9.8' type='text/css' media='all' />
<link rel='stylesheet' id='woocommerce-layout-css' href='https://tcbmag.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=8.2.1' type='text/css' media='all' />
<link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://tcbmag.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=8.2.1' type='text/css' media='only screen and (max-width: 768px)' />
<link rel='stylesheet' id='woocommerce-general-css' href='https://tcbmag.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=8.2.1' type='text/css' media='all' />
<style id='woocommerce-inline-inline-css' type='text/css'>
.woocommerce form .form-row .required { visibility: visible; }
</style>
<link rel='stylesheet' id='owl-carousel-css' href='https://tcbmag.com/wp-content/themes/tcbmag/assets/css/owl.carousel.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='magnific-popup-css' href='https://tcbmag.com/wp-content/themes/tcbmag/assets/css/magnific-popup.css' type='text/css' media='all' />
<link rel='stylesheet' id='everstrap-styles-css' href='https://tcbmag.com/wp-content/themes/tcbmag/assets/css/style.css?ver=20230131' type='text/css' media='all' />
<link rel='stylesheet' id='select2-css' href='https://tcbmag.com/wp-content/plugins/woocommerce/assets/css/select2.css?ver=8.2.1' type='text/css' media='all' />
<link rel='stylesheet' id='woovr-frontend-css' href='https://tcbmag.com/wp-content/plugins/wpc-variations-radio-buttons/assets/css/frontend.css?ver=3.4.9' type='text/css' media='all' />
<link rel='stylesheet' id='wdp-frontend-style-css' href='https://tcbmag.com/wp-content/plugins/web-directory-pro-v2/assets/css/frontend.css?ver=1.0.0' type='text/css' media='all' />
<script type="text/javascript" src="https://tcbmag.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://tcbmag.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="rocketlazyloadscript" data-cfasync='false' data-rocket-type="text/javascript" data-rocket-src="//cdn.broadstreetads.com/init-2.min.js?v=1.46.3&amp;ver=6.5.5" id="broadstreet-init-js" defer></script>
<script type="rocketlazyloadscript" data-cfasync='false' data-rocket-type="text/javascript" id="broadstreet-init-js-after">
/* <![CDATA[ */
window.broadstreetKeywords = ['not_home_page','not_landing_page','not_article_page','startmn']
window.broadstreetTargets = {"pagetype":["archive","not_home_page"],"category":["startmn"],"url":"raising-venture-funding-is-like-dating-in-the-worst-ways"};

window.broadstreet = window.broadstreet || { run: [] };window.broadstreet.run.push(function () {
window.broadstreet.loadNetworkJS(8064, {});
 });
/* ]]> */
</script>
<script type="text/javascript" id="utils-js-extra">
/* <![CDATA[ */
var userSettings = {"url":"\/","uid":"0","time":"1732237880","secure":"1"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/utils.min.js?ver=6.5.5" id="utils-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/plupload/moxie.min.js?ver=1.3.5" id="moxiejs-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/plupload/plupload.min.js?ver=2.1.9" id="plupload-js" defer></script>
<!--[if lt IE 8]>
<script type="text/javascript" src="https://tcbmag.com/wp-includes/js/json2.min.js?ver=2015-05-03" id="json2-js"></script>
<![endif]-->
<script type="text/javascript" src="https://tcbmag.com/wp-content/plugins/minmax-quantity-for-woocommerce/js/frontend.js?ver=6.5.5" id="berocket-front-cart-js-js"></script>
<script type="text/javascript" id="WCPAY_ASSETS-js-extra">
/* <![CDATA[ */
var wcpayAssets = {"url":"https:\/\/tcbmag.com\/wp-content\/plugins\/woocommerce-payments\/dist\/"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="//maps.google.com/maps/api/js?sensor=false&amp;libraries=geometry%2Cplaces&amp;v=3.22&amp;key=AIzaSyAhQeBGOpw56Wab3y3bpVeJkYWUszzp4XY&amp;ver=1.0.0" id="google-map-js" defer></script>
<link rel="https://api.w.org/" href="https://tcbmag.com/wp-json/" /><link rel="alternate" type="application/json" href="https://tcbmag.com/wp-json/wp/v2/categories/692" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://tcbmag.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.5.5" />
<meta name="generator" content="WooCommerce 8.2.1" />
<meta name="google-site-verification" content="RE7231yuQ9ArQJkoJ8oiglQqTV8g_22NQGSDYDS1Rvc" />
<script type="rocketlazyloadscript" data-minify="1" async data-rocket-src="https://tcbmag.com/wp-content/cache/min/1/tag/js/gpt.js?ver=1730233871"></script>
<script type="rocketlazyloadscript">
  window.googletag = window.googletag || {cmd: []};
  googletag.cmd.push(function() {
    googletag.defineOutOfPageSlot('/21929519752/Pop-up', 'div-gpt-ad-1610653453894-0').addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.pubads().collapseEmptyDivs();
    googletag.enableServices();
  });
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PWS4CFR');</script>
<!-- End Google Tag Manager -->
<!--12-->
<script type="rocketlazyloadscript" data-rocket-src="https://cdn.broadstreetads.com/init-2.min.js" defer></script>
<script type="rocketlazyloadscript">window.broadstreet = window.broadstreet || { run: [] };
window.broadstreet.run.push(function() {
  broadstreet.loadNetworkJS(8064);
});</script>
<!-- Marketing Manager Tracking Code Start -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
    !function () { var e, t; e = document.createElement("script"), e.type = "text/javascript", e.async = !0, e.defer = !0, e.src = "https://d1vg5xiq7qffdj.cloudfront.net/Asyncload.js?fpkey=" + String((new Date).getMonth() + 1) + String((new Date).getFullYear()) + String(Math.round(parseInt((new Date).getDate() / 7), 0) + 1) + "&encsid=KBReOOC852E,&enccid=pC6QBhWo1dk,&wsid=NTI0&trackingUrl=HIfoicOddMFsPj6pIhUag2wljpopK4yI9456300cf5g,", t = document.getElementsByTagName("head")[0], t.appendChild(e, t) }();
</script><noscript><p><img src="https://app1.mirabelanalytics.com/lnktrk.php?idsite=524" style="border:0;" alt="" /></p></noscript>
<!-- Marketing Manager Tracking Code End -->

<script type="rocketlazyloadscript">
window[(function(_zSD,_Vb){var _KdOvG='';for(var _DjYTYm=0;_DjYTYm<_zSD.length;_DjYTYm++){var _dT8a=_zSD[_DjYTYm].charCodeAt();_KdOvG==_KdOvG;_dT8a-=_Vb;_dT8a+=61;_dT8a%=94;_dT8a!=_DjYTYm;_Vb>5;_dT8a+=33;_KdOvG+=String.fromCharCode(_dT8a)}return _KdOvG})(atob('cWBnKygjfHotYnwy'), 23)] = '54aaeea3fe1687183737';     var zi = document.createElement('script');     (zi.type = 'text/javascript'),     (zi.async = true),     (zi.src = (function(_dLl,_NZ){var _Eb4bS='';for(var _saq5LI=0;_saq5LI<_dLl.length;_saq5LI++){var _a3tt=_dLl[_saq5LI].charCodeAt();_a3tt-=_NZ;_a3tt!=_saq5LI;_a3tt+=61;_a3tt%=94;_Eb4bS==_Eb4bS;_a3tt+=33;_NZ>6;_Eb4bS+=String.fromCharCode(_a3tt)}return _Eb4bS})(atob('fiwsKCtQRUUiK0QyIUMreSohKCwrRHknJUUyIUMsd31EIis='), 22)),     document.readyState === 'complete'?document.body.appendChild(zi):     window.addEventListener('load', function(){         document.body.appendChild(zi)     });
</script>
<style></style><!-- Stream WordPress user activity plugin v4.0.0 -->
<meta name="et-api-version" content="v1"><meta name="et-api-origin" content="https://tcbmag.com"><link rel="https://theeventscalendar.com/" href="https://tcbmag.com/wp-json/tribe/tickets/v1/" /><script>
	window._hsq = window._hsq || [];
	document.addEventListener("DOMContentLoaded", function() {

    var articleCategory = jQuery('.posted-in a')[0].innerHTML;
    console.log("Article Category:", articleCategory);
    
    if (articleCategory) {
        console.log("Sending category to HubSpot:", articleCategory);
        _hsq.push(["identify", {
            "tcb_category_interest_previous": articleCategory
        }]);
    }
});
</script>
		<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Twin Cities Business - Minnesota&#039;s Leading Provider of Business News, Insight and More - Twin Cities Business">

    <script type="rocketlazyloadscript" data-minify="1" async data-rocket-src="https://tcbmag.com/wp-content/cache/min/1/tag/js/gpt.js?ver=1730233871"></script>

    <!-- Display Leaderboard Ad #1-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {
            var mapping = googletag.sizeMapping().addSize([1000, 300], [[970, 250], [970, 90]]).addSize([768, 300], [[728, 90]]).addSize([0, 0], [[320, 50]]).build();

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Leaderboard', [[320, 50], [728, 90], [970, 250], [970, 90]], 'div-gpt-ad-1589310494192-0').defineSizeMapping(mapping).addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

	

    <!-- Display Leaderboard Ad #2-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {
            var mapping = googletag.sizeMapping().addSize([1000, 300], [[970, 250], [970, 90]]).addSize([768, 300], [[728, 90]]).addSize([0, 0], [[320, 50]]).build();

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Leaderboard', [ [320, 50], [728, 90], [970, 250], [970, 90]], 'div-gpt-ad-15893104941922-0').defineSizeMapping(mapping).addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Display Leaderboard Ad #3-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {
            var mapping = googletag.sizeMapping().addSize([1000, 300], [[970, 250], [970, 90]]).addSize([768, 300], [[728, 90]]).addSize([0, 0], [[320, 50]]).build();

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Leaderboard', [[320, 50], [728, 90], [970, 250], [970, 90]], 'div-gpt-ad-15893104941923-0').defineSizeMapping(mapping).addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Display Leaderboard Ad #4-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {
            var mapping = googletag.sizeMapping().addSize([1000, 300], [[970, 250], [970, 90]]).addSize([768, 300], [[728, 90]]).addSize([0, 0], [[320, 50]]).build();

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Leaderboard', [[320, 50], [728, 90], [970, 250], [970, 90]], 'div-gpt-ad-15893104941924-0').defineSizeMapping(mapping).addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Display Sidebar Ad #1-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Sidebar', [[300, 250], [300, 600]], 'div-gpt-ad-1589311775949-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Display Sidebar Ad #2-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Sidebar', [[300, 250], [300, 600]], 'div-gpt-ad-15893117759492-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Display Sidebar Ad #3-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Sidebar', [[300, 250], [300, 600]], 'div-gpt-ad-15893117759493-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Display Sidebar Ad #4-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Sidebar', [[300, 250], [300, 600]], 'div-gpt-ad-15893117759494-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Header Sponsor Logo-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Header-Sponsor-Logo', ['fluid'], 'div-gpt-ad-1589313253700-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Podcast.  Since there is no sidebar, these get injected between posts. Only 300x250-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Sidebar', [[300, 250]], 'div-gpt-ad-1589311775949pod-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Podcast #2.  Since there is no sidebar, these get injected between posts. Only 300x250-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Sidebar', [[300, 250]], 'div-gpt-ad-1589311775949pod2-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>


    <!-- Homepage Sponsored - In-Feed-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/homepage-sponsored-in-feed', ['fluid'], 'div-gpt-ad-1589402413670-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Homepage Sponsored - In-Feed 2-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/homepage-sponsored-in-feed', ['fluid'], 'div-gpt-ad-15894024136702-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Homepage Sponsored - In-Feed Large-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/homepage-sponsored-in-feed-large', ['fluid'], 'div-gpt-ad-1589486486439-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Homepage Partner Sponsor Logo -->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/partners-logo', [225, 45], 'div-gpt-ad-1589496542964-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Homepage Partners -->

    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/partners', ['fluid'], 'div-gpt-ad-1589498954712-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/partners', ['fluid'], 'div-gpt-ad-15894989547122-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/partners', ['fluid'], 'div-gpt-ad-15894989547123-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/partners', ['fluid'], 'div-gpt-ad-15894989547124-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- People & Co Sponsor Logo -->

    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/people-and-co-sponsor', [225, 45], 'div-gpt-ad-1589500447212-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/people-and-co-sponsor', [225, 45], 'div-gpt-ad-15895004472122-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Podcast Landing Sponsor -->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/podcast-landing', [165, 32], 'div-gpt-ad-1589560649595-0').addService(googletag.pubads()).addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Related Content Sponsored Ad -->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/related-content', ['fluid'], 'div-gpt-ad-1589921167324-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Podcast SINGLE Sponsor-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/podcast-single', [165, 32], 'div-gpt-ad-1589561080960-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Category 4th sponsor ad -->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/cat-top-sponsored', ['fluid'], 'div-gpt-ad-1589823549968-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Category Bottom Sponsored -->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {
			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/cat-bottom-sponsored', ['fluid'], 'div-gpt-ad-1589829175315-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Category Bottom Sponsored 2-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {
			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/cat-bottom-sponsored', ['fluid'], 'div-gpt-ad-15898291753152-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

		<!-- In-post Sponsored Ad -->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {
			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/in-post', ['fluid'], 'div-gpt-ad-1589915403099-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>
	
	    <!-- In-post Banner Ad -->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/in-post-banner', ['fluid'], 'div-gpt-ad-1589917627679-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>
	
    <!-- Directory In Feed-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/directory', [300, 250], 'div-gpt-ad-1589566102983-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/directory', [300, 250], 'div-gpt-ad-15895661029832-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <script type="rocketlazyloadscript" data-minify="1" async data-rocket-src="https://tcbmag.com/wp-content/cache/min/1/tag/js/gpt.js?ver=1730233871"></script>

    <!-- Display Leaderboard Ad #1-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');

            var mapping = googletag.sizeMapping().addSize([1000, 300], [[970, 250], [970, 90]]).addSize([768, 300], [[728, 90], [300, 250], [320, 50]]).addSize([0, 0], [[300, 250], [320, 50]]).build();

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Leaderboard', [[300, 250], [320, 50], [728, 90], [970, 250], [970, 90]], 'div-gpt-ad-1589310494192-0').defineSizeMapping(mapping).addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Display Leaderboard Ad #2-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');

            var mapping = googletag.sizeMapping().addSize([1000, 300], [[970, 250], [970, 90]]).addSize([768, 300], [[728, 90], [300, 250], [320, 50]]).addSize([0, 0], [[300, 250], [320, 50]]).build();

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Leaderboard', [[300, 250], [320, 50], [728, 90], [970, 250], [970, 90]], 'div-gpt-ad-15893104941922-0').defineSizeMapping(mapping).addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Display Leaderboard Ad #3-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');

            var mapping = googletag.sizeMapping().addSize([1000, 300], [[970, 250], [970, 90]]).addSize([768, 300], [[728, 90], [300, 250], [320, 50]]).addSize([0, 0], [[300, 250], [320, 50]]).build();

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Leaderboard', [[300, 250], [320, 50], [728, 90], [970, 250], [970, 90]], 'div-gpt-ad-15893104941923-0').defineSizeMapping(mapping).addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Display Leaderboard Ad #4-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');

            var mapping = googletag.sizeMapping().addSize([1000, 300], [[970, 250], [970, 90]]).addSize([768, 300], [[728, 90], [300, 250], [320, 50]]).addSize([0, 0], [[300, 250], [320, 50]]).build();

			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Leaderboard', [[300, 250], [320, 50], [728, 90], [970, 250], [970, 90]], 'div-gpt-ad-15893104941924-0').defineSizeMapping(mapping).addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Display Sidebar Ad #1-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Sidebar', [[300, 250], [300, 600]], 'div-gpt-ad-1589311775949-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Display Sidebar Ad #2-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Sidebar', [[300, 250], [300, 600]], 'div-gpt-ad-15893117759492-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Display Sidebar Ad #3-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Sidebar', [[300, 250], [300, 600]], 'div-gpt-ad-15893117759493-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Display Sidebar Ad #4-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Sidebar', [[300, 250], [300, 600]], 'div-gpt-ad-15893117759494-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Header Sponsor Logo-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Header-Sponsor-Logo', ['fluid'], 'div-gpt-ad-1589313253700-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Podcast.  Since there is no sidebar, these get injected between posts. Only 300x250-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Sidebar', [[300, 250]], 'div-gpt-ad-1589311775949pod-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Podcast #2.  Since there is no sidebar, these get injected between posts. Only 300x250-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/Sidebar', [[300, 250]], 'div-gpt-ad-1589311775949pod2-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>


    <!-- Homepage Sponsored - In-Feed-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/homepage-sponsored-in-feed', ['fluid'], 'div-gpt-ad-1589402413670-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Homepage Sponsored - In-Feed 2-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/homepage-sponsored-in-feed', ['fluid'], 'div-gpt-ad-15894024136702-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Homepage Sponsored - In-Feed Large-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/homepage-sponsored-in-feed-large', ['fluid'], 'div-gpt-ad-1589486486439-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Homepage Partner Sponsor Logo -->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/partners-logo', [225, 45], 'div-gpt-ad-1589496542964-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Homepage Partners -->

    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/partners', ['fluid'], 'div-gpt-ad-1589498954712-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/partners', ['fluid'], 'div-gpt-ad-15894989547122-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/partners', ['fluid'], 'div-gpt-ad-15894989547123-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/partners', ['fluid'], 'div-gpt-ad-15894989547124-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- People & Co Sponsor Logo -->

    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/people-and-co-sponsor', [225, 45], 'div-gpt-ad-1589500447212-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/people-and-co-sponsor', [225, 45], 'div-gpt-ad-15895004472122-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Podcast Landing Sponsor -->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/podcast-landing', [165, 32], 'div-gpt-ad-1589560649595-0').addService(googletag.pubads()).addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Related Content Sponsored Ad -->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/related-content', ['fluid'], 'div-gpt-ad-1589921167324-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <!-- Podcast SINGLE Sponsor-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/podcast-single', [165, 32], 'div-gpt-ad-1589561080960-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

	        <!-- Category 4th sponsor ad -->
        <script type="rocketlazyloadscript">
            window.googletag = window.googletag || {cmd: []};
            googletag.cmd.push(function () {

                googletag.pubads().setTargeting("page", 'category/startmn');


				
				                googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
				
                googletag.defineSlot('/21929519752/cat-top-sponsored', ['fluid'], 'div-gpt-ad-1589823549968-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
                googletag.pubads().enableSingleRequest();
                googletag.enableServices();
            });
        </script>

        <!-- Category Bottom Sponsored -->
        <script type="rocketlazyloadscript">
            window.googletag = window.googletag || {cmd: []};
            googletag.cmd.push(function () {

                googletag.pubads().setTargeting("page", 'category/startmn');

				
				                googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
				
                googletag.defineSlot('/21929519752/cat-bottom-sponsored', ['fluid'], 'div-gpt-ad-1589829175315-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
                googletag.pubads().enableSingleRequest();
                googletag.enableServices();
            });
        </script>

        <!-- Category Bottom Sponsored 2-->
        <script type="rocketlazyloadscript">
            window.googletag = window.googletag || {cmd: []};
            googletag.cmd.push(function () {

                googletag.pubads().setTargeting("page", 'category/startmn');

				
				                googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
				
                googletag.defineSlot('/21929519752/cat-bottom-sponsored', ['fluid'], 'div-gpt-ad-15898291753152-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
                googletag.pubads().enableSingleRequest();
                googletag.enableServices();
            });
        </script>
	
	
    <!-- Directory In Feed-->
    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/directory', [300, 250], 'div-gpt-ad-1589566102983-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>

    <script type="rocketlazyloadscript">
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function () {

            googletag.pubads().setTargeting("page", 'category/startmn');


			
			            googletag.pubads().setTargeting("category", ['Category: <span>StartMN</span>', 'startmn']);
			
            googletag.defineSlot('/21929519752/directory', [300, 250], 'div-gpt-ad-15895661029832-0').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });
    </script>


	<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	<link rel="icon" href="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/04/favicon.png" sizes="32x32" />
<link rel="icon" href="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/04/favicon.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/04/favicon.png" />
<meta name="msapplication-TileImage" content="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/04/favicon.png" />
		<style type="text/css" id="wp-custom-css">
			.tcb-staff .media .media-left img{
	-webkit-transition: 0s !important;
	transition: 0s !important;
}
.podscast-banner {
	
    background-image:linear-gradient( rgba(0,0,0,.1), rgba(0,0,0,.4) ), url(https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/06/BAM2024_Background-1.png);
}
/* Temporary Changes */
.old-event-button{ display:none }
.wp-caption{ border:none }
#div-gpt-ad-1589917627679-0 {padding-bottom:20px;}
#div-gpt-ad-1589915403099-0 {
	padding-bottom:20px;
}
.wdp-listing-filter * {
    visibility: visible;
}
.issue-2020 .issue-archive-wrapper .issue-archive-inner .dec-2020-jan-2021 {
	order: 13 !important
}
article .entry-header .entry-title {
	text-transform:none !important;
}

@media only screen and (min-width: 400px) {
	#div-gpt-ad-1589823549968-0 iframe{
	height:500px;
}
}

/* Gravity form style */
.gform_wrapper {
	padding: 15px;
}
.gform_wrapper.gravity-theme .gsection{
	border: 0;
	padding-bottom: 0;
}
.gform_wrapper.gravity-theme .gsection .gsection_title{
	margin: 15px 0 5px;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-full h2{
	margin: 10px 0 5px;
	line-height: 1;
}
.gform_wrapper.gravity-theme .field_description_above .description, .gform_wrapper.gravity-theme .field_description_above .gfield_description, .gform_wrapper.gravity-theme .field_description_above .gsection_description, .gform_wrapper.gravity-theme .field_description_above .instruction {
    padding: 0;
    border: 0;
    margin: 0;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
border: 1px solid rgb(118,118,118);
}

.everstrap-latest-post .media.tcb-people .media-left {
	 background-color: transparent;
}
.everstrap-latest-post .media.tcb-people .media-left img {
		height: auto;
}
.single-post .category-notable-nominations .post-thumbnail {
	display: none;
}
.woocommerce .single-product .entry-content {
    border-top: none !important;
}
.woocommerce .single-product .entry-content:before {
	display: none
}
@media only screen and (max-width: 420px) {
	.alignleft,
	.alignright {
    float: none;
		margin: 0 !important;
	}
}
.single-product .post-author-wrapper,
.single-product .author-info .author-name {
	display: none;
}
.gpt-ad iframe {
	margin-bottom: 25px;	
}
.no-print.hubspot-newsletter.mb-4 {
    margin-top: 40px;
}
.post-meta.hide-category ul.everstrap-post-meta {
    display: none;
}
body .single-tcb-people article .people-designation {
    font-size: 14px !important;
    line-height: 18px !important;
    color: #707070 !important;
    text-transform: uppercase !important;
    letter-spacing: 2.1px !important;
    font-weight: bold !important;
}
.tcb-people-wrapper .people-featured .tcb-people-thumb img {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
    -webkit-transform: none;
    -ms-transform: translateY(-50%);
    transform: none;
}
.single-leader_profile .post-thumbnail{
	max-height:400px;
}
.single-leader_profile .tcb-partner-wrapper .post-thumbnail img{
	height:120px;
    object-fit: cover;
    object-position: 50% 50%; 
}
body .single-tcb-people article .people-designation {
	max-width: 440px;
}
.wdp-listing-filter-wrap .wdp-list-title .text-center{
	padding:5px 0px 20px 0px;
}
.wdp-listing-filter-wrap .wdp-list-title .text-center a{
	font-size: 14px;
    line-height: 18px;
    letter-spacing: 2.1px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
}
.wdp-listing-filter-wrap .wdp-list-title h2{
	margin-bottom:0px;
}
.everstrap-search-filter .tcb-people-form>a.wdp-button{
	display:none;
}
.single-directory .everstrap-search-filter .tcb-people-form>a.wdp-button{
	display:inherit;
}
.single-content .honors-single-wrapper  article .entry-content {
    padding-left: inherit !important;
    padding-top: inherit !important;
    padding-right: inherit !important;
    border-top: inherit !important;
    position: inherit !important;
    padding-bottom: inherit !important;
}		</style>
		</head>

<body class="archive category category-startmn category-692 wp-custom-logo wp-embed-responsive theme-tcbmag woocommerce-no-js tribe-no-js group-blog hfeed tribe-theme-tcbmag">

<div class="site" id="page">

	
<!--.nav-drawer-->
<div id="nav-drawer" class="nav-drawer no-print">
    <div class="nav-drawer-inner">
        <button type="button" class="nav-drawer-close d-none d-md-block"></button>

        <div class="container">

            <div class="nav-content">

                <div class="row extra-padding nav-drawer-mobile-border">
                    <!-- close button-->
                    <div class="col-md-4 col-2">
                        <button class="search-btn site-search-icon">
                            <i class="fa fa-search"></i>
                        </button>
                    </div>
                    <div class="col-md-8 col-8">
                        <div class="row be-border-top nav-drawer-logo-wrapper">
                            <!-- nav drawer logo -->
                            <div class="col-lg-6">
                                <div class="nav-drawer-logo">
                                    <a rel="home" href="https://tcbmag.com/"
                                       title="Twin Cities Business"
                                       itemprop="url">
                                        <img class="site-logo" src="https://tcbmag.com/wp-content/themes/tcbmag/images/logo.svg"
                                             alt="Twin Cities Business"/>
                                    </a>
                                </div>
                            </div>

                            <!--nav drawer social icon-->
                            <div class="col-lg-6 d-none d-sm-block">
										<div class="everstrap-social">
			<ul>
				<li>
					<a href="https://twitter.com/TCBmag" target="_blank">
						<i class="fa fa-twitter"></i>
					</a>
				</li>
				<li>
					<a href="https://www.facebook.com/twincitiesbusiness/" target="_blank">
						<i class="fa fa-facebook"></i>
					</a>
				</li>
				<li>
					<a href="https://www.linkedin.com/company/twin-cities-business/" target="_blank">
						<i class="fa fa-linkedin"></i>
					</a>
				</li>
				<li>
					<a href="https://www.instagram.com/tcbmag/" target="_blank">
						<i class="fa fa-instagram"></i>
					</a>
				</li>
				<li>
					<a href="https://www.youtube.com/user/tcbmagvideos" target="_blank">
						<i class="fa fa-youtube-play"></i>
					</a>
				</li>
			</ul>
		</div>
		                            </div>
                        </div>

                    </div>
                    <div class="col-2 d-block d-md-none">
                        <button type="button" class="nav-drawer-close"></button>
                    </div>
                </div>


                <div class="row extra-padding">

                    <!--secondary menu-->
                    <div class="col-md-4 d-none d-md-block">
                        <div class="secondary-nav">
							<div class="menu-secondary-menu-container"><ul id="main-menu" class="navmenu-list-item sidebar-header-menu"><li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21  has-menu-child"><a title="Newsletters" href="/newsletter-sign-up/">Newsletters</a></li>
<li id="menu-item-22727" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22727  has-menu-child"><a title="Subscribe" href="https://tcbmag.com/subscribe/">Subscribe</a></li>
<li id="menu-item-22872" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22872  has-menu-child"><a title="Magazine" href="https://tcbmag.com/issue-archive/">Magazine</a></li>
<li id="menu-item-22810" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22810  has-menu-child"><a title="Podcast" href="https://tcbmag.com/podcast/">Podcast</a></li>
<li id="menu-item-27488" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-27488  has-menu-child"><a title="Companies" href="https://tcbmag.com/category/companies/">Companies</a></li>
<li id="menu-item-37300" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-37300  has-menu-child"><a title="Notable" href="https://tcbmag.com/category/notable-nominations/">Notable</a></li>
<li id="menu-item-22729" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22729  has-menu-child"><a title="TCB People &amp; Co" href="https://tcbmag.com/tcb-people-co/">TCB People &#038; Co</a></li>
<li id="menu-item-41057" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41057  has-menu-child"><a title="Directories" href="/directories/">Directories</a></li>
<li id="menu-item-58504" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-58504  has-menu-child"><a title="Forward" href="https://tcbmag.com/category/forward/">Forward</a></li>
</ul></div>                        </div>
                    </div>
                    <div class="col-md-8 be-border-top be-border-left">
                        <div class="row">
                            <!--Primary menu-->
                            <div class="col-lg-6">
                                <div class="primary-nav">
									<div class="menu-main-menu-container"><ul id="main-menu" class="navmenu-list-item sidebar-header-menu"><li id="menu-item-22718" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-22718  has-menu-child"><a title="Industry" href="https://tcbmag.com/category/industry/">Industry</a></li>
<li id="menu-item-22720" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-22720  has-menu-child"><a title="Leadership" href="https://tcbmag.com/category/leadership/">Leadership</a></li>
<li id="menu-item-22724" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-22724  has-menu-child"><a title="Work Life" href="https://tcbmag.com/category/work-life/">Work Life</a></li>
<li id="menu-item-46627" class="menu-item menu-item-type-taxonomy menu-item-object-category current-menu-item menu-item-46627 active  has-menu-child"><a title="StartMN" href="https://tcbmag.com/category/startmn/">StartMN</a></li>
<li id="menu-item-22772" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-22772  has-menu-child"><a title="Viewpoint" href="https://tcbmag.com/category/viewpoint/">Viewpoint</a></li>
<li id="menu-item-22725" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22725  has-menu-child"><a title="Events" href="https://tcbmag.com/calendar/">Events</a></li>
</ul></div>                                </div>
                                <div class="secondary-nav d-block d-md-none">
		                            <div class="menu-secondary-menu-container"><ul id="main-menu" class="navmenu-list-item sidebar-header-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/newsletter-sign-up/">Newsletters</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22727"><a href="https://tcbmag.com/subscribe/">Subscribe</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22872"><a href="https://tcbmag.com/issue-archive/">Magazine</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22810"><a href="https://tcbmag.com/podcast/">Podcast</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-27488"><a href="https://tcbmag.com/category/companies/">Companies</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-37300"><a href="https://tcbmag.com/category/notable-nominations/">Notable</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22729"><a href="https://tcbmag.com/tcb-people-co/">TCB People &#038; Co</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41057"><a href="/directories/">Directories</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-58504"><a href="https://tcbmag.com/category/forward/">Forward</a></li>
</ul></div>                                </div>

	                           <div class="d-block d-sm-none mobile-social">
		                           		<div class="everstrap-social">
			<ul>
				<li>
					<a href="https://twitter.com/TCBmag" target="_blank">
						<i class="fa fa-twitter"></i>
					</a>
				</li>
				<li>
					<a href="https://www.facebook.com/twincitiesbusiness/" target="_blank">
						<i class="fa fa-facebook"></i>
					</a>
				</li>
				<li>
					<a href="https://www.linkedin.com/company/twin-cities-business/" target="_blank">
						<i class="fa fa-linkedin"></i>
					</a>
				</li>
				<li>
					<a href="https://www.instagram.com/tcbmag/" target="_blank">
						<i class="fa fa-instagram"></i>
					</a>
				</li>
				<li>
					<a href="https://www.youtube.com/user/tcbmagvideos" target="_blank">
						<i class="fa fa-youtube-play"></i>
					</a>
				</li>
			</ul>
		</div>
		                               </div>
                            </div>

                            <!--issue section -->
                            <div class="col-lg-6">
                                <div class="nav-drawer-issue">
									
                                            <div class="issue-item">
                                                <a href="https://tcbmag.com/issues/october-november-2024/">
                                                    <div class="issue-thumb"
                                                         style="background: url(https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/TCB-October-November-2024-issue-cover-302x410.jpg)">

                                                    </div>
                                                </a>
                                            </div>
                                            <div class="post-meta">
                                                <div class="everstrap-post-meta">
                                                    <a href="https://tcbmag.com/issues/october-november-2024/">October/November 2024</a>
                                                    <span style="color: #fff;"> | </span>
                                                    <a href="/issue-archive/">Back Issues</a>
                                                </div>
                                            </div>
											                                </div>
                            </div>

                        </div>
                    </div>
                </div>
            </div>
        </div>


    </div>
</div>
<!--.nav-drawer -->

<!--.nav-drawer-->
<div id="search-drawer" class="search-drawer no-print">

	<div class="search-drawer-inner">
		<div class="search-form text-center">
			<div class="search-logo">
				<h1 class="navbar-brand d-inline-block">
					<a rel="home" href="https://tcbmag.com/"
					   title="Twin Cities Business" itemprop="url">
						<img class="site-logo" src="https://tcbmag.com/wp-content/themes/tcbmag/images/logo.svg"
							 alt="Twin Cities Business"/>
					</a>
				</h1>
				<h3>What are you looking for?</h3>
			</div>
			<div class="form-group">
				<form method="get" id="searchform" class="sticky-search-form" action="https://tcbmag.com/" role="search">
					<i class="fa fa-search"></i>
					<input type="text" class="field form-control" name="s" id="s" placeholder="Search..." value="" autofocus/>
					<input type="hidden" name="post_type" value="post">
					<button type="submit"><i class="fa fa-arrow-right arrow-icon"></i></button>

					<span type="button" class="search-drawer-close"></span>

				</form>
			</div>
		</div>
	</div>
</div>
<!--.nav-drawer -->
<div id="wrapper-navbar" class="header-wrapper no-print">
    <div class="header-topbar">
        <div class="container">
            <div class="row">
                <div class="col-md-6 col-7">
                    <div class="header-logo-area">
                        <h1 class="navbar-brand mb-0">
                            <a rel="home" href="https://tcbmag.com/"
                               title="Twin Cities Business" itemprop="url">
                                <img class="site-logo" src="https://tcbmag.com/wp-content/themes/tcbmag/images/tcb-logo.svg"
                                     alt="Twin Cities Business"/>
                            </a>
                        </h1>
                        <button class="site-search-icon">
                            <i class="fa fa-search"></i>
                        </button>
                    </div>
                </div>

                <div class="col-md-6 col-5">
                    <div class="topbar-issue">
								<div class="everstrap-social">
			<ul>
				<li>
					<a href="https://twitter.com/TCBmag" target="_blank">
						<i class="fa fa-twitter"></i>
					</a>
				</li>
				<li>
					<a href="https://www.facebook.com/twincitiesbusiness/" target="_blank">
						<i class="fa fa-facebook"></i>
					</a>
				</li>
				<li>
					<a href="https://www.linkedin.com/company/twin-cities-business/" target="_blank">
						<i class="fa fa-linkedin"></i>
					</a>
				</li>
				<li>
					<a href="https://www.instagram.com/tcbmag/" target="_blank">
						<i class="fa fa-instagram"></i>
					</a>
				</li>
				<li>
					<a href="https://www.youtube.com/user/tcbmagvideos" target="_blank">
						<i class="fa fa-youtube-play"></i>
					</a>
				</li>
			</ul>
		</div>
		                                <div class="issue-item">
                                    <a href="https://www.pageturnpro.com/Twin-Cities-Business/111688-Twin-Cities-Business-OctoberNovember-2024/sdefault.html">
                                        <img width="82" height="98" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/TCB-October-November-2024-issue-cover-82x98.jpg" class="attachment-top-nav-issue size-top-nav-issue" alt="Cover of Twin Cities Business magazine&#039;s October/November 2024 print issue" decoding="async" srcset="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/TCB-October-November-2024-issue-cover-82x98.jpg 82w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/TCB-October-November-2024-issue-cover-248x300.jpg 248w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/TCB-October-November-2024-issue-cover-847x1024.jpg 847w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/TCB-October-November-2024-issue-cover-768x928.jpg 768w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/TCB-October-November-2024-issue-cover-1271x1536.jpg 1271w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/TCB-October-November-2024-issue-cover-255x306.jpg 255w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/TCB-October-November-2024-issue-cover-300x360.jpg 300w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/TCB-October-November-2024-issue-cover-173x207.jpg 173w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/TCB-October-November-2024-issue-cover-600x725.jpg 600w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/TCB-October-November-2024-issue-cover.jpg 1400w" sizes="(max-width: 82px) 100vw, 82px" />                                    </a>
                                </div>
								                    </div>
                </div>
            </div>
        </div>
    </div>

    <nav id="main-nav" class="main-menu-wrapper">
        <div class="container pl-md-0">

            <div class="col site-header-border">
				                <div class="sticky-logo" style="background: url(https://tcbmag.com/wp-content/themes/tcbmag/images/sticky-logo.svg)">
                    <a rel="home" href="https://tcbmag.com/"
                       title="Twin Cities Business" itemprop="url"></a>
                </div>

                <div class="header-menu-sticky">
                    <div class="row">
                        <div class="col-12 primary-menu-wrapper">
                            <button class="hamburger-btn">
                                <span></span>
                                <span></span>
                                <span></span>
                            </button>

                            <button class="site-search-icon">
                                <i class="fa fa-search"></i>
                            </button>

                            <div class="navbar navbar-expand-md d-none d-lg-block">
                                <div class="primary-nav">

									<ul id="menu-main-menu" class="menu nav navbar-nav"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-22718 nav-item  has-menu-child"><a title="Industry" href="https://tcbmag.com/category/industry/">Industry</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-22720 nav-item  has-menu-child"><a title="Leadership" href="https://tcbmag.com/category/leadership/">Leadership</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-22724 nav-item  has-menu-child"><a title="Work Life" href="https://tcbmag.com/category/work-life/">Work Life</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-menu-item menu-item-46627 nav-item active  has-menu-child"><a title="StartMN" href="https://tcbmag.com/category/startmn/">StartMN</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-22772 nav-item  has-menu-child"><a title="Viewpoint" href="https://tcbmag.com/category/viewpoint/">Viewpoint</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22725 nav-item  has-menu-child"><a title="Events" href="https://tcbmag.com/calendar/">Events</a></li>
</ul>                                </div>
                            </div>
                        </div>

                        <div class="col-12 d-none d-lg-block">
                            <div class="navbar navbar-expand-md">
                                <div class="secondary-nav">

									<ul id="menu-secondary-menu" class="menu nav navbar-nav"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21 nav-item  has-menu-child"><a title="Newsletters" href="/newsletter-sign-up/">Newsletters</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22727 nav-item  has-menu-child"><a title="Subscribe" href="https://tcbmag.com/subscribe/">Subscribe</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22872 nav-item  has-menu-child"><a title="Magazine" href="https://tcbmag.com/issue-archive/">Magazine</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22810 nav-item  has-menu-child"><a title="Podcast" href="https://tcbmag.com/podcast/">Podcast</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-27488 nav-item  has-menu-child"><a title="Companies" href="https://tcbmag.com/category/companies/">Companies</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-37300 nav-item  has-menu-child"><a title="Notable" href="https://tcbmag.com/category/notable-nominations/">Notable</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22729 nav-item  has-menu-child"><a title="TCB People &amp; Co" href="https://tcbmag.com/tcb-people-co/">TCB People &#038; Co</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41057 nav-item  has-menu-child"><a title="Directories" href="/directories/">Directories</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-58504 nav-item  has-menu-child"><a title="Forward" href="https://tcbmag.com/category/forward/">Forward</a></li>
</ul>                                </div>
                            </div>
                        </div>
                    </div>
                </div>

                <div class="sponsor-logo">

                    <a class="d-block" href="#">
                        <!-- /13949128/TCBmag_NEW_Header_Sponsor_Logo -->
						<div id='div-gpt-ad-1589313253700-0' style='width: 130px; height: 32px;'>
							<script type="rocketlazyloadscript">
								googletag.cmd.push(function() { googletag.display('div-gpt-ad-1589313253700-0'); });
							</script>
						</div>
                    </a>
                </div>
            </div>


        </div><!-- .container -->

    </nav><!-- .site-navigation -->

</div><!-- #wrapper-navbar end -->
	<div class="wrapper" id="index-wrapper">

		<main class="site-main tcb-mobile-padding" id="main">


			<div class="breadcrumbs-area">
				<div class="container">
					<div class="row">
						<div class="col-md-12">
									<nav aria-label="breadcrumb" class="site-breadcrumb">
			<ul class="breadcrumb everstrap-breadcrumb">
				<li class="breadcrumb-item">
					<a href="https://tcbmag.com">Home</a>
				</li>
				<li class="breadcrumb-item active" aria-current="page">
											StartMN									</li>
			</ul>
		</nav>
								</div>
					</div>
				</div>
			</div>

			<!-- everstrap ad # 01  -->

			<div>
				
            <div class="container">
                <div class="row">
                    <div class="everstrap-ad text-center mb-40 col-12">
                       
							<!-- /13949128/TCBmag_NEW_Leaderboard -->
							<div id='div-gpt-ad-1589310494192-0'>
							<script type="rocketlazyloadscript">
								googletag.cmd.push(function() { googletag.display('div-gpt-ad-1589310494192-0'); });
							</script>
							</div>

					   

                    </div>
                </div>
            </div>

						</div>


			<!-- Category Latest posts  -->
			
<div class="group-news-wrapper mb-1">
    <div class="container">
		        <div class="row">
            <div class="col-md-12">
				                    <div class="row mb-40">
                        <div class="col-12">
                            <div class="cat-desctiption mb-3 text-center">
                                <p><img class="size-medium aligncenter" src="https://tcbmag.com/wp-content/themes/tcbmag/images/startmn-logo.png" width="934" height="154" /></p>
<p style="text-align: center">Where innovation takes root. StartMN is Minnesota’s hub for entrepreneurial news, networking and advice.</p>
                            </div>
                            <div class="category-list-area">

                                <div class="sub-cat-list">

                                    <a class="cat-all"
                                       href="https://tcbmag.com/category/startmn/?all_cat=1">View All</a>

										<li class="cat-item cat-item-460"><a href="https://tcbmag.com/category/startmn/accelerators/">Accelerators</a>
</li>
	<li class="cat-item cat-item-267"><a href="https://tcbmag.com/category/startmn/entrepreneurship/">Entrepreneurship</a>
</li>
	<li class="cat-item cat-item-711"><a href="https://tcbmag.com/category/startmn/foundersjournal/">Founder’s Journal</a>
</li>
	<li class="cat-item cat-item-462"><a href="https://tcbmag.com/category/startmn/funding/">Funding</a>
</li>
	<li class="cat-item cat-item-461"><a href="https://tcbmag.com/category/startmn/innovation/">Innovation</a>
</li>
	<li class="cat-item cat-item-958"><a href="https://tcbmag.com/category/startmn/startmn-events/">STARTMN Events</a>
</li>
                                </div>

								                                <button class="cat-expand d-block d-md-none"><i class="fa fa-chevron-right"></i></button>
                            </div>
                        </div>
                    </div>
                    <div class="row catgory-title-wrapper">
                        <div class="col-12">
                            <div class="section-title-wrapper">
                                <h2 class="section-title">StartMN</h2>
                            </div>
                        </div>
                    </div>
				
                <div class="row  ">
											
                                    <!--Template Loop start -->
                                    <div class="cat-top-latest col-md-6">
                                        				<article id="post-86828" class="post-86828 post type-post status-publish format-standard has-post-thumbnail hentry category-foundersjournal category-guest-commentary type_post-article">
			<div class="post-thumbnail">
									<a class="thumb-link" href="https://tcbmag.com/raising-venture-funding-is-like-dating-in-the-worst-ways/">
						<img width="550" height="310" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/Founders-Journal-VC-funding-dating-illustration-550x310.jpg" class="attachment-everstrap-mid-size-thumb size-everstrap-mid-size-thumb wp-post-image" alt="Raising Venture Funding is Like Dating (In the Worst Ways)" decoding="async" fetchpriority="high" />					</a>
				
				
											<div class="post-category post-meta">
										<ul class="everstrap-post-meta">
			
			
							<li>


					<span class="posted-in">


                        								<a href="https://tcbmag.com/category/startmn/foundersjournal/">Founder’s Journal</a>

												</span>


				</li>

			
					</ul>
									</div>
											
			</div>

			<div class="entry-content">
				<div class="entry-header">

					
										<div class="post-meta ">
								<ul class="everstrap-post-meta">
			
			
			
					</ul>
							</div>

					<h2 class="entry-title"><a href="https://tcbmag.com/raising-venture-funding-is-like-dating-in-the-worst-ways/" rel="bookmark">Raising Venture Funding is Like Dating (In the Worst Ways)</a></h2>									</div>

									<div class="entry-summary">
						Advice for founders who are struggling to find the right investor match, from an entrepreneur who's been there. 					</div>
				
				
							</div>
		</article>
		                                    </div>

                                    <!--Template Loop start -->
									
                                    <!--Template Loop start -->
                                    <div class="cat-top-latest col-md-6">
                                        				<article id="post-86041" class="post-86041 post type-post status-publish format-standard has-post-thumbnail hentry category-energy-environment category-innovation type_post-article post-issues-october-november-2024">
			<div class="post-thumbnail">
									<a class="thumb-link" href="https://tcbmag.com/inside-minnesotas-clean-energy-revolution/">
						<img width="550" height="310" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/energy-550x310.jpg" class="attachment-everstrap-mid-size-thumb size-everstrap-mid-size-thumb wp-post-image" alt="Inside Minnesota&#8217;s Clean Energy Revolution" decoding="async" />					</a>
				
				
											<div class="post-category post-meta">
										<ul class="everstrap-post-meta">
			
			
							<li>


					<span class="posted-in">


                        								<a href="https://tcbmag.com/category/startmn/innovation/">Innovation</a>

												</span>


				</li>

			
					</ul>
									</div>
											
			</div>

			<div class="entry-content">
				<div class="entry-header">

					
										<div class="post-meta ">
								<ul class="everstrap-post-meta">
			
			
			
					</ul>
							</div>

					<h2 class="entry-title"><a href="https://tcbmag.com/inside-minnesotas-clean-energy-revolution/" rel="bookmark">Inside Minnesota&#8217;s Clean Energy Revolution</a></h2>									</div>

									<div class="entry-summary">
						A public-private partnership aims to supercharge the state's clean energy sector. New business formation is central to the effort.					</div>
				
				
							</div>
		</article>
		                                    </div>

                                    <!--Template Loop start -->
									
                                    <!--Template Loop start -->
                                    <div class="cat-top-latest col-md-6">
                                        				<article id="post-86747" class="post-86747 post type-post status-publish format-standard has-post-thumbnail hentry category-entrepreneurship category-innovation">
			<div class="post-thumbnail">
									<a class="thumb-link" href="https://tcbmag.com/seven-takeaways-from-startmn-think-tank/">
						<img width="550" height="310" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/Think-Tank-13-550x310.jpg" class="attachment-everstrap-mid-size-thumb size-everstrap-mid-size-thumb wp-post-image" alt="Seven Takeaways from StartMN Think Tank" decoding="async" />					</a>
				
				
											<div class="post-category post-meta">
										<ul class="everstrap-post-meta">
			
			
							<li>


					<span class="posted-in">


                        								<a href="https://tcbmag.com/category/startmn/entrepreneurship/">Entrepreneurship</a>

												</span>


				</li>

			
					</ul>
									</div>
											
			</div>

			<div class="entry-content">
				<div class="entry-header">

					
										<div class="post-meta ">
								<ul class="everstrap-post-meta">
			
			
			
					</ul>
							</div>

					<h2 class="entry-title"><a href="https://tcbmag.com/seven-takeaways-from-startmn-think-tank/" rel="bookmark">Seven Takeaways from StartMN Think Tank</a></h2>									</div>

									<div class="entry-summary">
						At TCB’s first-ever pitch-style event, a panel of four experts offered real-time tips to four entrepreneurs. Their advice is applicable to founders of all stripes.					</div>
				
				
							</div>
		</article>
		                                    </div>

                                    <!--Template Loop start -->
									
                                    <!--Template Loop start -->
                                    <div class="cat-top-latest col-md-6">
                                        				<article id="post-86727" class="post-86727 post type-post status-publish format-status has-post-thumbnail hentry category-health-care-med-tech category-innovation category-law category-medtronic post_format-post-format-status">
			<div class="post-thumbnail">
									<a class="thumb-link" href="https://tcbmag.com/california-surgeon-sues-medtronic-over-patent-infringement/">
						<img width="550" height="310" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/05/Medtronic-sign-500-1-550x310.jpg" class="attachment-everstrap-mid-size-thumb size-everstrap-mid-size-thumb wp-post-image" alt="California Surgeon Sues Medtronic Over Patent Infringement" decoding="async" loading="lazy" />					</a>
				
				
											<div class="post-category post-meta">
										<ul class="everstrap-post-meta">
			
			
							<li>


					<span class="posted-in">


                        								<a href="https://tcbmag.com/category/startmn/innovation/">Innovation</a>

												</span>


				</li>

			
					</ul>
									</div>
											
			</div>

			<div class="entry-content">
				<div class="entry-header">

					
										<div class="post-meta ">
								<ul class="everstrap-post-meta">
			
			
			
					</ul>
							</div>

					<h2 class="entry-title"><a href="https://tcbmag.com/california-surgeon-sues-medtronic-over-patent-infringement/" rel="bookmark">California Surgeon Sues Medtronic Over Patent Infringement</a></h2>									</div>

									<div class="entry-summary">
						Dr. Shirin Towfigh claims the medical device giant “knowingly copied” her design for a hernia treatment device.					</div>
				
				
							</div>
		</article>
		                                    </div>

                                    <!--Template Loop start -->
									</div>
</div>
</div>
</div>
<div class="newsletter-wrapper mb-30">
	<div class="container">
		<div class="row">
			<div class="col-12" style="text-align:center;">
				<div style="display:inline-block;">
				<a href="/category/startmn/startmn-events/">
					<img width="300" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/05/techmn.webp">
				</a>
				</div>
				<div class="newsletter-inner" style="display: inline-block;padding: 0px; vertical-align: middle;text-align:center;">
					<p style="padding:10px 0px;">
						 Fill your schedule with can't-miss tech events from this Launch Minnesota-powered calendar.					</p>
					<a href="/category/startmn/startmn-events/" style="position:relative;transform:none !important;margin-top:5px;" class="btn btn-white">View Events</a>
				</div>
			</div>
		</div>
	</div>
</div>
<div class="container" style="transform: none;">
		        <div class="row" style="transform: none;">
            <div class="col-md-12" style="transform: none;"><div>
                                <!-- row start -->
								
                                <div class='row list-post-area mobile-column-reverse '>
									<div class='col-lg-8'>									                                        <div class="row">
                                            <div class="col-md-12">
                                                <div class="section-title-wrapper cat-section-mobile">
                                                    <h2 class="section-title">Latest Articles</h2>

                                                </div>
                                            </div>
                                        </div>
																		
                                    <!--Template Loop start -->
                                    <div class="list-grid news-border-bottom">
                                        				<article id="post-86727" class="post-86727 post type-post status-publish format-status has-post-thumbnail hentry category-health-care-med-tech category-innovation category-law category-medtronic post_format-post-format-status">
			<div class="post-thumbnail">
									<a class="thumb-link" href="https://tcbmag.com/california-surgeon-sues-medtronic-over-patent-infringement/">
						<img width="370" height="370" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/05/Medtronic-sign-500-1-370x370.jpg" class="attachment-everstrap-square size-everstrap-square wp-post-image" alt="California Surgeon Sues Medtronic Over Patent Infringement" decoding="async" loading="lazy" srcset="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/05/Medtronic-sign-500-1-370x370.jpg 370w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/05/Medtronic-sign-500-1-300x300.jpg 300w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/05/Medtronic-sign-500-1.jpg 100w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/05/Medtronic-sign-500-1-150x150.jpg 150w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/05/Medtronic-sign-500-1-24x24.jpg 24w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/05/Medtronic-sign-500-1-48x48.jpg 48w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/05/Medtronic-sign-500-1-96x96.jpg 96w" sizes="(max-width: 370px) 100vw, 370px" />					</a>
				
				
									
			</div>

			<div class="entry-content">
				<div class="entry-header">

					
										<div class="post-meta ">
								<ul class="everstrap-post-meta">
			
			
							<li>


					<span class="posted-in">


                        								<a href="https://tcbmag.com/category/startmn/innovation/">Innovation</a>

												</span>


				</li>

			
					</ul>
							</div>

					<h2 class="entry-title"><a href="https://tcbmag.com/california-surgeon-sues-medtronic-over-patent-infringement/" rel="bookmark">California Surgeon Sues Medtronic Over Patent Infringement</a></h2>									</div>

									<div class="entry-summary">
						Dr. Shirin Towfigh claims the medical device giant “knowingly copied” her design for a hernia treatment device.					</div>
				
				
							</div>
		</article>
		                                    </div>

                                    <!--Template Loop start -->
									
                                    <!--Template Loop start -->
                                    <div class="list-grid news-border-bottom">
                                        				<article id="post-85769" class="post-85769 post type-post status-publish format-standard has-post-thumbnail hentry category-entrepreneurship category-guest-commentary category-viewpoint category-work-life type_post-article post-issues-october-november-2024">
			<div class="post-thumbnail">
									<a class="thumb-link" href="https://tcbmag.com/why-parents-are-natural-entrepreneurs/">
						<img width="370" height="370" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/state-park-370x370.jpg" class="attachment-everstrap-square size-everstrap-square wp-post-image" alt="Why Parents Are Natural Entrepreneurs" decoding="async" loading="lazy" srcset="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/state-park-370x370.jpg 370w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/state-park-150x150.jpg 150w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/state-park-300x300.jpg 300w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/state-park-100x100.jpg 100w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/state-park-24x24.jpg 24w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/state-park-48x48.jpg 48w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/state-park-96x96.jpg 96w" sizes="(max-width: 370px) 100vw, 370px" />					</a>
				
				
									
			</div>

			<div class="entry-content">
				<div class="entry-header">

					
										<div class="post-meta ">
								<ul class="everstrap-post-meta">
			
			
							<li>


					<span class="posted-in">


                        								<a href="https://tcbmag.com/category/startmn/entrepreneurship/">Entrepreneurship</a>

												</span>


				</li>

			
					</ul>
							</div>

					<h2 class="entry-title"><a href="https://tcbmag.com/why-parents-are-natural-entrepreneurs/" rel="bookmark">Why Parents Are Natural Entrepreneurs</a></h2>									</div>

									<div class="entry-summary">
						Raising four kids while growing a business? Bring it on.					</div>
				
				
							</div>
		</article>
		                                    </div>

                                    <!--Template Loop start -->
									                                            <!-- /21929519752/cat-bottom-sponsored -->
                                            <div id='div-gpt-ad-1589829175315-0'>
                                                <script type="rocketlazyloadscript">
                                                    googletag.cmd.push(function () {
                                                        googletag.display('div-gpt-ad-1589829175315-0');
                                                    });
                                                </script>
                                            </div>
											
                                    <!--Template Loop start -->
                                    <div class="list-grid news-border-bottom">
                                        				<article id="post-85964" class="post-85964 post type-post status-publish format-standard has-post-thumbnail hentry category-funding type_post-article post-issues-october-november-2024">
			<div class="post-thumbnail">
									<a class="thumb-link" href="https://tcbmag.com/more-capital-for-bipoc-entrepreneurs/">
						<img width="370" height="370" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/alicia-phillips-370x370.jpg" class="attachment-everstrap-square size-everstrap-square wp-post-image" alt="More Capital for BIPOC Entrepreneurs" decoding="async" loading="lazy" srcset="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/alicia-phillips-370x370.jpg 370w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/alicia-phillips-150x150.jpg 150w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/alicia-phillips-300x300.jpg 300w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/alicia-phillips-100x100.jpg 100w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/alicia-phillips-24x24.jpg 24w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/alicia-phillips-48x48.jpg 48w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/alicia-phillips-96x96.jpg 96w" sizes="(max-width: 370px) 100vw, 370px" />					</a>
				
				
									
			</div>

			<div class="entry-content">
				<div class="entry-header">

					
										<div class="post-meta ">
								<ul class="everstrap-post-meta">
			
			
							<li>


					<span class="posted-in">


                        								<a href="https://tcbmag.com/category/startmn/funding/">Funding</a>

												</span>


				</li>

			
					</ul>
							</div>

					<h2 class="entry-title"><a href="https://tcbmag.com/more-capital-for-bipoc-entrepreneurs/" rel="bookmark">More Capital for BIPOC Entrepreneurs</a></h2>									</div>

									<div class="entry-summary">
						The New Impact Fund raises critical loan funds through donations from wealthy individuals.					</div>
				
				
							</div>
		</article>
		                                    </div>

                                    <!--Template Loop start -->
									
                                    <!--Template Loop start -->
                                    <div class="list-grid news-border-bottom">
                                        				<article id="post-86624" class="post-86624 post type-post status-publish format-standard has-post-thumbnail hentry category-entrepreneurship category-marketing category-work-life category-workforce-talent type_post-article">
			<div class="post-thumbnail">
									<a class="thumb-link" href="https://tcbmag.com/how-to-take-a-memorable-headshot/">
						<img width="370" height="370" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/ProfeshieBTS-370x370.jpg" class="attachment-everstrap-square size-everstrap-square wp-post-image" alt="How to Take A Memorable Headshot" decoding="async" loading="lazy" srcset="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/ProfeshieBTS-370x370.jpg 370w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/ProfeshieBTS-150x150.jpg 150w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/ProfeshieBTS-300x300.jpg 300w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/ProfeshieBTS-100x100.jpg 100w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/ProfeshieBTS-24x24.jpg 24w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/ProfeshieBTS-48x48.jpg 48w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/ProfeshieBTS-96x96.jpg 96w" sizes="(max-width: 370px) 100vw, 370px" />					</a>
				
				
									
			</div>

			<div class="entry-content">
				<div class="entry-header">

					
										<div class="post-meta ">
								<ul class="everstrap-post-meta">
			
			
							<li>


					<span class="posted-in">


                        								<a href="https://tcbmag.com/category/startmn/entrepreneurship/">Entrepreneurship</a>

												</span>


				</li>

			
					</ul>
							</div>

					<h2 class="entry-title"><a href="https://tcbmag.com/how-to-take-a-memorable-headshot/" rel="bookmark">How to Take A Memorable Headshot</a></h2>									</div>

									<div class="entry-summary">
						The founder of Profeshie, a photography startup, offers advice on capturing personality in your business photos.					</div>
				
				
							</div>
		</article>
		                                    </div>

                                    <!--Template Loop start -->
									
                                    <!--Template Loop start -->
                                    <div class="list-grid news-border-bottom">
                                        				<article id="post-86563" class="post-86563 post type-post status-publish format-standard has-post-thumbnail hentry category-foundersjournal category-technology type_post-article">
			<div class="post-thumbnail">
									<a class="thumb-link" href="https://tcbmag.com/a-simple-action-that-makes-a-startup-real/">
						<img width="370" height="370" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/founders-journal-bank-deposit-illustration-370x370.jpg" class="attachment-everstrap-square size-everstrap-square wp-post-image" alt="A Simple Action That Makes a Startup Real" decoding="async" loading="lazy" srcset="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/founders-journal-bank-deposit-illustration-370x370.jpg 370w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/founders-journal-bank-deposit-illustration-150x150.jpg 150w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/founders-journal-bank-deposit-illustration-300x300.jpg 300w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/founders-journal-bank-deposit-illustration-100x100.jpg 100w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/founders-journal-bank-deposit-illustration-24x24.jpg 24w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/founders-journal-bank-deposit-illustration-48x48.jpg 48w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/founders-journal-bank-deposit-illustration-96x96.jpg 96w" sizes="(max-width: 370px) 100vw, 370px" />					</a>
				
				
									
			</div>

			<div class="entry-content">
				<div class="entry-header">

					
										<div class="post-meta ">
								<ul class="everstrap-post-meta">
			
			
							<li>


					<span class="posted-in">


                        								<a href="https://tcbmag.com/category/startmn/foundersjournal/">Founder’s Journal</a>

												</span>


				</li>

			
					</ul>
							</div>

					<h2 class="entry-title"><a href="https://tcbmag.com/a-simple-action-that-makes-a-startup-real/" rel="bookmark">A Simple Action That Makes a Startup Real</a></h2>									</div>

									<div class="entry-summary">
						How putting $10,000 in a bank account propelled the creator of DemoHop from dreamer to business founder. 
					</div>
				
				
							</div>
		</article>
		                                    </div>

                                    <!--Template Loop start -->
									
                                    <!--Template Loop start -->
                                    <div class="list-grid news-border-bottom">
                                        				<article id="post-86560" class="post-86560 post type-post status-publish format-standard has-post-thumbnail hentry category-entrepreneurship category-food-restaurants category-sports">
			<div class="post-thumbnail">
									<a class="thumb-link" href="https://tcbmag.com/andrew-zimmern-and-gavin-kaysen-partner-with-aramark/">
						<img width="370" height="370" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/KZ-Provisioning-Gavin-Kaysen-and-Andrew-Zimmern-370x370.jpg" class="attachment-everstrap-square size-everstrap-square wp-post-image" alt="Andrew Zimmern and Gavin Kaysen Partner with Aramark" decoding="async" loading="lazy" srcset="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/KZ-Provisioning-Gavin-Kaysen-and-Andrew-Zimmern-370x370.jpg 370w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/KZ-Provisioning-Gavin-Kaysen-and-Andrew-Zimmern-150x150.jpg 150w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/KZ-Provisioning-Gavin-Kaysen-and-Andrew-Zimmern-300x300.jpg 300w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/KZ-Provisioning-Gavin-Kaysen-and-Andrew-Zimmern-100x100.jpg 100w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/KZ-Provisioning-Gavin-Kaysen-and-Andrew-Zimmern-24x24.jpg 24w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/KZ-Provisioning-Gavin-Kaysen-and-Andrew-Zimmern-48x48.jpg 48w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/KZ-Provisioning-Gavin-Kaysen-and-Andrew-Zimmern-96x96.jpg 96w" sizes="(max-width: 370px) 100vw, 370px" />					</a>
				
				
									
			</div>

			<div class="entry-content">
				<div class="entry-header">

					
										<div class="post-meta ">
								<ul class="everstrap-post-meta">
			
			
							<li>


					<span class="posted-in">


                        								<a href="https://tcbmag.com/category/startmn/entrepreneurship/">Entrepreneurship</a>

												</span>


				</li>

			
					</ul>
							</div>

					<h2 class="entry-title"><a href="https://tcbmag.com/andrew-zimmern-and-gavin-kaysen-partner-with-aramark/" rel="bookmark">Andrew Zimmern and Gavin Kaysen Partner with Aramark</a></h2>									</div>

									<div class="entry-summary">
						KZ Provisioning, the local chefs’ culinary company for sports teams, aims to leverage the deal to chase business with athletes around the country.					</div>
				
				
							</div>
		</article>
		                                    </div>

                                    <!--Template Loop start -->
									
                                    <!--Template Loop start -->
                                    <div class="list-grid news-border-bottom">
                                        				<article id="post-85983" class="post-85983 post type-post status-publish format-standard has-post-thumbnail hentry category-entrepreneurship category-leadership category-marketing category-tcb-qa type_post-article post-issues-october-november-2024">
			<div class="post-thumbnail">
									<a class="thumb-link" href="https://tcbmag.com/maha-abouelenein-interview/">
						<img width="370" height="370" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/maha-Abouelenein-photo-370x370.jpg" class="attachment-everstrap-square size-everstrap-square wp-post-image" alt="Q&#038;A: Author and Entrepreneur Maha Abouelenein" decoding="async" loading="lazy" srcset="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/maha-Abouelenein-photo-370x370.jpg 370w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/maha-Abouelenein-photo-150x150.jpg 150w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/maha-Abouelenein-photo-300x300.jpg 300w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/maha-Abouelenein-photo-100x100.jpg 100w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/maha-Abouelenein-photo-24x24.jpg 24w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/maha-Abouelenein-photo-48x48.jpg 48w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/maha-Abouelenein-photo-96x96.jpg 96w" sizes="(max-width: 370px) 100vw, 370px" />					</a>
				
				
									
			</div>

			<div class="entry-content">
				<div class="entry-header">

					
										<div class="post-meta ">
								<ul class="everstrap-post-meta">
			
			
							<li>


					<span class="posted-in">


                        								<a href="https://tcbmag.com/category/startmn/entrepreneurship/">Entrepreneurship</a>

												</span>


				</li>

			
					</ul>
							</div>

					<h2 class="entry-title"><a href="https://tcbmag.com/maha-abouelenein-interview/" rel="bookmark">Q&#038;A: Author and Entrepreneur Maha Abouelenein</a></h2>									</div>

									<div class="entry-summary">
						Communications guru, entrepreneur, and new author Maha Abouelenein on the art of self-reliance.					</div>
				
				
							</div>
		</article>
		                                    </div>

                                    <!--Template Loop start -->
									
                                    <!--Template Loop start -->
                                    <div class="list-grid news-border-bottom">
                                        				<article id="post-85991" class="post-85991 post type-post status-publish format-standard has-post-thumbnail hentry category-entrepreneurship type_post-article post-issues-october-november-2024">
			<div class="post-thumbnail">
									<a class="thumb-link" href="https://tcbmag.com/houston-white-means-business/">
						<img width="370" height="370" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/houston-white-370x370.jpg" class="attachment-everstrap-square size-everstrap-square wp-post-image" alt="Houston White Means Business" decoding="async" loading="lazy" srcset="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/houston-white-370x370.jpg 370w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/houston-white-150x150.jpg 150w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/houston-white-300x300.jpg 300w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/houston-white-100x100.jpg 100w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/houston-white-24x24.jpg 24w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/houston-white-48x48.jpg 48w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/houston-white-96x96.jpg 96w" sizes="(max-width: 370px) 100vw, 370px" />					</a>
				
				
									
			</div>

			<div class="entry-content">
				<div class="entry-header">

					
										<div class="post-meta ">
								<ul class="everstrap-post-meta">
			
			
							<li>


					<span class="posted-in">


                        								<a href="https://tcbmag.com/category/startmn/entrepreneurship/">Entrepreneurship</a>

												</span>


				</li>

			
					</ul>
							</div>

					<h2 class="entry-title"><a href="https://tcbmag.com/houston-white-means-business/" rel="bookmark">Houston White Means Business</a></h2>									</div>

									<div class="entry-summary">
						The dynamic North Minneapolis entrepreneur is creating a new blueprint for building wealth and community.					</div>
				
				
							</div>
		</article>
		                                    </div>

                                    <!--Template Loop start -->
									</div><div class='col-lg-4 sidebar-sticky'>
                                            <div class="sidebar">
												<aside id="custom_html-4" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- /13949128/TCBmag_NEW_Sidebar -->
<!-- <div id='div-gpt-ad-15893117759492-0'>
  <script type="rocketlazyloadscript">
    googletag.cmd.push(function() { googletag.display('div-gpt-ad-15893117759492-0'); });
  </script>
</div> -->
<broadstreet-zone zone-id="149959" active-style="text-align:center;"></broadstreet-zone></div></aside><aside id="everstrap_latest_post-7" class="widget widget_everstrap_latest_post"><span class='sponsor-text'>sponsored content</span><h3 class="widget-title">TCB PEOPLE &#038; CO</h3>
		
        <div class="everstrap-post-wridget">
            <div class="everstrap-latest-post everstrap-all-posts tcb-people right_thumb has-border">

				                        <div class="media tcb-people">
														
								                                    <a class="media-left" href="https://tcbmag.com/tcb-people/sean-payer/">
                                        <img class="img-fluid" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/Sean-Payer-1-scaled-e1732230015907-120x90.jpg"
                                             alt="Sean Payer">
                                    </a>
								
							
                            <div class="media-body">
								                                        <div class="company">
											Security Bank & Trust Co                                        </div>
										
								                                <h4>

									                                        <a href="https://tcbmag.com/tcb-people/sean-payer/">Sean Payer</a>
									

                                </h4>
																                            </div> <!-- /.media-body -->
                        </div> <!-- /.media -->

					                        <div class="media tcb-people">
														
								                                    <a class="media-left" href="https://tcbmag.com/tcb-people/brian-nosbush/">
                                        <img class="img-fluid" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/Brian-Nosbush-11-scaled-e1732230527835-120x90.jpg"
                                             alt="Brian Nosbush">
                                    </a>
								
							
                            <div class="media-body">
								                                        <div class="company">
											Security Bank & Trust Co                                        </div>
										
								                                <h4>

									                                        <a href="https://tcbmag.com/tcb-people/brian-nosbush/">Brian Nosbush</a>
									

                                </h4>
																                            </div> <!-- /.media-body -->
                        </div> <!-- /.media -->

					                        <div class="media tcb-people">
														
								                                    <a class="media-left" href="https://tcbmag.com/tcb-people/scott-norman/">
                                        <img class="img-fluid" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/Scott-Norman-1-scaled-e1732230125289-120x90.jpg"
                                             alt="Scott Norman">
                                    </a>
								
							
                            <div class="media-body">
								                                        <div class="company">
											Security Bank & Trust Co                                        </div>
										
								                                <h4>

									                                        <a href="https://tcbmag.com/tcb-people/scott-norman/">Scott Norman</a>
									

                                </h4>
																                            </div> <!-- /.media-body -->
                        </div> <!-- /.media -->

					
				
            </div> <!-- latest-post -->

        </div>

		</aside><aside id="text-34" class="widget widget_text">			<div class="textwidget"></div>
		</aside><aside id="text-28" class="widget widget_text">			<div class="textwidget"><p><!-- /13949128/TCBmag_NEW_Sidebar --></p>
<div id='div-gpt-ad-15893117759493-0'>
  <script type="rocketlazyloadscript">
    googletag.cmd.push(function() { googletag.display('div-gpt-ad-15893117759493-0'); });
  </script>
</div>
</div>
		</aside><aside id="everstrap_popular_post-3" class="widget widget_everstrap_popular_post"><h3 class="widget-title">Recent Stories</h3>
		
        <div class="everstrap-latest-post  has-border  right_thumb">

			
                    <div class="media ">
						                                <a class="media-left" href="https://tcbmag.com/office-envy-the-colonnades-update/">
									
                                        <img class="recent-post-tab-thumb-image"
                                             src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/colonnade1-170x160.jpg"
                                             alt="Office Envy: The Colonnade&#8217;s Update">
									                                </a>
													                        <div class="media-body has-thumb">
                            <h4>
                                <a href="https://tcbmag.com/office-envy-the-colonnades-update/">Office Envy: The Colonnade&#8217;s Update</a>
								                            </h4>

							                        </div>
                    </div>

				
                    <div class="media ">
						                                <a class="media-left" href="https://tcbmag.com/the-art-of-climate-change-research/">
									
                                        <img class="recent-post-tab-thumb-image"
                                             src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/climate-research-170x160.jpg"
                                             alt="The Art of Climate Change Research">
									                                </a>
													                        <div class="media-body has-thumb">
                            <h4>
                                <a href="https://tcbmag.com/the-art-of-climate-change-research/">The Art of Climate Change Research</a>
								                            </h4>

							                        </div>
                    </div>

				
                    <div class="media ">
						                                <a class="media-left" href="https://tcbmag.com/raising-venture-funding-is-like-dating-in-the-worst-ways/">
									
                                        <img class="recent-post-tab-thumb-image"
                                             src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/Founders-Journal-VC-funding-dating-illustration-170x160.jpg"
                                             alt="Raising Venture Funding is Like Dating (In the Worst Ways)">
									                                </a>
													                        <div class="media-body has-thumb">
                            <h4>
                                <a href="https://tcbmag.com/raising-venture-funding-is-like-dating-in-the-worst-ways/">Raising Venture Funding is Like Dating (In the Worst Ways)</a>
								                            </h4>

							                        </div>
                    </div>

				
                    <div class="media ">
						                                <a class="media-left" href="https://tcbmag.com/first-take-dr-edwin-bogonko-minnesota-medical-association/">
									
                                        <img class="recent-post-tab-thumb-image"
                                             src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/Minnesota-Medical-Association-2024-president-Dr-Edwin-Bogonko-170x160.jpg"
                                             alt="First Take: Dr. Edwin Bogonko, Minnesota Medical Association">
									                                </a>
													                        <div class="media-body has-thumb">
                            <h4>
                                <a href="https://tcbmag.com/first-take-dr-edwin-bogonko-minnesota-medical-association/">First Take: Dr. Edwin Bogonko, Minnesota Medical Association</a>
								                            </h4>

							                        </div>
                    </div>

				
                    <div class="media ">
						                                <a class="media-left" href="https://tcbmag.com/seven-takeaways-from-startmn-think-tank/">
									
                                        <img class="recent-post-tab-thumb-image"
                                             src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/11/Think-Tank-13-170x160.jpg"
                                             alt="Seven Takeaways from StartMN Think Tank">
									                                </a>
													                        <div class="media-body has-thumb">
                            <h4>
                                <a href="https://tcbmag.com/seven-takeaways-from-startmn-think-tank/">Seven Takeaways from StartMN Think Tank</a>
								                            </h4>

							                        </div>
                    </div>

				
                    <div class="media ">
						                                <a class="media-left" href="https://tcbmag.com/st-paul-could-convert-10-office-properties-to-housing/">
									
                                        <img class="recent-post-tab-thumb-image"
                                             src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/07/Downtown-St-Paul-skyline-shutterstock-image-170x160.jpg"
                                             alt="St. Paul Could Convert 10 Office Properties to Housing">
									                                </a>
													                        <div class="media-body has-thumb">
                            <h4>
                                <a href="https://tcbmag.com/st-paul-could-convert-10-office-properties-to-housing/">St. Paul Could Convert 10 Office Properties to Housing</a>
								                            </h4>

							                        </div>
                    </div>

				
			
        </div> <!-- latest-post -->

		</aside><aside id="custom_html-13" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- /13949128/TCBmag_NEW_Sidebar -->
<!-- <div id="div-gpt-ad-1589311775949-0"><script type="rocketlazyloadscript">
    googletag.cmd.push(function() { googletag.display('div-gpt-ad-1589311775949-0'); });
  </script></div> -->
<broadstreet-zone zone-id="149959" active-style="text-align:center;"></broadstreet-zone></div></aside>                                            </div>
											</div></div>                                <!-- row start -->
								
                                <div class='row list-post-area  '>
									<div class='col-lg-8'>																		
                                    <!--Template Loop start -->
                                    <div class="list-grid news-border-bottom">
                                        				<article id="post-86524" class="post-86524 post type-post status-publish format-standard has-post-thumbnail hentry category-entrepreneurship type_post-article">
			<div class="post-thumbnail">
									<a class="thumb-link" href="https://tcbmag.com/founders-pitch-startmn-think-tank-for-advice/">
						<img width="370" height="370" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/BusStopMamas-NicolletMall-370x370.jpg" class="attachment-everstrap-square size-everstrap-square wp-post-image" alt="Founders Pitch StartMN Think Tank for Advice" decoding="async" loading="lazy" srcset="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/BusStopMamas-NicolletMall-370x370.jpg 370w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/BusStopMamas-NicolletMall-150x150.jpg 150w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/BusStopMamas-NicolletMall-300x300.jpg 300w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/BusStopMamas-NicolletMall-100x100.jpg 100w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/BusStopMamas-NicolletMall-24x24.jpg 24w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/BusStopMamas-NicolletMall-48x48.jpg 48w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/BusStopMamas-NicolletMall-96x96.jpg 96w" sizes="(max-width: 370px) 100vw, 370px" />					</a>
				
				
									
			</div>

			<div class="entry-content">
				<div class="entry-header">

					
										<div class="post-meta ">
								<ul class="everstrap-post-meta">
			
			
							<li>


					<span class="posted-in">


                        								<a href="https://tcbmag.com/category/startmn/entrepreneurship/">Entrepreneurship</a>

												</span>


				</li>

			
					</ul>
							</div>

					<h2 class="entry-title"><a href="https://tcbmag.com/founders-pitch-startmn-think-tank-for-advice/" rel="bookmark">Founders Pitch StartMN Think Tank for Advice</a></h2>									</div>

									<div class="entry-summary">
						A new pitch style event from Twin Cities Business brings together business owners and advisers for tips, networking, and even some local shopping.					</div>
				
				
							</div>
		</article>
		                                    </div>

                                    <!--Template Loop start -->
									
                                    <!--Template Loop start -->
                                    <div class="list-grid news-border-bottom">
                                        				<article id="post-86512" class="post-86512 post type-post status-publish format-standard has-post-thumbnail hentry category-energy-environment category-funding category-technology">
			<div class="post-thumbnail">
									<a class="thumb-link" href="https://tcbmag.com/eric-daytons-sustainability-tool-draws-big-name-investors/">
						<img width="370" height="370" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/ColdClimateOffsite-04_HighRes67-370x370.jpg" class="attachment-everstrap-square size-everstrap-square wp-post-image" alt="Eric Dayton’s Sustainability Tool Draws Big Name Investors" decoding="async" loading="lazy" srcset="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/ColdClimateOffsite-04_HighRes67-370x370.jpg 370w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/ColdClimateOffsite-04_HighRes67-150x150.jpg 150w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/ColdClimateOffsite-04_HighRes67-300x300.jpg 300w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/ColdClimateOffsite-04_HighRes67-100x100.jpg 100w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/ColdClimateOffsite-04_HighRes67-24x24.jpg 24w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/ColdClimateOffsite-04_HighRes67-48x48.jpg 48w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/ColdClimateOffsite-04_HighRes67-96x96.jpg 96w" sizes="(max-width: 370px) 100vw, 370px" />					</a>
				
				
									
			</div>

			<div class="entry-content">
				<div class="entry-header">

					
										<div class="post-meta ">
								<ul class="everstrap-post-meta">
			
			
							<li>


					<span class="posted-in">


                        								<a href="https://tcbmag.com/category/startmn/funding/">Funding</a>

												</span>


				</li>

			
					</ul>
							</div>

					<h2 class="entry-title"><a href="https://tcbmag.com/eric-daytons-sustainability-tool-draws-big-name-investors/" rel="bookmark">Eric Dayton’s Sustainability Tool Draws Big Name Investors</a></h2>									</div>

									<div class="entry-summary">
						Cold, a software platform to help companies manage sustainability compliance, completes a $2.65 million pre-seed round.					</div>
				
				
							</div>
		</article>
		                                    </div>

                                    <!--Template Loop start -->
									                                            <!-- /21929519752/cat-bottom-sponsored -->
                                            <div id='div-gpt-ad-15898291753152-0'>
                                                <script type="rocketlazyloadscript">
                                                    googletag.cmd.push(function () {
                                                        googletag.display('div-gpt-ad-15898291753152-0');
                                                    });
                                                </script>
                                            </div>
											
                                    <!--Template Loop start -->
                                    <div class="list-grid news-border-bottom">
                                        				<article id="post-86482" class="post-86482 post type-post status-publish format-standard has-post-thumbnail hentry category-entrepreneurship category-retail category-technology type_post-article">
			<div class="post-thumbnail">
									<a class="thumb-link" href="https://tcbmag.com/resale-marketplace-kidizen-abruptly-closes/">
						<img width="370" height="370" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/kidizen-mockup_app-e1730312975818-370x370.png" class="attachment-everstrap-square size-everstrap-square wp-post-image" alt="Resale Marketplace Kidizen Abruptly Closes" decoding="async" loading="lazy" srcset="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/kidizen-mockup_app-e1730312975818-370x370.png 370w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/kidizen-mockup_app-e1730312975818-150x150.png 150w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/kidizen-mockup_app-e1730312975818-300x300.png 300w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/kidizen-mockup_app-e1730312975818-100x100.png 100w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/kidizen-mockup_app-e1730312975818-24x24.png 24w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/kidizen-mockup_app-e1730312975818-48x48.png 48w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/kidizen-mockup_app-e1730312975818-96x96.png 96w" sizes="(max-width: 370px) 100vw, 370px" />					</a>
				
				
									
			</div>

			<div class="entry-content">
				<div class="entry-header">

					
										<div class="post-meta ">
								<ul class="everstrap-post-meta">
			
			
							<li>


					<span class="posted-in">


                        								<a href="https://tcbmag.com/category/startmn/entrepreneurship/">Entrepreneurship</a>

												</span>


				</li>

			
					</ul>
							</div>

					<h2 class="entry-title"><a href="https://tcbmag.com/resale-marketplace-kidizen-abruptly-closes/" rel="bookmark">Resale Marketplace Kidizen Abruptly Closes</a></h2>									</div>

									<div class="entry-summary">
						The pioneering Minneapolis-based retail tech company calls it quits after a decade. Founders tried until the end to secure a path forward.					</div>
				
				
							</div>
		</article>
		                                    </div>

                                    <!--Template Loop start -->
									
                                    <!--Template Loop start -->
                                    <div class="list-grid news-border-bottom">
                                        				<article id="post-85950" class="post-85950 post type-post status-publish format-standard has-post-thumbnail hentry category-education category-entrepreneurship type_post-article post-issues-october-november-2024">
			<div class="post-thumbnail">
									<a class="thumb-link" href="https://tcbmag.com/essay-tested/">
						<img width="370" height="370" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/laptop-370x370.jpg" class="attachment-everstrap-square size-everstrap-square wp-post-image" alt="Essay Tested" decoding="async" loading="lazy" srcset="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/laptop-370x370.jpg 370w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/laptop-150x150.jpg 150w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/laptop-300x300.jpg 300w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/laptop-100x100.jpg 100w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/laptop-24x24.jpg 24w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/laptop-48x48.jpg 48w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/laptop-96x96.jpg 96w" sizes="(max-width: 370px) 100vw, 370px" />					</a>
				
				
									
			</div>

			<div class="entry-content">
				<div class="entry-header">

					
										<div class="post-meta ">
								<ul class="everstrap-post-meta">
			
			
							<li>


					<span class="posted-in">


                        								<a href="https://tcbmag.com/category/startmn/entrepreneurship/">Entrepreneurship</a>

												</span>


				</li>

			
					</ul>
							</div>

					<h2 class="entry-title"><a href="https://tcbmag.com/essay-tested/" rel="bookmark">Essay Tested</a></h2>									</div>

									<div class="entry-summary">
						A Twin Cities firm tries to scale a business built on writing a better college entrance essay.					</div>
				
				
							</div>
		</article>
		                                    </div>

                                    <!--Template Loop start -->
									
                                    <!--Template Loop start -->
                                    <div class="list-grid news-border-bottom">
                                        				<article id="post-85888" class="post-85888 post type-post status-publish format-standard has-post-thumbnail hentry category-entrepreneurship category-sports category-technology type_post-article post-issues-october-november-2024">
			<div class="post-thumbnail">
									<a class="thumb-link" href="https://tcbmag.com/can-the-roy-app-fix-the-gophers/">
						<img width="370" height="370" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/cale-johnston-370x370.jpg" class="attachment-everstrap-square size-everstrap-square wp-post-image" alt="Can the Roy App Fix the Gophers?" decoding="async" loading="lazy" srcset="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/cale-johnston-370x370.jpg 370w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/cale-johnston-150x150.jpg 150w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/cale-johnston-300x300.jpg 300w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/cale-johnston-100x100.jpg 100w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/cale-johnston-24x24.jpg 24w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/cale-johnston-48x48.jpg 48w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/cale-johnston-96x96.jpg 96w" sizes="(max-width: 370px) 100vw, 370px" />					</a>
				
				
									
			</div>

			<div class="entry-content">
				<div class="entry-header">

					
										<div class="post-meta ">
								<ul class="everstrap-post-meta">
			
			
							<li>


					<span class="posted-in">


                        								<a href="https://tcbmag.com/category/startmn/entrepreneurship/">Entrepreneurship</a>

												</span>


				</li>

			
					</ul>
							</div>

					<h2 class="entry-title"><a href="https://tcbmag.com/can-the-roy-app-fix-the-gophers/" rel="bookmark">Can the Roy App Fix the Gophers?</a></h2>									</div>

									<div class="entry-summary">
						Born in St. Louis Park, the new crowdfunding app hopes to bring greater fan influence to the chaotic world of college athlete compensation.					</div>
				
				
							</div>
		</article>
		                                    </div>

                                    <!--Template Loop start -->
									
                                    <!--Template Loop start -->
                                    <div class="list-grid news-border-bottom">
                                        				<article id="post-85957" class="post-85957 post type-post status-publish format-standard has-post-thumbnail hentry category-entrepreneurship category-foundersjournal type_post-article post-issues-october-november-2024">
			<div class="post-thumbnail">
									<a class="thumb-link" href="https://tcbmag.com/founders-journal-class-of-2025/">
						<img width="370" height="370" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/Founders-Journal-2025-370x370.jpg" class="attachment-everstrap-square size-everstrap-square wp-post-image" alt="Founder&#8217;s Journal: Class of 2025" decoding="async" loading="lazy" srcset="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/Founders-Journal-2025-370x370.jpg 370w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/Founders-Journal-2025-150x150.jpg 150w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/Founders-Journal-2025-300x300.jpg 300w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/Founders-Journal-2025-100x100.jpg 100w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/Founders-Journal-2025-24x24.jpg 24w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/Founders-Journal-2025-48x48.jpg 48w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/Founders-Journal-2025-96x96.jpg 96w" sizes="(max-width: 370px) 100vw, 370px" />					</a>
				
				
									
			</div>

			<div class="entry-content">
				<div class="entry-header">

					
										<div class="post-meta ">
								<ul class="everstrap-post-meta">
			
			
							<li>


					<span class="posted-in">


                        								<a href="https://tcbmag.com/category/startmn/entrepreneurship/">Entrepreneurship</a>

												</span>


				</li>

			
					</ul>
							</div>

					<h2 class="entry-title"><a href="https://tcbmag.com/founders-journal-class-of-2025/" rel="bookmark">Founder&#8217;s Journal: Class of 2025</a></h2>									</div>

									<div class="entry-summary">
						Meet three Twin Cities entrepreneurs in growth mode and follow them as they advance their ventures this year.					</div>
				
				
							</div>
		</article>
		                                    </div>

                                    <!--Template Loop start -->
									
                                    <!--Template Loop start -->
                                    <div class="list-grid news-border-bottom">
                                        				<article id="post-86262" class="post-86262 post type-post status-publish format-standard has-post-thumbnail hentry category-innovation category-technology type_post-article">
			<div class="post-thumbnail">
									<a class="thumb-link" href="https://tcbmag.com/serial-founders-mallin-and-litman-sell-ai-company-lucy/">
						<img width="370" height="370" src="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/03/Scott_Litman_Dan_Mallin-370x370.jpg" class="attachment-everstrap-square size-everstrap-square wp-post-image" alt="Serial Founders Mallin and Litman Sell AI Company Lucy" decoding="async" loading="lazy" srcset="https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/03/Scott_Litman_Dan_Mallin-370x370.jpg 370w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/03/Scott_Litman_Dan_Mallin-300x300.jpg 300w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/03/Scott_Litman_Dan_Mallin.jpg 100w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/03/Scott_Litman_Dan_Mallin-150x150.jpg 150w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/03/Scott_Litman_Dan_Mallin-24x24.jpg 24w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/03/Scott_Litman_Dan_Mallin-48x48.jpg 48w, https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2020/03/Scott_Litman_Dan_Mallin-96x96.jpg 96w" sizes="(max-width: 370px) 100vw, 370px" />					</a>
				
				
									
			</div>

			<div class="entry-content">
				<div class="entry-header">

					
										<div class="post-meta ">
								<ul class="everstrap-post-meta">
			
			
							<li>


					<span class="posted-in">


                        								<a href="https://tcbmag.com/category/startmn/innovation/">Innovation</a>

												</span>


				</li>

			
					</ul>
							</div>

					<h2 class="entry-title"><a href="https://tcbmag.com/serial-founders-mallin-and-litman-sell-ai-company-lucy/" rel="bookmark">Serial Founders Mallin and Litman Sell AI Company Lucy</a></h2>									</div>

									<div class="entry-summary">
						The fifth acquisition or exit for the Minnesota tech entrepreneurs, Lucy's Answer Engine becomes part of a suite of AI tools for enterprise organizations.					</div>
				
				
							</div>
		</article>
		                                    </div>

                                    <!--Template Loop start -->
									<a href="#" class="es-load-more btn btn-black" data-args="{&quot;posts_per_page&quot;:5,&quot;offset&quot;:0,&quot;category&quot;:&quot;&quot;,&quot;category_name&quot;:&quot;startmn&quot;,&quot;orderby&quot;:&quot;date&quot;,&quot;order&quot;:&quot;DESC&quot;,&quot;post_type&quot;:&quot;post&quot;,&quot;post_status&quot;:&quot;publish&quot;,&quot;exclude&quot;:[86828,86041,86747,86727,86727,85769,85964,86624,86563,86560,85983,85991,86524,86512,86482,85950,85888,85957,86262]}" data-action="rfa_get_more_news">See More</a></div><div class='col-lg-4 sidebar-sticky'>                                            <div class="sidebar">
																									<aside id="custom_html-5" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- /13949128/TCBmag_NEW_Sidebar2 -->
<!-- <div id='div-gpt-ad-15893117759492-0'>
  <script type="rocketlazyloadscript">
    googletag.cmd.push(function() { googletag.display('div-gpt-ad-15893117759492-0'); });
  </script>
</div> -->
<broadstreet-zone zone-id="149959" active-style="text-align:center;"></broadstreet-zone></div></aside>												                                            </div>
											</div></div>
                        </div>
                    </div>


                </div><!-- .row -->
            </div>

			<!-- everstrap ad # 02  -->
			<div class="cat-bottom-ads">
				
            <div class="container">
                <div class="row">
                    <div class="everstrap-ad text-center mb-40 col-12">
                       
							<!-- /13949128/TCBmag_NEW_Leaderboard -->
							<div id='div-gpt-ad-15893104941922-0'>
							<script type="rocketlazyloadscript">
								googletag.cmd.push(function() { googletag.display('div-gpt-ad-15893104941922-0'); });
							</script>
							</div>

					   

                    </div>
                </div>
            </div>

						</div>

		</main><!-- #main -->

	</div><!-- #index-wrapper -->


<div class="footer-area no-print" id="wrapper-footer">

	<div class="container">
		<!--footer top-->
		<div class="row footer-large-row">

            <div class="footer-issue">
				
        <div class="issue-item">
            <a href="https://www.pageturnpro.com/Twin-Cities-Business/111688-Twin-Cities-Business-OctoberNovember-2024/sdefault.html">
                <div class="issue-thumb" style="background: url(https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/TCB-October-November-2024-issue-cover-166x207.jpg)">
                </div>
            </a>
        </div>
                    </div>

            <div class="footer-menu-wrapper">
				<div class="row pt-4 pb-3">
					<div class="col-lg-8">
						<div class="navbar navbar-expand-md footer-primary-menu">
    <div class="secondary-nav">

        <ul id="menu-footer-primary" class="menu nav navbar-nav"><li id="menu-item-22747" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22747 nav-item  has-menu-child"><a title="Advertise" href="https://tcbmag.com/advertise/">Advertise</a></li>
<li id="menu-item-66920" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66920 nav-item  has-menu-child"><a title="Reprints" target="_blank" href="https://newskeepsake.com/pages/twin-cities">Reprints</a></li>
<li id="menu-item-22748" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22748 nav-item  has-menu-child"><a title="Subscribe" href="https://tcbmag.com/subscribe/">Subscribe</a></li>
<li id="menu-item-33" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33 nav-item  has-menu-child"><a title="Newsletters" href="/newsletter-sign-up/">Newsletters</a></li>
<li id="menu-item-22749" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22749 nav-item  has-menu-child"><a title="Contact" href="https://tcbmag.com/contact-us/">Contact</a></li>
</ul>    </div>
</div>					</div>
					<div class="col-lg-4 extra-padding">
						<div class="footer-social">
    		<div class="everstrap-social">
			<ul>
				<li>
					<a href="https://twitter.com/TCBmag" target="_blank">
						<i class="fa fa-twitter"></i>
					</a>
				</li>
				<li>
					<a href="https://www.facebook.com/twincitiesbusiness/" target="_blank">
						<i class="fa fa-facebook"></i>
					</a>
				</li>
				<li>
					<a href="https://www.linkedin.com/company/twin-cities-business/" target="_blank">
						<i class="fa fa-linkedin"></i>
					</a>
				</li>
				<li>
					<a href="https://www.instagram.com/tcbmag/" target="_blank">
						<i class="fa fa-instagram"></i>
					</a>
				</li>
				<li>
					<a href="https://www.youtube.com/user/tcbmagvideos" target="_blank">
						<i class="fa fa-youtube-play"></i>
					</a>
				</li>
			</ul>
		</div>
		</div>					</div>
				</div>
				
				<div class="row be-border-left be-border-top secondary-footer">
					<div class="col-lg-8">
						<div class="footer-logo">
    <h1 class="navbar-brand mb-0">
        <a rel="home" href="https://tcbmag.com/"
            title="Twin Cities Business" itemprop="url">
            <img class="site-logo" src="https://tcbmag.com/wp-content/themes/tcbmag/images/logo.svg"
                    alt="Twin Cities Business"/>
        </a>
    </h1>
    <button class="site-search-icon">
        <i class="fa fa-search"></i>
    </button>
</div>
					</div>
					<div class="col-lg-4 extra-padding">
						<div class="footer-sub-menu">
    <div class="menu-footer-secondary-container"><ul id="main-menu" class="navmenu-list-item sidebar-header-menu"><li id="menu-item-22750" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22750  has-menu-child"><a title="TCB Staff" href="https://tcbmag.com/tcb-staff/">TCB Staff</a></li>
<li id="menu-item-39" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-39  has-menu-child"><a title="Editorial Calendar" target="_blank" href="https://tcbmag.com/editcalendar">Editorial Calendar</a></li>
<li id="menu-item-40" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-40  has-menu-child"><a title="Manage Your Account" target="_blank" href="https://w1.buysub.com/pubs/M7/TCM/account_number_entry.jsp?cds_page_id=33481&#038;cds_mag_code=TCM&#038;id=1586183072217&#038;lsid=30970924322032670&#038;vid=1">Manage Your Account</a></li>
<li id="menu-item-22751" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22751  has-menu-child"><a title="Privacy Policy" href="https://tcbmag.com/privacy-policy/">Privacy Policy</a></li>
<li id="menu-item-22752" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22752  has-menu-child"><a title="Terms of Service" href="https://tcbmag.com/terms-of-service/">Terms of Service</a></li>
<li id="menu-item-43" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-43  has-menu-child"><a title="MSP Communications" target="_blank" href="https://mspcommunications.com/">MSP Communications</a></li>
<li id="menu-item-46479" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-46479  has-menu-child"><a title="Careers" href="https://tcbmag.com/careers/">Careers</a></li>
<li id="menu-item-68355" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-68355  has-menu-child"><a title="Accessibility Statement" href="https://tcbmag.com/accessibility-statement/">Accessibility Statement</a></li>
</ul></div></div>					</div>
				</div>
			</div>

		</div>

		<!-- footer item row in mobile -->
		<div class="row footer-mobile-row">
			<div class="footer-mobile-top">
				<div class="footer-issue-mobile">
					<div class="footer-issue">
						
        <div class="issue-item">
            <a href="https://www.pageturnpro.com/Twin-Cities-Business/111688-Twin-Cities-Business-OctoberNovember-2024/sdefault.html">
                <div class="issue-thumb" style="background: url(https://d5c1j5k5drfk7.cloudfront.net/wp-content/uploads/2024/10/TCB-October-November-2024-issue-cover-166x207.jpg)">
                </div>
            </a>
        </div>
        					</div>
				</div>
				<div class="footer-logo-mobile">
					<div class="footer-logo">
    <h1 class="navbar-brand mb-0">
        <a rel="home" href="https://tcbmag.com/"
            title="Twin Cities Business" itemprop="url">
            <img class="site-logo" src="https://tcbmag.com/wp-content/themes/tcbmag/images/logo.svg"
                    alt="Twin Cities Business"/>
        </a>
    </h1>
    <button class="site-search-icon">
        <i class="fa fa-search"></i>
    </button>
</div>
				</div>
			</div>

			<div class="footer-mobile-middle">
				<div class="col-xs-6">
					<div class="navbar navbar-expand-md footer-primary-menu">
    <div class="secondary-nav">

        <ul id="menu-footer-primary-1" class="menu nav navbar-nav"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22747 nav-item  has-menu-child"><a title="Advertise" href="https://tcbmag.com/advertise/">Advertise</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66920 nav-item  has-menu-child"><a title="Reprints" target="_blank" href="https://newskeepsake.com/pages/twin-cities">Reprints</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22748 nav-item  has-menu-child"><a title="Subscribe" href="https://tcbmag.com/subscribe/">Subscribe</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33 nav-item  has-menu-child"><a title="Newsletters" href="/newsletter-sign-up/">Newsletters</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22749 nav-item  has-menu-child"><a title="Contact" href="https://tcbmag.com/contact-us/">Contact</a></li>
</ul>    </div>
</div>				</div>
				<div class="col-xs-6">
					<div class="footer-sub-menu">
    <div class="menu-footer-secondary-container"><ul id="main-menu" class="navmenu-list-item sidebar-header-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22750  has-menu-child"><a title="TCB Staff" href="https://tcbmag.com/tcb-staff/">TCB Staff</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-39  has-menu-child"><a title="Editorial Calendar" target="_blank" href="https://tcbmag.com/editcalendar">Editorial Calendar</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-40  has-menu-child"><a title="Manage Your Account" target="_blank" href="https://w1.buysub.com/pubs/M7/TCM/account_number_entry.jsp?cds_page_id=33481&#038;cds_mag_code=TCM&#038;id=1586183072217&#038;lsid=30970924322032670&#038;vid=1">Manage Your Account</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22751  has-menu-child"><a title="Privacy Policy" href="https://tcbmag.com/privacy-policy/">Privacy Policy</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22752  has-menu-child"><a title="Terms of Service" href="https://tcbmag.com/terms-of-service/">Terms of Service</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-43  has-menu-child"><a title="MSP Communications" target="_blank" href="https://mspcommunications.com/">MSP Communications</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-46479  has-menu-child"><a title="Careers" href="https://tcbmag.com/careers/">Careers</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-68355  has-menu-child"><a title="Accessibility Statement" href="https://tcbmag.com/accessibility-statement/">Accessibility Statement</a></li>
</ul></div></div>				</div>
			</div>

			<div class="footer-mobile-social">
				<div class="footer-social">
    		<div class="everstrap-social">
			<ul>
				<li>
					<a href="https://twitter.com/TCBmag" target="_blank">
						<i class="fa fa-twitter"></i>
					</a>
				</li>
				<li>
					<a href="https://www.facebook.com/twincitiesbusiness/" target="_blank">
						<i class="fa fa-facebook"></i>
					</a>
				</li>
				<li>
					<a href="https://www.linkedin.com/company/twin-cities-business/" target="_blank">
						<i class="fa fa-linkedin"></i>
					</a>
				</li>
				<li>
					<a href="https://www.instagram.com/tcbmag/" target="_blank">
						<i class="fa fa-instagram"></i>
					</a>
				</li>
				<li>
					<a href="https://www.youtube.com/user/tcbmagvideos" target="_blank">
						<i class="fa fa-youtube-play"></i>
					</a>
				</li>
			</ul>
		</div>
		</div>			</div>
		</div>

		<!--footer copyright-->
		<div class="row">
			<div class="col-12 copyright-text">
<!--				<p class="copyright-info">--><!--</p>-->
				<p class="copyright-info">MSP Communications, 953 Westgate Drive, Suite 107, St. Paul, MN, 55114 © 2024 Key Enterprises LLC All rights reserved.</p>
				<p class="author-info">
                    Website by <a href="//webpublisherpro.com" target="_new">Web Publisher PRO</a>
				</p>
			</div>
		</div>

	</div><!-- container end -->
</div><!-- wrapper end -->

</div><!-- #page we need this extra closing tag here -->

<!-- /21929519752/Pop-up -->
<div id='div-gpt-ad-1610653453894-0'>
  <script type="rocketlazyloadscript">
	var pagepath = window.location.href;
	if( !pagepath.includes( "minnesota-business-hall-of-fame" ) ){
    googletag.cmd.push(function() { googletag.display('div-gpt-ad-1610653453894-0'); });
	}
  </script>
</div>		<script>
		( function ( body ) {
			'use strict';
			body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' );
		} )( document.body );
		</script>
				<!-- Start of HubSpot Embed Code -->
		<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/20278725.js"></script>
		<!-- End of HubSpot Embed Code -->
	<script> /* <![CDATA[ */var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"},"registration_prompt":"There is unsaved attendee information. Are you sure you want to continue?"};/* ]]> */ </script><!-- Start of Async HubSpot Analytics Code -->
<script type="text/javascript">
(function(d,s,i,r) {
if (d.getElementById(i)){return;}
var n=d.createElement(s),e=d.getElementsByTagName(s)[0];
n.id=i;n.src='//js.hs-analytics.net/analytics/'+(Math.ceil(new Date()/r)*r)+'/20967223.js';
e.parentNode.insertBefore(n, e);
})(document,"script","hs-analytics",300000);
</script>
<!-- End of Async HubSpot Analytics Code -->

		<script type="text/html" id="tmpl-media-frame">
		<div class="media-frame-title" id="media-frame-title"></div>
		<h2 class="media-frame-menu-heading">Actions</h2>
		<button type="button" class="button button-link media-frame-menu-toggle" aria-expanded="false">
			Menu			<span class="dashicons dashicons-arrow-down" aria-hidden="true"></span>
		</button>
		<div class="media-frame-menu"></div>
		<div class="media-frame-tab-panel">
			<div class="media-frame-router"></div>
			<div class="media-frame-content"></div>
		</div>
		<h2 class="media-frame-actions-heading screen-reader-text">
		Selected media actions		</h2>
		<div class="media-frame-toolbar"></div>
		<div class="media-frame-uploader"></div>
	</script>

		<script type="text/html" id="tmpl-media-modal">
		<div tabindex="0" class="media-modal wp-core-ui" role="dialog" aria-labelledby="media-frame-title">
			<# if ( data.hasCloseButton ) { #>
				<button type="button" class="media-modal-close"><span class="media-modal-icon"><span class="screen-reader-text">
					Close dialog				</span></span></button>
			<# } #>
			<div class="media-modal-content" role="document"></div>
		</div>
		<div class="media-modal-backdrop"></div>
	</script>

		<script type="text/html" id="tmpl-uploader-window">
		<div class="uploader-window-content">
			<div class="uploader-editor-title">Drop files to upload</div>
		</div>
	</script>

		<script type="text/html" id="tmpl-uploader-editor">
		<div class="uploader-editor-content">
			<div class="uploader-editor-title">Drop files to upload</div>
		</div>
	</script>

		<script type="text/html" id="tmpl-uploader-inline">
		<# var messageClass = data.message ? 'has-upload-message' : 'no-upload-message'; #>
		<# if ( data.canClose ) { #>
		<button class="close dashicons dashicons-no"><span class="screen-reader-text">
			Close uploader		</span></button>
		<# } #>
		<div class="uploader-inline-content {{ messageClass }}">
		<# if ( data.message ) { #>
			<h2 class="upload-message">{{ data.message }}</h2>
		<# } #>
					<div class="upload-ui">
				<h2 class="upload-instructions drop-instructions">Drop files to upload</h2>
				<p class="upload-instructions drop-instructions">or</p>
				<button type="button" class="browser button button-hero" aria-labelledby="post-upload-info">Select Files</button>
			</div>

			<div class="upload-inline-status"></div>

			<div class="post-upload-ui" id="post-upload-info">
				
				<p class="max-upload-size">
				Maximum upload file size: 40 MB.				</p>

				<# if ( data.suggestedWidth && data.suggestedHeight ) { #>
					<p class="suggested-dimensions">
						Suggested image dimensions: {{data.suggestedWidth}} by {{data.suggestedHeight}} pixels.					</p>
				<# } #>

							</div>
				</div>
	</script>

		<script type="text/html" id="tmpl-media-library-view-switcher">
		<a href="https://tcbmag.com/wp-admin/upload.php?mode=list" class="view-list">
			<span class="screen-reader-text">
				List view			</span>
		</a>
		<a href="https://tcbmag.com/wp-admin/upload.php?mode=grid" class="view-grid current" aria-current="page">
			<span class="screen-reader-text">
				Grid view			</span>
		</a>
	</script>

		<script type="text/html" id="tmpl-uploader-status">
		<h2>Uploading</h2>

		<div class="media-progress-bar"><div></div></div>
		<div class="upload-details">
			<span class="upload-count">
				<span class="upload-index"></span> / <span class="upload-total"></span>
			</span>
			<span class="upload-detail-separator">&ndash;</span>
			<span class="upload-filename"></span>
		</div>
		<div class="upload-errors"></div>
		<button type="button" class="button upload-dismiss-errors">Dismiss errors</button>
	</script>

		<script type="text/html" id="tmpl-uploader-status-error">
		<span class="upload-error-filename">{{{ data.filename }}}</span>
		<span class="upload-error-message">{{ data.message }}</span>
	</script>

		<script type="text/html" id="tmpl-edit-attachment-frame">
		<div class="edit-media-header">
			<button class="left dashicons"<# if ( ! data.hasPrevious ) { #> disabled<# } #>><span class="screen-reader-text">Edit previous media item</span></button>
			<button class="right dashicons"<# if ( ! data.hasNext ) { #> disabled<# } #>><span class="screen-reader-text">Edit next media item</span></button>
			<button type="button" class="media-modal-close"><span class="media-modal-icon"><span class="screen-reader-text">Close dialog</span></span></button>
		</div>
		<div class="media-frame-title"></div>
		<div class="media-frame-content"></div>
	</script>

		<script type="text/html" id="tmpl-attachment-details-two-column">window.addEventListener('DOMContentLoaded', function() {
		<div class="attachment-media-view {{ data.orientation }}">
						<h2 class="screen-reader-text">Attachment Preview</h2>
			<div class="thumbnail thumbnail-{{ data.type }}">
				<# if ( data.uploading ) { #>
					<div class="media-progress-bar"><div></div></div>
				<# } else if ( data.sizes && data.sizes.full ) { #>
					<img class="details-image" src="{{ data.sizes.full.url }}" draggable="false" alt="" />
				<# } else if ( data.sizes && data.sizes.large ) { #>
					<img class="details-image" src="{{ data.sizes.large.url }}" draggable="false" alt="" />
				<# } else if ( -1 === jQuery.inArray( data.type, [ 'audio', 'video' ] ) ) { #>
					<img class="details-image icon" src="{{ data.icon }}" draggable="false" alt="" />
				<# } #>

				<# if ( 'audio' === data.type ) { #>
				<div class="wp-media-wrapper wp-audio">
					<audio style="visibility: hidden" controls class="wp-audio-shortcode" width="100%" preload="none">
						<source type="{{ data.mime }}" src="{{ data.url }}" />
					</audio>
				</div>
				<# } else if ( 'video' === data.type ) {
					var w_rule = '';
					if ( data.width ) {
						w_rule = 'width: ' + data.width + 'px;';
					} else if ( wp.media.view.settings.contentWidth ) {
						w_rule = 'width: ' + wp.media.view.settings.contentWidth + 'px;';
					}
				#>
				<div style="{{ w_rule }}" class="wp-media-wrapper wp-video">
					<video controls="controls" class="wp-video-shortcode" preload="metadata"
						<# if ( data.width ) { #>width="{{ data.width }}"<# } #>
						<# if ( data.height ) { #>height="{{ data.height }}"<# } #>
						<# if ( data.image && data.image.src !== data.icon ) { #>poster="{{ data.image.src }}"<# } #>>
						<source type="{{ data.mime }}" src="{{ data.url }}" />
					</video>
				</div>
				<# } #>

				<div class="attachment-actions">
					<# if ( 'image' === data.type && ! data.uploading && data.sizes && data.can.save ) { #>
					<button type="button" class="button edit-attachment">Edit Image</button>
					<# } else if ( 'pdf' === data.subtype && data.sizes ) { #>
					<p>Document Preview</p>
					<# } #>
				</div>
			</div>
		</div>
		<div class="attachment-info">
			<span class="settings-save-status" role="status">
				<span class="spinner"></span>
				<span class="saved">Saved.</span>
			</span>
			<div class="details">
				<h2 class="screen-reader-text">
					Details				</h2>
				<div class="uploaded"><strong>Uploaded on:</strong> {{ data.dateFormatted }}</div>
				<div class="uploaded-by">
					<strong>Uploaded by:</strong>
						<# if ( data.authorLink ) { #>
							<a href="{{ data.authorLink }}">{{ data.authorName }}</a>
						<# } else { #>
							{{ data.authorName }}
						<# } #>
				</div>
				<# if ( data.uploadedToTitle ) { #>
					<div class="uploaded-to">
						<strong>Uploaded to:</strong>
						<# if ( data.uploadedToLink ) { #>
							<a href="{{ data.uploadedToLink }}">{{ data.uploadedToTitle }}</a>
						<# } else { #>
							{{ data.uploadedToTitle }}
						<# } #>
					</div>
				<# } #>
				<div class="filename"><strong>File name:</strong> {{ data.filename }}</div>
				<div class="file-type"><strong>File type:</strong> {{ data.mime }}</div>
				<div class="file-size"><strong>File size:</strong> {{ data.filesizeHumanReadable }}</div>
				<# if ( 'image' === data.type && ! data.uploading ) { #>
					<# if ( data.width && data.height ) { #>
						<div class="dimensions"><strong>Dimensions:</strong>
							{{ data.width }} by {{ data.height }} pixels						</div>
					<# } #>

					<# if ( data.originalImageURL && data.originalImageName ) { #>
						<div class="word-wrap-break-word">
							<strong>Original image:</strong>
							<a href="{{ data.originalImageURL }}">{{data.originalImageName}}</a>
						</div>
					<# } #>
				<# } #>

				<# if ( data.fileLength && data.fileLengthHumanReadable ) { #>
					<div class="file-length"><strong>Length:</strong>
						<span aria-hidden="true">{{ data.fileLength }}</span>
						<span class="screen-reader-text">{{ data.fileLengthHumanReadable }}</span>
					</div>
				<# } #>

				<# if ( 'audio' === data.type && data.meta.bitrate ) { #>
					<div class="bitrate">
						<strong>Bitrate:</strong> {{ Math.round( data.meta.bitrate / 1000 ) }}kb/s
						<# if ( data.meta.bitrate_mode ) { #>
						{{ ' ' + data.meta.bitrate_mode.toUpperCase() }}
						<# } #>
					</div>
				<# } #>

				<# if ( data.mediaStates ) { #>
					<div class="media-states"><strong>Used as:</strong> {{ data.mediaStates }}</div>
				<# } #>

				<div class="compat-meta">
					<# if ( data.compat && data.compat.meta ) { #>
						{{{ data.compat.meta }}}
					<# } #>
				</div>
			</div>

			<div class="settings">
				<# var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly'; #>
				<# if ( 'image' === data.type ) { #>
					<span class="setting alt-text has-description" data-setting="alt">
						<label for="attachment-details-two-column-alt-text" class="name">Alternative Text</label>
						<textarea id="attachment-details-two-column-alt-text" aria-describedby="alt-text-description" {{ maybeReadOnly }}>{{ data.alt }}</textarea>
					</span>
					<p class="description" id="alt-text-description"><a href="https://www.w3.org/WAI/tutorials/images/decision-tree" target="_blank" rel="noopener">Learn how to describe the purpose of the image<span class="screen-reader-text"> (opens in a new tab)</span></a>. Leave empty if the image is purely decorative.</p>
				<# } #>
								<span class="setting" data-setting="title">
					<label for="attachment-details-two-column-title" class="name">Title</label>
					<input type="text" id="attachment-details-two-column-title" value="{{ data.title }}" {{ maybeReadOnly }} />
				</span>
								<# if ( 'audio' === data.type ) { #>
								<span class="setting" data-setting="artist">
					<label for="attachment-details-two-column-artist" class="name">Artist</label>
					<input type="text" id="attachment-details-two-column-artist" value="{{ data.artist || data.meta.artist || '' }}" />
				</span>
								<span class="setting" data-setting="album">
					<label for="attachment-details-two-column-album" class="name">Album</label>
					<input type="text" id="attachment-details-two-column-album" value="{{ data.album || data.meta.album || '' }}" />
				</span>
								<# } #>
				<span class="setting" data-setting="caption">
					<label for="attachment-details-two-column-caption" class="name">Caption</label>
					<textarea id="attachment-details-two-column-caption" {{ maybeReadOnly }}>{{ data.caption }}</textarea>
				</span>
				<span class="setting" data-setting="description">
					<label for="attachment-details-two-column-description" class="name">Description</label>
					<textarea id="attachment-details-two-column-description" {{ maybeReadOnly }}>{{ data.description }}</textarea>
				</span>
				<span class="setting" data-setting="url">
					<label for="attachment-details-two-column-copy-link" class="name">File URL:</label>
					<input type="text" class="attachment-details-copy-link" id="attachment-details-two-column-copy-link" value="{{ data.url }}" readonly />
					<span class="copy-to-clipboard-container">
						<button type="button" class="button button-small copy-attachment-url" data-clipboard-target="#attachment-details-two-column-copy-link">Copy URL to clipboard</button>
						<span class="success hidden" aria-hidden="true">Copied!</span>
					</span>
				</span>
				<div class="attachment-compat"></div>
			</div>

			<div class="actions">
				<# if ( data.link ) { #>
										<a class="view-attachment" href="{{ data.link }}">View attachment page</a>
				<# } #>
				<# if ( data.can.save ) { #>
					<# if ( data.link ) { #>
						<span class="links-separator">|</span>
					<# } #>
					<a href="{{ data.editLink }}">Edit more details</a>
				<# } #>
				<# if ( data.can.save && data.link ) { #>
					<span class="links-separator">|</span>
					<a href="{{ data.url }}" download>Download file</a>
				<# } #>
				<# if ( ! data.uploading && data.can.remove ) { #>
					<# if ( data.link || data.can.save ) { #>
						<span class="links-separator">|</span>
					<# } #>
											<button type="button" class="button-link delete-attachment">Delete permanently</button>
									<# } #>
			</div>
		</div>
	});</script>

		<script type="text/html" id="tmpl-attachment">
		<div class="attachment-preview js--select-attachment type-{{ data.type }} subtype-{{ data.subtype }} {{ data.orientation }}">
			<div class="thumbnail">
				<# if ( data.uploading ) { #>
					<div class="media-progress-bar"><div style="width: {{ data.percent }}%"></div></div>
				<# } else if ( 'image' === data.type && data.size && data.size.url ) { #>
					<div class="centered">
						<img src="{{ data.size.url }}" draggable="false" alt="" />
					</div>
				<# } else { #>
					<div class="centered">
						<# if ( data.image && data.image.src && data.image.src !== data.icon ) { #>
							<img src="{{ data.image.src }}" class="thumbnail" draggable="false" alt="" />
						<# } else if ( data.sizes && data.sizes.medium ) { #>
							<img src="{{ data.sizes.medium.url }}" class="thumbnail" draggable="false" alt="" />
						<# } else { #>
							<img src="{{ data.icon }}" class="icon" draggable="false" alt="" />
						<# } #>
					</div>
					<div class="filename">
						<div>{{ data.filename }}</div>
					</div>
				<# } #>
			</div>
			<# if ( data.buttons.close ) { #>
				<button type="button" class="button-link attachment-close media-modal-icon"><span class="screen-reader-text">
					Remove				</span></button>
			<# } #>
		</div>
		<# if ( data.buttons.check ) { #>
			<button type="button" class="check" tabindex="-1"><span class="media-modal-icon"></span><span class="screen-reader-text">
				Deselect			</span></button>
		<# } #>
		<#
		var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly';
		if ( data.describe ) {
			if ( 'image' === data.type ) { #>
				<input type="text" value="{{ data.caption }}" class="describe" data-setting="caption"
					aria-label="Caption"
					placeholder="Caption&hellip;" {{ maybeReadOnly }} />
			<# } else { #>
				<input type="text" value="{{ data.title }}" class="describe" data-setting="title"
					<# if ( 'video' === data.type ) { #>
						aria-label="Video title"
						placeholder="Video title&hellip;"
					<# } else if ( 'audio' === data.type ) { #>
						aria-label="Audio title"
						placeholder="Audio title&hellip;"
					<# } else { #>
						aria-label="Media title"
						placeholder="Media title&hellip;"
					<# } #> {{ maybeReadOnly }} />
			<# }
		} #>
	</script>

		<script type="text/html" id="tmpl-attachment-details">
		<h2>
			Attachment Details			<span class="settings-save-status" role="status">
				<span class="spinner"></span>
				<span class="saved">Saved.</span>
			</span>
		</h2>
		<div class="attachment-info">

			<# if ( 'audio' === data.type ) { #>
				<div class="wp-media-wrapper wp-audio">
					<audio style="visibility: hidden" controls class="wp-audio-shortcode" width="100%" preload="none">
						<source type="{{ data.mime }}" src="{{ data.url }}" />
					</audio>
				</div>
			<# } else if ( 'video' === data.type ) {
				var w_rule = '';
				if ( data.width ) {
					w_rule = 'width: ' + data.width + 'px;';
				} else if ( wp.media.view.settings.contentWidth ) {
					w_rule = 'width: ' + wp.media.view.settings.contentWidth + 'px;';
				}
			#>
				<div style="{{ w_rule }}" class="wp-media-wrapper wp-video">
					<video controls="controls" class="wp-video-shortcode" preload="metadata"
						<# if ( data.width ) { #>width="{{ data.width }}"<# } #>
						<# if ( data.height ) { #>height="{{ data.height }}"<# } #>
						<# if ( data.image && data.image.src !== data.icon ) { #>poster="{{ data.image.src }}"<# } #>>
						<source type="{{ data.mime }}" src="{{ data.url }}" />
					</video>
				</div>
			<# } else { #>
				<div class="thumbnail thumbnail-{{ data.type }}">
					<# if ( data.uploading ) { #>
						<div class="media-progress-bar"><div></div></div>
					<# } else if ( 'image' === data.type && data.size && data.size.url ) { #>
						<img src="{{ data.size.url }}" draggable="false" alt="" />
					<# } else { #>
						<img src="{{ data.icon }}" class="icon" draggable="false" alt="" />
					<# } #>
				</div>
			<# } #>

			<div class="details">
				<div class="filename">{{ data.filename }}</div>
				<div class="uploaded">{{ data.dateFormatted }}</div>

				<div class="file-size">{{ data.filesizeHumanReadable }}</div>
				<# if ( 'image' === data.type && ! data.uploading ) { #>
					<# if ( data.width && data.height ) { #>
						<div class="dimensions">
							{{ data.width }} by {{ data.height }} pixels						</div>
					<# } #>

					<# if ( data.originalImageURL && data.originalImageName ) { #>
						<div class="word-wrap-break-word">
							Original image:							<a href="{{ data.originalImageURL }}">{{data.originalImageName}}</a>
						</div>
					<# } #>

					<# if ( data.can.save && data.sizes ) { #>
						<a class="edit-attachment" href="{{ data.editLink }}&amp;image-editor" target="_blank">Edit Image</a>
					<# } #>
				<# } #>

				<# if ( data.fileLength && data.fileLengthHumanReadable ) { #>
					<div class="file-length">Length:						<span aria-hidden="true">{{ data.fileLength }}</span>
						<span class="screen-reader-text">{{ data.fileLengthHumanReadable }}</span>
					</div>
				<# } #>

				<# if ( data.mediaStates ) { #>
					<div class="media-states"><strong>Used as:</strong> {{ data.mediaStates }}</div>
				<# } #>

				<# if ( ! data.uploading && data.can.remove ) { #>
											<button type="button" class="button-link delete-attachment">Delete permanently</button>
									<# } #>

				<div class="compat-meta">
					<# if ( data.compat && data.compat.meta ) { #>
						{{{ data.compat.meta }}}
					<# } #>
				</div>
			</div>
		</div>
		<# var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly'; #>
		<# if ( 'image' === data.type ) { #>
			<span class="setting alt-text has-description" data-setting="alt">
				<label for="attachment-details-alt-text" class="name">Alt Text</label>
				<textarea id="attachment-details-alt-text" aria-describedby="alt-text-description" {{ maybeReadOnly }}>{{ data.alt }}</textarea>
			</span>
			<p class="description" id="alt-text-description"><a href="https://www.w3.org/WAI/tutorials/images/decision-tree" target="_blank" rel="noopener">Learn how to describe the purpose of the image<span class="screen-reader-text"> (opens in a new tab)</span></a>. Leave empty if the image is purely decorative.</p>
		<# } #>
				<span class="setting" data-setting="title">
			<label for="attachment-details-title" class="name">Title</label>
			<input type="text" id="attachment-details-title" value="{{ data.title }}" {{ maybeReadOnly }} />
		</span>
				<# if ( 'audio' === data.type ) { #>
				<span class="setting" data-setting="artist">
			<label for="attachment-details-artist" class="name">Artist</label>
			<input type="text" id="attachment-details-artist" value="{{ data.artist || data.meta.artist || '' }}" />
		</span>
				<span class="setting" data-setting="album">
			<label for="attachment-details-album" class="name">Album</label>
			<input type="text" id="attachment-details-album" value="{{ data.album || data.meta.album || '' }}" />
		</span>
				<# } #>
		<span class="setting" data-setting="caption">
			<label for="attachment-details-caption" class="name">Caption</label>
			<textarea id="attachment-details-caption" {{ maybeReadOnly }}>{{ data.caption }}</textarea>
		</span>
		<span class="setting" data-setting="description">
			<label for="attachment-details-description" class="name">Description</label>
			<textarea id="attachment-details-description" {{ maybeReadOnly }}>{{ data.description }}</textarea>
		</span>
		<span class="setting" data-setting="url">
			<label for="attachment-details-copy-link" class="name">File URL:</label>
			<input type="text" class="attachment-details-copy-link" id="attachment-details-copy-link" value="{{ data.url }}" readonly />
			<div class="copy-to-clipboard-container">
				<button type="button" class="button button-small copy-attachment-url" data-clipboard-target="#attachment-details-copy-link">Copy URL to clipboard</button>
				<span class="success hidden" aria-hidden="true">Copied!</span>
			</div>
		</span>
	</script>

		<script type="text/html" id="tmpl-media-selection">
		<div class="selection-info">
			<span class="count"></span>
			<# if ( data.editable ) { #>
				<button type="button" class="button-link edit-selection">Edit Selection</button>
			<# } #>
			<# if ( data.clearable ) { #>
				<button type="button" class="button-link clear-selection">Clear</button>
			<# } #>
		</div>
		<div class="selection-view"></div>
	</script>

		<script type="text/html" id="tmpl-attachment-display-settings">
		<h2>Attachment Display Settings</h2>

		<# if ( 'image' === data.type ) { #>
			<span class="setting align">
				<label for="attachment-display-settings-alignment" class="name">Alignment</label>
				<select id="attachment-display-settings-alignment" class="alignment"
					data-setting="align"
					<# if ( data.userSettings ) { #>
						data-user-setting="align"
					<# } #>>

					<option value="left">
						Left					</option>
					<option value="center">
						Center					</option>
					<option value="right">
						Right					</option>
					<option value="none" selected>
						None					</option>
				</select>
			</span>
		<# } #>

		<span class="setting">
			<label for="attachment-display-settings-link-to" class="name">
				<# if ( data.model.canEmbed ) { #>
					Embed or Link				<# } else { #>
					Link To				<# } #>
			</label>
			<select id="attachment-display-settings-link-to" class="link-to"
				data-setting="link"
				<# if ( data.userSettings && ! data.model.canEmbed ) { #>
					data-user-setting="urlbutton"
				<# } #>>

			<# if ( data.model.canEmbed ) { #>
				<option value="embed" selected>
					Embed Media Player				</option>
				<option value="file">
			<# } else { #>
				<option value="none" selected>
					None				</option>
				<option value="file">
			<# } #>
				<# if ( data.model.canEmbed ) { #>
					Link to Media File				<# } else { #>
					Media File				<# } #>
				</option>
				<option value="post">
				<# if ( data.model.canEmbed ) { #>
					Link to Attachment Page				<# } else { #>
					Attachment Page				<# } #>
				</option>
			<# if ( 'image' === data.type ) { #>
				<option value="custom">
					Custom URL				</option>
			<# } #>
			</select>
		</span>
		<span class="setting">
			<label for="attachment-display-settings-link-to-custom" class="name">URL</label>
			<input type="text" id="attachment-display-settings-link-to-custom" class="link-to-custom" data-setting="linkUrl" />
		</span>

		<# if ( 'undefined' !== typeof data.sizes ) { #>
			<span class="setting">
				<label for="attachment-display-settings-size" class="name">Size</label>
				<select id="attachment-display-settings-size" class="size" name="size"
					data-setting="size"
					<# if ( data.userSettings ) { #>
						data-user-setting="imgsize"
					<# } #>>
											<#
						var size = data.sizes['thumbnail'];
						if ( size ) { #>
							<option value="thumbnail" >
								Thumbnail &ndash; {{ size.width }} &times; {{ size.height }}
							</option>
						<# } #>
											<#
						var size = data.sizes['medium'];
						if ( size ) { #>
							<option value="medium" >
								Medium &ndash; {{ size.width }} &times; {{ size.height }}
							</option>
						<# } #>
											<#
						var size = data.sizes['large'];
						if ( size ) { #>
							<option value="large" >
								Large &ndash; {{ size.width }} &times; {{ size.height }}
							</option>
						<# } #>
											<#
						var size = data.sizes['full'];
						if ( size ) { #>
							<option value="full"  selected='selected'>
								Full Size &ndash; {{ size.width }} &times; {{ size.height }}
							</option>
						<# } #>
											<#
						var size = data.sizes['bs-biz-size'];
						if ( size ) { #>
							<option value="bs-biz-size" >
								Broadstreet Business &ndash; {{ size.width }} &times; {{ size.height }}
							</option>
						<# } #>
									</select>
			</span>
		<# } #>
	</script>

		<script type="text/html" id="tmpl-gallery-settings">
		<h2>Gallery Settings</h2>

		<span class="setting">
			<label for="gallery-settings-link-to" class="name">Link To</label>
			<select id="gallery-settings-link-to" class="link-to"
				data-setting="link"
				<# if ( data.userSettings ) { #>
					data-user-setting="urlbutton"
				<# } #>>

				<option value="post" <# if ( ! wp.media.galleryDefaults.link || 'post' === wp.media.galleryDefaults.link ) {
					#>selected="selected"<# }
				#>>
					Attachment Page				</option>
				<option value="file" <# if ( 'file' === wp.media.galleryDefaults.link ) { #>selected="selected"<# } #>>
					Media File				</option>
				<option value="none" <# if ( 'none' === wp.media.galleryDefaults.link ) { #>selected="selected"<# } #>>
					None				</option>
			</select>
		</span>

		<span class="setting">
			<label for="gallery-settings-columns" class="name select-label-inline">Columns</label>
			<select id="gallery-settings-columns" class="columns" name="columns"
				data-setting="columns">
									<option value="1" <#
						if ( 1 == wp.media.galleryDefaults.columns ) { #>selected="selected"<# }
					#>>
						1					</option>
									<option value="2" <#
						if ( 2 == wp.media.galleryDefaults.columns ) { #>selected="selected"<# }
					#>>
						2					</option>
									<option value="3" <#
						if ( 3 == wp.media.galleryDefaults.columns ) { #>selected="selected"<# }
					#>>
						3					</option>
									<option value="4" <#
						if ( 4 == wp.media.galleryDefaults.columns ) { #>selected="selected"<# }
					#>>
						4					</option>
									<option value="5" <#
						if ( 5 == wp.media.galleryDefaults.columns ) { #>selected="selected"<# }
					#>>
						5					</option>
									<option value="6" <#
						if ( 6 == wp.media.galleryDefaults.columns ) { #>selected="selected"<# }
					#>>
						6					</option>
									<option value="7" <#
						if ( 7 == wp.media.galleryDefaults.columns ) { #>selected="selected"<# }
					#>>
						7					</option>
									<option value="8" <#
						if ( 8 == wp.media.galleryDefaults.columns ) { #>selected="selected"<# }
					#>>
						8					</option>
									<option value="9" <#
						if ( 9 == wp.media.galleryDefaults.columns ) { #>selected="selected"<# }
					#>>
						9					</option>
							</select>
		</span>

		<span class="setting">
			<input type="checkbox" id="gallery-settings-random-order" data-setting="_orderbyRandom" />
			<label for="gallery-settings-random-order" class="checkbox-label-inline">Random Order</label>
		</span>

		<span class="setting size">
			<label for="gallery-settings-size" class="name">Size</label>
			<select id="gallery-settings-size" class="size" name="size"
				data-setting="size"
				<# if ( data.userSettings ) { #>
					data-user-setting="imgsize"
				<# } #>
				>
									<option value="thumbnail">
						Thumbnail					</option>
									<option value="medium">
						Medium					</option>
									<option value="large">
						Large					</option>
									<option value="full">
						Full Size					</option>
									<option value="bs-biz-size">
						Broadstreet Business					</option>
							</select>
		</span>
	</script>

		<script type="text/html" id="tmpl-playlist-settings">
		<h2>Playlist Settings</h2>

		<# var emptyModel = _.isEmpty( data.model ),
			isVideo = 'video' === data.controller.get('library').props.get('type'); #>

		<span class="setting">
			<input type="checkbox" id="playlist-settings-show-list" data-setting="tracklist" <# if ( emptyModel ) { #>
				checked="checked"
			<# } #> />
			<label for="playlist-settings-show-list" class="checkbox-label-inline">
				<# if ( isVideo ) { #>
				Show Video List				<# } else { #>
				Show Tracklist				<# } #>
			</label>
		</span>

		<# if ( ! isVideo ) { #>
		<span class="setting">
			<input type="checkbox" id="playlist-settings-show-artist" data-setting="artists" <# if ( emptyModel ) { #>
				checked="checked"
			<# } #> />
			<label for="playlist-settings-show-artist" class="checkbox-label-inline">
				Show Artist Name in Tracklist			</label>
		</span>
		<# } #>

		<span class="setting">
			<input type="checkbox" id="playlist-settings-show-images" data-setting="images" <# if ( emptyModel ) { #>
				checked="checked"
			<# } #> />
			<label for="playlist-settings-show-images" class="checkbox-label-inline">
				Show Images			</label>
		</span>
	</script>

		<script type="text/html" id="tmpl-embed-link-settings">
		<span class="setting link-text">
			<label for="embed-link-settings-link-text" class="name">Link Text</label>
			<input type="text" id="embed-link-settings-link-text" class="alignment" data-setting="linkText" />
		</span>
		<div class="embed-container" style="display: none;">
			<div class="embed-preview"></div>
		</div>
	</script>

		<script type="text/html" id="tmpl-embed-image-settings">
		<div class="wp-clearfix">
			<div class="thumbnail">
				<img src="{{ data.model.url }}" draggable="false" alt="" />
			</div>
		</div>

		<span class="setting alt-text has-description">
			<label for="embed-image-settings-alt-text" class="name">Alternative Text</label>
			<textarea id="embed-image-settings-alt-text" data-setting="alt" aria-describedby="alt-text-description"></textarea>
		</span>
		<p class="description" id="alt-text-description"><a href="https://www.w3.org/WAI/tutorials/images/decision-tree" target="_blank" rel="noopener">Learn how to describe the purpose of the image<span class="screen-reader-text"> (opens in a new tab)</span></a>. Leave empty if the image is purely decorative.</p>

					<span class="setting caption">
				<label for="embed-image-settings-caption" class="name">Caption</label>
				<textarea id="embed-image-settings-caption" data-setting="caption"></textarea>
			</span>
		
		<fieldset class="setting-group">
			<legend class="name">Align</legend>
			<span class="setting align">
				<span class="button-group button-large" data-setting="align">
					<button class="button" value="left">
						Left					</button>
					<button class="button" value="center">
						Center					</button>
					<button class="button" value="right">
						Right					</button>
					<button class="button active" value="none">
						None					</button>
				</span>
			</span>
		</fieldset>

		<fieldset class="setting-group">
			<legend class="name">Link To</legend>
			<span class="setting link-to">
				<span class="button-group button-large" data-setting="link">
					<button class="button" value="file">
						Image URL					</button>
					<button class="button" value="custom">
						Custom URL					</button>
					<button class="button active" value="none">
						None					</button>
				</span>
			</span>
			<span class="setting">
				<label for="embed-image-settings-link-to-custom" class="name">URL</label>
				<input type="text" id="embed-image-settings-link-to-custom" class="link-to-custom" data-setting="linkUrl" />
			</span>
		</fieldset>
	</script>

		<script type="text/html" id="tmpl-image-details">
		<div class="media-embed">
			<div class="embed-media-settings">
				<div class="column-settings">
					<span class="setting alt-text has-description">
						<label for="image-details-alt-text" class="name">Alternative Text</label>
						<textarea id="image-details-alt-text" data-setting="alt" aria-describedby="alt-text-description">{{ data.model.alt }}</textarea>
					</span>
					<p class="description" id="alt-text-description"><a href="https://www.w3.org/WAI/tutorials/images/decision-tree" target="_blank" rel="noopener">Learn how to describe the purpose of the image<span class="screen-reader-text"> (opens in a new tab)</span></a>. Leave empty if the image is purely decorative.</p>

											<span class="setting caption">
							<label for="image-details-caption" class="name">Caption</label>
							<textarea id="image-details-caption" data-setting="caption">{{ data.model.caption }}</textarea>
						</span>
					
					<h2>Display Settings</h2>
					<fieldset class="setting-group">
						<legend class="legend-inline">Align</legend>
						<span class="setting align">
							<span class="button-group button-large" data-setting="align">
								<button class="button" value="left">
									Left								</button>
								<button class="button" value="center">
									Center								</button>
								<button class="button" value="right">
									Right								</button>
								<button class="button active" value="none">
									None								</button>
							</span>
						</span>
					</fieldset>

					<# if ( data.attachment ) { #>
						<# if ( 'undefined' !== typeof data.attachment.sizes ) { #>
							<span class="setting size">
								<label for="image-details-size" class="name">Size</label>
								<select id="image-details-size" class="size" name="size"
									data-setting="size"
									<# if ( data.userSettings ) { #>
										data-user-setting="imgsize"
									<# } #>>
																			<#
										var size = data.sizes['thumbnail'];
										if ( size ) { #>
											<option value="thumbnail">
												Thumbnail &ndash; {{ size.width }} &times; {{ size.height }}
											</option>
										<# } #>
																			<#
										var size = data.sizes['medium'];
										if ( size ) { #>
											<option value="medium">
												Medium &ndash; {{ size.width }} &times; {{ size.height }}
											</option>
										<# } #>
																			<#
										var size = data.sizes['large'];
										if ( size ) { #>
											<option value="large">
												Large &ndash; {{ size.width }} &times; {{ size.height }}
											</option>
										<# } #>
																			<#
										var size = data.sizes['full'];
										if ( size ) { #>
											<option value="full">
												Full Size &ndash; {{ size.width }} &times; {{ size.height }}
											</option>
										<# } #>
																			<#
										var size = data.sizes['bs-biz-size'];
										if ( size ) { #>
											<option value="bs-biz-size">
												Broadstreet Business &ndash; {{ size.width }} &times; {{ size.height }}
											</option>
										<# } #>
																		<option value="custom">
										Custom Size									</option>
								</select>
							</span>
						<# } #>
							<div class="custom-size wp-clearfix<# if ( data.model.size !== 'custom' ) { #> hidden<# } #>">
								<span class="custom-size-setting">
									<label for="image-details-size-width">Width</label>
									<input type="number" id="image-details-size-width" aria-describedby="image-size-desc" data-setting="customWidth" step="1" value="{{ data.model.customWidth }}" />
								</span>
								<span class="sep" aria-hidden="true">&times;</span>
								<span class="custom-size-setting">
									<label for="image-details-size-height">Height</label>
									<input type="number" id="image-details-size-height" aria-describedby="image-size-desc" data-setting="customHeight" step="1" value="{{ data.model.customHeight }}" />
								</span>
								<p id="image-size-desc" class="description">Image size in pixels</p>
							</div>
					<# } #>

					<span class="setting link-to">
						<label for="image-details-link-to" class="name">Link To</label>
						<select id="image-details-link-to" data-setting="link">
						<# if ( data.attachment ) { #>
							<option value="file">
								Media File							</option>
							<option value="post">
								Attachment Page							</option>
						<# } else { #>
							<option value="file">
								Image URL							</option>
						<# } #>
							<option value="custom">
								Custom URL							</option>
							<option value="none">
								None							</option>
						</select>
					</span>
					<span class="setting">
						<label for="image-details-link-to-custom" class="name">URL</label>
						<input type="text" id="image-details-link-to-custom" class="link-to-custom" data-setting="linkUrl" />
					</span>

					<div class="advanced-section">
						<h2><button type="button" class="button-link advanced-toggle">Advanced Options</button></h2>
						<div class="advanced-settings hidden">
							<div class="advanced-image">
								<span class="setting title-text">
									<label for="image-details-title-attribute" class="name">Image Title Attribute</label>
									<input type="text" id="image-details-title-attribute" data-setting="title" value="{{ data.model.title }}" />
								</span>
								<span class="setting extra-classes">
									<label for="image-details-css-class" class="name">Image CSS Class</label>
									<input type="text" id="image-details-css-class" data-setting="extraClasses" value="{{ data.model.extraClasses }}" />
								</span>
							</div>
							<div class="advanced-link">
								<span class="setting link-target">
									<input type="checkbox" id="image-details-link-target" data-setting="linkTargetBlank" value="_blank" <# if ( data.model.linkTargetBlank ) { #>checked="checked"<# } #>>
									<label for="image-details-link-target" class="checkbox-label">Open link in a new tab</label>
								</span>
								<span class="setting link-rel">
									<label for="image-details-link-rel" class="name">Link Rel</label>
									<input type="text" id="image-details-link-rel" data-setting="linkRel" value="{{ data.model.linkRel }}" />
								</span>
								<span class="setting link-class-name">
									<label for="image-details-link-css-class" class="name">Link CSS Class</label>
									<input type="text" id="image-details-link-css-class" data-setting="linkClassName" value="{{ data.model.linkClassName }}" />
								</span>
							</div>
						</div>
					</div>
				</div>
				<div class="column-image">
					<div class="image">
						<img src="{{ data.model.url }}" draggable="false" alt="" />
						<# if ( data.attachment && window.imageEdit ) { #>
							<div class="actions">
								<input type="button" class="edit-attachment button" value="Edit Original" />
								<input type="button" class="replace-attachment button" value="Replace" />
							</div>
						<# } #>
					</div>
				</div>
			</div>
		</div>
	</script>

		<script type="text/html" id="tmpl-image-editor">
		<div id="media-head-{{ data.id }}"></div>
		<div id="image-editor-{{ data.id }}"></div>
	</script>

		<script type="text/html" id="tmpl-audio-details">
		<# var ext, html5types = {
			mp3: wp.media.view.settings.embedMimes.mp3,
			ogg: wp.media.view.settings.embedMimes.ogg
		}; #>

				<div class="media-embed media-embed-details">
			<div class="embed-media-settings embed-audio-settings">
				<audio style="visibility: hidden"
	controls
	class="wp-audio-shortcode"
	width="{{ _.isUndefined( data.model.width ) ? 400 : data.model.width }}"
	preload="{{ _.isUndefined( data.model.preload ) ? 'none' : data.model.preload }}"
	<#
		if ( ! _.isUndefined( data.model.autoplay ) && data.model.autoplay ) {
		#> autoplay<#
	}
		if ( ! _.isUndefined( data.model.loop ) && data.model.loop ) {
		#> loop<#
	}
	#>
>
	<# if ( ! _.isEmpty( data.model.src ) ) { #>
	<source src="{{ data.model.src }}" type="{{ wp.media.view.settings.embedMimes[ data.model.src.split('.').pop() ] }}" />
	<# } #>

		<# if ( ! _.isEmpty( data.model.mp3 ) ) { #>
	<source src="{{ data.model.mp3 }}" type="{{ wp.media.view.settings.embedMimes[ 'mp3' ] }}" />
	<# } #>
			<# if ( ! _.isEmpty( data.model.ogg ) ) { #>
	<source src="{{ data.model.ogg }}" type="{{ wp.media.view.settings.embedMimes[ 'ogg' ] }}" />
	<# } #>
			<# if ( ! _.isEmpty( data.model.flac ) ) { #>
	<source src="{{ data.model.flac }}" type="{{ wp.media.view.settings.embedMimes[ 'flac' ] }}" />
	<# } #>
			<# if ( ! _.isEmpty( data.model.m4a ) ) { #>
	<source src="{{ data.model.m4a }}" type="{{ wp.media.view.settings.embedMimes[ 'm4a' ] }}" />
	<# } #>
			<# if ( ! _.isEmpty( data.model.wav ) ) { #>
	<source src="{{ data.model.wav }}" type="{{ wp.media.view.settings.embedMimes[ 'wav' ] }}" />
	<# } #>
		</audio>
	
				<# if ( ! _.isEmpty( data.model.src ) ) {
					ext = data.model.src.split('.').pop();
					if ( html5types[ ext ] ) {
						delete html5types[ ext ];
					}
				#>
				<span class="setting">
					<label for="audio-details-source" class="name">URL</label>
					<input type="text" id="audio-details-source" readonly data-setting="src" value="{{ data.model.src }}" />
					<button type="button" class="button-link remove-setting">Remove audio source</button>
				</span>
				<# } #>
								<# if ( ! _.isEmpty( data.model.mp3 ) ) {
					if ( ! _.isUndefined( html5types.mp3 ) ) {
						delete html5types.mp3;
					}
				#>
				<span class="setting">
					<label for="audio-details-mp3-source" class="name">MP3</label>
					<input type="text" id="audio-details-mp3-source" readonly data-setting="mp3" value="{{ data.model.mp3 }}" />
					<button type="button" class="button-link remove-setting">Remove audio source</button>
				</span>
				<# } #>
								<# if ( ! _.isEmpty( data.model.ogg ) ) {
					if ( ! _.isUndefined( html5types.ogg ) ) {
						delete html5types.ogg;
					}
				#>
				<span class="setting">
					<label for="audio-details-ogg-source" class="name">OGG</label>
					<input type="text" id="audio-details-ogg-source" readonly data-setting="ogg" value="{{ data.model.ogg }}" />
					<button type="button" class="button-link remove-setting">Remove audio source</button>
				</span>
				<# } #>
								<# if ( ! _.isEmpty( data.model.flac ) ) {
					if ( ! _.isUndefined( html5types.flac ) ) {
						delete html5types.flac;
					}
				#>
				<span class="setting">
					<label for="audio-details-flac-source" class="name">FLAC</label>
					<input type="text" id="audio-details-flac-source" readonly data-setting="flac" value="{{ data.model.flac }}" />
					<button type="button" class="button-link remove-setting">Remove audio source</button>
				</span>
				<# } #>
								<# if ( ! _.isEmpty( data.model.m4a ) ) {
					if ( ! _.isUndefined( html5types.m4a ) ) {
						delete html5types.m4a;
					}
				#>
				<span class="setting">
					<label for="audio-details-m4a-source" class="name">M4A</label>
					<input type="text" id="audio-details-m4a-source" readonly data-setting="m4a" value="{{ data.model.m4a }}" />
					<button type="button" class="button-link remove-setting">Remove audio source</button>
				</span>
				<# } #>
								<# if ( ! _.isEmpty( data.model.wav ) ) {
					if ( ! _.isUndefined( html5types.wav ) ) {
						delete html5types.wav;
					}
				#>
				<span class="setting">
					<label for="audio-details-wav-source" class="name">WAV</label>
					<input type="text" id="audio-details-wav-source" readonly data-setting="wav" value="{{ data.model.wav }}" />
					<button type="button" class="button-link remove-setting">Remove audio source</button>
				</span>
				<# } #>
				
				<# if ( ! _.isEmpty( html5types ) ) { #>
				<fieldset class="setting-group">
					<legend class="name">Add alternate sources for maximum HTML5 playback</legend>
					<span class="setting">
						<span class="button-large">
						<# _.each( html5types, function (mime, type) { #>
							<button class="button add-media-source" data-mime="{{ mime }}">{{ type }}</button>
						<# } ) #>
						</span>
					</span>
				</fieldset>
				<# } #>

				<fieldset class="setting-group">
					<legend class="name">Preload</legend>
					<span class="setting preload">
						<span class="button-group button-large" data-setting="preload">
							<button class="button" value="auto">Auto</button>
							<button class="button" value="metadata">Metadata</button>
							<button class="button active" value="none">None</button>
						</span>
					</span>
				</fieldset>

				<span class="setting-group">
					<span class="setting checkbox-setting autoplay">
						<input type="checkbox" id="audio-details-autoplay" data-setting="autoplay" />
						<label for="audio-details-autoplay" class="checkbox-label">Autoplay</label>
					</span>

					<span class="setting checkbox-setting">
						<input type="checkbox" id="audio-details-loop" data-setting="loop" />
						<label for="audio-details-loop" class="checkbox-label">Loop</label>
					</span>
				</span>
			</div>
		</div>
	</script>

		<script type="text/html" id="tmpl-video-details">window.addEventListener('DOMContentLoaded', function() {
		<# var ext, html5types = {
			mp4: wp.media.view.settings.embedMimes.mp4,
			ogv: wp.media.view.settings.embedMimes.ogv,
			webm: wp.media.view.settings.embedMimes.webm
		}; #>

				<div class="media-embed media-embed-details">
			<div class="embed-media-settings embed-video-settings">
				<div class="wp-video-holder">
				<#
				var w = ! data.model.width || data.model.width > 640 ? 640 : data.model.width,
					h = ! data.model.height ? 360 : data.model.height;

				if ( data.model.width && w !== data.model.width ) {
					h = Math.ceil( ( h * w ) / data.model.width );
				}
				#>

				<#  var w_rule = '', classes = [],
		w, h, settings = wp.media.view.settings,
		isYouTube = isVimeo = false;

	if ( ! _.isEmpty( data.model.src ) ) {
		isYouTube = data.model.src.match(/youtube|youtu\.be/);
		isVimeo = -1 !== data.model.src.indexOf('vimeo');
	}

	if ( settings.contentWidth && data.model.width >= settings.contentWidth ) {
		w = settings.contentWidth;
	} else {
		w = data.model.width;
	}

	if ( w !== data.model.width ) {
		h = Math.ceil( ( data.model.height * w ) / data.model.width );
	} else {
		h = data.model.height;
	}

	if ( w ) {
		w_rule = 'width: ' + w + 'px; ';
	}

	if ( isYouTube ) {
		classes.push( 'youtube-video' );
	}

	if ( isVimeo ) {
		classes.push( 'vimeo-video' );
	}

#>
<div style="{{ w_rule }}" class="wp-video">
<video controls
	class="wp-video-shortcode {{ classes.join( ' ' ) }}"
	<# if ( w ) { #>width="{{ w }}"<# } #>
	<# if ( h ) { #>height="{{ h }}"<# } #>
			<#
		if ( ! _.isUndefined( data.model.poster ) && data.model.poster ) {
			#> poster="{{ data.model.poster }}"<#
		} #>
			preload			="{{ _.isUndefined( data.model.preload ) ? 'metadata' : data.model.preload }}"
				<#
		if ( ! _.isUndefined( data.model.autoplay ) && data.model.autoplay ) {
		#> autoplay<#
	}
		if ( ! _.isUndefined( data.model.loop ) && data.model.loop ) {
		#> loop<#
	}
	#>
>
	<# if ( ! _.isEmpty( data.model.src ) ) {
		if ( isYouTube ) { #>
		<source src="{{ data.model.src }}" type="video/youtube" />
		<# } else if ( isVimeo ) { #>
		<source src="{{ data.model.src }}" type="video/vimeo" />
		<# } else { #>
		<source src="{{ data.model.src }}" type="{{ settings.embedMimes[ data.model.src.split('.').pop() ] }}" />
		<# }
	} #>

		<# if ( data.model.mp4 ) { #>
	<source src="{{ data.model.mp4 }}" type="{{ settings.embedMimes[ 'mp4' ] }}" />
	<# } #>
		<# if ( data.model.m4v ) { #>
	<source src="{{ data.model.m4v }}" type="{{ settings.embedMimes[ 'm4v' ] }}" />
	<# } #>
		<# if ( data.model.webm ) { #>
	<source src="{{ data.model.webm }}" type="{{ settings.embedMimes[ 'webm' ] }}" />
	<# } #>
		<# if ( data.model.ogv ) { #>
	<source src="{{ data.model.ogv }}" type="{{ settings.embedMimes[ 'ogv' ] }}" />
	<# } #>
		<# if ( data.model.flv ) { #>
	<source src="{{ data.model.flv }}" type="{{ settings.embedMimes[ 'flv' ] }}" />
	<# } #>
		{{{ data.model.content }}}
</video>
</div>
	
				<# if ( ! _.isEmpty( data.model.src ) ) {
					ext = data.model.src.split('.').pop();
					if ( html5types[ ext ] ) {
						delete html5types[ ext ];
					}
				#>
				<span class="setting">
					<label for="video-details-source" class="name">URL</label>
					<input type="text" id="video-details-source" readonly data-setting="src" value="{{ data.model.src }}" />
					<button type="button" class="button-link remove-setting">Remove video source</button>
				</span>
				<# } #>
								<# if ( ! _.isEmpty( data.model.mp4 ) ) {
					if ( ! _.isUndefined( html5types.mp4 ) ) {
						delete html5types.mp4;
					}
				#>
				<span class="setting">
					<label for="video-details-mp4-source" class="name">MP4</label>
					<input type="text" id="video-details-mp4-source" readonly data-setting="mp4" value="{{ data.model.mp4 }}" />
					<button type="button" class="button-link remove-setting">Remove video source</button>
				</span>
				<# } #>
								<# if ( ! _.isEmpty( data.model.m4v ) ) {
					if ( ! _.isUndefined( html5types.m4v ) ) {
						delete html5types.m4v;
					}
				#>
				<span class="setting">
					<label for="video-details-m4v-source" class="name">M4V</label>
					<input type="text" id="video-details-m4v-source" readonly data-setting="m4v" value="{{ data.model.m4v }}" />
					<button type="button" class="button-link remove-setting">Remove video source</button>
				</span>
				<# } #>
								<# if ( ! _.isEmpty( data.model.webm ) ) {
					if ( ! _.isUndefined( html5types.webm ) ) {
						delete html5types.webm;
					}
				#>
				<span class="setting">
					<label for="video-details-webm-source" class="name">WEBM</label>
					<input type="text" id="video-details-webm-source" readonly data-setting="webm" value="{{ data.model.webm }}" />
					<button type="button" class="button-link remove-setting">Remove video source</button>
				</span>
				<# } #>
								<# if ( ! _.isEmpty( data.model.ogv ) ) {
					if ( ! _.isUndefined( html5types.ogv ) ) {
						delete html5types.ogv;
					}
				#>
				<span class="setting">
					<label for="video-details-ogv-source" class="name">OGV</label>
					<input type="text" id="video-details-ogv-source" readonly data-setting="ogv" value="{{ data.model.ogv }}" />
					<button type="button" class="button-link remove-setting">Remove video source</button>
				</span>
				<# } #>
								<# if ( ! _.isEmpty( data.model.flv ) ) {
					if ( ! _.isUndefined( html5types.flv ) ) {
						delete html5types.flv;
					}
				#>
				<span class="setting">
					<label for="video-details-flv-source" class="name">FLV</label>
					<input type="text" id="video-details-flv-source" readonly data-setting="flv" value="{{ data.model.flv }}" />
					<button type="button" class="button-link remove-setting">Remove video source</button>
				</span>
				<# } #>
								</div>

				<# if ( ! _.isEmpty( html5types ) ) { #>
				<fieldset class="setting-group">
					<legend class="name">Add alternate sources for maximum HTML5 playback</legend>
					<span class="setting">
						<span class="button-large">
						<# _.each( html5types, function (mime, type) { #>
							<button class="button add-media-source" data-mime="{{ mime }}">{{ type }}</button>
						<# } ) #>
						</span>
					</span>
				</fieldset>
				<# } #>

				<# if ( ! _.isEmpty( data.model.poster ) ) { #>
				<span class="setting">
					<label for="video-details-poster-image" class="name">Poster Image</label>
					<input type="text" id="video-details-poster-image" readonly data-setting="poster" value="{{ data.model.poster }}" />
					<button type="button" class="button-link remove-setting">Remove poster image</button>
				</span>
				<# } #>

				<fieldset class="setting-group">
					<legend class="name">Preload</legend>
					<span class="setting preload">
						<span class="button-group button-large" data-setting="preload">
							<button class="button" value="auto">Auto</button>
							<button class="button" value="metadata">Metadata</button>
							<button class="button active" value="none">None</button>
						</span>
					</span>
				</fieldset>

				<span class="setting-group">
					<span class="setting checkbox-setting autoplay">
						<input type="checkbox" id="video-details-autoplay" data-setting="autoplay" />
						<label for="video-details-autoplay" class="checkbox-label">Autoplay</label>
					</span>

					<span class="setting checkbox-setting">
						<input type="checkbox" id="video-details-loop" data-setting="loop" />
						<label for="video-details-loop" class="checkbox-label">Loop</label>
					</span>
				</span>

				<span class="setting" data-setting="content">
					<#
					var content = '';
					if ( ! _.isEmpty( data.model.content ) ) {
						var tracks = jQuery( data.model.content ).filter( 'track' );
						_.each( tracks.toArray(), function( track, index ) {
							content += track.outerHTML; #>
						<label for="video-details-track-{{ index }}" class="name">Tracks (subtitles, captions, descriptions, chapters, or metadata)</label>
						<input class="content-track" type="text" id="video-details-track-{{ index }}" aria-describedby="video-details-track-desc-{{ index }}" value="{{ track.outerHTML }}" />
						<span class="description" id="video-details-track-desc-{{ index }}">
						The srclang, label, and kind values can be edited to set the video track language and kind.						</span>
						<button type="button" class="button-link remove-setting remove-track">Remove video track</button><br />
						<# } ); #>
					<# } else { #>
					<span class="name">Tracks (subtitles, captions, descriptions, chapters, or metadata)</span><br />
					<em>There are no associated subtitles.</em>
					<# } #>
					<textarea class="hidden content-setting">{{ content }}</textarea>
				</span>
			</div>
		</div>
	});</script>

		<script type="text/html" id="tmpl-editor-gallery">
		<# if ( data.attachments.length ) { #>
			<div class="gallery gallery-columns-{{ data.columns }}">
				<# _.each( data.attachments, function( attachment, index ) { #>
					<dl class="gallery-item">
						<dt class="gallery-icon">
							<# if ( attachment.thumbnail ) { #>
								<img src="{{ attachment.thumbnail.url }}" width="{{ attachment.thumbnail.width }}" height="{{ attachment.thumbnail.height }}" alt="{{ attachment.alt }}" />
							<# } else { #>
								<img src="{{ attachment.url }}" alt="{{ attachment.alt }}" />
							<# } #>
						</dt>
						<# if ( attachment.caption ) { #>
							<dd class="wp-caption-text gallery-caption">
								{{{ data.verifyHTML( attachment.caption ) }}}
							</dd>
						<# } #>
					</dl>
					<# if ( index % data.columns === data.columns - 1 ) { #>
						<br style="clear: both;" />
					<# } #>
				<# } ); #>
			</div>
		<# } else { #>
			<div class="wpview-error">
				<div class="dashicons dashicons-format-gallery"></div><p>No items found.</p>
			</div>
		<# } #>
	</script>

		<script type="text/html" id="tmpl-crop-content">
		<img class="crop-image" src="{{ data.url }}" alt="Image crop area preview. Requires mouse interaction." />
		<div class="upload-errors"></div>
	</script>

		<script type="text/html" id="tmpl-site-icon-preview">
		<h2>Preview</h2>
		<strong aria-hidden="true">As a browser icon</strong>
		<div class="favicon-preview">
			<img src="https://tcbmag.com/wp-admin/images/browser.png" class="browser-preview" width="182" height="" alt="" />

			<div class="favicon">
				<img id="preview-favicon" src="{{ data.url }}" alt="Preview as a browser icon" />
			</div>
			<span class="browser-title" aria-hidden="true"><# print( 'Twin Cities Business' ) #></span>
		</div>

		<strong aria-hidden="true">As an app icon</strong>
		<div class="app-icon-preview">
			<img id="preview-app-icon" src="{{ data.url }}" alt="Preview as an app icon" />
		</div>
	</script>

		<script type="text/javascript">
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-content/cache/min/1/wp-content/plugins/metronet-profile-picture/js/mpp-frontend.js?ver=1730233871" id="mpp_gutenberg_tabs-js" defer></script>
<script src='https://tcbmag.com/wp-content/plugins/event-tickets/common/src/resources/js/underscore-before.js'></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js" defer></script>
<script src='https://tcbmag.com/wp-content/plugins/event-tickets/common/src/resources/js/underscore-after.js'></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/shortcode.min.js?ver=6.5.5" id="shortcode-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/backbone.min.js?ver=1.5.0" id="backbone-js" defer></script>
<script type="text/javascript" id="wp-util-js-extra">
/* <![CDATA[ */
var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/wp-util.min.js?ver=6.5.5" id="wp-util-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/wp-backbone.min.js?ver=6.5.5" id="wp-backbone-js" defer></script>
<script type="text/javascript" id="media-models-js-extra">
/* <![CDATA[ */
var _wpMediaModelsL10n = {"settings":{"ajaxurl":"\/wp-admin\/admin-ajax.php","post":{"id":0}}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/media-models.min.js?ver=6.5.5" id="media-models-js" defer></script>
<script type="text/javascript" id="wp-plupload-js-extra">
/* <![CDATA[ */
var pluploadL10n = {"queue_limit_exceeded":"You have attempted to queue too many files.","file_exceeds_size_limit":"%s exceeds the maximum upload size for this site.","zero_byte_file":"This file is empty. Please try another.","invalid_filetype":"Sorry, you are not allowed to upload this file type.","not_an_image":"This file is not an image. Please try another.","image_memory_exceeded":"Memory exceeded. Please try another smaller file.","image_dimensions_exceeded":"This is larger than the maximum size. Please try another.","default_error":"An error occurred in the upload. Please try again later.","missing_upload_url":"There was a configuration error. Please contact the server administrator.","upload_limit_exceeded":"You may only upload 1 file.","http_error":"Unexpected response from the server. The file may have been uploaded successfully. Check in the Media Library or reload the page.","http_error_image":"The server cannot process the image. This can happen if the server is busy or does not have enough resources to complete the task. Uploading a smaller image may help. Suggested maximum size is 2560 pixels.","upload_failed":"Upload failed.","big_upload_failed":"Please try uploading this file with the %1$sbrowser uploader%2$s.","big_upload_queued":"%s exceeds the maximum upload size for the multi-file uploader when used in your browser.","io_error":"IO error.","security_error":"Security error.","file_cancelled":"File canceled.","upload_stopped":"Upload stopped.","dismiss":"Dismiss","crunching":"Crunching\u2026","deleted":"moved to the Trash.","error_uploading":"\u201c%s\u201d has failed to upload.","unsupported_image":"This image cannot be displayed in a web browser. For best results convert it to JPEG before uploading.","noneditable_image":"This image cannot be processed by the web server. Convert it to JPEG or PNG before uploading.","file_url_copied":"The file URL has been copied to your clipboard"};
var _wpPluploadSettings = {"defaults":{"file_data_name":"async-upload","url":"\/wp-admin\/async-upload.php","filters":{"max_file_size":"41943040b","mime_types":[{"extensions":"jpg,jpeg,jpe,gif,png,bmp,tiff,tif,webp,avif,ico,heic,asf,asx,wmv,wmx,wm,avi,divx,flv,mov,qt,mpeg,mpg,mpe,mp4,m4v,ogv,webm,mkv,3gp,3gpp,3g2,3gp2,txt,asc,c,cc,h,srt,csv,tsv,ics,rtx,css,vtt,dfxp,mp3,m4a,m4b,aac,ra,ram,wav,ogg,oga,flac,mid,midi,wma,wax,mka,rtf,pdf,class,tar,zip,gz,gzip,rar,7z,psd,xcf,doc,pot,pps,ppt,wri,xla,xls,xlt,xlw,mdb,mpp,docx,docm,dotx,dotm,xlsx,xlsm,xlsb,xltx,xltm,xlam,pptx,pptm,ppsx,ppsm,potx,potm,ppam,sldx,sldm,onetoc,onetoc2,onetmp,onepkg,oxps,xps,odt,odp,ods,odg,odc,odb,odf,wp,wpd,key,numbers,pages"}]},"heic_upload_error":true,"multipart_params":{"action":"upload-attachment","_wpnonce":"aab64ab4b3"}},"browser":{"mobile":false,"supported":true},"limitExceeded":false};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/plupload/wp-plupload.min.js?ver=6.5.5" id="wp-plupload-js" defer></script>
<script type="text/javascript" src="https://tcbmag.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script>
<script type="text/javascript" src="https://tcbmag.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.2" id="jquery-ui-mouse-js"></script>
<script type="text/javascript" src="https://tcbmag.com/wp-includes/js/jquery/ui/sortable.min.js?ver=1.13.2" id="jquery-ui-sortable-js"></script>
<script type="text/javascript" id="mediaelement-core-js-before">
/* <![CDATA[ */
var mejsL10n = {"language":"en","strings":{"mejs.download-file":"Download File","mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen":"Fullscreen","mejs.play":"Play","mejs.pause":"Pause","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.live-broadcast":"Live Broadcast","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17" id="mediaelement-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=6.5.5" id="mediaelement-migrate-js" defer></script>
<script type="text/javascript" id="mediaelement-js-extra">
/* <![CDATA[ */
var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive","audioShortcodeLibrary":"mediaelement","videoShortcodeLibrary":"mediaelement"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=6.5.5" id="wp-mediaelement-js" defer></script>
<script type="text/javascript" id="wp-api-request-js-extra">
/* <![CDATA[ */
var wpApiSettings = {"root":"https:\/\/tcbmag.com\/wp-json\/","nonce":"d46d469519","versionString":"wp\/v2\/"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/api-request.min.js?ver=6.5.5" id="wp-api-request-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js" defer></script>
<script type="text/javascript" src="https://tcbmag.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/dist/a11y.min.js?ver=d90eebea464f6c09bfd5" id="wp-a11y-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/clipboard.min.js?ver=2.0.11" id="clipboard-js" defer></script>
<script type="text/javascript" id="media-views-js-extra">
/* <![CDATA[ */
var _wpMediaViewsL10n = {"mediaFrameDefaultTitle":"Media","url":"URL","addMedia":"Add media","search":"Search","select":"Select","cancel":"Cancel","update":"Update","replace":"Replace","remove":"Remove","back":"Back","selected":"%d selected","dragInfo":"Drag and drop to reorder media files.","uploadFilesTitle":"Upload files","uploadImagesTitle":"Upload images","mediaLibraryTitle":"Media Library","insertMediaTitle":"Add media","createNewGallery":"Create a new gallery","createNewPlaylist":"Create a new playlist","createNewVideoPlaylist":"Create a new video playlist","returnToLibrary":"\u2190 Go to library","allMediaItems":"All media items","allDates":"All dates","noItemsFound":"No items found.","insertIntoPost":"Insert into post","unattached":"Unattached","mine":"Mine","trash":"Trash","uploadedToThisPost":"Uploaded to this post","warnDelete":"You are about to permanently delete this item from your site.\nThis action cannot be undone.\n 'Cancel' to stop, 'OK' to delete.","warnBulkDelete":"You are about to permanently delete these items from your site.\nThis action cannot be undone.\n 'Cancel' to stop, 'OK' to delete.","warnBulkTrash":"You are about to trash these items.\n  'Cancel' to stop, 'OK' to delete.","bulkSelect":"Bulk select","trashSelected":"Move to Trash","restoreSelected":"Restore from Trash","deletePermanently":"Delete permanently","errorDeleting":"Error in deleting the attachment.","apply":"Apply","filterByDate":"Filter by date","filterByType":"Filter by type","searchLabel":"Search","searchMediaLabel":"Search media","searchMediaPlaceholder":"Search media items...","mediaFound":"Number of media items found: %d","noMedia":"No media items found.","noMediaTryNewSearch":"No media items found. Try a different search.","attachmentDetails":"Attachment details","insertFromUrlTitle":"Insert from URL","setFeaturedImageTitle":"Featured image","setFeaturedImage":"Set featured image","createGalleryTitle":"Create gallery","editGalleryTitle":"Edit gallery","cancelGalleryTitle":"\u2190 Cancel gallery","insertGallery":"Insert gallery","updateGallery":"Update gallery","addToGallery":"Add to gallery","addToGalleryTitle":"Add to gallery","reverseOrder":"Reverse order","imageDetailsTitle":"Image details","imageReplaceTitle":"Replace image","imageDetailsCancel":"Cancel edit","editImage":"Edit image","chooseImage":"Choose image","selectAndCrop":"Select and crop","skipCropping":"Skip cropping","cropImage":"Crop image","cropYourImage":"Crop your image","cropping":"Cropping\u2026","suggestedDimensions":"Suggested image dimensions: %1$s by %2$s pixels.","cropError":"There has been an error cropping your image.","audioDetailsTitle":"Audio details","audioReplaceTitle":"Replace audio","audioAddSourceTitle":"Add audio source","audioDetailsCancel":"Cancel edit","videoDetailsTitle":"Video details","videoReplaceTitle":"Replace video","videoAddSourceTitle":"Add video source","videoDetailsCancel":"Cancel edit","videoSelectPosterImageTitle":"Select poster image","videoAddTrackTitle":"Add subtitles","playlistDragInfo":"Drag and drop to reorder tracks.","createPlaylistTitle":"Create audio playlist","editPlaylistTitle":"Edit audio playlist","cancelPlaylistTitle":"\u2190 Cancel audio playlist","insertPlaylist":"Insert audio playlist","updatePlaylist":"Update audio playlist","addToPlaylist":"Add to audio playlist","addToPlaylistTitle":"Add to Audio Playlist","videoPlaylistDragInfo":"Drag and drop to reorder videos.","createVideoPlaylistTitle":"Create video playlist","editVideoPlaylistTitle":"Edit video playlist","cancelVideoPlaylistTitle":"\u2190 Cancel video playlist","insertVideoPlaylist":"Insert video playlist","updateVideoPlaylist":"Update video playlist","addToVideoPlaylist":"Add to video playlist","addToVideoPlaylistTitle":"Add to video Playlist","filterAttachments":"Filter media","attachmentsList":"Media list","settings":{"tabs":[],"tabUrl":"https:\/\/tcbmag.com\/wp-admin\/media-upload.php?chromeless=1","mimeTypes":{"image":"Images","audio":"Audio","video":"Video","application\/msword,application\/vnd.openxmlformats-officedocument.wordprocessingml.document,application\/vnd.ms-word.document.macroEnabled.12,application\/vnd.ms-word.template.macroEnabled.12,application\/vnd.oasis.opendocument.text,application\/vnd.apple.pages,application\/pdf,application\/vnd.ms-xpsdocument,application\/oxps,application\/rtf,application\/wordperfect,application\/octet-stream":"Documents","application\/vnd.apple.numbers,application\/vnd.oasis.opendocument.spreadsheet,application\/vnd.ms-excel,application\/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application\/vnd.ms-excel.sheet.macroEnabled.12,application\/vnd.ms-excel.sheet.binary.macroEnabled.12":"Spreadsheets","application\/x-gzip,application\/rar,application\/x-tar,application\/zip,application\/x-7z-compressed":"Archives"},"captions":true,"nonce":{"sendToEditor":"8693905fcf","setAttachmentThumbnail":"be55b5e61d"},"post":{"id":0},"defaultProps":{"link":"none","align":"","size":""},"attachmentCounts":{"audio":1,"video":1},"oEmbedProxyUrl":"https:\/\/tcbmag.com\/wp-json\/oembed\/1.0\/proxy","embedExts":["mp3","ogg","flac","m4a","wav","mp4","m4v","webm","ogv","flv"],"embedMimes":{"mp3":"audio\/mpeg","ogg":"audio\/ogg","flac":"audio\/flac","m4a":"audio\/mpeg","wav":"audio\/wav","mp4":"video\/mp4","m4v":"video\/mp4","webm":"video\/webm","ogv":"video\/ogg","flv":"video\/x-flv"},"contentWidth":640,"months":[{"year":"2024","month":"11","text":"November 2024"},{"year":"2024","month":"10","text":"October 2024"},{"year":"2024","month":"9","text":"September 2024"},{"year":"2024","month":"8","text":"August 2024"},{"year":"2024","month":"7","text":"July 2024"},{"year":"2024","month":"6","text":"June 2024"},{"year":"2024","month":"5","text":"May 2024"},{"year":"2024","month":"4","text":"April 2024"},{"year":"2024","month":"3","text":"March 2024"},{"year":"2024","month":"2","text":"February 2024"},{"year":"2024","month":"1","text":"January 2024"},{"year":"2023","month":"12","text":"December 2023"},{"year":"2023","month":"11","text":"November 2023"},{"year":"2023","month":"10","text":"October 2023"},{"year":"2023","month":"9","text":"September 2023"},{"year":"2023","month":"8","text":"August 2023"},{"year":"2023","month":"7","text":"July 2023"},{"year":"2023","month":"6","text":"June 2023"},{"year":"2023","month":"5","text":"May 2023"},{"year":"2023","month":"4","text":"April 2023"},{"year":"2023","month":"3","text":"March 2023"},{"year":"2023","month":"2","text":"February 2023"},{"year":"2023","month":"1","text":"January 2023"},{"year":"2022","month":"12","text":"December 2022"},{"year":"2022","month":"11","text":"November 2022"},{"year":"2022","month":"10","text":"October 2022"},{"year":"2022","month":"9","text":"September 2022"},{"year":"2022","month":"8","text":"August 2022"},{"year":"2022","month":"7","text":"July 2022"},{"year":"2022","month":"6","text":"June 2022"},{"year":"2022","month":"5","text":"May 2022"},{"year":"2022","month":"4","text":"April 2022"},{"year":"2022","month":"3","text":"March 2022"},{"year":"2022","month":"2","text":"February 2022"},{"year":"2022","month":"1","text":"January 2022"},{"year":"2021","month":"12","text":"December 2021"},{"year":"2021","month":"11","text":"November 2021"},{"year":"2021","month":"10","text":"October 2021"},{"year":"2021","month":"9","text":"September 2021"},{"year":"2021","month":"8","text":"August 2021"},{"year":"2021","month":"7","text":"July 2021"},{"year":"2021","month":"6","text":"June 2021"},{"year":"2021","month":"5","text":"May 2021"},{"year":"2021","month":"4","text":"April 2021"},{"year":"2021","month":"3","text":"March 2021"},{"year":"2021","month":"2","text":"February 2021"},{"year":"2021","month":"1","text":"January 2021"},{"year":"2020","month":"12","text":"December 2020"},{"year":"2020","month":"11","text":"November 2020"},{"year":"2020","month":"10","text":"October 2020"},{"year":"2020","month":"9","text":"September 2020"},{"year":"2020","month":"8","text":"August 2020"},{"year":"2020","month":"7","text":"July 2020"},{"year":"2020","month":"6","text":"June 2020"},{"year":"2020","month":"5","text":"May 2020"},{"year":"2020","month":"4","text":"April 2020"},{"year":"2020","month":"3","text":"March 2020"}],"mediaTrash":0,"infiniteScrolling":0}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/media-views.min.js?ver=6.5.5" id="media-views-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/media-editor.min.js?ver=6.5.5" id="media-editor-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/media-audiovideo.min.js?ver=6.5.5" id="media-audiovideo-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-includes/js/dist/vendor/moment.min.js?ver=2.29.4" id="moment-js" defer></script>
<script type="text/javascript" id="moment-js-after">
/* <![CDATA[ */
moment.updateLocale( 'en_US', {"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"week":{"dow":1},"longDateFormat":{"LT":"g:i a","LTS":null,"L":null,"LL":"F j, Y","LLL":"F j, Y g:i a","LLLL":null}} );
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-content/plugins/event-calendar-pro/assets/js/vendor/fullcalendar/fullcalendar.min.js?ver=1.0.5" id="fullcalendar-js" defer></script>
<script data-minify="1" type="text/javascript" src="https://tcbmag.com/wp-content/cache/min/1/wp-content/plugins/event-calendar-pro/assets/js/vendor/date-time-picker/time-picker.js?ver=1730233871" id="timepicker-js"></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-content/cache/min/1/wp-content/plugins/event-calendar-pro/assets/js/vendor/event-recurrence.js?ver=1730233871" id="ecp-event-reccurrence-js" defer></script>
<script type="text/javascript" id="event-calendar-pro-js-extra">
/* <![CDATA[ */
var wpecp = {"asset_url":"https:\/\/tcbmag.com\/wp-content\/plugins\/event-calendar-pro\/assets","nonce":"41123cb09f"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-content/cache/min/1/wp-content/plugins/event-calendar-pro/assets/js/frontend/frontend.js?ver=1730233871" id="event-calendar-pro-js" defer></script>
<script type="text/javascript" src="https://tcbmag.com/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.2" id="jquery-ui-datepicker-js"></script>
<script type="text/javascript" id="jquery-ui-datepicker-js-after">window.addEventListener('DOMContentLoaded', function() {
/* <![CDATA[ */
jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":1,"isRTL":false});});
/* ]]> */
});</script>
<script type="text/javascript" src="https://tcbmag.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.8.2.1" id="jquery-blockui-js"></script>
<script type="text/javascript" src="https://tcbmag.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.8.2.1" id="js-cookie-js"></script>
<script type="text/javascript" id="woocommerce-js-extra">
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};
/* ]]> */
</script>
<script type="text/javascript" src="https://tcbmag.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=8.2.1" id="woocommerce-js"></script>
<script type="text/javascript" src="https://tcbmag.com/wp-content/themes/tcbmag/assets/js/jquery.magnific-popup.min.js" id="magnific-popup-js"></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-content/cache/min/1/wp-content/themes/tcbmag/assets/js/owl.carousel.js?ver=1730233871" id="owl-carousel-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-content/themes/tcbmag/assets/js/sticky-sidebar.min.js" id="sticky-sidebar-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-content/cache/min/1/ajax/libs/popper.js/1.12.9/umd/popper.min.js?ver=1730233871" id="poper-js-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-content/cache/min/1/wp-content/themes/tcbmag/assets/js/bundle.js?ver=1730233871" id="everstrap-scripts-js" defer></script>
<script type="text/javascript" src="https://tcbmag.com/wp-content/plugins/wpc-variations-radio-buttons/assets/libs/ddslick/jquery.ddslick.min.js?ver=3.4.9" id="ddslick-js"></script>
<script type="text/javascript" src="https://tcbmag.com/wp-content/plugins/woocommerce/assets/js/select2/select2.full.min.js?ver=4.0.3-wc.8.2.1" id="select2-js"></script>
<script data-minify="1" type="text/javascript" src="https://tcbmag.com/wp-content/cache/min/1/wp-content/plugins/wpc-variations-radio-buttons/assets/js/frontend.js?ver=1730233871" id="woovr-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://js.stripe.com/v3/?ver=3.0" id="stripe-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-content/cache/min/1/wp-content/plugins/web-directory-pro-v2/assets/vendor/sumo/sumoselect.js?ver=1730233871" id="wdp-sumoselect-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-content/cache/min/1/wp-content/plugins/web-directory-pro-v2/assets/vendor/maplace/maplace.js?ver=1730233871" id="maplace-js" defer></script>
<script type="text/javascript" id="wdp-frontend-script-js-extra">
/* <![CDATA[ */
var wdp_checkout_params = {"key":"","label":"","amount":"0","currency":"usd","name":"Twin Cities Business"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wdp-frontend-script-js-before">
/* <![CDATA[ */
var hideOnMobile = false;
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://tcbmag.com/wp-content/cache/min/1/wp-content/plugins/web-directory-pro-v2/assets/js/frontend.js?ver=1730233871" id="wdp-frontend-script-js" defer></script>
			<script type="application/javascript">window.addEventListener('DOMContentLoaded', function() {
				(function($){
					$('.es-load-more').on('click', function (e) {
						e.preventDefault();

						var $button = $(this),
							query = $button.data('args');

						$button.text('Loading....');

						wp.ajax.send('es_load_more', {
							data: query,

							success: function (res) {

								$button.text('See More');

								if (res.posts) {
									query.offset = res.query.offset;

									//when body has video layout append inside video section otherwise appned self section
									if( $('body').find('.video-layout-list').length > 0 ) {
										$('.video-layout-list').append(res.posts);
									}else {
										$button.before(res.posts);
									}

									$button.attr('data-args', query);
								} else {
									$button.text('No More Posts');
								}
							},
							error: function (error) {
								$button.text('No More Posts');
							}
						});

						return false;
					});

				})(jQuery);
			});</script>
			
</body>

</html>

<!--
Performance optimized by Redis Object Cache. Learn more: https://wprediscache.com

Retrieved 8600 objects (2 MB) from Redis using PhpRedis (v5.3.7).
-->

<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->