CINXE.COM
Uncategorized | BayMedica
<!DOCTYPE html> <html lang="en-US"> <head><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(e){this.v="1.2.3",this.triggerEvents=e,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=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"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._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),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(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}}</script> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"><!-- Begin WebTrax --><script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var wto = wto || []; wto.push(['setWTID', 'wt-f75351f6-e59f-4a64-bb5c-d92204bac0b8']); wto.push(['webTraxs']);(function() { var wt = document.createElement('script'); wt.src = document.location.protocol + '//www.webtraxs.com/wt.php'; wt.type = 'text/javascript'; wt.async = true; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wt, s); })();</script><noscript><img src="https://www.webtraxs.com/webtraxs.php?id=wt-f75351f6-e59f-4a64-bb5c-d92204bac0b8&st=img" alt="" /></noscript><!-- End WebTrax --> <link rel="pingback" href="https://www.baymedica.com/xmlrpc.php" /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> document.documentElement.className = 'js'; </script> <!-- Google Tag Manager --> <script type="rocketlazyloadscript">(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-NHW93X43');</script> <!-- End Google Tag Manager --> <title>Uncategorized | BayMedica</title><link rel="preload" data-rocket-preload as="style" href="data:text/css;charset=utf-8;base64,LypibGFuayov" data-type="kppassive" data-kplinkhref="https://fonts.googleapis.com/css?family=Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CLato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic&subset=cyrillic%2Ccyrillic-ext%2Cgreek%2Cgreek-ext%2Clatin%2Clatin-ext%2Cvietnamese&display=swap" /><link rel="stylesheet" href="data:text/css;charset=utf-8;base64,LypibGFuayov" media="print" onload="this.media='all'" data-type="kppassive" data-kplinkhref="https://fonts.googleapis.com/css?family=Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CLato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic&subset=cyrillic%2Ccyrillic-ext%2Cgreek%2Cgreek-ext%2Clatin%2Clatin-ext%2Cvietnamese&display=swap" /><noscript><link rel="stylesheet" href="data:text/css;charset=utf-8;base64,LypibGFuayov" data-type="kppassive" data-kplinkhref="https://fonts.googleapis.com/css?family=Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CLato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic&subset=cyrillic%2Ccyrillic-ext%2Cgreek%2Cgreek-ext%2Clatin%2Clatin-ext%2Cvietnamese&display=swap" /></noscript><link rel="stylesheet" href="https://www.baymedica.com/wp-content/cache/min/1/2e89e7e7dc0e5770fee9c5b2b54daf0d.css" media="all" data-minify="1" /> <style> #wpadminbar #wp-admin-bar-p404_free_top_button .ab-icon:before { content: "\f103"; color: red; top: 2px; } </style> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- The SEO Framework by Sybre Waaijer --> <link rel="canonical" href="https://www.baymedica.com/category/uncategorized/" /> <meta name="description" content="Explore BayMedica’s resources on rare cannabinoids, including THCV, CBT, CBC, and CBDV. Learn how they drive innovation in health and wellness CPG." /> <meta property="og:type" content="website" /> <meta property="og:locale" content="en_US" /> <meta property="og:site_name" content="BayMedica" /> <meta property="og:title" content="Uncategorized | BayMedica" /> <meta property="og:description" content="Explore BayMedica’s resources on rare cannabinoids, including THCV, CBT, CBC, and CBDV. Learn how they drive innovation in health and wellness CPG." /> <meta property="og:url" content="https://www.baymedica.com/category/uncategorized/" /> <meta property="og:image" content="https://www.baymedica.com/wp-content/uploads/2018/12/Favicon@2x.png" /> <meta property="og:image:width" content="138" /> <meta property="og:image:height" content="138" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Uncategorized | BayMedica" /> <meta name="twitter:description" content="Explore BayMedica’s resources on rare cannabinoids, including THCV, CBT, CBC, and CBDV. Learn how they drive innovation in health and wellness CPG." /> <meta name="twitter:image" content="https://www.baymedica.com/wp-content/uploads/2018/12/Favicon@2x.png" /> <script type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.baymedica.com/#/schema/WebSite","url":"https://www.baymedica.com/","name":"BayMedica","description":"Harnessing the Power of Cannabinoids","inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.baymedica.com/search/{search_term_string}/"},"query-input":"required name=search_term_string"},"publisher":{"@type":"Organization","@id":"https://www.baymedica.com/#/schema/Organization","name":"BayMedica","url":"https://www.baymedica.com/","logo":{"@type":"ImageObject","url":"https://www.baymedica.com/wp-content/uploads/2018/12/Favicon@2x.png","contentUrl":"https://www.baymedica.com/wp-content/uploads/2018/12/Favicon@2x.png","width":138,"height":138}}},{"@type":"CollectionPage","@id":"https://www.baymedica.com/category/uncategorized/","url":"https://www.baymedica.com/category/uncategorized/","name":"Uncategorized | BayMedica","description":"Explore BayMedica’s resources on rare cannabinoids, including THCV, CBT, CBC, and CBDV. Learn how they drive innovation in health and wellness CPG.","inLanguage":"en-US","isPartOf":{"@id":"https://www.baymedica.com/#/schema/WebSite"},"breadcrumb":{"@type":"BreadcrumbList","@id":"https://www.baymedica.com/#/schema/BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":"https://www.baymedica.com/","name":"BayMedica"},{"@type":"ListItem","position":2,"name":"Uncategorized"}]}}]}</script> <!-- / The SEO Framework by Sybre Waaijer | 2.38ms meta | 0.36ms boot --> <link rel='dns-prefetch' href='//a.omappapi.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="BayMedica » Feed" href="https://www.baymedica.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="BayMedica » Comments Feed" href="https://www.baymedica.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="BayMedica » Uncategorized Category Feed" href="https://www.baymedica.com/category/uncategorized/feed/" /> <meta content="Divi v.4.13.1" name="generator"/> <style id="content-control-block-styles"> @media (max-width: 640px) { .cc-hide-on-mobile { display: none !important; } } @media (min-width: 641px) and (max-width: 920px) { .cc-hide-on-tablet { display: none !important; } } @media (min-width: 921px) and (max-width: 1440px) { .cc-hide-on-desktop { display: none !important; } } </style> <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> <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'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--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;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){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;} :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;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='popup-maker-site-css' href='data:text/css;charset=utf-8;base64,LypibGFuayov' type='text/css' media='all' data-type="kppassive" data-kplinkhref="//www.baymedica.com/wp-content/uploads/pum/pum-site-styles.css?generated=1740318127&ver=1.20.4" /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-content/plugins/divi-pixel/dist/public/js/public.min.js?ver=2.34.2" id="dipi_public_js-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="cookie-notice-front-js-before"> /* <![CDATA[ */ var cnArgs = {"ajaxUrl":"https:\/\/www.baymedica.com\/wp-admin\/admin-ajax.php","nonce":"877366cbd2","hideEffect":"fade","position":"bottom","onScroll":false,"onScrollOffset":100,"onClick":false,"cookieName":"cookie_notice_accepted","cookieTime":31536000,"cookieTimeRejected":3600,"globalCookie":false,"redirection":false,"cache":true,"revokeCookies":false,"revokeCookiesOpt":"automatic"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-content/plugins/cookie-notice/js/front.min.js?ver=2.5.5" id="cookie-notice-front-js"></script> <link rel="https://api.w.org/" href="https://www.baymedica.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.baymedica.com/wp-json/wp/v2/categories/1" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.baymedica.com/xmlrpc.php?rsd" /> <!-- start Simple Custom CSS and JS --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { const socialLinks = document.querySelectorAll('.et_pb_social_network_link a'); socialLinks.forEach(function(link) { link.setAttribute('rel', 'nofollow'); }); }); </script> <!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> jQuery(document).ready(function(){ setTimeout(function(){ //var tag_new = jQuery("template").eq(38).attr("id"); var tag_new = jQuery("template").last().attr("id"); console.log(tag_new); //alert(tag_new); jQuery("#" + tag_new).css("display", "none"); jQuery("#" + tag_new).next().next().css("display", "none"); }, 100); }); </script> <!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <style type="text/css"> .home .hbspt-form fieldset { margin-bottom: 15px} .home .hbspt-form .hs-button { color: #FFFFFF !important; border-width: 1px !important; border-color: #243c66; border-radius: 0px; font-size: 14px; font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important; font-weight: 700 !important; text-transform: uppercase !important; background-color: #243c66; cursor: pointer; padding: 10px; } .page-id-39 .pum-container .hbspt-form { display: none} .pum-container .hbspt-form { display: inline} /* Distribution Partners */ @media only screen and (max-width: 980px) { .page-id-2361 .et_pb_text_0 h1 {line-height: 1em; } } @media only screen and (max-width: 760px) { .page-id-2361 .et_pb_text_0 h1 {font-size: 32px} } @media only screen and (max-width: 760px) { .page-id-2361 .et_pb_text_1 h1 {font-size: 13px} } @media only screen and (min-width: 980px) { .page-id-2361 .et_pb_section_0.et_pb_section { padding-bottom: 8%;}} .page-id-2361 .et_pb_button_0:hover {background-color: #74b23b} @media only screen and (min-width: 1200px) { .cannabutton {margin-right: 5vw} } @media only screen and (max-width: 525px) { .cannabutton {letter-spacing: 0px !important; font-size: 13px !important;} } @media only screen and (max-width: 980px) { .fixcolumnpadding .et_pb_column_4, .fixcolumnpadding .et_pb_column_6, .fixcolumnpadding .et_pb_column_7 { padding-top:20px } } </style> <!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <style type="text/css"> :root { --semibold: 600; } .mt-20 { margin-top: 20px; } .et_pb_toggle.et_pb_toggle h5 { font-weight: var(--semibold); } .et_pb_slider_container_inner .et_pb_slide_image { min-height: 360px; } .et_pb_blurb .et_pb_main_blurb_image { min-height: 90px; margin-bottom: 10px; } .et_pb_tabs_controls li, .et_pb_tabs_controls li a { font-size: 18px!important; } body #page-container .et_pb_section .et_pb_button { font-family: 'Poppins', sans-serif; } .et_pb_slide:first-child .et_pb_slide_image img { max-height: 100%!important; } @media (min-width: 320px) { .et_pb_slide_image, .et_pb_slide_video { display: block!important; } }</style> <!-- end Simple Custom CSS and JS --> <style> /*#main-header .logo_container img, header.et-l--header .et_pb_menu__logo > img { display: none; }*/ </style> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="dipi-logo-js"> jQuery(document).ready(function($) { var currentLogoMode = ''; let $mainHeader = $('header#main-header'); let $tbHeader = $('header.et-l--header'); function dipi_update_logo($logo, $is_tb_logo) { // Clone $logo so we can replace it rather than just change src attr (because this causes a bug in Safari browser) let $mainLogo = $logo.clone(); let $tbLogoContainer = $logo.closest(".et_pb_menu__logo") let $tbLogoContainer_a = $logo.closest(".et_pb_menu__logo a") let $tbLogoWrapper = $tbLogoContainer_a.length ? $tbLogoContainer_a : $tbLogoContainer if($mainLogo.length) { $mainLogo.attr("data-logo-type", "main"); $mainLogo.attr("data-actual-width", $mainLogo[0].naturalWidth); $mainLogo.attr("data-actual-height", $mainLogo[0].naturalHeight); } // Clone $logo to use in fixed header. If fixed header logo is not enabled, we simple use the original logo let $fixedLogo = $logo.clone(); if($fixedLogo.length) { $fixedLogo.attr("data-actual-width", $fixedLogo[0].naturalWidth); $fixedLogo.attr("data-actual-height", $fixedLogo[0].naturalHeight); } // Clone $logo to use in mobile. If mobile logo is not enabled, we simple use the original logo let $use_mobile_logo = false; let $mobileLogo = $logo.clone(); if($use_mobile_logo && ($(window).width() <= 980)){ setTimeout( function(){ $mobileLogo.show(); }, 500) } else { setTimeout( function(){ $fixedLogo.show(); $mainLogo.show(); }, 500) } $fixedLogo.removeAttr("srcset") $mobileLogo.removeAttr("srcset") function callback(mutationList, observer) { mutationList.forEach(function(mutation){ if('attributes' != mutation.type || 'class' !== mutation.attributeName){ return; } if($is_tb_logo) { dipi_tb_header_change(); } else { dipi_default_logo_change(); } }); } var targetNode = document.querySelector("#main-header,header.et-l--header > .et_builder_inner_content"); var observerOptions = { childList: false, attributes: true, subtree: false } if(targetNode){ var observer = new MutationObserver(callback); observer.observe(targetNode, observerOptions); } if($is_tb_logo) { // Observe resize events to switch between mobile/fixed logos $(window).resize(dipi_tb_header_change); // finally call the callback manually once to get started dipi_tb_header_change(true); } else { // Observe resize events to switch between mobile/fixed logos $(window).resize(dipi_default_logo_change); // finally call the callback manually once to get started dipi_default_logo_change(true); } function dipi_tb_header_change(first_loading = false) { if($mainLogo.length) $mainLogo.attr("data-actual-width", $mainLogo[0].naturalWidth); if($use_mobile_logo && $(window).width() <= 980 && currentLogoMode != 'mobile'){ currentLogoMode = 'mobile'; $tbLogoWrapper.find("img").remove(); $tbLogoWrapper.append($mobileLogo); } else if ($(window).width() > 980) { if ($tbHeader.find('.has_et_pb_sticky').length !== 0 && currentLogoMode != 'desktop-fixed'){ currentLogoMode = 'desktop-fixed'; $tbLogoWrapper.find("img").remove(); $tbLogoWrapper.append($fixedLogo); } else if($tbHeader.find('.has_et_pb_sticky').length == 0 && currentLogoMode != 'desktop-normal' ){ currentLogoMode = 'desktop-normal'; $tbLogoWrapper.find("img").remove(); $tbLogoWrapper.append($mainLogo); } } } // Callback to fire when window is resized or scrolled function dipi_default_logo_change(first_loading = false) { if($mainLogo.length){ $mainLogo.attr("data-actual-width", $mainLogo[0].naturalWidth); } if($use_mobile_logo && $(window).width() <= 980 && currentLogoMode != 'mobile'){ currentLogoMode = 'mobile'; let $a = $(".logo_container a"); $a.find("#logo").remove(); $a.append($mobileLogo); } else if($(window).width() > 980) { if ($mainHeader.hasClass('et-fixed-header') && currentLogoMode != 'desktop-fixed'){ currentLogoMode = 'desktop-fixed'; let $a = $(".logo_container a"); $a.find("#logo").remove(); $a.append($fixedLogo); } else if(!$mainHeader.hasClass('et-fixed-header') && currentLogoMode != 'desktop-normal') { currentLogoMode = 'desktop-normal'; let $a = $(".logo_container a"); $a.find("#logo").remove(); $a.append($mainLogo); } } } } }); </script><style type="text/css" id="primary-menu-position"> @media screen and (min-width: 981px) { body.dipi-cta-button #et_top_search{ margin: 15px 0 0 22px; } .et_header_style_split div#et-top-navigation, .et_header_style_left div#et-top-navigation{ align-items: flex-start !important; } .et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a { padding-bottom: 37.5px !important; } /* .et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a, .et_header_style_centered #et-top-navigation nav > ul > li > a { line-height: 2.5em; } */ .et_header_style_left div#et-top-navigation { display: flex; align-items: center; /* With social icons enabled, we remove the bottom padding below the li elements so we need to add it to the container */ padding-top: 37.5px; padding-bottom: 0px; } .et_header_style_split div#et-top-navigation { align-items: center; /* With social icons enabled, we remove the bottom padding below the li elements so we need to add it to the container */ padding-top: 37.5px !important; padding-bottom: 0px !important; } .et_header_style_fullscreen #et-top-navigation { padding-bottom: 0px !important; } /* Vertical Navigation Styles */ .et_vertical_nav #main-header #top-menu>li>a { padding-bottom: 19px !important; line-height: inherit; } .et_vertical_nav #main-header #et-top-navigation { display: block; } .et_vertical_nav #top-header { position: initial; } .et_vertical_fixed.admin-bar #page-container #main-header { top:32px !important; } .et_vertical_nav.et_vertical_fixed.et_header_style_left #et-top-navigation { padding-top:33px !important; } .et_vertical_fixed.admin-bar #page-container #main-header { transform: translateY(0) !important; } .et_vertical_nav #page-container #main-header { top: 0 !important; } /* With do-not-shrink functionality enabeld, we also must apply padding to fixed menu */ .et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation { padding-top: 20px !important; padding-bottom: 0px !important; } .et_header_style_centered .et-fixed-header #et-top-navigation { padding-top: 20px; padding-bottom: 0px !important; } .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a{ padding-bottom: 20px !important; } .et-menu li:not(.mega-menu) ul, #top-menu li:not(.mega-menu) ul{width: 240px !important;} .et-menu li li a, #top-menu li li a{width:100% !important;} #top-menu li li, .et-menu li li{width: 100%;} } </style><!-- HFCM by 99 Robots - Snippet # 1: --> <script id="ttestt"> document.querySelector("html").classList.add("opaacityy"); document.addEventListener("DOMContentLoaded", function(event) { document.querySelector("html").classList.remove("opaacityy"); }); </script> <!-- /end HFCM by 99 Robots --> <script type="rocketlazyloadscript"> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:3315798,hjsv:5}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'//static.hotjar.com/c/hotjar-','.js?sv='); </script> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /><meta name="ahrefs-site-verification" content="f93023d198237391cf1bac9d44955c3d7f45025c5040e1d62ab97aa8ddf46e16"><script type="rocketlazyloadscript" data-rocket-src="https://cdn.userway.org/widget.js" data-account="HGKzppIUDs"></script> <script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=G-1W8LVKTNRW"></script> <script type="rocketlazyloadscript"> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-1W8LVKTNRW'); </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.bugherd.com/sidebarv2.js?apikey=ehbwgcu0ul9qxa3t5xjgqg" async="true"></script><link rel="icon" href="https://www.baymedica.com/wp-content/uploads/2018/12/Favicon@2x.png" sizes="32x32" /> <link rel="icon" href="https://www.baymedica.com/wp-content/uploads/2018/12/Favicon@2x.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://www.baymedica.com/wp-content/uploads/2018/12/Favicon@2x.png" /> <meta name="msapplication-TileImage" content="https://www.baymedica.com/wp-content/uploads/2018/12/Favicon@2x.png" /> <style id="et-divi-customizer-global-cached-inline-styles">body,.et_pb_column_1_2 .et_quote_content blockquote cite,.et_pb_column_1_2 .et_link_content a.et_link_main_url,.et_pb_column_1_3 .et_quote_content blockquote cite,.et_pb_column_3_8 .et_quote_content blockquote cite,.et_pb_column_1_4 .et_quote_content blockquote cite,.et_pb_blog_grid .et_quote_content blockquote cite,.et_pb_column_1_3 .et_link_content a.et_link_main_url,.et_pb_column_3_8 .et_link_content a.et_link_main_url,.et_pb_column_1_4 .et_link_content a.et_link_main_url,.et_pb_blog_grid .et_link_content a.et_link_main_url,body .et_pb_bg_layout_light .et_pb_post p,body .et_pb_bg_layout_dark .et_pb_post p{font-size:16px}.et_pb_slide_content,.et_pb_best_value{font-size:18px}a{color:#74b23b}.et_header_style_centered .mobile_nav .select_page,.et_header_style_split .mobile_nav .select_page,.et_nav_text_color_light #top-menu>li>a,.et_nav_text_color_dark #top-menu>li>a,#top-menu a,.et_mobile_menu li a,.et_nav_text_color_light .et_mobile_menu li a,.et_nav_text_color_dark .et_mobile_menu li a,#et_search_icon:before,.et_search_form_container input,span.et_close_search_field:after,#et-top-navigation .et-cart-info{color:#666666}.et_search_form_container input::-moz-placeholder{color:#666666}.et_search_form_container input::-webkit-input-placeholder{color:#666666}.et_search_form_container input:-ms-input-placeholder{color:#666666}#top-menu li.current-menu-ancestor>a,#top-menu li.current-menu-item>a,#top-menu li.current_page_item>a{color:#74b23b}#main-footer{background-color:#1b3d66}#footer-widgets .footer-widget li:before{top:10.6px}#footer-bottom{background-color:#f4f4f4}#footer-info,#footer-info a{color:#7c7c7c}@media only screen and (min-width:981px){.et_header_style_left #et-top-navigation,.et_header_style_split #et-top-navigation{padding:38px 0 0 0}.et_header_style_left #et-top-navigation nav>ul>li>a,.et_header_style_split #et-top-navigation nav>ul>li>a{padding-bottom:38px}.et_header_style_split .centered-inline-logo-wrap{width:75px;margin:-75px 0}.et_header_style_split .centered-inline-logo-wrap #logo{max-height:75px}.et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo{height:75px}.et_header_style_centered #top-menu>li>a{padding-bottom:14px}.et_header_style_slide #et-top-navigation,.et_header_style_fullscreen #et-top-navigation{padding:29px 0 29px 0!important}.et_header_style_centered #main-header .logo_container{height:75px}#logo{max-height:55%}.et_pb_svg_logo #logo{height:55%}.et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container{height:13.5px}.et-fixed-header #top-menu a,.et-fixed-header #et_search_icon:before,.et-fixed-header #et_top_search .et-search-form input,.et-fixed-header .et_search_form_container input,.et-fixed-header .et_close_search_field:after,.et-fixed-header #et-top-navigation .et-cart-info{color:#666666!important}.et-fixed-header .et_search_form_container input::-moz-placeholder{color:#666666!important}.et-fixed-header .et_search_form_container input::-webkit-input-placeholder{color:#666666!important}.et-fixed-header .et_search_form_container input:-ms-input-placeholder{color:#666666!important}.et-fixed-header #top-menu li.current-menu-ancestor>a,.et-fixed-header #top-menu li.current-menu-item>a,.et-fixed-header #top-menu li.current_page_item>a{color:#74b23b!important}}@media only screen and (min-width:1350px){.et_pb_row{padding:27px 0}.et_pb_section{padding:54px 0}.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper{padding-top:81px}.et_pb_fullwidth_section{padding:0}} h1,h2,h3,h4,h5,h6{font-family:'Montserrat',Helvetica,Arial,Lucida,sans-serif}body,input,textarea,select{font-family:'Lato',Helvetica,Arial,Lucida,sans-serif}#main-header,#et-top-navigation{font-family:'Montserrat',Helvetica,Arial,Lucida,sans-serif}.title-tm25-class.et_pb_promo .et_pb_module_header:after{content:"TM";font-size:25%}body.single-post .et_pb_text ol{list-style-position:outside}.title-reg25-class.et_pb_promo .et_pb_module_header:after{content:"\00AE";font-size:50%}#top-menu li li a,.nav li ul{width:310px!important}.et-menu li li a{padding:6px 20px;width:100%!important}#wpcf7-f2064-o1{background-color:#f4f4f4;text-align:center;padding:50px}#wpcf7-f2064-o1 input[type=text],#wpcf7-f2064-o1 input[type=email]{padding:8px 15px!important;margin:10px 0px!important;border:solid 1px #78b6297d!important;width:100%!important;max-width:100%!important}#wpcf7-f2064-o1 input[type="submit"]{width:100%;max-width:400px;margin:auto!important;display:flex;justify-content:center;background:white!important;padding:10px;border:solid 2px #77b528!important;font-family:'Montserrat';color:#76b627;font-weight:600;font-size:14px;cursor:pointer}#wpcf7-f2064-o1 label{font-family:'Montserrat';font-size:14px!important;font-weight:600;color:#666666}.header-follow{margin-right:-92px}.footer-btm-links a:hover{color:#7CDA24}#et_pb_contact_form_0 .et-pb-contact-message p,#et_pb_contact_form_0 .et-pb-contact-message ul li{color:red}.linkdin-icon{display:inline-block}.linkdin-icon{display:inline-block}.linkdin-icon{display:inline-block;width:20px;overflow:hidden}form .form-columns-1::last-child{display:none!important}.post-wrap-cus .entry-title a:hover{color:#74b23b}.post-wrap-cus a.more-link:hover{color:#527e29!important}.post-wrap-cus a.more-link{color:#74b23b}.thank-you-text a:hover{color:#568829}.faq-sec .et_pb_toggle_content a:hover{color:#39571d}.sale-rqst-frm .actions{margin-top:-80px}.hs_are_you_looking_to_purchase_within_the_next_60_days_or_would_you_like_more_information_ ul{padding-left:0;margin-left:-5px}.no-list.hs-error-msgs{padding-left:0}.no-list.hs-error-msgs.inputs-list li{text-align:left!important}.hs_error_rollup{max-width:650px!important;margin:0 auto}.hs_looking_for_more_information_on_.hs-looking_for_more_information_on_.hs-fieldtype-checkbox.field.hs-form-field ul{padding-left:16px!important;margin-bottom:30px}.no-list.hs-error-msgs.inputs-list{margin-bottom:20px}p a:hover{color:#46711e}.cannabinoid-banner-text h2{font-size:48px}#hsForm_dc5a4de0-7d0f-4bfc-a7ac-5de67e80b471 .actions{margin-top:30px}#hsForm_55945415-b3a4-4595-850d-ffe5dd30ebb3 .hs_error_rollup{margin-top:-80px;display:block;margin-bottom:90px}@media(max-width:1400px){.header-follow{margin-right:-70px}.cannabinoid-banner-text h2{font-size:38px}}@media (min-width:1180px) and (max-width:1280px){.header-follow{margin-right:-52px}}@media (min-width:980px) and (max-width:1280px){header .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul.sub-menu{left:-90px!important}#cus-hm-prod-btn{letter-spacing:0.30px!important}.bey-med-sec .et_pb_row{width:94%;max-width:100%}.team-sec .et_pb_column:first-child{width:30%}.quick-ser-row .et_pb_module_header{font-size:15px!important}.other-pro-row h3{font-size:15px!important}.cbc-tab-row .et_pb_tabs_controls li{text-align:center}.cbc-tab-row .et_pb_tabs_controls li a{padding-left:0;padding-right:0}}@media (min-width:980px) and (max-width:1050px){.cus-slider .et_pb_slide_description{max-width:56%!important}}@media(max-width:1180.98px){.et_pb_column_2_tb_header{margin-right:2px!important}.et_pb_column_3_tb_header{width:16.083%!important}.et_pb_social_media_follow li a{margin-right:3px}}@media(max-width:1100px){.header-follow{margin-right:-24px}}@media (min-width:767px) and (max-width:980px){.cus-slider-cbc .et_pb_slide{padding-left:0}.cus-slider-cbc .et_pb_slide .et_pb_slide_image{position:unset;min-height:auto!important}}@media (max-width:980px){.header-top-col-1{width:60%}.header-top-col-3{width:20%!important;margin-left:100px!important}.header-top-col-4{width:20%!important;margin-left:-110px!important}.et_pb_menu_0_tb_header.et_pb_menu ul li a{display:inline-block;border-bottom:0}.et_pb_menu_0_tb_header.et_pb_menu ul li{border-bottom:1px solid #f1f1f1}.et_pb_menu_0_tb_header.et_pb_menu ul li:last-child{border-bottom:0}.et_mobile_menu .menu-item-has-children>a{background-color:transparent}.et_mobile_menu .menu-item-has-children{background-color:rgba(0,0,0,.03)}.team-sec .et_pb_column:first-child{background-position:10% 0%}.inmed-sec{background-size:initial!important;padding-top:0!important;margin:-50px 0 0px;margin-bottom:0px}.inmed-content{margin-top:-100px!important}}@media (max-width:920px){.header-top-col-4{margin-left:-94px!important}.header-top-col-3{margin-left:70px!important}}@media (max-width:850px){.header-top-col-4{margin-left:-80px!important}.header-top-col-3{margin-left:54px!important;margin-right:5px!important}}@media (max-width:767px){.header-top-col-4{margin-left:-48px!important;width:fit-content!important;margin-top:-5px}.header-top-col-3{width:fit-content!important;margin-left:14px!important}.inmed-sec{background-size:50%!important;padding-top:0!important;margin-top:-100px}.baymed-text{margin-top:-70px!important}.how-order-bg{padding-top:200px!important}.inmed-content{margin-top:-190px!important}}@media(max-width:600px){.inmed-sec{background-position:10% 17%}.can-des-col .et_pb_module{padding-left:0!important;padding-right:0!important}.cbc-qus-des .et_pb_text_inner p br{display:none}.cus-slider-cbc .et_pb_slide .et_pb_slide_image{min-height:auto!important}.header-top-col-3{margin-left:-20px!important}.inmed-sec{background-size:70%!important;padding-top:50px!important;margin-top:-10px}.touch-plant-bg{display:block!important;padding:113px}}@media(max-width:520px){.header-top-col-3{margin-left:-70px!important}}@media(max-width:480px){.header-top-col-4{margin-top:0px}.header-top-col-1{position:absolute}.header-top-col-3{margin-left:160px!important;margin-top:5px!important}.inmed-sec{background-size:90%!important}}@media(max-width:420px){.header-top-col-3{margin-left:120px!important}.header-top-col-4{margin-left:-51px!important}}@media(max-width:370px){.can-des-col .et_pb_blurb_description{min-width:248px;width:111%;margin-left:-17%}.header-top-col-4{margin-left:171px!important}.header-top-col-3{display:none}}@media(max-width:340px){.can-des-col .et_pb_blurb_description{min-width:248px;width:100%;margin-left:-17%}}#main-content>div>div>div>div>div>div.et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body>div>div>div{padding:0}#main-content>div>div>div>div>div>div.et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body>div>div>div>div{padding:0;margin:0}#main-content>div>div>div>div>div>div.et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body>div>div>div>div{width:100%}.fix-ul>div>ul{list-style:disc;list-style-type:disc;margin-left:20px;padding-left:0}.fix-ul>div>ul>li{list-style:disc;list-style-type:disc}.fix-ul>div>ul>li::marker{color:black}#post-39>div>div>div>div.et_pb_section.et_pb_section_5.et_section_regular.et_had_animation>div.et_pb_row.et_pb_row_7.et_pb_row_fullwidth.et_pb_equal_columns.et_pb_gutters1,#post-39>div>div>div>div.et_pb_section.et_pb_section_5.et_section_regular.et_had_animation>div.et_pb_row.et_pb_row_6.et_pb_row_fullwidth.et_pb_equal_columns.et_pb_gutters1{padding-left:30%;padding-right:30%}::marker{color:black!important}p.post-button{margin:40px 0}p.post-button a{border-radius:5px;text-transform:uppercase;color:white;background:#74b23b;max-width:fit-content;padding:15px 10px}.dipi-faq-entry .dipi-faq-title{padding:25px 20px!important}.dipi-faq-title{font-family:'Montserrat';font-size:16px!important;font-weight:600;color:#333333!important}.dipi-faq-entry:last-of-type{border-bottom:.5px solid black!important}.dipi-faq-entry{margin-bottom:0px!important;background:transparent!important;border-top:.5px solid black!important;border-bottom:0 solid black!important;border-left:0px solid black!important;border-right:0px solid black!important}.et_pb_text ol{padding-left:20px}.et_pb_text ol>li{margin-bottom:10px!important}body.single-post .et_pb_text ul{padding-bottom:0}body.single-post .et_pb_text ol{}.pl-50{padding-left:50px!important}body.single-post #main-content a{transition:0.5s all ease}body.single-post #main-content a:hover{color:#1c3d6a}.archive.category h1.category-title{margin-top:30px}@media (max-width:767px){.pl-50{padding-left:0px!important}p.post-button a{display:block;margin:auto}}.opaacityy{opacity:0}body.single-post .et_pb_module.et_pb_text ol>li::marker{color:#333!important}body.single-post div#main-content ol,body.single-post div#main-content ul{margin-top:20px;margin-bottom:20px}body.single-post .et_pb_module.et_pb_text p:empty{display:none}</style><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><meta name="generator" content="WP Rocket 3.18" data-wpr-features="wpr_delay_js wpr_lazyload_images wpr_lazyload_iframes wpr_desktop wpr_preload_links" /></head> <body data-rsssl=1 class="archive category category-uncategorized category-1 dipi-custom-archive-page dipi-archive- dipi-fix-search-icon dipi-anim-preload et-tb-has-template et-tb-has-header et-tb-has-footer cookies-not-set et_pb_button_helper_class et_cover_background et_pb_gutter et_pb_gutters3 et_pb_pagebuilder_layout et_right_sidebar et_divi_theme et-db"> <div data-rocket-location-hash="775329b08c0e284f257a34d6fe14bc45" id="page-container"> <div data-rocket-location-hash="551e81ab591dddf54ca9a5b9d4e36f2d" id="et-boc" class="et-boc"> <header data-rocket-location-hash="e6ba0062023f23c616be51f0c64c6c37" class="et-l et-l--header"> <div class="et_builder_inner_content et_pb_gutters3"> <div class="et_pb_section et_pb_section_0_tb_header et_pb_with_background et_section_regular" > <div class="et_pb_row et_pb_row_0_tb_header et_pb_equal_columns"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_0_tb_header header-top-col-1 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_0_tb_header et_pb_image_sticky"> <a href="https://www.inmedpharma.com/"><span class="et_pb_image_wrap"><img fetchpriority="high" decoding="async" width="1237" height="397" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201237%20397'%3E%3C/svg%3E" alt="" title="Visit the website of our parent company, InMed Pharmaceuticals." class="wp-image-2202" data-lazy-src="https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2023/03/InMed-White-Wide-logo-Web.png.webp" /><noscript><img fetchpriority="high" decoding="async" width="1237" height="397" src="https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2023/03/InMed-White-Wide-logo-Web.png.webp" alt="" title="Visit the website of our parent company, InMed Pharmaceuticals." class="wp-image-2202" /></noscript></span></a> </div><div class="et_pb_module et_pb_image et_pb_image_1_tb_header"> <a href="https://www.baymedica.com/"><span class="et_pb_image_wrap"><img decoding="async" width="2352" height="397" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202352%20397'%3E%3C/svg%3E" alt="BayMedica - A Division of InMed Pharmaceuticals" title="Currently viewing the website of BayMedica" class="wp-image-2260" data-lazy-src="https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2023/07/BayMedica-Logo-2023_Color.png.webp" /><noscript><img decoding="async" width="2352" height="397" src="https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2023/07/BayMedica-Logo-2023_Color.png.webp" alt="BayMedica - A Division of InMed Pharmaceuticals" title="Currently viewing the website of BayMedica" class="wp-image-2260" /></noscript></span></a> </div> </div><div class="et_pb_column et_pb_column_1_6 et_pb_column_1_tb_header header-top-col-2 et_pb_css_mix_blend_mode_passthrough et_pb_column_empty"> </div><div class="et_pb_column et_pb_column_1_6 et_pb_column_2_tb_header header-top-col-3 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_0_tb_header header-follow et_pb_text_align_right et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p>Follow Us:</p></div> </div> </div><div class="et_pb_column et_pb_column_1_6 et_pb_column_3_tb_header header-top-col-4 et_pb_css_mix_blend_mode_passthrough et-last-child"> <ul class="et_pb_module et_pb_social_media_follow et_pb_social_media_follow_0_tb_header clearfix et_pb_text_align_right et_pb_bg_layout_light"> <li class='et_pb_social_media_follow_network_0_tb_header et_pb_social_icon et_pb_social_network_link et-social-facebook'><a href='https://www.facebook.com/BayMedica/' class='icon et_pb_with_border' title='Follow on Facebook' target="_blank"><span class='et_pb_social_media_follow_network_name' aria-hidden='true' >Follow</span></a></li><li class='et_pb_social_media_follow_network_1_tb_header et_pb_social_icon et_pb_social_network_link et-social-twitter'><a href='http://www.twitter.com/BayMedica' class='icon et_pb_with_border' title='Follow on Twitter' target="_blank"><span class='et_pb_social_media_follow_network_name' aria-hidden='true' >Follow</span></a></li><li class='et_pb_social_media_follow_network_2_tb_header et_pb_social_icon et_pb_social_network_link et-social-linkedin'><a href='http://www.linkedin.com/company/BayMedica' class='icon et_pb_with_border' title='Follow on LinkedIn' target="_blank"><span class='et_pb_social_media_follow_network_name' aria-hidden='true' >Follow</span></a></li><li class='et_pb_social_media_follow_network_3_tb_header et_pb_social_icon et_pb_social_network_link et-social-youtube'><a href='https://www.youtube.com/channel/UC-XRZ0FMzcWgFL_mqdAOPRw' class='icon et_pb_with_border' title='Follow on Youtube' target="_blank"><span class='et_pb_social_media_follow_network_name' aria-hidden='true' >Follow</span></a></li> </ul> </div> </div> </div><div class="et_pb_section et_pb_section_1_tb_header et_section_regular" > <div class="et_pb_row et_pb_row_1_tb_header et_pb_row--with-menu"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_4_tb_header et_pb_css_mix_blend_mode_passthrough et-last-child et_pb_column--with-menu"> <div class="et_pb_module et_pb_menu et_pb_menu_0_tb_header et_pb_bg_layout_light et_pb_text_align_right et_dropdown_animation_fade et_pb_menu--with-logo et_pb_menu--style-left_aligned"> <div class="et_pb_menu_inner_container clearfix"> <div class="et_pb_menu__logo-wrap"> <div class="et_pb_menu__logo"> <a href="/" ><img decoding="async" width="2352" height="397" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202352%20397'%3E%3C/svg%3E" alt="" class="wp-image-2260" data-lazy-src="https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2023/07/BayMedica-Logo-2023_Color.png.webp" /><noscript><img decoding="async" width="2352" height="397" src="https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2023/07/BayMedica-Logo-2023_Color.png.webp" alt="" class="wp-image-2260" /></noscript></a> </div> </div> <div class="et_pb_menu__wrap"> <div class="et_pb_menu__menu"> <nav class="et-menu-nav"><ul id="menu-main-menu" class="et-menu nav"><li class="et_pb_menu_page_id-34 menu-item menu-item-type-post_type menu-item-object-page menu-item-44"><a href="https://www.baymedica.com/cannabinoid-biosynthesis/">Platform</a></li> <li class="et_pb_menu_page_id-39 menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-43"><a href="https://www.baymedica.com/cannabinoid-products/">Products</a> <ul class="sub-menu"> <li class="et_pb_menu_page_id-2099 menu-item menu-item-type-post_type menu-item-object-page menu-item-2176"><a href="https://www.baymedica.com/cbc-cannabichromene/">CBC Cannabichromene</a></li> <li class="et_pb_menu_page_id-2124 menu-item menu-item-type-post_type menu-item-object-page menu-item-2173"><a href="https://www.baymedica.com/thcv-tetrahydrocannabivarin/">THCV Tetrahydrocannabivarin</a></li> <li class="et_pb_menu_page_id-2109 menu-item menu-item-type-post_type menu-item-object-page menu-item-2175"><a href="https://www.baymedica.com/cbdv-cannabidivarin/">CBDV Cannabidivarin</a></li> <li class="et_pb_menu_page_id-2118 menu-item menu-item-type-post_type menu-item-object-page menu-item-2174"><a href="https://www.baymedica.com/cbtc-cannabicitran/">CBTC Cannabicitran</a></li> <li class="et_pb_menu_page_id-1935 menu-item menu-item-type-post_type menu-item-object-page menu-item-1939"><a href="https://www.baymedica.com/product-news/">Product News</a></li> </ul> </li> <li class="et_pb_menu_page_id-201 menu-item menu-item-type-post_type menu-item-object-page menu-item-203"><a href="https://www.baymedica.com/our-team/">Team</a></li> <li class="et_pb_menu_page_id-2361 menu-item menu-item-type-post_type menu-item-object-page menu-item-2402"><a href="https://www.baymedica.com/distribution-partners/">Distribution Partners</a></li> <li class="et_pb_menu_page_id-37 menu-item menu-item-type-post_type menu-item-object-page menu-item-45"><a href="https://www.baymedica.com/contact-baymedica/">Contact</a></li> </ul></nav> </div> <div class="et_mobile_nav_menu"> <div class="mobile_nav closed"> <span class="mobile_menu_bar"></span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </header> <div data-rocket-location-hash="16bdc482463a7a38ce25ac0d2ace1efb" id="et-main-area"> <div class="container"><h1 class="category-title">Discovering Rare Cannabinoids Today</h1></div> <div id="main-content"> <div class="container"> <div id="content-area" class="clearfix"> <div id="left-area"> <article id="post-2879" class="et_pb_post post-2879 post type-post status-publish format-standard has-post-thumbnail hentry category-baymedica category-uncategorized"> <a class="entry-featured-image-url" href="https://www.baymedica.com/benzinga-cannabis-conference-key-insights-for-cannabinoid-industry/"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201080%20675'%3E%3C/svg%3E" alt="Unlock Growth and Innovation at the Benzinga Cannabis Capital Conference" class="" width="1080" height="675" data-lazy-srcset="https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2024/12/benzinga-cannabis-capital-conference-t-980x551.jpg.webp 980w, https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2024/12/benzinga-cannabis-capital-conference-t-480x270.jpg.webp 480w" data-lazy-sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw" data-lazy-src="https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2024/12/benzinga-cannabis-capital-conference-t-1080x675.jpg.webp" /><noscript><img src="https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2024/12/benzinga-cannabis-capital-conference-t-1080x675.jpg.webp" alt="Unlock Growth and Innovation at the Benzinga Cannabis Capital Conference" class="" width="1080" height="675" srcset="https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2024/12/benzinga-cannabis-capital-conference-t-980x551.jpg.webp 980w, https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2024/12/benzinga-cannabis-capital-conference-t-480x270.jpg.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw" /></noscript> </a> <h2 class="entry-title"><a href="https://www.baymedica.com/benzinga-cannabis-conference-key-insights-for-cannabinoid-industry/">Unlock Growth and Innovation at the Benzinga Cannabis Capital Conference</a></h2> <p class="post-meta"> by <span class="author vcard"><a href="https://www.baymedica.com" title="Posts by Diego Morales" rel="author">Diego Morales</a></span> | <span class="published">Dec 17, 2024</span> | <a href="https://www.baymedica.com/category/baymedica/" rel="category tag">BayMedica</a>, <a href="https://www.baymedica.com/category/uncategorized/" rel="category tag">Uncategorized</a></p>The Benzinga Cannabis Capital Conference is one of the most influential events in the cannabis industry. As a leader in bringing together cannabis entrepreneurs, investors, thought leaders, and innovators, it provides an unmatched platform for networking, education,... </article> <article id="post-2880" class="et_pb_post post-2880 post type-post status-publish format-standard has-post-thumbnail hentry category-baymedica category-uncategorized"> <a class="entry-featured-image-url" href="https://www.baymedica.com/minor-cannabinoid-ratio-products-guide-for-product-developers/"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201080%20675'%3E%3C/svg%3E" alt="The Rise of Ratio Products" class="" width="1080" height="675" data-lazy-srcset="https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2024/12/rare-cannabinoid-ratio-products-t-980x639.jpg.webp 980w, https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2024/12/rare-cannabinoid-ratio-products-t-480x313.jpg.webp 480w" data-lazy-sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw" data-lazy-src="https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2024/12/rare-cannabinoid-ratio-products-t-1080x675.jpg.webp" /><noscript><img src="https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2024/12/rare-cannabinoid-ratio-products-t-1080x675.jpg.webp" alt="The Rise of Ratio Products" class="" width="1080" height="675" srcset="https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2024/12/rare-cannabinoid-ratio-products-t-980x639.jpg.webp 980w, https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2024/12/rare-cannabinoid-ratio-products-t-480x313.jpg.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw" /></noscript> </a> <h2 class="entry-title"><a href="https://www.baymedica.com/minor-cannabinoid-ratio-products-guide-for-product-developers/">The Rise of Ratio Products</a></h2> <p class="post-meta"> by <span class="author vcard"><a href="https://www.baymedica.com" title="Posts by Diego Morales" rel="author">Diego Morales</a></span> | <span class="published">Dec 12, 2024</span> | <a href="https://www.baymedica.com/category/baymedica/" rel="category tag">BayMedica</a>, <a href="https://www.baymedica.com/category/uncategorized/" rel="category tag">Uncategorized</a></p>As the cannabinoid industry evolves, so does consumer demand for innovative and effective products. Ratio-based cannabinoid formulations, which combine two or more cannabinoids in specific ratios, are becoming a powerful way to target specific health and wellness... </article> <article id="post-2888" class="et_pb_post post-2888 post type-post status-publish format-standard hentry category-baymedica category-uncategorized"> <h2 class="entry-title"><a href="https://www.baymedica.com/5-things-to-know-about-cbdv/">5 Essential Things to Know About Cannabidivarin (CBDV)</a></h2> <p class="post-meta"> by <span class="author vcard"><a href="https://www.baymedica.com" title="Posts by Diego Morales" rel="author">Diego Morales</a></span> | <span class="published">Dec 5, 2024</span> | <a href="https://www.baymedica.com/category/baymedica/" rel="category tag">BayMedica</a>, <a href="https://www.baymedica.com/category/uncategorized/" rel="category tag">Uncategorized</a></p>The Rare Cannabinoid for Health and Wellness Cannabidivarin (CBDV) is quickly gaining attention in the cannabinoid industry for its unique properties and potential applications in health and wellness. This rare, non-intoxicating compound from the Cannabis sativa plant... </article> <article id="post-2891" class="et_pb_post post-2891 post type-post status-publish format-standard hentry category-baymedica category-uncategorized"> <h2 class="entry-title"><a href="https://www.baymedica.com/cracking-the-thcv-code-strategies-to-ensure-product-quality/">Cracking the THCV Code Strategies to Ensure Product Quality</a></h2> <p class="post-meta"> by <span class="author vcard"><a href="https://www.baymedica.com" title="Posts by Diego Morales" rel="author">Diego Morales</a></span> | <span class="published">Dec 2, 2024</span> | <a href="https://www.baymedica.com/category/baymedica/" rel="category tag">BayMedica</a>, <a href="https://www.baymedica.com/category/uncategorized/" rel="category tag">Uncategorized</a></p>As consumer demand for rare cannabinoids like tetrahydrocannabivarin (THCV) rises, ensuring ingredient stability and quality becomes increasingly important. At BayMedica, we understand the unique challenges posed by buying, handling, and storing THCV—especially its... </article> <article id="post-2878" class="et_pb_post post-2878 post type-post status-publish format-standard hentry category-baymedica category-uncategorized"> <h2 class="entry-title"><a href="https://www.baymedica.com/rare-cannabinoid-synthesized-vs-plant-derived/">Ensuring Rare Cannabinoid Safety Through Purity</a></h2> <p class="post-meta"> by <span class="author vcard"><a href="https://www.baymedica.com" title="Posts by Diego Morales" rel="author">Diego Morales</a></span> | <span class="published">Dec 2, 2024</span> | <a href="https://www.baymedica.com/category/baymedica/" rel="category tag">BayMedica</a>, <a href="https://www.baymedica.com/category/uncategorized/" rel="category tag">Uncategorized</a></p>In the rare cannabinoid industry, a common misconception persists: natural products are inherently purer and safer than their synthetic counterparts. This belief is especially common with rare cannabinoids like tetrahydrocannabivarin (THCV) or cannabichromene (CBC),... </article> <article id="post-2751" class="et_pb_post post-2751 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized"> <a class="entry-featured-image-url" href="https://www.baymedica.com/synthesized-bioidentical-cannabinoid-myths/"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201080%20675'%3E%3C/svg%3E" alt="The 5 Biggest Misconceptions about Synthesized and Bioidentical Cannabinoids" class="" width="1080" height="675" data-lazy-srcset="https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2024/09/synthesized-bioidentical-cannabinoid-myth-fac-980x560.jpg.webp 980w, https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2024/09/synthesized-bioidentical-cannabinoid-myth-fac-480x274.jpg.webp 480w" data-lazy-sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw" data-lazy-src="https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2024/09/synthesized-bioidentical-cannabinoid-myth-fac-1080x675.jpg.webp" /><noscript><img src="https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2024/09/synthesized-bioidentical-cannabinoid-myth-fac-1080x675.jpg.webp" alt="The 5 Biggest Misconceptions about Synthesized and Bioidentical Cannabinoids" class="" width="1080" height="675" srcset="https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2024/09/synthesized-bioidentical-cannabinoid-myth-fac-980x560.jpg.webp 980w, https://www.baymedica.com/wp-content/webp-express/webp-images/uploads/2024/09/synthesized-bioidentical-cannabinoid-myth-fac-480x274.jpg.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw" /></noscript> </a> <h2 class="entry-title"><a href="https://www.baymedica.com/synthesized-bioidentical-cannabinoid-myths/">The 5 Biggest Misconceptions about Synthesized and Bioidentical Cannabinoids</a></h2> <p class="post-meta"> by <span class="author vcard"><a href="https://www.baymedica.com" title="Posts by Diego Morales" rel="author">Diego Morales</a></span> | <span class="published">Sep 27, 2024</span> | <a href="https://www.baymedica.com/category/uncategorized/" rel="category tag">Uncategorized</a></p>In the rapidly evolving world of cannabinoid-based products, nature-identical synthesized cannabinoids are often misunderstood. As CPG product developers, understanding the facts behind these misconceptions can be crucial in making informed decisions that align with... </article> <div class="pagination clearfix"> <div class="alignleft"></div> <div class="alignright"></div> </div> </div> <div id="sidebar"> <div id="search-2" class="et_pb_widget widget_search"><form role="search" method="get" id="searchform" class="searchform" action="https://www.baymedica.com/"> <div> <label class="screen-reader-text" for="s">Search for:</label> <input type="text" value="" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Search" /> </div> </form></div> <div id="recent-posts-2" class="et_pb_widget widget_recent_entries"> <h4 class="widgettitle">Recent Posts</h4> <ul> <li> <a href="https://www.baymedica.com/how-to-future-proof-your-cannabinoid-supply-chain/">How to Future Proof Your Minor Cannabinoid Supply Chain</a> </li> <li> <a href="https://www.baymedica.com/rare-cannabinoids-cannabis-energy-drinks/">Cannabis On Caffeine</a> </li> <li> <a href="https://www.baymedica.com/digital-transformation-bulk-cannabinoid-demand-planning/">How Digital Transformation Enhances Bulk Cannabinoid Demand Planning for Cannabis CPG</a> </li> <li> <a href="https://www.baymedica.com/chromatography-mass-spectrometry-rare-cannabinoids/">How Chromatography & Mass Spectrometry Ensure Rare Cannabinoid Quality</a> </li> <li> <a href="https://www.baymedica.com/food-grade-cgmp-rare-cannabinoids/">Food-Grade cGMP for Rare Cannabinoids</a> </li> </ul> </div><div id="recent-comments-2" class="et_pb_widget widget_recent_comments"><h4 class="widgettitle">Recent Comments</h4><ul id="recentcomments"></ul></div><div id="archives-2" class="et_pb_widget widget_archive"><h4 class="widgettitle">Archives</h4> <ul> <li><a href='https://www.baymedica.com/2025/02/'>February 2025</a></li> <li><a href='https://www.baymedica.com/2025/01/'>January 2025</a></li> <li><a href='https://www.baymedica.com/2024/12/'>December 2024</a></li> <li><a href='https://www.baymedica.com/2024/09/'>September 2024</a></li> <li><a href='https://www.baymedica.com/2023/07/'>July 2023</a></li> <li><a href='https://www.baymedica.com/2022/09/'>September 2022</a></li> <li><a href='https://www.baymedica.com/2022/07/'>July 2022</a></li> <li><a href='https://www.baymedica.com/2022/06/'>June 2022</a></li> </ul> </div><div id="categories-2" class="et_pb_widget widget_categories"><h4 class="widgettitle">Categories</h4> <ul> <li class="cat-item cat-item-12"><a href="https://www.baymedica.com/category/baymedica/">BayMedica</a> </li> <li class="cat-item cat-item-35"><a href="https://www.baymedica.com/category/cannabidivarin-cbdv/">Cannabidivarin (CBDV)</a> </li> <li class="cat-item cat-item-33"><a href="https://www.baymedica.com/category/cannabinoids/">Cannabinoids</a> </li> <li class="cat-item cat-item-34"><a href="https://www.baymedica.com/category/cbc/">CBC</a> </li> <li class="cat-item cat-item-36"><a href="https://www.baymedica.com/category/ecs/">ECS</a> </li> <li class="cat-item cat-item-40"><a href="https://www.baymedica.com/category/industry/">Industry</a> </li> <li class="cat-item cat-item-31"><a href="https://www.baymedica.com/category/partners/">Partners</a> </li> <li class="cat-item cat-item-32"><a href="https://www.baymedica.com/category/product-actualization/">Product Actualization</a> </li> <li class="cat-item cat-item-39"><a href="https://www.baymedica.com/category/product-development/">Product Development</a> </li> <li class="cat-item cat-item-28"><a href="https://www.baymedica.com/category/research/">Research</a> </li> <li class="cat-item cat-item-30"><a href="https://www.baymedica.com/category/thcv/">Tetrahydrocannabivarin (THCV)</a> </li> <li class="cat-item cat-item-1 current-cat"><a aria-current="page" href="https://www.baymedica.com/category/uncategorized/">Uncategorized</a> </li> </ul> </div><div id="meta-2" class="et_pb_widget widget_meta"><h4 class="widgettitle">Meta</h4> <ul> <li><a href="https://www.baymedica.com/adminentry/">Log in</a></li> <li><a href="https://www.baymedica.com/feed/">Entries feed</a></li> <li><a href="https://www.baymedica.com/comments/feed/">Comments feed</a></li> <li><a href="https://wordpress.org/">WordPress.org</a></li> </ul> </div> </div> </div> </div> </div> <footer class="et-l et-l--footer"> <div class="et_builder_inner_content et_pb_gutters3"><div class="et_pb_section et_pb_section_0_tb_footer et_pb_with_background et_section_regular" > <div class="et_pb_row et_pb_row_0_tb_footer"> <div class="et_pb_column et_pb_column_1_3 et_pb_column_0_tb_footer et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_0_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p style="text-align: center;"><strong>Research & Development</strong></p> <p style="text-align: center;"><a href="https://maps.app.goo.gl/6aCztsKZdZ8KLQqp9" target="_blank" rel="noopener">458 Carlton Ct.</a></p> <p style="text-align: center;"><a href="https://maps.app.goo.gl/6aCztsKZdZ8KLQqp9" target="_blank" rel="noopener">South San Francisco, CA 94080</a></p></div> </div><div class="et_pb_module et_pb_text et_pb_text_1_tb_footer et_pb_text_align_center et_pb_bg_layout_light"> <div class="et_pb_text_inner">Copyright ©2025 • All Rights Reserved</div> </div> </div><div class="et_pb_column et_pb_column_1_3 et_pb_column_1_tb_footer et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_2_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p style="text-align: center;"><strong>BayMedica U.S. Operations</strong></p> <p style="text-align: center;"><a href="https://maps.app.goo.gl/zy4Kq7aLaLHNeeds7" target="_blank" rel="noopener">930 Tahoe Blvd, Ste. 802-433</a></p> <p style="text-align: center;"><a href="https://maps.app.goo.gl/zy4Kq7aLaLHNeeds7" target="_blank" rel="noopener">Incline Village, NV 89451</a></p></div> </div><div class="et_pb_module et_pb_text et_pb_text_3_tb_footer et_pb_text_align_center et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p><a href="mailto:info@baymedica.com">info@baymedica.com</a> • <a href="tel:+16503920510">1 (650) 392-0510</a></p></div> </div> </div><div class="et_pb_column et_pb_column_1_3 et_pb_column_2_tb_footer et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_4_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p style="text-align: center;"><strong>Corporate HQ (InMed Pharmaceuticals)</strong></p> <p style="text-align: center;"><a href="https://maps.app.goo.gl/Yr98yVUj6qAkJPE57" target="_blank" rel="noopener">#1445-885 West Georgia Street</a></p> <p style="text-align: center;"><a href="https://maps.app.goo.gl/Yr98yVUj6qAkJPE57" target="_blank" rel="noopener">Vancouver, BC, V6C 3E8</a></p></div> </div><div class="et_pb_module et_pb_text et_pb_text_5_tb_footer et_pb_text_align_center et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p><a href="mailto:info@inmedpharma.com">info@inmedpharma.com</a> • <a href="tel:+16046697207">1 (604) 669-7207</a></p></div> </div> </div> </div><div class="et_pb_row et_pb_row_1_tb_footer"> <div class="et_pb_column et_pb_column_1_3 et_pb_column_3_tb_footer et_pb_css_mix_blend_mode_passthrough et_pb_column_empty"> </div><div class="et_pb_column et_pb_column_1_3 et_pb_column_4_tb_footer et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_6_tb_footer et_pb_text_align_center et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p><a href="https://www.baymedica.com/privacy-policy/">PRIVACY POLICY</a> • <a href="https://www.baymedica.com/terms-of-use/">TERMS OF USE</a> • <a href="https://www.baymedica.com/legal-disclaimer/">LEGAL DISCLAIMER</a> </p></div> </div><div class="et_pb_module et_pb_text et_pb_text_7_tb_footer et_pb_text_align_center et_pb_bg_layout_light"> <div class="et_pb_text_inner">Copyright ©2025 • All Rights Reserved</div> </div> </div><div class="et_pb_column et_pb_column_1_3 et_pb_column_5_tb_footer et_pb_css_mix_blend_mode_passthrough et-last-child et_pb_column_empty"> </div> </div> </div> </div> </footer> </div> </div> </div> <div id="dipi-popup-maker-container"></div> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var ajaxurl = "https://www.baymedica.com/wp-admin/admin-ajax.php"; </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var GETGA_settings = {"first_delay":"1","second_delay":"2","debug":"none"}; var GETGA_events = [{"selector":".gtrack","description":"Generic Event Tracker","category":"Default","action_type":"click","action_label":"Default Item Clicked","label":"Default_{ITEM_TITLE}_{PAGE_URL}","status":"active"},{"selector":"a[href$=\\".pdf\\"], a[href$=\\".doc\\"], a[href$=\\".docx\\"], a[href$=\\".ods\\"], a[href$=\\".odt\\"], a[href$=\\".xls\\"], a[href$=\\".xlsx\\"], a[href$=\\".txt\\"], a[href$=\\".zip\\"], a[href$=\\".csv\\"]","description":"Downloads - pdf, doc(x), xls(x), txt, zip, csv","category":"Downloads","action_type":"click","action_label":"Downloaded","label":"Download_{ITEM_TITLE}_{PAGE_RELATIVE_URL}_{LINK_RELATIVE_URL}","status":"active"},{"selector":"a[href^=\\"mailto:\\"]","description":"Email Link","category":"Contact","action_type":"click","action_label":"Email","label":"Contact_Email_FROM_{PAGE_URL}","status":"0"},{"selector":"a[href^=\\"tel:\\"]","description":"Mobile Click To Call","category":"Contact","action_type":"click","action_label":"MobileCall","label":"Contact_Click-to-Call_FROM_{PAGE_URL}","status":"0"},{"selector":"input[type=submit]","description":"All Submit Buttons","category":"Form Submits","action_type":"click","action_label":"Form Submitted","label":"Form_Submitted_{TAG_HTML}_{PAGE_RELATIVE_URL}","status":"active"},{"selector":"form","description":"All Form Submissions","category":"Form Submits","action_type":"submit","action_label":"Form Submitted","label":"Form_Submitted_{TAG_HTML}_{PAGE_RELATIVE_URL}","status":"active"},{"selector":".gtrackexternal","description":"All External Links","category":"Links","action_type":"click","action_label":"External Links","label":"External_Link_Clicked_{TAG_HTML}_{PAGE_RELATIVE_URL}","status":"active"},{"selector":"window","description":"Resized","category":"Resized","action_type":"resize","action_label":"Resized","label":"Resized_{PAGE_RELATIVE_URL}","status":"0"},{"selector":"window","description":"Scrolled","category":"Scrolled","action_type":"scroll","action_label":"Scrolled","label":"Scrolled_{PAGE_RELATIVE_URL}","status":"0"},{"selector":"window","description":"Scrolled Depth","category":"Scrolled","action_type":"scrolldepth","action_label":"Scrolled Depth","label":"Scrolled_{SCROLL_PERCENTAGE}_{PAGE_RELATIVE_URL}","status":"0"}]; </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer="defer" data-rocket-src="https://www.baymedica.com/wp-content/plugins/gravitate-event-tracking/gravitate_event_tracking.js?v=1.5.3"></script> <script type="rocketlazyloadscript"> (function(e){ var el = document.createElement('script'); el.setAttribute('data-account', 'HGKzppIUDs'); el.setAttribute('src', 'https://cdn.userway.org/widget.js'); document.body.appendChild(el); })(); </script><div id="pum-2157" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-2148 pum-theme-default-theme popmake-overlay click_open" data-popmake="{"id":2157,"slug":"request-pop-up-catalog","theme_id":2148,"cookies":[],"triggers":[{"type":"click_open","settings":{"cookie_name":"","extra_selectors":".btn-request-catalog"}}],"mobile_disabled":null,"tablet_disabled":null,"meta":{"display":{"stackable":false,"overlay_disabled":false,"scrollable_content":false,"disable_reposition":false,"size":"medium","responsive_min_width":"0%","responsive_min_width_unit":false,"responsive_max_width":"980px","responsive_max_width_unit":false,"custom_width":"640px","custom_width_unit":false,"custom_height":"380px","custom_height_unit":false,"custom_height_auto":false,"location":"center top","position_from_trigger":false,"position_top":"100","position_left":"0","position_bottom":"0","position_right":"0","position_fixed":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","overlay_zindex":false,"zindex":"1999999999"},"close":{"text":"","button_delay":"0","overlay_click":false,"esc_press":false,"f4_press":false},"click_open":[]}}"> <div data-rocket-location-hash="223023c2ad27eb688fd5f0d3c89d27a6" id="popmake-2157" class="pum-container popmake theme-2148 pum-responsive pum-responsive-medium responsive size-medium"> <div data-rocket-location-hash="bf1f60030976fb7366ae73a3b8a0ac12" class="pum-content popmake-content" tabindex="0"> <h2 style="width: 100%; text-align: center; margin-top: 20px;">REQUEST TECHNICAL DETAILS</h2> <p><script type="rocketlazyloadscript" charset="utf-8" data-rocket-type="text/javascript" data-rocket-src="//js.hsforms.net/forms/embed/v2.js"></script><br /> <script type="rocketlazyloadscript"> hbspt.forms.create({ region: "na1", portalId: "21390078", formId: "99c6bcf4-ddf2-47e4-91d6-571676067141" }); </script></p> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> CLOSE </button> </div> </div> <div id="pum-2669" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-2148 pum-theme-default-theme popmake-overlay click_open" data-popmake="{"id":2669,"slug":"laurel-crest-popup","theme_id":2148,"cookies":[],"triggers":[{"type":"click_open","settings":{"cookie_name":"","extra_selectors":""}}],"mobile_disabled":null,"tablet_disabled":null,"meta":{"display":{"stackable":false,"overlay_disabled":false,"scrollable_content":false,"disable_reposition":false,"size":"medium","responsive_min_width":"0%","responsive_min_width_unit":false,"responsive_max_width":"100%","responsive_max_width_unit":false,"custom_width":"640px","custom_width_unit":false,"custom_height":"380px","custom_height_unit":false,"custom_height_auto":false,"location":"center top","position_from_trigger":false,"position_top":"100","position_left":"0","position_bottom":"0","position_right":"0","position_fixed":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","overlay_zindex":false,"zindex":"1999999999"},"close":{"text":"","button_delay":"0","overlay_click":false,"esc_press":false,"f4_press":false},"click_open":[]}}"> <div data-rocket-location-hash="ab17e3053e459131f86a9c1430b538b3" id="popmake-2669" class="pum-container popmake theme-2148 pum-responsive pum-responsive-medium responsive size-medium"> <div data-rocket-location-hash="03d41ddb61fac927a7b9b4ddf246b95b" class="pum-content popmake-content" tabindex="0"> <div class="et_pb_section et_pb_section_0 et_section_regular" > <div class="et_pb_row et_pb_row_0"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_code et_pb_code_0"> <div class="et_pb_code_inner"><script type="rocketlazyloadscript" charset="utf-8" data-rocket-type="text/javascript" data-rocket-src="//js.hsforms.net/forms/embed/v2.js"></script> <script type="rocketlazyloadscript"> hbspt.forms.create({ region: "na1", portalId: "21390078", formId: "65a50d2c-6d02-44d1-81b4-dabdc4dc31df" }); </script></div> </div> </div> </div> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> CLOSE </button> </div> </div> <div id="pum-2668" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-2148 pum-theme-default-theme popmake-overlay click_open" data-popmake="{"id":2668,"slug":"obx-popup","theme_id":2148,"cookies":[],"triggers":[{"type":"click_open","settings":{"extra_selectors":""}}],"mobile_disabled":null,"tablet_disabled":null,"meta":{"display":{"stackable":false,"overlay_disabled":false,"scrollable_content":false,"disable_reposition":false,"size":"medium","responsive_min_width":"0%","responsive_min_width_unit":false,"responsive_max_width":"100%","responsive_max_width_unit":false,"custom_width":"640px","custom_width_unit":false,"custom_height":"380px","custom_height_unit":false,"custom_height_auto":false,"location":"center top","position_from_trigger":false,"position_top":"100","position_left":"0","position_bottom":"0","position_right":"0","position_fixed":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","overlay_zindex":false,"zindex":"1999999999"},"close":{"text":"","button_delay":"0","overlay_click":false,"esc_press":false,"f4_press":false},"click_open":[]}}"> <div data-rocket-location-hash="fb9c876b58c6c5f71ec94c0605d2b244" id="popmake-2668" class="pum-container popmake theme-2148 pum-responsive pum-responsive-medium responsive size-medium"> <div data-rocket-location-hash="c5d16927c51f78cf08a76ddc9b99384d" class="pum-content popmake-content" tabindex="0"> <div class="et_pb_section et_pb_section_1 et_section_regular" > <div class="et_pb_row et_pb_row_1"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_code et_pb_code_1"> <div class="et_pb_code_inner"><script type="rocketlazyloadscript" charset="utf-8" data-rocket-type="text/javascript" data-rocket-src="//js.hsforms.net/forms/embed/v2.js"></script> <script type="rocketlazyloadscript"> hbspt.forms.create({ region: "na1", portalId: "21390078", formId: "a920def5-c90c-4f43-b740-e76a6433f224" }); </script></div> </div> </div> </div> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> CLOSE </button> </div> </div> <div id="pum-2663" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-2148 pum-theme-default-theme popmake-overlay click_open" data-popmake="{"id":2663,"slug":"mcn-popup","theme_id":2148,"cookies":[],"triggers":[{"type":"click_open","settings":{"extra_selectors":"","cookie_name":null}}],"mobile_disabled":null,"tablet_disabled":null,"meta":{"display":{"stackable":false,"overlay_disabled":false,"scrollable_content":false,"disable_reposition":false,"size":"medium","responsive_min_width":"0%","responsive_min_width_unit":false,"responsive_max_width":"100%","responsive_max_width_unit":false,"custom_width":"640px","custom_width_unit":false,"custom_height":"380px","custom_height_unit":false,"custom_height_auto":false,"location":"center top","position_from_trigger":false,"position_top":"100","position_left":"0","position_bottom":"0","position_right":"0","position_fixed":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","overlay_zindex":false,"zindex":"1999999999"},"close":{"text":"","button_delay":"0","overlay_click":false,"esc_press":false,"f4_press":false},"click_open":[]}}"> <div data-rocket-location-hash="aa839b85ee5f57c0aa97fcfadfce7849" id="popmake-2663" class="pum-container popmake theme-2148 pum-responsive pum-responsive-medium responsive size-medium"> <div data-rocket-location-hash="15b42ea9a3d990db4712e8f1f9a6ecd0" class="pum-content popmake-content" tabindex="0"> <div class="et_pb_section et_pb_section_2 et_section_regular" > <div class="et_pb_row et_pb_row_2"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_code et_pb_code_2"> <div class="et_pb_code_inner"><script type="rocketlazyloadscript" charset="utf-8" data-rocket-type="text/javascript" data-rocket-src="//js.hsforms.net/forms/embed/v2.js"></script> <script type="rocketlazyloadscript"> hbspt.forms.create({ region: "na1", portalId: "21390078", formId: "5f3dba8d-3209-425c-9f92-b464b81f87ee" }); </script></div> </div> </div> </div> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> CLOSE </button> </div> </div> <div id="pum-2657" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-2148 pum-theme-default-theme popmake-overlay click_open" data-popmake="{"id":2657,"slug":"florawork-pop-up","theme_id":2148,"cookies":[],"triggers":[{"type":"click_open","settings":{"extra_selectors":""}}],"mobile_disabled":null,"tablet_disabled":null,"meta":{"display":{"stackable":false,"overlay_disabled":false,"scrollable_content":false,"disable_reposition":false,"size":"medium","responsive_min_width":"0%","responsive_min_width_unit":false,"responsive_max_width":"100%","responsive_max_width_unit":false,"custom_width":"640px","custom_width_unit":false,"custom_height":"380px","custom_height_unit":false,"custom_height_auto":false,"location":"center top","position_from_trigger":false,"position_top":"100","position_left":"0","position_bottom":"0","position_right":"0","position_fixed":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","overlay_zindex":false,"zindex":"1999999999"},"close":{"text":"","button_delay":"0","overlay_click":false,"esc_press":false,"f4_press":false},"click_open":[]}}"> <div data-rocket-location-hash="fdc48e423f33e68e6ed8b5b981f995c2" id="popmake-2657" class="pum-container popmake theme-2148 pum-responsive pum-responsive-medium responsive size-medium"> <div data-rocket-location-hash="22f03ea67a313618cfa5830c192fcb11" class="pum-content popmake-content" tabindex="0"> <div class="et_pb_section et_pb_section_3 et_section_regular" > <div class="et_pb_row et_pb_row_3"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_code et_pb_code_3"> <div class="et_pb_code_inner"><script type="rocketlazyloadscript" charset="utf-8" data-rocket-type="text/javascript" data-rocket-src="//js.hsforms.net/forms/embed/v2.js"></script> <script type="rocketlazyloadscript"> hbspt.forms.create({ region: "na1", portalId: "21390078", formId: "045759cf-50f9-47e4-b282-877362339bac" }); </script></div> </div> </div> </div> </div> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> CLOSE </button> </div> </div> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var fhb2yazxjc1sdchlxm58_shortcode = true; </script> <script src="data:text/javascript;base64,dmFyIGtwZGV0ZWN0ZGVsYXlqcyA9IGRvY3VtZW50LnF1ZXJ5U2VsZWN0b3JBbGwoJ3NjcmlwdFt0eXBlPSJyb2NrZXRsYXp5bG9hZHNjcmlwdCJdJykubGVuZ3RoO2lmIChrcGRldGVjdGRlbGF5anMgPj0gMSl7Y2xhc3Mga3Bzb0V4ZWN1dGVTY3JpcHRzIGV4dGVuZHMgUm9ja2V0TGF6eUxvYWRTY3JpcHRze3N0YXRpYyBrcHNvRmlyZSgpe2lmKG5hdmlnYXRvci51c2VyQWdlbnQubWF0Y2goLzExNy4wLjAuMHwxMTkuMC4wLjB8bWV0cml4fHBpbmd8ZGFyZXxwdHN0L2kpKXt2YXIgZT1uZXcgUm9ja2V0TGF6eUxvYWRTY3JpcHRzKFsia2V5ZG93biIsIm1vdXNlZG93biIsIm1vdXNlbW92ZSIsInRvdWNobW92ZSIsInRvdWNoc3RhcnQiLCJ0b3VjaGVuZCIsIndoZWVsIl0pO31lbHNle3ZhciBlPW5ldyBSb2NrZXRMYXp5TG9hZFNjcmlwdHMoWyJsb2FkIl0pO31lLl9hZGRVc2VySW50ZXJhY3Rpb25MaXN0ZW5lcihlKTt9fWtwc29FeGVjdXRlU2NyaXB0cy5rcHNvRmlyZSgpO30=" id="mLQFAVgBhg"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-content/plugins/divi-pixel/vendor/js/modernizr.custom.js?ver=1.0.0" id="dipi-popup-maker-modernizr-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-content/plugins/divi-pixel/dist/public/js/popup_effect.min.js?ver=1.0.0" id="dipi-popup-maker-popup-effect-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after"> /* <![CDATA[ */ "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); /* ]]> */ </script> <script type="text/javascript" id="rocket-preload-links-js-extra"> /* <![CDATA[ */ var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.baymedica.com","onHoverDelay":"100","rateThrottle":"3"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after"> /* <![CDATA[ */ (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); /* ]]> */ </script> <script type="text/javascript" id="divi-custom-script-js-extra"> /* <![CDATA[ */ var DIVI = {"item_count":"%d Item","items_count":"%d Items"}; var et_builder_utils_params = {"condition":{"diviTheme":true,"extraTheme":false},"scrollLocations":["app","top"],"builderScrollLocations":{"desktop":"app","tablet":"app","phone":"app"},"onloadScrollLocation":"app","builderType":"fe"}; var et_frontend_scripts = {"builderCssContainerPrefix":"#et-boc","builderCssLayoutPrefix":"#et-boc .et-l"}; var et_pb_custom = {"ajaxurl":"https:\/\/www.baymedica.com\/wp-admin\/admin-ajax.php","images_uri":"https:\/\/www.baymedica.com\/wp-content\/themes\/Divi\/images","builder_images_uri":"https:\/\/www.baymedica.com\/wp-content\/themes\/Divi\/includes\/builder\/images","et_frontend_nonce":"cc04848bce","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"f6353cfcb0","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","wrong_checkbox":"Checkbox","ignore_waypoints":"yes","is_divi_theme_used":"1","widget_search_selector":".widget_search","ab_tests":[],"is_ab_testing_active":"","page_id":"2879","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"yes","is_shortcode_tracking":"","tinymce_uri":""}; var et_pb_box_shadow_elements = []; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-content/themes/Divi/js/scripts.min.js?ver=4.13.1" id="divi-custom-script-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/jquery.fitvids.js?ver=4.13.1" id="fitvids-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-includes/js/comment-reply.min.js?ver=3a2295a21249b60eb36b9ab56b5a66d4" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/jquery.mobile.js?ver=4.13.1" id="jquery-mobile-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/hashchange.js?ver=4.13.1" id="hashchange-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-content/plugins/divi-pixel/vendor/js/magnific-popup.min.js?ver=2.34.2" id="magnific-popup-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-content/plugins/divi-pixel/vendor/js/easypiechart.js?ver=2.34.2" id="easypiechart-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/salvattore.js?ver=4.13.1" id="salvattore-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-content/plugins/divi-pixel/scripts/frontend-bundle.min.js?ver=1.0.0" id="divi-pixel-frontend-bundle-js"></script> <script type="rocketlazyloadscript">(function(d){var s=d.createElement("script");s.type="text/javascript";s.src="https://a.omappapi.com/app/js/api.min.js";s.async=true;s.id="omapi-script";d.getElementsByTagName("head")[0].appendChild(s);})(document);</script><script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script type="text/javascript" id="popup-maker-site-js-extra"> /* <![CDATA[ */ var pum_vars = {"version":"1.20.4","pm_dir_url":"https:\/\/www.baymedica.com\/wp-content\/plugins\/popup-maker\/","ajaxurl":"https:\/\/www.baymedica.com\/wp-admin\/admin-ajax.php","restapi":"https:\/\/www.baymedica.com\/wp-json\/pum\/v1","rest_nonce":null,"default_theme":"2148","debug_mode":"","disable_tracking":"","home_url":"\/","message_position":"top","core_sub_forms_enabled":"1","popups":[],"cookie_domain":"","analytics_route":"analytics","analytics_api":"https:\/\/www.baymedica.com\/wp-json\/pum\/v1"}; var pum_sub_vars = {"ajaxurl":"https:\/\/www.baymedica.com\/wp-admin\/admin-ajax.php","message_position":"top"}; var pum_popups = {"pum-2157":{"triggers":[{"type":"click_open","settings":{"cookie_name":"","extra_selectors":".btn-request-catalog"}}],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"2148","size":"medium","responsive_min_width":"0%","responsive_max_width":"980px","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"default-theme","id":2157,"slug":"request-pop-up-catalog"},"pum-2669":{"triggers":[{"type":"click_open","settings":{"cookie_name":"","extra_selectors":""}}],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"2148","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"default-theme","id":2669,"slug":"laurel-crest-popup"},"pum-2668":{"triggers":[{"type":"click_open","settings":{"extra_selectors":""}}],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"2148","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"default-theme","id":2668,"slug":"obx-popup"},"pum-2663":{"triggers":[],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"2148","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"default-theme","id":2663,"slug":"mcn-popup"},"pum-2657":{"triggers":[{"type":"click_open","settings":{"extra_selectors":""}}],"cookies":[],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"2148","size":"medium","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center top","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"default-theme","id":2657,"slug":"florawork-pop-up"}}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="//www.baymedica.com/wp-content/uploads/pum/pum-site-scripts.js?defer&generated=1740318127&ver=1.20.4" id="popup-maker-site-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-content/themes/Divi/core/admin/js/common.js?ver=4.13.1" id="et-core-common-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-content/plugins/optinmonster/assets/dist/js/helper.min.js?ver=2.16.15" id="optinmonster-wp-helper-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-content/plugins/divi-pixel/vendor/js/jquery.exitintent.min.js?ver=1.0.0" id="exit-intent-js"></script> <script type="text/javascript" id="DIPI_ClearDiviCache-js-extra"> /* <![CDATA[ */ var dipi_cache_data = {"adminAjaxURL":"https:\/\/www.baymedica.com\/wp-admin\/admin-ajax.php","isAdmin":""}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-content/plugins/divi-pixel/dist/admin/js/ClearDiviCache.min.js?ver=2.34.2" id="DIPI_ClearDiviCache-js"></script> <script type="text/javascript" id="et-builder-modules-script-motion-js-extra"> /* <![CDATA[ */ var et_pb_motion_elements = {"desktop":[],"tablet":[],"phone":[]}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/motion-effects.js?ver=4.13.1" id="et-builder-modules-script-motion-js"></script> <script type="text/javascript" id="et-builder-modules-script-sticky-js-extra"> /* <![CDATA[ */ var et_pb_sticky_elements = []; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.baymedica.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/sticky-elements.js?ver=4.13.1" id="et-builder-modules-script-sticky-js"></script> <script id="cz8MjVA6ko" async src="data:text/javascript;base64,aWYobmF2aWdhdG9yLnVzZXJBZ2VudC5tYXRjaCgvMTE3LjAuMC4wfDExOS4wLjAuMHxtZXRyaXh8cGluZ3xkYXJlfHB0c3QvaSkpe3ZhciBrcFVzZXJJbnRlcmFjdGlvbkV2ZW50cz1bImtleWRvd24iLCJtb3VzZWRvd24iLCJtb3VzZW1vdmUiLCJ0b3VjaG1vdmUiLCJ0b3VjaHN0YXJ0IiwidG91Y2hlbmQiLCJ3aGVlbCJdO31lbHNle3ZhciBrcFVzZXJJbnRlcmFjdGlvbkV2ZW50cz1bImxvYWQiXTt9a3BVc2VySW50ZXJhY3Rpb25FdmVudHMuZm9yRWFjaChmdW5jdGlvbihldmVudCl7d2luZG93LmFkZEV2ZW50TGlzdGVuZXIoZXZlbnQsa3BUcmlnZ2VyU2NyaXB0TG9hZGVyLHtwYXNzaXZlOnRydWV9KX0pO2Z1bmN0aW9uIGtwVHJpZ2dlclNjcmlwdExvYWRlcigpe2h3dExITG9jUkY2a3UzTygpO2twVXNlckludGVyYWN0aW9uRXZlbnRzLmZvckVhY2goZnVuY3Rpb24oZXZlbnQpe3dpbmRvdy5yZW1vdmVFdmVudExpc3RlbmVyKGV2ZW50LGtwVHJpZ2dlclNjcmlwdExvYWRlcix7cGFzc2l2ZTp0cnVlfSl9KTt9ZnVuY3Rpb24gaHd0TEhMb2NSRjZrdTNPKCl7ZG9jdW1lbnQucXVlcnlTZWxlY3RvckFsbCgibGlua1tkYXRhLXR5cGU9J2twcGFzc2l2ZSddIikuZm9yRWFjaChmdW5jdGlvbihlbGVtKXtlbGVtLnNldEF0dHJpYnV0ZSgiaHJlZiIsZWxlbS5nZXRBdHRyaWJ1dGUoImRhdGEta3BsaW5raHJlZiIpKX0pO3NldFRpbWVvdXQoZnVuY3Rpb24oKXtkb2N1bWVudC5xdWVyeVNlbGVjdG9yQWxsKCJzY3JpcHRbZGF0YS10eXBlPSdrcHBhc3NpdmUnXSIpLmZvckVhY2goZnVuY3Rpb24oZWxlbSl7ZWxlbS5zZXRBdHRyaWJ1dGUoInNyYyIsZWxlbS5nZXRBdHRyaWJ1dGUoImRhdGEta3BzY3JpcHRzcmMiKSl9KTt9LDIwMCk7aWYoZG9jdW1lbnQucXVlcnlTZWxlY3RvcigidmlkZW9bZGF0YS10eXBlPSdrcHBhc3NpdmUnXSIpKXtpZihkb2N1bWVudC5xdWVyeVNlbGVjdG9yKCJ2aWRlb1tkYXRhLWtwdmlkZW9zcmNdIikpe2RvY3VtZW50LnF1ZXJ5U2VsZWN0b3JBbGwoInZpZGVvW2RhdGEta3B2aWRlb3NyY10iKS5mb3JFYWNoKGZ1bmN0aW9uKGVsZW0pe2VsZW0uc2V0QXR0cmlidXRlKCJzcmMiLGVsZW0uZ2V0QXR0cmlidXRlKCJkYXRhLWtwdmlkZW9zcmMiKSl9KTt9aWYoZG9jdW1lbnQucXVlcnlTZWxlY3RvcigidmlkZW9bZGF0YS10eXBlPSdrcHBhc3NpdmUnXSBzb3VyY2UiKSl7ZG9jdW1lbnQucXVlcnlTZWxlY3RvckFsbCgidmlkZW9bZGF0YS10eXBlPSdrcHBhc3NpdmUnXTpub3QoW2RhdGEta3B2aWRlb3NyY10pIikuZm9yRWFjaChmdW5jdGlvbihlbGVtKXtlbGVtLnNldEF0dHJpYnV0ZSgic3JjIixlbGVtLmdldEVsZW1lbnRzQnlUYWdOYW1lKCdzb3VyY2UnKVswXS5nZXRBdHRyaWJ1dGUoImRhdGEta3B2aWRlb3NyYyIpKX0pO319fQ=="></script> <style id="et-builder-module-design-2000-cached-inline-styles">.et_pb_section_0_tb_header{height:50px}.et_pb_section_0_tb_header.et_pb_section{padding-top:0px;padding-bottom:0px;background-color:#1c3d6a!important}.et_pb_row_0_tb_header{max-height:none}.et_pb_row_0_tb_header.et_pb_row{padding-top:0px!important;padding-bottom:0px!important;margin-top:0px!important;padding-top:0px;padding-bottom:0px}.et_pb_row_0_tb_header,body #page-container .et-db #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,.et_pb_row_0_tb_header,body .pum-container .et-db #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,.et_pb_row_0_tb_header,body #page-container .et-db .pum .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,.et_pb_row_0_tb_header,body .pum-container .et-db .pum .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,.et_pb_row_1_tb_header,body #page-container .et-db #et-boc .et-l .et_pb_row_1_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1_tb_header.et_pb_row,.et_pb_row_1_tb_header,body .pum-container .et-db #et-boc .et-l .et_pb_row_1_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1_tb_header.et_pb_row,.et_pb_row_1_tb_header,body #page-container .et-db .pum .et-l .et_pb_row_1_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1_tb_header.et_pb_row,.et_pb_row_1_tb_header,body .pum-container .et-db .pum .et-l .et_pb_row_1_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1_tb_header.et_pb_row{width:88%;max-width:100%}.et_pb_image_0_tb_header{padding-top:8px;padding-bottom:0px;margin-top:0px!important;margin-bottom:0px!important;width:100%;max-width:108px;display:inline-block!important;text-align:left;margin-left:0}.et_pb_image_1_tb_header{background-color:#FFFFFF;padding-top:15px;padding-right:5px;padding-bottom:17px;padding-left:5px;margin-top:0px!important;margin-bottom:0px!important;margin-left:20px!important;width:100%;max-width:130px;display:inline-block!important;text-align:left;margin-left:0}.et_pb_column_1_tb_header{margin-right:3.5%!important}.et_pb_text_0_tb_header.et_pb_text{color:#FFFFFF!important}.et_pb_text_0_tb_header{font-weight:700;font-size:17px;padding-top:0px!important;padding-bottom:0px!important;margin-top:11px!important;margin-bottom:10px!important;margin-left:0px!important}.et_pb_social_media_follow .et_pb_social_media_follow_network_0_tb_header.et_pb_social_icon .icon:before,.et_pb_social_media_follow .et_pb_social_media_follow_network_1_tb_header.et_pb_social_icon .icon:before,.et_pb_social_media_follow .et_pb_social_media_follow_network_2_tb_header.et_pb_social_icon .icon:before,.et_pb_social_media_follow .et_pb_social_media_follow_network_3_tb_header.et_pb_social_icon .icon:before,.et_pb_social_media_follow_0_tb_header li.et_pb_social_icon a.icon:before{color:#FFFFFF}.et_pb_social_media_follow .et_pb_social_media_follow_network_0_tb_header .icon:before,.et_pb_social_media_follow .et_pb_social_media_follow_network_1_tb_header .icon:before,.et_pb_social_media_follow .et_pb_social_media_follow_network_2_tb_header .icon:before,.et_pb_social_media_follow .et_pb_social_media_follow_network_3_tb_header .icon:before{font-size:13px;line-height:26px;height:26px;width:26px}.et_pb_social_media_follow .et_pb_social_media_follow_network_0_tb_header .icon,.et_pb_social_media_follow .et_pb_social_media_follow_network_1_tb_header .icon,.et_pb_social_media_follow .et_pb_social_media_follow_network_2_tb_header .icon,.et_pb_social_media_follow .et_pb_social_media_follow_network_3_tb_header .icon{height:26px;width:26px}ul.et_pb_social_media_follow_0_tb_header{padding-top:10px!important;padding-right:0px!important;padding-bottom:0px!important}body #page-container .et_pb_section ul.et_pb_social_media_follow_0_tb_header .follow_button:before,body #page-container .et_pb_section ul.et_pb_social_media_follow_0_tb_header .follow_button:after,body .pum-container .et_pb_section ul.et_pb_social_media_follow_0_tb_header .follow_button:before,body .pum-container .et_pb_section ul.et_pb_social_media_follow_0_tb_header .follow_button:after{display:none!important}.et_pb_section_1_tb_header.et_pb_section{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px}.et_pb_section_1_tb_header{z-index:10;box-shadow:0px 12px 18px -6px rgba(216,216,216,0.3)}.et_pb_menu_0_tb_header.et_pb_menu ul li a{font-weight:600;font-size:16px}.et_pb_menu_0_tb_header.et_pb_menu{background-color:#ffffff}.et_pb_menu_0_tb_header.et_pb_menu .et_pb_menu__logo{max-width:270px!important}.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a{color:#74b23b!important}.et_pb_menu_0_tb_header.et_pb_menu .nav li ul,.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu,.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul{background-color:#ffffff!important}.et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap .et_pb_menu__logo,.et_pb_menu_0_tb_header .et_pb_menu__logo-slot{width:auto;max-width:100%}.et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap .et_pb_menu__logo img,.et_pb_menu_0_tb_header .et_pb_menu__logo-slot .et_pb_menu__logo-wrap img{height:auto;max-height:none}.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before,.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button,.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button,.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__cart-button{color:#7EBEC5}.et_pb_column_0_tb_header{padding-top:0px}.et_pb_social_media_follow_network_0_tb_header a.icon,.et_pb_social_media_follow_network_1_tb_header a.icon,.et_pb_social_media_follow_network_2_tb_header a.icon,.et_pb_social_media_follow_network_3_tb_header a.icon{background-color:#74b23b!important;transition:background-color 300ms ease 0ms,background-image 300ms ease 0ms}.et_pb_social_media_follow_network_0_tb_header:hover a.icon,.et_pb_social_media_follow_network_1_tb_header:hover a.icon,.et_pb_social_media_follow_network_2_tb_header:hover a.icon,.et_pb_social_media_follow_network_3_tb_header:hover a.icon{background-image:initial!important;background-color:#7CDA24!important}.et_pb_social_media_follow_network_0_tb_header.et_pb_social_icon a.icon,.et_pb_social_media_follow_network_1_tb_header.et_pb_social_icon a.icon,.et_pb_social_media_follow_network_2_tb_header.et_pb_social_icon a.icon,.et_pb_social_media_follow_network_3_tb_header.et_pb_social_icon a.icon{border-radius:25px 25px 25px 25px}.et_pb_image_0_tb_header.et_pb_module{margin-left:0px!important;margin-right:auto!important}.et_pb_row_1_tb_header.et_pb_row{padding-top:10px!important;padding-bottom:10px!important;margin-left:auto!important;margin-right:auto!important;padding-top:10px;padding-bottom:10px}@media only screen and (max-width:980px){.et_pb_row_0_tb_header{max-height:none}.et_pb_row_0_tb_header.et_pb_row{padding-top:3px!important;padding-bottom:0px!important;padding-top:3px!important;padding-bottom:0px!important}.et_pb_text_0_tb_header{margin-top:11px!important;margin-right:55px!important;margin-bottom:12px!important}}@media only screen and (min-width:768px) and (max-width:980px){.et_pb_column_1_tb_header{margin-right:3.5%!important}}@media only screen and (max-width:767px){.et_pb_row_0_tb_header{max-height:55px}.et_pb_row_0_tb_header.et_pb_row{padding-top:0px!important;padding-bottom:0px!important;padding-top:0px!important;padding-bottom:0px!important}.et_pb_image_1_tb_header{display:none!important}.et_pb_column_1_tb_header{width:30%!important;float:left!important}.et_pb_column_2_tb_header,.et_pb_column_3_tb_header{float:right!important}.et_pb_text_0_tb_header{margin-top:7px!important;margin-bottom:0px!important}}</style><style id="et-builder-module-design-1590-cached-inline-styles">.et_pb_section_0_tb_footer.et_pb_section{padding-top:0px;padding-bottom:0px;background-color:#474747!important}.et_pb_row_0_tb_footer,body #page-container .et-db #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,.et_pb_row_0_tb_footer,body .pum-container .et-db #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,.et_pb_row_0_tb_footer,body #page-container .et-db .pum .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,.et_pb_row_0_tb_footer,body .pum-container .et-db .pum .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,.et_pb_row_1_tb_footer,body #page-container .et-db #et-boc .et-l .et_pb_row_1_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1_tb_footer.et_pb_row,.et_pb_row_1_tb_footer,body .pum-container .et-db #et-boc .et-l .et_pb_row_1_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1_tb_footer.et_pb_row,.et_pb_row_1_tb_footer,body #page-container .et-db .pum .et-l .et_pb_row_1_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1_tb_footer.et_pb_row,.et_pb_row_1_tb_footer,body .pum-container .et-db .pum .et-l .et_pb_row_1_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1_tb_footer.et_pb_row{width:90%}.et_pb_text_0_tb_footer.et_pb_text,.et_pb_text_1_tb_footer.et_pb_text,.et_pb_text_2_tb_footer.et_pb_text,.et_pb_text_4_tb_footer.et_pb_text,.et_pb_text_5_tb_footer.et_pb_text,.et_pb_text_6_tb_footer.et_pb_text,.et_pb_text_7_tb_footer.et_pb_text{color:#ffffff!important}.et_pb_text_0_tb_footer,.et_pb_text_2_tb_footer,.et_pb_text_4_tb_footer{line-height:1em;font-size:15px;line-height:1em}.et_pb_text_0_tb_footer.et_pb_text a,.et_pb_text_2_tb_footer.et_pb_text a,.et_pb_text_3_tb_footer.et_pb_text,.et_pb_text_3_tb_footer.et_pb_text a,.et_pb_text_4_tb_footer.et_pb_text a,.et_pb_text_5_tb_footer.et_pb_text a{color:#FFFFFF!important}.et_pb_text_1_tb_footer,.et_pb_text_7_tb_footer{line-height:1em;font-size:12px;line-height:1em;padding-bottom:0px!important}.et_pb_text_3_tb_footer,.et_pb_text_5_tb_footer,.et_pb_text_6_tb_footer{line-height:1em;font-size:12px;line-height:1em}@media only screen and (min-width:981px){.et_pb_text_7_tb_footer{display:none!important}}@media only screen and (min-width:768px) and (max-width:980px){.et_pb_text_1_tb_footer{display:none!important}}@media only screen and (max-width:767px){.et_pb_text_1_tb_footer{display:none!important}}</style> <!-- Cookie Notice plugin v2.5.5 by Hu-manity.co https://hu-manity.co/ --> <div data-rocket-location-hash="012d9c08d9c4a16b20a4afea04104db4" id="cookie-notice" role="dialog" class="cookie-notice-hidden cookie-revoke-hidden cn-position-bottom" aria-label="Cookie Notice" style="background-color: rgba(27,61,102,1);"><div data-rocket-location-hash="4b18ac3181fd8538a9748979dc6a102f" class="cookie-notice-container" style="color: #fff"><span id="cn-notice-text" class="cn-text-container">We use cookies to ensure that we give you the best experience on our website. To continue to use this website, please click 'I Accept'.</span><span id="cn-notice-buttons" class="cn-buttons-container"><a href="#" id="cn-accept-cookie" data-cookie-set="accept" class="cn-set-cookie cn-button" aria-label="I Accept" style="background-color: #00a99d">I Accept</a></span><span id="cn-close-notice" data-cookie-set="accept" class="cn-close-icon" title="No"></span></div> </div> <!-- / Cookie Notice plugin --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">var omapi_localized = { ajax: 'https://www.baymedica.com/wp-admin/admin-ajax.php?optin-monster-ajax-route=1', nonce: '5256355d0f', slugs: {"fhb2yazxjc1sdchlxm58":{"slug":"fhb2yazxjc1sdchlxm58","mailpoet":false}} };</script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">var omapi_data = {"object_id":0,"object_key":"category","object_type":"term","term_ids":[],"wp_json":"https:\/\/www.baymedica.com\/wp-json","wc_active":false,"edd_active":false,"nonce":"8d6eaa8c12"};</script> <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async data-type="kppassive" data-kpscriptsrc="https://www.baymedica.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script> <script>var rocket_beacon_data = {"ajax_url":"https:\/\/www.baymedica.com\/wp-admin\/admin-ajax.php","nonce":"ed363c4ba2","url":"https:\/\/www.baymedica.com\/category\/uncategorized","is_mobile":false,"width_threshold":1600,"height_threshold":700,"delay":500,"debug":null,"status":{"atf":true,"lrc":true},"elements":"img, video, picture, p, main, div, li, svg, section, header, span","lrc_threshold":1800}</script><script data-name="wpr-wpr-beacon" async data-type="kppassive" data-kpscriptsrc="https://www.baymedica.com/wp-content/plugins/wp-rocket/assets/js/wpr-beacon.min.js"></script></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1740973943 -->