CINXE.COM
HIAS United States | Our Work In The US | HIAS
<!DOCTYPE html> <html lang="en-US"> <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.4",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(){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][data-rocket-src]").forEach(e=>{let r=e.getAttribute("data-rocket-src");if(r&&0!==r.indexOf("data:")){0===r.indexOf("//")&&(r=location.protocol+r);try{let i=new URL(r).origin;i!==location.origin&&t.push({src:i,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}catch(n){}}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(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){if(await this._littleBreath(),!0===t.noModule&&"noModule"in HTMLScriptElement.prototype){t.setAttribute("data-rocket-status","skipped");return}return new Promise(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()}}:e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");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(){let t={};function e(e,r){!function e(r){!t[r]&&(t[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.remove.apply(r,arguments)});function i(e){return t[r].eventsToRewrite.indexOf(e)>=0?"rocket-"+e:e}}(e),t[e].eventsToRewrite.push(r)}function r(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}e(document,"DOMContentLoaded"),e(window,"DOMContentLoaded"),e(window,"load"),e(window,"pageshow"),e(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow")}_delayJQueryReady(t){let e;function r(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}function i(i){if(i&&i.fn&&!t.allJQueries.includes(i)){i.fn.ready=i.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(i):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(i)),i([])};let n=i.fn.on;i.fn.on=i.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=r(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(t=>{let e=arguments[0][t];delete arguments[0][t],arguments[0][r(t)]=e})),n.apply(this,arguments),this},t.allJQueries.push(i)}e=i}i(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){i(t)}})}async _pendingWebpackRequests(t){let e=document.querySelector("script[data-webpack]");async function r(){return new Promise(t=>{e.addEventListener("load",t),e.addEventListener("error",t)})}e&&(await r(),await t._requestAnimFrame(),await t._pendingWebpackRequests(t))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>HIAS United States | Our Work In The US | HIAS </title> <meta http-equiv="x-ua-compatible" content="IE=edge;chrome=1" /><script type="text/javascript">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:["bam.nr-data.net"]},distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:"1588750955",accountID:"3703228",trustKey:"66686",xpid:"VwEHUlRRABABUVBXAQQAVVID",licenseKey:"NRJS-b6ae98ee6dcae6a95d6",applicationID:"1515657362"};;/*! For license information please see nr-loader-spa-1.274.0.min.js.LICENSE.txt */ (()=>{var e,t,r={8122:(e,t,r)=>{"use strict";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||"object"!=typeof e)return(0,n.R)(3);if(!t||"object"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),o=0===Object.keys(r).length?e:r;for(let a in o)if(void 0!==e[a])try{if(null===e[a]){r[a]=null;continue}Array.isArray(e[a])&&Array.isArray(t[a])?r[a]=Array.from(new Set([...e[a],...t[a]])):"object"==typeof e[a]&&"object"==typeof t[a]?r[a]=i(e[a],t[a]):r[a]=e[a]}catch(e){(0,n.R)(1,e)}return r}catch(e){(0,n.R)(2,e)}}},2555:(e,t,r)=>{"use strict";r.d(t,{Vp:()=>c,fn:()=>s,x1:()=>u});var n=r(384),i=r(8122);const o={beacon:n.NT.beacon,errorBeacon:n.NT.errorBeacon,licenseKey:void 0,applicationID:void 0,sa:void 0,queueTime:void 0,applicationTime:void 0,ttGuid:void 0,user:void 0,account:void 0,product:void 0,extra:void 0,jsAttributes:{},userAttributes:void 0,atts:void 0,transactionName:void 0,tNamePlain:void 0},a={};function s(e){try{const t=c(e);return!!t.licenseKey&&!!t.errorBeacon&&!!t.applicationID}catch(e){return!1}}function c(e){if(!e)throw new Error("All info objects require an agent identifier!");if(!a[e])throw new Error("Info for ".concat(e," was never set"));return a[e]}function u(e,t){if(!e)throw new Error("All info objects require an agent identifier!");a[e]=(0,i.a)(t,o);const r=(0,n.nY)(e);r&&(r.info=a[e])}},9417:(e,t,r)=>{"use strict";r.d(t,{D0:()=>h,gD:()=>g,xN:()=>p});var n=r(993);const i=e=>{if(!e||"string"!=typeof e)return!1;try{document.createDocumentFragment().querySelector(e)}catch{return!1}return!0};var o=r(2614),a=r(944),s=r(384),c=r(8122);const u="[data-nr-mask]",d=()=>{const e={mask_selector:"*",block_selector:"[data-nr-block]",mask_input_options:{color:!1,date:!1,"datetime-local":!1,email:!1,month:!1,number:!1,range:!1,search:!1,tel:!1,text:!1,time:!1,url:!1,week:!1,textarea:!1,select:!1,password:!0}};return{ajax:{deny_list:void 0,block_internal:!0,enabled:!0,harvestTimeSeconds:10,autoStart:!0},distributed_tracing:{enabled:void 0,exclude_newrelic_header:void 0,cors_use_newrelic_header:void 0,cors_use_tracecontext_headers:void 0,allowed_origins:void 0},feature_flags:[],generic_events:{enabled:!0,harvestTimeSeconds:30,autoStart:!0},harvest:{tooManyRequestsDelay:60},jserrors:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},logging:{enabled:!0,harvestTimeSeconds:10,autoStart:!0,level:n.p_.INFO},metrics:{enabled:!0,autoStart:!0},obfuscate:void 0,page_action:{enabled:!0},page_view_event:{enabled:!0,autoStart:!0},page_view_timing:{enabled:!0,harvestTimeSeconds:30,autoStart:!0},performance:{capture_marks:!1,capture_measures:!1},privacy:{cookies_enabled:!0},proxy:{assets:void 0,beacon:void 0},session:{expiresMs:o.wk,inactiveMs:o.BB},session_replay:{autoStart:!0,enabled:!1,harvestTimeSeconds:60,preload:!1,sampling_rate:10,error_sampling_rate:100,collect_fonts:!1,inline_images:!1,fix_stylesheets:!0,mask_all_inputs:!0,get mask_text_selector(){return e.mask_selector},set mask_text_selector(t){i(t)?e.mask_selector="".concat(t,",").concat(u):""===t||null===t?e.mask_selector=u:(0,a.R)(5,t)},get block_class(){return"nr-block"},get ignore_class(){return"nr-ignore"},get mask_text_class(){return"nr-mask"},get block_selector(){return e.block_selector},set block_selector(t){i(t)?e.block_selector+=",".concat(t):""!==t&&(0,a.R)(6,t)},get mask_input_options(){return e.mask_input_options},set mask_input_options(t){t&&"object"==typeof t?e.mask_input_options={...t,password:!0}:(0,a.R)(7,t)}},session_trace:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},soft_navigations:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},spa:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},ssl:void 0,user_actions:{enabled:!0}}},l={},f="All configuration objects require an agent identifier!";function h(e){if(!e)throw new Error(f);if(!l[e])throw new Error("Configuration for ".concat(e," was never set"));return l[e]}function p(e,t){if(!e)throw new Error(f);l[e]=(0,c.a)(t,d());const r=(0,s.nY)(e);r&&(r.init=l[e])}function g(e,t){if(!e)throw new Error(f);var r=h(e);if(r){for(var n=t.split("."),i=0;i<n.length-1;i++)if("object"!=typeof(r=r[n[i]]))return;r=r[n[n.length-1]]}return r}},5603:(e,t,r)=>{"use strict";r.d(t,{a:()=>c,o:()=>s});var n=r(384),i=r(8122);const o={accountID:void 0,trustKey:void 0,agentID:void 0,licenseKey:void 0,applicationID:void 0,xpid:void 0},a={};function s(e){if(!e)throw new Error("All loader-config objects require an agent identifier!");if(!a[e])throw new Error("LoaderConfig for ".concat(e," was never set"));return a[e]}function c(e,t){if(!e)throw new Error("All loader-config objects require an agent identifier!");a[e]=(0,i.a)(t,o);const r=(0,n.nY)(e);r&&(r.loader_config=a[e])}},3371:(e,t,r)=>{"use strict";r.d(t,{V:()=>f,f:()=>l});var n=r(8122),i=r(384),o=r(6154),a=r(9324);let s=0;const c={buildEnv:a.F3,distMethod:a.Xs,version:a.xv,originTime:o.WN},u={customTransaction:void 0,disabled:!1,isolatedBacklog:!1,loaderType:void 0,maxBytes:3e4,onerror:void 0,ptid:void 0,releaseIds:{},appMetadata:{},session:void 0,denyList:void 0,timeKeeper:void 0,obfuscator:void 0},d={};function l(e){if(!e)throw new Error("All runtime objects require an agent identifier!");if(!d[e])throw new Error("Runtime for ".concat(e," was never set"));return d[e]}function f(e,t){if(!e)throw new Error("All runtime objects require an agent identifier!");d[e]={...(0,n.a)(t,u),...c},Object.hasOwnProperty.call(d[e],"harvestCount")||Object.defineProperty(d[e],"harvestCount",{get:()=>++s});const r=(0,i.nY)(e);r&&(r.runtime=d[e])}},9324:(e,t,r)=>{"use strict";r.d(t,{F3:()=>i,Xs:()=>o,Yq:()=>a,xv:()=>n});const n="1.274.0",i="PROD",o="CDN",a="^2.0.0-alpha.17"},6154:(e,t,r)=>{"use strict";r.d(t,{A4:()=>s,OF:()=>d,RI:()=>i,WN:()=>h,bv:()=>o,gm:()=>a,lR:()=>f,m:()=>u,mw:()=>c,sb:()=>l});var n=r(1863);const i="undefined"!=typeof window&&!!window.document,o="undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self.navigator instanceof WorkerNavigator||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis.navigator instanceof WorkerNavigator),a=i?window:"undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis),s="complete"===a?.document?.readyState,c=Boolean("hidden"===a?.document?.visibilityState),u=""+a?.location,d=/iPad|iPhone|iPod/.test(a.navigator?.userAgent),l=d&&"undefined"==typeof SharedWorker,f=(()=>{const e=a.navigator?.userAgent?.match(/Firefox[/\s](\d+\.\d+)/);return Array.isArray(e)&&e.length>=2?+e[1]:0})(),h=Date.now()-(0,n.t)()},7295:(e,t,r)=>{"use strict";r.d(t,{Xv:()=>a,gX:()=>i,iW:()=>o});var n=[];function i(e){if(!e||o(e))return!1;if(0===n.length)return!0;for(var t=0;t<n.length;t++){var r=n[t];if("*"===r.hostname)return!1;if(s(r.hostname,e.hostname)&&c(r.pathname,e.pathname))return!1}return!0}function o(e){return void 0===e.hostname}function a(e){if(n=[],e&&e.length)for(var t=0;t<e.length;t++){let r=e[t];if(!r)continue;0===r.indexOf("http://")?r=r.substring(7):0===r.indexOf("https://")&&(r=r.substring(8));const i=r.indexOf("/");let o,a;i>0?(o=r.substring(0,i),a=r.substring(i)):(o=r,a="");let[s]=o.split(":");n.push({hostname:s,pathname:a})}}function s(e,t){return!(e.length>t.length)&&t.indexOf(e)===t.length-e.length}function c(e,t){return 0===e.indexOf("/")&&(e=e.substring(1)),0===t.indexOf("/")&&(t=t.substring(1)),""===e||e===t}},1687:(e,t,r)=>{"use strict";r.d(t,{Ak:()=>c,Ze:()=>l,x3:()=>u});var n=r(7836),i=r(3606),o=r(860),a=r(2646);const s={};function c(e,t){const r={staged:!1,priority:o.P3[t]||0};d(e),s[e].get(t)||s[e].set(t,r)}function u(e,t){e&&s[e]&&(s[e].get(t)&&s[e].delete(t),h(e,t,!1),s[e].size&&f(e))}function d(e){if(!e)throw new Error("agentIdentifier required");s[e]||(s[e]=new Map)}function l(e="",t="feature",r=!1){if(d(e),!e||!s[e].get(t)||r)return h(e,t);s[e].get(t).staged=!0,f(e)}function f(e){const t=Array.from(s[e]);t.every((([e,t])=>t.staged))&&(t.sort(((e,t)=>e[1].priority-t[1].priority)),t.forEach((([t])=>{s[e].delete(t),h(e,t)})))}function h(e,t,r=!0){const o=e?n.ee.get(e):n.ee,s=i.i.handlers;if(!o.aborted&&o.backlog&&s){if(r){const e=o.backlog[t],r=s[t];if(r){for(let t=0;e&&t<e.length;++t)p(e[t],r);Object.entries(r).forEach((([e,t])=>{Object.values(t||{}).forEach((t=>{t[0]?.on&&t[0]?.context()instanceof a.y&&t[0].on(e,t[1])}))}))}}o.isolatedBacklog||delete s[t],o.backlog[t]=null,o.emit("drain-"+t,[])}}function p(e,t){var r=e[1];Object.values(t[r]||{}).forEach((t=>{var r=e[0];if(t[0]===r){var n=t[1],i=e[3],o=e[2];n.apply(i,o)}}))}},7836:(e,t,r)=>{"use strict";r.d(t,{P:()=>c,ee:()=>u});var n=r(384),i=r(8990),o=r(3371),a=r(2646),s=r(5607);const c="nr@context:".concat(s.W),u=function e(t,r){var n={},s={},d={},l=!1;try{l=16===r.length&&(0,o.f)(r).isolatedBacklog}catch(e){}var f={on:p,addEventListener:p,removeEventListener:function(e,t){var r=n[e];if(!r)return;for(var i=0;i<r.length;i++)r[i]===t&&r.splice(i,1)},emit:function(e,r,n,i,o){!1!==o&&(o=!0);if(u.aborted&&!i)return;t&&o&&t.emit(e,r,n);for(var a=h(n),c=g(e),d=c.length,l=0;l<d;l++)c[l].apply(a,r);var p=v()[s[e]];p&&p.push([f,e,r,a]);return a},get:m,listeners:g,context:h,buffer:function(e,t){const r=v();if(t=t||"feature",f.aborted)return;Object.entries(e||{}).forEach((([e,n])=>{s[n]=t,t in r||(r[t]=[])}))},abort:function(){f._aborted=!0,Object.keys(f.backlog).forEach((e=>{delete f.backlog[e]}))},isBuffering:function(e){return!!v()[s[e]]},debugId:r,backlog:l?{}:t&&"object"==typeof t.backlog?t.backlog:{},isolatedBacklog:l};return Object.defineProperty(f,"aborted",{get:()=>{let e=f._aborted||!1;return e||(t&&(e=t.aborted),e)}}),f;function h(e){return e&&e instanceof a.y?e:e?(0,i.I)(e,c,(()=>new a.y(c))):new a.y(c)}function p(e,t){n[e]=g(e).concat(t)}function g(e){return n[e]||[]}function m(t){return d[t]=d[t]||e(f,t)}function v(){return f.backlog}}(void 0,"globalEE"),d=(0,n.Zm)();d.ee||(d.ee=u)},2646:(e,t,r)=>{"use strict";r.d(t,{y:()=>n});class n{constructor(e){this.contextId=e}}},9908:(e,t,r)=>{"use strict";r.d(t,{d:()=>n,p:()=>i});var n=r(7836).ee.get("handle");function i(e,t,r,i,o){o?(o.buffer([e],i),o.emit(e,t,r)):(n.buffer([e],i),n.emit(e,t,r))}},3606:(e,t,r)=>{"use strict";r.d(t,{i:()=>o});var n=r(9908);o.on=a;var i=o.handlers={};function o(e,t,r,o){a(o||n.d,i,e,t,r)}function a(e,t,r,i,o){o||(o="feature"),e||(e=n.d);var a=t[o]=t[o]||{};(a[r]=a[r]||[]).push([e,i])}},3878:(e,t,r)=>{"use strict";function n(e,t){return{capture:e,passive:!1,signal:t}}function i(e,t,r=!1,i){window.addEventListener(e,t,n(r,i))}function o(e,t,r=!1,i){document.addEventListener(e,t,n(r,i))}r.d(t,{DD:()=>o,jT:()=>n,sp:()=>i})},5607:(e,t,r)=>{"use strict";r.d(t,{W:()=>n});const n=(0,r(9566).bz)()},9566:(e,t,r)=>{"use strict";r.d(t,{LA:()=>s,ZF:()=>c,bz:()=>a,el:()=>u});var n=r(6154);const i="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx";function o(e,t){return e?15&e[t]:16*Math.random()|0}function a(){const e=n.gm?.crypto||n.gm?.msCrypto;let t,r=0;return e&&e.getRandomValues&&(t=e.getRandomValues(new Uint8Array(30))),i.split("").map((e=>"x"===e?o(t,r++).toString(16):"y"===e?(3&o()|8).toString(16):e)).join("")}function s(e){const t=n.gm?.crypto||n.gm?.msCrypto;let r,i=0;t&&t.getRandomValues&&(r=t.getRandomValues(new Uint8Array(e)));const a=[];for(var s=0;s<e;s++)a.push(o(r,i++).toString(16));return a.join("")}function c(){return s(16)}function u(){return s(32)}},2614:(e,t,r)=>{"use strict";r.d(t,{BB:()=>a,H3:()=>n,g:()=>u,iL:()=>c,tS:()=>s,uh:()=>i,wk:()=>o});const n="NRBA",i="SESSION",o=144e5,a=18e5,s={STARTED:"session-started",PAUSE:"session-pause",RESET:"session-reset",RESUME:"session-resume",UPDATE:"session-update"},c={SAME_TAB:"same-tab",CROSS_TAB:"cross-tab"},u={OFF:0,FULL:1,ERROR:2}},1863:(e,t,r)=>{"use strict";function n(){return Math.floor(performance.now())}r.d(t,{t:()=>n})},7485:(e,t,r)=>{"use strict";r.d(t,{D:()=>i});var n=r(6154);function i(e){if(0===(e||"").indexOf("data:"))return{protocol:"data"};try{const t=new URL(e,location.href),r={port:t.port,hostname:t.hostname,pathname:t.pathname,search:t.search,protocol:t.protocol.slice(0,t.protocol.indexOf(":")),sameOrigin:t.protocol===n.gm?.location?.protocol&&t.host===n.gm?.location?.host};return r.port&&""!==r.port||("http:"===t.protocol&&(r.port="80"),"https:"===t.protocol&&(r.port="443")),r.pathname&&""!==r.pathname?r.pathname.startsWith("/")||(r.pathname="/".concat(r.pathname)):r.pathname="/",r}catch(e){return{}}}},944:(e,t,r)=>{"use strict";function n(e,t){"function"==typeof console.debug&&console.debug("New Relic Warning: https://github.com/newrelic/newrelic-browser-agent/blob/main/docs/warning-codes.md#".concat(e),t)}r.d(t,{R:()=>n})},5284:(e,t,r)=>{"use strict";r.d(t,{t:()=>c,B:()=>s});var n=r(7836),i=r(6154);const o="newrelic";const a=new Set,s={};function c(e,t){const r=n.ee.get(t);s[t]??={},e&&"object"==typeof e&&(a.has(t)||(r.emit("rumresp",[e]),s[t]=e,a.add(t),function(e={}){try{i.gm.dispatchEvent(new CustomEvent(o,{detail:e}))}catch(e){}}({loaded:!0})))}},8990:(e,t,r)=>{"use strict";r.d(t,{I:()=>i});var n=Object.prototype.hasOwnProperty;function i(e,t,r){if(n.call(e,t))return e[t];var i=r();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,t,{value:i,writable:!0,enumerable:!1}),i}catch(e){}return e[t]=i,i}},6389:(e,t,r)=>{"use strict";function n(e,t=500,r={}){const n=r?.leading||!1;let i;return(...r)=>{n&&void 0===i&&(e.apply(this,r),i=setTimeout((()=>{i=clearTimeout(i)}),t)),n||(clearTimeout(i),i=setTimeout((()=>{e.apply(this,r)}),t))}}function i(e){let t=!1;return(...r)=>{t||(t=!0,e.apply(this,r))}}r.d(t,{J:()=>i,s:()=>n})},3304:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(7836);const i=()=>{const e=new WeakSet;return(t,r)=>{if("object"==typeof r&&null!==r){if(e.has(r))return;e.add(r)}return r}};function o(e){try{return JSON.stringify(e,i())??""}catch(e){try{n.ee.emit("internal-error",[e])}catch(e){}return""}}},5289:(e,t,r)=>{"use strict";r.d(t,{GG:()=>o,sB:()=>a});var n=r(3878);function i(){return"undefined"==typeof document||"complete"===document.readyState}function o(e,t){if(i())return e();(0,n.sp)("load",e,t)}function a(e){if(i())return e();(0,n.DD)("DOMContentLoaded",e)}},384:(e,t,r)=>{"use strict";r.d(t,{NT:()=>o,US:()=>d,Zm:()=>a,bQ:()=>c,dV:()=>s,nY:()=>u,pV:()=>l});var n=r(6154),i=r(1863);const o={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net"};function a(){return n.gm.NREUM||(n.gm.NREUM={}),void 0===n.gm.newrelic&&(n.gm.newrelic=n.gm.NREUM),n.gm.NREUM}function s(){let e=a();return e.o||(e.o={ST:n.gm.setTimeout,SI:n.gm.setImmediate,CT:n.gm.clearTimeout,XHR:n.gm.XMLHttpRequest,REQ:n.gm.Request,EV:n.gm.Event,PR:n.gm.Promise,MO:n.gm.MutationObserver,FETCH:n.gm.fetch,WS:n.gm.WebSocket}),e}function c(e,t){let r=a();r.initializedAgents??={},t.initializedAt={ms:(0,i.t)(),date:new Date},r.initializedAgents[e]=t}function u(e){let t=a();return t.initializedAgents?.[e]}function d(e,t){a()[e]=t}function l(){return function(){let e=a();const t=e.info||{};e.info={beacon:o.beacon,errorBeacon:o.errorBeacon,...t}}(),function(){let e=a();const t=e.init||{};e.init={...t}}(),s(),function(){let e=a();const t=e.loader_config||{};e.loader_config={...t}}(),a()}},2843:(e,t,r)=>{"use strict";r.d(t,{u:()=>i});var n=r(3878);function i(e,t=!1,r,i){(0,n.DD)("visibilitychange",(function(){if(t)return void("hidden"===document.visibilityState&&e());e(document.visibilityState)}),r,i)}},8139:(e,t,r)=>{"use strict";r.d(t,{u:()=>f});var n=r(7836),i=r(3434),o=r(8990),a=r(6154);const s={},c=a.gm.XMLHttpRequest,u="addEventListener",d="removeEventListener",l="nr@wrapped:".concat(n.P);function f(e){var t=function(e){return(e||n.ee).get("events")}(e);if(s[t.debugId]++)return t;s[t.debugId]=1;var r=(0,i.YM)(t,!0);function f(e){r.inPlace(e,[u,d],"-",p)}function p(e,t){return e[1]}return"getPrototypeOf"in Object&&(a.RI&&h(document,f),h(a.gm,f),h(c.prototype,f)),t.on(u+"-start",(function(e,t){var n=e[1];if(null!==n&&("function"==typeof n||"object"==typeof n)){var i=(0,o.I)(n,l,(function(){var e={object:function(){if("function"!=typeof n.handleEvent)return;return n.handleEvent.apply(n,arguments)},function:n}[typeof n];return e?r(e,"fn-",null,e.name||"anonymous"):n}));this.wrapped=e[1]=i}})),t.on(d+"-start",(function(e){e[1]=this.wrapped||e[1]})),t}function h(e,t,...r){let n=e;for(;"object"==typeof n&&!Object.prototype.hasOwnProperty.call(n,u);)n=Object.getPrototypeOf(n);n&&t(n,...r)}},3434:(e,t,r)=>{"use strict";r.d(t,{Jt:()=>o,YM:()=>c});var n=r(7836),i=r(5607);const o="nr@original:".concat(i.W);var a=Object.prototype.hasOwnProperty,s=!1;function c(e,t){return e||(e=n.ee),r.inPlace=function(e,t,n,i,o){n||(n="");const a="-"===n.charAt(0);for(let s=0;s<t.length;s++){const c=t[s],u=e[c];d(u)||(e[c]=r(u,a?c+n:n,i,c,o))}},r.flag=o,r;function r(t,r,n,s,c){return d(t)?t:(r||(r=""),nrWrapper[o]=t,function(e,t,r){if(Object.defineProperty&&Object.keys)try{return Object.keys(e).forEach((function(r){Object.defineProperty(t,r,{get:function(){return e[r]},set:function(t){return e[r]=t,t}})})),t}catch(e){u([e],r)}for(var n in e)a.call(e,n)&&(t[n]=e[n])}(t,nrWrapper,e),nrWrapper);function nrWrapper(){var o,a,d,l;try{a=this,o=[...arguments],d="function"==typeof n?n(o,a):n||{}}catch(t){u([t,"",[o,a,s],d],e)}i(r+"start",[o,a,s],d,c);try{return l=t.apply(a,o)}catch(e){throw i(r+"err",[o,a,e],d,c),e}finally{i(r+"end",[o,a,l],d,c)}}}function i(r,n,i,o){if(!s||t){var a=s;s=!0;try{e.emit(r,n,i,t,o)}catch(t){u([t,r,n,i],e)}s=a}}}function u(e,t){t||(t=n.ee);try{t.emit("internal-error",e)}catch(e){}}function d(e){return!(e&&"function"==typeof e&&e.apply&&!e[o])}},9300:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.ajax},3333:(e,t,r)=>{"use strict";r.d(t,{TZ:()=>n,Zp:()=>i,mq:()=>s,nf:()=>a,qN:()=>o});const n=r(860).K7.genericEvents,i=["auxclick","click","copy","keydown","paste","scrollend"],o=["focus","blur"],a=4,s=1e3},6774:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.jserrors},993:(e,t,r)=>{"use strict";r.d(t,{ET:()=>o,TZ:()=>a,p_:()=>i});var n=r(860);const i={ERROR:"ERROR",WARN:"WARN",INFO:"INFO",DEBUG:"DEBUG",TRACE:"TRACE"},o="log",a=n.K7.logging},3785:(e,t,r)=>{"use strict";r.d(t,{R:()=>c,b:()=>u});var n=r(9908),i=r(1863),o=r(860),a=r(3969),s=r(993);function c(e,t,r={},c=s.p_.INFO){(0,n.p)(a.xV,["API/logging/".concat(c.toLowerCase(),"/called")],void 0,o.K7.metrics,e),(0,n.p)(s.ET,[(0,i.t)(),t,r,c],void 0,o.K7.logging,e)}function u(e){return"string"==typeof e&&Object.values(s.p_).some((t=>t===e.toUpperCase().trim()))}},3969:(e,t,r)=>{"use strict";r.d(t,{TZ:()=>n,XG:()=>s,rs:()=>i,xV:()=>a,z_:()=>o});const n=r(860).K7.metrics,i="sm",o="cm",a="storeSupportabilityMetrics",s="storeEventMetrics"},6630:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.pageViewEvent},782:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.pageViewTiming},6344:(e,t,r)=>{"use strict";r.d(t,{BB:()=>d,G4:()=>o,Qb:()=>l,TZ:()=>i,Ug:()=>a,_s:()=>s,bc:()=>u,yP:()=>c});var n=r(2614);const i=r(860).K7.sessionReplay,o={RECORD:"recordReplay",PAUSE:"pauseReplay",REPLAY_RUNNING:"replayRunning",ERROR_DURING_REPLAY:"errorDuringReplay"},a=.12,s={DomContentLoaded:0,Load:1,FullSnapshot:2,IncrementalSnapshot:3,Meta:4,Custom:5},c={[n.g.ERROR]:15e3,[n.g.FULL]:3e5,[n.g.OFF]:0},u={RESET:{message:"Session was reset",sm:"Reset"},IMPORT:{message:"Recorder failed to import",sm:"Import"},TOO_MANY:{message:"429: Too Many Requests",sm:"Too-Many"},TOO_BIG:{message:"Payload was too large",sm:"Too-Big"},CROSS_TAB:{message:"Session Entity was set to OFF on another tab",sm:"Cross-Tab"},ENTITLEMENTS:{message:"Session Replay is not allowed and will not be started",sm:"Entitlement"}},d=5e3,l={API:"api"}},5270:(e,t,r)=>{"use strict";r.d(t,{Aw:()=>c,CT:()=>u,SR:()=>s});var n=r(384),i=r(9417),o=r(7767),a=r(6154);function s(e){return!!(0,n.dV)().o.MO&&(0,o.V)(e)&&!0===(0,i.gD)(e,"session_trace.enabled")}function c(e){return!0===(0,i.gD)(e,"session_replay.preload")&&s(e)}function u(e,t){const r=t.correctAbsoluteTimestamp(e);return{originalTimestamp:e,correctedTimestamp:r,timestampDiff:e-r,originTime:a.WN,correctedOriginTime:t.correctedOriginTime,originTimeDiff:Math.floor(a.WN-t.correctedOriginTime)}}},3738:(e,t,r)=>{"use strict";r.d(t,{He:()=>i,Kp:()=>s,Lc:()=>u,Rz:()=>d,TZ:()=>n,bD:()=>o,d3:()=>a,jx:()=>l,uP:()=>c});const n=r(860).K7.sessionTrace,i="bstResource",o="resource",a="-start",s="-end",c="fn"+a,u="fn"+s,d="pushState",l=1e3},3962:(e,t,r)=>{"use strict";r.d(t,{AM:()=>o,O2:()=>s,Qu:()=>c,TZ:()=>a,ih:()=>u,tC:()=>i});var n=r(860);const i=["click","keydown","submit"],o="api",a=n.K7.softNav,s={INITIAL_PAGE_LOAD:"",ROUTE_CHANGE:1,UNSPECIFIED:2},c={INTERACTION:1,AJAX:2,CUSTOM_END:3,CUSTOM_TRACER:4},u={IP:"in progress",FIN:"finished",CAN:"cancelled"}},7378:(e,t,r)=>{"use strict";r.d(t,{$p:()=>x,BR:()=>b,Kp:()=>R,L3:()=>y,Lc:()=>c,NC:()=>o,SG:()=>d,TZ:()=>i,U6:()=>p,UT:()=>m,d3:()=>w,dT:()=>f,e5:()=>A,gx:()=>v,l9:()=>l,oW:()=>h,op:()=>g,rw:()=>u,tH:()=>E,uP:()=>s,wW:()=>T,xq:()=>a});var n=r(384);const i=r(860).K7.spa,o=["click","submit","keypress","keydown","keyup","change"],a=999,s="fn-start",c="fn-end",u="cb-start",d="api-ixn-",l="remaining",f="interaction",h="spaNode",p="jsonpNode",g="fetch-start",m="fetch-done",v="fetch-body-",b="jsonp-end",y=(0,n.dV)().o.ST,w="-start",R="-end",x="-body",T="cb"+R,A="jsTime",E="fetch"},4234:(e,t,r)=>{"use strict";r.d(t,{W:()=>o});var n=r(7836),i=r(1687);class o{constructor(e,t){this.agentIdentifier=e,this.ee=n.ee.get(e),this.featureName=t,this.blocked=!1}deregisterDrain(){(0,i.x3)(this.agentIdentifier,this.featureName)}}},7767:(e,t,r)=>{"use strict";r.d(t,{V:()=>o});var n=r(9417),i=r(6154);const o=e=>i.RI&&!0===(0,n.gD)(e,"privacy.cookies_enabled")},425:(e,t,r)=>{"use strict";r.d(t,{j:()=>j});var n=r(860),i=r(2555),o=r(3371),a=r(9908),s=r(7836),c=r(1687),u=r(5289),d=r(6154),l=r(944),f=r(3969),h=r(384),p=r(6344);const g=["setErrorHandler","finished","addToTrace","addRelease","addPageAction","setCurrentRouteName","setPageViewName","setCustomAttribute","interaction","noticeError","setUserId","setApplicationVersion","start",p.G4.RECORD,p.G4.PAUSE,"log","wrapLogger"],m=["setErrorHandler","finished","addToTrace","addRelease"];var v=r(1863),b=r(2614),y=r(993),w=r(3785),R=r(2646),x=r(3434);function T(e,t,r,n){if("object"!=typeof t||!t||"string"!=typeof r||!r||"function"!=typeof t[r])return(0,l.R)(29);const i=function(e){return(e||s.ee).get("logger")}(e),o=(0,x.YM)(i),a=new R.y(s.P);return a.level=n.level,a.customAttributes=n.customAttributes,o.inPlace(t,[r],"wrap-logger-",a),i}function A(){const e=(0,h.pV)();g.forEach((t=>{e[t]=(...r)=>function(t,...r){let n=[];return Object.values(e.initializedAgents).forEach((e=>{e&&e.api?e.exposed&&e.api[t]&&n.push(e.api[t](...r)):(0,l.R)(38,t)})),n.length>1?n:n[0]}(t,...r)}))}const E={};var S=r(9417),N=r(5603),O=r(5284);const _=e=>{const t=e.startsWith("http");e+="/",r.p=t?e:"https://"+e};let I=!1;function j(e,t={},g,R){let{init:x,info:j,loader_config:P,runtime:C={},exposed:k=!0}=t;C.loaderType=g;const L=(0,h.pV)();j||(x=L.init,j=L.info,P=L.loader_config),(0,S.xN)(e.agentIdentifier,x||{}),(0,N.a)(e.agentIdentifier,P||{}),j.jsAttributes??={},d.bv&&(j.jsAttributes.isWorker=!0),(0,i.x1)(e.agentIdentifier,j);const H=(0,S.D0)(e.agentIdentifier),D=[j.beacon,j.errorBeacon];I||(H.proxy.assets&&(_(H.proxy.assets),D.push(H.proxy.assets)),H.proxy.beacon&&D.push(H.proxy.beacon),A(),(0,h.US)("activatedFeatures",O.B),e.runSoftNavOverSpa&&=!0===H.soft_navigations.enabled&&H.feature_flags.includes("soft_nav")),C.denyList=[...H.ajax.deny_list||[],...H.ajax.block_internal?D:[]],C.ptid=e.agentIdentifier,(0,o.V)(e.agentIdentifier,C),e.ee=s.ee.get(e.agentIdentifier),void 0===e.api&&(e.api=function(e,t,h=!1){t||(0,c.Ak)(e,"api");const g={};var R=s.ee.get(e),x=R.get("tracer");E[e]=b.g.OFF,R.on(p.G4.REPLAY_RUNNING,(t=>{E[e]=t}));var A="api-",S=A+"ixn-";function N(t,r,n,o){const a=(0,i.Vp)(e);return null===r?delete a.jsAttributes[t]:(0,i.x1)(e,{...a,jsAttributes:{...a.jsAttributes,[t]:r}}),I(A,n,!0,o||null===r?"session":void 0)(t,r)}function O(){}g.log=function(e,{customAttributes:t={},level:r=y.p_.INFO}={}){(0,a.p)(f.xV,["API/log/called"],void 0,n.K7.metrics,R),(0,w.R)(R,e,t,r)},g.wrapLogger=(e,t,{customAttributes:r={},level:i=y.p_.INFO}={})=>{(0,a.p)(f.xV,["API/wrapLogger/called"],void 0,n.K7.metrics,R),T(R,e,t,{customAttributes:r,level:i})},m.forEach((e=>{g[e]=I(A,e,!0,"api")})),g.addPageAction=I(A,"addPageAction",!0,n.K7.genericEvents),g.setPageViewName=function(t,r){if("string"==typeof t)return"/"!==t.charAt(0)&&(t="/"+t),(0,o.f)(e).customTransaction=(r||"http://custom.transaction")+t,I(A,"setPageViewName",!0)()},g.setCustomAttribute=function(e,t,r=!1){if("string"==typeof e){if(["string","number","boolean"].includes(typeof t)||null===t)return N(e,t,"setCustomAttribute",r);(0,l.R)(40,typeof t)}else(0,l.R)(39,typeof e)},g.setUserId=function(e){if("string"==typeof e||null===e)return N("enduser.id",e,"setUserId",!0);(0,l.R)(41,typeof e)},g.setApplicationVersion=function(e){if("string"==typeof e||null===e)return N("application.version",e,"setApplicationVersion",!1);(0,l.R)(42,typeof e)},g.start=()=>{try{(0,a.p)(f.xV,["API/start/called"],void 0,n.K7.metrics,R),R.emit("manual-start-all")}catch(e){(0,l.R)(23,e)}},g[p.G4.RECORD]=function(){(0,a.p)(f.xV,["API/recordReplay/called"],void 0,n.K7.metrics,R),(0,a.p)(p.G4.RECORD,[],void 0,n.K7.sessionReplay,R)},g[p.G4.PAUSE]=function(){(0,a.p)(f.xV,["API/pauseReplay/called"],void 0,n.K7.metrics,R),(0,a.p)(p.G4.PAUSE,[],void 0,n.K7.sessionReplay,R)},g.interaction=function(e){return(new O).get("object"==typeof e?e:{})};const _=O.prototype={createTracer:function(e,t){var r={},i=this,o="function"==typeof t;return(0,a.p)(f.xV,["API/createTracer/called"],void 0,n.K7.metrics,R),h||(0,a.p)(S+"tracer",[(0,v.t)(),e,r],i,n.K7.spa,R),function(){if(x.emit((o?"":"no-")+"fn-start",[(0,v.t)(),i,o],r),o)try{return t.apply(this,arguments)}catch(e){const t="string"==typeof e?new Error(e):e;throw x.emit("fn-err",[arguments,this,t],r),t}finally{x.emit("fn-end",[(0,v.t)()],r)}}}};function I(e,t,r,i){return function(){return(0,a.p)(f.xV,["API/"+t+"/called"],void 0,n.K7.metrics,R),i&&(0,a.p)(e+t,[(0,v.t)(),...arguments],r?null:this,i,R),r?void 0:this}}function j(){r.e(478).then(r.bind(r,8778)).then((({setAPI:t})=>{t(e),(0,c.Ze)(e,"api")})).catch((e=>{(0,l.R)(27,e),R.abort()}))}return["actionText","setName","setAttribute","save","ignore","onEnd","getContext","end","get"].forEach((e=>{_[e]=I(S,e,void 0,h?n.K7.softNav:n.K7.spa)})),g.setCurrentRouteName=h?I(S,"routeName",void 0,n.K7.softNav):I(A,"routeName",!0,n.K7.spa),g.noticeError=function(t,r){"string"==typeof t&&(t=new Error(t)),(0,a.p)(f.xV,["API/noticeError/called"],void 0,n.K7.metrics,R),(0,a.p)("err",[t,(0,v.t)(),!1,r,!!E[e]],void 0,n.K7.jserrors,R)},d.RI?(0,u.GG)((()=>j()),!0):j(),g}(e.agentIdentifier,R,e.runSoftNavOverSpa)),void 0===e.exposed&&(e.exposed=k),I=!0}},8374:(e,t,r)=>{r.nc=(()=>{try{return document?.currentScript?.nonce}catch(e){}return""})()},860:(e,t,r)=>{"use strict";r.d(t,{$J:()=>o,K7:()=>n,P3:()=>i});const n={ajax:"ajax",genericEvents:"generic_events",jserrors:"jserrors",logging:"logging",metrics:"metrics",pageAction:"page_action",pageViewEvent:"page_view_event",pageViewTiming:"page_view_timing",sessionReplay:"session_replay",sessionTrace:"session_trace",softNav:"soft_navigations",spa:"spa"},i={[n.pageViewEvent]:1,[n.pageViewTiming]:2,[n.metrics]:3,[n.jserrors]:4,[n.spa]:5,[n.ajax]:6,[n.sessionTrace]:7,[n.softNav]:8,[n.sessionReplay]:9,[n.logging]:10,[n.genericEvents]:11},o={[n.pageViewTiming]:"events",[n.ajax]:"events",[n.spa]:"events",[n.softNav]:"events",[n.metrics]:"jserrors",[n.jserrors]:"jserrors",[n.sessionTrace]:"browser/blobs",[n.sessionReplay]:"browser/blobs",[n.logging]:"browser/logs",[n.genericEvents]:"ins"}}},n={};function i(e){var t=n[e];if(void 0!==t)return t.exports;var o=n[e]={exports:{}};return r[e](o,o.exports,i),o.exports}i.m=r,i.d=(e,t)=>{for(var r in t)i.o(t,r)&&!i.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},i.f={},i.e=e=>Promise.all(Object.keys(i.f).reduce(((t,r)=>(i.f[r](e,t),t)),[])),i.u=e=>({212:"nr-spa-compressor",249:"nr-spa-recorder",478:"nr-spa"}[e]+"-1.274.0.min.js"),i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="NRBA-1.274.0.PROD:",i.l=(r,n,o,a)=>{if(e[r])e[r].push(n);else{var s,c;if(void 0!==o)for(var u=document.getElementsByTagName("script"),d=0;d<u.length;d++){var l=u[d];if(l.getAttribute("src")==r||l.getAttribute("data-webpack")==t+o){s=l;break}}if(!s){c=!0;var f={478:"sha512-1vUqEfJPB8Pihje9mv5CfYgkitO1FWcS+UQb84DbXqP8oYctRv4/lzl/MzNLPlRhcY1WVDBGL20I8vm6s2VV7g==",249:"sha512-Y/BeZAh6VSTmUtUNmS5XdyKxL92s30Fyyj8xVW76HSPxcKItL4+x2+kGMZc8pMJnUpZDz1L4eftZQAJh3D8NnA==",212:"sha512-Gn2tQ3qog5Yhrx/gRutkSTYPp+7nkKFt4/mIXg99LxcNpMDAYJZDBYmAACdoHNM86+iq1F3cBcQotFNzjIX8bw=="};(s=document.createElement("script")).charset="utf-8",s.timeout=120,i.nc&&s.setAttribute("nonce",i.nc),s.setAttribute("data-webpack",t+o),s.src=r,0!==s.src.indexOf(window.location.origin+"/")&&(s.crossOrigin="anonymous"),f[a]&&(s.integrity=f[a])}e[r]=[n];var h=(t,n)=>{s.onerror=s.onload=null,clearTimeout(p);var i=e[r];if(delete e[r],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach((e=>e(n))),t)return t(n)},p=setTimeout(h.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=h.bind(null,s.onerror),s.onload=h.bind(null,s.onload),c&&document.head.appendChild(s)}},i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.p="https://js-agent.newrelic.com/",(()=>{var e={38:0,788:0};i.f.j=(t,r)=>{var n=i.o(e,t)?e[t]:void 0;if(0!==n)if(n)r.push(n[2]);else{var o=new Promise(((r,i)=>n=e[t]=[r,i]));r.push(n[2]=o);var a=i.p+i.u(t),s=new Error;i.l(a,(r=>{if(i.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var o=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src;s.message="Loading chunk "+t+" failed.\n("+o+": "+a+")",s.name="ChunkLoadError",s.type=o,s.request=a,n[1](s)}}),"chunk-"+t,t)}};var t=(t,r)=>{var n,o,[a,s,c]=r,u=0;if(a.some((t=>0!==e[t]))){for(n in s)i.o(s,n)&&(i.m[n]=s[n]);if(c)c(i)}for(t&&t(r);u<a.length;u++)o=a[u],i.o(e,o)&&e[o]&&e[o][0](),e[o]=0},r=self["webpackChunk:NRBA-1.274.0.PROD"]=self["webpackChunk:NRBA-1.274.0.PROD"]||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})(),(()=>{"use strict";i(8374);var e=i(944),t=i(6344),r=i(9566);class n{agentIdentifier;constructor(e=(0,r.LA)(16)){this.agentIdentifier=e}#e(t,...r){if("function"==typeof this.api?.[t])return this.api[t](...r);(0,e.R)(35,t)}addPageAction(e,t){return this.#e("addPageAction",e,t)}setPageViewName(e,t){return this.#e("setPageViewName",e,t)}setCustomAttribute(e,t,r){return this.#e("setCustomAttribute",e,t,r)}noticeError(e,t){return this.#e("noticeError",e,t)}setUserId(e){return this.#e("setUserId",e)}setApplicationVersion(e){return this.#e("setApplicationVersion",e)}setErrorHandler(e){return this.#e("setErrorHandler",e)}addRelease(e,t){return this.#e("addRelease",e,t)}log(e,t){return this.#e("log",e,t)}}class o extends n{#e(t,...r){if("function"==typeof this.api?.[t])return this.api[t](...r);(0,e.R)(35,t)}start(){return this.#e("start")}finished(e){return this.#e("finished",e)}recordReplay(){return this.#e(t.G4.RECORD)}pauseReplay(){return this.#e(t.G4.PAUSE)}addToTrace(e){return this.#e("addToTrace",e)}setCurrentRouteName(e){return this.#e("setCurrentRouteName",e)}interaction(){return this.#e("interaction")}wrapLogger(e,t,r){return this.#e("wrapLogger",e,t,r)}}var a=i(860),s=i(9417);const c=Object.values(a.K7);function u(e){const t={};return c.forEach((r=>{t[r]=function(e,t){return!0===(0,s.gD)(t,"".concat(e,".enabled"))}(r,e)})),t}var d=i(425);var l=i(1687),f=i(4234),h=i(5289),p=i(6154),g=i(5270),m=i(7767),v=i(6389);class b extends f.W{constructor(e,t,r=!0){super(e.agentIdentifier,t),this.auto=r,this.abortHandler=void 0,this.featAggregate=void 0,this.onAggregateImported=void 0,!1===e.init[this.featureName].autoStart&&(this.auto=!1),this.auto?(0,l.Ak)(e.agentIdentifier,t):this.ee.on("manual-start-all",(0,v.J)((()=>{(0,l.Ak)(e.agentIdentifier,this.featureName),this.auto=!0,this.importAggregator(e)})))}importAggregator(t,r={}){if(this.featAggregate||!this.auto)return;let n;this.onAggregateImported=new Promise((e=>{n=e}));const o=async()=>{let o;try{if((0,m.V)(this.agentIdentifier)){const{setupAgentSession:e}=await i.e(478).then(i.bind(i,6526));o=e(t)}}catch(t){(0,e.R)(20,t),this.ee.emit("internal-error",[t]),this.featureName===a.K7.sessionReplay&&this.abortHandler?.()}try{if(t.sharedAggregator)await t.sharedAggregator;else{t.sharedAggregator=i.e(478).then(i.bind(i,9337));const{EventAggregator:e}=await t.sharedAggregator;t.sharedAggregator=new e}if(!this.#t(this.featureName,o))return(0,l.Ze)(this.agentIdentifier,this.featureName),void n(!1);const{lazyFeatureLoader:e}=await i.e(478).then(i.bind(i,6103)),{Aggregate:a}=await e(this.featureName,"aggregate");this.featAggregate=new a(t,r),n(!0)}catch(t){(0,e.R)(34,t),this.abortHandler?.(),(0,l.Ze)(this.agentIdentifier,this.featureName,!0),n(!1),this.ee&&this.ee.abort()}};p.RI?(0,h.GG)((()=>o()),!0):o()}#t(e,t){switch(e){case a.K7.sessionReplay:return(0,g.SR)(this.agentIdentifier)&&!!t;case a.K7.sessionTrace:return!!t;default:return!0}}}var y=i(6630);class w extends b{static featureName=y.T;constructor(e,t=!0){super(e,y.T,t),this.importAggregator(e)}}var R=i(384);var x=i(9908),T=i(2843),A=i(3878),E=i(782),S=i(1863);class N extends b{static featureName=E.T;constructor(e,t=!0){super(e,E.T,t),p.RI&&((0,T.u)((()=>(0,x.p)("docHidden",[(0,S.t)()],void 0,E.T,this.ee)),!0),(0,A.sp)("pagehide",(()=>(0,x.p)("winPagehide",[(0,S.t)()],void 0,E.T,this.ee))),this.importAggregator(e))}}var O=i(3969);class _ extends b{static featureName=O.TZ;constructor(e,t=!0){super(e,O.TZ,t),this.importAggregator(e)}}var I=i(6774),j=i(3304);class P{constructor(e,t,r,n,i){this.name="UncaughtError",this.message="string"==typeof e?e:(0,j.A)(e),this.sourceURL=t,this.line=r,this.column=n,this.__newrelic=i}}function C(e){return H(e)?e:new P(void 0!==e?.message?e.message:e,e?.filename||e?.sourceURL,e?.lineno||e?.line,e?.colno||e?.col,e?.__newrelic)}function k(e){const t="Unhandled Promise Rejection";if(!e?.reason)return;if(H(e.reason))try{return e.reason.message=t+": "+e.reason.message,C(e.reason)}catch(t){return C(e.reason)}const r=C(e.reason);return r.message=t+": "+r?.message,r}function L(e){if(e.error instanceof SyntaxError&&!/:\d+$/.test(e.error.stack?.trim())){const t=new P(e.message,e.filename,e.lineno,e.colno,e.error.__newrelic);return t.name=SyntaxError.name,t}return H(e.error)?e.error:C(e)}function H(e){return e instanceof Error&&!!e.stack}class D extends b{static featureName=I.T;#r=!1;constructor(e,r=!0){super(e,I.T,r);try{this.removeOnAbort=new AbortController}catch(e){}this.ee.on("internal-error",(e=>{this.abortHandler&&(0,x.p)("ierr",[C(e),(0,S.t)(),!0,{},this.#r],void 0,this.featureName,this.ee)})),this.ee.on(t.G4.REPLAY_RUNNING,(e=>{this.#r=e})),p.gm.addEventListener("unhandledrejection",(e=>{this.abortHandler&&(0,x.p)("err",[k(e),(0,S.t)(),!1,{unhandledPromiseRejection:1},this.#r],void 0,this.featureName,this.ee)}),(0,A.jT)(!1,this.removeOnAbort?.signal)),p.gm.addEventListener("error",(e=>{this.abortHandler&&(0,x.p)("err",[L(e),(0,S.t)(),!1,{},this.#r],void 0,this.featureName,this.ee)}),(0,A.jT)(!1,this.removeOnAbort?.signal)),this.abortHandler=this.#n,this.importAggregator(e)}#n(){this.removeOnAbort?.abort(),this.abortHandler=void 0}}var M=i(8990);let K=1;const U="nr@id";function V(e){const t=typeof e;return!e||"object"!==t&&"function"!==t?-1:e===p.gm?0:(0,M.I)(e,U,(function(){return K++}))}function G(e){if("string"==typeof e&&e.length)return e.length;if("object"==typeof e){if("undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer&&e.byteLength)return e.byteLength;if("undefined"!=typeof Blob&&e instanceof Blob&&e.size)return e.size;if(!("undefined"!=typeof FormData&&e instanceof FormData))try{return(0,j.A)(e).length}catch(e){return}}}var F=i(8139),B=i(7836),W=i(3434);const z={},q=["open","send"];function Z(t){var r=t||B.ee;const n=function(e){return(e||B.ee).get("xhr")}(r);if(z[n.debugId]++)return n;z[n.debugId]=1,(0,F.u)(r);var i=(0,W.YM)(n),o=p.gm.XMLHttpRequest,a=p.gm.MutationObserver,s=p.gm.Promise,c=p.gm.setInterval,u="readystatechange",d=["onload","onerror","onabort","onloadstart","onloadend","onprogress","ontimeout"],l=[],f=p.gm.XMLHttpRequest=function(t){const r=new o(t),a=n.context(r);try{n.emit("new-xhr",[r],a),r.addEventListener(u,(s=a,function(){var e=this;e.readyState>3&&!s.resolved&&(s.resolved=!0,n.emit("xhr-resolved",[],e)),i.inPlace(e,d,"fn-",y)}),(0,A.jT)(!1))}catch(t){(0,e.R)(15,t);try{n.emit("internal-error",[t])}catch(e){}}var s;return r};function h(e,t){i.inPlace(t,["onreadystatechange"],"fn-",y)}if(function(e,t){for(var r in e)t[r]=e[r]}(o,f),f.prototype=o.prototype,i.inPlace(f.prototype,q,"-xhr-",y),n.on("send-xhr-start",(function(e,t){h(e,t),function(e){l.push(e),a&&(g?g.then(b):c?c(b):(m=-m,v.data=m))}(t)})),n.on("open-xhr-start",h),a){var g=s&&s.resolve();if(!c&&!s){var m=1,v=document.createTextNode(m);new a(b).observe(v,{characterData:!0})}}else r.on("fn-end",(function(e){e[0]&&e[0].type===u||b()}));function b(){for(var e=0;e<l.length;e++)h(0,l[e]);l.length&&(l=[])}function y(e,t){return t}return n}var Y="fetch-",X=Y+"body-",J=["arrayBuffer","blob","json","text","formData"],Q=p.gm.Request,ee=p.gm.Response,te="prototype";const re={};function ne(e){const t=function(e){return(e||B.ee).get("fetch")}(e);if(!(Q&&ee&&p.gm.fetch))return t;if(re[t.debugId]++)return t;function r(e,r,n){var i=e[r];"function"==typeof i&&(e[r]=function(){var e,r=[...arguments],o={};t.emit(n+"before-start",[r],o),o[B.P]&&o[B.P].dt&&(e=o[B.P].dt);var a=i.apply(this,r);return t.emit(n+"start",[r,e],a),a.then((function(e){return t.emit(n+"end",[null,e],a),e}),(function(e){throw t.emit(n+"end",[e],a),e}))})}return re[t.debugId]=1,J.forEach((e=>{r(Q[te],e,X),r(ee[te],e,X)})),r(p.gm,"fetch",Y),t.on(Y+"end",(function(e,r){var n=this;if(r){var i=r.headers.get("content-length");null!==i&&(n.rxSize=i),t.emit(Y+"done",[null,r],n)}else t.emit(Y+"done",[e],n)})),t}var ie=i(7485),oe=i(5603);class ae{constructor(e){this.agentIdentifier=e}generateTracePayload(e){if(!this.shouldGenerateTrace(e))return null;var t=(0,oe.o)(this.agentIdentifier);if(!t)return null;var n=(t.accountID||"").toString()||null,i=(t.agentID||"").toString()||null,o=(t.trustKey||"").toString()||null;if(!n||!i)return null;var a=(0,r.ZF)(),s=(0,r.el)(),c=Date.now(),u={spanId:a,traceId:s,timestamp:c};return(e.sameOrigin||this.isAllowedOrigin(e)&&this.useTraceContextHeadersForCors())&&(u.traceContextParentHeader=this.generateTraceContextParentHeader(a,s),u.traceContextStateHeader=this.generateTraceContextStateHeader(a,c,n,i,o)),(e.sameOrigin&&!this.excludeNewrelicHeader()||!e.sameOrigin&&this.isAllowedOrigin(e)&&this.useNewrelicHeaderForCors())&&(u.newrelicHeader=this.generateTraceHeader(a,s,c,n,i,o)),u}generateTraceContextParentHeader(e,t){return"00-"+t+"-"+e+"-01"}generateTraceContextStateHeader(e,t,r,n,i){return i+"@nr=0-1-"+r+"-"+n+"-"+e+"----"+t}generateTraceHeader(e,t,r,n,i,o){if(!("function"==typeof p.gm?.btoa))return null;var a={v:[0,1],d:{ty:"Browser",ac:n,ap:i,id:e,tr:t,ti:r}};return o&&n!==o&&(a.d.tk=o),btoa((0,j.A)(a))}shouldGenerateTrace(e){return this.isDtEnabled()&&this.isAllowedOrigin(e)}isAllowedOrigin(e){var t=!1,r={};if((0,s.gD)(this.agentIdentifier,"distributed_tracing")&&(r=(0,s.D0)(this.agentIdentifier).distributed_tracing),e.sameOrigin)t=!0;else if(r.allowed_origins instanceof Array)for(var n=0;n<r.allowed_origins.length;n++){var i=(0,ie.D)(r.allowed_origins[n]);if(e.hostname===i.hostname&&e.protocol===i.protocol&&e.port===i.port){t=!0;break}}return t}isDtEnabled(){var e=(0,s.gD)(this.agentIdentifier,"distributed_tracing");return!!e&&!!e.enabled}excludeNewrelicHeader(){var e=(0,s.gD)(this.agentIdentifier,"distributed_tracing");return!!e&&!!e.exclude_newrelic_header}useNewrelicHeaderForCors(){var e=(0,s.gD)(this.agentIdentifier,"distributed_tracing");return!!e&&!1!==e.cors_use_newrelic_header}useTraceContextHeadersForCors(){var e=(0,s.gD)(this.agentIdentifier,"distributed_tracing");return!!e&&!!e.cors_use_tracecontext_headers}}var se=i(9300),ce=i(7295),ue=["load","error","abort","timeout"],de=ue.length,le=(0,R.dV)().o.REQ,fe=(0,R.dV)().o.XHR;class he extends b{static featureName=se.T;constructor(e,t=!0){super(e,se.T,t),this.dt=new ae(e.agentIdentifier),this.handler=(e,t,r,n)=>(0,x.p)(e,t,r,n,this.ee);try{const e={xmlhttprequest:"xhr",fetch:"fetch",beacon:"beacon"};p.gm?.performance?.getEntriesByType("resource").forEach((t=>{if(t.initiatorType in e&&0!==t.responseStatus){const r={status:t.responseStatus},n={rxSize:t.transferSize,duration:Math.floor(t.duration),cbTime:0};pe(r,t.name),this.handler("xhr",[r,n,t.startTime,t.responseEnd,e[t.initiatorType]],void 0,a.K7.ajax)}}))}catch(e){}ne(this.ee),Z(this.ee),function(e,t,r,n){function i(e){var t=this;t.totalCbs=0,t.called=0,t.cbTime=0,t.end=R,t.ended=!1,t.xhrGuids={},t.lastSize=null,t.loadCaptureCalled=!1,t.params=this.params||{},t.metrics=this.metrics||{},e.addEventListener("load",(function(r){T(t,e)}),(0,A.jT)(!1)),p.lR||e.addEventListener("progress",(function(e){t.lastSize=e.loaded}),(0,A.jT)(!1))}function o(e){this.params={method:e[0]},pe(this,e[1]),this.metrics={}}function s(t,r){e.loader_config.xpid&&this.sameOrigin&&r.setRequestHeader("X-NewRelic-ID",e.loader_config.xpid);var i=n.generateTracePayload(this.parsedOrigin);if(i){var o=!1;i.newrelicHeader&&(r.setRequestHeader("newrelic",i.newrelicHeader),o=!0),i.traceContextParentHeader&&(r.setRequestHeader("traceparent",i.traceContextParentHeader),i.traceContextStateHeader&&r.setRequestHeader("tracestate",i.traceContextStateHeader),o=!0),o&&(this.dt=i)}}function c(e,r){var n=this.metrics,i=e[0],o=this;if(n&&i){var a=G(i);a&&(n.txSize=a)}this.startTime=(0,S.t)(),this.body=i,this.listener=function(e){try{"abort"!==e.type||o.loadCaptureCalled||(o.params.aborted=!0),("load"!==e.type||o.called===o.totalCbs&&(o.onloadCalled||"function"!=typeof r.onload)&&"function"==typeof o.end)&&o.end(r)}catch(e){try{t.emit("internal-error",[e])}catch(e){}}};for(var s=0;s<de;s++)r.addEventListener(ue[s],this.listener,(0,A.jT)(!1))}function u(e,t,r){this.cbTime+=e,t?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&&"function"==typeof r.onload||"function"!=typeof this.end||this.end(r)}function d(e,t){var r=""+V(e)+!!t;this.xhrGuids&&!this.xhrGuids[r]&&(this.xhrGuids[r]=!0,this.totalCbs+=1)}function l(e,t){var r=""+V(e)+!!t;this.xhrGuids&&this.xhrGuids[r]&&(delete this.xhrGuids[r],this.totalCbs-=1)}function f(){this.endTime=(0,S.t)()}function h(e,r){r instanceof fe&&"load"===e[0]&&t.emit("xhr-load-added",[e[1],e[2]],r)}function g(e,r){r instanceof fe&&"load"===e[0]&&t.emit("xhr-load-removed",[e[1],e[2]],r)}function m(e,t,r){t instanceof fe&&("onload"===r&&(this.onload=!0),("load"===(e[0]&&e[0].type)||this.onload)&&(this.xhrCbStart=(0,S.t)()))}function v(e,r){this.xhrCbStart&&t.emit("xhr-cb-time",[(0,S.t)()-this.xhrCbStart,this.onload,r],r)}function b(e){var t,r=e[1]||{};if("string"==typeof e[0]?0===(t=e[0]).length&&p.RI&&(t=""+p.gm.location.href):e[0]&&e[0].url?t=e[0].url:p.gm?.URL&&e[0]&&e[0]instanceof URL?t=e[0].href:"function"==typeof e[0].toString&&(t=e[0].toString()),"string"==typeof t&&0!==t.length){t&&(this.parsedOrigin=(0,ie.D)(t),this.sameOrigin=this.parsedOrigin.sameOrigin);var i=n.generateTracePayload(this.parsedOrigin);if(i&&(i.newrelicHeader||i.traceContextParentHeader))if(e[0]&&e[0].headers)s(e[0].headers,i)&&(this.dt=i);else{var o={};for(var a in r)o[a]=r[a];o.headers=new Headers(r.headers||{}),s(o.headers,i)&&(this.dt=i),e.length>1?e[1]=o:e.push(o)}}function s(e,t){var r=!1;return t.newrelicHeader&&(e.set("newrelic",t.newrelicHeader),r=!0),t.traceContextParentHeader&&(e.set("traceparent",t.traceContextParentHeader),t.traceContextStateHeader&&e.set("tracestate",t.traceContextStateHeader),r=!0),r}}function y(e,t){this.params={},this.metrics={},this.startTime=(0,S.t)(),this.dt=t,e.length>=1&&(this.target=e[0]),e.length>=2&&(this.opts=e[1]);var r,n=this.opts||{},i=this.target;"string"==typeof i?r=i:"object"==typeof i&&i instanceof le?r=i.url:p.gm?.URL&&"object"==typeof i&&i instanceof URL&&(r=i.href),pe(this,r);var o=(""+(i&&i instanceof le&&i.method||n.method||"GET")).toUpperCase();this.params.method=o,this.body=n.body,this.txSize=G(n.body)||0}function w(e,t){if(this.endTime=(0,S.t)(),this.params||(this.params={}),(0,ce.iW)(this.params))return;let n;this.params.status=t?t.status:0,"string"==typeof this.rxSize&&this.rxSize.length>0&&(n=+this.rxSize);const i={txSize:this.txSize,rxSize:n,duration:(0,S.t)()-this.startTime};r("xhr",[this.params,i,this.startTime,this.endTime,"fetch"],this,a.K7.ajax)}function R(e){const t=this.params,n=this.metrics;if(!this.ended){this.ended=!0;for(let t=0;t<de;t++)e.removeEventListener(ue[t],this.listener,!1);t.aborted||(0,ce.iW)(t)||(n.duration=(0,S.t)()-this.startTime,this.loadCazptureCalled||4!==e.readyState?null==t.status&&(t.status=0):T(this,e),n.cbTime=this.cbTime,r("xhr",[t,n,this.startTime,this.endTime,"xhr"],this,a.K7.ajax))}}function T(e,r){e.params.status=r.status;var n=function(e,t){var r=e.responseType;return"json"===r&&null!==t?t:"arraybuffer"===r||"blob"===r||"json"===r?G(e.response):"text"===r||""===r||void 0===r?G(e.responseText):void 0}(r,e.lastSize);if(n&&(e.metrics.rxSize=n),e.sameOrigin){var i=r.getResponseHeader("X-NewRelic-App-Data");i&&((0,x.p)(O.rs,["Ajax/CrossApplicationTracing/Header/Seen"],void 0,a.K7.metrics,t),e.params.cat=i.split(", ").pop())}e.loadCaptureCalled=!0}t.on("new-xhr",i),t.on("open-xhr-start",o),t.on("open-xhr-end",s),t.on("send-xhr-start",c),t.on("xhr-cb-time",u),t.on("xhr-load-added",d),t.on("xhr-load-removed",l),t.on("xhr-resolved",f),t.on("addEventListener-end",h),t.on("removeEventListener-end",g),t.on("fn-end",v),t.on("fetch-before-start",b),t.on("fetch-start",y),t.on("fn-start",m),t.on("fetch-done",w)}(e,this.ee,this.handler,this.dt),this.importAggregator(e)}}function pe(e,t){var r=(0,ie.D)(t),n=e.params||e;n.hostname=r.hostname,n.port=r.port,n.protocol=r.protocol,n.host=r.hostname+":"+r.port,n.pathname=r.pathname,e.parsedOrigin=r,e.sameOrigin=r.sameOrigin}const ge={},me=["pushState","replaceState"];function ve(e){const t=function(e){return(e||B.ee).get("history")}(e);return!p.RI||ge[t.debugId]++||(ge[t.debugId]=1,(0,W.YM)(t).inPlace(window.history,me,"-")),t}var be=i(3738);const{He:ye,bD:we,d3:Re,Kp:xe,TZ:Te,Lc:Ae,uP:Ee,Rz:Se}=be;class Ne extends b{static featureName=Te;constructor(e,t=!0){super(e,Te,t);if(!(0,m.V)(this.agentIdentifier))return void this.deregisterDrain();const r=this.ee;let n;ve(r),this.eventsEE=(0,F.u)(r),this.eventsEE.on(Ee,(function(e,t){this.bstStart=(0,S.t)()})),this.eventsEE.on(Ae,(function(e,t){(0,x.p)("bst",[e[0],t,this.bstStart,(0,S.t)()],void 0,a.K7.sessionTrace,r)})),r.on(Se+Re,(function(e){this.time=(0,S.t)(),this.startPath=location.pathname+location.hash})),r.on(Se+xe,(function(e){(0,x.p)("bstHist",[location.pathname+location.hash,this.startPath,this.time],void 0,a.K7.sessionTrace,r)}));try{n=new PerformanceObserver((e=>{const t=e.getEntries();(0,x.p)(ye,[t],void 0,a.K7.sessionTrace,r)})),n.observe({type:we,buffered:!0})}catch(e){}this.importAggregator(e,{resourceObserver:n})}}var Oe=i(2614);class _e extends b{static featureName=t.TZ;#i;#o;constructor(e,r=!0){let n;super(e,t.TZ,r),this.replayRunning=!1,this.#o=e;try{n=JSON.parse(localStorage.getItem("".concat(Oe.H3,"_").concat(Oe.uh)))}catch(e){}(0,g.SR)(e.agentIdentifier)&&this.ee.on(t.G4.RECORD,(()=>this.#a())),this.#s(n)?(this.#i=n?.sessionReplayMode,this.#c()):this.importAggregator(e),this.ee.on("err",(e=>{this.replayRunning&&(this.errorNoticed=!0,(0,x.p)(t.G4.ERROR_DURING_REPLAY,[e],void 0,this.featureName,this.ee))})),this.ee.on(t.G4.REPLAY_RUNNING,(e=>{this.replayRunning=e}))}#s(e){return e&&(e.sessionReplayMode===Oe.g.FULL||e.sessionReplayMode===Oe.g.ERROR)||(0,g.Aw)(this.agentIdentifier)}#u=!1;async#c(e){if(!this.#u){this.#u=!0;try{const{Recorder:t}=await Promise.all([i.e(478),i.e(249)]).then(i.bind(i,8589));this.recorder??=new t({mode:this.#i,agentIdentifier:this.agentIdentifier,trigger:e,ee:this.ee}),this.recorder.startRecording(),this.abortHandler=this.recorder.stopRecording}catch(e){}this.importAggregator(this.#o,{recorder:this.recorder,errorNoticed:this.errorNoticed})}}#a(){this.featAggregate?this.featAggregate.mode!==Oe.g.FULL&&this.featAggregate.initializeRecording(Oe.g.FULL,!0):(this.#i=Oe.g.FULL,this.#c(t.Qb.API),this.recorder&&this.recorder.parent.mode!==Oe.g.FULL&&(this.recorder.parent.mode=Oe.g.FULL,this.recorder.stopRecording(),this.recorder.startRecording(),this.abortHandler=this.recorder.stopRecording))}}var Ie=i(3962);class je extends b{static featureName=Ie.TZ;constructor(e,t=!0){if(super(e,Ie.TZ,t),!p.RI||!(0,R.dV)().o.MO)return;const r=ve(this.ee);Ie.tC.forEach((e=>{(0,A.sp)(e,(e=>{a(e)}),!0)}));const n=()=>(0,x.p)("newURL",[(0,S.t)(),""+window.location],void 0,this.featureName,this.ee);r.on("pushState-end",n),r.on("replaceState-end",n);try{this.removeOnAbort=new AbortController}catch(e){}(0,A.sp)("popstate",(e=>(0,x.p)("newURL",[e.timeStamp,""+window.location],void 0,this.featureName,this.ee)),!0,this.removeOnAbort?.signal);let i=!1;const o=new((0,R.dV)().o.MO)(((e,t)=>{i||(i=!0,requestAnimationFrame((()=>{(0,x.p)("newDom",[(0,S.t)()],void 0,this.featureName,this.ee),i=!1})))})),a=(0,v.s)((e=>{(0,x.p)("newUIEvent",[e],void 0,this.featureName,this.ee),o.observe(document.body,{attributes:!0,childList:!0,subtree:!0,characterData:!0})}),100,{leading:!0});this.abortHandler=function(){this.removeOnAbort?.abort(),o.disconnect(),this.abortHandler=void 0},this.importAggregator(e,{domObserver:o})}}var Pe=i(7378);const Ce={},ke=["appendChild","insertBefore","replaceChild"];function Le(e){const t=function(e){return(e||B.ee).get("jsonp")}(e);if(!p.RI||Ce[t.debugId])return t;Ce[t.debugId]=!0;var r=(0,W.YM)(t),n=/[?&](?:callback|cb)=([^&#]+)/,i=/(.*)\.([^.]+)/,o=/^(\w+)(\.|$)(.*)$/;function a(e,t){if(!e)return t;const r=e.match(o),n=r[1];return a(r[3],t[n])}return r.inPlace(Node.prototype,ke,"dom-"),t.on("dom-start",(function(e){!function(e){if(!e||"string"!=typeof e.nodeName||"script"!==e.nodeName.toLowerCase())return;if("function"!=typeof e.addEventListener)return;var o=(s=e.src,c=s.match(n),c?c[1]:null);var s,c;if(!o)return;var u=function(e){var t=e.match(i);if(t&&t.length>=3)return{key:t[2],parent:a(t[1],window)};return{key:e,parent:window}}(o);if("function"!=typeof u.parent[u.key])return;var d={};function l(){t.emit("jsonp-end",[],d),e.removeEventListener("load",l,(0,A.jT)(!1)),e.removeEventListener("error",f,(0,A.jT)(!1))}function f(){t.emit("jsonp-error",[],d),t.emit("jsonp-end",[],d),e.removeEventListener("load",l,(0,A.jT)(!1)),e.removeEventListener("error",f,(0,A.jT)(!1))}r.inPlace(u.parent,[u.key],"cb-",d),e.addEventListener("load",l,(0,A.jT)(!1)),e.addEventListener("error",f,(0,A.jT)(!1)),t.emit("new-jsonp",[e.src],d)}(e[0])})),t}const He={};function De(e){const t=function(e){return(e||B.ee).get("promise")}(e);if(He[t.debugId])return t;He[t.debugId]=!0;var r=t.context,n=(0,W.YM)(t),i=p.gm.Promise;return i&&function(){function e(r){var o=t.context(),a=n(r,"executor-",o,null,!1);const s=Reflect.construct(i,[a],e);return t.context(s).getCtx=function(){return o},s}p.gm.Promise=e,Object.defineProperty(e,"name",{value:"Promise"}),e.toString=function(){return i.toString()},Object.setPrototypeOf(e,i),["all","race"].forEach((function(r){const n=i[r];e[r]=function(e){let i=!1;[...e||[]].forEach((e=>{this.resolve(e).then(a("all"===r),a(!1))}));const o=n.apply(this,arguments);return o;function a(e){return function(){t.emit("propagate",[null,!i],o,!1,!1),i=i||!e}}}})),["resolve","reject"].forEach((function(r){const n=i[r];e[r]=function(e){const r=n.apply(this,arguments);return e!==r&&t.emit("propagate",[e,!0],r,!1,!1),r}})),e.prototype=i.prototype;const o=i.prototype.then;i.prototype.then=function(...e){var i=this,a=r(i);a.promise=i,e[0]=n(e[0],"cb-",a,null,!1),e[1]=n(e[1],"cb-",a,null,!1);const s=o.apply(this,e);return a.nextPromise=s,t.emit("propagate",[i,!0],s,!1,!1),s},i.prototype.then[W.Jt]=o,t.on("executor-start",(function(e){e[0]=n(e[0],"resolve-",this,null,!1),e[1]=n(e[1],"resolve-",this,null,!1)})),t.on("executor-err",(function(e,t,r){e[1](r)})),t.on("cb-end",(function(e,r,n){t.emit("propagate",[n,!0],this.nextPromise,!1,!1)})),t.on("propagate",(function(e,r,n){this.getCtx&&!r||(this.getCtx=function(){if(e instanceof Promise)var r=t.context(e);return r&&r.getCtx?r.getCtx():this})}))}(),t}const Me={},Ke="setTimeout",Ue="setInterval",Ve="clearTimeout",Ge="-start",Fe=[Ke,"setImmediate",Ue,Ve,"clearImmediate"];function Be(e){const t=function(e){return(e||B.ee).get("timer")}(e);if(Me[t.debugId]++)return t;Me[t.debugId]=1;var r=(0,W.YM)(t);return r.inPlace(p.gm,Fe.slice(0,2),Ke+"-"),r.inPlace(p.gm,Fe.slice(2,3),Ue+"-"),r.inPlace(p.gm,Fe.slice(3),Ve+"-"),t.on(Ue+Ge,(function(e,t,n){e[0]=r(e[0],"fn-",null,n)})),t.on(Ke+Ge,(function(e,t,n){this.method=n,this.timerDuration=isNaN(e[1])?0:+e[1],e[0]=r(e[0],"fn-",this,n)})),t}const We={};function ze(e){const t=function(e){return(e||B.ee).get("mutation")}(e);if(!p.RI||We[t.debugId])return t;We[t.debugId]=!0;var r=(0,W.YM)(t),n=p.gm.MutationObserver;return n&&(window.MutationObserver=function(e){return this instanceof n?new n(r(e,"fn-")):n.apply(this,arguments)},MutationObserver.prototype=n.prototype),t}const{TZ:qe,d3:Ze,Kp:Ye,$p:Xe,wW:Je,e5:Qe,tH:$e,uP:et,rw:tt,Lc:rt}=Pe;class nt extends b{static featureName=qe;constructor(e,t=!0){if(super(e,qe,t),!p.RI)return;try{this.removeOnAbort=new AbortController}catch(e){}let r,n=0;const i=this.ee.get("tracer"),o=Le(this.ee),a=De(this.ee),s=Be(this.ee),c=Z(this.ee),u=this.ee.get("events"),d=ne(this.ee),l=ve(this.ee),f=ze(this.ee);function h(e,t){l.emit("newURL",[""+window.location,t])}function g(){n++,r=window.location.hash,this[et]=(0,S.t)()}function m(){n--,window.location.hash!==r&&h(0,!0);var e=(0,S.t)();this[Qe]=~~this[Qe]+e-this[et],this[rt]=e}function v(e,t){e.on(t,(function(){this[t]=(0,S.t)()}))}this.ee.on(et,g),a.on(tt,g),o.on(tt,g),this.ee.on(rt,m),a.on(Je,m),o.on(Je,m),this.ee.on("fn-err",((...t)=>{t[2]?.__newrelic?.[e.agentIdentifier]||(0,x.p)("function-err",[...t],void 0,this.featureName,this.ee)})),this.ee.buffer([et,rt,"xhr-resolved"],this.featureName),u.buffer([et],this.featureName),s.buffer(["setTimeout"+Ye,"clearTimeout"+Ze,et],this.featureName),c.buffer([et,"new-xhr","send-xhr"+Ze],this.featureName),d.buffer([$e+Ze,$e+"-done",$e+Xe+Ze,$e+Xe+Ye],this.featureName),l.buffer(["newURL"],this.featureName),f.buffer([et],this.featureName),a.buffer(["propagate",tt,Je,"executor-err","resolve"+Ze],this.featureName),i.buffer([et,"no-"+et],this.featureName),o.buffer(["new-jsonp","cb-start","jsonp-error","jsonp-end"],this.featureName),v(d,$e+Ze),v(d,$e+"-done"),v(o,"new-jsonp"),v(o,"jsonp-end"),v(o,"cb-start"),l.on("pushState-end",h),l.on("replaceState-end",h),window.addEventListener("hashchange",h,(0,A.jT)(!0,this.removeOnAbort?.signal)),window.addEventListener("load",h,(0,A.jT)(!0,this.removeOnAbort?.signal)),window.addEventListener("popstate",(function(){h(0,n>1)}),(0,A.jT)(!0,this.removeOnAbort?.signal)),this.abortHandler=this.#n,this.importAggregator(e)}#n(){this.removeOnAbort?.abort(),this.abortHandler=void 0}}var it=i(3333);class ot extends b{static featureName=it.TZ;constructor(e,t=!0){super(e,it.TZ,t);const r=[e.init.page_action.enabled,e.init.performance.capture_marks,e.init.performance.capture_measures,e.init.user_actions.enabled];p.RI&&e.init.user_actions.enabled&&(it.Zp.forEach((e=>(0,A.sp)(e,(e=>(0,x.p)("ua",[e],void 0,this.featureName,this.ee)),!0))),it.qN.forEach((e=>(0,A.sp)(e,(e=>(0,x.p)("ua",[e],void 0,this.featureName,this.ee)))))),r.some((e=>e))?this.importAggregator(e):this.deregisterDrain()}}var at=i(993),st=i(3785);class ct extends b{static featureName=at.TZ;constructor(e,t=!0){super(e,at.TZ,t);const r=this.ee;this.ee.on("wrap-logger-end",(function([e]){const{level:t,customAttributes:n}=this;(0,st.R)(r,e,n,t)})),this.importAggregator(e)}}new class extends o{constructor(t,r){super(r),p.gm?(this.features={},(0,R.bQ)(this.agentIdentifier,this),this.desiredFeatures=new Set(t.features||[]),this.desiredFeatures.add(w),this.runSoftNavOverSpa=[...this.desiredFeatures].some((e=>e.featureName===a.K7.softNav)),(0,d.j)(this,t,t.loaderType||"agent"),this.run()):(0,e.R)(21)}get config(){return{info:this.info,init:this.init,loader_config:this.loader_config,runtime:this.runtime}}run(){try{const t=u(this.agentIdentifier),r=[...this.desiredFeatures];r.sort(((e,t)=>a.P3[e.featureName]-a.P3[t.featureName])),r.forEach((r=>{if(!t[r.featureName]&&r.featureName!==a.K7.pageViewEvent)return;if(this.runSoftNavOverSpa&&r.featureName===a.K7.spa)return;if(!this.runSoftNavOverSpa&&r.featureName===a.K7.softNav)return;const n=function(e){switch(e){case a.K7.ajax:return[a.K7.jserrors];case a.K7.sessionTrace:return[a.K7.ajax,a.K7.pageViewEvent];case a.K7.sessionReplay:return[a.K7.sessionTrace];case a.K7.pageViewTiming:return[a.K7.pageViewEvent];default:return[]}}(r.featureName).filter((e=>!(e in this.features)));n.length>0&&(0,e.R)(36,{targetFeature:r.featureName,missingDependencies:n}),this.features[r.featureName]=new r(this)}))}catch(t){(0,e.R)(22,t);for(const e in this.features)this.features[e].abortHandler?.();const r=(0,R.Zm)();delete r.initializedAgents[this.agentIdentifier]?.api,delete r.initializedAgents[this.agentIdentifier]?.features,delete this.sharedAggregator;return r.ee.get(this.agentIdentifier).abort(),!1}}}({features:[he,w,N,Ne,_e,_,D,ot,ct,je,nt],loaderType:"spa"})})()})();</script> <!---Global-Variables---> <script type="rocketlazyloadscript"> document.documentElement.style.backgroundColor = '#ffffff'; /*function ready(){ if (localStorage.getItem("pagetransition") !== true) { document.documentElement.style.backgroundColor = '#ffffff'; } } document.addEventListener("DOMContentLoaded", ready);*/ var _page_transition = false; </script> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://hias.org/wp-content/themes/hias-website/favicon/apple-icon-57x57.png" /> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://hias.org/wp-content/themes/hias-website/favicon/apple-icon-114x114.png" /> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://hias.org/wp-content/themes/hias-website/favicon/apple-icon-72x72.png" /> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://hias.org/wp-content/themes/hias-website/favicon/apple-icon-144x144.png" /> <link rel="apple-touch-icon-precomposed" sizes="60x60" href="https://hias.org/wp-content/themes/hias-website/favicon/apple-icon-60x60.png" /> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://hias.org/wp-content/themes/hias-website/favicon/apple-icon-120x120.png" /> <link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://hias.org/wp-content/themes/hias-website/favicon/apple-icon-76x76.png" /> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://hias.org/wp-content/themes/hias-website/favicon/apple-icon-152x152.png" /> <link rel="apple-touch-icon-precomposed" sizes="180x180" href="https://hias.org/wp-content/themes/hias-website/favicon/apple-icon-180x180.png" /> <link rel="icon" type="image/png" sizes="192x192" href="https://hias.org/wp-content/themes/hias-website/favicon/android-icon-192x192.png" /> <link rel="icon" type="image/png" sizes="96x96" href="https://hias.org/wp-content/themes/hias-website/favicon/favicon-96x96.png" /> <link rel="icon" type="image/png" sizes="32x32" href="https://hias.org/wp-content/themes/hias-website/favicon/favicon-32x32.png" /> <link rel="icon" type="image/png" sizes="16x16" href="https://hias.org/wp-content/themes/hias-website/favicon/favicon-16x16.png" /> <link rel="icon" href="https://hias.org/wp-content/themes/hias-website/favicon.ico" /> <!-- <link rel="preload" href="https://hias.org/wp-content/themes/hias-website/_include/fonts/GothamBlack.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> <link rel="preload" href="https://hias.org/wp-content/themes/hias-website/_include/fonts/GothamBold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> <link rel="preload" href="https://hias.org/wp-content/themes/hias-website/_include/fonts/GothamMedium.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> <link rel="preload" href="https://hias.org/wp-content/themes/hias-website/_include/fonts/GothamBook.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> <link rel="preload" href="https://hias.org/wp-content/themes/hias-website/_include/fonts/GothamBook-Italic.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> --> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO Premium plugin v20.5 (Yoast SEO v21.7) - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="HIAS United States helps refugees and asylum seekers find safety and welcome in the United States through resettlement and integration, legal protection, and advocacy." /> <link rel="canonical" href="https://hias.org/where/united-states/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="United States" /> <meta property="og:description" content="HIAS United States helps refugees and asylum seekers find safety and welcome in the United States through resettlement and integration, legal protection, and advocacy." /> <meta property="og:url" content="https://hias.org/where/united-states/" /> <meta property="og:site_name" content="HIAS" /> <meta property="article:publisher" content="https://www.facebook.com/HIASrefugees/" /> <meta property="article:modified_time" content="2024-10-29T19:41:18+00:00" /> <meta property="og:image" content="https://hias.org/wp-content/uploads/2022/07/2022_08_29_Ahmadzai-Family-Resettled-by-GC-JFCS-1024x597.png" /> <meta property="og:image:width" content="1024" /> <meta property="og:image:height" content="597" /> <meta property="og:image:type" content="image/png" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@HIASrefugees" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://hias.org/where/united-states/","url":"https://hias.org/where/united-states/","name":"HIAS United States | Our Work In The US | HIAS","isPartOf":{"@id":"https://hias.org/#website"},"primaryImageOfPage":{"@id":"https://hias.org/where/united-states/#primaryimage"},"image":{"@id":"https://hias.org/where/united-states/#primaryimage"},"thumbnailUrl":"https://hias.org/wp-content/uploads/2022/07/2022_08_29_Ahmadzai-Family-Resettled-by-GC-JFCS.png","datePublished":"2022-07-05T22:02:40+00:00","dateModified":"2024-10-29T19:41:18+00:00","description":"HIAS United States helps refugees and asylum seekers find safety and welcome in the United States through resettlement and integration, legal protection, and advocacy.","breadcrumb":{"@id":"https://hias.org/where/united-states/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://hias.org/where/united-states/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://hias.org/where/united-states/#primaryimage","url":"https://hias.org/wp-content/uploads/2022/07/2022_08_29_Ahmadzai-Family-Resettled-by-GC-JFCS.png","contentUrl":"https://hias.org/wp-content/uploads/2022/07/2022_08_29_Ahmadzai-Family-Resettled-by-GC-JFCS.png","width":2400,"height":1400,"caption":"Afghan evacuees Rana, Wali, and Hewad Ahmadzai in their home on August 29, 2022 in Florida. Their family was resettled by Gulf Coast JFCS, a HIAS affiliate. (Zack Wittman for HIAS)"},{"@type":"BreadcrumbList","@id":"https://hias.org/where/united-states/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://hias.org/"},{"@type":"ListItem","position":2,"name":"United States"}]},{"@type":"WebSite","@id":"https://hias.org/#website","url":"https://hias.org/","name":"HIAS","description":"Welcome the stranger. Protect the refugee.","publisher":{"@id":"https://hias.org/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://hias.org/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://hias.org/#organization","name":"HIAS","url":"https://hias.org/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://hias.org/#/schema/logo/image/","url":"","contentUrl":"","caption":"HIAS"},"image":{"@id":"https://hias.org/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/HIASrefugees/","https://twitter.com/HIASrefugees","https://www.linkedin.com/company/hias/"]}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//cdnjs.cloudflare.com' /> <link rel='stylesheet' id='sbi_styles-css' href='https://hias.org/wp-content/plugins/instagram-feed/css/sbi-styles.min.css?ver=6.2.9' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://hias.org/wp-includes/css/dist/block-library/style.min.css?ver=6.6.2' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link data-minify="1" rel='stylesheet' id='weglot-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/plugins/weglot/dist/css/front-css.css?ver=1732120475' type='text/css' media='' /> <link data-minify="1" rel='stylesheet' id='new-flag-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/plugins/weglot/app/styles/new-flags.css?ver=1732120476' type='text/css' media='all' /> <style id='custom-flag-handle-inline-css' type='text/css'> .weglot-flags.flag-0.en>a:before,.weglot-flags.flag-0.en>span:before {background-image: url(https://cdn.weglot.com/flags/rectangle_mat/us.svg); }.weglot-flags.flag-0.es>a:before,.weglot-flags.flag-0.es>span:before {background-image: url(https://cdn.weglot.com/flags/rectangle_mat/mx.svg); }.weglot-flags.flag-1.en>a:before,.weglot-flags.flag-1.en>span:before {background-image: url(https://cdn.weglot.com/flags/shiny/us.svg); }.weglot-flags.flag-1.es>a:before,.weglot-flags.flag-1.es>span:before {background-image: url(https://cdn.weglot.com/flags/shiny/mx.svg); }.weglot-flags.flag-2.en>a:before,.weglot-flags.flag-2.en>span:before {background-image: url(https://cdn.weglot.com/flags/square/us.svg); }.weglot-flags.flag-2.es>a:before,.weglot-flags.flag-2.es>span:before {background-image: url(https://cdn.weglot.com/flags/square/mx.svg); }.weglot-flags.flag-3.en>a:before,.weglot-flags.flag-3.en>span:before {background-image: url(https://cdn.weglot.com/flags/circle/us.svg); }.weglot-flags.flag-3.es>a:before,.weglot-flags.flag-3.es>span:before {background-image: url(https://cdn.weglot.com/flags/circle/mx.svg); } </style> <link data-minify="1" rel='stylesheet' id='font-style-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/_include/fonts/fonts.css?ver=1732120476' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='main-style-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/style.css?ver=1732120479' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='custom-style-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/style-wp.css?ver=1732120479' type='text/css' media='all' /> <link rel='stylesheet' id='print-style-css' href='https://hias.org/wp-content/themes/hias-website/print.css?ver=1732280396' type='text/css' media='print' /> <link data-minify="1" rel='stylesheet' id='vanilla-stylesheet-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/vanilla-styles.css?ver=1732120480' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='magnific-stylesheet-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/_include/css/magnific.css?ver=1732120476' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='block-intro-one-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-intro-one/block-intro-one.css?ver=1732120498' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='block-404-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-404/block-404.css?ver=1732120476' type='text/css' media='all' /> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/plugins/weglot/dist/front-js.js?ver=1732120470" id="wp-weglot-js-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/themes/hias-website/_include/js/jquery-3.5.1.min.js?ver=3.5.1" id="jquery-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/themes/hias-website/_include/js/pgwbrowser.min.js?ver=1" id="pgwbrowser-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/themes/hias-website/_include/js/mobile-detect.min.js?ver=1" id="mobile-detect-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/themes/hias-website/_include/js/headroom.min.js?ver=1" id="headroom-min-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/_include/js/jQuery.headroom.js?ver=1732120470" id="jQuery-headroom-js" defer></script> <link rel="https://api.w.org/" href="https://hias.org/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://hias.org/wp-json/wp/v2/country/39173" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://hias.org/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://hias.org/?p=39173' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://hias.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhias.org%2Fwhere%2Funited-states%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://hias.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhias.org%2Fwhere%2Funited-states%2F&format=xml" /> <link rel="alternate" href="https://hias.org/where/united-states/" hreflang="en"/> <link rel="alternate" href="https://hias.org/es/donde/united-states/" hreflang="es"/> <link rel="icon" href="https://hias.org/wp-content/uploads/android-icon-192x192-1-150x150.png" sizes="32x32" /> <link rel="icon" href="https://hias.org/wp-content/uploads/android-icon-192x192-1.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://hias.org/wp-content/uploads/android-icon-192x192-1.png" /> <meta name="msapplication-TileImage" content="https://hias.org/wp-content/uploads/android-icon-192x192-1.png" /> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript> <style> body:not(.gotham-book--loaded):not(.no-js) { font-family: sans-serif; /* Fallback font styles */ } .gotham-book--loaded, .no-js { font-family: "GothamBook"; /* Webfont styles */ } /* Accessible hiding */ .hidden { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; } </style> <!-- Google Tag Manager --> <script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TC8H4GJ');</script> <!-- End Google Tag Manager --> <!-- Google Tag Manager JMG --> <script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KKXPKPQ');</script> <!-- End Google Tag Manager --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TC8H4GJ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Google Tag Manager (noscript) JMG--> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KKXPKPQ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Facebook Pixel Code --> <script type="rocketlazyloadscript"> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1075812419136029'); fbq('track', "PageView");</script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1075812419136029&ev=PageView&noscript=1" /></noscript> <!-- End Facebook Pixel Code --> <!-- Instagram --> <script type="rocketlazyloadscript" data-minify="1" async defer data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/en_US/embeds.js?ver=1732120471"></script> <!-- Twitter --> <script type="rocketlazyloadscript" data-minify="1" async data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/widgets.js?ver=1732120472" charset="utf-8"></script> <!-- Start Quantcast Tag --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var _qevents = _qevents || []; (function() { var elem = document.createElement('script'); elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js"; elem.async = true; elem.type = "text/javascript"; var scpt = document.getElementsByTagName('script')[0]; scpt.parentNode.insertBefore(elem, scpt); })(); _qevents.push({qacct: "p-FzUpzfAVda5CM"}); </script> <noscript> <img src="//pixel.quantserve.com/pixel/p-FzUpzfAVda5CM.gif?labels=_fp.event.Default" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> </noscript> <!-- Hotjar Tracking Code for https://www.hias.org/ --> <script type="rocketlazyloadscript"> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:1722239,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script> <!-- Global site tag (gtag.js) - Google Ads: 10866788298 --> <script type="rocketlazyloadscript" async src=https://www.googletagmanager.com/gtag/js?id=AW-10866788298></script> <script type="rocketlazyloadscript"> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('set', 'linker', { 'domains': ['www.hias.org', 'act.hias.org'] }); gtag('js', new Date()); gtag('config', 'AW-10866788298'); </script> <!-- Fresh Desk --> <!-- <script type="rocketlazyloadscript"> window.fwSettings={ 'widget_id':70000003408 }; !function(){if("function"!=typeof window.FreshworksWidget){var n=function(){n.q.push(arguments)};n.q=[],window.FreshworksWidget=n}}() </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://widget.freshworks.com/widgets/70000003408.js' async defer></script> --> <!-- Google Search console --> <meta name="google-site-verification" content="2LSLrhje16mExCTm_k6cRM31T4gX_LwsyYDavopPbok" /> </head> <body class="country-template-default single single-country postid-39173 no-js status-publish"> <!-- <div class="page-transition"> <span class="overlay-layer"></span> </div> --> <div id="wrapper"> <!--Europe back to global link--> <!--Top Nav--> <section class="top-helper-nav"> <div class="container"> <ul id="menu-new-top-menu" class="menu"><li id="menu-item-68880" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68880"><a href="https://hias.org/what/respond-emergencies/">Emergency Response</a></li> <li id="menu-item-68879" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68879"><a href="https://hias.org/center-refugee-policy/">Center for Refugee Policy</a></li> <li id="menu-item-65043" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-65043"><a href="https://hias.org/refugee-faqs/">Refugee FAQs</a></li> <li id="menu-item-65044" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-65044"><a href="https://hias.org/contact-us/">Contact Us</a></li> </ul> <!--Weglot 4.2.2--><aside data-wg-notranslate="" class="country-selector weglot-dropdown close_outside_click closed weglot-shortcode wg-" tabindex="0" aria-expanded="false" aria-label="Language selected: English"><input id="wg1732389047674228b7c02ca528" class="weglot_choice" type="checkbox" name="menu"/><label data-l="en" tabindex="-1" for="wg1732389047674228b7c02ca528" class="wgcurrent wg-li weglot-lang weglot-language flag-0 en" data-code-language="en" data-name-language="English"><span class="wglanguage-name">English</span></label><ul role="none"><li data-l="es" class="wg-li weglot-lang weglot-language flag-0 es" data-code-language="es" role="option"><a title="Language switcher : Spanish" class="weglot-language-es" role="option" data-wg-notranslate="" href="https://hias.org/es/donde/united-states/">Español</a></li></ul></aside> <button class="open-search-flyout"><span class="accessibility">Open Search</span></button> </div> </section> <!--Header--> <header> <div class="container"> <a class="logo" href="https://hias.org"> <img width="1332" height="187" class="large-only" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201332%20187'%3E%3C/svg%3E" alt="HIAS" data-lazy-src="https://hias.org/wp-content/uploads/2022/05/hias_logo.png"/><noscript><img width="1332" height="187" class="large-only" src="https://hias.org/wp-content/uploads/2022/05/hias_logo.png" alt="HIAS"/></noscript> <img width="246" height="76" class="medium-only" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20246%2076'%3E%3C/svg%3E" alt="HIAS" data-lazy-src="https://hias.org/wp-content/uploads/2022/05/hias_logo-2.png"/><noscript><img width="246" height="76" class="medium-only" src="https://hias.org/wp-content/uploads/2022/05/hias_logo-2.png" alt="HIAS"/></noscript> <span class="accessibility">HIAS</span> </a> <div id="last-link-dupe" class="mobile-only"></div> <button class="mobile-only mobile-menu"> <span></span> <span></span> <span></span> <span class="accessibility">Toggle Menu</span> </button> <nav itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement" role="navigation"> <button id="back-to-main-nav" class="mobile-only back-button">Back</button> <button id="back-to-parent-nav" class="mobile-only back-button">Back</button> <ul id="menu-new-main-menu" class="menu"><li id="menu-item-65031" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-65031 menu-item-has-children layout-three-column" itemprop="name"><a href="https://hias.org/who/"><span class="title">Who We Are</span></a> <div class="sub-menu"> <ul class="container simpatico-grid dropdown-three-column"> <li class="intro"> <h2 class="heading-5">Who We Are</h2> <p class="medium">Drawing on our Jewish values and history, HIAS stands for a world in which refugees find welcome, safety, and opportunity.</p> <a class="btn-primary" href="https://hias.org/who/" target="">Learn More</a> </li> <li class="secondary-links"> <h3 class="eyebrow">Explore</h3> <ul> <li><a class="alt btn-secondary white" href="https://hias.org/who/careers/" target=""><span>Careers</span></a></li><li><a class="alt btn-secondary white" href="https://hias.org/who/financial-statements-and-reports/" target="">Financial Statements & <span>Reports</span></a></li><li><a class="alt btn-secondary white" href="https://www.hiasfoundation.org/" target="_blank">HIAS <span>Foundation</span></a></li><li><a class="alt btn-secondary white" href="https://www.hiaseaf.org" target="_blank">HIAS Economic Advancement <span>Fund</span></a></li> </ul> </li> <li class="links-carousel"> <h3 class="eyebrow">About Us</h3> <div class="slick-carousel"> <a class="slide btn-hover" href="https://hias.org/who/our-history/" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads//Soviet-Jews-Arrive-1-300x169.jpg 300w, https://hias.org/wp-content/uploads//Soviet-Jews-Arrive-1-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//Soviet-Jews-Arrive-1-768x434.jpg 768w, https://hias.org/wp-content/uploads//Soviet-Jews-Arrive-1-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//Soviet-Jews-Arrive-1.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/Soviet-Jews-Arrive-1-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/Soviet-Jews-Arrive-1-300x169.jpg" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads//Soviet-Jews-Arrive-1-300x169.jpg 300w, https://hias.org/wp-content/uploads//Soviet-Jews-Arrive-1-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//Soviet-Jews-Arrive-1-768x434.jpg 768w, https://hias.org/wp-content/uploads//Soviet-Jews-Arrive-1-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//Soviet-Jews-Arrive-1.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <h4 class="subhead">Our History</h4> <p class="xsmall">Originally founded to assist Jews fleeing pogroms in Eastern Europe, today HIAS works around the world to assist displaced people of all backgrounds.</p> <span class="btn-tertiary white">Learn More</span> </a> <a class="slide btn-hover" href="https://hias.org/who" target=""> <div class="media"><img width="300" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads/2022/09/image1-2-300x200.jpeg 300w, https://hias.org/wp-content/uploads/2022/09/image1-2-1024x684.jpeg 1024w, https://hias.org/wp-content/uploads/2022/09/image1-2-768x513.jpeg 768w, https://hias.org/wp-content/uploads/2022/09/image1-2-1536x1025.jpeg 1536w, https://hias.org/wp-content/uploads/2022/09/image1-2-2048x1367.jpeg 2048w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/2022/09/image1-2-300x200.jpeg" /><noscript><img width="300" height="200" src="https://hias.org/wp-content/uploads/2022/09/image1-2-300x200.jpeg" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads/2022/09/image1-2-300x200.jpeg 300w, https://hias.org/wp-content/uploads/2022/09/image1-2-1024x684.jpeg 1024w, https://hias.org/wp-content/uploads/2022/09/image1-2-768x513.jpeg 768w, https://hias.org/wp-content/uploads/2022/09/image1-2-1536x1025.jpeg 1536w, https://hias.org/wp-content/uploads/2022/09/image1-2-2048x1367.jpeg 2048w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <h4 class="subhead">Mission & Values</h4> <p class="xsmall">HIAS draws on our mission and values to serve over one million people in more than 20 countries around the world each year.</p> <span class="btn-tertiary white">Learn More</span> </a> </div> </li> </ul> </div> </li> <li id="menu-item-65033" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-65033 menu-item-has-children layout-three-column" itemprop="name"><a href="https://hias.org/what/"><span class="title">What We Do</span></a> <div class="sub-menu"> <ul class="container simpatico-grid dropdown-three-column"> <li class="intro"> <h2 class="heading-5">What We Do</h2> <p class="medium">HIAS provides vital services to refugees and asylum seekers around the world and advocates for their fundamental rights so they can rebuild their lives.</p> <a class="btn-primary" href="https://hias.org/what/" target="">Learn More</a> </li> <li class="secondary-links"> <h3 class="eyebrow">Priorities</h3> <ul> <li class="has-tertiary"><a class="alt btn-secondary white" href="https://hias.org/what/resettle-refugees/" target="">Resettle <span>Refugees</span></a> <div class="tertiary-menu style-images has-btn-tertiary"> <h4 class="heading-6 small"></h4> <ul> <li> <a class="simpatico-flex-container btn-hover" href="https://hias.org/how/welcome-corps/" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="The Resettlement Organization of Migrants of Arizona (ROMA) greets HIAS’ first Welcome Corps family at Phoenix Sky Harbor International Airport on July 6, 2023. | Welcome Corps" data-lazy-srcset="https://hias.org/wp-content/uploads//2023_07_-Arizona-First-Welcome-Corps-Family-300x169.jpg 300w, https://hias.org/wp-content/uploads//2023_07_-Arizona-First-Welcome-Corps-Family-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//2023_07_-Arizona-First-Welcome-Corps-Family-768x434.jpg 768w, https://hias.org/wp-content/uploads//2023_07_-Arizona-First-Welcome-Corps-Family-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//2023_07_-Arizona-First-Welcome-Corps-Family.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/2023_07_-Arizona-First-Welcome-Corps-Family-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/2023_07_-Arizona-First-Welcome-Corps-Family-300x169.jpg" class="attachment-medium size-medium" alt="The Resettlement Organization of Migrants of Arizona (ROMA) greets HIAS’ first Welcome Corps family at Phoenix Sky Harbor International Airport on July 6, 2023. | Welcome Corps" loading="lazy" srcset="https://hias.org/wp-content/uploads//2023_07_-Arizona-First-Welcome-Corps-Family-300x169.jpg 300w, https://hias.org/wp-content/uploads//2023_07_-Arizona-First-Welcome-Corps-Family-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//2023_07_-Arizona-First-Welcome-Corps-Family-768x434.jpg 768w, https://hias.org/wp-content/uploads//2023_07_-Arizona-First-Welcome-Corps-Family-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//2023_07_-Arizona-First-Welcome-Corps-Family.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <article> <h5 class="subhead small">Welcome Corps</h5> <p class="xsmall">Through the Welcome Corps, groups of everyday Americans can sponsor refugees and help them build new lives in communities across the U.S.<span>Learn More</span></p> </article> </a> </li> <li> <a class="simpatico-flex-container btn-hover" href="https://hias.org/resettlement-partners/" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Rahmatullah Hamkar, an Afghan evacuee who was resettled by Gulf Coast JFCS, works in the organization's Refugee Garden on June 1, 2023 in Clearwater, Florida. | Community Garden for Refugees Offers Belonging & a Taste of Home | HIAS" data-lazy-srcset="https://hias.org/wp-content/uploads/2023_GulfCoastJFCS_RefugeeGarden_ClearwaterFL-13-300x169.jpg 300w, https://hias.org/wp-content/uploads/2023_GulfCoastJFCS_RefugeeGarden_ClearwaterFL-13-1024x579.jpg 1024w, https://hias.org/wp-content/uploads/2023_GulfCoastJFCS_RefugeeGarden_ClearwaterFL-13-768x434.jpg 768w, https://hias.org/wp-content/uploads/2023_GulfCoastJFCS_RefugeeGarden_ClearwaterFL-13-1536x868.jpg 1536w, https://hias.org/wp-content/uploads/2023_GulfCoastJFCS_RefugeeGarden_ClearwaterFL-13.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/./2023_GulfCoastJFCS_RefugeeGarden_ClearwaterFL-13-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/./2023_GulfCoastJFCS_RefugeeGarden_ClearwaterFL-13-300x169.jpg" class="attachment-medium size-medium" alt="Rahmatullah Hamkar, an Afghan evacuee who was resettled by Gulf Coast JFCS, works in the organization's Refugee Garden on June 1, 2023 in Clearwater, Florida. | Community Garden for Refugees Offers Belonging & a Taste of Home | HIAS" loading="lazy" srcset="https://hias.org/wp-content/uploads/2023_GulfCoastJFCS_RefugeeGarden_ClearwaterFL-13-300x169.jpg 300w, https://hias.org/wp-content/uploads/2023_GulfCoastJFCS_RefugeeGarden_ClearwaterFL-13-1024x579.jpg 1024w, https://hias.org/wp-content/uploads/2023_GulfCoastJFCS_RefugeeGarden_ClearwaterFL-13-768x434.jpg 768w, https://hias.org/wp-content/uploads/2023_GulfCoastJFCS_RefugeeGarden_ClearwaterFL-13-1536x868.jpg 1536w, https://hias.org/wp-content/uploads/2023_GulfCoastJFCS_RefugeeGarden_ClearwaterFL-13.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <article> <h5 class="subhead small">Resettlement Partners</h5> <p class="xsmall">In communities across the United States, our network of resettlement partner agencies helps resettled refugees rebuild their lives and find welcome, safety, and opportunity.<span>Learn More</span></p> </article> </a> </li> </ul><a class="btn-tertiary" href="https://hias.org/what/resettle-refugees/" target="">Resettle Refugees</a></div></li><li class="has-tertiary"><a class="alt btn-secondary white" href="https://hias.org/what/end-gender-based-violence/" target="">End Gender-Based <span>Violence</span></a> <div class="tertiary-menu style-images has-btn-tertiary"> <h4 class="heading-6 small"></h4> <ul> <li> <a class="simpatico-flex-container btn-hover" href="https://hias.org/lgbtq-refugees/" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads//lgbtwin_teaser-2-scaled-1-300x169.jpg 300w, https://hias.org/wp-content/uploads//lgbtwin_teaser-2-scaled-1-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//lgbtwin_teaser-2-scaled-1-768x434.jpg 768w, https://hias.org/wp-content/uploads//lgbtwin_teaser-2-scaled-1-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//lgbtwin_teaser-2-scaled-1.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/lgbtwin_teaser-2-scaled-1-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/lgbtwin_teaser-2-scaled-1-300x169.jpg" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads//lgbtwin_teaser-2-scaled-1-300x169.jpg 300w, https://hias.org/wp-content/uploads//lgbtwin_teaser-2-scaled-1-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//lgbtwin_teaser-2-scaled-1-768x434.jpg 768w, https://hias.org/wp-content/uploads//lgbtwin_teaser-2-scaled-1-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//lgbtwin_teaser-2-scaled-1.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <article> <h5 class="subhead small">LGBTQ Refugees</h5> <p class="xsmall">HIAS supports LGBTQ refugees and asylum seekers to access their rights and rebuild their lives in dignity.<span>Learn More</span></p> </article> </a> </li> <li> <a class="simpatico-flex-container btn-hover" href="https://hias.org/news/no-gbv-yes-economic-empowerment/" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads/2021_Ecuador_Caminando-Project058-300x169.jpg 300w, https://hias.org/wp-content/uploads/2021_Ecuador_Caminando-Project058-1024x579.jpg 1024w, https://hias.org/wp-content/uploads/2021_Ecuador_Caminando-Project058-768x434.jpg 768w, https://hias.org/wp-content/uploads/2021_Ecuador_Caminando-Project058-1536x868.jpg 1536w, https://hias.org/wp-content/uploads/2021_Ecuador_Caminando-Project058.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/2021_Ecuador_Caminando-Project058-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/2021_Ecuador_Caminando-Project058-300x169.jpg" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads/2021_Ecuador_Caminando-Project058-300x169.jpg 300w, https://hias.org/wp-content/uploads/2021_Ecuador_Caminando-Project058-1024x579.jpg 1024w, https://hias.org/wp-content/uploads/2021_Ecuador_Caminando-Project058-768x434.jpg 768w, https://hias.org/wp-content/uploads/2021_Ecuador_Caminando-Project058-1536x868.jpg 1536w, https://hias.org/wp-content/uploads/2021_Ecuador_Caminando-Project058.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <article> <h5 class="subhead small">No to GBV, Yes to Economic Empowerment</h5> <p class="xsmall">A close collaboration in Ecuador between HIAS and UN Women promotes economic empowerment as an effective strategy to stop GBV.<span>Learn More</span></p> </article> </a> </li> </ul><a class="btn-tertiary" href="https://hias.org/what/end-gender-based-violence/" target="">End Gender-Based Violence</a></div></li><li class="has-tertiary"><a class="alt btn-secondary white" href="https://hias.org/what/provide-legal-support/" target="">Provide Legal <span>Support</span></a> <div class="tertiary-menu style-images has-btn-tertiary"> <h4 class="heading-6 small"></h4> <ul> <li> <a class="simpatico-flex-container btn-hover" href="https://hias.org/legal-services/" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads/20210513_US_Family-Reunifies_006-300x169.jpg 300w, https://hias.org/wp-content/uploads/20210513_US_Family-Reunifies_006-1024x579.jpg 1024w, https://hias.org/wp-content/uploads/20210513_US_Family-Reunifies_006-768x434.jpg 768w, https://hias.org/wp-content/uploads/20210513_US_Family-Reunifies_006-1536x868.jpg 1536w, https://hias.org/wp-content/uploads/20210513_US_Family-Reunifies_006.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/20210513_US_Family-Reunifies_006-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/20210513_US_Family-Reunifies_006-300x169.jpg" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads/20210513_US_Family-Reunifies_006-300x169.jpg 300w, https://hias.org/wp-content/uploads/20210513_US_Family-Reunifies_006-1024x579.jpg 1024w, https://hias.org/wp-content/uploads/20210513_US_Family-Reunifies_006-768x434.jpg 768w, https://hias.org/wp-content/uploads/20210513_US_Family-Reunifies_006-1536x868.jpg 1536w, https://hias.org/wp-content/uploads/20210513_US_Family-Reunifies_006.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <article> <h5 class="subhead small">Legal Services in the U.S.</h5> <p class="xsmall">Learn more about legal services that HIAS offers in the U.S. — and how to get help from our team of dedicated lawyers in New York and Maryland.<span>Learn More</span></p> </article> </a> </li> <li> <a class="simpatico-flex-container btn-hover" href="https://hias.org/statelessness/" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="A Kenyan mother holding her young daughter happily displays her daughter's birth certificate. Birth certificates and other legal documentation are an important element in preventing a person from becoming stateless. | Statelessness | HIAS" data-lazy-srcset="https://hias.org/wp-content/uploads//RF1252771_206A8262-300x169.jpg 300w, https://hias.org/wp-content/uploads//RF1252771_206A8262-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//RF1252771_206A8262-768x434.jpg 768w, https://hias.org/wp-content/uploads//RF1252771_206A8262-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//RF1252771_206A8262.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/RF1252771_206A8262-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/RF1252771_206A8262-300x169.jpg" class="attachment-medium size-medium" alt="A Kenyan mother holding her young daughter happily displays her daughter's birth certificate. Birth certificates and other legal documentation are an important element in preventing a person from becoming stateless. | Statelessness | HIAS" loading="lazy" srcset="https://hias.org/wp-content/uploads//RF1252771_206A8262-300x169.jpg 300w, https://hias.org/wp-content/uploads//RF1252771_206A8262-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//RF1252771_206A8262-768x434.jpg 768w, https://hias.org/wp-content/uploads//RF1252771_206A8262-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//RF1252771_206A8262.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <article> <h5 class="subhead small">Statelessness</h5> <p class="xsmall">Millions of people around the world are denied basic rights because they are not citizens of any country.<span>Learn More</span></p> </article> </a> </li> </ul><a class="btn-tertiary" href="https://hias.org/what/provide-legal-support/" target="">Provide Legal Support</a></div></li><li class="has-tertiary"><a class="alt btn-secondary white" href="https://hias.org/what/support-community-mental-health/" target="">Support Community Mental <span>Health</span></a> <div class="tertiary-menu style-images has-btn-tertiary"> <h4 class="heading-6 small"></h4> <ul> <li> <a class="simpatico-flex-container btn-hover" href="https://hias.org/news/why-community-so-crucial-refugees-mental-health/" target=""> <div class="media"><img width="300" height="224" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20224'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="A HIAS Ukraine worker sits with a resident at a shelter in Lviv, Ukraine." data-lazy-srcset="https://hias.org/wp-content/uploads/hiasukraine_paulabronstein012_resized-300x224.jpg 300w, https://hias.org/wp-content/uploads/hiasukraine_paulabronstein012_resized-1024x765.jpg 1024w, https://hias.org/wp-content/uploads/hiasukraine_paulabronstein012_resized-768x574.jpg 768w, https://hias.org/wp-content/uploads/hiasukraine_paulabronstein012_resized-1536x1148.jpg 1536w, https://hias.org/wp-content/uploads/hiasukraine_paulabronstein012_resized.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/hiasukraine_paulabronstein012_resized-300x224.jpg" /><noscript><img width="300" height="224" src="https://hias.org/wp-content/uploads/hiasukraine_paulabronstein012_resized-300x224.jpg" class="attachment-medium size-medium" alt="A HIAS Ukraine worker sits with a resident at a shelter in Lviv, Ukraine." loading="lazy" srcset="https://hias.org/wp-content/uploads/hiasukraine_paulabronstein012_resized-300x224.jpg 300w, https://hias.org/wp-content/uploads/hiasukraine_paulabronstein012_resized-1024x765.jpg 1024w, https://hias.org/wp-content/uploads/hiasukraine_paulabronstein012_resized-768x574.jpg 768w, https://hias.org/wp-content/uploads/hiasukraine_paulabronstein012_resized-1536x1148.jpg 1536w, https://hias.org/wp-content/uploads/hiasukraine_paulabronstein012_resized.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <article> <h5 class="subhead small">Why Community Is So Crucial to Refugees’ Mental Health</h5> <p class="xsmall">HIAS’ community-based mental health programs promote the well-being of refugees affected by crisis and conflict.<span>Learn More</span></p> </article> </a> </li> <li> <a class="simpatico-flex-container btn-hover" href="https://hias.org/news/watch-caring-whole-person/" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads/Caring-for-the-Whole-Person-Still-1-300x169.png 300w, https://hias.org/wp-content/uploads/Caring-for-the-Whole-Person-Still-1-1024x579.png 1024w, https://hias.org/wp-content/uploads/Caring-for-the-Whole-Person-Still-1-768x434.png 768w, https://hias.org/wp-content/uploads/Caring-for-the-Whole-Person-Still-1-1536x868.png 1536w, https://hias.org/wp-content/uploads/Caring-for-the-Whole-Person-Still-1.png 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/Caring-for-the-Whole-Person-Still-1-300x169.png" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/Caring-for-the-Whole-Person-Still-1-300x169.png" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads/Caring-for-the-Whole-Person-Still-1-300x169.png 300w, https://hias.org/wp-content/uploads/Caring-for-the-Whole-Person-Still-1-1024x579.png 1024w, https://hias.org/wp-content/uploads/Caring-for-the-Whole-Person-Still-1-768x434.png 768w, https://hias.org/wp-content/uploads/Caring-for-the-Whole-Person-Still-1-1536x868.png 1536w, https://hias.org/wp-content/uploads/Caring-for-the-Whole-Person-Still-1.png 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <article> <h5 class="subhead small">WATCH: Caring for the Whole Person</h5> <p class="xsmall">Watch a video to learn about HIAS’ dedication to refugees and their well-being.<span>Learn More</span></p> </article> </a> </li> </ul><a class="btn-tertiary" href="https://hias.org/what/support-community-mental-health/" target="">Support Community Mental Health</a></div></li><li class="has-tertiary"><a class="alt btn-secondary white" href="https://hias.org/what/promote-economic-inclusion/" target="">Promote Economic <span>Inclusion</span></a> <div class="tertiary-menu style-images has-btn-tertiary"> <h4 class="heading-6 small"></h4> <ul> <li> <a class="simpatico-flex-container btn-hover" href="https://hias.org/news/refugee-explores-her-culinary-passion-costa-rica/" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads//2023_Costa-Rica_EI_001_LR-300x169.jpg 300w, https://hias.org/wp-content/uploads//2023_Costa-Rica_EI_001_LR-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//2023_Costa-Rica_EI_001_LR-768x434.jpg 768w, https://hias.org/wp-content/uploads//2023_Costa-Rica_EI_001_LR-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//2023_Costa-Rica_EI_001_LR.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/2023_Costa-Rica_EI_001_LR-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/2023_Costa-Rica_EI_001_LR-300x169.jpg" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads//2023_Costa-Rica_EI_001_LR-300x169.jpg 300w, https://hias.org/wp-content/uploads//2023_Costa-Rica_EI_001_LR-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//2023_Costa-Rica_EI_001_LR-768x434.jpg 768w, https://hias.org/wp-content/uploads//2023_Costa-Rica_EI_001_LR-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//2023_Costa-Rica_EI_001_LR.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <article> <h5 class="subhead small">The Graduation Model Approach</h5> <p class="xsmall">Our Graduation Model Approach provides refugees around the world with tools to lift themselves out of poverty and to integrate into host communities.<span>Learn More</span></p> </article> </a> </li> <li> <a class="simpatico-flex-container btn-hover" href="https://hias.org/news/providing-refugees-tools-get-back-their-feet/" target=""> <div class="media"><img width="300" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads//20191031_Ecuador_SxS-Video070-scaled-1-1-300x200.jpg 300w, https://hias.org/wp-content/uploads//20191031_Ecuador_SxS-Video070-scaled-1-1-1024x684.jpg 1024w, https://hias.org/wp-content/uploads//20191031_Ecuador_SxS-Video070-scaled-1-1-768x513.jpg 768w, https://hias.org/wp-content/uploads//20191031_Ecuador_SxS-Video070-scaled-1-1-1536x1025.jpg 1536w, https://hias.org/wp-content/uploads//20191031_Ecuador_SxS-Video070-scaled-1-1-2048x1367.jpg 2048w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/20191031_Ecuador_SxS-Video070-scaled-1-1-300x200.jpg" /><noscript><img width="300" height="200" src="https://hias.org/wp-content/uploads/20191031_Ecuador_SxS-Video070-scaled-1-1-300x200.jpg" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads//20191031_Ecuador_SxS-Video070-scaled-1-1-300x200.jpg 300w, https://hias.org/wp-content/uploads//20191031_Ecuador_SxS-Video070-scaled-1-1-1024x684.jpg 1024w, https://hias.org/wp-content/uploads//20191031_Ecuador_SxS-Video070-scaled-1-1-768x513.jpg 768w, https://hias.org/wp-content/uploads//20191031_Ecuador_SxS-Video070-scaled-1-1-1536x1025.jpg 1536w, https://hias.org/wp-content/uploads//20191031_Ecuador_SxS-Video070-scaled-1-1-2048x1367.jpg 2048w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <article> <h5 class="subhead small">The Fundamental Elements of our Economic Inclusion Programs</h5> <p class="xsmall">HIAS has helped over 400,000 participants to get out of poverty, find employment, start a business, and achieve self-reliance.<span>Learn More</span></p> </article> </a> </li> </ul><a class="btn-tertiary" href="https://hias.org/what/promote-economic-inclusion/" target="">Promote Economic Inclusion</a></div></li><li class="has-tertiary"><a class="alt btn-secondary white" href="https://hias.org/what/advocate-for-refugee-rights/" target="">Advocate for Refugee <span>Rights</span></a> <div class="tertiary-menu style-images has-btn-tertiary"> <h4 class="heading-6 small"></h4> <ul> <li> <a class="simpatico-flex-container btn-hover" href="https://act.hias.org/page/54296/action/1" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Immigrants seeking asylum in the United States wait in line as they are processed by U.S. Border Patrol agents in the early morning hours after crossing into Arizona from Mexico on May 10, 2023 in Yuma, Arizona. | The End of Title 42: Five Key Takeaways | HIAS" data-lazy-srcset="https://hias.org/wp-content/uploads/GettyImages-1488823394-300x169.jpg 300w, https://hias.org/wp-content/uploads/GettyImages-1488823394-1024x579.jpg 1024w, https://hias.org/wp-content/uploads/GettyImages-1488823394-768x434.jpg 768w, https://hias.org/wp-content/uploads/GettyImages-1488823394-1536x868.jpg 1536w, https://hias.org/wp-content/uploads/GettyImages-1488823394.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/GettyImages-1488823394-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/GettyImages-1488823394-300x169.jpg" class="attachment-medium size-medium" alt="Immigrants seeking asylum in the United States wait in line as they are processed by U.S. Border Patrol agents in the early morning hours after crossing into Arizona from Mexico on May 10, 2023 in Yuma, Arizona. | The End of Title 42: Five Key Takeaways | HIAS" loading="lazy" srcset="https://hias.org/wp-content/uploads/GettyImages-1488823394-300x169.jpg 300w, https://hias.org/wp-content/uploads/GettyImages-1488823394-1024x579.jpg 1024w, https://hias.org/wp-content/uploads/GettyImages-1488823394-768x434.jpg 768w, https://hias.org/wp-content/uploads/GettyImages-1488823394-1536x868.jpg 1536w, https://hias.org/wp-content/uploads/GettyImages-1488823394.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <article> <h5 class="subhead small">Support the Asylum Seeker Work Authorization Act</h5> <p class="xsmall">Tell Congress to support the Asylum Seeker Work Authorization Act, which would make it easier for asylum seekers to obtain a work permit and contribute to their communities.<span>Learn More</span></p> </article> </a> </li> <li> <a class="simpatico-flex-container btn-hover" href="https://hias.org/take-action/" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads//20190718_DC_Clergy-Letter_002-1-300x169.jpg 300w, https://hias.org/wp-content/uploads//20190718_DC_Clergy-Letter_002-1-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//20190718_DC_Clergy-Letter_002-1-768x434.jpg 768w, https://hias.org/wp-content/uploads//20190718_DC_Clergy-Letter_002-1-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//20190718_DC_Clergy-Letter_002-1.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/20190718_DC_Clergy-Letter_002-1-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/20190718_DC_Clergy-Letter_002-1-300x169.jpg" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads//20190718_DC_Clergy-Letter_002-1-300x169.jpg 300w, https://hias.org/wp-content/uploads//20190718_DC_Clergy-Letter_002-1-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//20190718_DC_Clergy-Letter_002-1-768x434.jpg 768w, https://hias.org/wp-content/uploads//20190718_DC_Clergy-Letter_002-1-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//20190718_DC_Clergy-Letter_002-1.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <article> <h5 class="subhead small">Take Action</h5> <p class="xsmall">From sending letters to your lawmaker to getting more involved in your community, we need you to speak up for refugees and asylum seekers.<span>Learn More</span></p> </article> </a> </li> </ul><a class="btn-tertiary" href="https://hias.org/what/advocate-for-refugee-rights/" target="">Advocate for Refugee Rights</a></div></li><li class="has-tertiary"><a class="alt btn-secondary white" href="https://hias.org/what/respond-to-emergencies/" target="">Respond to <span>Emergencies</span></a> <div class="tertiary-menu style-images has-btn-tertiary"> <h4 class="heading-6 small"></h4> <ul> <li> <a class="simpatico-flex-container btn-hover" href="https://hias.org/emergency-response-israel/" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads//GettyImages-1719014863-1-300x169.jpg 300w, https://hias.org/wp-content/uploads//GettyImages-1719014863-1-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//GettyImages-1719014863-1-768x434.jpg 768w, https://hias.org/wp-content/uploads//GettyImages-1719014863-1-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//GettyImages-1719014863-1.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/GettyImages-1719014863-1-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/GettyImages-1719014863-1-300x169.jpg" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads//GettyImages-1719014863-1-300x169.jpg 300w, https://hias.org/wp-content/uploads//GettyImages-1719014863-1-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//GettyImages-1719014863-1-768x434.jpg 768w, https://hias.org/wp-content/uploads//GettyImages-1719014863-1-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//GettyImages-1719014863-1.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <article> <h5 class="subhead small">Emergency Response in Israel</h5> <p class="xsmall">HIAS is working to ensure support following the mass terrorist violence in Israel on October 7, 2023.<span>Learn More</span></p> </article> </a> </li> <li> <a class="simpatico-flex-container btn-hover" href="https://hias.org/emergency-response-chad/" target=""> <div class="media"><img width="300" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads//2023_Chad_ER_UNHCR_Sudan_003-1-300x200.jpg 300w, https://hias.org/wp-content/uploads//2023_Chad_ER_UNHCR_Sudan_003-1-1024x683.jpg 1024w, https://hias.org/wp-content/uploads//2023_Chad_ER_UNHCR_Sudan_003-1-768x512.jpg 768w, https://hias.org/wp-content/uploads//2023_Chad_ER_UNHCR_Sudan_003-1-1536x1024.jpg 1536w, https://hias.org/wp-content/uploads//2023_Chad_ER_UNHCR_Sudan_003-1-2048x1365.jpg 2048w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/2023_Chad_ER_UNHCR_Sudan_003-1-300x200.jpg" /><noscript><img width="300" height="200" src="https://hias.org/wp-content/uploads/2023_Chad_ER_UNHCR_Sudan_003-1-300x200.jpg" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads//2023_Chad_ER_UNHCR_Sudan_003-1-300x200.jpg 300w, https://hias.org/wp-content/uploads//2023_Chad_ER_UNHCR_Sudan_003-1-1024x683.jpg 1024w, https://hias.org/wp-content/uploads//2023_Chad_ER_UNHCR_Sudan_003-1-768x512.jpg 768w, https://hias.org/wp-content/uploads//2023_Chad_ER_UNHCR_Sudan_003-1-1536x1024.jpg 1536w, https://hias.org/wp-content/uploads//2023_Chad_ER_UNHCR_Sudan_003-1-2048x1365.jpg 2048w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <article> <h5 class="subhead small">Sudanese Refugees in Chad</h5> <p class="xsmall">Since April 2023, more than 400,000 refugees have crossed the border into Chad. Learn about HIAS’ response.<span>Learn More</span></p> </article> </a> </li> </ul><a class="btn-tertiary" href="https://hias.org/what/respond-to-emergencies/" target="">Respond to Emergencies</a></div></li> </ul> </li> <li class="links-carousel"> <h3 class="eyebrow">Our Work</h3> <div class="slick-carousel"> <a class="slide btn-hover" href="https://hias.org/center-refugee-policy/" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Migrants walk through a river in the inhospitable rainforest of the Darién Gap, Colombia, November 20, 2022. | Center for Refugee Policy } HIAS Center for Refugee Policy | HIAS" data-lazy-srcset="https://hias.org/wp-content/uploads/GettyImages-1482883982-300x169.jpg 300w, https://hias.org/wp-content/uploads/GettyImages-1482883982-1024x579.jpg 1024w, https://hias.org/wp-content/uploads/GettyImages-1482883982-768x434.jpg 768w, https://hias.org/wp-content/uploads/GettyImages-1482883982-1536x868.jpg 1536w, https://hias.org/wp-content/uploads/GettyImages-1482883982.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/GettyImages-1482883982-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/GettyImages-1482883982-300x169.jpg" class="attachment-medium size-medium" alt="Migrants walk through a river in the inhospitable rainforest of the Darién Gap, Colombia, November 20, 2022. | Center for Refugee Policy } HIAS Center for Refugee Policy | HIAS" loading="lazy" srcset="https://hias.org/wp-content/uploads/GettyImages-1482883982-300x169.jpg 300w, https://hias.org/wp-content/uploads/GettyImages-1482883982-1024x579.jpg 1024w, https://hias.org/wp-content/uploads/GettyImages-1482883982-768x434.jpg 768w, https://hias.org/wp-content/uploads/GettyImages-1482883982-1536x868.jpg 1536w, https://hias.org/wp-content/uploads/GettyImages-1482883982.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <h4 class="subhead">Center for Refugee Policy</h4> <p class="xsmall">The center is dedicated to generating new ideas to inform and educate policymakers on issues related to advancing refugee rights across the globe.</p> <span class="btn-tertiary white">Learn More</span> </a> <a class="slide btn-hover" href="https://hias.org/how/private-sponsorship/" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Arleen Zucker, left, and Tamila Kushnarova share a smile and embrace while saying goodbye following a Welcome Circle visit to Tamila's home. The home is pictured at left. | In Time for Passover, Ukrainians Find Jewish Community in U.S. | HIAS" data-lazy-srcset="https://hias.org/wp-content/uploads/Image_VII-300x169.jpg 300w, https://hias.org/wp-content/uploads/Image_VII-1024x579.jpg 1024w, https://hias.org/wp-content/uploads/Image_VII-768x434.jpg 768w, https://hias.org/wp-content/uploads/Image_VII-1536x868.jpg 1536w, https://hias.org/wp-content/uploads/Image_VII.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/Image_VII-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/Image_VII-300x169.jpg" class="attachment-medium size-medium" alt="Arleen Zucker, left, and Tamila Kushnarova share a smile and embrace while saying goodbye following a Welcome Circle visit to Tamila's home. The home is pictured at left. | In Time for Passover, Ukrainians Find Jewish Community in U.S. | HIAS" loading="lazy" srcset="https://hias.org/wp-content/uploads/Image_VII-300x169.jpg 300w, https://hias.org/wp-content/uploads/Image_VII-1024x579.jpg 1024w, https://hias.org/wp-content/uploads/Image_VII-768x434.jpg 768w, https://hias.org/wp-content/uploads/Image_VII-1536x868.jpg 1536w, https://hias.org/wp-content/uploads/Image_VII.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <h4 class="subhead">Private Sponsorship</h4> <p class="xsmall">Help integrate refugees into communities through HIAS-led private sponsorship groups.</p> <span class="btn-tertiary white">Learn More</span> </a> </div> </li> </ul> </div> </li> <li id="menu-item-65032" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-65032 menu-item-has-children layout-three-column" itemprop="name"><a href="https://hias.org/where/"><span class="title">Where We Work</span></a> <div class="sub-menu"> <ul class="container simpatico-grid dropdown-three-column"> <li class="intro"> <h2 class="heading-5">Where We Work</h2> <p class="medium">HIAS provides vital services to displaced people and communities impacted by displacement in more than 20 countries around the world.</p> <a class="btn-primary" href="https://hias.org/where/" target="">Learn More</a> </li> <li class="secondary-links"> <h3 class="eyebrow">Regions</h3> <ul> <li class="has-tertiary mobile-click-through"><a class="alt btn-secondary white" href="https://hias.org/where/united-states/" target="">United <span>States</span></a> <div class="tertiary-menu style-us has-btn-tertiary mobile-click-through"> <h4 class="heading-6 small">United States</h4> <ul><li><a class="alt btn-secondary" href="https://hias.org/what/resettle-refugees/" target="">Resettlement in the <span>U.S.</span></a></li><li><a class="alt btn-secondary" href="https://hias.org/resettlement-partners/" target="">Resettlement <span>Partners</span></a></li><li><a class="alt btn-secondary" href="https://hias.org/legal-support-us/" target="">Legal Programs in the <span>U.S.</span></a></li><li class="mobile-only"><a class="btn-primary" href="https://hias.org/where/united-states/" target="">Learn More</a></li></ul><ul> <li> <a class="btn-hover subhead small" href="https://hias.org/how/welcome-corps/" target=""> Private Sponsorship in the U.S. <span class="btn-tertiary">Learn More</span> </a> </li> <li> <a class="btn-hover subhead small" href="https://hias.org/legal-services/" target=""> Legal Services in the U.S. <span class="btn-tertiary">Learn More</span> </a> </li> </ul><a class="btn-tertiary pink" href="https://hias.org/where/united-states/" target="">Learn More</a></div></li><li class="has-tertiary mobile-click-through"><a class="alt btn-secondary white" href="https://hias.org/hias-eu/" target=""><span>Europe</span></a> <div class="tertiary-menu style-europe has-btn-tertiary mobile-click-through"> <h4 class="heading-6 small">Europe</h4> <ul> <li> <a class="btn-tertiary" href="https://hias.org/where/austria/" target=""> <span class="icon"><img width="300" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads/2022/06/Flag_of_Austria-300x200.png 300w, https://hias.org/wp-content/uploads/2022/06/Flag_of_Austria-1024x683.png 1024w, https://hias.org/wp-content/uploads/2022/06/Flag_of_Austria-768x512.png 768w, https://hias.org/wp-content/uploads/2022/06/Flag_of_Austria-e1654883272385.png 120w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/2022/06/Flag_of_Austria-300x200.png" /><noscript><img width="300" height="200" src="https://hias.org/wp-content/uploads/2022/06/Flag_of_Austria-300x200.png" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads/2022/06/Flag_of_Austria-300x200.png 300w, https://hias.org/wp-content/uploads/2022/06/Flag_of_Austria-1024x683.png 1024w, https://hias.org/wp-content/uploads/2022/06/Flag_of_Austria-768x512.png 768w, https://hias.org/wp-content/uploads/2022/06/Flag_of_Austria-e1654883272385.png 120w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></span> Austria </a> </li> <li> <a class="btn-tertiary" href="https://hias.org/where/greece/" target=""> <span class="icon"><img width="120" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2080'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/06/greece-flag-png-large.png" /><noscript><img width="120" height="80" src="https://hias.org/wp-content/uploads/2022/06/greece-flag-png-large.png" class="attachment-medium size-medium" alt="" loading="lazy" /></noscript></span> Greece </a> </li> <li> <a class="btn-tertiary" href="https://hias.org/where/moldova/" target=""> <span class="icon"><img width="120" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2080'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-src="https://hias.org/wp-content/uploads/moldova.png" /><noscript><img width="120" height="80" src="https://hias.org/wp-content/uploads/moldova.png" class="attachment-medium size-medium" alt="" loading="lazy" /></noscript></span> Moldova </a> </li> <li> <a class="btn-tertiary" href="https://hias.org/where/poland/" target=""> <span class="icon"><img width="120" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2080'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-src="https://hias.org/wp-content/uploads/poland-flag.jpg" /><noscript><img width="120" height="80" src="https://hias.org/wp-content/uploads/poland-flag.jpg" class="attachment-medium size-medium" alt="" loading="lazy" /></noscript></span> Poland </a> </li> <li> <a class="btn-tertiary" href="https://hias.org/where/romania/" target=""> <span class="icon"><img width="120" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2080'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-src="https://hias.org/wp-content/uploads/romania.png" /><noscript><img width="120" height="80" src="https://hias.org/wp-content/uploads/romania.png" class="attachment-medium size-medium" alt="" loading="lazy" /></noscript></span> Romania </a> </li> <li> <a class="btn-tertiary" href="https://hiasjcore.org/" target=""> <span class="icon"><img width="120" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2080'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-src="https://hias.org/wp-content/uploads/united-kingdom-flag.png" /><noscript><img width="120" height="80" src="https://hias.org/wp-content/uploads/united-kingdom-flag.png" class="attachment-medium size-medium" alt="" loading="lazy" /></noscript></span> United Kingdom </a> </li> <li> <a class="btn-tertiary add-alert" href="https://hias.org/where/ukraine/" target=""> <span class="icon"><img width="120" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2080'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Ukraine flag" data-lazy-src="https://hias.org/wp-content/uploads/2022/06/ukraine-flag-png-large.png" /><noscript><img width="120" height="80" src="https://hias.org/wp-content/uploads/2022/06/ukraine-flag-png-large.png" class="attachment-medium size-medium" alt="Ukraine flag" loading="lazy" /></noscript></span> Ukraine </a> </li><li class="mobile-only"><a class="btn-primary" href="https://hias.org/hias-eu/" target="">HIAS Europe</a></li></ul><ul> <li> <a class="btn-hover subhead small" href="https://hias.org/news/non-ukrainian-asylum-seekers-left-out-cold/" target=""> Non-Ukrainian Asylum Seekers Left Out in the Cold <span class="btn-tertiary">Read More</span> </a> </li> <li> <a class="btn-hover subhead small" href="https://hias.org/news/after-fleeing-alone-ukrainian-finds-family-brussels/" target=""> After Fleeing Alone, a Ukrainian Finds ‘Family’ in Brussels <span class="btn-tertiary">Read More</span> </a> </li> </ul><a class="btn-tertiary pink" href="https://hias.org/hias-eu/" target="">HIAS Europe</a></div></li><li class="has-tertiary mobile-click-through"><a class="alt btn-secondary white" href="https://hias.org/where/latin-america-caribbean/" target="">Latin America & <span>Caribbean</span></a> <div class="tertiary-menu style-europe has-btn-tertiary mobile-click-through"> <h4 class="heading-6 small">Latin America & Caribbean</h4> <ul> <li> <a class="btn-tertiary" href="https://hias.org/where/aruba/" target=""> <span class="icon"><img width="120" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2080'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/06/aruba-flag-jpg-xl.png" /><noscript><img width="120" height="80" src="https://hias.org/wp-content/uploads/2022/06/aruba-flag-jpg-xl.png" class="attachment-medium size-medium" alt="" loading="lazy" /></noscript></span> Aruba </a> </li> <li> <a class="btn-tertiary" href="https://hias.org/where/colombia/" target=""> <span class="icon"><img width="300" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads/2022/06/Flag_of_Colombia.svg_-300x200.png 300w, https://hias.org/wp-content/uploads/2022/06/Flag_of_Colombia.svg_-1024x683.png 1024w, https://hias.org/wp-content/uploads/2022/06/Flag_of_Colombia.svg_-768x512.png 768w, https://hias.org/wp-content/uploads/2022/06/Flag_of_Colombia.svg_-1536x1024.png 1536w, https://hias.org/wp-content/uploads/2022/06/Flag_of_Colombia.svg_-2048x1366.png 2048w, https://hias.org/wp-content/uploads/2022/06/Flag_of_Colombia.svg_-e1654880765707.png 120w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/2022/06/Flag_of_Colombia.svg_-300x200.png" /><noscript><img width="300" height="200" src="https://hias.org/wp-content/uploads/2022/06/Flag_of_Colombia.svg_-300x200.png" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads/2022/06/Flag_of_Colombia.svg_-300x200.png 300w, https://hias.org/wp-content/uploads/2022/06/Flag_of_Colombia.svg_-1024x683.png 1024w, https://hias.org/wp-content/uploads/2022/06/Flag_of_Colombia.svg_-768x512.png 768w, https://hias.org/wp-content/uploads/2022/06/Flag_of_Colombia.svg_-1536x1024.png 1536w, https://hias.org/wp-content/uploads/2022/06/Flag_of_Colombia.svg_-2048x1366.png 2048w, https://hias.org/wp-content/uploads/2022/06/Flag_of_Colombia.svg_-e1654880765707.png 120w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></span> Colombia </a> </li> <li> <a class="btn-tertiary" href="https://hias.org/where/costa-rica/" target=""> <span class="icon"><img width="120" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2080'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/06/flag-800.png" /><noscript><img width="120" height="80" src="https://hias.org/wp-content/uploads/2022/06/flag-800.png" class="attachment-medium size-medium" alt="" loading="lazy" /></noscript></span> Costa Rica </a> </li> <li> <a class="btn-tertiary" href="https://hias.org/where/ecuador/" target=""> <span class="icon"><img width="120" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2080'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/06/ecuador-flag-png-large.png" /><noscript><img width="120" height="80" src="https://hias.org/wp-content/uploads/2022/06/ecuador-flag-png-large.png" class="attachment-medium size-medium" alt="" loading="lazy" /></noscript></span> Ecuador </a> </li> <li> <a class="btn-tertiary" href="/where/guatemala/" target=""> <span class="icon"><img width="120" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2080'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-src="https://hias.org/wp-content/uploads/Flag_of_Guatemala.png" /><noscript><img width="120" height="80" src="https://hias.org/wp-content/uploads/Flag_of_Guatemala.png" class="attachment-medium size-medium" alt="" loading="lazy" /></noscript></span> Guatemala </a> </li> <li> <a class="btn-tertiary" href="https://hias.org/where/guyana/" target=""> <span class="icon"><img width="120" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2080'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/06/guyana-flag-png-large.png" /><noscript><img width="120" height="80" src="https://hias.org/wp-content/uploads/2022/06/guyana-flag-png-large.png" class="attachment-medium size-medium" alt="" loading="lazy" /></noscript></span> Guyana </a> </li> <li> <a class="btn-tertiary" href="https://hias.org/where/honduras/" target=""> <span class="icon"><img width="300" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20150'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads/2022/09/Flag_of_Honduras.svg_-300x150.png 300w, https://hias.org/wp-content/uploads/2022/09/Flag_of_Honduras.svg_-1024x512.png 1024w, https://hias.org/wp-content/uploads/2022/09/Flag_of_Honduras.svg_-768x384.png 768w, https://hias.org/wp-content/uploads/2022/09/Flag_of_Honduras.svg_-1536x768.png 1536w, https://hias.org/wp-content/uploads/2022/09/Flag_of_Honduras.svg_-2048x1024.png 2048w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/2022/09/Flag_of_Honduras.svg_-300x150.png" /><noscript><img width="300" height="150" src="https://hias.org/wp-content/uploads/2022/09/Flag_of_Honduras.svg_-300x150.png" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads/2022/09/Flag_of_Honduras.svg_-300x150.png 300w, https://hias.org/wp-content/uploads/2022/09/Flag_of_Honduras.svg_-1024x512.png 1024w, https://hias.org/wp-content/uploads/2022/09/Flag_of_Honduras.svg_-768x384.png 768w, https://hias.org/wp-content/uploads/2022/09/Flag_of_Honduras.svg_-1536x768.png 1536w, https://hias.org/wp-content/uploads/2022/09/Flag_of_Honduras.svg_-2048x1024.png 2048w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></span> Honduras </a> </li> <li> <a class="btn-tertiary" href="https://hias.org/where/mexico/" target=""> <span class="icon"><img width="120" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2080'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Mexico Flag" data-lazy-src="https://hias.org/wp-content/uploads/2022/06/mexico-flag-png-large.png" /><noscript><img width="120" height="80" src="https://hias.org/wp-content/uploads/2022/06/mexico-flag-png-large.png" class="attachment-medium size-medium" alt="Mexico Flag" loading="lazy" /></noscript></span> Mexico </a> </li> <li> <a class="btn-tertiary" href="https://hias.org/where/panama/" target=""> <span class="icon"><img width="120" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2080'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/06/panama-flag-png-large.png" /><noscript><img width="120" height="80" src="https://hias.org/wp-content/uploads/2022/06/panama-flag-png-large.png" class="attachment-medium size-medium" alt="" loading="lazy" /></noscript></span> Panama </a> </li> <li> <a class="btn-tertiary" href="https://hias.org/where/peru/" target=""> <span class="icon"><img width="120" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2080'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Peruvian flag" data-lazy-src="https://hias.org/wp-content/uploads/2022/06/flag-800-1peru.png" /><noscript><img width="120" height="80" src="https://hias.org/wp-content/uploads/2022/06/flag-800-1peru.png" class="attachment-medium size-medium" alt="Peruvian flag" loading="lazy" /></noscript></span> Peru </a> </li> <li> <a class="btn-tertiary" href="https://hias.org/where/venezuela/" target=""> <span class="icon"><img width="120" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2080'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/06/venezuela-flag-png-large.png" /><noscript><img width="120" height="80" src="https://hias.org/wp-content/uploads/2022/06/venezuela-flag-png-large.png" class="attachment-medium size-medium" alt="" loading="lazy" /></noscript></span> Venezuela </a> </li><li class="mobile-only"><a class="btn-primary" href="https://hias.org/where/latin-america-caribbean/" target="">Learn More</a></li></ul><ul> <li> <a class="btn-hover subhead small" href="https://hias.org/news/displacement-levels-hit-record-high-latin-america-and-caribbean-hias-continues-support-refugees-need/" target=""> Record Displacement Levels across Latin America and the Caribbean <span class="btn-tertiary">Read More</span> </a> </li> <li> <a class="btn-hover subhead small" href="https://hias.org/news/commemorating-20-years-humanitarian-assistance-ecuador/" target=""> Celebrating 20 Years of HIAS in Latin America <span class="btn-tertiary">Read More</span> </a> </li> </ul><a class="btn-tertiary pink" href="https://hias.org/where/latin-america-caribbean/" target="">Learn More</a></div></li><li class="has-tertiary mobile-click-through"><a class="alt btn-secondary white" href="#" target="">Africa & Middle <span>East</span></a> <div class="tertiary-menu style-europe mobile-click-through"> <h4 class="heading-6 small">Africa & Middle East</h4> <ul> <li> <a class="btn-tertiary add-alert" href="https://hias.org/where/chad/" target=""> <span class="icon"><img width="300" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Chad.svg_-300x200.png 300w, https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Chad.svg_-1024x683.png 1024w, https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Chad.svg_-768x512.png 768w, https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Chad.svg_-1536x1024.png 1536w, https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Chad.svg_-2048x1366.png 2048w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Chad.svg_-300x200.png" /><noscript><img width="300" height="200" src="https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Chad.svg_-300x200.png" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Chad.svg_-300x200.png 300w, https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Chad.svg_-1024x683.png 1024w, https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Chad.svg_-768x512.png 768w, https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Chad.svg_-1536x1024.png 1536w, https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Chad.svg_-2048x1366.png 2048w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></span> Chad </a> </li> <li> <a class="btn-tertiary add-alert" href="https://hias.org/where/israel/" target=""> <span class="icon"><img width="120" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2080'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Israeli flag" data-lazy-src="https://hias.org/wp-content/uploads/2022/06/israel-flag-png-large.png" /><noscript><img width="120" height="80" src="https://hias.org/wp-content/uploads/2022/06/israel-flag-png-large.png" class="attachment-medium size-medium" alt="Israeli flag" loading="lazy" /></noscript></span> Israel </a> </li> <li> <a class="btn-tertiary" href="https://hias.org/where/kenya/" target=""> <span class="icon"><img width="300" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Kenya.svg_-300x200.png 300w, https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Kenya.svg_-1024x683.png 1024w, https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Kenya.svg_-768x512.png 768w, https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Kenya.svg_-1536x1024.png 1536w, https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Kenya.svg_-2048x1366.png 2048w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Kenya.svg_-300x200.png" /><noscript><img width="300" height="200" src="https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Kenya.svg_-300x200.png" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Kenya.svg_-300x200.png 300w, https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Kenya.svg_-1024x683.png 1024w, https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Kenya.svg_-768x512.png 768w, https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Kenya.svg_-1536x1024.png 1536w, https://hias.org/wp-content/uploads/2022/06/2560px-Flag_of_Kenya.svg_-2048x1366.png 2048w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></span> Kenya </a> </li> <li> <a class="btn-tertiary" href="https://hias.org/where/south-africa/" target=""> <span class="icon"><img width="275" height="183" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20275%20183'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-src="https://hias.org/wp-content/uploads/SA-flag.png" /><noscript><img width="275" height="183" src="https://hias.org/wp-content/uploads/SA-flag.png" class="attachment-medium size-medium" alt="" loading="lazy" /></noscript></span> South Africa </a> </li></ul><ul> <li> <a class="btn-hover subhead small" href="https://hias.org/news/emergency-aid-chad-6-months/" target=""> Photos: Sudan’s Violence Fuels Refugee Crisis in Chad <span class="btn-tertiary">Read More</span> </a> </li> <li> <a class="btn-hover subhead small" href="https://hias.org/news/news-israel-terrible-hias-here-help/" target=""> The News in Israel Is Terrible. HIAS Is Here To Help <span class="btn-tertiary">Read More</span> </a> </li> </ul></div></li> </ul> </li> <li class="links-carousel"> <h3 class="eyebrow">Our Work</h3> <div class="slick-carousel"> <a class="slide btn-hover" href="https://hias.org/emergency-response-israel/" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads//02142024_IsraelER_Distribution028-300x169.jpg 300w, https://hias.org/wp-content/uploads//02142024_IsraelER_Distribution028-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//02142024_IsraelER_Distribution028-768x434.jpg 768w, https://hias.org/wp-content/uploads//02142024_IsraelER_Distribution028-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//02142024_IsraelER_Distribution028.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/02142024_IsraelER_Distribution028-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/02142024_IsraelER_Distribution028-300x169.jpg" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads//02142024_IsraelER_Distribution028-300x169.jpg 300w, https://hias.org/wp-content/uploads//02142024_IsraelER_Distribution028-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//02142024_IsraelER_Distribution028-768x434.jpg 768w, https://hias.org/wp-content/uploads//02142024_IsraelER_Distribution028-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//02142024_IsraelER_Distribution028.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <h4 class="subhead">Israel Crisis Response</h4> <p class="xsmall">HIAS is currently responding to the humanitarian emergency across the country as a result of recent violent attacks against the civilian population.</p> <span class="btn-tertiary white">Learn More</span> </a> <a class="slide btn-hover" href="https://hias.org/news/cross-border-programs-provide-vital-support-gbv-survivors-and-lgbtq-people-darien-gap/" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads//IMG_002-1-300x169.jpg 300w, https://hias.org/wp-content/uploads//IMG_002-1-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//IMG_002-1-768x434.jpg 768w, https://hias.org/wp-content/uploads//IMG_002-1-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//IMG_002-1.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/IMG_002-1-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/IMG_002-1-300x169.jpg" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads//IMG_002-1-300x169.jpg 300w, https://hias.org/wp-content/uploads//IMG_002-1-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//IMG_002-1-768x434.jpg 768w, https://hias.org/wp-content/uploads//IMG_002-1-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//IMG_002-1.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <h4 class="subhead">The Darién Gap</h4> <p class="xsmall">HIAS is working across the Darién Gap to provide refugees and asylum seekers with gender-based violence prevention and response, legal support, and mental health services.</p> <span class="btn-tertiary white">Learn More</span> </a> </div> </li> </ul> </div> </li> <li id="menu-item-65030" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-65030 menu-item-has-children layout-two-column" itemprop="name"><a href="https://hias.org/latest/"><span class="title">Latest</span></a> <div class="sub-menu"> <ul class="container simpatico-grid dropdown-two-column"> <li class="secondary-links"> <h3 class="eyebrow">Learn More</h3> <ul> <li><a class="alt btn-secondary white alert-link" href="https://hias.org/emergency-response-israel/" target=""><span>Israel</span></a></li><li><a class="alt btn-secondary white" href="https://hias.org/tag/ukraine/" target=""><span>Ukraine</span></a></li><li><a class="alt btn-secondary white" href="https://hias.org/tag/lgbtq-refugees/" target="">LGBTQ <span>Refugees</span></a></li><li><a class="alt btn-secondary white" href="https://hias.org/tag/darien-gap/" target="">Darien <span>Gap</span></a></li><li><a class="alt btn-secondary white" href="https://hias.org/tag/private-sponsorship/" target="">Private <span>Sponsorship</span></a></li></ul><a class="btn-primary" href="https://hias.org/latest/" target="">See All Latest</a></li><li class="latest-featured-posts"><ul class="nav-featured-posts"><li class="nav-featured-post"><a class="btn-hover" href="https://hias.org/news/five-inspiring-community-leaders-one-common-goal/"><div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads//COSUDE-Images-2-300x169.png 300w, https://hias.org/wp-content/uploads//COSUDE-Images-2-1024x579.png 1024w, https://hias.org/wp-content/uploads//COSUDE-Images-2-768x434.png 768w, https://hias.org/wp-content/uploads//COSUDE-Images-2-1536x868.png 1536w, https://hias.org/wp-content/uploads//COSUDE-Images-2.png 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/COSUDE-Images-2-300x169.png" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/COSUDE-Images-2-300x169.png" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads//COSUDE-Images-2-300x169.png 300w, https://hias.org/wp-content/uploads//COSUDE-Images-2-1024x579.png 1024w, https://hias.org/wp-content/uploads//COSUDE-Images-2-768x434.png 768w, https://hias.org/wp-content/uploads//COSUDE-Images-2-1536x868.png 1536w, https://hias.org/wp-content/uploads//COSUDE-Images-2.png 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div><h4 class="subhead heading-6 small">Five Inspiring Community Leaders, One Common Goal</h4><p class="xsmall">These women are from different walks of life, but they all participated in a HIAS program that created an impact on each of them, and their communitie...</p><span class="btn-tertiary white">Read More</span></a></li><li class="nav-featured-post"><a class="btn-hover" href="https://hias.org/news/how-help-refugees-and-asylum-seekers-after-u-s-elections/"><div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Two Welcome Corps private sponsorship groups, Miracle PSG and Rehoboth Welcomes PSG from Aurora, CO, are reunited with family members from Eritrea at Denver International Airport on September 26, 2024. | How to Help Refugees and Asylum Seekers After the U.S. Elections | HIAS" data-lazy-srcset="https://hias.org/wp-content/uploads//IMG_8870-300x169.jpeg 300w, https://hias.org/wp-content/uploads//IMG_8870-1024x579.jpeg 1024w, https://hias.org/wp-content/uploads//IMG_8870-768x434.jpeg 768w, https://hias.org/wp-content/uploads//IMG_8870-1536x868.jpeg 1536w, https://hias.org/wp-content/uploads//IMG_8870.jpeg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/IMG_8870-300x169.jpeg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/IMG_8870-300x169.jpeg" class="attachment-medium size-medium" alt="Two Welcome Corps private sponsorship groups, Miracle PSG and Rehoboth Welcomes PSG from Aurora, CO, are reunited with family members from Eritrea at Denver International Airport on September 26, 2024. | How to Help Refugees and Asylum Seekers After the U.S. Elections | HIAS" loading="lazy" srcset="https://hias.org/wp-content/uploads//IMG_8870-300x169.jpeg 300w, https://hias.org/wp-content/uploads//IMG_8870-1024x579.jpeg 1024w, https://hias.org/wp-content/uploads//IMG_8870-768x434.jpeg 768w, https://hias.org/wp-content/uploads//IMG_8870-1536x868.jpeg 1536w, https://hias.org/wp-content/uploads//IMG_8870.jpeg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div><h4 class="subhead heading-6 small">How to Help Refugees and Asylum Seekers After the U.S. Elections</h4><p class="xsmall">In the wake of an election characterized by strong anti-immigrant rhetoric, learn how you can help asylum seekers and refugees in the U.S.</p><span class="btn-tertiary white">Read More</span></a></li><li class="nav-featured-post"><a class="btn-hover" href="https://hias.org/news/jta-profiles-hias-determination-following-u-s-election/"><div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads//20180510_Greece_Lesvos002-300x169.jpg 300w, https://hias.org/wp-content/uploads//20180510_Greece_Lesvos002-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//20180510_Greece_Lesvos002-768x434.jpg 768w, https://hias.org/wp-content/uploads//20180510_Greece_Lesvos002-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//20180510_Greece_Lesvos002.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/20180510_Greece_Lesvos002-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/20180510_Greece_Lesvos002-300x169.jpg" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads//20180510_Greece_Lesvos002-300x169.jpg 300w, https://hias.org/wp-content/uploads//20180510_Greece_Lesvos002-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//20180510_Greece_Lesvos002-768x434.jpg 768w, https://hias.org/wp-content/uploads//20180510_Greece_Lesvos002-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//20180510_Greece_Lesvos002.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div><h4 class="subhead heading-6 small">JTA Profiles HIAS’ Determination Following U.S. Election</h4><p class="xsmall">The article highlights HIAS' determination to continue our work despite political uncertainty following the U.S. presidential election.</p><span class="btn-tertiary white">Read More</span></a></li></ul></li> </ul> </div> </li> <li id="menu-item-65034" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-65034 menu-item-has-children layout-three-column" itemprop="name"><a href="https://hias.org/how/"><span class="title">How to Help</span></a> <div class="sub-menu"> <ul class="container simpatico-grid dropdown-three-column"> <li class="intro"> <h2 class="heading-5">How to Help</h2> <p class="medium">Together, we can help create a world in which refugees find welcome, safety, and opportunity. Join us.</p> <a class="btn-primary" href="https://act.hias.org/page/53286/donate/1?_gl=1*199e9g*_gcl_aw*R0NMLjE2OTY0NTc2ODkuQ2owS0NRandtdlNvQmhET0FSSXNBSzZhVjdqUG81SXZHeVBmY0EwMlBhOEpVc2NwNFZCUE00R25FcTVvUFZIUUt5Skx3MHZ5bmppMjJSOGFBdHJfRUFMd193Y0I.*_gcl_dc*R0NMLjE2OTY0NTc2ODkuQ2owS0NRandtdlNvQmhET0FSSXNBSzZhVjdqUG81SXZHeVBmY0EwMlBhOEpVc2NwNFZCUE00R25FcTVvUFZIUUt5Skx3MHZ5bmppMjJSOGFBdHJfRUFMd193Y0I.*_gcl_au*MTAwMDIxNDU4OC4xNjk3NDgzODE4*_ga*MTcxMTA0MTEzNi4xNjkwODM4Njc5*_ga_6Q0BQPF21C*MTY5NzQ4OTI2Ny40NS4xLjE2OTc0OTI1MTcuMjYuMC4w" target="">Donate Now</a> </li> <li class="secondary-links"> <h3 class="eyebrow">Get Involved</h3> <ul> <li><a class="alt btn-secondary white" href="https://hias.org/how/volunteer/" target=""><span>Volunteer</span></a></li><li><a class="alt btn-secondary white" href="https://hias.org/how/upcoming-events/" target="">Attend an <span>Event</span></a></li><li><a class="alt btn-secondary white" href="/how/private-sponsorship/" target="">Sponsor a <span>Refugee</span></a></li><li><a class="alt btn-secondary white" href="https://hias.org/how/congregational-opportunities/" target="">Congregational <span>Opportunities</span></a></li><li><a class="alt btn-secondary white" href="https://hias.org/how/educational-resources/" target="">Educational <span>Resources</span></a></li><li><a class="alt btn-primary" href="https://hias.org/take-action/" target="">TAKE <span>ACTION</span></a></li> </ul> </li> <li class="links-carousel"> <h3 class="eyebrow">Highlights</h3> <div class="slick-carousel"> <a class="slide btn-hover" href="https://hias.org/news/five-ways-americans-can-welcome-refugees/" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers-300x169.jpg 300w, https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers-768x434.jpg 768w, https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/22_JFS-Seattle-Volunteers-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/22_JFS-Seattle-Volunteers-300x169.jpg" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers-300x169.jpg 300w, https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers-768x434.jpg 768w, https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//22_JFS-Seattle-Volunteers.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <h4 class="subhead">Five Ways Americans Can Welcome Refugees</h4> <p class="xsmall">Explore ways that you can help refugees, asylum seekers, and other displaced people find welcome in your community, the U.S., and around the world.</p> <span class="btn-tertiary white">Read More</span> </a> <a class="slide btn-hover" href="https://hias.org/probono/" target=""> <div class="media"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://hias.org/wp-content/uploads//Pro-Bono-photo-1-300x169.jpg 300w, https://hias.org/wp-content/uploads//Pro-Bono-photo-1-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//Pro-Bono-photo-1-768x434.jpg 768w, https://hias.org/wp-content/uploads//Pro-Bono-photo-1-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//Pro-Bono-photo-1.jpg 1770w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://hias.org/wp-content/uploads/Pro-Bono-photo-1-300x169.jpg" /><noscript><img width="300" height="169" src="https://hias.org/wp-content/uploads/Pro-Bono-photo-1-300x169.jpg" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://hias.org/wp-content/uploads//Pro-Bono-photo-1-300x169.jpg 300w, https://hias.org/wp-content/uploads//Pro-Bono-photo-1-1024x579.jpg 1024w, https://hias.org/wp-content/uploads//Pro-Bono-photo-1-768x434.jpg 768w, https://hias.org/wp-content/uploads//Pro-Bono-photo-1-1536x868.jpg 1536w, https://hias.org/wp-content/uploads//Pro-Bono-photo-1.jpg 1770w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> <h4 class="subhead">Join HIAS' Pro Bono Network</h4> <p class="xsmall">HIAS’ Pro Bono & Partnerships team works with volunteer attorneys across the U.S. to help refugees, asylum seekers, and other forcibly displaced people access vital legal services.</p> <span class="btn-tertiary white">Learn More</span> </a> </div> </li> </ul> </div> </li> <li id="menu-item-65035" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-65035 menu-item-has-children layout-single-lightbox" itemprop="name"><a href="https://act.hias.org/page/53286/donate/1?_gl=1*iczsvq*_gcl_au*MjEwNjkzMjIyMi4xNjk2MDE1MzU3*_ga*MTE2NTI3MDU1MC4xNjk2MDE1MzU3*_ga_6Q0BQPF21C*MTY5NjI2NDE0OS4zLjEuMTY5NjI2NDM3MS42MC4wLjA."><span class="title">Donate</span></a> <div class="sub-menu single-dropdown"> <ul class=" dropdown-single-lightbox"> <li><a class="fancy-button" href="https://act.hias.org/page/53286/donate/1?_gl=1*iczsvq*_gcl_au*MjEwNjkzMjIyMi4xNjk2MDE1MzU3*_ga*MTE2NTI3MDU1MC4xNjk2MDE1MzU3*_ga_6Q0BQPF21C*MTY5NjI2NDE0OS4zLjEuMTY5NjI2NDM3MS42MC4wLjA." target="">Donate Now</a><ul><li><a class="alt btn-tertiary" href="https://act.hias.org/page/58037/donate/1" target="">Become a Monthly <span>Donor</span></a></li><li><a class="alt btn-tertiary" href="https://hias.org/matching-gifts/)" target="">Employer <span>Match</span></a></li><li><a class="alt btn-tertiary" href="https://www.hiasfoundation.org/" target="">HIAS <span>Foundation</span></a></li><li><a class="alt btn-tertiary" href="https://hias.org/who/corporate-partnerships/" target="">Corporate <span>Partnerships</span></a></li><li><a class="alt btn-tertiary" href="https://hias.org/how/ways-give/" target="">Other Ways to <span>Give</span></a></li> </ul> </li> </ul> </div> </li> </ul> <div class="top-helper-nav mobile-only"> <div class="container"> <ul id="menu-new-top-menu-1" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68880"><a href="https://hias.org/what/respond-emergencies/">Emergency Response</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68879"><a href="https://hias.org/center-refugee-policy/">Center for Refugee Policy</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-65043"><a href="https://hias.org/refugee-faqs/">Refugee FAQs</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-65044"><a href="https://hias.org/contact-us/">Contact Us</a></li> </ul> <form method="get" class="searchform" action="https://hias.org"> <label class="accessibility" for="s">Search</label> <input type="text" class="field" name="s" id="s" placeholder="Start typing to search..." /> <button type="submit" name="submit"><span class="accessibility">Submit</span></button> </form> <div class="footer-social simpatico-flex-container"> <a href="https://www.facebook.com/HIASrefugees" class="button dark facebook" target="_blank" aria-label="social facebook"><span class="accessibility">Facebook</span></a> <a href="https://www.linkedin.com/company/hias/" class="button dark linkedin" target="_blank" aria-label="social linkedin"><span class="accessibility">LinkedIn</span></a> <a href="http://instagram.com/hiasrefugees" class="button dark instagram" target="_blank" aria-label="social url-link"><span class="accessibility">Instagram</span></a> </div> </div> </div> </nav> </div> </header> <div id="content"> <section id="block-intro-one" class="single-country block-intro-one no-space background-white"> <div class="container"> <div class="row align-items-center justify-content-end"> <div class="col-12"> <div class="intro-media"> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="United States" data-lazy-src="https://hias.org/wp-content/uploads/2022/07/2022_08_29_Ahmadzai-Family-Resettled-by-GC-JFCS.png" /><noscript><img src="https://hias.org/wp-content/uploads/2022/07/2022_08_29_Ahmadzai-Family-Resettled-by-GC-JFCS.png" alt="United States" /></noscript> </picture> <h1 class="super-title">United States</h1> </figure> </div> </div> <div class="col-12 col-md-12 col-lg-5 col-xl-4 intro-caption"> Afghan evacuees Rana, Wali, and Hewad Ahmadzai in their home on August 29, 2022 in Florida. Their family was resettled by Gulf Coast JFCS, a HIAS affiliate. (Zack Wittman for HIAS) </div> </div> </div> </section> <section class="block-intro-country no-border background-white" id="block-intro-country-block_ee5b975377d255bf8804b47b93025f2c"> <div class="container"> <div class="row align-items-start"> <div class="col-12 col-lg-3 intro-side order-2 order-lg-1"> <div class="row intro-side-details"> <div class="col-12 col-md-6 col-lg-12 d-md-block d-flex flex-row flex-row-reverse flex-wrap details-block"> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://hias.org/wp-content/uploads/Transparents-square.png" /><noscript><img src="https://hias.org/wp-content/uploads/Transparents-square.png" alt="" /></noscript> </picture> </figure> <div class="block-content"> <h3 class="xsmall-title">Founded</h3> <p>Late 1880s</p> </div> </div> <div class="col-12 col-md-6 col-lg-12 details-block"> <div class="block-content"> <h3 class="xsmall-title">Office Locations</h3> <p>Silver Spring, Maryland (Headquarters) and New York City</p> </div> </div> <div class="col-12 col-md-6 col-lg-12 details-block"> <div class="block-content"> <h3 class="xsmall-title">Resettlement Network</h3> <p>Welcoming refugees to <a href="/resettlement-partners/">30 metro areas across the U.S.</a></p> </div> </div> <div class="col-12 col-md-6 col-lg-12 details-block"> <div class="block-content"> <h3 class="xsmall-title">Connect</h3> <p><a href="mailto:info@hias.org">info@hias.org</a></p> </div> </div> <div class="col-12 col-md-6 col-lg-12 intro-side-social"> <a href="https://www.facebook.com/HIASrefugees/" target="_blank" class="button social-btn facebook" aria-label="social facebook"></a> <a href="https://www.linkedin.com/company/hias/" target="_blank" class="button social-btn linkedin" aria-label="social linkedin"></a> <a href="https://www.instagram.com/hiasrefugees/" target="_blank" class="button social-btn instagram" aria-label="social instagram"></a> </div> <div class="col-12 col-md-6 col-lg-12 intro-side-btns"> </div> </div> </div> <div class="col-12 col-lg-9 ms-auto order-3 order-lg-3 intro-content"> <div class="content-top"> <p><span style="font-weight: 400;">For over a century, HIAS has been helping refugees, asylum seekers, and other forcibly displaced people rebuild their lives in the United States. Each year, the United States welcomes thousands of refugees from around the world; HIAS is one of 10 organizations partnering with the federal government in this work.</span></p> <p><span style="font-weight: 400;">Working through our network of <a href="/resettlement-partners/">resettlement partners in 29 cities across the country</a>, HIAS welcomes resettled refugees and supports them as they rebuild their lives. We also provide <a href="/legal-support-in-the-us/">legal services and support</a> to clients, including free legal representation for asylum seekers seeking to obtain legal status. </span></p> </div> <!--?php endif; if($country_crisis_details_more_details): ? --> <!-- See more content & button --> <!--div class="content-hidden" --> <!--/div !--> <a href="/what/resettle-refugees/" class="button secondary-btn pink internal" aria-label="Learn more about resettlement"><span><i data-text="Learn more about resettlement">Learn more about resettlement</i></span></a> <!--?php endif; ? --> <div class="intro-stats"> <div class="row"> <div class="col-12 stat-item"> <h3 class="xlarge-title">8,279 people</h3> <p class="para-1">resettled in new communities across the United States in the 2024 fiscal year</p> </div> </div> </div> </div> <!-- div class="col-12 col-lg-9 ms-auto order-4 order-lg-4 intro-stats"> <div class="row"> </div> </div --> </div> </div> </section> <section class="block-priorities-list background-grey" id="block-priorities-list-block_2fdbe90d61b18c9d8f8e2cd486fadc7e"> <div class="container"> <div class="row"> <div class="col-lg-9 col-12"> <h3 class="label-title section-title with-dot">Our Work in the U.S.</h3> <p class="para-2">HIAS helps refugees and asylum seekers find safety and welcome in the United States through resettlement and integration, legal protection, and advocacy. With our network of U.S. resettlement partners, HIAS provides newly resettled refugees with the support they need to build strong foundations. This includes providing initial housing and basic needs, financial support, employment and education services, mental health resources, legal assistance, and much more. We also provide direct legal services to asylum seekers through our Silver Spring, MD and New York City offices and network of over 1,000 pro bono attorneys nationwide. </p> </div> </div> <div class="items-row row"> <div class="col-lg-6 col-12 list-col"> <div class="items" id="priorities-list-block_2fdbe90d61b18c9d8f8e2cd486fadc7e"> <div class="accordion-item ui-hover active"> <h2 class="accordion-header small-title" id="heading-97"> <button class="accordion-button ui-hover collapsed" type="button" data-bs-target="#collapse-97" aria-expanded="false" aria-controls="collapse-97"> Resettle Refugees <span class="d-lg-none d-block plus-icon button accordion-btn" aria-label="accordion button"> <span class="minus"></span> </span> </button> </h2> <div id="collapse-97" class="accordion-collapse collapse" aria-labelledby="heading-97" data-bs-parent="#priorities-list-block_2fdbe90d61b18c9d8f8e2cd486fadc7e"> <div class="row"> <div class="col-lg-9 offset-lg-3 col-md-10 offset-md-2"> <div class="accordion-body d-lg-none"> <div class="text"> <p class="para-3">Through our network of local resettlement partner agencies, HIAS welcomes resettled refugees and helps them build their lives in communities across the United States.</p> <a href="/what/resettle-refugees/" class="button secondary-btn pink internal" aria-label="Secondary"><span><i data-text="Learn more">Learn more</i></span></a> </div> <div class="img-holder "> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="A family of Afghan evacuees settles into their new home in Tulsa. The family was resettled by Congregation B'nai Emunah, a HIAS resettlement partner. (SideXSide/HIAS) Refugee Resettlement | Resettlement of Refugees | HIAS | US Refugee Resettlement | Resettlement of Refugees | HIAS" data-lazy-src="https://hias.org/wp-content/uploads/2022/03/2021_Resettled-Family-in-Tulsa_SXS-Video-Still.png" /><noscript><img src="https://hias.org/wp-content/uploads/2022/03/2021_Resettled-Family-in-Tulsa_SXS-Video-Still.png" alt="A family of Afghan evacuees settles into their new home in Tulsa. The family was resettled by Congregation B'nai Emunah, a HIAS resettlement partner. (SideXSide/HIAS) Refugee Resettlement | Resettlement of Refugees | HIAS | US Refugee Resettlement | Resettlement of Refugees | HIAS" /></noscript> </picture> </figure> </div> </div> </div> </div> </div> </div> <div class="accordion-item ui-hover inactive"> <h2 class="accordion-header small-title" id="heading-99"> <button class="accordion-button ui-hover collapsed" type="button" data-bs-target="#collapse-99" aria-expanded="false" aria-controls="collapse-99"> Provide Legal Support <span class="d-lg-none d-block plus-icon button accordion-btn" aria-label="accordion button"> <span class="minus"></span> </span> </button> </h2> <div id="collapse-99" class="accordion-collapse collapse" aria-labelledby="heading-99" data-bs-parent="#priorities-list-block_2fdbe90d61b18c9d8f8e2cd486fadc7e"> <div class="row"> <div class="col-lg-9 offset-lg-3 col-md-10 offset-md-2"> <div class="accordion-body d-lg-none"> <div class="text"> <p class="para-3">We provide legal services and support, including free legal representation for asylum seekers so that everyone around the world, including displaced people, can have equal access to their legal rights.</p> <a href="/legal-support-in-the-us/" class="button secondary-btn pink internal" aria-label="Secondary"><span><i data-text="Learn more">Learn more</i></span></a> </div> <div class="img-holder "> <a href="#" class="ui-hover video-trigger" data-bs-toggle="modal" data-bs-target="#video_popup" data-video-provider='other' data-video-id='<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/891727578?badge=0&autopause=0&quality_selector=1&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Safeguarding Refugee Rights Through Legal Support"></iframe></div><script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/api/player.js?ver=1732120501" defer></script>'> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="A HIAS legal client sits and talks with a client in this thumbnail for the video "Safeguarding Refugee Rights Through Legal Support." | Refugee Legal Support | HIAS" data-lazy-src="https://hias.org/wp-content/uploads/Safeguarding-Refugee-Rights-Through-Legal-Support-Thumbnail.jpg"><noscript><img src="https://hias.org/wp-content/uploads/Safeguarding-Refugee-Rights-Through-Legal-Support-Thumbnail.jpg" alt="A HIAS legal client sits and talks with a client in this thumbnail for the video "Safeguarding Refugee Rights Through Legal Support." | Refugee Legal Support | HIAS"></noscript> </picture> <span class="button play-btn large" aria-label="play video"></span> </figure> </a> </div> </div> </div> </div> </div> </div> <div class="accordion-item ui-hover inactive"> <h2 class="accordion-header small-title" id="heading-4822"> <button class="accordion-button ui-hover collapsed" type="button" data-bs-target="#collapse-4822" aria-expanded="false" aria-controls="collapse-4822"> Advocate for Refugee Rights <span class="d-lg-none d-block plus-icon button accordion-btn" aria-label="accordion button"> <span class="minus"></span> </span> </button> </h2> <div id="collapse-4822" class="accordion-collapse collapse" aria-labelledby="heading-4822" data-bs-parent="#priorities-list-block_2fdbe90d61b18c9d8f8e2cd486fadc7e"> <div class="row"> <div class="col-lg-9 offset-lg-3 col-md-10 offset-md-2"> <div class="accordion-body d-lg-none"> <div class="text"> <p class="para-3">From mobilizing grassroots advocates to engaging policymakers, advocacy is fundamental to HIAS’ work. With the Jewish community beside us, we stand up for the rights of forcibly displaced people globally.</p> <a href="/what/advocate-for-refugee-rights/" class="button secondary-btn pink internal" aria-label="Secondary"><span><i data-text="Learn more">Learn more</i></span></a> </div> <div class="img-holder "> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="HIAS Advocacy Courthouse 2020 | Advocate For Refugee Rights | HIAS Advocacy Work" data-lazy-src="https://hias.org/wp-content/uploads/2022/06/20200108_HIAS_Courthouse_Advocacy.png" /><noscript><img src="https://hias.org/wp-content/uploads/2022/06/20200108_HIAS_Courthouse_Advocacy.png" alt="HIAS Advocacy Courthouse 2020 | Advocate For Refugee Rights | HIAS Advocacy Work" /></noscript> </picture> </figure> </div> </div> </div> </div> </div> </div> <div class="accordion-item ui-hover inactive"> <h2 class="accordion-header small-title" id="heading-39880"> <button class="accordion-button ui-hover collapsed" type="button" data-bs-target="#collapse-39880" aria-expanded="false" aria-controls="collapse-39880"> Promote Economic Inclusion <span class="d-lg-none d-block plus-icon button accordion-btn" aria-label="accordion button"> <span class="minus"></span> </span> </button> </h2> <div id="collapse-39880" class="accordion-collapse collapse" aria-labelledby="heading-39880" data-bs-parent="#priorities-list-block_2fdbe90d61b18c9d8f8e2cd486fadc7e"> <div class="row"> <div class="col-lg-9 offset-lg-3 col-md-10 offset-md-2"> <div class="accordion-body d-lg-none"> <div class="text"> <p class="para-3">Our economic inclusion programs ensure that refugees have economic opportunities to earn sustainable income and start their lives anew.</p> <a href="/what/promote-economic-inclusion/" class="button secondary-btn pink internal" aria-label="Secondary"><span><i data-text="Learn more">Learn more</i></span></a> </div> <div class="img-holder "> <a href="#" class="ui-hover video-trigger" data-bs-toggle="modal" data-bs-target="#video_popup" data-video-provider='other' data-video-id='<iframe title="vimeo-player" src="https://player.vimeo.com/video/720015210?h=21a8333ff8" width="640" height="360" frameborder="0" allowfullscreen></iframe>'> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Magdiel Galeano Gómez, a refugee from Nicaragua now living in Costa Rica, works on a product for his business, Jeff Creative. (SideXSide Studios/HIAS)" data-lazy-src="https://hias.org/wp-content/uploads/2022/07/2022_Economic-Inclusion-WRD-Video-Still_Madgiel-Galeano-Gomez.png"><noscript><img src="https://hias.org/wp-content/uploads/2022/07/2022_Economic-Inclusion-WRD-Video-Still_Madgiel-Galeano-Gomez.png" alt="Magdiel Galeano Gómez, a refugee from Nicaragua now living in Costa Rica, works on a product for his business, Jeff Creative. (SideXSide Studios/HIAS)"></noscript> </picture> <span class="button play-btn large" aria-label="play video"></span> </figure> </a> </div> </div> </div> </div> </div> </div> <div class="accordion-item ui-hover inactive"> <h2 class="accordion-header small-title" id="heading-4827"> <button class="accordion-button ui-hover collapsed" type="button" data-bs-target="#collapse-4827" aria-expanded="false" aria-controls="collapse-4827"> Support Community Mental Health <span class="d-lg-none d-block plus-icon button accordion-btn" aria-label="accordion button"> <span class="minus"></span> </span> </button> </h2> <div id="collapse-4827" class="accordion-collapse collapse" aria-labelledby="heading-4827" data-bs-parent="#priorities-list-block_2fdbe90d61b18c9d8f8e2cd486fadc7e"> <div class="row"> <div class="col-lg-9 offset-lg-3 col-md-10 offset-md-2"> <div class="accordion-body d-lg-none"> <div class="text"> <p class="para-3">HIAS’ community-based mental health programs promote the well-being of individuals, families, and communities affected by crisis and conflict so they can heal and rebuild their lives.</p> <a href="/what/support-community-mental-health/" class="button secondary-btn pink internal" aria-label="Secondary"><span><i data-text="Learn more">Learn more</i></span></a> </div> <div class="img-holder "> <a href="#" class="ui-hover video-trigger" data-bs-toggle="modal" data-bs-target="#video_popup" data-video-provider='other' data-video-id='<iframe title="vimeo-player" src="https://player.vimeo.com/video/759971147?h=21c3d26673" width="640" height="360" frameborder="0" allowfullscreen></iframe>'> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Support Community Mental Health" data-lazy-src="https://hias.org/wp-content/uploads/Caring-for-the-Whole-Person-Still.png"><noscript><img src="https://hias.org/wp-content/uploads/Caring-for-the-Whole-Person-Still.png" alt="Support Community Mental Health"></noscript> </picture> <span class="button play-btn large" aria-label="play video"></span> </figure> </a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="col-lg-6 d-lg-block d-none info-col"> <div class="active-item-content d-flex flex-wrap"> <!-- first item accordion-body content --> <div class="img-holder "> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="A family of Afghan evacuees settles into their new home in Tulsa. The family was resettled by Congregation B'nai Emunah, a HIAS resettlement partner. (SideXSide/HIAS) Refugee Resettlement | Resettlement of Refugees | HIAS | US Refugee Resettlement | Resettlement of Refugees | HIAS" data-lazy-src="https://hias.org/wp-content/uploads/2022/03/2021_Resettled-Family-in-Tulsa_SXS-Video-Still.png" /><noscript><img src="https://hias.org/wp-content/uploads/2022/03/2021_Resettled-Family-in-Tulsa_SXS-Video-Still.png" alt="A family of Afghan evacuees settles into their new home in Tulsa. The family was resettled by Congregation B'nai Emunah, a HIAS resettlement partner. (SideXSide/HIAS) Refugee Resettlement | Resettlement of Refugees | HIAS | US Refugee Resettlement | Resettlement of Refugees | HIAS" /></noscript> </picture> </figure> </div> <div class="text"> <p class="para-3">Through our network of local resettlement partner agencies, HIAS welcomes resettled refugees and helps them build their lives in communities across the United States.</p> <a href="/what/resettle-refugees/" class="button secondary-btn pink internal" aria-label="Secondary"><span><i data-text="Learn more">Learn more</i></span></a> </div> </div> </div> </div> </div> </section> <section class="block-related-news background-white" id="block-related-news-block_9ba53218085ff0a056ce77be3c5357d3"> <div class="container"> <div class="row"> <div class="col-lg-12 col-12"> <h3 class="label-title section-title with-dot">Related News</h3> </div> </div> <div class="row items"> <div class="col-lg-3 col-12 item"> <a href="https://hias.org/news/how-help-refugees-and-asylum-seekers-after-u-s-elections/" class="item-content ui-hover"> <div class="row flex-lg-row flex-md-row-reverse flex-column-reverse"> <div class="col-lg-12 col-md-4 col-6 align-self-end"> <div class="img-holder"> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="How to Help Refugees and Asylum Seekers After the U.S. Elections" data-lazy-src="https://hias.org/wp-content/uploads/IMG_8870.jpeg" /><noscript><img src="https://hias.org/wp-content/uploads/IMG_8870.jpeg" alt="How to Help Refugees and Asylum Seekers After the U.S. Elections" /></noscript> </picture> </figure> </div> </div> <div class="col-lg-12 col-md-8"> <div class="item-info"> <h4 class="xsmall-title item-title"> How to Help Refugees and Asylum Seekers After the U.S. Elections </h4> <p class="para-3 w-medium date">Nov 21, 2024</p> </div> </div> </div> </a> </div> <div class="col-lg-3 col-12 item"> <a href="https://hias.org/news/spiritual-response-resilience-devastation/" class="item-content ui-hover"> <div class="row flex-lg-row flex-md-row-reverse flex-column-reverse"> <div class="col-lg-12 col-md-4 col-6 align-self-end"> <div class="img-holder"> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="The Spiritual Response of Resilience to Devastation " data-lazy-src="https://hias.org/wp-content/uploads/20241115_welcome_photo-scaled.jpg" /><noscript><img src="https://hias.org/wp-content/uploads/20241115_welcome_photo-scaled.jpg" alt="The Spiritual Response of Resilience to Devastation " /></noscript> </picture> </figure> </div> </div> <div class="col-lg-12 col-md-8"> <div class="item-info"> <h4 class="xsmall-title item-title"> The Spiritual Response of Resilience to Devastation </h4> <p class="para-3 w-medium date">Nov 15, 2024</p> </div> </div> </div> </a> </div> <div class="col-lg-3 col-12 item"> <a href="https://hias.org/news/deep-dive-great-replacement-theory/" class="item-content ui-hover"> <div class="row flex-lg-row flex-md-row-reverse flex-column-reverse"> <div class="col-lg-12 col-md-4 col-6 align-self-end"> <div class="img-holder"> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Deep Dive: The Great Replacement Theory" data-lazy-src="https://hias.org/wp-content/uploads/2024-RNC-Mass-Deportation-Signs.jpg" /><noscript><img src="https://hias.org/wp-content/uploads/2024-RNC-Mass-Deportation-Signs.jpg" alt="Deep Dive: The Great Replacement Theory" /></noscript> </picture> </figure> </div> </div> <div class="col-lg-12 col-md-8"> <div class="item-info"> <h4 class="xsmall-title item-title"> Deep Dive: The Great Replacement Theory </h4> <p class="para-3 w-medium date">Nov 1, 2024</p> </div> </div> </div> </a> </div> <div class="col-lg-3 col-12 item"> <a href="https://hias.org/news/we-must-combat-xenophobia-heres-how-we-can/" class="item-content ui-hover"> <div class="row flex-lg-row flex-md-row-reverse flex-column-reverse"> <div class="col-lg-12 col-md-4 col-6 align-self-end"> <div class="img-holder"> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="We Must Combat Xenophobia. Here’s How We Can." data-lazy-src="https://hias.org/wp-content/uploads/241029_risingtothemoment.jpg" /><noscript><img src="https://hias.org/wp-content/uploads/241029_risingtothemoment.jpg" alt="We Must Combat Xenophobia. Here’s How We Can." /></noscript> </picture> </figure> </div> </div> <div class="col-lg-12 col-md-8"> <div class="item-info"> <h4 class="xsmall-title item-title"> We Must Combat Xenophobia. Here’s How We Can. </h4> <p class="para-3 w-medium date">Oct 29, 2024</p> </div> </div> </div> </a> </div> </div> <div class="row button-row justify-content-md-end"> <div class="col-auto"> <a href="https://hias.org/tag/united-states/" class="button secondary-btn pink internal" aria-label="Secondary"><span><i data-text="See More">See More</i></span></a> </div> </div> </div> </section> <!-- block with more than one item => have a slider --> <section class="block-large-feature background-grey" id="block-large-feature-block_f51ab8c28cb16473918ce8907299be48"> <div class="container"> <div class="row"> <div class="col-lg-12 col-12"> <h3 class="label-title section-title with-dot">Impact</h3> </div> </div> <div class="items"> <!-- Swiper --> <div class="swiper FeaturedSwiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="row slide-row"> <div class="col-lg-10 col-12 title-col"> <h3 class="large-title item-title">Waiting Six Years for a Hug</h3> </div> <div class="col-lg-12 content-col"> <div class="item-content"> <div class="row flex-lg-row flex-column-reverse"> <div class="col-lg-3 col-md-8 col-12 left-col"> <p class="para-3">After fleeing Cameroon for her personal safety, Claris sought asylum in the U.S. HIAS helped her win her asylum case and get a green card, but her children were still back in Cameroon. On a sunny morning in May 2021, Claris finally got to wrap her arms around her son and daughter after six years apart, thanks in part to HIAS’ legal team.</p> <a href="/news/waiting-6-years-for-a-hug/" class="button secondary-btn pink internal" aria-label="Read more"><span><i data-text="Read more">Read more</i></span></a> </div> <div class="col-lg-9 col-12 right-col"> <a href="#" class="video-trigger ui-hover" data-bs-toggle="modal" data-bs-target="#video_popup" data-video-provider='vimeo' data-video-id='549319716' aria-label="Open Video"> <div class="img-holder "> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="After fleeing Cameroon for her personal safety, Claris sought asylum in the U.S. HIAS helped her win her asylum case and get a green card, but Claris’ children were still back in Cameroon. After 6 years, she finally got approval for them to come and join her, at Dulles International Airport in Virginia. Claris finally got to wrap her arms around her two kids. The last time she could do that her daughter, Blossom, was 5, and her son, Junior, was 6. Now they are 11 and 12 years old. Overwhelmed and tired from hours of travel, the children were quiet but they smiled as their mother and grandmother, Anita, joyfully yelled "My baby!" and "Finally!" Claris has found a new life in the U.S. and is eager for her children to become a part of it. She works as a community support worker for a mental health agency in Washington, D.C., but she has plans to start a non-profit to help women, particularly single mothers." data-lazy-src="https://hias.org/wp-content/uploads/2022/07/20210513_US_Family-Reunifies_006-scaled.jpg" /><noscript><img src="https://hias.org/wp-content/uploads/2022/07/20210513_US_Family-Reunifies_006-scaled.jpg" alt="After fleeing Cameroon for her personal safety, Claris sought asylum in the U.S. HIAS helped her win her asylum case and get a green card, but Claris’ children were still back in Cameroon. After 6 years, she finally got approval for them to come and join her, at Dulles International Airport in Virginia. Claris finally got to wrap her arms around her two kids. The last time she could do that her daughter, Blossom, was 5, and her son, Junior, was 6. Now they are 11 and 12 years old. Overwhelmed and tired from hours of travel, the children were quiet but they smiled as their mother and grandmother, Anita, joyfully yelled "My baby!" and "Finally!" Claris has found a new life in the U.S. and is eager for her children to become a part of it. She works as a community support worker for a mental health agency in Washington, D.C., but she has plans to start a non-profit to help women, particularly single mothers." /></noscript> </picture> </figure> <span class="button play-btn large"></span> </div> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section id="block-instagram-feed-block_273f142b105c02323f300bde30655bde" class="block-instagram-feed no-space white"> <div class="simpatico-container"> <h2 class="eyebrow large">Latest from Instagram</h2> <div class="sb_instagram_header sbi_header_outside" style="padding: 13px;padding-bottom: 0;" > <a href="https://www.instagram.com/hiasrefugees/" target="_blank" rel="nofollow noopener" title="@hiasrefugees" class="sbi_header_link"> <div class="sbi_header_text sbi_no_bio"> <h3>hiasrefugees</h3> </div> <div class="sbi_header_img" data-avatar-url="https://scontent-ord5-2.xx.fbcdn.net/v/t51.2885-15/450735791_1200662681049733_776866655835998135_n.jpg?_nc_cat=102&ccb=1-7&_nc_sid=7d201b&_nc_ohc=_rTHjg_SZHsQ7kNvgEIniUR&_nc_zt=23&_nc_ht=scontent-ord5-2.xx&edm=AL-3X8kEAAAA&oh=00_AYDrw_4Pb0e18nBxBNdeVI0xTp0wt5asNcFdeYzkarHxMA&oe=674763FD"> <div class="sbi_header_img_hover" ><svg class="sbi_new_logo fa-instagram fa-w-14" aria-hidden="true" data-fa-processed="" aria-label="Instagram" data-prefix="fab" data-icon="instagram" role="img" viewBox="0 0 448 512"> <path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path> </svg></div> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%3E%3C/svg%3E" alt="HIAS" width="50" height="50" data-lazy-src="http://hias.org/wp-content/uploads/sb-instagram-feed-images/hiasrefugees.jpg"><noscript><img src="http://hias.org/wp-content/uploads/sb-instagram-feed-images/hiasrefugees.jpg" alt="HIAS" width="50" height="50"></noscript> </div> </a> </div> <div id="sb_instagram" class="sbi sbi_mob_col_1 sbi_tab_col_2 sbi_col_4 sbi_width_resp" style="padding-bottom: 26px;" data-feedid="*1" data-res="auto" data-cols="4" data-colsmobile="1" data-colstablet="2" data-num="4" data-nummobile="4" data-shortcode-atts="{"feed":"1"}" data-postid="39173" data-locatornonce="e45cb5245e" data-sbi-flags="favorLocal"> <div id="sbi_images" style="padding: 13px;"> <div class="sbi_item sbi_type_carousel sbi_new sbi_transition" id="sbi_18066870667658918" data-date="1732222582"> <div class="sbi_photo_wrap"> <a class="sbi_photo" href="https://www.instagram.com/p/DCpcmxTxdv5/" target="_blank" rel="noopener nofollow" data-full-res="https://scontent-ord5-3.cdninstagram.com/v/t51.2885-15/468018585_388578804245435_159755930534094839_n.jpg?_nc_cat=100&ccb=1-7&_nc_sid=18de74&_nc_ohc=_lu34sqhg8kQ7kNvgFVydMa&_nc_zt=23&_nc_ht=scontent-ord5-3.cdninstagram.com&edm=AM6HXa8EAAAA&oh=00_AYD535FJ1L97USdH6HbKqxJZ6IUzATMbTXgbdGGqQS6XLQ&oe=67476244" data-img-src-set="{"d":"https:\/\/scontent-ord5-3.cdninstagram.com\/v\/t51.2885-15\/468018585_388578804245435_159755930534094839_n.jpg?_nc_cat=100&ccb=1-7&_nc_sid=18de74&_nc_ohc=_lu34sqhg8kQ7kNvgFVydMa&_nc_zt=23&_nc_ht=scontent-ord5-3.cdninstagram.com&edm=AM6HXa8EAAAA&oh=00_AYD535FJ1L97USdH6HbKqxJZ6IUzATMbTXgbdGGqQS6XLQ&oe=67476244","150":"https:\/\/scontent-ord5-3.cdninstagram.com\/v\/t51.2885-15\/468018585_388578804245435_159755930534094839_n.jpg?_nc_cat=100&ccb=1-7&_nc_sid=18de74&_nc_ohc=_lu34sqhg8kQ7kNvgFVydMa&_nc_zt=23&_nc_ht=scontent-ord5-3.cdninstagram.com&edm=AM6HXa8EAAAA&oh=00_AYD535FJ1L97USdH6HbKqxJZ6IUzATMbTXgbdGGqQS6XLQ&oe=67476244","320":"https:\/\/scontent-ord5-3.cdninstagram.com\/v\/t51.2885-15\/468018585_388578804245435_159755930534094839_n.jpg?_nc_cat=100&ccb=1-7&_nc_sid=18de74&_nc_ohc=_lu34sqhg8kQ7kNvgFVydMa&_nc_zt=23&_nc_ht=scontent-ord5-3.cdninstagram.com&edm=AM6HXa8EAAAA&oh=00_AYD535FJ1L97USdH6HbKqxJZ6IUzATMbTXgbdGGqQS6XLQ&oe=67476244","640":"https:\/\/scontent-ord5-3.cdninstagram.com\/v\/t51.2885-15\/468018585_388578804245435_159755930534094839_n.jpg?_nc_cat=100&ccb=1-7&_nc_sid=18de74&_nc_ohc=_lu34sqhg8kQ7kNvgFVydMa&_nc_zt=23&_nc_ht=scontent-ord5-3.cdninstagram.com&edm=AM6HXa8EAAAA&oh=00_AYD535FJ1L97USdH6HbKqxJZ6IUzATMbTXgbdGGqQS6XLQ&oe=67476244"}"> <span class="sbi-screenreader">HIAS' Rabbi Sarah Bassin shares a powerful reflect</span> <svg class="svg-inline--fa fa-clone fa-w-16 sbi_lightbox_carousel_icon" aria-hidden="true" aria-label="Clone" data-fa-proƒcessed="" data-prefix="far" data-icon="clone" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <path fill="currentColor" d="M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z"></path> </svg> <img width="1000" height="560" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20560'%3E%3C/svg%3E" alt="HIAS' Rabbi Sarah Bassin shares a powerful reflection following the recent U.S. election. Swipe for more ➡️ share this post if you agree #RefugeesWelcome, no matter what. Election Reflections | U.S. Presidential Election | Resilience" data-lazy-src="https://hias.org/wp-content/plugins/instagram-feed/img/placeholder.png"><noscript><img width="1000" height="560" src="https://hias.org/wp-content/plugins/instagram-feed/img/placeholder.png" alt="HIAS' Rabbi Sarah Bassin shares a powerful reflection following the recent U.S. election. Swipe for more ➡️ share this post if you agree #RefugeesWelcome, no matter what. Election Reflections | U.S. Presidential Election | Resilience"></noscript> </a> </div> </div><div class="sbi_item sbi_type_video sbi_new sbi_transition" id="sbi_18261316705268122" data-date="1732117685"> <div class="sbi_photo_wrap"> <a class="sbi_photo" href="https://www.instagram.com/reel/DCmUgA6Sp1l/" target="_blank" rel="noopener nofollow" data-full-res="https://scontent-ord5-1.cdninstagram.com/v/t51.75761-15/467737918_18469909189015399_1175087656880694154_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=18de74&_nc_ohc=Vd0wL6zzzL4Q7kNvgGUrBkf&_nc_zt=23&_nc_ht=scontent-ord5-1.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=AKM28J0dncg5Drpg_QQao8f&oh=00_AYCbxD8WRH7iJUEmCrIduFQiGLo3pcvoGHnYVw2AUiPRTQ&oe=67476B75" data-img-src-set="{"d":"https:\/\/scontent-ord5-1.cdninstagram.com\/v\/t51.75761-15\/467737918_18469909189015399_1175087656880694154_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=18de74&_nc_ohc=Vd0wL6zzzL4Q7kNvgGUrBkf&_nc_zt=23&_nc_ht=scontent-ord5-1.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=AKM28J0dncg5Drpg_QQao8f&oh=00_AYCbxD8WRH7iJUEmCrIduFQiGLo3pcvoGHnYVw2AUiPRTQ&oe=67476B75","150":"https:\/\/scontent-ord5-1.cdninstagram.com\/v\/t51.75761-15\/467737918_18469909189015399_1175087656880694154_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=18de74&_nc_ohc=Vd0wL6zzzL4Q7kNvgGUrBkf&_nc_zt=23&_nc_ht=scontent-ord5-1.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=AKM28J0dncg5Drpg_QQao8f&oh=00_AYCbxD8WRH7iJUEmCrIduFQiGLo3pcvoGHnYVw2AUiPRTQ&oe=67476B75","320":"https:\/\/scontent-ord5-1.cdninstagram.com\/v\/t51.75761-15\/467737918_18469909189015399_1175087656880694154_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=18de74&_nc_ohc=Vd0wL6zzzL4Q7kNvgGUrBkf&_nc_zt=23&_nc_ht=scontent-ord5-1.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=AKM28J0dncg5Drpg_QQao8f&oh=00_AYCbxD8WRH7iJUEmCrIduFQiGLo3pcvoGHnYVw2AUiPRTQ&oe=67476B75","640":"https:\/\/scontent-ord5-1.cdninstagram.com\/v\/t51.75761-15\/467737918_18469909189015399_1175087656880694154_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=18de74&_nc_ohc=Vd0wL6zzzL4Q7kNvgGUrBkf&_nc_zt=23&_nc_ht=scontent-ord5-1.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=AKM28J0dncg5Drpg_QQao8f&oh=00_AYCbxD8WRH7iJUEmCrIduFQiGLo3pcvoGHnYVw2AUiPRTQ&oe=67476B75"}"> <span class="sbi-screenreader">A child's joy deserves protection 💙 On World C</span> <svg style="color: rgba(255,255,255,1)" class="svg-inline--fa fa-play fa-w-14 sbi_playbtn" aria-label="Play" aria-hidden="true" data-fa-processed="" data-prefix="fa" data-icon="play" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg> <img width="1000" height="560" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20560'%3E%3C/svg%3E" alt="A child's joy deserves protection 💙 On World Children's Day, we honor the 47 million displaced children around the world. We work every day to help children find normalcy and joy, no matter where they are. It's up to all of us to support children in growing to their full potential. Protect Children | Humanitarian | Displacement #RefugeesWelcome #ListenToOurFuture #ProtectChildren #Humanitarian #Refugees #AsylumSeekers #WorldChildrensDay #ListenToTheFuture #ChildRight #HumanRights" data-lazy-src="https://hias.org/wp-content/plugins/instagram-feed/img/placeholder.png"><noscript><img width="1000" height="560" src="https://hias.org/wp-content/plugins/instagram-feed/img/placeholder.png" alt="A child's joy deserves protection 💙 On World Children's Day, we honor the 47 million displaced children around the world. We work every day to help children find normalcy and joy, no matter where they are. It's up to all of us to support children in growing to their full potential. Protect Children | Humanitarian | Displacement #RefugeesWelcome #ListenToOurFuture #ProtectChildren #Humanitarian #Refugees #AsylumSeekers #WorldChildrensDay #ListenToTheFuture #ChildRight #HumanRights"></noscript> </a> </div> </div><div class="sbi_item sbi_type_carousel sbi_new sbi_transition" id="sbi_18057269485896753" data-date="1731946233"> <div class="sbi_photo_wrap"> <a class="sbi_photo" href="https://www.instagram.com/p/DChNg4iPyaV/" target="_blank" rel="noopener nofollow" data-full-res="https://scontent-ord5-3.cdninstagram.com/v/t51.2885-15/466977141_1944812006006273_9117975093549358871_n.jpg?_nc_cat=106&ccb=1-7&_nc_sid=18de74&_nc_ohc=VRekPqbp5HMQ7kNvgGlLM5_&_nc_zt=23&_nc_ht=scontent-ord5-3.cdninstagram.com&edm=AM6HXa8EAAAA&oh=00_AYBCEqLtmt0OEk-dtEXhLNMcPUASwkHVzoo3F3XnnNFrQQ&oe=67476651" data-img-src-set="{"d":"https:\/\/scontent-ord5-3.cdninstagram.com\/v\/t51.2885-15\/466977141_1944812006006273_9117975093549358871_n.jpg?_nc_cat=106&ccb=1-7&_nc_sid=18de74&_nc_ohc=VRekPqbp5HMQ7kNvgGlLM5_&_nc_zt=23&_nc_ht=scontent-ord5-3.cdninstagram.com&edm=AM6HXa8EAAAA&oh=00_AYBCEqLtmt0OEk-dtEXhLNMcPUASwkHVzoo3F3XnnNFrQQ&oe=67476651","150":"https:\/\/scontent-ord5-3.cdninstagram.com\/v\/t51.2885-15\/466977141_1944812006006273_9117975093549358871_n.jpg?_nc_cat=106&ccb=1-7&_nc_sid=18de74&_nc_ohc=VRekPqbp5HMQ7kNvgGlLM5_&_nc_zt=23&_nc_ht=scontent-ord5-3.cdninstagram.com&edm=AM6HXa8EAAAA&oh=00_AYBCEqLtmt0OEk-dtEXhLNMcPUASwkHVzoo3F3XnnNFrQQ&oe=67476651","320":"https:\/\/scontent-ord5-3.cdninstagram.com\/v\/t51.2885-15\/466977141_1944812006006273_9117975093549358871_n.jpg?_nc_cat=106&ccb=1-7&_nc_sid=18de74&_nc_ohc=VRekPqbp5HMQ7kNvgGlLM5_&_nc_zt=23&_nc_ht=scontent-ord5-3.cdninstagram.com&edm=AM6HXa8EAAAA&oh=00_AYBCEqLtmt0OEk-dtEXhLNMcPUASwkHVzoo3F3XnnNFrQQ&oe=67476651","640":"https:\/\/scontent-ord5-3.cdninstagram.com\/v\/t51.2885-15\/466977141_1944812006006273_9117975093549358871_n.jpg?_nc_cat=106&ccb=1-7&_nc_sid=18de74&_nc_ohc=VRekPqbp5HMQ7kNvgGlLM5_&_nc_zt=23&_nc_ht=scontent-ord5-3.cdninstagram.com&edm=AM6HXa8EAAAA&oh=00_AYBCEqLtmt0OEk-dtEXhLNMcPUASwkHVzoo3F3XnnNFrQQ&oe=67476651"}"> <span class="sbi-screenreader">A heartbreaking number: In 2023, two children were</span> <svg class="svg-inline--fa fa-clone fa-w-16 sbi_lightbox_carousel_icon" aria-hidden="true" aria-label="Clone" data-fa-proƒcessed="" data-prefix="far" data-icon="clone" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <path fill="currentColor" d="M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z"></path> </svg> <img width="1000" height="560" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20560'%3E%3C/svg%3E" alt="A heartbreaking number: In 2023, two children were murdered each day in Ecuador, mostly during confrontations between organized criminal groups. Many of them were under four years old. Although violence has impacted everyone, why have children been disproportionately affected by rising violence in Ecuador? Our latest story breaks down what is happening and how our teams are working to protect children in the some of the areas hit hardest by violence — more at hias.org. Child Protection | Ecuador Refugees | Humanitarian" data-lazy-src="https://hias.org/wp-content/plugins/instagram-feed/img/placeholder.png"><noscript><img width="1000" height="560" src="https://hias.org/wp-content/plugins/instagram-feed/img/placeholder.png" alt="A heartbreaking number: In 2023, two children were murdered each day in Ecuador, mostly during confrontations between organized criminal groups. Many of them were under four years old. Although violence has impacted everyone, why have children been disproportionately affected by rising violence in Ecuador? Our latest story breaks down what is happening and how our teams are working to protect children in the some of the areas hit hardest by violence — more at hias.org. Child Protection | Ecuador Refugees | Humanitarian"></noscript> </a> </div> </div><div class="sbi_item sbi_type_carousel sbi_new sbi_transition" id="sbi_18068290837633576" data-date="1731706097"> <div class="sbi_photo_wrap"> <a class="sbi_photo" href="https://www.instagram.com/p/DCaDfb5v-lf/" target="_blank" rel="noopener nofollow" data-full-res="https://scontent-ord5-1.cdninstagram.com/v/t51.2885-15/466967516_915731360507836_5600980876341007317_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=18de74&_nc_ohc=QGqshF5SA8IQ7kNvgEefmj5&_nc_zt=23&_nc_ht=scontent-ord5-1.cdninstagram.com&edm=AM6HXa8EAAAA&oh=00_AYCz_4yywz9d_AwBmnXjh_WCeMAQaQCPw8sYwenq3yaAPw&oe=67476309" data-img-src-set="{"d":"https:\/\/scontent-ord5-1.cdninstagram.com\/v\/t51.2885-15\/466967516_915731360507836_5600980876341007317_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=18de74&_nc_ohc=QGqshF5SA8IQ7kNvgEefmj5&_nc_zt=23&_nc_ht=scontent-ord5-1.cdninstagram.com&edm=AM6HXa8EAAAA&oh=00_AYCz_4yywz9d_AwBmnXjh_WCeMAQaQCPw8sYwenq3yaAPw&oe=67476309","150":"https:\/\/scontent-ord5-1.cdninstagram.com\/v\/t51.2885-15\/466967516_915731360507836_5600980876341007317_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=18de74&_nc_ohc=QGqshF5SA8IQ7kNvgEefmj5&_nc_zt=23&_nc_ht=scontent-ord5-1.cdninstagram.com&edm=AM6HXa8EAAAA&oh=00_AYCz_4yywz9d_AwBmnXjh_WCeMAQaQCPw8sYwenq3yaAPw&oe=67476309","320":"https:\/\/scontent-ord5-1.cdninstagram.com\/v\/t51.2885-15\/466967516_915731360507836_5600980876341007317_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=18de74&_nc_ohc=QGqshF5SA8IQ7kNvgEefmj5&_nc_zt=23&_nc_ht=scontent-ord5-1.cdninstagram.com&edm=AM6HXa8EAAAA&oh=00_AYCz_4yywz9d_AwBmnXjh_WCeMAQaQCPw8sYwenq3yaAPw&oe=67476309","640":"https:\/\/scontent-ord5-1.cdninstagram.com\/v\/t51.2885-15\/466967516_915731360507836_5600980876341007317_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=18de74&_nc_ohc=QGqshF5SA8IQ7kNvgEefmj5&_nc_zt=23&_nc_ht=scontent-ord5-1.cdninstagram.com&edm=AM6HXa8EAAAA&oh=00_AYCz_4yywz9d_AwBmnXjh_WCeMAQaQCPw8sYwenq3yaAPw&oe=67476309"}"> <span class="sbi-screenreader">Once relegated to the darker corners of the intern</span> <svg class="svg-inline--fa fa-clone fa-w-16 sbi_lightbox_carousel_icon" aria-hidden="true" aria-label="Clone" data-fa-proƒcessed="" data-prefix="far" data-icon="clone" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <path fill="currentColor" d="M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z"></path> </svg> <img width="1000" height="560" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20560'%3E%3C/svg%3E" alt="Once relegated to the darker corners of the internet, the Great Replacement Theory entered the mainstream in the late 2010s when it inspired mass shootings and the 2017 “Unite the Right” protest in Charlottesville, Virginia. Seven years later, the Great Replacement Theory is arguably more prevalent than ever in American politics — with devastating consequences. Our latest Deep Dive takes a look at the Great Replacement Theory and its dangerous implications — more at hias.org Presidential Election | Immigration | Refugees Welcome" data-lazy-src="https://hias.org/wp-content/plugins/instagram-feed/img/placeholder.png"><noscript><img width="1000" height="560" src="https://hias.org/wp-content/plugins/instagram-feed/img/placeholder.png" alt="Once relegated to the darker corners of the internet, the Great Replacement Theory entered the mainstream in the late 2010s when it inspired mass shootings and the 2017 “Unite the Right” protest in Charlottesville, Virginia. Seven years later, the Great Replacement Theory is arguably more prevalent than ever in American politics — with devastating consequences. Our latest Deep Dive takes a look at the Great Replacement Theory and its dangerous implications — more at hias.org Presidential Election | Immigration | Refugees Welcome"></noscript> </a> </div> </div> </div> <div id="sbi_load" > <a class="sbi_load_btn" href="javascript:void(0);"> <span class="sbi_btn_text">Load More</span> <span class="sbi_loader sbi_hidden" style="background-color: rgb(255, 255, 255);" aria-hidden="true"></span> </a> <span class="sbi_follow_btn sbi_custom"> <a href="https://www.instagram.com/hiasrefugees/" style="background: rgb(64,139,209);" target="_blank" rel="nofollow noopener"> <svg class="svg-inline--fa fa-instagram fa-w-14" aria-hidden="true" data-fa-processed="" aria-label="Instagram" data-prefix="fab" data-icon="instagram" role="img" viewBox="0 0 448 512"> <path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path> </svg> <span>Follow on Instagram</span> </a> </span> </div> <span class="sbi_resized_image_data" data-feed-id="*1" data-resized="{"18068290837633576":{"id":"466967516_915731360507836_5600980876341007317_n","ratio":"0.80","sizes":{"full":640,"low":320,"thumb":150}},"18057269485896753":{"id":"466977141_1944812006006273_9117975093549358871_n","ratio":"1.33","sizes":{"full":640,"low":320,"thumb":150}},"18261316705268122":{"id":"467737918_18469909189015399_1175087656880694154_n","ratio":"0.56","sizes":{"full":640,"low":320,"thumb":150}},"18066870667658918":{"id":"468018585_388578804245435_159755930534094839_n","ratio":"0.80","sizes":{"full":640,"low":320,"thumb":150}}}"> </span> </div> </div> </section> <section class="block-article background-white "> <div class="container"> <div class="row"> <div class="col-lg-9 col-12 content-col"> <div class="richtext article-block"><p><em>HIAS’ services are free. If someone tries to charge you for services claiming they represent HIAS, please report it at our confidential email address: </em><a href="mailto:ethics@hias.org"><strong><em>ethics@hias.org</em></strong></a><em>. HIAS has a zero-tolerance policy on fraud and corruption. </em></p> <p><em>For any other inquiries please email us at </em><a href="mailto:info@hias.org"><strong><em>info@hias.org</em></strong></a><em>.</em></p> </div> </div> </div> </div> </section> <section class="block-big-cta background-blue-dark color-white"> <figure class="block-media d-none d-md-block"> <picture> <img fetchpriority="high" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201536%20868'%3E%3C/svg%3E" width="1536" height="868" alt="Give Now" data-lazy-src="https://hias.org/wp-content/uploads/20220219_LA_Welcome-Circles_Afghans_Airport_015-1536x868.png" ><noscript><img fetchpriority="high" src="https://hias.org/wp-content/uploads/20220219_LA_Welcome-Circles_Afghans_Airport_015-1536x868.png" width="1536" height="868" alt="Give Now" ></noscript> </picture> </figure> <div class="container"> <div class="row align-items-end justify-content-start justify-content-lg-end"> <div class="col-12 block-title align-self-start"> <h2 class="super-title">Give Now</h2> </div> <div class="block-mobile-media col-12 d-block d-md-none"> <figure> <picture> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20434'%3E%3C/svg%3E" width="768" height="434" alt="Give Now" data-lazy-src="https://hias.org/wp-content/uploads/20220219_LA_Welcome-Circles_Afghans_Airport_015-768x434.png" ><noscript><img src="https://hias.org/wp-content/uploads/20220219_LA_Welcome-Circles_Afghans_Airport_015-768x434.png" width="768" height="434" alt="Give Now" ></noscript> </picture> </figure> </div> <div class="block-content col-12 col-md-10 col-lg-9 col-xl-9"> <h3 class="small-title"> Help HIAS provide vital services to refugees and asylum seekers around the world</h3> <div class="btns-holder"> <a href="https://act.hias.org/page/53286/donate/1" class="button primary-btn" aria-label="Donate Now" > <span><i data-text="Donate Now">Donate Now</i></span> </a> </div> </div> </div> </div> </section> </div> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var relevanssi_rt_regex = /(&|\?)_(rt|rt_nonce)=(\w+)/g var newUrl = window.location.search.replace(relevanssi_rt_regex, '') history.replaceState(null, null, window.location.pathname + newUrl + window.location.hash) </script> <!-- Instagram Feed JS --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var sbiajaxurl = "https://hias.org/wp-admin/admin-ajax.php"; </script> <script type="rocketlazyloadscript"> let request = new XMLHttpRequest(); let url = 'ht' + 'tps:' + '//' + 'cdn-api.weglot.com/' + 'pageviews?api_key=' + 'wg_701b167b51b2d1d66f1ef4914249c44d1'; let data = JSON.stringify({ url: location.protocol + '//' + location.host + location.pathname, language: document.getElementsByTagName('html')[0].getAttribute('lang'), browser_language: (navigator.language || navigator.userLanguage) } ); request.open('POST', url, true); request.send(data); </script> <link data-minify="1" rel='stylesheet' id='block-intro-country-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-intro-country/block-intro-country.css?ver=1732120498' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='block-priorities-list-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-priorities-list/block-priorities-list.css?ver=1732120498' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='block-related-news-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-related-news/block-related-news.css?ver=1732120485' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='block-large-feature-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-large-feature/block-large-feature.css?ver=1732120492' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='block-article-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-article/block-article.css?ver=1732120485' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='block-big-cta-css-css' href='https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-big-cta/block-big-cta.css?ver=1732120478' type='text/css' media='all' /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/themes/hias-website/_include/js/bootstrap.bundle.min.js?ver=4.3.1" id="bootstrap-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/themes/hias-website/_include/js/swiper-bundle.min.js?ver=4.3.1" id="swiper-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/themes/hias-website/_include/js/Chart.min.js?ver=1.0.0" id="chartjs-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/_include/js/doughnut.js?ver=1732120472" id="doughnut-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/themes/hias-website/_include/js/slick.min.js?ver=1.0.0" id="simpatico-slick-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/themes/hias-website/_include/js/magnific.min.js?ver=1.0.0" id="simpatico-magnific-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/_include/js/simpatico-scripts.js?ver=1732120472" id="simpatico-scripts-js" defer></script> <script type="text/javascript" id="scripts-js-extra"> /* <![CDATA[ */ var globalAjax = {"ajaxurl":"https:\/\/hias.org\/wp-admin\/admin-ajax.php","nonce":"62667afa0c"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/_include/js/scripts.js?ver=1732120473" id="scripts-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.js?ver=1732120473" id="cookiejs-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1" id="react-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/vendor/react-jsx-runtime.min.js?ver=18.3.1" id="react-jsx-runtime-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/autop.min.js?ver=9fb50649848277dd318d" id="wp-autop-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/blob.min.js?ver=9113eed771d446f4a556" id="wp-blob-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/block-serialization-default-parser.min.js?ver=14d44daebf663d05d330" id="wp-block-serialization-default-parser-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/deprecated.min.js?ver=e1f84915c5e8ae38964c" id="wp-deprecated-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/dom.min.js?ver=4ecffbffba91b10c5c7a" id="wp-dom-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1" id="react-dom-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/escape-html.min.js?ver=6561a406d2d232a6fbd2" id="wp-escape-html-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/element.min.js?ver=cb762d190aebbec25b27" id="wp-element-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/is-shallow-equal.min.js?ver=e0f9f1d78d83f5196979" id="wp-is-shallow-equal-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/keycodes.min.js?ver=034ff647a54b018581d3" id="wp-keycodes-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/priority-queue.min.js?ver=9c21c957c7e50ffdbf48" id="wp-priority-queue-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/compose.min.js?ver=b8d54449305350b51869" id="wp-compose-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/private-apis.min.js?ver=17a2e640b653d742da6e" id="wp-private-apis-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/redux-routine.min.js?ver=a0a172871afaeb261566" id="wp-redux-routine-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/data.min.js?ver=7c62e39de0308c73d50c" id="wp-data-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-data-js-after"> /* <![CDATA[ */ ( function() { var userId = 0; var storageKey = "WP_DATA_USER_" + userId; wp.data .use( wp.data.plugins.persistence, { storageKey: storageKey } ); } )(); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/html-entities.min.js?ver=2cd3358363e0675638fb" id="wp-html-entities-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/a11y.min.js?ver=d90eebea464f6c09bfd5" id="wp-a11y-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/rich-text.min.js?ver=4021b9e4e9ef4d3cd868" id="wp-rich-text-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/shortcode.min.js?ver=b7747eee0efafd2f0c3b" id="wp-shortcode-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/blocks.min.js?ver=0d232d232463200f5cfd" id="wp-blocks-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/url.min.js?ver=36ae0e4dd9043bb8749b" id="wp-url-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/api-fetch.min.js?ver=4c185334c5ec26e149cc" id="wp-api-fetch-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-api-fetch-js-after"> /* <![CDATA[ */ wp.apiFetch.use( wp.apiFetch.createRootURLMiddleware( "https://hias.org/wp-json/" ) ); wp.apiFetch.nonceMiddleware = wp.apiFetch.createNonceMiddleware( "5a24adc23f" ); wp.apiFetch.use( wp.apiFetch.nonceMiddleware ); wp.apiFetch.use( wp.apiFetch.mediaUploadMiddleware ); wp.apiFetch.nonceEndpoint = "https://hias.org/wp-admin/admin-ajax.php?action=rest-nonce"; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/vendor/moment.min.js?ver=2.29.4" id="moment-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="moment-js-after"> /* <![CDATA[ */ moment.updateLocale( 'en_US', {"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"week":{"dow":1},"longDateFormat":{"LT":"g:i a","LTS":null,"L":null,"LL":"F j, Y","LLL":"F j, Y g:i a","LLLL":null}} ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/date.min.js?ver=aaca6387d1cf924acc51" id="wp-date-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-date-js-after"> /* <![CDATA[ */ wp.date.setSettings( {"l10n":{"locale":"en_US","months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"meridiem":{"am":"am","pm":"pm","AM":"AM","PM":"PM"},"relative":{"future":"%s from now","past":"%s ago","s":"a second","ss":"%d seconds","m":"a minute","mm":"%d minutes","h":"an hour","hh":"%d hours","d":"a day","dd":"%d days","M":"a month","MM":"%d months","y":"a year","yy":"%d years"},"startOfWeek":1},"formats":{"time":"g:i a","date":"F j, Y","datetime":"F j, Y g:i a","datetimeAbbreviated":"M j, Y g:i a"},"timezone":{"offset":-4,"offsetFormatted":"-4","string":"","abbr":""}} ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/primitives.min.js?ver=aef2543ab60c8c9bb609" id="wp-primitives-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/warning.min.js?ver=ed7c8b0940914f4fe44b" id="wp-warning-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/components.min.js?ver=36b97398bf090476214e" id="wp-components-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/keyboard-shortcuts.min.js?ver=32686e58e84193ce808b" id="wp-keyboard-shortcuts-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/commands.min.js?ver=73d702f6367f60b06d89" id="wp-commands-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/notices.min.js?ver=673a68a7ac2f556ed50b" id="wp-notices-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/preferences-persistence.min.js?ver=9307a8c9e3254140a223" id="wp-preferences-persistence-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/preferences.min.js?ver=e7b06b8f8bdd714600e9" id="wp-preferences-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-preferences-js-after"> /* <![CDATA[ */ ( function() { var serverData = false; var userId = "0"; var persistenceLayer = wp.preferencesPersistence.__unstableCreatePersistenceLayer( serverData, userId ); var preferencesStore = wp.preferences.store; wp.data.dispatch( preferencesStore ).setPersistenceLayer( persistenceLayer ); } ) (); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/style-engine.min.js?ver=86ba6721a03e5b921dfe" id="wp-style-engine-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/token-list.min.js?ver=05f8a6df6258f0081718" id="wp-token-list-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/wordcount.min.js?ver=55d8c2bf3dc99e7ea5ec" id="wp-wordcount-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/block-editor.min.js?ver=7ab6a9fdca1a0386ea66" id="wp-block-editor-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/core-data.min.js?ver=07feee0ca98b13ab617d" id="wp-core-data-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/media-utils.min.js?ver=1cf582d3c080c8694c8c" id="wp-media-utils-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/patterns.min.js?ver=74acf014a3907af88267" id="wp-patterns-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/plugins.min.js?ver=ef6da4a9b2747b62c09c" id="wp-plugins-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/server-side-render.min.js?ver=1e0f25c205ebeb30bcd2" id="wp-server-side-render-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/viewport.min.js?ver=829c9a30d366e1e5054c" id="wp-viewport-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-includes/js/dist/editor.min.js?ver=9b9729953f3754e74846" id="wp-editor-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-editor-js-after"> /* <![CDATA[ */ Object.assign( window.wp.editor, window.wp.oldEditor ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-intro-one/block-intro-one.js?ver=1732120502" id="block-intro-one-js-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-intro-country/block-intro-country.js?ver=1732120502" id="block-intro-country-js-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-priorities-list/block-priorities-list.js?ver=1732120502" id="block-priorities-list-js-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-related-news/block-related-news.js?ver=1732120485" id="block-related-news-js-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-large-feature/block-large-feature.js?ver=1732120493" id="block-large-feature-js-js" defer></script> <script type="text/javascript" id="sbi_scripts-js-extra"> /* <![CDATA[ */ var sb_instagram_js_options = {"font_method":"svg","resized_url":"https:\/\/hias.org\/wp-content\/uploads\/sb-instagram-feed-images\/","placeholder":"https:\/\/hias.org\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png","ajax_url":"https:\/\/hias.org\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/plugins/instagram-feed/js/sbi-scripts.min.js?ver=6.2.9" id="sbi_scripts-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-article/block-article.js?ver=1732120474" id="block-article-js-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hias.org/wp-content/uploads/wp-rocket/cache/min/1/wp-content/themes/hias-website/blocks/block-big-cta/block-big-cta.js?ver=1732120474" id="block-big-cta-js-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ document.querySelectorAll("ul.nav-menu").forEach( ulist => { if (ulist.querySelectorAll("li").length == 0) { ulist.style.display = "none"; } } ); /* ]]> */ </script> <script>window.lazyLoadOptions=[{elements_selector:"[loading=lazy],img[data-lazy-src],.rocket-lazyload",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()}}}}},use_native:1},{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://hias.org/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script> </div> <footer class="new-footer"> <div class="container simpatico-container simpatico-grid"> <div class="contact-col"> <a href="https://hias.org" class="logo footer-white-logo" aria-label="HIAS" > <span class="accessibility">HIAS homepage.</span> </a> <div class="footer-social simpatico-flex-container"> <a href="https://www.facebook.com/HIASrefugees" class="button dark facebook" target="_blank" aria-label="social facebook"><span class="accessibility">Facebook</span></a> <a href="https://www.linkedin.com/company/hias/" class="button dark linkedin" target="_blank" aria-label="social linkedin"><span class="accessibility">LinkedIn</span></a> <a href="http://instagram.com/hiasrefugees" class="button dark instagram" target="_blank" aria-label="social url-link"><span class="accessibility">Instagram</span></a> </div> <div class="footer-address"> <p><strong>International Headquarters</strong></p> <p>1300 Spring Street, Suite 500<br /> Silver Spring, MD 20910<br /> <a href="tel:+3018447300">301-844-7300</a></p> <p><strong>New York Office</strong></p> <p><a href="tel:+212-967-4100">212-967-4100</a></p> <p><strong>Information Helpline</strong></p> <p><a target="_blank" rel="noopener noreferrer">800-HIAS-714</a><br /> <a href="mailto:info@hias.org">info@hias.org</a></p> </div> <div class="footer-logos simpatico-flex-container desktop-only"> <a href="https://www.interaction.org/" target="_blank" class="footer-logo-link" aria-label=""> <img width="132" height="72" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20132%2072'%3E%3C/svg%3E" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/07/InterAction-logo-1.png"><noscript><img width="132" height="72" src="https://hias.org/wp-content/uploads/2022/07/InterAction-logo-1.png" alt=""></noscript> </a> <a href="https://www.charitynavigator.org/ein/135633307" target="_blank" class="footer-logo-link" aria-label=""> <img width="136" height="72" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20136%2072'%3E%3C/svg%3E" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/07/CharityNavigator-logo.png"><noscript><img width="136" height="72" src="https://hias.org/wp-content/uploads/2022/07/CharityNavigator-logo.png" alt=""></noscript> </a> <a href="https://charity.org/charities/hias/" target="_blank" class="footer-logo-link" aria-label=""> <img width="72" height="72" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2072%2072'%3E%3C/svg%3E" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/07/GlobalImpact-logo.png"><noscript><img width="72" height="72" src="https://hias.org/wp-content/uploads/2022/07/GlobalImpact-logo.png" alt=""></noscript> </a> <a href="https://www.charitywatch.org/charities/hias" target="_blank" class="footer-logo-link" aria-label=""> <img width="74" height="74" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2074%2074'%3E%3C/svg%3E" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/07/Charity-Watch-logo.png"><noscript><img width="74" height="74" src="https://hias.org/wp-content/uploads/2022/07/Charity-Watch-logo.png" alt=""></noscript> </a> </div> </div> <div class="right-col"> <div class="footer-header simpatico-grid"> <article> <h2 class="heading-6 small">HIAS stands for a world in which refugees find welcome, safety, and opportunity.</h2> <a class="btn-primary" href="https://act.hias.org/page/53286/donate/1" target="_blank">Donate</a> </article> <div class="footer-chart simpatico-flex-container"> <div class="chart-container"> <div class="doughnut-chart-container"> <canvas id="doughnut-chartcanvas-1"></canvas> </div> </div> <div class="values"> <span class="chart-value value" data-value="84.02"> <span class="dot background-pink"></span> <p class="small"> <span class="percent">84.02%</span> <span class="dot-title">Program Services</span> </p> </span> <span class="chart-value value" data-value="12.79"> <span class="dot background-blue-bright-dark"></span> <p class="small"> <span class="percent">12.79%</span> <span class="dot-title">Management</span> </p> </span> <span class="chart-value value" data-value="3.19"> <span class="dot background-yellow"></span> <p class="small"> <span class="percent">3.19%</span> <span class="dot-title">Fundraising</span> </p> </span> </div> </div> </div> <div class="footer-links simpatico-grid"> <nav class="footer-nav"> <a href="/refugee-resources" class="footer-link"> Refugee Resources </a> <a href="/who/records-search-requests/" class="footer-link"> Records Search Requests </a> <a href="https://hias.org/who/media-inquiries/" class="footer-link"> Media Inquiries </a> <a href="https://hias.org/solicitation-disclosures/" class="footer-link"> Solicitation Disclosures </a> <a href="/frequently-asked-questions" class="footer-link"> FAQs </a> <a href="https://hias.org/ethics/" class="footer-link"> Ethics </a> <a href="/who/careers/" class="footer-link"> Careers </a> <a href="https://hias.org/safeguarding-hias/" class="footer-link"> Safeguarding </a> <a href="/contact-us" class="footer-link"> Contact Us </a> <a href="https://hias.org/request-proposals/" class="footer-link"> Requests for Proposals </a> </nav> <div class="footer-newsletter"> <p class="newsletter-header">Get email updates to stay informed about our work</p> <a class="btn-primary" href="https://act.hias.org/page/52591/subscribe/1" target="_blank" class="button primary-btn" aria-label="Sign up" data-text="Sign up">Sign up</a> </div> </div> <div class="footer-disclosures"> <div class="footer-logos simpatico-flex-container tablet-only"> <a href="https://www.interaction.org/" target="_blank" class="footer-logo-link" aria-label=""> <img width="132" height="72" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20132%2072'%3E%3C/svg%3E" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/07/InterAction-logo-1.png"><noscript><img width="132" height="72" src="https://hias.org/wp-content/uploads/2022/07/InterAction-logo-1.png" alt=""></noscript> </a> <a href="https://www.charitynavigator.org/ein/135633307" target="_blank" class="footer-logo-link" aria-label=""> <img width="136" height="72" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20136%2072'%3E%3C/svg%3E" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/07/CharityNavigator-logo.png"><noscript><img width="136" height="72" src="https://hias.org/wp-content/uploads/2022/07/CharityNavigator-logo.png" alt=""></noscript> </a> <a href="https://charity.org/charities/hias/" target="_blank" class="footer-logo-link" aria-label=""> <img width="72" height="72" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2072%2072'%3E%3C/svg%3E" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/07/GlobalImpact-logo.png"><noscript><img width="72" height="72" src="https://hias.org/wp-content/uploads/2022/07/GlobalImpact-logo.png" alt=""></noscript> </a> <a href="https://www.charitywatch.org/charities/hias" target="_blank" class="footer-logo-link" aria-label=""> <img width="74" height="74" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2074%2074'%3E%3C/svg%3E" alt="" data-lazy-src="https://hias.org/wp-content/uploads/2022/07/Charity-Watch-logo.png"><noscript><img width="74" height="74" src="https://hias.org/wp-content/uploads/2022/07/Charity-Watch-logo.png" alt=""></noscript> </a> </div> <div class="disclosures-text"> <p> HIAS is a nonpartisan, 501(c)(3) refugee protection organization based in Silver Spring, MD. We do not favor or oppose any candidate for public office. </p> <p>© 2024 HIAS. All rights reserved. </p> </div> <ul class="disclosures-links simpatico-flex-container"> <li> <a href="/privacy-policy/" class="disclosure-link"> Privacy Policy </a> </li> <li> <a href="/terms-of-use/" class="disclosure-link"> Terms of Use </a> </li> </ul> </div> </div> </div> </footer> <!-- Team modal --> <div class="modal fade leftShow" id="team_modal" tabindex="-1" aria-labelledby="team_modal" aria-hidden="true"> <div class="modal-dialog modal-fullscreen modal-dialog-scrollable "> <div class="modal-content background-blue-dark color-blue-light-dark"> <button type="button" class="button close-btn modal-close" data-bs-dismiss="modal" aria-label="Close"> <span></span> </button> <div class="modal-body"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="inner-content"> </div> </div> </div> </div> </div> </div> </div> </div> <!--Search flyout--> <div class="search-flyout"> <button class="close-flyout"><span class="accessibility">Close search window</span></button> <div class="container"> <h2 class="heading-4">Search HIAS</h2> <form method="get" class="searchform" action="https://hias.org"> <label class="accessibility" for="s">Search</label> <input type="text" class="field" name="s" id="s" placeholder="Start typing to search..." /> <button type="submit" name="submit"><span class="accessibility">Submit</span></button> </form> </div> </div> <!-- video popup --> <div class="modal fade video-popup" id="video_popup" tabindex="-1" role="dialog" aria-labelledby="video_popupLabel" style="display: none;" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content background-blue-dark color-blue-light-dark"> <button type="button" class="button close-btn modal-close" data-bs-dismiss="modal" aria-label="Close"> <span></span> </button> <div class="modal-body"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-10"> <div class="video-player ready" data-plyr-provider="youtube" data-plyr-embed-id="watch?v=HRj35PtXnLs"></div> <div class="inner-content"> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Global popup --> <!-- <div aria-visibility="hidden" class="hidden" style="font-family: 'GothamBook'"> </div> <script type="rocketlazyloadscript"> document.getElementsByTagName("body")[0].classList.remove("no-js"); var interval = null; function fontLoadListener() { var hasLoaded = false; try { hasLoaded = document.fonts.check('12px "GothamBook"'); } catch(error) { console.info("CSS font loading API error", error); fontLoadedSuccess(); return; } if(hasLoaded) { fontLoadedSuccess(); } } function fontLoadedSuccess() { if(interval) { clearInterval(interval); } /* Apply class names */ document.getElementsByTagName("body")[0].classList.add("gotham-book--loaded"); } interval = setInterval(fontLoadListener, 500); </script> --> <script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"NRJS-b6ae98ee6dcae6a95d6","applicationID":"1515657362","transactionName":"Y11RYUJXD0tVBk1cDVoXclZEXw5WGxZQWwVYXR5WX0MPTEYc","queueTime":0,"applicationTime":1976,"atts":"TxpSFwpNHEU=","errorBeacon":"bam.nr-data.net","agent":""}</script></body> </html>