CINXE.COM

Riverbend In the Podcast Coverage

<!doctype html> <html lang="en-US" prefix="og: https://ogp.me/ns#"> <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.3",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],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())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5, viewport-fit=cover"> <link rel="profile" href="https://gmpg.org/xfn/11"> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ --> <title>Riverbend In the Podcast Coverage</title> <meta name="description" content="Podcasts featuring Riverbend Consulting and their ecommerce and Amazon suspension and seller experts."/> <meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/> <link rel="canonical" href="https://riverbendconsulting.com/podcast-coverage/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Riverbend In the Podcast Coverage" /> <meta property="og:description" content="Podcasts featuring Riverbend Consulting and their ecommerce and Amazon suspension and seller experts." /> <meta property="og:url" content="https://riverbendconsulting.com/podcast-coverage/" /> <meta property="og:site_name" content="Riverbend Consulting" /> <meta property="article:publisher" content="https://www.facebook.com/RiverbendConsultingLLC/" /> <meta property="og:updated_time" content="2025-01-30T11:34:28-05:00" /> <meta property="og:image" content="https://riverbendconsulting.com/wp-content/uploads/2024/09/RiverbendMedia.webp" /> <meta property="og:image:secure_url" content="https://riverbendconsulting.com/wp-content/uploads/2024/09/RiverbendMedia.webp" /> <meta property="og:image:width" content="1080" /> <meta property="og:image:height" content="1080" /> <meta property="og:image:alt" content="Riverbend In the Podcast Coverage" /> <meta property="og:image:type" content="image/webp" /> <meta property="og:video" content="https://www.youtube.com/embed/Ck_Em5SL4Fc" /> <meta property="video:duration" content="2438" /> <meta property="og:video" content="https://www.youtube.com/embed/M-KrI4tkqZQ" /> <meta property="video:duration" content="3082" /> <meta property="og:video" content="https://www.youtube.com/embed/kkZTEP4JSTg" /> <meta property="video:duration" content="1266" /> <meta property="ya:ovs:upload_date" content="2024-03-24T19:00:06-07:00" /> <meta property="ya:ovs:allow_embed" content="true" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Riverbend In the Podcast Coverage" /> <meta name="twitter:description" content="Podcasts featuring Riverbend Consulting and their ecommerce and Amazon suspension and seller experts." /> <meta name="twitter:site" content="@RiverbendConsul" /> <meta name="twitter:creator" content="@RiverbendConsul" /> <meta name="twitter:image" content="https://riverbendconsulting.com/wp-content/uploads/2024/09/RiverbendMedia.webp" /> <meta name="twitter:label1" content="Time to read" /> <meta name="twitter:data1" content="9 minutes" /> <script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://riverbendconsulting.com/#organization","name":"Riverbend Consulting","sameAs":["https://www.facebook.com/RiverbendConsultingLLC/","https://twitter.com/RiverbendConsul"],"logo":{"@type":"ImageObject","@id":"https://riverbendconsulting.com/#logo","url":"https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR.png","contentUrl":"https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR.png","caption":"Riverbend Consulting","inLanguage":"en-US","width":"400","height":"191"}},{"@type":"WebSite","@id":"https://riverbendconsulting.com/#website","url":"https://riverbendconsulting.com","name":"Riverbend Consulting","alternateName":"RBC Marketing","publisher":{"@id":"https://riverbendconsulting.com/#organization"},"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https://riverbendconsulting.com/wp-content/uploads/2024/09/RiverbendMedia.webp","url":"https://riverbendconsulting.com/wp-content/uploads/2024/09/RiverbendMedia.webp","width":"1080","height":"1080","inLanguage":"en-US"},{"@type":"BreadcrumbList","@id":"https://riverbendconsulting.com/podcast-coverage/#breadcrumb","itemListElement":[{"@type":"ListItem","position":"1","item":{"@id":"https://riverbendconsulting.com","name":"Home"}},{"@type":"ListItem","position":"2","item":{"@id":"https://riverbendconsulting.com/podcast-coverage/","name":"Podcast Coverage"}}]},{"@type":"WebPage","@id":"https://riverbendconsulting.com/podcast-coverage/#webpage","url":"https://riverbendconsulting.com/podcast-coverage/","name":"Riverbend In the Podcast Coverage","datePublished":"2024-01-19T11:29:04-05:00","dateModified":"2025-01-30T11:34:28-05:00","isPartOf":{"@id":"https://riverbendconsulting.com/#website"},"primaryImageOfPage":{"@id":"https://riverbendconsulting.com/wp-content/uploads/2024/09/RiverbendMedia.webp"},"inLanguage":"en-US","breadcrumb":{"@id":"https://riverbendconsulting.com/podcast-coverage/#breadcrumb"}},{"@type":"VideoObject","name":"Discover the Secrets to Amazon Selling Success with Lesley Hensell","description":"Welcome to another exciting episode of &#039;Get Your FILL: Financial Independence and Long Life&#039;! Today, we&#039;re joined by Lesley Hensell, co-founder of Riverbend ...","uploadDate":"2024-03-24T19:00:06-07:00","thumbnailUrl":"https://riverbendconsulting.com/wp-content/uploads/2024/09/RiverbendMedia.webp","embedUrl":"https://www.youtube.com/embed/Ck_Em5SL4Fc","duration":"PT40M38S","width":"1280","height":"720","isFamilyFriendly":"True","@id":"https://riverbendconsulting.com/podcast-coverage/#schema-448678","isPartOf":{"@id":"https://riverbendconsulting.com/podcast-coverage/#webpage"},"publisher":{"@id":"https://riverbendconsulting.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"[Webinar Replay] Mastering Pricing Strategies and Navigating Account Suspensions in 2024","description":"Catch this replay of our webinar with Joe Zalta and Lesley Hensell of Riverbend Consulting!Check out our giveaways!Get 1 month of Hyper Learning for FREE wit...","uploadDate":"2024-01-24T13:48:26-08:00","thumbnailUrl":"https://riverbendconsulting.com/wp-content/uploads/2024/09/RiverbendMedia.webp","embedUrl":"https://www.youtube.com/embed/M-KrI4tkqZQ","duration":"PT51M22S","width":"1280","height":"720","isFamilyFriendly":"True","@id":"https://riverbendconsulting.com/podcast-coverage/#schema-448679","isPartOf":{"@id":"https://riverbendconsulting.com/podcast-coverage/#webpage"},"publisher":{"@id":"https://riverbendconsulting.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Suspended Amazon Listings: How to Get Them Reinstated - What&#039;s Working in Ecommerce (Ep. 29)","description":"In this episode, Riverbend Consulting\u2019s co-founder, Lesley Hensell Demond shares her secrets in helping thousands of 3P amazon sellers get their accounts and...","uploadDate":"2022-09-09T07:15:56-07:00","thumbnailUrl":"https://riverbendconsulting.com/wp-content/uploads/2024/09/RiverbendMedia.webp","embedUrl":"https://www.youtube.com/embed/kkZTEP4JSTg","duration":"PT21M6S","width":"1280","height":"720","isFamilyFriendly":"True","@id":"https://riverbendconsulting.com/podcast-coverage/#schema-448680","isPartOf":{"@id":"https://riverbendconsulting.com/podcast-coverage/#webpage"},"publisher":{"@id":"https://riverbendconsulting.com/#organization"},"inLanguage":"en-US"}]}</script> <!-- /Rank Math WordPress SEO plugin --> <link rel='dns-prefetch' href='//scripts.iconnode.com' /> <link rel='dns-prefetch' href='//js.hs-scripts.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="Riverbend Consulting &raquo; Feed" href="https://riverbendconsulting.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Riverbend Consulting &raquo; Comments Feed" href="https://riverbendconsulting.com/comments/feed/" /> <link rel='stylesheet' id='wp-block-library-css' href='https://riverbendconsulting.com/wp-includes/css/dist/block-library/style.min.css?ver=6.7.2' media='all' /> <style id='global-styles-inline-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--color--palette-color-1: var(--theme-palette-color-1, #EF7622);--wp--preset--color--palette-color-2: var(--theme-palette-color-2, #0033A0);--wp--preset--color--palette-color-3: var(--theme-palette-color-3, #2B2B2B);--wp--preset--color--palette-color-4: var(--theme-palette-color-4, #2B2B2B);--wp--preset--color--palette-color-5: var(--theme-palette-color-5, #000000);--wp--preset--color--palette-color-6: var(--theme-palette-color-6, #F9FAFB);--wp--preset--color--palette-color-7: var(--theme-palette-color-7, #ffffff);--wp--preset--color--palette-color-8: var(--theme-palette-color-8, #f2f2f2);--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--gradient--juicy-peach: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);--wp--preset--gradient--young-passion: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);--wp--preset--gradient--true-sunset: linear-gradient(to right, #fa709a 0%, #fee140 100%);--wp--preset--gradient--morpheus-den: linear-gradient(to top, #30cfd0 0%, #330867 100%);--wp--preset--gradient--plum-plate: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--wp--preset--gradient--aqua-splash: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);--wp--preset--gradient--love-kiss: linear-gradient(to top, #ff0844 0%, #ffb199 100%);--wp--preset--gradient--new-retrowave: linear-gradient(to top, #3b41c5 0%, #a981bb 49%, #ffc8a9 100%);--wp--preset--gradient--plum-bath: linear-gradient(to top, #cc208e 0%, #6713d2 100%);--wp--preset--gradient--high-flight: linear-gradient(to right, #0acffe 0%, #495aff 100%);--wp--preset--gradient--teen-party: linear-gradient(-225deg, #FF057C 0%, #8D0B93 50%, #321575 100%);--wp--preset--gradient--fabled-sunset: linear-gradient(-225deg, #231557 0%, #44107A 29%, #FF1361 67%, #FFF800 100%);--wp--preset--gradient--arielle-smile: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);--wp--preset--gradient--itmeo-branding: linear-gradient(180deg, #2af598 0%, #009efd 100%);--wp--preset--gradient--deep-blue: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);--wp--preset--gradient--strong-bliss: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);--wp--preset--gradient--sweet-period: linear-gradient(to top, #3f51b1 0%, #5a55ae 13%, #7b5fac 25%, #8f6aae 38%, #a86aa4 50%, #cc6b8e 62%, #f18271 75%, #f3a469 87%, #f7c978 100%);--wp--preset--gradient--purple-division: linear-gradient(to top, #7028e4 0%, #e5b2ca 100%);--wp--preset--gradient--cold-evening: linear-gradient(to top, #0c3483 0%, #a2b6df 100%, #6b8cce 100%, #a2b6df 100%);--wp--preset--gradient--mountain-rock: linear-gradient(to right, #868f96 0%, #596164 100%);--wp--preset--gradient--desert-hump: linear-gradient(to top, #c79081 0%, #dfa579 100%);--wp--preset--gradient--ethernal-constance: linear-gradient(to top, #09203f 0%, #537895 100%);--wp--preset--gradient--happy-memories: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);--wp--preset--gradient--grown-early: linear-gradient(to top, #0ba360 0%, #3cba92 100%);--wp--preset--gradient--morning-salad: linear-gradient(-225deg, #B7F8DB 0%, #50A7C2 100%);--wp--preset--gradient--night-call: linear-gradient(-225deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%);--wp--preset--gradient--mind-crawl: linear-gradient(-225deg, #473B7B 0%, #3584A7 51%, #30D2BE 100%);--wp--preset--gradient--angel-care: linear-gradient(-225deg, #FFE29F 0%, #FFA99F 48%, #FF719A 100%);--wp--preset--gradient--juicy-cake: linear-gradient(to top, #e14fad 0%, #f9d423 100%);--wp--preset--gradient--rich-metal: linear-gradient(to right, #d7d2cc 0%, #304352 100%);--wp--preset--gradient--mole-hall: linear-gradient(-20deg, #616161 0%, #9bc5c3 100%);--wp--preset--gradient--cloudy-knoxville: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);--wp--preset--gradient--soft-grass: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%);--wp--preset--gradient--saint-petersburg: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);--wp--preset--gradient--everlasting-sky: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);--wp--preset--gradient--kind-steel: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);--wp--preset--gradient--over-sun: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);--wp--preset--gradient--premium-white: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);--wp--preset--gradient--clean-mirror: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);--wp--preset--gradient--wild-apple: linear-gradient(to top, #d299c2 0%, #fef9d7 100%);--wp--preset--gradient--snow-again: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);--wp--preset--gradient--confident-cloud: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);--wp--preset--gradient--glass-water: linear-gradient(to top, #dfe9f3 0%, white 100%);--wp--preset--gradient--perfect-white: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: clamp(22px, 1.375rem + ((1vw - 3.2px) * 0.625), 30px);--wp--preset--font-size--x-large: clamp(30px, 1.875rem + ((1vw - 3.2px) * 1.563), 50px);--wp--preset--font-size--xx-large: clamp(45px, 2.813rem + ((1vw - 3.2px) * 2.734), 80px);--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);}:root { --wp--style--global--content-size: var(--theme-block-max-width);--wp--style--global--wide-size: var(--theme-block-wide-max-width); }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: var(--theme-content-spacing); margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: var(--theme-content-spacing); }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: var(--theme-content-spacing);margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: var(--theme-content-spacing);margin-block-end: 0;}:root :where(.is-layout-flex){gap: var(--theme-content-spacing);}:root :where(.is-layout-grid){gap: var(--theme-content-spacing);}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}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;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.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-palette-color-1-color{color: var(--wp--preset--color--palette-color-1) !important;}.has-palette-color-2-color{color: var(--wp--preset--color--palette-color-2) !important;}.has-palette-color-3-color{color: var(--wp--preset--color--palette-color-3) !important;}.has-palette-color-4-color{color: var(--wp--preset--color--palette-color-4) !important;}.has-palette-color-5-color{color: var(--wp--preset--color--palette-color-5) !important;}.has-palette-color-6-color{color: var(--wp--preset--color--palette-color-6) !important;}.has-palette-color-7-color{color: var(--wp--preset--color--palette-color-7) !important;}.has-palette-color-8-color{color: var(--wp--preset--color--palette-color-8) !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-palette-color-1-background-color{background-color: var(--wp--preset--color--palette-color-1) !important;}.has-palette-color-2-background-color{background-color: var(--wp--preset--color--palette-color-2) !important;}.has-palette-color-3-background-color{background-color: var(--wp--preset--color--palette-color-3) !important;}.has-palette-color-4-background-color{background-color: var(--wp--preset--color--palette-color-4) !important;}.has-palette-color-5-background-color{background-color: var(--wp--preset--color--palette-color-5) !important;}.has-palette-color-6-background-color{background-color: var(--wp--preset--color--palette-color-6) !important;}.has-palette-color-7-background-color{background-color: var(--wp--preset--color--palette-color-7) !important;}.has-palette-color-8-background-color{background-color: var(--wp--preset--color--palette-color-8) !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-palette-color-1-border-color{border-color: var(--wp--preset--color--palette-color-1) !important;}.has-palette-color-2-border-color{border-color: var(--wp--preset--color--palette-color-2) !important;}.has-palette-color-3-border-color{border-color: var(--wp--preset--color--palette-color-3) !important;}.has-palette-color-4-border-color{border-color: var(--wp--preset--color--palette-color-4) !important;}.has-palette-color-5-border-color{border-color: var(--wp--preset--color--palette-color-5) !important;}.has-palette-color-6-border-color{border-color: var(--wp--preset--color--palette-color-6) !important;}.has-palette-color-7-border-color{border-color: var(--wp--preset--color--palette-color-7) !important;}.has-palette-color-8-border-color{border-color: var(--wp--preset--color--palette-color-8) !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-juicy-peach-gradient-background{background: var(--wp--preset--gradient--juicy-peach) !important;}.has-young-passion-gradient-background{background: var(--wp--preset--gradient--young-passion) !important;}.has-true-sunset-gradient-background{background: var(--wp--preset--gradient--true-sunset) !important;}.has-morpheus-den-gradient-background{background: var(--wp--preset--gradient--morpheus-den) !important;}.has-plum-plate-gradient-background{background: var(--wp--preset--gradient--plum-plate) !important;}.has-aqua-splash-gradient-background{background: var(--wp--preset--gradient--aqua-splash) !important;}.has-love-kiss-gradient-background{background: var(--wp--preset--gradient--love-kiss) !important;}.has-new-retrowave-gradient-background{background: var(--wp--preset--gradient--new-retrowave) !important;}.has-plum-bath-gradient-background{background: var(--wp--preset--gradient--plum-bath) !important;}.has-high-flight-gradient-background{background: var(--wp--preset--gradient--high-flight) !important;}.has-teen-party-gradient-background{background: var(--wp--preset--gradient--teen-party) !important;}.has-fabled-sunset-gradient-background{background: var(--wp--preset--gradient--fabled-sunset) !important;}.has-arielle-smile-gradient-background{background: var(--wp--preset--gradient--arielle-smile) !important;}.has-itmeo-branding-gradient-background{background: var(--wp--preset--gradient--itmeo-branding) !important;}.has-deep-blue-gradient-background{background: var(--wp--preset--gradient--deep-blue) !important;}.has-strong-bliss-gradient-background{background: var(--wp--preset--gradient--strong-bliss) !important;}.has-sweet-period-gradient-background{background: var(--wp--preset--gradient--sweet-period) !important;}.has-purple-division-gradient-background{background: var(--wp--preset--gradient--purple-division) !important;}.has-cold-evening-gradient-background{background: var(--wp--preset--gradient--cold-evening) !important;}.has-mountain-rock-gradient-background{background: var(--wp--preset--gradient--mountain-rock) !important;}.has-desert-hump-gradient-background{background: var(--wp--preset--gradient--desert-hump) !important;}.has-ethernal-constance-gradient-background{background: var(--wp--preset--gradient--ethernal-constance) !important;}.has-happy-memories-gradient-background{background: var(--wp--preset--gradient--happy-memories) !important;}.has-grown-early-gradient-background{background: var(--wp--preset--gradient--grown-early) !important;}.has-morning-salad-gradient-background{background: var(--wp--preset--gradient--morning-salad) !important;}.has-night-call-gradient-background{background: var(--wp--preset--gradient--night-call) !important;}.has-mind-crawl-gradient-background{background: var(--wp--preset--gradient--mind-crawl) !important;}.has-angel-care-gradient-background{background: var(--wp--preset--gradient--angel-care) !important;}.has-juicy-cake-gradient-background{background: var(--wp--preset--gradient--juicy-cake) !important;}.has-rich-metal-gradient-background{background: var(--wp--preset--gradient--rich-metal) !important;}.has-mole-hall-gradient-background{background: var(--wp--preset--gradient--mole-hall) !important;}.has-cloudy-knoxville-gradient-background{background: var(--wp--preset--gradient--cloudy-knoxville) !important;}.has-soft-grass-gradient-background{background: var(--wp--preset--gradient--soft-grass) !important;}.has-saint-petersburg-gradient-background{background: var(--wp--preset--gradient--saint-petersburg) !important;}.has-everlasting-sky-gradient-background{background: var(--wp--preset--gradient--everlasting-sky) !important;}.has-kind-steel-gradient-background{background: var(--wp--preset--gradient--kind-steel) !important;}.has-over-sun-gradient-background{background: var(--wp--preset--gradient--over-sun) !important;}.has-premium-white-gradient-background{background: var(--wp--preset--gradient--premium-white) !important;}.has-clean-mirror-gradient-background{background: var(--wp--preset--gradient--clean-mirror) !important;}.has-wild-apple-gradient-background{background: var(--wp--preset--gradient--wild-apple) !important;}.has-snow-again-gradient-background{background: var(--wp--preset--gradient--snow-again) !important;}.has-confident-cloud-gradient-background{background: var(--wp--preset--gradient--confident-cloud) !important;}.has-glass-water-gradient-background{background: var(--wp--preset--gradient--glass-water) !important;}.has-perfect-white-gradient-background{background: var(--wp--preset--gradient--perfect-white) !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;}.has-xx-large-font-size{font-size: var(--wp--preset--font-size--xx-large) !important;} :root :where(.wp-block-pullquote){font-size: clamp(0.984em, 0.984rem + ((1vw - 0.2em) * 0.645), 1.5em);line-height: 1.6;} </style> <link data-minify="1" rel='stylesheet' id='awsm-team-css-css' href='https://riverbendconsulting.com/wp-content/cache/min/1/wp-content/plugins/awsm-team-pro/css/team.min.css?ver=1739567655' media='all' /> <link rel='stylesheet' id='cookie-notice-front-css' href='https://riverbendconsulting.com/wp-content/plugins/cookie-notice/css/front.min.css?ver=2.5.5' media='all' /> <link data-minify="1" rel='stylesheet' id='megamenu-css' href='https://riverbendconsulting.com/wp-content/cache/min/1/wp-content/uploads/maxmegamenu/style.css?ver=1739567655' media='all' /> <link data-minify="1" rel='stylesheet' id='dashicons-css' href='https://riverbendconsulting.com/wp-content/cache/min/1/wp-includes/css/dashicons.min.css?ver=1739567655' media='all' /> <link data-minify="1" rel='stylesheet' id='parent-style-css' href='https://riverbendconsulting.com/wp-content/cache/min/1/wp-content/themes/blocksy/style.css?ver=1739567655' media='all' /> <link rel='stylesheet' id='blocksy-fonts-font-source-google-css' href='https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&#038;family=Poppins:wght@500&#038;display=swap' media='all' /> <link data-minify="1" rel='stylesheet' id='ct-main-styles-css' href='https://riverbendconsulting.com/wp-content/cache/min/1/wp-content/themes/blocksy/static/bundle/main.min.css?ver=1739567655' media='all' /> <link rel='stylesheet' id='ct-page-title-styles-css' href='https://riverbendconsulting.com/wp-content/themes/blocksy/static/bundle/page-title.min.css?ver=2.0.87' media='all' /> <link rel='stylesheet' id='ct-elementor-styles-css' href='https://riverbendconsulting.com/wp-content/themes/blocksy/static/bundle/elementor-frontend.min.css?ver=2.0.87' media='all' /> <link data-minify="1" rel='stylesheet' id='wpdreams-asl-basic-css' href='https://riverbendconsulting.com/wp-content/cache/min/1/wp-content/plugins/ajax-search-lite/css/style.basic.css?ver=1739567655' media='all' /> <link data-minify="1" rel='stylesheet' id='wpdreams-asl-instance-css' href='https://riverbendconsulting.com/wp-content/cache/min/1/wp-content/plugins/ajax-search-lite/css/style-underline.css?ver=1739567655' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://riverbendconsulting.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.27.3' media='all' /> <link rel='stylesheet' id='widget-text-editor-css' href='https://riverbendconsulting.com/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?ver=3.27.3' media='all' /> <link rel='stylesheet' id='widget-image-css' href='https://riverbendconsulting.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.27.3' media='all' /> <link rel='stylesheet' id='widget-image-box-css' href='https://riverbendconsulting.com/wp-content/plugins/elementor/assets/css/widget-image-box.min.css?ver=3.27.3' media='all' /> <link rel='stylesheet' id='widget-divider-css' href='https://riverbendconsulting.com/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=3.27.3' media='all' /> <link rel='stylesheet' id='widget-mega-menu-css' href='https://riverbendconsulting.com/wp-content/plugins/elementor-pro/assets/css/widget-mega-menu.min.css?ver=3.27.3' media='all' /> <link rel='stylesheet' id='widget-icon-list-css' href='https://riverbendconsulting.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.27.3' media='all' /> <link rel='stylesheet' id='e-sticky-css' href='https://riverbendconsulting.com/wp-content/plugins/elementor-pro/assets/css/modules/sticky.min.css?ver=3.27.3' media='all' /> <link rel='stylesheet' id='widget-heading-css' href='https://riverbendconsulting.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.27.3' media='all' /> <link rel='stylesheet' id='elementor-post-29653-css' href='https://riverbendconsulting.com/wp-content/uploads/elementor/css/post-29653.css?ver=1739368076' media='all' /> <link rel='stylesheet' id='elementor-post-64767-css' href='https://riverbendconsulting.com/wp-content/uploads/elementor/css/post-64767.css?ver=1739369620' media='all' /> <link rel='stylesheet' id='elementor-post-71492-css' href='https://riverbendconsulting.com/wp-content/uploads/elementor/css/post-71492.css?ver=1739368076' media='all' /> <link rel='stylesheet' id='elementor-post-37256-css' href='https://riverbendconsulting.com/wp-content/uploads/elementor/css/post-37256.css?ver=1739368077' media='all' /> <style id='rocket-lazyload-inline-css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://riverbendconsulting.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0} </style> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Poppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap&#038;ver=6.7.2' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script src="https://riverbendconsulting.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script> <script src="https://riverbendconsulting.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script> <script type="rocketlazyloadscript" id="cookie-notice-front-js-before"> var cnArgs = {"ajaxUrl":"https:\/\/riverbendconsulting.com\/wp-admin\/admin-ajax.php","nonce":"b2bc971dd2","hideEffect":"none","position":"bottom","onScroll":false,"onScrollOffset":100,"onClick":false,"cookieName":"cookie_notice_accepted","cookieTime":2592000,"cookieTimeRejected":2592000,"globalCookie":false,"redirection":false,"cache":true,"revokeCookies":false,"revokeCookiesOpt":"automatic"}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://riverbendconsulting.com/wp-content/plugins/cookie-notice/js/front.min.js?ver=2.5.5" id="cookie-notice-front-js" defer></script> <link rel="https://api.w.org/" href="https://riverbendconsulting.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://riverbendconsulting.com/wp-json/wp/v2/pages/64767" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://riverbendconsulting.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.2" /> <link rel='shortlink' href='https://riverbendconsulting.com/?p=64767' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://riverbendconsulting.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Friverbendconsulting.com%2Fpodcast-coverage%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://riverbendconsulting.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Friverbendconsulting.com%2Fpodcast-coverage%2F&#038;format=xml" /> <!-- HFCM by 99 Robots - Snippet # 9: Bing Global Code --> <script type="rocketlazyloadscript">(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"26021803"};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");</script> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 10: Google Tag Manager --> <!-- 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-NFRPMSJ');</script> <!-- End Google Tag Manager --> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 17: Referral Program --> <script type="rocketlazyloadscript"> window.referralJS = ((window.referralJS !== null && window.referralJS !== undefined) ? window.referralJS : {}); window.referralJS.scriptConfig = { parameters: { src: "//riverbendconsulting.referralrock.com/ReferralSdk/referral.js", transactionKey: "1a3a13cb-62be-4263-b59f-d1d4ec20440f" } }; (function(f,r,n,d,b,y){b=f.createElement(r),y=f.getElementsByTagName(r)[0];b.async=1;b.src=n+"?referrer="+encodeURIComponent(window.location.origin+window.location.pathname).replace(/[!'()*]/g,escape);b.id="RR_DIVID_V5";b.setAttribute("transactionKey",window.referralJS.scriptConfig.parameters.transactionKey);y.parentNode.insertBefore(b,y)})(document,"script",window.referralJS.scriptConfig.parameters.src); </script> <script type="rocketlazyloadscript"> window.addEventListener('message', function (event) { if (event.data.type === 'hsFormCallback' && event.data.eventName === 'onFormSubmit') { var rawFormData = event.data.data var formData = {}; for (var i = 0; i < rawFormData.length; i++) { formData[rawFormData[i].name] = rawFormData[i].value; } window.referralJS = ((window.referralJS !== null && window.referralJS !== undefined) ? window.referralJS : {}); window.referralJS.conversion = { debug: "false", parameters: { firstName: formData.firstname, lastName: formData.lastname, email: formData.email, customFields:{ customText:{ "textfield1": formData.phone, "textfield2": formData.amazon_storefront_name, }, customOption:{ "checkboxfield3": formData.products_opted_for, } } } }; } }); </script> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 18: TrustPilot --> <!-- TrustBox script --> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://riverbendconsulting.com/wp-content/cache/min/1/bootstrap/v5/tp.widget.bootstrap.min.js?ver=1739567655" async></script> <!-- End TrustBox script --> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 20: GTM --> <!-- 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-NFRPMSJ');</script> <!-- End Google Tag Manager --> <!-- /end HFCM by 99 Robots --> <!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v11.1.82--> <script type="rocketlazyloadscript" class="hsq-set-content-id" data-content-id="standard-page"> var _hsq = _hsq || []; _hsq.push(["setContentType", "standard-page"]); </script> <!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin --> <script type="rocketlazyloadscript">document.documentElement.className += " js";</script> <noscript><link rel='stylesheet' href='https://riverbendconsulting.com/wp-content/themes/blocksy/static/bundle/no-scripts.min.css' type='text/css'></noscript> <style id="ct-main-styles-inline-css">[data-header*="type-1"] .ct-header [data-id="button"] .ct-button-ghost {--theme-button-text-initial-color:var(--theme-button-background-initial-color);--theme-button-text-hover-color:#ffffff;} [data-header*="type-1"] .ct-header [data-id="logo"] .site-title {--theme-font-weight:700;--theme-font-size:25px;--theme-line-height:1.5;--theme-link-initial-color:var(--theme-palette-color-4);} [data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {--theme-font-weight:700;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;--theme-link-initial-color:var(--theme-text-color);} [data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {--theme-link-initial-color:var(--theme-palette-color-8);--theme-font-weight:500;--theme-font-size:12px;} [data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu {--dropdown-divider:1px dashed rgba(255, 255, 255, 0.1);--theme-box-shadow:0px 10px 20px rgba(41, 51, 61, 0.1);--theme-border-radius:0px 0px 2px 2px;} [data-header*="type-1"] .ct-header [data-row*="middle"] {--height:120px;background-color:var(--theme-palette-color-8);background-image:none;--theme-border-top:none;--theme-border-bottom:none;--theme-box-shadow:none;} [data-header*="type-1"] .ct-header [data-row*="middle"] > div {--theme-border-top:none;--theme-border-bottom:none;} [data-header*="type-1"] [data-id="mobile-menu"] {--theme-font-weight:700;--theme-font-size:20px;--theme-link-initial-color:#ffffff;--mobile-menu-divider:none;} [data-header*="type-1"] #offcanvas {--theme-box-shadow:0px 0px 70px rgba(0, 0, 0, 0.35);--side-panel-width:500px;} [data-header*="type-1"] #offcanvas .ct-panel-inner {background-color:rgba(18, 21, 25, 0.98);} [data-header*="type-1"] [data-id="socials"].ct-header-socials [data-color="custom"] {--background-color:rgba(218, 222, 228, 0.3);--background-hover-color:var(--theme-palette-color-1);} [data-header*="type-1"] .ct-header [data-id="text"] {--max-width:100%;--theme-font-size:15px;--theme-line-height:1.3;} [data-header*="type-1"] .ct-header [data-row*="top"] {--height:50px;background-color:var(--theme-palette-color-8);background-image:none;--theme-border-top:none;--theme-border-bottom:none;--theme-box-shadow:none;} [data-header*="type-1"] .ct-header [data-row*="top"] > div {--theme-border-top:none;--theme-border-bottom:none;} [data-header*="type-1"] [data-id="trigger"] {--theme-icon-size:18px;} [data-header*="type-1"] {--header-height:120px;} [data-header*="type-1"] .ct-header {background-image:none;} [data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {--container-spacing:25px;--theme-border:none;--theme-border-top:none;--theme-border-bottom:none;--grid-template-columns:initial;} [data-footer*="type-1"] .ct-footer [data-row*="bottom"] .widget-title {--theme-font-size:16px;} [data-footer*="type-1"] .ct-footer [data-row*="bottom"] {--theme-border-top:none;--theme-border-bottom:none;background-color:transparent;} [data-footer*="type-1"] [data-id="copyright"] {--theme-font-weight:400;--theme-font-size:15px;--theme-line-height:1.3;} [data-footer*="type-1"] .ct-footer {background-color:var(--theme-palette-color-6);}:root {--theme-font-family:Roboto, Sans-Serif;--theme-font-weight:400;--theme-text-transform:none;--theme-text-decoration:none;--theme-font-size:15px;--theme-line-height:19px;--theme-letter-spacing:0em;--theme-button-font-family:Poppins, Sans-Serif;--theme-button-font-weight:500;--theme-button-font-size:15px;--has-classic-forms:var(--true);--has-modern-forms:var(--false);--theme-form-field-border-initial-color:var(--theme-border-color);--theme-form-field-border-focus-color:var(--theme-palette-color-1);--theme-form-selection-field-initial-color:var(--theme-border-color);--theme-form-selection-field-active-color:var(--theme-palette-color-1);--e-global-color-blocksy_palette_1:var(--theme-palette-color-1);--e-global-color-blocksy_palette_2:var(--theme-palette-color-2);--e-global-color-blocksy_palette_3:var(--theme-palette-color-3);--e-global-color-blocksy_palette_4:var(--theme-palette-color-4);--e-global-color-blocksy_palette_5:var(--theme-palette-color-5);--e-global-color-blocksy_palette_6:var(--theme-palette-color-6);--e-global-color-blocksy_palette_7:var(--theme-palette-color-7);--e-global-color-blocksy_palette_8:var(--theme-palette-color-8);--theme-palette-color-1:#EF7622;--theme-palette-color-2:#0033A0;--theme-palette-color-3:#2B2B2B;--theme-palette-color-4:#2B2B2B;--theme-palette-color-5:#000000;--theme-palette-color-6:#F9FAFB;--theme-palette-color-7:#ffffff;--theme-palette-color-8:#f2f2f2;--theme-text-color:var(--theme-palette-color-3);--theme-link-initial-color:var(--theme-palette-color-2);--theme-link-hover-color:var(--theme-palette-color-1);--theme-selection-text-color:var(--theme-palette-color-5);--theme-selection-background-color:var(--theme-palette-color-8);--theme-border-color:var(--theme-palette-color-5);--theme-headings-color:var(--theme-palette-color-4);--theme-content-spacing:1.5em;--theme-button-min-height:40px;--theme-button-shadow:none;--theme-button-transform:none;--theme-button-text-initial-color:#ffffff;--theme-button-text-hover-color:#ffffff;--theme-button-background-initial-color:var(--theme-palette-color-1);--theme-button-background-hover-color:var(--theme-palette-color-2);--theme-button-border:none;--theme-button-padding:5px 20px;--theme-normal-container-max-width:1290px;--theme-content-vertical-spacing:60px;--theme-container-edge-spacing:90vw;--theme-narrow-container-max-width:750px;--theme-wide-offset:130px;}h1 {--theme-font-family:Poppins, Sans-Serif;--theme-font-weight:500;--theme-font-size:40px;--theme-line-height:2em;}h2 {--theme-font-family:Poppins, Sans-Serif;--theme-font-weight:500;--theme-font-size:35px;--theme-line-height:2em;}h3 {--theme-font-family:Poppins, Sans-Serif;--theme-font-weight:500;--theme-font-size:30px;--theme-line-height:2em;}h4 {--theme-font-family:Poppins, Sans-Serif;--theme-font-weight:500;--theme-font-size:25px;--theme-line-height:2em;}h5 {--theme-font-family:Poppins, Sans-Serif;--theme-font-weight:500;--theme-font-size:20px;--theme-line-height:2em;}h6 {--theme-font-family:Poppins, Sans-Serif;--theme-font-weight:500;--theme-font-size:16px;--theme-line-height:1.5;}.wp-block-quote {--theme-font-family:Roboto, Sans-Serif;--theme-font-weight:400;--theme-font-size:15px;--theme-line-height:2em;}.wp-block-pullquote {--theme-font-family:Roboto, Sans-Serif;--theme-font-weight:400;--theme-font-size:25px;--theme-line-height:2em;}pre, code, samp, kbd {--theme-font-family:Roboto, Sans-Serif;--theme-font-weight:400;--theme-font-size:16px;--theme-line-height:2em;}figcaption {--theme-font-size:14px;}.ct-sidebar .widget-title {--theme-font-size:20px;}.ct-breadcrumbs {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;}body {background-color:var(--theme-palette-color-7);background-image:none;} [data-prefix="single_blog_post"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix="single_blog_post"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix="categories"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix="categories"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix="search"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix="search"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix="author"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix="author"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix="author"] .hero-section[data-type="type-2"] {background-color:var(--theme-palette-color-6);background-image:none;--container-padding:50px 0px;} [data-prefix="single_page"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix="single_page"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix="blog"] .entries {--grid-template-columns:repeat(4, minmax(0, 1fr));} [data-prefix="blog"] .entry-card .entry-title {--theme-font-size:20px;--theme-line-height:1.3;} [data-prefix="blog"] .entry-card .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-prefix="blog"] .entry-card {background-color:var(--theme-palette-color-8);--theme-box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);} [data-prefix="categories"] .entries {--grid-template-columns:repeat(4, minmax(0, 1fr));} [data-prefix="categories"] .entry-card .entry-title {--theme-font-size:20px;--theme-line-height:1.3;} [data-prefix="categories"] .entry-card .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-prefix="categories"] .entry-card {background-color:var(--theme-palette-color-8);--theme-box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);} [data-prefix="author"] .entries {--grid-template-columns:repeat(3, minmax(0, 1fr));} [data-prefix="author"] .entry-card .entry-title {--theme-font-size:20px;--theme-line-height:1.3;} [data-prefix="author"] .entry-card .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-prefix="author"] .entry-card {background-color:var(--theme-palette-color-8);--theme-box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);} [data-prefix="search"] .entries {--grid-template-columns:repeat(4, minmax(0, 1fr));} [data-prefix="search"] .entry-card .entry-title {--theme-font-size:20px;--theme-line-height:1.3;} [data-prefix="search"] .entry-card .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-prefix="search"] .entry-card {background-color:var(--theme-palette-color-8);--theme-box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);}form textarea {--theme-form-field-height:170px;}.ct-sidebar {--theme-link-initial-color:var(--theme-text-color);} [data-prefix="single_blog_post"] [class*="ct-container"] > article[class*="post"] {--has-boxed:var(--false);--has-wide:var(--true);} [data-prefix="single_page"] [class*="ct-container"] > article[class*="post"] {--has-boxed:var(--false);--has-wide:var(--true);}@media (max-width: 999.98px) {[data-header*="type-1"] .ct-header [data-row*="middle"] {--height:70px;} [data-header*="type-1"] #offcanvas {--side-panel-width:65vw;} [data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {--grid-template-columns:initial;} [data-prefix="blog"] .entries {--grid-template-columns:repeat(2, minmax(0, 1fr));} [data-prefix="categories"] .entries {--grid-template-columns:repeat(2, minmax(0, 1fr));} [data-prefix="author"] .entries {--grid-template-columns:repeat(2, minmax(0, 1fr));} [data-prefix="search"] .entries {--grid-template-columns:repeat(2, minmax(0, 1fr));}}@media (max-width: 689.98px) {[data-header*="type-1"] #offcanvas {--side-panel-width:90vw;} [data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {--container-spacing:15px;--grid-template-columns:initial;}h3 {--theme-font-size:20px;} [data-prefix="blog"] .entries {--grid-template-columns:repeat(1, minmax(0, 1fr));} [data-prefix="blog"] .entry-card .entry-title {--theme-font-size:18px;} [data-prefix="categories"] .entry-card .entry-title {--theme-font-size:18px;} [data-prefix="author"] .entries {--grid-template-columns:repeat(1, minmax(0, 1fr));} [data-prefix="author"] .entry-card .entry-title {--theme-font-size:18px;} [data-prefix="search"] .entries {--grid-template-columns:repeat(1, minmax(0, 1fr));} [data-prefix="search"] .entry-card .entry-title {--theme-font-size:18px;}:root {--theme-content-vertical-spacing:50px;--theme-container-edge-spacing:88vw;}}</style> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link rel="preload" as="style" href="//fonts.googleapis.com/css?family=Open+Sans&display=swap" /> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans&display=swap" media="all" /> <meta name="generator" content="Elementor 3.27.3; features: e_font_icon_svg, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap"> <style type="text/css">.broken_link, a.broken_link { text-decoration: line-through; }</style><script type="rocketlazyloadscript" id="google_gtagjs" data-rocket-src="https://www.googletagmanager.com/gtag/js?id=G-B5JGX81DBD" async></script> <script type="rocketlazyloadscript" id="google_gtagjs-inline"> window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-B5JGX81DBD', {} ); </script> <style> div[id*='ajaxsearchlitesettings'].searchsettings .asl_option_inner label { font-size: 0px !important; color: rgba(0, 0, 0, 0); } div[id*='ajaxsearchlitesettings'].searchsettings .asl_option_inner label:after { font-size: 11px !important; position: absolute; top: 0; left: 0; z-index: 1; } .asl_w_container { width: 100%; margin: 1px 1px 1px 1px; min-width: 200px; } div[id*='ajaxsearchlite'].asl_m { width: 100%; } div[id*='ajaxsearchliteres'].wpdreams_asl_results div.resdrg span.highlighted { font-weight: bold; color: rgba(217, 49, 43, 1); background-color: rgba(238, 238, 238, 1); } div[id*='ajaxsearchliteres'].wpdreams_asl_results .results img.asl_image { width: 50px; height: 50px; object-fit: contain; } div.asl_r .results { max-height: none; } div.asl_r.asl_w.vertical .results .item::after { display: block; position: absolute; bottom: 0; content: ''; height: 1px; width: 100%; background: #D8D8D8; } div.asl_r.asl_w.vertical .results .item.asl_last_item::after { display: none; } .elementor-kit-29653 { font-size: 15px; } </style> <link rel="icon" href="https://riverbendconsulting.com/wp-content/uploads/2023/02/cropped-Favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://riverbendconsulting.com/wp-content/uploads/2023/02/cropped-Favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://riverbendconsulting.com/wp-content/uploads/2023/02/cropped-Favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://riverbendconsulting.com/wp-content/uploads/2023/02/cropped-Favicon-270x270.png" /> <style id="wp-custom-css"> blockquote { font-family: Roboto, serif; font-size: 18px; font-style: italic; max-width: 900px; margin: 0px 20px 20px 0px; padding: 40px 10px 30px 60px; line-height: 1.45; position: relative; color: #000000; background:#eeeeee; } blockquote:before { content: "\201C"; font-size: 95px; position: absolute; left: 10px; top: 0px; color: #EF7622; } blockquote cite { color: #999999; font-size: 15px; display: block; margin-top: 5px; } blockquote cite:before { content: "\2014 \2009"; } /*blockquote { font-family: Roboto, serif; font-size: 15px; font-style: italic; width: 700px; margin: 30px 30px 30px 30px; padding: 30px 30px 30px 30px; line-height: 1.45; position: relative; color: #383838; border-left:3px dashed #0033A0; background:#eee; } blockquote cite { color: #999999; font-size: 15px; display: block; margin-top: 5px; } blockquote cite:before { content: "\2014 \2009"; }*/ form.post-password-form { padding: 100px; font-size: 20px; } .check-tut-form .elementor-field-type-checkbox > { flex: 0 1 300px } .with_frm_style .frm_inline_box { font-size: 40%; } /* Show Hide Sticky Header Speed Control */ #hide-header { transition: all .4s ease!important; } @media (max-width:480px) { .hsform ul { list-style-type: none; margin: 0 0 15px 0; padding: 0; -webkit-column-count: 1 !important; -moz-column-count: 1 !important; column-count: 1 !important; } } @media (min-width:801px) { .hsform ul { list-style-type: none; margin: 0 0 15px 0; padding: 0; -webkit-column-count: 1 !important; -moz-column-count: 1 !important; column-count: 1 !important; } } @media (min-width:1024px){ .hsform ul { list-style-type: none; margin: 0 0 15px 0; padding: 0; -webkit-column-count: 2 !important; -moz-column-count: 2 !important; column-count: 2 !important; } } .hsform li span { padding-left: 2px; padding-top: 2px; } .hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) { margin-bottom: 10px; } .hsform .no-list.hs-error-msgs.inputs-list { column-count: 1 !important } .hsform .hs_notes.hs-notes.hs-fieldtype-textarea.field.hs-form-field { margin-bottom: 10px; } .hs_users_to_consent_to_sms ul.inputs-list { column-count: 1 !important; } #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input { font-family: 'Roboto'; font-size: 15px; } /* input.hs-button.primary.large { width: 100%; }*/ </style> <style type="text/css">/** Mega Menu CSS: fs **/</style> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript> </head> <body class="elementor-default elementor-template-full-width elementor-kit-29653 elementor-page elementor-page-64767" data-link="type-2" data-prefix="single_page" data-footer="type-1" itemscope="itemscope" itemtype="https://schema.org/WebPage"> <a class="skip-link screen-reader-text" href="#main">Skip to content</a> <div id="main-container"> <div data-elementor-type="header" data-elementor-id="71492" class="elementor elementor-71492 elementor-location-header" data-elementor-post-type="elementor_library"> <div class="elementor-element elementor-element-65ca044 e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-parent" data-id="65ca044" data-element_type="container"> <div class="elementor-element elementor-element-36d3519 e-con-full e-flex e-con e-child" data-id="36d3519" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-element elementor-element-245237c elementor-widget elementor-widget-text-editor" data-id="245237c" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span style="color: #ffffff;"><a style="color: #ffffff;" href="https://riverbendconsulting.com/newsletter/"><span style="text-decoration: underline;">Subscribe to our monthly newsletter</span> for the latest Amazon insights and expert advice.</a></span></p> </div> </div> </div> </div> <div class="elementor-element elementor-element-6756036a elementor-hidden-mobile e-con-full elementor-hidden-tablet e-flex e-con e-parent" data-id="6756036a" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-element elementor-element-75959ebe e-flex e-con-boxed e-con e-child" data-id="75959ebe" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-57407d50 elementor-widget__width-initial elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="57407d50" data-element_type="widget" data-widget_type="theme-site-logo.default"> <div class="elementor-widget-container"> <a href="https://riverbendconsulting.com"> <img width="400" height="191" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20191'%3E%3C/svg%3E" class="attachment-full size-full wp-image-25275" alt="Riverbend Consulting" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR.png 400w, https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR-300x143.png 300w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR.png" /><noscript><img width="400" height="191" src="https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR.png" class="attachment-full size-full wp-image-25275" alt="Riverbend Consulting" srcset="https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR.png 400w, https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR-300x143.png 300w" sizes="(max-width: 400px) 100vw, 400px" /></noscript> </a> </div> </div> <div class="elementor-element elementor-element-2c137ab2 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="2c137ab2" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-large size-large wp-image-28308" alt="Inc5000_logo" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2022/09/Inc5000_logo.png 150w, https://riverbendconsulting.com/wp-content/uploads/2022/09/Inc5000_logo-66x66.png 66w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2022/09/Inc5000_logo.png" /><noscript><img width="150" height="150" src="https://riverbendconsulting.com/wp-content/uploads/2022/09/Inc5000_logo.png" class="attachment-large size-large wp-image-28308" alt="Inc5000_logo" srcset="https://riverbendconsulting.com/wp-content/uploads/2022/09/Inc5000_logo.png 150w, https://riverbendconsulting.com/wp-content/uploads/2022/09/Inc5000_logo-66x66.png 66w" sizes="(max-width: 150px) 100vw, 150px" /></noscript> </div> </div> <div class="elementor-element elementor-element-f2af605 elementor-widget__width-initial e-full_width e-n-menu-layout-horizontal e-n-menu-tablet elementor-widget elementor-widget-n-menu" data-id="f2af605" data-element_type="widget" data-settings="{&quot;menu_items&quot;:[{&quot;item_title&quot;:&quot;Appeals&quot;,&quot;_id&quot;:&quot;b65eec0&quot;,&quot;item_dropdown_content&quot;:&quot;yes&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;},{&quot;item_title&quot;:&quot;Services&quot;,&quot;_id&quot;:&quot;c31c9e6&quot;,&quot;item_dropdown_content&quot;:&quot;yes&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;},{&quot;item_title&quot;:&quot;About&quot;,&quot;_id&quot;:&quot;3912909&quot;,&quot;item_dropdown_content&quot;:&quot;yes&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;},{&quot;item_title&quot;:&quot;Blog&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;https:\/\/riverbendconsulting.com\/blog\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;item_dropdown_content&quot;:&quot;&quot;,&quot;_id&quot;:&quot;f241b21&quot;,&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;}],&quot;item_position_horizontal&quot;:&quot;start&quot;,&quot;content_width&quot;:&quot;full_width&quot;,&quot;item_layout&quot;:&quot;horizontal&quot;,&quot;open_on&quot;:&quot;hover&quot;,&quot;horizontal_scroll&quot;:&quot;disable&quot;,&quot;breakpoint_selector&quot;:&quot;tablet&quot;,&quot;menu_item_title_distance_from_content&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;menu_item_title_distance_from_content_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;menu_item_title_distance_from_content_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="mega-menu.default"> <div class="elementor-widget-container"> <nav class="e-n-menu" data-widget-number="254" aria-label="Menu"> <button class="e-n-menu-toggle" id="menu-toggle-254" aria-haspopup="true" aria-expanded="false" aria-controls="menubar-254" aria-label="Menu Toggle"> <span class="e-n-menu-toggle-icon e-open"> <svg class="e-font-icon-svg e-eicon-menu-bar" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z"></path></svg> </span> <span class="e-n-menu-toggle-icon e-close"> <svg class="e-font-icon-svg e-eicon-close" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg> </span> </button> <div class="e-n-menu-wrapper" id="menubar-254" aria-labelledby="menu-toggle-254"> <ul class="e-n-menu-heading"> <li class="e-n-menu-item"> <div id="e-n-menu-title-2541" class="e-n-menu-title"> <div class="e-n-menu-title-container"> <span class="e-n-menu-title-text"> Appeals </span> </div> <button id="e-n-menu-dropdown-icon-2541" class="e-n-menu-dropdown-icon e-focus" data-tab-index="1" aria-haspopup="true" aria-expanded="false" aria-controls="e-n-menu-content-2541" > <span class="e-n-menu-dropdown-icon-opened"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg> <span class="elementor-screen-only">Close Appeals</span> </span> <span class="e-n-menu-dropdown-icon-closed"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-caret-down" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg> <span class="elementor-screen-only">Open Appeals</span> </span> </button> </div> <div class="e-n-menu-content"> <div id="e-n-menu-content-2541" data-tab-index="1" aria-labelledby="e-n-menu-dropdown-icon-2541" class="elementor-element elementor-element-5dee854b e-flex e-con-boxed e-con e-child" data-id="5dee854b" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-4a3941a4 e-flex e-con-boxed e-con e-child" data-id="4a3941a4" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-3335e888 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="3335e888" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">Appeals (3P Sellers)</h5><p class="elementor-image-box-description"><a href="/3p-account-suspension-appeal/">Amazon Account Appeal</a><br> <a href="/3p-asin-suspension-appeal/">Amazon ASIN Appeal</a><br> <a href="/brand-registry/">Brand Registry Appeal</a><br> <a href="/amazon-account-transition-services/">Amazon Account Transition Services</a><br> <a href="/amazon-kindle-direct-publishing/">Amazon Kindle Direct Publishing Appeal</a> </p></div></div> </div> </div> <div class="elementor-element elementor-element-3d2f5d4f elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="3d2f5d4f" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-7dc1d9eb elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="7dc1d9eb" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><p class="elementor-image-box-description"><a href="/walmart-suspension-appeal/">Walmart Account Appeal</a> <br> <a href="/walmart-item-appeal/">Walmart Item Appeal </a></p></div></div> </div> </div> </div> </div> <div class="elementor-element elementor-element-7bf314df elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="7bf314df" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">Appeals (1P Vendors)</h5><p class="elementor-image-box-description"><a href="/vendor-account-suspension-appeal/">Amazon Account Appeal</a><br> <a href="/vendor-asin-suspension-appeals/">Amazon ASIN Appeal</a><br> <a href="/brand-registry/">Brand Registry Appeal</a><br></p></div></div> </div> </div> <div class="elementor-element elementor-element-64fdaac6 e-flex e-con-boxed e-con e-child" data-id="64fdaac6" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-54830c87 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="54830c87" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">QUICK ACCESS</h5><p class="elementor-image-box-description"><a href="tel:+18772891017">Call Us</a><br> <a href="/contact/">Contact Us</a><br> </p></div></div> </div> </div> <div class="elementor-element elementor-element-4875214c elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4875214c" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-213d3ab9 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="213d3ab9" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><p class="elementor-image-box-description"> <a href="https://www.trustpilot.com/review/riverbendconsulting.com" style="color: #00B67A"><b>Customer Reviews</b></a></p></div></div> </div> </div> </div> </div> </div> </div> </div> </li> <li class="e-n-menu-item"> <div id="e-n-menu-title-2542" class="e-n-menu-title"> <div class="e-n-menu-title-container"> <span class="e-n-menu-title-text"> Services </span> </div> <button id="e-n-menu-dropdown-icon-2542" class="e-n-menu-dropdown-icon e-focus" data-tab-index="2" aria-haspopup="true" aria-expanded="false" aria-controls="e-n-menu-content-2542" > <span class="e-n-menu-dropdown-icon-opened"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg> <span class="elementor-screen-only">Close Services</span> </span> <span class="e-n-menu-dropdown-icon-closed"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-caret-down" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg> <span class="elementor-screen-only">Open Services</span> </span> </button> </div> <div class="e-n-menu-content"> <div id="e-n-menu-content-2542" data-tab-index="2" aria-labelledby="e-n-menu-dropdown-icon-2542" class="elementor-element elementor-element-5c5a7e9c e-flex e-con-boxed e-con e-child" data-id="5c5a7e9c" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-4dea085 e-con-full e-flex e-con e-child" data-id="4dea085" data-element_type="container"> <div class="elementor-element elementor-element-68fcfa8e elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="68fcfa8e" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">Appeals (3P Sellers)</h5><p class="elementor-image-box-description"><a href="/3p-account-suspension-appeal/">Amazon Account Appeal</a><br> <a href="/3p-asin-suspension-appeal/">Amazon ASIN Appeal</a><br> <a href="/brand-registry/">Brand Registry Appeal</a><br> <a href="/amazon-kindle-direct-publishing/">Amazon Kindle Direct Publishing Appeal</a></p></div></div> </div> </div> <div class="elementor-element elementor-element-55d0e5a8 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="55d0e5a8" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-3d9acf04 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="3d9acf04" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><p class="elementor-image-box-description"><a href="/walmart-suspension-appeal/">Walmart Account Appeal</a> <br> <a href="/walmart-marketplace-consultant/">Walmart Item Appeal </a> </p></div></div> </div> </div> </div> <div class="elementor-element elementor-element-73b18fb elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="73b18fb" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">Account Care (3P Sellers)</h5><p class="elementor-image-box-description"><a href="/amazon-account-transition-services/">Amazon Account Transition Services</a><br> <a href="/seller-account-protection/">Seller Account Protection (SAP)</a><br> <a href="/vip-sap/">VIP Seller Account Protection</a><br> <a href="/toughest-amazon-issues/">Tough Stuff Solutions</a><br> <a href="/reimbursement/">FBA Reimbursements</a><br> <a href="/walmart-reimbursement/">Walmart Reimbursements</a><br> <a href="/amazon-seller-account-support/">Account Support</a> <br> <a href="/va-services/">Virtual Assistants</a> <br></p></div></div> </div> </div> <div class="elementor-element elementor-element-60065948 e-con-full e-flex e-con e-child" data-id="60065948" data-element_type="container"> <div class="elementor-element elementor-element-67f64ae1 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="67f64ae1" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">Appeals (1P Vendors)</h5><p class="elementor-image-box-description"><a href="/vendor-account-suspension-appeal/">Amazon Account Appeal</a><br> <a href="/vendor-asin-suspension-appeals/">Amazon ASIN Appeal</a><br> <a href="/brand-registry/">Brand Registry Appeal</a></p></div></div> </div> </div> <div class="elementor-element elementor-element-3404bc71 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="3404bc71" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-e896143 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="e896143" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><p class="elementor-image-box-description"><a href="/amazon-disputes/">Vendor Invoice Disputes</a><br> <a href="/vendor-central-consulting/">Vendor Consultation and Problem Solving</a><br></p></div></div> </div> </div> </div> <div class="elementor-element elementor-element-4018d669 e-con-full e-flex e-con e-child" data-id="4018d669" data-element_type="container"> <div class="elementor-element elementor-element-7659f3f0 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="7659f3f0" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">QUICK ACCESS</h5><p class="elementor-image-box-description"><a href="tel:+18772891017">Call Us</a><br> <a href="/contact/">Contact Us</a><br> </p></div></div> </div> </div> <div class="elementor-element elementor-element-31b3ca53 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="31b3ca53" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-1ee212ec elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="1ee212ec" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><p class="elementor-image-box-description"> <a href="https://www.trustpilot.com/review/riverbendconsulting.com" style="color: #00B67A"><b>Customer Reviews</b></a></p></div></div> </div> </div> </div> </div> </div> </div> </li> <li class="e-n-menu-item"> <div id="e-n-menu-title-2543" class="e-n-menu-title"> <div class="e-n-menu-title-container"> <span class="e-n-menu-title-text"> About </span> </div> <button id="e-n-menu-dropdown-icon-2543" class="e-n-menu-dropdown-icon e-focus" data-tab-index="3" aria-haspopup="true" aria-expanded="false" aria-controls="e-n-menu-content-2543" > <span class="e-n-menu-dropdown-icon-opened"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg> <span class="elementor-screen-only">Close About</span> </span> <span class="e-n-menu-dropdown-icon-closed"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-caret-down" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg> <span class="elementor-screen-only">Open About</span> </span> </button> </div> <div class="e-n-menu-content"> <div id="e-n-menu-content-2543" data-tab-index="3" aria-labelledby="e-n-menu-dropdown-icon-2543" class="elementor-element elementor-element-78019356 e-flex e-con-boxed e-con e-child" data-id="78019356" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-2b288938 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="2b288938" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">About Us</h5><p class="elementor-image-box-description"><a href="/about/">Our Founders</a><br> <a href="https://riverbendconsulting.com/our-team/">Our Team</a><br> <a href="https://riverbendconsulting.com/happy-hour-podcast/">Our Podcast</a><br> <a href="https://riverbendconsulting.com/theamazonincubator/">Book: The Amazon Incubator, by Lesley Hensell</a></p></div></div> </div> </div> <div class="elementor-element elementor-element-49000cd5 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="49000cd5" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">News</h5><p class="elementor-image-box-description"><a href="https://riverbendconsulting.com/about-riverbend-pressroom/">Press Room</a><br> <a href="/press-release/">News Releases</a><br> <a href="/media/">Media Coverage</a><br> <a href="/podcast-coverage/">Podcast Coverage</a></p></div></div> </div> </div> <div class="elementor-element elementor-element-37985d7c e-flex e-con-boxed e-con e-child" data-id="37985d7c" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-73df23ee elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="73df23ee" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">QUICK ACCESS</h5><p class="elementor-image-box-description"><a href="tel:+18772891017">Call Us</a><br> <a href="/contact/">Contact Us</a><br> </p></div></div> </div> </div> <div class="elementor-element elementor-element-65816df5 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="65816df5" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-2f08e292 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="2f08e292" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><p class="elementor-image-box-description"> <a href="https://www.trustpilot.com/review/riverbendconsulting.com" style="color: #00B67A"><b>Customer Reviews</b></a></p></div></div> </div> </div> </div> </div> </div> </div> </div> </li> <li class="e-n-menu-item"> <div id="e-n-menu-title-2544" class="e-n-menu-title"> <a class="e-n-menu-title-container e-focus e-link" href="https://riverbendconsulting.com/blog/"> <span class="e-n-menu-title-text"> Blog </span> </a> </div> </li> </ul> </div> </nav> </div> </div> <div class="elementor-element elementor-element-388b1409 elementor-widget-mobile__width-initial elementor-widget__width-initial elementor-widget elementor-widget-shortcode" data-id="388b1409" data-element_type="widget" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <div class="elementor-shortcode"><div class="asl_w_container asl_w_container_1"> <div id='ajaxsearchlite1' data-id="1" data-instance="1" class="asl_w asl_m asl_m_1 asl_m_1_1"> <div class="probox"> <div class='prosettings' style='display:none;' data-opened=0> <div class='innericon'> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="22" height="22" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve"> <polygon transform = "rotate(90 256 256)" points="142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 "/> </svg> </div> </div> <div class='proinput'> <form role="search" action='#' autocomplete="off" aria-label="Search form"> <input aria-label="Search input" type='search' class='orig' tabindex="0" name='phrase' placeholder='Search here..' value='' autocomplete="off"/> <input aria-label="Search autocomplete" type='text' class='autocomplete' tabindex="-1" name='phrase' value='' autocomplete="off" disabled/> <input type='submit' value="Start search" style='width:0; height: 0; visibility: hidden;'> </form> </div> <button class='promagnifier' tabindex="0" aria-label="Search magnifier"> <span class='innericon' style="display:block;"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="22" height="22" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve"> <path d="M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037 C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041 c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056 c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041 z"/> </svg> </span> </button> <div class='proloading'> <div class="asl_loader"><div class="asl_loader-inner asl_simple-circle"></div></div> </div> <div class='proclose'> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="12" height="12" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve"> <polygon points="438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 "/> </svg> </div> </div> </div> <div class='asl_data_container' style="display:none !important;"> <div class="asl_init_data wpdreams_asl_data_ct" style="display:none !important;" id="asl_init_id_1" data-asl-id="1" data-asl-instance="1" data-asldata="ew0KCSJob21ldXJsIjogImh0dHBzOi8vcml2ZXJiZW5kY29uc3VsdGluZy5jb20vIiwNCgkicmVzdWx0c3R5cGUiOiAidmVydGljYWwiLA0KCSJyZXN1bHRzcG9zaXRpb24iOiAiaG92ZXIiLA0KCSJpdGVtc2NvdW50IjogNCwNCgkiY2hhcmNvdW50IjogIDAsDQoJImhpZ2hsaWdodCI6IDAsDQoJImhpZ2hsaWdodHdob2xld29yZHMiOiAxLA0KCSJzaW5nbGVIaWdobGlnaHQiOiAwLA0KCSJzY3JvbGxUb1Jlc3VsdHMiOiB7DQoJCSJlbmFibGVkIjogMSwNCgkJIm9mZnNldCI6IDANCgl9LA0KCSJyZXN1bHRhcmVhY2xpY2thYmxlIjogMSwNCgkiYXV0b2NvbXBsZXRlIjogew0KCQkiZW5hYmxlZCIgOiAwLA0KCQkibGFuZyIgOiAiZW4iLA0KCQkidHJpZ2dlcl9jaGFyY291bnQiIDogMA0KCX0sDQoJIm1vYmlsZSI6IHsNCgkJIm1lbnVfc2VsZWN0b3IiOiAiI21lbnUtdG9nZ2xlIg0KCX0sDQoJInRyaWdnZXIiOiB7DQoJCSJjbGljayI6ICJhamF4X3NlYXJjaCIsDQoJCSJjbGlja19sb2NhdGlvbiI6ICJzYW1lIiwNCgkJInVwZGF0ZV9ocmVmIjogMCwNCgkJInJldHVybiI6ICJhamF4X3NlYXJjaCIsDQoJCSJyZXR1cm5fbG9jYXRpb24iOiAic2FtZSIsDQoJCSJmYWNldCI6IDEsDQoJCSJ0eXBlIjogMCwNCgkJInJlZGlyZWN0X3VybCI6ICI/cz17cGhyYXNlfSIsDQoJCSJkZWxheSI6IDMwMA0KCX0sDQogICAgImFuaW1hdGlvbnMiOiB7DQogICAgICAgICJwYyI6IHsNCiAgICAgICAgICAgICJzZXR0aW5ncyI6IHsNCiAgICAgICAgICAgICAgICAiYW5pbSIgOiAiZmFkZWRyb3AiLA0KICAgICAgICAgICAgICAgICJkdXIiICA6IDMwMA0KICAgICAgICAgICAgfSwNCiAgICAgICAgICAgICJyZXN1bHRzIiA6IHsNCgkJCQkiYW5pbSIgOiAiZmFkZWRyb3AiLA0KCQkJCSJkdXIiICA6IDMwMA0KICAgICAgICAgICAgfSwNCiAgICAgICAgICAgICJpdGVtcyIgOiAidm9pZGFuaW0iDQogICAgICAgIH0sDQogICAgICAgICJtb2IiOiB7DQogICAgICAgICAgICAic2V0dGluZ3MiOiB7DQogICAgICAgICAgICAgICAgImFuaW0iIDogImZhZGVkcm9wIiwNCiAgICAgICAgICAgICAgICAiZHVyIiAgOiAzMDANCiAgICAgICAgICAgIH0sDQogICAgICAgICAgICAicmVzdWx0cyIgOiB7DQoJCQkJImFuaW0iIDogImZhZGVkcm9wIiwNCgkJCQkiZHVyIiAgOiAzMDANCiAgICAgICAgICAgIH0sDQogICAgICAgICAgICAiaXRlbXMiIDogInZvaWRhbmltIg0KICAgICAgICB9DQogICAgfSwNCgkiYXV0b3AiOiB7DQoJCSJzdGF0ZSI6ICJkaXNhYmxlZCIsDQoJCSJwaHJhc2UiOiAiIiwNCgkJImNvdW50IjogMQl9LA0KICAgICJyZXNQYWdlIjogew0KICAgICAgICAidXNlQWpheCI6IDAsDQogICAgICAgICJzZWxlY3RvciI6ICIjbWFpbiIsDQogICAgICAgICJ0cmlnZ2VyX3R5cGUiOiAxLA0KICAgICAgICAidHJpZ2dlcl9mYWNldCI6IDEsDQogICAgICAgICJ0cmlnZ2VyX21hZ25pZmllciI6IDAsDQogICAgICAgICJ0cmlnZ2VyX3JldHVybiI6IDAgICAgfSwNCgkicmVzdWx0c1NuYXBUbyI6ICJsZWZ0IiwNCiAgICAicmVzdWx0cyI6IHsNCiAgICAgICAgIndpZHRoIjogImF1dG8iLA0KICAgICAgICAid2lkdGhfdGFibGV0IjogImF1dG8iLA0KICAgICAgICAid2lkdGhfcGhvbmUiOiAiYXV0byINCiAgICB9LA0KCSJzZXR0aW5nc2ltYWdlcG9zIjogInJpZ2h0IiwNCgkiY2xvc2VPbkRvY0NsaWNrIjogMSwNCgkib3ZlcnJpZGV3cGRlZmF1bHQiOiAwLA0KCSJvdmVycmlkZV9tZXRob2QiOiAiZ2V0Ig0KfQ0K"></div> <div id="asl_hidden_data"> <svg style="position:absolute" height="0" width="0"> <filter id="aslblur"> <feGaussianBlur in="SourceGraphic" stdDeviation="4"/> </filter> </svg> <svg style="position:absolute" height="0" width="0"> <filter id="no_aslblur"></filter> </svg> </div> </div> <div id='ajaxsearchliteres1' class='vertical wpdreams_asl_results asl_w asl_r asl_r_1 asl_r_1_1'> <div class="results"> <div class="resdrg"> </div> </div> </div> <div id='__original__ajaxsearchlitesettings1' data-id="1" class="searchsettings wpdreams_asl_settings asl_w asl_s asl_s_1"> <form name='options' aria-label="Search settings form" autocomplete = 'off'> <input type="hidden" name="filters_changed" style="display:none;" value="0"> <input type="hidden" name="filters_initial" style="display:none;" value="1"> <div class="asl_option_inner hiddend"> <input type='hidden' name='qtranslate_lang' id='qtranslate_lang1' value='0'/> </div> <fieldset class="asl_sett_scroll"> <legend style="display: none;">Generic selectors</legend> <div class="asl_option" tabindex="0"> <div class="asl_option_inner"> <input type="checkbox" value="exact" aria-label="Exact matches only" name="asl_gen[]" checked="checked"/> <div class="asl_option_checkbox"></div> </div> <div class="asl_option_label"> Exact matches only </div> </div> <div class="asl_option" tabindex="0"> <div class="asl_option_inner"> <input type="checkbox" value="title" aria-label="Search in title" name="asl_gen[]" checked="checked"/> <div class="asl_option_checkbox"></div> </div> <div class="asl_option_label"> Search in title </div> </div> <div class="asl_option hiddend" tabindex="0"> <div class="asl_option_inner"> <input type="checkbox" value="content" aria-label="Search in content" name="asl_gen[]" checked="checked"/> <div class="asl_option_checkbox"></div> </div> <div class="asl_option_label"> Search in content </div> </div> <div class="asl_option_inner hiddend"> <input type="checkbox" value="excerpt" aria-label="Search in excerpt" name="asl_gen[]" /> <div class="asl_option_checkbox"></div> </div> </fieldset> <fieldset class="asl_sett_scroll"> <legend style="display: none;">Post Type Selectors</legend> <div class="asl_option" tabindex="0"> <div class="asl_option_inner"> <input type="checkbox" value="post" aria-label="post" name="customset[]" checked="checked"/> <div class="asl_option_checkbox"></div> </div> <div class="asl_option_label"> post </div> </div> <div class="asl_option_inner hiddend"> <input type="checkbox" value="page" aria-label="Hidden option, ignore please" name="customset[]" checked="checked"/> </div> </fieldset> </form> </div> </div></div> </div> </div> <div class="elementor-element elementor-element-71b9a485 e-con-full e-flex e-con e-child" data-id="71b9a485" data-element_type="container"> <div class="elementor-element elementor-element-321f693e e-flex e-con-boxed e-con e-child" data-id="321f693e" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-235406b6 elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-right elementor-widget__width-initial elementor-tablet-align-right elementor-widget elementor-widget-icon-list" data-id="235406b6" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.facebook.com/RiverbendConsultingLLC/" target="_blank" arial-label="facebookicon" title="Facebook"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-facebook-f" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://twitter.com/RiverbendConsul" target="_blank" arial-label="twittericon" title="Twitter"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-x-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.linkedin.com/company/riverbend-consulting-amz/" target="_blank" arial-label="linkedInicon" title="LinkedIn"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-linkedin-in" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.instagram.com/riverbendconsulting/" target="_blank" arial-label="instagramicon" title="Instagram"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-instagram" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.youtube.com/c/RiverbendConsulting" target="_blank" arial-label="youtubeicon" title="YouTube"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-youtube" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.tiktok.com/@riverbendconsulting"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-tiktok" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> </ul> </div> </div> <div class="elementor-element elementor-element-491077ec elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="491077ec" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="720" height="123" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20720%20123'%3E%3C/svg%3E" class="attachment-full size-full wp-image-65358" alt="amazon_spn" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2023/09/amazon_spn.png 720w, https://riverbendconsulting.com/wp-content/uploads/2023/09/amazon_spn-300x51.png 300w" data-lazy-sizes="(max-width: 720px) 100vw, 720px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2023/09/amazon_spn.png" /><noscript><img width="720" height="123" src="https://riverbendconsulting.com/wp-content/uploads/2023/09/amazon_spn.png" class="attachment-full size-full wp-image-65358" alt="amazon_spn" srcset="https://riverbendconsulting.com/wp-content/uploads/2023/09/amazon_spn.png 720w, https://riverbendconsulting.com/wp-content/uploads/2023/09/amazon_spn-300x51.png 300w" sizes="(max-width: 720px) 100vw, 720px" /></noscript> </div> </div> </div> </div> <div class="elementor-element elementor-element-2bcf051 e-flex e-con-boxed e-con e-child" data-id="2bcf051" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-4c7262ea elementor-widget__width-auto elementor-align-right elementor-widget elementor-widget-button" data-id="4c7262ea" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="tel:+18772891017"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">877-289-1017</span> </span> </a> </div> </div> </div> <div class="elementor-element elementor-element-46563758 elementor-widget__width-auto elementor-align-right elementor-widget elementor-widget-button" data-id="46563758" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="/contact/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Contact Us</span> </span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-6596991e elementor-hidden-mobile e-con-full elementor-hidden-desktop e-flex e-con e-parent" data-id="6596991e" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-element elementor-element-310a20e5 e-flex e-con-boxed e-con e-child" data-id="310a20e5" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-5bbd7688 elementor-widget__width-initial elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="5bbd7688" data-element_type="widget" data-widget_type="theme-site-logo.default"> <div class="elementor-widget-container"> <a href="https://riverbendconsulting.com"> <img width="400" height="191" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20191'%3E%3C/svg%3E" class="attachment-full size-full wp-image-25275" alt="Riverbend Consulting" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR.png 400w, https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR-300x143.png 300w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR.png" /><noscript><img width="400" height="191" src="https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR.png" class="attachment-full size-full wp-image-25275" alt="Riverbend Consulting" srcset="https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR.png 400w, https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR-300x143.png 300w" sizes="(max-width: 400px) 100vw, 400px" /></noscript> </a> </div> </div> <div class="elementor-element elementor-element-699aad17 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="699aad17" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-large size-large wp-image-28308" alt="Inc5000_logo" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2022/09/Inc5000_logo.png 150w, https://riverbendconsulting.com/wp-content/uploads/2022/09/Inc5000_logo-66x66.png 66w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2022/09/Inc5000_logo.png" /><noscript><img width="150" height="150" src="https://riverbendconsulting.com/wp-content/uploads/2022/09/Inc5000_logo.png" class="attachment-large size-large wp-image-28308" alt="Inc5000_logo" srcset="https://riverbendconsulting.com/wp-content/uploads/2022/09/Inc5000_logo.png 150w, https://riverbendconsulting.com/wp-content/uploads/2022/09/Inc5000_logo-66x66.png 66w" sizes="(max-width: 150px) 100vw, 150px" /></noscript> </div> </div> <div class="elementor-element elementor-element-29046ad1 elementor-view-default elementor-widget elementor-widget-icon" data-id="29046ad1" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjY5NjcyIiwidG9nZ2xlIjpmYWxzZX0%3D"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-align-justify" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"></path></svg> </a> </div> </div> </div> <div class="elementor-element elementor-element-321bf6b9 elementor-widget-mobile__width-initial elementor-widget__width-initial elementor-widget elementor-widget-shortcode" data-id="321bf6b9" data-element_type="widget" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <div class="elementor-shortcode"><div class="asl_w_container asl_w_container_2"> <div id='ajaxsearchlite2' data-id="2" data-instance="1" class="asl_w asl_m asl_m_2 asl_m_2_1"> <div class="probox"> <div class='prosettings' style='display:none;' data-opened=0> <div class='innericon'> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="22" height="22" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve"> <polygon transform = "rotate(90 256 256)" points="142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 "/> </svg> </div> </div> <div class='proinput'> <form role="search" action='#' autocomplete="off" aria-label="Search form"> <input aria-label="Search input" type='search' class='orig' tabindex="0" name='phrase' placeholder='Search here..' value='' autocomplete="off"/> <input aria-label="Search autocomplete" type='text' class='autocomplete' tabindex="-1" name='phrase' value='' autocomplete="off" disabled/> <input type='submit' value="Start search" style='width:0; height: 0; visibility: hidden;'> </form> </div> <button class='promagnifier' tabindex="0" aria-label="Search magnifier"> <span class='innericon' style="display:block;"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="22" height="22" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve"> <path d="M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037 C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041 c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056 c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041 z"/> </svg> </span> </button> <div class='proloading'> <div class="asl_loader"><div class="asl_loader-inner asl_simple-circle"></div></div> </div> <div class='proclose'> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="12" height="12" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve"> <polygon points="438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 "/> </svg> </div> </div> </div> <div class='asl_data_container' style="display:none !important;"> <div class="asl_init_data wpdreams_asl_data_ct" style="display:none !important;" id="asl_init_id_2" data-asl-id="2" data-asl-instance="1" data-asldata="ew0KCSJob21ldXJsIjogImh0dHBzOi8vcml2ZXJiZW5kY29uc3VsdGluZy5jb20vIiwNCgkicmVzdWx0c3R5cGUiOiAidmVydGljYWwiLA0KCSJyZXN1bHRzcG9zaXRpb24iOiAiaG92ZXIiLA0KCSJpdGVtc2NvdW50IjogNCwNCgkiY2hhcmNvdW50IjogIDAsDQoJImhpZ2hsaWdodCI6IDAsDQoJImhpZ2hsaWdodHdob2xld29yZHMiOiAxLA0KCSJzaW5nbGVIaWdobGlnaHQiOiAwLA0KCSJzY3JvbGxUb1Jlc3VsdHMiOiB7DQoJCSJlbmFibGVkIjogMSwNCgkJIm9mZnNldCI6IDANCgl9LA0KCSJyZXN1bHRhcmVhY2xpY2thYmxlIjogMSwNCgkiYXV0b2NvbXBsZXRlIjogew0KCQkiZW5hYmxlZCIgOiAwLA0KCQkibGFuZyIgOiAiZW4iLA0KCQkidHJpZ2dlcl9jaGFyY291bnQiIDogMA0KCX0sDQoJIm1vYmlsZSI6IHsNCgkJIm1lbnVfc2VsZWN0b3IiOiAiI21lbnUtdG9nZ2xlIg0KCX0sDQoJInRyaWdnZXIiOiB7DQoJCSJjbGljayI6ICJhamF4X3NlYXJjaCIsDQoJCSJjbGlja19sb2NhdGlvbiI6ICJzYW1lIiwNCgkJInVwZGF0ZV9ocmVmIjogMCwNCgkJInJldHVybiI6ICJhamF4X3NlYXJjaCIsDQoJCSJyZXR1cm5fbG9jYXRpb24iOiAic2FtZSIsDQoJCSJmYWNldCI6IDEsDQoJCSJ0eXBlIjogMCwNCgkJInJlZGlyZWN0X3VybCI6ICI/cz17cGhyYXNlfSIsDQoJCSJkZWxheSI6IDMwMA0KCX0sDQogICAgImFuaW1hdGlvbnMiOiB7DQogICAgICAgICJwYyI6IHsNCiAgICAgICAgICAgICJzZXR0aW5ncyI6IHsNCiAgICAgICAgICAgICAgICAiYW5pbSIgOiAiZmFkZWRyb3AiLA0KICAgICAgICAgICAgICAgICJkdXIiICA6IDMwMA0KICAgICAgICAgICAgfSwNCiAgICAgICAgICAgICJyZXN1bHRzIiA6IHsNCgkJCQkiYW5pbSIgOiAiZmFkZWRyb3AiLA0KCQkJCSJkdXIiICA6IDMwMA0KICAgICAgICAgICAgfSwNCiAgICAgICAgICAgICJpdGVtcyIgOiAidm9pZGFuaW0iDQogICAgICAgIH0sDQogICAgICAgICJtb2IiOiB7DQogICAgICAgICAgICAic2V0dGluZ3MiOiB7DQogICAgICAgICAgICAgICAgImFuaW0iIDogImZhZGVkcm9wIiwNCiAgICAgICAgICAgICAgICAiZHVyIiAgOiAzMDANCiAgICAgICAgICAgIH0sDQogICAgICAgICAgICAicmVzdWx0cyIgOiB7DQoJCQkJImFuaW0iIDogImZhZGVkcm9wIiwNCgkJCQkiZHVyIiAgOiAzMDANCiAgICAgICAgICAgIH0sDQogICAgICAgICAgICAiaXRlbXMiIDogInZvaWRhbmltIg0KICAgICAgICB9DQogICAgfSwNCgkiYXV0b3AiOiB7DQoJCSJzdGF0ZSI6ICJkaXNhYmxlZCIsDQoJCSJwaHJhc2UiOiAiIiwNCgkJImNvdW50IjogMQl9LA0KICAgICJyZXNQYWdlIjogew0KICAgICAgICAidXNlQWpheCI6IDAsDQogICAgICAgICJzZWxlY3RvciI6ICIjbWFpbiIsDQogICAgICAgICJ0cmlnZ2VyX3R5cGUiOiAxLA0KICAgICAgICAidHJpZ2dlcl9mYWNldCI6IDEsDQogICAgICAgICJ0cmlnZ2VyX21hZ25pZmllciI6IDAsDQogICAgICAgICJ0cmlnZ2VyX3JldHVybiI6IDAgICAgfSwNCgkicmVzdWx0c1NuYXBUbyI6ICJsZWZ0IiwNCiAgICAicmVzdWx0cyI6IHsNCiAgICAgICAgIndpZHRoIjogImF1dG8iLA0KICAgICAgICAid2lkdGhfdGFibGV0IjogImF1dG8iLA0KICAgICAgICAid2lkdGhfcGhvbmUiOiAiYXV0byINCiAgICB9LA0KCSJzZXR0aW5nc2ltYWdlcG9zIjogInJpZ2h0IiwNCgkiY2xvc2VPbkRvY0NsaWNrIjogMSwNCgkib3ZlcnJpZGV3cGRlZmF1bHQiOiAwLA0KCSJvdmVycmlkZV9tZXRob2QiOiAiZ2V0Ig0KfQ0K"></div> </div> <div id='ajaxsearchliteres2' class='vertical wpdreams_asl_results asl_w asl_r asl_r_2 asl_r_2_1'> <div class="results"> <div class="resdrg"> </div> </div> </div> <div id='__original__ajaxsearchlitesettings2' data-id="2" class="searchsettings wpdreams_asl_settings asl_w asl_s asl_s_2"> <form name='options' aria-label="Search settings form" autocomplete = 'off'> <input type="hidden" name="filters_changed" style="display:none;" value="0"> <input type="hidden" name="filters_initial" style="display:none;" value="1"> <div class="asl_option_inner hiddend"> <input type='hidden' name='qtranslate_lang' id='qtranslate_lang2' value='0'/> </div> <fieldset class="asl_sett_scroll"> <legend style="display: none;">Generic selectors</legend> <div class="asl_option" tabindex="0"> <div class="asl_option_inner"> <input type="checkbox" value="exact" aria-label="Exact matches only" name="asl_gen[]" checked="checked"/> <div class="asl_option_checkbox"></div> </div> <div class="asl_option_label"> Exact matches only </div> </div> <div class="asl_option" tabindex="0"> <div class="asl_option_inner"> <input type="checkbox" value="title" aria-label="Search in title" name="asl_gen[]" checked="checked"/> <div class="asl_option_checkbox"></div> </div> <div class="asl_option_label"> Search in title </div> </div> <div class="asl_option hiddend" tabindex="0"> <div class="asl_option_inner"> <input type="checkbox" value="content" aria-label="Search in content" name="asl_gen[]" checked="checked"/> <div class="asl_option_checkbox"></div> </div> <div class="asl_option_label"> Search in content </div> </div> <div class="asl_option_inner hiddend"> <input type="checkbox" value="excerpt" aria-label="Search in excerpt" name="asl_gen[]" /> <div class="asl_option_checkbox"></div> </div> </fieldset> <fieldset class="asl_sett_scroll"> <legend style="display: none;">Post Type Selectors</legend> <div class="asl_option" tabindex="0"> <div class="asl_option_inner"> <input type="checkbox" value="post" aria-label="post" name="customset[]" checked="checked"/> <div class="asl_option_checkbox"></div> </div> <div class="asl_option_label"> post </div> </div> <div class="asl_option_inner hiddend"> <input type="checkbox" value="page" aria-label="Hidden option, ignore please" name="customset[]" checked="checked"/> </div> </fieldset> </form> </div> </div></div> </div> </div> <div class="elementor-element elementor-element-29dd9008 e-con-full e-flex e-con e-child" data-id="29dd9008" data-element_type="container"> <div class="elementor-element elementor-element-76cf9c8f e-flex e-con-boxed e-con e-child" data-id="76cf9c8f" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-4d84aab6 elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-right elementor-widget__width-initial elementor-tablet-align-right elementor-widget elementor-widget-icon-list" data-id="4d84aab6" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.facebook.com/RiverbendConsultingLLC/" target="_blank" arial-label="facebookicon" title="Facebook"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-facebook-f" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://twitter.com/RiverbendConsul" target="_blank" arial-label="twittericon" title="Twitter"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-x-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.linkedin.com/company/riverbend-consulting-amz/" target="_blank" arial-label="linkedInicon" title="LinkedIn"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-linkedin-in" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.instagram.com/riverbendconsulting/" target="_blank" arial-label="instagramicon" title="Instagram"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-instagram" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.youtube.com/c/RiverbendConsulting" target="_blank" arial-label="youtubeicon" title="YouTube"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-youtube" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.tiktok.com/@riverbendconsulting"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-tiktok" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> </ul> </div> </div> <div class="elementor-element elementor-element-5aff0251 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="5aff0251" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="720" height="123" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20720%20123'%3E%3C/svg%3E" class="attachment-full size-full wp-image-65358" alt="amazon_spn" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2023/09/amazon_spn.png 720w, https://riverbendconsulting.com/wp-content/uploads/2023/09/amazon_spn-300x51.png 300w" data-lazy-sizes="(max-width: 720px) 100vw, 720px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2023/09/amazon_spn.png" /><noscript><img width="720" height="123" src="https://riverbendconsulting.com/wp-content/uploads/2023/09/amazon_spn.png" class="attachment-full size-full wp-image-65358" alt="amazon_spn" srcset="https://riverbendconsulting.com/wp-content/uploads/2023/09/amazon_spn.png 720w, https://riverbendconsulting.com/wp-content/uploads/2023/09/amazon_spn-300x51.png 300w" sizes="(max-width: 720px) 100vw, 720px" /></noscript> </div> </div> </div> </div> <div class="elementor-element elementor-element-513a8631 e-flex e-con-boxed e-con e-child" data-id="513a8631" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-10fb73e2 elementor-widget__width-auto elementor-align-right elementor-widget elementor-widget-button" data-id="10fb73e2" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="tel:+18772891017"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">877-289-1017</span> </span> </a> </div> </div> </div> <div class="elementor-element elementor-element-5a2220b elementor-widget__width-auto elementor-align-right elementor-widget elementor-widget-button" data-id="5a2220b" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="/contact/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Contact Us</span> </span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-65b9a044 e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-parent" data-id="65b9a044" data-element_type="container" data-settings="{&quot;sticky&quot;:&quot;top&quot;,&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}"> <div class="elementor-element elementor-element-146a7a2c e-con-full e-flex e-con e-child" data-id="146a7a2c" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-element elementor-element-1ae94b0d elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-left elementor-widget__width-initial elementor-mobile-align-center elementor-widget elementor-widget-icon-list" data-id="1ae94b0d" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.facebook.com/RiverbendConsultingLLC/" title="Facebook"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-x-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.linkedin.com/company/riverbend-consulting-amz/" title="LinkedIn"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-linkedin" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.instagram.com/riverbendconsulting/" title="Instagram"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-instagram" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.youtube.com/c/RiverbendConsulting" title="YouTube"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-youtube-square" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M186.8 202.1l95.2 54.1-95.2 54.1V202.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-42 176.3s0-59.6-7.6-88.2c-4.2-15.8-16.5-28.2-32.2-32.4C337.9 128 224 128 224 128s-113.9 0-142.2 7.7c-15.7 4.2-28 16.6-32.2 32.4-7.6 28.5-7.6 88.2-7.6 88.2s0 59.6 7.6 88.2c4.2 15.8 16.5 27.7 32.2 31.9C110.1 384 224 384 224 384s113.9 0 142.2-7.7c15.7-4.2 28-16.1 32.2-31.9 7.6-28.5 7.6-88.1 7.6-88.1z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.tiktok.com/@riverbendconsulting"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-tiktok" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="tel:+18772891017"> <span class="elementor-icon-list-text">877-289-1017</span> </a> </li> </ul> </div> </div> </div> </div> <div class="elementor-element elementor-element-6332894c e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-parent" data-id="6332894c" data-element_type="container"> <div class="elementor-element elementor-element-546be65 e-con-full e-flex e-con e-child" data-id="546be65" data-element_type="container"> <div class="elementor-element elementor-element-4521980e elementor-widget-mobile__width-initial elementor-widget elementor-widget-image" data-id="4521980e" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://riverbendconsulting.com/"> <img width="400" height="191" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20191'%3E%3C/svg%3E" class="attachment-large size-large wp-image-25275" alt="Riverbend Consulting" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR.png 400w, https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR-300x143.png 300w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR.png" /><noscript><img width="400" height="191" src="https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR.png" class="attachment-large size-large wp-image-25275" alt="Riverbend Consulting" srcset="https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR.png 400w, https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR-300x143.png 300w" sizes="(max-width: 400px) 100vw, 400px" /></noscript> </a> </div> </div> <div class="elementor-element elementor-element-612ce1db elementor-widget-mobile__width-initial elementor-widget elementor-widget-shortcode" data-id="612ce1db" data-element_type="widget" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <div class="elementor-shortcode"><div class="asl_w_container asl_w_container_3"> <div id='ajaxsearchlite3' data-id="3" data-instance="1" class="asl_w asl_m asl_m_3 asl_m_3_1"> <div class="probox"> <div class='prosettings' style='display:none;' data-opened=0> <div class='innericon'> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="22" height="22" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve"> <polygon transform = "rotate(90 256 256)" points="142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 "/> </svg> </div> </div> <div class='proinput'> <form role="search" action='#' autocomplete="off" aria-label="Search form"> <input aria-label="Search input" type='search' class='orig' tabindex="0" name='phrase' placeholder='Search here..' value='' autocomplete="off"/> <input aria-label="Search autocomplete" type='text' class='autocomplete' tabindex="-1" name='phrase' value='' autocomplete="off" disabled/> <input type='submit' value="Start search" style='width:0; height: 0; visibility: hidden;'> </form> </div> <button class='promagnifier' tabindex="0" aria-label="Search magnifier"> <span class='innericon' style="display:block;"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="22" height="22" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve"> <path d="M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037 C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041 c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056 c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041 z"/> </svg> </span> </button> <div class='proloading'> <div class="asl_loader"><div class="asl_loader-inner asl_simple-circle"></div></div> </div> <div class='proclose'> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="12" height="12" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve"> <polygon points="438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 "/> </svg> </div> </div> </div> <div class='asl_data_container' style="display:none !important;"> <div class="asl_init_data wpdreams_asl_data_ct" style="display:none !important;" id="asl_init_id_3" data-asl-id="3" data-asl-instance="1" data-asldata="ew0KCSJob21ldXJsIjogImh0dHBzOi8vcml2ZXJiZW5kY29uc3VsdGluZy5jb20vIiwNCgkicmVzdWx0c3R5cGUiOiAidmVydGljYWwiLA0KCSJyZXN1bHRzcG9zaXRpb24iOiAiaG92ZXIiLA0KCSJpdGVtc2NvdW50IjogNCwNCgkiY2hhcmNvdW50IjogIDAsDQoJImhpZ2hsaWdodCI6IDAsDQoJImhpZ2hsaWdodHdob2xld29yZHMiOiAxLA0KCSJzaW5nbGVIaWdobGlnaHQiOiAwLA0KCSJzY3JvbGxUb1Jlc3VsdHMiOiB7DQoJCSJlbmFibGVkIjogMSwNCgkJIm9mZnNldCI6IDANCgl9LA0KCSJyZXN1bHRhcmVhY2xpY2thYmxlIjogMSwNCgkiYXV0b2NvbXBsZXRlIjogew0KCQkiZW5hYmxlZCIgOiAwLA0KCQkibGFuZyIgOiAiZW4iLA0KCQkidHJpZ2dlcl9jaGFyY291bnQiIDogMA0KCX0sDQoJIm1vYmlsZSI6IHsNCgkJIm1lbnVfc2VsZWN0b3IiOiAiI21lbnUtdG9nZ2xlIg0KCX0sDQoJInRyaWdnZXIiOiB7DQoJCSJjbGljayI6ICJhamF4X3NlYXJjaCIsDQoJCSJjbGlja19sb2NhdGlvbiI6ICJzYW1lIiwNCgkJInVwZGF0ZV9ocmVmIjogMCwNCgkJInJldHVybiI6ICJhamF4X3NlYXJjaCIsDQoJCSJyZXR1cm5fbG9jYXRpb24iOiAic2FtZSIsDQoJCSJmYWNldCI6IDEsDQoJCSJ0eXBlIjogMCwNCgkJInJlZGlyZWN0X3VybCI6ICI/cz17cGhyYXNlfSIsDQoJCSJkZWxheSI6IDMwMA0KCX0sDQogICAgImFuaW1hdGlvbnMiOiB7DQogICAgICAgICJwYyI6IHsNCiAgICAgICAgICAgICJzZXR0aW5ncyI6IHsNCiAgICAgICAgICAgICAgICAiYW5pbSIgOiAiZmFkZWRyb3AiLA0KICAgICAgICAgICAgICAgICJkdXIiICA6IDMwMA0KICAgICAgICAgICAgfSwNCiAgICAgICAgICAgICJyZXN1bHRzIiA6IHsNCgkJCQkiYW5pbSIgOiAiZmFkZWRyb3AiLA0KCQkJCSJkdXIiICA6IDMwMA0KICAgICAgICAgICAgfSwNCiAgICAgICAgICAgICJpdGVtcyIgOiAidm9pZGFuaW0iDQogICAgICAgIH0sDQogICAgICAgICJtb2IiOiB7DQogICAgICAgICAgICAic2V0dGluZ3MiOiB7DQogICAgICAgICAgICAgICAgImFuaW0iIDogImZhZGVkcm9wIiwNCiAgICAgICAgICAgICAgICAiZHVyIiAgOiAzMDANCiAgICAgICAgICAgIH0sDQogICAgICAgICAgICAicmVzdWx0cyIgOiB7DQoJCQkJImFuaW0iIDogImZhZGVkcm9wIiwNCgkJCQkiZHVyIiAgOiAzMDANCiAgICAgICAgICAgIH0sDQogICAgICAgICAgICAiaXRlbXMiIDogInZvaWRhbmltIg0KICAgICAgICB9DQogICAgfSwNCgkiYXV0b3AiOiB7DQoJCSJzdGF0ZSI6ICJkaXNhYmxlZCIsDQoJCSJwaHJhc2UiOiAiIiwNCgkJImNvdW50IjogMQl9LA0KICAgICJyZXNQYWdlIjogew0KICAgICAgICAidXNlQWpheCI6IDAsDQogICAgICAgICJzZWxlY3RvciI6ICIjbWFpbiIsDQogICAgICAgICJ0cmlnZ2VyX3R5cGUiOiAxLA0KICAgICAgICAidHJpZ2dlcl9mYWNldCI6IDEsDQogICAgICAgICJ0cmlnZ2VyX21hZ25pZmllciI6IDAsDQogICAgICAgICJ0cmlnZ2VyX3JldHVybiI6IDAgICAgfSwNCgkicmVzdWx0c1NuYXBUbyI6ICJsZWZ0IiwNCiAgICAicmVzdWx0cyI6IHsNCiAgICAgICAgIndpZHRoIjogImF1dG8iLA0KICAgICAgICAid2lkdGhfdGFibGV0IjogImF1dG8iLA0KICAgICAgICAid2lkdGhfcGhvbmUiOiAiYXV0byINCiAgICB9LA0KCSJzZXR0aW5nc2ltYWdlcG9zIjogInJpZ2h0IiwNCgkiY2xvc2VPbkRvY0NsaWNrIjogMSwNCgkib3ZlcnJpZGV3cGRlZmF1bHQiOiAwLA0KCSJvdmVycmlkZV9tZXRob2QiOiAiZ2V0Ig0KfQ0K"></div> </div> <div id='ajaxsearchliteres3' class='vertical wpdreams_asl_results asl_w asl_r asl_r_3 asl_r_3_1'> <div class="results"> <div class="resdrg"> </div> </div> </div> <div id='__original__ajaxsearchlitesettings3' data-id="3" class="searchsettings wpdreams_asl_settings asl_w asl_s asl_s_3"> <form name='options' aria-label="Search settings form" autocomplete = 'off'> <input type="hidden" name="filters_changed" style="display:none;" value="0"> <input type="hidden" name="filters_initial" style="display:none;" value="1"> <div class="asl_option_inner hiddend"> <input type='hidden' name='qtranslate_lang' id='qtranslate_lang3' value='0'/> </div> <fieldset class="asl_sett_scroll"> <legend style="display: none;">Generic selectors</legend> <div class="asl_option" tabindex="0"> <div class="asl_option_inner"> <input type="checkbox" value="exact" aria-label="Exact matches only" name="asl_gen[]" checked="checked"/> <div class="asl_option_checkbox"></div> </div> <div class="asl_option_label"> Exact matches only </div> </div> <div class="asl_option" tabindex="0"> <div class="asl_option_inner"> <input type="checkbox" value="title" aria-label="Search in title" name="asl_gen[]" checked="checked"/> <div class="asl_option_checkbox"></div> </div> <div class="asl_option_label"> Search in title </div> </div> <div class="asl_option hiddend" tabindex="0"> <div class="asl_option_inner"> <input type="checkbox" value="content" aria-label="Search in content" name="asl_gen[]" checked="checked"/> <div class="asl_option_checkbox"></div> </div> <div class="asl_option_label"> Search in content </div> </div> <div class="asl_option_inner hiddend"> <input type="checkbox" value="excerpt" aria-label="Search in excerpt" name="asl_gen[]" /> <div class="asl_option_checkbox"></div> </div> </fieldset> <fieldset class="asl_sett_scroll"> <legend style="display: none;">Post Type Selectors</legend> <div class="asl_option" tabindex="0"> <div class="asl_option_inner"> <input type="checkbox" value="post" aria-label="post" name="customset[]" checked="checked"/> <div class="asl_option_checkbox"></div> </div> <div class="asl_option_label"> post </div> </div> <div class="asl_option_inner hiddend"> <input type="checkbox" value="page" aria-label="Hidden option, ignore please" name="customset[]" checked="checked"/> </div> </fieldset> </form> </div> </div></div> </div> </div> <div class="elementor-element elementor-element-7b9850de elementor-view-default elementor-widget elementor-widget-icon" data-id="7b9850de" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjY5NjcyIiwidG9nZ2xlIjpmYWxzZX0%3D"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-bars" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"></path></svg> </a> </div> </div> </div> </div> </div> </div> <main id="main" class="site-main hfeed"> <div data-elementor-type="wp-page" data-elementor-id="64767" class="elementor elementor-64767" data-elementor-post-type="page"> <div class="elementor-element elementor-element-524cf102 e-con-full e-flex e-con e-parent" data-id="524cf102" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-element elementor-element-50fd4ced e-flex e-con-boxed e-con e-child" data-id="50fd4ced" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-64138eb0 elementor-widget elementor-widget-heading" data-id="64138eb0" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default">Riverbend Consulting In the Podcast</h1> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-3bff117 e-flex e-con-boxed e-con e-parent" data-id="3bff117" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-b05d9df elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="b05d9df" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://podcasts.apple.com/ug/podcast/say-goodbye-to-suspensions-how-to-bulletproof-your/id1649249379?i=1000668167293" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="300" height="91" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%2091'%3E%3C/svg%3E" class="attachment-full size-full wp-image-73362" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/09/Ecomm.jpg"><noscript><img loading="lazy" decoding="async" width="300" height="91" src="https://riverbendconsulting.com/wp-content/uploads/2024/09/Ecomm.jpg" class="attachment-full size-full wp-image-73362" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="say-goodbye-to-suspensions-how-to-bulletproof-your-amazon-account-now-with-lesley-hensell"><a href="https://podcasts.apple.com/ug/podcast/say-goodbye-to-suspensions-how-to-bulletproof-your/id1649249379?i=1000668167293" target="_blank" rel="noopener">Say Goodbye to Suspensions: How to Bulletproof Your Amazon Account Now with Lesley Hensell</a></h3><p class="elementor-image-box-description"><i>September 3 , 2024</i><br> Lesley oversees Riverbend’s service team, and she has personally helped hundreds of sellers get their suspended Amazon accounts and ASINs back up and running. </p></div></div> </div> </div> <div class="elementor-element elementor-element-7a7707c elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="7a7707c" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.marcyllecombs.com/podcast/amazon-selling-a-legitimate-business-lesley-hensell" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="480" height="36" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20480%2036'%3E%3C/svg%3E" class="attachment-full size-full wp-image-72443" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2024/08/marcyllecombs.png 480w, https://riverbendconsulting.com/wp-content/uploads/2024/08/marcyllecombs-300x23.png 300w" data-lazy-sizes="auto, (max-width: 480px) 100vw, 480px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/08/marcyllecombs.png" /><noscript><img loading="lazy" decoding="async" width="480" height="36" src="https://riverbendconsulting.com/wp-content/uploads/2024/08/marcyllecombs.png" class="attachment-full size-full wp-image-72443" alt="Podcast Coverage" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2024/08/marcyllecombs.png 480w, https://riverbendconsulting.com/wp-content/uploads/2024/08/marcyllecombs-300x23.png 300w" sizes="auto, (max-width: 480px) 100vw, 480px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="amazon-selling-a-legitimate-business"><a href="https://www.marcyllecombs.com/podcast/amazon-selling-a-legitimate-business-lesley-hensell" target="_blank" rel="noopener">Amazon Selling, A Legitimate Business</a></h3><p class="elementor-image-box-description"><i>July 24, 2024</i><br> Lesley Hensell shares her journey of how she got into selling on Amazon and how it helped her support her son's special needs education. She started by homeschooling her son and selling on Amazon to cover the costs. </p></div></div> </div> </div> <div class="elementor-element elementor-element-53b22d7 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="53b22d7" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.growasmallbusiness.com/achieving-exponential-growth-lesley-hensell-on-riverbend-consultings-shares-journey-from-4-to-100-team-members-327-revenue-increase-and-overcoming-amazon-seller-" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="400" height="191" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20191'%3E%3C/svg%3E" class="attachment-full size-full wp-image-72372" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2024/07/grow.png 400w, https://riverbendconsulting.com/wp-content/uploads/2024/07/grow-300x143.png 300w" data-lazy-sizes="auto, (max-width: 400px) 100vw, 400px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/07/grow.png" /><noscript><img loading="lazy" decoding="async" width="400" height="191" src="https://riverbendconsulting.com/wp-content/uploads/2024/07/grow.png" class="attachment-full size-full wp-image-72372" alt="Podcast Coverage" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2024/07/grow.png 400w, https://riverbendconsulting.com/wp-content/uploads/2024/07/grow-300x143.png 300w" sizes="auto, (max-width: 400px) 100vw, 400px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="achieving-exponential-growth-lesley-hensell-on-riverbend-consultings"><a href="https://www.growasmallbusiness.com/achieving-exponential-growth-lesley-hensell-on-riverbend-consultings-shares-journey-from-4-to-100-team-members-327-revenue-increase-and-overcoming-amazon-seller-" target="_blank" rel="noopener">Achieving Exponential Growth: Lesley Hensell on Riverbend Consulting’s</a></h3><p class="elementor-image-box-description"><i>July 24, 2024</i><br> Lesley discusses the tools and strategies that contributed to their success and offers insights into navigating rapid business growth.</p></div></div> </div> </div> <div class="elementor-element elementor-element-45df1ce elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="45df1ce" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://amazonseller.school/essential-strategies-to-avoid-amazon-account-suspensions-with-lesley-hensell/" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="282" height="45" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20282%2045'%3E%3C/svg%3E" class="attachment-full size-full wp-image-72312" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/07/Amazon-Seller-School.webp"><noscript><img loading="lazy" decoding="async" width="282" height="45" src="https://riverbendconsulting.com/wp-content/uploads/2024/07/Amazon-Seller-School.webp" class="attachment-full size-full wp-image-72312" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="essential-strategies-to-avoid-amazon-account-suspensions-with-lesley-hensell"><a href="https://amazonseller.school/essential-strategies-to-avoid-amazon-account-suspensions-with-lesley-hensell/" target="_blank" rel="noopener">Essential Strategies to Avoid Amazon Account Suspensions with Lesley Hensell</a></h3><p class="elementor-image-box-description"><i>July 10, 2024</i><br> Learn from Lesley Hensell, co-founder of Riverbend Consulting, as she shares critical insights on navigating Amazon’s complex ecosystem.</p></div></div> </div> </div> <div class="elementor-element elementor-element-486a92c elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="486a92c" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.bookmarketingmentors.com/amazon-ranking/" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="689" height="532" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20689%20532'%3E%3C/svg%3E" class="attachment-full size-full wp-image-72307" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2024/07/bookmarketingmentors.png 689w, https://riverbendconsulting.com/wp-content/uploads/2024/07/bookmarketingmentors-300x232.png 300w" data-lazy-sizes="auto, (max-width: 689px) 100vw, 689px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/07/bookmarketingmentors.png" /><noscript><img loading="lazy" decoding="async" width="689" height="532" src="https://riverbendconsulting.com/wp-content/uploads/2024/07/bookmarketingmentors.png" class="attachment-full size-full wp-image-72307" alt="Podcast Coverage" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2024/07/bookmarketingmentors.png 689w, https://riverbendconsulting.com/wp-content/uploads/2024/07/bookmarketingmentors-300x232.png 300w" sizes="auto, (max-width: 689px) 100vw, 689px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="how-to-master-amazon-ranking-essential-tips-to-sell-big"><a href="https://www.bookmarketingmentors.com/amazon-ranking/" target="_blank" rel="noopener">How to Master Amazon Ranking: Essential Tips to Sell Big</a></h3><p class="elementor-image-box-description"><i>July 10, 2024</i><br> Discover Amazon bestselling secrets with expert Lesley Hensell. Learn niche categories, strategic SEO, audience targeting, and effective reviews to boost book sales!</p></div></div> </div> </div> <div class="elementor-element elementor-element-3043465 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="3043465" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.goingnorthpodcast.com/ep-859-the-amazon-incubator-with-lesley-hensell-riverbendconsul/" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="512" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3C/svg%3E" class="attachment-full size-full wp-image-72367" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2024/07/goingnorth.jpg 512w, https://riverbendconsulting.com/wp-content/uploads/2024/07/goingnorth-300x300.jpg 300w, https://riverbendconsulting.com/wp-content/uploads/2024/07/goingnorth-150x150.jpg 150w" data-lazy-sizes="auto, (max-width: 512px) 100vw, 512px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/07/goingnorth.jpg" /><noscript><img loading="lazy" decoding="async" width="512" height="512" src="https://riverbendconsulting.com/wp-content/uploads/2024/07/goingnorth.jpg" class="attachment-full size-full wp-image-72367" alt="Podcast Coverage" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2024/07/goingnorth.jpg 512w, https://riverbendconsulting.com/wp-content/uploads/2024/07/goingnorth-300x300.jpg 300w, https://riverbendconsulting.com/wp-content/uploads/2024/07/goingnorth-150x150.jpg 150w" sizes="auto, (max-width: 512px) 100vw, 512px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="the-amazon-incubator-with-lesley-hensell"><a href="https://www.goingnorthpodcast.com/ep-859-the-amazon-incubator-with-lesley-hensell-riverbendconsul/" target="_blank" rel="noopener">The Amazon Incubator with Lesley Hensell</a></h3><p class="elementor-image-box-description"><i>July 2, 2024</i><br> Amazon really did solve a lot of problems for my family, so I’m a big believer it can solve problems for a lot of other families too. - Lesley Hensell </p></div></div> </div> </div> <div class="elementor-element elementor-element-a272195 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="a272195" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://podcasts.apple.com/us/podcast/becoming-bridge-builders/id1527559732?i=1000659309118" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="266" height="203" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20266%20203'%3E%3C/svg%3E" class="attachment-full size-full wp-image-72299" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/07/becomingbridge.png"><noscript><img loading="lazy" decoding="async" width="266" height="203" src="https://riverbendconsulting.com/wp-content/uploads/2024/07/becomingbridge.png" class="attachment-full size-full wp-image-72299" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="unlocking-amazons-potential-with-lesley-hensells-strategies-and-philanthropy"><a href="https://podcasts.apple.com/us/podcast/becoming-bridge-builders/id1527559732?i=1000659309118" target="_blank" rel="noopener">Unlocking Amazon's Potential with Lesley Hensell's Strategies and Philanthropy</a></h3><p class="elementor-image-box-description"><i>June 17, 2024</i><br> Take a voyage through the entrepreneurial seas with Lesley Hensell, co-founder of Riverbend Consulting. The e-commerce expert brings a treasure trove of wisdom, from fostering altruism in business to managing finances with finesse. </p></div></div> </div> </div> <div class="elementor-element elementor-element-cf5cb17 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="cf5cb17" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://omny.fm/shows/drop-in-ceo/lesley-hensell-a-beginner-s-guide-to-navigating-am" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="500" height="463" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20463'%3E%3C/svg%3E" class="attachment-full size-full wp-image-71785" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2024/06/PocastCEO.jpg 500w, https://riverbendconsulting.com/wp-content/uploads/2024/06/PocastCEO-300x278.jpg 300w" data-lazy-sizes="auto, (max-width: 500px) 100vw, 500px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/06/PocastCEO.jpg" /><noscript><img loading="lazy" decoding="async" width="500" height="463" src="https://riverbendconsulting.com/wp-content/uploads/2024/06/PocastCEO.jpg" class="attachment-full size-full wp-image-71785" alt="Podcast Coverage" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2024/06/PocastCEO.jpg 500w, https://riverbendconsulting.com/wp-content/uploads/2024/06/PocastCEO-300x278.jpg 300w" sizes="auto, (max-width: 500px) 100vw, 500px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="lesley-hensell-a-beginners-guide-to-navigating-amazon-sales"><a href="https://omny.fm/shows/drop-in-ceo/lesley-hensell-a-beginner-s-guide-to-navigating-am" target="_blank" rel="noopener">Lesley Hensell: A Beginner’s Guide to Navigating Amazon Sales</a></h3><p class="elementor-image-box-description"><i>June 10, 2024</i><br> Lesley Hensell shares her journey from traditional business consulting to becoming an Amazon seller and founding Riverbend Consulting.</p></div></div> </div> </div> <div class="elementor-element elementor-element-17e84b2 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="17e84b2" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.youtube.com/watch?v=Ck_Em5SL4Fc&#038;list=PLr8ixZghQ7D20gYE3X0tTAq4mlVwb7ZfS&#038;index=2" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="380" height="185" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20380%20185'%3E%3C/svg%3E" class="attachment-full size-full wp-image-68401" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2024/03/womencreating.png 380w, https://riverbendconsulting.com/wp-content/uploads/2024/03/womencreating-300x146.png 300w" data-lazy-sizes="auto, (max-width: 380px) 100vw, 380px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/03/womencreating.png" /><noscript><img loading="lazy" decoding="async" width="380" height="185" src="https://riverbendconsulting.com/wp-content/uploads/2024/03/womencreating.png" class="attachment-full size-full wp-image-68401" alt="Podcast Coverage" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2024/03/womencreating.png 380w, https://riverbendconsulting.com/wp-content/uploads/2024/03/womencreating-300x146.png 300w" sizes="auto, (max-width: 380px) 100vw, 380px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="discover-the-secrets-to-amazon-selling-success"><a href="https://www.youtube.com/watch?v=Ck_Em5SL4Fc&#038;list=PLr8ixZghQ7D20gYE3X0tTAq4mlVwb7ZfS&#038;index=2" target="_blank" rel="noopener">Discover the Secrets to Amazon Selling Success </a></h3><p class="elementor-image-box-description"><i>March 24, 2024</i><br> Lesley shares how Amazon provided a flexible income stream for her family, even involving her children in the business, instilling valuable work ethic and financial responsibility. </p></div></div> </div> </div> <div class="elementor-element elementor-element-48b1328 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="48b1328" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://morethanafewwords.com/981-selling-on-amazon-lesley-hensell/" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="237" height="223" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20237%20223'%3E%3C/svg%3E" class="attachment-full size-full wp-image-68362" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/03/MTFW.jpg"><noscript><img loading="lazy" decoding="async" width="237" height="223" src="https://riverbendconsulting.com/wp-content/uploads/2024/03/MTFW.jpg" class="attachment-full size-full wp-image-68362" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="selling-products-on-amazon"><a href="https://morethanafewwords.com/981-selling-on-amazon-lesley-hensell/" target="_blank" rel="noopener">Selling Products on Amazon</a></h3><p class="elementor-image-box-description"><i>March 21, 2024</i><br> Lesley had some great tips for marketing your products. Start with a comprehensive product detail page which serves as your digital shopfront on Amazon.</p></div></div> </div> </div> <div class="elementor-element elementor-element-4bf372a elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="4bf372a" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.makodesign.com/podcast/213-researching-how-your-product-fits-on-amazon/" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="182" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20182%2050'%3E%3C/svg%3E" class="attachment-full size-full wp-image-68354" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/03/mako_logo.jpg"><noscript><img loading="lazy" decoding="async" width="182" height="50" src="https://riverbendconsulting.com/wp-content/uploads/2024/03/mako_logo.jpg" class="attachment-full size-full wp-image-68354" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="researching-how-your-product-fits-on-amazon"><a href="https://www.makodesign.com/podcast/213-researching-how-your-product-fits-on-amazon/" target="_blank" rel="noopener">Researching how your Product fits on Amazon</a></h3><p class="elementor-image-box-description"><i>February 15, 2024</i><br> Lesley delves into the benefits of leveraging Amazon as a product startup, provides strategies for conducting effective keyword and competitor research, and outlines best practices for overseeing a product launch to ensure enduring success as an Amazon seller.</p></div></div> </div> </div> <div class="elementor-element elementor-element-f96f890 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="f96f890" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://podcasts.apple.com/us/podcast/exploring-the-world-of-amazon-business-with-lesley-hensell/id1511050693?i=1000645286939" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="313" height="313" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20313%20313'%3E%3C/svg%3E" class="attachment-full size-full wp-image-67520" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2024/03/abovetheboard.jpg 313w, https://riverbendconsulting.com/wp-content/uploads/2024/03/abovetheboard-300x300.jpg 300w, https://riverbendconsulting.com/wp-content/uploads/2024/03/abovetheboard-150x150.jpg 150w" data-lazy-sizes="auto, (max-width: 313px) 100vw, 313px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/03/abovetheboard.jpg" /><noscript><img loading="lazy" decoding="async" width="313" height="313" src="https://riverbendconsulting.com/wp-content/uploads/2024/03/abovetheboard.jpg" class="attachment-full size-full wp-image-67520" alt="Podcast Coverage" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2024/03/abovetheboard.jpg 313w, https://riverbendconsulting.com/wp-content/uploads/2024/03/abovetheboard-300x300.jpg 300w, https://riverbendconsulting.com/wp-content/uploads/2024/03/abovetheboard-150x150.jpg 150w" sizes="auto, (max-width: 313px) 100vw, 313px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="exploring-the-world-of-amazon-business-with-lesley-hensell"><a href="https://podcasts.apple.com/us/podcast/exploring-the-world-of-amazon-business-with-lesley-hensell/id1511050693?i=1000645286939" target="_blank" rel="noopener">Exploring the World of Amazon Business with Lesley Hensell</a></h3><p class="elementor-image-box-description"><i>February 14, 2024</i><br> Lesley shares her remarkable journey that ultimately led her into the world of e-commerce and entrepreneurship. </p></div></div> </div> </div> <div class="elementor-element elementor-element-3869300 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="3869300" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.robertplank.com/1032-amazon-ecommerce-lesley-hensell/" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="538" height="89" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20538%2089'%3E%3C/svg%3E" class="attachment-full size-full wp-image-71777" alt="Amazon Tax Interview" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2024/06/RobertPlank.png 538w, https://riverbendconsulting.com/wp-content/uploads/2024/06/RobertPlank-300x50.png 300w" data-lazy-sizes="auto, (max-width: 538px) 100vw, 538px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/06/RobertPlank.png" /><noscript><img loading="lazy" decoding="async" width="538" height="89" src="https://riverbendconsulting.com/wp-content/uploads/2024/06/RobertPlank.png" class="attachment-full size-full wp-image-71777" alt="Amazon Tax Interview" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2024/06/RobertPlank.png 538w, https://riverbendconsulting.com/wp-content/uploads/2024/06/RobertPlank-300x50.png 300w" sizes="auto, (max-width: 538px) 100vw, 538px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="amazon-incubator-wisdom-optimize-your-amazon-presence-with-amazon-expert-lesley-hensell"><a href="https://www.robertplank.com/1032-amazon-ecommerce-lesley-hensell/" target="_blank" rel="noopener">Amazon Incubator Wisdom: Optimize Your Amazon Presence with Amazon Expert Lesley Hensell</a></h3><p class="elementor-image-box-description"><i>February 14, 2024</i><br>Leslie shares her experiences helping businesses overcome challenges, including a compelling story about a supplement seller targeted by a cyberattack. </p></div></div> </div> </div> <div class="elementor-element elementor-element-c7214f7 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="c7214f7" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.migrate2wealth.com/m2w-ep139-from-zero-to-amazon-hero-lesley-hensell/" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="199" height="64" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20199%2064'%3E%3C/svg%3E" class="attachment-full size-full wp-image-67638" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/03/MigrateWealth.png"><noscript><img loading="lazy" decoding="async" width="199" height="64" src="https://riverbendconsulting.com/wp-content/uploads/2024/03/MigrateWealth.png" class="attachment-full size-full wp-image-67638" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="m2w-ep139-from-zero-to-amazon-hero-lesley-hensell"><a href="https://www.migrate2wealth.com/m2w-ep139-from-zero-to-amazon-hero-lesley-hensell/" target="_blank" rel="noopener">M2W EP139: From Zero to Amazon Hero - Lesley Hensell</a></h3><p class="elementor-image-box-description"><i>February 13, 2024</i><br> Lesley will dispel myths around entrepreneurship, sharing the importance of resilience and the power of unique product selection in the e-commerce sphere.</p></div></div> </div> </div> <div class="elementor-element elementor-element-5d4feb0 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="5d4feb0" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://podcasts.apple.com/gb/podcast/the-amazon-seller-experience-building-a-successful/id1473450378?i=1000643411209" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="141" height="78" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20141%2078'%3E%3C/svg%3E" class="attachment-full size-full wp-image-65890" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/02/label-free.png"><noscript><img loading="lazy" decoding="async" width="141" height="78" src="https://riverbendconsulting.com/wp-content/uploads/2024/02/label-free.png" class="attachment-full size-full wp-image-65890" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="the-amazon-seller-experience-building-a-successful-e-commerce-business-with-lesley-hensell"><a href="https://podcasts.apple.com/gb/podcast/the-amazon-seller-experience-building-a-successful/id1473450378?i=1000643411209" target="_blank" rel="noopener">The Amazon Seller Experience: Building a Successful E-Commerce Business with Lesley Hensell</a></h3><p class="elementor-image-box-description"><i>February 9, 2024</i><br> Lesley shares her personal journey as a mompreneur and how she turned to selling on Amazon to support her family and provide therapy for her son with autism. </p></div></div> </div> </div> <div class="elementor-element elementor-element-1b6f503 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="1b6f503" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://podfollow.com/ltdwcurveball/episode/ccede5e404e63f02e77055b26e04da4d297a4693/view" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="105" height="30" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20105%2030'%3E%3C/svg%3E" class="attachment-full size-full wp-image-65871" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/02/podfollow.png"><noscript><img loading="lazy" decoding="async" width="105" height="30" src="https://riverbendconsulting.com/wp-content/uploads/2024/02/podfollow.png" class="attachment-full size-full wp-image-65871" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="living-the-dream-with-amazon-selling-expert-author-and-co-founder-of-riverbend-consulting-lesley-hensell"><a href="https://podfollow.com/ltdwcurveball/episode/ccede5e404e63f02e77055b26e04da4d297a4693/view" target="_blank" rel="noopener">Living the dream with Amazon selling expert, author, and co-founder of Riverbend Consulting Lesley Hensell</a></h3><p class="elementor-image-box-description"><i>February 4, 2024</i><br> Dive into the world of Amazon selling with Lesley Hensell, an expert who turned her need for family support into a successful online business.</p></div></div> </div> </div> <div class="elementor-element elementor-element-d01d1e4 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="d01d1e4" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.youtube.com/watch?v=EUv6UGcYi1A" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="300" height="49" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%2049'%3E%3C/svg%3E" class="attachment-full size-full wp-image-65470" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/01/emarketing-association.png"><noscript><img loading="lazy" decoding="async" width="300" height="49" src="https://riverbendconsulting.com/wp-content/uploads/2024/01/emarketing-association.png" class="attachment-full size-full wp-image-65470" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="lesley-hensell-of-riverbend-consulting-on-helping-3rd-party-sellers-get-their-accounts-and-asins-back-on-amazon-after-a-suspension-deactivation-or-block"><a href="https://www.youtube.com/watch?v=EUv6UGcYi1A" target="_blank" rel="noopener">Lesley Hensell, of Riverbend Consulting, on helping 3rd party sellers get their accounts and ASINs back on Amazon after a suspension, deactivation, or block</a></h3><p class="elementor-image-box-description"><i>January 27, 2024</i><br> Lesley Hensell has a fascinating job and her company, Riverbend Consulting, performs a much-needed service: restoring the storefronts -- and livelihoods -- of Amazon</p></div></div> </div> </div> <div class="elementor-element elementor-element-067f728 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="067f728" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://winnersfindaway.libsyn.com/site/flourishing-in-amazon-distribution-with-lesley-hensell" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="474" height="112" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20474%20112'%3E%3C/svg%3E" class="attachment-full size-full wp-image-65439" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2024/01/Winnersfindaway.png 474w, https://riverbendconsulting.com/wp-content/uploads/2024/01/Winnersfindaway-300x71.png 300w" data-lazy-sizes="auto, (max-width: 474px) 100vw, 474px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/01/Winnersfindaway.png" /><noscript><img loading="lazy" decoding="async" width="474" height="112" src="https://riverbendconsulting.com/wp-content/uploads/2024/01/Winnersfindaway.png" class="attachment-full size-full wp-image-65439" alt="Podcast Coverage" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2024/01/Winnersfindaway.png 474w, https://riverbendconsulting.com/wp-content/uploads/2024/01/Winnersfindaway-300x71.png 300w" sizes="auto, (max-width: 474px) 100vw, 474px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="flourishing-in-amazon-distribution-with-lesley-hensell"><a href="https://winnersfindaway.libsyn.com/site/flourishing-in-amazon-distribution-with-lesley-hensell" target="_blank" rel="noopener">Flourishing in Amazon Distribution with Lesley Hensell</a></h3><p class="elementor-image-box-description"><i>January 27, 2024</i><br> Lesley, author of "The Amazon Incubator," brings valuable insights and a special offer for listeners, including a free Video Training Series and personalized Workbook for their Amazon businesses.</p></div></div> </div> </div> <div class="elementor-element elementor-element-a9ca466 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="a9ca466" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.youtube.com/watch?v=M-KrI4tkqZQ&#038;t=2s" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="1495" height="273" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201495%20273'%3E%3C/svg%3E" class="attachment-full size-full wp-image-58068" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2023/09/profasee-logo.png 1495w, https://riverbendconsulting.com/wp-content/uploads/2023/09/profasee-logo-300x55.png 300w, https://riverbendconsulting.com/wp-content/uploads/2023/09/profasee-logo-1024x187.png 1024w, https://riverbendconsulting.com/wp-content/uploads/2023/09/profasee-logo-768x140.png 768w" data-lazy-sizes="auto, (max-width: 1495px) 100vw, 1495px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2023/09/profasee-logo.png" /><noscript><img loading="lazy" decoding="async" width="1495" height="273" src="https://riverbendconsulting.com/wp-content/uploads/2023/09/profasee-logo.png" class="attachment-full size-full wp-image-58068" alt="Podcast Coverage" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2023/09/profasee-logo.png 1495w, https://riverbendconsulting.com/wp-content/uploads/2023/09/profasee-logo-300x55.png 300w, https://riverbendconsulting.com/wp-content/uploads/2023/09/profasee-logo-1024x187.png 1024w, https://riverbendconsulting.com/wp-content/uploads/2023/09/profasee-logo-768x140.png 768w" sizes="auto, (max-width: 1495px) 100vw, 1495px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="mastering-pricing-strategies-and-navigating-account-suspensions-in-2024"><a href="https://www.youtube.com/watch?v=M-KrI4tkqZQ&#038;t=2s" target="_blank" rel="noopener">Mastering Pricing Strategies and Navigating Account Suspensions in 2024</a></h3><p class="elementor-image-box-description"><i>January 24, 2024</i><br> Lesley and Joe will share all the tips and tricks to maintain a healthy account including the types of suspensions and enforcements we have seen through the years.</p></div></div> </div> </div> <div class="elementor-element elementor-element-b315085 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="b315085" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.helium10.com/podcast/how-to-revive-suspended-seller-accounts-and-outmaneuver-online-sabotage/?utm_medium=ppc&#038;utm_source=youtube.comu0026utm_medium?wtime=seek_to_second_number&#038;utm_campaign=video-ad-fk-style/&#038;_gl=1*9ee6vo*_up*MQ..*_ga*MTM0NTE1OTYzOS4xNzEwNDUwNDY2*_ga_XEHBKN0W7N*MTcxMDQ1MDQ2NS4xLjEuMTcxMDQ1MDYyNi4wLjAuMA.." target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="546" height="97" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20546%2097'%3E%3C/svg%3E" class="attachment-full size-full wp-image-64922" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2024/01/helium10logo.png 546w, https://riverbendconsulting.com/wp-content/uploads/2024/01/helium10logo-300x53.png 300w" data-lazy-sizes="auto, (max-width: 546px) 100vw, 546px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/01/helium10logo.png" /><noscript><img loading="lazy" decoding="async" width="546" height="97" src="https://riverbendconsulting.com/wp-content/uploads/2024/01/helium10logo.png" class="attachment-full size-full wp-image-64922" alt="Podcast Coverage" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2024/01/helium10logo.png 546w, https://riverbendconsulting.com/wp-content/uploads/2024/01/helium10logo-300x53.png 300w" sizes="auto, (max-width: 546px) 100vw, 546px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="how-to-revive-suspended-seller-accounts-and-outmaneuver-online-sabotage"><a href="https://www.helium10.com/podcast/how-to-revive-suspended-seller-accounts-and-outmaneuver-online-sabotage/?utm_medium=ppc&#038;utm_source=youtube.comu0026utm_medium?wtime=seek_to_second_number&#038;utm_campaign=video-ad-fk-style/&#038;_gl=1*9ee6vo*_up*MQ..*_ga*MTM0NTE1OTYzOS4xNzEwNDUwNDY2*_ga_XEHBKN0W7N*MTcxMDQ1MDQ2NS4xLjEuMTcxMDQ1MDYyNi4wLjAuMA.." target="_blank" rel="noopener"> How To Revive Suspended Seller Accounts and Outmaneuver Online Sabotage</a></h3><p class="elementor-image-box-description"><i>January 20, 2024</i><br> Navigating the unpredictable rapids of Amazon and Walmart marketplace selling, we had the pleasure of being joined by Lesley, a maestro with a flair for reviving online seller accounts from the depths of suspension. </p></div></div> </div> </div> <div class="elementor-element elementor-element-837e40a elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="837e40a" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.goldsteinpatentlaw.com/strategies-for-reinstating-amazon-account-suspensions-with-lesley-hensell/" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="321" height="82" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20321%2082'%3E%3C/svg%3E" class="attachment-full size-full wp-image-64804" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2024/01/goldentein.png 321w, https://riverbendconsulting.com/wp-content/uploads/2024/01/goldentein-300x77.png 300w" data-lazy-sizes="auto, (max-width: 321px) 100vw, 321px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/01/goldentein.png" /><noscript><img loading="lazy" decoding="async" width="321" height="82" src="https://riverbendconsulting.com/wp-content/uploads/2024/01/goldentein.png" class="attachment-full size-full wp-image-64804" alt="Podcast Coverage" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2024/01/goldentein.png 321w, https://riverbendconsulting.com/wp-content/uploads/2024/01/goldentein-300x77.png 300w" sizes="auto, (max-width: 321px) 100vw, 321px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="strategies-for-reinstating-amazon-account-suspensions"><a href="https://www.goldsteinpatentlaw.com/strategies-for-reinstating-amazon-account-suspensions-with-lesley-hensell/" target="_blank" rel="noopener">Strategies for Reinstating Amazon Account Suspensions</a></h3><p class="elementor-image-box-description"><i>January 19, 2024</i><br> The company’s experts help sellers resolve account listing suspensions and other challenges. </p></div></div> </div> </div> <div class="elementor-element elementor-element-9e805d3 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="9e805d3" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://podcasters.spotify.com/pod/show/clear-ads/episodes/Selling-Smarter-on-Amazon-Lessons-from-Leslie-Hensells-New-Book-e2eiqdj" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="400" height="400" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20400'%3E%3C/svg%3E" class="attachment-full size-full wp-image-64926" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2024/01/highwaytosell.jpg 400w, https://riverbendconsulting.com/wp-content/uploads/2024/01/highwaytosell-300x300.jpg 300w, https://riverbendconsulting.com/wp-content/uploads/2024/01/highwaytosell-150x150.jpg 150w" data-lazy-sizes="auto, (max-width: 400px) 100vw, 400px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/01/highwaytosell.jpg" /><noscript><img loading="lazy" decoding="async" width="400" height="400" src="https://riverbendconsulting.com/wp-content/uploads/2024/01/highwaytosell.jpg" class="attachment-full size-full wp-image-64926" alt="Podcast Coverage" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2024/01/highwaytosell.jpg 400w, https://riverbendconsulting.com/wp-content/uploads/2024/01/highwaytosell-300x300.jpg 300w, https://riverbendconsulting.com/wp-content/uploads/2024/01/highwaytosell-150x150.jpg 150w" sizes="auto, (max-width: 400px) 100vw, 400px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="selling-smarter-on-amazon-lessons-from-leslie-hensells-new-book"><a href="https://podcasters.spotify.com/pod/show/clear-ads/episodes/Selling-Smarter-on-Amazon-Lessons-from-Leslie-Hensells-New-Book-e2eiqdj" target="_blank" rel="noopener">Selling Smarter on Amazon: Lessons from Leslie Hensell’s New Book</a></h3><p class="elementor-image-box-description"><i>January 18, 2024</i><br> Insights from "The Amazon Incubator" and its relevance for new and experienced Amazon sellers. </p></div></div> </div> </div> <div class="elementor-element elementor-element-b883e45 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="b883e45" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://myfbaprep.com/blog/myfbaprep-interviews/monitor-your-return-reports-a-chat-with-lesley-hensell-of-riverbend-consulting/" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="153" height="78" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20153%2078'%3E%3C/svg%3E" class="attachment-full size-full wp-image-67647" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/03/myfbaperp.png"><noscript><img loading="lazy" decoding="async" width="153" height="78" src="https://riverbendconsulting.com/wp-content/uploads/2024/03/myfbaperp.png" class="attachment-full size-full wp-image-67647" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="monitor-your-return-reports-a-chat-with-lesley-hensell-of-riverbend-consulting"><a href="https://myfbaprep.com/blog/myfbaprep-interviews/monitor-your-return-reports-a-chat-with-lesley-hensell-of-riverbend-consulting/" target="_blank" rel="noopener">Monitor Your Return Reports: A Chat With Lesley Hensell of Riverbend Consulting</a></h3><p class="elementor-image-box-description"><i>January 19, 2024</i><br> Lesley brought her to start Riverbend Consulting, how she became known as “the suspension lady,” her advice for merchants to protect their accounts, and much more.</p></div></div> </div> </div> <div class="elementor-element elementor-element-e6aae3b elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="e6aae3b" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://phelpsunited.com/planet_amazon_podcast_episode_13" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="350" height="65" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20350%2065'%3E%3C/svg%3E" class="attachment-full size-full wp-image-64832" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2024/01/phelps.png 350w, https://riverbendconsulting.com/wp-content/uploads/2024/01/phelps-300x56.png 300w" data-lazy-sizes="auto, (max-width: 350px) 100vw, 350px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/01/phelps.png" /><noscript><img loading="lazy" decoding="async" width="350" height="65" src="https://riverbendconsulting.com/wp-content/uploads/2024/01/phelps.png" class="attachment-full size-full wp-image-64832" alt="Podcast Coverage" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2024/01/phelps.png 350w, https://riverbendconsulting.com/wp-content/uploads/2024/01/phelps-300x56.png 300w" sizes="auto, (max-width: 350px) 100vw, 350px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="amazon-business-mastery-long-term-profitability-and-suspension-survival-tips"><a href="https://phelpsunited.com/planet_amazon_podcast_episode_13" target="_blank" rel="noopener">Amazon Business Mastery: Long-Term Profitability and Suspension Survival Tips</a></h3><p class="elementor-image-box-description"><i>January 17, 2024</i><br> Prepare to navigate the treacherous terrain of Amazon Seller suspensions with none other than Lesley Hensel, co-founder of Riverbend Consulting.</p></div></div> </div> </div> <div class="elementor-element elementor-element-c26ab03 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="c26ab03" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.youtube.com/watch?v=ooYvFzCJ0UU" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="109" height="73" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20109%2073'%3E%3C/svg%3E" class="attachment-full size-full wp-image-64816" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/01/online-sellerUK.png"><noscript><img loading="lazy" decoding="async" width="109" height="73" src="https://riverbendconsulting.com/wp-content/uploads/2024/01/online-sellerUK.png" class="attachment-full size-full wp-image-64816" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="can-entrepreneurs-still-make-money-on-amazon"><a href="https://www.youtube.com/watch?v=ooYvFzCJ0UU" target="_blank" rel="noopener">Can entrepreneurs still make money on Amazon?</a></h3><p class="elementor-image-box-description"><i>January 16, 2024</i><br> Lesley dispels myths, explores the reality of Amazon as a get-rich-quick scheme, and shares insights on overcoming barriers for existing sellers. </p></div></div> </div> </div> <div class="elementor-element elementor-element-50cb042 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="50cb042" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://podcasts.apple.com/in/podcast/102-from-suspensions-to-success-amazon-fba-insights/id1661453521?i=1000641825361" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="297" height="122" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20297%20122'%3E%3C/svg%3E" class="attachment-full size-full wp-image-64803" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/01/fearlesssellers.png"><noscript><img loading="lazy" decoding="async" width="297" height="122" src="https://riverbendconsulting.com/wp-content/uploads/2024/01/fearlesssellers.png" class="attachment-full size-full wp-image-64803" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="amazon-appeals-made-easy"><a href="https://podcasts.apple.com/in/podcast/102-from-suspensions-to-success-amazon-fba-insights/id1661453521?i=1000641825361" target="_blank" rel="noopener">Amazon Appeals Made Easy</a></h3><p class="elementor-image-box-description"><i>January 16, 2024</i><br> Lesley Hensell, co-founder of Riverbend and author of "The Amazon Incubator," discusses the dangers of get-rich-quick schemes in the Amazon selling industry.</p></div></div> </div> </div> <div class="elementor-element elementor-element-9d8e9aa elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="9d8e9aa" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.ecommercemarketingpodcast.com/amazon-success-through-numbers-sops-and-reactive-marketing-with-lesley-hensell/" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="228" height="76" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20228%2076'%3E%3C/svg%3E" class="attachment-full size-full wp-image-64833" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/01/ecommercemarketingpodcast.png"><noscript><img loading="lazy" decoding="async" width="228" height="76" src="https://riverbendconsulting.com/wp-content/uploads/2024/01/ecommercemarketingpodcast.png" class="attachment-full size-full wp-image-64833" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="amazon-success-through-numbers-sops-and-reactive-marketing"><a href="https://www.ecommercemarketingpodcast.com/amazon-success-through-numbers-sops-and-reactive-marketing-with-lesley-hensell/" target="_blank" rel="noopener">Amazon Success Through Numbers, SOPs and Reactive Marketing </a></h3><p class="elementor-image-box-description"><i>January 11, 2024</i><br> Lesley has been an Amazon seller since 2010, and her latest mission is to help aspiring entrepreneurs succeed on Amazon – their way.</p></div></div> </div> </div> <div class="elementor-element elementor-element-448c97f elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="448c97f" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://jondwoskin.com/2024/01/think-business-live-jon-dwoskin-talks-with-lesley-hensell/" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="217" height="98" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20217%2098'%3E%3C/svg%3E" class="attachment-full size-full wp-image-64841" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/01/JonDwoskin.png"><noscript><img loading="lazy" decoding="async" width="217" height="98" src="https://riverbendconsulting.com/wp-content/uploads/2024/01/JonDwoskin.png" class="attachment-full size-full wp-image-64841" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="think-business-live"><a href="https://jondwoskin.com/2024/01/think-business-live-jon-dwoskin-talks-with-lesley-hensell/" target="_blank" rel="noopener">THINK Business LIVE</a></h3><p class="elementor-image-box-description"><i>January 10, 2024</i><br> Lesley Hensell helped hundreds of sellers get suspended Amazon accounts and ASINs up and running. She has been an Amazon seller for more than a decade.</p></div></div> </div> </div> <div class="elementor-element elementor-element-fd1b144 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="fd1b144" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://quietlight.com/podcast/amazon-appeals-made-easy/" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="207" height="73" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20207%2073'%3E%3C/svg%3E" class="attachment-full size-full wp-image-64033" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2023/12/quietlight.png"><noscript><img loading="lazy" decoding="async" width="207" height="73" src="https://riverbendconsulting.com/wp-content/uploads/2023/12/quietlight.png" class="attachment-full size-full wp-image-64033" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="amazon-appeals-made-easy"><a href="https://quietlight.com/podcast/amazon-appeals-made-easy/" target="_blank" rel="noopener">Amazon Appeals Made Easy</a></h3><p class="elementor-image-box-description"><i>December 26, 2023</i><br> "Amazon is really expecting people to run their e-commerce business as a legitimate business where you’re maintaining records, you’re very concerned about product quality." - Lesley Hensell</p></div></div> </div> </div> <div class="elementor-element elementor-element-681aa33 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="681aa33" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://podcasts.apple.com/us/podcast/ep-787-find-financial-freedom-selling-on-amazon-with/id1562876878?i=1000638514665" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="149" height="52" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20149%2052'%3E%3C/svg%3E" class="attachment-full size-full wp-image-64018" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2023/12/GenesisAmaris.png"><noscript><img loading="lazy" decoding="async" width="149" height="52" src="https://riverbendconsulting.com/wp-content/uploads/2023/12/GenesisAmaris.png" class="attachment-full size-full wp-image-64018" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="find-financial-freedom-selling-on-amazon"><a href="https://podcasts.apple.com/us/podcast/ep-787-find-financial-freedom-selling-on-amazon-with/id1562876878?i=1000638514665" target="_blank" rel="noopener">Find Financial Freedom Selling on Amazon</a></h3><p class="elementor-image-box-description"><i>December 14, 2023</i><br/> Lesley Hensell shares how you can find financial freedom selling on Amazon by various means. Helping people turn their side hobby into a lucrative Amazon-focused business.</p></div></div> </div> </div> <div class="elementor-element elementor-element-c86a303 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="c86a303" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://podcasters.spotify.com/pod/show/im-the-one7/episodes/Stay-Compliant-or-Get-Crushed-Amazon-Survival-Tactics-from-a-Top-Consultant-e2bdr6c/a-aaiektn" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="156" height="138" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20156%20138'%3E%3C/svg%3E" class="attachment-full size-full wp-image-64808" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/01/robbgreen.png"><noscript><img loading="lazy" decoding="async" width="156" height="138" src="https://riverbendconsulting.com/wp-content/uploads/2024/01/robbgreen.png" class="attachment-full size-full wp-image-64808" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="stay-compliant-or-get-crushed-amazon-survival-tactics-from-a-top-consultant"><a href="https://podcasters.spotify.com/pod/show/im-the-one7/episodes/Stay-Compliant-or-Get-Crushed-Amazon-Survival-Tactics-from-a-Top-Consultant-e2bdr6c/a-aaiektn" target="_blank" rel="noopener">Stay Compliant or Get Crushed: Amazon Survival Tactics from a Top Consultant</a></h3><p class="elementor-image-box-description"><i>November 04, 2023</i><br> Leslie exposes the mistakes sellers make every day without even knowing it.</p></div></div> </div> </div> <div class="elementor-element elementor-element-2ad0179 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="2ad0179" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.milliondollarsellers.com/episodes/lesley-hensell" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="219" height="49" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20219%2049'%3E%3C/svg%3E" class="attachment-full size-full wp-image-64823" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2024/01/MDS.png"><noscript><img loading="lazy" decoding="async" width="219" height="49" src="https://riverbendconsulting.com/wp-content/uploads/2024/01/MDS.png" class="attachment-full size-full wp-image-64823" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="strategic-business-planning-sops-and-the-amazon-incubator-book"><a href="https://www.milliondollarsellers.com/episodes/lesley-hensell" target="_blank" rel="noopener">Strategic Business Planning, SOPs and "The Amazon Incubator" Book</a></h3><p class="elementor-image-box-description"><i>December 5, 2023</i><br> Lesley introduces her latest book, "The Amazon Incubator," catering to newer sellers and offering practical insights for building a sustainable business on the e-commerce giant.</p></div></div> </div> </div> <div class="elementor-element elementor-element-87b533f elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="87b533f" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://podcasts.apple.com/us/podcast/make-money-online-w-amazon-e-commerce-consultancy-co/id1600344001?i=1000630492068" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="304" height="71" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%2071'%3E%3C/svg%3E" class="attachment-full size-full wp-image-62145" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2023/11/man-vs-brand.png 304w, https://riverbendconsulting.com/wp-content/uploads/2023/11/man-vs-brand-300x70.png 300w" data-lazy-sizes="auto, (max-width: 304px) 100vw, 304px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2023/11/man-vs-brand.png" /><noscript><img loading="lazy" decoding="async" width="304" height="71" src="https://riverbendconsulting.com/wp-content/uploads/2023/11/man-vs-brand.png" class="attachment-full size-full wp-image-62145" alt="Podcast Coverage" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2023/11/man-vs-brand.png 304w, https://riverbendconsulting.com/wp-content/uploads/2023/11/man-vs-brand-300x70.png 300w" sizes="auto, (max-width: 304px) 100vw, 304px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="make-money-online-w-amazon-e-commerce-consultancy-co-founder-lesley-hensell"><a href="https://podcasts.apple.com/us/podcast/make-money-online-w-amazon-e-commerce-consultancy-co/id1600344001?i=1000630492068" target="_blank" rel="noopener">Make Money Online. w/ Amazon E-Commerce Consultancy Co-Founder Lesley Hensell</a></h3><p class="elementor-image-box-description"><i>October 6, 2023</i><br/> Lesley leverages two decades as a small business consultant to advise clients on profitability and operational performance. She has been an Amazon seller for more than a decade.</p></div></div> </div> </div> <div class="elementor-element elementor-element-5ce6594 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="5ce6594" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://jeffmendelson.com/onebigtip/e326-lesley-hensell/" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="415" height="100" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20415%20100'%3E%3C/svg%3E" class="attachment-full size-full wp-image-39303" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2023/05/jm-podcasthero-logo.png 415w, https://riverbendconsulting.com/wp-content/uploads/2023/05/jm-podcasthero-logo-300x72.png 300w" data-lazy-sizes="auto, (max-width: 415px) 100vw, 415px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2023/05/jm-podcasthero-logo.png" /><noscript><img loading="lazy" decoding="async" width="415" height="100" src="https://riverbendconsulting.com/wp-content/uploads/2023/05/jm-podcasthero-logo.png" class="attachment-full size-full wp-image-39303" alt="Podcast Coverage" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2023/05/jm-podcasthero-logo.png 415w, https://riverbendconsulting.com/wp-content/uploads/2023/05/jm-podcasthero-logo-300x72.png 300w" sizes="auto, (max-width: 415px) 100vw, 415px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="e326-you-need-to-understand-the-amazon-system-and-all-that-they-offer-to-be-successful-in-your-sales-with-lesley-hensell"><a href="https://jeffmendelson.com/onebigtip/e326-lesley-hensell/" target="_blank" rel="noopener">E326 – You need to understand the Amazon system and all that they offer to be successful in your sales | with Lesley Hensell</a></h3><p class="elementor-image-box-description"><i>April 11, 2023</i><br/> If you’re selling on Amazon, the key is to differentiate yourself by finding unique products where there is no competition on your listing, or you can beat the competition on that listing.</p></div></div> </div> </div> <div class="elementor-element elementor-element-1818f0b elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="1818f0b" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.youtube.com/watch?v=RV2XNt2Ax0A" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="898" height="506" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20898%20506'%3E%3C/svg%3E" class="attachment-full size-full wp-image-29449" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop.png 898w, https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop-300x169.png 300w, https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop-768x433.png 768w, https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop-200x113.png 200w, https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop-400x225.png 400w, https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop-600x338.png 600w, https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop-800x451.png 800w, https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop-500x282.png 500w, https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop-700x394.png 700w" data-lazy-sizes="auto, (max-width: 898px) 100vw, 898px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop.png" /><noscript><img loading="lazy" decoding="async" width="898" height="506" src="https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop.png" class="attachment-full size-full wp-image-29449" alt="Podcast Coverage" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop.png 898w, https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop-300x169.png 300w, https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop-768x433.png 768w, https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop-200x113.png 200w, https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop-400x225.png 400w, https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop-600x338.png 600w, https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop-800x451.png 800w, https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop-500x282.png 500w, https://riverbendconsulting.com/wp-content/uploads/2023/02/ntdcrop-700x394.png 700w" sizes="auto, (max-width: 898px) 100vw, 898px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="how-high-is-real-inflation"><a href="https://www.youtube.com/watch?v=RV2XNt2Ax0A" target="_blank" rel="noopener">How High is Real Inflation?</a></h3><p class="elementor-image-box-description"><i>February 14, 2023</i><br/> Riverbend’s Lesley Hensell sits down for an interview on this segment of NTD Business. This segment touches on topics like inflation and Amazon fees.</p></div></div> </div> </div> <div class="elementor-element elementor-element-da23008 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="da23008" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.youtube.com/watch?v=rmUkHL-fX7A" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="221" height="51" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20221%2051'%3E%3C/svg%3E" class="attachment-full size-full wp-image-28981" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2022/12/sellerapp_logo.jpg 221w, https://riverbendconsulting.com/wp-content/uploads/2022/12/sellerapp_logo-200x46.jpg 200w" data-lazy-sizes="auto, (max-width: 221px) 100vw, 221px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2022/12/sellerapp_logo.jpg" /><noscript><img loading="lazy" decoding="async" width="221" height="51" src="https://riverbendconsulting.com/wp-content/uploads/2022/12/sellerapp_logo.jpg" class="attachment-full size-full wp-image-28981" alt="Podcast Coverage" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2022/12/sellerapp_logo.jpg 221w, https://riverbendconsulting.com/wp-content/uploads/2022/12/sellerapp_logo-200x46.jpg 200w" sizes="auto, (max-width: 221px) 100vw, 221px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="how-to-use-amazon-account-health-data-to-improve-profitability"><a href="https://www.youtube.com/watch?v=rmUkHL-fX7A" target="_blank" rel="noopener">How to Use Amazon Account Health Data to Improve Profitability</a></h3><p class="elementor-image-box-description"><i>December 23, 2022</i><br/> Providing a great purchasing experience for customers is paramount to Amazon, thus it employs metrics to monitor seller accounts.</p></div></div> </div> </div> <div class="elementor-element elementor-element-9158839 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="9158839" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.chargedupstudio.live/episodes/working-within-the-amazon-ecosystem/" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="200" height="88" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%2088'%3E%3C/svg%3E" class="attachment-full size-full wp-image-28815" alt="Charged Up Studio Podcast" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2022/10/charged_up_studio.png"><noscript><img loading="lazy" decoding="async" width="200" height="88" src="https://riverbendconsulting.com/wp-content/uploads/2022/10/charged_up_studio.png" class="attachment-full size-full wp-image-28815" alt="Charged Up Studio Podcast" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="working-within-the-amazon-ecosystem-season-3-episode-31"><a href="https://www.chargedupstudio.live/episodes/working-within-the-amazon-ecosystem/" target="_blank" rel="noopener">Working Within the Amazon EcoSystem Season 3 | Episode #31</a></h3><p class="elementor-image-box-description"><i>October 31, 2022</i><br/> Amazon is a name synonymous with Walmart, Target or any other of the big box stores. The epitome of convenience, just-in-time delivery, and exceptional customer experience, Amazon has built a reputation in the retail marketplace for its consumer buying ease and retention.</p></div></div> </div> </div> <div class="elementor-element elementor-element-91afac8 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="91afac8" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://podcasts.bcast.fm/e/18254pkn-amazon-account-reinstated-lesley-hensell" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="100" height="100" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3C/svg%3E" class="attachment-full size-full wp-image-28822" alt="eCom Ops podcast" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2022/11/eComOps_podcast.jpg 100w, https://riverbendconsulting.com/wp-content/uploads/2022/11/eComOps_podcast-66x66.jpg 66w" data-lazy-sizes="auto, (max-width: 100px) 100vw, 100px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2022/11/eComOps_podcast.jpg" /><noscript><img loading="lazy" decoding="async" width="100" height="100" src="https://riverbendconsulting.com/wp-content/uploads/2022/11/eComOps_podcast.jpg" class="attachment-full size-full wp-image-28822" alt="eCom Ops podcast" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2022/11/eComOps_podcast.jpg 100w, https://riverbendconsulting.com/wp-content/uploads/2022/11/eComOps_podcast-66x66.jpg 66w" sizes="auto, (max-width: 100px) 100vw, 100px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="how-to-get-your-suspended-amazon-account-reinstated-with-lesley-hensell-co-founder-at-riverbend-consulting"><a href="https://podcasts.bcast.fm/e/18254pkn-amazon-account-reinstated-lesley-hensell" target="_blank" rel="noopener">How to Get Your Suspended Amazon Account Reinstated with Lesley Hensell, Co-Founder at Riverbend Consulting</a></h3><p class="elementor-image-box-description"><i>October 12, 2022</i><br/> Norbert Strappler is joined by Lesley Hensell, Co-Founder at Riverbend Consulting. They discuss the impact of product quality, Amazon account suspension triggers & reinstatement strategies, and Amazon seller best practices for eCom results</p></div></div> </div> </div> <div class="elementor-element elementor-element-0194c73 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="0194c73" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.youtube.com/watch?v=SoORWsd134E" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="359" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20359%2080'%3E%3C/svg%3E" class="attachment-full size-full wp-image-28824" alt="Common Mistakes S2E14 Lesley Hensell: Amazon Suspension, Brand Protection, Editorial" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2022/11/Envision_Horizons.png 359w, https://riverbendconsulting.com/wp-content/uploads/2022/11/Envision_Horizons-300x67.png 300w, https://riverbendconsulting.com/wp-content/uploads/2022/11/Envision_Horizons-200x45.png 200w" data-lazy-sizes="auto, (max-width: 359px) 100vw, 359px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2022/11/Envision_Horizons.png" /><noscript><img loading="lazy" decoding="async" width="359" height="80" src="https://riverbendconsulting.com/wp-content/uploads/2022/11/Envision_Horizons.png" class="attachment-full size-full wp-image-28824" alt="Common Mistakes S2E14 Lesley Hensell: Amazon Suspension, Brand Protection, Editorial" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2022/11/Envision_Horizons.png 359w, https://riverbendconsulting.com/wp-content/uploads/2022/11/Envision_Horizons-300x67.png 300w, https://riverbendconsulting.com/wp-content/uploads/2022/11/Envision_Horizons-200x45.png 200w" sizes="auto, (max-width: 359px) 100vw, 359px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="common-mistakes-s2e14-lesley-hensell-amazon-suspension-brand-protection-editorial-recommendations"><a href="https://www.youtube.com/watch?v=SoORWsd134E" target="_blank" rel="noopener">Common Mistakes S2E14 Lesley Hensell: Amazon Suspension, Brand Protection, Editorial Recommendations</a></h3><p class="elementor-image-box-description"><i>October 11, 2022</i><br/> Lesley discusses mistakes when handling Amazon account suspension, the process of getting editorial recommendation placements, consequences of platform/review manipulation, how to protect your brand from bad actors on Amazon, mistakes with buying liquidation inventory, why you need to be keeping good invoices, and more!</p></div></div> </div> </div> <div class="elementor-element elementor-element-b5d6784 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="b5d6784" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.mrbizsolutions.com/e-commerce-paid-ads-and-optimizing-keyword-roi?highlight=WyJsZXNsZXkiLCJoZW5zZWxsIl0=" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="128" height="100" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20128%20100'%3E%3C/svg%3E" class="attachment-full size-full wp-image-28428" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2022/10/mr-biz-radio.png"><noscript><img loading="lazy" decoding="async" width="128" height="100" src="https://riverbendconsulting.com/wp-content/uploads/2022/10/mr-biz-radio.png" class="attachment-full size-full wp-image-28428" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="do-you-even-e-commerce-with-lesley-hensell"><a href="https://www.mrbizsolutions.com/e-commerce-paid-ads-and-optimizing-keyword-roi?highlight=WyJsZXNsZXkiLCJoZW5zZWxsIl0=" target="_blank" rel="noopener">Do You Even E-Commerce? with Lesley Hensell</a></h3><p class="elementor-image-box-description"><i>October 07, 2022</i><br/> * What is the #1 key thing about paid ads? * How should you start? * What is the best way to optimize Keyword ROI?</p></div></div> </div> </div> <div class="elementor-element elementor-element-73c95b3 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="73c95b3" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.youtube.com/watch?v=kkZTEP4JSTg&#038;list=PLNu4cumRdqFX4DNHy7lYhal_q8eIV7p-n&#038;index=42" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="118" height="100" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20118%20100'%3E%3C/svg%3E" class="attachment-full size-full wp-image-28479" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2022/10/caravan_digital_rbc.png"><noscript><img loading="lazy" decoding="async" width="118" height="100" src="https://riverbendconsulting.com/wp-content/uploads/2022/10/caravan_digital_rbc.png" class="attachment-full size-full wp-image-28479" alt="Podcast Coverage" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="suspended-amazon-listings-how-to-get-them-reinstated-whats-working-in-ecommerce-ep-29"><a href="https://www.youtube.com/watch?v=kkZTEP4JSTg&#038;list=PLNu4cumRdqFX4DNHy7lYhal_q8eIV7p-n&#038;index=42" target="_blank" rel="noopener">Suspended Amazon Listings: How to Get Them Reinstated – What’s Working in Ecommerce (Ep. 29)</a></h3><p class="elementor-image-box-description"><i>September 09, 2022<br/></i> Lesley Hensell Demond shares her secrets in helping thousands of 3P amazon sellers get their accounts and ASINs back up and running after encountering a suspension or deactivation.</p></div></div> </div> </div> <div class="elementor-element elementor-element-0c7ff20 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="0c7ff20" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.brandbuilderuni.com/podcast/amazon-seller-support-tips" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="293" height="70" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20293%2070'%3E%3C/svg%3E" class="attachment-full size-full wp-image-27892" alt="brand_builder_uni" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2022/07/brand_builder_uni.png 293w, https://riverbendconsulting.com/wp-content/uploads/2022/07/brand_builder_uni-200x48.png 200w" data-lazy-sizes="auto, (max-width: 293px) 100vw, 293px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2022/07/brand_builder_uni.png" /><noscript><img loading="lazy" decoding="async" width="293" height="70" src="https://riverbendconsulting.com/wp-content/uploads/2022/07/brand_builder_uni.png" class="attachment-full size-full wp-image-27892" alt="brand_builder_uni" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2022/07/brand_builder_uni.png 293w, https://riverbendconsulting.com/wp-content/uploads/2022/07/brand_builder_uni-200x48.png 200w" sizes="auto, (max-width: 293px) 100vw, 293px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="success-on-amazon-in-spite-of-amazon-w-lesley-from-riverbend-consulting"><a href="https://www.brandbuilderuni.com/podcast/amazon-seller-support-tips" target="_blank" rel="noopener">Success on Amazon In Spite Of Amazon w/ Lesley From Riverbend Consulting</a></h3><p class="elementor-image-box-description"><i>July 19, 2022</i><br/> This week we’re joined by Lesley Hensell, co-founder of leading Amazon agency Riverbend Consulting. Riverbend are experts at handling complex cases and overcoming significant problems to help Amazon sellers thrive.</p></div></div> </div> </div> <div class="elementor-element elementor-element-e6b24d4 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="e6b24d4" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://rss.com/podcasts/digital-marketing-intelligence/548681/" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="152" height="53" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20152%2053'%3E%3C/svg%3E" class="attachment-full size-full wp-image-27816" alt="rss_com logo" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2022/07/rss_com.jpg 152w, https://riverbendconsulting.com/wp-content/uploads/2022/07/rss_com-150x53.jpg 150w" data-lazy-sizes="auto, (max-width: 152px) 100vw, 152px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2022/07/rss_com.jpg" /><noscript><img loading="lazy" decoding="async" width="152" height="53" src="https://riverbendconsulting.com/wp-content/uploads/2022/07/rss_com.jpg" class="attachment-full size-full wp-image-27816" alt="rss_com logo" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2022/07/rss_com.jpg 152w, https://riverbendconsulting.com/wp-content/uploads/2022/07/rss_com-150x53.jpg 150w" sizes="auto, (max-width: 152px) 100vw, 152px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="lesley-hensell-shopify-strategies"><a href="https://rss.com/podcasts/digital-marketing-intelligence/548681/" target="_blank" rel="noopener">Lesley Hensell (Shopify Strategies)</a></h3><p class="elementor-image-box-description"><i>July 11, 2022</i><br/> Maximize your Shopify brand’s e-commerce revenue by integrating Amazon’s “Buy with Prime” features.</p></div></div> </div> </div> <div class="elementor-element elementor-element-75183e2 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="75183e2" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.youtube.com/watch?v=jNQOYjbLjdw" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="246" height="70" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20246%2070'%3E%3C/svg%3E" class="attachment-full size-full wp-image-27728" alt="Online-Seller-UK-Marketplace-Consultancy" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2022/06/Online-Seller-UK-Marketplace-Consultancy.png 246w, https://riverbendconsulting.com/wp-content/uploads/2022/06/Online-Seller-UK-Marketplace-Consultancy-200x57.png 200w" data-lazy-sizes="auto, (max-width: 246px) 100vw, 246px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2022/06/Online-Seller-UK-Marketplace-Consultancy.png" /><noscript><img loading="lazy" decoding="async" width="246" height="70" src="https://riverbendconsulting.com/wp-content/uploads/2022/06/Online-Seller-UK-Marketplace-Consultancy.png" class="attachment-full size-full wp-image-27728" alt="Online-Seller-UK-Marketplace-Consultancy" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2022/06/Online-Seller-UK-Marketplace-Consultancy.png 246w, https://riverbendconsulting.com/wp-content/uploads/2022/06/Online-Seller-UK-Marketplace-Consultancy-200x57.png 200w" sizes="auto, (max-width: 246px) 100vw, 246px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="how-to-avoid-amazon-account-and-listing-suspension-online-seller-uk-podcast-with-lesley-hensell"><a href="https://www.youtube.com/watch?v=jNQOYjbLjdw" target="_blank" rel="noopener">How to avoid Amazon account and listing suspension |Online Seller UK Podcast with Lesley Hensell</a></h3><p class="elementor-image-box-description"><i>June 29, 2022</i><br/> Recently we have been seeing a lot of Amazon account suspensions due to linked accounts. We also see listing suspension due to customer complaints about the condition of an item. So, to help you avoid these issues, listen to this podcast with Lesley from Riverbend consulting.</p></div></div> </div> </div> <div class="elementor-element elementor-element-d880c54 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="d880c54" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.blogtalkradio.com/women-excelling-everywhere/2022/06/24/hardshipentrepreneurship-building-a-business-out-of-necessity-wlesley-hensell" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="102" height="100" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20102%20100'%3E%3C/svg%3E" class="attachment-full size-full wp-image-27723" alt="Blog Talk Radio Logo" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2022/06/BTR-logo.png 102w, https://riverbendconsulting.com/wp-content/uploads/2022/06/BTR-logo-66x66.png 66w" data-lazy-sizes="auto, (max-width: 102px) 100vw, 102px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2022/06/BTR-logo.png" /><noscript><img loading="lazy" decoding="async" width="102" height="100" src="https://riverbendconsulting.com/wp-content/uploads/2022/06/BTR-logo.png" class="attachment-full size-full wp-image-27723" alt="Blog Talk Radio Logo" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2022/06/BTR-logo.png 102w, https://riverbendconsulting.com/wp-content/uploads/2022/06/BTR-logo-66x66.png 66w" sizes="auto, (max-width: 102px) 100vw, 102px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="hardship-entrepreneurship-building-a-business-out-of-necessity-w-lesley-hensell"><a href="https://www.blogtalkradio.com/women-excelling-everywhere/2022/06/24/hardshipentrepreneurship-building-a-business-out-of-necessity-wlesley-hensell" target="_blank" rel="noopener">Hardship/Entrepreneurship: Building a Business Out of Necessity w/Lesley Hensell</a></h3><p class="elementor-image-box-description"><i>June 24, 2022<br/></i> Lesley leverages two decades of expertise to solve the underlying business and marketing issues small businesses face.</p></div></div> </div> </div> <div class="elementor-element elementor-element-76bb5a7 elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="76bb5a7" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.youtube.com/watch?v=85aCv6TnieA" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="300" height="40" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%2040'%3E%3C/svg%3E" class="attachment-full size-full wp-image-27085" alt="my amazon guy logo" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2022/05/my_amazon_guy.png 300w, https://riverbendconsulting.com/wp-content/uploads/2022/05/my_amazon_guy-200x27.png 200w" data-lazy-sizes="auto, (max-width: 300px) 100vw, 300px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2022/05/my_amazon_guy.png" /><noscript><img loading="lazy" decoding="async" width="300" height="40" src="https://riverbendconsulting.com/wp-content/uploads/2022/05/my_amazon_guy.png" class="attachment-full size-full wp-image-27085" alt="my amazon guy logo" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2022/05/my_amazon_guy.png 300w, https://riverbendconsulting.com/wp-content/uploads/2022/05/my_amazon_guy-200x27.png 200w" sizes="auto, (max-width: 300px) 100vw, 300px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="catalog-troubleshooting-on-amazon-qa"><a href="https://www.youtube.com/watch?v=85aCv6TnieA" target="_blank" rel="noopener">Catalog Troubleshooting on Amazon Q&A</a></h3><p class="elementor-image-box-description"><i>May 11, 2022</i><br/> Lesley Hensell, Riverbend Consulting’s co-founder and Client Services Manager, was a guest on the recent episode of My Amazon Guy, where she sits down for a Q&A session revolving around how to perform catalog troubleshooting as an Amazon seller.</p></div></div> </div> </div> <div class="elementor-element elementor-element-1b3f43f elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="1b3f43f" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://podcasts.apple.com/us/podcast/how-to-avoid-e-commerce-pitfalls-with-lesley-hensell/id1486602077?i=1000553134569" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="321" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20321%2060'%3E%3C/svg%3E" class="attachment-full size-full wp-image-27285" alt="how-we-solve" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2022/05/how-we-solve.png 321w, https://riverbendconsulting.com/wp-content/uploads/2022/05/how-we-solve-300x56.png 300w, https://riverbendconsulting.com/wp-content/uploads/2022/05/how-we-solve-200x37.png 200w" data-lazy-sizes="auto, (max-width: 321px) 100vw, 321px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2022/05/how-we-solve.png" /><noscript><img loading="lazy" decoding="async" width="321" height="60" src="https://riverbendconsulting.com/wp-content/uploads/2022/05/how-we-solve.png" class="attachment-full size-full wp-image-27285" alt="how-we-solve" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2022/05/how-we-solve.png 321w, https://riverbendconsulting.com/wp-content/uploads/2022/05/how-we-solve-300x56.png 300w, https://riverbendconsulting.com/wp-content/uploads/2022/05/how-we-solve-200x37.png 200w" sizes="auto, (max-width: 321px) 100vw, 321px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="how-to-avoid-e-commerce-pitfalls"><a href="https://podcasts.apple.com/us/podcast/how-to-avoid-e-commerce-pitfalls-with-lesley-hensell/id1486602077?i=1000553134569" target="_blank" rel="noopener">How to Avoid E-Commerce Pitfalls</a></h3><p class="elementor-image-box-description"><i>March 6, 2022</br></i> Lesley sits down for a chat with the popular podcast How we Solve, where they have a discussion about some of the most common pitfalls that sellers face when selling on Amazon, among other topics.</p></div></div> </div> </div> <div class="elementor-element elementor-element-8f6afbb elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="8f6afbb" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.learningfromsmartpeople.com/podcast/153-lesley-hensell-how-to-become-an-online-retailer/" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="344" height="115" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20344%20115'%3E%3C/svg%3E" class="attachment-full size-full wp-image-32462" alt="Podcast Coverage" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2023/03/learning-smart.png 344w, https://riverbendconsulting.com/wp-content/uploads/2023/03/learning-smart-300x100.png 300w" data-lazy-sizes="auto, (max-width: 344px) 100vw, 344px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2023/03/learning-smart.png" /><noscript><img loading="lazy" decoding="async" width="344" height="115" src="https://riverbendconsulting.com/wp-content/uploads/2023/03/learning-smart.png" class="attachment-full size-full wp-image-32462" alt="Podcast Coverage" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2023/03/learning-smart.png 344w, https://riverbendconsulting.com/wp-content/uploads/2023/03/learning-smart-300x100.png 300w" sizes="auto, (max-width: 344px) 100vw, 344px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="how-to-become-an-online-retailer"><a href="https://www.learningfromsmartpeople.com/podcast/153-lesley-hensell-how-to-become-an-online-retailer/" target="_blank" rel="noopener">How to Become an Online Retailer</a></h3><p class="elementor-image-box-description"><i>November 25, 2021</i><br/> In a new episode of this Amazon focused podcast, our very own Lesley Hensell sits down with Rob Oliver, the host of the show, for a conversation about how to become an online retailer.</p></div></div> </div> </div> <div class="elementor-element elementor-element-316403c elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="316403c" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://www.youtube.com/watch?v=kx1C0w2oH3s" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="574" height="294" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20574%20294'%3E%3C/svg%3E" class="attachment-full size-full wp-image-27613" alt="Link Up Leaders livestream cover art" title="Podcast Coverage" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2022/06/linkupleaders.jpg 574w, https://riverbendconsulting.com/wp-content/uploads/2022/06/linkupleaders-500x256.jpg 500w, https://riverbendconsulting.com/wp-content/uploads/2022/06/linkupleaders-300x154.jpg 300w, https://riverbendconsulting.com/wp-content/uploads/2022/06/linkupleaders-200x102.jpg 200w, https://riverbendconsulting.com/wp-content/uploads/2022/06/linkupleaders-400x205.jpg 400w" data-lazy-sizes="auto, (max-width: 574px) 100vw, 574px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2022/06/linkupleaders.jpg" /><noscript><img loading="lazy" decoding="async" width="574" height="294" src="https://riverbendconsulting.com/wp-content/uploads/2022/06/linkupleaders.jpg" class="attachment-full size-full wp-image-27613" alt="Link Up Leaders livestream cover art" title="Podcast Coverage" srcset="https://riverbendconsulting.com/wp-content/uploads/2022/06/linkupleaders.jpg 574w, https://riverbendconsulting.com/wp-content/uploads/2022/06/linkupleaders-500x256.jpg 500w, https://riverbendconsulting.com/wp-content/uploads/2022/06/linkupleaders-300x154.jpg 300w, https://riverbendconsulting.com/wp-content/uploads/2022/06/linkupleaders-200x102.jpg 200w, https://riverbendconsulting.com/wp-content/uploads/2022/06/linkupleaders-400x205.jpg 400w" sizes="auto, (max-width: 574px) 100vw, 574px" /></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="link-up-leaders-buy-with-prime-with-lesley-hensell"><a href="https://www.youtube.com/watch?v=kx1C0w2oH3s" target="_blank" rel="noopener">Link Up Leaders: Buy With Prime with Lesley Hensell</a></h3><p class="elementor-image-box-description"><i>June 1, 2022<br/></i> Link Up Leaders invited Riverbend Consulting’s Lesley Hensell onto their most recent livestream to discuss Amazon’s new Buy With Prime initiative and other things related to the world of Amazon.</p></div></div> </div> </div> <div class="elementor-element elementor-element-8f0802c elementor-widget__width-initial elementor-position-top elementor-widget elementor-widget-image-box" data-id="8f0802c" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://epodcastnetwork.com/strategies-for-running-a-successful-amazon-business/" target="_blank" tabindex="-1" rel="noopener"><img decoding="async" width="164" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20164%2060'%3E%3C/svg%3E" class="attachment-full size-full wp-image-27130" alt="EPN2019_LOGO" title="Podcast Coverage" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2022/05/EPN2019_LOGO-1.png"><noscript><img loading="lazy" decoding="async" width="164" height="60" src="https://riverbendconsulting.com/wp-content/uploads/2022/05/EPN2019_LOGO-1.png" class="attachment-full size-full wp-image-27130" alt="EPN2019_LOGO" title="Podcast Coverage"></noscript></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title" class="elementor-image-box-title" id="strategies-for-running-a-successful-amazon-business"><a href="https://epodcastnetwork.com/strategies-for-running-a-successful-amazon-business/" target="_blank" rel="noopener">Strategies for Running a Successful Amazon Business</a></h3><p class="elementor-image-box-description"><i>July 13, 2021</i><br/> Lesley Hensell is a partner and Co-founder with Riverbend Consulting, whose 50+ employees solve critical problems and offer effective growth strategies for sellers on Amazon and other e-commerce platforms.</p></div></div> </div> </div> </div> </div> <div class="elementor-element elementor-element-9d12830 e-con-full e-flex e-con e-parent" data-id="9d12830" data-element_type="container"> <div class="elementor-element elementor-element-5d9ba5e e-con-full e-flex e-con e-child" data-id="5d9ba5e" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-element elementor-element-33b9f3c e-con-full e-flex e-con e-child" data-id="33b9f3c" data-element_type="container"> <div class="elementor-element elementor-element-081aa2e e-flex e-con-boxed e-con e-child" data-id="081aa2e" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-f60361d elementor-widget elementor-widget-heading" data-id="f60361d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default" class="elementor-heading-title elementor-size-default" id="contact-us-today">Contact us today</h2> </div> </div> <div class="elementor-element elementor-element-61bfa1b elementor-align-left elementor-mobile-align-left elementor-widget elementor-widget-button" data-id="61bfa1b" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="tel:+18772891017"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">877-289-1017</span> </span> </a> </div> </div> </div> <div class="elementor-element elementor-element-7d1f4c1 elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="7d1f4c1" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="mailto:sales@riverbendconsulting.com"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-envelope" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg> </span> <span class="elementor-icon-list-text">sales@riverbendconsulting.com</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/feed/"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-rss" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg> </span> <span class="elementor-icon-list-text">@riverbendconsulting</span> </a> </li> </ul> </div> </div> </div> </div> <div class="elementor-element elementor-element-3a814f3 e-flex e-con-boxed e-con e-child" data-id="3a814f3" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-eb2b616 hsform elementor-widget elementor-widget-html" data-id="eb2b616" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script> <script> hbspt.forms.create({ region: "na1", portalId: "42530176", formId: "c865ae7c-1d4e-4823-9f8c-d234c0d00a75", css: "", locale: 'en', translations: { en: { required: "Please fill out this field!", submissionErrors:{ MISSING_REQUIRED_FIELDS: "Please fill in all required fields!" }, } } }); </script> </div> </div> </div> </div> </div> </div> </div> </div> </main> <div data-elementor-type="footer" data-elementor-id="37256" class="elementor elementor-37256 elementor-location-footer" data-elementor-post-type="elementor_library"> <div class="elementor-element elementor-element-42d88b43 e-con-full e-flex e-con e-parent" data-id="42d88b43" data-element_type="container" id="footerpage" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}"> <div class="elementor-element elementor-element-49ac3cc7 e-flex e-con-boxed e-con e-child" data-id="49ac3cc7" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-1bc9c1a e-flex e-con-boxed e-con e-child" data-id="1bc9c1a" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-caf8aa5 e-flex e-con-boxed e-con e-child" data-id="caf8aa5" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-131aed16 e-con-full e-flex e-con e-child" data-id="131aed16" data-element_type="container"> <div class="elementor-element elementor-element-195c09e elementor-widget-mobile__width-initial elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="195c09e" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://riverbendconsulting.com/" title="Riverbend Consulting"> <img width="1024" height="476" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20476'%3E%3C/svg%3E" class="attachment-large size-large wp-image-65975" alt="rbc_white_logo" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc_white_logo-1024x476.png 1024w, https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc_white_logo-300x139.png 300w, https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc_white_logo-768x357.png 768w, https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc_white_logo-1536x713.png 1536w, https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc_white_logo-2048x951.png 2048w" data-lazy-sizes="auto, (max-width: 1024px) 100vw, 1024px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc_white_logo-1024x476.png" /><noscript><img width="1024" height="476" src="https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc_white_logo-1024x476.png" class="attachment-large size-large wp-image-65975" alt="rbc_white_logo" loading="lazy" srcset="https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc_white_logo-1024x476.png 1024w, https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc_white_logo-300x139.png 300w, https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc_white_logo-768x357.png 768w, https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc_white_logo-1536x713.png 1536w, https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc_white_logo-2048x951.png 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></noscript> </a> </div> </div> </div> <div class="elementor-element elementor-element-2acaf6e5 e-con-full e-flex e-con e-child" data-id="2acaf6e5" data-element_type="container"> <div class="elementor-element elementor-element-65207176 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-image" data-id="65207176" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://www.inc.com/profile/riverbend-consulting/" target="_blank" title="INC 5000"> <img width="467" height="467" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20467%20467'%3E%3C/svg%3E" class="attachment-large size-large wp-image-55911" alt="rbc-inc5000" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc-inc5000.png 467w, https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc-inc5000-300x300.png 300w, https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc-inc5000-150x150.png 150w" data-lazy-sizes="auto, (max-width: 467px) 100vw, 467px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc-inc5000.png" /><noscript><img width="467" height="467" src="https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc-inc5000.png" class="attachment-large size-large wp-image-55911" alt="rbc-inc5000" loading="lazy" srcset="https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc-inc5000.png 467w, https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc-inc5000-300x300.png 300w, https://riverbendconsulting.com/wp-content/uploads/2023/08/rbc-inc5000-150x150.png 150w" sizes="auto, (max-width: 467px) 100vw, 467px" /></noscript> </a> </div> </div> <div class="elementor-element elementor-element-0336551 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-image" data-id="0336551" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://www.inc.com/profile/riverbend-consulting/" target="_blank" title="INC 5000"> <img width="400" height="68" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%2068'%3E%3C/svg%3E" class="attachment-large size-large wp-image-67903" alt="Amazon-SPN-logo" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2023/08/Amazon-SPN-logo.png 400w, https://riverbendconsulting.com/wp-content/uploads/2023/08/Amazon-SPN-logo-300x51.png 300w" data-lazy-sizes="auto, (max-width: 400px) 100vw, 400px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2023/08/Amazon-SPN-logo.png" /><noscript><img width="400" height="68" src="https://riverbendconsulting.com/wp-content/uploads/2023/08/Amazon-SPN-logo.png" class="attachment-large size-large wp-image-67903" alt="Amazon-SPN-logo" loading="lazy" srcset="https://riverbendconsulting.com/wp-content/uploads/2023/08/Amazon-SPN-logo.png 400w, https://riverbendconsulting.com/wp-content/uploads/2023/08/Amazon-SPN-logo-300x51.png 300w" sizes="auto, (max-width: 400px) 100vw, 400px" /></noscript> </a> </div> </div> </div> <div class="elementor-element elementor-element-65a02382 e-con-full e-flex e-con e-child" data-id="65a02382" data-element_type="container"> <div class="elementor-element elementor-element-7a9cca6a elementor-widget elementor-widget-heading" data-id="7a9cca6a" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://riverbendconsulting.com/sitemap/">Sitemap</a></h2> </div> </div> </div> <div class="elementor-element elementor-element-b12650a e-flex e-con-boxed e-con e-child" data-id="b12650a" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-9108fb7 elementor-widget elementor-widget-heading" data-id="9108fb7" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://riverbendconsulting.com/sitemap/">Receive our newsletter</a></h2> </div> </div> <div class="elementor-element elementor-element-3273ee7a elementor-widget elementor-widget-text-editor" data-id="3273ee7a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> Stay ahead in the rapidly changing world of Amazon. Subscribe to The Consult, our monthly insights for online sellers. </div> </div> <div class="elementor-element elementor-element-ea42c92 elementor-widget elementor-widget-button" data-id="ea42c92" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://riverbendconsulting.com/newsletter/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Subscribe now</span> </span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-7ec1840 e-con-full e-flex e-con e-child" data-id="7ec1840" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-element elementor-element-e0277f8 elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-left elementor-widget__width-initial elementor-tablet-align-left elementor-mobile-align-center elementor-widget elementor-widget-icon-list" data-id="e0277f8" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.facebook.com/RiverbendConsultingLLC/" target="_blank" arial-label="facebook" title="facebook"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-facebook-f" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://twitter.com/RiverbendConsul" target="_blank" rial-label="Twitter" title="Twitter"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-x-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.linkedin.com/company/riverbend-consulting-amz/" target="_blank" arial-label="linkedIn" title="linkedIn"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-linkedin-in" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.instagram.com/riverbendconsulting/" target="_blank" arial-label="instagram" title="instagram"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-instagram" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.youtube.com/c/RiverbendConsulting" target="_blank" rial-label="YouTube" title="YouTube"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-youtube-square" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M186.8 202.1l95.2 54.1-95.2 54.1V202.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-42 176.3s0-59.6-7.6-88.2c-4.2-15.8-16.5-28.2-32.2-32.4C337.9 128 224 128 224 128s-113.9 0-142.2 7.7c-15.7 4.2-28 16.6-32.2 32.4-7.6 28.5-7.6 88.2-7.6 88.2s0 59.6 7.6 88.2c4.2 15.8 16.5 27.7 32.2 31.9C110.1 384 224 384 224 384s113.9 0 142.2-7.7c15.7-4.2 28-16.1 32.2-31.9 7.6-28.5 7.6-88.1 7.6-88.1z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.tiktok.com/@riverbendconsulting" target="_blank"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fab-tiktok" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"></path></svg> </span> <span class="elementor-icon-list-text"></span> </a> </li> </ul> </div> </div> <div class="elementor-element elementor-element-5d59c25 elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="5d59c25" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p style="text-align: right;">Click, visit, follow, like, subscribe and share us.</p> </div> </div> </div> <div class="elementor-element elementor-element-c894ec9 e-flex e-con-boxed e-con e-child" data-id="c894ec9" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-d585a5b elementor-widget elementor-widget-text-editor" data-id="d585a5b" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> Copyright ©2023 Riverbend Consulting LLC. All rights reserved |<span style="color: #ffffff;"><a style="color: #ffffff;" href="https://riverbendconsulting.com/privacy-policy/"> Privacy Policy</a></span> </div> </div> </div> </div> </div> </div> </div> <!-- HFCM by 99 Robots - Snippet # 4: Google Tag --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NFRPMSJ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 5: Google Global Code &amp; Dynamic Phone Number --> <!-- Global site tag (gtag.js) - Google Ads: 813682706 --> <script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=AW-813682706"></script> <script type="rocketlazyloadscript"> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-813682706'); </script> <!-- /end HFCM by 99 Robots --> <div data-elementor-type="popup" data-elementor-id="69672" class="elementor elementor-69672 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;slideInRight&quot;,&quot;exit_animation&quot;:&quot;slideInRight&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library"> <div class="elementor-element elementor-element-3acb0d3c e-flex e-con-boxed e-con e-parent" data-id="3acb0d3c" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-2546bb2 e-flex e-con-boxed e-con e-child" data-id="2546bb2" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-9083288 elementor-widget__width-initial elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="9083288" data-element_type="widget" data-widget_type="theme-site-logo.default"> <div class="elementor-widget-container"> <a href="https://riverbendconsulting.com"> <img width="400" height="191" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20191'%3E%3C/svg%3E" class="attachment-full size-full wp-image-25275" alt="Riverbend Consulting" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR.png 400w, https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR-300x143.png 300w" data-lazy-sizes="auto, (max-width: 400px) 100vw, 400px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR.png" /><noscript><img width="400" height="191" src="https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR.png" class="attachment-full size-full wp-image-25275" alt="Riverbend Consulting" loading="lazy" srcset="https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR.png 400w, https://riverbendconsulting.com/wp-content/uploads/2021/07/LogoR-300x143.png 300w" sizes="auto, (max-width: 400px) 100vw, 400px" /></noscript> </a> </div> </div> <div class="elementor-element elementor-element-f094ba0 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="f094ba0" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-large size-large wp-image-28308" alt="Inc5000_logo" data-lazy-srcset="https://riverbendconsulting.com/wp-content/uploads/2022/09/Inc5000_logo.png 150w, https://riverbendconsulting.com/wp-content/uploads/2022/09/Inc5000_logo-66x66.png 66w" data-lazy-sizes="auto, (max-width: 150px) 100vw, 150px" data-lazy-src="https://riverbendconsulting.com/wp-content/uploads/2022/09/Inc5000_logo.png" /><noscript><img width="150" height="150" src="https://riverbendconsulting.com/wp-content/uploads/2022/09/Inc5000_logo.png" class="attachment-large size-large wp-image-28308" alt="Inc5000_logo" loading="lazy" srcset="https://riverbendconsulting.com/wp-content/uploads/2022/09/Inc5000_logo.png 150w, https://riverbendconsulting.com/wp-content/uploads/2022/09/Inc5000_logo-66x66.png 66w" sizes="auto, (max-width: 150px) 100vw, 150px" /></noscript> </div> </div> </div> </div> <div class="elementor-element elementor-element-4feaa80 elementor-widget elementor-widget-n-accordion" data-id="4feaa80" data-element_type="widget" data-settings="{&quot;default_state&quot;:&quot;all_collapsed&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}" data-widget_type="nested-accordion.default"> <div class="elementor-widget-container"> <div class="e-n-accordion" aria-label="Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys"> <details id="e-n-accordion-item-8370" class="e-n-accordion-item" > <summary class="e-n-accordion-item-title" data-accordion-index="1" tabindex="0" aria-expanded="false" aria-controls="e-n-accordion-item-8370" > <span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> Appeals </div></span> <span class='e-n-accordion-item-title-icon'> <span class='e-opened' ><svg aria-hidden="true" class="e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg></span> <span class='e-closed'><svg aria-hidden="true" class="e-font-icon-svg e-fas-caret-down" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg></span> </span> </summary> <div role="region" aria-labelledby="e-n-accordion-item-8370" class="elementor-element elementor-element-2aebbc7 e-con-full e-flex e-con e-child" data-id="2aebbc7" data-element_type="container"> <div class="elementor-element elementor-element-006fe82 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="006fe82" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">Appeals (3P Sellers)</h5><p class="elementor-image-box-description"><a href="/3p-account-suspension-appeal/">Amazon Account Appeal</a><br> <a href="/3p-asin-suspension-appeal/">Amazon ASIN Appeal</a><br> <a href="/brand-registry/">Brand Registry Appeal</a><br> <a href="/amazon-kindle-direct-publishing/">Amazon Kindle Direct Publishing Appeal</a> </p></div></div> </div> </div> <div class="elementor-element elementor-element-cfc9936 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="cfc9936" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-079b36c elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="079b36c" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><p class="elementor-image-box-description"><a href="/walmart-suspension-appeal/">Walmart Account Appeal</a> <br> <a href="/walmart-item-appeal/">Walmart Item Appeal </a> </p></div></div> </div> </div> <div class="elementor-element elementor-element-b9e1a65 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="b9e1a65" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">Appeals (1P Vendors)</h5><p class="elementor-image-box-description"><a href="/vendor-account-suspension-appeal/">Amazon Account Appeal</a><br> <a href="/vendor-asin-suspension-appeals/">Amazon ASIN Appeal</a><br> <a href="/brand-registry/">Brand Registry Appeal</a><br></p></div></div> </div> </div> <div class="elementor-element elementor-element-4dd1bfb elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="4dd1bfb" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">QUICK ACCESS</h5><p class="elementor-image-box-description"><a href="tel:+18772891017">Call Us</a><br> <a href="/contact/">Contact Us</a><br> </p></div></div> </div> </div> <div class="elementor-element elementor-element-94c4097 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="94c4097" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-dbf68b4 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="dbf68b4" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><p class="elementor-image-box-description"><a href="https://www.trustpilot.com/review/riverbendconsulting.com" style="color: #00B67A"><b>Customer Reviews</b></a></p></div></div> </div> </div> </div> </details> <details id="e-n-accordion-item-8371" class="e-n-accordion-item" > <summary class="e-n-accordion-item-title" data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-8371" > <span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> Services </div></span> <span class='e-n-accordion-item-title-icon'> <span class='e-opened' ><svg aria-hidden="true" class="e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg></span> <span class='e-closed'><svg aria-hidden="true" class="e-font-icon-svg e-fas-caret-down" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg></span> </span> </summary> <div role="region" aria-labelledby="e-n-accordion-item-8371" class="elementor-element elementor-element-d49d216 e-con-full e-flex e-con e-child" data-id="d49d216" data-element_type="container"> <div class="elementor-element elementor-element-39ec86e elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="39ec86e" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">Appeals (3P Sellers)</h5><p class="elementor-image-box-description"><a href="/3p-account-suspension-appeal/">Amazon Account Appeal</a><br> <a href="/3p-asin-suspension-appeal/">Amazon ASIN Appeal</a><br> <a href="/brand-registry/">Brand Registry Appeal</a><br> <a href="/amazon-kindle-direct-publishing/">Amazon Kindle Direct Publishing Appeal</a></p></div></div> </div> </div> <div class="elementor-element elementor-element-64c68a0 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="64c68a0" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-1958448 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="1958448" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><p class="elementor-image-box-description"><a href="/walmart-suspension-appeal/">Walmart Account Appeal</a> <br> <a href="/walmart-item-appeal/">Walmart Item Appeal </a> </p></div></div> </div> </div> <div class="elementor-element elementor-element-e6684fc elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="e6684fc" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">Account Care (3P Sellers)</h5><p class="elementor-image-box-description"><a href="/amazon-account-transition-services/">Amazon Account Transition Services</a><br> <a href="/seller-account-protection/">Seller Account Protection (SAP)</a><br> <a href="/vip-sap/">VIP Seller Account Protection</a><br> <a href="/toughest-amazon-issues/">Tough Stuff Solutions</a><br> <a href="reimbursement/">FBA Reimbursements</a><br> <a href="walmart-reimbursement/">Walmart Reimbursements</a><br> <a href="/amazon-seller-account-support/">Account Support</a> <br> <a href="/va-services/">Virtual Assistants</a> <br></p></div></div> </div> </div> <div class="elementor-element elementor-element-ebaa1c6 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="ebaa1c6" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">Appeals (1P Vendors)</h5><p class="elementor-image-box-description"><a href="/vendor-account-suspension-appeal/">Amazon Account Appeal</a><br> <a href="/vendor-asin-suspension-appeals/">Amazon ASIN Appeal</a><br> <a href="/brand-registry/">Brand Registry Appeal</a></p></div></div> </div> </div> <div class="elementor-element elementor-element-b926db4 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="b926db4" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-6ae115a elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="6ae115a" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><p class="elementor-image-box-description"><a href="/vendor-invoice-disputes/">Vendor Invoice Disputes</a><br> <a href="/vendor-consultation-problem-solving/">Vendor Consultation and Problem Solving</a><br></p></div></div> </div> </div> <div class="elementor-element elementor-element-f4272e0 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="f4272e0" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">QUICK ACCESS</h5><p class="elementor-image-box-description"><a href="tel:+18772891017">Call Us</a><br> <a href="/contact/">Contact Us</a><br> </p></div></div> </div> </div> <div class="elementor-element elementor-element-58e99db elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="58e99db" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-724345e elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="724345e" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><p class="elementor-image-box-description"><a href="https://www.trustpilot.com/review/riverbendconsulting.com" style="color: #00B67A"><b>Customer Reviews</b></a></p></div></div> </div> </div> </div> </details> <details id="e-n-accordion-item-8372" class="e-n-accordion-item" > <summary class="e-n-accordion-item-title" data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-8372" > <span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> About </div></span> <span class='e-n-accordion-item-title-icon'> <span class='e-opened' ><svg aria-hidden="true" class="e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg></span> <span class='e-closed'><svg aria-hidden="true" class="e-font-icon-svg e-fas-caret-down" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg></span> </span> </summary> <div role="region" aria-labelledby="e-n-accordion-item-8372" class="elementor-element elementor-element-29c72ba e-con-full e-flex e-con e-child" data-id="29c72ba" data-element_type="container"> <div class="elementor-element elementor-element-30c2f27 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="30c2f27" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">ABOUT US</h5><p class="elementor-image-box-description"><a href="/about/">Our Founders</a><br> <a href="https://riverbendconsulting.com/our-team/">Our Team</a><br> <a href="https://riverbendconsulting.com/happy-hour-podcast/">Our Podcast</a><br> <a href="https://riverbendconsulting.com/theamazonincubator/">Book: The Amazon Incubator, by Lesley Hensell</a></p></div></div> </div> </div> <div class="elementor-element elementor-element-d668023 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="d668023" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">NEWS</h5><p class="elementor-image-box-description"><a href="https://riverbendconsulting.com/about-riverbend-pressroom/">Press Room</a><br> <a href="/press-release/">News Releases</a><br> <a href="/media/">Media Coverage</a><br> <a href="/podcast-coverage/">Podcast Coverage</a></p></div></div> </div> </div> <div class="elementor-element elementor-element-4529282 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="4529282" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">QUICK ACCESS</h5><p class="elementor-image-box-description"><a href="tel:+18772891017">Call Us</a><br> <a href="/contact/">Contact Us</a><br> </p></div></div> </div> </div> <div class="elementor-element elementor-element-41cdb0c elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="41cdb0c" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-91d9654 elementor-widget__width-initial elementor-widget elementor-widget-image-box" data-id="91d9654" data-element_type="widget" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><div class="elementor-image-box-content"><p class="elementor-image-box-description"><a href="https://www.trustpilot.com/review/riverbendconsulting.com" style="color: #00B67A"><b>Customer Reviews</b></a></p></div></div> </div> </div> </div> </details> </div> </div> </div> <div class="elementor-element elementor-element-218c297 elementor-widget elementor-widget-text-editor" data-id="218c297" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span style="color: #0033a0;"><a style="color: #0033a0;" href="https://riverbendconsulting.com/blog/">Blog</a></span></p> </div> </div> </div> </div> </div> <link rel='stylesheet' id='elementor-post-69672-css' href='https://riverbendconsulting.com/wp-content/uploads/elementor/css/post-69672.css?ver=1739368075' media='all' /> <link rel='stylesheet' id='widget-nested-accordion-css' href='https://riverbendconsulting.com/wp-content/plugins/elementor/assets/css/widget-nested-accordion.min.css?ver=3.27.3' media='all' /> <link rel='stylesheet' id='e-animation-slideInRight-css' href='https://riverbendconsulting.com/wp-content/plugins/elementor/assets/lib/animations/styles/slideInRight.min.css?ver=3.27.3' media='all' /> <link rel='stylesheet' id='e-popup-css' href='https://riverbendconsulting.com/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=3.27.3' media='all' /> <script id="awsm-team-js-extra"> var awsmTeamPublic = {"ajaxurl":"https:\/\/riverbendconsulting.com\/wp-admin\/admin-ajax.php","deep_linking":{"enable":"","member":{"prefix":"member","suffix":"info"},"team":{"prefix":"team","suffix":"info"}},"scripts_src":"https:\/\/riverbendconsulting.com\/wp-content\/plugins\/awsm-team-pro\/js"}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://riverbendconsulting.com/wp-content/plugins/awsm-team-pro/js/team.min.js?ver=1.11.1" id="awsm-team-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://riverbendconsulting.com/wp-content/cache/min/1/122784.js?ver=1739567655" id="lead-tracking-script-js" defer></script> <script id="leadin-script-loader-js-js-extra"> var leadin_wordpress = {"userRole":"visitor","pageType":"page","leadinPluginVersion":"11.1.82"}; </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://riverbendconsulting.com/wp-content/cache/min/1/42530176.js?ver=1739567656" id="leadin-script-loader-js-js" defer></script> <script type="rocketlazyloadscript" id="rocket-browser-checker-js-after"> "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 id="rocket-preload-links-js-extra"> 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:\/\/riverbendconsulting.com","onHoverDelay":"100","rateThrottle":"3"}; </script> <script type="rocketlazyloadscript" id="rocket-preload-links-js-after"> (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 id="ct-scripts-js-extra"> var ct_localizations = {"ajax_url":"https:\/\/riverbendconsulting.com\/wp-admin\/admin-ajax.php","public_url":"https:\/\/riverbendconsulting.com\/wp-content\/themes\/blocksy\/static\/bundle\/","rest_url":"https:\/\/riverbendconsulting.com\/wp-json\/","search_url":"https:\/\/riverbendconsulting.com\/search\/QUERY_STRING\/","show_more_text":"Show more","more_text":"More","search_live_results":"Search results","search_live_no_results":"No results","search_live_no_result":"No results","search_live_one_result":"You got %s result. Please press Tab to select it.","search_live_many_results":"You got %s results. Please press Tab to select one.","clipboard_copied":"Copied!","clipboard_failed":"Failed to Copy","expand_submenu":"Expand dropdown menu","collapse_submenu":"Collapse dropdown menu","dynamic_js_chunks":[],"dynamic_styles":{"lazy_load":"https:\/\/riverbendconsulting.com\/wp-content\/themes\/blocksy\/static\/bundle\/non-critical-styles.min.css?ver=2.0.87","search_lazy":"https:\/\/riverbendconsulting.com\/wp-content\/themes\/blocksy\/static\/bundle\/non-critical-search-styles.min.css?ver=2.0.87","back_to_top":"https:\/\/riverbendconsulting.com\/wp-content\/themes\/blocksy\/static\/bundle\/back-to-top.min.css?ver=2.0.87"},"dynamic_styles_selectors":[{"selector":".ct-header-cart, #woo-cart-panel","url":"https:\/\/riverbendconsulting.com\/wp-content\/themes\/blocksy\/static\/bundle\/cart-header-element-lazy.min.css?ver=2.0.87"},{"selector":".flexy","url":"https:\/\/riverbendconsulting.com\/wp-content\/themes\/blocksy\/static\/bundle\/flexy.min.css?ver=2.0.87"}]}; </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://riverbendconsulting.com/wp-content/cache/min/1/wp-content/themes/blocksy/static/bundle/main.js?ver=1739567656" id="ct-scripts-js" defer></script> <script type="rocketlazyloadscript" id="wd-asl-ajaxsearchlite-js-before"> window.ASL = typeof window.ASL !== 'undefined' ? window.ASL : {}; window.ASL.wp_rocket_exception = "DOMContentLoaded"; window.ASL.ajaxurl = "https:\/\/riverbendconsulting.com\/wp-admin\/admin-ajax.php"; window.ASL.backend_ajaxurl = "https:\/\/riverbendconsulting.com\/wp-admin\/admin-ajax.php"; window.ASL.js_scope = "jQuery"; window.ASL.asl_url = "https:\/\/riverbendconsulting.com\/wp-content\/plugins\/ajax-search-lite\/"; window.ASL.detect_ajax = 1; window.ASL.media_query = 4768; window.ASL.version = 4768; window.ASL.pageHTML = ""; window.ASL.additional_scripts = [{"handle":"wd-asl-ajaxsearchlite","src":"https:\/\/riverbendconsulting.com\/wp-content\/plugins\/ajax-search-lite\/js\/min\/plugin\/optimized\/asl-prereq.js","prereq":[]},{"handle":"wd-asl-ajaxsearchlite-core","src":"https:\/\/riverbendconsulting.com\/wp-content\/plugins\/ajax-search-lite\/js\/min\/plugin\/optimized\/asl-core.js","prereq":[]},{"handle":"wd-asl-ajaxsearchlite-vertical","src":"https:\/\/riverbendconsulting.com\/wp-content\/plugins\/ajax-search-lite\/js\/min\/plugin\/optimized\/asl-results-vertical.js","prereq":["wd-asl-ajaxsearchlite"]},{"handle":"wd-asl-ajaxsearchlite-load","src":"https:\/\/riverbendconsulting.com\/wp-content\/plugins\/ajax-search-lite\/js\/min\/plugin\/optimized\/asl-load.js","prereq":["wd-asl-ajaxsearchlite-vertical"]}]; window.ASL.script_async_load = false; window.ASL.init_only_in_viewport = true; window.ASL.font_url = "https:\/\/riverbendconsulting.com\/wp-content\/plugins\/ajax-search-lite\/css\/fonts\/icons2.woff2"; window.ASL.css_async = false; window.ASL.highlight = {"enabled":false,"data":[]}; window.ASL.analytics = {"method":0,"tracking_id":"","string":"?ajax_search={asl_term}","event":{"focus":{"active":1,"action":"focus","category":"ASL","label":"Input focus","value":"1"},"search_start":{"active":0,"action":"search_start","category":"ASL","label":"Phrase: {phrase}","value":"1"},"search_end":{"active":1,"action":"search_end","category":"ASL","label":"{phrase} | {results_count}","value":"1"},"magnifier":{"active":1,"action":"magnifier","category":"ASL","label":"Magnifier clicked","value":"1"},"return":{"active":1,"action":"return","category":"ASL","label":"Return button pressed","value":"1"},"facet_change":{"active":0,"action":"facet_change","category":"ASL","label":"{option_label} | {option_value}","value":"1"},"result_click":{"active":1,"action":"result_click","category":"ASL","label":"{result_title} | {result_url}","value":"1"}}}; window.ASL_INSTANCES = [];window.ASL_INSTANCES[1] = {"homeurl":"https:\/\/riverbendconsulting.com\/","resultstype":"vertical","resultsposition":"hover","itemscount":4,"charcount":0,"highlight":0,"highlightwholewords":1,"singleHighlight":0,"scrollToResults":{"enabled":1,"offset":0},"resultareaclickable":1,"autocomplete":{"enabled":0,"lang":"en","trigger_charcount":0},"mobile":{"menu_selector":"#menu-toggle"},"trigger":{"click":"ajax_search","click_location":"same","update_href":0,"return":"ajax_search","return_location":"same","facet":1,"type":0,"redirect_url":"?s={phrase}","delay":300},"animations":{"pc":{"settings":{"anim":"fadedrop","dur":300},"results":{"anim":"fadedrop","dur":300},"items":"voidanim"},"mob":{"settings":{"anim":"fadedrop","dur":300},"results":{"anim":"fadedrop","dur":300},"items":"voidanim"}},"autop":{"state":"disabled","phrase":"","count":1},"resPage":{"useAjax":0,"selector":"#main","trigger_type":1,"trigger_facet":1,"trigger_magnifier":0,"trigger_return":0},"resultsSnapTo":"left","results":{"width":"auto","width_tablet":"auto","width_phone":"auto"},"settingsimagepos":"right","closeOnDocClick":1,"overridewpdefault":0,"override_method":"get"};window.ASL_INSTANCES[2] = {"homeurl":"https:\/\/riverbendconsulting.com\/","resultstype":"vertical","resultsposition":"hover","itemscount":4,"charcount":0,"highlight":0,"highlightwholewords":1,"singleHighlight":0,"scrollToResults":{"enabled":1,"offset":0},"resultareaclickable":1,"autocomplete":{"enabled":0,"lang":"en","trigger_charcount":0},"mobile":{"menu_selector":"#menu-toggle"},"trigger":{"click":"ajax_search","click_location":"same","update_href":0,"return":"ajax_search","return_location":"same","facet":1,"type":0,"redirect_url":"?s={phrase}","delay":300},"animations":{"pc":{"settings":{"anim":"fadedrop","dur":300},"results":{"anim":"fadedrop","dur":300},"items":"voidanim"},"mob":{"settings":{"anim":"fadedrop","dur":300},"results":{"anim":"fadedrop","dur":300},"items":"voidanim"}},"autop":{"state":"disabled","phrase":"","count":1},"resPage":{"useAjax":0,"selector":"#main","trigger_type":1,"trigger_facet":1,"trigger_magnifier":0,"trigger_return":0},"resultsSnapTo":"left","results":{"width":"auto","width_tablet":"auto","width_phone":"auto"},"settingsimagepos":"right","closeOnDocClick":1,"overridewpdefault":0,"override_method":"get"};window.ASL_INSTANCES[3] = {"homeurl":"https:\/\/riverbendconsulting.com\/","resultstype":"vertical","resultsposition":"hover","itemscount":4,"charcount":0,"highlight":0,"highlightwholewords":1,"singleHighlight":0,"scrollToResults":{"enabled":1,"offset":0},"resultareaclickable":1,"autocomplete":{"enabled":0,"lang":"en","trigger_charcount":0},"mobile":{"menu_selector":"#menu-toggle"},"trigger":{"click":"ajax_search","click_location":"same","update_href":0,"return":"ajax_search","return_location":"same","facet":1,"type":0,"redirect_url":"?s={phrase}","delay":300},"animations":{"pc":{"settings":{"anim":"fadedrop","dur":300},"results":{"anim":"fadedrop","dur":300},"items":"voidanim"},"mob":{"settings":{"anim":"fadedrop","dur":300},"results":{"anim":"fadedrop","dur":300},"items":"voidanim"}},"autop":{"state":"disabled","phrase":"","count":1},"resPage":{"useAjax":0,"selector":"#main","trigger_type":1,"trigger_facet":1,"trigger_magnifier":0,"trigger_return":0},"resultsSnapTo":"left","results":{"width":"auto","width_tablet":"auto","width_phone":"auto"},"settingsimagepos":"right","closeOnDocClick":1,"overridewpdefault":0,"override_method":"get"}; </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://riverbendconsulting.com/wp-content/cache/min/1/wp-content/plugins/ajax-search-lite/js/min/plugin/optimized/asl-prereq.js?ver=1739567656" id="wd-asl-ajaxsearchlite-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://riverbendconsulting.com/wp-content/cache/min/1/wp-content/plugins/ajax-search-lite/js/min/plugin/optimized/asl-core.js?ver=1739567656" id="wd-asl-ajaxsearchlite-core-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://riverbendconsulting.com/wp-content/cache/min/1/wp-content/plugins/ajax-search-lite/js/min/plugin/optimized/asl-results-vertical.js?ver=1739567656" id="wd-asl-ajaxsearchlite-vertical-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://riverbendconsulting.com/wp-content/cache/min/1/wp-content/plugins/ajax-search-lite/js/min/plugin/optimized/asl-load.js?ver=1739567656" id="wd-asl-ajaxsearchlite-load-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://riverbendconsulting.com/wp-content/cache/min/1/wp-content/plugins/ajax-search-lite/js/min/plugin/optimized/asl-wrapper.js?ver=1739567656" id="wd-asl-ajaxsearchlite-wrapper-js" defer></script> <script src="https://riverbendconsulting.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.27.3" id="e-sticky-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://riverbendconsulting.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://riverbendconsulting.com/wp-content/cache/min/1/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=1739567656" id="megamenu-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://riverbendconsulting.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.27.3" id="elementor-pro-webpack-runtime-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://riverbendconsulting.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.27.3" id="elementor-webpack-runtime-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://riverbendconsulting.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.27.3" id="elementor-frontend-modules-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://riverbendconsulting.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://riverbendconsulting.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="rocketlazyloadscript" id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script type="rocketlazyloadscript" id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/riverbendconsulting.com\/wp-admin\/admin-ajax.php","nonce":"03018a7b2a","urls":{"assets":"https:\/\/riverbendconsulting.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/riverbendconsulting.com\/wp-json\/"},"settings":{"lazy_load_background_images":false},"popup":{"hasPopUps":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}}, "facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/riverbendconsulting.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://riverbendconsulting.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.27.3" id="elementor-pro-frontend-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://riverbendconsulting.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js" defer></script> <script type="rocketlazyloadscript" id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}, "hasCustomBreakpoints":false},"version":"3.27.3","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"e_swiper_latest":true,"e_onboarding":true,"theme_builder_v2":true,"home_screen":true,"landing-pages":true,"nested-elements":true,"editor_v2":true,"link-in-bio":true,"floating-buttons":true,"mega-menu":true},"urls":{"assets":"https:\/\/riverbendconsulting.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/riverbendconsulting.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/riverbendconsulting.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"0d7acbd9ec"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":64767,"title":"Riverbend%20In%20the%20Podcast%20Coverage","excerpt":"","featuredImage":"https:\/\/riverbendconsulting.com\/wp-content\/uploads\/2024\/09\/RiverbendMedia-1024x1024.webp"}}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://riverbendconsulting.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.27.3" id="elementor-frontend-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://riverbendconsulting.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.27.3" id="pro-elements-handlers-js" defer></script> <script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() { jQuery(function($){ $('.elementor-icon-wrapper').click(function(){ setTimeout(function(){ IVS_AJAX_JS_LOAD(); }, 500); }); }); });</script> <!-- Cookie Notice plugin v2.5.5 by Hu-manity.co https://hu-manity.co/ --> <div id="cookie-notice" role="dialog" class="cookie-notice-hidden cookie-revoke-hidden cn-position-bottom" aria-label="Cookie Notice" style="background-color: rgba(50,50,58,1);"><div class="cookie-notice-container" style="color: #fff"><span id="cn-notice-text" class="cn-text-container">Riverbend Consulting use cookies to ensure that we give you the best experience on our website. By continuing to use this website, you agree to the use of these cookies as further described in our Privacy Policy.</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="Accept Cookies" style="background-color: #ef7622">Accept Cookies</a><a href="#" id="cn-refuse-cookie" data-cookie-set="refuse" class="cn-set-cookie cn-button" aria-label="Reject All" style="background-color: #ef7622">Reject All</a><a href="https://riverbendconsulting.com/privacy-policy/" target="_blank" id="cn-more-info" class="cn-more-info cn-button" aria-label="Privacy policy" style="background-color: #ef7622">Privacy policy</a></span><span id="cn-close-notice" data-cookie-set="accept" class="cn-close-icon" title="Reject All"></span></div> </div> <!-- / Cookie Notice plugin --><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 src="https://riverbendconsulting.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script> <script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</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@1739776835 -->

Pages: 1 2 3 4 5 6 7 8 9 10