<!DOCTYPE html>
<html lang="global">
<head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.5.1",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],this.interceptedClickListeners=[],this._interceptClickListeners(this),window.addEventListener("pageshow",e=>{this.persisted=e.persisted,this.everythingLoaded&&this._triggerLastFunctions()}),document.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!0),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_interceptClickListeners(e){EventTarget.prototype.addEventListenerBase=EventTarget.prototype.addEventListener,EventTarget.prototype.addEventListener=function(t,i,r){"click"!==t||e.windowLoaded||i===e.clickHandler||e.interceptedClickListeners.push({target:this,func:i,options:r}),(this||window).addEventListenerBase(t,i,r)}}_disableOtherEventListeners(e,t){this.interceptedClickListeners.forEach(i=>{i.target===e&&(t?e.removeEventListener("click",i.func,i.options):e.addEventListener("click",i.func,i.options))}),e.parentNode!==document.documentElement&&this._disableOtherEventListeners(e.parentNode,t)}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(t=>{let i=t.getAttribute("data-rocket-src");if(i&&0!==i.indexOf("data:")){0===i.indexOf("//")&&(i=location.protocol+i);try{let r=new URL(i).origin;r!==location.origin&&e.push({src:r,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}catch(n){}}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this.everythingLoaded=!0,this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){if(await this._littleBreath(),!0===e.noModule&&"noModule"in HTMLScriptElement.prototype){e.setAttribute("data-rocket-status","skipped");return}return new Promise(t=>{let i;function r(){(i||e).setAttribute("data-rocket-status","executed"),t()}try{if(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)i=document.createElement("script"),[...e.attributes].forEach(e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),"data-rocket-src"===t&&(t="src"),i.setAttribute(t,e.nodeValue))}),e.text&&(i.text=e.text),i.hasAttribute("src")?(i.addEventListener("load",r),i.addEventListener("error",function(){i.setAttribute("data-rocket-status","failed"),t()}),setTimeout(()=>{i.isConnected||t()},1)):(i.text=e.text,r()),e.parentNode.replaceChild(i,e);else{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",r),e.addEventListener("error",function(){e.setAttribute("data-rocket-status","failed"),t()}),s?(e.removeAttribute("data-rocket-src"),e.src=s):e.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(e.text)))}}catch(a){e.setAttribute("data-rocket-status","failed"),t()}})}async _loadScriptsFromList(e){let t=e.shift();return t&&t.isConnected?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(i,r){return t[r].eventsToRewrite.indexOf(i)>=0&&!e.everythingLoaded?"rocket-"+i:i}function r(e,r){var n;!t[n=e]&&(t[n]={originalFunctions:{add:n.addEventListener,remove:n.removeEventListener},eventsToRewrite:[]},n.addEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.add.apply(n,arguments)},n.removeEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.remove.apply(n,arguments)}),t[e].eventsToRewrite.push(r)}function n(t,i){let r=t[i];t[i]=null,Object.defineProperty(t,i,{get:()=>r||function(){},set(n){e.everythingLoaded?r=n:t["rocket"+i]=r=n}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t;function i(t){return e.everythingLoaded?t:t.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}function r(r){if(r&&r.fn&&!e.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(r)),r([])};let n=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=i(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let t=arguments[0][e];delete arguments[0][e],arguments[0][i(e)]=t})),n.apply(this,arguments),this},e.allJQueries.push(r)}t=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){r(e)}})}async _pendingWebpackRequests(e){let t=document.querySelector("script[data-webpack]");async function i(){return new Promise(e=>{t.addEventListener("load",e),t.addEventListener("error",e)})}t&&(await i(),await e._requestAnimFrame(),await e._pendingWebpackRequests(e))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded"))}async _triggerWindowLoad(){await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted}),this.windowLoaded=!0}_triggerLastFunctions(){document.onreadystatechange&&document.onreadystatechange(),window.onload&&window.onload(),window.onpageshow&&window.onpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
	
	<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />		<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<script type="rocketlazyloadscript" id="cookieyes" data-rocket-type="text/javascript" data-rocket-src="https://cdn-cookieyes.com/client_data/b8eb5f1ba83301f513958d97/script.js" defer></script>
	<!-- This site is optimized with the Yoast SEO plugin v22.6 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Reimagining Healthcare through Software Solutions | Orion Health</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Open%20Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open%20Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open%20Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /></noscript><link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Roboto%3Awght%40300%3B400%3B500%3B700&#038;ver=95a3a71f&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto%3Awght%40300%3B400%3B500%3B700&#038;ver=95a3a71f&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto%3Awght%40300%3B400%3B500%3B700&#038;ver=95a3a71f&#038;display=swap" /></noscript>
	<meta name="description" content="Reimagine your healthcare delivery with Orion Health&#039;s healthcare software solutions. Improve patient outcomes and streamline operations." />
	<link rel="canonical" href="https://orionhealth.com/global/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Reimagining Healthcare through Software Solutions | Orion Health" />
	<meta property="og:description" content="Reimagine your healthcare delivery with Orion Health&#039;s healthcare software solutions. Improve patient outcomes and streamline operations." />
	<meta property="og:url" content="https://orionhealth.com/global/" />
	<meta property="og:site_name" content="Orion Health" />
	<meta property="article:publisher" content="https://www.facebook.com/orionhealth/" />
	<meta property="article:modified_time" content="2024-03-05T00:16:38+00:00" />
	<meta property="og:image" content="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1708572157/orionhealth.com/scroll-1/scroll-1.png?_i=AA" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@OrionHealth" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://orionhealth.com/us/","url":"https://orionhealth.com/us/","name":"Reimagining Healthcare through Software Solutions | Orion Health","isPartOf":{"@id":"https://orionhealth.com/nz/#website"},"about":{"@id":"https://orionhealth.com/nz/#organization"},"primaryImageOfPage":{"@id":"https://orionhealth.com/us/#primaryimage"},"image":{"@id":"https://orionhealth.com/us/#primaryimage"},"thumbnailUrl":"https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1708572157/orionhealth.com/scroll-1/scroll-1.png?_i=AA","datePublished":"2020-08-14T08:08:09+00:00","dateModified":"2024-03-05T00:16:38+00:00","description":"Reimagine your healthcare delivery with Orion Health's healthcare software solutions. Improve patient outcomes and streamline operations.","breadcrumb":{"@id":"https://orionhealth.com/us/#breadcrumb"},"inLanguage":"global","potentialAction":[{"@type":"ReadAction","target":["https://orionhealth.com/us/"]}]},{"@type":"ImageObject","inLanguage":"global","@id":"https://orionhealth.com/us/#primaryimage","url":"https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1708572157/orionhealth.com/scroll-1/scroll-1.png?_i=AA","contentUrl":"https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1708572157/orionhealth.com/scroll-1/scroll-1.png?_i=AA"},{"@type":"BreadcrumbList","@id":"https://orionhealth.com/us/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://orionhealth.com/nz/#website","url":"https://orionhealth.com/nz/","name":"Orion Health","description":"","publisher":{"@id":"https://orionhealth.com/nz/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://orionhealth.com/nz/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"global"},{"@type":"Organization","@id":"https://orionhealth.com/nz/#organization","name":"Orion Health","url":"https://orionhealth.com/nz/","logo":{"@type":"ImageObject","inLanguage":"global","@id":"https://orionhealth.com/nz/#/schema/logo/image/","url":"https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692586251/orionhealth.com/Orion-Health-Logo/Orion-Health-Logo.png?_i=AA","contentUrl":"https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692586251/orionhealth.com/Orion-Health-Logo/Orion-Health-Logo.png?_i=AA","width":260,"height":96,"caption":"Orion Health"},"image":{"@id":"https://orionhealth.com/nz/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/orionhealth/","https://x.com/OrionHealth","https://www.linkedin.com/company/orion-health"]}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//c0.wp.com' />
<link rel='dns-prefetch' href='//res.cloudinary.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel='preconnect' href='https://res.cloudinary.com' />
<link rel="alternate" type="application/rss+xml" title="Orion Health &raquo; Feed" href="https://orionhealth.com/global/feed/" />
<link rel='stylesheet' id='mediaelement-css' href='https://c0.wp.com/c/6.5.2/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css' media='all' />
<link rel='stylesheet' id='wp-mediaelement-css' href='https://c0.wp.com/c/6.5.2/wp-includes/js/mediaelement/wp-mediaelement.min.css' media='all' />
<style id='jetpack-sharing-buttons-style-inline-css'>
.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}
</style>
<style id='classic-theme-styles-inline-css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .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;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='trp-language-switcher-style-css' href='https://orionhealth.com/wp-content/plugins/translatepress-multilingual/assets/css/trp-language-switcher.css?ver=c2cf686b' media='all' />
<link rel='stylesheet' id='trp-popup-style-css' href='https://orionhealth.com/wp-content/plugins/translatepress-business/add-ons-pro/automatic-language-detection/assets/css/trp-popup.css?ver=95a3a71f' media='all' />
<link rel='stylesheet' id='engage-style-css' href='https://orionhealth.com/wp-content/themes/engage/css/engage.css?ver=57baae2c' media='all' />

<link rel='stylesheet' id='jet-menu-public-styles-css' href='https://orionhealth.com/wp-content/plugins/jet-menu/assets/public/css/public.css?ver=b03ed31b' media='all' />
<link rel='stylesheet' id='elementor-frontend-legacy-css' href='https://orionhealth.com/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3cfe250b' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://orionhealth.com/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3cfe250b' media='all' />
<link rel='stylesheet' id='swiper-css' href='https://orionhealth.com/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=b8532469' media='all' />
<link rel='stylesheet' id='elementor-post-19-css' href='https://orionhealth.com/wp-content/uploads/elementor/css/post-19.css?ver=1714716608' media='all' />
<link rel='stylesheet' id='elementor-pro-css' href='https://orionhealth.com/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css?ver=3cfe250b' media='all' />
<link rel='stylesheet' id='cotton-css' href='https://orionhealth.com/wp-content/plugins/elementskit/modules/mouse-cursor/assets/css/style.css?ver=015243ce' media='all' />
<link rel='stylesheet' id='elementor-post-23-css' href='https://orionhealth.com/wp-content/uploads/elementor/css/post-23.css?ver=1714716609' media='all' />
<link rel='stylesheet' id='elementor-post-18-css' href='https://orionhealth.com/wp-content/uploads/elementor/css/post-18.css?ver=1714716609' media='all' />
<link rel='stylesheet' id='elementor-post-36-css' href='https://orionhealth.com/wp-content/uploads/elementor/css/post-36.css?ver=1714716609' media='all' />
<link rel='stylesheet' id='elementor-icons-ekiticons-css' href='https://orionhealth.com/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css?ver=6457d68e' media='all' />
<link rel='stylesheet' id='elementskit-parallax-style-css' href='https://orionhealth.com/wp-content/plugins/elementskit/modules/parallax/assets/css/style.css?ver=015243ce' media='all' />
<link rel='stylesheet' id='ekit-widget-styles-css' href='https://orionhealth.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css?ver=6457d68e' media='all' />
<link rel='stylesheet' id='ekit-widget-styles-pro-css' href='https://orionhealth.com/wp-content/plugins/elementskit/widgets/init/assets/css/widget-styles-pro.css?ver=015243ce' media='all' />
<link rel='stylesheet' id='ekit-responsive-css' href='https://orionhealth.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css?ver=6457d68e' media='all' />
<link rel='stylesheet' id='ecs-styles-css' href='https://orionhealth.com/wp-content/plugins/ele-custom-skin/assets/css/ecs-style.css?ver=a630bbee' media='all' />
<link rel='stylesheet' id='elementor-post-512-css' href='https://orionhealth.com/wp-content/uploads/elementor/css/post-512.css?ver=1676243826' media='all' />

<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script src="https://c0.wp.com/c/6.5.2/wp-includes/js/jquery/jquery.min.js" id="jquery-core-js" defer></script>
<script src="https://c0.wp.com/c/6.5.2/wp-includes/js/jquery/jquery-migrate.min.js" id="jquery-migrate-js" defer></script>
<script id="trp-language-cookie-js-extra">
var trp_language_cookie_data = {"abs_home":"https:\/\/orionhealth.com","url_slugs":{"global":"global","en_US":"us","en_CA":"ca","en_GB":"uk","en_AU":"au","en_NZ":"nz"},"cookie_name":"trp_language","cookie_age":"30","cookie_path":"\/","default_language":"global","publish_languages":["global","en_US","en_CA","en_GB","en_AU","en_NZ"],"trp_ald_ajax_url":"https:\/\/orionhealth.com\/wp-content\/plugins\/translatepress-business\/add-ons-pro\/automatic-language-detection\/includes\/trp-ald-ajax.php","detection_method":"ip-browser","popup_option":"popup","popup_type":"normal_popup","popup_textarea":"We've detected you may be browsing from another region. Do you want to change to:","popup_textarea_change_button":"Change Region","popup_textarea_close_button":"Close and do not switch region","iso_codes":{"global":"global","en_US":"en","en_CA":"en","en_GB":"en","en_AU":"en","en_NZ":"en"},"language_urls":{"global":"https:\/\/orionhealth.com\/global\/","en_US":"https:\/\/orionhealth.com\/us\/","en_CA":"https:\/\/orionhealth.com\/ca\/","en_GB":"https:\/\/orionhealth.com\/uk\/","en_AU":"https:\/\/orionhealth.com\/au\/","en_NZ":"https:\/\/orionhealth.com\/nz\/"},"english_name":{"global":"Global","en_US":"English (United States)","en_CA":"English (Canada)","en_GB":"English (UK)","en_AU":"English (Australia)","en_NZ":"English (New Zealand)"},"is_iphone_user_check":""};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/translatepress-business/add-ons-pro/automatic-language-detection/assets/js/trp-language-cookie.js?ver=a972aa64" id="trp-language-cookie-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementskit/modules/parallax/assets/js/jarallax.js?ver=015243ce" id="jarallax-js" defer></script>
<script id="ecs_ajax_load-js-extra">
var ecs_ajax_params = {"ajaxurl":"https:\/\/orionhealth.com\/wp-admin\/admin-ajax.php","posts":"{\"error\":\"\",\"m\":\"\",\"p\":\"23\",\"post_parent\":\"\",\"subpost\":\"\",\"subpost_id\":\"\",\"attachment\":\"\",\"attachment_id\":0,\"name\":\"\",\"pagename\":\"\",\"page_id\":\"23\",\"second\":\"\",\"minute\":\"\",\"hour\":\"\",\"day\":0,\"monthnum\":0,\"year\":0,\"w\":0,\"category_name\":\"\",\"tag\":\"\",\"cat\":\"\",\"tag_id\":\"\",\"author\":\"\",\"author_name\":\"\",\"feed\":\"\",\"tb\":\"\",\"paged\":0,\"meta_key\":\"\",\"meta_value\":\"\",\"preview\":\"\",\"s\":\"\",\"sentence\":\"\",\"title\":\"\",\"fields\":\"\",\"menu_order\":\"\",\"embed\":\"\",\"category__in\":[],\"category__not_in\":[],\"category__and\":[],\"post__in\":[],\"post__not_in\":[],\"post_name__in\":[],\"tag__in\":[],\"tag__not_in\":[],\"tag__and\":[],\"tag_slug__in\":[],\"tag_slug__and\":[],\"post_parent__in\":[],\"post_parent__not_in\":[],\"author__in\":[],\"author__not_in\":[],\"search_columns\":[],\"ignore_sticky_posts\":true,\"tax_query\":{\"relation\":\"AND\",\"0\":{\"taxonomy\":\"region\",\"field\":\"slug\",\"operator\":\"IN\",\"terms\":[\"global\"]}},\"suppress_filters\":false,\"cache_results\":true,\"update_post_term_cache\":true,\"update_menu_item_cache\":false,\"lazy_load_term_meta\":true,\"update_post_meta_cache\":true,\"post_type\":\"\",\"posts_per_page\":24,\"nopaging\":false,\"comments_per_page\":\"50\",\"no_found_rows\":false,\"order\":\"DESC\"}"};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/ele-custom-skin/assets/js/ecs_ajax_pagination.js?ver=a630bbee" id="ecs_ajax_load-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/ele-custom-skin/assets/js/ecs.js?ver=a630bbee" id="ecs-script-js" defer></script>
<link rel="https://api.w.org/" href="https://orionhealth.com/global/wp-json/" /><link rel="alternate" type="application/json" href="https://orionhealth.com/global/wp-json/wp/v2/pages/23" /><link rel='shortlink' href='https://orionhealth.com/global/' />
<link rel="alternate" type="application/json+oembed" href="https://orionhealth.com/global/wp-json/oembed/1.0/embed?url=https%3A%2F%2Forionhealth.com%2Fglobal%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://orionhealth.com/global/wp-json/oembed/1.0/embed?url=https%3A%2F%2Forionhealth.com%2Fglobal%2F&#038;format=xml" />
			<!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v11.1.6-->
			<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 -->
			<link rel="alternate" hreflang="x-default" href="https://orionhealth.com/global/"/>
<link rel="alternate" hreflang="en-US" href="https://orionhealth.com/us/"/>
<link rel="alternate" hreflang="en-CA" href="https://orionhealth.com/ca/"/>
<link rel="alternate" hreflang="en-GB" href="https://orionhealth.com/uk/"/>
<link rel="alternate" hreflang="en-AU" href="https://orionhealth.com/au/"/>
<link rel="alternate" hreflang="en-NZ" href="https://orionhealth.com/nz/"/>
<meta name="generator" content="Elementor 3.18.3; features: e_optimized_assets_loading, e_optimized_css_loading, e_font_icon_svg, block_editor_assets_optimize, e_image_loading_optimization; settings: css_print_method-external, google_font-enabled, font_display-auto">
<style>
.jet-mega-menu-item__inner > div > i {
    padding-top: 2px;
    font-size: 10px;
}
.jet-mega-menu-mega-container__inner {
	padding: 0 !important;
}
	</style>
<!-- Google Tag Manager -->
<script type="text/javascript">(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-MRDMD6');</script>
<!-- End Google Tag Manager -->
<link rel="preconnect" href="https://ka-p.fontawesome.com" />
<link rel="preconnect" href="https://googletagmanager.com" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />

			<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
				var elementskit_module_parallax_url = "https://orionhealth.com/wp-content/plugins/elementskit/modules/parallax/"
			</script>
		<link rel="icon" href="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692586246/orionhealth.com/favicon/favicon.png?_i=AA" sizes="32x32" />
<link rel="icon" href="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692586246/orionhealth.com/favicon/favicon.png?_i=AA" sizes="192x192" />
<link rel="apple-touch-icon" href="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692586246/orionhealth.com/favicon/favicon.png?_i=AA" />
<meta name="msapplication-TileImage" content="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692586246/orionhealth.com/favicon/favicon.png?_i=AA" />
		<style id="wp-custom-css">
			.jet-mega-menu-list #jet-mega-menu-item-763 .jet-mega-menu-item__label {
	line-height: 18px;
}

div.resource-filter .checkbox-container input[type="checkbox"] + label::before {
	font-family: "Font Awesome 6 Free" !important;
}

/* Header */
.region-select__toggle {
	& span img {
		border-radius: 0.25rem;
		height: 27px;
		width: 38px;
	}
}

.region-select__list {
  border: 1px solid rgba(255, 95, 0, .13);
	box-shadow: 0 2px 20px -2px var(--orange-shadow);
	left: auto !important;
	padding: 5px !important;
	right: 6px;
	width: 80px;
	
	& li:not(:last-child) {
		padding-bottom: 0.5rem;
	}

	& a {
		color: var( --e-global-color-e0e143c );
		font-family: "Untitled Sans", Sans-serif;
		font-size: 1rem;
		font-weight: 500 !important;
		display: flex;
		gap: 0.5rem;
	}

	& a:hover {
		color: var(--e-global-color-accent);
		background-color: transparent !important;
	}
	
	& img {
		border-radius: 0.25rem;
	}
}

/* Home Page New */
.orion-health__button-animation {
	.elementor-button-icon {
		transition: all 400ms ease-in-out;
	}
	
	& a:hover .elementor-button-icon {
		margin-right: -0.5rem;
		padding-left: 0.5rem;
	}
}

.orion-health__banner-title.elementor-headline--style-highlight svg {
	left: 54%;
}

.orion-health__banner-counter {
	.elementor-counter-number-prefix {
			padding-left: 0.25rem;
	}

	.elementor-counter-number-wrapper {
			margin-bottom: 0.5rem !important;
	}
}

.orion-health__product-overview:hover {
	cursor: pointer;
}

.orion-health__product-overview--active {
	background-color: var(--e-global-color-bf1aba1) !important;
	border-color: var(--e-global-color-primary) !important;
}

.orion-health__slider-clients {
	&::before, 
	&::after {
		content: "";
		height: 100%;
		position: absolute;
		top: 0;
		width: 10%;
		z-index: 9;
	}
	
	&::before {
		background-image: linear-gradient(to right, #FFF 50%, transparent);
		left: 0;
	}
	
	&::after {
		background-image: linear-gradient(270deg, #FFF 50%, transparent);
		right: 0;
	}
	
	.single-client {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	
	.content-image img {
		max-height: 5.5rem;
		object-fit: contain;
	}
}

.orion-health__feature-post-terms,
.orion-health__sidebar-post-terms {
	.elementor-post-info__terms-list {
		flex-wrap: wrap;
		display: inline-flex;
		gap: 0.5rem;
	}
	
	& a {
		display: inline-block;
		padding: 8px 12px 6px 12px;
		font-family: "Untitled Sans", Sans-serif;
		font-size: 0.8rem;
		font-weight: 500;
		line-height: 1.4em;
		text-transform: capitalize;
	}
	
	& a:nth-child(odd) {
		background-color: var(--bs-link-color);
		border: 1px solid var(--bs-link-color);
		color: var(--e-global-color-bf1aba1);
	}
	
	& a:nth-child(even) {
		border: 1px solid var(--bs-link-color);
		color: var(--bs-link-color);
	}
}

.orion-health__sidebar-post-terms {
	& a {
		background-color: transparent !important;
		border: 1px solid var(--bs-link-color) !important;
		color: var(--bs-link-color) !important;
	}
}

.orion-health__feature-post .elementor-widget-theme-post-featured-image img {
	aspect-ratio: 5/3;
	object-fit: cover;
}

:is(.orion-health__feature-post, .orion-health__sidebar-post) .elementor-widget-theme-post-featured-image {
	overflow: hidden;
}

:is(.orion-health__feature-post, .orion-health__sidebar-post) :is(.elementor-widget-theme-post-featured-image img, .elementor-widget-theme-post-title a) {
	transition: all 300ms ease-in-out;
}

:is(.orion-health__feature-post, .orion-health__sidebar-post):hover img {
	scale: 1.1;
}

:is(.orion-health__feature-post, .orion-health__sidebar-post):hover .elementor-widget-theme-post-title a {
	color: var(--bs-link-color) !important;
}

.orion-health__sidebar-post .elementor-widget-theme-post-featured-image img {
	aspect-ratio: 5/3;
	object-fit: cover;
}

/* Hide Duplicated Navigation */
@media (width < 576px) {
	.elementor-nav-menu--dropdown-none .elementor-menu-toggle,
	.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown {
		display: none;
	}
}		</style>
		</head>
<body class="home page-template page-template-elementor_header_footer page page-id-23 wp-custom-logo translatepress-global no-sidebar jet-mega-menu-location elementor-default elementor-template-full-width elementor-kit-19 elementor-page elementor-page-23">
		<div data-elementor-type="header" data-elementor-id="18" class="elementor elementor-18 elementor-location-header" data-elementor-post-type="elementor_library">
					<div class="elementor-section-wrap">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-927e703 elementor-section-full_width primary-header elementor-section-height-default elementor-section-height-default" data-id="927e703" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_effects_offset&quot;:100,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0}">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e39aaff" data-id="e39aaff" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-9629b8f elementor-hidden-mobile elementor-hidden-tablet elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9629b8f" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-f24faab" data-id="f24faab" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-020e5d4 elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="020e5d4" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.18.0 - 20-12-2023 */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>					<div class="elementor-image">
								<a href="https://orionhealth.com/global/">
			<img src="https://orionhealth.com/wp-content/uploads/elementor/thumbs/Orion-Health-Logo-q1eumq4li7ztxur33rqnetyfamfnrr6j04z5vc095s.png" title="Orion Health Logo" alt="Orion Health Logo" loading="lazy" />				</a>
										</div>
						</div>
				</div>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-accb074" data-id="accb074" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-7a580bd dd_section elementor-widget elementor-widget-jet-mega-menu" data-id="7a580bd" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="jet-mega-menu.default">
				<div class="elementor-widget-container">
			<div class="jet-mega-menu jet-mega-menu--layout-horizontal jet-mega-menu--sub-position-right jet-mega-menu--dropdown-layout-default jet-mega-menu--dropdown-position-right jet-mega-menu--animation-none jet-mega-menu--location-elementor   " data-settings='{"menuId":"3","menuUniqId":"66396b7687e7b","rollUp":false,"megaAjaxLoad":false,"layout":"horizontal","subEvent":"hover","mouseLeaveDelay":500,"subTrigger":"item","subPosition":"right","megaWidthType":"selector","megaWidthSelector":"body > div.elementor.elementor-18.elementor-location-header > div > section > div > div","breakpoint":0}'><div class="jet-mega-menu-toggle" role="button" tabindex="0" aria-label="Open/Close Menu"><div class="jet-mega-menu-toggle-icon jet-mega-menu-toggle-icon--default-state"><svg 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></div><div class="jet-mega-menu-toggle-icon jet-mega-menu-toggle-icon--opened-state"><svg class="e-font-icon-svg e-fas-times" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg></div></div><nav class="jet-mega-menu-container" aria-label="Main nav"><ul class="jet-mega-menu-list"><li id="jet-mega-menu-item-760" class="jet-mega-menu-item jet-mega-menu-item-type-custom jet-mega-menu-item-object-custom jet-mega-menu-item--mega jet-mega-menu-item-has-children jet-mega-menu-item--top-level jet-mega-menu-item-760"><div class="jet-mega-menu-item__inner" tabindex="0" aria-label="Categories"><a href="#" class="jet-mega-menu-item__link jet-mega-menu-item__link--top-level"><div class="jet-mega-menu-item__title"><div class="jet-mega-menu-item__label">Categories</div></div></a><div class="jet-mega-menu-item__dropdown"><i class="icon icon-down-arrow1"></i></div></div><div class="jet-mega-menu-mega-container" data-template-id="8132" data-template-content="elementor" data-position="default"><div class="jet-mega-menu-mega-container__inner"><style>.elementor-8132 .elementor-element.elementor-element-d639486{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;box-shadow:0px 10px 20px -10px rgba(0, 0, 0, 0.25);--padding-block-start:20px;--padding-block-end:60px;--padding-inline-start:10px;--padding-inline-end:10px;overflow:visible;}.elementor-8132 .elementor-element.elementor-element-809fa90{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-8132 .elementor-element.elementor-element-809fa90:hover{background-image:url("https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584866/orionhealth.com/action-group-bg-1/action-group-bg-1.png?_i=AA");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-8132 .elementor-element.elementor-element-3ce50d3{text-align:left;}.elementor-8132 .elementor-element.elementor-element-3ce50d3 img{width:50%;}.elementor-8132 .elementor-element.elementor-element-f082266 .ekit-btn-wraper{text-align:left;}.elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn{padding:7px 0px 0px 0px;font-family:"Untitled Sans", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn:hover{color:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn > i, .elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn > i, .rtl .elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-8132 .elementor-element.elementor-element-f082266 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-8132 .elementor-element.elementor-element-f082266 > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-8132 .elementor-element.elementor-element-cad200f .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-cad200f > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu .elementor-item{font-family:"Open Sans", Sans-serif;font-size:13px;}.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu--main .elementor-item{color:#373634;fill:#373634;padding-left:0px;padding-right:0px;padding-top:4px;padding-bottom:4px;}.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu--main .elementor-item:hover,
					.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu--main .elementor-item:focus{color:#FF5F00;fill:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#02010100;}.elementor-8132 .elementor-element.elementor-element-144ef3d .e--pointer-framed .elementor-item:before,
					.elementor-8132 .elementor-element.elementor-element-144ef3d .e--pointer-framed .elementor-item:after{border-color:#02010100;}.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu--main .elementor-item.elementor-item-active{color:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-144ef3d{--e-nav-menu-horizontal-menu-item-margin:calc( 4px / 2 );}.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:4px;}.elementor-8132 .elementor-element.elementor-element-4630587{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-8132 .elementor-element.elementor-element-4630587:hover{background-image:url("https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584866/orionhealth.com/action-group-bg-1/action-group-bg-1.png?_i=AA");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-8132 .elementor-element.elementor-element-fc6e1c1{text-align:left;}.elementor-8132 .elementor-element.elementor-element-fc6e1c1 img{width:50%;}.elementor-8132 .elementor-element.elementor-element-5d1649f .ekit-btn-wraper{text-align:left;}.elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn{padding:10px 0px 0px 0px;font-family:"Untitled Sans", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn:hover{color:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn > i, .elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn > i, .rtl .elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-8132 .elementor-element.elementor-element-5d1649f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-8132 .elementor-element.elementor-element-5d1649f > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-8132 .elementor-element.elementor-element-09b3440 .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-09b3440 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu .elementor-item{font-family:"Open Sans", Sans-serif;font-size:13px;}.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu--main .elementor-item{color:#373634;fill:#373634;padding-left:0px;padding-right:0px;padding-top:4px;padding-bottom:4px;}.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu--main .elementor-item:focus{color:#FF5F00;fill:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#02010100;}.elementor-8132 .elementor-element.elementor-element-7d8cce7 .e--pointer-framed .elementor-item:before,
					.elementor-8132 .elementor-element.elementor-element-7d8cce7 .e--pointer-framed .elementor-item:after{border-color:#02010100;}.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu--main .elementor-item.elementor-item-active{color:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-7d8cce7{--e-nav-menu-horizontal-menu-item-margin:calc( 4px / 2 );}.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:4px;}.elementor-8132 .elementor-element.elementor-element-ab4c139{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-8132 .elementor-element.elementor-element-ab4c139:hover{background-image:url("https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584866/orionhealth.com/action-group-bg-1/action-group-bg-1.png?_i=AA");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-8132 .elementor-element.elementor-element-7d742aa{text-align:left;}.elementor-8132 .elementor-element.elementor-element-7d742aa img{width:60%;}.elementor-8132 .elementor-element.elementor-element-176d8a5 .ekit-btn-wraper{text-align:left;}.elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn{padding:0px 0px 0px 0px;font-family:"Untitled Sans", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn:hover{color:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn > i, .elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn > i, .rtl .elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-8132 .elementor-element.elementor-element-176d8a5 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:10px 0px 0px 0px;}.elementor-8132 .elementor-element.elementor-element-176d8a5 > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-8132 .elementor-element.elementor-element-3b1b8f4 .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-3b1b8f4 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu .elementor-item{font-family:"Open Sans", Sans-serif;font-size:13px;}.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu--main .elementor-item{color:#373634;fill:#373634;padding-left:0px;padding-right:0px;padding-top:4px;padding-bottom:4px;}.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu--main .elementor-item:hover,
					.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu--main .elementor-item:focus{color:#FF5F00;fill:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#02010100;}.elementor-8132 .elementor-element.elementor-element-5e2695f .e--pointer-framed .elementor-item:before,
					.elementor-8132 .elementor-element.elementor-element-5e2695f .e--pointer-framed .elementor-item:after{border-color:#02010100;}.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu--main .elementor-item.elementor-item-active{color:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-5e2695f{--e-nav-menu-horizontal-menu-item-margin:calc( 4px / 2 );}.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:4px;}.elementor-8132 .elementor-element.elementor-element-2cc42bd{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-8132 .elementor-element.elementor-element-2cc42bd:hover{background-image:url("https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584866/orionhealth.com/action-group-bg-1/action-group-bg-1.png?_i=AA");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-8132 .elementor-element.elementor-element-ee5bec6{text-align:left;}.elementor-8132 .elementor-element.elementor-element-ee5bec6 img{width:60%;}.elementor-8132 .elementor-element.elementor-element-181679b .ekit-btn-wraper{text-align:left;}.elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn{padding:0px 0px 0px 0px;font-family:"Untitled Sans", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn:hover{color:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn > i, .elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn > i, .rtl .elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-8132 .elementor-element.elementor-element-181679b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:10px 0px 0px 0px;}.elementor-8132 .elementor-element.elementor-element-181679b > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-8132 .elementor-element.elementor-element-a52b9d9 .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-a52b9d9 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu .elementor-item{font-family:"Open Sans", Sans-serif;font-size:13px;}.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu--main .elementor-item{color:#373634;fill:#373634;padding-left:0px;padding-right:0px;padding-top:4px;padding-bottom:4px;}.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu--main .elementor-item:hover,
					.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu--main .elementor-item:focus{color:#FF5F00;fill:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#02010100;}.elementor-8132 .elementor-element.elementor-element-eda476f .e--pointer-framed .elementor-item:before,
					.elementor-8132 .elementor-element.elementor-element-eda476f .e--pointer-framed .elementor-item:after{border-color:#02010100;}.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu--main .elementor-item.elementor-item-active{color:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-eda476f{--e-nav-menu-horizontal-menu-item-margin:calc( 4px / 2 );}.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:4px;}@media(max-width:1024px){.elementor-8132 .elementor-element.elementor-element-d639486{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--padding-block-start:40px;--padding-block-end:40px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-8132 .elementor-element.elementor-element-809fa90{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn{font-size:20px;line-height:24px;}.elementor-8132 .elementor-element.elementor-element-f082266{width:100%;max-width:100%;}.elementor-8132 .elementor-element.elementor-element-cad200f .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-4630587{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn{font-size:20px;line-height:24px;}.elementor-8132 .elementor-element.elementor-element-5d1649f{width:100%;max-width:100%;}.elementor-8132 .elementor-element.elementor-element-09b3440 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-ab4c139{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn{font-size:20px;line-height:24px;}.elementor-8132 .elementor-element.elementor-element-176d8a5{width:100%;max-width:100%;}.elementor-8132 .elementor-element.elementor-element-3b1b8f4 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-2cc42bd{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn{font-size:20px;line-height:24px;}.elementor-8132 .elementor-element.elementor-element-181679b{width:100%;max-width:100%;}.elementor-8132 .elementor-element.elementor-element-a52b9d9 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}}@media(max-width:767px){.elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn{font-size:18px;}.elementor-8132 .elementor-element.elementor-element-cad200f .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-cad200f > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn{font-size:18px;}.elementor-8132 .elementor-element.elementor-element-09b3440 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-09b3440 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn{font-size:18px;}.elementor-8132 .elementor-element.elementor-element-3b1b8f4 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-3b1b8f4 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn{font-size:18px;}.elementor-8132 .elementor-element.elementor-element-a52b9d9 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-a52b9d9 > .elementor-widget-container{margin:0px 0px 10px 0px;}}@media(min-width:768px){.elementor-8132 .elementor-element.elementor-element-d639486{--content-width:1200px;}}@media(max-width:1024px) and (min-width:768px){.elementor-8132 .elementor-element.elementor-element-809fa90{--content-width:100%;}.elementor-8132 .elementor-element.elementor-element-4630587{--content-width:100%;}.elementor-8132 .elementor-element.elementor-element-ab4c139{--content-width:100%;}.elementor-8132 .elementor-element.elementor-element-2cc42bd{--content-width:100%;}}/* Start custom CSS for heading, class: .elementor-element-cad200f */.elementor-8132 .elementor-element.elementor-element-cad200f {max-width: 250px;}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-09b3440 */.elementor-8132 .elementor-element.elementor-element-09b3440 {max-width: 250px;}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-3b1b8f4 */.elementor-8132 .elementor-element.elementor-element-3b1b8f4 {max-width: 250px;}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-a52b9d9 */.elementor-8132 .elementor-element.elementor-element-a52b9d9 {max-width: 250px;}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d639486 */@media only screen and (max-width: 1199px) {
    .elementor-8132 .elementor-element.elementor-element-d639486 {
    box-shadow: 0px 0px 0px 0px; 
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Untitled Sans';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('/wp-content/uploads/UntitledSans-Black.woff2') format('woff2');
}
@font-face {
	font-family: 'Untitled Sans';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('/wp-content/uploads/UntitledSans-BlackItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Untitled Sans';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('/wp-content/uploads/UntitledSans-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Untitled Sans';
	font-style: italic;
	font-weight: bold;
	font-display: auto;
	src: url('/wp-content/uploads/UntitledSans-BoldItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Untitled Sans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('/wp-content/uploads/UntitledSans-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Untitled Sans';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('/wp-content/uploads/UntitledSans-MediumItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Untitled Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/wp-content/uploads/UntitledSans-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Untitled Sans';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('/wp-content/uploads/UntitledSans-RegularItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Untitled Sans';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('/wp-content/uploads/UntitledSans-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Untitled Sans';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('/wp-content/uploads/UntitledSans-LightItalic.woff2') format('woff2');
}
/* End Custom Fonts CSS */</style>		<div data-elementor-type="wp-post" data-elementor-id="8132" class="elementor elementor-8132" data-elementor-post-type="jet-menu">
						<div class="elementor-inner">
				<div class="elementor-section-wrap">
							<div class="elementor-element elementor-element-d639486 e-flex e-con-boxed e-con e-parent" data-id="d639486" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}" data-core-v316-plus="true">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-809fa90 primary-header__action-group e-flex e-con-boxed e-con e-child" data-id="809fa90" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3ce50d3 elementor-widget elementor-widget-image" data-id="3ce50d3" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
								<div class="elementor-image">
												<img width="8097" height="842" fetchpriority="high" src="https://res.cloudinary.com/dsywumv70/images/w_8097,h_842,c_scale/f_auto,q_auto/v1692584107/orionhealth.com/Amadeus-DCR-Logo_Orange-and-Grey/Amadeus-DCR-Logo_Orange-and-Grey.png?_i=AA" class="attachment-full size-full wp-image-18927" alt="Amadeus DCR Logo_Orange and Grey" data-public-id="orionhealth.com/Amadeus-DCR-Logo_Orange-and-Grey/Amadeus-DCR-Logo_Orange-and-Grey.png" data-format="png" data-transformations="f_auto,q_auto" data-version="1692584107" data-seo="1" data-responsive="1" srcset="https://res.cloudinary.com/dsywumv70/images/w_8097,h_842,c_scale/f_auto,q_auto/v1692584107/orionhealth.com/Amadeus-DCR-Logo_Orange-and-Grey/Amadeus-DCR-Logo_Orange-and-Grey.png?_i=AA 8097w, https://res.cloudinary.com/dsywumv70/images/w_2048,h_212,c_scale/f_auto,q_auto/v1692584107/orionhealth.com/Amadeus-DCR-Logo_Orange-and-Grey/Amadeus-DCR-Logo_Orange-and-Grey.png?_i=AA 2048w, https://res.cloudinary.com/dsywumv70/images/w_1848,h_192,c_scale/f_auto,q_auto/v1692584107/orionhealth.com/Amadeus-DCR-Logo_Orange-and-Grey/Amadeus-DCR-Logo_Orange-and-Grey.png?_i=AA 1848w, https://res.cloudinary.com/dsywumv70/images/w_1648,h_171,c_scale/f_auto,q_auto/v1692584107/orionhealth.com/Amadeus-DCR-Logo_Orange-and-Grey/Amadeus-DCR-Logo_Orange-and-Grey.png?_i=AA 1648w, https://res.cloudinary.com/dsywumv70/images/w_1448,h_150,c_scale/f_auto,q_auto/v1692584107/orionhealth.com/Amadeus-DCR-Logo_Orange-and-Grey/Amadeus-DCR-Logo_Orange-and-Grey.png?_i=AA 1448w, https://res.cloudinary.com/dsywumv70/images/w_1248,h_129,c_scale/f_auto,q_auto/v1692584107/orionhealth.com/Amadeus-DCR-Logo_Orange-and-Grey/Amadeus-DCR-Logo_Orange-and-Grey.png?_i=AA 1248w, https://res.cloudinary.com/dsywumv70/images/w_1048,h_108,c_scale/f_auto,q_auto/v1692584107/orionhealth.com/Amadeus-DCR-Logo_Orange-and-Grey/Amadeus-DCR-Logo_Orange-and-Grey.png?_i=AA 1048w, https://res.cloudinary.com/dsywumv70/images/w_848,h_88,c_scale/f_auto,q_auto/v1692584107/orionhealth.com/Amadeus-DCR-Logo_Orange-and-Grey/Amadeus-DCR-Logo_Orange-and-Grey.png?_i=AA 848w, https://res.cloudinary.com/dsywumv70/images/w_648,h_67,c_scale/f_auto,q_auto/v1692584107/orionhealth.com/Amadeus-DCR-Logo_Orange-and-Grey/Amadeus-DCR-Logo_Orange-and-Grey.png?_i=AA 648w, https://res.cloudinary.com/dsywumv70/images/w_448,h_46,c_scale/f_auto,q_auto/v1692584107/orionhealth.com/Amadeus-DCR-Logo_Orange-and-Grey/Amadeus-DCR-Logo_Orange-and-Grey.png?_i=AA 448w, https://res.cloudinary.com/dsywumv70/images/w_248,h_25,c_scale/f_auto,q_auto/v1692584107/orionhealth.com/Amadeus-DCR-Logo_Orange-and-Grey/Amadeus-DCR-Logo_Orange-and-Grey.png?_i=AA 248w" sizes="(max-width: 8097px) 100vw, 8097px" />														</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-f082266 e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button" data-id="f082266" data-element_type="widget" data-settings="{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="elementskit-button.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con" >		<div class="ekit-btn-wraper">
							<a href="https://orionhealth.com/global/digital-care-record/" class="elementskit-btn  whitespace--normal" id="">
					Digital Care Record<i aria-hidden="true" class="fal fa-arrow-right"></i>				</a>
					</div>
        </div>		</div>
				</div>
				<div class="elementor-element elementor-element-cad200f title-subtxt elementor-widget elementor-widget-heading" data-id="cad200f" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.18.0 - 20-12-2023 */
.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><span class="elementor-heading-title elementor-size-small">A multidisciplinary and integrated approach to patient care.</span>		</div>
				</div>
				<div class="elementor-element elementor-element-144ef3d elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="144ef3d" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;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\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
			<link rel="stylesheet" href="https://orionhealth.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css">			<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-underline e--animation-fade">
				<ul id="menu-1-144ef3d" class="elementor-nav-menu sm-vertical"><li id="menu-item-18261" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18261"><a class="elementor-item" href="https://orionhealth.com/global/product/clinical-portal/">Clinical Portal</a></li><li id="menu-item-18262" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18262"><a class="elementor-item" href="https://orionhealth.com/global/product/medication-management/">Medication Management</a></li><li id="menu-item-18263" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18263"><a class="elementor-item" href="https://orionhealth.com/global/product/direct-secure-messaging/">Direct Secure Messaging</a></li><li id="menu-item-18264" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18264"><a class="elementor-item" href="https://orionhealth.com/global/product/care-pathways/">Care Pathways</a></li><li id="menu-item-18265" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18265"><a class="elementor-item" href="https://orionhealth.com/global/product/collaborative-worklists/">Collaborative Worklists</a></li></ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-144ef3d" class="elementor-nav-menu sm-vertical"><li id="menu-item-18261" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18261"><a class="elementor-item" href="https://orionhealth.com/global/product/clinical-portal/">Clinical Portal</a></li><li id="menu-item-18262" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18262"><a class="elementor-item" href="https://orionhealth.com/global/product/medication-management/">Medication Management</a></li><li id="menu-item-18263" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18263"><a class="elementor-item" href="https://orionhealth.com/global/product/direct-secure-messaging/">Direct Secure Messaging</a></li><li id="menu-item-18264" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18264"><a class="elementor-item" href="https://orionhealth.com/global/product/care-pathways/">Care Pathways</a></li><li id="menu-item-18265" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18265"><a class="elementor-item" href="https://orionhealth.com/global/product/collaborative-worklists/">Collaborative Worklists</a></li></ul>			</nav>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-4630587 primary-header__action-group e-flex e-con-boxed e-con e-child" data-id="4630587" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-fc6e1c1 elementor-widget elementor-widget-image" data-id="fc6e1c1" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
								<div class="elementor-image">
												<img width="8000" height="842" src="https://res.cloudinary.com/dsywumv70/images/w_8000,h_842,c_scale/f_auto,q_auto/v1692584006/orionhealth.com/Virtuoso-DFD-Logo_Orange-and-Grey/Virtuoso-DFD-Logo_Orange-and-Grey.png?_i=AA" class="attachment-full size-full wp-image-19429" alt="Virtuoso DFD Logo_Orange and Grey" data-public-id="orionhealth.com/Virtuoso-DFD-Logo_Orange-and-Grey/Virtuoso-DFD-Logo_Orange-and-Grey.png" data-format="png" data-transformations="f_auto,q_auto" data-version="1692584006" data-seo="1" data-responsive="1" srcset="https://res.cloudinary.com/dsywumv70/images/w_8000,h_842,c_scale/f_auto,q_auto/v1692584006/orionhealth.com/Virtuoso-DFD-Logo_Orange-and-Grey/Virtuoso-DFD-Logo_Orange-and-Grey.png?_i=AA 8000w, https://res.cloudinary.com/dsywumv70/images/w_2048,h_215,c_scale/f_auto,q_auto/v1692584006/orionhealth.com/Virtuoso-DFD-Logo_Orange-and-Grey/Virtuoso-DFD-Logo_Orange-and-Grey.png?_i=AA 2048w, https://res.cloudinary.com/dsywumv70/images/w_1848,h_194,c_scale/f_auto,q_auto/v1692584006/orionhealth.com/Virtuoso-DFD-Logo_Orange-and-Grey/Virtuoso-DFD-Logo_Orange-and-Grey.png?_i=AA 1848w, https://res.cloudinary.com/dsywumv70/images/w_1648,h_173,c_scale/f_auto,q_auto/v1692584006/orionhealth.com/Virtuoso-DFD-Logo_Orange-and-Grey/Virtuoso-DFD-Logo_Orange-and-Grey.png?_i=AA 1648w, https://res.cloudinary.com/dsywumv70/images/w_1448,h_152,c_scale/f_auto,q_auto/v1692584006/orionhealth.com/Virtuoso-DFD-Logo_Orange-and-Grey/Virtuoso-DFD-Logo_Orange-and-Grey.png?_i=AA 1448w, https://res.cloudinary.com/dsywumv70/images/w_1248,h_131,c_scale/f_auto,q_auto/v1692584006/orionhealth.com/Virtuoso-DFD-Logo_Orange-and-Grey/Virtuoso-DFD-Logo_Orange-and-Grey.png?_i=AA 1248w, https://res.cloudinary.com/dsywumv70/images/w_1048,h_110,c_scale/f_auto,q_auto/v1692584006/orionhealth.com/Virtuoso-DFD-Logo_Orange-and-Grey/Virtuoso-DFD-Logo_Orange-and-Grey.png?_i=AA 1048w, https://res.cloudinary.com/dsywumv70/images/w_848,h_89,c_scale/f_auto,q_auto/v1692584006/orionhealth.com/Virtuoso-DFD-Logo_Orange-and-Grey/Virtuoso-DFD-Logo_Orange-and-Grey.png?_i=AA 848w, https://res.cloudinary.com/dsywumv70/images/w_648,h_68,c_scale/f_auto,q_auto/v1692584006/orionhealth.com/Virtuoso-DFD-Logo_Orange-and-Grey/Virtuoso-DFD-Logo_Orange-and-Grey.png?_i=AA 648w, https://res.cloudinary.com/dsywumv70/images/w_448,h_47,c_scale/f_auto,q_auto/v1692584006/orionhealth.com/Virtuoso-DFD-Logo_Orange-and-Grey/Virtuoso-DFD-Logo_Orange-and-Grey.png?_i=AA 448w, https://res.cloudinary.com/dsywumv70/images/w_248,h_26,c_scale/f_auto,q_auto/v1692584006/orionhealth.com/Virtuoso-DFD-Logo_Orange-and-Grey/Virtuoso-DFD-Logo_Orange-and-Grey.png?_i=AA 248w" sizes="(max-width: 8000px) 100vw, 8000px" />														</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-5d1649f e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button" data-id="5d1649f" data-element_type="widget" data-settings="{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="elementskit-button.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con" >		<div class="ekit-btn-wraper">
							<a href="https://orionhealth.com/global/digital-front-door/" class="elementskit-btn  whitespace--normal" id="">
					Digital Front Door<i aria-hidden="true" class="fal fa-arrow-right"></i>				</a>
					</div>
        </div>		</div>
				</div>
				<div class="elementor-element elementor-element-09b3440 title-subtxt elementor-widget elementor-widget-heading" data-id="09b3440" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<span class="elementor-heading-title elementor-size-small">Empowering people to access and engage with their healthcare.</span>		</div>
				</div>
				<div class="elementor-element elementor-element-7d8cce7 elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="7d8cce7" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;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\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-underline e--animation-fade">
				<ul id="menu-1-7d8cce7" class="elementor-nav-menu sm-vertical"><li id="menu-item-18266" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18266"><a class="elementor-item" href="https://orionhealth.com/global/product/consumer-website/">Consumer Website</a></li><li id="menu-item-18267" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18267"><a class="elementor-item" href="https://orionhealth.com/global/product/patient-portal/">Patient Portal</a></li><li id="menu-item-18268" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18268"><a class="elementor-item" href="https://orionhealth.com/global/product/forms/">Forms</a></li></ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-7d8cce7" class="elementor-nav-menu sm-vertical"><li id="menu-item-18266" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18266"><a class="elementor-item" href="https://orionhealth.com/global/product/consumer-website/">Consumer Website</a></li><li id="menu-item-18267" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18267"><a class="elementor-item" href="https://orionhealth.com/global/product/patient-portal/">Patient Portal</a></li><li id="menu-item-18268" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18268"><a class="elementor-item" href="https://orionhealth.com/global/product/forms/">Forms</a></li></ul>			</nav>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-ab4c139 primary-header__action-group e-flex e-con-boxed e-con e-child" data-id="ab4c139" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-7d742aa elementor-widget elementor-widget-image" data-id="7d742aa" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
								<div class="elementor-image">
												<img width="9779" height="842" src="https://res.cloudinary.com/dsywumv70/images/w_9779,h_842,c_scale/f_auto,q_auto/v1692584002/orionhealth.com/Orchestral-HIP-Logo_Orange-and-Grey/Orchestral-HIP-Logo_Orange-and-Grey.png?_i=AA" class="attachment-full size-full wp-image-19430" alt="Orchestral HIP Logo_Orange and Grey" data-public-id="orionhealth.com/Orchestral-HIP-Logo_Orange-and-Grey/Orchestral-HIP-Logo_Orange-and-Grey.png" data-format="png" data-transformations="f_auto,q_auto" data-version="1692584002" data-seo="1" data-responsive="1" srcset="https://res.cloudinary.com/dsywumv70/images/w_9779,h_842,c_scale/f_auto,q_auto/v1692584002/orionhealth.com/Orchestral-HIP-Logo_Orange-and-Grey/Orchestral-HIP-Logo_Orange-and-Grey.png?_i=AA 9779w, https://res.cloudinary.com/dsywumv70/images/w_2048,h_176,c_scale/f_auto,q_auto/v1692584002/orionhealth.com/Orchestral-HIP-Logo_Orange-and-Grey/Orchestral-HIP-Logo_Orange-and-Grey.png?_i=AA 2048w, https://res.cloudinary.com/dsywumv70/images/w_1848,h_159,c_scale/f_auto,q_auto/v1692584002/orionhealth.com/Orchestral-HIP-Logo_Orange-and-Grey/Orchestral-HIP-Logo_Orange-and-Grey.png?_i=AA 1848w, https://res.cloudinary.com/dsywumv70/images/w_1648,h_141,c_scale/f_auto,q_auto/v1692584002/orionhealth.com/Orchestral-HIP-Logo_Orange-and-Grey/Orchestral-HIP-Logo_Orange-and-Grey.png?_i=AA 1648w, https://res.cloudinary.com/dsywumv70/images/w_1448,h_124,c_scale/f_auto,q_auto/v1692584002/orionhealth.com/Orchestral-HIP-Logo_Orange-and-Grey/Orchestral-HIP-Logo_Orange-and-Grey.png?_i=AA 1448w, https://res.cloudinary.com/dsywumv70/images/w_1248,h_107,c_scale/f_auto,q_auto/v1692584002/orionhealth.com/Orchestral-HIP-Logo_Orange-and-Grey/Orchestral-HIP-Logo_Orange-and-Grey.png?_i=AA 1248w, https://res.cloudinary.com/dsywumv70/images/w_1048,h_90,c_scale/f_auto,q_auto/v1692584002/orionhealth.com/Orchestral-HIP-Logo_Orange-and-Grey/Orchestral-HIP-Logo_Orange-and-Grey.png?_i=AA 1048w, https://res.cloudinary.com/dsywumv70/images/w_848,h_73,c_scale/f_auto,q_auto/v1692584002/orionhealth.com/Orchestral-HIP-Logo_Orange-and-Grey/Orchestral-HIP-Logo_Orange-and-Grey.png?_i=AA 848w, https://res.cloudinary.com/dsywumv70/images/w_648,h_55,c_scale/f_auto,q_auto/v1692584002/orionhealth.com/Orchestral-HIP-Logo_Orange-and-Grey/Orchestral-HIP-Logo_Orange-and-Grey.png?_i=AA 648w, https://res.cloudinary.com/dsywumv70/images/w_448,h_38,c_scale/f_auto,q_auto/v1692584002/orionhealth.com/Orchestral-HIP-Logo_Orange-and-Grey/Orchestral-HIP-Logo_Orange-and-Grey.png?_i=AA 448w, https://res.cloudinary.com/dsywumv70/images/w_248,h_21,c_scale/f_auto,q_auto/v1692584002/orionhealth.com/Orchestral-HIP-Logo_Orange-and-Grey/Orchestral-HIP-Logo_Orange-and-Grey.png?_i=AA 248w" sizes="(max-width: 9779px) 100vw, 9779px" />														</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-176d8a5 e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button" data-id="176d8a5" data-element_type="widget" data-settings="{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="elementskit-button.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con" >		<div class="ekit-btn-wraper">
							<a href="https://orionhealth.com/global/health-intelligence-platform/" class="elementskit-btn  whitespace--normal" id="">
					Health Intelligence Platform <i aria-hidden="true" class="fal fa-arrow-right"></i>				</a>
					</div>
        </div>		</div>
				</div>
				<div class="elementor-element elementor-element-3b1b8f4 title-subtxt elementor-widget elementor-widget-heading" data-id="3b1b8f4" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<span class="elementor-heading-title elementor-size-small">Simplifying the journey from data to trusted insights.</span>		</div>
				</div>
				<div class="elementor-element elementor-element-5e2695f elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="5e2695f" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;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\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-underline e--animation-fade">
				<ul id="menu-1-5e2695f" class="elementor-nav-menu sm-vertical"><li id="menu-item-18256" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18256"><a class="elementor-item" href="https://orionhealth.com/global/product/data-aggregation/">Data Aggregation</a></li><li id="menu-item-18257" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18257"><a class="elementor-item" href="https://orionhealth.com/global/product/reporting-and-analytics/">Reporting & Analytics</a></li><li id="menu-item-18259" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18259"><a class="elementor-item" href="https://orionhealth.com/global/product/data-science-and-machine-learning/">Data Science & Machine Learning</a></li><li id="menu-item-18260" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18260"><a class="elementor-item" href="https://orionhealth.com/global/product/de-identify/">De-Identify</a></li></ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-5e2695f" class="elementor-nav-menu sm-vertical"><li id="menu-item-18256" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18256"><a class="elementor-item" href="https://orionhealth.com/global/product/data-aggregation/">Data Aggregation</a></li><li id="menu-item-18257" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18257"><a class="elementor-item" href="https://orionhealth.com/global/product/reporting-and-analytics/">Reporting & Analytics</a></li><li id="menu-item-18259" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18259"><a class="elementor-item" href="https://orionhealth.com/global/product/data-science-and-machine-learning/">Data Science & Machine Learning</a></li><li id="menu-item-18260" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18260"><a class="elementor-item" href="https://orionhealth.com/global/product/de-identify/">De-Identify</a></li></ul>			</nav>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-2cc42bd primary-header__action-group e-flex e-con-boxed e-con e-child" data-id="2cc42bd" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ee5bec6 elementor-widget elementor-widget-image" data-id="ee5bec6" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
								<div class="elementor-image">
												<img width="2050" height="201" data-public-id="" loading="lazy" src="https://res.cloudinary.com/dsywumv70/images/w_2050,h_201,c_scale/f_auto,q_auto/v1712524752/orionhealth.com/Hospitals-EPR-Logo_Orange-and-Grey/Hospitals-EPR-Logo_Orange-and-Grey.?_i=AA" class="attachment-full size-full wp-image-470951" alt="Hospitals EPR logo" data-format="svg" data-transformations="f_auto,q_auto" data-version="1712524752" data-seo="1" />														</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-181679b e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button" data-id="181679b" data-element_type="widget" data-settings="{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="elementskit-button.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con" >		<div class="ekit-btn-wraper">
							<a href="https://orionhealth.com/global/hospitals/" class="elementskit-btn  whitespace--normal" id="">
					Electronic Patient Record<i aria-hidden="true" class="fal fa-arrow-right"></i>				</a>
					</div>
        </div>		</div>
				</div>
				<div class="elementor-element elementor-element-a52b9d9 title-subtxt elementor-widget elementor-widget-heading" data-id="a52b9d9" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<span class="elementor-heading-title elementor-size-small">Creating a seamless experience from pre-admission to post-discharge.</span>		</div>
				</div>
				<div class="elementor-element elementor-element-eda476f elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="eda476f" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;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\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-underline e--animation-fade">
				<ul id="menu-1-eda476f" class="elementor-nav-menu sm-vertical"><li id="menu-item-470950" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-470950"><a class="elementor-item" href="https://orionhealth.com/global/product/clinical-workstation/">Clinical Workstation</a></li><li id="menu-item-470949" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-470949"><a class="elementor-item" href="https://orionhealth.com/global/product-patient-administration-system/">Patient Administration System</a></li></ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-eda476f" class="elementor-nav-menu sm-vertical"><li id="menu-item-470950" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-470950"><a class="elementor-item" href="https://orionhealth.com/global/product/clinical-workstation/">Clinical Workstation</a></li><li id="menu-item-470949" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-470949"><a class="elementor-item" href="https://orionhealth.com/global/product-patient-administration-system/">Patient Administration System</a></li></ul>			</nav>
				</div>
				</div>
					</div>
				</div>
					</div>
				</div>
									</div>
			</div>
					</div>
		</div></div></li>
<li id="jet-mega-menu-item-8201" class="jet-mega-menu-item jet-mega-menu-item-type-custom jet-mega-menu-item-object-custom jet-mega-menu-item--mega jet-mega-menu-item-has-children jet-mega-menu-item--top-level jet-mega-menu-item-8201"><div class="jet-mega-menu-item__inner" tabindex="0" aria-label="Solutions"><a href="#" class="jet-mega-menu-item__link jet-mega-menu-item__link--top-level"><div class="jet-mega-menu-item__title"><div class="jet-mega-menu-item__label">Solutions</div></div></a><div class="jet-mega-menu-item__dropdown"><i class="icon icon-down-arrow1"></i></div></div><div class="jet-mega-menu-mega-container" data-template-id="8203" data-template-content="elementor" data-position="default"><div class="jet-mega-menu-mega-container__inner"><style>.elementor-8203 .elementor-element.elementor-element-6f9507b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;box-shadow:0px 10px 20px -10px rgba(0, 0, 0, 0.25);--padding-block-start:20px;--padding-block-end:60px;--padding-inline-start:10px;--padding-inline-end:10px;overflow:visible;}.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu .elementor-item{font-family:"Open Sans", Sans-serif;font-size:13px;font-weight:400;line-height:20px;}.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main .elementor-item{color:#373634;fill:#373634;padding-left:0px;padding-right:0px;padding-top:4px;padding-bottom:4px;}.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main .elementor-item:focus{color:#FF5F00;fill:#FF5F00;}.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#02010100;}.elementor-8203 .elementor-element.elementor-element-da3a012 .e--pointer-framed .elementor-item:before,
					.elementor-8203 .elementor-element.elementor-element-da3a012 .e--pointer-framed .elementor-item:after{border-color:#02010100;}.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main .elementor-item.elementor-item-active{color:#FF5F00;}.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:before,
					.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after{background-color:#02010100;}.elementor-8203 .elementor-element.elementor-element-da3a012 .e--pointer-framed .elementor-item.elementor-item-active:before,
					.elementor-8203 .elementor-element.elementor-element-da3a012 .e--pointer-framed .elementor-item.elementor-item-active:after{border-color:#02010100;}.elementor-8203 .elementor-element.elementor-element-da3a012{--e-nav-menu-horizontal-menu-item-margin:calc( 20px / 2 );}.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-8203 .elementor-element.elementor-element-da3a012 > .elementor-widget-container{padding:20px 0px 20px 0px;}@media(max-width:1024px){.elementor-8203 .elementor-element.elementor-element-6f9507b{--padding-block-start:40px;--padding-block-end:40px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-8203 .elementor-element.elementor-element-da3a012 > .elementor-widget-container{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-8203 .elementor-element.elementor-element-6f9507b{--content-width:1200px;}}/* Start custom CSS for nav-menu, class: .elementor-element-da3a012 */.elementor-8203 .elementor-element.elementor-element-da3a012 .menu-item:last-child{
    margin-bottom: 20px !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6f9507b */@media only screen and (max-width: 1199px) {
    .elementor-8203 .elementor-element.elementor-element-6f9507b {
    box-shadow: 0px 0px 0px 0px; 
    }
    
}

@media only screen and (min-width: 1200px) {
   
.elementor-8203 .elementor-element.elementor-element-6f9507b .menu-item{
    padding-left: 20px;
    padding-right: 20px;
}
    
}/* End custom CSS */</style>		<div data-elementor-type="wp-post" data-elementor-id="8203" class="elementor elementor-8203" data-elementor-post-type="jet-menu">
						<div class="elementor-inner">
				<div class="elementor-section-wrap">
							<div class="elementor-element elementor-element-6f9507b e-flex e-con-boxed e-con e-parent" data-id="6f9507b" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}" data-core-v316-plus="true">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-da3a012 elementor-nav-menu--dropdown-none primary-header__sub-menu primary-header__sub-menu--3-column elementor-widget elementor-widget-nav-menu" data-id="da3a012" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;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\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-underline e--animation-fade">
				<ul id="menu-1-da3a012" class="elementor-nav-menu sm-vertical"><li id="menu-item-18269" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18269"><a class="elementor-item" href="https://orionhealth.com/global/solution/interoperability/">Interoperability</a><div class="menu-item-description">Enable a seamless data exchange between different healthcare systems.</div></li><li id="menu-item-18270" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18270"><a class="elementor-item" href="https://orionhealth.com/global/solution/population-health-management/">Population Health Management</a><div class="menu-item-description">Improve health outcomes by identifying needs, risks, and disparities.</div></li><li id="menu-item-18271" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18271"><a class="elementor-item" href="https://orionhealth.com/global/solution/healthcare-navigation-and-access/">Healthcare Navigation & Access</a><div class="menu-item-description">Improve patient access to care and help them navigate the healthcare system.</div></li><li id="menu-item-18272" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18272"><a class="elementor-item" href="https://orionhealth.com/global/solution/patient-engagement/">Patient Engagement</a><div class="menu-item-description">Empower patients to participate in their healthcare and improve health outcomes.</div></li><li id="menu-item-18273" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18273"><a class="elementor-item" href="https://orionhealth.com/global/solution/shared-care-record/">Shared Care Record</a><div class="menu-item-description">Share patient health info across care settings for coordinated care delivery</div></li><li id="menu-item-18274" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18274"><a class="elementor-item" href="https://orionhealth.com/global/solution/medicines-platform/">Medicines Platform</a><div class="menu-item-description">Manage medications to improve patient safety and adherence.</div></li><li id="menu-item-18275" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18275"><a class="elementor-item" href="https://orionhealth.com/global/solution/hospital-information-system/">Hospital Information System</a><div class="menu-item-description">Manage and streamline administrative and clinical operations.</div></li><li id="menu-item-18278" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18278"><a class="elementor-item" href="https://orionhealth.com/global/solution/health-screening/">Screening</a><div class="menu-item-description">Enable early detection and prevention of diseases.</div></li><li id="menu-item-18279" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18279"><a class="elementor-item" href="https://orionhealth.com/global/solution/child-health/">Child Health</a><div class="menu-item-description">Facilitate the coordination of healthcare services for children.</div></li><li id="menu-item-19473" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-19473"><a class="elementor-item" href="https://orionhealth.com/global/solution/research-platform/">Research Platform</a><div class="menu-item-description">Effectively leverage data and intelligence assets.</div></li></ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-da3a012" class="elementor-nav-menu sm-vertical"><li id="menu-item-18269" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18269"><a class="elementor-item" href="https://orionhealth.com/global/solution/interoperability/">Interoperability</a><div class="menu-item-description">Enable a seamless data exchange between different healthcare systems.</div></li><li id="menu-item-18270" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18270"><a class="elementor-item" href="https://orionhealth.com/global/solution/population-health-management/">Population Health Management</a><div class="menu-item-description">Improve health outcomes by identifying needs, risks, and disparities.</div></li><li id="menu-item-18271" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18271"><a class="elementor-item" href="https://orionhealth.com/global/solution/healthcare-navigation-and-access/">Healthcare Navigation & Access</a><div class="menu-item-description">Improve patient access to care and help them navigate the healthcare system.</div></li><li id="menu-item-18272" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18272"><a class="elementor-item" href="https://orionhealth.com/global/solution/patient-engagement/">Patient Engagement</a><div class="menu-item-description">Empower patients to participate in their healthcare and improve health outcomes.</div></li><li id="menu-item-18273" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18273"><a class="elementor-item" href="https://orionhealth.com/global/solution/shared-care-record/">Shared Care Record</a><div class="menu-item-description">Share patient health info across care settings for coordinated care delivery</div></li><li id="menu-item-18274" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18274"><a class="elementor-item" href="https://orionhealth.com/global/solution/medicines-platform/">Medicines Platform</a><div class="menu-item-description">Manage medications to improve patient safety and adherence.</div></li><li id="menu-item-18275" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18275"><a class="elementor-item" href="https://orionhealth.com/global/solution/hospital-information-system/">Hospital Information System</a><div class="menu-item-description">Manage and streamline administrative and clinical operations.</div></li><li id="menu-item-18278" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18278"><a class="elementor-item" href="https://orionhealth.com/global/solution/health-screening/">Screening</a><div class="menu-item-description">Enable early detection and prevention of diseases.</div></li><li id="menu-item-18279" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18279"><a class="elementor-item" href="https://orionhealth.com/global/solution/child-health/">Child Health</a><div class="menu-item-description">Facilitate the coordination of healthcare services for children.</div></li><li id="menu-item-19473" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-19473"><a class="elementor-item" href="https://orionhealth.com/global/solution/research-platform/">Research Platform</a><div class="menu-item-description">Effectively leverage data and intelligence assets.</div></li></ul>			</nav>
				</div>
				</div>
					</div>
				</div>
									</div>
			</div>
					</div>
		</div></div></li>
<li id="jet-mega-menu-item-935" class="jet-mega-menu-item jet-mega-menu-item-type-post_type jet-mega-menu-item-object-page jet-mega-menu-item--mega jet-mega-menu-item-has-children jet-mega-menu-item--top-level jet-mega-menu-item-935"><div class="jet-mega-menu-item__inner" tabindex="0" aria-label="Resources"><a href="https://orionhealth.com/global/resources/" class="jet-mega-menu-item__link jet-mega-menu-item__link--top-level"><div class="jet-mega-menu-item__title"><div class="jet-mega-menu-item__label">Resources</div></div></a><div class="jet-mega-menu-item__dropdown"><i class="icon icon-down-arrow1"></i></div></div><div class="jet-mega-menu-mega-container" data-template-id="18610" data-template-content="elementor" data-position="default"><div class="jet-mega-menu-mega-container__inner"><style>.elementor-18610 .elementor-element.elementor-element-42be63c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;box-shadow:0px 10px 20px -10px rgba(0, 0, 0, 0.25);--padding-block-start:20px;--padding-block-end:60px;--padding-inline-start:10px;--padding-inline-end:10px;overflow:visible;}.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu .elementor-item{font-family:"Open Sans", Sans-serif;font-size:13px;font-weight:400;line-height:20px;}.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main .elementor-item{color:#373634;fill:#373634;padding-left:0px;padding-right:0px;padding-top:4px;padding-bottom:4px;}.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main .elementor-item:focus{color:#FF5F00;fill:#FF5F00;}.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#02010100;}.elementor-18610 .elementor-element.elementor-element-c81db37 .e--pointer-framed .elementor-item:before,
					.elementor-18610 .elementor-element.elementor-element-c81db37 .e--pointer-framed .elementor-item:after{border-color:#02010100;}.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main .elementor-item.elementor-item-active{color:#FF5F00;}.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:before,
					.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after{background-color:#02010100;}.elementor-18610 .elementor-element.elementor-element-c81db37 .e--pointer-framed .elementor-item.elementor-item-active:before,
					.elementor-18610 .elementor-element.elementor-element-c81db37 .e--pointer-framed .elementor-item.elementor-item-active:after{border-color:#02010100;}.elementor-18610 .elementor-element.elementor-element-c81db37{--e-nav-menu-horizontal-menu-item-margin:calc( 20px / 2 );}.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-18610 .elementor-element.elementor-element-c81db37 > .elementor-widget-container{padding:20px 0px 20px 0px;}@media(max-width:1024px){.elementor-18610 .elementor-element.elementor-element-42be63c{--padding-block-start:40px;--padding-block-end:40px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-18610 .elementor-element.elementor-element-c81db37 > .elementor-widget-container{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-18610 .elementor-element.elementor-element-42be63c{--content-width:1200px;}}/* Start custom CSS for nav-menu, class: .elementor-element-c81db37 */.elementor-18610 .elementor-element.elementor-element-c81db37 .menu-item:last-child{
    margin-bottom: 20px !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-42be63c */@media only screen and (max-width: 1199px) {
    .elementor-18610 .elementor-element.elementor-element-42be63c {
    box-shadow: 0px 0px 0px 0px; 
    }
    
}

@media only screen and (min-width: 1200px) {
   
.elementor-18610 .elementor-element.elementor-element-42be63c .menu-item{
    padding-left: 20px;
    padding-right: 20px;
}
    
}/* End custom CSS */</style>		<div data-elementor-type="wp-post" data-elementor-id="18610" class="elementor elementor-18610" data-elementor-post-type="jet-menu">
						<div class="elementor-inner">
				<div class="elementor-section-wrap">
							<div class="elementor-element elementor-element-42be63c e-flex e-con-boxed e-con e-parent" data-id="42be63c" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}" data-core-v316-plus="true">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-c81db37 elementor-nav-menu--dropdown-none primary-header__sub-menu primary-header__sub-menu--3-column elementor-widget elementor-widget-nav-menu" data-id="c81db37" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;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\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-underline e--animation-fade">
				<ul id="menu-1-c81db37" class="elementor-nav-menu sm-vertical"><li id="menu-item-18600" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18600"><a class="elementor-item" href="https://orionhealth.com/global/resources/">All Resources</a><div class="menu-item-description">Explore a comprehensive collection of informative healthcare content.</div></li><li id="menu-item-18603" class=" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18603"><a class="elementor-item" href="https://orionhealth.com/global/resources/?type=media-releases">Media Releases</a><div class="menu-item-description">Stay updated with the latest news and announcements about our software solutions.</div></li><li id="menu-item-18604" class=" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18604"><a class="elementor-item" href="https://orionhealth.com/global/resources/?type=videos">Videos</a><div class="menu-item-description">Watch informative videos showcasing our software capabilities and success stories.</div></li><li id="menu-item-18602" class=" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18602"><a class="elementor-item" href="https://orionhealth.com/global/resources/?type=blog">Blog</a><div class="menu-item-description">Explore the latest healthcare insights and trends through our blog posts.</div></li><li id="menu-item-18605" class=" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18605"><a class="elementor-item" href="https://orionhealth.com/global/resources/?type=white-papers">White Papers</a><div class="menu-item-description">Gain valuable industry insights and research findings through our in-depth whitepapers.</div></li><li id="menu-item-18608" class=" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18608"><a class="elementor-item" href="https://orionhealth.com/global/resources/?type=webinars">Webinars</a><div class="menu-item-description">Learn about the latest advancements in healthcare technology from our experts.</div></li><li id="menu-item-18606" class=" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18606"><a class="elementor-item" href="https://orionhealth.com/global/resources/?type=customer-stories">Customer Stories</a><div class="menu-item-description">Discover how healthcare providers worldwide have benefited from our software solutions.</div></li><li id="menu-item-18609" class=" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18609"><a class="elementor-item" href="https://orionhealth.com/global/resources/?type=ebook">Ebook</a><div class="menu-item-description">Access in-depth knowledge and expertise in healthcare technology.</div></li></ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-c81db37" class="elementor-nav-menu sm-vertical"><li id="menu-item-18600" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-18600"><a class="elementor-item" href="https://orionhealth.com/global/resources/">All Resources</a><div class="menu-item-description">Explore a comprehensive collection of informative healthcare content.</div></li><li id="menu-item-18603" class=" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18603"><a class="elementor-item" href="https://orionhealth.com/global/resources/?type=media-releases">Media Releases</a><div class="menu-item-description">Stay updated with the latest news and announcements about our software solutions.</div></li><li id="menu-item-18604" class=" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18604"><a class="elementor-item" href="https://orionhealth.com/global/resources/?type=videos">Videos</a><div class="menu-item-description">Watch informative videos showcasing our software capabilities and success stories.</div></li><li id="menu-item-18602" class=" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18602"><a class="elementor-item" href="https://orionhealth.com/global/resources/?type=blog">Blog</a><div class="menu-item-description">Explore the latest healthcare insights and trends through our blog posts.</div></li><li id="menu-item-18605" class=" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18605"><a class="elementor-item" href="https://orionhealth.com/global/resources/?type=white-papers">White Papers</a><div class="menu-item-description">Gain valuable industry insights and research findings through our in-depth whitepapers.</div></li><li id="menu-item-18608" class=" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18608"><a class="elementor-item" href="https://orionhealth.com/global/resources/?type=webinars">Webinars</a><div class="menu-item-description">Learn about the latest advancements in healthcare technology from our experts.</div></li><li id="menu-item-18606" class=" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18606"><a class="elementor-item" href="https://orionhealth.com/global/resources/?type=customer-stories">Customer Stories</a><div class="menu-item-description">Discover how healthcare providers worldwide have benefited from our software solutions.</div></li><li id="menu-item-18609" class=" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18609"><a class="elementor-item" href="https://orionhealth.com/global/resources/?type=ebook">Ebook</a><div class="menu-item-description">Access in-depth knowledge and expertise in healthcare technology.</div></li></ul>			</nav>
				</div>
				</div>
					</div>
				</div>
									</div>
			</div>
					</div>
		</div></div></li>
<li id="jet-mega-menu-item-763" class="jet-mega-menu-item jet-mega-menu-item-type-custom jet-mega-menu-item-object-custom jet-mega-menu-item--default jet-mega-menu-item--top-level jet-mega-menu-item-763"><div class="jet-mega-menu-item__inner" tabindex="0" aria-label="Support"><a href="/documentation/" class="jet-mega-menu-item__link jet-mega-menu-item__link--top-level"><div class="jet-mega-menu-item__title"><div class="jet-mega-menu-item__label">Support</div></div></a></div></li>
<li id="jet-mega-menu-item-764" class="jet-mega-menu-item jet-mega-menu-item-type-custom jet-mega-menu-item-object-custom jet-mega-menu-item--mega jet-mega-menu-item-has-children jet-mega-menu-item--top-level jet-mega-menu-item-764"><div class="jet-mega-menu-item__inner" tabindex="0" aria-label="About Us"><a href="#" class="jet-mega-menu-item__link jet-mega-menu-item__link--top-level"><div class="jet-mega-menu-item__title"><div class="jet-mega-menu-item__label">About Us</div></div></a><div class="jet-mega-menu-item__dropdown"><i class="icon icon-down-arrow1"></i></div></div><div class="jet-mega-menu-mega-container" data-template-id="13582" data-template-content="elementor" data-position="default"><div class="jet-mega-menu-mega-container__inner"><style>.elementor-13582 .elementor-element.elementor-element-5c87f90{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;box-shadow:0px 10px 20px -10px rgba(0, 0, 0, 0.25);--padding-block-start:20px;--padding-block-end:60px;--padding-inline-start:10px;--padding-inline-end:10px;overflow:visible;}.elementor-13582 .elementor-element.elementor-element-2e1e887{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-13582 .elementor-element.elementor-element-2e1e887:hover{background-image:url("https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584866/orionhealth.com/action-group-bg-1/action-group-bg-1.png?_i=AA");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-13582 .elementor-element.elementor-element-6d65e2c .ekit-btn-wraper{text-align:left;}.elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn{padding:0px 0px 0px 0px;font-family:"Untitled Sans", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn:hover{color:#FF5F00;}.elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn > i, .elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn > i, .rtl .elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-13582 .elementor-element.elementor-element-6d65e2c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-13582 .elementor-element.elementor-element-6d65e2c > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-13582 .elementor-element.elementor-element-9931569 .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-13582 .elementor-element.elementor-element-9931569 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-13582 .elementor-element.elementor-element-c5ccb02{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-13582 .elementor-element.elementor-element-c5ccb02:hover{background-image:url("https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584866/orionhealth.com/action-group-bg-1/action-group-bg-1.png?_i=AA");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-13582 .elementor-element.elementor-element-ab0b715 .ekit-btn-wraper{text-align:left;}.elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn{padding:0px 0px 0px 0px;font-family:"Untitled Sans", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn:hover{color:#FF5F00;}.elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn > i, .elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn > i, .rtl .elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-13582 .elementor-element.elementor-element-ab0b715 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-13582 .elementor-element.elementor-element-ab0b715 > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-13582 .elementor-element.elementor-element-4295a4f .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-13582 .elementor-element.elementor-element-4295a4f > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-13582 .elementor-element.elementor-element-f92ec40{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-13582 .elementor-element.elementor-element-f92ec40:hover{background-image:url("https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584866/orionhealth.com/action-group-bg-1/action-group-bg-1.png?_i=AA");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-13582 .elementor-element.elementor-element-c79e89a .ekit-btn-wraper{text-align:left;}.elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn{padding:0px 0px 0px 0px;font-family:"Untitled Sans", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn:hover{color:#FF5F00;}.elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn > i, .elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn > i, .rtl .elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-13582 .elementor-element.elementor-element-c79e89a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-13582 .elementor-element.elementor-element-c79e89a > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-13582 .elementor-element.elementor-element-861e398 .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-13582 .elementor-element.elementor-element-861e398 > .elementor-widget-container{margin:0px 0px 20px 0px;}@media(max-width:1024px){.elementor-13582 .elementor-element.elementor-element-5c87f90{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--padding-block-start:40px;--padding-block-end:40px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-13582 .elementor-element.elementor-element-2e1e887{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn{font-size:20px;line-height:24px;}.elementor-13582 .elementor-element.elementor-element-6d65e2c{width:100%;max-width:100%;}.elementor-13582 .elementor-element.elementor-element-9931569 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-13582 .elementor-element.elementor-element-c5ccb02{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn{font-size:20px;line-height:24px;}.elementor-13582 .elementor-element.elementor-element-ab0b715{width:100%;max-width:100%;}.elementor-13582 .elementor-element.elementor-element-4295a4f .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-13582 .elementor-element.elementor-element-f92ec40{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn{font-size:20px;line-height:24px;}.elementor-13582 .elementor-element.elementor-element-c79e89a{width:100%;max-width:100%;}.elementor-13582 .elementor-element.elementor-element-861e398 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}}@media(max-width:767px){.elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn{font-size:18px;}.elementor-13582 .elementor-element.elementor-element-9931569 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-13582 .elementor-element.elementor-element-9931569 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn{font-size:18px;}.elementor-13582 .elementor-element.elementor-element-4295a4f .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-13582 .elementor-element.elementor-element-4295a4f > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn{font-size:18px;}.elementor-13582 .elementor-element.elementor-element-861e398 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-13582 .elementor-element.elementor-element-861e398 > .elementor-widget-container{margin:0px 0px 10px 0px;}}@media(min-width:768px){.elementor-13582 .elementor-element.elementor-element-5c87f90{--content-width:1200px;}}@media(max-width:1024px) and (min-width:768px){.elementor-13582 .elementor-element.elementor-element-2e1e887{--content-width:100%;}.elementor-13582 .elementor-element.elementor-element-c5ccb02{--content-width:100%;}.elementor-13582 .elementor-element.elementor-element-f92ec40{--content-width:100%;}}/* Start custom CSS for heading, class: .elementor-element-9931569 */.elementor-13582 .elementor-element.elementor-element-9931569 {max-width: 250px;}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-4295a4f */.elementor-13582 .elementor-element.elementor-element-4295a4f {max-width: 250px;}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-861e398 */.elementor-13582 .elementor-element.elementor-element-861e398 {max-width: 250px;}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5c87f90 */@media only screen and (max-width: 1199px) {
    .elementor-13582 .elementor-element.elementor-element-5c87f90 {
    box-shadow: 0px 0px 0px 0px; 
    }
}/* End custom CSS */</style>		<div data-elementor-type="wp-post" data-elementor-id="13582" class="elementor elementor-13582" data-elementor-post-type="jet-menu">
						<div class="elementor-inner">
				<div class="elementor-section-wrap">
							<div class="elementor-element elementor-element-5c87f90 e-flex e-con-boxed e-con e-parent" data-id="5c87f90" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}" data-core-v316-plus="true">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-2e1e887 primary-header__action-group e-flex e-con-boxed e-con e-child" data-id="2e1e887" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-6d65e2c e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button" data-id="6d65e2c" data-element_type="widget" data-settings="{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="elementskit-button.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con" >		<div class="ekit-btn-wraper">
							<a href="https://orionhealth.com/global/about-us/" class="elementskit-btn  whitespace--normal" id="">
					Our Story<i aria-hidden="true" class="fal fa-arrow-right"></i>				</a>
					</div>
        </div>		</div>
				</div>
				<div class="elementor-element elementor-element-9931569 title-subtxt elementor-widget elementor-widget-heading" data-id="9931569" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<span class="elementor-heading-title elementor-size-small">Find out why Orion Health is the leading Unified Healthcare Platform</span>		</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c5ccb02 primary-header__action-group e-flex e-con-boxed e-con e-child" data-id="c5ccb02" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ab0b715 e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button" data-id="ab0b715" data-element_type="widget" data-settings="{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="elementskit-button.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con" >		<div class="ekit-btn-wraper">
							<a href="https://orionhealth.com/global/certifications/" class="elementskit-btn  whitespace--normal" id="">
					Certifications<i aria-hidden="true" class="fal fa-arrow-right"></i>				</a>
					</div>
        </div>		</div>
				</div>
				<div class="elementor-element elementor-element-4295a4f title-subtxt elementor-widget elementor-widget-heading" data-id="4295a4f" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<span class="elementor-heading-title elementor-size-small">Explore our product certifications and industry certification standards</span>		</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-f92ec40 primary-header__action-group e-flex e-con-boxed e-con e-child" data-id="f92ec40" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-c79e89a e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button" data-id="c79e89a" data-element_type="widget" data-settings="{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="elementskit-button.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con" >		<div class="ekit-btn-wraper">
							<a href="https://orionhealth.com/global/state-health-data-center-of-excellence/" class="elementskit-btn  whitespace--normal" id="">
					State Health Data Center of Excellence<i aria-hidden="true" class="fal fa-arrow-right"></i>				</a>
					</div>
        </div>		</div>
				</div>
				<div class="elementor-element elementor-element-861e398 title-subtxt elementor-widget elementor-widget-heading" data-id="861e398" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<span class="elementor-heading-title elementor-size-small"><a href="/state-health-data-center-of-excellence/">Creating the next generation of statewide health data platforms</a></span>		</div>
				</div>
					</div>
				</div>
					</div>
				</div>
									</div>
			</div>
					</div>
		</div></div></li>
<li id="jet-mega-menu-item-13188" class="jet-mega-menu-item jet-mega-menu-item-type-post_type jet-mega-menu-item-object-page jet-mega-menu-item--mega jet-mega-menu-item-has-children jet-mega-menu-item--top-level jet-mega-menu-item-13188"><div class="jet-mega-menu-item__inner" tabindex="0" aria-label="Careers"><a href="https://orionhealth.com/global/careers/" class="jet-mega-menu-item__link jet-mega-menu-item__link--top-level"><div class="jet-mega-menu-item__title"><div class="jet-mega-menu-item__label">Careers</div></div></a><div class="jet-mega-menu-item__dropdown"><i class="icon icon-down-arrow1"></i></div></div><div class="jet-mega-menu-mega-container" data-template-id="228950" data-template-content="elementor" data-position="default"><div class="jet-mega-menu-mega-container__inner"><style>.elementor-228950 .elementor-element.elementor-element-e02deec{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;box-shadow:0px 10px 20px -10px rgba(0, 0, 0, 0.25);--padding-block-start:20px;--padding-block-end:60px;--padding-inline-start:10px;--padding-inline-end:10px;overflow:visible;}.elementor-228950 .elementor-element.elementor-element-63164bc{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-228950 .elementor-element.elementor-element-63164bc:hover{background-image:url("https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584866/orionhealth.com/action-group-bg-1/action-group-bg-1.png?_i=AA");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-228950 .elementor-element.elementor-element-cd27cc9 .ekit-btn-wraper{text-align:left;}.elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn{padding:0px 0px 0px 0px;font-family:"Untitled Sans", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn:hover{color:#FF5F00;}.elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn > i, .elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn > i, .rtl .elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-228950 .elementor-element.elementor-element-cd27cc9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-228950 .elementor-element.elementor-element-cd27cc9 > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-228950 .elementor-element.elementor-element-350b433 .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-228950 .elementor-element.elementor-element-350b433 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-228950 .elementor-element.elementor-element-d4f0183{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-228950 .elementor-element.elementor-element-d4f0183:hover{background-image:url("https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584866/orionhealth.com/action-group-bg-1/action-group-bg-1.png?_i=AA");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-228950 .elementor-element.elementor-element-052eaae .ekit-btn-wraper{text-align:left;}.elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn{padding:0px 0px 0px 0px;font-family:"Untitled Sans", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn:hover{color:#FF5F00;}.elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn > i, .elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn > i, .rtl .elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-228950 .elementor-element.elementor-element-052eaae > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-228950 .elementor-element.elementor-element-052eaae > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-228950 .elementor-element.elementor-element-65b8436 .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-228950 .elementor-element.elementor-element-65b8436 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-228950 .elementor-element.elementor-element-9767ccd{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-228950 .elementor-element.elementor-element-9767ccd:hover{background-image:url("https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584866/orionhealth.com/action-group-bg-1/action-group-bg-1.png?_i=AA");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-228950 .elementor-element.elementor-element-6b61b59 .ekit-btn-wraper{text-align:left;}.elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn{padding:0px 0px 0px 0px;font-family:"Untitled Sans", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn:hover{color:#FF5F00;}.elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn > i, .elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn > i, .rtl .elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-228950 .elementor-element.elementor-element-6b61b59 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-228950 .elementor-element.elementor-element-6b61b59 > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-228950 .elementor-element.elementor-element-a63670b .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-228950 .elementor-element.elementor-element-a63670b > .elementor-widget-container{margin:0px 0px 20px 0px;}@media(max-width:1024px){.elementor-228950 .elementor-element.elementor-element-e02deec{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--padding-block-start:40px;--padding-block-end:40px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-228950 .elementor-element.elementor-element-63164bc{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn{font-size:20px;line-height:24px;}.elementor-228950 .elementor-element.elementor-element-cd27cc9{width:100%;max-width:100%;}.elementor-228950 .elementor-element.elementor-element-350b433 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-228950 .elementor-element.elementor-element-d4f0183{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn{font-size:20px;line-height:24px;}.elementor-228950 .elementor-element.elementor-element-052eaae{width:100%;max-width:100%;}.elementor-228950 .elementor-element.elementor-element-65b8436 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-228950 .elementor-element.elementor-element-9767ccd{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn{font-size:20px;line-height:24px;}.elementor-228950 .elementor-element.elementor-element-6b61b59{width:100%;max-width:100%;}.elementor-228950 .elementor-element.elementor-element-a63670b .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}}@media(max-width:767px){.elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn{font-size:18px;}.elementor-228950 .elementor-element.elementor-element-350b433 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-228950 .elementor-element.elementor-element-350b433 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn{font-size:18px;}.elementor-228950 .elementor-element.elementor-element-65b8436 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-228950 .elementor-element.elementor-element-65b8436 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn{font-size:18px;}.elementor-228950 .elementor-element.elementor-element-a63670b .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-228950 .elementor-element.elementor-element-a63670b > .elementor-widget-container{margin:0px 0px 10px 0px;}}@media(min-width:768px){.elementor-228950 .elementor-element.elementor-element-e02deec{--content-width:1200px;}}@media(max-width:1024px) and (min-width:768px){.elementor-228950 .elementor-element.elementor-element-63164bc{--content-width:100%;}.elementor-228950 .elementor-element.elementor-element-d4f0183{--content-width:100%;}.elementor-228950 .elementor-element.elementor-element-9767ccd{--content-width:100%;}}/* Start custom CSS for heading, class: .elementor-element-350b433 */.elementor-228950 .elementor-element.elementor-element-350b433 {max-width: 250px;}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-65b8436 */.elementor-228950 .elementor-element.elementor-element-65b8436 {max-width: 250px;}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-a63670b */.elementor-228950 .elementor-element.elementor-element-a63670b {max-width: 250px;}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e02deec */@media only screen and (max-width: 1199px) {
    .elementor-228950 .elementor-element.elementor-element-e02deec {
    box-shadow: 0px 0px 0px 0px; 
    }
}/* End custom CSS */</style>		<div data-elementor-type="wp-post" data-elementor-id="228950" class="elementor elementor-228950" data-elementor-post-type="jet-menu">
						<div class="elementor-inner">
				<div class="elementor-section-wrap">
							<div class="elementor-element elementor-element-e02deec e-flex e-con-boxed e-con e-parent" data-id="e02deec" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}" data-core-v316-plus="true">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-63164bc primary-header__action-group e-flex e-con-boxed e-con e-child" data-id="63164bc" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-cd27cc9 e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button" data-id="cd27cc9" data-element_type="widget" data-settings="{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="elementskit-button.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con" >		<div class="ekit-btn-wraper">
							<a href="https://orionhealth.com/global/careers/" class="elementskit-btn  whitespace--normal" id="">
					Careers<i aria-hidden="true" class="fal fa-arrow-right"></i>				</a>
					</div>
        </div>		</div>
				</div>
				<div class="elementor-element elementor-element-350b433 title-subtxt elementor-widget elementor-widget-heading" data-id="350b433" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<span class="elementor-heading-title elementor-size-small">Help us reimagine the future of healthcare</span>		</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d4f0183 primary-header__action-group e-flex e-con-boxed e-con e-child" data-id="d4f0183" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-052eaae e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button" data-id="052eaae" data-element_type="widget" data-settings="{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="elementskit-button.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con" >		<div class="ekit-btn-wraper">
							<a href="https://orionhealth.com/global/job-search/" class="elementskit-btn  whitespace--normal" id="">
					Job search<i aria-hidden="true" class="fal fa-arrow-right"></i>				</a>
					</div>
        </div>		</div>
				</div>
				<div class="elementor-element elementor-element-65b8436 title-subtxt elementor-widget elementor-widget-heading" data-id="65b8436" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<span class="elementor-heading-title elementor-size-small">Discover our current job openings to find the perfect opportunity for you.</span>		</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9767ccd primary-header__action-group e-flex e-con-boxed e-con e-child" data-id="9767ccd" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-6b61b59 e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button" data-id="6b61b59" data-element_type="widget" data-settings="{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="elementskit-button.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con" >		<div class="ekit-btn-wraper">
							<a href="https://orionhealth.com/global/graduates-and-interns/" class="elementskit-btn  whitespace--normal" id="">
					Graduates and Interns<i aria-hidden="true" class="fal fa-arrow-right"></i>				</a>
					</div>
        </div>		</div>
				</div>
				<div class="elementor-element elementor-element-a63670b title-subtxt elementor-widget elementor-widget-heading" data-id="a63670b" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<span class="elementor-heading-title elementor-size-small">Find out how you can build your skills in projects that drive change </span>		</div>
				</div>
					</div>
				</div>
					</div>
				</div>
									</div>
			</div>
					</div>
		</div></div></li>
</ul></nav></div>		</div>
				</div>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-d7e73a0" data-id="d7e73a0" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-66443d2 elementor-widget elementor-widget-button" data-id="66443d2" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" 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 class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-7d2a52a" data-id="7d2a52a" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-daf8c8f elementor-widget__width-initial searchBtn elementor-widget elementor-widget-button" data-id="daf8c8f" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" 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="/global/?s=" s="">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon elementor-align-icon-left">
				<i aria-hidden="true" class="far fa-search"></i>			</span>
						<span class="elementor-button-text">Search</span>
		</span>
					</a>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-de99f31 elementor-widget elementor-widget-shortcode" data-id="de99f31" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
			<div class="header__region-select region-select ">
    <a class="region-select__toggle">
        <span class="cursor-pointer"><img loading="lazy" class="trp-flag-image" src="/wp-content/uploads/globe-1.jpg" width="18" height="12" alt="global" title="global"></span>    </a>
    <ul class="region-select__list">
        <li><a href="https://orionhealth.com/global/"><img loading="lazy" class="trp-flag-image" src="/wp-content/uploads/globe-1.jpg" width="18" height="12" alt="global" title="global"></a></li><li><a href="https://orionhealth.com/us/"><img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_US.jpg" width="18" height="12" alt="en_US" title="global"></a></li><li><a href="https://orionhealth.com/ca/"><img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_CA.jpg" width="18" height="12" alt="en_CA" title="global"></a></li><li><a href="https://orionhealth.com/uk/"><img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_GB.jpg" width="18" height="12" alt="en_GB" title="global"></a></li><li><a href="https://orionhealth.com/au/"><img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_AU.jpg" width="18" height="12" alt="en_AU" title="global"></a></li><li><a href="https://orionhealth.com/nz/"><img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_NZ.jpg" width="18" height="12" alt="en_NZ" title="global"></a></li>    </ul>
</div>

		<div class="elementor-shortcode"></div>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
		<div class="elementor-element elementor-element-1baad36 elementor-hidden-desktop e-con-full e-flex e-con e-parent" data-id="1baad36" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;full&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}" data-core-v316-plus="true">
		<div class="elementor-element elementor-element-173c877 e-con-full e-flex e-con e-child" data-id="173c877" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;full&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
				<div class="elementor-element elementor-element-8d4e090 elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="8d4e090" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
								<div class="elementor-image">
								<a href="https://orionhealth.com/global">
			<img src="https://orionhealth.com/wp-content/uploads/elementor/thumbs/Orion-Health-Logo-q1eumq4li7ztxur33rqnetyfamfnrr6j04z5vc095s.png" title="Orion Health Logo" alt="Orion Health Logo" loading="lazy" />				</a>
										</div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f01facd e-con-full e-flex e-con e-child" data-id="f01facd" data-element_type="container" data-settings="{&quot;content_width&quot;:&quot;full&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
				<div class="elementor-element elementor-element-12004ad elementor-widget elementor-widget-elementskit-header-search" data-id="12004ad" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-header-search.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con" >        <a href="#ekit_modal-popup-12004ad" class="ekit_navsearch-button ekit-modal-popup" aria-label="navsearch-button">
            <i aria-hidden="true" class="fal fa-search"></i>        </a>
        <!-- language switcher strart -->
        <!-- xs modal -->
        <div class="zoom-anim-dialog mfp-hide ekit_modal-searchPanel" id="ekit_modal-popup-12004ad">
            <div class="ekit-search-panel">
            <!-- Polylang search - thanks to Alain Melsens -->
                <form role="search" method="get" class="ekit-search-group" action="https://orionhealth.com/global/">
                    <input type="search" class="ekit_search-field" aria-label="search-form" placeholder="Search..." value="" name="s">
					<button type="submit" class="ekit_search-button" aria-label="search-button">
                        <i aria-hidden="true" class="fal fa-search"></i>                    </button>
                </form>
            </div>
        </div><!-- End xs modal -->
        <!-- end language switcher strart -->
        </div>		</div>
				</div>
				<div class="elementor-element elementor-element-fe62a82 elementor-widget elementor-widget-shortcode" data-id="fe62a82" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
			<div class="header__region-select region-select ">
    <a class="region-select__toggle">
        <span class="cursor-pointer"><img loading="lazy" class="trp-flag-image" src="/wp-content/uploads/globe-1.jpg" width="18" height="12" alt="global" title="global"></span>    </a>
    <ul class="region-select__list">
        <li><a href="https://orionhealth.com/global/"><img loading="lazy" class="trp-flag-image" src="/wp-content/uploads/globe-1.jpg" width="18" height="12" alt="global" title="global"></a></li><li><a href="https://orionhealth.com/us/"><img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_US.jpg" width="18" height="12" alt="en_US" title="global"></a></li><li><a href="https://orionhealth.com/ca/"><img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_CA.jpg" width="18" height="12" alt="en_CA" title="global"></a></li><li><a href="https://orionhealth.com/uk/"><img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_GB.jpg" width="18" height="12" alt="en_GB" title="global"></a></li><li><a href="https://orionhealth.com/au/"><img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_AU.jpg" width="18" height="12" alt="en_AU" title="global"></a></li><li><a href="https://orionhealth.com/nz/"><img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_NZ.jpg" width="18" height="12" alt="en_NZ" title="global"></a></li>    </ul>
</div>

		<div class="elementor-shortcode"></div>
				</div>
				</div>
				<div class="elementor-element elementor-element-0dacba1 elementor-widget elementor-widget-jet-mobile-menu" data-id="0dacba1" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="jet-mobile-menu.default">
				<div class="elementor-widget-container">
			<div  id="jet-mobile-menu-66396b77a6ed7" class="jet-mobile-menu jet-mobile-menu--location-elementor" data-menu-id="3" data-menu-options="{&quot;menuUniqId&quot;:&quot;66396b77a6ed7&quot;,&quot;menuId&quot;:&quot;3&quot;,&quot;mobileMenuId&quot;:&quot;3&quot;,&quot;location&quot;:&quot;elementor&quot;,&quot;menuLocation&quot;:false,&quot;menuLayout&quot;:&quot;slide-out&quot;,&quot;togglePosition&quot;:&quot;default&quot;,&quot;menuPosition&quot;:&quot;right&quot;,&quot;headerTemplate&quot;:&quot;&quot;,&quot;beforeTemplate&quot;:&quot;&quot;,&quot;afterTemplate&quot;:&quot;&quot;,&quot;useBreadcrumb&quot;:true,&quot;breadcrumbPath&quot;:&quot;full&quot;,&quot;toggleText&quot;:&quot;&quot;,&quot;toggleLoader&quot;:true,&quot;backText&quot;:&quot;&quot;,&quot;itemIconVisible&quot;:true,&quot;itemBadgeVisible&quot;:true,&quot;itemDescVisible&quot;:false,&quot;loaderColor&quot;:&quot;#3a3a3a&quot;,&quot;subTrigger&quot;:&quot;item&quot;,&quot;subOpenLayout&quot;:&quot;slide-in&quot;,&quot;closeAfterNavigate&quot;:false}">
			<mobile-menu></mobile-menu><div class="jet-mobile-menu__refs"><div ref="toggleClosedIcon"><svg 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></div><div ref="toggleOpenedIcon"><svg class="e-font-icon-svg e-fas-times" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg></div><div ref="closeIcon"><svg class="e-font-icon-svg e-fas-times" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg></div><div ref="backIcon"><svg class="e-font-icon-svg e-fas-angle-left" viewBox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"></path></svg></div><div ref="dropdownIcon"><svg class="e-font-icon-svg e-fas-angle-right" viewBox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg></div><div ref="dropdownOpenedIcon"><svg class="e-font-icon-svg e-fas-angle-down" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path></svg></div><div ref="breadcrumbIcon"><svg class="e-font-icon-svg e-fas-angle-right" viewBox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg></div></div></div><script id="jetMenuMobileWidgetRenderData66396b77a6ed7" type="text/javascript">window.addEventListener('DOMContentLoaded', function() {
            window.jetMenuMobileWidgetRenderData66396b77a6ed7={"items":{"item-760":{"id":"item-760","name":"Categories","attrTitle":false,"description":"","url":"#","target":false,"xfn":false,"itemParent":false,"itemId":760,"megaTemplateId":8132,"megaContent":{"content":"<style>.elementor-8132 .elementor-element.elementor-element-d639486{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;box-shadow:0px 10px 20px -10px rgba(0, 0, 0, 0.25);--padding-block-start:20px;--padding-block-end:60px;--padding-inline-start:10px;--padding-inline-end:10px;overflow:visible;}.elementor-8132 .elementor-element.elementor-element-809fa90{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-8132 .elementor-element.elementor-element-809fa90:hover{background-image:url(\"https:\/\/res.cloudinary.com\/dsywumv70\/images\/f_auto,q_auto\/v1692584866\/orionhealth.com\/action-group-bg-1\/action-group-bg-1.png?_i=AA\");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-8132 .elementor-element.elementor-element-3ce50d3{text-align:left;}.elementor-8132 .elementor-element.elementor-element-3ce50d3 img{width:50%;}.elementor-8132 .elementor-element.elementor-element-f082266 .ekit-btn-wraper{text-align:left;}.elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn{padding:7px 0px 0px 0px;font-family:\"Untitled Sans\", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn:hover{color:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn > i, .elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn > i, .rtl .elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-8132 .elementor-element.elementor-element-f082266 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-8132 .elementor-element.elementor-element-f082266 > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-8132 .elementor-element.elementor-element-cad200f .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-cad200f > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu .elementor-item{font-family:\"Open Sans\", Sans-serif;font-size:13px;}.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu--main .elementor-item{color:#373634;fill:#373634;padding-left:0px;padding-right:0px;padding-top:4px;padding-bottom:4px;}.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu--main .elementor-item:hover,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu--main .elementor-item.elementor-item-active,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu--main .elementor-item.highlighted,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu--main .elementor-item:focus{color:#FF5F00;fill:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#02010100;}.elementor-8132 .elementor-element.elementor-element-144ef3d .e--pointer-framed .elementor-item:before,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-144ef3d .e--pointer-framed .elementor-item:after{border-color:#02010100;}.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu--main .elementor-item.elementor-item-active{color:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-144ef3d{--e-nav-menu-horizontal-menu-item-margin:calc( 4px \/ 2 );}.elementor-8132 .elementor-element.elementor-element-144ef3d .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:4px;}.elementor-8132 .elementor-element.elementor-element-4630587{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-8132 .elementor-element.elementor-element-4630587:hover{background-image:url(\"https:\/\/res.cloudinary.com\/dsywumv70\/images\/f_auto,q_auto\/v1692584866\/orionhealth.com\/action-group-bg-1\/action-group-bg-1.png?_i=AA\");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-8132 .elementor-element.elementor-element-fc6e1c1{text-align:left;}.elementor-8132 .elementor-element.elementor-element-fc6e1c1 img{width:50%;}.elementor-8132 .elementor-element.elementor-element-5d1649f .ekit-btn-wraper{text-align:left;}.elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn{padding:10px 0px 0px 0px;font-family:\"Untitled Sans\", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn:hover{color:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn > i, .elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn > i, .rtl .elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-8132 .elementor-element.elementor-element-5d1649f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-8132 .elementor-element.elementor-element-5d1649f > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-8132 .elementor-element.elementor-element-09b3440 .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-09b3440 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu .elementor-item{font-family:\"Open Sans\", Sans-serif;font-size:13px;}.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu--main .elementor-item{color:#373634;fill:#373634;padding-left:0px;padding-right:0px;padding-top:4px;padding-bottom:4px;}.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu--main .elementor-item:hover,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu--main .elementor-item.elementor-item-active,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu--main .elementor-item.highlighted,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu--main .elementor-item:focus{color:#FF5F00;fill:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#02010100;}.elementor-8132 .elementor-element.elementor-element-7d8cce7 .e--pointer-framed .elementor-item:before,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-7d8cce7 .e--pointer-framed .elementor-item:after{border-color:#02010100;}.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu--main .elementor-item.elementor-item-active{color:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-7d8cce7{--e-nav-menu-horizontal-menu-item-margin:calc( 4px \/ 2 );}.elementor-8132 .elementor-element.elementor-element-7d8cce7 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:4px;}.elementor-8132 .elementor-element.elementor-element-ab4c139{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-8132 .elementor-element.elementor-element-ab4c139:hover{background-image:url(\"https:\/\/res.cloudinary.com\/dsywumv70\/images\/f_auto,q_auto\/v1692584866\/orionhealth.com\/action-group-bg-1\/action-group-bg-1.png?_i=AA\");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-8132 .elementor-element.elementor-element-7d742aa{text-align:left;}.elementor-8132 .elementor-element.elementor-element-7d742aa img{width:60%;}.elementor-8132 .elementor-element.elementor-element-176d8a5 .ekit-btn-wraper{text-align:left;}.elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn{padding:0px 0px 0px 0px;font-family:\"Untitled Sans\", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn:hover{color:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn > i, .elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn > i, .rtl .elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-8132 .elementor-element.elementor-element-176d8a5 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:10px 0px 0px 0px;}.elementor-8132 .elementor-element.elementor-element-176d8a5 > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-8132 .elementor-element.elementor-element-3b1b8f4 .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-3b1b8f4 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu .elementor-item{font-family:\"Open Sans\", Sans-serif;font-size:13px;}.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu--main .elementor-item{color:#373634;fill:#373634;padding-left:0px;padding-right:0px;padding-top:4px;padding-bottom:4px;}.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu--main .elementor-item:hover,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu--main .elementor-item.elementor-item-active,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu--main .elementor-item.highlighted,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu--main .elementor-item:focus{color:#FF5F00;fill:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#02010100;}.elementor-8132 .elementor-element.elementor-element-5e2695f .e--pointer-framed .elementor-item:before,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-5e2695f .e--pointer-framed .elementor-item:after{border-color:#02010100;}.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu--main .elementor-item.elementor-item-active{color:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-5e2695f{--e-nav-menu-horizontal-menu-item-margin:calc( 4px \/ 2 );}.elementor-8132 .elementor-element.elementor-element-5e2695f .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:4px;}.elementor-8132 .elementor-element.elementor-element-2cc42bd{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-8132 .elementor-element.elementor-element-2cc42bd:hover{background-image:url(\"https:\/\/res.cloudinary.com\/dsywumv70\/images\/f_auto,q_auto\/v1692584866\/orionhealth.com\/action-group-bg-1\/action-group-bg-1.png?_i=AA\");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-8132 .elementor-element.elementor-element-ee5bec6{text-align:left;}.elementor-8132 .elementor-element.elementor-element-ee5bec6 img{width:60%;}.elementor-8132 .elementor-element.elementor-element-181679b .ekit-btn-wraper{text-align:left;}.elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn{padding:0px 0px 0px 0px;font-family:\"Untitled Sans\", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn:hover{color:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn > i, .elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn > i, .rtl .elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-8132 .elementor-element.elementor-element-181679b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:10px 0px 0px 0px;}.elementor-8132 .elementor-element.elementor-element-181679b > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-8132 .elementor-element.elementor-element-a52b9d9 .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-a52b9d9 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu .elementor-item{font-family:\"Open Sans\", Sans-serif;font-size:13px;}.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu--main .elementor-item{color:#373634;fill:#373634;padding-left:0px;padding-right:0px;padding-top:4px;padding-bottom:4px;}.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu--main .elementor-item:hover,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu--main .elementor-item.elementor-item-active,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu--main .elementor-item.highlighted,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu--main .elementor-item:focus{color:#FF5F00;fill:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#02010100;}.elementor-8132 .elementor-element.elementor-element-eda476f .e--pointer-framed .elementor-item:before,\n\t\t\t\t\t.elementor-8132 .elementor-element.elementor-element-eda476f .e--pointer-framed .elementor-item:after{border-color:#02010100;}.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu--main .elementor-item.elementor-item-active{color:#FF5F00;}.elementor-8132 .elementor-element.elementor-element-eda476f{--e-nav-menu-horizontal-menu-item-margin:calc( 4px \/ 2 );}.elementor-8132 .elementor-element.elementor-element-eda476f .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:4px;}@media(max-width:1024px){.elementor-8132 .elementor-element.elementor-element-d639486{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--padding-block-start:40px;--padding-block-end:40px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-8132 .elementor-element.elementor-element-809fa90{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn{font-size:20px;line-height:24px;}.elementor-8132 .elementor-element.elementor-element-f082266{width:100%;max-width:100%;}.elementor-8132 .elementor-element.elementor-element-cad200f .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-4630587{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn{font-size:20px;line-height:24px;}.elementor-8132 .elementor-element.elementor-element-5d1649f{width:100%;max-width:100%;}.elementor-8132 .elementor-element.elementor-element-09b3440 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-ab4c139{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn{font-size:20px;line-height:24px;}.elementor-8132 .elementor-element.elementor-element-176d8a5{width:100%;max-width:100%;}.elementor-8132 .elementor-element.elementor-element-3b1b8f4 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-2cc42bd{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn{font-size:20px;line-height:24px;}.elementor-8132 .elementor-element.elementor-element-181679b{width:100%;max-width:100%;}.elementor-8132 .elementor-element.elementor-element-a52b9d9 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}}@media(max-width:767px){.elementor-8132 .elementor-element.elementor-element-f082266 .elementskit-btn{font-size:18px;}.elementor-8132 .elementor-element.elementor-element-cad200f .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-cad200f > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-8132 .elementor-element.elementor-element-5d1649f .elementskit-btn{font-size:18px;}.elementor-8132 .elementor-element.elementor-element-09b3440 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-09b3440 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-8132 .elementor-element.elementor-element-176d8a5 .elementskit-btn{font-size:18px;}.elementor-8132 .elementor-element.elementor-element-3b1b8f4 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-3b1b8f4 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-8132 .elementor-element.elementor-element-181679b .elementskit-btn{font-size:18px;}.elementor-8132 .elementor-element.elementor-element-a52b9d9 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-8132 .elementor-element.elementor-element-a52b9d9 > .elementor-widget-container{margin:0px 0px 10px 0px;}}@media(min-width:768px){.elementor-8132 .elementor-element.elementor-element-d639486{--content-width:1200px;}}@media(max-width:1024px) and (min-width:768px){.elementor-8132 .elementor-element.elementor-element-809fa90{--content-width:100%;}.elementor-8132 .elementor-element.elementor-element-4630587{--content-width:100%;}.elementor-8132 .elementor-element.elementor-element-ab4c139{--content-width:100%;}.elementor-8132 .elementor-element.elementor-element-2cc42bd{--content-width:100%;}}\/* Start custom CSS for heading, class: .elementor-element-cad200f *\/.elementor-8132 .elementor-element.elementor-element-cad200f {max-width: 250px;}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-09b3440 *\/.elementor-8132 .elementor-element.elementor-element-09b3440 {max-width: 250px;}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-3b1b8f4 *\/.elementor-8132 .elementor-element.elementor-element-3b1b8f4 {max-width: 250px;}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-a52b9d9 *\/.elementor-8132 .elementor-element.elementor-element-a52b9d9 {max-width: 250px;}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-d639486 *\/@media only screen and (max-width: 1199px) {\n    .elementor-8132 .elementor-element.elementor-element-d639486 {\n    box-shadow: 0px 0px 0px 0px; \n    }\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"8132\" class=\"elementor elementor-8132\" data-elementor-post-type=\"jet-menu\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d639486 e-flex e-con-boxed e-con e-parent\" data-id=\"d639486\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-809fa90 primary-header__action-group e-flex e-con-boxed e-con e-child\" data-id=\"809fa90\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ce50d3 elementor-widget elementor-widget-image\" data-id=\"3ce50d3\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"8097\" height=\"842\" src=\"https:\/\/res.cloudinary.com\/dsywumv70\/images\/f_auto,q_auto\/v1692584107\/orionhealth.com\/Amadeus-DCR-Logo_Orange-and-Grey\/Amadeus-DCR-Logo_Orange-and-Grey.png?_i=AA\" class=\"attachment-full size-full wp-image-18927\" alt=\"Amadeus DCR Logo_Orange and Grey\" srcset=\"https:\/\/res.cloudinary.com\/dsywumv70\/images\/f_auto,q_auto\/v1692584107\/orionhealth.com\/Amadeus-DCR-Logo_Orange-and-Grey\/Amadeus-DCR-Logo_Orange-and-Grey.png?_i=AA 8097w, https:\/\/orionhealth.com\/wp-content\/uploads\/Amadeus-DCR-Logo_Orange-and-Grey-300x31.png 300w, https:\/\/orionhealth.com\/wp-content\/uploads\/Amadeus-DCR-Logo_Orange-and-Grey-1024x106.png 1024w, https:\/\/orionhealth.com\/wp-content\/uploads\/Amadeus-DCR-Logo_Orange-and-Grey-768x80.png 768w, https:\/\/orionhealth.com\/wp-content\/uploads\/Amadeus-DCR-Logo_Orange-and-Grey-1536x160.png 1536w, https:\/\/orionhealth.com\/wp-content\/uploads\/Amadeus-DCR-Logo_Orange-and-Grey-2048x213.png 2048w, https:\/\/orionhealth.com\/wp-content\/uploads\/Amadeus-DCR-Logo_Orange-and-Grey-18x2.png 18w\" sizes=\"(max-width: 8097px) 100vw, 8097px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f082266 e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button\" data-id=\"f082266\" data-element_type=\"widget\" data-settings=\"{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"elementskit-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >\t\t<div class=\"ekit-btn-wraper\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/orionhealth.com\/global\/digital-care-record\/\" class=\"elementskit-btn  whitespace--normal\" id=\"\">\n\t\t\t\t\tDigital Care Record<i aria-hidden=\"true\" class=\"fal fa-arrow-right\"><\/i>\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n        <\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cad200f title-subtxt elementor-widget elementor-widget-heading\" data-id=\"cad200f\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-small\">A multidisciplinary and integrated approach to patient care.<\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-144ef3d elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu\" data-id=\"144ef3d\" data-element_type=\"widget\" data-settings=\"{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\\&quot;e-font-icon-svg e-fas-caret-down\\&quot; viewBox=\\&quot;0 0 320 512\\&quot; xmlns=\\&quot;http:\\\/\\\/www.w3.org\\\/2000\\\/svg\\&quot;&gt;&lt;path d=\\&quot;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\\&quot;&gt;&lt;\\\/path&gt;&lt;\\\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-underline e--animation-fade\">\n\t\t\t\t<ul id=\"menu-1-144ef3d\" class=\"elementor-nav-menu sm-vertical\"><li id=\"menu-item-18261\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18261\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/clinical-portal\/\">Clinical Portal<\/a><\/li><li id=\"menu-item-18262\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18262\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/medication-management\/\">Medication Management<\/a><\/li><li id=\"menu-item-18263\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18263\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/direct-secure-messaging\/\">Direct Secure Messaging<\/a><\/li><li id=\"menu-item-18264\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18264\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/care-pathways\/\">Care Pathways<\/a><\/li><li id=\"menu-item-18265\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18265\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/collaborative-worklists\/\">Collaborative Worklists<\/a><\/li><\/ul>\t\t\t<\/nav>\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\">\n\t\t\t\t<ul id=\"menu-2-144ef3d\" class=\"elementor-nav-menu sm-vertical\"><li id=\"menu-item-18261\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18261\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/clinical-portal\/\">Clinical Portal<\/a><\/li><li id=\"menu-item-18262\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18262\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/medication-management\/\">Medication Management<\/a><\/li><li id=\"menu-item-18263\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18263\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/direct-secure-messaging\/\">Direct Secure Messaging<\/a><\/li><li id=\"menu-item-18264\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18264\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/care-pathways\/\">Care Pathways<\/a><\/li><li id=\"menu-item-18265\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18265\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/collaborative-worklists\/\">Collaborative Worklists<\/a><\/li><\/ul>\t\t\t<\/nav>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4630587 primary-header__action-group e-flex e-con-boxed e-con e-child\" data-id=\"4630587\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc6e1c1 elementor-widget elementor-widget-image\" data-id=\"fc6e1c1\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"8000\" height=\"842\" src=\"https:\/\/res.cloudinary.com\/dsywumv70\/images\/f_auto,q_auto\/v1692584006\/orionhealth.com\/Virtuoso-DFD-Logo_Orange-and-Grey\/Virtuoso-DFD-Logo_Orange-and-Grey.png?_i=AA\" class=\"attachment-full size-full wp-image-19429\" alt=\"Virtuoso DFD Logo_Orange and Grey\" srcset=\"https:\/\/res.cloudinary.com\/dsywumv70\/images\/f_auto,q_auto\/v1692584006\/orionhealth.com\/Virtuoso-DFD-Logo_Orange-and-Grey\/Virtuoso-DFD-Logo_Orange-and-Grey.png?_i=AA 8000w, https:\/\/orionhealth.com\/wp-content\/uploads\/Virtuoso-DFD-Logo_Orange-and-Grey-300x32.png 300w, https:\/\/orionhealth.com\/wp-content\/uploads\/Virtuoso-DFD-Logo_Orange-and-Grey-1024x108.png 1024w, https:\/\/orionhealth.com\/wp-content\/uploads\/Virtuoso-DFD-Logo_Orange-and-Grey-768x81.png 768w, https:\/\/orionhealth.com\/wp-content\/uploads\/Virtuoso-DFD-Logo_Orange-and-Grey-1536x162.png 1536w, https:\/\/orionhealth.com\/wp-content\/uploads\/Virtuoso-DFD-Logo_Orange-and-Grey-2048x216.png 2048w, https:\/\/orionhealth.com\/wp-content\/uploads\/Virtuoso-DFD-Logo_Orange-and-Grey-18x2.png 18w\" sizes=\"(max-width: 8000px) 100vw, 8000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d1649f e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button\" data-id=\"5d1649f\" data-element_type=\"widget\" data-settings=\"{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"elementskit-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >\t\t<div class=\"ekit-btn-wraper\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/orionhealth.com\/global\/digital-front-door\/\" class=\"elementskit-btn  whitespace--normal\" id=\"\">\n\t\t\t\t\tDigital Front Door<i aria-hidden=\"true\" class=\"fal fa-arrow-right\"><\/i>\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n        <\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-09b3440 title-subtxt elementor-widget elementor-widget-heading\" data-id=\"09b3440\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-small\">Empowering people to access and engage with their healthcare.<\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d8cce7 elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu\" data-id=\"7d8cce7\" data-element_type=\"widget\" data-settings=\"{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\\&quot;e-font-icon-svg e-fas-caret-down\\&quot; viewBox=\\&quot;0 0 320 512\\&quot; xmlns=\\&quot;http:\\\/\\\/www.w3.org\\\/2000\\\/svg\\&quot;&gt;&lt;path d=\\&quot;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\\&quot;&gt;&lt;\\\/path&gt;&lt;\\\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-underline e--animation-fade\">\n\t\t\t\t<ul id=\"menu-1-7d8cce7\" class=\"elementor-nav-menu sm-vertical\"><li id=\"menu-item-18266\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18266\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/consumer-website\/\">Consumer Website<\/a><\/li><li id=\"menu-item-18267\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18267\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/patient-portal\/\">Patient Portal<\/a><\/li><li id=\"menu-item-18268\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18268\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/forms\/\">Forms<\/a><\/li><\/ul>\t\t\t<\/nav>\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\">\n\t\t\t\t<ul id=\"menu-2-7d8cce7\" class=\"elementor-nav-menu sm-vertical\"><li id=\"menu-item-18266\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18266\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/consumer-website\/\">Consumer Website<\/a><\/li><li id=\"menu-item-18267\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18267\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/patient-portal\/\">Patient Portal<\/a><\/li><li id=\"menu-item-18268\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18268\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/forms\/\">Forms<\/a><\/li><\/ul>\t\t\t<\/nav>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ab4c139 primary-header__action-group e-flex e-con-boxed e-con e-child\" data-id=\"ab4c139\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d742aa elementor-widget elementor-widget-image\" data-id=\"7d742aa\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"9779\" height=\"842\" src=\"https:\/\/res.cloudinary.com\/dsywumv70\/images\/f_auto,q_auto\/v1692584002\/orionhealth.com\/Orchestral-HIP-Logo_Orange-and-Grey\/Orchestral-HIP-Logo_Orange-and-Grey.png?_i=AA\" class=\"attachment-full size-full wp-image-19430\" alt=\"Orchestral HIP Logo_Orange and Grey\" srcset=\"https:\/\/res.cloudinary.com\/dsywumv70\/images\/f_auto,q_auto\/v1692584002\/orionhealth.com\/Orchestral-HIP-Logo_Orange-and-Grey\/Orchestral-HIP-Logo_Orange-and-Grey.png?_i=AA 9779w, https:\/\/orionhealth.com\/wp-content\/uploads\/Orchestral-HIP-Logo_Orange-and-Grey-300x26.png 300w, https:\/\/orionhealth.com\/wp-content\/uploads\/Orchestral-HIP-Logo_Orange-and-Grey-1024x88.png 1024w, https:\/\/orionhealth.com\/wp-content\/uploads\/Orchestral-HIP-Logo_Orange-and-Grey-768x66.png 768w, https:\/\/orionhealth.com\/wp-content\/uploads\/Orchestral-HIP-Logo_Orange-and-Grey-1536x132.png 1536w, https:\/\/orionhealth.com\/wp-content\/uploads\/Orchestral-HIP-Logo_Orange-and-Grey-2048x176.png 2048w, https:\/\/orionhealth.com\/wp-content\/uploads\/Orchestral-HIP-Logo_Orange-and-Grey-18x2.png 18w\" sizes=\"(max-width: 9779px) 100vw, 9779px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-176d8a5 e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button\" data-id=\"176d8a5\" data-element_type=\"widget\" data-settings=\"{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"elementskit-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >\t\t<div class=\"ekit-btn-wraper\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/orionhealth.com\/global\/health-intelligence-platform\/\" class=\"elementskit-btn  whitespace--normal\" id=\"\">\n\t\t\t\t\tHealth Intelligence Platform <i aria-hidden=\"true\" class=\"fal fa-arrow-right\"><\/i>\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n        <\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b1b8f4 title-subtxt elementor-widget elementor-widget-heading\" data-id=\"3b1b8f4\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-small\">Simplifying the journey from data to trusted insights.<\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e2695f elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu\" data-id=\"5e2695f\" data-element_type=\"widget\" data-settings=\"{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\\&quot;e-font-icon-svg e-fas-caret-down\\&quot; viewBox=\\&quot;0 0 320 512\\&quot; xmlns=\\&quot;http:\\\/\\\/www.w3.org\\\/2000\\\/svg\\&quot;&gt;&lt;path d=\\&quot;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\\&quot;&gt;&lt;\\\/path&gt;&lt;\\\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-underline e--animation-fade\">\n\t\t\t\t<ul id=\"menu-1-5e2695f\" class=\"elementor-nav-menu sm-vertical\"><li id=\"menu-item-18256\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18256\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/data-aggregation\/\">Data Aggregation<\/a><\/li><li id=\"menu-item-18257\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18257\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/reporting-and-analytics\/\">Reporting & Analytics<\/a><\/li><li id=\"menu-item-18259\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18259\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/data-science-and-machine-learning\/\">Data Science & Machine Learning<\/a><\/li><li id=\"menu-item-18260\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18260\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/de-identify\/\">De-Identify<\/a><\/li><\/ul>\t\t\t<\/nav>\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\">\n\t\t\t\t<ul id=\"menu-2-5e2695f\" class=\"elementor-nav-menu sm-vertical\"><li id=\"menu-item-18256\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18256\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/data-aggregation\/\">Data Aggregation<\/a><\/li><li id=\"menu-item-18257\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18257\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/reporting-and-analytics\/\">Reporting & Analytics<\/a><\/li><li id=\"menu-item-18259\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18259\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/data-science-and-machine-learning\/\">Data Science & Machine Learning<\/a><\/li><li id=\"menu-item-18260\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18260\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/de-identify\/\">De-Identify<\/a><\/li><\/ul>\t\t\t<\/nav>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2cc42bd primary-header__action-group e-flex e-con-boxed e-con e-child\" data-id=\"2cc42bd\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ee5bec6 elementor-widget elementor-widget-image\" data-id=\"ee5bec6\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"2050\" height=\"201\" src=\"https:\/\/orionhealth.com\/wp-content\/uploads\/Hospitals-EPR-Logo_Orange-and-Grey.svg\" class=\"attachment-full size-full wp-image-470951\" alt=\"Hospitals EPR logo\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-181679b e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button\" data-id=\"181679b\" data-element_type=\"widget\" data-settings=\"{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"elementskit-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >\t\t<div class=\"ekit-btn-wraper\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/orionhealth.com\/global\/hospitals\/\" class=\"elementskit-btn  whitespace--normal\" id=\"\">\n\t\t\t\t\tElectronic Patient Record<i aria-hidden=\"true\" class=\"fal fa-arrow-right\"><\/i>\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n        <\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a52b9d9 title-subtxt elementor-widget elementor-widget-heading\" data-id=\"a52b9d9\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-small\">Creating a seamless experience from pre-admission to post-discharge.<\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eda476f elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu\" data-id=\"eda476f\" data-element_type=\"widget\" data-settings=\"{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\\&quot;e-font-icon-svg e-fas-caret-down\\&quot; viewBox=\\&quot;0 0 320 512\\&quot; xmlns=\\&quot;http:\\\/\\\/www.w3.org\\\/2000\\\/svg\\&quot;&gt;&lt;path d=\\&quot;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\\&quot;&gt;&lt;\\\/path&gt;&lt;\\\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-underline e--animation-fade\">\n\t\t\t\t<ul id=\"menu-1-eda476f\" class=\"elementor-nav-menu sm-vertical\"><li id=\"menu-item-470950\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-470950\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/clinical-workstation\/\">Clinical Workstation<\/a><\/li><li id=\"menu-item-470949\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-470949\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product-patient-administration-system\/\">Patient Administration System<\/a><\/li><\/ul>\t\t\t<\/nav>\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\">\n\t\t\t\t<ul id=\"menu-2-eda476f\" class=\"elementor-nav-menu sm-vertical\"><li id=\"menu-item-470950\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-470950\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product\/clinical-workstation\/\">Clinical Workstation<\/a><\/li><li id=\"menu-item-470949\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-470949\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/product-patient-administration-system\/\">Patient Administration System<\/a><\/li><\/ul>\t\t\t<\/nav>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","contentElements":{"0":"image","2":"elementskit-button","5":"heading","9":"nav-menu"},"styles":[],"scripts":[{"handle":"smartmenus","src":"https:\/\/orionhealth.com\/wp-content\/plugins\/elementor-pro\/assets\/lib\/smartmenus\/jquery.smartmenus.min.js","obj":{"handle":"smartmenus","src":"https:\/\/orionhealth.com\/wp-content\/plugins\/elementor-pro\/assets\/lib\/smartmenus\/jquery.smartmenus.min.js","deps":["jquery"],"ver":"1.0.1","args":null,"extra":{"group":1},"textdomain":null,"translations_path":null}}],"afterScripts":[]},"megaContentType":"elementor","open":false,"badgeContent":"","itemIcon":"","hideItemText":false,"classes":[""]},"item-8201":{"id":"item-8201","name":"Solutions","attrTitle":false,"description":"","url":"#","target":false,"xfn":false,"itemParent":false,"itemId":8201,"megaTemplateId":8203,"megaContent":{"content":"<style>.elementor-8203 .elementor-element.elementor-element-6f9507b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;box-shadow:0px 10px 20px -10px rgba(0, 0, 0, 0.25);--padding-block-start:20px;--padding-block-end:60px;--padding-inline-start:10px;--padding-inline-end:10px;overflow:visible;}.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu .elementor-item{font-family:\"Open Sans\", Sans-serif;font-size:13px;font-weight:400;line-height:20px;}.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main .elementor-item{color:#373634;fill:#373634;padding-left:0px;padding-right:0px;padding-top:4px;padding-bottom:4px;}.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main .elementor-item:hover,\n\t\t\t\t\t.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main .elementor-item.elementor-item-active,\n\t\t\t\t\t.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main .elementor-item.highlighted,\n\t\t\t\t\t.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main .elementor-item:focus{color:#FF5F00;fill:#FF5F00;}.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,\n\t\t\t\t\t.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#02010100;}.elementor-8203 .elementor-element.elementor-element-da3a012 .e--pointer-framed .elementor-item:before,\n\t\t\t\t\t.elementor-8203 .elementor-element.elementor-element-da3a012 .e--pointer-framed .elementor-item:after{border-color:#02010100;}.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main .elementor-item.elementor-item-active{color:#FF5F00;}.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:before,\n\t\t\t\t\t.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after{background-color:#02010100;}.elementor-8203 .elementor-element.elementor-element-da3a012 .e--pointer-framed .elementor-item.elementor-item-active:before,\n\t\t\t\t\t.elementor-8203 .elementor-element.elementor-element-da3a012 .e--pointer-framed .elementor-item.elementor-item-active:after{border-color:#02010100;}.elementor-8203 .elementor-element.elementor-element-da3a012{--e-nav-menu-horizontal-menu-item-margin:calc( 20px \/ 2 );}.elementor-8203 .elementor-element.elementor-element-da3a012 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-8203 .elementor-element.elementor-element-da3a012 > .elementor-widget-container{padding:20px 0px 20px 0px;}@media(max-width:1024px){.elementor-8203 .elementor-element.elementor-element-6f9507b{--padding-block-start:40px;--padding-block-end:40px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-8203 .elementor-element.elementor-element-da3a012 > .elementor-widget-container{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-8203 .elementor-element.elementor-element-6f9507b{--content-width:1200px;}}\/* Start custom CSS for nav-menu, class: .elementor-element-da3a012 *\/.elementor-8203 .elementor-element.elementor-element-da3a012 .menu-item:last-child{\n    margin-bottom: 20px !important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-6f9507b *\/@media only screen and (max-width: 1199px) {\n    .elementor-8203 .elementor-element.elementor-element-6f9507b {\n    box-shadow: 0px 0px 0px 0px; \n    }\n    \n}\n\n@media only screen and (min-width: 1200px) {\n   \n.elementor-8203 .elementor-element.elementor-element-6f9507b .menu-item{\n    padding-left: 20px;\n    padding-right: 20px;\n}\n    \n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"8203\" class=\"elementor elementor-8203\" data-elementor-post-type=\"jet-menu\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6f9507b e-flex e-con-boxed e-con e-parent\" data-id=\"6f9507b\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da3a012 elementor-nav-menu--dropdown-none primary-header__sub-menu primary-header__sub-menu--3-column elementor-widget elementor-widget-nav-menu\" data-id=\"da3a012\" data-element_type=\"widget\" data-settings=\"{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\\&quot;e-font-icon-svg e-fas-caret-down\\&quot; viewBox=\\&quot;0 0 320 512\\&quot; xmlns=\\&quot;http:\\\/\\\/www.w3.org\\\/2000\\\/svg\\&quot;&gt;&lt;path d=\\&quot;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\\&quot;&gt;&lt;\\\/path&gt;&lt;\\\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-underline e--animation-fade\">\n\t\t\t\t<ul id=\"menu-1-da3a012\" class=\"elementor-nav-menu sm-vertical\"><li id=\"menu-item-18269\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18269\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/interoperability\/\">Interoperability<\/a><div class=\"menu-item-description\">Enable a seamless data exchange between different healthcare systems.<\/div><\/li><li id=\"menu-item-18270\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18270\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/population-health-management\/\">Population Health Management<\/a><div class=\"menu-item-description\">Improve health outcomes by identifying needs, risks, and disparities.<\/div><\/li><li id=\"menu-item-18271\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18271\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/healthcare-navigation-and-access\/\">Healthcare Navigation & Access<\/a><div class=\"menu-item-description\">Improve patient access to care and help them navigate the healthcare system.<\/div><\/li><li id=\"menu-item-18272\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18272\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/patient-engagement\/\">Patient Engagement<\/a><div class=\"menu-item-description\">Empower patients to participate in their healthcare and improve health outcomes.<\/div><\/li><li id=\"menu-item-18273\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18273\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/shared-care-record\/\">Shared Care Record<\/a><div class=\"menu-item-description\">Share patient health info across care settings for coordinated care delivery<\/div><\/li><li id=\"menu-item-18274\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18274\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/medicines-platform\/\">Medicines Platform<\/a><div class=\"menu-item-description\">Manage medications to improve patient safety and adherence.<\/div><\/li><li id=\"menu-item-18275\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18275\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/hospital-information-system\/\">Hospital Information System<\/a><div class=\"menu-item-description\">Manage and streamline administrative and clinical operations.<\/div><\/li><li id=\"menu-item-18278\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18278\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/health-screening\/\">Screening<\/a><div class=\"menu-item-description\">Enable early detection and prevention of diseases.<\/div><\/li><li id=\"menu-item-18279\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18279\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/child-health\/\">Child Health<\/a><div class=\"menu-item-description\">Facilitate the coordination of healthcare services for children.<\/div><\/li><li id=\"menu-item-19473\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-19473\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/research-platform\/\">Research Platform<\/a><div class=\"menu-item-description\">Effectively leverage data and intelligence assets.<\/div><\/li><\/ul>\t\t\t<\/nav>\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\">\n\t\t\t\t<ul id=\"menu-2-da3a012\" class=\"elementor-nav-menu sm-vertical\"><li id=\"menu-item-18269\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18269\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/interoperability\/\">Interoperability<\/a><div class=\"menu-item-description\">Enable a seamless data exchange between different healthcare systems.<\/div><\/li><li id=\"menu-item-18270\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18270\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/population-health-management\/\">Population Health Management<\/a><div class=\"menu-item-description\">Improve health outcomes by identifying needs, risks, and disparities.<\/div><\/li><li id=\"menu-item-18271\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18271\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/healthcare-navigation-and-access\/\">Healthcare Navigation & Access<\/a><div class=\"menu-item-description\">Improve patient access to care and help them navigate the healthcare system.<\/div><\/li><li id=\"menu-item-18272\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18272\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/patient-engagement\/\">Patient Engagement<\/a><div class=\"menu-item-description\">Empower patients to participate in their healthcare and improve health outcomes.<\/div><\/li><li id=\"menu-item-18273\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18273\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/shared-care-record\/\">Shared Care Record<\/a><div class=\"menu-item-description\">Share patient health info across care settings for coordinated care delivery<\/div><\/li><li id=\"menu-item-18274\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18274\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/medicines-platform\/\">Medicines Platform<\/a><div class=\"menu-item-description\">Manage medications to improve patient safety and adherence.<\/div><\/li><li id=\"menu-item-18275\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18275\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/hospital-information-system\/\">Hospital Information System<\/a><div class=\"menu-item-description\">Manage and streamline administrative and clinical operations.<\/div><\/li><li id=\"menu-item-18278\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18278\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/health-screening\/\">Screening<\/a><div class=\"menu-item-description\">Enable early detection and prevention of diseases.<\/div><\/li><li id=\"menu-item-18279\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18279\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/child-health\/\">Child Health<\/a><div class=\"menu-item-description\">Facilitate the coordination of healthcare services for children.<\/div><\/li><li id=\"menu-item-19473\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-19473\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/solution\/research-platform\/\">Research Platform<\/a><div class=\"menu-item-description\">Effectively leverage data and intelligence assets.<\/div><\/li><\/ul>\t\t\t<\/nav>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","contentElements":["nav-menu"],"styles":[{"handle":"elementor-post-8203","src":"https:\/\/orionhealth.com\/wp-content\/uploads\/elementor\/css\/post-8203.css?ver=1698218142","obj":{"handle":"elementor-post-8203","src":"https:\/\/orionhealth.com\/wp-content\/uploads\/elementor\/css\/post-8203.css?ver=1698218142","deps":["elementor-frontend"],"ver":null,"args":"all","extra":[],"textdomain":null,"translations_path":null}}],"scripts":[],"afterScripts":[]},"megaContentType":"elementor","open":false,"badgeContent":"","itemIcon":"","hideItemText":false,"classes":[""]},"item-935":{"id":"item-935","name":"Resources","attrTitle":false,"description":"","url":"https:\/\/orionhealth.com\/global\/resources\/","target":false,"xfn":false,"itemParent":false,"itemId":935,"megaTemplateId":18610,"megaContent":{"content":"<style>.elementor-18610 .elementor-element.elementor-element-42be63c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;box-shadow:0px 10px 20px -10px rgba(0, 0, 0, 0.25);--padding-block-start:20px;--padding-block-end:60px;--padding-inline-start:10px;--padding-inline-end:10px;overflow:visible;}.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu .elementor-item{font-family:\"Open Sans\", Sans-serif;font-size:13px;font-weight:400;line-height:20px;}.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main .elementor-item{color:#373634;fill:#373634;padding-left:0px;padding-right:0px;padding-top:4px;padding-bottom:4px;}.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main .elementor-item:hover,\n\t\t\t\t\t.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main .elementor-item.elementor-item-active,\n\t\t\t\t\t.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main .elementor-item.highlighted,\n\t\t\t\t\t.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main .elementor-item:focus{color:#FF5F00;fill:#FF5F00;}.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,\n\t\t\t\t\t.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#02010100;}.elementor-18610 .elementor-element.elementor-element-c81db37 .e--pointer-framed .elementor-item:before,\n\t\t\t\t\t.elementor-18610 .elementor-element.elementor-element-c81db37 .e--pointer-framed .elementor-item:after{border-color:#02010100;}.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main .elementor-item.elementor-item-active{color:#FF5F00;}.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:before,\n\t\t\t\t\t.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after{background-color:#02010100;}.elementor-18610 .elementor-element.elementor-element-c81db37 .e--pointer-framed .elementor-item.elementor-item-active:before,\n\t\t\t\t\t.elementor-18610 .elementor-element.elementor-element-c81db37 .e--pointer-framed .elementor-item.elementor-item-active:after{border-color:#02010100;}.elementor-18610 .elementor-element.elementor-element-c81db37{--e-nav-menu-horizontal-menu-item-margin:calc( 20px \/ 2 );}.elementor-18610 .elementor-element.elementor-element-c81db37 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-18610 .elementor-element.elementor-element-c81db37 > .elementor-widget-container{padding:20px 0px 20px 0px;}@media(max-width:1024px){.elementor-18610 .elementor-element.elementor-element-42be63c{--padding-block-start:40px;--padding-block-end:40px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-18610 .elementor-element.elementor-element-c81db37 > .elementor-widget-container{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-18610 .elementor-element.elementor-element-42be63c{--content-width:1200px;}}\/* Start custom CSS for nav-menu, class: .elementor-element-c81db37 *\/.elementor-18610 .elementor-element.elementor-element-c81db37 .menu-item:last-child{\n    margin-bottom: 20px !important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-42be63c *\/@media only screen and (max-width: 1199px) {\n    .elementor-18610 .elementor-element.elementor-element-42be63c {\n    box-shadow: 0px 0px 0px 0px; \n    }\n    \n}\n\n@media only screen and (min-width: 1200px) {\n   \n.elementor-18610 .elementor-element.elementor-element-42be63c .menu-item{\n    padding-left: 20px;\n    padding-right: 20px;\n}\n    \n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"18610\" class=\"elementor elementor-18610\" data-elementor-post-type=\"jet-menu\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-42be63c e-flex e-con-boxed e-con e-parent\" data-id=\"42be63c\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c81db37 elementor-nav-menu--dropdown-none primary-header__sub-menu primary-header__sub-menu--3-column elementor-widget elementor-widget-nav-menu\" data-id=\"c81db37\" data-element_type=\"widget\" data-settings=\"{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\\&quot;e-font-icon-svg e-fas-caret-down\\&quot; viewBox=\\&quot;0 0 320 512\\&quot; xmlns=\\&quot;http:\\\/\\\/www.w3.org\\\/2000\\\/svg\\&quot;&gt;&lt;path d=\\&quot;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\\&quot;&gt;&lt;\\\/path&gt;&lt;\\\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-underline e--animation-fade\">\n\t\t\t\t<ul id=\"menu-1-c81db37\" class=\"elementor-nav-menu sm-vertical\"><li id=\"menu-item-18600\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18600\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/resources\/\">All Resources<\/a><div class=\"menu-item-description\">Explore a comprehensive collection of informative healthcare content.<\/div><\/li><li id=\"menu-item-18603\" class=\" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18603\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/resources\/?type=media-releases\">Media Releases<\/a><div class=\"menu-item-description\">Stay updated with the latest news and announcements about our software solutions.<\/div><\/li><li id=\"menu-item-18604\" class=\" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18604\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/resources\/?type=videos\">Videos<\/a><div class=\"menu-item-description\">Watch informative videos showcasing our software capabilities and success stories.<\/div><\/li><li id=\"menu-item-18602\" class=\" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18602\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/resources\/?type=blog\">Blog<\/a><div class=\"menu-item-description\">Explore the latest healthcare insights and trends through our blog posts.<\/div><\/li><li id=\"menu-item-18605\" class=\" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18605\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/resources\/?type=white-papers\">White Papers<\/a><div class=\"menu-item-description\">Gain valuable industry insights and research findings through our in-depth whitepapers.<\/div><\/li><li id=\"menu-item-18608\" class=\" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18608\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/resources\/?type=webinars\">Webinars<\/a><div class=\"menu-item-description\">Learn about the latest advancements in healthcare technology from our experts.<\/div><\/li><li id=\"menu-item-18606\" class=\" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18606\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/resources\/?type=customer-stories\">Customer Stories<\/a><div class=\"menu-item-description\">Discover how healthcare providers worldwide have benefited from our software solutions.<\/div><\/li><li id=\"menu-item-18609\" class=\" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18609\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/resources\/?type=ebook\">Ebook<\/a><div class=\"menu-item-description\">Access in-depth knowledge and expertise in healthcare technology.<\/div><\/li><\/ul>\t\t\t<\/nav>\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\">\n\t\t\t\t<ul id=\"menu-2-c81db37\" class=\"elementor-nav-menu sm-vertical\"><li id=\"menu-item-18600\" class=\" menu-item menu-item-type-post_type menu-item-object-page menu-item-18600\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/resources\/\">All Resources<\/a><div class=\"menu-item-description\">Explore a comprehensive collection of informative healthcare content.<\/div><\/li><li id=\"menu-item-18603\" class=\" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18603\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/resources\/?type=media-releases\">Media Releases<\/a><div class=\"menu-item-description\">Stay updated with the latest news and announcements about our software solutions.<\/div><\/li><li id=\"menu-item-18604\" class=\" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18604\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/resources\/?type=videos\">Videos<\/a><div class=\"menu-item-description\">Watch informative videos showcasing our software capabilities and success stories.<\/div><\/li><li id=\"menu-item-18602\" class=\" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18602\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/resources\/?type=blog\">Blog<\/a><div class=\"menu-item-description\">Explore the latest healthcare insights and trends through our blog posts.<\/div><\/li><li id=\"menu-item-18605\" class=\" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18605\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/resources\/?type=white-papers\">White Papers<\/a><div class=\"menu-item-description\">Gain valuable industry insights and research findings through our in-depth whitepapers.<\/div><\/li><li id=\"menu-item-18608\" class=\" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18608\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/resources\/?type=webinars\">Webinars<\/a><div class=\"menu-item-description\">Learn about the latest advancements in healthcare technology from our experts.<\/div><\/li><li id=\"menu-item-18606\" class=\" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18606\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/resources\/?type=customer-stories\">Customer Stories<\/a><div class=\"menu-item-description\">Discover how healthcare providers worldwide have benefited from our software solutions.<\/div><\/li><li id=\"menu-item-18609\" class=\" menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18609\"><a class=\"elementor-item\" href=\"https:\/\/orionhealth.com\/global\/resources\/?type=ebook\">Ebook<\/a><div class=\"menu-item-description\">Access in-depth knowledge and expertise in healthcare technology.<\/div><\/li><\/ul>\t\t\t<\/nav>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","contentElements":["nav-menu"],"styles":[{"handle":"elementor-post-18610","src":"https:\/\/orionhealth.com\/wp-content\/uploads\/elementor\/css\/post-18610.css?ver=1698218142","obj":{"handle":"elementor-post-18610","src":"https:\/\/orionhealth.com\/wp-content\/uploads\/elementor\/css\/post-18610.css?ver=1698218142","deps":["elementor-frontend"],"ver":null,"args":"all","extra":[],"textdomain":null,"translations_path":null}}],"scripts":[],"afterScripts":[]},"megaContentType":"elementor","open":false,"badgeContent":"","itemIcon":"","hideItemText":false,"classes":[""]},"item-763":{"id":"item-763","name":"Support","attrTitle":false,"description":"","url":"\/documentation\/","target":false,"xfn":false,"itemParent":false,"itemId":763,"megaTemplateId":false,"megaContent":false,"megaContentType":"default","open":false,"badgeContent":"","itemIcon":"","hideItemText":false,"classes":[""]},"item-764":{"id":"item-764","name":"About Us","attrTitle":false,"description":"","url":"#","target":false,"xfn":false,"itemParent":false,"itemId":764,"megaTemplateId":13582,"megaContent":{"content":"<style>.elementor-13582 .elementor-element.elementor-element-5c87f90{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;box-shadow:0px 10px 20px -10px rgba(0, 0, 0, 0.25);--padding-block-start:20px;--padding-block-end:60px;--padding-inline-start:10px;--padding-inline-end:10px;overflow:visible;}.elementor-13582 .elementor-element.elementor-element-2e1e887{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-13582 .elementor-element.elementor-element-2e1e887:hover{background-image:url(\"https:\/\/res.cloudinary.com\/dsywumv70\/images\/f_auto,q_auto\/v1692584866\/orionhealth.com\/action-group-bg-1\/action-group-bg-1.png?_i=AA\");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-13582 .elementor-element.elementor-element-6d65e2c .ekit-btn-wraper{text-align:left;}.elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn{padding:0px 0px 0px 0px;font-family:\"Untitled Sans\", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn:hover{color:#FF5F00;}.elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn > i, .elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn > i, .rtl .elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-13582 .elementor-element.elementor-element-6d65e2c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-13582 .elementor-element.elementor-element-6d65e2c > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-13582 .elementor-element.elementor-element-9931569 .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-13582 .elementor-element.elementor-element-9931569 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-13582 .elementor-element.elementor-element-c5ccb02{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-13582 .elementor-element.elementor-element-c5ccb02:hover{background-image:url(\"https:\/\/res.cloudinary.com\/dsywumv70\/images\/f_auto,q_auto\/v1692584866\/orionhealth.com\/action-group-bg-1\/action-group-bg-1.png?_i=AA\");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-13582 .elementor-element.elementor-element-ab0b715 .ekit-btn-wraper{text-align:left;}.elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn{padding:0px 0px 0px 0px;font-family:\"Untitled Sans\", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn:hover{color:#FF5F00;}.elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn > i, .elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn > i, .rtl .elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-13582 .elementor-element.elementor-element-ab0b715 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-13582 .elementor-element.elementor-element-ab0b715 > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-13582 .elementor-element.elementor-element-4295a4f .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-13582 .elementor-element.elementor-element-4295a4f > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-13582 .elementor-element.elementor-element-f92ec40{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-13582 .elementor-element.elementor-element-f92ec40:hover{background-image:url(\"https:\/\/res.cloudinary.com\/dsywumv70\/images\/f_auto,q_auto\/v1692584866\/orionhealth.com\/action-group-bg-1\/action-group-bg-1.png?_i=AA\");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-13582 .elementor-element.elementor-element-c79e89a .ekit-btn-wraper{text-align:left;}.elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn{padding:0px 0px 0px 0px;font-family:\"Untitled Sans\", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn:hover{color:#FF5F00;}.elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn > i, .elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn > i, .rtl .elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-13582 .elementor-element.elementor-element-c79e89a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-13582 .elementor-element.elementor-element-c79e89a > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-13582 .elementor-element.elementor-element-861e398 .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-13582 .elementor-element.elementor-element-861e398 > .elementor-widget-container{margin:0px 0px 20px 0px;}@media(max-width:1024px){.elementor-13582 .elementor-element.elementor-element-5c87f90{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--padding-block-start:40px;--padding-block-end:40px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-13582 .elementor-element.elementor-element-2e1e887{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn{font-size:20px;line-height:24px;}.elementor-13582 .elementor-element.elementor-element-6d65e2c{width:100%;max-width:100%;}.elementor-13582 .elementor-element.elementor-element-9931569 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-13582 .elementor-element.elementor-element-c5ccb02{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn{font-size:20px;line-height:24px;}.elementor-13582 .elementor-element.elementor-element-ab0b715{width:100%;max-width:100%;}.elementor-13582 .elementor-element.elementor-element-4295a4f .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-13582 .elementor-element.elementor-element-f92ec40{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn{font-size:20px;line-height:24px;}.elementor-13582 .elementor-element.elementor-element-c79e89a{width:100%;max-width:100%;}.elementor-13582 .elementor-element.elementor-element-861e398 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}}@media(max-width:767px){.elementor-13582 .elementor-element.elementor-element-6d65e2c .elementskit-btn{font-size:18px;}.elementor-13582 .elementor-element.elementor-element-9931569 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-13582 .elementor-element.elementor-element-9931569 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-13582 .elementor-element.elementor-element-ab0b715 .elementskit-btn{font-size:18px;}.elementor-13582 .elementor-element.elementor-element-4295a4f .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-13582 .elementor-element.elementor-element-4295a4f > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-13582 .elementor-element.elementor-element-c79e89a .elementskit-btn{font-size:18px;}.elementor-13582 .elementor-element.elementor-element-861e398 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-13582 .elementor-element.elementor-element-861e398 > .elementor-widget-container{margin:0px 0px 10px 0px;}}@media(min-width:768px){.elementor-13582 .elementor-element.elementor-element-5c87f90{--content-width:1200px;}}@media(max-width:1024px) and (min-width:768px){.elementor-13582 .elementor-element.elementor-element-2e1e887{--content-width:100%;}.elementor-13582 .elementor-element.elementor-element-c5ccb02{--content-width:100%;}.elementor-13582 .elementor-element.elementor-element-f92ec40{--content-width:100%;}}\/* Start custom CSS for heading, class: .elementor-element-9931569 *\/.elementor-13582 .elementor-element.elementor-element-9931569 {max-width: 250px;}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-4295a4f *\/.elementor-13582 .elementor-element.elementor-element-4295a4f {max-width: 250px;}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-861e398 *\/.elementor-13582 .elementor-element.elementor-element-861e398 {max-width: 250px;}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-5c87f90 *\/@media only screen and (max-width: 1199px) {\n    .elementor-13582 .elementor-element.elementor-element-5c87f90 {\n    box-shadow: 0px 0px 0px 0px; \n    }\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"13582\" class=\"elementor elementor-13582\" data-elementor-post-type=\"jet-menu\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5c87f90 e-flex e-con-boxed e-con e-parent\" data-id=\"5c87f90\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2e1e887 primary-header__action-group e-flex e-con-boxed e-con e-child\" data-id=\"2e1e887\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d65e2c e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button\" data-id=\"6d65e2c\" data-element_type=\"widget\" data-settings=\"{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"elementskit-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >\t\t<div class=\"ekit-btn-wraper\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/orionhealth.com\/global\/about-us\/\" class=\"elementskit-btn  whitespace--normal\" id=\"\">\n\t\t\t\t\tOur Story<i aria-hidden=\"true\" class=\"fal fa-arrow-right\"><\/i>\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n        <\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9931569 title-subtxt elementor-widget elementor-widget-heading\" data-id=\"9931569\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-small\">Find out why Orion Health is the leading Unified Healthcare Platform<\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c5ccb02 primary-header__action-group e-flex e-con-boxed e-con e-child\" data-id=\"c5ccb02\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab0b715 e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button\" data-id=\"ab0b715\" data-element_type=\"widget\" data-settings=\"{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"elementskit-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >\t\t<div class=\"ekit-btn-wraper\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/orionhealth.com\/global\/certifications\/\" class=\"elementskit-btn  whitespace--normal\" id=\"\">\n\t\t\t\t\tCertifications<i aria-hidden=\"true\" class=\"fal fa-arrow-right\"><\/i>\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n        <\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4295a4f title-subtxt elementor-widget elementor-widget-heading\" data-id=\"4295a4f\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-small\">Explore our product certifications and industry certification standards<\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f92ec40 primary-header__action-group e-flex e-con-boxed e-con e-child\" data-id=\"f92ec40\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c79e89a e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button\" data-id=\"c79e89a\" data-element_type=\"widget\" data-settings=\"{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"elementskit-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >\t\t<div class=\"ekit-btn-wraper\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/orionhealth.com\/global\/state-health-data-center-of-excellence\/\" class=\"elementskit-btn  whitespace--normal\" id=\"\">\n\t\t\t\t\tState Health Data Center of Excellence<i aria-hidden=\"true\" class=\"fal fa-arrow-right\"><\/i>\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n        <\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-861e398 title-subtxt elementor-widget elementor-widget-heading\" data-id=\"861e398\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-small\"><a href=\"\/state-health-data-center-of-excellence\/\">Creating the next generation of statewide health data platforms<\/a><\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","contentElements":{"0":"elementskit-button","2":"heading"},"styles":[{"handle":"elementor-post-13582","src":"https:\/\/orionhealth.com\/wp-content\/uploads\/elementor\/css\/post-13582.css?ver=1710196340","obj":{"handle":"elementor-post-13582","src":"https:\/\/orionhealth.com\/wp-content\/uploads\/elementor\/css\/post-13582.css?ver=1710196340","deps":["elementor-frontend"],"ver":null,"args":"all","extra":[],"textdomain":null,"translations_path":null}}],"scripts":[],"afterScripts":[]},"megaContentType":"elementor","open":false,"badgeContent":"","itemIcon":"","hideItemText":false,"classes":[""]},"item-13188":{"id":"item-13188","name":"Careers","attrTitle":false,"description":"","url":"https:\/\/orionhealth.com\/global\/careers\/","target":false,"xfn":false,"itemParent":false,"itemId":13188,"megaTemplateId":228950,"megaContent":{"content":"<style>.elementor-228950 .elementor-element.elementor-element-e02deec{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;box-shadow:0px 10px 20px -10px rgba(0, 0, 0, 0.25);--padding-block-start:20px;--padding-block-end:60px;--padding-inline-start:10px;--padding-inline-end:10px;overflow:visible;}.elementor-228950 .elementor-element.elementor-element-63164bc{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-228950 .elementor-element.elementor-element-63164bc:hover{background-image:url(\"https:\/\/res.cloudinary.com\/dsywumv70\/images\/f_auto,q_auto\/v1692584866\/orionhealth.com\/action-group-bg-1\/action-group-bg-1.png?_i=AA\");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-228950 .elementor-element.elementor-element-cd27cc9 .ekit-btn-wraper{text-align:left;}.elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn{padding:0px 0px 0px 0px;font-family:\"Untitled Sans\", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn:hover{color:#FF5F00;}.elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn > i, .elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn > i, .rtl .elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-228950 .elementor-element.elementor-element-cd27cc9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-228950 .elementor-element.elementor-element-cd27cc9 > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-228950 .elementor-element.elementor-element-350b433 .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-228950 .elementor-element.elementor-element-350b433 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-228950 .elementor-element.elementor-element-d4f0183{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-228950 .elementor-element.elementor-element-d4f0183:hover{background-image:url(\"https:\/\/res.cloudinary.com\/dsywumv70\/images\/f_auto,q_auto\/v1692584866\/orionhealth.com\/action-group-bg-1\/action-group-bg-1.png?_i=AA\");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-228950 .elementor-element.elementor-element-052eaae .ekit-btn-wraper{text-align:left;}.elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn{padding:0px 0px 0px 0px;font-family:\"Untitled Sans\", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn:hover{color:#FF5F00;}.elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn > i, .elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn > i, .rtl .elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-228950 .elementor-element.elementor-element-052eaae > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-228950 .elementor-element.elementor-element-052eaae > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-228950 .elementor-element.elementor-element-65b8436 .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-228950 .elementor-element.elementor-element-65b8436 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-228950 .elementor-element.elementor-element-9767ccd{--display:flex;--background-transition:0s;--padding-block-start:20px;--padding-block-end:20px;--padding-inline-start:20px;--padding-inline-end:20px;overflow:visible;}.elementor-228950 .elementor-element.elementor-element-9767ccd:hover{background-image:url(\"https:\/\/res.cloudinary.com\/dsywumv70\/images\/f_auto,q_auto\/v1692584866\/orionhealth.com\/action-group-bg-1\/action-group-bg-1.png?_i=AA\");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-228950 .elementor-element.elementor-element-6b61b59 .ekit-btn-wraper{text-align:left;}.elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn{padding:0px 0px 0px 0px;font-family:\"Untitled Sans\", Sans-serif;font-size:15px;font-weight:500;line-height:20px;color:#373634;background-color:#02010100;border-style:none;}.elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn svg path{stroke:#373634;fill:#373634;}.elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn:hover{color:#FF5F00;}.elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn:hover svg path{stroke:#FF5F00;fill:#FF5F00;}.elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn > i, .elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn > svg{margin-left:5px;}.rtl .elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn > i, .rtl .elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn > svg{margin-left:0;margin-right:5px;}.elementor-228950 .elementor-element.elementor-element-6b61b59 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-228950 .elementor-element.elementor-element-6b61b59 > .elementor-widget-container:hover{--e-transform-translateX:5px;}.elementor-228950 .elementor-element.elementor-element-a63670b .elementor-heading-title{color:var( --e-global-color-fee3eff );font-family:var( --e-global-typography-e33c44a-font-family ), Sans-serif;font-size:var( --e-global-typography-e33c44a-font-size );font-weight:var( --e-global-typography-e33c44a-font-weight );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-228950 .elementor-element.elementor-element-a63670b > .elementor-widget-container{margin:0px 0px 20px 0px;}@media(max-width:1024px){.elementor-228950 .elementor-element.elementor-element-e02deec{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--padding-block-start:40px;--padding-block-end:40px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-228950 .elementor-element.elementor-element-63164bc{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn{font-size:20px;line-height:24px;}.elementor-228950 .elementor-element.elementor-element-cd27cc9{width:100%;max-width:100%;}.elementor-228950 .elementor-element.elementor-element-350b433 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-228950 .elementor-element.elementor-element-d4f0183{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn{font-size:20px;line-height:24px;}.elementor-228950 .elementor-element.elementor-element-052eaae{width:100%;max-width:100%;}.elementor-228950 .elementor-element.elementor-element-65b8436 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-228950 .elementor-element.elementor-element-9767ccd{--margin-block-start:0px;--margin-block-end:40px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn{font-size:20px;line-height:24px;}.elementor-228950 .elementor-element.elementor-element-6b61b59{width:100%;max-width:100%;}.elementor-228950 .elementor-element.elementor-element-a63670b .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}}@media(max-width:767px){.elementor-228950 .elementor-element.elementor-element-cd27cc9 .elementskit-btn{font-size:18px;}.elementor-228950 .elementor-element.elementor-element-350b433 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-228950 .elementor-element.elementor-element-350b433 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-228950 .elementor-element.elementor-element-052eaae .elementskit-btn{font-size:18px;}.elementor-228950 .elementor-element.elementor-element-65b8436 .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-228950 .elementor-element.elementor-element-65b8436 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-228950 .elementor-element.elementor-element-6b61b59 .elementskit-btn{font-size:18px;}.elementor-228950 .elementor-element.elementor-element-a63670b .elementor-heading-title{font-size:var( --e-global-typography-e33c44a-font-size );line-height:var( --e-global-typography-e33c44a-line-height );letter-spacing:var( --e-global-typography-e33c44a-letter-spacing );word-spacing:var( --e-global-typography-e33c44a-word-spacing );}.elementor-228950 .elementor-element.elementor-element-a63670b > .elementor-widget-container{margin:0px 0px 10px 0px;}}@media(min-width:768px){.elementor-228950 .elementor-element.elementor-element-e02deec{--content-width:1200px;}}@media(max-width:1024px) and (min-width:768px){.elementor-228950 .elementor-element.elementor-element-63164bc{--content-width:100%;}.elementor-228950 .elementor-element.elementor-element-d4f0183{--content-width:100%;}.elementor-228950 .elementor-element.elementor-element-9767ccd{--content-width:100%;}}\/* Start custom CSS for heading, class: .elementor-element-350b433 *\/.elementor-228950 .elementor-element.elementor-element-350b433 {max-width: 250px;}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-65b8436 *\/.elementor-228950 .elementor-element.elementor-element-65b8436 {max-width: 250px;}\/* End custom CSS *\/\n\/* Start custom CSS for heading, class: .elementor-element-a63670b *\/.elementor-228950 .elementor-element.elementor-element-a63670b {max-width: 250px;}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-e02deec *\/@media only screen and (max-width: 1199px) {\n    .elementor-228950 .elementor-element.elementor-element-e02deec {\n    box-shadow: 0px 0px 0px 0px; \n    }\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"228950\" class=\"elementor elementor-228950\" data-elementor-post-type=\"jet-menu\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e02deec e-flex e-con-boxed e-con e-parent\" data-id=\"e02deec\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-63164bc primary-header__action-group e-flex e-con-boxed e-con e-child\" data-id=\"63164bc\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cd27cc9 e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button\" data-id=\"cd27cc9\" data-element_type=\"widget\" data-settings=\"{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"elementskit-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >\t\t<div class=\"ekit-btn-wraper\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/orionhealth.com\/global\/careers\/\" class=\"elementskit-btn  whitespace--normal\" id=\"\">\n\t\t\t\t\tCareers<i aria-hidden=\"true\" class=\"fal fa-arrow-right\"><\/i>\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n        <\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-350b433 title-subtxt elementor-widget elementor-widget-heading\" data-id=\"350b433\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-small\">Help us reimagine the future of healthcare<\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d4f0183 primary-header__action-group e-flex e-con-boxed e-con e-child\" data-id=\"d4f0183\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-052eaae e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button\" data-id=\"052eaae\" data-element_type=\"widget\" data-settings=\"{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"elementskit-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >\t\t<div class=\"ekit-btn-wraper\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/orionhealth.com\/global\/job-search\/\" class=\"elementskit-btn  whitespace--normal\" id=\"\">\n\t\t\t\t\tJob search<i aria-hidden=\"true\" class=\"fal fa-arrow-right\"><\/i>\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n        <\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-65b8436 title-subtxt elementor-widget elementor-widget-heading\" data-id=\"65b8436\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-small\">Discover our current job openings to find the perfect opportunity for you.<\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9767ccd primary-header__action-group e-flex e-con-boxed e-con e-child\" data-id=\"9767ccd\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b61b59 e-transform elementor-widget-tablet__width-inherit elementor-widget elementor-widget-elementskit-button\" data-id=\"6b61b59\" data-element_type=\"widget\" data-settings=\"{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;,&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"elementskit-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >\t\t<div class=\"ekit-btn-wraper\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/orionhealth.com\/global\/graduates-and-interns\/\" class=\"elementskit-btn  whitespace--normal\" id=\"\">\n\t\t\t\t\tGraduates and Interns<i aria-hidden=\"true\" class=\"fal fa-arrow-right\"><\/i>\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n        <\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a63670b title-subtxt elementor-widget elementor-widget-heading\" data-id=\"a63670b\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-small\">Find out how you can build your skills in projects that drive change <\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","contentElements":{"0":"elementskit-button","2":"heading"},"styles":[{"handle":"elementor-post-228950","src":"https:\/\/orionhealth.com\/wp-content\/uploads\/elementor\/css\/post-228950.css?ver=1698218142","obj":{"handle":"elementor-post-228950","src":"https:\/\/orionhealth.com\/wp-content\/uploads\/elementor\/css\/post-228950.css?ver=1698218142","deps":["elementor-frontend"],"ver":null,"args":"all","extra":[],"textdomain":null,"translations_path":null}}],"scripts":[],"afterScripts":[]},"megaContentType":"elementor","open":false,"badgeContent":"","itemIcon":"","hideItemText":false,"classes":[""]}}};
        });</script>		</div>
				</div>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
							</div>
				</div>
				<div data-elementor-type="wp-page" data-elementor-id="23" class="elementor elementor-23" data-elementor-post-type="page">
						<div class="elementor-inner">
				<div class="elementor-section-wrap">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-1495069 edge-shadow elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1495069" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9a069a7" data-id="9a069a7" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-b41377c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b41377c" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-8a55b81" data-id="8a55b81" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-6240887 elementor-headline--style-highlight elementor-widget elementor-widget-animated-headline" data-id="6240887" data-element_type="widget" data-settings="{&quot;marker&quot;:&quot;underline&quot;,&quot;highlighted_text&quot;:&quot;reimagine&quot;,&quot;headline_style&quot;:&quot;highlight&quot;,&quot;highlight_animation_duration&quot;:1200,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="animated-headline.default">
				<div class="elementor-widget-container">
			<link rel="stylesheet" href="https://orionhealth.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css">		<h1 class="elementor-headline">
					<span class="elementor-headline-plain-text elementor-headline-text-wrapper">What if we could </span>
				<span class="elementor-headline-dynamic-wrapper elementor-headline-text-wrapper">
					<span class="elementor-headline-dynamic-text elementor-headline-text-active">reimagine</span>
				</span>
					<span class="elementor-headline-plain-text elementor-headline-text-wrapper">the way we deliver care?</span>
					</h1>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-45c2193 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="45c2193" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d2aa005" data-id="d2aa005" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-fe0a260 elementor-invisible elementor-widget elementor-widget-text-editor" data-id="fe0a260" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.18.0 - 20-12-2023 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>					<div class="elementor-text-editor elementor-clearfix">
				<p class="p1">We know that when we improve the experience of people, and those that care for them, we reshape the healthcare experience.</p>					</div>
						</div>
				</div>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7b3a9e8" data-id="7b3a9e8" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-14fee79 animated-slow elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-image" data-id="14fee79" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;bounce&quot;,&quot;_animation_delay&quot;:600,&quot;ekit_we_effect_on&quot;:&quot;css&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
								<div class="elementor-image">
													<a href="#Amadeus">
							<img width="100" height="100" loading="lazy" decoding="async" src="https://res.cloudinary.com/dsywumv70/images/w_100,h_100,c_fill,g_auto/f_auto,q_auto/v1708572157/orionhealth.com/scroll-1/scroll-1.png?_i=AA" class="attachment-large size-large wp-post-23 wp-image-470292" alt="scroll_button" data-public-id="orionhealth.com/scroll-1/scroll-1.png" data-format="png" data-transformations="f_auto,q_auto" data-version="1708572157" data-seo="1" data-responsive="1" />								</a>
														</div>
						</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1e46d40 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="1e46d40" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ef25424" data-id="ef25424" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-ae6d40e elementor-widget__width-inherit animated-slow elementor-invisible elementor-widget elementor-widget-video" data-id="ae6d40e" data-element_type="widget" id="video" data-settings="{&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\/\/res.cloudinary.com\/dsywumv70\/images\/v1691465339\/orionhealth.com\/Hero-Video-Still\/Hero-Video-Still.jpg?_i=AA&quot;,&quot;id&quot;:16619,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400,&quot;video_type&quot;:&quot;hosted&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.18.0 - 20-12-2023 */
.elementor-widget-video .elementor-widget-container{overflow:hidden;transform:translateZ(0)}.elementor-widget-video .elementor-wrapper{aspect-ratio:var(--video-aspect-ratio)}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{height:100%;width:100%;display:flex;border:none;background-color:#000}@supports not (aspect-ratio:1/1){.elementor-widget-video .elementor-wrapper{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio))}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%;aspect-ratio:var(--video-aspect-ratio);-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@supports not (aspect-ratio:1/1){.elementor-widget-video .elementor-custom-embed-image-overlay{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio))}.elementor-widget-video .elementor-custom-embed-image-overlay img{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		<div class="e-hosted-video elementor-wrapper elementor-open-inline">
					<video class="elementor-video" src="https://res.cloudinary.com/dsywumv70/video/upload/v1692584226/orionhealth.com/Orion-Brand-Video-for-Web_Compressed.mp4" controls="" preload="metadata" controlsList="nodownload"></video>
						<div class="elementor-custom-embed-image-overlay" style="background-image: url(https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584407/orionhealth.com/Hero-Video-Still/Hero-Video-Still.jpg?_i=AA);">
																<div class="elementor-custom-embed-play" role="button" aria-label="Play Video" tabindex="0">
							<svg aria-hidden="true" class="e-font-icon-svg e-eicon-play" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z"></path></svg>							<span class="elementor-screen-only">Play Video</span>
						</div>
									</div>
					</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-204eb17 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image" data-id="204eb17" data-element_type="widget" id="vidplayer22" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
								<div class="elementor-image">
												<img width="1920" height="1080" loading="lazy" decoding="async" src="https://res.cloudinary.com/dsywumv70/images/w_1920,h_1080,c_scale/f_auto,q_auto/v1692584407/orionhealth.com/Hero-Video-Still/Hero-Video-Still.jpg?_i=AA" class="attachment-full size-full wp-post-23 wp-image-16619" alt="Homepage_brand_video_still" data-public-id="orionhealth.com/Hero-Video-Still/Hero-Video-Still.jpg" data-format="jpg" data-transformations="f_auto,q_auto" data-version="1692584407" data-seo="1" data-responsive="1" srcset="https://res.cloudinary.com/dsywumv70/images/w_1920,h_1080,c_scale/f_auto,q_auto/v1692584407/orionhealth.com/Hero-Video-Still/Hero-Video-Still.jpg?_i=AA 1920w, https://res.cloudinary.com/dsywumv70/images/w_1848,h_1039,c_scale/f_auto,q_auto/v1692584407/orionhealth.com/Hero-Video-Still/Hero-Video-Still.jpg?_i=AA 1848w, https://res.cloudinary.com/dsywumv70/images/w_1648,h_927,c_scale/f_auto,q_auto/v1692584407/orionhealth.com/Hero-Video-Still/Hero-Video-Still.jpg?_i=AA 1648w, https://res.cloudinary.com/dsywumv70/images/w_1448,h_814,c_scale/f_auto,q_auto/v1692584407/orionhealth.com/Hero-Video-Still/Hero-Video-Still.jpg?_i=AA 1448w, https://res.cloudinary.com/dsywumv70/images/w_1248,h_702,c_scale/f_auto,q_auto/v1692584407/orionhealth.com/Hero-Video-Still/Hero-Video-Still.jpg?_i=AA 1248w, https://res.cloudinary.com/dsywumv70/images/w_1048,h_589,c_scale/f_auto,q_auto/v1692584407/orionhealth.com/Hero-Video-Still/Hero-Video-Still.jpg?_i=AA 1048w, https://res.cloudinary.com/dsywumv70/images/w_848,h_477,c_scale/f_auto,q_auto/v1692584407/orionhealth.com/Hero-Video-Still/Hero-Video-Still.jpg?_i=AA 848w, https://res.cloudinary.com/dsywumv70/images/w_648,h_364,c_scale/f_auto,q_auto/v1692584407/orionhealth.com/Hero-Video-Still/Hero-Video-Still.jpg?_i=AA 648w, https://res.cloudinary.com/dsywumv70/images/w_448,h_252,c_scale/f_auto,q_auto/v1692584407/orionhealth.com/Hero-Video-Still/Hero-Video-Still.jpg?_i=AA 448w, https://res.cloudinary.com/dsywumv70/images/w_248,h_139,c_scale/f_auto,q_auto/v1692584407/orionhealth.com/Hero-Video-Still/Hero-Video-Still.jpg?_i=AA 248w" sizes="(max-width: 1920px) 100vw, 1920px" />														</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-3e0ce3d elementor-widget elementor-widget-menu-anchor" data-id="3e0ce3d" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="menu-anchor.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.18.0 - 20-12-2023 */
body.elementor-page .elementor-widget-menu-anchor{margin-bottom:0}</style>		<div id="Amadeus" class="elementor-menu-anchor"></div>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-78a7499 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="78a7499" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-293b3f2" data-id="293b3f2" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-800cd3e elementor-widget elementor-widget-heading" data-id="800cd3e" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h5 class="elementor-heading-title elementor-size-default">Unified Healthcare Platform</h5>		</div>
				</div>
				<div class="elementor-element elementor-element-5011548 elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="5011548" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Our world-leading platform unifies data to flow seamlessly across the healthcare ecosystem, reveals insights from health records, and empowers people to take control of their own care.</h2>		</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-9304e7d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9304e7d" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9a25bb7" data-id="9a25bb7" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-e7fbe9d elementor-widget elementor-widget-heading" data-id="e7fbe9d" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h5 class="elementor-heading-title elementor-size-default">transform health Care Systems </h5>		</div>
				</div>
				<div class="elementor-element elementor-element-cff20f6 elementor-widget elementor-widget-heading" data-id="cff20f6" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">What is the Unified
Healthcare Platform?</h2>		</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-2f6f020 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2f6f020" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6763050" data-id="6763050" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-18908ca elementor-widget elementor-widget-video" data-id="18908ca" data-element_type="widget" data-settings="{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
					<div class="e-hosted-video elementor-wrapper elementor-open-inline">
					<video class="elementor-video" src="https://res.cloudinary.com/dsywumv70/video/upload/v1696311922/orionhealth.com/Product-Wheel-Website_White-Compressed_22838888da0.mp4?_i=AA" autoplay="" loop="" muted="muted" playsinline="" controlsList="nodownload"></video>
				</div>
				</div>
				</div>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2d31068" data-id="2d31068" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-3c51dcc elementor-widget elementor-widget-text-editor" data-id="3c51dcc" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
								<div class="elementor-text-editor elementor-clearfix">
				<span style="text-align: var(--bs-body-text-align); font-size: 16px; line-height: 20px;">Orion Health’s Unified Healthcare Platform is a world-first, all-inclusive solution that combines the primary applications needed to access and deliver care with a robust analytical data foundation. It provides rich insights, automates workflows and empowers people while maintaining the highest standards of data security and governance.</span>

					</div>
						</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-71e1637 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="71e1637" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ca8fcb8" data-id="ca8fcb8" data-element_type="column" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_direction&quot;:&quot;out-in-out&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:30,&quot;end&quot;:65}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;motion_fx_range&quot;:&quot;page&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-bbb3b3e elementor-widget elementor-widget-html" data-id="bbb3b3e" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="html.default">
				<div class="elementor-widget-container">
			<div class="outer_div home-features">
    <div class="scroll-content-left">
        <div class="scroll-content-left-inner">
            <div>
                <a class="scroll-content-left-inner-links active" href="#heading-hie-care-records">
                    <span class="h2-numbering">&#x2022;</span>
                    Digital Care Record
                </a>
            </div>
            <div>
                <a class="scroll-content-left-inner-links" href="#heading-digital-front-door">
                    <span class="h2-numbering">&#x2022;</span>
                    Digital Front Door
                </a>
            </div>
            <div>
                <a class="scroll-content-left-inner-links" href="#heading-health-intelligence-platform">
                    <span class="h2-numbering">&#x2022;</span>
                    Health Intelligence Platform
                </a>
            </div>
        </div>
    </div>
    <div class="scroll-content-right">
        <div class="scroll-content-right-inner" >
            <img decoding="async" src="https://res.cloudinary.com/dsywumv70/images/v1692584626/orionhealth.com/DCR-min/DCR-min.png?_i=AA">
            <a href="/digital-care-record/" id="heading-hie-care-records" class="section">
                <img loading="lazy" decoding="async" src="https://res.cloudinary.com/dsywumv70/images/v1692584107/orionhealth.com/Amadeus-DCR-Logo_Orange-and-Grey/Amadeus-DCR-Logo_Orange-and-Grey.png?_i=AA" width="220" height="24" alt="Amadeus DCR Logo">
            </a>
            <p class="mt-2">A <strong>digital care record</strong> that consolidates patient data across care settings, enabling enhanced care coordination where carers can manage care and make optimal decisions.
            </p>
            <a href="/digital-care-record/">Learn more <i class="fa fa-arrow-right" aria-hidden="true"></i></a>
        </div>
        <div class="scroll-content-right-inner">
            <img decoding="async" src="https://res.cloudinary.com/dsywumv70/images/v1692584622/orionhealth.com/DFD-min/DFD-min.png?_i=AA">
            <a href="/digital-front-door/" id="heading-digital-front-door" class="section">
                <img loading="lazy" decoding="async" src="https://res.cloudinary.com/dsywumv70/images/v1692584006/orionhealth.com/Virtuoso-DFD-Logo_Orange-and-Grey/Virtuoso-DFD-Logo_Orange-and-Grey.png?_i=AA" width="220" height="24" alt="Virtuoso DFD Logo">
            </a>
            <p class="mt-2">A <strong>digital front door</strong>, enabling people and patients to access their data and navigate their healthcare journey. This bridges the gap between rising patient expectations and healthcare operations by providing people with access, flexibility, and self-service convenience that they’ve come to expect in a digital world.
            </p>
            <a href="/digital-front-door/">Learn more <i class="fa fa-arrow-right" aria-hidden="true"></i></a>
        </div>
        <div class="scroll-content-right-inner" style="margin-bottom: 200px;">
            <img decoding="async" src="https://res.cloudinary.com/dsywumv70/images/v1692584618/orionhealth.com/HIP-min/HIP-min.png?_i=AA">
            <a href="/health-intelligence-platform/" id="heading-health-intelligence-platform" class="section">
                <img loading="lazy" decoding="async" src="https://res.cloudinary.com/dsywumv70/images/v1692584002/orionhealth.com/Orchestral-HIP-Logo_Orange-and-Grey/Orchestral-HIP-Logo_Orange-and-Grey.png?_i=AA" width="280" height="24" alt="Orchestral HIP Logo">
            </a>
            <p  class="mt-2">A <strong>healthcare intelligence platform</strong> that acquires and analyses data for individual, cohort and population health management. This enables real-time insights and predictive analytics to improve clinical outcomes and population health.
            </p>
            <a href="/health-intelligence-platform/">Learn more <i class="fa fa-arrow-right" aria-hidden="true"></i></a>
        </div>
    </div>
</div>


		</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5f23fe2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5f23fe2" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-95ced44" data-id="95ced44" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-f05d187 elementor-widget elementor-widget-heading" data-id="f05d187" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h5 class="elementor-heading-title elementor-size-default">Why Choose Orion Health</h5>		</div>
				</div>
				<div class="elementor-element elementor-element-407c724 elementor-widget elementor-widget-heading" data-id="407c724" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Our team produces results</h2>		</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-aee5283 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="aee5283" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-a4f30dd" data-id="a4f30dd" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-d367b35 elementor-view-default elementor-widget elementor-widget-icon" data-id="d367b35" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<i aria-hidden="true" class="fal fa-users-medical"></i>			</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-5567684 elementor-widget elementor-widget-counter" data-id="5567684" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="counter.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.18.0 - 20-12-2023 */
.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		<div class="elementor-counter">
			<div class="elementor-counter-number-wrapper">
				<span class="elementor-counter-number-prefix"></span>
				<span class="elementor-counter-number" data-duration="800" data-to-value="60" data-from-value="0">0</span>
				<span class="elementor-counter-number-suffix">+</span>
			</div>
							<div class="elementor-counter-title">digital care record systems globally</div>
					</div>
				</div>
				</div>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-cb18108" data-id="cb18108" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-796c793 elementor-view-default elementor-widget elementor-widget-icon" data-id="796c793" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<i aria-hidden="true" class="fal fa-stethoscope"></i>			</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-deab0ad elementor-widget elementor-widget-counter" data-id="deab0ad" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="counter.default">
				<div class="elementor-widget-container">
					<div class="elementor-counter">
			<div class="elementor-counter-number-wrapper">
				<span class="elementor-counter-number-prefix"></span>
				<span class="elementor-counter-number" data-duration="1400" data-to-value="100" data-from-value="0">0</span>
				<span class="elementor-counter-number-suffix">%</span>
			</div>
							<div class="elementor-counter-title">focus on digital health</div>
					</div>
				</div>
				</div>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-85c2151" data-id="85c2151" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-4f61ca0 elementor-view-default elementor-widget elementor-widget-icon" data-id="4f61ca0" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<i aria-hidden="true" class="fal fa-calendar-plus"></i>			</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-c17b1a1 elementor-widget elementor-widget-counter" data-id="c17b1a1" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="counter.default">
				<div class="elementor-widget-container">
					<div class="elementor-counter">
			<div class="elementor-counter-number-wrapper">
				<span class="elementor-counter-number-prefix"></span>
				<span class="elementor-counter-number" data-duration="2000" data-to-value="30" data-from-value="0">0</span>
				<span class="elementor-counter-number-suffix">+</span>
			</div>
							<div class="elementor-counter-title">years of experience </div>
					</div>
				</div>
				</div>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-ea132d6" data-id="ea132d6" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-42d5bf1 elementor-view-default elementor-widget elementor-widget-icon" data-id="42d5bf1" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<i aria-hidden="true" class="fal fa-globe"></i>			</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-0cf2ab4 elementor-widget elementor-widget-counter" data-id="0cf2ab4" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="counter.default">
				<div class="elementor-widget-container">
					<div class="elementor-counter">
			<div class="elementor-counter-number-wrapper">
				<span class="elementor-counter-number-prefix"></span>
				<span class="elementor-counter-number" data-duration="2600" data-to-value="17" data-from-value="0">0</span>
				<span class="elementor-counter-number-suffix"></span>
			</div>
							<div class="elementor-counter-title">offices around the globe</div>
					</div>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-8b936bf edge edge--top-right edge--grey-100 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8b936bf" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2c07836" data-id="2c07836" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-08584b5 elementor-widget elementor-widget-heading" data-id="08584b5" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h5 class="elementor-heading-title elementor-size-default">Testimonials</h5>		</div>
				</div>
				<div class="elementor-element elementor-element-31072c2 elementor-widget elementor-widget-heading" data-id="31072c2" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Our Clients</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-d4c3add elementor-widget elementor-widget-text-editor" data-id="d4c3add" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
								<div class="elementor-text-editor elementor-clearfix">
				<p class="p1"><span class="s1">Healthcare organisations across 15 countries trust Orion Health.</span></p>					</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-6d1cef1 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6d1cef1" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-829c867" data-id="829c867" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-07116bd elementor-widget elementor-widget-global elementor-global-11793 elementor-widget-gallery" data-id="07116bd" data-element_type="widget" data-settings="{&quot;columns&quot;:3,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;aspect_ratio&quot;:&quot;4:3&quot;,&quot;lazyload&quot;:&quot;yes&quot;,&quot;gallery_layout&quot;:&quot;grid&quot;,&quot;columns_tablet&quot;:2,&quot;columns_mobile&quot;:1,&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="gallery.default">
				<div class="elementor-widget-container">
			<style>/*! elementor-pro - v3.18.0 - 17-01-2024 */
.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);transition-duration:var(--overlay-transition-duration);transition-property:mix-blend-mode,transform,opacity,background-color}.elementor-gallery-item__image.e-gallery-image{transition-duration:var(--image-transition-duration);transition-property:filter,transform}.elementor-gallery-item__content{display:flex;flex-direction:column;justify-content:var(--content-justify-content,center);align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:flex;flex-wrap:wrap;justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:focus .elementor-gallery__item-overlay-bg,.e-gallery-item:focus .elementor-gallery__item-overlay-content,.e-gallery-item:focus .elementor-gallery__item-overlay-content__description,.e-gallery-item:focus .elementor-gallery__item-overlay-content__title,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		<div class="elementor-gallery__container">
							<div class="e-gallery-item elementor-gallery-item">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584800/orionhealth.com/North-Dakota-1/North-Dakota-1.jpg?_i=AA" data-width="288" data-height="220" aria-label="" role="img" ></div>
														</div>
							<div class="e-gallery-item elementor-gallery-item">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584847/orionhealth.com/Malaffi-3/Malaffi-3.jpg?_i=AA" data-width="288" data-height="220" aria-label="" role="img" ></div>
														</div>
							<div class="e-gallery-item elementor-gallery-item">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584796/orionhealth.com/SCHC/SCHC.jpg?_i=AA" data-width="288" data-height="220" aria-label="" role="img" ></div>
														</div>
							<div class="e-gallery-item elementor-gallery-item">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584851/orionhealth.com/KOBLE/KOBLE.jpg?_i=AA" data-width="288" data-height="220" aria-label="" role="img" ></div>
														</div>
							<div class="e-gallery-item elementor-gallery-item">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584792/orionhealth.com/Sync/Sync.jpg?_i=AA" data-width="288" data-height="220" aria-label="" role="img" ></div>
														</div>
							<div class="e-gallery-item elementor-gallery-item">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584855/orionhealth.com/KEYHIE/KEYHIE.jpg?_i=AA" data-width="288" data-height="220" aria-label="" role="img" ></div>
														</div>
					</div>
			</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-113f372 section1-columns section--view-more elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="113f372" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-7ae2e6d" data-id="7ae2e6d" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-ad76918 1-columns section--view-more elementor-widget elementor-widget-gallery" data-id="ad76918" data-element_type="widget" data-settings="{&quot;columns&quot;:3,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;aspect_ratio&quot;:&quot;4:3&quot;,&quot;lazyload&quot;:&quot;yes&quot;,&quot;gallery_layout&quot;:&quot;grid&quot;,&quot;columns_tablet&quot;:2,&quot;columns_mobile&quot;:1,&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="gallery.default">
				<div class="elementor-widget-container">
					<div class="elementor-gallery__container">
							<div class="e-gallery-item elementor-gallery-item">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584274/orionhealth.com/CDHB/CDHB.jpg?_i=AA" data-width="288" data-height="220" aria-label="" role="img" ></div>
														</div>
							<div class="e-gallery-item elementor-gallery-item">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584269/orionhealth.com/HealthShare/HealthShare.jpg?_i=AA" data-width="288" data-height="220" aria-label="" role="img" ></div>
														</div>
							<div class="e-gallery-item elementor-gallery-item">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584265/orionhealth.com/ICP/ICP.jpg?_i=AA" data-width="288" data-height="220" aria-label="" role="img" ></div>
														</div>
							<div class="e-gallery-item elementor-gallery-item">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584255/orionhealth.com/NMH/NMH.jpg?_i=AA" data-width="288" data-height="220" aria-label="" role="img" ></div>
														</div>
							<div class="e-gallery-item elementor-gallery-item">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584251/orionhealth.com/SDHB/SDHB.jpg?_i=AA" data-width="288" data-height="220" aria-label="" role="img" ></div>
														</div>
							<div class="e-gallery-item elementor-gallery-item">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584859/orionhealth.com/HIway/HIway.jpg?_i=AA" data-width="288" data-height="220" aria-label="" role="img" ></div>
														</div>
							<div class="e-gallery-item elementor-gallery-item">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584862/orionhealth.com/DCR/DCR.jpg?_i=AA" data-width="288" data-height="220" aria-label="" role="img" ></div>
														</div>
							<div class="e-gallery-item elementor-gallery-item">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584279/orionhealth.com/Asian-Hospital/Asian-Hospital.jpg?_i=AA" data-width="288" data-height="220" aria-label="" role="img" ></div>
														</div>
							<div class="e-gallery-item elementor-gallery-item">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://res.cloudinary.com/dsywumv70/images/f_auto,q_auto/v1692584220/orionhealth.com/New-Brunswick-1/New-Brunswick-1.jpg?_i=AA" data-width="288" data-height="220" aria-label="" role="img" ></div>
														</div>
					</div>
			</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-79ace75 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="79ace75" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-8a7466b" data-id="8a7466b" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-8d133ef elementor-align-center section--view-more__button elementor-widget elementor-widget-button" data-id="8d133ef" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" 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="#">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">View more</span>
		</span>
					</a>
		</div>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5324feb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5324feb" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6d2bd3c" data-id="6d2bd3c" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-449338f elementor-widget elementor-widget-heading" data-id="449338f" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h5 class="elementor-heading-title elementor-size-default">Latest updates</h5>		</div>
				</div>
				<div class="elementor-element elementor-element-f732dbb elementor-widget elementor-widget-heading" data-id="f732dbb" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">News from Orion Health</h2>		</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-f317fb2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f317fb2" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3870dcb" data-id="3870dcb" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-d6b9e8c elementor-posts--thumbnail-top elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="d6b9e8c" data-element_type="widget" data-settings="{&quot;custom_columns&quot;:&quot;3&quot;,&quot;custom_columns_tablet&quot;:&quot;2&quot;,&quot;custom_columns_mobile&quot;:&quot;1&quot;,&quot;custom_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;custom_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;custom_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="posts.custom">
				<div class="elementor-widget-container">
			<link rel="stylesheet" href="https://orionhealth.com/wp-content/plugins/elementor-pro/assets/css/widget-posts.min.css">      <div class="ecs-posts elementor-posts-container elementor-posts   elementor-grid elementor-posts--skin-custom" data-settings="{&quot;current_page&quot;:1,&quot;max_num_pages&quot;:&quot;5&quot;,&quot;load_method&quot;:&quot;&quot;,&quot;widget_id&quot;:&quot;d6b9e8c&quot;,&quot;post_id&quot;:23,&quot;theme_id&quot;:23,&quot;change_url&quot;:false,&quot;reinit_js&quot;:false}">
      		<article id="post-1756484" class="elementor-post elementor-grid-item ecs-post-loop post-1756484 post type-post status-publish format-standard has-post-thumbnail hentry category-blog region-au region-ca region-global region-nz region-uk region-us">
				<div data-elementor-type="loop" data-elementor-id="512" class="elementor elementor-512 post-1756484 post type-post status-publish format-standard has-post-thumbnail hentry category-blog region-au region-ca region-global region-nz region-uk region-us" data-elementor-post-type="elementor_library">
					<div class="elementor-section-wrap">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-1cd228b news-item elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1cd228b" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-521fe16" data-id="521fe16" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-304211e news-thumbnail-image elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image" data-id="304211e" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="theme-post-featured-image.default">
				<div class="elementor-widget-container">
								<div class="elementor-image">
													<a href="https://orionhealth.com/global/blog/how-we-created-a-next-gen-health-data-supermodel-part-one/">
							<img width="300" height="200" loading="lazy" decoding="async" src="https://res.cloudinary.com/dsywumv70/images/w_300,h_200,c_scale/f_auto,q_auto/v1714363197/orionhealth.com/TECH-TALK-PART-1-ARTICLE-1/TECH-TALK-PART-1-ARTICLE-1.png?_i=AA" class="attachment-medium size-medium wp-post-23 wp-image-1758504" alt="How we created a next-gen Health Data Supermodel – Part One" data-public-id="orionhealth.com/TECH-TALK-PART-1-ARTICLE-1/TECH-TALK-PART-1-ARTICLE-1.png" data-format="png" data-transformations="f_auto,q_auto" data-version="1714363197" data-seo="1" data-responsive="1" srcset="https://res.cloudinary.com/dsywumv70/images/w_300,h_200,c_scale/f_auto,q_auto/v1714363197/orionhealth.com/TECH-TALK-PART-1-ARTICLE-1/TECH-TALK-PART-1-ARTICLE-1.png?_i=AA 300w, https://res.cloudinary.com/dsywumv70/images/w_248,h_165,c_scale/f_auto,q_auto/v1714363197/orionhealth.com/TECH-TALK-PART-1-ARTICLE-1/TECH-TALK-PART-1-ARTICLE-1.png?_i=AA 248w" sizes="(max-width: 300px) 100vw, 300px" />								</a>
														</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-60ca415 news-item__category elementor-widget elementor-widget-heading" data-id="60ca415" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default"><a href="https://orionhealth.com/global/blog/how-we-created-a-next-gen-health-data-supermodel-part-one/"><span>Blog</span></a></div>		</div>
				</div>
				<div class="elementor-element elementor-element-0c347e1 news-item__title elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="0c347e1" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="theme-post-title.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default"><a href="https://orionhealth.com/global/blog/how-we-created-a-next-gen-health-data-supermodel-part-one/">How we created a next-gen Health Data Supermodel &#8211; Part One</a></div>		</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
							</div>
				</div>
				</article>
				<article id="post-1829864" class="elementor-post elementor-grid-item ecs-post-loop post-1829864 post type-post status-publish format-standard has-post-thumbnail hentry category-blog region-au region-ca region-global region-nz region-uk region-us">
				<div data-elementor-type="loop" data-elementor-id="512" class="elementor elementor-512 post-1829864 post type-post status-publish format-standard has-post-thumbnail hentry category-blog region-au region-ca region-global region-nz region-uk region-us" data-elementor-post-type="elementor_library">
					<div class="elementor-section-wrap">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-1cd228b news-item elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1cd228b" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-521fe16" data-id="521fe16" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-304211e news-thumbnail-image elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image" data-id="304211e" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="theme-post-featured-image.default">
				<div class="elementor-widget-container">
								<div class="elementor-image">
													<a href="https://orionhealth.com/global/blog/shared-care-records-the-cornerstone-of-integrated-healthcare/">
							<img width="300" height="187" loading="lazy" decoding="async" src="https://res.cloudinary.com/dsywumv70/images/w_300,h_187,c_scale/f_auto,q_auto/v1714424491/orionhealth.com/Shared-care-records-The-cornerstone-of-integrated-healthcare-2/Shared-care-records-The-cornerstone-of-integrated-healthcare-2.jpg?_i=AA" class="attachment-medium size-medium wp-post-23 wp-image-1838919" alt="" data-public-id="orionhealth.com/Shared-care-records-The-cornerstone-of-integrated-healthcare-2/Shared-care-records-The-cornerstone-of-integrated-healthcare-2.jpg" data-crop="1.6" data-format="jpg" data-transformations="f_auto,q_auto" data-version="1714424491" data-seo="1" data-responsive="1" srcset="https://res.cloudinary.com/dsywumv70/images/w_300,h_187,c_scale/f_auto,q_auto/v1714424491/orionhealth.com/Shared-care-records-The-cornerstone-of-integrated-healthcare-2/Shared-care-records-The-cornerstone-of-integrated-healthcare-2.jpg?_i=AA 300w, https://res.cloudinary.com/dsywumv70/images/w_248,h_154,c_scale/f_auto,q_auto/v1714424491/orionhealth.com/Shared-care-records-The-cornerstone-of-integrated-healthcare-2/Shared-care-records-The-cornerstone-of-integrated-healthcare-2.jpg?_i=AA 248w" sizes="(max-width: 300px) 100vw, 300px" />								</a>
														</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-60ca415 news-item__category elementor-widget elementor-widget-heading" data-id="60ca415" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default"><a href="https://orionhealth.com/global/blog/shared-care-records-the-cornerstone-of-integrated-healthcare/"><span>Blog</span></a></div>		</div>
				</div>
				<div class="elementor-element elementor-element-0c347e1 news-item__title elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="0c347e1" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="theme-post-title.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default"><a href="https://orionhealth.com/global/blog/shared-care-records-the-cornerstone-of-integrated-healthcare/">Shared care records: The cornerstone of integrated healthcare</a></div>		</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
							</div>
				</div>
				</article>
				<article id="post-1286232" class="elementor-post elementor-grid-item ecs-post-loop post-1286232 post type-post status-publish format-standard has-post-thumbnail hentry category-blog tag-interoperability region-au region-ca region-global region-nz region-uk region-us">
				<div data-elementor-type="loop" data-elementor-id="512" class="elementor elementor-512 post-1286232 post type-post status-publish format-standard has-post-thumbnail hentry category-blog tag-interoperability region-au region-ca region-global region-nz region-uk region-us" data-elementor-post-type="elementor_library">
					<div class="elementor-section-wrap">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-1cd228b news-item elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1cd228b" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-521fe16" data-id="521fe16" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-304211e news-thumbnail-image elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image" data-id="304211e" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="theme-post-featured-image.default">
				<div class="elementor-widget-container">
								<div class="elementor-image">
													<a href="https://orionhealth.com/global/blog/accelerating-nationwide-interoperability-common-agreement-2-0/">
							<img width="300" height="200" loading="lazy" decoding="async" src="https://res.cloudinary.com/dsywumv70/images/w_300,h_200,c_scale/f_auto,q_auto/v1714105456/orionhealth.com/Device-05/Device-05.jpg?_i=AA" class="attachment-medium size-medium wp-post-23 wp-image-1287776" alt="Closeup shot of an unrecognizable doctor using a cellphone in a hospital" data-public-id="orionhealth.com/Device-05/Device-05.jpg" data-format="jpg" data-transformations="f_auto,q_auto" data-version="1714105456" data-seo="1" data-responsive="1" srcset="https://res.cloudinary.com/dsywumv70/images/w_300,h_200,c_scale/f_auto,q_auto/v1714105456/orionhealth.com/Device-05/Device-05.jpg?_i=AA 300w, https://res.cloudinary.com/dsywumv70/images/w_248,h_165,c_scale/f_auto,q_auto/v1714105456/orionhealth.com/Device-05/Device-05.jpg?_i=AA 248w" sizes="(max-width: 300px) 100vw, 300px" />								</a>
														</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-60ca415 news-item__category elementor-widget elementor-widget-heading" data-id="60ca415" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default"><a href="https://orionhealth.com/global/blog/accelerating-nationwide-interoperability-common-agreement-2-0/"><span>Blog</span></a></div>		</div>
				</div>
				<div class="elementor-element elementor-element-0c347e1 news-item__title elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="0c347e1" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="theme-post-title.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default"><a href="https://orionhealth.com/global/blog/accelerating-nationwide-interoperability-common-agreement-2-0/">Accelerating Nationwide Interoperability: ONC Launches Common Agreement 2.0</a></div>		</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
							</div>
				</div>
				</article>
				</div>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-7709577 edge edge--top-right edge--white elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7709577" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7c8bbdf" data-id="7c8bbdf" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-40a61b4 elementor-widget elementor-widget-heading" data-id="40a61b4" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h5 class="elementor-heading-title elementor-size-default">Find out more</h5>		</div>
				</div>
				<div class="elementor-element elementor-element-f2281c6 elementor-headline--style-highlight elementor-widget elementor-widget-animated-headline" data-id="f2281c6" data-element_type="widget" data-settings="{&quot;marker&quot;:&quot;underline&quot;,&quot;highlighted_text&quot;:&quot;healthcare experience&quot;,&quot;headline_style&quot;:&quot;highlight&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;highlight_animation_duration&quot;:1200,&quot;highlight_iteration_delay&quot;:8000,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="animated-headline.default">
				<div class="elementor-widget-container">
					<div class="elementor-headline">
					<span class="elementor-headline-plain-text elementor-headline-text-wrapper">Reimagine the</span>
				<span class="elementor-headline-dynamic-wrapper elementor-headline-text-wrapper">
					<span class="elementor-headline-dynamic-text elementor-headline-text-active">healthcare experience</span>
				</span>
					<span class="elementor-headline-plain-text elementor-headline-text-wrapper">for all</span>
					</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-07a9b69 elementor-widget elementor-widget-elementskit-button" data-id="07a9b69" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-button.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con" >		<div class="ekit-btn-wraper">
							<a href="/contact/" class="elementskit-btn  whitespace--normal" id="">
					Contact us				</a>
					</div>
        </div>		</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
									</div>
			</div>
					</div>
				<div data-elementor-type="footer" data-elementor-id="36" class="elementor elementor-36 elementor-location-footer" data-elementor-post-type="elementor_library">
					<div class="elementor-section-wrap">
								<footer class="elementor-section elementor-top-section elementor-element elementor-element-f45d8b9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f45d8b9" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-5a310ba" data-id="5a310ba" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-3bdbf96 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3bdbf96" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-11d199c" data-id="11d199c" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-c0281d3 elementor-widget elementor-widget-heading" data-id="c0281d3" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Categories</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-b7a393a elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="b7a393a" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;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\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-b7a393a" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14585"><a href="https://orionhealth.com/global/health-intelligence-platform/" class="elementor-item">Health Intelligence Platform</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14584"><a href="https://orionhealth.com/global/digital-front-door/" class="elementor-item">Digital Front Door</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14583"><a href="https://orionhealth.com/global/digital-care-record/" class="elementor-item">Digital Care Record</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-470959"><a href="https://orionhealth.com/global/hospitals/" class="elementor-item">Hospitals</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-b7a393a" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14585"><a href="https://orionhealth.com/global/health-intelligence-platform/" class="elementor-item" tabindex="-1">Health Intelligence Platform</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14584"><a href="https://orionhealth.com/global/digital-front-door/" class="elementor-item" tabindex="-1">Digital Front Door</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14583"><a href="https://orionhealth.com/global/digital-care-record/" class="elementor-item" tabindex="-1">Digital Care Record</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-470959"><a href="https://orionhealth.com/global/hospitals/" class="elementor-item" tabindex="-1">Hospitals</a></li>
</ul>			</nav>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-98192f5 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="98192f5" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-137af19" data-id="137af19" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-71ce95f elementor-widget elementor-widget-heading" data-id="71ce95f" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="/resources/">Resources</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-c700034 elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="c700034" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;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\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-c700034" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11905"><a href="/resources/?type=blog" class="elementor-item">Blog</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11906"><a href="/resources/?type=white-papers" class="elementor-item">Whitepaper</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11907"><a href="/resources/?type=case-studies" class="elementor-item">Case studies</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11908"><a href="/resources/?type=podcast" class="elementor-item">Podcast</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11909"><a href="/resources/?type=webinars" class="elementor-item">Webinars</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-c700034" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11905"><a href="/resources/?type=blog" class="elementor-item" tabindex="-1">Blog</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11906"><a href="/resources/?type=white-papers" class="elementor-item" tabindex="-1">Whitepaper</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11907"><a href="/resources/?type=case-studies" class="elementor-item" tabindex="-1">Case studies</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11908"><a href="/resources/?type=podcast" class="elementor-item" tabindex="-1">Podcast</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11909"><a href="/resources/?type=webinars" class="elementor-item" tabindex="-1">Webinars</a></li>
</ul>			</nav>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-95a5445" data-id="95a5445" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-15423c8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="15423c8" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-7affd3a" data-id="7affd3a" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-f38b773 elementor-widget elementor-widget-heading" data-id="f38b773" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Solutions</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-c26fcc2 elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="c26fcc2" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;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\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-c26fcc2" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14588"><a href="https://orionhealth.com/global/solution/child-health/" class="elementor-item">Child Health</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14589"><a href="https://orionhealth.com/global/solution/healthcare-navigation-and-access/" class="elementor-item">Healthcare Navigation</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14590"><a href="https://orionhealth.com/global/solution/hospital-information-system/" class="elementor-item">Hospital Information System</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14591"><a href="https://orionhealth.com/global/solution/interoperability/" class="elementor-item">Interoperability</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14592"><a href="https://orionhealth.com/global/solution/medicines-platform/" class="elementor-item">Medicines Platform</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14593"><a href="https://orionhealth.com/global/solution/patient-engagement/" class="elementor-item">Patient Engagement</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14595"><a href="https://orionhealth.com/global/solution/population-health-management/" class="elementor-item">Population Health Management</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14598"><a href="https://orionhealth.com/global/solution/health-screening/" class="elementor-item">Screening</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14599"><a href="https://orionhealth.com/global/solution/shared-care-record/" class="elementor-item">Shared Care Record</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17769"><a href="https://orionhealth.com/global/solution/referral-management/" class="elementor-item">Referral Management</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-c26fcc2" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14588"><a href="https://orionhealth.com/global/solution/child-health/" class="elementor-item" tabindex="-1">Child Health</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14589"><a href="https://orionhealth.com/global/solution/healthcare-navigation-and-access/" class="elementor-item" tabindex="-1">Healthcare Navigation</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14590"><a href="https://orionhealth.com/global/solution/hospital-information-system/" class="elementor-item" tabindex="-1">Hospital Information System</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14591"><a href="https://orionhealth.com/global/solution/interoperability/" class="elementor-item" tabindex="-1">Interoperability</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14592"><a href="https://orionhealth.com/global/solution/medicines-platform/" class="elementor-item" tabindex="-1">Medicines Platform</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14593"><a href="https://orionhealth.com/global/solution/patient-engagement/" class="elementor-item" tabindex="-1">Patient Engagement</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14595"><a href="https://orionhealth.com/global/solution/population-health-management/" class="elementor-item" tabindex="-1">Population Health Management</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14598"><a href="https://orionhealth.com/global/solution/health-screening/" class="elementor-item" tabindex="-1">Screening</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14599"><a href="https://orionhealth.com/global/solution/shared-care-record/" class="elementor-item" tabindex="-1">Shared Care Record</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17769"><a href="https://orionhealth.com/global/solution/referral-management/" class="elementor-item" tabindex="-1">Referral Management</a></li>
</ul>			</nav>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-1225c26" data-id="1225c26" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-623c6cb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="623c6cb" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-0fb00ae" data-id="0fb00ae" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-84f3cdd elementor-widget elementor-widget-heading" data-id="84f3cdd" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="https://orionhealth.com/global/contact/">Contact</a></h2>		</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-9a8b5a8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9a8b5a8" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3dcc34a" data-id="3dcc34a" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-b2209a2 elementor-widget elementor-widget-heading" data-id="b2209a2" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">About Us</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-c357bc9 elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="c357bc9" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;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\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-c357bc9" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14579"><a href="https://orionhealth.com/global/about-us/" class="elementor-item">About Orion Health</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18233"><a href="https://orionhealth.com/global/certifications/" class="elementor-item">Certifications</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-228565"><a href="https://orionhealth.com/global/about-us/values/" class="elementor-item">Our values</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-470601"><a href="https://orionhealth.com/global/state-health-data-center-of-excellence/" class="elementor-item">State Health Data Center of Excellence</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-c357bc9" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14579"><a href="https://orionhealth.com/global/about-us/" class="elementor-item" tabindex="-1">About Orion Health</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18233"><a href="https://orionhealth.com/global/certifications/" class="elementor-item" tabindex="-1">Certifications</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-228565"><a href="https://orionhealth.com/global/about-us/values/" class="elementor-item" tabindex="-1">Our values</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-470601"><a href="https://orionhealth.com/global/state-health-data-center-of-excellence/" class="elementor-item" tabindex="-1">State Health Data Center of Excellence</a></li>
</ul>			</nav>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-c6e08d9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c6e08d9" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-98351c7" data-id="98351c7" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-3da5d0c elementor-widget elementor-widget-heading" data-id="3da5d0c" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><a href="https://orionhealth.com/global/documentation/">Support</a></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-c245063 elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="c245063" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;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\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-c245063" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-470580"><a href="https://orionhealth.com/global/responsible-security-disclosure/" class="elementor-item">Responsible Security Disclosure</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-c245063" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-470580"><a href="https://orionhealth.com/global/responsible-security-disclosure/" class="elementor-item" tabindex="-1">Responsible Security Disclosure</a></li>
</ul>			</nav>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-347a38c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="347a38c" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c216e0c" data-id="c216e0c" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-5fbc295 elementor-widget elementor-widget-heading" data-id="5fbc295" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Careers</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-69fd2de elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="69fd2de" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;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\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-69fd2de" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-569"><a href="/careers/" class="elementor-item">Careers</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-570"><a href="/careers/job-search/" class="elementor-item">Job search</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-228967"><a href="https://orionhealth.com/global/graduates-and-interns/" class="elementor-item">Graduates and Interns</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-69fd2de" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-569"><a href="/careers/" class="elementor-item" tabindex="-1">Careers</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-570"><a href="/careers/job-search/" class="elementor-item" tabindex="-1">Job search</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-228967"><a href="https://orionhealth.com/global/graduates-and-interns/" class="elementor-item" tabindex="-1">Graduates and Interns</a></li>
</ul>			</nav>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-341c1a7" data-id="341c1a7" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-a5e0a36 orion-hotspots elementor-widget elementor-widget-elementskit-hotspot" data-id="a5e0a36" data-element_type="widget" id="hotspots-map" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-hotspot.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con" >
        <div class="ekit-location-groups">
            <div class="ekit-map-image text-center">
                <img width="597" height="352" loading="lazy" src="https://res.cloudinary.com/dsywumv70/images/w_597,h_352,c_scale/f_auto,q_auto/v1692585705/orionhealth.com/world-map2/world-map2.png?_i=AA" class="attachment-full size-full wp-image-11863" alt="World Map" decoding="async" data-public-id="orionhealth.com/world-map2/world-map2.png" data-format="png" data-transformations="f_auto,q_auto" data-version="1692585705" data-seo="1" data-responsive="1" srcset="https://res.cloudinary.com/dsywumv70/images/w_597,h_352,c_scale/f_auto,q_auto/v1692585705/orionhealth.com/world-map2/world-map2.png?_i=AA 597w, https://res.cloudinary.com/dsywumv70/images/w_448,h_264,c_scale/f_auto,q_auto/v1692585705/orionhealth.com/world-map2/world-map2.png?_i=AA 448w, https://res.cloudinary.com/dsywumv70/images/w_248,h_146,c_scale/f_auto,q_auto/v1692585705/orionhealth.com/world-map2/world-map2.png?_i=AA 248w" sizes="(max-width: 597px) 100vw, 597px" />            </div>
            <div class="ekit-location-wraper clearfix">
                
<div class="ekit-location elementor-repeater-item-723dbcf ekit-location-on-hover click   ">
    <div class="ekit-location_outer">
        <div class="media ekit-flex-column ekit-location_inner">
            
                            <div class='media-body'>
                                        <h3 class="ekit-hotspot-title">Canada</h3>
                                                            <div class="ekit-location-des">
                        <p><a href="https://orionhealth.com/contact/">Canada</a></p>                    </div>
                                    </div>
                    </div>
    </div>
    <div class="ekit-location_indicator">
                    <div class="ekit_hotspot_pulse_1"></div>
            <div class="ekit_hotspot_pulse_2"></div>
                    </div>
</div>
<div class="ekit-location elementor-repeater-item-ad489e2 ekit-location-on-hover click   ">
    <div class="ekit-location_outer">
        <div class="media ekit-flex-column ekit-location_inner">
            
                            <div class='media-body'>
                                        <h3 class="ekit-hotspot-title">USA</h3>
                                                            <div class="ekit-location-des">
                        <p><a href="https://orionhealth.com/contact/">USA</a></p>                    </div>
                                    </div>
                    </div>
    </div>
    <div class="ekit-location_indicator">
                    <div class="ekit_hotspot_pulse_1"></div>
            <div class="ekit_hotspot_pulse_2"></div>
                    </div>
</div>
<div class="ekit-location elementor-repeater-item-808760a ekit-location-on-hover click   ">
    <div class="ekit-location_outer">
        <div class="media ekit-flex-column ekit-location_inner">
            
                            <div class='media-body'>
                                        <h3 class="ekit-hotspot-title">United Kingdom</h3>
                                                            <div class="ekit-location-des">
                        <p><a href="https://orionhealth.com/contact/">United Kingdom</a></p>                    </div>
                                    </div>
                    </div>
    </div>
    <div class="ekit-location_indicator">
                    <div class="ekit_hotspot_pulse_1"></div>
            <div class="ekit_hotspot_pulse_2"></div>
                    </div>
</div>
<div class="ekit-location elementor-repeater-item-44ded56 ekit-location-on-hover click   ">
    <div class="ekit-location_outer">
        <div class="media ekit-flex-column ekit-location_inner">
            
                            <div class='media-body'>
                                        <h3 class="ekit-hotspot-title">France</h3>
                                                            <div class="ekit-location-des">
                        <p><a href="https://orionhealth.com/contact/">France</a></p>                    </div>
                                    </div>
                    </div>
    </div>
    <div class="ekit-location_indicator">
                    <div class="ekit_hotspot_pulse_1"></div>
            <div class="ekit_hotspot_pulse_2"></div>
                    </div>
</div>
<div class="ekit-location elementor-repeater-item-dbfad63 ekit-location-on-hover click   ">
    <div class="ekit-location_outer">
        <div class="media ekit-flex-column ekit-location_inner">
            
                            <div class='media-body'>
                                        <h3 class="ekit-hotspot-title">Spain</h3>
                                                            <div class="ekit-location-des">
                        <p><a href="https://orionhealth.com/contact/">Spain</a></p>                    </div>
                                    </div>
                    </div>
    </div>
    <div class="ekit-location_indicator">
                    <div class="ekit_hotspot_pulse_1"></div>
            <div class="ekit_hotspot_pulse_2"></div>
                    </div>
</div>
<div class="ekit-location elementor-repeater-item-64100d8 ekit-location-on-hover click   ">
    <div class="ekit-location_outer">
        <div class="media ekit-flex-column ekit-location_inner">
            
                            <div class='media-body'>
                                        <h3 class="ekit-hotspot-title">Middle East</h3>
                                                            <div class="ekit-location-des">
                        <p><a href="https://orionhealth.com/contact/">Middle East</a></p>                    </div>
                                    </div>
                    </div>
    </div>
    <div class="ekit-location_indicator">
                    <div class="ekit_hotspot_pulse_1"></div>
            <div class="ekit_hotspot_pulse_2"></div>
                    </div>
</div>
<div class="ekit-location elementor-repeater-item-dfb1eab ekit-location-on-hover click   ">
    <div class="ekit-location_outer">
        <div class="media ekit-flex-column ekit-location_inner">
            
                            <div class='media-body'>
                                        <h3 class="ekit-hotspot-title">South East Asia</h3>
                                                            <div class="ekit-location-des">
                        <p><a href="https://orionhealth.com/contact/">South East Asia</a></p>                    </div>
                                    </div>
                    </div>
    </div>
    <div class="ekit-location_indicator">
                    <div class="ekit_hotspot_pulse_1"></div>
            <div class="ekit_hotspot_pulse_2"></div>
                    </div>
</div>
<div class="ekit-location elementor-repeater-item-826713a ekit-location-on-hover click   ">
    <div class="ekit-location_outer">
        <div class="media ekit-flex-column ekit-location_inner">
            
                            <div class='media-body'>
                                        <h3 class="ekit-hotspot-title">Australia</h3>
                                                            <div class="ekit-location-des">
                        <p><a href="https://orionhealth.com/contact/">Australia</a></p>                    </div>
                                    </div>
                    </div>
    </div>
    <div class="ekit-location_indicator">
                    <div class="ekit_hotspot_pulse_1"></div>
            <div class="ekit_hotspot_pulse_2"></div>
                    </div>
</div>
<div class="ekit-location elementor-repeater-item-5d3ef6a ekit-location-on-hover click   ">
    <div class="ekit-location_outer">
        <div class="media ekit-flex-column ekit-location_inner">
            
                            <div class='media-body'>
                                        <h3 class="ekit-hotspot-title">New Zealand</h3>
                                                            <div class="ekit-location-des">
                        <p><a href="https://orionhealth.com/contact/">New Zealand</a></p>                    </div>
                                    </div>
                    </div>
    </div>
    <div class="ekit-location_indicator">
                    <div class="ekit_hotspot_pulse_1"></div>
            <div class="ekit_hotspot_pulse_2"></div>
                    </div>
</div>
            </div><!-- .location-wraper END -->
        </div>
    </div>		</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</footer>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-873cf40 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="873cf40" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5d2ab06" data-id="5d2ab06" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-e676d8c e-grid-align-left elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="e676d8c" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
			<style>/*! elementor - v3.18.0 - 20-12-2023 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-icon-facebook elementor-repeater-item-4cbcfb1" href="https://www.facebook.com/orionhealth/" target="_blank">
						<span class="elementor-screen-only">Icon-facebook</span>
						<i class="icon icon-facebook"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin-in elementor-repeater-item-fc7b6ff" href="https://www.linkedin.com/company/orion-health" target="_blank">
						<span class="elementor-screen-only">Linkedin-in</span>
						<svg 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>					</a>
				</span>
					</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-981bb9b elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="981bb9b" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
			<link rel="stylesheet" href="https://orionhealth.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css">		<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<a href="/privacy-policy/">

											<span class="elementor-icon-list-text">Privacy Policy</span>
											</a>
									</li>
								<li class="elementor-icon-list-item elementor-inline-item">
											<a href="/cookie-policy/">

											<span class="elementor-icon-list-text">Cookie Policy</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
				<div class="elementor-element elementor-element-e9dd751 elementor-widget elementor-widget-text-editor" data-id="e9dd751" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
								<div class="elementor-text-editor elementor-clearfix">
				<p>Copyright© 2023. Orion Health group of companies. All rights reserved</p>					</div>
						</div>
				</div>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c7a1f69" data-id="c7a1f69" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-00d4058 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="00d4058" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6c694d5" data-id="6c694d5" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-97f20df elementor-widget elementor-widget-elementskit-button" data-id="97f20df" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-button.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con" >		<div class="ekit-btn-wraper">
							<a href="#" class="elementskit-btn  whitespace--normal" id="">
									</a>
					</div>
        </div>		</div>
				</div>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d2c6805" data-id="d2c6805" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-a7ba33c elementor-widget elementor-widget-image" data-id="a7ba33c" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
								<div class="elementor-image">
													<a href="https://orionhealth.com/global/">
							<img width="260" height="96" loading="lazy" src="https://res.cloudinary.com/dsywumv70/images/w_260,h_96,c_scale/f_auto,q_auto/v1692586251/orionhealth.com/Orion-Health-Logo/Orion-Health-Logo.png?_i=AA" class="attachment-medium size-medium wp-image-582" alt="Orion Health Logo" data-public-id="orionhealth.com/Orion-Health-Logo/Orion-Health-Logo.png" data-format="png" data-transformations="f_auto,q_auto" data-version="1692586251" data-seo="1" data-responsive="1" srcset="https://res.cloudinary.com/dsywumv70/images/w_260,h_96,c_scale/f_auto,q_auto/v1692586251/orionhealth.com/Orion-Health-Logo/Orion-Health-Logo.png?_i=AA 260w, https://res.cloudinary.com/dsywumv70/images/w_248,h_91,c_scale/f_auto,q_auto/v1692586251/orionhealth.com/Orion-Health-Logo/Orion-Health-Logo.png?_i=AA 248w" sizes="(max-width: 260px) 100vw, 260px" />								</a>
														</div>
						</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
							</div>
				</div>
		
<template id="tp-language" data-tp-language="global"></template><div class="trp_model_container" id="trp_ald_modal_container" style="display: none" data-no-dynamic-translation data-no-translation>
        <div class="trp_ald_modal" id="trp_ald_modal_popup">
            <div id="trp_ald_popup_text"></div>

        <div class="trp_ald_select_and_button">
            <div class="trp_ald_ls_container">
            <div class="trp-language-switcher trp-language-switcher-container"  id="trp_ald_popup_select_container" data-no-translation >
                
                <div class="trp-ls-shortcode-current-language" id="global" special-selector="trp_ald_popup_current_language" data-trp-ald-selected-language= "global">
                    <img loading="lazy" class="trp-flag-image" src="/wp-content/uploads/globe-1.jpg" width="18" height="12" alt="global" title="Global"> GLOBAL                </div>
                <div class="trp-ls-shortcode-language">
                    <div class="trp-ald-popup-select" id="global" data-trp-ald-selected-language = "global">
                        <img loading="lazy" class="trp-flag-image" src="/wp-content/uploads/globe-1.jpg" width="18" height="12" alt="global" title="Global"> GLOBAL                    </div>
                                                                    <div class="trp-ald-popup-select" id="en_US" data-trp-ald-selected-language = "en_US">
                                <img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_US.jpg" width="18" height="12" alt="en_US" title="English (United States)"> US                            </div>
                                                                        <div class="trp-ald-popup-select" id="en_CA" data-trp-ald-selected-language = "en_CA">
                                <img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_CA.jpg" width="18" height="12" alt="en_CA" title="English (Canada)"> CA                            </div>
                                                                        <div class="trp-ald-popup-select" id="en_GB" data-trp-ald-selected-language = "en_GB">
                                <img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_GB.jpg" width="18" height="12" alt="en_GB" title="English (UK)"> UK                            </div>
                                                                        <div class="trp-ald-popup-select" id="en_AU" data-trp-ald-selected-language = "en_AU">
                                <img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_AU.jpg" width="18" height="12" alt="en_AU" title="English (Australia)"> AU                            </div>
                                                                        <div class="trp-ald-popup-select" id="en_NZ" data-trp-ald-selected-language = "en_NZ">
                                <img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_NZ.jpg" width="18" height="12" alt="en_NZ" title="English (New Zealand)"> NZ                            </div>
                                                            </div>
            </div>
            </div>


            <div class="trp_ald_button">
            <a href="https://orionhealth.com" id="trp_ald_popup_change_language"></a>
            </div>
         </div>
        <a id="trp_ald_x_button_and_textarea" href="#"> <span id="trp_ald_x_button"></span><span id="trp_ald_x_button_textarea"></span></a>
    </div>
</div>
<template id="trp_ald_no_text_popup_template">
    <div id="trp_no_text_popup_wrap">
        <div id="trp_no_text_popup" class="trp_ald_no_text_popup" data-no-dynamic-translation data-no-translation>
            
            <div id="trp_ald_not_text_popup_ls_and_button">
                <div id="trp_ald_no_text_popup_div">
                    <span id="trp_ald_no_text_popup_text"></span>
                </div>
                <div class="trp_ald_ls_container">
                    <div class="trp-language-switcher trp-language-switcher-container" id="trp_ald_no_text_select"
                         data-no-translation >
                        
                        <div class="trp-ls-shortcode-current-language" id="global"
                             special-selector="trp_ald_popup_current_language" data-trp-ald-selected-language="global">
                            <img loading="lazy" class="trp-flag-image" src="/wp-content/uploads/globe-1.jpg" width="18" height="12" alt="global" title="Global"> GLOBAL                        </div>
                        <div class="trp-ls-shortcode-language" id="trp_ald_no_text_popup_select_container">
                            <div class="trp-ald-popup-select" id="global"
                                 data-trp-ald-selected-language= global>
                                <img loading="lazy" class="trp-flag-image" src="/wp-content/uploads/globe-1.jpg" width="18" height="12" alt="global" title="Global"> GLOBAL                            </div>
                                                                                            <div class="trp-ald-popup-select" id="en_US"
                                         data-trp-ald-selected-language="en_US">
                                        <img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_US.jpg" width="18" height="12" alt="en_US" title="English (United States)"> US
                                    </div>
                                                                                                <div class="trp-ald-popup-select" id="en_CA"
                                         data-trp-ald-selected-language="en_CA">
                                        <img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_CA.jpg" width="18" height="12" alt="en_CA" title="English (Canada)"> CA
                                    </div>
                                                                                                <div class="trp-ald-popup-select" id="en_GB"
                                         data-trp-ald-selected-language="en_GB">
                                        <img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_GB.jpg" width="18" height="12" alt="en_GB" title="English (UK)"> UK
                                    </div>
                                                                                                <div class="trp-ald-popup-select" id="en_AU"
                                         data-trp-ald-selected-language="en_AU">
                                        <img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_AU.jpg" width="18" height="12" alt="en_AU" title="English (Australia)"> AU
                                    </div>
                                                                                                <div class="trp-ald-popup-select" id="en_NZ"
                                         data-trp-ald-selected-language="en_NZ">
                                        <img loading="lazy" class="trp-flag-image" src="https://orionhealth.com/wp-content/themes/engage/images/flags/en_NZ.jpg" width="18" height="12" alt="en_NZ" title="English (New Zealand)"> NZ
                                    </div>
                                                                                    </div>
                    </div>
                </div>
                <div class="trp_ald_change_language_div">
                    <a href="https://orionhealth.com" id="trp_ald_no_text_popup_change_language"></a>
                </div>
                <div id="trp_ald_no_text_popup_x_button_and_textarea"> <a id="trp_ald_no_text_popup_x_button"></a><span id="trp_ald_no_text_popup_x_button_textarea"></span></div>
            </div>
            <div id="trp_ald_no_text_popup_x">
                <button id="trp_close"></button>
            </div>
        </div>
    </div>
</template>					<script type="text/x-template" id="mobile-menu-item-template"><li
	:id="'jet-mobile-menu-item-'+itemDataObject.itemId"
	:class="itemClasses"
>
	<div
		class="jet-mobile-menu__item-inner"
		tabindex="0"
		:aria-label="itemDataObject.name"
        aria-expanded="false"
		v-on:click="itemSubHandler"
		v-on:keyup.enter="itemSubHandler"
	>
		<a
			:class="itemLinkClasses"
			:href="itemDataObject.url"
			:rel="itemDataObject.xfn"
			:title="itemDataObject.attrTitle"
			:target="itemDataObject.target"
		>
			<div class="jet-menu-item-wrapper">
				<div
					class="jet-menu-icon"
					v-if="isIconVisible"
					v-html="itemIconHtml"
				></div>
				<div class="jet-menu-name">
					<span
						class="jet-menu-label"
						v-if="isLabelVisible"
						v-html="itemDataObject.name"
					></span>
					<small
						class="jet-menu-desc"
						v-if="isDescVisible"
						v-html="itemDataObject.description"
					></small>
				</div>
				<div
					class="jet-menu-badge"
					v-if="isBadgeVisible"
				>
					<div class="jet-menu-badge__inner" v-html="itemDataObject.badgeContent"></div>
				</div>
			</div>
		</a>
		<span
			class="jet-dropdown-arrow"
			v-if="isSub && !templateLoadStatus"
			v-html="dropdownIconHtml"
			v-on:click="markerSubHandler"
		>
		</span>
		<div
			class="jet-mobile-menu__template-loader"
			v-if="templateLoadStatus"
		>
			<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="24px" height="25px" viewBox="0 0 128 128" xml:space="preserve">
				<g>
					<linearGradient id="linear-gradient">
						<stop offset="0%" :stop-color="loaderColor" stop-opacity="0"/>
						<stop offset="100%" :stop-color="loaderColor" stop-opacity="1"/>
					</linearGradient>
				<path d="M63.85 0A63.85 63.85 0 1 1 0 63.85 63.85 63.85 0 0 1 63.85 0zm.65 19.5a44 44 0 1 1-44 44 44 44 0 0 1 44-44z" fill="url(#linear-gradient)" fill-rule="evenodd"/>
				<animateTransform attributeName="transform" type="rotate" from="0 64 64" to="360 64 64" dur="1080ms" repeatCount="indefinite"></animateTransform>
				</g>
			</svg>
		</div>
	</div>

	<transition name="menu-container-expand-animation">
		<mobile-menu-list
			v-if="isDropdownLayout && subDropdownVisible"
			:depth="depth+1"
			:children-object="itemDataObject.children"
		></mobile-menu-list>
	</transition>

</li>
					</script>					<script type="text/x-template" id="mobile-menu-list-template"><div
	class="jet-mobile-menu__list"
	role="navigation"
>
	<ul class="jet-mobile-menu__items">
		<mobile-menu-item
			v-for="(item, index) in childrenObject"
			:key="item.id"
			:item-data-object="item"
			:depth="depth"
		></mobile-menu-item>
	</ul>
</div>
					</script>					<script type="text/x-template" id="mobile-menu-template"><div
	:class="instanceClass"
	v-on:keyup.esc="escapeKeyHandler"
>
	<div
		class="jet-mobile-menu__toggle"
		role="button"
		ref="toggle"
		tabindex="0"
		aria-label="Open/Close Menu"
        aria-expanded="false"
		v-on:click="menuToggle"
		v-on:keyup.enter="menuToggle"
	>
		<div
			class="jet-mobile-menu__template-loader"
			v-if="toggleLoaderVisible"
		>
			<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="24px" height="25px" viewBox="0 0 128 128" xml:space="preserve">
				<g>
					<linearGradient id="linear-gradient">
						<stop offset="0%" :stop-color="loaderColor" stop-opacity="0"/>
						<stop offset="100%" :stop-color="loaderColor" stop-opacity="1"/>
					</linearGradient>
				<path d="M63.85 0A63.85 63.85 0 1 1 0 63.85 63.85 63.85 0 0 1 63.85 0zm.65 19.5a44 44 0 1 1-44 44 44 44 0 0 1 44-44z" fill="url(#linear-gradient)" fill-rule="evenodd"/>
				<animateTransform attributeName="transform" type="rotate" from="0 64 64" to="360 64 64" dur="1080ms" repeatCount="indefinite"></animateTransform>
				</g>
			</svg>
		</div>

		<div
			class="jet-mobile-menu__toggle-icon"
			v-if="!menuOpen && !toggleLoaderVisible"
			v-html="toggleClosedIcon"
		></div>
		<div
			class="jet-mobile-menu__toggle-icon"
			v-if="menuOpen && !toggleLoaderVisible"
			v-html="toggleOpenedIcon"
		></div>
		<span
			class="jet-mobile-menu__toggle-text"
			v-if="toggleText"
			v-html="toggleText"
		></span>

	</div>

	<transition name="cover-animation">
		<div
			class="jet-mobile-menu-cover"
			v-if="menuContainerVisible && coverVisible"
			v-on:click="closeMenu"
		></div>
	</transition>

	<transition :name="showAnimation">
		<div
			class="jet-mobile-menu__container"
			v-if="menuContainerVisible"
		>
			<div
				class="jet-mobile-menu__container-inner"
			>
				<div
					class="jet-mobile-menu__header-template"
					v-if="headerTemplateVisible"
				>
					<div
						class="jet-mobile-menu__header-template-content"
						ref="header-template-content"
						v-html="headerContent"
					></div>
				</div>

				<div
					class="jet-mobile-menu__controls"
				>
					<div
						class="jet-mobile-menu__breadcrumbs"
						v-if="isBreadcrumbs"
					>
						<div
							class="jet-mobile-menu__breadcrumb"
							v-for="(item, index) in breadcrumbsPathData"
							:key="index"
						>
							<div
								class="breadcrumb-label"
								v-on:click="breadcrumbHandle(index+1)"
								v-html="item"
							></div>
							<div
								class="breadcrumb-divider"
								v-html="breadcrumbIcon"
								v-if="(breadcrumbIcon && index !== breadcrumbsPathData.length-1)"
							></div>
						</div>
					</div>
					<div
						class="jet-mobile-menu__back"
						role="button"
						ref="back"
						tabindex="0"
						aria-label="Close Menu"
                        aria-expanded="false"
						v-if="!isBack && isClose"
						v-html="closeIcon"
						v-on:click="menuToggle"
						v-on:keyup.enter="menuToggle"
					></div>
					<div
						class="jet-mobile-menu__back"
						role="button"
						ref="back"
						tabindex="0"
						aria-label="Back to Prev Items"
                        aria-expanded="false"
						v-if="isBack"
						v-html="backIcon"
						v-on:click="goBack"
						v-on:keyup.enter="goBack"
					></div>
				</div>

				<div
					class="jet-mobile-menu__before-template"
					v-if="beforeTemplateVisible"
				>
					<div
						class="jet-mobile-menu__before-template-content"
						ref="before-template-content"
						v-html="beforeContent"
					></div>
				</div>

				<div
					class="jet-mobile-menu__body"
				>
					<transition :name="animation">
						<mobile-menu-list
							v-if="!templateVisible"
							:key="depth"
							:depth="depth"
							:children-object="itemsList"
						></mobile-menu-list>
						<div
							class="jet-mobile-menu__template"
							ref="template-content"
							v-if="templateVisible"
						>
							<div
								class="jet-mobile-menu__template-content"
								v-html="itemTemplateContent"
							></div>
						</div>
					</transition>
				</div>

				<div
					class="jet-mobile-menu__after-template"
					v-if="afterTemplateVisible"
				>
					<div
						class="jet-mobile-menu__after-template-content"
						ref="after-template-content"
						v-html="afterContent"
					></div>
				</div>

			</div>
		</div>
	</transition>
</div>
					</script><link rel='stylesheet' id='elementor-post-8132-css' href='https://orionhealth.com/wp-content/uploads/elementor/css/post-8132.css?ver=1714716609' media='all' />
<link rel='stylesheet' id='elementor-post-8203-css' href='https://orionhealth.com/wp-content/uploads/elementor/css/post-8203.css?ver=1714716609' media='all' />
<link rel='stylesheet' id='elementor-post-18610-css' href='https://orionhealth.com/wp-content/uploads/elementor/css/post-18610.css?ver=1714716610' media='all' />
<link rel='stylesheet' id='elementor-post-13582-css' href='https://orionhealth.com/wp-content/uploads/elementor/css/post-13582.css?ver=1714716610' media='all' />
<link rel='stylesheet' id='elementor-post-228950-css' href='https://orionhealth.com/wp-content/uploads/elementor/css/post-228950.css?ver=1714716610' media='all' />
<link rel='stylesheet' id='elementor-gallery-css' href='https://orionhealth.com/wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css?ver=52a78dc3' media='all' />
<link rel='stylesheet' id='elementskit-reset-button-for-pro-form-css-css' href='https://orionhealth.com/wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/css/elementskit-reset-button.css?ver=015243ce' media='all' />
<link rel='stylesheet' id='ekit-particles-css' href='https://orionhealth.com/wp-content/plugins/elementskit/modules/particles/assets/css/particles.css?ver=015243ce' media='all' />
<link rel='stylesheet' id='e-animations-css' href='https://orionhealth.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3cfe250b' media='all' />
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/themes/engage/js/navigation.js?ver=57baae2c" id="engage-navigation-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/themes/engage/js/main.js?ver=57baae2c" id="engage-script-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://c0.wp.com/c/6.5.2/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js" id="wp-polyfill-inert-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://c0.wp.com/c/6.5.2/wp-includes/js/dist/vendor/regenerator-runtime.min.js" id="regenerator-runtime-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://c0.wp.com/c/6.5.2/wp-includes/js/dist/vendor/wp-polyfill.min.js" id="wp-polyfill-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://c0.wp.com/c/6.5.2/wp-includes/js/dist/hooks.min.js" id="wp-hooks-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/jet-menu/assets/public/lib/vue/vue.min.js?ver=9e538d4a" id="jet-vue-js" defer></script>
<script id="jet-menu-public-scripts-js-extra">
var jetMenuPublicSettings = {"version":"2.4.4","ajaxUrl":"https:\/\/orionhealth.com\/wp-admin\/admin-ajax.php","isMobile":"false","getElementorTemplateApiUrl":"https:\/\/orionhealth.com\/global\/wp-json\/jet-menu-api\/v2\/get-elementor-template-content","getBlocksTemplateApiUrl":"https:\/\/orionhealth.com\/global\/wp-json\/jet-menu-api\/v2\/get-blocks-template-content","menuItemsApiUrl":"https:\/\/orionhealth.com\/global\/wp-json\/jet-menu-api\/v2\/get-menu-items","restNonce":"a8312ddfa1","devMode":"false","wpmlLanguageCode":"","menuSettings":{"jetMenuRollUp":"true","jetMenuMouseleaveDelay":"500","jetMenuMegaWidthType":"container","jetMenuMegaWidthSelector":"","jetMenuMegaOpenSubType":"hover","jetMenuMegaAjax":"false"}};
var CxCollectedCSS = {"type":"text\/css","title":"cx-collected-dynamic-style","css":"{  }.jet-mobile-menu--location-wp-nav .jet-menu-icon {-webkit-align-self:center; align-self:center; }{  }.jet-mobile-menu--location-wp-nav .jet-menu-badge {-webkit-align-self:flex-start; align-self:flex-start; }"};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/jet-menu/assets/public/js/jet-menu-public-scripts.js?ver=b03ed31b" id="jet-menu-public-scripts-js" defer></script>
<script type="rocketlazyloadscript" id="jet-menu-public-scripts-js-after">
function CxCSSCollector(){"use strict";var t,e=window.CxCollectedCSS;void 0!==e&&((t=document.createElement("style")).setAttribute("title",e.title),t.setAttribute("type",e.type),t.textContent=e.css,document.head.appendChild(t))}CxCSSCollector();
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js?ver=6457d68e" id="elementskit-framework-js-frontend-js" defer></script>
<script type="rocketlazyloadscript" id="elementskit-framework-js-frontend-js-after">
		var elementskit = {
			resturl: 'https://orionhealth.com/global/wp-json/elementskit/v1/',
		}

		
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js?ver=6457d68e" id="ekit-widget-scripts-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementskit/modules/parallax/assets/js/anime.js?ver=015243ce" id="animejs-js" defer></script>
<script type="rocketlazyloadscript" defer data-rocket-src="https://orionhealth.com/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-frontend-scripts.js?ver=015243ce" id="elementskit-parallax-frontend-defer-js"></script>
<script src="https://orionhealth.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=6ccb67f9" id="smartmenus-js" defer></script>
<script src="https://orionhealth.com/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js?ver=af23e835" id="jquery-numerator-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js?ver=52a78dc3" id="elementor-gallery-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://c0.wp.com/c/6.5.2/wp-includes/js/imagesloaded.min.js" id="imagesloaded-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3cfe250b" id="elementor-pro-webpack-runtime-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3cfe250b" id="elementor-webpack-runtime-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3cfe250b" id="elementor-frontend-modules-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://c0.wp.com/c/6.5.2/wp-includes/js/dist/i18n.min.js" 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:\/\/orionhealth.com\/wp-admin\/admin-ajax.php","nonce":"649a8adbc0","urls":{"assets":"https:\/\/orionhealth.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/orionhealth.com\/global\/wp-json\/"},"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"}},"facebook_sdk":{"lang":"global","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/orionhealth.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3cfe250b" id="elementor-pro-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=2260147a" id="elementor-waypoints-js" defer></script>
<script src="https://c0.wp.com/c/6.5.2/wp-includes/js/jquery/ui/core.min.js" 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","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","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}}},"version":"3.18.3","is_static":false,"experimentalFeatures":{"e_optimized_assets_loading":true,"e_optimized_css_loading":true,"e_font_icon_svg":true,"container":true,"block_editor_assets_optimize":true,"nested-elements":true,"e_image_loading_optimization":true,"e_global_styleguide":true,"notes":true},"urls":{"assets":"https:\/\/orionhealth.com\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper-container","settings":{"page":[],"editorPreferences":[]},"kit":{"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":23,"title":"Reimagining%20Healthcare%20through%20Software%20Solutions%20%7C%20Orion%20Health","excerpt":"","featuredImage":false}};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3cfe250b" id="elementor-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3cfe250b" id="pro-elements-handlers-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/jet-menu/includes/elementor/assets/public/js/widgets-scripts.js?ver=b03ed31b" id="jet-menu-elementor-widgets-scripts-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/animate-circle.min.js?ver=6457d68e" id="animate-circle-js" defer></script>
<script id="elementskit-elementor-js-extra">
var ekit_config = {"ajaxurl":"https:\/\/orionhealth.com\/wp-admin\/admin-ajax.php","nonce":"ada69c2eca"};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js?ver=6457d68e" id="elementskit-elementor-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementskit/widgets/init/assets/js/elementor.js?ver=015243ce" id="elementskit-elementor-pro-js" defer></script>
<script type="rocketlazyloadscript" defer data-rocket-src="https://orionhealth.com/wp-content/plugins/elementskit/modules/sticky-content/assets/js/elementskit-sticky-content.js?ver=015243ce" id="elementskit-sticky-content-script-init-defer-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/js/elementskit-reset-button.js?ver=015243ce" id="elementskit-reset-button-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementskit/modules/particles/assets/js/particles.min.js?ver=015243ce" id="particles-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementskit/modules/particles/assets/js/ekit-particles.js?ver=015243ce" id="ekit-particles-js" defer></script>
<script type="rocketlazyloadscript" defer data-rocket-src="https://orionhealth.com/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-admin-scripts.js?ver=015243ce" id="elementskit-parallax-admin-defer-js"></script>
<script src="https://orionhealth.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3cfe250b" id="e-sticky-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://kit.fontawesome.com/e7e6f37f16.js?ver=3cfe250b" id="font-awesome-pro-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementskit/modules/wrapper-link/assets/js/wrapper.js?ver=015243ce" id="elementskit-wrapper-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementskit/modules/mouse-cursor/assets/js/cotton.min.js?ver=015243ce" id="cotton-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://orionhealth.com/wp-content/plugins/elementskit/modules/mouse-cursor/assets/js/mouse-cursor-scripts.js?ver=015243ce" id="mouse-cursor-js" defer></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@1715039099 -->