Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - mycdi.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Sat, 10 May 2025 13:36:12 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Keep-Alive: timeout=20
Location: https://rayusradiology.com/
Permissions-Policy: "geolocation=self"
Referrer-Policy: "strict-origin-when-cross-origin"
X-Content-Type-Options: "nosniff"
X-XSS-Protection: 1; mode=block
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
X-Content-Type-Options: nosniff
Content-Security-Policy: upgrade-insecure-requests
Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval' data: blob:;

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - http://rayusradiology.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Sat, 10 May 2025 13:36:13 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Keep-Alive: timeout=20
Vary: Accept-Encoding
Vary: Accept-Encoding
x-powered-by: WP Engine
Set-Cookie: usr_current_city=Helsinki; expires=Wed, 27 Oct 2027 13:36:13 GMT; Max-Age=77760000; path=/
Set-Cookie: usr_current_state=Uusimaa; expires=Wed, 27 Oct 2027 13:36:13 GMT; Max-Age=77760000; path=/
Set-Cookie: usr_current_postal=00100; expires=Wed, 27 Oct 2027 13:36:13 GMT; Max-Age=77760000; path=/
Set-Cookie: usr_current_geo=60.1695%2C24.9354; expires=Wed, 27 Oct 2027 13:36:13 GMT; Max-Age=77760000; path=/
Set-Cookie: usrloc=%7B%22city%22%3A%22Helsinki%22%2C%22state%22%3A%22Uusimaa%22%2C%22zip%22%3A%2200100%22%2C%22geoloc%22%3A%7B%22lat%22%3A%2260.1695%22%2C%22lng%22%3A%2224.9354%22%7D%7D; expires=Wed, 27 Oct 2027 13:36:13 GMT; Max-Age=77760000; path=/
Link: <https://rayusradiology.com/wp-json/>; rel="https://api.w.org/"
Link: <https://rayusradiology.com/wp-json/wp/v2/pages/12501>; rel="alternate"; title="JSON"; type="application/json"
Permissions-Policy: "geolocation=self"
Referrer-Policy: "strict-origin-when-cross-origin"
X-Content-Type-Options: "nosniff"
X-Pass-Why: custom-path
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: upgrade-insecure-requests

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: mycdi.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<script type="rocketlazyloadscript">
document.addEventListener("DOMContentLoaded", function() {
    // Check if we have a center in localStorage but not in cookie
    if (localStorage.getItem("CurrentCenterOfVisitor") && !document.cookie.includes("currentUserCenter=")) {
        try {
            const centerData = JSON.parse(localStorage.getItem("CurrentCenterOfVisitor"));
            if (centerData && centerData.post_id) {
                // Set cookie from localStorage data
                document.cookie = "currentUserCenter=" + centerData.post_id + "; path=/; max-age=" + (120 * 24 * 60 * 60);
                // Reload page to reflect the center in PHP
                if (!window.location.search.includes("centerSet=true")) {
                    window.location.href = window.location.href + (window.location.search ? "&" : "?") + "centerSet=true";
                }
            }
        } catch(e) {
            console.warn("Error processing center data:", e);
        }
    }
});
</script><!doctype html>
<html lang="en-US" class="no-js ">

<head> <script type="text/javascript">
/* <![CDATA[ */
var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),document.addEventListener("gform/theme/scripts_loaded",function(){gform.themeScriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>"function"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn("The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1."),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener("gform_main_scripts_loaded",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener("gform/theme/scripts_loaded",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener("DOMContentLoaded",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook("action",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook("filter",o,r,e,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,r){gform.removeHook("action",o,r)},removeFilter:function(o,r,e){gform.removeHook("filter",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+"_"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==r?t.apply(null,e):e[0]=t.apply(null,e)})),"filter"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});
/* ]]> */
</script>
<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="2.0.3",this.userEvents=["keydown","keyup","mousedown","mouseup","mousemove","mouseover","mouseenter","mouseout","mouseleave","touchmove","touchstart","touchend","touchcancel","wheel","click","dblclick","input","visibilitychange"],this.attributeEvents=["onblur","onclick","oncontextmenu","ondblclick","onfocus","onmousedown","onmouseenter","onmouseleave","onmousemove","onmouseout","onmouseover","onmouseup","onmousewheel","onscroll","onsubmit"]}async t(){this.i(),this.o(),/iP(ad|hone)/.test(navigator.userAgent)&&this.h(),this.u(),this.l(this),this.m(),this.k(this),this.p(this),this._(),await Promise.all([this.R(),this.L()]),this.lastBreath=Date.now(),this.S(this),this.P(),this.D(),this.O(),this.M(),await this.C(this.delayedScripts.normal),await this.C(this.delayedScripts.defer),await this.C(this.delayedScripts.async),this.F("domReady"),await this.T(),await this.j(),await this.I(),this.F("windowLoad"),await this.A(),window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this.everythingLoaded=!0,this.lastTouchEnd&&await new Promise((t=>setTimeout(t,500-Date.now()+this.lastTouchEnd))),this.H(),this.F("all"),this.U(),this.W()}i(){this.CSPIssue=sessionStorage.getItem("rocketCSPIssue"),document.addEventListener("securitypolicyviolation",(t=>{this.CSPIssue||"script-src-elem"!==t.violatedDirective||"data"!==t.blockedURI||(this.CSPIssue=!0,sessionStorage.setItem("rocketCSPIssue",!0))}),{isRocket:!0})}o(){window.addEventListener("pageshow",(t=>{this.persisted=t.persisted,this.realWindowLoadedFired=!0}),{isRocket:!0}),window.addEventListener("pagehide",(()=>{this.onFirstUserAction=null}),{isRocket:!0})}h(){let t;function e(e){t=e}window.addEventListener("touchstart",e,{isRocket:!0}),window.addEventListener("touchend",(function i(o){Math.abs(o.changedTouches[0].pageX-t.changedTouches[0].pageX)<10&&Math.abs(o.changedTouches[0].pageY-t.changedTouches[0].pageY)<10&&o.timeStamp-t.timeStamp<200&&(o.target.dispatchEvent(new PointerEvent("click",{target:o.target,bubbles:!0,cancelable:!0,detail:1})),event.preventDefault(),window.removeEventListener("touchstart",e,{isRocket:!0}),window.removeEventListener("touchend",i,{isRocket:!0}))}),{isRocket:!0})}q(t){this.userActionTriggered||("mousemove"!==t.type||this.firstMousemoveIgnored?"keyup"===t.type||"mouseover"===t.type||"mouseout"===t.type||(this.userActionTriggered=!0,this.onFirstUserAction&&this.onFirstUserAction()):this.firstMousemoveIgnored=!0),"click"===t.type&&t.preventDefault(),this.savedUserEvents.length>0&&(t.stopPropagation(),t.stopImmediatePropagation()),"touchstart"===this.lastEvent&&"touchend"===t.type&&(this.lastTouchEnd=Date.now()),"click"===t.type&&(this.lastTouchEnd=0),this.lastEvent=t.type,this.savedUserEvents.push(t)}u(){this.savedUserEvents=[],this.userEventHandler=this.q.bind(this),this.userEvents.forEach((t=>window.addEventListener(t,this.userEventHandler,{passive:!1,isRocket:!0})))}U(){this.userEvents.forEach((t=>window.removeEventListener(t,this.userEventHandler,{passive:!1,isRocket:!0}))),this.savedUserEvents.forEach((t=>{t.target.dispatchEvent(new window[t.constructor.name](t.type,t))}))}m(){this.eventsMutationObserver=new MutationObserver((t=>{const e="return false";for(const i of t){if("attributes"===i.type){const t=i.target.getAttribute(i.attributeName);t&&t!==e&&(i.target.setAttribute("data-rocket-"+i.attributeName,t),i.target["rocket"+i.attributeName]=new Function("event",t),i.target.setAttribute(i.attributeName,e))}"childList"===i.type&&i.addedNodes.forEach((t=>{if(t.nodeType===Node.ELEMENT_NODE)for(const i of t.attributes)this.attributeEvents.includes(i.name)&&i.value&&""!==i.value&&(t.setAttribute("data-rocket-"+i.name,i.value),t["rocket"+i.name]=new Function("event",i.value),t.setAttribute(i.name,e))}))}})),this.eventsMutationObserver.observe(document,{subtree:!0,childList:!0,attributeFilter:this.attributeEvents})}H(){this.eventsMutationObserver.disconnect(),this.attributeEvents.forEach((t=>{document.querySelectorAll("[data-rocket-"+t+"]").forEach((e=>{e.setAttribute(t,e.getAttribute("data-rocket-"+t)),e.removeAttribute("data-rocket-"+t)}))}))}k(t){Object.defineProperty(HTMLElement.prototype,"onclick",{get(){return this.rocketonclick||null},set(e){this.rocketonclick=e,this.setAttribute(t.everythingLoaded?"onclick":"data-rocket-onclick","this.rocketonclick(event)")}})}S(t){function e(e,i){let o=e[i];e[i]=null,Object.defineProperty(e,i,{get:()=>o,set(s){t.everythingLoaded?o=s:e["rocket"+i]=o=s}})}e(document,"onreadystatechange"),e(window,"onload"),e(window,"onpageshow");try{Object.defineProperty(document,"readyState",{get:()=>t.rocketReadyState,set(e){t.rocketReadyState=e},configurable:!0}),document.readyState="loading"}catch(t){console.log("WPRocket DJE readyState conflict, bypassing")}}l(t){this.originalAddEventListener=EventTarget.prototype.addEventListener,this.originalRemoveEventListener=EventTarget.prototype.removeEventListener,this.savedEventListeners=[],EventTarget.prototype.addEventListener=function(e,i,o){o&&o.isRocket||!t.B(e,this)&&!t.userEvents.includes(e)||t.B(e,this)&&!t.userActionTriggered||e.startsWith("rocket-")||t.everythingLoaded?t.originalAddEventListener.call(this,e,i,o):t.savedEventListeners.push({target:this,remove:!1,type:e,func:i,options:o})},EventTarget.prototype.removeEventListener=function(e,i,o){o&&o.isRocket||!t.B(e,this)&&!t.userEvents.includes(e)||t.B(e,this)&&!t.userActionTriggered||e.startsWith("rocket-")||t.everythingLoaded?t.originalRemoveEventListener.call(this,e,i,o):t.savedEventListeners.push({target:this,remove:!0,type:e,func:i,options:o})}}F(t){"all"===t&&(EventTarget.prototype.addEventListener=this.originalAddEventListener,EventTarget.prototype.removeEventListener=this.originalRemoveEventListener),this.savedEventListeners=this.savedEventListeners.filter((e=>{let i=e.type,o=e.target||window;return"domReady"===t&&"DOMContentLoaded"!==i&&"readystatechange"!==i||("windowLoad"===t&&"load"!==i&&"readystatechange"!==i&&"pageshow"!==i||(this.B(i,o)&&(i="rocket-"+i),e.remove?o.removeEventListener(i,e.func,e.options):o.addEventListener(i,e.func,e.options),!1))}))}p(t){let e;function i(e){return t.everythingLoaded?e:e.split(" ").map((t=>"load"===t||t.startsWith("load.")?"rocket-jquery-load":t)).join(" ")}function o(o){function s(e){const s=o.fn[e];o.fn[e]=o.fn.init.prototype[e]=function(){return this[0]===window&&t.userActionTriggered&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=i(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{const e=arguments[0][t];delete arguments[0][t],arguments[0][i(t)]=e}))),s.apply(this,arguments),this}}if(o&&o.fn&&!t.allJQueries.includes(o)){const e={DOMContentLoaded:[],"rocket-DOMContentLoaded":[]};for(const t in e)document.addEventListener(t,(()=>{e[t].forEach((t=>t()))}),{isRocket:!0});o.fn.ready=o.fn.init.prototype.ready=function(i){function s(){parseInt(o.fn.jquery)>2?setTimeout((()=>i.bind(document)(o))):i.bind(document)(o)}return t.realDomReadyFired?!t.userActionTriggered||t.fauxDomReadyFired?s():e["rocket-DOMContentLoaded"].push(s):e.DOMContentLoaded.push(s),o([])},s("on"),s("one"),s("off"),t.allJQueries.push(o)}e=o}t.allJQueries=[],o(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){o(t)}})}P(){const t=new Map;document.write=document.writeln=function(e){const i=document.currentScript,o=document.createRange(),s=i.parentElement;let n=t.get(i);void 0===n&&(n=i.nextSibling,t.set(i,n));const c=document.createDocumentFragment();o.setStart(c,0),c.appendChild(o.createContextualFragment(e)),s.insertBefore(c,n)}}async R(){return new Promise((t=>{this.userActionTriggered?t():this.onFirstUserAction=t}))}async L(){return new Promise((t=>{document.addEventListener("DOMContentLoaded",(()=>{this.realDomReadyFired=!0,t()}),{isRocket:!0})}))}async I(){return this.realWindowLoadedFired?Promise.resolve():new Promise((t=>{window.addEventListener("load",t,{isRocket:!0})}))}M(){this.pendingScripts=[];this.scriptsMutationObserver=new MutationObserver((t=>{for(const e of t)e.addedNodes.forEach((t=>{"SCRIPT"!==t.tagName||t.noModule||t.isWPRocket||this.pendingScripts.push({script:t,promise:new Promise((e=>{const i=()=>{const i=this.pendingScripts.findIndex((e=>e.script===t));i>=0&&this.pendingScripts.splice(i,1),e()};t.addEventListener("load",i,{isRocket:!0}),t.addEventListener("error",i,{isRocket:!0}),setTimeout(i,1e3)}))})}))})),this.scriptsMutationObserver.observe(document,{childList:!0,subtree:!0})}async j(){await this.J(),this.pendingScripts.length?(await this.pendingScripts[0].promise,await this.j()):this.scriptsMutationObserver.disconnect()}D(){this.delayedScripts={normal:[],async:[],defer:[]},document.querySelectorAll("script[type$=rocketlazyloadscript]").forEach((t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)}))}async _(){await this.L();let t=[];document.querySelectorAll("script[type$=rocketlazyloadscript][data-rocket-src]").forEach((e=>{let i=e.getAttribute("data-rocket-src");if(i&&!i.startsWith("data:")){i.startsWith("//")&&(i=location.protocol+i);try{const o=new URL(i).origin;o!==location.origin&&t.push({src:o,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}catch(t){}}})),t=[...new Map(t.map((t=>[JSON.stringify(t),t]))).values()],this.N(t,"preconnect")}async $(t){if(await this.G(),!0!==t.noModule||!("noModule"in HTMLScriptElement.prototype))return new Promise((e=>{let i;function o(){(i||t).setAttribute("data-rocket-status","executed"),e()}try{if(navigator.userAgent.includes("Firefox/")||""===navigator.vendor||this.CSPIssue)i=document.createElement("script"),[...t.attributes].forEach((t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),i.setAttribute(e,t.nodeValue))})),t.text&&(i.text=t.text),t.nonce&&(i.nonce=t.nonce),i.hasAttribute("src")?(i.addEventListener("load",o,{isRocket:!0}),i.addEventListener("error",(()=>{i.setAttribute("data-rocket-status","failed-network"),e()}),{isRocket:!0}),setTimeout((()=>{i.isConnected||e()}),1)):(i.text=t.text,o()),i.isWPRocket=!0,t.parentNode.replaceChild(i,t);else{const i=t.getAttribute("data-rocket-type"),s=t.getAttribute("data-rocket-src");i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",o,{isRocket:!0}),t.addEventListener("error",(i=>{this.CSPIssue&&i.target.src.startsWith("data:")?(console.log("WPRocket: CSP fallback activated"),t.removeAttribute("src"),this.$(t).then(e)):(t.setAttribute("data-rocket-status","failed-network"),e())}),{isRocket:!0}),s?(t.fetchPriority="high",t.removeAttribute("data-rocket-src"),t.src=s):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}}catch(i){t.setAttribute("data-rocket-status","failed-transform"),e()}}));t.setAttribute("data-rocket-status","skipped")}async C(t){const e=t.shift();return e?(e.isConnected&&await this.$(e),this.C(t)):Promise.resolve()}O(){this.N([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}N(t,e){this.trash=this.trash||[];let i=!0;var o=document.createDocumentFragment();t.forEach((t=>{const s=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(s&&!s.startsWith("data:")){const n=document.createElement("link");n.href=s,n.rel=e,"preconnect"!==e&&(n.as="script",n.fetchPriority=i?"high":"low"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),t.nonce&&(n.nonce=t.nonce),o.appendChild(n),this.trash.push(n),i=!1}})),document.head.appendChild(o)}W(){this.trash.forEach((t=>t.remove()))}async T(){try{document.readyState="interactive"}catch(t){}this.fauxDomReadyFired=!0;try{await this.G(),document.dispatchEvent(new Event("rocket-readystatechange")),await this.G(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this.G(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this.G(),window.dispatchEvent(new Event("rocket-DOMContentLoaded"))}catch(t){console.error(t)}}async A(){try{document.readyState="complete"}catch(t){}try{await this.G(),document.dispatchEvent(new Event("rocket-readystatechange")),await this.G(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this.G(),window.dispatchEvent(new Event("rocket-load")),await this.G(),window.rocketonload&&window.rocketonload(),await this.G(),this.allJQueries.forEach((t=>t(window).trigger("rocket-jquery-load"))),await this.G();const t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this.G(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}catch(t){console.error(t)}}async G(){Date.now()-this.lastBreath>45&&(await this.J(),this.lastBreath=Date.now())}async J(){return document.hidden?new Promise((t=>setTimeout(t))):new Promise((t=>requestAnimationFrame(t)))}B(t,e){return e===document&&"readystatechange"===t||(e===document&&"DOMContentLoaded"===t||(e===window&&"DOMContentLoaded"===t||(e===window&&"load"===t||e===window&&"pageshow"===t)))}static run(){(new RocketLazyLoadScripts).t()}}RocketLazyLoadScripts.run()})();</script>
            
    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=UA-48299523-2"></script>
    <script type="rocketlazyloadscript">
    window.dataLayer = window.dataLayer || [];

    function gtag() {
        dataLayer.push(arguments);
    }
    gtag('js', new Date());

    gtag('config', 'UA-48299523-2');
    </script>
    <!-- Google Tag Manager -->
    <script type="rocketlazyloadscript">
    (function(w, d, s, l, i) {
        w[l] = w[l] || [];
        w[l].push({
            'gtm.start': new Date().getTime(),
            event: 'gtm.js'
        });
        var f = d.getElementsByTagName(s)[0],
            j = d.createElement(s),
            dl = l != 'dataLayer' ? '&l=' + l : '';
        j.async = true;
        j.src =
            'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
        f.parentNode.insertBefore(j, f);
    })(window, document, 'script', 'dataLayer', 'GTM-WL8THN');
    </script>
    <!-- End Google Tag Manager -->

    <!-- Start Floodlight -->
    <!-- Global site tag (gtag.js) - Google Marketing Platform -->
    <script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=DC-9941023"></script>
    <script type="rocketlazyloadscript">
    window.dataLayer = window.dataLayer || [];

    function gtag() {
        dataLayer.push(arguments);
    }
    gtag('js', new Date());

    gtag('config', 'DC-9941023');
    </script>
    <!-- End of global snippet: Please do not remove -->
    <!-- End Floodlight -->
        <meta name="google-site-verification" content="Z75nXDv1vVBduBI6aBJWfEJvHZx2P7eu-AKQI_mk-Cg" />
    
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="profile" href="http://gmpg.org/xfn/11">
    <link rel="dns-prefetch" href="https://cloud.typography.com/">
    <link rel="preconnect" href="https://cloud.typography.com/">
    <link rel="dns-prefetch" href="https://code.jquery.com/">
    <link rel="preconnect" href="https://code.jquery.com/">
    
    
    <link rel="dns-prefetch" href="https://fonts.gstatic.com" crossorigin>
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link rel="dns-prefetch" href="https://maps.googleapis.com/">
    <link rel="preconnect" href="https://maps.googleapis.com/">
    <link rel="dns-prefetch" href="https://www.googletagmanager.com/">
    <link rel="preconnect" href="https://www.googletagmanager.com/">
    <link rel="dns-prefetch" href="https://connect.facebook.net/">
    <link rel="preconnect" href="https://connect.facebook.net/">
    <link rel="dns-prefetch" href="https://www.youtube.com/">
    <link rel="preconnect" href="https://www.youtube.com/">
    <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
	<style></style>
	
	<!-- This site is optimized with the Yoast SEO plugin v24.9 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>RAYUS Radiology | Experts in Quality Imaging</title><link rel="preload" data-rocket-preload as="font" href="https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.woff2" crossorigin><link rel="preload" data-rocket-preload as="font" href="https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.woff2" crossorigin><link rel="preload" data-rocket-preload as="font" href="https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3j-ws51os.woff2" crossorigin><link rel="preload" data-rocket-preload as="font" href="https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2" crossorigin><link rel="preload" data-rocket-preload as="font" href="https://use.typekit.net/af/e1ca79/00000000000000007735deda/30/l?subset_id=2&#038;fvd=n5&#038;v=3" crossorigin><link rel="preload" data-rocket-preload as="font" href="https://use.typekit.net/af/4fe93d/00000000000000007735dedd/30/l?subset_id=2&#038;fvd=n7&#038;v=3" crossorigin><link rel="preload" data-rocket-preload as="font" href="https://use.typekit.net/af/af2a98/00000000000000007735ded3/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&#038;fvd=n8&#038;v=3" crossorigin><link rel="preload" data-rocket-preload as="font" href="https://use.typekit.net/af/0c67f2/00000000000000007735dedc/30/l?subset_id=2&#038;fvd=n8&#038;v=3" crossorigin><link rel="preload" data-rocket-preload as="font" href="https://rayusradiology.com/wp-content/themes/mycdi/css/fonts/flexslider-icon.woff" crossorigin><style id="wpr-usedcss">img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6, 147, 227, 1) 0%,rgb(155, 81, 224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122, 220, 180) 0%,rgb(0, 208, 130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252, 185, 0, 1) 0%,rgba(255, 105, 0, 1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255, 105, 0, 1) 0%,rgb(207, 46, 46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238, 238, 238) 0%,rgb(169, 184, 195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74, 234, 220) 0%,rgb(151, 120, 209) 20%,rgb(207, 42, 186) 40%,rgb(238, 44, 130) 60%,rgb(251, 105, 98) 80%,rgb(254, 248, 76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255, 206, 236) 0%,rgb(152, 150, 240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254, 205, 165) 0%,rgb(254, 45, 45) 50%,rgb(107, 0, 62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255, 203, 112) 0%,rgb(199, 81, 192) 50%,rgb(65, 88, 208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255, 245, 203) 0%,rgb(182, 227, 212) 50%,rgb(51, 167, 181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202, 248, 128) 0%,rgb(113, 206, 126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2, 3, 129) 0%,rgb(40, 116, 252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, .2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, .4);--wp--preset--shadow--sharp:6px 6px 0px rgba(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:.5em}:where(.is-layout-grid){gap:.5em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:root :where(.wp-block-pullquote){font-size:1.5em;line-height:1.6}.fab,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-chevron-right:before{content:"\f054"}.fa-facebook:before{content:"\f09a"}.fa-instagram:before{content:"\f16d"}.fa-linkedin:before{content:"\f08c"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-search:before{content:"\f002"}.fa-twitter:before{content:"\f099"}.fa-youtube:before{content:"\f167"}@font-face{font-display:swap;font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;src:url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.eot);src:url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-display:swap;font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.eot);src:url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fas{font-family:"Font Awesome 5 Free"}.fas{font-weight:900}@font-face{font-display:swap;font-family:Barlow;font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3j-ws51os.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}[class*=" icon-"]:before,[class^=icon-]:before{font-family:fontello;font-style:normal;font-weight:400;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p{font-family:Montserrat,Helvetica,Roboto,Arial,sans-serif}p a{font-weight:700;text-decoration:underline}h1{font-family:Barlow,Helvetica,Roboto,Arial,sans-serif;font-weight:900!important}h2,h3{font-family:Quasimoda,Helvetica,Roboto,Arial,sans-serif}i.fab span,i.fas span{font-family:Montserrat,sans-serif;margin-left:10px}.read-more{font-size:.75rem;font-weight:600;margin-top:20px;text-transform:uppercase}@media print,screen and (min-width:47.5em){.reveal,.reveal.large,.reveal.small{right:auto;left:auto;margin:0 auto}}@-webkit-keyframes shake-7{0%,10%,20%,30%,40%,50%,60%,70%,80%,90%{-webkit-transform:translateX(7%);transform:translateX(7%)}15%,25%,35%,45%,5%,55%,65%,75%,85%,95%{-webkit-transform:translateX(-7%);transform:translateX(-7%)}}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}@media screen and (max-width:768px){body{max-width:100vw;overflow:hidden}}article,footer,header,nav{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}main{display:block}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}strong{font-weight:inherit}strong{font-weight:bolder}code{font-family:monospace,monospace;font-size:1em}small{font-size:80%}video{display:inline-block}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button{overflow:visible}button,select{text-transform:none}[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}input{overflow:visible}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;max-width:100%;padding:0;color:inherit;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}template{display:none}[hidden]{display:none}.foundation-mq{font-family:"small=0em&medium=47.5em&large=64em&xlarge=75em&xxlarge=90em"}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:100%}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}body{margin:0;padding:0;background:#fefefe;font-family:Montserrat,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:400;line-height:1.5;color:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border-radius:0}button{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;background:0 0;line-height:1;cursor:auto}[data-whatinput=mouse] button{outline:0}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block!important}.row{max-width:76.875rem;margin-right:auto;margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.row .row{margin-right:-1.25rem;margin-left:-1.25rem}@media screen and (min-width:75em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}@media screen and (min-width:90em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}.row .row.collapse{margin-right:0;margin-left:0}.row.expanded{max-width:none}.row.expanded .row{margin-right:auto;margin-left:auto}.row:not(.expanded) .row{max-width:none}.row.collapse>.column,.row.collapse>.columns{padding-right:0;padding-left:0}.row.collapse>.column>.row,.row.collapse>.columns>.row{margin-right:0;margin-left:0}.column,.columns{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;padding-right:1.25rem;padding-left:1.25rem;min-width:0}.column.row.row,.row.row.columns{float:none;display:block}.row .column.row.row,.row .row.row.columns{margin-right:0;margin-left:0;padding-right:0;padding-left:0}.small-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.small-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media print,screen and (min-width:47.5em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}.column,.columns{padding-right:.9375rem;padding-left:.9375rem}.medium-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.medium-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.medium-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.medium-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.medium-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.medium-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media print,screen and (min-width:64em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}.large-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.large-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.large-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.large-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.large-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.large-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.large-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.large-collapse>.column,.large-collapse>.columns{padding-right:0;padding-left:0}}dd,div,dl,dt,form,h1,h2,h3,li,ol,p,td,th,ul{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:1.6;text-rendering:optimizeLegibility}em,i{font-style:italic;line-height:inherit}strong{font-weight:700;line-height:inherit}small{font-size:80%;line-height:inherit}.h1,h1{font-family:Barlow,Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-weight:400;color:inherit;text-rendering:optimizeLegibility}.h2,.h3,h2,h3{font-family:Quasimoda,Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-weight:400;color:inherit;text-rendering:optimizeLegibility}.h2 small,.h3 small,h2 small,h3 small{line-height:0;color:#cacaca}.h1,h1{font-size:1.5rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}.h2,h2{font-size:1.25rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}.h3,h3{font-size:1.1875rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}@media print,screen and (min-width:47.5em){.h1,h1{font-size:3rem}.h2,h2{font-size:2.5rem}.h3,h3{font-size:1.9375rem}}a{line-height:inherit;color:#58595b;text-decoration:none;text-decoration-color:none;cursor:pointer}a:focus,a:hover{color:#1d1d1f;-webkit-text-decoration:#99d6ea;text-decoration:#99d6ea}a img{border:0}hr{clear:both;max-width:76.875rem;height:0;margin:1.25rem auto;border-top:0;border-right:0;border-bottom:1px solid #cacaca;border-left:0}dl,ol,ul{margin-bottom:1rem;list-style-position:outside;line-height:1.6}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ol{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:700}cite{display:block;font-size:.8125rem;color:#8a8a8a}cite:before{content:"— "}code{padding:.125rem .3125rem .0625rem;border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:400;color:#0a0a0a}@media print{*{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}a[href]:after{content:" (" attr(href) ")"}a[title]:after{content:"(" attr(title) ")"}}.button{display:inline-block;vertical-align:middle;margin:0 0 1rem;font-family:inherit;padding:.85em 1em;-webkit-appearance:none;border:1px solid transparent;border-radius:0;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;font-size:.9rem;line-height:1;text-align:center;cursor:pointer;background-color:#99d6ea;color:#fefefe}[data-whatinput=mouse] .button{outline:0}.button:focus,.button:hover{background-color:#69c3e0;color:#fefefe}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button.success{background-color:#3adb76;color:#0a0a0a}.button.success:focus,.button.success:hover{background-color:#22bb5b;color:#0a0a0a}.button.warning{background-color:#ffae00;color:#0a0a0a}.button.warning:focus,.button.warning:hover{background-color:#cc8b00;color:#0a0a0a}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover{background-color:#99d6ea;color:#fefefe}.button.disabled.success,.button[disabled].success{opacity:.25;cursor:not-allowed}.button.disabled.success,.button.disabled.success:focus,.button.disabled.success:hover,.button[disabled].success,.button[disabled].success:focus,.button[disabled].success:hover{background-color:#3adb76;color:#0a0a0a}.button.disabled.warning,.button[disabled].warning{opacity:.25;cursor:not-allowed}.button.disabled.warning,.button.disabled.warning:focus,.button.disabled.warning:hover,.button[disabled].warning,.button[disabled].warning:focus,.button[disabled].warning:hover{background-color:#ffae00;color:#0a0a0a}.button.dropdown::after{display:block;width:0;height:0;border:.4em inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#fff transparent transparent;position:relative;top:.4em;display:inline-block;float:right;margin-left:1em}a.button:focus,a.button:hover{text-decoration:none}[type=color],[type=date],[type=datetime],[type=email],[type=number],[type=password],[type=search],[type=text],[type=time],[type=url],[type=week],textarea{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:1.5rem 8px -.0625rem!important;margin:0 0 1rem;padding:8px 15px!important;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;-webkit-box-shadow:inset 0 1px 2px rgba(10,10,10,.1);box-shadow:inset 0 1px 2px rgba(10,10,10,.1);font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#0a0a0a;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=color]:focus,[type=date]:focus,[type=datetime]:focus,[type=email]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus{outline:0;border:2px solid #cacaca;background-color:#f3f4f5;-webkit-box-shadow:0 0 5px #cacaca;box-shadow:0 0 5px #cacaca;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}textarea{max-width:100%}textarea[rows]{height:auto}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#cacaca}input::-moz-placeholder,textarea::-moz-placeholder{color:#cacaca}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#cacaca}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#cacaca}input::placeholder,textarea::placeholder{color:#cacaca}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}[type=button],[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box}[type=checkbox],[type=file],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;vertical-align:baseline;margin-left:.5rem;margin-right:1rem;margin-bottom:0}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.875rem;font-weight:400;line-height:1.8;color:#000}label.middle{margin:0 0 1rem;padding:.5625rem 0}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.5rem}.fieldset{margin:1.125rem 0;padding:1.25rem;border:1px solid #cacaca}.fieldset legend{margin:0;margin-left:-.1875rem;padding:0 .1875rem}select{height:1.5rem 8px -.0625rem!important;margin:0 0 1rem;padding:8px 15px!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#0a0a0a;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.5rem;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}@media screen and (min-width:0\0){select{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")}}select:focus{outline:0;border:2px solid #cacaca;background-color:#f3f4f5;-webkit-box-shadow:0 0 5px #cacaca;box-shadow:0 0 5px #cacaca;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}select:disabled{background-color:#e6e6e6;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}.is-invalid-input:not(:focus){border-color:#cc4b37;background-color:#faedeb}.is-invalid-input:not(:focus)::-webkit-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::-moz-placeholder{color:#cc4b37}.is-invalid-input:not(:focus):-ms-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::-ms-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::placeholder{color:#cc4b37}.is-invalid-label{color:#cc4b37}.form-error{display:none;margin-top:-.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700;color:#cc4b37}.form-error.is-visible{display:block}.accordion{margin-left:0;background:#99d6ea;list-style-type:none}.accordion[disabled] .accordion-title{cursor:not-allowed}.accordion-item:first-child>:first-child{border-radius:0 0 0 0}.accordion-item:last-child>:last-child{border-radius:0 0 0 0}.accordion-title{position:relative;display:block;padding:1.5rem 1.875rem;border:0;border-bottom:0;font-size:1rem;line-height:1;color:#000}:last-child:not(.is-active)>.accordion-title{border-bottom:0;border-radius:0 0 0 0}.accordion-title:focus,.accordion-title:hover{background-color:#4a4a4a}.accordion-title::before{position:absolute;top:50%;right:1rem;margin-top:-.5rem;content:"+"}.is-active>.accordion-title::before{content:"–"}.accordion-content{display:none;padding:1.875rem;border:0;border-bottom:0;background-color:#f3f4f5;color:inherit}:last-child>.accordion-content:last-child{border-bottom:0}.accordion-menu li{width:100%}.accordion-menu a{padding:.7rem 1rem}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a{position:relative}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after{display:block;width:0;height:0;border:6px inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#99d6ea transparent transparent;position:absolute;top:50%;margin-top:-3px;right:1rem}.accordion-menu.align-left .is-accordion-submenu-parent>a::after{left:auto;right:1rem}.accordion-menu.align-right .is-accordion-submenu-parent>a::after{right:auto;left:1rem}.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.is-accordion-submenu-parent{position:relative}.has-submenu-toggle>a{margin-right:40px}.submenu-toggle{position:absolute;top:0;right:0;cursor:pointer;width:40px;height:40px}.submenu-toggle::after{display:block;width:0;height:0;border:6px inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#99d6ea transparent transparent;top:0;bottom:0;margin:auto}.submenu-toggle[aria-expanded=true]::after{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.close-button{position:absolute;color:#8a8a8a;cursor:pointer}[data-whatinput=mouse] .close-button{outline:0}.close-button:focus,.close-button:hover{color:#0a0a0a}.close-button.small{right:.66rem;top:.33em;font-size:1.5em;line-height:1}.close-button,.close-button.medium{right:1rem;top:.5rem;font-size:2em;line-height:1}.menu{padding:0;margin:0;list-style:none;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}[data-whatinput=mouse] .menu li{outline:0}.menu .button,.menu a{line-height:1;text-decoration:none;display:block;padding:.7rem 1rem}.menu a,.menu button,.menu input,.menu select{margin-bottom:0}.menu input{display:inline-block}.menu,.menu.horizontal{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.menu.vertical{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.menu.expanded li{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}@media print,screen and (min-width:47.5em){.menu.medium-horizontal{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.menu.nested{margin-right:0;margin-left:1rem}.menu.icons a{display:-webkit-box;display:-ms-flexbox;display:flex}.menu .is-active>a{background:#99d6ea;color:#fefefe}.menu .active>a{background:#99d6ea;color:#fefefe}.menu.align-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.menu.align-right li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.menu.align-right li .submenu li{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.menu.align-right.vertical li{display:block;text-align:right}.menu.align-right.vertical li .submenu li{text-align:right}.menu.align-right .nested{margin-right:1rem;margin-left:0}.menu.align-center li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu.align-center li .submenu li{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.no-js [data-responsive-menu] ul{display:none}.dropdown.menu>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:6px inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#58595b transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu a{padding:.7rem 1rem}[data-whatinput=mouse] .dropdown.menu a{outline:0}.dropdown.menu .is-active>a{background:0 0;color:#99d6ea}.no-js .dropdown.menu ul{display:none}.dropdown.menu .nested.is-dropdown-submenu{margin-right:0;margin-left:0}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto;top:0}.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.vertical>li>a::after{right:14px}.dropdown.menu.vertical>li.opens-left>a::after{right:auto;left:5px;display:block;width:0;height:0;border:6px inset;content:"";border-left-width:0;border-right-style:solid;border-color:transparent #58595b transparent transparent}.dropdown.menu.vertical>li.opens-right>a::after{display:block;width:0;height:0;border:6px inset;content:"";border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #58595b}@media print,screen and (min-width:47.5em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:6px inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#58595b transparent transparent;right:5px;left:auto;margin-top:-3px}.reveal{min-height:0}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{top:100%;right:0;left:auto}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a::after{position:absolute;top:50%;right:5px;left:auto;margin-top:-6px}.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu{top:100%;left:auto}.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu{right:100%;left:auto}.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{right:auto;left:100%}.is-dropdown-submenu{position:absolute;top:0;left:100%;z-index:1;display:none;min-width:200px;border:1px solid #cacaca;background:#fefefe}.dropdown .is-dropdown-submenu a{padding:.7rem 1rem}.is-dropdown-submenu .is-dropdown-submenu-parent>a::after{right:14px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after{right:auto;left:5px;display:block;width:0;height:0;border:6px inset;content:"";border-left-width:0;border-right-style:solid;border-color:transparent #58595b transparent transparent}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after{display:block;width:0;height:0;border:6px inset;content:"";border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #58595b}.is-dropdown-submenu .is-dropdown-submenu{margin-top:-1px}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active{display:block}.responsive-embed{position:relative;height:0;margin-bottom:1rem;padding-bottom:75%;overflow:hidden}.responsive-embed embed,.responsive-embed iframe,.responsive-embed object,.responsive-embed video{position:absolute;top:0;left:0;width:100%;height:100%}.responsive-embed.widescreen{padding-bottom:56.25%}.label{display:inline-block;padding:.33333rem .5rem;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;background:#99d6ea;color:#fefefe}.label.success{background:#3adb76;color:#0a0a0a}.label.warning{background:#ffae00;color:#0a0a0a}.sticky-container{position:relative}.sticky{position:relative;z-index:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.sticky.is-stuck{position:fixed;z-index:5;width:100%}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{position:relative;right:auto;left:auto}.sticky.is-anchored.is-at-bottom{bottom:0}body.is-reveal-open{overflow:hidden}html.is-reveal-open,html.is-reveal-open body{min-height:100%;overflow:hidden;position:fixed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.reveal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1005;display:none;background-color:rgba(10,10,10,.45);overflow-y:scroll}.reveal{z-index:1006;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;padding:1rem;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;position:relative;top:100px;margin-right:auto;margin-left:auto;overflow-y:auto}[data-whatinput=mouse] .reveal{outline:0}.reveal .column,.reveal .columns{min-width:0}.reveal>:last-child{margin-bottom:0}.reveal.collapse{padding:0}@media print,screen and (min-width:47.5em){.reveal{width:600px;max-width:76.875rem}.reveal.small{width:50%;max-width:76.875rem}.reveal.large{width:90%;max-width:76.875rem}}.reveal.full{top:0;left:0;width:100%;max-width:none;height:100%;height:100vh;min-height:100vh;margin-left:0;border:0;border-radius:0}@media screen and (max-width:47.4375em){.reveal{top:0;left:0;width:100%;max-width:none;height:100%;height:100vh;min-height:100vh;margin-left:0;border:0;border-radius:0}}.reveal.without-overlay{position:fixed}table{border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:0}tbody{border:1px solid #f1f1f1;background-color:#fefefe}caption{padding:.5rem .625rem .625rem;font-weight:700}tbody td,tbody th{padding:.5rem .625rem .625rem}tbody tr:nth-child(2n){border-bottom:0;background-color:#f1f1f1}@media screen and (max-width:63.9375em){table.stack td,table.stack th,table.stack tr{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover tbody tr:hover{background-color:#f9f9f9}table.hover:not(.unstriped) tr:nth-of-type(2n):hover{background-color:#ececec}.tabs{margin:0;border:1px solid #e6e6e6;background:#fefefe;list-style-type:none}.tabs::after,.tabs::before{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.tabs::after{clear:both}.tabs.vertical>li{display:block;float:none;width:auto}.tabs-title{float:left}.tabs-title>a{display:block;padding:1.25rem 1.5rem;font-size:.75rem;line-height:1;color:#99d6ea}.tabs-title>a:hover{background:#fefefe;color:#6cc4e1}.tabs-title>a:focus,.tabs-title>a[aria-selected=true]{background:#e6e6e6;color:#99d6ea}.tabs-panel{display:none;padding:1rem}.tabs-panel.is-active{display:block}.has-tip{position:relative;display:inline-block;border-bottom:1px dotted #8a8a8a;font-weight:700;cursor:help}.tooltip{position:absolute;top:calc(100% + .6495rem);z-index:1200;max-width:10rem;padding:.75rem;border-radius:0;background-color:#741347;font-size:80%;color:#fefefe}.tooltip::before{position:absolute}.tooltip.bottom::before{display:block;width:0;height:0;border:.75rem inset;content:"";border-top-width:0;border-bottom-style:solid;border-color:transparent transparent #741347;bottom:100%}.tooltip.bottom.align-center::before{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.tooltip.top::before{display:block;width:0;height:0;border:.75rem inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#741347 transparent transparent;top:100%;bottom:auto}.tooltip.top.align-center::before{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.tooltip.left::before{display:block;width:0;height:0;border:.75rem inset;content:"";border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #741347;left:100%}.tooltip.left.align-center::before{bottom:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tooltip.right::before{display:block;width:0;height:0;border:.75rem inset;content:"";border-left-width:0;border-right-style:solid;border-color:transparent #741347 transparent transparent;right:100%;left:auto}.tooltip.right.align-center::before{bottom:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tooltip.align-top::before{bottom:auto;top:10%}.tooltip.align-bottom::before{bottom:10%;top:auto}.tooltip.align-left::before{left:10%;right:auto}.tooltip.align-right::before{left:auto;right:10%}.top-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar,.top-bar ul{background-color:#e6e6e6}.top-bar input{max-width:200px;margin-right:1rem}.top-bar input.button{width:auto}.top-bar .top-bar-left,.top-bar .top-bar-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media print,screen and (min-width:47.5em){.top-bar{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.top-bar .top-bar-left{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin-right:auto}.top-bar .top-bar-right{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin-left:auto}.hide-for-medium{display:none!important}}.top-bar-left,.top-bar-right{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.hide{display:none!important}.invisible{visibility:hidden}@media screen and (max-width:0em),screen and (min-width:47.5em){.show-for-small-only{display:none!important}}@media screen and (max-width:47.4375em){.show-for-medium{display:none!important}}.show-for-sr{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-justify{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.align-right.vertical.menu>li>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-center.vertical.menu>li>a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.radius{border-radius:.1875rem}.border-box{-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.slide-in-left.mui-enter{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-in-left.mui-enter.mui-enter-active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.slide-in-right.mui-enter{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-in-right.mui-enter.mui-enter-active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.slide-out-right.mui-leave{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-out-right.mui-leave.mui-leave-active{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.slide-out-left.mui-leave{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-out-left.mui-leave.mui-leave-active{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.fade-in.mui-enter{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;opacity:0;-webkit-transition-property:opacity;transition-property:opacity}.fade-in.mui-enter.mui-enter-active{opacity:1}.fade-out.mui-leave{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;opacity:1;-webkit-transition-property:opacity;transition-property:opacity}.fade-out.mui-leave.mui-leave-active{opacity:0}.slow{-webkit-transition-duration:750ms!important;transition-duration:750ms!important}.fast{-webkit-transition-duration:250ms!important;transition-duration:250ms!important}.linear{-webkit-transition-timing-function:linear!important;transition-timing-function:linear!important}.ease{-webkit-transition-timing-function:ease!important;transition-timing-function:ease!important}.ease-in-out{-webkit-transition-timing-function:ease-in-out!important;transition-timing-function:ease-in-out!important}.shake{-webkit-animation-name:shake-7;animation-name:shake-7}@keyframes shake-7{0%,10%,20%,30%,40%,50%,60%,70%,80%,90%{-webkit-transform:translateX(7%);transform:translateX(7%)}15%,25%,35%,45%,5%,55%,65%,75%,85%,95%{-webkit-transform:translateX(-7%);transform:translateX(-7%)}}.shake{-webkit-animation-duration:.5s;animation-duration:.5s}.slow{-webkit-animation-duration:750ms!important;animation-duration:750ms!important}.fast{-webkit-animation-duration:250ms!important;animation-duration:250ms!important}.linear{-webkit-animation-timing-function:linear!important;animation-timing-function:linear!important}.ease{-webkit-animation-timing-function:ease!important;animation-timing-function:ease!important}.ease-in-out{-webkit-animation-timing-function:ease-in-out!important;animation-timing-function:ease-in-out!important}@media print{img[alt]:after{content:" (" attr(alt) ")"}img[title]:after{content:"(" attr(title) ")"}hr{display:none}}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Montserrat,sans-serif;overflow-x:hidden}html>*,html>:after,html>:before{-webkit-box-sizing:inherit;box-sizing:inherit}html body{font-family:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;position:relative;max-width:1440px;margin:0 auto}iframe{border:none}video{display:block;width:100%}video::-internal-media-controls-download-button{display:none}video::-webkit-media-controls-enclosure{overflow:hidden}video::-webkit-media-controls-panel{width:calc(100% + 30px)}.reveal{position:relative;overflow:visible}.reveal .responsive-embed{margin:0}.reveal iframe{margin:0;width:100%;border:none}img{width:100%}li:last-child,main ul:last-child,p:last-child{margin-bottom:0}.above-offset{padding-bottom:50px}@media print,screen and (min-width:47.5em){.above-offset{padding-bottom:3.5rem}}@media print,screen and (min-width:64em){.above-offset{padding-bottom:4.3rem}}.cdi-cookie-notice{position:fixed;left:1.25rem;bottom:1.25rem;width:calc(100% - 2.5rem);padding:.9375rem;background-color:#4a4a4a;display:none;z-index:3000}.cdi-cookie-notice p{color:#fff;margin:0;padding:0;display:inline;font-size:.875rem}.cdi-cookie-notice p a{color:inherit;text-decoration:underline}.cdi-cookie-notice button{background-color:#4a4a4a!important;color:#fff!important;border:2px solid #fff!important;display:inline;width:auto;height:auto;font-size:.5rem!important;position:relative;top:2px;left:2px;border-radius:20px;-webkit-transition:.2s ease-in-out;transition:all .2s ease-in-out;font-size:1rem}.cdi-cookie-notice button:hover{background-color:#fff!important;color:#4a4a4a!important;border:2px solid #4a4a4a!important}.cdi-cookie-notice.notice-accepted{display:none}.cdi-cookie-notice.notice-not-accepted{display:block}.is-offset{top:-1.875rem;margin-bottom:-1.875rem}.is-offset{top:-.875rem;margin-bottom:-.875rem}.is-offset.short+.is-offset{top:-.875rem;margin-bottom:-.875rem}@media print,screen and (min-width:47.5em){.cdi-cookie-notice{max-width:50%;left:.9375rem;width:calc(100% - 1.875rem)}.is-offset{padding-bottom:1.875rem}ul.columns-2{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}button.close-button,button[type=button].close-button,button[type=submit].close-button,input[type=button].close-button,input[type=image].close-button,input[type=submit].close-button{top:-1.5rem;right:-1.5rem}}ul.columns-2 li{page-break-inside:avoid;margin-bottom:15px}@media print,screen and (min-width:64em){.cdi-cookie-notice{max-width:33%}.is-offset{padding-bottom:3.75rem}ul.columns-2 li{margin-bottom:30px}}.reveal#no-locations-found h2,.reveal#no-locations-found h3{color:#000;font-weight:700}.reveal#no-locations-found h2{font-size:1.5rem}.reveal#no-locations-found h3{font-size:1.25rem}.reveal#no-locations-found p{color:#4a4a4a}button,fieldset,input,legend,optgroup,option,select,textarea{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Montserrat,sans-serif;font-size:16px;color:#222;vertical-align:top;display:block}label{display:block;font-weight:700;line-height:1.2em;margin-bottom:10px;text-transform:uppercase;letter-spacing:.05em}input[list],input[type=color],input[type=date],input[type=email],input[type=file],input[type=number],input[type=password],input[type=search],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{background-color:#f3f4f5;-webkit-box-shadow:none;box-shadow:none;border:none;border-color:#e2e6e9;border-bottom:2px solid #e2e6e9}input[list],input[type=color],input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=text],input[type=time],input[type=url],input[type=week]{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}textarea{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;overflow:auto;resize:none}textarea:focus{background-color:#f3f4f5!important;border:2px solid #cacaca!important}input[type=search]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}input[type=checkbox],input[type=radio]{display:inline-block;margin-bottom:0;margin-right:10px;margin-top:5px;vertical-align:top!important}select{height:auto;padding:8px 30px 8px 15px!important;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}select:focus{background-color:#f3f4f5!important;border:2px solid #cacaca!important}select[multiple] option{margin:0}fieldset{padding:0;border:0}legend{padding:0;font-weight:inherit}button,button[type=button],button[type=submit],input[type=button],input[type=image],input[type=submit]{background-color:#c3e8f4;padding:7.4px;cursor:pointer;color:#000;font-weight:700;letter-spacing:.05em;text-transform:uppercase;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}button.close-button,button[type=button].close-button,button[type=submit].close-button,input[type=button].close-button,input[type=image].close-button,input[type=submit].close-button{width:48px;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none;border-radius:100%;background-color:#99d6ea;color:#000;position:absolute;z-index:1000}button.close-button:focus,button.close-button:hover,button[type=button].close-button:focus,button[type=button].close-button:hover,button[type=submit].close-button:focus,button[type=submit].close-button:hover,input[type=button].close-button:focus,input[type=button].close-button:hover,input[type=image].close-button:focus,input[type=image].close-button:hover,input[type=submit].close-button:focus,input[type=submit].close-button:hover{background-color:#c3e8f4;color:#000;z-index:1200}input[type=submit]{min-width:200px;padding:17px 30px}input[type=image]{text-align:center;padding:7.4px}button[disabled],input[disabled],option[disabled],select[disabled],textarea[disabled]{cursor:not-allowed}button:focus,input:focus,option:focus,select:focus,textarea:focus{background-color:#d8d8d8;border-color:#e2e6e9}input[type=checkbox]:focus,input[type=radio]:focus{outline:#e2e6e9 solid 2px}button:focus,button:hover,button[type=button]:focus,button[type=button]:hover,button[type=submit]:focus,button[type=submit]:hover,input[type=button]:focus,input[type=button]:hover,input[type=submit]:focus,input[type=submit]:hover{background-color:#99d6ea;color:#000}.gform_wrapper .gform_heading{color:#4a4a4a}.cdi-global-search-form{background-color:#fff;display:none;position:absolute;right:0;bottom:0;width:100%}@media screen and (max-width:47.4375em){.is-offset{top:0;margin-bottom:0}.cdi-global-search-form{bottom:-10px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.cdi-global-search-form.search-bar-active{display:-webkit-box;display:-ms-flexbox;display:flex}.cdi-global-search-form .close-search{background-color:transparent;color:#375c9d;font-size:2.5rem;font-weight:400;padding:0 0 0 10px;position:static}.cdi-global-search-form .close-search:focus,.cdi-global-search-form .close-search:hover{color:#4a4a4a}.cdi-global-search-form form{display:-ms-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cdi-global-search-form form button{padding:0 10px}.cdi-global-search-form form input{margin:0;max-width:none}.cdi-global-search-form form label{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin:0}.top-bar{height:100%;padding:0;background-color:transparent}.top-bar ul{background-color:transparent}@media print,screen and (min-width:47.5em){.top-bar{padding:.5rem 0 0}.top-bar ul{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.cdi-responsive-menu-toggle{display:none}@media screen and (max-width:47.4375em){.top-bar{height:auto}.cdi-responsive-menu-toggle{display:block}.top-bar-left h1 span{display:block;max-width:110px;text-align:left}}.cdi-responsive-menu-toggle button{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;color:#fff;border:none;padding:.75rem .5rem}.cdi-responsive-menu-toggle button.hamburger:focus,.cdi-responsive-menu-toggle button.hamburger:hover{opacity:1}.cdi-responsive-menu-toggle button .hamburger-box{width:36px}.cdi-responsive-menu-toggle button .hamburger-inner,.cdi-responsive-menu-toggle button .hamburger-inner:after,.cdi-responsive-menu-toggle button .hamburger-inner:before{background-color:#375c9d;background-color:#58595b}.cdi-responsive-menu-toggle button:focus,.cdi-responsive-menu-toggle button:hover{background-color:#fff;color:#375c9d;color:#58595b}.top-bar-left{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px 5px;position:relative}@media print,screen and (min-width:47.5em){.top-bar-left{-webkit-box-flex:0!important;-ms-flex:0 1 15%!important;flex:0 1 15%!important;padding:0 15px 0 0}}@media screen and (min-width:75em){.top-bar-left{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important;padding:0}}.top-bar-left h1{color:#272223;font-size:1rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase;margin:0;line-height:1;letter-spacing:-.01em;padding:0;text-align:center}.top-bar-left h1 a{display:block;margin-right:10px;width:150px}@media print,screen and (min-width:47.5em){.top-bar-left h1{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:1rem;margin:0 auto}.top-bar-left h1 a{margin-right:0;width:125px}}.top-bar-left h1 a img{width:100%;max-width:250px}.top-bar .top-bar-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:100%;padding-bottom:20px}@media print,screen and (min-width:47.5em){.top-bar-left h1 a img{margin:0 0 .5rem;max-width:220px}.top-bar .top-bar-right{-webkit-box-flex:1;-ms-flex:1 1 71%;flex:1 1 71%;padding-bottom:0}.cdi-super-menu{margin-bottom:10px}}@media screen and (min-width:75em){.top-bar-left h1 a{width:auto}.top-bar .top-bar-right{-webkit-box-flex:0;-ms-flex:0 1 71%;flex:0 1 71%}.cdi-super-menu{margin-bottom:10px}}.cdi-super-menu{position:relative}@media screen and (max-width:47.4375em){.cdi-super-menu{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.cdi-super-menu .menu button{width:100%}}.cdi-super-menu .menu li:first-child a{padding:.7rem 1rem .7rem 0}@media screen and (min-width:47.5em) and (max-width:63.9375em){.cdi-super-menu .menu li:first-child a{padding:.7rem .25rem .7rem 0}.cdi-super-menu .menu a{padding:.7rem .25rem}}.cdi-super-menu .menu li.location-info-container{position:relative}@media print,screen and (min-width:47.5em){.cdi-super-menu .menu{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cdi-super-menu .menu li.location-info-container{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}}@media print,screen and (min-width:64em){.cdi-global-search-form{bottom:8px;width:70%}.cdi-super-menu .menu li.location-info-container{-webkit-box-flex:0;-ms-flex:0 0 29%;flex:0 0 29%}}.cdi-super-menu .menu li.location-info-container a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media print,screen and (min-width:47.5em){.cdi-super-menu .menu li.location-info-container a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.cdi-super-menu .menu li.location-info-container button{background-color:#898989;height:24px;width:24px;padding:0;position:absolute;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.25rem;font-weight:700;color:#fff;text-indent:1px;z-index:200}.cdi-super-menu .menu li.location-info-container [data-tooltip]{border:none}.cdi-super-menu .menu a{font-size:.875rem;font-weight:500;color:#606060;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cdi-super-menu .menu a.cdi-user-center-link{position:relative}.cdi-super-menu .menu a.cdi-user-center-link.has-my-center-info{font-size:.75rem;border:1px solid #898989;padding:.7rem 1rem .7rem .25rem}.cdi-super-menu .menu a:focus,.cdi-super-menu .menu a:hover{color:#375c9d;color:#1d1d1f}.cdi-super-menu .menu a i{display:block;font-size:1.75rem;color:#ff8a24}.cdi-super-menu .menu a>span{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cdi-super-menu .menu a>span>span{font-weight:500;line-height:1.2em;padding:0 0 0 .5rem}@media print,screen and (min-width:47.5em){.cdi-super-menu .menu a{font-size:.75rem}.cdi-super-menu .menu a>span>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.cdi-super-menu .menu a>span>span>span{display:block}.cdi-super-menu .menu button{height:100%;background-color:transparent;border:1px solid transparent;color:#606060;font-size:.875rem;font-weight:500}.cdi-super-menu .menu button i{color:#00adf3}.cdi-super-menu .menu button:focus,.cdi-super-menu .menu button:hover{background-color:transparent;color:#375c9d}.cdi-super-menu .menu button:focus{outline:-webkit-focus-ring-color auto 5px}@media screen and (max-width:47.4375em){.cdi-primary-menu{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.cdi-primary-menu .menu{font-weight:500;font-size:1rem;text-transform:uppercase}.cdi-primary-menu .menu>*{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.cdi-primary-menu .menu .menu-item{position:relative}.cdi-primary-menu>.menu>li:last-child a{background-color:#00adf3}.cdi-primary-menu .menu .menu-item .sub-menu{list-style:none;margin:0;display:none;position:absolute;z-index:2000;grid-auto-flow:column}.cdi-primary-menu .menu .menu-item .sub-menu .menu-item{width:100%;margin:1px 0;border-left:1px solid #58595b;border-right:1px solid #58595b;font-size:16px;min-width:143.6px;border-width:0}.cdi-primary-menu .menu .menu-item .sub-menu .menu-item a{text-align:left;padding:8px 16px;margin:0}.cdi-primary-menu .menu .menu-item .sub-menu .menu-item:hover{background:#58595b;border-color:#58595b}.cdi-primary-menu .menu .menu-item .sub-menu .menu-item:hover a:hover{text-decoration:underline;background:#58595b}.cdi-primary-menu .menu .menu-item .sub-menu .menu-item:first-child{margin-top:2px}@media screen and (min-width:1025px){.cdi-primary-menu .menu .menu-item:hover>.sub-menu{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-template-rows:repeat(11,auto);-ms-flex-line-pack:distribute;align-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:404%;background:#58595b!important;-webkit-filter:brightness(1.25);filter:brightness(1.25);-webkit-column-gap:2px;-moz-column-gap:2px;column-gap:2px;border-width:0;border-top:2px solid #fff;padding:3% 0}}@media screen and (max-width:1024px) and (min-width:760px){.cdi-primary-menu .menu .menu-item>.sub-menu{height:0;background:#58595b!important}.cdi-primary-menu .menu .menu-item.active .sub-menu{width:auto;display:grid!important;height:auto;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-template-rows:repeat(11,auto)}.cdi-primary-menu .menu .menu-item .menu-item a{background-color:transparent}}@media screen and (max-width:759px){.cdi-primary-menu .menu .menu-item>.sub-menu{height:0;background:#58595b!important}.cdi-primary-menu .menu .menu-item.active .sub-menu{position:relative;height:auto;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(100%,1fr));width:100%;padding-top:0;grid-template-rows:auto;grid-auto-flow:row;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cdi-primary-menu .menu .menu-item .menu-item a{text-align:center;background-color:transparent}}.cdi-primary-menu .menu li{border-left:1px solid #fff;border-right:1px solid #fff}@media screen and (max-width:47.4375em){.cdi-primary-menu .menu li{border-left:none;border-right:none;border-top:1px solid #fff;border-bottom:1px solid #fff}.cdi-global-footer .cdi-footer-nav .column,.cdi-global-footer .cdi-footer-nav .columns{margin-bottom:1.25rem}}.cdi-primary-menu .menu li a{background:#58595b;color:#fff;position:relative}.cdi-primary-menu .menu li a:focus,.cdi-primary-menu .menu li a:hover{background-color:#1d1d1f}.cdi-primary-menu .menu li.current-menu-item>a,.cdi-primary-menu .menu li.current-page-ancestor>a{background-color:#111112!important;border-left-color:#111112!important;border-right-color:#111112!important}.cdi-primary-menu .menu li.current-menu-item>a:hover,.cdi-primary-menu .menu li.current-page-ancestor>a:hover{background-color:#111112!important}.cdi-primary-menu .menu a{padding:1rem;text-align:center}.cdi-global-footer{position:relative;z-index:200;background-color:#58595b;color:#fff;font-size:.8125rem;padding:1.875rem 0}@media print,screen and (min-width:64em){.cdi-super-menu .menu a{font-size:.875rem}.cdi-super-menu .menu a>span>span{padding:0 0 0 1.125rem}.cdi-global-footer{padding:3.75rem 0}}.cdi-global-footer .row{justify-content:center}.cdi-global-footer #footer-sidebar{padding:46px 0 34px;margin-right:40px;max-width:314px}@media screen and (max-width:1023px){.cdi-global-footer #footer-sidebar{margin-right:0;max-width:100%;width:100%}.cdi-global-footer #footer-menu-column .row .columns:last-child{padding-left:0}.cdi-global-footer #footer-menu-column .cdi-footer-social{padding-left:0}.cdi-global-footer #footer-sidebar ul li a{width:auto;padding:13px 10px}@media screen and (min-width:768px){.cdi-global-footer>.row{flex-flow:column nowrap}.cdi-global-footer #footer-sidebar ul{flex-flow:row nowrap;justify-content:space-evenly;align-items:center;flex-wrap:wrap}.cdi-global-footer #footer-menu-column>.row:last-child .columns:first-child{flex-grow:2}.cdi-global-footer #footer-menu-column>.row:last-child .columns:first-child .menu.horizontal{flex-flow:row nowrap}.cdi-global-footer #footer-menu-column>.row:last-child .columns:first-child ul li a{white-space:nowrap}.cdi-global-footer #footer-menu-column>.row:last-child .columns:last-child{flex-grow:1}}@media screen and (max-width:767px){.cdi-global-footer>.row{flex-flow:column nowrap}.cdi-global-footer #footer-menu-column .row:first-child{flex-flow:column wrap;width:100%}.cdi-global-footer #footer-menu-column .row:first-child>.columns{width:100%}.cdi-global-footer #footer-menu-column .row:first-child>.columns>.row{width:100%}.cdi-global-footer #footer-menu-column .menu.vertical{flex-flow:row wrap;display:flex;justify-content:space-between}.cdi-global-footer #footer-menu-column .row:last-child .columns .menu.horizontal{justify-content:center}.cdi-global-footer #footer-menu-column .cdi-footer-social{padding-left:36px}.cdi-global-footer #footer-menu-column .msg-wrapper{padding-left:36px}@media screen and (max-width:420px){.cdi-global-footer #footer-menu-column .cdi-footer-nav .menu.vertical{flex-wrap:nowrap}.cdi-global-footer #footer-menu-column .cdi-footer-nav ul li a{line-height:1.1rem}.cdi-global-footer #footer-menu-column .cdi-footer-social{flex-flow:column nowrap;width:100vw;row-gap:12px}.cdi-global-footer #footer-menu-column .cdi-footer-social p{font-size:.9125rem}.cdi-global-footer #footer-menu-column .cdi-footer-social .cdi-footer-social-nav{max-width:90%}}}}.cdi-global-footer #footer-sidebar .img-wrapper{text-align:center;margin-bottom:22px}.cdi-global-footer #footer-sidebar .img-wrapper img{width:180px;height:63px}.cdi-global-footer #footer-sidebar ul li a{font:800 16px/20px Quasimoda;letter-spacing:.02px;text-transform:uppercase;padding:13px 67px}.cdi-global-footer #footer-sidebar ul li a:hover{background-color:#ff6900;text-decoration:none}@media screen and (min-width:1025px){.cdi-global-footer #footer-sidebar ul li a{min-width:clamp(180px,25vw,320px)}.cdi-global-footer #footer-sidebar{flex:none}}.cdi-global-footer #footer-menu-column{padding-top:clamp(10px,5vw,71px);padding-left:clamp(10px,5vw,40px);margin:0}.cdi-global-footer #footer-menu-column hr{margin-left:3.5%}.cdi-global-footer #footer-menu-column .row{flex-wrap:wrap}.cdi-global-footer #footer-menu-column .row:last-child>.columns .menu.horizontal .menu-item a{font-size:11px;font-weight:400}.cdi-global-footer a{color:inherit}.cdi-global-footer a:focus,.cdi-global-footer a:hover{text-decoration:underline}.cdi-global-footer #footer-menu-column>.row>.columns:last-child{padding-left:0}.cdi-global-footer .cdi-footer-social{background-color:#58595b;padding:.5rem 0;margin:0 0 .9375rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cdi-global-footer .cdi-footer-social p{font-size:.8125rem;font-weight:500;margin:0;text-transform:uppercase}.cdi-global-footer .cdi-footer-social .cdi-footer-social-nav{list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.cdi-global-footer .cdi-footer-social a{font-size:1.5rem}.cdi-global-footer .cdi-footer-social a:focus,.cdi-global-footer .cdi-footer-social a:hover{color:#f3f4f5}.cdi-global-footer .msg-wrapper .safety-msg{font-size:.8125rem;font-weight:500;margin:0;text-align:justify}.cdi-global-footer .cdi-footer-company{text-align:right}.cdi-global-footer .row.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cdi-global-footer .row.center#logo-bar-row{margin-bottom:0}@media screen and (min-width:768px){@media screen and (max-width:1024px){.cdi-global-footer .row.center#logo-bar-row>.columns{max-width:100%}}}.cdi-global-footer .row.center .cdi-logo-bar-copy{text-align:center}.cdi-global-footer .row.center .cdi-logo-bar-copy p{font-size:30px;font-family:Quasimoda,sans-serif;font-weight:700;text-transform:capitalize}.cdi-global-footer .row.center .cdi-footer-logo-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:39px;max-width:900px;width:100%}@media screen and (max-width:1024px){.cdi-global-footer .row.center .cdi-footer-logo-bar{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;row-gap:20px}.carousel-wrapper #carousel{display:none}}.cdi-global-footer .row.center .cdi-footer-logo-bar .cdi-footer-logo-bar-item{min-width:280px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cdi-global-footer .row.center .cdi-footer-logo-bar .cdi-footer-logo-bar-item img{width:auto;height:119px}.cdi-global-footer.olympic-footer{padding:0}.cdi-global-footer.olympic-footer .row.center{padding-top:53px;width:100%;max-width:100%;background-color:#464242;margin-bottom:71px}.cdi-global-footer.olympic-footer .row.center .columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:20px}::-webkit-input-placeholder{color:#0a0a0a!important;font-family:Montserrat,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5;letter-spacing:normal}::-moz-placholder{color:#0a0a0a!important;font-family:Montserrat,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5;letter-spacing:normal}::-ms-input-placeholder{color:#0a0a0a!important;font-family:Montserrat,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5;letter-spacing:normal}::input-placeholder{color:#0a0a0a!important;font-family:Montserrat,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5;letter-spacing:normal}::-moz-selection{color:#fff;background:#0a0a0a}::selection{color:#fff;background:#0a0a0a}.hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:15px;cursor:pointer;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-property:opacity,-webkit-filter;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger:hover{opacity:.7}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;-webkit-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;border-radius:4px;background-color:#000}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--spin .hamburger-inner{-webkit-transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);-webkit-transition-duration:.22s;transition-duration:.22s}.hamburger--spin .hamburger-inner:before{-webkit-transition:top .1s ease-in .25s,opacity .1s ease-in;transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{-webkit-transition:bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(.55, .055, .675, .19);transition:bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(.55, .055, .675, .19);transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55, .055, .675, .19);transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55, .055, .675, .19),-webkit-transform .22s cubic-bezier(.55, .055, .675, .19)}.hamburger--spin.is-active .hamburger-inner{-webkit-transition-delay:0.12s;transition-delay:0.12s;-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;-webkit-transition:top .1s ease-out,opacity .1s ease-out .12s;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;-webkit-transition:bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;transition:bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215, .61, .355, 1) .12s;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215, .61, .355, 1) .12s,-webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}ul.accordion li.accordion-item .accordion-title{border-bottom:2px solid #fff;font-weight:600;letter-spacing:.1em;text-transform:uppercase}ul.accordion li.accordion-item .accordion-title:focus,ul.accordion li.accordion-item .accordion-title:hover{background-color:#4a4a4a;color:#fff}ul.accordion li.accordion-item .accordion-title:before{font-size:1.875rem;margin-top:0;right:1.875rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.cdi-blog-sidebar-search{background-color:#f2f5fa;margin:1.875rem 0 0;padding:1.875rem}.cdi-blog-sidebar-search h3,.cdi-blog-sidebar-search label{color:#000;font-size:1.25rem;font-weight:500;text-transform:none}code{border:none}.ytv-canvas{display:block;background:#282828;overflow:hidden;font-family:arial,sans-serif}.ytv-canvas ::-webkit-scrollbar{border-left:1px solid #000;width:10px}.ytv-canvas ::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1)}.ytv-video{position:absolute;top:0;right:300px;bottom:0;left:0;height:100%}.ytv-video iframe{width:100%;height:100%;border:none;outline:0;display:block}.ytv-list{position:absolute;top:0;right:0;bottom:0;height:100%;width:300px}.ytv-list ul{margin:0;padding:0;list-style-type:none}.ytv-list .ytv-active a{border-left:2px solid #fff;background:rgba(255,255,255,.05)}.ytv-list li:first-child a{border-top:none}.ytv-list li:last-child a{border-bottom:none}.ytv-list a{display:block;text-decoration:none;font-size:11px;color:#fff!important;padding:10px;padding-left:8px;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(0,0,0,.5);border-left:2px solid transparent}.ytv-list a:hover,.ytv-list-header .ytv-playlists a:hover{background:rgba(255,255,255,.05)}.ytv-list a:active,.ytv-list-header .ytv-playlists a:active{background:rgba(0,0,0,.05)}.ytv-list-header{height:52px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.ytv-list-header a{background:rgba(255,255,255,.05);position:relative;z-index:10}.ytv-list-header span{padding-left:10px;font-size:12px;font-weight:700}.ytv-list-header img{width:30px;vertical-align:middle}.ytv-playlists{z-index:9;position:absolute;background:#282828;top:52px;left:0;right:0;bottom:0;overflow:auto;display:none}.ytv-list-header img,.ytv-playlists img{float:left}.ytv-list-header a span,.ytv-playlists a span{white-space:nowrap;padding-left:10px;display:block;overflow:hidden;text-overflow:ellipsis}.ytv-list-header>a span{line-height:30px}.ytv-list-header .ytv-playlists a{background:0 0}.ytv-playlist-open .ytv-playlists{display:block}.ytv-full{position:fixed;top:0;left:0;width:100%!important;height:100%!important;margin:0!important}.ytv-list-header a:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.cdi-top-banner.special-white-copy *{color:#fff!important}@media screen and (max-width:47.4375em){.cdi-top-banner br{display:none}.cdi-top-banner.rebrand-layout{height:100vh;min-height:100vh;max-height:100vh}.cdi-top-banner .cdi-top-banner-content{padding-bottom:20px;padding-top:20px}}@media print,screen and (min-width:47.5em){.cdi-top-banner{height:100vh;min-height:450px;max-height:450px}.cdi-top-banner.above-offset{max-height:450px}.cdi-top-banner .cdi-top-banner-content{padding-left:1.875rem}}.cdi-top-banner .row{height:inherit;min-height:inherit;max-height:inherit}@media print,screen and (max-width:767px){.home-2 .cdi-top-banner .row{display:none}.home-2 .cdi-top-banner .row{display:flex}.home-2 .cdi-top-banner .row h1{line-height:1.1}body:not(.home) .cdi-top-banner .row{display:block}body:not(.home) .cdi-top-banner{padding-bottom:0!important}body:not(.home) .cdi-top-banner:not(.rebrand-layout)>.row>.columns{padding:0;display:flex;flex-flow:column-reverse}body:not(.home) .cdi-top-banner:not(.rebrand-layout){background:0 0!important;background-size:contain;display:block;flex-flow:row nowrap;align-items:center;min-height:auto}body:not(.home) .cdi-top-banner:not(.rebrand-layout) .cdi-top-banner-content{padding:0}body:not(.home) #main .row h1{padding-left:25px}}.cdi-top-banner .row .columns{height:inherit;min-height:inherit;max-height:inherit}.cdi-top-banner .cdi-top-banner-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:inherit;min-height:inherit;max-height:inherit}@media screen and (max-width:425px){.cdi-top-banner .cdi-top-banner-content{max-width:100%!important}}.cdi-top-banner h1,.cdi-top-banner h2{font-weight:500;color:#000;width:100%;line-height:1.875rem}@media print,screen and (min-width:47.5em){.cdi-top-banner h1,.cdi-top-banner h2{font-size:2.25rem;line-height:2.5rem}}@media print,screen and (min-width:64em){.cdi-top-banner h1,.cdi-top-banner h2{font-size:2.8125rem;line-height:3rem}}.cdi-top-banner h1 strong,.cdi-top-banner h2 strong{font-weight:inherit;display:block}.cdi-top-banner h1{font-weight:900}.cdi-top-banner p{color:#4a4a4a;font-size:1rem;line-height:1.5;width:100%}.cdi-top-banner.white h1 strong{color:#fff!important}.cdi-top-banner.white p strong{color:#fff!important}.cdi-top-banner.white strong{color:#fff!important}.cdi-top-banner.white i{color:#fff!important}.cdi-top-banner.blue h1 strong{color:#99d6ea!important}.cdi-top-banner.blue p strong{color:#99d6ea!important}.cdi-top-banner.blue strong{color:#99d6ea!important}.cdi-top-banner.blue i{color:#99d6ea!important}.cdi-top-banner.green h1 strong{color:#57622c!important}.cdi-top-banner.green p strong{color:#57622c!important}.cdi-top-banner.green strong{color:#57622c!important}.cdi-top-banner.green i{color:#57622c!important}.cdi-top-banner.gray h1 strong{color:#4a4a4a!important}.cdi-top-banner.gray p strong{color:#4a4a4a!important}.cdi-top-banner.gray strong{color:#4a4a4a!important}.cdi-top-banner.gray i{color:#4a4a4a!important}@media screen and (min-width:47.5em) and (max-width:63.9375em){.cdi-primary-menu .menu{font-size:.875rem}.cdi-top-banner.rebrand-layout{margin-bottom:20px}}@media screen and (min-width:650px) and (max-width:760px){.cdi-top-banner.rebrand-layout{height:160vh!important;min-height:160vh!important;max-height:160vh!important}}@media screen and (max-width:760px){.cdi-primary-menu .menu .menu-item .sub-menu{width:100%}.cdi-top-banner.rebrand-layout{background-position:top right!important;background-color:#000;position:relative}.cdi-top-banner.rebrand-layout .row{z-index:10;position:relative}.cdi-top-banner.rebrand-layout .row .columns .cdi-top-banner-content{width:100%!important}}@media screen and (min-width:550px) and (max-width:650px){.cdi-top-banner.rebrand-layout{height:140vh!important;min-height:140vh!important;max-height:140vh!important}}@media only screen and (device-width:375px) and (-webkit-device-pixel-ratio:2){.cdi-top-banner.rebrand-layout{height:130vh!important;min-height:130vh!important;max-height:130vh!important}}@media only screen and (device-width:375px) and (-webkit-device-pixel-ratio:3){.cdi-top-banner.rebrand-layout{height:110vh!important;min-height:110vh!important;max-height:110vh!important}}@media screen and (max-width:47.4375em){.cdi-top-banner.rebrand-layout{margin-bottom:20px}.cdi-top-banner.rebrand-layout .row{height:auto;min-height:auto;max-height:auto}.cdi-top-banner.rebrand-layout .cdi-top-banner-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:3.75rem 0}.cdi-top-banner.rebrand-layout.alternate-layout{height:auto!important;min-height:auto!important;max-height:auto!important;padding-bottom:1.875rem}}.cdi-top-banner.rebrand-layout h1{font-size:2.5rem;margin:0 0 1.125rem}@media screen and (max-width:414px){.cdi-top-banner.rebrand-layout h1{font-size:1.5rem}}.cdi-top-banner.rebrand-layout h2{font-size:1.1875rem;line-height:1.2}@media screen and (max-width:414px){.cdi-top-banner.rebrand-layout h2{font-size:1.0625rem}}.cdi-top-banner.rebrand-layout strong{color:inherit!important}.cdi-top-banner.rebrand-layout a{color:#4a4a4a}.cdi-top-banner-video-content{padding:.9375rem}.cdi-cta-banner-module{background-color:#f8f8f8!important;color:#58595b!important;padding:20px 0;position:relative}.cdi-cta-banner-module.above-offset{padding-bottom:50px}@media print,screen and (min-width:47.5em){.cdi-cta-banner-module{padding:1.5rem 0}.cdi-cta-banner-module.above-offset{padding-bottom:3.5rem}}@media print,screen and (min-width:64em){.cdi-cta-banner-module{padding:2.3rem 1.875rem}.cdi-cta-banner-module.above-offset{padding-bottom:4.3rem}}.cdi-cta-banner-module.is-short.above-offset{padding-bottom:50px}@media print,screen and (min-width:47.5em){.cdi-cta-banner-module.is-short{padding:1.875rem 0}.cdi-cta-banner-module.is-short.above-offset{padding-bottom:3.75rem}.cdi-content-columns.cdi-content-module-fourths>.row{padding-left:.9375rem;padding-right:.9375rem}}.cdi-cta-banner-module.white{background-color:#fff}.cdi-cta-banner-module.white .cdi-cta-banner-buttons a{color:#fff}.cdi-cta-banner-module.blue{background-color:#99d6ea}.cdi-cta-banner-module.blue .cdi-cta-banner-buttons a{color:#99d6ea}.cdi-cta-banner-module.green{background-color:#57622c}.cdi-cta-banner-module.green .cdi-cta-banner-buttons a{color:#57622c}.cdi-cta-banner-module.gray{background-color:#4a4a4a}.cdi-cta-banner-module.gray .cdi-cta-banner-buttons a{color:#4a4a4a}.cdi-cta-banner-module .cdi-cta-banner-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.cdi-cta-banner-module .cdi-cta-banner-buttons{margin-top:1.875rem}@media print,screen and (min-width:64em){.cdi-cta-banner-module.is-short{padding:1.875rem}.cdi-cta-banner-module .cdi-cta-banner-content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cdi-cta-banner-module .cdi-cta-banner-buttons{margin:0 0 0 1.875rem}}.cdi-cta-banner-module .cdi-cta-banner-buttons a{background-color:#fff0b4;color:#0a0a0a!important;font-weight:500;text-transform:uppercase;font-size:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:.75rem 1.875rem;-webkit-transition:.3s ease-in-out;transition:all .3s ease-in-out}.cdi-cta-banner-module .cdi-cta-banner-buttons a:focus,.cdi-cta-banner-module .cdi-cta-banner-buttons a:hover{background-color:#ffeb68}.cdi-cta-banner-module .cdi-cta-banner-buttons a i{color:inherit;color:#ff8a24;font-size:1.4rem;text-indent:1.875rem}.cdi-cta-banner-module p{color:#fff;color:inherit;font-weight:500;margin:0;text-transform:uppercase;font-size:1.25rem;line-height:1.2;text-align:center}.cdi-content-columns.extra-top{padding:1.875rem 0 0}.cdi-content-columns>.row{padding:1.875rem 0 0}.cdi-content-columns.is-offset{position:relative;top:-1.875rem}.cdi-content-columns.cdi-content-module-fourths>.row{background-color:#fff}.cdi-content-module{margin:0 0 1.875rem}.cdi-content-module img{margin:0 0 1.875rem}.cdi-content-module.blue.links-appear-as-buttons p>a{background-color:#375c9d}.cdi-content-module.gray.links-appear-as-buttons p>a{background-color:#4a4a4a}.cdi-content-module.green.links-appear-as-buttons p>a{background-color:#57622c}.cdi-content-module ul{list-style-type:none;-webkit-column-gap:3rem;-moz-column-gap:3rem;column-gap:3rem;margin:0 0 1.875rem;line-height:1.2}@media print,screen and (min-width:47.5em){.cdi-content-module ul{-webkit-columns:2;-moz-columns:2;columns:2}}.cdi-content-module ul li{font-weight:400}.cdi-content-module ul li a:focus,.cdi-content-module ul li a:hover{text-decoration:underline}.cdi-content-module.cdi-half-module h2{font-size:1.5rem;color:#4a4a4a;font-weight:500}.cdi-content-module.cdi-half-module.has-accent h2{position:relative;padding:0 0 .9375rem;margin:0 0 .9375rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cdi-content-module.cdi-half-module.has-accent h2::after{content:" ";width:100%;position:absolute;height:2px;background:#4a4a4a;background-color:#959494!important;left:0;bottom:0}.cdi-content-module.cdi-half-module.has-accent h2::before{content:" ";width:18px;height:9px;background-color:#4a4a4a;background-color:#959494!important;position:absolute;right:0;bottom:0;border-top-left-radius:20px;border-top-right-radius:20px}.cdi-content-module.cdi-half-module.has-accent h2 strong{display:block;font-size:.875rem;font-weight:inherit;text-transform:uppercase}.cdi-content-module.cdi-half-module.has-accent.white h2::after,.cdi-content-module.cdi-half-module.has-accent.white h2::before{background-color:#fff}.cdi-content-module.cdi-half-module.has-accent.white h2 strong{color:#fff}.cdi-content-module.cdi-half-module.has-accent.white p>a{background-color:#fff}.cdi-content-module.cdi-half-module.has-accent.white p>a:hover{background-color:#e6e6e6}.cdi-content-module.cdi-half-module.has-accent.white p>a:focus{outline:#ffffff solid 2px;outline-offset:2px}.cdi-content-module.cdi-half-module.has-accent.white ul li{color:#fff}.cdi-content-module.cdi-half-module.has-accent.white ul li a{color:inherit}.cdi-content-module.cdi-half-module.has-accent.blue h2::after,.cdi-content-module.cdi-half-module.has-accent.blue h2::before{background-color:#99d6ea}.cdi-content-module.cdi-half-module.has-accent.blue h2 strong{color:#99d6ea}.cdi-content-module.cdi-half-module.has-accent.blue p>a{background-color:#99d6ea}.cdi-content-module.cdi-half-module.has-accent.blue p>a:hover{background-color:#6fc5e1}.cdi-content-module.cdi-half-module.has-accent.blue p>a:focus{outline:#99d6ea solid 2px;outline-offset:2px}.cdi-content-module.cdi-half-module.has-accent.blue ul li{color:#99d6ea}.cdi-content-module.cdi-half-module.has-accent.blue ul li a{color:inherit}.cdi-content-module.cdi-half-module.has-accent.green h2::after,.cdi-content-module.cdi-half-module.has-accent.green h2::before{background-color:#57622c}.cdi-content-module.cdi-half-module.has-accent.green h2 strong{color:#57622c}.cdi-content-module.cdi-half-module.has-accent.green p>a{background-color:#57622c}.cdi-content-module.cdi-half-module.has-accent.green p>a:hover{background-color:#383f1c}.cdi-content-module.cdi-half-module.has-accent.green p>a:focus{outline:#57622c solid 2px;outline-offset:2px}.cdi-content-module.cdi-half-module.has-accent.green ul li{color:#57622c}.cdi-content-module.cdi-half-module.has-accent.green ul li a{color:inherit}.cdi-content-module.cdi-half-module.has-accent.gray h2::after,.cdi-content-module.cdi-half-module.has-accent.gray h2::before{background-color:#4a4a4a}.cdi-content-module.cdi-half-module.has-accent.gray h2 strong{color:#4a4a4a}.cdi-content-module.cdi-half-module.has-accent.gray p>a{background-color:#4a4a4a}.cdi-content-module.cdi-half-module.has-accent.gray p>a:hover{background-color:#313131}.cdi-content-module.cdi-half-module.has-accent.gray p>a:focus{outline:#4a4a4a solid 2px;outline-offset:2px}.cdi-content-module.cdi-half-module.has-accent.gray ul li{color:#4a4a4a}.cdi-content-module.cdi-half-module.has-accent.gray ul li a{color:inherit}.cdi-content-module.cdi-half-module.has-accent.list-with-bullets ul li{color:#4a4a4a;font-weight:400;line-height:1.2;letter-spacing:.06em;margin-bottom:10px;text-transform:initial}.cdi-content-module.cdi-half-module.has-accent.list-with-bullets ul li:last-child{margin-bottom:0}@media print,screen and (min-width:64em){.cdi-cta-banner-module p{font-size:1.625rem}.cdi-content-module.cdi-half-module{-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%;max-width:48%}.cdi-content-module .cdi-fourth-module-content .cdi-module-copy,.cdi-content-module .cdi-half-module-content .cdi-module-copy{max-width:84.5%}}.cdi-content-module.cdi-fourth-module h2,.cdi-content-module.cdi-fourth-module h3{font-size:1.25rem;color:#4a4a4a;font-weight:500}.cdi-content-module.cdi-fourth-module p{font-size:.875rem}.cdi-content-module.cdi-fourth-module.white p>a{background-color:#fff}.cdi-content-module.cdi-fourth-module.white p>a:hover{background-color:#e6e6e6}.cdi-content-module.cdi-fourth-module.white p>a:focus{outline:#ffffff solid 2px;outline-offset:2px}.cdi-content-module.cdi-fourth-module.white ul li{color:#fff}.cdi-content-module.cdi-fourth-module.white ul li a{color:inherit}.cdi-content-module.cdi-fourth-module.blue p>a{background-color:#99d6ea}.cdi-content-module.cdi-fourth-module.blue p>a:hover{background-color:#6fc5e1}.cdi-content-module.cdi-fourth-module.blue p>a:focus{outline:#99d6ea solid 2px;outline-offset:2px}.cdi-content-module.cdi-fourth-module.blue ul li{color:#99d6ea}.cdi-content-module.cdi-fourth-module.blue ul li a{color:inherit}.cdi-content-module.cdi-fourth-module.green p>a{background-color:#57622c}.cdi-content-module.cdi-fourth-module.green p>a:hover{background-color:#383f1c}.cdi-content-module.cdi-fourth-module.green p>a:focus{outline:#57622c solid 2px;outline-offset:2px}.cdi-content-module.cdi-fourth-module.green ul li{color:#57622c}.cdi-content-module.cdi-fourth-module.green ul li a{color:inherit}.cdi-content-module.cdi-fourth-module.gray p>a{background-color:#4a4a4a}.cdi-content-module.cdi-fourth-module.gray p>a:hover{background-color:#313131}.cdi-content-module.cdi-fourth-module.gray p>a:focus{outline:#4a4a4a solid 2px;outline-offset:2px}.cdi-content-module.cdi-fourth-module.gray ul li{color:#4a4a4a}.cdi-content-module.cdi-fourth-module.gray ul li a{color:inherit}.cdi-content-module.list-with-bullets ul{margin:0 0 1.875rem 1.5rem;list-style-type:disc}.cdi-content-module.list-with-bullets ul:last-child{margin-bottom:0}.cdi-content-module.list-with-bullets ul li{position:relative;color:#4a4a4a}.cdi-content-module p{color:#4a4a4a;font-size:1rem;font-weight:400;line-height:1.5;width:100%;margin:0 0 1.5rem}.cdi-content-module p:last-child{margin:0}.cdi-content-module p>a{background-color:#58595b!important;color:#fff;display:inline-block;font-size:1rem;font-weight:800;text-decoration:none;margin-top:1.875rem;padding:.6875rem 1.5rem;border-radius:20px}.cdi-content-module p>a:hover{background-color:#000!important}.cdi-content-module p>a:focus{outline:#4a4a4a solid 2px;outline-offset:2px}.cdi-content-module .cdi-fourth-module-content,.cdi-content-module .cdi-half-module-content{display:-ms-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cdi-content-module .cdi-fourth-module-content .cdi-module-copy,.cdi-content-module .cdi-half-module-content .cdi-module-copy{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cdi-content-module.single-column-list ul{-webkit-columns:1;-moz-columns:1;columns:1}.cdi-featured-news{padding:1.875rem}.cdi-featured-news a{color:#58595b;font-weight:500;text-transform:uppercase;font-size:1rem;font-family:Quasimoda,sans-serif;font-weight:800;text-decoration:none}.cdi-featured-news a:after{content:url(https://rayusradiology.com/wp-content/themes/mycdi/includes/assets/images/orange-arrow.svg);width:14px;height:12px;padding-left:7px;vertical-align:middle}.cdi-featured-news a:focus,.cdi-featured-news a:hover{color:#1d1d1f;text-decoration:underline}.cdi-featured-news .cdi-featured-news-header{margin-bottom:15px}.cdi-featured-news .cdi-featured-news-header a{font-size:.875rem}.cdi-featured-news .cdi-featured-news-header a:after{content:""}.cdi-featured-news .cdi-featured-news-header h2{color:#606060;font-size:1rem;font-weight:500}.cdi-featured-news .cdi-featured-news-content{margin-bottom:1.875rem;position:relative}@media print,screen and (min-width:64em){.cdi-featured-news .cdi-featured-news-header h2{font-size:1.5rem}.cdi-featured-news .cdi-featured-news-content{margin-bottom:4.6875rem}.cdi-featured-news .cdi-featured-news-content:before{content:"";background:#fff;position:absolute;width:106.5%;height:100%;z-index:-1;left:15px}}.cdi-featured-news h3{display:block;font-size:1rem;font-weight:500;color:#606060;padding:1.25rem 0 1rem;margin-bottom:0;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cdi-featured-news .card{height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0;border:none;padding-bottom:1.875rem}.cdi-featured-news .card .read-more{font-size:.75rem}@media print,screen and (min-width:47.5em){.cdi-featured-news{padding:4.6875rem 0 1.875rem}.cdi-featured-news .cdi-featured-news-content:before{left:0;width:100%}.cdi-featured-news h3{padding:1.875rem 1.875rem 1rem}.cdi-featured-news .card .read-more{padding-left:1.875rem}}.cdi-events-filter,.cdi-radiologist-filter{margin-top:0}.cdi-events-filter input[type=text],.cdi-events-filter select,.cdi-radiologist-filter input[type=text],.cdi-radiologist-filter select{color:#375c9d;font-weight:500;height:auto;border:none;background-color:#fff;padding:.9375rem 1rem!important;color:#375c9d!important;font-family:Montserrat,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.5;letter-spacing:normal}.cdi-events-filter input[type=text]:active,.cdi-events-filter input[type=text]:focus,.cdi-events-filter input[type=text]:hover,.cdi-events-filter select:active,.cdi-events-filter select:focus,.cdi-events-filter select:hover,.cdi-radiologist-filter input[type=text]:active,.cdi-radiologist-filter input[type=text]:focus,.cdi-radiologist-filter input[type=text]:hover,.cdi-radiologist-filter select:active,.cdi-radiologist-filter select:focus,.cdi-radiologist-filter select:hover{-webkit-box-shadow:none;box-shadow:none;border-left:none;border-right:none;border-top:none}.cdi-events-filter input[type=text]:focus,.cdi-events-filter select:focus,.cdi-radiologist-filter input[type=text]:focus,.cdi-radiologist-filter select:focus{outline:#375c9d solid 2px;outline-offset:2px}.cdi-events-filter input[type=text][disabled=disabled]:active,.cdi-events-filter input[type=text][disabled=disabled]:focus,.cdi-events-filter input[type=text][disabled=disabled]:hover,.cdi-events-filter select[disabled=disabled]:active,.cdi-events-filter select[disabled=disabled]:focus,.cdi-events-filter select[disabled=disabled]:hover,.cdi-radiologist-filter input[type=text][disabled=disabled]:active,.cdi-radiologist-filter input[type=text][disabled=disabled]:focus,.cdi-radiologist-filter input[type=text][disabled=disabled]:hover,.cdi-radiologist-filter select[disabled=disabled]:active,.cdi-radiologist-filter select[disabled=disabled]:focus,.cdi-radiologist-filter select[disabled=disabled]:hover{background-color:#738db8}.cdi-events-filter select[disabled=disabled]:active,.cdi-events-filter select[disabled=disabled]:focus,.cdi-events-filter select[disabled=disabled]:hover,.cdi-radiologist-filter select[disabled=disabled]:active,.cdi-radiologist-filter select[disabled=disabled]:focus,.cdi-radiologist-filter select[disabled=disabled]:hover{border:1px solid #738db8;background-color:#738db8}.cdi-events-filter select:not([disabled=disabled]),.cdi-radiologist-filter select:not([disabled=disabled]){background-color:#fff;background-image:url("https://rayusradiology.com/wp-content/themes/mycdi/includes/assets/images/icons/chevron-down.png");background-position:center right}.cdi-events-filter select:not([disabled=disabled]):active,.cdi-events-filter select:not([disabled=disabled]):focus,.cdi-events-filter select:not([disabled=disabled]):hover,.cdi-radiologist-filter select:not([disabled=disabled]):active,.cdi-radiologist-filter select:not([disabled=disabled]):focus,.cdi-radiologist-filter select:not([disabled=disabled]):hover{-webkit-box-shadow:none;box-shadow:none;border:none!important;background-color:#fff!important}.cdi-events-filter ::-webkit-input-placeholder,.cdi-radiologist-filter ::-webkit-input-placeholder{color:#375c9d!important;font-family:Montserrat,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.5;letter-spacing:normal}.cdi-events-filter :-moz-placeholder,.cdi-radiologist-filter :-moz-placeholder{color:#375c9d!important;font-family:Montserrat,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.5;letter-spacing:normal}.cdi-events-filter ::-moz-placholder,.cdi-radiologist-filter ::-moz-placholder{color:#375c9d!important;font-family:Montserrat,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.5;letter-spacing:normal}.cdi-events-filter ::-ms-input-placeholder,.cdi-radiologist-filter ::-ms-input-placeholder{color:#375c9d!important;font-family:Montserrat,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.5;letter-spacing:normal}.cdi-events-filter ::input-placeholder,.cdi-radiologist-filter ::input-placeholder{color:#375c9d!important;font-family:Montserrat,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.5;letter-spacing:normal}.cdi-events-filter input[type=submit],.cdi-radiologist-filter input[type=submit]{border:none;-webkit-box-shadow:none;box-shadow:none}.cdi-events-filter input[type=submit]:focus,.cdi-radiologist-filter input[type=submit]:focus{outline:#375c9d solid 2px;outline-offset:2px}.cdi-events-filter input[type=submit],.cdi-radiologist-filter input[type=submit]{font-size:.875rem}.carousel-wrapper{width:100%;z-index:-1;overflow:hidden}.carousel-wrapper.flexslider{border-width:0}.carousel-wrapper #slider{border-left-width:0;border-right-width:0}@media screen and (max-width:767px){.carousel-wrapper #slider{margin-bottom:0;height:auto!important;min-height:unset!important}.carousel-wrapper #slider .slides .slide-item{height:clamp(50vh,60vh,80vh)}}.carousel-wrapper #slider .slides .slide-item{background-position:right bottom;background-repeat:no-repeat;background-size:cover}.carousel-wrapper #slider .slides .slide-item.flex-active-slide{visibility:visible}.carousel-wrapper #slider .slides .slide-item .slide-content{min-height:450px}.carousel-wrapper #slider .slides .slide-item .slide-content .row .cdi-top-banner-content.white h1 strong{color:#fff!important}.carousel-wrapper #slider .slides .slide-item .slide-content .row .cdi-top-banner-content.white p strong{color:#fff!important}.carousel-wrapper #slider .slides .slide-item .slide-content .row .cdi-top-banner-content.white strong{color:#fff!important}.carousel-wrapper #slider .slides .slide-item .slide-content .row .cdi-top-banner-content.white i{color:#fff!important}.carousel-wrapper #slider .slides .slide-item .slide-content .row .cdi-top-banner-content.blue h1 strong{color:#99d6ea!important}.carousel-wrapper #slider .slides .slide-item .slide-content .row .cdi-top-banner-content.blue p strong{color:#99d6ea!important}.carousel-wrapper #slider .slides .slide-item .slide-content .row .cdi-top-banner-content.blue strong{color:#99d6ea!important}.carousel-wrapper #slider .slides .slide-item .slide-content .row .cdi-top-banner-content.blue i{color:#99d6ea!important}.carousel-wrapper #slider .slides .slide-item .slide-content .row .cdi-top-banner-content.green h1 strong{color:#57622c!important}.carousel-wrapper #slider .slides .slide-item .slide-content .row .cdi-top-banner-content.green p strong{color:#57622c!important}.carousel-wrapper #slider .slides .slide-item .slide-content .row .cdi-top-banner-content.green strong{color:#57622c!important}.carousel-wrapper #slider .slides .slide-item .slide-content .row .cdi-top-banner-content.green i{color:#57622c!important}.carousel-wrapper #slider .slides .slide-item .slide-content .row .cdi-top-banner-content.gray h1 strong{color:#4a4a4a!important}.carousel-wrapper #slider .slides .slide-item .slide-content .row .cdi-top-banner-content.gray p strong{color:#4a4a4a!important}.carousel-wrapper #slider .slides .slide-item .slide-content .row .cdi-top-banner-content.gray strong{color:#4a4a4a!important}.carousel-wrapper #slider .slides .slide-item .slide-content .row .cdi-top-banner-content.gray i{color:#4a4a4a!important}.carousel-wrapper #slider .flex-direction-nav{display:none}.carousel-wrapper #slider .flex-control-nav{bottom:0}@media screen and (min-width:1024px){.carousel-wrapper #carousel{display:none}}.locationTitle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.locationTitle a{font-size:1.875rem;color:#000;padding:0 1rem 0 0}.makeMyCenter-container{margin-left:0}@media print,screen and (min-width:47.5em){.makeMyCenter-container{margin-left:30px}.cdi-locations-featured-radiologists .cdi-featured-radiologist img{margin:0}}.locator-options{border-radius:0;display:block;margin-right:1%;width:auto!important;height:545px;overflow-x:hidden;overflow:auto;background:#fff}.item{background:0 0!important;border:3px solid #fff;border-bottom:1px solid #ccc!important;margin-bottom:0;padding:10px 0;display:inline-block;width:100%;text-align:left;position:relative;cursor:pointer;outline:0}@media print,screen and (min-width:64em){.cdi-featured-news .cdi-featured-news-content:after{content:"";position:absolute;width:106.5%;height:100%;background:#f3f4f5;left:-6.5%;top:22.5%;z-index:-2}.makeMyCenter-container{margin-left:30px}.item{padding:17px 17px 19px}.box-border{padding-bottom:17px}}.item .distance-miles p{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-ms-flex;display:-webkit-box;display:-ms-flexbox;display:flex;height:33px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.item h2,.item h3{color:#666;font-weight:700}.item h2{font-size:1.5rem}.item h3{font-size:1rem}.item img{display:block;height:auto!important;margin:0 0 0 auto}.item p{margin-bottom:0;color:#666;font-size:12px}#change-loc{font-size:.8125rem;padding:13.4px}@media (max-width:1366px){.locator-options{height:420px}}.button.white{background:#fff;color:#000}.button.white:focus,.button.white:hover{background-color:#f3f4f5;color:#375c9d}@media (min-width:768px){.nearLocations{margin-bottom:0}}.nearLocations{margin-left:auto}.nearLocations a{text-transform:uppercase;font-size:.8125rem;line-height:.8125rem;color:#000;padding:16px 15px!important;border:2px solid #00adf3;display:inline-block;background:#fff;font-weight:500;margin-top:4px}.nearLocations a:focus,.nearLocations a:hover{background-color:#f3f4f5}.box-border{border:3px solid #ff6900!important}.box-border i{color:#ff8a24}.nearby-locations-list{max-height:363px;overflow-y:scroll}input:disabled,select:disabled{background-color:#99d6ea!important;border:1px solid #99d6ea}input:disabled:hover,select:disabled:hover{background-color:#99d6ea}.cdi-locations-featured-radiologists .cdi-featured-radiologist{margin:0 0 1.875rem}@media screen and (max-width:550px){.cdi-locations-featured-radiologists .cdi-featured-radiologist{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.cdi-locations-featured-radiologists .cdi-featured-radiologist p,.cdi-locations-featured-radiologists .cdi-featured-radiologist ul{margin:0;font-size:.875rem;color:#4a4a4a}.cdi-locations-featured-radiologists .cdi-featured-radiologist [aria-level="4"]{display:block;text-transform:uppercase}.cdi-locations-featured-radiologists .cdi-featured-radiologist [aria-level="4"],.cdi-locations-featured-radiologists .cdi-featured-radiologist h3{color:#4a4a4a;line-height:1}.cdi-locations-featured-radiologists .cdi-featured-radiologist h3{font-size:.75rem;font-weight:700;margin:0 0 .25rem}.cdi-locations-featured-radiologists .cdi-featured-radiologist [aria-level="4"]{font-size:.625rem;font-weight:400;margin:.25rem 0 0}.cdi-locations-featured-radiologists .cdi-featured-radiologist a{font-weight:500;font-size:.875rem;letter-spacing:.06em;text-transform:uppercase}.cdi-locations-featured-radiologists .cdi-featured-radiologist p a,.cdi-locations-featured-radiologists .cdi-featured-radiologist ul a{color:#4a4a4a;font-weight:500}.cdi-locations-featured-radiologists .cdi-featured-radiologist ul{list-style-type:none}.cdi-locations-featured-radiologists .cdi-featured-radiologist.white a{color:#fff}.cdi-locations-featured-radiologists .cdi-featured-radiologist.blue a{color:#99d6ea}.cdi-locations-featured-radiologists .cdi-featured-radiologist.green a{color:#57622c}.cdi-locations-featured-radiologists .cdi-featured-radiologist.gray a{color:#4a4a4a}.cdi-locations-featured-radiologists .cdi-featured-radiologist:hover h3{color:#375c9d}.services-container{padding:0 0 2.8125rem}@media print,screen and (min-width:47.5em){.services-container .columns-3{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:25px;-moz-column-gap:25px;column-gap:25px}}@media print,screen and (min-width:64em){.services-container .columns-3{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:25px;-moz-column-gap:25px;column-gap:25px}}@media screen and (min-width:90em){.services-container .columns-3{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:25px;-moz-column-gap:25px;column-gap:25px}}.services-container .columns-3 ul.columns-2{-webkit-columns:1;-moz-columns:1;columns:1;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}.services-container .columns-3 .services-single{-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid;-webkit-column-break-inside:avoid}.services-container .columns-3 .services-single:focus,.services-container .columns-3 .services-single:hover{background-color:#f3f4f5}.services-container .columns-3 .services-single h2{padding-bottom:.9375rem;padding-bottom:0;margin-bottom:0}.services-container .columns-3 .services-single h2 a{margin:0}.services-container .columns-3 .services-single h2 a:after{display:none;width:calc(100% - 30px);left:.9375rem}.services-container .columns-3 .services-single h2 a:before{display:none;right:.9375rem}.services-container .columns-3 .services-single h2 a:hover{text-decoration:underline}.services-container .columns-3 .services-single>ul{-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;padding-bottom:.9375rem}.services-container .columns-3 .services-single>ul li{margin-bottom:0}.services-container .columns-3 .services-single>ul li a{display:block;padding:.5rem .9375rem;font-size:.875rem}.services-container .columns-3 .services-single>ul li a:focus,.services-container .columns-3 .services-single>ul li a:hover{text-decoration:underline}@media print,screen and (min-width:47.5em){.services-container .columns-2{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}}@media print,screen and (min-width:64em){.services-container .columns-3 .services-single h2 a{padding:1.875rem 1.875rem .9375rem}.services-container .columns-3 .services-single h2 a:after{left:30px;width:calc(100% - 60px)}.services-container .columns-3 .services-single h2 a:before{right:1.875rem}.services-container .columns-3 .services-single>ul li a{padding:.5rem 1.875rem}.services-container .columns-2{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:60px;-moz-column-gap:60px;column-gap:60px}}@media screen and (min-width:90em){.services-container .columns-2{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:100px;-moz-column-gap:100px;column-gap:100px}}.services-container .columns-2 ul.columns-2{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;-webkit-column-count:1!important;-moz-column-count:1!important;column-count:1!important}.services-container .columns-2 .services-single{-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid;-webkit-column-break-inside:avoid}.services-container .columns-2 .services-single:focus,.services-container .columns-2 .services-single:hover{background-color:#f3f4f5}.services-container .columns-2 .services-single h2{padding-bottom:.9375rem;margin:0!important}.services-container .columns-2 .services-single h2 a{margin:0;padding:.9375rem;padding:1.875rem 1.875rem 0!important}.services-container .columns-2 .services-single h2 a:after{width:calc(100% - 30px);left:.9375rem;display:none}.services-container .columns-2 .services-single h2 a:before{right:.9375rem;display:none}.services-container .columns-2 .services-single h2 a:hover{text-decoration:underline}.services-container .columns-2 .services-single>ul{-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;padding-bottom:.9375rem}.services-container .columns-2 .services-single>ul li{margin-bottom:0}.services-container .columns-2 .services-single>ul li a{display:block;padding:.5rem .9375rem}@media print,screen and (min-width:64em){.services-container .columns-2 .services-single h2 a{padding:1.875rem 1.875rem .9375rem}.services-container .columns-2 .services-single h2 a:after{left:30px;width:calc(100% - 60px)}.services-container .columns-2 .services-single h2 a:before{right:1.875rem}.services-container .columns-2 .services-single>ul li a{padding:.5rem 1.875rem}}.services-container .columns-2 .services-single>ul li a:focus,.services-container .columns-2 .services-single>ul li a:hover{text-decoration:underline}.single-services{-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid;-webkit-column-break-inside:avoid}.cdi-events-list{padding:0 0 3.75rem}.cdi-event{margin:0 0 1.875rem}.cdi-no-events-found{display:none}.cdi-branches-banner-module{background:#f8f8f8;padding-bottom:60px;padding-top:41px}.cdi-branches-banner-module .row .columns{border-right:2px solid #58595B0D;border-left:2px solid #58595B0D;min-height:248px}.cdi-branches-banner-module .row .columns:first-child{border-left:2px solid #58595B00;border-right:2px solid #58595B0D}.cdi-branches-banner-module .row .columns:last-child{border-left:2px solid #58595B0D;border-right:2px solid #58595B00}.cdi-branches-banner-module .row .columns .branches-banner-content .icon-wrapper{margin-bottom:10px}.cdi-branches-banner-module .row .columns .branches-banner-content .icon-wrapper a img{height:106px;width:106px}.cdi-branches-banner-module .row .columns .branches-banner-content{text-align:center;display:flex;flex-flow:column nowrap;align-items:center;justify-content:space-between;height:100%}.cdi-branches-banner-module .row .columns .branches-banner-content .branches-title{font-family:Quasimoda,Helvetica,Roboto,Arial,sans-serif;font-size:20px;font-weight:800;line-height:26px;width:min-intrinsic;width:-webkit-min-content;width:-moz-min-content;width:min-content;display:table-caption;display:-ms-grid;-ms-grid-columns:min-content;text-transform:uppercase;margin-bottom:0}.cdi-branches-banner-module .row .columns .branches-banner-content .branches-copy{font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;font-size:14px;font-weight:500;line-height:24px;max-width:174px}.map-tip{border:1px solid #000;border-radius:.75rem;padding:.9375rem;max-width:340px;position:absolute;display:none;z-index:9999}.map-tip h3{font-size:1.25rem;font-weight:500;color:#fff}.map-tip a{color:#fff}.inline-svg-container{position:relative}@media screen and (max-width:1023px){.cdi-branches-banner-module .row .columns{padding-top:22px;padding-bottom:22px}.cdi-branches-banner-module .row .columns{border-top:2px solid #58595B0D;border-bottom:2px solid #58595B0D;min-height:248px}.cdi-branches-banner-module .row .columns:first-child{border-bottom:2px solid #58595B0D;border-top:2px solid #58595B00}.cdi-branches-banner-module .row .columns:nth-child(2){border-top:2px solid #58595B00;border-bottom:2px solid #58595B0D}.cdi-branches-banner-module .row .columns:nth-child(3){border-top:2px solid #58595B0D;border-bottom:2px solid #58595B00}.cdi-branches-banner-module .row .columns:last-child{border-top:2px solid #58595B0D;border-bottom:2px solid #58595B00}@media screen and (max-width:368px){.cdi-branches-banner-module .row .columns:first-child{border-top:2px solid #58595B00;border-bottom:2px solid #58595B0D}.cdi-branches-banner-module .row .columns:last-child{border-top:2px solid #58595B0D;border-bottom:2px solid #58595B00}}@media screen and (min-width:768px){.cdi-top-banner .cdi-top-banner-content{padding:0 0 1.875em}}}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup>.ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,.ui-controlgroup>.ui-controlgroup-item:focus{z-index:9999}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw,.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:0 0;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #d3d3d3}.ui-widget-content{border:1px solid #aaa;background:#fff;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:url("https://code.jquery.com/ui/1.12.0/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x #ccc;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover{border:1px solid #d3d3d3;background:url("https://code.jquery.com/ui/1.12.0/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x #e6e6e6;font-weight:400;color:#555}.ui-button,.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button{color:#555;text-decoration:none}.ui-button:focus,.ui-button:hover,.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:url("https://code.jquery.com/ui/1.12.0/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x #dadada;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,a.ui-button:focus,a.ui-button:hover{color:#212121;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active{border:1px solid #aaa;background:url("https://code.jquery.com/ui/1.12.0/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x #fff;font-weight:400;color:#212121}.ui-icon-background,.ui-state-active .ui-icon-background{border:#aaa;background-color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:url("https://code.jquery.com/ui/1.12.0/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x #fbf9ee;color:#363636}.ui-state-checked{border:1px solid #fcefa1;background:#fbf9ee}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("https://code.jquery.com/ui/1.12.0/themes/smoothness/images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("https://code.jquery.com/ui/1.12.0/themes/smoothness/images/ui-icons_222222_256x240.png")}.ui-button .ui-icon{background-image:url("https://code.jquery.com/ui/1.12.0/themes/smoothness/images/ui-icons_888888_256x240.png")}.ui-button:focus .ui-icon,.ui-button:hover .ui-icon,.ui-state-default .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url("https://code.jquery.com/ui/1.12.0/themes/smoothness/images/ui-icons_454545_256x240.png")}.ui-button:active .ui-icon,.ui-state-active .ui-icon{background-image:url("https://code.jquery.com/ui/1.12.0/themes/smoothness/images/ui-icons_454545_256x240.png")}.ui-button .ui-state-highlight.ui-icon,.ui-state-highlight .ui-icon{background-image:url("https://code.jquery.com/ui/1.12.0/themes/smoothness/images/ui-icons_2e83ff_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-check{background-position:-64px -144px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-top{border-top-left-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:-8px -8px 8px #aaa;box-shadow:-8px -8px 8px #aaa}.ui-sortable-helper{background-color:#fff!important;-webkit-box-shadow:6px 6px 28px -9px rgba(0,0,0,.75);-moz-box-shadow:6px 6px 28px -9px rgba(0,0,0,.75);box-shadow:6px 6px 28px -9px rgba(0,0,0,.75);transform:rotate(1deg);-moz-transform:rotate(1deg);-webkit-transform:rotate(1deg)}.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%}.rll-youtube-player:focus-within{outline:currentColor solid 2px;outline-offset:5px}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s;-moz-transition:.4s;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://rayusradiology.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) center no-repeat;background-color:transparent!important;cursor:pointer;border:none}html body{max-width:initial;margin:initial}.cdi-primary-menu .menu a{padding:.7rem;font-size:12px}@font-face{font-family:quasimoda;src:url("https://use.typekit.net/af/e1ca79/00000000000000007735deda/30/l?subset_id=2&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/e1ca79/00000000000000007735deda/30/d?subset_id=2&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/e1ca79/00000000000000007735deda/30/a?subset_id=2&fvd=n5&v=3") format("opentype");font-display:swap;font-style:normal;font-weight:500;font-stretch:normal}@font-face{font-family:quasimoda;src:url("https://use.typekit.net/af/4fe93d/00000000000000007735dedd/30/l?subset_id=2&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/4fe93d/00000000000000007735dedd/30/d?subset_id=2&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/4fe93d/00000000000000007735dedd/30/a?subset_id=2&fvd=n7&v=3") format("opentype");font-display:swap;font-style:normal;font-weight:700;font-stretch:normal}@font-face{font-family:quasimoda;src:url("https://use.typekit.net/af/af2a98/00000000000000007735ded3/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n8&v=3") format("woff2"),url("https://use.typekit.net/af/af2a98/00000000000000007735ded3/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n8&v=3") format("woff"),url("https://use.typekit.net/af/af2a98/00000000000000007735ded3/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n8&v=3") format("opentype");font-display:swap;font-style:normal;font-weight:800;font-stretch:normal}@font-face{font-family:quasimoda;src:url("https://use.typekit.net/af/0c67f2/00000000000000007735dedc/30/l?subset_id=2&fvd=n8&v=3") format("woff2"),url("https://use.typekit.net/af/0c67f2/00000000000000007735dedc/30/d?subset_id=2&fvd=n8&v=3") format("woff"),url("https://use.typekit.net/af/0c67f2/00000000000000007735dedc/30/a?subset_id=2&fvd=n8&v=3") format("opentype");font-display:swap;font-style:normal;font-weight:800;font-stretch:normal}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@media screen and (max-width:425px){.cdi-top-banner>.row{background:#ffffff80}.cdi-top-banner img{min-height:225px;object-fit:cover;object-position:right}.cdi-top-banner .cdi-top-banner-content{max-width:100%}}@font-face{font-display:swap;font-family:flexslider-icon;src:url('https://rayusradiology.com/wp-content/themes/mycdi/css/fonts/flexslider-icon.eot');src:url('https://rayusradiology.com/wp-content/themes/mycdi/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),url('https://rayusradiology.com/wp-content/themes/mycdi/css/fonts/flexslider-icon.woff') format('woff'),url('https://rayusradiology.com/wp-content/themes/mycdi/css/fonts/flexslider-icon.ttf') format('truetype'),url('https://rayusradiology.com/wp-content/themes/mycdi/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');font-weight:400;font-style:normal}.flex-control-nav,.flex-direction-nav,.slides,.slides>li{margin:0;padding:0;list-style:none}.flex-pauseplay span{text-transform:capitalize}.flexslider{margin:0;padding:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;display:block}.flexslider .slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .flexslider .slides{display:block}* html .flexslider .slides{height:1%}.no-js .flexslider .slides>li:first-child{display:block}.flexslider{margin:0 0 60px;background:#fff;border:4px solid #fff;position:relative;zoom:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);-moz-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);-o-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);box-shadow:'' 0 1px 4px rgba(0,0,0,.2)}.flexslider .slides{zoom:1}.flexslider .slides img{height:auto;-moz-user-select:none}.flex-viewport{max-height:2000px;-webkit-transition:1s;-moz-transition:1s;-ms-transition:1s;-o-transition:1s;transition:all 1s ease}.loading .flex-viewport{max-height:300px}@-moz-document url-prefix(){.loading .flex-viewport{max-height:none}}.carousel li{margin-right:5px}.flex-direction-nav a{text-decoration:none;display:block;width:40px;height:40px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3);-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:all .3s ease-in-out}.flex-direction-nav a:before{font-family:flexslider-icon;font-size:40px;display:inline-block;content:'\f001';color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3)}.flex-direction-nav a.flex-next:before{content:'\f002'}.flex-direction-nav .flex-prev{left:-50px}.flex-direction-nav .flex-next{right:-50px;text-align:right}.flexslider:hover .flex-direction-nav .flex-prev{opacity:.7;left:10px}.flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:1}.flexslider:hover .flex-direction-nav .flex-next{opacity:.7;right:10px}.flexslider:hover .flex-direction-nav .flex-next:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:0!important;cursor:default;z-index:-1}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.flex-pauseplay a:before{font-family:flexslider-icon;font-size:20px;display:inline-block;content:'\f004';position:relative;top:-5px}.flex-pauseplay a:hover{opacity:1}.flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center}.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,.5);cursor:pointer;text-indent:-9999px;-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.3);-moz-box-shadow:inset 0 0 3px rgba(0,0,0,.3);-o-box-shadow:inset 0 0 3px rgba(0,0,0,.3);box-shadow:inset 0 0 3px rgba(0,0,0,.3);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,.7)}.flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,.9);cursor:default}@media screen and (max-width:860px){.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}}</style><link rel="preload" data-rocket-preload as="image" href="https://rayusradiology.com/wp-content/uploads/2024/10/DIG-278850-Hospital-Solutions-Home-Page-Banner.jpg" fetchpriority="high"><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&#038;display=swap" /></noscript>
	<meta name="description" content="The RAYUS Radiology network provides a full range of services from MRI, regular screenings, pain care, diagnostic imaging &amp; more." />
	<link rel="canonical" href="https://rayusradiology.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="RAYUS Radiology | Experts in Quality Imaging" />
	<meta property="og:description" content="The RAYUS Radiology network provides a full range of services from MRI, regular screenings, pain care, diagnostic imaging &amp; more." />
	<meta property="og:url" content="https://rayusradiology.com/" />
	<meta property="og:site_name" content="RAYUS Radiology" />
	<meta property="article:modified_time" content="2025-01-03T14:18:25+00:00" />
	<meta name="twitter:card" content="summary_large_image" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://rayusradiology.com/","url":"https://rayusradiology.com/","name":"RAYUS Radiology | Experts in Quality Imaging","isPartOf":{"@id":"https://rayusradiology.com/#website"},"about":{"@id":"https://rayusradiology.com/#organization"},"datePublished":"2021-07-21T19:35:48+00:00","dateModified":"2025-01-03T14:18:25+00:00","description":"The RAYUS Radiology network provides a full range of services from MRI, regular screenings, pain care, diagnostic imaging & more.","breadcrumb":{"@id":"https://rayusradiology.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://rayusradiology.com/"]}]},{"@type":"BreadcrumbList","@id":"https://rayusradiology.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://rayusradiology.com/#website","url":"https://rayusradiology.com/","name":"RAYUS Radiology","description":"We bring brilliance to health and wellness.","publisher":{"@id":"https://rayusradiology.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://rayusradiology.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://rayusradiology.com/#organization","name":"RAYUS Radiology","url":"https://rayusradiology.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://rayusradiology.com/#/schema/logo/image/","url":"https://rayusradiology.com/wp-content/uploads/2021/10/cropped-Grey.png","contentUrl":"https://rayusradiology.com/wp-content/uploads/2021/10/cropped-Grey.png","width":878,"height":308,"caption":"RAYUS Radiology"},"image":{"@id":"https://rayusradiology.com/#/schema/logo/image/"}}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//code.jquery.com' />
<link rel='dns-prefetch' href='//maps.googleapis.com' />
<link rel='dns-prefetch' href='//www.google.com' />
<link rel='dns-prefetch' href='//use.fontawesome.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<style id='classic-theme-styles-inline-css' ></style>
<style id='global-styles-inline-css' ></style>




<style id='akismet-widget-style-inline-css' ></style>
<style id='rocket-lazyload-inline-css' >
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://rayusradiology.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
</style>
<script  src="https://rayusradiology.com/wp-content/themes/mycdi/bower_components/jquery/dist/jquery.min.js?ver=1" id="cjquery-js" data-rocket-defer defer></script>
<script type="rocketlazyloadscript" defer data-rocket-src="//maps.googleapis.com/maps/api/js?key=AIzaSyCowJPz0ggVmuoJ2PBaLXNNErPX3WjdaKg&amp;libraries=places&amp;ver=1.0.0" id="googleapis-js"></script>
<script type="rocketlazyloadscript" data-minify="1"  data-rocket-src="https://rayusradiology.com/wp-content/cache/min/1/wp-content/themes/mycdi/js/ytplist.js?ver=1744660482" id="ytplist-js" data-rocket-defer defer></script>
<script  src="https://rayusradiology.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" data-rocket-defer defer></script>
<script  src="https://rayusradiology.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" data-rocket-defer defer></script>
<script  defer='defer' src="https://rayusradiology.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.9.7.1" id="gform_json-js"></script>
<script  id="gform_gravityforms-js-extra">
/* <![CDATA[ */
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/rayusradiology.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/rayusradiology.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"b086a22b3d335f63d6840b0884c89717","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/rayusradiology.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/rayusradiology.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"b086a22b3d335f63d6840b0884c89717","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/rayusradiology.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/rayusradiology.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"b086a22b3d335f63d6840b0884c89717","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}};
var gf_legacy_multi = {"1":"1","2":"1","3":"1"};
var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/rayusradiology.com\/wp-content\/plugins\/gravityforms\/images"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" id="gform_gravityforms-js-before">
/* <![CDATA[ */
var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),document.addEventListener("gform/theme/scripts_loaded",function(){gform.themeScriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>"function"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn("The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1."),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener("gform_main_scripts_loaded",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener("gform/theme/scripts_loaded",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener("DOMContentLoaded",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook("action",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook("filter",o,r,e,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,r){gform.removeHook("action",o,r)},removeFilter:function(o,r,e){gform.removeHook("filter",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+"_"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==r?t.apply(null,e):e[0]=t.apply(null,e)})),"filter"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});
/* ]]> */
</script>
<script type="rocketlazyloadscript" defer='defer' data-rocket-src="https://rayusradiology.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.9.7.1" id="gform_gravityforms-js"></script>
<script type="rocketlazyloadscript" defer='defer' data-rocket-src="https://rayusradiology.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=a8f8e72876ba5bc3f797026fe4225946" id="gform_gravityforms_utils-js"></script>
<script  id="gform_conditional_logic-js-extra">
/* <![CDATA[ */
var gf_legacy = {"is_legacy":"1"};
/* ]]> */
</script>
<script  defer='defer' src="https://rayusradiology.com/wp-content/plugins/gravityforms/js/conditional_logic.min.js?ver=2.9.7.1" id="gform_conditional_logic-js"></script>
<link rel="https://api.w.org/" href="https://rayusradiology.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://rayusradiology.com/wp-json/wp/v2/pages/12501" /><link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://rayusradiology.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Frayusradiology.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://rayusradiology.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Frayusradiology.com%2F&#038;format=xml" />
<link rel="icon" href="https://rayusradiology.com/wp-content/uploads/2021/06/cropped-Favicon-32x32.png" sizes="32x32" />
<link rel="icon" href="https://rayusradiology.com/wp-content/uploads/2021/06/cropped-Favicon-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://rayusradiology.com/wp-content/uploads/2021/06/cropped-Favicon-180x180.png" />
<meta name="msapplication-TileImage" content="https://rayusradiology.com/wp-content/uploads/2021/06/cropped-Favicon-270x270.png" />
		<style  id="wp-custom-css"></style>
		<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript>    
	
	
        <script type="rocketlazyloadscript" >
    window.__lo_site_id = 144903;
    (function() {
        var wa = document.createElement('script');
        wa.type = 'text/javascript';
        wa.async = true;
        wa.src = 'https://d10lpsik1i8c69.cloudfront.net/w.js';
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(wa, s);
    })();
    </script>
        
    <!-- Script to ensure localStorage and cookie are in sync -->
    <script type="rocketlazyloadscript">
    document.addEventListener('DOMContentLoaded', function() {
        // Check if we have a center in localStorage but not in cookie (could happen if cookie expired)
        if (!document.cookie.includes('currentUserCenter=') && localStorage.getItem("CurrentCenterOfVisitor")) {
            try {
                var centerData = JSON.parse(localStorage.getItem("CurrentCenterOfVisitor"));
                if (centerData && centerData.post_id) {
                    // Set the cookie to match localStorage
                    document.cookie = "currentUserCenter=" + centerData.post_id + "; path=/; max-age=" + (60*60*24*120);
                    // Page will refresh to apply the cookie
                    window.location.reload();
                }
            } catch(e) {
                console.warn("Error syncing center data:", e);
            }
        }
    });
    </script>
<style id="rocket-lazyrender-inline-css">[data-wpr-lazyrender] {content-visibility: auto;}</style><meta name="generator" content="WP Rocket 3.18.3" data-wpr-features="wpr_remove_unused_css wpr_delay_js wpr_defer_js wpr_minify_js wpr_lazyload_images wpr_lazyload_iframes wpr_automatic_lazy_rendering wpr_oci wpr_image_dimensions wpr_cache_webp wpr_minify_css wpr_preload_links wpr_desktop" /></head>

<body class="home wp-singular page-template-default page page-id-12501 wp-custom-logo wp-theme-mycdi home-2" data-id="12501">
                        <!-- landing_page Conversion Pixel; Activity ID: 3042 -->
    <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" height="0" width="0" border="0"
        style="position: absolute; left: -9999px; top: -1000px; width: 0 !important; height: 0 !important;" data-lazy-src="https://px.adentifi.com/Pixels?a_id=3042;uq=[CACHEBUSTER];" /><noscript><img src="https://px.adentifi.com/Pixels?a_id=3042;uq=[CACHEBUSTER];" height="0" width="0" border="0"
        style="position: absolute; left: -9999px; top: -1000px; width: 0 !important; height: 0 !important;" /></noscript>
                    <!-- Google Tag Manager (noscript) -->
    <noscript aria-hidden="true"><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WL8THN" height="0"
            width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <!-- End Google Tag Manager (noscript) -->
        <input type="hidden" id="baseurl" value=https://rayusradiology.com>
    <a class="skip-link screen-reader-text" href="#main">Skip to content</a>
        <header  id="masthead">
        <div  class="row large-collapse">
            <div  class="columns large-12 medium-12 small-12">
                <nav id="site-navigation" class="main-navigation top-bar">
                    <div class="top-bar-left">
                        <h1 itemscope itemtype="http://schema.org/Organization">
                                                        <a href="https://rayusradiology.com/" class="custom-logo-link" rel="home" aria-current="page"><img width="878" height="308" src="https://rayusradiology.com/wp-content/uploads/2021/10/cropped-Grey.png.webp" class="custom-logo" alt="RAYUS Radiology" decoding="async" fetchpriority="high" srcset="https://rayusradiology.com/wp-content/uploads/2021/10/cropped-Grey.png.webp 878w,https://rayusradiology.com/wp-content/uploads/2021/10/cropped-Grey-300x105.png.webp 300w,https://rayusradiology.com/wp-content/uploads/2021/10/cropped-Grey-768x269.png.webp 768w" sizes="(max-width: 878px) 100vw, 878px" /></a>                                                    </h1>
                        <div class="cdi-responsive-menu-toggle" data-responsive-toggle="cdi-responsive-menu"
                            data-hide-for="medium">
                            <button class="hamburger hamburger--spin js-hamburger" type="button"
                                data-toggle="cdi-responsive-menu" aria-label="Open/Close Menu"
                                aria-controls="cdi-responsive-menu">
                                <span class="hamburger-box">
                                    <span class="hamburger-inner"></span>
                                </span>
                            </button>
                        </div>
                    </div>
                    <div class="top-bar-right" id="cdi-responsive-menu">

                        <div class="cdi-primary-menu show-for-small-only">
                                                        <ul class="menu vertical medium-horizontal"><li id="menu-item-15995" class="loc-desk menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-15995"><a href="#">Locations</a>
<ul class="sub-menu">
	<li id="menu-item-15366" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15366"><a href="/market-southern-california/">California &#8211; South</a></li>
	<li id="menu-item-15367" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15367"><a href="/market-central-florida/">Florida &#8211; Central</a></li>
	<li id="menu-item-15428" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15428"><a href="/market-southeast-florida/">Florida &#8211; Southeast</a></li>
	<li id="menu-item-15383" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15383"><a href="/market-illinois">Illinois</a></li>
	<li id="menu-item-15384" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15384"><a href="/market-indiana">Indiana</a></li>
	<li id="menu-item-15368" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15368"><a href="/market-valparaiso-indiana/">Indiana &#8211; Valparaiso</a></li>
	<li id="menu-item-15369" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15369"><a href="/market-maine">Maine</a></li>
	<li id="menu-item-15370" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15370"><a href="/market-massachusetts">Massachusetts</a></li>
	<li id="menu-item-15371" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15371"><a href="/market-central-minnesota/">Minnesota &#8211; Central</a></li>
	<li id="menu-item-15372" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15372"><a href="/market-twin-cities-minnesota/">Minnesota &#8211; Twin Cities</a></li>
	<li id="menu-item-15373" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15373"><a href="/market-missouri">Missouri</a></li>
	<li id="menu-item-15374" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15374"><a href="/market-oregon">Oregon</a></li>
	<li id="menu-item-15375" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15375"><a href="/market-tennessee">Tennessee</a></li>
	<li id="menu-item-15376" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15376"><a href="/market-texas">Texas</a></li>
	<li id="menu-item-15377" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15377"><a href="/market-utah">Utah</a></li>
	<li id="menu-item-15378" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15378"><a href="/market-northern-virginia/">Virginia &#8211; North</a></li>
	<li id="menu-item-15379" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15379"><a href="/market-roanoke-virginia/">Virginia &#8211; Roanoke</a></li>
	<li id="menu-item-15380" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15380"><a href="/market-washington">Washington</a></li>
	<li id="menu-item-15381" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15381"><a href="/market-appleton-wisconsin/">Wisconsin &#8211; Appleton</a></li>
	<li id="menu-item-15382" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15382"><a href="/market-milwaukee-wisconsin/">Wisconsin &#8211; Milwaukee</a></li>
	<li id="menu-item-15420" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15420"><a href="/locations/">All Locations</a></li>
</ul>
</li>
<li id="menu-item-1327" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1327"><a href="https://rayusradiology.com/partners/">Partners</a></li>
<li id="menu-item-4367" class="menu-item menu-item-type-post_type_archive menu-item-object-services menu-item-4367"><a href="https://rayusradiology.com/services/">Services</a></li>
<li id="menu-item-1328" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1328"><a href="https://rayusradiology.com/expertise/">Expertise</a></li>
<li id="menu-item-1326" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1326"><a href="https://rayusradiology.com/providers/">Providers</a></li>
<li id="menu-item-16034" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16034"><a href="https://rayusradiology.com/expertise/leadership/">Leadership</a></li>
<li id="menu-item-13258" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13258"><a href="https://rayusradiology.com/careers/">Careers</a></li>
</ul>                                                    </div>
                                                <div class="cdi-super-menu">
                            <ul class="menu vertical medium-horizontal">
                                <li class="location-info-container">
                                    <a href="/locations/" 
                                        class="cdi-user-center-link"
                                        >
                                        <span>
                                            <i class="fas fa-map-marker-alt" aria-hidden="true"></i>
                                            <span class="cdi-my-center-info">
                                                                                                <span>Find</span> <span>Your Center</span>
                                                                                            </span>
                                        </span>
                                    </a>
                                                                    </li>
                                                                <li id="menu-item-1323" class="patient-portal-nav-link menu-item menu-item-type-custom menu-item-object-custom menu-item-1323"><a target="_blank" href="https://myexamanswers.com/Account/LogOn">Patient Portal</a></li>
<li id="menu-item-4717" class="pay-my-bill-nav-link menu-item menu-item-type-post_type menu-item-object-page menu-item-4717"><a href="https://rayusradiology.com/pay-my-bill/">Pay My Bill</a></li>
<li id="menu-item-1325" class="provider-portal-nav-link menu-item menu-item-type-custom menu-item-object-custom menu-item-1325"><a target="_blank" href="https://www.insidecdi.com/Account/LogOn">Provider Portal</a></li>
                                                                <li>
                                    <button type="button" name="button" class="cdi-search-trigger"
                                        data-toggle="global-search"><i class="fas fa-search" aria-hidden="true"></i>
                                        <span class="hide-for-medium" aria-hidden="true">Search</span><span
                                            class="show-for-sr">Search</span></button>
                                </li>
                            </ul>
                            <div class="cdi-global-search-form" id="global-search" data-toggler="search-bar-active">
                                <form role="search" method="get" class="search-form" action="https://rayusradiology.com">
  <label>
  <span class="screen-reader-text">Search for:</span>
  <input type="search" class="search-field" placeholder="" value="" name="s">
  </label>
  <button type="submit" class="search-submit"><i class="fas fa-search"></i> <span class="show-for-sr">Search</span></button>
</form>
                                <button class="close-search" data-toggle="global-search"><span
                                        aria-hidden="true">&times;</span><span class="show-for-sr">Close search
                                        form</span></button>
                            </div>
                        </div>
                                                <div class="cdi-primary-menu show-for-medium ">
                                                                    <ul class="menu vertical medium-horizontal"><li class="loc-desk menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-15995"><a href="#">Locations</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15366"><a href="/market-southern-california/">California &#8211; South</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15367"><a href="/market-central-florida/">Florida &#8211; Central</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15428"><a href="/market-southeast-florida/">Florida &#8211; Southeast</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15383"><a href="/market-illinois">Illinois</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15384"><a href="/market-indiana">Indiana</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15368"><a href="/market-valparaiso-indiana/">Indiana &#8211; Valparaiso</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15369"><a href="/market-maine">Maine</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15370"><a href="/market-massachusetts">Massachusetts</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15371"><a href="/market-central-minnesota/">Minnesota &#8211; Central</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15372"><a href="/market-twin-cities-minnesota/">Minnesota &#8211; Twin Cities</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15373"><a href="/market-missouri">Missouri</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15374"><a href="/market-oregon">Oregon</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15375"><a href="/market-tennessee">Tennessee</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15376"><a href="/market-texas">Texas</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15377"><a href="/market-utah">Utah</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15378"><a href="/market-northern-virginia/">Virginia &#8211; North</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15379"><a href="/market-roanoke-virginia/">Virginia &#8211; Roanoke</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15380"><a href="/market-washington">Washington</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15381"><a href="/market-appleton-wisconsin/">Wisconsin &#8211; Appleton</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15382"><a href="/market-milwaukee-wisconsin/">Wisconsin &#8211; Milwaukee</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15420"><a href="/locations/">All Locations</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1327"><a href="https://rayusradiology.com/partners/">Partners</a></li>
<li class="menu-item menu-item-type-post_type_archive menu-item-object-services menu-item-4367"><a href="https://rayusradiology.com/services/">Services</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1328"><a href="https://rayusradiology.com/expertise/">Expertise</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1326"><a href="https://rayusradiology.com/providers/">Providers</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16034"><a href="https://rayusradiology.com/expertise/leadership/">Leadership</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13258"><a href="https://rayusradiology.com/careers/">Careers</a></li>
</ul>                                                    </div>
                    </div>
                </nav><!-- #site-navigation -->
            </div>
        </div>

    </header><!-- #masthead -->
        <main  id="main">
                <div  class="cdi-cookie-notice" role="dialog">
            <p>We use technical and analytics cookies to ensure that we give you the best experience on our website.</p>
            <button type="button" name="button">Accept & Close</button>
        </div>
        
    <div  id="post-12501" class="cdi-post-content">
                    
    <style></style>
  

	<div  class="cdi-top-banner">
<!-- inside repeater -->
		<div class="carousel-wrapper">
			<!-- Start Photo Slider -->

<div id="slider" class="cdi-top-banner rebrand-layout flexslider">
    <ul class="slides">
                	    <li class="slide-item" style="background-image:  url(' https://rayusradiology.com/wp-content/uploads/2023/08/DIG-A015-New-Main-Home-Page-Banner_Page_2.png')">
        <div class="slide-content g-text copy-left not-landing-page-hero alternate-layout special-white-copy">
            <div  class="row align-justify">
                <div class="columns large-6 medium-6 small-12">
                    <div class="cdi-top-banner-content gray" style="width: 100%">
                        <h1><strong>WE BRING BRILLIANCE TO HEALTH AND WELLNESS</strong></h1>
<p class="p1"><strong><span class="s1">As a leader in advanced diagnostic and interventional radiology, </span>RAYUS Radiology is the art and science of health and well-being. We are revolutionizing radiology with brilliant medicine, our brilliant team, and brilliant technology and services so that we can all shine more brilliantly.</strong></p>
                    </div>
                </div>
                <div class="columns large-6 medium-6 small-12">
            
                    </div>
            </div>  
        </div>
	</li>
        <div class="reveal small" id="5b4468a0-f1de-4ec0-b45e-b548ea32f84f" data-reveal data-reset-on-close="true"
        aria-label="Modal Dialog">
        <div class="cdi-top-banner-video-content">
            <button class="close-button" data-close aria-label="Close modal" type="button">
                <span aria-hidden="true">&times;</span>
            </button>
            <div class="responsive-embed widescreen">
                            </div>
            <button class="close-button" data-close aria-label="Close modal" type="button">
                <span aria-hidden="true">&times;</span>
            </button>
        </div>
    </div>
        	    <li class="slide-item" style="background-image:  url(' https://rayusradiology.com/wp-content/uploads/2024/10/DIG-256550-2024-OMP-Home-Page-Hero-Image-9-20.png')">
        <div class="slide-content g-text copy-left not-landing-page-hero alternate-layout special-white-copy">
            <div  class="row align-justify">
                <div class="columns large-6 medium-6 small-12">
                    <div class="cdi-top-banner-content white" style="width: 80%">
                        <h1><strong>OFFICIAL MEDICAL PROVIDER</strong></h1>
<p class="p1"><strong>RAYUS Radiology serves as an Official Medical Provider to the U.S. Ski and Snowboard, the U.S. Speedskating and the USA Bobsled and Skeleton Teams nationwide.</strong></p>
<p><span style="color: #ffffff;"><strong><a style="color: #ffffff;" href="https://rayusradiology.com/athletic-partnerships/" target="_blank" rel="noopener">LEARN MORE</a></strong></span></p>
                    </div>
                </div>
                <div class="columns large-6 medium-6 small-12">
            
                    </div>
            </div>  
        </div>
	</li>
        <div class="reveal small" id="ccbfdcd8-5c3e-45f8-adbe-3852456304c5" data-reveal data-reset-on-close="true"
        aria-label="Modal Dialog">
        <div class="cdi-top-banner-video-content">
            <button class="close-button" data-close aria-label="Close modal" type="button">
                <span aria-hidden="true">&times;</span>
            </button>
            <div class="responsive-embed widescreen">
                            </div>
            <button class="close-button" data-close aria-label="Close modal" type="button">
                <span aria-hidden="true">&times;</span>
            </button>
        </div>
    </div>
        	    <li class="slide-item" style="background-image:  url(' https://rayusradiology.com/wp-content/uploads/2024/10/DIG-278850-Hospital-Solutions-Home-Page-Banner.jpg')">
        <div class="slide-content g-text copy-left not-landing-page-hero alternate-layout special-white-copy">
            <div class="row align-justify">
                <div class="columns large-6 medium-6 small-12">
                    <div class="cdi-top-banner-content white" style="width: 100%">
                        <h1><strong>HOSPITAL SOLUTIONS</strong></h1>
<p class="p1"><strong>RAYUS Radiology Hospital Solutions, formerly known as Insight Imaging, has brought full service mobile diagnostic imaging and staffing solutions to hospitals, clinics, and health care organizations for over 35 years.</strong></p>
<p><a href="https://rayusradiology.com/hospital-solutions/" target="_blank" rel="noopener"><strong>LEARN MORE</strong></a></p>
                    </div>
                </div>
                <div class="columns large-6 medium-6 small-12">
            
                    </div>
            </div>  
        </div>
	</li>
        <div class="reveal small" id="dd59dd38-8167-404e-86be-f8a9a9a93655" data-reveal data-reset-on-close="true"
        aria-label="Modal Dialog">
        <div class="cdi-top-banner-video-content">
            <button class="close-button" data-close aria-label="Close modal" type="button">
                <span aria-hidden="true">&times;</span>
            </button>
            <div class="responsive-embed widescreen">
                            </div>
            <button class="close-button" data-close aria-label="Close modal" type="button">
                <span aria-hidden="true">&times;</span>
            </button>
        </div>
    </div>
            </ul>
</div>
<div id="carousel" class="flexslider"> 
    <ul class="slides">
                <li>
            <img width="481" height="294" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20481%20294'%3E%3C/svg%3E" alt="rayus radiology hospital solutions mobile imaging truck with an orange scan overlay" data-lazy-src="https://rayusradiology.com/wp-content/uploads/2024/10/DIG-278850-Hospital-Solutions-Home-Page-Banner-481x294.jpg.webp" /><noscript><img width="481" height="294" src="https://rayusradiology.com/wp-content/uploads/2024/10/DIG-278850-Hospital-Solutions-Home-Page-Banner-481x294.jpg.webp" alt="rayus radiology hospital solutions mobile imaging truck with an orange scan overlay" /></noscript>
        </li>
                <li>
            <img width="481" height="294" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20481%20294'%3E%3C/svg%3E" alt="rayus radiology hospital solutions mobile imaging truck with an orange scan overlay" data-lazy-src="https://rayusradiology.com/wp-content/uploads/2024/10/DIG-278850-Hospital-Solutions-Home-Page-Banner-481x294.jpg.webp" /><noscript><img width="481" height="294" src="https://rayusradiology.com/wp-content/uploads/2024/10/DIG-278850-Hospital-Solutions-Home-Page-Banner-481x294.jpg.webp" alt="rayus radiology hospital solutions mobile imaging truck with an orange scan overlay" /></noscript>
        </li>
                <li>
            <img width="481" height="294" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20481%20294'%3E%3C/svg%3E" alt="rayus radiology hospital solutions mobile imaging truck with an orange scan overlay" data-lazy-src="https://rayusradiology.com/wp-content/uploads/2024/10/DIG-278850-Hospital-Solutions-Home-Page-Banner-481x294.jpg.webp" /><noscript><img width="481" height="294" src="https://rayusradiology.com/wp-content/uploads/2024/10/DIG-278850-Hospital-Solutions-Home-Page-Banner-481x294.jpg.webp" alt="rayus radiology hospital solutions mobile imaging truck with an orange scan overlay" /></noscript>
        </li>
            </ul>
</div>
<!-- End Photo Slider -->

</div> <!-- END #slider .flexslider -->


<script data-minify="1" src="https://rayusradiology.com/wp-content/cache/min/1/ajax/libs/jquery/1.10.2/jquery.min.js?ver=1744660482" data-rocket-defer defer></script>
<script src="https://rayusradiology.com/wp-content/themes/mycdi/js/jquery.flexslider-min.js" data-rocket-defer defer></script>
<script >window.addEventListener('DOMContentLoaded', function() {
var $f = jQuery.noConflict(true);
$f(window).load(function() {
    // The slider being synced must be initialized first
    $f('#carousel').flexslider({
        animation: "slide",
        controlNav: false,
        animationLoop: false,
        slideshow: false,
        itemWidth: 75,
        itemMargin: 5,
        asNavFor: '#slider'
    });

    $f('#slider').flexslider({
        animation: "slide",
        controlNav: true,
        pausePlay: true,
        animationLoop: true,
        slideshow: true,
        sync: "#carousel"
    });
});
});</script>		</div>
</div>

              <div  class="cdi-content-columns cdi-content-module-fourths links-appear-as-buttons extra-top">

          <div  class="row align-center">
    		<div class="columns large-3 medium-6 small-12 cdi-content-module cdi-fourth-module blue links-appear-as-buttons">
			<div class="cdi-fourth-module-content">
									
					<img width="1184" height="734" class="" src="https://rayusradiology.com/wp-content/uploads/2023/08/DIG-A014-Home-Page-Orange-Stats_Page_1.png" alt="">
																	<div class="cdi-module-copy ">
														</div><!-- /.cdi-module-copy -->
							</div>
		</div>
    		<div class="columns large-3 medium-6 small-12 cdi-content-module cdi-fourth-module blue links-appear-as-buttons">
			<div class="cdi-fourth-module-content">
									
					<img width="1184" height="734" class="" src="https://rayusradiology.com/wp-content/uploads/2023/08/DIG-A014-Home-Page-Orange-Stats_Page_2.png" alt="">
																	<div class="cdi-module-copy ">
														</div><!-- /.cdi-module-copy -->
							</div>
		</div>
    		<div class="columns large-3 medium-6 small-12 cdi-content-module cdi-fourth-module blue links-appear-as-buttons">
			<div class="cdi-fourth-module-content">
									
					<img width="1184" height="737" class="" src="https://rayusradiology.com/wp-content/uploads/2023/08/DIG-A014-Home-Page-Orange-Stats_Page_3.png" alt="">
																	<div class="cdi-module-copy ">
														</div><!-- /.cdi-module-copy -->
							</div>
		</div>
    		<div class="columns large-3 medium-6 small-12 cdi-content-module cdi-fourth-module blue links-appear-as-buttons">
			<div class="cdi-fourth-module-content">
									
					<img width="1184" height="734" class="" src="https://rayusradiology.com/wp-content/uploads/2023/09/DIG-A014-Home-Page-Orange-Stats-1_Page_4.png" alt="">
																	<div class="cdi-module-copy ">
														</div><!-- /.cdi-module-copy -->
							</div>
		</div>
        </div>
  </div>
              
<div  class="cdi-branches-banner-module">
    <div  class="row">
        <div class="columns large-3 medium-6 small-12">
            <div class="branches-banner-content">
                                                <div class="icon-wrapper">
                    <a href="/womens-imaging/"
                        target="_self">
                        <img width="499" height="498" src="https://rayusradiology.com/wp-content/uploads/2023/06/WEB-Home-Page-Branch-Buttons_Women_s-Imaging.png" style="height:106px; width:106px;"></a>
                </div>
                                <p class="branches-title">Women’s Imaging</p>
                <p class="branches-copy">Find Women's Imaging Services Near You</p>

            </div>
        </div>
        <div class="columns large-3 medium-6 small-12">
            <div class="branches-banner-content">
                                                <div class="icon-wrapper">
                    <a href="/research/"
                        target="_self">
                        <img width="498" height="498" src="https://rayusradiology.com/wp-content/uploads/2023/06/WEB-Home-Page-Branch-Buttons_Research.png.webp" style="height:106px; width:106px;"></a>
                </div>
                                <p class="branches-title">Research</p>
                <p class="branches-copy">Learn More About Our National Research Capabilities</p>

            </div>
        </div>
        <div class="columns large-3 medium-6 small-12">
            <div class="branches-banner-content">
                                                <div class="icon-wrapper">
                    <a href="/teleradiology/"
                        target="_self">
                        <img width="499" height="498" src="https://rayusradiology.com/wp-content/uploads/2023/06/WEB-Home-Page-Branch-Buttons_Teleradiology.png" style="height:106px; width:106px;"></a>
                </div>
                                <p class="branches-title">Teleradiology</p>
                <p class="branches-copy">Foundation Radiology Group is Now a Partner of RAYUS Radiology</p>

            </div>
        </div>
        <div class="columns large-3 medium-6 small-12">
            <div class="branches-banner-content">
                                                <div class="icon-wrapper">
                    <a href="/hospital-solutions/"
                        target="_self">
                        <img width="498" height="498" src="https://rayusradiology.com/wp-content/uploads/2023/06/WEB-Home-Page-Branch-Buttons_HospitalSolutions.png" style="height:106px; width:106px;"></a>
                </div>
                                <p class="branches-title">Hospital Solutions & Mobile</p>
                <p class="branches-copy">Interim Imaging Services Formerly Known as Insight Imaging Mobile</p>

            </div>
        </div>
    </div>
</div>
              <div  class="cdi-content-columns">
  <div class="row align-justify">
                            <div class="columns large-6 medium-6 small-12 cdi-content-module cdi-half-module has-accent blue list-with-bullets two-column-list">
          <div class="cdi-half-module-content">
                          <img width="2560" height="1707" class="" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%201707'%3E%3C/svg%3E" alt="4 us speedskating athletes" data-lazy-src="https://rayusradiology.com/wp-content/uploads/2023/02/USCHMPSTSAT-438-scaled-e1675789370634.jpg.webp"><noscript><img width="2560" height="1707" class="" src="https://rayusradiology.com/wp-content/uploads/2023/02/USCHMPSTSAT-438-scaled-e1675789370634.jpg.webp" alt="4 us speedskating athletes"></noscript>
                            <div class="cdi-module-copy">
                                    <h2 class="p1">OFFICIAL MEDICAL PROVIDER</h2>
<p>RAYUS Radiology servers as an Official Medical Provider to the U.S. Ski and Snowboard, the U.S. Speedskating and the USA Bobsled and Skeleton Teams nationwide. Our Cutting-edge technology, industry-leading protocols and best-in-class radiologists leads to replicable, reliable results.</p>
              </div>

                              <p><a href="https://rayusradiology.com/athletic-partnerships/">Learn About Our Athletic Partnerships</a></p>
                          </div>
              </div>
                        <div class="columns large-6 medium-6 small-12 cdi-content-module cdi-half-module has-accent blue list-with-bullets single-column-list">
          <div class="cdi-half-module-content">
                          <img width="426" height="264" class="" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20426%20264'%3E%3C/svg%3E" alt="RAYUS Radiology diagnostic imaging center in 5200 Executive Centre Parkway Suite 400, St. Peters, MO 63376" data-lazy-src="https://rayusradiology.com/wp-content/uploads/2021/10/ReferYourPatients1-1.jpg.webp"><noscript><img width="426" height="264" class="" src="https://rayusradiology.com/wp-content/uploads/2021/10/ReferYourPatients1-1.jpg.webp" alt="RAYUS Radiology diagnostic imaging center in 5200 Executive Centre Parkway Suite 400, St. Peters, MO 63376"></noscript>
                            <div class="cdi-module-copy">
                                    <h2 class="p1"><span class="s1">REFER YOUR PATIENTS</span></h2>
<p class="p1"><span class="s1">Through the highest quality procedures, images and interpretations – we’ll support your efforts to deliver the highest level of care and best possible outcomes for your patients.</span></p>
              </div>

                              <p><a href="/providers">Refer Your Patients</a></p>
                          </div>
              </div>
            </div>
</div>
              <div  class="cdi-content-columns">
  <div class="row align-justify">
                            <div class="columns large-6 medium-6 small-12 cdi-content-module cdi-half-module has-accent blue list-with-bullets two-column-list">
          <div class="cdi-half-module-content">
                          <img width="1248" height="580" class="" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201248%20580'%3E%3C/svg%3E" alt="" data-lazy-src="https://rayusradiology.com/wp-content/uploads/2021/10/[email protected]"><noscript><img width="1248" height="580" class="" src="https://rayusradiology.com/wp-content/uploads/2021/10/[email protected]" alt=""></noscript>
                            <div class="cdi-module-copy">
                                    <h2 class="p1">50 STATES PARTNERSHIP SOLUTIONS</h2>
<p class="p1">Insight Imaging mobile solutions is now RAYUS Radiology. With short- and long-term partnership solutions in 50 states and Canada, we bring full-service mobile diagnostic imaging and staffing solutions to hospitals, clinics, and health care organizations.</p>
              </div>

                              <p><a href="/partners">Learn About Partnerships </a></p>
                          </div>
              </div>
                        <div class="columns large-6 medium-6 small-12 cdi-content-module cdi-half-module has-accent blue list-with-bullets single-column-list">
          <div class="cdi-half-module-content">
                          <img width="1248" height="580" class="" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201248%20580'%3E%3C/svg%3E" alt="" data-lazy-src="https://rayusradiology.com/wp-content/uploads/2021/10/[email protected]"><noscript><img width="1248" height="580" class="" src="https://rayusradiology.com/wp-content/uploads/2021/10/[email protected]" alt=""></noscript>
                            <div class="cdi-module-copy">
                                    <h2 class="p1">JOIN THE RAYUS NETWORK</h2>
<p class="p1"><span class="s1">RAYUS Radiology has the capital strength, investment experience and operational expertise you need from a partner. </span>We offer quality radiologists to staff hospital inpatient locations, joint venture opportunities in all local markets, and employment or partnership options for radiologists.</p>
              </div>

                              <p><a href="https://rayusradiology.com/partners/">Partners</a></p>
                          </div>
              </div>
            </div>
</div>
                <div  class="cdi-featured-news">
  <div  class="row">
    <div class="cdi-featured-news-header columns">
      <h2>Latest From RAYUS Radiology</h2>
      <p><a href="https://rayusradiology.com/blog/">See All Posts</a></p>
    </div>
  </div>

  <div  class="row cdi-featured-news-content" data-equalizer>
                            <div class="columns small-6 large-3">
            <div class="card">
                              <img width="481" height="294"   src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20481%20294'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" data-lazy-src="https://rayusradiology.com/wp-content/uploads/2024/08/Futuristic-body-scan-scaled-e1727806652970-481x294.jpg" /><noscript><img width="481" height="294"   src="https://rayusradiology.com/wp-content/uploads/2024/08/Futuristic-body-scan-scaled-e1727806652970-481x294.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" /></noscript>                              <h3>Managing Your Breast Cancer Risk</h3>
                <div class="read-more">
                  <a href="https://rayusradiology.com/blog/managing-your-breast-cancer-risk/">Read More</a>
                </div>
            </div>
          </div>
                  <div class="columns small-6 large-3">
            <div class="card">
                              <img width="481" height="294"   src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20481%20294'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" data-lazy-srcset="https://rayusradiology.com/wp-content/uploads/2023/10/DIG-A045-BCA-Month-09.25.23_Page_2-481x294-1.png.webp 481w,https://rayusradiology.com/wp-content/uploads/2023/10/DIG-A045-BCA-Month-09.25.23_Page_2-481x294-1-300x183.png.webp 300w" data-lazy-sizes="(max-width: 481px) 100vw, 481px" data-lazy-src="https://rayusradiology.com/wp-content/uploads/2023/10/DIG-A045-BCA-Month-09.25.23_Page_2-481x294-1.png.webp" /><noscript><img width="481" height="294"   src="https://rayusradiology.com/wp-content/uploads/2023/10/DIG-A045-BCA-Month-09.25.23_Page_2-481x294-1.png.webp" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" srcset="https://rayusradiology.com/wp-content/uploads/2023/10/DIG-A045-BCA-Month-09.25.23_Page_2-481x294-1.png.webp 481w,https://rayusradiology.com/wp-content/uploads/2023/10/DIG-A045-BCA-Month-09.25.23_Page_2-481x294-1-300x183.png.webp 300w" sizes="(max-width: 481px) 100vw, 481px" /></noscript>                              <h3>New ACR Guidelines For Breast Cancer Risk Assessment</h3>
                <div class="read-more">
                  <a href="https://rayusradiology.com/blog/new-acr-guidelines/">Read More</a>
                </div>
            </div>
          </div>
                  <div class="columns small-6 large-3">
            <div class="card">
                              <img width="481" height="294"   src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20481%20294'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" data-lazy-src="https://rayusradiology.com/wp-content/uploads/2023/06/mobilect-481x294.jpg.webp" /><noscript><img width="481" height="294"   src="https://rayusradiology.com/wp-content/uploads/2023/06/mobilect-481x294.jpg.webp" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" /></noscript>                              <h3>Our Mobile Imaging Services Arrive On Schedule And Ready To Go</h3>
                <div class="read-more">
                  <a href="https://rayusradiology.com/blog/our-mobile-imaging-services-arrive-on-schedule-and-ready-to-go/">Read More</a>
                </div>
            </div>
          </div>
                  <div class="columns small-6 large-3">
            <div class="card">
                              <img width="481" height="294"   src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20481%20294'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" data-lazy-src="https://rayusradiology.com/wp-content/uploads/2023/06/petct-481x294.jpeg.webp" /><noscript><img width="481" height="294"   src="https://rayusradiology.com/wp-content/uploads/2023/06/petct-481x294.jpeg.webp" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" /></noscript>                              <h3>RAYUS Radiology Can Help You Grow Your Imaging Services</h3>
                <div class="read-more">
                  <a href="https://rayusradiology.com/blog/rayus-radiology-can-help-you-grow-your-imaging-services/">Read More</a>
                </div>
            </div>
          </div>
                    </div>
</div>
              
<div class="cdi-cta-banner-module is-short blue"
     id="contact-us">
    <div  class="row">
                <div class="columns large-12 medium-12 small-12">
            <div class="cdi-cta-banner-content">
                <p>Join the experts. Start your career at Rayus today.</p>
                                <div class="cdi-cta-banner-buttons">
                                        <a href="https://rayusradiology.com/careers/"
                        target="_self">Search Careers                        <i class="fas fa-chevron-right" aria-hidden="true"></i></a>
                    
                                    </div><!-- /.cdi-cta-banner-buttons -->
                            </div>
        </div>
	    </div>
</div>            </div><!-- #post-12501 -->


</main><!-- #main -->
          <footer data-wpr-lazyrender="1" class="cdi-global-footer olympic-footer"> <!-- Global Footer -->
        <!-- before logo bar -->
        <div  id="logo-bar-row" class="row center">
          <div  class="columns large-8 medium-8 small-12">
            <div class="cdi-logo-bar-copy">
              <p>
                OFFICIAL MEDICAL PROVIDER              </p>
            </div>
            <div class="cdi-footer-logo-bar">
                                                              <div class="cdi-footer-logo-bar-item">
                                    <a href="https://rayusradiology.com/athletic-partnerships/" alt="">
                    <img width="1000" height="439" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20439'%3E%3C/svg%3E" alt="us ski and snowboard official medical provider rayus radiology" data-lazy-src="https://rayusradiology.com/wp-content/uploads/2022/10/US_Ski_Snowboard_horizontal_white_omp.png.webp"><noscript><img width="1000" height="439" src="https://rayusradiology.com/wp-content/uploads/2022/10/US_Ski_Snowboard_horizontal_white_omp.png.webp" alt="us ski and snowboard official medical provider rayus radiology"></noscript>
                  </a>
                                  </div>
                                                              <div class="cdi-footer-logo-bar-item">
                                    <a href="https://rayusradiology.com/athletic-partnerships/" alt="">
                    <img width="970" height="566" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20970%20566'%3E%3C/svg%3E" alt="usa bobsled skeleton partner rayus radiology" data-lazy-src="https://rayusradiology.com/wp-content/uploads/2022/10/USABS_Partner_white.png.webp"><noscript><img width="970" height="566" src="https://rayusradiology.com/wp-content/uploads/2022/10/USABS_Partner_white.png.webp" alt="usa bobsled skeleton partner rayus radiology"></noscript>
                  </a>
                                  </div>
                                                              <div class="cdi-footer-logo-bar-item">
                                    <a href="https://rayusradiology.com/athletic-partnerships/" alt="">
                    <img width="970" height="751" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20970%20751'%3E%3C/svg%3E" alt="us speedskating rayus radiology" data-lazy-src="https://rayusradiology.com/wp-content/uploads/2022/10/Speedskating_white_outlined.png.webp"><noscript><img width="970" height="751" src="https://rayusradiology.com/wp-content/uploads/2022/10/Speedskating_white_outlined.png.webp" alt="us speedskating rayus radiology"></noscript>
                  </a>
                                  </div>
                          </div>
          </div>
        </div>

                        <!-- after logo bar -->
      
          <footer  class="cdi-global-footer">
      <div  class="row">
        <div class="columns" id="footer-sidebar">
          <div class="img-wrapper">
            <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20180%2063'%3E%3C/svg%3E" alt="" width="180" height="63" data-lazy-src="https://rayusradiology.com/wp-content/uploads/2023/06/Image-5.svg"><noscript><img src="https://rayusradiology.com/wp-content/uploads/2023/06/Image-5.svg" alt="" width="180" height="63"></noscript>
          </div>
          <div class="row expanded collapse cdi-sidebar-nav" data-equalizer data-equalizer-on="small">
            <ul id="menu-footer-sidebar" class="menu vertical"><li id="menu-item-15900" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-12501 current_page_item menu-item-15900"><a href="https://rayusradiology.com/" aria-current="page">Rayus Radiology</a></li>
<li id="menu-item-16442" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16442"><a target="_blank" href="https://rayusradiology.com/womens-imaging/">Women’s Imaging</a></li>
<li id="menu-item-15905" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15905"><a target="_blank" href="https://rayusradiology.com/research/">Research</a></li>
<li id="menu-item-15904" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15904"><a target="_blank" href="https://rayusradiology.com/teleradiology/">Teleradiology</a></li>
<li id="menu-item-16520" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16520"><a href="https://rayusradiology.com/hospital-solutions/">Hospital Solutions</a></li>
</ul>        </div>
        </div>
        <div class="columns" id="footer-menu-column">
    <div class="row">
      <div class="columns large-8 medium-8 small-12">
        <div class="row expanded collapse cdi-footer-nav" data-equalizer data-equalizer-on="small">
                            <div class="columns" data-equalizer-watch><ul class="menu vertical"><li id="menu-item-1331" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1331"><a href="https://rayusradiology.com/locations/">Locations</a></li>
<li id="menu-item-1332" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1332"><a href="https://rayusradiology.com/services/">Services</a></li>
<li id="menu-item-1333" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1333"><a href="https://rayusradiology.com/expertise/">Expertise</a></li>
</ul></div>                                      <div class="columns" data-equalizer-watch><ul class="menu vertical"><li id="menu-item-8425" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8425"><a href="https://rayusradiology.com/providers/">Providers</a></li>
<li id="menu-item-8424" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8424"><a href="https://rayusradiology.com/partners/">Partners</a></li>
<li id="menu-item-9434" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9434"><a href="https://rayusradiology.com/expertise/leadership/">Leadership</a></li>
</ul></div>                                      <div class="columns" data-equalizer-watch><ul class="menu vertical"><li id="menu-item-8421" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8421"><a target="_blank" href="https://myexamanswers.com/Account/LogOn">Patient Portal</a></li>
<li id="menu-item-8420" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8420"><a href="https://rayusradiology.com/pay-my-bill/">Pay My Bill</a></li>
<li id="menu-item-8422" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8422"><a target="_blank" href="https://www.insidecdi.com/">Provider Portal</a></li>
</ul></div>                                      <div class="columns" data-equalizer-watch><ul class="menu vertical"><li id="menu-item-1344" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1344"><a href="https://rayusradiology.com/blog/">Blog</a></li>
<li id="menu-item-1343" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1343"><a href="https://rayusradiology.com/careers/">Careers</a></li>
<li id="menu-item-9435" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9435"><a href="https://rayusradiology.com/contact-us/">Contact Us</a></li>
</ul></div>                          </div>
      </div>
      <div class="columns large-4 medium-4 small-12">
                  <div class="cdi-footer-social">
            <p>Stay Connected</p>
            <ul class="cdi-footer-social-nav">
                        <li>
              <a href="https://www.facebook.com/Center-for-Diagnostic-Imaging-CDI-995321290546173" target="_blank" data-name="Facebook" rel="noopener"><i class="fab fa-facebook"></i><span class="show-for-sr">Facebook</span></a>
            </li>
                        <li>
              <a href="https://www.linkedin.com/company/center-for-diagnostic-imaging" target="_blank" data-name="LinkedIn" rel="noopener"><i class="fab fa-linkedin"></i><span class="show-for-sr">LinkedIn</span></a>
            </li>
                        <li>
              <a href="https://www.instagram.com/rayusradiology/" target="_blank" data-name="Instagram" rel="noopener"><i class="fab fa-instagram"></i><span class="show-for-sr">Instagram</span></a>
            </li>
                        <li>
              <a href="https://twitter.com/RAYUSradiology" target="_blank" data-name="Twitter" rel="noopener"><i class="fab fa-twitter"></i><span class="show-for-sr">Twitter</span></a>
            </li>
                        <li>
              <a href="https://www.youtube.com/channel/UCbmeC4VXn1FPaDlewKOfnGQ" target="_blank" data-name="Youtube" rel="noopener"><i class="fab fa-youtube"></i><span class="show-for-sr">Youtube</span></a>
            </li>
                        </ul>
          </div>
          <div class="msg-wrapper">
            <a href="/patient-safety/" class="safety-msg">Coronavirus (COVID-19): Patient Safety Message</a>
          </div>
                      </div>
    </div>
    <hr>
    <div class="row align-middle">
      <div class="columns large-10 medium-10 small-12">
                          <ul class="menu horizontal"><li id="menu-item-1346" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1346"><a href="https://rayusradiology.com/language-assistance/">Language Assistance</a></li>
<li id="menu-item-1347" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-1347"><a rel="privacy-policy" href="https://rayusradiology.com/privacy-policy/">Privacy Policy</a></li>
<li id="menu-item-1348" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1348"><a href="https://rayusradiology.com/terms-of-use/">Terms of Use</a></li>
<li id="menu-item-1349" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1349"><a href="https://rayusradiology.com/non-discrimination-notice/">Non-Discrimination Notice</a></li>
<li id="menu-item-13268" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13268"><a href="https://rayusradiology.com/no-surprises-act/">No Surprises Act</a></li>
<li id="menu-item-16389" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16389"><a href="https://rayusradiology.com/patient-rights/">Patient Rights</a></li>
</ul>              </div>
      <div class="columns large-2 medium-2 small-12 cdi-footer-company">
        <small itemscope itemtype="http://schema.org/Organization">&copy;2025 <span itemprop="name"><a href="/">RAYUS Radiology</a></span></small>
      </div>
    </div>
    </div>
    </div>
  </footer><!-- #colophon -->

<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/mycdi\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script type="rocketlazyloadscript" id="rocket-browser-checker-js-after">
/* <![CDATA[ */
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
/* ]]> */
</script>
<script  id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/rayusradiology.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" id="rocket-preload-links-js-after">
/* <![CDATA[ */
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
/* ]]> */
</script>
<script data-minify="1"  src="https://rayusradiology.com/wp-content/cache/min/1/ui/1.12.1/jquery-ui.min.js?ver=1744660482" id="jqueryui-js" data-rocket-defer defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://rayusradiology.com/wp-content/themes/mycdi/bower_components/foundation-sites/dist/js/foundation.min.js?ver=1.0.0" id="foundation-js" data-rocket-defer defer></script>
<script  src="https://rayusradiology.com/wp-content/themes/mycdi/bower_components/matchHeight/dist/jquery.matchHeight-min.js?ver=1.0.0" id="matchHeight-js" data-rocket-defer defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://rayusradiology.com/wp-content/themes/mycdi/bower_components/what-input/dist/what-input.min.js?ver=1.0.0" id="what-input-js" data-rocket-defer defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://rayusradiology.com/wp-content/themes/mycdi/js/navigation.min.js?ver=1.0.0" id="navigation-js" data-rocket-defer defer></script>
<script type="rocketlazyloadscript" data-minify="1"  data-rocket-src="https://rayusradiology.com/wp-content/cache/min/1/wp-content/themes/mycdi/js/cookies.js?ver=1744660482" id="cookie-js" data-rocket-defer defer></script>
<script type="rocketlazyloadscript" data-minify="1"  data-rocket-src="https://rayusradiology.com/wp-content/cache/min/1/wp-content/themes/mycdi/js/download2.js?ver=1744660482" id="download-js" data-rocket-defer defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://rayusradiology.com/wp-content/themes/mycdi/js/skip-link-focus-fix.min.js?ver=1.0.0" id="skip-link-focus-fix-js" data-rocket-defer defer></script>
<script  id="app-js-extra">
/* <![CDATA[ */
var ajaxcookies = {"ajaxurl":"https:\/\/rayusradiology.com\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1"  data-rocket-src="https://rayusradiology.com/wp-content/cache/min/1/wp-content/themes/mycdi/js/app.js?ver=1744660482" id="app-js" data-rocket-defer defer></script>
<script  id="script-js-extra">
/* <![CDATA[ */
var ajaxurl = "https:\/\/rayusradiology.com\/wp-admin\/admin-ajax.php";
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1"  data-rocket-src="https://rayusradiology.com/wp-content/cache/min/1/wp-content/themes/mycdi/js/location-script.js?ver=1744660482" id="script-js" data-rocket-defer defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://rayusradiology.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js" data-rocket-defer defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://rayusradiology.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://rayusradiology.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script type="rocketlazyloadscript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://rayusradiology.com/wp-includes/js/dist/a11y.min.js?ver=3156534cc54473497e14" id="wp-a11y-js" data-rocket-defer defer></script>
<script  defer='defer' src="https://rayusradiology.com/wp-content/plugins/gravityforms/js/jquery.maskedinput.min.js?ver=2.9.7.1" id="gform_masked_input-js"></script>
<script type="rocketlazyloadscript" defer='defer' data-rocket-src="https://rayusradiology.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=639b4ac21c17c9dc304b05db4a3d3293" id="gform_gravityforms_theme_vendors-js"></script>
<script  id="gform_gravityforms_theme-js-extra">
/* <![CDATA[ */
var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"b086a22b3d335f63d6840b0884c89717"},"ajax":{"ajaxurl":"https:\/\/rayusradiology.com\/wp-admin\/admin-ajax.php","ajax_submission_nonce":"9cebbd0f73","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"https:\/\/rayusradiology.com\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/","config_nonce":"75b7c79891"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" defer='defer' data-rocket-src="https://rayusradiology.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=df7d94fe9fc1f64aa683997d87531853" id="gform_gravityforms_theme-js"></script>
<script  id="gforms_recaptcha_recaptcha-js-extra">
/* <![CDATA[ */
var gforms_recaptcha_recaptcha_strings = {"site_key":"6LejiEofAAAAAB1of_HUD2l0F7CS9-hgnwiSPar5","ajaxurl":"https:\/\/rayusradiology.com\/wp-admin\/admin-ajax.php","nonce":"5cd3cab4c5"};
/* ]]> */
</script>
<script  src="https://www.google.com/recaptcha/api.js?render=6LejiEofAAAAAB1of_HUD2l0F7CS9-hgnwiSPar5&amp;ver=1.6.0" id="gforms_recaptcha_recaptcha-js"></script>
<script  src="https://rayusradiology.com/wp-content/plugins/gravityformsrecaptcha/js/frontend.min.js?ver=1.6.0" id="gforms_recaptcha_frontend-js" data-rocket-defer defer></script>
<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://rayusradiology.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e,alt,l){var t='<img data-lazy-src="https://i.ytimg.com/vi_webp/ID/hqdefault.webp" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi_webp/ID/hqdefault.webp" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="Play Youtube video"></button>';if(l){t=t.replace('data-lazy-','');t=t.replace('loading="lazy"','');t=t.replace(/<noscript>.*?<\/noscript>/g,'');}t=t.replace('alt=""','alt="'+alt+'"');return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?"":"&"+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var exclusions=[];var e,t,p,u,l,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)(e=document.createElement("div")),(u='https://i.ytimg.com/vi_webp/ID/hqdefault.webp'),(u=u.replace('ID',a[t].dataset.id)),(l=exclusions.some(exclusion=>u.includes(exclusion))),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query",a[t].dataset.query),e.setAttribute("data-src",a[t].dataset.src),(e.innerHTML=lazyLoadThumb(a[t].dataset.id,a[t].dataset.alt,l)),a[t].appendChild(e),(p=e.querySelector(".play")),(p.onclick=lazyLoadYoutubeIframe)});</script>

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

Whois info of domain

Domain Name: MYCDI.COM
Registry Domain ID: 103462410_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2023-09-13T17:16:55Z
Creation Date: 2003-09-12T18:10:48Z
Registry Expiry Date: 2032-09-12T18:10:48Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: PDNS07.DOMAINCONTROL.COM
Name Server: PDNS08.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-10T13:35:57Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass