- ID da verificação
- 997e160c-e282-4275-a7e5-c1d22471f527Concluído
- URL enviado:
- https://allergyasthma.center/
- Relatório concluído:
Ligações · 4 encontradas
As ligações de saída identificadas na página
Hiperligação | Texto |
---|---|
https://mycw23.eclinicalweb.com/portal1896/jsp/100mp/login_otp.jsp | Patient Portal |
https://www.zocdoc.com/practice/harshit-patel-md-3071 | |
https://calendly.com/drpatel-tfy | Book Now |
https://doctormultimedia.com/ | Website by DOCTOR Multimedia |
Variáveis JavaScript · 13 encontradas
Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer parte do código dentro do âmbito atual
Nome | Tipo |
---|---|
0 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
href | undefined |
mts_customscript | object |
RocketPreloadLinksConfig | object |
slideropts | object |
PojoA11yOptions | object |
lazyLoadOptions | object |
Mensagens de registo da consola · 0 encontradas
Mensagens registadas na consola web
HTML
O corpo HTML em bruto da página
<!DOCTYPE html><html class="no-js" lang="en-US"><head itemscope="" itemtype="http://schema.org/WebSite"><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.3",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script>
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
<!--[if IE ]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<link rel="profile" href="https://gmpg.org/xfn/11">
<link rel="icon" href="https://allergyasthma.center/wp-content/themes/mts_schema/images/favicon.png" type="image/x-icon">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="https://allergyasthma.center/wp-content/themes/mts_schema/images/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="https://allergyasthma.center/wp-content/themes/mts_schema/images/apple-touch-icon-144-precomposed.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta itemprop="name" content="Allergy, Asthma, and Sinus Center of Long Island">
<meta itemprop="url" content="https://allergyasthma.center">
<link rel="pingback" href="https://allergyasthma.center/xmlrpc.php">
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">document.documentElement.className = document.documentElement.className.replace( /\bno-js\b/,'js' );</script>
<!-- This site is optimized with the Yoast SEO plugin v21.2 - https://yoast.com/wordpress/plugins/seo/ -->
<title>Allergists in Long Island, New York | Allergy, Asthma, and Sinus Center of Long Island</title><link rel="preload" as="font" href="https://allergyasthma.center/wp-content/themes/mts_schema/fonts/FontAwesome.ttf" crossorigin=""><link rel="preload" as="font" href="https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2" crossorigin=""><style id="wpr-usedcss">img.emoji{display:inline!important;border:none!important;box-shadow:none!important;height:1em!important;width:1em!important;margin:0 .07em!important;vertical-align:-.1em!important;background:0 0!important;padding:0!important}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}:where(.wp-block-post-comments input[type=submit]){border:none}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:where(.wp-block-file){margin-bottom:1.5em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}ul{box-sizing:border-box}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}:where(.wp-block-post-excerpt){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}:where(.wp-block-pullquote){margin:0 0 1em}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:0}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}:where(.wp-block-term-description){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}:where(pre.wp-block-verse){font-family:inherit}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}body{--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6, 147, 227, 1) 0%,rgb(155, 81, 224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122, 220, 180) 0%,rgb(0, 208, 130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252, 185, 0, 1) 0%,rgba(255, 105, 0, 1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255, 105, 0, 1) 0%,rgb(207, 46, 46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238, 238, 238) 0%,rgb(169, 184, 195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74, 234, 220) 0%,rgb(151, 120, 209) 20%,rgb(207, 42, 186) 40%,rgb(238, 44, 130) 60%,rgb(251, 105, 98) 80%,rgb(254, 248, 76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255, 206, 236) 0%,rgb(152, 150, 240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254, 205, 165) 0%,rgb(254, 45, 45) 50%,rgb(107, 0, 62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255, 203, 112) 0%,rgb(199, 81, 192) 50%,rgb(65, 88, 208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255, 245, 203) 0%,rgb(182, 227, 212) 50%,rgb(51, 167, 181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202, 248, 128) 0%,rgb(113, 206, 126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2, 3, 129) 0%,rgb(40, 116, 252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, .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}#pojo-a11y-toolbar{position:fixed;font-size:16px!important;line-height:1.4;z-index:9999}#pojo-a11y-toolbar.pojo-a11y-toolbar-right{right:-180px;-webkit-transition:right 750ms cubic-bezier(.23, 1, .32, 1);-moz-transition:right 750ms cubic-bezier(.23, 1, .32, 1);-o-transition:right 750ms cubic-bezier(.23, 1, .32, 1);transition:right 750ms cubic-bezier(.23, 1, .32, 1)}#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open{right:0}#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle{right:180px}#pojo-a11y-toolbar.pojo-a11y-toolbar-left{left:-180px;-webkit-transition:left 750ms cubic-bezier(.23, 1, .32, 1);-moz-transition:left 750ms cubic-bezier(.23, 1, .32, 1);-o-transition:left 750ms cubic-bezier(.23, 1, .32, 1);transition:left 750ms cubic-bezier(.23, 1, .32, 1)}#pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open{left:0}#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{left:180px}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{position:absolute}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{display:inline-block;font-size:200%;line-height:0;padding:10px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.1);box-shadow:0 0 10px 0 rgba(0,0,0,.1)}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:focus,#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2)}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg{max-width:inherit}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay{border:1px solid;font-size:100%;width:180px}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{display:block;line-height:2;font-weight:700;padding:10px 15px 0;margin:0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay,#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle a{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2)}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items{list-style:none;margin:0;padding:10px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links{border-top:1px solid}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a{display:block;padding:10px 15px;font-size:80%;line-height:1}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active{font-weight:700}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg{padding-right:6px;display:inline-block;width:1.5em;font-style:normal;font-weight:400;font-size:inherit;line-height:1;text-align:center;text-rendering:auto;vertical-align:middle}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a .pojo-a11y-toolbar-text{vertical-align:middle}body.rtl #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg{padding-left:6px;padding-right:0}body.pojo-a11y-grayscale{filter:grayscale(100%);-webkit-filter:grayscale(100%);-webkit-filter:grayscale(1);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:gray}body.pojo-a11y-high-contrast .placebo{line-height:normal}body.pojo-a11y-high-contrast *{-webkit-box-shadow:none!important;box-shadow:none!important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast h6 span,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{-moz-appearance:none!important;-moz-user-select:text!important;-webkit-user-select:text!important;background-image:none!important;text-shadow:none!important;user-select:text!important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast h6 span,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav:not(#pojo-a11y-toolbar),body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{background:#000!important;background-color:#000!important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{color:#fff!important}body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast b span,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast strong span{color:#ff0!important}body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast address span,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast cite span,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dfn span,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast em span,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast i span,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast u span{color:#ffff80!important}body.pojo-a11y-high-contrast dt{border-top:thin solid grey!important}body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 span{color:#40c090!important}body.pojo-a11y-high-contrast img{background:grey!important;background-color:grey!important}body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym{border-bottom:1px dotted!important}body.pojo-a11y-high-contrast :focus{outline:dotted thin!important}body.pojo-a11y-high-contrast a.button,body.pojo-a11y-high-contrast a.button abbr,body.pojo-a11y-high-contrast a.button acronym,body.pojo-a11y-high-contrast a.button b,body.pojo-a11y-high-contrast a.button basefont,body.pojo-a11y-high-contrast a.button big,body.pojo-a11y-high-contrast a.button br,body.pojo-a11y-high-contrast a.button code,body.pojo-a11y-high-contrast a.button div,body.pojo-a11y-high-contrast a.button em,body.pojo-a11y-high-contrast a.button font,body.pojo-a11y-high-contrast a.button h1,body.pojo-a11y-high-contrast a.button h2,body.pojo-a11y-high-contrast a.button h3,body.pojo-a11y-high-contrast a.button h4,body.pojo-a11y-high-contrast a.button h5,body.pojo-a11y-high-contrast a.button h6,body.pojo-a11y-high-contrast a.button i,body.pojo-a11y-high-contrast a.button kbd,body.pojo-a11y-high-contrast a.button rb,body.pojo-a11y-high-contrast a.button rp,body.pojo-a11y-high-contrast a.button rt,body.pojo-a11y-high-contrast a.button ruby,body.pojo-a11y-high-contrast a.button samp,body.pojo-a11y-high-contrast a.button small,body.pojo-a11y-high-contrast a.button span,body.pojo-a11y-high-contrast a.button strong,body.pojo-a11y-high-contrast a.button tt,body.pojo-a11y-high-contrast a.button u,body.pojo-a11y-high-contrast a.button var,body.pojo-a11y-high-contrast a:link,body.pojo-a11y-high-contrast a:link abbr,body.pojo-a11y-high-contrast a:link acronym,body.pojo-a11y-high-contrast a:link b,body.pojo-a11y-high-contrast a:link basefont,body.pojo-a11y-high-contrast a:link big,body.pojo-a11y-high-contrast a:link br,body.pojo-a11y-high-contrast a:link code,body.pojo-a11y-high-contrast a:link div,body.pojo-a11y-high-contrast a:link em,body.pojo-a11y-high-contrast a:link font,body.pojo-a11y-high-contrast a:link h1,body.pojo-a11y-high-contrast a:link h2,body.pojo-a11y-high-contrast a:link h3,body.pojo-a11y-high-contrast a:link h4,body.pojo-a11y-high-contrast a:link h5,body.pojo-a11y-high-contrast a:link h6,body.pojo-a11y-high-contrast a:link i,body.pojo-a11y-high-contrast a:link kbd,body.pojo-a11y-high-contrast a:link rb,body.pojo-a11y-high-contrast a:link rp,body.pojo-a11y-high-contrast a:link rt,body.pojo-a11y-high-contrast a:link ruby,body.pojo-a11y-high-contrast a:link samp,body.pojo-a11y-high-contrast a:link small,body.pojo-a11y-high-contrast a:link span,body.pojo-a11y-high-contrast a:link strong,body.pojo-a11y-high-contrast a:link tt,body.pojo-a11y-high-contrast a:link u,body.pojo-a11y-high-contrast a:link var,body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem{color:#0080ff!important}body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt{border:1px solid #fff!important}body.pojo-a11y-high-contrast button{background:#600040!important;background-color:#600040!important}body.pojo-a11y-high-contrast select{-webkit-appearance:listbox!important;background:#600060!important;background-color:#600060!important}body.pojo-a11y-high-contrast a:visited,body.pojo-a11y-high-contrast a:visited abbr,body.pojo-a11y-high-contrast a:visited acronym,body.pojo-a11y-high-contrast a:visited b,body.pojo-a11y-high-contrast a:visited basefont,body.pojo-a11y-high-contrast a:visited big,body.pojo-a11y-high-contrast a:visited br,body.pojo-a11y-high-contrast a:visited code,body.pojo-a11y-high-contrast a:visited div,body.pojo-a11y-high-contrast a:visited em,body.pojo-a11y-high-contrast a:visited font,body.pojo-a11y-high-contrast a:visited h1,body.pojo-a11y-high-contrast a:visited h2,body.pojo-a11y-high-contrast a:visited h3,body.pojo-a11y-high-contrast a:visited h4,body.pojo-a11y-high-contrast a:visited h5,body.pojo-a11y-high-contrast a:visited h6,body.pojo-a11y-high-contrast a:visited i,body.pojo-a11y-high-contrast a:visited kbd,body.pojo-a11y-high-contrast a:visited rb,body.pojo-a11y-high-contrast a:visited rp,body.pojo-a11y-high-contrast a:visited rt,body.pojo-a11y-high-contrast a:visited ruby,body.pojo-a11y-high-contrast a:visited samp,body.pojo-a11y-high-contrast a:visited small,body.pojo-a11y-high-contrast a:visited span,body.pojo-a11y-high-contrast a:visited strong,body.pojo-a11y-high-contrast a:visited tt,body.pojo-a11y-high-contrast a:visited u,body.pojo-a11y-high-contrast a:visited var,body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem.active{color:#0ff!important}body.pojo-a11y-high-contrast ::-moz-selection,body.pojo-a11y-high-contrast ::selection{background:#4080c0!important;background-color:#4080c0!important}body.pojo-a11y-high-contrast a.button:hover,body.pojo-a11y-high-contrast a.button:hover abbr,body.pojo-a11y-high-contrast a.button:hover acronym,body.pojo-a11y-high-contrast a.button:hover b,body.pojo-a11y-high-contrast a.button:hover basefont,body.pojo-a11y-high-contrast a.button:hover big,body.pojo-a11y-high-contrast a.button:hover br,body.pojo-a11y-high-contrast a.button:hover code,body.pojo-a11y-high-contrast a.button:hover div,body.pojo-a11y-high-contrast a.button:hover em,body.pojo-a11y-high-contrast a.button:hover font,body.pojo-a11y-high-contrast a.button:hover h1,body.pojo-a11y-high-contrast a.button:hover h2,body.pojo-a11y-high-contrast a.button:hover h3,body.pojo-a11y-high-contrast a.button:hover h4,body.pojo-a11y-high-contrast a.button:hover h5,body.pojo-a11y-high-contrast a.button:hover h6,body.pojo-a11y-high-contrast a.button:hover i,body.pojo-a11y-high-contrast a.button:hover kbd,body.pojo-a11y-high-contrast a.button:hover rb,body.pojo-a11y-high-contrast a.button:hover rp,body.pojo-a11y-high-contrast a.button:hover rt,body.pojo-a11y-high-contrast a.button:hover ruby,body.pojo-a11y-high-contrast a.button:hover samp,body.pojo-a11y-high-contrast a.button:hover small,body.pojo-a11y-high-contrast a.button:hover span,body.pojo-a11y-high-contrast a.button:hover strong,body.pojo-a11y-high-contrast a.button:hover tt,body.pojo-a11y-high-contrast a.button:hover u,body.pojo-a11y-high-contrast a.button:hover var,body.pojo-a11y-high-contrast a:link:hover,body.pojo-a11y-high-contrast a:link:hover abbr,body.pojo-a11y-high-contrast a:link:hover acronym,body.pojo-a11y-high-contrast a:link:hover b,body.pojo-a11y-high-contrast a:link:hover basefont,body.pojo-a11y-high-contrast a:link:hover big,body.pojo-a11y-high-contrast a:link:hover br,body.pojo-a11y-high-contrast a:link:hover code,body.pojo-a11y-high-contrast a:link:hover div,body.pojo-a11y-high-contrast a:link:hover em,body.pojo-a11y-high-contrast a:link:hover font,body.pojo-a11y-high-contrast a:link:hover h1,body.pojo-a11y-high-contrast a:link:hover h2,body.pojo-a11y-high-contrast a:link:hover h3,body.pojo-a11y-high-contrast a:link:hover h4,body.pojo-a11y-high-contrast a:link:hover h5,body.pojo-a11y-high-contrast a:link:hover h6,body.pojo-a11y-high-contrast a:link:hover i,body.pojo-a11y-high-contrast a:link:hover kbd,body.pojo-a11y-high-contrast a:link:hover rb,body.pojo-a11y-high-contrast a:link:hover rp,body.pojo-a11y-high-contrast a:link:hover rt,body.pojo-a11y-high-contrast a:link:hover ruby,body.pojo-a11y-high-contrast a:link:hover samp,body.pojo-a11y-high-contrast a:link:hover small,body.pojo-a11y-high-contrast a:link:hover span,body.pojo-a11y-high-contrast a:link:hover strong,body.pojo-a11y-high-contrast a:link:hover tt,body.pojo-a11y-high-contrast a:link:hover u,body.pojo-a11y-high-contrast a:link:hover var,body.pojo-a11y-high-contrast a:visited:hover,body.pojo-a11y-high-contrast a:visited:hover abbr,body.pojo-a11y-high-contrast a:visited:hover acronym,body.pojo-a11y-high-contrast a:visited:hover b,body.pojo-a11y-high-contrast a:visited:hover basefont,body.pojo-a11y-high-contrast a:visited:hover big,body.pojo-a11y-high-contrast a:visited:hover br,body.pojo-a11y-high-contrast a:visited:hover code,body.pojo-a11y-high-contrast a:visited:hover div,body.pojo-a11y-high-contrast a:visited:hover em,body.pojo-a11y-high-contrast a:visited:hover font,body.pojo-a11y-high-contrast a:visited:hover h1,body.pojo-a11y-high-contrast a:visited:hover h2,body.pojo-a11y-high-contrast a:visited:hover h3,body.pojo-a11y-high-contrast a:visited:hover h4,body.pojo-a11y-high-contrast a:visited:hover h5,body.pojo-a11y-high-contrast a:visited:hover h6,body.pojo-a11y-high-contrast a:visited:hover i,body.pojo-a11y-high-contrast a:visited:hover kbd,body.pojo-a11y-high-contrast a:visited:hover rb,body.pojo-a11y-high-contrast a:visited:hover rp,body.pojo-a11y-high-contrast a:visited:hover rt,body.pojo-a11y-high-contrast a:visited:hover ruby,body.pojo-a11y-high-contrast a:visited:hover samp,body.pojo-a11y-high-contrast a:visited:hover small,body.pojo-a11y-high-contrast a:visited:hover span,body.pojo-a11y-high-contrast a:visited:hover strong,body.pojo-a11y-high-contrast a:visited:hover tt,body.pojo-a11y-high-contrast a:visited:hover u,body.pojo-a11y-high-contrast a:visited:hover var{background:#400000!important;background-color:#400000!important}body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk,body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk b,body.pojo-a11y-high-contrast input[type=reset]{background:#400060!important;background-color:#400060!important}body.pojo-a11y-high-contrast div[role=button],body.pojo-a11y-high-contrast input[type=button],body.pojo-a11y-high-contrast input[type=submit]{background:#600040!important;background-color:#600040!important}body.pojo-a11y-high-contrast input[type=search]{-webkit-appearance:textfield!important}body.pojo-a11y-high-contrast html button[disabled],body.pojo-a11y-high-contrast html input[disabled],body.pojo-a11y-high-contrast html select[disabled],body.pojo-a11y-high-contrast html textarea[disabled]{background:#404040!important;background-color:#404040!important}body.pojo-a11y-high-contrast .menu li a span.label{text-transform:none!important}body.pojo-a11y-high-contrast .menu li a span.label,body.pojo-a11y-high-contrast div.jwplayer span.jwcontrolbar,body.pojo-a11y-high-contrast div.jwplayer span.jwcontrols{display:inline!important}body.pojo-a11y-high-contrast a:link.new,body.pojo-a11y-high-contrast a:link.new b,body.pojo-a11y-high-contrast a:link.new i,body.pojo-a11y-high-contrast span.Apple-style-span{color:#ffff40!important}body.pojo-a11y-high-contrast body.mediawiki img.tex{background:#fff!important;background-color:#fff!important;border:3px solid #fff!important}body.pojo-a11y-high-contrast text>tspan:first-letter,body.pojo-a11y-high-contrast text>tspan:first-line{background:inherit!important;background-color:inherit!important;color:inherit!important}body.pojo-a11y-high-contrast div.sbtc div.sbsb_a li.sbsb_d div,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i a,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i b,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i span,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i td{background:#003050!important;background-color:#003050!important}body.pojo-a11y-high-contrast img[width="18"][height="18"]{height:18px!important;width:18px!important}body.pojo-a11y-high-contrast a>span.iconHelp:empty:after{content:"Help"!important}body.pojo-a11y-high-contrast div#gmap,body.pojo-a11y-high-contrast div#gmap *{background:initial!important}body.pojo-a11y-negative-contrast,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar){background:#000!important;color:#fff!important}body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) a,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) a span,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) b,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) blockquote,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) button,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) canvas,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) caption,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) center,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) cite,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) code,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) col,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) colgroup,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) dd,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) details,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) dfn,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) dir,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) div,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) dl,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) dt,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) em,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) embed,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) fieldset,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) figcaption,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) figure,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) font,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) footer,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) form,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) header,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) i,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) iframe,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) img,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) input,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) kbd,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) label,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) legend,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) li,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) mark,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) menu,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) meter,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) nav,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) nobr,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) object,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) ol,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) option,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) pre,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) progress,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) q,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) s,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) section,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) select,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) small,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) span,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) strike,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) strong,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) sub,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) summary,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) sup,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) table,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) td,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) textarea,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) th,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) time,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) tr,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) tt,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) u,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) ul,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) var,body.pojo-a11y-negative-contrast a,body.pojo-a11y-negative-contrast a span,body.pojo-a11y-negative-contrast b,body.pojo-a11y-negative-contrast blockquote,body.pojo-a11y-negative-contrast button,body.pojo-a11y-negative-contrast canvas,body.pojo-a11y-negative-contrast caption,body.pojo-a11y-negative-contrast center,body.pojo-a11y-negative-contrast cite,body.pojo-a11y-negative-contrast code,body.pojo-a11y-negative-contrast col,body.pojo-a11y-negative-contrast colgroup,body.pojo-a11y-negative-contrast dd,body.pojo-a11y-negative-contrast details,body.pojo-a11y-negative-contrast dfn,body.pojo-a11y-negative-contrast dir,body.pojo-a11y-negative-contrast div,body.pojo-a11y-negative-contrast dl,body.pojo-a11y-negative-contrast dt,body.pojo-a11y-negative-contrast em,body.pojo-a11y-negative-contrast embed,body.pojo-a11y-negative-contrast fieldset,body.pojo-a11y-negative-contrast figcaption,body.pojo-a11y-negative-contrast figure,body.pojo-a11y-negative-contrast font,body.pojo-a11y-negative-contrast footer,body.pojo-a11y-negative-contrast form,body.pojo-a11y-negative-contrast header,body.pojo-a11y-negative-contrast i,body.pojo-a11y-negative-contrast iframe,body.pojo-a11y-negative-contrast img,body.pojo-a11y-negative-contrast input,body.pojo-a11y-negative-contrast kbd,body.pojo-a11y-negative-contrast label,body.pojo-a11y-negative-contrast legend,body.pojo-a11y-negative-contrast li,body.pojo-a11y-negative-contrast mark,body.pojo-a11y-negative-contrast menu,body.pojo-a11y-negative-contrast meter,body.pojo-a11y-negative-contrast nav,body.pojo-a11y-negative-contrast nobr,body.pojo-a11y-negative-contrast object,body.pojo-a11y-negative-contrast ol,body.pojo-a11y-negative-contrast option,body.pojo-a11y-negative-contrast pre,body.pojo-a11y-negative-contrast progress,body.pojo-a11y-negative-contrast q,body.pojo-a11y-negative-contrast s,body.pojo-a11y-negative-contrast section,body.pojo-a11y-negative-contrast select,body.pojo-a11y-negative-contrast small,body.pojo-a11y-negative-contrast span,body.pojo-a11y-negative-contrast strike,body.pojo-a11y-negative-contrast strong,body.pojo-a11y-negative-contrast sub,body.pojo-a11y-negative-contrast summary,body.pojo-a11y-negative-contrast sup,body.pojo-a11y-negative-contrast table,body.pojo-a11y-negative-contrast td,body.pojo-a11y-negative-contrast textarea,body.pojo-a11y-negative-contrast th,body.pojo-a11y-negative-contrast time,body.pojo-a11y-negative-contrast tr,body.pojo-a11y-negative-contrast tt,body.pojo-a11y-negative-contrast u,body.pojo-a11y-negative-contrast ul,body.pojo-a11y-negative-contrast var{color:#ff0!important}body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) button,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) input,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) select,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) table,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) td,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) textarea,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) th,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) tr,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) tt,body.pojo-a11y-negative-contrast button,body.pojo-a11y-negative-contrast input,body.pojo-a11y-negative-contrast select,body.pojo-a11y-negative-contrast table,body.pojo-a11y-negative-contrast td,body.pojo-a11y-negative-contrast textarea,body.pojo-a11y-negative-contrast th,body.pojo-a11y-negative-contrast tr,body.pojo-a11y-negative-contrast tt{border:1px solid #fff!important}body.pojo-a11y-negative-contrast div#gmap,body.pojo-a11y-negative-contrast div#gmap *{background:initial!important}body.pojo-a11y-light-background,body.pojo-a11y-light-background :not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link){background:#fff!important;color:#000!important}body.pojo-a11y-light-background div#gmap,body.pojo-a11y-light-background div#gmap *{background:initial!important}body.pojo-a11y-resize-font-200,body.pojo-a11y-resize-font-200 blockquote,body.pojo-a11y-resize-font-200 code,body.pojo-a11y-resize-font-200 dd,body.pojo-a11y-resize-font-200 dt,body.pojo-a11y-resize-font-200 input,body.pojo-a11y-resize-font-200 label,body.pojo-a11y-resize-font-200 legend,body.pojo-a11y-resize-font-200 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-200 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-200 pre,body.pojo-a11y-resize-font-200 select,body.pojo-a11y-resize-font-200 span,body.pojo-a11y-resize-font-200 textarea{font-size:200%!important}body.pojo-a11y-resize-font-200 h1,body.pojo-a11y-resize-font-200 h1 span,body.pojo-a11y-resize-font-200 h2,body.pojo-a11y-resize-font-200 h2 span,body.pojo-a11y-resize-font-200 h3,body.pojo-a11y-resize-font-200 h3 span,body.pojo-a11y-resize-font-200 h4,body.pojo-a11y-resize-font-200 h4 span,body.pojo-a11y-resize-font-200 h5,body.pojo-a11y-resize-font-200 h5 span,body.pojo-a11y-resize-font-200 h6,body.pojo-a11y-resize-font-200 h6 span{font-size:266%!important}body.pojo-a11y-resize-font-190,body.pojo-a11y-resize-font-190 blockquote,body.pojo-a11y-resize-font-190 code,body.pojo-a11y-resize-font-190 dd,body.pojo-a11y-resize-font-190 dt,body.pojo-a11y-resize-font-190 input,body.pojo-a11y-resize-font-190 label,body.pojo-a11y-resize-font-190 legend,body.pojo-a11y-resize-font-190 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-190 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-190 pre,body.pojo-a11y-resize-font-190 select,body.pojo-a11y-resize-font-190 span,body.pojo-a11y-resize-font-190 textarea{font-size:190%!important}body.pojo-a11y-resize-font-190 h1,body.pojo-a11y-resize-font-190 h1 span,body.pojo-a11y-resize-font-190 h2,body.pojo-a11y-resize-font-190 h2 span,body.pojo-a11y-resize-font-190 h3,body.pojo-a11y-resize-font-190 h3 span,body.pojo-a11y-resize-font-190 h4,body.pojo-a11y-resize-font-190 h4 span,body.pojo-a11y-resize-font-190 h5,body.pojo-a11y-resize-font-190 h5 span,body.pojo-a11y-resize-font-190 h6,body.pojo-a11y-resize-font-190 h6 span{font-size:252.70000000000002%!important}body.pojo-a11y-resize-font-180,body.pojo-a11y-resize-font-180 blockquote,body.pojo-a11y-resize-font-180 code,body.pojo-a11y-resize-font-180 dd,body.pojo-a11y-resize-font-180 dt,body.pojo-a11y-resize-font-180 input,body.pojo-a11y-resize-font-180 label,body.pojo-a11y-resize-font-180 legend,body.pojo-a11y-resize-font-180 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-180 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-180 pre,body.pojo-a11y-resize-font-180 select,body.pojo-a11y-resize-font-180 span,body.pojo-a11y-resize-font-180 textarea{font-size:180%!important}body.pojo-a11y-resize-font-180 h1,body.pojo-a11y-resize-font-180 h1 span,body.pojo-a11y-resize-font-180 h2,body.pojo-a11y-resize-font-180 h2 span,body.pojo-a11y-resize-font-180 h3,body.pojo-a11y-resize-font-180 h3 span,body.pojo-a11y-resize-font-180 h4,body.pojo-a11y-resize-font-180 h4 span,body.pojo-a11y-resize-font-180 h5,body.pojo-a11y-resize-font-180 h5 span,body.pojo-a11y-resize-font-180 h6,body.pojo-a11y-resize-font-180 h6 span{font-size:239.4%!important}body.pojo-a11y-resize-font-170,body.pojo-a11y-resize-font-170 blockquote,body.pojo-a11y-resize-font-170 code,body.pojo-a11y-resize-font-170 dd,body.pojo-a11y-resize-font-170 dt,body.pojo-a11y-resize-font-170 input,body.pojo-a11y-resize-font-170 label,body.pojo-a11y-resize-font-170 legend,body.pojo-a11y-resize-font-170 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-170 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-170 pre,body.pojo-a11y-resize-font-170 select,body.pojo-a11y-resize-font-170 span,body.pojo-a11y-resize-font-170 textarea{font-size:170%!important}body.pojo-a11y-resize-font-170 h1,body.pojo-a11y-resize-font-170 h1 span,body.pojo-a11y-resize-font-170 h2,body.pojo-a11y-resize-font-170 h2 span,body.pojo-a11y-resize-font-170 h3,body.pojo-a11y-resize-font-170 h3 span,body.pojo-a11y-resize-font-170 h4,body.pojo-a11y-resize-font-170 h4 span,body.pojo-a11y-resize-font-170 h5,body.pojo-a11y-resize-font-170 h5 span,body.pojo-a11y-resize-font-170 h6,body.pojo-a11y-resize-font-170 h6 span{font-size:226.10000000000002%!important}body.pojo-a11y-resize-font-160,body.pojo-a11y-resize-font-160 blockquote,body.pojo-a11y-resize-font-160 code,body.pojo-a11y-resize-font-160 dd,body.pojo-a11y-resize-font-160 dt,body.pojo-a11y-resize-font-160 input,body.pojo-a11y-resize-font-160 label,body.pojo-a11y-resize-font-160 legend,body.pojo-a11y-resize-font-160 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-160 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-160 pre,body.pojo-a11y-resize-font-160 select,body.pojo-a11y-resize-font-160 span,body.pojo-a11y-resize-font-160 textarea{font-size:160%!important}body.pojo-a11y-resize-font-160 h1,body.pojo-a11y-resize-font-160 h1 span,body.pojo-a11y-resize-font-160 h2,body.pojo-a11y-resize-font-160 h2 span,body.pojo-a11y-resize-font-160 h3,body.pojo-a11y-resize-font-160 h3 span,body.pojo-a11y-resize-font-160 h4,body.pojo-a11y-resize-font-160 h4 span,body.pojo-a11y-resize-font-160 h5,body.pojo-a11y-resize-font-160 h5 span,body.pojo-a11y-resize-font-160 h6,body.pojo-a11y-resize-font-160 h6 span{font-size:212.8%!important}body.pojo-a11y-resize-font-150,body.pojo-a11y-resize-font-150 blockquote,body.pojo-a11y-resize-font-150 code,body.pojo-a11y-resize-font-150 dd,body.pojo-a11y-resize-font-150 dt,body.pojo-a11y-resize-font-150 input,body.pojo-a11y-resize-font-150 label,body.pojo-a11y-resize-font-150 legend,body.pojo-a11y-resize-font-150 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-150 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-150 pre,body.pojo-a11y-resize-font-150 select,body.pojo-a11y-resize-font-150 span,body.pojo-a11y-resize-font-150 textarea{font-size:150%!important}body.pojo-a11y-resize-font-150 h1,body.pojo-a11y-resize-font-150 h1 span,body.pojo-a11y-resize-font-150 h2,body.pojo-a11y-resize-font-150 h2 span,body.pojo-a11y-resize-font-150 h3,body.pojo-a11y-resize-font-150 h3 span,body.pojo-a11y-resize-font-150 h4,body.pojo-a11y-resize-font-150 h4 span,body.pojo-a11y-resize-font-150 h5,body.pojo-a11y-resize-font-150 h5 span,body.pojo-a11y-resize-font-150 h6,body.pojo-a11y-resize-font-150 h6 span{font-size:199.5%!important}body.pojo-a11y-resize-font-140,body.pojo-a11y-resize-font-140 blockquote,body.pojo-a11y-resize-font-140 code,body.pojo-a11y-resize-font-140 dd,body.pojo-a11y-resize-font-140 dt,body.pojo-a11y-resize-font-140 input,body.pojo-a11y-resize-font-140 label,body.pojo-a11y-resize-font-140 legend,body.pojo-a11y-resize-font-140 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-140 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-140 pre,body.pojo-a11y-resize-font-140 select,body.pojo-a11y-resize-font-140 span,body.pojo-a11y-resize-font-140 textarea{font-size:140%!important}body.pojo-a11y-resize-font-140 h1,body.pojo-a11y-resize-font-140 h1 span,body.pojo-a11y-resize-font-140 h2,body.pojo-a11y-resize-font-140 h2 span,body.pojo-a11y-resize-font-140 h3,body.pojo-a11y-resize-font-140 h3 span,body.pojo-a11y-resize-font-140 h4,body.pojo-a11y-resize-font-140 h4 span,body.pojo-a11y-resize-font-140 h5,body.pojo-a11y-resize-font-140 h5 span,body.pojo-a11y-resize-font-140 h6,body.pojo-a11y-resize-font-140 h6 span{font-size:186.20000000000002%!important}body.pojo-a11y-resize-font-130,body.pojo-a11y-resize-font-130 blockquote,body.pojo-a11y-resize-font-130 code,body.pojo-a11y-resize-font-130 dd,body.pojo-a11y-resize-font-130 dt,body.pojo-a11y-resize-font-130 input,body.pojo-a11y-resize-font-130 label,body.pojo-a11y-resize-font-130 legend,body.pojo-a11y-resize-font-130 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-130 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-130 pre,body.pojo-a11y-resize-font-130 select,body.pojo-a11y-resize-font-130 span,body.pojo-a11y-resize-font-130 textarea{font-size:130%!important}body.pojo-a11y-resize-font-130 h1,body.pojo-a11y-resize-font-130 h1 span,body.pojo-a11y-resize-font-130 h2,body.pojo-a11y-resize-font-130 h2 span,body.pojo-a11y-resize-font-130 h3,body.pojo-a11y-resize-font-130 h3 span,body.pojo-a11y-resize-font-130 h4,body.pojo-a11y-resize-font-130 h4 span,body.pojo-a11y-resize-font-130 h5,body.pojo-a11y-resize-font-130 h5 span,body.pojo-a11y-resize-font-130 h6,body.pojo-a11y-resize-font-130 h6 span{font-size:172.9%!important}body.pojo-a11y-resize-font-120,body.pojo-a11y-resize-font-120 blockquote,body.pojo-a11y-resize-font-120 code,body.pojo-a11y-resize-font-120 dd,body.pojo-a11y-resize-font-120 dt,body.pojo-a11y-resize-font-120 input,body.pojo-a11y-resize-font-120 label,body.pojo-a11y-resize-font-120 legend,body.pojo-a11y-resize-font-120 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-120 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-120 pre,body.pojo-a11y-resize-font-120 select,body.pojo-a11y-resize-font-120 span,body.pojo-a11y-resize-font-120 textarea{font-size:120%!important}body.pojo-a11y-resize-font-120 h1,body.pojo-a11y-resize-font-120 h1 span,body.pojo-a11y-resize-font-120 h2,body.pojo-a11y-resize-font-120 h2 span,body.pojo-a11y-resize-font-120 h3,body.pojo-a11y-resize-font-120 h3 span,body.pojo-a11y-resize-font-120 h4,body.pojo-a11y-resize-font-120 h4 span,body.pojo-a11y-resize-font-120 h5,body.pojo-a11y-resize-font-120 h5 span,body.pojo-a11y-resize-font-120 h6,body.pojo-a11y-resize-font-120 h6 span{font-size:159.60000000000002%!important}body.pojo-a11y-links-underline a,body.pojo-a11y-links-underline a *{text-decoration:underline!important}body.pojo-a11y-readable-font,body.pojo-a11y-readable-font :not(i):not(span){font-family:Verdana,Arial,Helvetica,sans-serif!important}.pojo-skip-link{position:absolute;top:-1000em}.pojo-skip-link:focus{left:50px;top:50px;height:auto;width:200px;display:block;font-size:14px;font-weight:700;text-align:center;padding:15px 23px 14px;background-color:#f1f1f1;color:#21759b;z-index:100000;line-height:normal;text-decoration:none;box-shadow:0 0 2px 2px rgba(0,0,0,.6)}body.rtl .pojo-skip-link:focus{right:50px;left:auto}#pojo-a11y-toolbar *,#pojo-a11y-toolbar ::after,#pojo-a11y-toolbar ::before{box-sizing:border-box}.pojo-a11y-visible-phone{display:none!important}.pojo-a11y-visible-tablet{display:none!important}.pojo-a11y-hidden-desktop{display:none!important}.pojo-a11y-visible-desktop{display:inherit!important}@media (min-width:768px) and (max-width:1024px){.pojo-a11y-hidden-desktop{display:inherit!important}.pojo-a11y-visible-desktop{display:none!important}.pojo-a11y-visible-tablet{display:inherit!important}.pojo-a11y-hidden-tablet{display:none!important}}@media (max-width:767px){#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{padding:7px 12px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items{padding:7px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a{display:block;padding:7px 12px}.pojo-a11y-hidden-desktop{display:inherit!important}.pojo-a11y-visible-desktop{display:none!important}.pojo-a11y-visible-phone{display:inherit!important}.pojo-a11y-hidden-phone{display:none!important}}.pojo-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}a,address,applet,article,body,canvas,center,cite,code,dd,details,div,dl,dt,em,embed,fieldset,footer,form,h1,h2,h3,h4,h5,header,html,i,iframe,img,label,legend,li,menu,nav,object,p,s,section,small,span,strong,summary,table,tbody,td,time,tr,tt,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body,p{line-height:1.6}ul{padding-left:21px;box-sizing:border-box;margin-bottom:20px;font-size:18px}nav>ul{padding:0;list-style:none}html{-webkit-font-smoothing:antialiased}article,details,footer,header,menu,nav,section{display:block}table{border-collapse:collapse;border-spacing:0}html .btn{box-shadow:0 0 0;border-radius:0;padding:11px 25px;display:inline-block}.cta_fixed_button a:only-child{width:100%}button,input,select,textarea{margin:0;font-weight:inherit}img,object,video{max-width:100%;height:auto!important}iframe{max-width:100%}strong{font-weight:700}cite,em,i{font-style:italic}small{font-size:100%}code{font-weight:400;font-style:normal}code{padding:0 8px;line-height:1.5}address{margin:10px 0;font-style:italic}dt{float:left;clear:left;width:100px;text-align:right;font-weight:700}dd{margin:0 0 0 110px;padding:0 0 .5em;overflow:hidden}::selection{background:#222;color:#fff;text-shadow:none}#page,.container{position:relative;margin-right:auto;margin-left:auto}h1,h2,h3,h4,h5{margin-bottom:12px;color:#444;line-height:1.4}p{margin-bottom:20px}a{text-decoration:none;transition:all .25s linear}a:hover{color:#0274be}a:active,a:link,a:visited{text-decoration:none}.main-container{width:100%;margin:0 auto;clear:both;display:block;padding:0}.container{max-width:100%;width:1200px;box-sizing:border-box;padding:0 15px;margin:0 auto}#page{padding-top:35px;min-height:100px;float:none;clear:both}header{float:left;width:100%;position:relative}.main-header{position:relative;float:left;min-width:100%;width:100%;z-index:99;background:#fff}.main-header .container{background:#fff}#header{position:relative;min-width:100%;width:100%;float:left;margin:0;padding:0;background:#222}#header h1,#header h2{float:left;display:inline-block;line-height:1;position:relative;margin-bottom:0}div#regular-header{overflow:hidden;clear:both;padding:0}#logo a{text-transform:uppercase;line-height:1}#logo img{float:left}.logo-wrap{margin:49px 0;overflow:hidden;float:left}#header .logo-wrap{padding:22px 0;margin:0}#header #s{margin:0!important;width:80%}div.header-social-icons{float:right;background:#eee;position:relative;margin-left:35px}div.header-social-icons:before{content:"";position:absolute;width:0;height:0;border-style:solid;border-width:44px 30px 0 0;border-color:transparent #eee transparent transparent;left:-30px}.header-social-icons a{float:left;font-size:18px;padding:12px 10px}.navigation .toggle-caret{display:none}.menu-item-has-children>a:after{content:"\f0d7";font-family:'Font Awesome 5';position:absolute;right:14px}#secondary-navigation{display:block;float:right}.regular_header #secondary-navigation{float:left;width:100%}#secondary-navigation .navigation ul ul li{background:#fff}#secondary-navigation .navigation ul .current-menu-item,#secondary-navigation .navigation ul li:hover{background:#fff}#secondary-navigation .navigation ul li:hover a{color:#777}#secondary-navigation a{text-align:left;text-decoration:none;padding:24px 25px;transition:none}#secondary-navigation .navigation>ul>.menu-item-has-children>a{padding-right:38px}#secondary-navigation .menu-item-has-children>a:after{right:22px}.navigation{float:left;position:relative;width:100%}.navigation ul{margin:0 auto}.navigation ul li{float:left;line-height:24px;position:relative;transition:all .25s linear}.navigation ul li a,.navigation ul li a:link,.navigation ul li a:visited{display:inline-block}.navigation ul li li{background:#fff;border-bottom:0}.navigation ul ul{position:absolute;width:255px;padding:20px 0 0;padding-top:0;z-index:400;font-size:12px;color:#798189;box-shadow:0 2px 1px 0 rgba(50,50,50,.2)}.navigation ul ul li{padding:0;background:#fff;color:#000}#secondary-navigation .navigation ul ul a,#secondary-navigation .navigation ul ul a:link,#secondary-navigation .navigation ul ul a:visited{padding:9px 45px 9px 20px;position:relative;width:190px;border-left:0;background:0 0;border-right:0;border-radius:0;border-bottom:1px solid rgba(255,255,255,.05);margin:0}.navigation ul ul li:last-child a{border-bottom:none}.navigation ul ul{display:none}.navigation ul ul ul{left:256px;top:0;box-shadow:1px 1px 3px 0 rgba(50,50,50,.2)}.sub-menu .menu-item-has-children:after{color:#fff}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}a#pull{display:none}.navigation i{margin-right:4px}.article{width:100%;float:none;margin-bottom:35px;padding:20px 15px;background:#fff;box-sizing:border-box}.post{width:100%}.title{clear:both}.page h1.title{padding-top:0;margin-bottom:0}article header{float:left;width:100%}article img.left{margin:.3em 1.571em .5em 0;display:block;float:left}article img.alignright,article img.right{margin:.3em 0 .5em 1.571em;display:block;float:right}article img.center{margin:.3em auto .5em;display:block}article ul{padding:0 0 .001em 1.9em;list-style-type:square;margin:0 0 15px}article ul ul{padding-top:0;padding-bottom:0}article ul ul{list-style-type:square}article ul ul ul{list-style-type:square}.toggle-menu ul ul{display:none}.toggle-menu .toggle-menu-item-parent{position:relative}.toggle-menu .toggle-caret{position:absolute;top:0;right:0;text-align:center;cursor:pointer;line-height:inherit}.toggle-menu .toggle-caret .fa{width:20px;text-align:center;font-size:16px;color:inherit;line-height:20px}.toggle-menu .active>.toggle-caret .fa:before{content:"\f068"}input,select,textarea{padding:8px 12px;font-size:14px;color:#444;border:1px solid #e4e4e4;font-family:inherit}textarea{overflow:auto;resize:vertical}select{padding:6px 10px;border-color:#d8d8d8;width:100%}table{width:100%;text-align:left;margin-bottom:25px;border:1px solid #e4e4e4}table td{padding:7px 15px;text-align:left}#s{width:100%;background-color:#fff;float:left;padding:15px 0;text-indent:10px;color:#999;border:1px solid #ddd;border-radius:3px;box-shadow:1px 1px 3px #eee inset;box-sizing:border-box}::-webkit-input-placeholder{color:#999}::-moz-placeholder{color:#999}input::-webkit-input-speech-button{margin-right:14px;margin-left:4px;cursor:pointer}footer{background:#222;margin-top:30px;position:relative;overflow:hidden;clear:both}footer .container{padding:0;width:1152px}.copyrights{float:left;width:100%;clear:both;padding-bottom:17px;padding-top:20px;background:inherit}#move-to-top{color:#fff;cursor:pointer;display:inline-block;font-weight:700;height:12px;padding:10px 10px 18px;position:fixed;right:0;bottom:75px;transition:all .25s linear 0s;width:20px;z-index:25;background:#222;text-align:center;width:40px;height:40px;border-radius:3px}#move-to-top:not(.filling){opacity:0;visibility:hidden}#move-to-top .fa-angle-double-up{font-size:22px}.tags{margin:20px 0 0;width:100%;float:left}.tags a{margin-left:5px}.left{float:left}.right{float:right}.last{margin-right:0}input#author,input#email,input#url{max-width:300px;border:1px solid #e4e4e4;background:#fff;max-width:100%;margin-right:10px}input#author,input#email,input#url{transition:all .25s ease-in-out}.error{color:red}.fn{line-height:1.375em;font-weight:700}.fn a{color:#ee210b;font-weight:700;font-size:15px}.avatar{float:left}.required{color:red;padding:0;line-height:1}.mts-cart{z-index:1;float:right;color:#777}#menu-main-menu>li:last-of-type>.sub-menu{right:0;left:auto}#site-footer:after{clear:both;content:"";display:block}.primary-slider-container{width:100%}.primary-slider .slide-caption{overflow:hidden;background:rgba(0,0,0,.24);color:#fff;width:91.5%;padding:1.2%;padding-top:8px;padding-bottom:8px;float:left;max-height:255px;position:absolute;bottom:7%;left:3%;text-align:center}.primary-slider .slide-title{font-size:32px;font-weight:400;padding:0;margin-bottom:0;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6)}.primary-slider .owl-dots{bottom:inherit;top:8%;margin:0!important;right:3%}.primary-slider .owl-controls .owl-dot{cursor:pointer}.primary-slider .owl-controls .owl-dot span{background:#555;border-radius:0;cursor:pointer}.primary-slider .owl-controls .owl-dot.active span,.primary-slider .owl-controls .owl-dot:hover span{background:#fff;transition:all .25s ease}.primary-slider .owl-controls .owl-dot.active span{cursor:default}.copyrights a{color:#fff}.time{box-sizing:border-box}#page:after{clear:both;content:""}.time{font-size:15px;padding:5px 10px;color:#c1c1c1}#page:after{display:block}.move_down,.sticks{display:none}.move_down{padding-bottom:34px}.hover+.sub-menu{opacity:1!important;visibility:visible!important}.copyrights{text-align:center}.copyrights a,.copyrights p{color:#fff}.copyrights a:hover{color:#fff!important}.copyrights p{margin-bottom:10px}.copyrights p span{border-left:1px solid #fff;padding-left:7px;margin-left:5px;line-height:16px;display:inline-block}.article a{font-weight:700}.padding a{font-weight:700}@media screen and (max-width:1200px){.article{width:96%;float:right!important}}.dm-rate-us .rtg,.dm-rate-us>a{display:inline-block;position:relative}.dm-rate-us .rtg{text-align:center;float:none;direction:rtl;margin-left:0}.dm-rate-us>a{color:#184755!important;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;text-decoration:none;line-height:34px;padding:0 1px;font-size:25px}.dm-rate-us a:visited{color:#cb7b14}.dm-rate-us span{font-size:20px;margin-right:7px;color:#fff;position:relative;text-transform:none;top:0}.dm-rate-us a:hover:before{content:"\f005";color:#d89947!important}.dm-rate-us a:hover{color:#d89947!important}.rtg>a:hover:before,.rtg>a:hover~a:before{content:"\f005";color:#e1c851!important;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s}.dm-rate-us span{color:#000;font-size:20px}.fa-star-o:before{content:"\f005";font-family:'Font Awesome 5'!important}.dm-rate-us{display:inline-block;position:relative;color:#fff;text-transform:uppercase;margin:0 15px}.wda_video_style{position:relative}.wda_video_style .buttonToAuto{position:absolute;bottom:100px;width:100%;z-index:11;text-align:center}.wda_video_style .buttonToAuto .btn{border-radius:2px}.sub-menu .current_page_item:before{height:100%;width:100%;position:absolute;top:0;left:0;content:"";background-color:#000;display:block!important;opacity:.2}.single .article a{text-decoration:underline!important}.sub-menu li{width:100%;text-align:left}nav a{box-sizing:border-box}.cta_fixed_button{display:none}article.article{width:100%!important;box-shadow:0 0 0!important;padding:30px;box-sizing:border-box}article.article{max-width:100%!important;padding:50px 0!important;margin-bottom:30px}.dm-full{width:100%}.dm-half,.dm-third{box-sizing:border-box;padding:0 15px}.dm-container{max-width:1200px;width:100%;margin:0 auto;padding:0 15px;box-sizing:border-box}.dm-flex{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;justify-content:center;flex-wrap:wrap;align-items:center}.dm-half{width:50%;box-sizing:border-box}.dm-third{width:33.33%;box-sizing:border-box}.dm-half h3{font-size:36px;text-align:left}.dm-half li{list-style:none;position:relative}.dm-half li:before{position:absolute;font-family:'Font Awesome 5';content:'\f14a';margin:0 5px 0 -25px}section.page-header{padding-top:0;color:#fff;padding:20px 0;text-align:center;margin-bottom:34px}section.page-header *{color:#fff;font-size:32px;text-transform:uppercase;font-weight:700;letter-spacing:1px}.dm-lightbox{padding:0 5px}section.page-header h2{margin:0}.dm-modal *,.dm-popup-wrapper *{color:#000!important}.dm-readmore-wrapper{display:none}.dm-popup-wrapper h3{top:0;padding:0!important}.fix-visio *{-webkit-backface-visibility:hidden;animation-fill-mode:initial!important}.dm-flex>div{-webkit-backface-visibility:hidden;animation-fill-mode:initial!important}.dm-classic-pop,.dm-readmore-wrapper.dm-modal{position:fixed;height:500px;background-color:#fff;width:900px;padding:20px;z-index:1000;display:block;box-shadow:0 1px 10px rgba(0,0,0,.2);top:50%;transform:translateY(-50%);overflow-y:scroll;z-index:9999999999;opacity:0;visibility:hidden;max-width:90%;left:0;right:0;margin:0 auto;box-sizing:border-box}.dm-classic-pop.show-dm-modal,.dm-readmore-wrapper.dm-modal.show-dm-modal{opacity:1;visibility:visible}.dm-modal::-webkit-scrollbar,.dm-popup-wrapper::-webkit-scrollbar{width:10px}.dm-modal::-webkit-scrollbar-track,.dm-popup-wrapper::-webkit-scrollbar-track{background:#f1f1f1}.dm-modal::-webkit-scrollbar-thumb,.dm-popup-wrapper::-webkit-scrollbar-thumb{background:#888}.dm-popup-wrapper button,.dm-readmore-wrapper.dm-modal button{display:block;text-align:right;margin:0 auto;margin-right:0;height:40px;cursor:pointer;width:40px;text-align:center;background-color:#8e8e8e;border:0;font-size:30px;color:#fff}.dm-modal::-webkit-scrollbar-thumb:hover,.dm-popup-wrapper::-webkit-scrollbar-thumb:hover{background:#555}.dm-modal-backdrop{-webkit-transition:.3s ease-in-out;transition:all .3s ease-in-out;background-color:#000;z-index:99999999;position:fixed;top:0;left:0;height:100vh;width:100%;visibility:hidden;opacity:0}.dm-modal-backdrop.show-dm-drop{opacity:.5;visibility:visible}article.article,section.page-header{margin:0!important}@media screen and (min-width:881px){.dm-rate-us a:visited{color:#fff!important}#menu-main-menu li:hover>.sub-menu{opacity:1;visibility:visible}#header nav>ul>li>.sub-menu.moveLeft{left:auto!important;right:0!important}li>.sub-menu{left:100%;top:0}.sub-menu.moveLeft{left:auto;right:100%}.toggle-menu>li>ul{top:100%;left:0;text-align:left}.toggle-menu a{width:100%!important;box-sizing:border-box}.toggle-menu ul li{width:100%}html ul ul.wda-long-menu{width:500px;display:flex;align-items:center;justify-content:end;flex-wrap:wrap;right:100%;left:auto;background-color:#278cbb}#header nav>ul>li>ul.sub-menu,header div>ul>li>ul.sub-menu{left:0!important;top:auto}ul#menu-main-menu>li a{display:block;width:100%!important}}@media screen and (min-width:865px){html ul ul.wda-long-menu{width:500px;display:flex;align-items:center;justify-content:end;flex-wrap:wrap;right:0;left:auto;background-color:#fff}nav a{box-sizing:border-box}ul#menu-main-menu .sub-menu li{width:100%;display:block}ul#menu-main-menu.wda-long-menu .sub-menu li{width:50%}#secondary-navigation .navigation ul ul.wda-long-menu>li{width:50%}.wda-long-menu{background-color:#fff}.wda-long-menu>li a{display:block!important;width:100%!important;box-sizing:border-box}.toggle-menu li:hover>.sub-menu{visibility:visible;opacity:1}.navigation ul ul{-webkit-transition:.3s ease-in-out;transition:all .3s ease-in-out;display:block;opacity:0;visibility:hidden}}ul.sub-menu.toggle-submenu a{text-transform:capitalize!important;padding:7px 10px!important;border-bottom:1px solid rgba(0,0,0,.07)!important;padding-right:25px!important;font-size:14px!important}.navigation ul ul,ul.sub-menu.toggle-submenu.wda-long-menu{width:220px}#secondary-navigation .navigation ul ul.wda-long-menu>li{width:100%!important}#secondary-navigation ul.sub-menu .menu-item-has-children>a:after{right:12px}a#move-to-top{width:40px;height:40px;font-size:30px;line-height:20px}html ul.sub-menu.toggle-submenu{left:100%!important;right:auto!important}.association-logos-dm{text-align:center;padding:20px 0}.association-logos-dm img{vertical-align:middle;margin:0 5px}.contentfaqs h4{background:var(--pColor);color:#fff;padding:10px 20px;padding-right:60px;cursor:pointer;position:relative}.contentfaqs h4 i{position:absolute;right:20px;top:50%;transform:translateY(-50%)}@media screen and (max-width:880px){#pojo-a11y-toolbar.pojo-a11y-toolbar-right{top:250px!important}footer .container{width:100%;box-sizing:border-box}#secondary-navigation .navigation>ul>.menu-item-has-children>a{line-height:48px;padding:0!important}::before{background-attachment:scroll}::after{background-attachment:scroll}div,section{background-attachment:scroll!important}#page.homepage{padding-top:20px!important}.navigation.mobile-menu-wrapper{z-index:100}.dm-rate-us span{font-size:21px;color:#111}.rtg a{color:#111}.dm-rate-us a:visited{color:#111}.dm-rate-us .rtg{text-align:center;float:none;direction:rtl;margin-left:0;font-size:23px}#menu-main-menu>li>a:after,#menu-main-menu>li>a:before{display:none!important}.dm-rate-us{display:block;position:relative;color:#3e562e;text-transform:uppercase;margin:10px 15px;text-align:center;display:block;color:#111;text-align:center;padding:10px;border-radius:4px;-moz-border-radius:4px;margin:10px!important}#site-header{position:relative;z-index:1000000000}.move_down{display:block}.cta_fixed_button{position:fixed;display:block;bottom:0;left:0;z-index:100000000;width:100%;text-align:center}.sticks i{margin-right:5px}.sticks{float:left;width:50%;text-align:center;margin-bottom:0;background-color:#777;padding:8px 5px;font-size:16px;border:1px solid #fff;display:block;min-width:27%;color:#fff;box-sizing:border-box}body #move-to-top{bottom:40px!important}.navigation ul ul{background-color:transparent;transition:all 0s linear}html div.header-social-icons a{position:relative;float:none;display:inline-block;position:relative;z-index:1;height:40px!important;width:40px!important;padding:0!important;line-height:40px!important;font-size:20px!important;color:#fff!important;border-radius:50%}#secondary-navigation div.header-social-icons{display:none!important}div.header-social-icons a span{position:relative;z-index:1}div.header-social-icons a:before{border-radius:50%;position:absolute;top:0;left:0;content:"";background-color:#000;opacity:.3;height:100%;width:100%}html .mobileBtn a{width:100%;max-width:100%;margin:0 auto 10px!important;border-radius:4px;box-sizing:border-box}html .mobileBtn{padding:0 15px;box-sizing:border-box}html ul ul.wda-long-menu{background-color:transparent!important}.dm-third{width:50%}}@media screen and (max-width:767px){#logo a,#logo img{box-sizing:border-box;margin:0 auto}.main-header .container{background:0 0}footer .container{box-sizing:border-box;width:100%;font-size:14px}}@media screen and (max-width:540px){.dm-half,.dm-third{width:100%}.copyrights p span{border:0;display:block}}.dm-rate-us .rtg{display:flex;gap:2px}.social-icon-container{display:flex;align-items:center;justify-content:center}*{box-sizing:border-box}#page{padding:0}a.btn{color:#fff;text-transform:uppercase;font-size:14px;letter-spacing:1px;background:#000;color:#fff!important;border-radius:10px}#header a.btn{padding:10px 20px}.container{width:100%;max-width:1200px;padding:0 15px}html #secondary-navigation>nav>ul li.current-menu-item,html #secondary-navigation>nav>ul>li.current-menu-item,html #secondary-navigation>nav>ul>li:hover{background:0 0!important}html #secondary-navigation>nav ul.sub-menu>li.current_page_item>a,html #secondary-navigation>nav>ul>li.current-menu-item>a,html #secondary-navigation>nav>ul>li:hover>a{color:var(--pColor)!important}.navigation ul ul{background:#fff!important}.sub-menu .current_page_item:before{opacity:0}@keyframes fadeInUpa{0%{opacity:0;transform:translate3d(0,150px,0)}to{opacity:1;transform:none}}.fadeInUpa{animation-name:fadeInUpa}@keyframes fadeInLefta{0%{opacity:0;transform:translate3d(-150px,0,0)}to{opacity:1;transform:none}}.fadeInLefta{animation-name:fadeInLefta}.copyrights{padding:0}footer#site-footer{margin:0}.copyrights .dm-flex{align-items:inherit}.copyrights .dm-half{padding:0}.copyrights iframe{height:100%}a#move-to-top{width:40px;height:40px}.copyrights .dm-full{text-align:left}.dm-col-3{width:40%}.dm-col-3 span{border:0!important;padding:0!important;margin:0!important}.dm-flex.dm-full{justify-content:space-between;margin-bottom:50px}.dm-flex.dm-full h4{color:#fff;font-weight:700;text-transform:uppercase;font-size:17px}.logo-wrap{margin:0;float:none;overflow:visible}.copyrights .dm-half:first-child{padding-top:80px;padding-bottom:80px;font-size:14px}.footer-wrapper{max-width:620px;margin-right:0;margin-left:auto;margin:0 auto}.dm-full.footer-creds p:nth-child(2){margin:0}section.dm-blog-posts{padding:100px 0}section.dm-blog-posts h4{text-align:center;text-transform:uppercase;font-size:26px;letter-spacing:1px}.dm-blog-image{height:300px;background-size:cover;background-position:50% 50%;border-radius:9px;margin-bottom:13px}.dm-blog-image p{font-size:17px}section.dm-blog-posts p{font-size:16px;color:#000}section.dm-blog-posts h3{font-weight:700}section.dm-blog-posts .dm-flex{margin-top:30px;align-items:inherit}section.dm-blog-posts .dm-third:hover{background-color:#fff;box-shadow:0 20px 30px -10px rgba(38,115,228,.2)}section.dm-blog-posts .dm-third{padding:20px;border-radius:10px;padding:20px;border-radius:10px;-webkit-transition:background-color .2s,box-shadow 350ms,color .2s;transition:background-color .2s ease,box-shadow 350ms ease,color .2s ease}section.dm-blog-posts .dm-third:nth-child(2){animation-delay:.2s}section.dm-blog-posts .dm-third:nth-child(3){animation-delay:.4s}.central-tab{flex:1 1 16%;padding:10px}.central-tab:nth-child(2){animation-delay:.2s}.central-tab:nth-child(3){animation-delay:.3s}.central-tab:nth-child(4){animation-delay:.4s}.central-tab:nth-child(5){animation-delay:.5s}.central-tab:nth-child(6){animation-delay:.6s}.central-tab:nth-child(7){animation-delay:.7s}.central-wrapper .central-tab img{border-radius:10px}.central-img-tabs{display:flex;justify-content:center;padding:0 15px;margin-top:-65px}.central-img-tabs img{height:140px!important;object-fit:cover;width:100%;cursor:pointer;border-radius:10px;text-align:center;display:block}.central-img-tabs h3{text-align:center;text-transform:uppercase;top:0;font-size:15px;position:relative;-webkit-transition:.3s ease-in-out;transition:all .3s ease-in-out}.central-wrapper{background:var(--pColor);padding:80px 0 120px}.central-wrapper .central-tab:first-child{display:block}.central-wrapper .central-tab{display:none}section.central-services .container-wide{max-width:1300px;margin:0 auto}.central-img-tabs .central-tab-item>div{margin-bottom:10px;border-radius:10px;border:3px solid transparent;-webkit-transition:.3s ease-in-out;transition:all .3s ease-in-out}.central-img-tabs .central-tab-item>div:hover{border-color:var(--aColor)}.central-tab-item.active-service-button>div{border-color:var(--aColor);background:var(--aColor)}section.central-testimonials{padding:100px 0;background-size:cover;background-position:50% 50%;position:relative}.central-testimonials-wrapper{margin:0 auto;width:52%;margin-right:0;padding:50px 0 30px;position:relative}.central-testimonials-wrapper .dm-half{width:47.5vw;max-width:650px}.central-testimonials-wrapper strong{display:block;margin-bottom:40px}.central-testimonials-wrapper p{font-size:24px}.central-test-content{margin-bottom:22px;font-size:26px;line-height:1.4}.central-test-content+h4{font-size:16px}section.central-services{margin-bottom:80px}section.central-testimonials:before{height:100%;width:100%;position:absolute;content:"";background:#000;top:0;left:0;opacity:.5}section.central-testimonials *{color:#fff}.central-testimonials-wrapper li:before{display:none}.central-testimonials-wrapper .slick-dots{position:relative;bottom:0;text-align:left}.central-testimonials-wrapper .slick-dots li button:before{opacity:.3!important}.central-testimonials-wrapper .slick-dots li button{opacity:.5}.central-testimonials-wrapper .slick-dots .slick-active button{background:#fff!important;opacity:1!important}.central-testimonials-wrapper{padding:50px 0 30px}.central-tab-item{cursor:pointer}section.central-welcome{padding:80px 0}.central-welcome .central-image img{width:95%;height:100%!important;border-radius:30px;box-shadow:0 20px 50px -20px rgba(0,0,0,.2);-o-object-fit:cover;object-fit:cover}section.central-welcome .dm-flex{align-items:inherit}.central-image{position:relative;height:100%}section.central-welcome .dm-half:first-child{flex:1 1 48%;order:2}section.central-welcome .dm-half:nth-child(2){flex:1 1 52%}.container-wide{max-width:1300px;margin:0 auto}section.central-welcome h3{font-size:23px;text-transform:uppercase;color:var(--pColor)}section.central-welcome h2{margin-bottom:30px}.mobile_cta_buttons.hide-d.mobile-btn p a{color:#fff;display:block;padding:10px 20px}.mobile_cta_buttons.hide-d.mobile-btn p{text-align:center;margin-bottom:10px}.mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons a{color:#fff;margin:0 10px;width:40px;height:40px;line-height:40px;padding:0!important;text-align:center;border-radius:50%;display:inline-block;float:none}.mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons{background:0 0;width:100%;float:none;text-align:center;margin:0}.mobile_cta_buttons.hide-d.mobile-btn{padding:20px;display:none}div#header{background:#fff;padding:15px 0;float:none}.regular_header #secondary-navigation{float:none}div#regular-header i{margin-right:8px}.main-head-wrap{position:fixed;top:0;left:0;width:100%}.header-spacer{-webkit-transition:.3s ease-in-out;transition:all .3s ease-in-out}@media (min-width:881px){.mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons:before{display:none}.header-spacer{min-height:130px;-webkit-transition:.3s ease-in-out;transition:all .3s ease-in-out}}#logo{float:none!important}#logo a{padding:0!important;float:none;display:block}div#secondary-navigation{float:none;display:flex;align-items:center}#header .logo-wrap{padding:0;overflow:visible;max-width:23%}nav.navigation.clearfix #menu-main-menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:center;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}#logo img{float:none;max-width:350px}ul#menu-main-menu a{text-transform:none}#secondary-navigation a{padding:20px}div#regular-header{background:var(--sColor)}div#regular-header *{color:#fff}div#regular-header .container-wide.dm-flex p{margin:0}div#regular-header .container-wide{padding:5px 0}#regular-header{-webkit-transition:.3s ease-in-out;transition:all .3s ease-in-out}.video_holder:before{height:100%;width:100%;position:absolute;content:"";background:#000;opacity:.3;z-index:1}html .video_holder{height:80vh;max-height:1000px;width:100%;min-height:500px}.dm-slide-main .slide-caption p{text-shadow:1px 2px 2px #000!important}.central-wrapper h3,.central-wrapper p,.dm-slide-main .slide-caption a{color:#fff}html .slick-next{display:none}div#regular-header .dm-full p{display:inline-block;margin:0 10px!important}div#regular-header .dm-full{text-align:center}div#regular-header .dm-full p a+a{font-weight:700}.dm-flex.dm-full>.dm-full{text-align:center}.dm-flex.dm-full h5{font-weight:700;color:#fff}@media (max-width:1300px){.container-wide{padding:0 15px}}@media (max-width:1025px){.copyrights .dm-half{flex:1 1 100%}.copyrights .dm-half:first-child{order:2}.dm-full.footer-creds p{text-align:center}.copyrights .dm-half iframe{height:350px}.central-welcome .central-image img{width:100%}.central-img-tabs img{height:120px!important}}@media (max-width:991px){html .dm-slide-main{height:250px!important}html .dm-slide-main .slide-caption{bottom:10px}html .dm-slide-main .slide-caption h2{font-size:26px!important}html .dm-slide-main .slide-caption p{font-size:14px}.mobile_cta_buttons.hide-d.mobile-btn{display:block}#secondary-navigation{height:auto!important}.dm-blog-posts .dm-third{flex:1 1 50%;flex-basis:320px;max-width:50%}section.central-services{display:flex;flex-wrap:wrap}section.central-services>.container-wide{order:1}.central-wrapper{order:2;padding:80px 0}.central-img-tabs{margin:0}section.central-services{margin-bottom:0}section.dm-blog-posts .dm-third{flex-basis:320px}}@media (max-width:881px){#page.homepage{padding:0!important}html a#pull{width:auto;text-align:center;padding:0;color:#000!important;background:0 0!important;font-size:29px;position:relative;display:block;margin:0!important;margin-left:15px!important}html a#pull:after{position:relative;padding:0!important;left:0;right:0;top:0!important}.regular_header #secondary-navigation{width:100%;justify-content:space-between}#header a.btn{margin:0 auto;margin-right:0}nav.navigation.clearfix #menu-main-menu{margin:0!important}}@media (max-width:768px){html .video_holder{max-height:500px!important}.header-spacer{height:95px}div#regular-header{display:none}.dm-blog-posts .dm-third{flex-basis:320px;max-width:100%}section.central-welcome .dm-half:first-child{flex:1 1 100%;margin-bottom:30px}.central-tab{flex:1 1 33.33%}.central-img-tabs{flex-wrap:wrap}.central-wrapper{padding:50px 0}.central-wrapper .dm-half{flex:1 1 100%}.central-testimonials-wrapper{padding:15px;width:100%;text-align:center}.central-testimonials-wrapper .dm-half{width:100%;max-width:100%}.copyrights .dm-half:first-child{padding:40px 0}.central-testimonials-wrapper .slick-dots{text-align:center}.dm-col-3{width:100%;text-align:center}}@media (max-width:640px){div#header{padding:10px 0}#header a.btn{display:none}}@media (max-width:540px){footer .dm-full{padding:0 15px}.central-tab{flex:1 1 50%}section.central-welcome h2{font-size:30px}.central-img-tabs{padding:0}.central-wrapper .dm-half{padding:0}}div#regular-header p a+a{display:none}div#regular-header p:after{content:"-";position:absolute;right:-15px;font-weight:400}div#regular-header p{position:relative;font-size:14px;font-weight:700}.central-tab-item.active-service-button>div img{opacity:0}.central-tab-item.active-service-button>div+h3{top:-92px;color:#fff}section.dm-blog-posts{display:none}.association-logos-dm{padding:100px 0}.association-logos-dm p{text-align:left}.association-logos-dm img{float:right;border-radius:4px;margin-left:25px}.association-logos-dm .dm-container:after{content:"";clear:both;display:block}.association-logos-dm h2{margin-bottom:30px;color:var(--pColor);font-size:35px}.association-logos-dm h2:after{content:"";width:100px;background:var(--pColor);display:block;height:1px;position:relative;margin:11px auto}.association-logos-dm p{font-size:20px}#regular-header .dm-rate-us span{font-size:14px;font-weight:700}#regular-header .dm-rate-us a{font-size:14px}@media (max-width:880px){.flex-app{display:none!important}.mobile_cta_buttons.hide-d.mobile-btn{display:flex;justify-content:center;flex-wrap:wrap}.mobile_cta_buttons.hide-d.mobile-btn p{width:48%;padding:5px;margin:1%;background:var(--pColor);display:flex;align-items:center;justify-content:center}.mobile_cta_buttons.hide-d.mobile-btn p a{line-height:1;font-size:16px;font-weight:700}p.mobileBtn:last-of-type{flex:1 1 100%}p.mobileBtn:last-of-type a{margin:0!important}#logo img{max-width:300px}}.slide-content img{text-align:center!important;margin:auto!important}#blog .slide-caption a.btn{display:none}#blog button.slick-prev.slick-arrow{display:none!important}#blog button.slick-next.slick-arrow{display:none!important}#blog .dm-slide-main .slide-caption{bottom:200px!important}.dm-slide-main.slick-slide{height:70vh!important}.dm-modal-backdrop.show-dm-drop{display:none}.flex-app{display:flex;flex-direction:column;align-items:center;min-width:160px;justify-content:center}.flex-app a.btn{border-radius:0;background-color:#2b9acd!important;padding:7px 20px!important;font-size:18px!important}a.zd-plugin{padding:0!important}body{background-color:#fff;background-image:url(https://allergyasthma.center/wp-content/themes/mts_schema/images/nobg.png)}#secondary-navigation>nav ul.sub-menu>li.current_page_item>a,#secondary-navigation>nav>ul>li.current-menu-item>a,#secondary-navigation>nav>ul>li:hover>a{color:#fff!important}#secondary-navigation>nav>ul li.current-menu-item,#secondary-navigation>nav>ul>li.current-menu-item,#secondary-navigation>nav>ul>li:hover{background-color:#7bc13b!important}a.btn{background-color:#7bc13b!important}.page-header,div.header-social-icons a,section.page-header{background-color:#2b9acd!important}.mobileBtn a{background-color:#2b9acd}html ul ul.wda-long-menu{background-color:#2b9acd}#mobile-menu-wrapper ul li a:hover{background:#2b9acd}#secondary-navigation .navigation ul .current-menu-item a,#secondary-navigation .navigation ul li a:hover,.fn a,.title a:hover,a,a:hover{color:#2b9acd}#move-to-top:hover,a#pull{background-color:#2b9acd;color:#fff!important}footer{background-color:#2b9acd}footer{background-image:url(https://allergyasthma.center/?nowprocket=1&no_optimize=1)}.copyrights:before{border-color:transparent}.animated{-webkit-animation-duration:1000 ms;animation-duration:1000 ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-animated-out{z-index:1}.owl-animated-in{z-index:0}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel{display:none;nowhitespace:afterproperty;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;max-width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:scale .1s ease}.owl-carousel .owl-video-play-icon:hover{transition:scale(1.3, 1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-frame{position:relative;z-index:1}.slide-caption{overflow:hidden;background:rgba(255,255,255,.79);color:#795e4b;width:50%;padding:1.2%;padding-top:8px;padding-bottom:8px;float:left;max-height:255px;position:absolute;bottom:8%;left:3%;-webkit-backface-visibility:hidden}.slide-title{float:none;font-size:16px;font-weight:400;padding:0;margin-bottom:0}.owl-dots{position:absolute;bottom:8%;right:3%;text-align:center;box-sizing:border-box}.owl-controls .owl-dot{display:inline-block;margin:0 2px;zoom:1}.owl-controls .owl-dot span{display:block;width:11px;height:11px;background-color:#a5a5a5;cursor:pointer;border-radius:20px}.owl-controls .owl-dot.active span,.owl-controls .owl-dot:hover span{background-color:#fff}.owl-next,.owl-prev{position:absolute;display:inline-block;top:50%;margin-top:-18px;text-align:center;font-size:28px;width:36px;line-height:36px;color:#fff;background-color:#444}.owl-prev{left:0}.owl-next{right:0}.owl-next:hover,.owl-prev:hover{background-color:#3d8fe8}.owl-nav .fa{line-height:36px}.owl-controls .disabled{display:none!important}.primary-slider-container img[src=""],.slider-container img[src=""]{display:none!important}.primary-slider-container.loading .owl-carousel,.slider-container.loading .owl-carousel{display:none}.primary-slider-container.loading:before,.slider-container.loading:before{content:"Loading Slider...";font-size:20px;font-weight:700;margin:0;display:block;position:relative;text-align:center;text-transform:uppercase;padding-top:30px;padding-bottom:10px}.primary-slider{float:left}.primary-slider-container.loading a{display:none!important}.primary-slider-container.loading a img.slide-first-img{display:block!important}.primary-slider-container img[src=""]{display:none!important}.animated{animation-duration:1s;animation-fill-mode:both}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.swing{transform-origin:top center;animation-name:swing}@keyframes fadeOut{100%{opacity:0}0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}.fa{-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-angle-double-up:before{content:"\f102"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-envelope:before{content:"\f0e0"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-minus:before{content:"\f068"}.fa-phone:before{content:"\f095"}.fa-plus:before{content:"\f067"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.fa{font-family:"Font Awesome 5 Free"}.fa{font-weight:900}@font-face{font-family:'Font Awesome 5';font-style:normal;font-weight:400;font-display:swap;src:url("https://allergyasthma.center/wp-content/themes/mts_schema/fonts/FontAwesome.ttf") format("truetype")}.fa{font-family:'Font Awesome 5'!important;font-weight:400}html{overflow-x:hidden;-webkit-text-size-adjust:100%}.main-container{max-width:100%}@media screen and (max-width:1152px){#page,.container{max-width:100%!important}}@media screen and (max-width:1024px){#move-to-top{margin-right:0;right:5px}div.header-social-icons{margin-left:20px}.mts-cart span a{padding:17px 3px 16px!important}}@media screen and (max-width:960px){#secondary-navigation{left:0}img{max-width:100%;height:auto!important}}@media screen and (max-width:865px){#header h1,#header h2{float:none;text-align:center;width:100%;max-width:100%;padding:0}#header h1,#header h2{font-size:40px}#logo a,#logo img{float:none;letter-spacing:0}.logo-wrap{margin-bottom:10px;margin-top:0;width:100%;margin-top:20px;text-align:center}footer .container{padding:0 2%}div.header-social-icons{float:left;width:100%;background:#333;padding-left:10px;box-sizing:border-box}.header-social-icons a{color:#fff}.mts-cart{float:left;padding-left:20px;margin-right:0;width:100%;box-sizing:border-box}.mts-cart span,.mts-cart span a{color:#fff}.mts-cart>span{width:100%;display:block;border-bottom:1px solid rgba(0,0,0,.2)!important;padding:9px 0!important;padding-left:25px!important;box-sizing:border-box;text-indent:25px}#secondary-navigation .mts-cart span a{display:inline;padding:0!important}.navigation{width:100%;border:none;display:none}#secondary-navigation{width:100%!important;position:relative!important}.navigation .menu .fa>a,.navigation .menu a{color:#fff!important;background:0 0}.navigation .menu{display:block!important;float:none;background:0 0;margin-bottom:0}.navigation ul ul{visibility:visible!important;opacity:1!important;position:relative;left:0!important;border:0;width:100%}.navigation ul li li{background:0 0;border:0}nav{height:auto}#header .navigation ul li li,#header nav li{width:100%!important;float:left;position:relative}.navigation ul li:after{display:none}.navigation ul li:before{display:none}#header nav li a{border-bottom:1px solid rgba(0,0,0,.2)!important;width:100%!important;box-sizing:border-box}#header nav a{text-align:left;width:100%;text-indent:25px}a#pull{display:block;width:100%;position:relative;color:#fff;margin-left:-2.01%;margin-right:-2.01%;padding:10px 2.02%;text-indent:0}a#pull:after{content:"\f0c9";display:inline-block;position:absolute;right:15px;top:10px;font-family:"Font Awesome 5"}.main-container{position:relative;left:0;transition:left .5s ease}.mobile-menu-active .main-container{left:300px;transition:left .5s ease}.navigation.mobile-menu-wrapper{display:block;position:fixed;top:0;left:-300px;width:300px;height:100%;background-color:#222;border-right:1px solid rgba(0,0,0,.2);overflow:auto;transition:left .5s ease;-webkit-backface-visibility:hidden;box-sizing:border-box;overflow-x:hidden}.mobile-menu-active .navigation.mobile-menu-wrapper{left:0;z-index:1111}.navigation ul li{width:100%;display:block}.navigation ul li:hover{background:0 0}.navigation ul li a,.navigation ul ul a{padding:9px 0!important;width:100%;border:none}.navigation ul ul{position:static;width:100%;border:none}.navigation ul ul li{background:0 0;width:100%}.navigation i{display:inline}.navigation ul ul a{padding:9px 18px!important}.navigation ul ul ul a{padding:9px 27px!important}.navigation ul ul ul ul a{padding:9px 36px!important}.navigation .toggle-caret{display:block;width:42px;height:42px;line-height:42px;color:#fff;border-left:1px solid rgba(0,0,0,.2);top:0}.navigation .menu-item-has-children>a:after{content:''}#mobile-menu-overlay{position:fixed;width:100%;height:100%;top:0;left:0;z-index:999;cursor:pointer;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:rgba(0,0,0,.5)}html.noscroll{position:fixed;overflow-y:scroll;width:100%}.mts-cart,div.header-social-icons{display:block!important}#secondary-navigation .mts-cart{display:block!important;padding-left:0}#secondary-navigation .navigation ul .current-menu-item,#secondary-navigation .navigation ul li:hover{background:0 0}#secondary-navigation .navigation ul ul li{background:0 0}#secondary-navigation .header-social-icons a{font-size:18px!important;padding:14px 10px!important;width:auto;text-indent:0}.navigation i{margin-right:0}div.header-social-icons:before{display:none}div.header-social-icons{margin-left:0;padding-left:0}}@media screen and (max-width:720px){#secondary-navigation a{padding-top:10px!important;padding-bottom:10px!important}.article{width:100%}}@media screen and (max-width:550px){.primary-slider .slide-title{font-size:24px!important}}@media screen and (max-width:480px){.navigation{border-bottom:0}.navigation{margin-top:0;margin-bottom:0}#secondary-navigation{width:100%;height:35px}.copyrights{text-align:center}.top{width:100%}}@media screen and (max-width:400px){article header{overflow:hidden}.primary-slider .slide-title{font-size:20px!important;line-height:1.4}}@media screen and (max-width:320px){.navigation li{display:block;float:none;width:100%}.navigation li a{border-bottom:1px solid #576979}}:root{--pColor:#2b9acd;--sColor:#2b9acd;--aColor:#7bc13b}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0}html .slick-next:before{content:"\f105";font-size:33px;color:#fff;font-family:'Font Awesome 5'}html .slick-prev:hover{left:-10px}html .slick-prev:hover:before{color:#fff}html .slick-next:hover{right:0;opacity:1;background-color:rgba(0,0,0,.6)!important}html .slick-next:hover:before{color:#fff}html .slick-next{position:absolute;top:50%;right:0;height:46px;width:46px;font-size:0;border:none;cursor:pointer;-webkit-transition:.2s;transition:all .2s ease;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translateY(-50%);background-color:rgba(0,0,0,.3)!important;border-radius:50%;box-sizing:border-box}html .services_slide .slick-prev{width:40px}html .services_slide .slick-next{width:40px}html .slick-prev{position:absolute;top:50%;left:0;height:46px;width:46px;font-size:0;border:none;cursor:pointer;-webkit-transition:.2s;transition:all .2s ease;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translateY(-50%);background-color:rgba(0,0,0,.3)!important;border-radius:50%;box-sizing:border-box}html .slick-prev:before{content:"\f104";font-size:33px;font-family:'Font Awesome 5';color:#fff}.slickTesti{padding:0 65px}html section#wda_testi .slick-dots{left:0}@media screen and (max-width:880px){html .slick-next,html .slick-prev{display:none!important}.slickTesti{padding:0!important}}.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://allergyasthma.center/wp-content/plugins/wp-rocket/assets/img/youtube.png) center no-repeat;background-color:transparent!important;cursor:pointer;border:none}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/montserrat/v26/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+2074,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/v26/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+2074,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/v26/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+2074,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/v26/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+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}#logo a{font-family:Montserrat;font-weight:400;font-size:32px;color:#222;text-transform:uppercase}#secondary-navigation a{font-family:Montserrat;font-weight:500;font-size:17px;color:#000;text-transform:uppercase}body{font-family:Montserrat;font-weight:400;font-size:18px;color:#000}h1{font-family:Montserrat;font-weight:700;font-size:36px;color:#000}h2{font-family:Montserrat;font-weight:600;font-size:32px;color:#000}h3{font-family:Montserrat;font-weight:600;font-size:26px;color:#000}h4{font-family:Montserrat;font-weight:400;font-size:20px;color:#000}h5{font-family:Montserrat;font-weight:400;font-size:18px;color:#000}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{background-color:#4054b2;color:#fff}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links{border-color:#4054b2}body.pojo-a11y-focusable a:focus{outline-style:solid!important;outline-width:1px!important;outline-color:red!important}#pojo-a11y-toolbar{top:200px!important}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay{background-color:#fff}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title,#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a{color:#333}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active{background-color:#4054b2;color:#fff}@media (max-width:767px){#pojo-a11y-toolbar{top:150!important}}.dm-slide-main .slide-caption{position:absolute;bottom:100px;width:100%;left:0;text-align:center;z-index:10;padding:30px 0;box-sizing:border-box;background-color:transparent}.dm-slide-main .slide-caption h2{font-size:30px;text-shadow:0 1px 1px #000;color:#fff;margin-bottom:20px;font-weight:700;font-size:40px!important}.dm-slide-main .slide-caption p{text-align:center;color:#fff;font-size:20px}.video_holder{background-position:50% 50%;background-size:cover;height:680px;position:relative}.dm-slide-main{height:650px!important;position:relative}.dm-slide-main .video_holder{height:100%!important;width:100%!important}.video_holder video{position:absolute;top:0;left:0;object-fit:cover;height:100%!important;width:100%!important}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-dots li button{width:16px;height:16px;background-color:#fff;border-radius:50%}.slick-dots li button:before{font-size:0px;width:16px;height:16px}.slick-dots .slick-active button{background-color:#222322!important}</style>
<meta name="description" content="Allergy, Asthma, and Sinus Center of Long Island is a skilled Allergists in Long Island, New York. Accepting new appointments. Call today or request an appointment on our website.">
<link rel="canonical" href="https://allergyasthma.center/">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="Allergists in Long Island, New York | Allergy, Asthma, and Sinus Center of Long Island">
<meta property="og:description" content="Allergy, Asthma, and Sinus Center of Long Island is a skilled Allergists in Long Island, New York. Accepting new appointments. Call today or request an appointment on our website.">
<meta property="og:url" content="https://allergyasthma.center/">
<meta property="og:site_name" content="Allergy, Asthma, and Sinus Center of Long Island">
<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://allergyasthma.center/","url":"https://allergyasthma.center/","name":"Allergists in Long Island, New York | Allergy, Asthma, and Sinus Center of Long Island","isPartOf":{"@id":"https://allergyasthma.center/#website"},"datePublished":"2023-08-04T10:39:15+00:00","dateModified":"2023-08-04T10:39:15+00:00","description":"Allergy, Asthma, and Sinus Center of Long Island is a skilled Allergists in Long Island, New York. Accepting new appointments. Call today or request an appointment on our website.","breadcrumb":{"@id":"https://allergyasthma.center/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://allergyasthma.center/"]}]},{"@type":"BreadcrumbList","@id":"https://allergyasthma.center/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://allergyasthma.center/#website","url":"https://allergyasthma.center/","name":"Allergy, Asthma, and Sinus Center of Long Island","description":"Allergists in Long Island, New York","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://allergyasthma.center/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}</script>
<!-- / Yoast SEO plugin. -->
<link rel="dns-prefetch" href="//ajax.googleapis.com">
<link rel="alternate" type="application/rss+xml" title="Allergy, Asthma, and Sinus Center of Long Island » Feed" href="https://allergyasthma.center/feed/">
<link rel="alternate" type="application/rss+xml" title="Allergy, Asthma, and Sinus Center of Long Island » Comments Feed" href="https://allergyasthma.center/comments/feed/">
<style type="text/css"></style>
<style id="classic-theme-styles-inline-css" type="text/css"></style>
<style id="global-styles-inline-css" type="text/css"></style>
<style id="schema-stylesheet-inline-css" type="text/css"></style>
<style id="slickcss-inline-css" type="text/css"></style>
<style id="rocket-lazyload-inline-css" type="text/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://allergyasthma.center/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
</style>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://allergyasthma.center/wp-content/cache/min/1/ajax/libs/jquery/1.12.4/jquery.min.js?ver=1731585127" id="jquery-js" defer=""></script>
<script type="text/javascript" id="customscript-js-extra">
/* <![CDATA[ */
var mts_customscript = {"responsive":"1","nav_menu":"both"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://allergyasthma.center/wp-content/cache/min/1/wp-content/themes/mts_schema/js/customscript.js?ver=1731585127" id="customscript-js" defer=""></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://allergyasthma.center/wp-content/cache/min/1/wp-content/themes/central-child/assets/wow.js?ver=1731585127" id="wow-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://allergyasthma.center/wp-content/themes/central-child/assets/slick.min.js?ver=6.3.5" id="slick-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://allergyasthma.center/wp-content/themes/mts_schema/theme-specific/testimonials/slick.min.js?ver=6.3.5" id="wda_testimonials-js" defer=""></script>
<link rel="https://api.w.org/" href="https://allergyasthma.center/wp-json/"><link rel="alternate" type="application/json" href="https://allergyasthma.center/wp-json/wp/v2/pages/42"><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://allergyasthma.center/xmlrpc.php?rsd">
<meta name="generator" content="WordPress 6.3.5">
<link rel="shortlink" href="https://allergyasthma.center/">
<link rel="alternate" type="application/json+oembed" href="https://allergyasthma.center/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fallergyasthma.center%2F">
<link rel="alternate" type="text/xml+oembed" href="https://allergyasthma.center/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fallergyasthma.center%2F&format=xml">
<!-- Stream WordPress user activity plugin v3.9.3 -->
<style type="text/css"></style>
<script type="application/ld+json" class="dm-schema">
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"name": "Allergy, Asthma, and Sinus Center of Long Island",
"url": "https://allergyasthma.center",
"image": "/wp-content/uploads/2023/08/1464213.png",
"address": {
"addressLocality": "",
"addressRegion": "",
"postalCode": "",
"streetAddress": ""
},
"openingHours": "",
"priceRange": "$$",
"telephone" : "+1-",
"description": "Convenient and affordable Allergists in Long Island, New York."
}
</script>
<script type="rocketlazyloadscript" async="" data-rocket-src="https://www.googletagmanager.com/gtag/js?id=G-LK8QD9Z6QS"></script>
<script type="rocketlazyloadscript">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LK8QD9Z6QS');
</script>
<style type="text/css"></style><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>
<body data-rsssl="1" id="blog" class="home page-template-default page page-id-42 main" itemscope="" itemtype="http://schema.org/WebPage">
<div class="main-container">
<header id="site-header" class="main-header regular_header" role="banner" itemscope="" itemtype="http://schema.org/WPHeader">
<div class="header-spacer"></div>
<div class="main-head-wrap">
<div id="regular-header">
<div class="container-wide dm-flex">
<div class="dm-full">
<p>
<a href="/hicksville-office/"> Hicksville Office </a>
<a href="tel:(516) 822-6655" class="pho">(516) 822-6655</a> </p>
<p>
<a href="/brentwood-office/"> Brentwood Office </a>
<a href="tel:(516) 822-6655" class="pho">(516) 822-6655</a> </p>
<p>
<a href="https://allergyasthma.center/glen-oaks-office/"> Glen Oaks Office </a>
<a href="tel:(516) 822-6655" class="pho">(516) 822-6655</a> </p>
<p>
<a href="https://allergyasthma.center/oceanside-office/"> Oceanside Office </a>
<a href="tel:(516) 822-6655" class="pho">(516) 822-6655</a> </p>
<p>
<a href="https://allergyasthma.center/babylon-office/"> Babylon Office </a>
<a href="tel:(516) 822-6655" class="pho">(516) 822-6655</a> </p>
<p>
<a href="https://allergyasthma.center/huntington-station-office/"> Huntington Station Office </a>
<a href="tel:(516) 822-6655" class="pho">(516) 822-6655</a> </p>
<div class="dm-rate-us"> <div class="social-icon-container"> <span class="review-link">Rate Us:</span> <div class="rtg"> <a href="/review-us/" class="fa fa-star-o"></a><a href="/review-us/" class="fa fa-star-o"></a> <a href="/what-can-we-improve/" class="fa fa-star-o"></a> <a href="/what-can-we-improve/" class="fa fa-star-o"></a> <a href="/what-can-we-improve/" class="fa fa-star-o"></a> </div></div></div> </div>
</div>
</div>
<div id="header">
<div class="container-wide">
<div id="secondary-navigation" class="secondary-navigation" role="navigation" itemscope="" itemtype="http://schema.org/SiteNavigationElement">
<div class="logo-wrap">
<h1 id="logo" class="image-logo" itemprop="headline">
<a href="https://allergyasthma.center"><img src="/wp-content/uploads/2023/08/1464213.png" alt="Allergy, Asthma, and Sinus Center of Long Island" data-lazy-src="/wp-content/uploads/2023/08/1464213.png" data-ll-status="loaded" class="entered lazyloaded"><noscript><img src="/wp-content/uploads/2023/08/1464213.png" alt="Allergy, Asthma, and Sinus Center of Long Island" /></noscript></a>
</h1><!-- END #logo -->
</div>
<nav class="navigation clearfix mobile-menu-wrapper">
<ul id="menu-main-menu" class="menu clearfix"><li id="menu-item-43" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-42 current_page_item menu-item-43"><a href="https://allergyasthma.center/">Home</a></li>
<li id="menu-item-36" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-36"><a href="https://allergyasthma.center/about/">About</a>
<ul class="sub-menu">
<li id="menu-item-73" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-73"><a href="https://allergyasthma.center/about/meet-our-providers/">Meet Our Providers</a></li>
<li id="menu-item-179" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-179"><a href="https://allergyasthma.center/about/testimonials/">Testimonials</a></li>
<li id="menu-item-100" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-100"><a href="https://allergyasthma.center/category/blog/">Blog</a></li>
</ul>
</li>
<li id="menu-item-35" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-35"><a href="https://allergyasthma.center/new-patients/">New Patients</a>
<ul class="sub-menu">
<li id="menu-item-232" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-232"><a href="https://mycw23.eclinicalweb.com/portal1896/jsp/100mp/login_otp.jsp">Patient Portal</a></li>
<li id="menu-item-81" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-81"><a href="https://allergyasthma.center/new-patients/insurance/">Insurance</a></li>
<li id="menu-item-231" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-231"><a target="_blank" href="https://allergyasthma.center/new-patients/online-forms/">Online Forms</a></li>
<li id="menu-item-213" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-213"><a href="https://allergyasthma.center/new-patients/health-info/">Health Info</a></li>
<li id="menu-item-235" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-235"><a href="https://allergyasthma.center/new-patients/blogs/">Blogs</a></li>
</ul>
</li>
<li id="menu-item-34" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-34"><a href="https://allergyasthma.center/services/">Services</a>
<ul class="sub-menu">
<li id="menu-item-253" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-253"><a href="https://allergyasthma.center/services/allergies-2/">Allergies</a></li>
<li id="menu-item-252" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-252"><a href="https://allergyasthma.center/services/allergy-shots-immunotherapy/">Allergy Shots (Immunotherapy)</a></li>
<li id="menu-item-251" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-251"><a href="https://allergyasthma.center/services/asthma/">Asthma Treatment</a></li>
<li id="menu-item-250" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-250"><a href="https://allergyasthma.center/services/chronic-cough/">Chronic Cough</a></li>
<li id="menu-item-249" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-249"><a href="https://allergyasthma.center/services/eczema-atopic-dermatitis/">Eczema/Atopic Dermatitis</a></li>
<li id="menu-item-262" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-262"><a href="https://allergyasthma.center/services/hives-urticaria/">Hives/ Urticaria</a></li>
<li id="menu-item-261" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-261"><a href="https://allergyasthma.center/services/nasal-polyps/">Nasal Polyps</a></li>
<li id="menu-item-260" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-260"><a href="https://allergyasthma.center/services/sinusitis-rhinosinusitis/">Sinusitis/ Rhinosinusitis</a></li>
</ul>
</li>
<li id="menu-item-33" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-33"><a href="https://allergyasthma.center/contact/">Contact</a>
<ul class="sub-menu">
<li id="menu-item-297" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-297"><a href="https://allergyasthma.center/contact/hicksville-office/">Hicksville Office</a></li>
<li id="menu-item-296" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-296"><a href="https://allergyasthma.center/contact/brentwood-office/">Brentwood Office</a></li>
<li id="menu-item-295" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-295"><a href="https://allergyasthma.center/contact/glen-oaks-office/">Glen Oaks Office</a></li>
<li id="menu-item-294" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-294"><a href="https://allergyasthma.center/contact/oceanside-office/">Oceanside Office</a></li>
<li id="menu-item-293" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-293"><a href="https://allergyasthma.center/contact/babylon-office/">Babylon Office</a></li>
<li id="menu-item-292" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-292"><a href="https://allergyasthma.center/contact/huntington-station-office/">Huntington Station Office</a></li>
</ul>
</li>
</ul> </nav>
<div class="flex-app"><div><a style="display: block" href="https://www.zocdoc.com/practice/harshit-patel-md-3071" class="zd-plugin" data-type="book-button" data-practice-id="3071" title="Harshit Patel, MD"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Harshit Patel, MD" title="Harshit Patel, MD" style="border: 0" data-lazy-src="https://offsiteSchedule.zocdoc.com/images/remote/zd_bookonline_162x48.png"><noscript><img src='https://offsiteSchedule.zocdoc.com/images/remote/zd_bookonline_162x48.png' alt='Harshit Patel, MD' title='Harshit Patel, MD' style='border: 0'/></noscript></a></div><script type="rocketlazyloadscript">(function (d) {var script = d.createElement('script'); script.type = 'text/javascript'; script.async = true; script.src = 'https://offsiteschedule.zocdoc.com/plugin/embed';var s = d.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s);})(document);</script>
<a href="https://calendly.com/drpatel-tfy" target="_blank" class="btn">Book Now</a> </div>
<a href="#" id="pull" class="toggle-mobile-menu"></a>
</div>
</div><!--.container-->
</div>
</div>
</header><div id="page" class="homepage">
<div class="hide-las">
<div class="primary-ser-container clearfix hide-xs">
<div id="slider-primary" class="primalider">
<div class="dm-slide-main">
<div class="video_holder" data-type="video">
<video autoplay="true" muted="" preload="auto">
<source src="https://allergyasthma.center/wp-content/uploads/2023/08/video-10.mp4" type="video/mp4">
</video>
</div>
<div class="slide-caption">
<h2 class="slide-title">We Welcome New Patients</h2>
<div class="slide-content">
<div><a style="display: block" href="https://www.zocdoc.com/practice/harshit-patel-md-3071" class="zd-plugin" data-type="book-button" data-practice-id="3071" title="Harshit Patel, MD"><img src="https://offsiteSchedule.zocdoc.com/images/remote/zd_bookonline_162x48.png" alt="Harshit Patel, MD" title="Harshit Patel, MD" style="border: 0" data-lazy-src="https://offsiteSchedule.zocdoc.com/images/remote/zd_bookonline_162x48.png" data-ll-status="loaded" class="entered lazyloaded"><noscript><img src='https://offsiteSchedule.zocdoc.com/images/remote/zd_bookonline_162x48.png' alt='Harshit Patel, MD' title='Harshit Patel, MD' style='border: 0'/></noscript></a></div>
<p><script type="rocketlazyloadscript">(function (d) {var script = d.createElement('script'); script.type = 'text/javascript'; script.async = true; script.src = 'https://offsiteschedule.zocdoc.com/plugin/embed';var s = d.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s);})(document);</script></p>
</div>
<a href="/appointments/" class="btn"> Request An Appointment Today! </a>
</div>
</div>
<div class="dm-slide-main">
<div class="video_holder" data-type="video">
<video autoplay="true" muted="" preload="auto">
<source src="https://allergyasthma.center/wp-content/uploads/2023/08/pexels-roman-odintsov-9153882-1080p.mp4" type="video/mp4">
</video>
</div>
<div class="slide-caption">
<h2 class="slide-title">We Welcome New Patients</h2>
<div class="slide-content">
<div><a style="display: block" href="https://www.zocdoc.com/practice/harshit-patel-md-3071" class="zd-plugin" data-type="book-button" data-practice-id="3071" title="Harshit Patel, MD"><img src="https://offsiteSchedule.zocdoc.com/images/remote/zd_bookonline_162x48.png" alt="Harshit Patel, MD" title="Harshit Patel, MD" style="border: 0" data-lazy-src="https://offsiteSchedule.zocdoc.com/images/remote/zd_bookonline_162x48.png" data-ll-status="loaded" class="entered lazyloaded"><noscript><img src='https://offsiteSchedule.zocdoc.com/images/remote/zd_bookonline_162x48.png' alt='Harshit Patel, MD' title='Harshit Patel, MD' style='border: 0'/></noscript></a></div>
<p><script type="rocketlazyloadscript">(function (d) {var script = d.createElement('script'); script.type = 'text/javascript'; script.async = true; script.src = 'https://offsiteschedule.zocdoc.com/plugin/embed';var s = d.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s);})(document);</script></p>
</div>
<a href="/appointments/" class="btn"> Request Appointment </a>
</div>
</div>
<div class="dm-slide-main">
<div class="video_holder" data-type="video">
<video autoplay="true" muted="" preload="auto">
<source src="https://allergyasthma.center/wp-content/uploads/2023/08/production_id_4811864-1080p.mp4" type="video/mp4">
</video>
</div>
<div class="slide-caption">
<h2 class="slide-title">We Welcome New Patients</h2>
<div class="slide-content">
<div><a style="display: block" href="https://www.zocdoc.com/practice/harshit-patel-md-3071" class="zd-plugin" data-type="book-button" data-practice-id="3071" title="Harshit Patel, MD"><img src="https://offsiteSchedule.zocdoc.com/images/remote/zd_bookonline_162x48.png" alt="Harshit Patel, MD" title="Harshit Patel, MD" style="border: 0" data-lazy-src="https://offsiteSchedule.zocdoc.com/images/remote/zd_bookonline_162x48.png" data-ll-status="loaded" class="entered lazyloaded"><noscript><img src='https://offsiteSchedule.zocdoc.com/images/remote/zd_bookonline_162x48.png' alt='Harshit Patel, MD' title='Harshit Patel, MD' style='border: 0'/></noscript></a></div>
<p><script type="rocketlazyloadscript">(function (d) {var script = d.createElement('script'); script.type = 'text/javascript'; script.async = true; script.src = 'https://offsiteschedule.zocdoc.com/plugin/embed';var s = d.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s);})(document);</script></p>
</div>
<a href="/appointments/" class="btn"> Request An Appointment Today! </a>
</div>
</div>
<div class="dm-slide-main">
<div class="video_holder" data-type="video">
<video autoplay="true" muted="" preload="auto">
<source src="https://allergyasthma.center/wp-content/uploads/2023/08/pexels-taryn-elliott-5271713-1080p.mp4" type="video/mp4">
</video>
</div>
<div class="slide-caption">
<h2 class="slide-title">We Welcome New Patients</h2>
<div class="slide-content">
<div><a style="display: block" href="https://www.zocdoc.com/practice/harshit-patel-md-3071" class="zd-plugin" data-type="book-button" data-practice-id="3071" title="Harshit Patel, MD"><img src="https://offsiteSchedule.zocdoc.com/images/remote/zd_bookonline_162x48.png" alt="Harshit Patel, MD" title="Harshit Patel, MD" style="border: 0" data-lazy-src="https://offsiteSchedule.zocdoc.com/images/remote/zd_bookonline_162x48.png" data-ll-status="loaded" class="entered lazyloaded"><noscript><img src='https://offsiteSchedule.zocdoc.com/images/remote/zd_bookonline_162x48.png' alt='Harshit Patel, MD' title='Harshit Patel, MD' style='border: 0'/></noscript></a></div>
<p><script type="rocketlazyloadscript">(function (d) {var script = d.createElement('script'); script.type = 'text/javascript'; script.async = true; script.src = 'https://offsiteschedule.zocdoc.com/plugin/embed';var s = d.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s);})(document);</script></p>
</div>
<a href="/appointments/" class="btn"> Request An Appointment Today! </a>
</div>
</div>
<div class="dm-slide-main">
<div class="video_holder" data-type="video">
<video autoplay="true" muted="" preload="auto">
<source src="https://allergyasthma.center/wp-content/uploads/2023/08/video-1080p.mp4" type="video/mp4">
</video>
</div>
<div class="slide-caption">
<h2 class="slide-title">We Welcome New Patients</h2>
<div class="slide-content">
<div><a style="display: block" href="https://www.zocdoc.com/practice/harshit-patel-md-3071" class="zd-plugin" data-type="book-button" data-practice-id="3071" title="Harshit Patel, MD"><img src="https://offsiteSchedule.zocdoc.com/images/remote/zd_bookonline_162x48.png" alt="Harshit Patel, MD" title="Harshit Patel, MD" style="border: 0" data-lazy-src="https://offsiteSchedule.zocdoc.com/images/remote/zd_bookonline_162x48.png" data-ll-status="loaded" class="entered lazyloaded"><noscript><img src='https://offsiteSchedule.zocdoc.com/images/remote/zd_bookonline_162x48.png' alt='Harshit Patel, MD' title='Harshit Patel, MD' style='border: 0'/></noscript></a></div>
<p><script type="rocketlazyloadscript">(function (d) {var script = d.createElement('script'); script.type = 'text/javascript'; script.async = true; script.src = 'https://offsiteschedule.zocdoc.com/plugin/embed';var s = d.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s);})(document);</script></p>
</div>
<a href="/appointments/" class="btn"> Request An Appointment Today! </a>
</div>
</div>
</div>
</div>
</div>
<div class="mobile_cta_buttons hide-d mobile-btn">
<p class="mobileBtn phoneBtn"><a href="tel:(516) 822-6655" onclick="gtag('event', 'Call Us', { event_category: 'Mobile', value: 25});"> Call Hicksville Office</a></p>
<p class="mobileBtn phoneBtn"><a href="tel:(516) 822-6655" onclick="gtag('event', 'Call Us', { event_category: 'Mobile', value: 25});"> Call Brentwood Office</a></p>
<p class="mobileBtn phoneBtn"><a href="tel:(516) 822-6655" onclick="gtag('event', 'Call Us', { event_category: 'Mobile', value: 25});"> Call Glen Oaks Office</a></p>
<p class="mobileBtn phoneBtn"><a href="tel:(516) 822-6655" onclick="gtag('event', 'Call Us', { event_category: 'Mobile', value: 25});"> Call Oceanside Office</a></p>
<p class="mobileBtn phoneBtn"><a href="tel:(516) 822-6655" onclick="gtag('event', 'Call Us', { event_category: 'Mobile', value: 25});"> Call Babylon Office</a></p>
<p class="mobileBtn phoneBtn"><a href="tel:(516) 822-6655" onclick="gtag('event', 'Call Us', { event_category: 'Mobile', value: 25});"> Call Huntington Station Office</a></p>
<p class="mobileBtn"><a href="https://calendly.com/drpatel-tfy" target="_blank" rel="noreferrer noopener">Book Now</a></p>
<br>
<div style="margin: auto;width: 100%;text-align: center;"><a style="display: block" href="https://www.zocdoc.com/practice/harshit-patel-md-3071" class="zd-plugin" data-type="book-button" data-practice-id="3071" title="Harshit Patel, MD"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Harshit Patel, MD" title="Harshit Patel, MD" style="border: 0" data-lazy-src="https://offsiteSchedule.zocdoc.com/images/remote/zd_bookonline_162x48.png"><noscript><img src='https://offsiteSchedule.zocdoc.com/images/remote/zd_bookonline_162x48.png' alt='Harshit Patel, MD' title='Harshit Patel, MD' style='border: 0'/></noscript></a></div><script type="rocketlazyloadscript">(function (d) {var script = d.createElement('script'); script.type = 'text/javascript'; script.async = true; script.src = 'https://offsiteschedule.zocdoc.com/plugin/embed';var s = d.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s);})(document);</script>
<div class="dm-rate-us"> <div class="social-icon-container"> <span class="review-link">Rate Us:</span> <div class="rtg"> <a href="/review-us/" class="fa fa-star-o"></a><a href="/review-us/" class="fa fa-star-o"></a> <a href="/what-can-we-improve/" class="fa fa-star-o"></a> <a href="/what-can-we-improve/" class="fa fa-star-o"></a> <a href="/what-can-we-improve/" class="fa fa-star-o"></a> </div></div></div> </div>
<section class="central-welcome">
<div class="container-wide">
<div class="row dm-flex">
<div class="dm-half">
<div class="central-image"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Allergists in Long Island, New York" data-lazy-src="/wp-content/uploads/2023/09/Allergists-in-Long-Island_-New-York.webp"><noscript><img src="/wp-content/uploads/2023/09/Allergists-in-Long-Island_-New-York.webp" alt="Allergists in Long Island, New York" /></noscript></div>
</div>
<div class="dm-half fadeInLefta wow">
<h2>Welcome To Allergy, Asthma, and Sinus Center of Long Island</h2>
<p>Dr. Patel and Dr. Niha Qamar at The Long Island, Queens Allergy Doctors are a group of Board Certified Allergists and Immunologists providing high quality patient care throughout Long Island. The doctors are dedicated to providing quality, efficient and compassionate patient care in a comfortable, convenient setting.</p>
<p>For your convenience we have 6 locations, each a modern and technologically sophisticated office, providing our patients with the latest techniques for excellence and accuracy in diagnosis and treatment. We help people of all ages find relief from many allergy and asthma related conditions.</p>
</div>
</div>
</div>
</section>
<section class="central-services">
<div data-bg="/wp-content/uploads/2023/08/gplay.png" class="central-wrapper rocket-lazyload" style="">
<div class="container-wide">
<div class="central-tab">
<div class="central-tab-item" id="tab-0">
<div class="dm-flex">
<div class="dm-half">
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2023/09/allergies-woman-1.webp"><noscript><img src="/wp-content/uploads/2023/09/allergies-woman-1.webp" /></noscript>
</div>
<div class="dm-half">
<div class="central-text">
<h3> Allergy Immunotherapy </h3>
<div class="p-content">
<p>Also referred to as immunotherapy, allergy shots are injections that are given over a period of time to help the body’s immune system develop a tolerance for specific allergens. The shots themselves contain a very small amount of the allergen to help the body learn to adjust, reducing or even eliminating allergic reactions to that allergen. As time progresses, the amount of allergen in the injection solution will be gradually increased to help the body develop a tolerance.</p>
</div>
<a href="/services/" class="btn">
Read More
</a>
</div>
</div>
</div>
</div>
</div>
<div class="central-tab">
<div class="central-tab-item" id="tab-1">
<div class="dm-flex">
<div class="dm-half">
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2023/09/Eczema.webp"><noscript><img src="/wp-content/uploads/2023/09/Eczema.webp" /></noscript>
</div>
<div class="dm-half">
<div class="central-text">
<h3> Eczema </h3>
<div class="p-content">
<p>Atopic dermatitis, or eczema, is a skin condition that causes symptoms like dry, scaly, reddish or itchy skin, as well as scaly patches that may weep or crust over, especially if scratched. Scratching can also cause the skin in the affected area to bleed and crack, increasing the risk of infection. The cause of eczema is not known, but a faulty or overactive immune system reaction is thought to play a major role. The condition occurs most commonly among children and often persists throughout adulthood. It is not contagious.</p>
</div>
<a href="/services/" class="btn">
Read More
</a>
</div>
</div>
</div>
</div>
</div>
<div class="central-tab">
<div class="central-tab-item" id="tab-2">
<div class="dm-flex">
<div class="dm-half">
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2023/09/service-2.webp"><noscript><img src="/wp-content/uploads/2023/09/service-2.webp" /></noscript>
</div>
<div class="dm-half">
<div class="central-text">
<h3> Hives </h3>
<div class="p-content">
<p>Hives, or urticaria, usually occur as part of an allergic reaction that causes a substance called histamine to be released as part of your body’s natural immune response. Histamine, in turn, causes welts or bumps to appear on the skin’s surface, or sometimes, in the mouth and throat.</p>
</div>
<a href="/services/" class="btn">
Read More
</a>
</div>
</div>
</div>
</div>
</div>
<div class="central-tab">
<div class="central-tab-item" id="tab-3">
<div class="dm-flex">
<div class="dm-half">
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2023/09/Sinus-Infections-1.webp"><noscript><img src="/wp-content/uploads/2023/09/Sinus-Infections-1.webp" /></noscript>
</div>
<div class="dm-half">
<div class="central-text">
<h3> Sinusitis </h3>
<div class="p-content">
<p>Sinusitis and rhinosinusitis are different names for the same condition – a sinus infection that develops when the channels that drain the sinuses become blocked, preventing mucus from draining and allowing bacteria to build up. Inside the warm sinuses, bacteria find the ideal environment to multiply, and because the sinuses aren’t draining the way they should, infections and inflammation can become chronic.</p>
</div>
<a href="/services/" class="btn">
Read More
</a>
</div>
</div>
</div>
</div>
</div>
<div class="central-tab">
<div class="central-tab-item" id="tab-4">
<div class="dm-flex">
<div class="dm-half">
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2023/09/allergies.webp"><noscript><img src="/wp-content/uploads/2023/09/allergies.webp" /></noscript>
</div>
<div class="dm-half">
<div class="central-text">
<h3> Chronic Cough </h3>
<div class="p-content">
<p>A chronic cough is considered to be a cough that lasts eight or more weeks in adults and four weeks in children. A very severe chronic cough can disrupt sleep, cause lightheadedness, headache and vomiting, and in some cases, it may even result in broken ribs.</p>
</div>
<a href="/services/" class="btn">
Read More
</a>
</div>
</div>
</div>
</div>
</div>
<div class="central-tab">
<div class="central-tab-item" id="tab-5">
<div class="dm-flex">
<div class="dm-half">
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2023/09/Asthma-inhaler-1.webp"><noscript><img src="/wp-content/uploads/2023/09/Asthma-inhaler-1.webp" /></noscript>
</div>
<div class="dm-half">
<div class="central-text">
<h3> Asthma </h3>
<div class="p-content">
<p>Dr. Patel has extensive experience treating asthma in patients from Hicksville, Brentwood, Floral Park, Oceanside, Murray Hill, and Babylon, NY, as well as the greater Long Island and New York City areas, using state-of-the-art techniques for the most accurate diagnosis and symptom management.</p>
</div>
<a href="/services/" class="btn">
Read More
</a>
</div>
</div>
</div>
</div>
</div>
<div class="central-tab">
<div class="central-tab-item" id="tab-6">
<div class="dm-flex">
<div class="dm-half">
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2023/09/nutrition-3.webp"><noscript><img src="/wp-content/uploads/2023/09/nutrition-3.webp" /></noscript>
</div>
<div class="dm-half">
<div class="central-text">
<h3> Food Allergies </h3>
<div class="p-content">
<p>Dr. Patel has extensive experience treating allergies in patients throughout the Greater New York metro area, including patients from Hicksville, Brentwood, Floral Park, Oceanside, Babylon, and Glen Oaks</p>
</div>
<a href="/services/" class="btn">
Read More
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-wide">
<div class="central-img-tabs">
<div class="central-tab wow zoomIn">
<div class="central-tab-item active-service-button" data-id="tab-0">
<div><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2023/09/allergies-woman-1.webp"><noscript><img src="/wp-content/uploads/2023/09/allergies-woman-1.webp" /></noscript></div>
<h3> Allergy Immunotherapy </h3>
</div>
</div>
<div class="central-tab wow zoomIn">
<div class="central-tab-item " data-id="tab-1">
<div><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2023/09/Eczema.webp"><noscript><img src="/wp-content/uploads/2023/09/Eczema.webp" /></noscript></div>
<h3> Eczema </h3>
</div>
</div>
<div class="central-tab wow zoomIn">
<div class="central-tab-item " data-id="tab-2">
<div><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2023/09/service-2.webp"><noscript><img src="/wp-content/uploads/2023/09/service-2.webp" /></noscript></div>
<h3> Hives </h3>
</div>
</div>
<div class="central-tab wow zoomIn">
<div class="central-tab-item " data-id="tab-3">
<div><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2023/09/Sinus-Infections-1.webp"><noscript><img src="/wp-content/uploads/2023/09/Sinus-Infections-1.webp" /></noscript></div>
<h3> Sinusitis </h3>
</div>
</div>
<div class="central-tab wow zoomIn">
<div class="central-tab-item " data-id="tab-4">
<div><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2023/09/allergies.webp"><noscript><img src="/wp-content/uploads/2023/09/allergies.webp" /></noscript></div>
<h3> Chronic Cough </h3>
</div>
</div>
<div class="central-tab wow zoomIn">
<div class="central-tab-item " data-id="tab-5">
<div><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2023/09/Asthma-inhaler-1.webp"><noscript><img src="/wp-content/uploads/2023/09/Asthma-inhaler-1.webp" /></noscript></div>
<h3> Asthma </h3>
</div>
</div>
<div class="central-tab wow zoomIn">
<div class="central-tab-item " data-id="tab-6">
<div><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2023/09/nutrition-3.webp"><noscript><img src="/wp-content/uploads/2023/09/nutrition-3.webp" /></noscript></div>
<h3> Food Allergies </h3>
</div>
</div>
</div>
</div>
</section>
<section data-bg="/wp-content/uploads/2023/09/young-woman-traveler-with-long-loose-curly-hair-sits-green-grass-meadow-with-flowers-types-smartphone-against-hilly-landscape-sunlight.webp" class="central-testimonials rocket-lazyload" style="">
<div class="central-testimonials-wrapper">
<div class="dm-half">
<strong> WHAT OUR PATIENTS SAY </strong>
<div class="central-testimonial-slider">
<div class="central-text-wrapper">
<div class="central-test-content">
Both my boys and I have been seeing Dr. Patel for years. He's always so patient with us and he makes sure all of our questions are answered before we leave the office. I have a teen that is asthmatic and also has the worst allergies. The poor kid is allergic to EVERYTHING even lettuce and cucumbers, crazy right! Let me tell you... I wouldn't trust anyone else to take care of him. Thank you for everything Dr. Patel, we appreciate you more than you know!! </div>
<h4> K P. </h4>
</div>
<div class="central-text-wrapper">
<div class="central-test-content">
Amazing experience. Definitely would recommend coming here. The receptionists were super nice & helpful. Dr. Patel took great care of me. He was very professional & very informative. Answered all my questions & made an overall comfortable experience. & I love that I got a text reminder which helps when you have a busy schedule! </div>
<h4> Sarah P. </h4>
</div>
<div class="central-text-wrapper">
<div class="central-test-content">
Since going to Dr. Patel, I have had such a profound experience. Proper diagnosis and a Physician and PA's and staff that truly take the time out to listen to their patient/ patients care and proper treatment without suggesting harsh measures!!!!Keeping every appointment has been an amazing experience in the progress to my well being. </div>
<h4> Whitney B. </h4>
</div>
<div class="central-text-wrapper">
<div class="central-test-content">
I’m so glad we were recommended Dr. Patels office. My sister and I visited recently and Dr. Patel was great. We felt very welcomed by him and his staff. The receptionists were very helpful and friendly as well. Definitely recommend this office. </div>
<h4> Crisleidy C. </h4>
</div>
<div class="central-text-wrapper">
<div class="central-test-content">
Very satisfying atmosphere the customer service was pleasant and the Dr's assistant was very pleasant and reassuring the Physician was pleasant </div>
<h4> Sheila S. </h4>
</div>
</div>
</div>
</div>
</section>
<section class="dm-blog-posts" style="background-image:url()">
<div class="container-wide">
<h4> Latest Posts </h4>
<div class="dm-flex">
<div class="dm-third wow fadeInUpa">
<a href="https://allergyasthma.center/achieving-asthma-control-with-the-allergy-asthma-and-sinus-center-of-long-island/">
<div data-bg="https://allergyasthma.center/wp-content/uploads/2023/11/Achieving-Asthma-Control-with-the-Allergy-Asthma-and-Sinus-Center-of-Long-Island.jpg" class="dm-blog-image rocket-lazyload" style=""></div>
<h3 class="dm-blog-title"> Achieving Asthma Control with the Allergy, Asthma, and Sinus Center of Long Island </h3>
<p> Asthma is a chronic respiratory condition that affects millions of people worldwide, causing breathing difficulties and impacting their quality of life. Fortunately, achieving asthma control is possible with the... </p>
</a>
</div>
<div class="dm-third wow fadeInUpa">
<a href="https://allergyasthma.center/managing-fall-allergies-and-asthma-tips-from-the-allergy-asthma-sinus-clinic-of-long-island/">
<div data-bg="https://allergyasthma.center/wp-content/uploads/2023/10/Managing-Fall-Allergies-and-Asthma-Tips-from-the-Allergy-Asthma-Sinus-Clinic-of-Long-Island.jpg" class="dm-blog-image rocket-lazyload" style=""></div>
<h3 class="dm-blog-title"> Managing Fall Allergies and Asthma: Tips from the Allergy, Asthma, & Sinus Clinic of Long Island </h3>
<p> As the leaves change colors and the air turns crisp, many of us look forward to the beauty of fall. However, for individuals with allergies and asthma, the fall... </p>
</a>
</div>
<div class="dm-third wow fadeInUpa">
<a href="https://allergyasthma.center/pollen-season/">
<div data-bg="https://allergyasthma.center/wp-content/uploads/2023/08/spring-oriole-scaled.jpg" class="dm-blog-image rocket-lazyload" style=""></div>
<h3 class="dm-blog-title"> Pollen season </h3>
<p> They’re called “seasonal allergies” because each type of pollen has a season where they’re most potent. Here’s a general timeline of common pollen seasons: https://intermountainhealthcare.org/blogs/topics/live-well/2018/06/10-easy-ways-to-beat-seasonal-allergies-when-the-pollen-count-spikes/#:~:text=They’re%20called%20%22seasonal%20allergies,September%20in%20a%20warm%20year Author Nathalia P... </p>
</a>
</div>
</div>
</div>
</section>
<div class="association-logos-dm"> <div class="dm-container"> <h2 style="text-align: center;">Meet Dr. Patel</h2>
<p><img decoding="async" class="alignright" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%200'%3E%3C/svg%3E" alt="" width="250" data-lazy-src="/wp-content/uploads/2024/11/Dr-Patel.jpg"><noscript><img decoding="async" class="alignright" src="/wp-content/uploads/2024/11/Dr-Patel.jpg" alt="" width="250" /></noscript>Dr. Patel is a board-certified allergist and immunologist serving both adult and pediatric patients throughout the Long Island and New York City areas. He sees patients weekly at six offices located in Hicksville, Brentwood, Oceanside, Glen Oaks, Babylon, and Huntington Station.</p>
<p>Dr. Patel and the rest of his team at the Allergy, Asthma and Sinus Center of Long Island work together to treat patients suffering from allergies, asthma, sinus problems, hives, eczema, cough and other aspects of allergic disease.</p>
<p><a class="btn" href="/about/">Read More</a></p>
</div> </div>
</div><!--#page-->
<footer id="site-footer" role="contentinfo" itemscope="" itemtype="http://schema.org/WPFooter">
<div class="copyrights">
<div class="dm-flex">
<div class="dm-half">
<div class="footer-wrapper">
<div class="dm-flex dm-full">
<h4 class="dm-full"> Our Locations </h4> <div class="dm-col-3">
<h5 class="widget-title"> Hicksville Office </h5>
<p>
<i class="fa fa-phone"></i>
<a href="tel:(516) 822-6655" class="pho">(516) 822-6655</a>
</p>
<p>
<strong>Fax:</strong> (516) 932-2090 </p>
<p>
<i class="fa fa-map-marker-alt"></i>
<a href="/hicksville-office/" class="phy" target="_blank"> 120 Bethpage Road Suite 310 <br> Hicksville, NY 11801 </a>
</p>
</div>
<div class="dm-col-3">
<h5 class="widget-title"> Brentwood Office </h5>
<p>
<i class="fa fa-phone"></i>
<a href="tel:(516) 822-6655" class="pho">(516) 822-6655</a>
</p>
<p>
<strong>Fax:</strong> (516) 932-2090 </p>
<p>
<i class="fa fa-map-marker-alt"></i>
<a href="/brentwood-office/" class="phy" target="_blank"> 820 Suffolk Avenue 1st Floor <br> Brentwood, NY 11717 </a>
</p>
</div>
<div class="dm-col-3">
<h5 class="widget-title"> Glen Oaks Office </h5>
<p>
<i class="fa fa-phone"></i>
<a href="tel:(516) 822-6655" class="pho">(516) 822-6655</a>
</p>
<p>
<strong>Fax:</strong> (516) 932-2090 </p>
<p>
<i class="fa fa-map-marker-alt"></i>
<a href="https://allergyasthma.center/glen-oaks-office/" class="phy" target="_blank"> 257-10 Union Turnpike <br> Glen Oaks, NY 11004 </a>
</p>
</div>
<div class="dm-col-3">
<h5 class="widget-title"> Oceanside Office </h5>
<p>
<i class="fa fa-phone"></i>
<a href="tel:(516) 822-6655" class="pho">(516) 822-6655</a>
</p>
<p>
<strong>Fax:</strong> (516) 932-2090 </p>
<p>
<i class="fa fa-map-marker-alt"></i>
<a href="https://allergyasthma.center/oceanside-office/" class="phy" target="_blank"> 3051 Long Beach Road Suite 2 <br> Oceanside, NY 11572 </a>
</p>
</div>
<div class="dm-col-3">
<h5 class="widget-title"> Babylon Office </h5>
<p>
<i class="fa fa-phone"></i>
<a href="tel:(516) 822-6655" class="pho">(516) 822-6655</a>
</p>
<p>
<strong>Fax:</strong> (516) 932-2090 </p>
<p>
<i class="fa fa-map-marker-alt"></i>
<a href="https://allergyasthma.center/babylon-office/" class="phy" target="_blank"> 373 West Main Street <br> Babylon, NY 11702 </a>
</p>
</div>
<div class="dm-col-3">
<h5 class="widget-title"> Huntington Station Office </h5>
<p>
<i class="fa fa-phone"></i>
<a href="tel:(516) 822-6655" class="pho">(516) 822-6655</a>
</p>
<p>
<strong>Fax:</strong> (516) 932-2090 </p>
<p>
<i class="fa fa-map-marker-alt"></i>
<a href="https://allergyasthma.center/huntington-station-office/" class="phy" target="_blank"> 33 Walt Whitman Road Suite 235 <br> Huntington Station, NY 11746 </a>
</p>
</div>
</div>
<div class="dm-full footer-creds">
<p>
© Copyright 2024. Allergy, Asthma, and Sinus Center of Long Island | <a href="/sitemap/">Sitemap</a> | <a href="/Accessibility/">Accessibility</a>
</p>
<p>
<a href="https://doctormultimedia.com/" target="_blank">Website by DOCTOR Multimedia</a> </p>
</div>
</div>
</div>
<div class="dm-half">
<iframe loading="lazy" src="about:blank" width="100%" height="480" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://www.google.com/maps/d/u/0/embed?mid=1EnGyHDJA9abcrKobz007zBZ58O6jeQc&ehbc=2E312F"></iframe><noscript><iframe src="https://www.google.com/maps/d/u/0/embed?mid=1EnGyHDJA9abcrKobz007zBZ58O6jeQc&ehbc=2E312F" width="100%" height="480"></iframe></noscript> </div>
</div>
</div>
</footer><!--#site-footer-->
</div><!--.main-container-->
<div class="cta_fixed_button"><a class="sticks" href="sms:[email protected]"> <i class="fa fa-envelope"></i> Text Us </a></div><div class="move_down"></div>
<script type="rocketlazyloadscript" id="rocket-browser-checker-js-after" data-rocket-type="text/javascript">
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script type="text/javascript" id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/allergyasthma.center","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" id="rocket-preload-links-js-after" data-rocket-type="text/javascript">
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script type="text/javascript" id="owl-carousel-js-extra">
/* <![CDATA[ */
var slideropts = {"rtl_support":null};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://allergyasthma.center/wp-content/themes/mts_schema/js/owl.carousel.min.js" id="owl-carousel-js" defer=""></script>
<script type="text/javascript" id="pojo-a11y-js-extra">
/* <![CDATA[ */
var PojoA11yOptions = {"focusable":"","remove_link_target":"","add_role_links":"","enable_save":"","save_expiration":""};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://allergyasthma.center/wp-content/plugins/pojo-accessibility/assets/js/app.min.js?ver=1.0.0" id="pojo-a11y-js" defer=""></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://allergyasthma.center/wp-content/cache/min/1/wp-content/themes/mts_schema/js/slick.js?ver=1731585127" id="slick-main-js" defer=""></script>
<a id="pojo-a11y-skip-content" class="pojo-skip-link pojo-skip-content" tabindex="1" accesskey="s" href="#content">Skip to content</a>
<nav id="pojo-a11y-toolbar" class="pojo-a11y-toolbar-right pojo-a11y-" role="navigation">
<div class="pojo-a11y-toolbar-toggle">
<a class="pojo-a11y-toolbar-link pojo-a11y-toolbar-toggle-link" href="javascript:void(0);" title="Accessibility Tools" role="button">
<span class="pojo-sr-only sr-only">Open toolbar</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="currentColor" width="1em">
<title>Accessibility Tools</title>
<path d="M50 8.1c23.2 0 41.9 18.8 41.9 41.9 0 23.2-18.8 41.9-41.9 41.9C26.8 91.9 8.1 73.2 8.1 50S26.8 8.1 50 8.1M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0zm0 11.3c-21.4 0-38.7 17.3-38.7 38.7S28.6 88.7 50 88.7 88.7 71.4 88.7 50 71.4 11.3 50 11.3zm0 8.9c4 0 7.3 3.2 7.3 7.3S54 34.7 50 34.7s-7.3-3.2-7.3-7.3 3.3-7.2 7.3-7.2zm23.7 19.7c-5.8 1.4-11.2 2.6-16.6 3.2.2 20.4 2.5 24.8 5 31.4.7 1.9-.2 4-2.1 4.7-1.9.7-4-.2-4.7-2.1-1.8-4.5-3.4-8.2-4.5-15.8h-2c-1 7.6-2.7 11.3-4.5 15.8-.7 1.9-2.8 2.8-4.7 2.1-1.9-.7-2.8-2.8-2.1-4.7 2.6-6.6 4.9-11 5-31.4-5.4-.6-10.8-1.8-16.6-3.2-1.7-.4-2.8-2.1-2.4-3.9.4-1.7 2.1-2.8 3.9-2.4 19.5 4.6 25.1 4.6 44.5 0 1.7-.4 3.5.7 3.9 2.4.7 1.8-.3 3.5-2.1 3.9z"></path> </svg>
</a>
</div>
<div class="pojo-a11y-toolbar-overlay">
<div class="pojo-a11y-toolbar-inner">
<p class="pojo-a11y-toolbar-title">Accessibility Tools</p>
<ul class="pojo-a11y-toolbar-items pojo-a11y-tools">
<li class="pojo-a11y-toolbar-item">
<a href="#" class="pojo-a11y-toolbar-link pojo-a11y-btn-resize-font pojo-a11y-btn-resize-plus" data-action="resize-plus" data-action-group="resize" tabindex="-1" role="button">
<span class="pojo-a11y-toolbar-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 448 448"><title>Increase Text</title><path fill="currentColor" d="M256 200v16c0 4.25-3.75 8-8 8h-56v56c0 4.25-3.75 8-8 8h-16c-4.25 0-8-3.75-8-8v-56h-56c-4.25 0-8-3.75-8-8v-16c0-4.25 3.75-8 8-8h56v-56c0-4.25 3.75-8 8-8h16c4.25 0 8 3.75 8 8v56h56c4.25 0 8 3.75 8 8zM288 208c0-61.75-50.25-112-112-112s-112 50.25-112 112 50.25 112 112 112 112-50.25 112-112zM416 416c0 17.75-14.25 32-32 32-8.5 0-16.75-3.5-22.5-9.5l-85.75-85.5c-29.25 20.25-64.25 31-99.75 31-97.25 0-176-78.75-176-176s78.75-176 176-176 176 78.75 176 176c0 35.5-10.75 70.5-31 99.75l85.75 85.75c5.75 5.75 9.25 14 9.25 22.5z"></path></svg></span><span class="pojo-a11y-toolbar-text">Increase Text</span> </a>
</li>
<li class="pojo-a11y-toolbar-item">
<a href="#" class="pojo-a11y-toolbar-link pojo-a11y-btn-resize-font pojo-a11y-btn-resize-minus" data-action="resize-minus" data-action-group="resize" tabindex="-1" role="button">
<span class="pojo-a11y-toolbar-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 448 448"><title>Decrease Text</title><path fill="currentColor" d="M256 200v16c0 4.25-3.75 8-8 8h-144c-4.25 0-8-3.75-8-8v-16c0-4.25 3.75-8 8-8h144c4.25 0 8 3.75 8 8zM288 208c0-61.75-50.25-112-112-112s-112 50.25-112 112 50.25 112 112 112 112-50.25 112-112zM416 416c0 17.75-14.25 32-32 32-8.5 0-16.75-3.5-22.5-9.5l-85.75-85.5c-29.25 20.25-64.25 31-99.75 31-97.25 0-176-78.75-176-176s78.75-176 176-176 176 78.75 176 176c0 35.5-10.75 70.5-31 99.75l85.75 85.75c5.75 5.75 9.25 14 9.25 22.5z"></path></svg></span><span class="pojo-a11y-toolbar-text">Decrease Text</span> </a>
</li>
<li class="pojo-a11y-toolbar-item">
<a href="#" class="pojo-a11y-toolbar-link pojo-a11y-btn-background-group pojo-a11y-btn-grayscale" data-action="grayscale" data-action-group="schema" tabindex="-1" role="button">
<span class="pojo-a11y-toolbar-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 448 448"><title>Grayscale</title><path fill="currentColor" d="M15.75 384h-15.75v-352h15.75v352zM31.5 383.75h-8v-351.75h8v351.75zM55 383.75h-7.75v-351.75h7.75v351.75zM94.25 383.75h-7.75v-351.75h7.75v351.75zM133.5 383.75h-15.5v-351.75h15.5v351.75zM165 383.75h-7.75v-351.75h7.75v351.75zM180.75 383.75h-7.75v-351.75h7.75v351.75zM196.5 383.75h-7.75v-351.75h7.75v351.75zM235.75 383.75h-15.75v-351.75h15.75v351.75zM275 383.75h-15.75v-351.75h15.75v351.75zM306.5 383.75h-15.75v-351.75h15.75v351.75zM338 383.75h-15.75v-351.75h15.75v351.75zM361.5 383.75h-15.75v-351.75h15.75v351.75zM408.75 383.75h-23.5v-351.75h23.5v351.75zM424.5 383.75h-8v-351.75h8v351.75zM448 384h-15.75v-352h15.75v352z"></path></svg></span><span class="pojo-a11y-toolbar-text">Grayscale</span> </a>
</li>
<li class="pojo-a11y-toolbar-item">
<a href="#" class="pojo-a11y-toolbar-link pojo-a11y-btn-background-group pojo-a11y-btn-high-contrast" data-action="high-contrast" data-action-group="schema" tabindex="-1" role="button">
<span class="pojo-a11y-toolbar-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 448 448"><title>High Contrast</title><path fill="currentColor" d="M192 360v-272c-75 0-136 61-136 136s61 136 136 136zM384 224c0 106-86 192-192 192s-192-86-192-192 86-192 192-192 192 86 192 192z"></path></svg></span><span class="pojo-a11y-toolbar-text">High Contrast</span> </a>
</li>
<li class="pojo-a11y-toolbar-item">
<a href="#" class="pojo-a11y-toolbar-link pojo-a11y-btn-background-group pojo-a11y-btn-negative-contrast" data-action="negative-contrast" data-action-group="schema" tabindex="-1" role="button">
<span class="pojo-a11y-toolbar-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 448 448"><title>Negative Contrast</title><path fill="currentColor" d="M416 240c-23.75-36.75-56.25-68.25-95.25-88.25 10 17 15.25 36.5 15.25 56.25 0 61.75-50.25 112-112 112s-112-50.25-112-112c0-19.75 5.25-39.25 15.25-56.25-39 20-71.5 51.5-95.25 88.25 42.75 66 111.75 112 192 112s149.25-46 192-112zM236 144c0-6.5-5.5-12-12-12-41.75 0-76 34.25-76 76 0 6.5 5.5 12 12 12s12-5.5 12-12c0-28.5 23.5-52 52-52 6.5 0 12-5.5 12-12zM448 240c0 6.25-2 12-5 17.25-46 75.75-130.25 126.75-219 126.75s-173-51.25-219-126.75c-3-5.25-5-11-5-17.25s2-12 5-17.25c46-75.5 130.25-126.75 219-126.75s173 51.25 219 126.75c3 5.25 5 11 5 17.25z"></path></svg></span><span class="pojo-a11y-toolbar-text">Negative Contrast</span> </a>
</li>
<li class="pojo-a11y-toolbar-item">
<a href="#" class="pojo-a11y-toolbar-link pojo-a11y-btn-background-group pojo-a11y-btn-light-background" data-action="light-background" data-action-group="schema" tabindex="-1" role="button">
<span class="pojo-a11y-toolbar-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 448 448"><title>Light Background</title><path fill="currentColor" d="M184 144c0 4.25-3.75 8-8 8s-8-3.75-8-8c0-17.25-26.75-24-40-24-4.25 0-8-3.75-8-8s3.75-8 8-8c23.25 0 56 12.25 56 40zM224 144c0-50-50.75-80-96-80s-96 30-96 80c0 16 6.5 32.75 17 45 4.75 5.5 10.25 10.75 15.25 16.5 17.75 21.25 32.75 46.25 35.25 74.5h57c2.5-28.25 17.5-53.25 35.25-74.5 5-5.75 10.5-11 15.25-16.5 10.5-12.25 17-29 17-45zM256 144c0 25.75-8.5 48-25.75 67s-40 45.75-42 72.5c7.25 4.25 11.75 12.25 11.75 20.5 0 6-2.25 11.75-6.25 16 4 4.25 6.25 10 6.25 16 0 8.25-4.25 15.75-11.25 20.25 2 3.5 3.25 7.75 3.25 11.75 0 16.25-12.75 24-27.25 24-6.5 14.5-21 24-36.75 24s-30.25-9.5-36.75-24c-14.5 0-27.25-7.75-27.25-24 0-4 1.25-8.25 3.25-11.75-7-4.5-11.25-12-11.25-20.25 0-6 2.25-11.75 6.25-16-4-4.25-6.25-10-6.25-16 0-8.25 4.5-16.25 11.75-20.5-2-26.75-24.75-53.5-42-72.5s-25.75-41.25-25.75-67c0-68 64.75-112 128-112s128 44 128 112z"></path></svg></span><span class="pojo-a11y-toolbar-text">Light Background</span> </a>
</li>
<li class="pojo-a11y-toolbar-item">
<a href="#" class="pojo-a11y-toolbar-link pojo-a11y-btn-links-underline" data-action="links-underline" data-action-group="toggle" tabindex="-1" role="button">
<span class="pojo-a11y-toolbar-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 448 448"><title>Links Underline</title><path fill="currentColor" d="M364 304c0-6.5-2.5-12.5-7-17l-52-52c-4.5-4.5-10.75-7-17-7-7.25 0-13 2.75-18 8 8.25 8.25 18 15.25 18 28 0 13.25-10.75 24-24 24-12.75 0-19.75-9.75-28-18-5.25 5-8.25 10.75-8.25 18.25 0 6.25 2.5 12.5 7 17l51.5 51.75c4.5 4.5 10.75 6.75 17 6.75s12.5-2.25 17-6.5l36.75-36.5c4.5-4.5 7-10.5 7-16.75zM188.25 127.75c0-6.25-2.5-12.5-7-17l-51.5-51.75c-4.5-4.5-10.75-7-17-7s-12.5 2.5-17 6.75l-36.75 36.5c-4.5 4.5-7 10.5-7 16.75 0 6.5 2.5 12.5 7 17l52 52c4.5 4.5 10.75 6.75 17 6.75 7.25 0 13-2.5 18-7.75-8.25-8.25-18-15.25-18-28 0-13.25 10.75-24 24-24 12.75 0 19.75 9.75 28 18 5.25-5 8.25-10.75 8.25-18.25zM412 304c0 19-7.75 37.5-21.25 50.75l-36.75 36.5c-13.5 13.5-31.75 20.75-50.75 20.75-19.25 0-37.5-7.5-51-21.25l-51.5-51.75c-13.5-13.5-20.75-31.75-20.75-50.75 0-19.75 8-38.5 22-52.25l-22-22c-13.75 14-32.25 22-52 22-19 0-37.5-7.5-51-21l-52-52c-13.75-13.75-21-31.75-21-51 0-19 7.75-37.5 21.25-50.75l36.75-36.5c13.5-13.5 31.75-20.75 50.75-20.75 19.25 0 37.5 7.5 51 21.25l51.5 51.75c13.5 13.5 20.75 31.75 20.75 50.75 0 19.75-8 38.5-22 52.25l22 22c13.75-14 32.25-22 52-22 19 0 37.5 7.5 51 21l52 52c13.75 13.75 21 31.75 21 51z"></path></svg></span><span class="pojo-a11y-toolbar-text">Links Underline</span> </a>
</li>
<li class="pojo-a11y-toolbar-item">
<a href="#" class="pojo-a11y-toolbar-link pojo-a11y-btn-readable-font" data-action="readable-font" data-action-group="toggle" tabindex="-1" role="button">
<span class="pojo-a11y-toolbar-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 448 448"><title>Readable Font</title><path fill="currentColor" d="M181.25 139.75l-42.5 112.5c24.75 0.25 49.5 1 74.25 1 4.75 0 9.5-0.25 14.25-0.5-13-38-28.25-76.75-46-113zM0 416l0.5-19.75c23.5-7.25 49-2.25 59.5-29.25l59.25-154 70-181h32c1 1.75 2 3.5 2.75 5.25l51.25 120c18.75 44.25 36 89 55 133 11.25 26 20 52.75 32.5 78.25 1.75 4 5.25 11.5 8.75 14.25 8.25 6.5 31.25 8 43 12.5 0.75 4.75 1.5 9.5 1.5 14.25 0 2.25-0.25 4.25-0.25 6.5-31.75 0-63.5-4-95.25-4-32.75 0-65.5 2.75-98.25 3.75 0-6.5 0.25-13 1-19.5l32.75-7c6.75-1.5 20-3.25 20-12.5 0-9-32.25-83.25-36.25-93.5l-112.5-0.5c-6.5 14.5-31.75 80-31.75 89.5 0 19.25 36.75 20 51 22 0.25 4.75 0.25 9.5 0.25 14.5 0 2.25-0.25 4.5-0.5 6.75-29 0-58.25-5-87.25-5-3.5 0-8.5 1.5-12 2-15.75 2.75-31.25 3.5-47 3.5z"></path></svg></span><span class="pojo-a11y-toolbar-text">Readable Font</span> </a>
</li>
<li class="pojo-a11y-toolbar-item">
<a href="#" class="pojo-a11y-toolbar-link pojo-a11y-btn-reset" data-action="reset" tabindex="-1" role="button">
<span class="pojo-a11y-toolbar-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 448 448"><title>Reset</title><path fill="currentColor" d="M384 224c0 105.75-86.25 192-192 192-57.25 0-111.25-25.25-147.75-69.25-2.5-3.25-2.25-8 0.5-10.75l34.25-34.5c1.75-1.5 4-2.25 6.25-2.25 2.25 0.25 4.5 1.25 5.75 3 24.5 31.75 61.25 49.75 101 49.75 70.5 0 128-57.5 128-128s-57.5-128-128-128c-32.75 0-63.75 12.5-87 34.25l34.25 34.5c4.75 4.5 6 11.5 3.5 17.25-2.5 6-8.25 10-14.75 10h-112c-8.75 0-16-7.25-16-16v-112c0-6.5 4-12.25 10-14.75 5.75-2.5 12.75-1.25 17.25 3.5l32.5 32.25c35.25-33.25 83-53 132.25-53 105.75 0 192 86.25 192 192z"></path></svg></span>
<span class="pojo-a11y-toolbar-text">Reset</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<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://allergyasthma.center/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e,alt){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';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 e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id,a[t].dataset.alt),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script>
</body></html><!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1732036121 -->