Wall Street’s S&P 500 targets are still predicting a big rally, even after a flurry of cuts (2025)

0?" ".concat(t.layer):""," {")),o+=t.css,i&&(o+="}"),t.media&&(o+="}"),t.supports&&(o+="}");var r=t.sourceMap;r&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),n.styleTagTransform(o,e,n.options)}(n,e,t)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)}}}},589:function(e){e.exports=function(e,n){if(n.styleSheet)n.styleSheet.cssText=e;else{for(;n.firstChild;)n.removeChild(n.firstChild);n.appendChild(document.createTextNode(e))}}},559:function(e){e.exports=JSON.parse('[{"id":"search.voice.hover_clear_text","description":"","defaultMessage":"Clear"},{"id":"search.voice.hover_search_text","description":"","defaultMessage":"Search the web"},{"id":"search.voice.hover_voice_text","description":"","defaultMessage":"Search by voice"},{"id":"search.voice.permission_text","description":"","defaultMessage":"Allow microphone access to enable voice search"},{"id":"search.voice.permission_title","description":"","defaultMessage":"Waiting for permission"},{"id":"search.voice.recognition_error","description":"","defaultMessage":"Please check your microphone and audio levels."},{"id":"search.voice.recognition_listening","description":"","defaultMessage":"Listening..."},{"id":"search.voice.recognition_nomatch","description":"","defaultMessage":"Didn\'t get that."},{"id":"search.voice.recognition_retry","description":"","defaultMessage":"Try again."},{"id":"search.voice.recognition_start","description":"","defaultMessage":"What would you like to search for?"},{"id":"search.voice.trending_title","description":"","defaultMessage":"Try saying"},{"id":"search.voice.trending_or","description":"","defaultMessage":"or"}]')},336:function(e){e.exports=JSON.parse('["ar-JO","da-DK","de-AT","de-CH","de-DE","el-GR","en-AU","en-CA","en-GB","en-IN","en-MY","en-NZ","en-PH","en-SG","es-AR","es-CL","es-CO","es-ES","es-MX","es-US","fi-FI","fr-CA","fr-CH","fr-FR","id-ID","it-CH","it-IT","ko-KR","nb-NO","nl-NL","pl-PL","pt-BR","ro-RO","ru-RU","sv-SE","th-TH","tr-TR","vi-VN","zh-Hant-HK","zh-Hant-TW"]')}},v={};function y(e){var n=v[e];if(void 0!==n)return n.exports;var t=v[e]={id:e,exports:{}};return m[e](t,t.exports,y),t.exports}y.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return y.d(n,{a:n}),n},y.d=function(e,n){for(var t in n)y.o(n,t)&&!y.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:n[t]})},y.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},y.nc=void 0,e=y(379),n=y.n(e),t=y(795),o=y.n(t),i=y(569),r=y.n(i),a=y(565),s=y.n(a),c=y(216),l=y.n(c),u=y(589),d=y.n(u),p=y(383),(h={}).styleTagTransform=d(),h.setAttributes=s(),h.insert=r().bind(null,"head"),h.domAPI=o(),h.insertStyleElement=l(),n()(p.Z,h),p.Z&&p.Z.locals&&p.Z.locals,f=y(516),function(e,n){var t={uiLang:"en-US",speechLang:"en-US",voiceButton:"#voice-btn",searchBox:{form:"#sf",input:"#yschsp",params:{fr:"",fr2:""}},enable_voice_trending:!1,trending:{market:"en-us"},ui:{speechOverlay:{disableBlur:!1}},browsers:{edge:!1}};function o(i){var r=this;if(r.config=Object.assign(t,i||{}),r.i18n=new o.I18n({lang:r.config.uiLang}),r.renderPermissionGuide(r),r.renderSpeechPanel(r),r.speechResult="",r.noSpeech=!0,r.isRecognitionStart=!1,r.recognition=null,r.voiceButton=n.querySelector(r.config.voiceButton),r.searchBoxForm=n.querySelector(r.config.searchBox.form),r.searchBoxQuery=n.querySelector(r.config.searchBox.input),r.speechPanel=n.querySelector("#spch"),r.speechButtonContainer=n.querySelector("#spchbc"),r.speechButton=n.querySelector("#spchbc-btn"),r.speechText=n.querySelector("#spcht"),r.speechOverlay=n.getElementById("spch-overlay"),r.retryLink=n.querySelector("#spcht-retry"),r.trending=n.getElementById("spch-trending"),r.trendingTerms=n.getElementById("trending-terms"),r.termSpans=n.getElementsByClassName("trending-term"),r.closeButton=n.querySelector("#spchx"),r.startAudio=new Audio("https://s.yimg.com/pv/static/misc/voice-start-202105050733.wav"),r.resultAudio=new Audio("https://s.yimg.com/pv/static/misc/voice-result-202105050733.wav"),r.errorAudio=new Audio("https://s.yimg.com/pv/static/misc/voice-error-202105050733.wav"),r.closeAudio=new Audio("https://s.yimg.com/pv/static/misc/voice-close-202105050733.wav"),r.permissionGuide=n.querySelector("#spchp"),r.permissionGuideClose=n.querySelector("#spchpx"),r.permissionGuideTimer=null,r.onEscKeyDown=function(e){"Escape"===e.code&&(r.recognition.stop(),r.sendBeacon("keybrd","voicesearch_cancel_esc"),r.closePanel(r))},r.isBrowserSupported()){var a=e.SpeechRecognition||e.webkitSpeechRecognition,s=e.SpeechGrammarList||e.webkitSpeechGrammarList;r.recognition=new a;var c=new s;c.addFromString&&c.addFromString("#JSGF V1.0;",1),r.recognition.grammars=c,r.recognition.continuous=!1,r.recognition.lang=r.config.speechLang,r.recognition.interimResults=!1,r.recognition.maxAlternatives=1,r.voiceButton&&(r.voiceButton.onclick=function(){r.recognition.start(),r.permissionGuideTimer&&e.clearTimeout(r.permissionGuideTimer),r.permissionGuideTimer=e.setTimeout((function(){r.isRecognitionStart||r.showPermissionGuide(r)}),300),n.addEventListener("keydown",r.onEscKeyDown),r.sendBeacon("clk","voicesearch")}),r.speechButton&&(r.speechButton.onclick=function(){r.isRecognitionStart?(r.recognition.stop(),r.sendBeacon("clk","voicesearch_panel_mic_close"),r.closePanel(r)):(r.recognition.start(),r.sendBeacon("clk","voicesearch_panel_mic_restart"))}),r.retryLink&&(r.retryLink.onclick=function(){r.isRecognitionStart||(r.recognition.start(),r.sendBeacon("clk","voicesearch_panel_retry"))}),r.speechOverlay&&(r.speechOverlay.onclick=function(){r.recognition.stop(),r.sendBeacon("clk","voicesearch_cancel_outside"),r.closePanel(r)}),r.closeButton&&(r.closeButton.onclick=function(){r.recognition.stop(),r.sendBeacon("clk","voicesearch_cancel"),r.closePanel(r)}),r.permissionGuideClose&&(r.permissionGuideClose.onclick=function(){r.recognition.stop(),r.sendBeacon("clk","voicesearch_permission_close"),r.closeAudio.play(),r.hidePermissionGuide(r)}),r.recognition.onresult=function(n){r.speechResult=n.results[0][0].transcript,r.handlePunctuation(r),r.speechText&&(r.speechText.innerText=r.speechResult),r.searchBoxQuery&&(r.searchBoxQuery.value=r.speechResult),r.resultAudio.play(),e.setTimeout((function(){if(r.speechPanel&&(r.speechPanel.classList.remove("s2tb"),r.speechPanel.classList.add("s2tb-h")),r.hideRetryLink(r),r.searchBoxForm){var e=r.searchBoxForm.querySelector("[name=fr]"),n=r.searchBoxForm.querySelector("[name=fr2]");e&&r.config.searchBox&&r.config.searchBox.params&&r.config.searchBox.params.fr&&(e.value=i.searchBox.params.fr,e.disabled=!1),n&&r.config.searchBox&&r.config.searchBox.params&&r.config.searchBox.params.fr2&&(n.value=i.searchBox.params.fr2,n.disabled=!1),r.searchBoxForm.submit()}}),1e3)},r.recognition.onspeechstart=function(){},r.recognition.onspeechend=function(){r.recognition.stop()},r.recognition.onerror=function(){r.speechText&&(r.speechText.innerText=r.i18n.t("search.voice.recognition_error")),r.hideTrending(r),r.showRetryLink(r),r.errorAudio.play()},r.recognition.onaudiostart=function(){r.speechButtonContainer&&r.speechButtonContainer.classList.add("listening")},r.recognition.onaudioend=function(){r.speechButtonContainer&&r.speechButtonContainer.classList.remove("listening")},r.recognition.onsoundstart=function(){r.hideTrending(r),r.noSpeech=!1,r.speechButtonContainer&&(r.speechButtonContainer.classList.remove("listening"),r.speechButtonContainer.classList.add("speaking"))},r.recognition.onsoundend=function(){r.speechButtonContainer&&r.speechButtonContainer.classList.remove("speaking")},r.recognition.onstart=function(){r.recognitionInit(r),r.startRecognition(r)},r.recognition.onend=function(){r.isRecognitionStart=!1,0==r.noSpeech&&""==r.speechResult&&(r.speechText&&(r.speechText.innerText=r.i18n.t("search.voice.recognition_nomatch")),r.hideTrending(r),r.showRetryLink(r),r.errorAudio.play())},document&&document.dispatchEvent&&document.dispatchEvent(new Event("VOICE_JS_READY"))}}o.I18n=f,o.prototype.renderPermissionGuide=function(e){var n='\n

\n

\n

\n

\n

\n

\n

\n

'.concat(e.i18n.t("search.voice.permission_title"),'

\n

').concat(e.i18n.t("search.voice.permission_text"),"

\n

\n

\n

\n "),t=(new DOMParser).parseFromString(n,"text/html");document.body.appendChild(t.body.children[0])},o.prototype.renderSpeechPanel=function(e){var n='\n \n '),t=(new DOMParser).parseFromString(n,"text/html");e&&e.config&&e.config.ui&&e.config.ui.speechOverlay&&e.config.ui.speechOverlay.disableBlur&&t.body.children[0].classList.add("disable-blur-overlay"),document.body.appendChild(t.body.children[0])},o.prototype.isBrowserSupported=function(){for(var n=!1,t=this,o=Boolean(window.chrome),i=/CriOS/.test(window.navigator.userAgent),r=/Edg\//.test(window.navigator.userAgent),a=/Edge\//.test(window.navigator.userAgent),s=Boolean(window.opr),c=Boolean(window.navigator.brave),l=[{checkEnabled:function(){return!0},checkBrowser:function(){return o&&!i&&!r&&!s&&!c},checkAPI:function(){return e&&("SpeechRecognition"in e||"webkitSpeechRecognition"in e)&&("SpeechGrammarList"in e||"webkitSpeechGrammarList"in e)}},{checkEnabled:function(){return t&&t.config&&t.config.browsers&&t.config.browsers.edge},checkBrowser:function(){return o&&r&&!a},checkAPI:function(){return e&&("SpeechRecognition"in e||"webkitSpeechRecognition"in e)&&("SpeechGrammarList"in e||"webkitSpeechGrammarList"in e)}}],u=0;u0){var n=e.speechResult.charAt(e.speechResult.length-1);"."!==n&&"?"!==n&&"。"!==n&&"?"!==n||(e.speechResult=e.speechResult.slice(0,-1))}},o.prototype.sendBeacon=function(n,t){var o=e.YAHOO.ULT||{},i=e.YAHOO.SB||{};if(o.beacon_click){var r={_S:i.config.i13n.spaceid,_I:i.config.i13n.pvid,actn:n,sec:"search",slk:t};e.YAHOO.ULT.beacon_click(r)}},o.prototype.ajaxReq=function(t,o){var i,r,a=XMLHttpRequest.DONE||4,s=new XMLHttpRequest;if(n.documentMode&&n.documentMode<10)return(new e.XDomainRequest).onload=function(){try{r=JSON.parse(i),o(r)}catch(e){return}},s.open("GET",t),void s.send();s.onreadystatechange=function(){if(s.readyState===a)if(200===s.status){i=s.responseText;try{r=JSON.parse(i),o(r)}catch(e){return}}else o(r)},s.open("GET",t,!0),s.timeout=1e4,s.send()},e.YAHOO||(e.YAHOO={}),e.YAHOO.Util||(e.YAHOO.Util={}),e.YAHOO.Util.VoiceSearch=o}(window,document)}();var Jn={containerClass:Yn.tooltip,textClass:Yn.tooltip__text,showClass:Yn["tooltip--show"]},Vn=["zh-hant-tw","zh-hant-hk"];ge("ybar-mod-searchbox",(function(e){var n={ybar:document.getElementById("ybar"),searchInput:document.getElementById("ybar-sbq"),buttonBar:document.querySelector(".".concat(Yn["sa-btn-bar"])),voiceSearchBtn:document.getElementById("ybar-sbq-voice"),searchForm:document.getElementById("ybar-sf"),searchBoxIcon:document.querySelector(".".concat(Yn["searchbox-icon-uh3"])),searchBoxPlaceholder:document.getElementById("ybar-smartphone-searchbox-placeholder"),searchBoxBackButton:document.getElementById("ybar-search-back-btn"),shopsButtonsWrap:document.querySelector(".".concat(Yn["shops-buttons"])),categorySelect:document.getElementById("shops-category-select"),selectedMerchantInput:document.getElementById("selected-merchant-input"),selectedMerchantClearButton:document.querySelector(".".concat(Yn["selected-merchant-clear-button"])),submitSearchBtn:document.getElementById("ybar-search"),clearSearchBtn:document.getElementById("ybar-sbq-x"),searchGradientBorder:document.querySelector(".".concat(Yn["search-border-gradient"]))};if(function(e,n){var t,o,i,r=e.getConfig();if(n.ybar&&"desktop"===r.device&&(null===(t=r.bucketConfig)||void 0===t?void 0:t.highlight_searchassist)&&(null===(o=r.bucketConfig)||void 0===o?void 0:o.overlay_class)){n.ybar.setAttribute("data-ovrly-bkt",r.bucketConfig.overlay_class),null===(i=n.searchForm)||void 0===i||i.classList.add(Yn[r.bucketConfig.overlay_class]);var a=document.createElement("div");a.classList.add(Yn.overlay,Yn[r.bucketConfig.overlay_class]),document.body.appendChild(a),e.onDestroy((function(){document.body.removeChild(a)})),e.addElementListener(n.searchForm,"focusout",(function(e){if(n.searchForm&&n.searchInput){var t=e.relatedTarget;t&&!n.searchForm.contains(t)&&window.YAHOO.SA&&window.YAHOO.SA.apps&&window.YAHOO.SA.apps[0]&&window.YAHOO.SA.apps[0].view.shown&&window.YAHOO.SA.apps[0].view.hide()}}))}}(e,n),Gn(e,n),n.voiceSearchBtn&&function(e,n){var t=e.getConfig(),o=t.locale,i=t.bucketConfig;if(!(null==i?void 0:i.assist_disable_srp)){var r=function(){var e,t;(null===(t=null===(e=window.YAHOO)||void 0===e?void 0:e.Util)||void 0===t?void 0:t.VoiceSearch)?new window.YAHOO.Util.VoiceSearch({uiLang:o,speechLang:o,voiceButton:"#ybar-sbq-voice",searchBox:{form:"#ybar-sf",input:"#ybar-sbq",params:{fr:n.voiceSearchBtn.dataset.fr||"yfp-t-voice",fr2:n.voiceSearchBtn.dataset.fr2||"p:fp,m:voice-search"}},ui:{speechOverlay:{disableBlur:Vn.includes(o.toLowerCase())}},browsers:{edge:!0},enable_voice_trending:!0,trending:{market:o}}):console.log("YBAR: VoiceJS lib was not loaded")};e.addElementListener(document,"VOICE_JS_READY",(function(){var o,i;n.voiceSearchBtn.style.visibility="visible",n.voiceSearchBtn.style.display="block",new Wn(e,n.voiceSearchBtn,h(h({},Jn),{label:null!==(o=t.i18n.root.SEARCH_TOOLTIP_VOICE)&&void 0!==o?o:"Search with voice",containerClass:"".concat(Yn.tooltip," ").concat(Yn.tooltip__voice),tooltipParentElm:null===(i=n.voiceSearchBtn)||void 0===i?void 0:i.parentElement}))})),e.addElementListener(document,"DOMContentLoaded",(function(){var o,i;new Wn(e,n.submitSearchBtn,h(h({},Jn),{label:null!==(o=t.i18n.root.SEARCH_TOOLTIP_WEB)&&void 0!==o?o:"Search the web",containerClass:"".concat(Yn.tooltip," ").concat(Yn.tooltip__web),tooltipParentElm:null===(i=n.voiceSearchBtn)||void 0===i?void 0:i.parentElement}))})),"loading"===document.readyState?e.addElementListener(document,"DOMContentLoaded",r):r(),window.addEventListener("keyup",(function(e){27===e.keyCode&&n.voiceSearchBtn.blur()}))}}(e,h(h({},n),{voiceSearchBtn:n.voiceSearchBtn})),n.searchGradientBorder){var t=!1;n.searchInput.addEventListener("keydown",(function(e){var o=e.code,i=e.key,r=o.startsWith("Key"),a=o.startsWith("Digit"),s=/^[!@#$%^&*()_+\-=[\]{};':"\\|,.<>/?`~]$/.test(i);(r||a||s)&&!t&&(n.searchGradientBorder.classList.add("".concat(Yn["search-border-gradient-hover"])),t=!0)})),e.addElementListener(n.searchForm,"mouseover",(function(){t||n.searchGradientBorder.classList.add("".concat(Yn["search-border-gradient-hover"]))})),e.addElementListener(n.searchForm,"mouseout",(function(){t||n.searchGradientBorder.classList.remove("".concat(Yn["search-border-gradient-hover"]))})),e.addElementListener(n.searchInput,"click",(function(){t=!0})),e.addElementListener(n.searchInput,"blur",(function(){n.searchGradientBorder.classList.remove("".concat(Yn["search-border-gradient-hover"]))}))}n.searchForm&&(e.addElementListener(n.searchBoxIcon,"mouseover",(function(){n.searchForm.classList.add("".concat(Yn["search-input-uh3-hover"]))})),e.addElementListener(n.searchBoxIcon,"mouseout",(function(){n.searchForm.classList.remove("".concat(Yn["search-input-uh3-hover"]))})),e.addElementListener(n.buttonBar,"mouseover",(function(){n.searchForm.classList.add("".concat(Yn["search-input-uh3-hover"]))})),e.addElementListener(n.buttonBar,"mouseout",(function(){n.searchForm.classList.remove("".concat(Yn["search-input-uh3-hover"]))})),e.addElementListener(n.searchInput,"keyup",(function(e){"Tab"===e.key&&n.searchForm.classList.add("".concat(Yn["search-input-uh3-focus-visible"])),n.searchInput.classList.toggle("".concat(Yn.empty),""===n.searchInput.value)})),e.addElementListener(n.searchInput,"keydown",(function(){n.searchForm.classList.remove("".concat(Yn["search-input-uh3-focus-visible"]))})),e.addElementListener(n.searchInput,"focusout",(function(){n.searchForm.classList.remove("".concat(Yn["search-input-uh3-focus-visible"]))})),e.addElementListener(n.submitSearchBtn,"click",(function(e){""===n.searchInput.value.trim()&&e.preventDefault()})),e.addElementListener(n.clearSearchBtn,"click",(function(){n.searchInput.classList.add("".concat(Yn.empty))})))}));var Kn="_yb_tdk4ba",Xn="_yb_hkd17a",$n="_yb_rtzclf",Zn="_yb_tdbhj6",Qn="_yb_de52ef",et="_yb_9hwrey",nt="_yb_slc8ta",tt="_yb_bf0svp",ot="_yb_hjic9z";ge("ybar-mod-adaptivenav",(function(e){var n={moreDropDown:document.querySelector(".".concat(Kn)),moreBtn:document.querySelector(".".concat(Xn)),wrap:document.querySelector(".".concat(Zn)),moreSectionTitle:document.querySelectorAll(".".concat(Qn)),editionsCtaBtn:document.querySelector(".".concat(et)),editionsMenu:document.querySelector(".".concat(nt)),closeBtn:document.querySelector(".".concat(tt))};new We(e,{adaptiveNavBtn:n.moreBtn,containerElm:n.moreDropDown,innerContainerElm:n.editionsMenu,isAdaptiveNav:!0});var t=!1,o=function(n,t){var o=n.moreDropDown,i=n.moreBtn,r=n.wrap,a={sec:"ybar",slk:"More",elm:"expand",pkgt:"top",subsec:"navrail",itc:"1"};o&&i&&r&&o.classList.contains("".concat(Kn))&&(o.classList.remove("".concat(Kn)),r.classList.add("".concat($n)),i.setAttribute("aria-expanded","true"),a.elm="expand",e.triggerEvent("adapnav:more:show",{event:t}),ee("ybar",a.slk,"",a))},i=function(e,n){void 0===n&&(n=!1);var o=e.moreDropDown,i=e.moreBtn,r=e.wrap,a={sec:"ybar",slk:"More",elm:"close",pkgt:"top",subsec:"navrail",itc:"1"};o&&i&&r&&(o.classList.contains("".concat(Kn))||(o.classList.add("".concat(Kn)),r.classList.remove("".concat($n)),i.setAttribute("aria-expanded","false"),t||n||ee("ybar",a.slk,"",a)))},r=function(e,n){void 0===n&&(n=!1);var t=e.editionsMenu,o={sec:"ybar",slk:"More",elm:"close",pkgt:"top",subsec:"navrail",itc:"1"};null==t||t.close(),null==t||t.classList.remove("".concat(ot)),n||ee("ybar",o.slk,"",o)},a=function(){var e;window.innerWidth<1024&&(null===(e=n.editionsMenu)||void 0===e||e.close())};n.moreBtn&&(e.addElementListener(n.moreBtn.parentNode,"keydown",(function(e){!function(e){var t,r=e.key;switch(r){case" ":case"ArrowDown":case"Enter":if(document.activeElement===n.moreBtn)o(n,e),setTimeout((function(){var e;null===(e=n.moreDropDown)||void 0===e||e.querySelectorAll("a")[0].focus()}),300);else if(document.activeElement===n.editionsCtaBtn){var a=null===(t=n.editionsMenu)||void 0===t?void 0:t.querySelectorAll("a, button")[0];setTimeout((function(){a.focus()}),100)}break;case"Tab":if(console.log(r),document.activeElement===n.moreBtn)return;i(n),setTimeout((function(){var e;null===(e=n.moreBtn)||void 0===e||e.focus()}),300);break;case"Escape":i(n),setTimeout((function(){var e;null===(e=n.moreBtn)||void 0===e||e.focus()}),300)}}(e)})),e.addElementListener(n.moreBtn,"mouseenter",(function(e){var t;window.YAHOO.SA&&window.YAHOO.SA.apps&&window.YAHOO.SA.apps[0]&&window.YAHOO.SA.apps[0].view.shown?window.YAHOO.SA.apps[0].view.hide():null===(t=n.moreBtn)||void 0===t||t.click(),o(n,e)})),e.addElementListener(n.moreBtn.parentNode,"mouseleave",(function(){i(n)})),e.addElementListener(n.moreBtn.parentNode,"click",(function(e){n.moreDropDown&&n.moreDropDown.classList.contains("".concat(Kn))&&o(n,e)})),e.addElementListener(n.moreBtn,"keydown",(function(e){var t;27===e.keyCode&&(null===(t=n.moreBtn)||void 0===t||t.blur())}))),n.moreSectionTitle&&Array.from(n.moreSectionTitle).forEach((function(n){e.addElementListener(n,"mouseover",(function(){t=!0})),e.addElementListener(n,"mouseout",(function(){t=!1}))})),n.editionsCtaBtn&&n.editionsMenu&&"function"==typeof HTMLDialogElement&&(n.editionsMenu.setAttribute("style",""),e.addElementListener(n.editionsCtaBtn,"click",(function(){var e,t;n.editionsMenu&&(e=n.editionsMenu,t={sec:"ybar",slk:"More",elm:"expand",pkgt:"top",subsec:"navrail",itc:"1"},e&&(e.showModal(),e.classList.add("".concat(ot)),ee("ybar",t.slk,"",t)))})),e.addElementListener(n.closeBtn,"click",(function(){r(n)})),n.editionsMenu.addEventListener("click",(function(e){var t,o=null===(t=n.editionsMenu)||void 0===t?void 0:t.getBoundingClientRect();(e.clientXo.right||e.clientYo.bottom)&&r(n)})),window.addEventListener("resize",a)),e.onDestroy((function(){i(n,!0),r(n,!0),window.removeEventListener("resize",a)}))}));var it,rt,at,st={"account-status-container":"_yb_ymi0h2","accounts-container":"_yb_cbk7gs","accounts-list":"_yb_1xscf7t",chevron:"_yb_pa7kxr",current:"_yb_z3vl31",expanded:"_yb_1wdvidv",greetings:"_yb_hz3nxi","greetings-container":"_yb_1dvo2p8",hide:"_yb_1tqu5w",mobile:"_yb_303pw",multiple:"_yb_dx6pd0","loading-profile-wrapper":"_yb_5m8r7u","loading-profile-button":"_yb_qaqab3","notification-container":"_yb_1vpbvgz","pfs-container":"_yb_12irxp7","pfs-iframe":"_yb_1a475s8",show:"_yb_1tj3rr","sign-in-menu":"_yb_mpd5lf","signed-in":"_yb_1330230","signed-in-mark":"_yb_1puqf10","signed-out":"_yb_43r3tx","signedout-text":"_yb_1a59ed4","stacked-name":"_yb_ts4lap","stacked-name-given":"_yb_zb2ipb","stacked-name-family":"_yb_1v4uiyy","uh3-layout":"_yb_19rb0y5","ybar-account-img":"_yb_12iiv1a","ybar-account-img-signed-out":"_yb_cbs8y","ybar-account-img-hidden":"_yb_1owxd09","ybar-account-menu":"_yb_9u1jny","ybar-account-menu-item-signed-out":"_yb_1qla71m","ybar-account-user-email":"_yb_1on73m5","ybar-account-user-email-other":"_yb_u3fczo","ybar-account-user-name":"_yb_5pkkfa","ybar-account-user-signedout":"_yb_axu8rh","ybar-account-yahoo-plus-imp":"_yb_14bnbgj","ybar-icon-arrow":"_yb_1tu7gjy","ybar-icon-arrow-down":"_yb_ngz6b5","ybar-icon-arrow-up":"_yb_1nagqiu","ybar-icon-image-wrapper":"_yb_19gpxwu","ybar-item-hidden":"_yb_559mjn","ybar-login-btn":"_yb_11glrwn","ybar-mod-account":"_yb_lq748r","ybar-mod-mail":"_yb_1e163lf","ybar-profile-character":"_yb_10rialq","ybar-profile-character-hidden":"_yb_1e2i1rd","ybar-see-info":"_yb_uiw8wx","ybar-sign-out":"_yb_j1eqwx","ybar-sign-out-text":"_yb_dvnuy9","ybar-user-accounts-list":"_yb_15pu2gg","ybar-user-profile-img":"_yb_1mawsyw","account-switcher-item-container":"_yb_1kjh1ov","account-switcher-chevron":"_yb_ju6kvv","account-switcher-container":"_yb_62ip13","hide-universal-profile":"_yb_11o7p8y","hide-account-switcher-container":"_yb_dwibp6","settings-item-container":"_yb_94wwjn","universal-profile-switch-button":"_yb_1p1qbi3","universal-profile":"_yb_1y7wwv3","account-switcher-settings-container":"_yb_zw2im7","account-switcher-signout-link":"_yb_1an82qo","signout-link-wrapper":"_yb_gk0uu2","ybar-keyline":"_yb_1rsy4q0","hide-up-settings":"_yb_1wofy5w"};it="ybar",at={createHTML:function(e){return e}},void 0!==(rt=window.trustedTypes)&&void 0!==rt.createPolicy&&window.trustedTypes.createPolicy(it,at);var ct,lt=!1,ut=function(e,n,t){var o,i=t.ybarAccMenuItemTemplate,r=t.crumb;if(i){var a=(n+1).toString(),s=i.getAttribute("data-signedOutState"),c=i.getAttribute("data-signedInState")||"",l=i.getAttribute("data-done")||"",u=function(e){if("content"in e)return e.content.cloneNode(!0);for(var n=document.createDocumentFragment(),t=0;t=0;--t){e[t]=(r=void 0,(r={fn:(i=e[t]).fn||"",ln:i.ln||"",em:i.em||"",alias:i.alias||"",imageUrl:i.imageUrl,state:i.state,fullName:null,identifier:""}).fullName=he(r.fn,r.ln)?[r.ln,r.fn].join(""):[r.fn,r.ln].join(" "),r.identifier=r.em||r.alias,r);var o=e[t].state;0!==o&&"0"!==o||(window.YBAR&&window.YBAR.setUserEmail(e[t].em),ct=e[t],n||e.splice(t,1)[0])}var i,r;return e}(r.users,n.isUH3Layout);if(n.isUH3Layout&&ct){if(n.ybarLoadingProfileWrapper){var l=document.querySelector(".".concat(st["ybar-profile-character-hidden"])),u=ct.fn&&ct.fn[0].toUpperCase()||"",d=he(ct.fn,ct.ln),p=function(){n.ybarLoadingProfileWrapper.remove(),n.ybarAccountMenu.classList.remove(st["loading-profile-button"])};if(l&&pe(ct.imageUrl)&&!d)l.innerHTML=u,l.ontransitionend=p,l.classList.remove(st["ybar-profile-character-hidden"]);else{var h=new Image;h.classList.add(st["ybar-account-img"],st["ybar-account-img-hidden"]),h.src=ct.imageUrl,h.alt=n.ybarLoadingProfileWrapper.getAttribute("data-alt")||"",h.ontransitionend=p,h.onload=function(){h.classList.remove(st["ybar-account-img-hidden"])},n.ybarLoadingProfileWrapper.parentElement.prepend(h),l&&l.remove()}}c.length>0&&(n.chevron&&n.chevron.classList.remove("hide"),n.greetingsContainer&&(n.greetingsContainer.classList.add(st.multiple),n.greetingsContainer.setAttribute("aria-expanded","false")))}for(var f=document.querySelector(".".concat(st["ybar-user-accounts-list"]))||document.querySelector(".".concat(st["accounts-list"])),m=function(t){var o=ut(c[t],t,n);o&&(null==f||f.appendChild(o)),e.onDestroy((function(){o&&(null==f||f.removeChild(o))}))},v=0;v0){var y=document.querySelector("".concat(a," .").concat(st["ybar-sign-out"])),g=y&&y.getAttribute("data-soa"),b=document.querySelector("".concat(a," .").concat(st["ybar-sign-out-text"]));if(b&&g&&(b.innerText=g),s&&s.classList.add(st.show),t){var w=document.querySelector("".concat(a," ").concat(st["ybar-icon-arrow"])),_=st["ybar-icon-arrow-up"],L=st["ybar-icon-arrow-down"],k=st["ybar-item-hidden"],x=document.querySelectorAll(".".concat(st["ybar-item-hidden"]));w&&(w.classList.toggle(L),e.addElementListener(w,"click",(function(){for(var e=0;e5){var E=document.querySelector("".concat(a," .").concat(st["ybar-see-info"]));E&&E.style&&(E.style.display="block")}pt(n,e),o&&o(),lt=!1}))}},ft=function(e,n,t){var o,i,r,a,s,c={},l=e.getConfig(),u=new URLSearchParams({activity_p:"ybar"}),d=null,p="https://pfs.yahoo.com",h=function(e){for(var n=e.split(";"),t=new Map,o=0;o720?720:e},y=function(){document.body.removeEventListener("focusin",y,!1),document.body.removeEventListener("click",y,!1)},g=function(){d&&f("resize",{height:m()})},b=function(){var r;if(null===d){(d=document.createElement("iframe")).src="".concat(p,"/?").concat(u.toString()),d.scrolling="no",d.sandbox.add("allow-forms"),d.sandbox.add("allow-scripts"),d.sandbox.add("allow-same-origin"),d.sandbox.add("allow-popups"),d.classList.add(t),d.style.height="0px",d.style.opacity="0";var a=document.createElement("style");a.type="text/css",a.appendChild(document.createTextNode("body { background: var(--UI-White, #FFF); }.skeleton-container { display: inline-flex; padding: 20px 20px 41px 20px; justify-content: center; align-items: center; background: var(--UI-White, #FFF); }.profile-skeleton { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }.userinfo-container { display: flex; align-items: center; gap: 12px; }.avatar { width: 72px; height: 72px; border-radius: 8px; background: var(--Greyscale-14-Grey-Hair, #F0F3F5); }.userinfo { display: flex; padding: 8px 0px; flex-direction: column; align-items: flex-start; gap: 10px; }.name { width: 117px; height: 16px; border-radius: 8px; background: var(--Greyscale-14-Grey-Hair, #F0F3F5); }.email { width: 74px; height: 12px; border-radius: 8px; background: var(--Greyscale-14-Grey-Hair, #F0F3F5); }.manage-account { width: 284px; height: 40px; border-radius: 40px; opacity: 0.5; background: var(--Greyscale-14-Grey-Hair, #F0F3F5); }.list-container { display: flex; padding-top: 12px; flex-direction: column; align-items: flex-start; gap: 36px; align-self: stretch; opacity: 0.25; }.list { border-radius: 8px; background: var(--Greyscale-14-Grey-Hair, #F0F3F5); } .list:nth-child(1) { width: 198px; height: 12px; }.list:nth-child(2) { width: 169.5px; height: 12px; }.list:nth-child(3) { width: 198px; height: 12px; }")),d.addEventListener("load",(function(){setTimeout((function(){var t;o&&i||(e.triggerEvent("ybar-pfs-init-failure"),null===(t=null==d?void 0:d.parentNode)||void 0===t||t.removeChild(d),n.ybarAccountContainer&&n.ybarAccountContainer.setAttribute("data-pfs","err"))}),500)})),n.loggedInUserElement&&(n.iframeContainer.appendChild(d),d.contentDocument&&(d.contentDocument.head.appendChild(a),d.contentDocument.body.innerHTML='\n

\n

\n

\n

\n

\n

\n

\n

\n

\n

\n

\n

\n

',d.style.opacity="1",setTimeout((function(){d&&(d.style.height="300px")}),100)),n.ybarAccountMenu&&(e.addElementListener(n.ybarAccountMenu.parentNode,"mouseenter",g),e.addElementListener(n.ybarAccountMenu.parentNode,"focus",g),e.addElementListener(n.ybarAccountMenu.parentNode,"keyup",g),null===(r=n.accountSwitcherChevron)||void 0===r||r.addEventListener("click",g)))}};if(n.ybarAccountMenu){if(e.addElementListener(n.ybarAccountMenu.parentNode,"mouseenter",b,{once:!0}),e.addElementListener(n.ybarAccountMenu.parentNode,"focus",b,{once:!0}),e.addElementListener(n.ybarAccountMenu.parentNode,"keyup",b,{once:!0}),e.onDestroy((function(){y(),d=null})),n.ybarAccountContainer){var w=n.ybarAccountContainer.getAttribute("data-prod");"false"===w&&(p="https://stage.pfs.yahoo.com"),u.set("intl","us"),u.set("src",l.property),u.set("version","2"),u.set("lang",l.locale),u.set("theme",(r="light",a=document.documentElement,null!==(s=a.getAttribute("data-color-theme-enabled"))&&"false"!==s&&(r="dark"===a.getAttribute("data-color-scheme")?"dark":"auto"),r)),"false"===w&&u.set("bucket","mbr-up-pfs-five"),u.set("done",window.location.href),u.set("pspid",le())}window.addEventListener("message",(function(e){if(e.origin===p){var n=function(e){var n={cmd:"noop",params:{height:"0px",width:"",url:"","data-ylk":""}};try{n=JSON.parse(e)}catch(e){return}return n}(e.data);if(null!==d&&(null==n?void 0:n.cmd)&&e.source&&!(e.source instanceof MessagePort)&&!(e.source instanceof ServiceWorker))switch(n.cmd){case"iframeready":o=e.origin,i=e.source,f("initialize",{height:m(),maxAccounts:3,enableAnimations:!0,animationDuration:"500ms",animationTimingFunction:"ease-in-out"});break;case"hide":case"hide-for-animation":case"show":d.style.height=n.params.height,n.params.width&&(d.style.width=n.params.width);break;case"redirect":c=h(n.params["data-ylk"]),ee("ybar",c.slk||"account","",c),window.location=n.params.url;break;case"popup":c=h(n.params["data-ylk"]),ee("ybar",c.slk||"account","",c),window.open(n.params.url,"_blank")}}}))}},mt=null,vt=!0,yt=0,gt={ybarAccountImage:{selector:"ybar-account-img",size:"64"},ybarCurrentUserProfileImage:{selector:"ybar-current-user-profile-img",size:"128"},ybarUserProfileImage:{selector:"ybar-user-profile-img",size:"128"}},bt=function(e,n){var t=n.ybarAccountContainer,o=n.ybarAccountMenu,i=n.ybarMobile,r=n.ybarMenuManagePub,a=n.signInAccountMenu,s=n.signInBtn,l=n.ybarModAccount,u=n.yahooPlusImpression,d=n.ybarLabel,p=n.accountSwitcherButton,h=n.universalProfile,f=n.universalProfileSettings,m=n.accountSwitcherContainer,v=n.accountSwitcherChevron,y=n.accountSwitcherSettings,g=n.signoutLinkWrapper,b=n.universalProfileKeyLine,w=n.financeApprBtnEl,_=function(){new We(e,{containerElm:n.ybarAccountContainer,isUserAccountNavigation:!0,loggedInUser:n.loggedInUser,loggedInUserElement:n.loggedInUserElement,accountSwitcherButtonSelector:".".concat(st["greetings-container"],".").concat(st.multiple)})},L=function(o){if(t)t.style.removeProperty("display"),"false"===t.getAttribute("data-enabled")&&(t.style.display="none"),pt(n,e);else{var i=new Error("ybarAccountContainer not Found");c("ERROR:",i)}t&&vt&&(vt=!1,e.onDestroy((function(){vt=!0})),ht(e,n,o,_))},k=function(){var e,n;0===yt&&(yt=1,null===(e=null==o?void 0:o.parentNode)||void 0===e||e.removeEventListener("mouseenter",k),null===(n=null==o?void 0:o.parentNode)||void 0===n||n.removeEventListener("focusin",k),setTimeout((function(){ne()}),500))},x=function(n){e.triggerEvent("ybar:show_theme_modal",{event:n})},E=function(i){(null==t?void 0:t.classList.contains("ybarMenuOpen"))||(null==o?void 0:o.classList.contains(st["loading-profile-button"]))||(null==t||t.classList.add("ybarMenuOpen"),null==o||o.setAttribute("aria-expanded","true"),e.triggerEvent("close-all-menus"),e.triggerEvent("profile:show",{event:i}),document.activeElement===o&&setTimeout((function(){var e;null===(e=n.ybarAccountMenu)||void 0===e||e.blur(),(null==h?void 0:h.classList.contains("hide-universal-profile"))?null==v||v.focus():(null==f?void 0:f.children[0].children[0].children[0]).focus()}),300))},S=function(){null==t||t.classList.remove("ybarMenuOpen"),null==o||o.setAttribute("aria-expanded","false")},C=function(e){if(o&&t){if(o.classList.contains(st["loading-profile-button"]))return;t.classList.contains("ybarMenuOpen")?S():E(e)}},A=function(){window.YAHOO.SA&&window.YAHOO.SA.apps&&window.YAHOO.SA.apps[0]&&window.YAHOO.SA.apps[0].view.shown&&window.YAHOO.SA.apps[0].view.hide()},M=function(){if(u&&!u.getAttribute("src")&&u.getAttribute("data-src")){var n=u.getAttribute("data-src")||"";$e(n).then((function(e){null===mt&&((mt=document.createElement("iframe")).src="https://s.yimg.com/jk/gtm/gtm_ns.html?id=GTM-NVQTVCX&type=yahoo&cat=ybarimp1",mt.sandbox.add("allow-scripts"),mt.sandbox.add("allow-same-origin"),mt.height="0",mt.width="0",mt.referrerPolicy="origin",mt.style.display="none",mt.style.visibility="hidden",document.body.appendChild(mt)),u.setAttribute("src",e)})),e.onDestroy((function(){u.setAttribute("src",""),mt=null}))}};null==p||p.addEventListener("click",(function(){return function(e,n,t,o,i,r,a){null==e||e.classList.add("hide-universal-profile"),null==e||e.classList.add("hide"),null==n||n.classList.add("hide"),null==n||n.classList.add("".concat(st["hide-up-settings"])),null==t||t.classList.add("".concat(st["account-switcher-signout-link"])),null==o||o.classList.add("hide"),null==i||i.classList.remove("".concat(st["hide-account-switcher-container"])),null==r||r.classList.remove("".concat(st["account-switcher-settings-container"])),null==a||a.focus()}(h,f,g,b,m,y,v)})),null==v||v.addEventListener("click",(function(){return function(e,n,t,o,i,r){null==e||e.classList.remove("hide-universal-profile"),null==n||n.classList.remove("hide"),null==n||n.classList.remove("".concat(st["hide-up-settings"])),null==t||t.classList.remove("".concat(st["account-switcher-signout-link"])),null==o||o.classList.remove("hide"),null==i||i.classList.add("".concat(st["hide-account-switcher-container"])),null==r||r.classList.add("".concat(st["account-switcher-settings-container"])),(null==n?void 0:n.children[0].children[0].children[0]).focus()}(h,f,g,b,m,y)})),s&&(Se(e,s,"ybar","sign-in",{elm:"signin",subsec:"settings",itc:"2"}),pt(n,e));var N=function(){L(!1),e.addEventListener("close-all-menus",(function(){a&&a.classList.contains(st.show)&&a.parentNode&&!xe(a.parentNode)&&S()}));e.onDestroy((function(){S()})),o&&(o.onchange=function(){e.triggerEvent("close-all-menus")},{itc:"2",elm:"menu",elmt:"user-info",subsec:"accounts"},l&&(e.addElementListener(l,"mouseenter",M),e.addElementListener(l,"focus",M)),o&&o.parentNode&&e.addElementListener(o.parentNode,"mouseenter",k),Ce("#ybarAccountMenu","#ybarAccountMenu + label",e)),e.addElementListener(l,"mouseenter",C),e.addElementListener(l,"mouseleave",S),e.addElementListener(o,"click",C),e.addElementListener(r,"click",S),e.addElementListener(l,"mouseenter",A),null==l||l.addEventListener("keydown",(function(e){!function(e){var o;switch(e.key){case"ArrowDown":E(e);break;case" ":case"Enter":document.activeElement===n.ybarAccountMenu&&e.preventDefault(),E(e);break;case"Escape":(null==t?void 0:t.classList.contains("ybarMenuOpen"))&&(null===(o=n.ybarAccountMenu)||void 0===o||o.focus())}}(e)})),null==g||g.addEventListener("keydown",(function(e){!function(e){"Tab"===e.key&&(null==t||t.classList.remove("ybarMenuOpen"),null==o||o.setAttribute("aria-expanded","false"))}(e)}))};(o||i||a)&&(i?L(!0):(t&&"true"===t.getAttribute("data-pfs")&&(ft(e,n,st["pfs-iframe"]),e.addEventListener("ybar-pfs-init-failure",(function(){var e;null===(e=n.ybarAccountMenuBody)||void 0===e||e.classList.remove(st["pfs-container"]),N();ee("ybar","pfs-load-failure","",{elm:"btn",subsec:"profile",itc:"1"})}))),N()),Object.keys(gt).forEach((function(e){var n=gt[e],t=document.querySelector(".".concat(st[n.selector]));t&&(t.onerror=function(){var e,o,i;e=n.size,i="https://s.yimg.com/cv/apiv2/ybar/images/default_user_profile_pic_"+e+".svg",(o=t).onerror=null,o.srcset="",o.src=i})}))),window.addEventListener("keyup",(function(e){27===e.keyCode&&(S(),null==d||d.blur())})),null==w||w.addEventListener("click",(function(e){x(e)})),null==w||w.addEventListener("keydown",(function(e){(e instanceof KeyboardEvent&&"Tab"!==e.key&&e.preventDefault(),e instanceof KeyboardEvent&&"Enter"===e.key)&&("Enter"===e.key&&x(e))}))};ge("ybar-account-init",(function(e){var n=document.getElementById("ybarAccountContainer"),t={ybarAccountContainer:n,ybarAccountMenu:document.getElementById("ybarAccountMenu"),loggedInUser:document.querySelectorAll("#ybarAccountProfile"),loggedInUserElement:document.getElementById("ybarAccountProfile"),iframeContainer:document.getElementById("iframe-container"),ybarMobile:document.querySelector(".".concat(st.mobile," .").concat(st["ybar-account-user-email"])),ybarMenuManagePub:document.getElementById("ybarMenuManagePub"),signInAccountMenu:document.querySelector(".".concat(st["ybar-mod-account"]," .").concat(st["sign-in-menu"])),signInBtn:document.querySelector(".".concat(st["ybar-mod-account"]," .").concat(st["ybar-login-btn"])),ybarModAccount:document.querySelector(".".concat(st["ybar-mod-account"])),yahooPlusImpression:n&&n.querySelector(".".concat(st["ybar-account-yahoo-plus-imp"])),crumb:document.querySelector('input[name="uh-crumb"]'),jsapicrumb:document.querySelector('input[name="jsapicrumb"]'),ybarAccMenuItemTemplate:document.getElementById("ybarAccMenuItemTemplate"),isUH3Layout:!!document.querySelector(".".concat(st["uh3-layout"])),isAOLMail:!!document.querySelector("#ybar.ybar-variant-aolmail"),chevron:document.querySelector(".".concat(st.chevron)),greetingsContainer:document.querySelector(".".concat(st["greetings-container"])),ybarAccountMenuBody:document.getElementById("ybarAccountMenuBody"),stackedName:document.querySelector(".".concat(st["stacked-name"])),stackedNameGiven:document.querySelector(".".concat(st["stacked-name-given"])),stackedNameFamily:document.querySelector(".".concat(st["stacked-name-family"])),ybarLabel:document.querySelector("#ybarAccountMenuOpener"),ybarLoadingProfileWrapper:document.querySelector(".".concat(st["loading-profile-wrapper"])),universalProfile:document.getElementById("universalProfile"),universalProfileSettings:document.getElementById("universalProfileSettings"),accountSwitcherSettings:document.getElementById("accountSwitcherSettings"),accountSwitcherContainer:document.querySelector(".".concat(st["account-switcher-container"])),universalProfileKeyLine:document.querySelector(".".concat(st["ybar-keyline"])),accountSwitcherButton:document.querySelector(".".concat(st["universal-profile-switch-button"])),accountSwitcherChevron:document.querySelector(".".concat(st["account-switcher-chevron"])),signoutLinkWrapper:document.querySelector(".".concat(st["signout-link-wrapper"])),financeApprBtnEl:document.getElementById("fin-appr-btn")};bt(e,t)}));var wt={"popover-body":"_yb_1cv16f4","ybar-mail-link":"_yb_1b0y3p9","ybar-mail-preview":"_yb_q2xbhz","ybar-mail-signin-link":"_yb_hnauxw","ybar-mod-mail":"_yb_10309ej","ybar-mod-mail-promo-imp":"_yb_6ci77k","ybar-large-unread":"_yb_9b6j40","ybar-mid-unread":"_yb_12gd9wd","ybar-mail-indicator":"_yb_tnmz0c","ybar-unread-active":"_yb_jdf7pt","count-loaded":"_yb_13nwx6d"},_t=function(e){var n,t;null===(n=e.mailPreview)||void 0===n||n.classList.add("ybarMenuOpen"),null===(t=e.mailLink)||void 0===t||t.setAttribute("aria-expanded","true")},Lt=function(e){var n,t;null===(n=e.mailPreview)||void 0===n||n.classList.remove("ybarMenuOpen"),null===(t=e.mailLink)||void 0===t||t.setAttribute("aria-expanded","false")},kt=function(e,n,t){var o=n.mailLink,i=n.mailUnread,r=n.mailUnreadSpan,a=n.mailIndicator,s=n.mailModule,c="".concat(wt["ybar-unread-active"]);t.fetchCount().then((function(n){if(i&&n>0){var t=e.getConfig().i18n.root.MAIL_ARIA_LINK;if(o&&o.hasAttribute("aria-label")&&t&&o.setAttribute("aria-label",t.replace("{count}",n.toString())),i.classList.add(c),a&&(a.classList.add(c),null==s||s.classList.add(c)),r){var l=n>99;r.textContent=l?"99+":n+"",i.classList.add("".concat(wt["count-loaded"])),l?i.classList.add("".concat(wt["ybar-large-unread"])):n>=10&&i.classList.add("".concat(wt["ybar-mid-unread"]))}e.onDestroy((function(){i.classList.remove(c),a&&a.classList.remove(c),r&&(r.textContent="")}))}})).catch((function(){}))};ge("ybar-mail-init",(function(e){var n=document.getElementById("ybarUnread");!function(e,n){var t=n.mailModule,o=n.mailLink,i=n.mailSigninLink,r=n.mailPreview;if(t){var a=new Rn;if(e.addElementListener(t,"mouseenter",(function(){e.triggerEvent("close-all-menus")})),e.addEventListener("close-all-menus",(function(){xe(t)||Lt(n)})),e.addElementListener(r,"focusin",(function(){_t(n)})),e.addElementListener(r,"focusout",(function(){Lt(n)})),e.onDestroy((function(){Lt(n)})),i){var s=o.getAttribute("data-redirect-params");if(s&&""!==s){var c=o.href;e.onDestroy((function(){o.href=c})),s=-1!==o.href.indexOf("&activity=ybar-")?"":s.replace(/\[\[pspid\]\]/,le()),o.href=de(o.href)+s,(null==i?void 0:i.href)&&(i.href=de(i.href)+s)}}else kt(e,n,a)}}(e,{mailModule:document.querySelector(".".concat(wt["ybar-mod-mail"])),mailIndicator:document.querySelector(".".concat(wt["ybar-mail-indicator"])),mailLink:document.querySelector(".".concat(wt["ybar-mail-link"])),mailSigninLink:document.querySelector(".".concat(wt["ybar-mail-signin-link"])),mailUnread:n,mailUnreadSpan:null==n?void 0:n.querySelector("span"),mailPreview:document.getElementById("ybarMailPreview"),popoverBody:document.querySelector(".".concat(wt["popover-body"].split(" ").join("."))),mailPreviewPopover:document.querySelector(".".concat(wt["ybar-mail-preview"].split(" ").join(".")," .").concat(wt["popover-body"].split(" ").join(".")))})}));var xt,Et,St="_yb_rbr9p9",Ct="_yb_ac74t6",At="_yb_8737ki",Mt="_yb_1vnnmze",Nt="_yb_h1s1bv",It="_yb_bkrga4",Bt="_yb_kwlkcz",Tt="_yb_1772h7s",Ot="_yb_15viflt",qt="_yb_zzzvko",Pt=function(e){var n=document.querySelector("#ybar-navigation-item-mail"),t=document.querySelector("#ybar-navigation-item-mail > a"),o=document.querySelector("#ybar-navigation-item-mail > a > span");null!==n&&null!==t&&(new Rn).fetchCount().then((function(n){o&&n>0&&(o.textContent="("+(n>99?"99+":n)+")",e.onDestroy((function(){o.textContent=""})))})).catch((function(){}))},Rt=!1,Dt=-1,Ht=function(e,n,t){var o,i,r,a=-1,s=0;if(e.ybarNav&&e.navList){var c=window.getComputedStyle(e.ybarNav),l=parseInt(c.width,10)-parseInt(c.paddingLeft,10)-parseInt(c.paddingRight,10),u=61,d=e.navigationPlacement();if(d)u+=d.getBoundingClientRect().width;if(Et)u+=Et.getBoundingClientRect().width;for(var p=window.getComputedStyle(e.navList),h=parseInt(p.gap,10)||0,f=0;fb&&(f!==e.navItems.length-1||s+y>b||e.moreMenuDropdown&&e.moreMenuDropdown.hasChildNodes()&&Dt<0)){a=f;break}s+=y+(fDt&&-1!==Dt)for(var _=Dt;_=a;){var k=e.navItems[L].cloneNode(!0),x=k.querySelector("a");x&&(x.setAttribute("id",""),x.classList.remove(At));var E=k.querySelector(".".concat(e.navigationDropdownListClass));if(E&&(E.style.display="none"),k.classList.remove(e.dropdownWrapperClass),k.classList.remove(e.ybarNavigationItemClass),k.classList.add(e.navigationDropdownItemClass),e.moreMenuDropdown){e.moreMenuDropdown.insertBefore(k,e.moreMenuDropdown.firstChild);var S=k.getElementsByTagName("a")[0];t.unshiftMoreMenuItem(S)}null===(r=e.navItems[L].querySelector("a"))||void 0===r||r.setAttribute("tabindex","-1"),L--}Dt=a}if(-1!==a&&e.navList){var C=parseInt(s.toString(),10)+"px";e.navList.style.maxWidth=C,n.textContent=".".concat(Bt,"{ max-width: ").concat(C,"}")}Et||(e.moreMenuNavItem&&e.moreMenuDropdown&&e.moreMenuDropdown.hasChildNodes()?(e.moreMenuNavItem.classList.add(e.dropdownWrapperClass),e.moreMenuNavItem.style.visibility="visible"):null!==e.moreMenuNavItem&&(e.moreMenuNavItem.classList.remove(e.dropdownWrapperClass),e.moreMenuNavItem.style.visibility="hidden"),e.moreMenuDropdown&&e.moreMenuDropdown.childElementCount>10?e.moreMenuDropdown.classList.add(e.longListClass):null!==e.moreMenuDropdown&&e.moreMenuDropdown.classList.remove(e.longListClass))}},Ut=function(e,n){var t=function(e,t){var o;e.classList.contains(n.moreMenuNavItemClass)&&(null===(o=n.moreMenuMainFocusItem)||void 0===o||o.setAttribute("aria-expanded",t))},o=function(){n.isTablet&&(document.body.classList.remove("ybar-nav-open"),document.body.removeEventListener("touchend",l))},i=function(e){var o=e.delegateTarget;o&&o.classList.contains(n.dropdownWrapperClass)&&(o.classList.contains(n.dropdownOpenClass)||(n.isTablet&&(document.body.classList.add("ybar-nav-open"),document.body.addEventListener("touchend",l)),o.classList.add(n.dropdownOpenClass),t(o,"true")))},r=function(e){var i=e.delegateTarget;if(null==i?void 0:i.classList.contains(n.navigationDropdownListClass)){var r=i.parentElement;r&&!r.contains(e.relatedTarget)&&r.classList.contains(n.dropdownWrapperClass)&&(o(),r.classList.remove(n.dropdownOpenClass),t(r,"false"))}else if(null==i?void 0:i.classList.contains(n.dropdownOpenClass)){if(n.isTablet&&e instanceof FocusEvent)return;var a=e.target;Et&&(!Et||Et.contains(a)&&"focusout"!==e.type)||(o(),i.classList.remove(n.dropdownOpenClass),t(i,"false"))}},a=ze(".".concat(n.dropdownWrapperClass),"focusin",i),s=ze(".".concat(n.dropdownWrapperClass,", .").concat(n.navigationDropdownListClass),"focusout",r),c=document.getElementById("ybar-navigation"),l=function(e){var t=null==e?void 0:e.target;n.isTablet&&e&&e.target&&e.target instanceof HTMLElement&&(e.target.classList.contains(n.dropdownOpenClass)||e.target.closest(".".concat(n.dropdownOpenClass)))||document.body.classList.contains("ybar-nav-open")&&!["svg","path"].includes(t.tagName)&&(null==c||c.querySelectorAll(".".concat(n.dropdownOpenClass)).forEach((function(e){e.classList.remove(n.dropdownOpenClass)})),o())};e.addEventListener("nav:closeOverflowMenu",(function(){l()}));var u=ze(".".concat(n.dropdownWrapperClass),"touchstart",(function(e){if(n.isTablet){var t=e.delegateTarget;t&&t.classList.contains(n.dropdownOpenClass)?r(e):(l(e),i(e))}}));e.onDestroy((function(){var e;u.destroy(),a.destroy(),s.destroy(),y([],v(null===(e=n.ybarNav)||void 0===e?void 0:e.querySelectorAll(".".concat(n.dropdownOpenClass))),!1).forEach((function(e){e.classList.remove(n.dropdownOpenClass);var t=document.activeElement;(function(e,n){var t=!1;if(!e||!n)return t;if("function"==typeof e.contains)t=e.contains(n);else for(var o=n;o;){if(o===e){t=!0;break}o=o.parentElement}return t})(n.ybarNav,t)&&setTimeout((function(){null==t||t.blur()}),1)}))}))},Yt=function(e,n,t,o){for(var i=n||window.location.pathname,r=t||window.location.hostname,a=(o||{}).setParentFocus,s=void 0!==a&&a,c=y([],v(e.topLevelNavLinks),!1),l=null,u=null,d=0;d0),r=new We(e,{containerElm:n.ybarNav,navlistItemSelector:".".concat(Ot," > li"),dropdownClass:n.dropdownWrapperClass,enableMoreMenu:i,moreMenuNavElm:n.moreMenuMainFocusItem,isUserAccountNavigation:!1});!function(e,n){var t,o;y([],v(null===(t=n.ybarNav)||void 0===t?void 0:t.querySelectorAll(".".concat(n.dropdownOpenClass))),!1).forEach((function(e){return e.classList.remove(n.dropdownOpenClass)}));var i=e.getConfig();Et=(null===(o=i.bucketConfig)||void 0===o?void 0:o.enable_mid_nav_placement)?document.getElementById("ybar-mid-nav-placement"):void 0,"news"===i.property?xt=-12:(xt="finance"!==i.property&&"sports"!==i.property&&n.shiftMoreMenuEnabled?-24:-16,"zh-Hant-HK"!==i.locale&&"zh-Hant-TW"!==i.locale||(xt=-20));var r=n.isTablet?"touchstart":"mouseover",a=ze(".".concat(n.dropdownWrapperClass,", .").concat(n.navigationDropdownListClass),r,(function(t){if(window||document){var o=window.innerWidth||document.documentElement.clientWidth,r=t.delegateTarget;if(r&&-1!=r.className.indexOf(n.dropdownWrapperClass)&&(r=r.querySelector(".".concat(n.navigationDropdownListClass))),r){r.style.removeProperty("left");var a=r.getBoundingClientRect(),s=Math.trunc(a.right),c=parseInt(window.getComputedStyle(r).marginLeft,10)+o-s;if(s>o)return"sports"!==i.property?void(r.style.marginLeft=c+"px"):void(r.style.right="0px");if(parseInt(r.style.marginLeft)0?r.style.removeProperty("margin-left"):r.style.marginLeft=c+"px":(r.style.removeProperty("margin-left"),r.style.marginLeft=xt+"px"),n.isTablet){var l=r.previousElementSibling;if(Et&&Et.contains(r));else if(l){var u=l.getBoundingClientRect(),d=Math.trunc(u.left);r.style.left=d+"px"}}}}else{var p=new Error("Dropdown could not be initialized");e.logError("Error:",p)}}));e.onDestroy((function(){a.destroy()}))}(e,n),Pt(e),e.addElementListener(document,"DOMContentLoaded",(function(){Pt(e)})),Ut(e,n);var a=e.getConfig().bucketConfig,s=void 0===a?{}:a,c=s.enableDynamicNavfocus,l=void 0!==c&&c,u=s.enableFuzzyMatching;if(l&&(Rt=void 0!==u&&u,Yt(n)),e.addEventListener("nav:setFocus",(function(e){var t=e.detail,o=void 0===t?{}:t,i=o.hostname,r=void 0===i?window.location.hostname:i,a=o.pathname,s=void 0===a?window.location.pathname:a,c=o.options;Yt(n,s,r,void 0===c?{}:c)})),i){var d=document.createElement("style");d.title="ybar_nav_interim",document.head.appendChild(d);var p=ze("#ybar-nav-more-menu ul a","click",(function(n){e.triggerEvent("navigation",{event:n})}));e.addEventListener("nav:resize",(function(){Ht(n,d,r)})),Ht(n,d,r);var h=e.getConfig();if("complete"===document.readyState)jt(e,n,d,r);else{var f="load";("news"===h.property&&("zh-Hant-TW"===h.locale||"zh-Hant-HK"===h.locale)||"finance"===h.property&&"zh-Hant-TW"===h.locale)&&(f="DOMContentLoaded"),e.addElementListener(window,f,(function(){jt(e,n,d,r)}))}e.addElementListener(window,"resize",(function(){Ht(n,d,r)})),e.onDestroy((function(){var e=d.parentNode;null==e||e.removeChild(d),p.destroy()}))}Gt(e,n)},Ft=function(e,n){var t=["zh-Hant-TW","zh-Hant-HK"].includes(e.getConfig().locale);return n.isFuji2&&t},Gt=function(e,n){if(n.isNavHidden){var t=!1;e.addElementListener(document,"DOMContentLoaded",(function(t){n.isNavHidden()&&e.triggerEvent("l2:hide",{event:t})})),e.addElementListener(window,"resize",(function(o){!t&&n.isNavHidden()&&e.triggerEvent("l2:hide",{event:o}),t=n.isNavHidden()}))}},Wt="#ybar-nav-more-menu";ge("ybar-mod-navigation",(function(e){var n,t=e.getConfig(),o={dropdownWrapperClass:Ct,isFuji2:null!==document.querySelector(".ybar-ytheme-fuji2")||null!==document.querySelector(".ybar-ytheme-crunch"),isTablet:null!==document.querySelector(".tablet")||"tablet"===t.device||matchMedia("(hover: none)").matches,longListClass:Mt,moreMenuDropdown:document.querySelector("".concat(Wt," ul")),moreMenuNavItem:document.querySelector(Wt),moreMenuNavLinksSelector:"".concat(Wt," ul a"),moreMenuMainFocusItem:document.querySelector("".concat(Wt," > button")),moreMenuNavItemClass:qt,navigationDropdownItemClass:Nt,navigationDropdownListClass:It,navItems:document.querySelectorAll("ul.".concat(Ot," li.").concat(Tt)),topLevelNavLinks:document.querySelectorAll("li.".concat(Tt," > a")),navLinks:document.querySelectorAll(".ybar-mod-navigation a"),navList:document.querySelector(".ybar-mod-navigation ul"),shiftMoreMenuEnabled:document.querySelector(".ybar-shift-more-menu"),ybarNav:document.getElementById("ybar-navigation"),ybarNavigationItemClass:Tt,dropdownOpenClass:St,hasNavPlacement:document.getElementById("ybar-nav-placement"),marginOffset:function(e){var n=window.getComputedStyle(e),o=parseInt(n.marginLeft,10)+parseInt(n.marginRight,10);return"sports"===t.property?parseInt(n.marginRight):"finance"===t.property&&"crunch"===t.ytheme?(o-=1.8)>5?o:5:"crunch"===t.ytheme?o:0},navigationPlacement:function(){return n||(n=document.getElementById("ybar-nav-placement")),n},isNavHidden:function(){var e=!1;return"finance"===t.property&&"crunch"===t.ytheme&&document.documentElement.clientWidth<=1049&&(e=!0),e}};o.ybarNav&&zt(e,o)}));var Jt="_yb_1h2ih8x",Vt="_yb_f3bvkl",Kt="_yb_1f54rhj",Xt="_yb_1mpo4mr",$t="ytlv",Zt=864e5,Qt="_yb_8yut1v",eo="_yb_l5yf1n",no="_yb_1v39b7t",to="_yb_nlp72x",oo=function(){function e(e,n){var t=this;this.initialized=!1,this.ybar=e,this.container=n,this.a11yMenu=this.container.querySelector(".".concat(to)),this.historyEnabled=!!Number(this.container.dataset.history);var o=this.getLocalStorage();this.state={lastSeen:(null==o?void 0:o.lastSeen)||null,manuallyClosed:(null==o?void 0:o.manuallyClosed)||!1},this.init();var i=0,r=setInterval((function(){i>=5||t.initialized?clearInterval(r):(void 0!==t.isNotificationsSupported()&&t.init(),i++)}),100)}return e.prototype.show=function(e){var n;this.initialized&&(this.historyEnabled&&!e||(document.body.classList.add(Qt),null===(n=this.a11yMenu)||void 0===n||n.setAttribute("aria-expanded","true"),this.lastSeen=(new Date).getTime()))},e.prototype.hide=function(){var e;this.initialized&&(this.historyEnabled&&document.body.classList.remove(eo),document.body.classList.remove(Qt),null===(e=this.a11yMenu)||void 0===e||e.setAttribute("aria-expanded","false"))},Object.defineProperty(e.prototype,"lastSeen",{get:function(){return this.state.lastSeen},set:function(e){this.state.lastSeen=e,this.setLocalStorage()},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"manuallyClosed",{get:function(){return this.state.manuallyClosed},set:function(e){this.state.manuallyClosed=!!e,this.setLocalStorage()},enumerable:!1,configurable:!0}),e.prototype.init=function(){this.isNotificationsSupported()&&this.isNotificationPermissionDefault()&&(this.historyEnabled||document.body.classList.add(eo),this.addEventListeners(),this.initialized=!0,this.hasSeenTooltipIn(this.manuallyClosed?6048e5:Zt)||(document.body.classList.add(eo),this.show(!0)))},e.prototype.addEventListeners=function(){var e=this;this.ybar.addElementListener(this.container.getElementsByClassName(no)[0],"click",(function(){e.hide(),e.manuallyClosed=!0}))},e.prototype.isNotificationsSupported=function(){var e;return null===(e=null===window||void 0===window?void 0:window.subscriptionHelperInstance)||void 0===e?void 0:e.checkIsSupportedBrowser()},e.prototype.isNotificationPermissionDefault=function(){var e;return"default"===(null===(e=window.Notification)||void 0===e?void 0:e.permission)},e.prototype.hasSeenTooltipIn=function(e){if(!this.lastSeen)return!1;var n=new Date(this.lastSeen),t=new Date;return n.getTime()+e>t.getTime()},e.prototype.setLocalStorage=function(){var e;null===(e=window.localStorage)||void 0===e||e.setItem($t,JSON.stringify(this.state))},e.prototype.getLocalStorage=function(){var e,n,t=null===(e=window.localStorage)||void 0===e?void 0:e.getItem($t);if(null===t)return null;try{return JSON.parse(t)}catch(e){return null===(n=window.localStorage)||void 0===n||n.removeItem($t),null}},e}(),io=-1,ro={0:0,1:1,9:9,99:99,150:150},ao=function(e,n){var t,o=n.isUH3,i=n.notifMenu,r=n.notifMenuOpener,a=n.notifDropdown,s=n.notifBadge,c=n.notifContainer,l=n.notifLabel;n.tooltipContainer&&(t=new oo(e,n.tooltipContainer));var u=W(),d=function(){i&&(i.checked=!1),null==a||a.classList.remove("ybarMenuOpen")},p=function(){var n;e.triggerEvent("close-all-menus"),!!document.querySelector(".display-push-promos .".concat(Jt))||(u.resetBadge(),s&&(o?null===(n=s.parentElement)||void 0===n||n.classList.remove(Vt):s.style.display="none"))},h=function(e){var n,t;0===io&&(null===(n=null==e?void 0:e.css)||void 0===n?void 0:n.length)&&e.css.length>0&&(io++,function(e){for(var n=function(e){var n=document.createElement("link");n.rel="stylesheet",n.type="text/css",n.href=e,document.getElementsByTagName("head")[0].appendChild(n)},t=0;t0&&s)if(o){var r,a=(r=e.newCount)>99;s.textContent=a?"99+":r+"",null===(t=s.parentElement)||void 0===t||t.classList.add(Vt)}else s.style.display="block"},f=function(){u.refreshPanel().then(h).then(ne).catch((function(){}))};if(e.addEventListener("close-all-menus",(function(){xe(c)||d()})),c){f();var m=setInterval((function(){f()}),3e5);e.onDestroy((function(){clearInterval(m)})),o?l&&l.addEventListener("mouseenter",(function(){p(),null==t||t.show()})):c.addEventListener("mouseenter",(function(){p(),null==t||t.show()})),c.addEventListener("mouseleave",(function(){d(),null==t||t.hide()}))}e.addElementListener(i,"click",(function(){ee("ybar","notification","",{elm:"btn",elmt:"block"===(null==s?void 0:s.style.display)?"newalert":"",subsec:"notification",itc:"1"})})),r&&Se(e,r,"ybar","notification",{elm:"expand",subsec:"notifications",itc:"2"}),e.addElementListener(a,"focusin",(function(){i&&(i.checked=!0),null==a||a.classList.add("ybarMenuOpen")})),e.addElementListener(a,"focusout",d),e.addElementListener(n.tooltipContainer,"focusin",(function(){null==t||t.show()})),e.addElementListener(n.tooltipContainer,"focusout",(function(){null==t||t.hide()}));var v=e.getConfig().device,y=document.getElementById("ybar");y&&y.classList.contains("ybar-ytheme-crunch")&&(io=0);var g=new RegExp("[?&]notifications=1(&|#|$)");"desktop"===v&&i&&g.test(window.location.search)&&(i.checked=!0)};ge("ybar-mod-notification",(function(e){var n={isUH3:"crunch"===e.getConfig().ytheme,notifContainer:document.getElementById("notification-container"),notifBadge:document.getElementById("notif-badge"),notifMenu:document.getElementById("ybarNotificationMenu"),notifMenuOpener:document.querySelector("#ybarNotificationMenu + label"),notifDropdown:document.getElementById("notifDropdownContainer"),tooltipContainer:document.querySelector(".".concat(Kt)),notifLabel:document.querySelector(".".concat(Xt))};n.notifDropdown&&ao(e,n)}))}()}};

Unlock stock picks and a broker-level newsfeed that powers Wall Street.

Steve Goldstein

1 min read

In This Article:

^GSPC +1.81%

Wall Street’s S&P 500 targets are still predicting a big rally, even after a flurry of cuts (2)

How likely does a 26% rally from Tuesday to the end of the year sound?

That’s what would happen if stocks recovered to the median of the S&P 500 targets from Wall Street banks compiled by MarketWatch — 6,400 — even after several reductions made this week.

Most Read from MarketWatch

Oppenheimer’s top target of 7,100 has been reduced to 5,950, according to a Reuters report, as Bank of America’s was reduced from a devilish 6,666 to a more subdued 5,600.

Deutsche Bank now sports the highest target of any Wall Street firm, at 7,000.

RBC Capital Markets head of U.S. equity strategy research Lori Calvasina — who has cut her estimates twice this year — warns that investors shouldn’t take these estimates too literally.

“We see our price target as a compass, not a GPS, and as a signaling mechanism designed to reflect our general view of where stocks are headed. As always, we plan to revise our price target if/when new information relevant to our forecast becomes available, similar to how most stock analysts revise their company-level forecasts continually throughout the year,” she says.

The S&P 500 SPX closed a wild session on Monday at 5,062.25, down 0.2% after two big drops on Thursday and Friday. The index is down 15% from its mid-February high as investors react to a flurry of tariff announcements from President Donald Trump.

Most Read from MarketWatch

Terms and Privacy Policy

Your Privacy Choices

More Info

Recommended Stories

Wall Street’s S&P 500 targets are still predicting a big rally, even after a flurry of cuts (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Domingo Moore

Last Updated:

Views: 5684

Rating: 4.2 / 5 (53 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Domingo Moore

Birthday: 1997-05-20

Address: 6485 Kohler Route, Antonioton, VT 77375-0299

Phone: +3213869077934

Job: Sales Analyst

Hobby: Kayaking, Roller skating, Cabaret, Rugby, Homebrewing, Creative writing, amateur radio

Introduction: My name is Domingo Moore, I am a attractive, gorgeous, funny, jolly, spotless, nice, fantastic person who loves writing and wants to share my knowledge and understanding with you.