CINXE.COM

Mount Sinai Careers

<!DOCTYPE html> <html xmlns:ng="http://angularjs.org" lang="en" hreflang="en-US" dir="ltr" id="ng-app" class="no-js " ng-app="jibeapply" data-placeholder-focus='false' class="" > <head> <link rel="stylesheet" href="/dist/css/core-lite.css"> <link rel="stylesheet" href="/dist/css/font-awesome/css/font-awesome.min.css"> <link rel='stylesheet' href='https://fonts.googleapis.com/icon?family=Material+Icons' /> <base href="/"> <!-- Jibe Analytics Tag --> <script >(function(_,j,i,b,e){if(!_._jibe||!_._jibe.track){var n=j.createElement(i),g=j.getElementsByTagName(i)[0];n.async=1; n.src='https://' + (/jibecdn/.test('https://app.jibecdn.com/') ? 'analytics.jibecdn.com' : 'dty1ykhyb57og.cloudfront.net') + '/prod/'+b; g.parentNode.insertBefore(n,g)}}(window,document,"script","jibe.analytics.js"));</script> <!-- Jibe Analytics Tag --> <base href="/"></base> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="fragment" content="!"> <script> window.slug = ''; </script> <script> window.logoutRedirectUrl = '/jobs'; </script> <script> //(DH) Jibe data object init (do not remove) window._jibe = {"cid":"mountsinai"}; window._jibe.analytics = {"isTrackingEnabled":true}; window._jibe.env = 'prod'; window._jibe.region = ''; </script> <link rel="shortcut icon" href="https://cms.jibecdn.com/prod/mountsinai/assets/FAVICON-en-us-1590776508014.png"> <!-- Global site tag (gtag.dot) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-35875149-15"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-35875149-15', { 'anonymize_ip' : true} ); </script> <!-- Google Tag Manager This is to be set on every page, above the GTM script. GTM will need to read the values out of the dataLayer upon page load for certain dimensions like userID. --> <script> var dataLayer = dataLayer || []; // This is required and critical as this empty object initializes the dataLayer for the dataLayer push to successfully go through dataLayer.push({ page_type: '/home', // Home page, Search Jobs, Job user_id: '', // Pass unique user identifier from iCIMS backend if available (i.e. iCIMS for logged in users). It will override clientID data for logged in users and have the ability to track across devices/browsers }); </script> <!-- This is a partial file for gtmDataLayer.dot where `dataLayer` is defined --> <script> var event = function (event) { if( window._jibe.models && window._jibe.models.jobs && window._jibe.models.jobs.searchImpression){ var eventData = window._jibe.models.jobs.searchImpression.allFilterTerms; } return { event: event, content_type:'' ? '' : '', // The name of the job title the user clicks on ex. Finance Manager, Risk Analyst item_id: '' ? '' : '', // Unique Job ID ex. 18013544 job_category: '' ? '' : eventData && eventData.categories ? eventData.categories.split('|').join(',') : '', // ex. Customer Service, Project Management, Finance, Digital Commerce job_city: '' ? '' : '', // Job city ex. Raleigh, Madison, Detroit, Orlando job_state: '' ? '' : '', // Job state ex. Florida, New York, Maryland job_country: '' ? '' : eventData && eventData.country ? eventData.country.split('|').join(',') : '', // Job country ex. United States, Mexico, United Kingdom job_zip: '' ? '' : '' , // Job Zip Code ex. 12345 job_position_type: '' ? '' : eventData && eventData.tags ? eventData.tags.split('|').join(',') : '' , // full time, part time job_remote: '' ? '' : '', // Is this a remote role - ‘Yes’ or ‘No’ flag pay_range: '' ? '' : '', // Pay range (if any) indicated in the job description page platform_name:'careers', host_name: 'mountsinai', }; }; (function (){ window.jobChatEventsListenerAtJibeApply= function(action){ switch(action){ case 'Acs.CloseWidget' : dataLayer.push(event('close_live_chat')); break; case 'Acs.OpenWidget' : dataLayer.push(event('open_live_chat')); break; case 'Acs.UserInputAction' : dataLayer.push(event('interact_live_chat')); break; default : { // no action here } } } })() </script> <!-- This is a partial file for gtmDataLayer.dot where `dataLayer` is defined --> <script> var videoStarted, videoTen, videoTwentyFive, videoFifty, videoSeventyFive, videoComplete = false; function videoEvent(eventName, eventDetails) { var videoId = eventDetails.detail.videoId; var videoData; if (window.altruWidget && window.altruWidget.getCachedData()) { var videoWidgetData = window.altruWidget.getCachedData()[0]; for (var answer of videoWidgetData.answers) { if (answer.video_id === videoId) { videoData = answer; } } } return { event: eventName, video_title: videoData && videoData.question_text ? videoData.question_text : '', // Video title ex. Describe Our Company Culture, How long have you been with the company video_percent: eventDetails.detail.percentage && eventDetails.detail.percentage ? eventDetails.detail.percentage + '%' : '', // Video percent viewed (with percent sign) - 10%, 25%, 50%, 75%, 100% video_current_time: eventDetails.detail.currentTime ? eventDetails.detail.currentTime : '', // Current timestamp of the video where the view is (in seconds) ex. 05, 10, 30 video_duration: videoData && videoData.duration ? videoData.duration : '', // Video duration (in seconds) ex. 19, 30 video_provider: 'Altru Widget', // Provider of the video ex. YouTube, Video Player video_url: videoData && videoData.video_url ? videoData.video_url : '', // Video URL ex. visible: 1, // Returns '1' if the player is visible on the screen while the video engagement was tracked ex. 0,1 video_autoplay: 'N', // Video autoplay flag - returns a Y if the video autoplays on page load ex. Y, N }; platform_name:'careers', host_name: 'mountsinai', }; } window.addEventListener('altru-showvideo', function (event) { dataLayer.push(videoEvent('video_start', event)); var video = document.querySelector('video'); video.addEventListener('timeupdate', function (e) { var percentageCompleted = (e.target.currentTime)/(e.target.duration)*100; var intPercentageCompleted=parseInt(percentageCompleted); if( !(intPercentageCompleted>=0 && intPercentageCompleted<=100)){ return; } if ((!videoTen) && (percentageCompleted > 10)) { videoTen = true; // trigger GA4 10 percent event.detail.percentage=10; event.detail.currentTime=e.target.currentTime; dataLayer.push(videoEvent('video_progress', event)); } if ((!videoTwentyFive) && (percentageCompleted > 25)) { videoTwentyFive = true; // trigger GA4 25 percent event.detail.percentage=25; event.detail.currentTime=e.target.currentTime; dataLayer.push(videoEvent('video_progress', event)); } if ((!videoFifty) && (percentageCompleted > 50)) { videoFifty = true; // trigger GA4 50 percent event.detail.percentage=50; event.detail.currentTime=e.target.currentTime; dataLayer.push(videoEvent('video_progress', event)); } if ((!videoSeventyFive) && (percentageCompleted > 75)) { videoSeventyFive = true; // trigger GA4 75 percent event.detail.percentage=75; event.detail.currentTime=e.target.currentTime; dataLayer.push(videoEvent('video_progress', event)); } if ((!videoComplete) && (percentageCompleted > 99)) { videoComplete = true; // trigger GA4 100 percent event.detail.percentage=100; event.detail.currentTime=e.target.currentTime; dataLayer.push(videoEvent('video_progress', event)); } }); }); window.addEventListener('altru-video-stopped', function (e) { dataLayer.push(videoEvent('video_pause', e)); }); </script> <script> var clickedJob; function applyEvent(apply, variant) { if(variant === 'descriptions'){ clickedJob={...window._jibe.models && window._jibe.models.jobs && window._jibe.models.jobs.descriptionsClick}; } else{ clickedJob = window._jibe.models && window._jibe.models.jobs && window._jibe.models.jobs.searchClick; } return { event: apply, content_type: clickedJob && clickedJob.title? clickedJob.title : '', // The name of the job/ job title the user clicks on ex. Finance Manager, Risk Analyst, item_id: clickedJob && clickedJob.jobId? clickedJob.jobId : '', // Unique Job ID ex. 18013544 job_category: clickedJob && clickedJob.category? clickedJob.category : '', // ex. Customer Service, Project Management, Finance, Digital Commerce job_city: clickedJob && clickedJob.city? clickedJob.city : '', // Job city ex. Raleigh, Madison, Detroit, Orlando job_state: clickedJob && clickedJob.state? clickedJob.state : '', // Job state ex. Florida, New York, Maryland job_country: clickedJob && clickedJob.country? clickedJob.country : '', // Job country ex. United States, Mexico, United Kingdom job_zip: clickedJob && clickedJob.postal_code? clickedJob.postal_code : '', // Job Zip Code ex. 12345 job_position_type: clickedJob && clickedJob.employment_type? clickedJob.employment_type : '', // full time, part time job_remote: clickedJob && clickedJob.remote_eligible? clickedJob.remote_eligible : '', // Is this a remote role - ‘Yes’ or ‘No’ flag pay_range: '', // Pay range (if any) indicated in the job description page platform_name:'careers', host_name: 'mountsinai', }; }; //This listener is for Apply Now button in jobs listing page window.addEventListener('searchClick', function(e) { if(e.detail === 'apply-cta-button'){ dataLayer.push(applyEvent('apply_now',e.detail)); } else{ dataLayer.push(applyEvent('select_content',e.detail)); } }); //This listener is for Apply button in descriptions page window.addEventListener('descriptionsClick', function(e) { if(e.detail === "apply-now-btn"){ dataLayer.push( applyEvent('apply_now','descriptions')); } }); </script> <!-- This is a partial file for gtmDataLayer.dot where `dataLayer` is defined --> <script> function socialShareEvent(eventName) { var socialShareData = window._jibe.models && window._jibe.models.jobs && window._jibe.models.jobs.socialShareClick return{ event:'share', content_type:socialShareData.content_type ? socialShareData.content_type : '', //Job title the user clicks on ex. Finance Manager, Risk Analyst item_id:socialShareData.item_id ? socialShareData.item_id : '', // Unique Job ID ex. 18013544 job_category:socialShareData.job_category ? socialShareData.job_category : '', // Job Category :ex.Project Management, Finance job_city:socialShareData.job_city ? socialShareData.job_city : '', // Job city ex. Raleigh, Madison job_state:socialShareData.job_state ? socialShareData.job_state : '', // Job state ex. Florida, New York job_country:socialShareData.job_country ? socialShareData.job_country : '', // Job country ex. United States, Mexico job_zip:socialShareData.job_zip ? socialShareData.job_zip : '', // Job Zip Code ex. 12345 job_position_type:socialShareData.job_position_type ? socialShareData.job_position_type : '', // Job type :full time/part time job_remote:socialShareData.remote_eligible ? socialShareData.remote_eligible : '', // Is this a remote role - ‘Yes’ or ‘No’ flag pay_range:'', // Pay range (if any) indicated in the job description page method:eventName.split('_')[0], platform_name:'careers', host_name: 'mountsinai', } } document.addEventListener("DOMContentLoaded", function(event){ var socialElements = { facebook_mobile: document.getElementById('fb-social-media-mobile'), twitter_mobile: document.getElementById('tw-social-media-mobile'), linkedin_mobile: document.getElementById('li-social-media-mobile'), email_mobile: document.getElementById('em-social-media-mobile'), facebook_web: document.getElementById('fb-social-media'), twitter_web: document.getElementById('tw-social-media'), linkedin_web: document.getElementById('li-social-media'), email_web: document.getElementById('em-social-media') } Object.keys(socialElements).forEach(function(key,index) { socialElements[key] && socialElements[key].addEventListener('click',function () { return dataLayer.push(socialShareEvent(key)); }, false); }); }); </script> <script> function searchEvent(search) { var searchQuery= window._jibe.models && window._jibe.models.jobs && window._jibe.models.jobs.paramsImpression && window._jibe.models.jobs.paramsImpression.paramsData; var remoteEligible=""; if(searchQuery && searchQuery.locationType) { let remoteArr= searchQuery.locationType.split('|'); for(let iter in remoteArr){ if(remoteArr[iter]==="LAT_LNG"){ remoteArr[iter]="No"; } else if(remoteArr[iter]==="ANY"){ remoteArr[iter]="Yes"; } else{ remoteArr[iter]=""; } } remoteEligible= remoteArr.toString(); } if(searchQuery && searchQuery.tags5) { let remoteArr= searchQuery && searchQuery.tags5.split('|'); remoteEligible= remoteArr.toString(); } return { 'event': search, 'search_filter_term': searchQuery.keywords? searchQuery.keywords: '', 'search_filter_city': searchQuery.location? searchQuery.location: '', 'search_filter_state': '', 'search_filter_country': searchQuery.country? searchQuery.country: '', 'search_filter_zip': '', 'stretch_units': searchQuery.stretchUnit? searchQuery.stretchUnit: '', 'commute_filter_location': searchQuery.location? searchQuery.location: '', 'commute_filter_maxtime': searchQuery.commute? searchQuery.commute: '', 'commute_filter_preferred_transport': searchQuery.commuteUnit? searchQuery.commuteUnit: '', 'commute_filter_traffic_estimation': searchQuery.roadTraffic? searchQuery.roadTraffic: '', 'search_filter_location_radius': searchQuery.stretch? searchQuery.stretch: '', 'search_filter_category': searchQuery.categories? searchQuery.categories.split('|').toString(): '', 'search_filter_position_type': searchQuery.tags? searchQuery.tags: '', 'search_filter_remote_role': remoteEligible, 'platform_name':'careers', 'host_name': 'mountsinai', }; }; window.addEventListener("DOMContentLoaded", function() { var elementApply = document.querySelector('#search-submit'); elementApply && elementApply.addEventListener('click', function(){ dataLayer.push(searchEvent('search')); }, false); }); </script> <!-- Google Tag Manager This script will need to be added near the very top of the <head> tag of every page in order to be established before any other subsequent calls or data added to the object and arrays within the object. --> <script> (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 = '//www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-MVQ483'); </script> <!-- google webmaster --> <meta name="google-site-verification" content="3qXErbcNyNPzk__JRts4xfnpxLdumNwyUUwWm1ECxgo" /> <link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto:300,700,400' /> <link rel='stylesheet' href='https://fonts.googleapis.com/icon?family=Material+Icons' /> <style> #cms-search-bar-widget { display: none; } </style> <link rel='stylesheet' href='https://assets.jibecdn.com/prod/mountsinai/0.0.167/css/client.css' /> <script> // translations window.i18n = { DEFAULT_TRANSLATIONS: {"GET_REFERRED":{"TOOLTIP_TITLE":"What is Get Referred?","INSTRUCTIONS":"Get Referred™ is a new way for you to explore career opportunities at {{companyName}}. With Get Referred™, you now have the ability to search your social and professional networks for {{companyName}} employees and ask them to personally refer you for an open position. The process is very easy. Simply choose the job you would like to be referred for, upload your CV and cover letter, search your networks for someone you know who works at {{companyName}} and then send in your request!","BUTTON":"Get Referred","TOOLTIP_BTN":"How Get Referred Works"},"NO_BRANDS":"No brands","LP":{"CC":{"LINKEDIN_NOTE":"Note: This will open in a new tab","LINKEDIN":"Sign Up With Linkedin","TITLE":"Join Our IT Talent Network"},"SKU-32":{"SPECIALTY_3":"IT Talent Network","SPECIALTY_4":"Mount Sinai Health Partners Talent Network","SPECIALTY_1":"Advanced Practice Clinicians Talent Network","SPECIALTY_2":"Behavorial Health Talent Network","SPECIALTY_7":"Physicians Talent Network","SPECIALTY_8":"Research Talent Network","SPECIALTY_5":"Non-Clinical Professionals Talent Network","SPECIALTY_6":"Nursing Talent Network"},"J2":{"A":"<a href=\"https://ejis.fa.us6.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX/tc-join\" class=\"cap-link\" token-data=\"LP.J2.A\" token-type=\"text\">Build Career Profile</a>","BUTTON":"Join","PARAGRAPH":"Not finding the perfect job for you? Join our talent network and get directly contacted by our recruiters.","TITLE":"Join Our Talent Network"},"SKU-A1":{"HERO-IMG":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-A1.HERO-IMG-en-us-1523045202655.jpg"},"FOOTER":{"CHAT-LINK":"\"https://lc.chat/now/8348281/\"","PARAGRAPH-CHAT":"for Live Chat Click Here"},"D1":{"TITLE":"Our Specialties"},"SKU-8-1":{"LINK_9":"<a href=\"https://www.youtube.com/playlist?list=PLCT7BA-HcHliNamEg-m9g9tRK9oBXv7FF\" token-type=\"text\" token-data=\"LP.SKU-8-1.LINK_9\" target=\"_blank\">Celebrating Diverse Talent</a>","LINK_10":"<a href=\"https://youtube.com/playlist?list=PLCT7BA-HcHlioXhe8TKWI6ATzHOSR1OWv\" token-type=\"text\" token-data=\"LP.SKU-8-1.LINK_9\" target=\"_blank\">Leaders Who Drive Diversity</a>"},"A1":{"TITLE":"Strength Through Diversity"},"B5":{"HEADER":"Benefits","TITLE_1":"Health Coverage","TITLE_2":"Offered Plans"},"CUSTOM-POPUP":{"LIST_POSITION":"<li>ICU Registered Nurse</li>\n\t\t\t<li>Registered Respiratory Therapist</li>","BG-IMG":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-CUSTOM-POPUP-BG-IMG-en-us-1585596951767.png","PARAGRAPH_1":"The Mount Sinai Family is coming together to win the battle against <strong>COVID-19</strong> and we need your help.","BUTTON":"<a token-data=\"LP.CUSTOM-POPUP.BUTTON\" token-type=\"text\" href=\"https://careers.mountsinai.org/jobs/20000062?lang=en-us \"target=\"_blank\">Register</a>","EXIT_TEXT":"click on the \"x\" to exit","PARAGRAPH_2":"Multiple Specialties Needed for Paid Opportunities:","TITLE":"Register to Help Join The Fight!"},"SKU-3":{"CARD-IMG-9":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3.CARD-IMG-9-en-us-1520820283143.png","CARD-IMG-10":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3-CARD-IMG-10-en-us-1579627265520.jpg","CARD-IMG-8":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3.CARD-IMG-8-en-us-1520820189003.png","CARD-IMG-7":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3-CARD-IMG-7-en-us-1619973190518.jpg","PARAGRAPH":"Mount Sinai is among New York City's largest employers, with 42,000+ team members in both clinical and non-clinical roles throughout our eight hospital campuses and world-renowned medical school. We are one of the metro area's largest health care providers, with hundreds of ambulatory, primary, and specialty care facilities across the five boroughs, northeastern region and beyond.","HEADER":"Over 42,000 Employees Strong!","CARD-IMG-2":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3.CARD-IMG-2-en-us-1520821750878.png","CARD-IMG-1":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3.CARD-IMG-1-en-us-1520630072519.png","CARD-IMG-6":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3.CARD-IMG-6-en-us-1520630634379.png","CARD-IMG-5":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3.CARD-IMG-5-en-us-1520630591673.png","CARD-IMG-4":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3.CARD-IMG-4-en-us-1520630512565.png","CARD-IMG-3":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3.CARD-IMG-3-en-us-1520630234502.png","VIEW_ALL":"<a class=\"view-all\" href=\"/jobs?page=1\">View All Jobs</a>","CARD_HEADER_5":"<a href=\"http://www.mountsinai.org/locations/mount-sinai\">The Mount Sinai Hospital</a>","CARD_HEADER_6":"<a href=\"http://www.mountsinai.org/locations/queens\">Mount Sinai Queens</a>","CARD_HEADER_3":"<a href=\"http://www.mountsinai.org/locations/brooklyn\">Mount Sinai Brooklyn</a>","CARD_HEADER_4":"<a href=\"http://www.mountsinai.org/locations/downtown\">Mount Sinai Downtown</a>","CARD_HEADER_9":"<a href=\"http://www.nyee.edu/\">New York Eye and Ear Infirmary of Mount Sinai</a>","CARD_HEADER_7":"<a href=\"https://www.mountsinai.org/locations/morningside\">Mount Sinai Morningside</a>","CARD_HEADER_8":"<a href=\"http://www.mountsinai.org/locations/west\">Mount Sinai West</a>","BUTTON_8":"<a href=\"http://www.mountsinai.org/locations/west\">Learn More</a>","BUTTON_7":"<a href=\"http://www.mountsinai.org/locations/st-lukes\">Learn More</a>","BUTTON_6":"<a href=\"http://www.mountsinai.org/locations/queens\">Learn More</a>","BUTTON_5":"<a href=\"http://www.mountsinai.org/\">Learn More</a>","CARD_HEADER_1":"<a href=\"http://icahn.mssm.edu/\">Icahn School of Medicine at Mount Sinai</a>","CARD_HEADER_2":"<a href=\"http://www.mountsinai.org/locations/beth-israel\">Mount Sinai Beth Israel</a>","BUTTON_9":"<a href=\"http://www.nyee.edu/\">Learn More</a>","CARD_HEADER_10":"<a href=\"https://www.southnassau.org/sn\">Mount Sinai South Nassau</a>","BUTTON_4":"<a href=\"http://www.mountsinai.org/locations/downtown\">Learn More</a>","BUTTON_3":"<a href=\"http://www.mountsinai.org/locations/brooklyn\">Learn More</a>","BUTTON_2":"<a href=\"http://www.mountsinai.org/locations/beth-israel\">Learn More</a>","BUTTON_1":"<a href=\"http://icahn.mssm.edu/\">Learn More</a>"},"SKU-33":{"PLACEHOLDER-3":"Email Address","PLACEHOLDER-2":"Last Name","BUTTON":"Sign Up With Linkedin","PLACEHOLDER-1":"First Name","FORM-BUTTON":"Join Now"},"CAP_PRIVACY_STATEMENT":"We collect personal information (e.g. name, email, work history, etc) to match you to job opportunities. We store this data for a default period of 12 months to support machine learning based matching and manual matching by our recruiters. You can request the updating or deletion of your profile data by e-mailing us <a href=\"mailto:privacy@icims.com\">here</a>. View our full <a href=\"https://www.jibe.com/privacy-policy\" target=\"_blank\" rel=\"noopener noreferrer\">privacy policy here</a>."},"role-search":{"search-bar":{"back":"Back"}},"PERSONALIZATION":{"ADD":"Add","GETSTARTED":"Get Started","GET_JOBS":"Get Jobs","PARAGRAPH":"Answer a few short questions and we will match you with our jobs.","SELECTLOCATION":"Please select a location from the dropdown.","ADDITIONAL_SUBTITLE":"Supplying this information will further improve the quality of your matches.","OPTIONAL":"*Optional","USE_REMOTE_JOBS":"Include remote jobs","PRIVACY_POLICY_TEXT":"Privacy Policy","REVIEW_RESUME":"Review Resume","UPLOAD":"Upload","FULL_TIME":"Full Time","CURRENT_STEP":"Current step in Job Matching flow","CONNECT_EXISTING_ACCOUNT":"Sign into existing account","PART_TIME":"Part Time","ENTRY_LEVEL":"Entry Level","RECOMMENDATIONS_NONE_HEADER":"No matches found","CONNECT_LINKEDIN":"Connect with Linkedin","RECOMMENDATIONS_NONE_SUBHEADER":"Edit your search criteria or CV to receive new results.","TOGGLE_REMOTE_JOBS":"Include remote jobs in search","SKILLS-BANNER":{"PARA":"Hey {{fname}}, help improve your profile! Adding new skills makes your job matches more accurate.","RECOMMENDATIONS_PARA":"Keep your profile up to date to get top-notch recommendations.","HEADER":"Wow! We found new skills for you.","RECOMMENDATIONS_HEADER":"{{totalRecommendations}} jobs matches your profile!","BUTTON-TEXT":"Update My Skills"},"JOB_TYPE":"Desired Job Type","PROFILE_SUBTITLE":"Your profile offers detailed information required for our algorithm.","RECOMMENDATIONS_HEADER":"Review your matches","KEYWORDS_HEADER":"Enter Relevant Keywords.","LOCATION_HEADER":"Enter Location","LOADING":"Loading","LOCATION":"Location","RETURN_TO_STEP":"Return to step in Job Matching flow","BROWSE":"Browse","SENIORITY":"Experience Level","PROFILE_TITLE":"Select Your Profile","USE_CV_LOCATION":"Filter by this location","CONTRACT":"Contract","FIND_MYJOBS":"Start Here","RECOMMENDATIONS_SUBHEADER":"Edit your matching criteria to receive updated results.","MID_LEVEL":"Mid Level","PROFILE":"Profile","KEYWORDS_SUBTITLE":"Keywords help support and enrich your profile data.","ADDITIONAL_HEADER":"Provide Additional Information.","NEXT":"Next","START_OVER":"Start Over","REMOVE":"Remove","CONTACT_INFORMATION":"Contact Information","PRIVACY_POLICY_LINK":"https://www.icims.com/legal/privacy-notice-website/","SENIOR_LEVEL":"Senior Level","ENTER_LOCATION":"Enter a Location","LOCATION_SUBTITLE":"We will show you matches centered around this location.","OR":"or","WORK_HISTORY":"Work History","UPLOAD_TITLE":"Upload a resume","JOB_SEARCH":"Job Search","PRIVACY_DISCLAIMER":"Data Privacy Notice","RECOMMENDATIONS_NONE_PARA":"Try using different match criteria or starting a new search? Try searching without your profile.","RESUME_UPLOADED":"Resume Uploaded","EDUCATION_HISTORY":"Education History","PRIVACY_ERROR":"You must acknowledge this message to proceed.","CANCEL":"Cancel","BACK":"Back","MATCHES":"Matches","TITLE":"Find Your Job Matches","PRIVACY_AGREEMENT":"I understand the data I upload during this session will be processed for Job Matching but none of my data, including any Personally identifiable Information will be saved.","KEYWORDS":"Search Keywords"},"REFERRAL":{"MODAL":{"CHECK_STATUS":{"BUTTON":"Check email","HEADER":"Great! Now let's check if your candidate has been referred","EMAIL":"Referral's email address","BODY":"This step will confirm nobody else is linked to your candidate"},"START":{"REJECT":"Yes","HEADER":"Start your referral","CONFIRM":"No","BODY":"Is this potential candidate an active or fixed term employee, current contractor, co-op or intern at J&J?"},"ERROR":{"HEADER":"Sorry, that candidate is not eligible for employee referral at this time","BODY":"The person with this email address has either already been linked to another company employee for referral or is in a position that is not eligible for the Employee Referral Program","NEW_REFERRAL":"Refer Another Candidate"}}},"SKU-A1":{"SUB-TITLE":"Respecting The Person You Are","TITLE":"Diversity & Inclusion"},"PRE_LOGIN":{"ACCEPT":"Yes","BODY":"<span>Thank you for your interest!</span><br>\n<span>Please specify Job Title of interest and send CV with Cover Letter to:</span><br>\n<span>Alex Cano</span><br>\n<span>Executive Director Physician Recruitment</span><br>\n<span>Mount Sinai Health System</span><br>\n<a href=\"mailto:Alex.cano@mountsinai.org\">Alex.cano@mountsinai.org</a>","DECLINE":"No"},"NO_STATE":"No state","TALENTNETWORK":{"JOIN_CC":"<a href=\"#\">Join our talent network</a> and we will contact you when a job matches your skillset.","HOME_URL":"/","SUB_HEADER":"Join our talent community","SUCCESS_MESSAGE":"Thank you for joining our Talent Network. We will keep you updated.","JOIN_CC_BUTTON":"Join Now","HEADER_BG_IMAGE_URL":"add image url","HEADER":"Join Our Talent Network"},"STAGING-HEADER":{"TOP-NAV":{"LINK-2":"<a token-data=\"STAGING-HEADER.TOP-NAV.LINK-2\" token-type=\"text\" href=\"https://mountsinai.staging.jibeapply.com/candidatePortal\">Join Our Community</a>","LINK-1":"<a token-data=\"STAGING-HEADER.TOP-NAV.LINK-1\" token-type=\"text\" href=\"https://fa-ejis-dev13-saasfaprod1.fa.ocs.oraclecloud.com\">Employee Login</a>"}},"UI":{"BACK_TO_TOP":"Back to Top","HEADER_LOGOUT":"Logout","MILES":"Miles","CAREERS_TITLE":"{{companyName}} Careers","LOGIN_ERROR":"You must be logged in to access your submitted applications.","FILTERS":"Filters","SKIP_TO_MAIN":"Skip to Main Content","NEARBY_FIFTY_MILES":"within 50 miles","NEARBY_HUNDRED_MILES":"within 100 miles","JOBAPPLY_LITIMEOUTERROR":"Timeout -- LinkedIn API did not respond","JOIN_NOW":"Join Now","NEARBY_SELECT_100_MILES":"within 100 miles","UNSUPPORTED_NEW":"<p>A web browser is a piece of software on your computer. It lets you visit webpages and use web applications.</p> <p>It's important to have the latest version of a browser. Newer browsers save you time, keep you safer, and let you do more online.</p> <p>Try a different browser - all are free and easy to install. Visit <a href=\"https://www.whatbrowser.org/\" target=\"_blank\">whatbrowser.org</a> for more information.</p> <p>If you are using a later version of Internet Explorer, please make sure you are not in compatibility mode of an older version of the browser.</p>","UPLOAD":"Upload","CUSTOM_MAINTENANCE_TITLE_1":"Temporarily Down for Maintenance","NEARBY_SELECT_15_MILES":"within 15 miles","NEARBY_SELECT_50_MILES":"within 50 miles","NEARBY_SELECT_25_MILES":"within 25 miles","TYPEAHEAD_INPUT":{"SEARCH":"Search","CLEAR_SELECTED":"Clear selected","NO_RESULTS":"No results found"},"NEARBY_FIVE_KM":"within 5 kilometers","FOOTER_CURRENT_YEAR":"&copy; {{currentYear}}","MENU_LOGOUT":"Logout","EXACT":"Exact","JOBAPPLY_LIAPIERROR":"Error calling LinkedIn API for profile","UNSUPPORTED":"We're sorry, but your browser is not supported. To use our site, we recommend using the latest version of Safari, Firefox, Chrome, or Internet Explorer. If you are using a later version of Internet Explorer, please make sure you are not in compatibility mode of an older version of the browser.","ACTIVE_FILTER_LABEL":"Active Filters","EXACT_LOCATION":"Exact location only","NEARBY_TEN_KM":"within 10 kilometers","SELECTED":"selected","SHOW_MORE":"Show more","NO_THANKS":"No Thanks","HEADER_LOGGED_IN":"Logged in as <span class='user-profile-toggle' ng-click='openUserProfile()''>{{user}}</span>","MENU_SEARCH":"Search Jobs","SHOW_ALL":"Show All","JOIN_TALENTNETWORK_TAG":"and we will contact you when a job matches your skillset.","HEADER_TITLE":"{{companyName}} - Home","MORE_THAN":"More than","NEARBY_TWENTYFIVE_MILES":"within 25 miles","CLEAR_ALL_FILTERS":"Clear All","UPLOADED":{"DATE":"Uploaded date","ATTACHMENTS":"Uploaded attachments"},"CLICK_HERE":"Click here","NEARBY_FIFTY_KM":"within 50 kilometers","LOADING":"Loading","NO":"No","SELECT_LANGS":"Select Language","NONLINEAR":{"PROMPT_CONFIRM":"Do not show again","PROMPT":"If you leave a section without clicking \"Save & Continue\" any answers for that page will be erased."},"YES":"Yes","JOIN_TALENTNETWORK":"Join our talent network","JOBAPPLY_ERROR":"An error occurred while attempting to apply to this job.","MAINTENANCE_WINDOW_LINE_1":"Scheduled maintenance is under way. We will be back online shortly.","NEARBY_HUNDRED_KM":"within 100 kilometers","BY_PUBLIC_TRANSIT":"<i class=\"fa fa-train\"></i>","PREVIOUS":"Previous","NEARBY_SELECT_MILES":"within {{nearbyDistance}} miles","DELETE":"Delete","CUSTOM_MAINTENANCE_WINDOW_LINE_1":"Scheduled maintenance is under way. We will be back online shortly.","HIDE_FILTERS":"Hide Filters","NEARBY_FIVE_MILES":"within 5 miles","JOBAPPLY_CREATEUSERERROR":"Error creating user from LinkedIn profile","NEXT":"Next","NEXT_CONFIRM":"Save & Continue","HEADER_LOGIN":"Sign In / Create Account","NEARBY_SELECT_10_MILES":"within 10 miles","SHOW_FILTERS":"Show Filters","MAINTENANCE_TITLE_1":"Temporarily Down for Maintenance","NEARBY_TWENTYFIVE_KM":"within 25 kilometers","OR":"or","SUCCESS":"Success","NEARBY_TEN_MILES":"within 10 miles","HEADER_LOGIN_LINK":"https://ejis.fa.us6.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX/requisitions","MENU_HOME":"Careers Home","JOBAPPLY_ERRORONJOB":"Error loading job from job service","KILOMETERS":"KM","MENU_LOGIN":"Sign In / Create Account","CONTINUE":"Continue","NEARBY_SELECT_5_MILES":"within 5 miles","NEARBY_SELECT_EXACT_LOCATION":"Exact location only","GOT_IT":"Got It","CANCEL":"Cancel","SELECT_ALL":"Select All","SUBMIT":"Submit","JOBAPPLY_CONTENT_BLOCKING":"An error occurred. This may be due to browser settings which block content required for this site to function. <br>Try a different browser or follow these directions to disable content blocking on <a href=\"https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop#w_what-to-do-if-a-site-seems-broken\" target=\"_blank\">Firefox</a> and <a href=\"https://support.apple.com/guide/safari/manage-cookies-and-website-data-sfri11471/mac\" target=\"_blank\">Safari</a>.","BACK":"Back","MINUTES":"mins","NEARBY_SELECT_KM":"within {{nearbyDistance}} kilometers","NEXT_DISABLED":{"INFO":"All required questions must be answered to save this page."},"BY_CAR":"<i class=\"fa fa-car\"></i>","SHOW_LESS":"Show less"},"FB_CHAT":{"GREETING_OUT":"How can I help you?","GREETING_IN":"How can I help you?"},"UPLOAD":{"PREVIEW_DOCUMENT":{"NOT_SUPPORTED":"The preview for your document will open in your native document viewer.","CLICK_TO_PREVIEW":"Please click the link below:","SKILLS":"SKILLS","PRESENT":"Present","EMPLOYMENT_INFORMATION":"EMPLOYMENT INFORMATION","UPLOADED_WITH":"Uploaded Resume with","INVALID_WARNING":"Sorry! We were not able to display your document.","EDUCATION_INFORMATION":"EDUCATION INFORMATION","GENERAL_INFORMATION":"GENERAL INFORMATION"},"GOOGLE_DRIVE":"Google Drive","WELCOME_THANKS_AGAIN":"Thanks again for your interest.","FILE_HEADER":"Files","APPLY_WITH_RESUME":"Use Saved Resume or Upload New Resume","BASIC_HEADER":"Or, enter your resume below:","FILE_UPLOADING":"Uploading","WELCOME":"Welcome","EMAIL":{"ERROR_MESSAGE":"There was a problem sending out the email, please try again"},"FILE_NAME":"File Name","CHOOSE_ANOTHER":"","EASYAPPLY-LINKEDIN-BUTTON":"Upload your resume using LinkedIn","PREVIEW_RESUME":"Preview Your Resume","EASYAPPLY-INSTRUCTIONS":"Please select a Resume Upload Option","HOW_TO_PROCEED":"How would you like to proceed?","FILE_TYPES_HEADER":"Accepted file types:","ADDITIONAL_DOCS":{"DESCRIPTION":"If you have additional documents you would like to share, please choose from the options below to upload them. Otherwise, click \"Next\" to continue.","CHOOSE":"Select document type","PREVIOUS_HEADER":"Use a previously uploaded document:","TYPE_IN":"Type In Document","HEADER":"Upload Additional Documents","RESTRICTIONS":"You can upload one file for each document type","PREVIOUS":"Select from previously uploaded files","OPTIONS_HEADER":"Or, upload a new document using one of the following:"},"DOC_TYPES":{"OTHER":"Other","CERTIFICATIONS":"Certifications","LETTER_OF_RECOMMENDATION":"Letter of Recommendation","EMPLOYEMENT_CERTIFICATE":"Employment Certificate","REFERENCE_LIST":"Reference List","TRANSCRIPT":"Transcript","COVER_LETTER":"Cover Letter","PORTFOLIO":"Portfolio","RESUME":"Résumé","WRITING_SAMPLE":"Writing Sample"},"LINKEDIN":"LinkedIn","INVALID_EMAIL":"You must enter a valid email address","FILE_UPLOAD":"File Upload","EMAIL_INSTRUCTIONS_REPLY":"Or, reply to the email sent to {{email}} with your resume attached.","MUST":"Please upload or select a saved resume to continue","FILE_SIZE_MAX":"Up to 1","SELECTED":"Upload Selected Document","TYPE_IN_HEADER":"Enter or paste your desired text","UPLOADED_FILES_HEADER":"Uploaded Files","FILE_UPLOADED":"Uploaded","WRONG_MIME_TYPE":"The type of file you are trying to upload is not supported, please try a different one.","EMAIL_INSTRUCTIONS":"To submit your resume for this position, please complete one of the options below:","TOO_LARGE":"The file you are trying to upload is too large, please verify you are using the right file and try again.","PREVIOUS_HEADER":"Use a previously uploaded resume:","TYPE_IN":"Type-in Resume","APPLY_WITH_COVER_LETTER":"Apply With Cover Letter","LIST":{"NO_FILES":"No documents"},"EMAIL_RESUME_TEMPLATE":{"SUBJECT":"Your job application isn't complete!","BODY":"<!DOCTYPE html><html><head><meta content='text/html; charset=UTF-8' http-equiv='Content-Type' /></head><body><p>Hi,</p><p>Thanks for starting your application to {{companyName}}.</p><p>To complete your application you must do one of the following:</p><p>Forward an email from your mobile device with your resume attached to {{fromEmail}}</p><p>OR</p><p>Reply to this email from your laptop or desktop computer with your resume attached.</p><p>Thank you for your interest,<br />The Recruiting Team</p></body></html>"},"RESUME_ERROR":"There was an error uploading your resume.","UNABLE_TO_PARSE":"There was an error parsing data from your resume. Please ensure that your resume matches one of the accepted file types and does not contain any images. You may also continue with your upload, and manually enter in your application information.","RESUME_HEADER":"Upload Your Resume","ERROR_MESSAGE":"There was an error uploading your resume.","EMAIL_LABEL":"Please enter your email address:","APPLY_WITHOUT_COVER_LETTER":"Apply Without Cover Letter","RESUME":{"CLIENT_INSTRUCTIONS":""},"DROPBOX":"Dropbox","OPTIONS_HEADER":"Or, upload a new resume using one of the following:","FILE_SIZE_HEADER":"File Size:","TOO_SMALL":"The file you are trying to upload is too small, or you need more content for your typed-in resume, please verify you are using the right file or include more information and try again.","EMAIL_HEADER":"Email Your Resume","COVER_LETTER_HEADER":"Upload your Cover Letter","APPLY_WITHOUT_RESUME":"Apply without Resume","NEW_DOCUMENT":"Upload a new document","AUTOFILL":"We will use your resume to autofill as much of your application as we can.\n\nPlease Note: Your Candidate profile allows for up to 25 attachments total. If you exceed this limit, the system will automatically delete the oldest attachment. For example: The oldest resume you attached will be removed to make room for your new submission.","PREVIOUS_COVER_LETTER":"Select From Previous Cover Letters","COVER_LETTER_ERROR":"There was an error uploading your cover letter.","INSTRUCTIONS":"Upload a resume using one of the following:","UPLOADED_AT":"Uploaded at {{param}}","FILES_PREVIOUS_DIRECTORY":"Previous directory","FILE_TYPE_LIST":".pdf, .doc, .docx, .rtf","IN_PROGRESS":"Please wait while we upload your resume...","REUSE":"Reuse this document","RETRY_NO_PARSE":"Retry without parsing","WELCOME_THANKS":"Thank you for exploring career opportunities with {{companyName}}!","CV":{"ERROR_MESSAGE":"There was an error uploading your cover letter.","INSTRUCTIONS":"Upload a cover letter using one of the following:","CHOOSE":"Would you like to attach a cover letter?","BASIC_HEADER":"Or, enter your cover letter below:","EMAIL_INSTRUCTIONS_REPLY":"Or, reply to the email sent to {{email}} with your cover letter attached.","MUST":"Please upload or select a saved cover letter to continue","SAVE_AS_RESUME_TXT":"Your most current entry into this box will be saved as a link entitled resume.txt and will be stored in Previously Uploaded Documents.","OPTIONS_HEADER":"Or, upload a new cover letter using one of the following:","IN_PROGRESS":"Please wait while we upload your cover letter...","CLIENT_INSTRUCTIONS":"If you have a cover letter, please choose from the options below to upload it.","EMAIL_HEADER":"Email Your Cover Letter","EMAIL_INSTRUCTIONS_FORWARD":"Forward an email with your cover letter attached to: <strong>{{email}}</strong>","EMAIL_INSTRUCTIONS":"To submit your cover letter for this position, please complete one of the options below:","SAVE_AS_COVER_LETTER_TXT":"Your most current entry into this box will be saved as a link entitled cover_letter.txt and will be stored in Previously Uploaded Documents.","EMAIL_NOW":"My Cover Letter is Sent","EMAIL_CV_TEMPLATE":{"SUBJECT":"Your job application isn't complete!","BODY":"<!DOCTYPE html><html><head><meta content='text/html; charset=UTF-8' http-equiv='Content-Type' /></head><body><p>Hi,</p><p>Thanks for starting your application to {{companyName}}.</p><p>To complete your application you must:<p>Reply to this email from your laptop or desktop computer with your cover letter attached.</p><p>Thank you for your interest,<br />The Recruiting Team</p></body></html>"}},"PREVIOUS_RESUME":"Select From Previous Resumes","PREVIOUSLY_UPLOADED":"Previously uploaded documents","EASYAPPLY-LINKEDIN-BUTTON-DESC":"By using LinkedIn we are able to quickly and efficiently pull all profile and job information with a single click.","EMAIL_INSTRUCTIONS_FORWARD":"Forward an email with your resume attached to: <strong>{{email}}</strong>","EASYAPPLY-OTHER-OPTIONS":"Or, one of the following:","EMAIL~OVERRIDDEN~":"Email","EMAIL_LATER":"I'll Send It Later","EMAIL_NOW":"My Resume is Sent"},"CREDO":{"INTRO_HEADING":"Intro","NEXT_BTN":"Next Page","COMPLETE_TEXT":"You've completed this page! Click below to continue with the application.","COMPLETE_HEADING":"Finish","INTRO_ADDON":"Please answer these questions thoughtfully, as your responses will directly impact your eligibility to be considered for an open role.","START_BTN":"OK"},"NO_CATEGORIES":"No Categories","REG_OR_TEMP":"Regular/Temporary:","INDEED_ICON":"https://cms.jibecdn.com/prod/jibeapply/assets/INDEED_ICON-en-us-1522080436580.png","ERROR":{"NO_JOBS_404":"We’re sorry, but it looks like this job may be no longer available or does not exist. Please click <a href=\"/jobs\">here</a> to perform a new job search.","NO_APPLICATIONS_404":"We’re sorry, but it looks like we cannot find your job application. Please click <a href=\"/jobs\">here</a> to perform a new job search.","PAGE_NOT_EXISTS":"The page you are looking for no longer exists."},"LOGIN":{"FACEBOOK":"Connect with Facebook","CONFIRM_PASSWORD":"Confirm Password","FORGOT_LINK":"Forgot password?","CURRENT_PASSWORD":"Current Password","EMAIL_CREATE":"Register with Email","FIRSTNAME":"First name","SELECT_ONE":"Select...","VERIFY":"Verify email","EMAIL":"Email","RATE_LIMIT_ERROR_MESSAGE":"Account locked out due to invalid attempts, please try again after 10 mins","CONFIRM_EMAIL":"Confirm Email","URL":{"ERRORDESCRIPTION":"Login Error Description"},"FORGOT":{"SUCCESS_CREATED":"If you have an account registered under this email address, you will receive a password reset email shortly.","INVALID_FORGOT":"Incorrect username and email combination.","SUBMIT":"Submit","TITLE~OVERRIDDEN~":"Reset Password","SUCCESS_UPDATED":"Your account has been successfully updated.","USERNAME":"Forgot Username?","TITLE":{"PASSWORD":"Reset Password","USERNAME":"Forgot Username"},"INVALID_UPDATE":"Password given not valid.","INVALID_SESSION":"Session has expired.","LOGIN_LINK":"Return to Login?"},"LASTNAME":"Last name","GENDER":"Gender","LINK":"Or, Login to your account","USERNAME":"Username","EMAIL_TYPE":"Email Type","GOOGLE":"Connect with Google","REGISTER":{"SUBMIT":"Register","LINK":"Or, create your account","TITLE":"Register","LOGIN_LINK":"Already a user? <a>Login!</a>","INVALID_REGISTRATION":"Invalid registration used. Please verify fields."},"PRIVACY_POLICY":{"CANCEL":"Disagree","SUBMIT":"Agree","BODY_CONT2":"&nbsp;","ERROR":"You must accept to continue","TITLE":"Privacy Policy","BODY":"By providing your contact information and clicking the \"I Agree\" button, you consent to receive email messages, text messages, and phone calls, as indicated above, including that of a promotional nature, from Mount Sinai Health System, Inc. (“Mount Sinai”) at the contact information you have provided above. Messages may be about Mount Sinai news, information, events, and job opportunities. You are not required to agree to this in order to obtain property, goods or services from us. An auto-dialer and/or artificial or prerecorded message may be used to make calls to you. Your wireless carrier may charge fees for text messages, emails and calls to your mobile device. Text messages may be sent multiple times per week. Msg&Data Rates May Apply. You represent that you are legally competent and have legal authority to form a contract and provide this consent with respect to the contact information you provide and that you reside in the United States. You may not consent on behalf of someone else or provide someone else’s contact information. Mobile Internet access is required. You consent to receive phone calls from Mount Sinai even if your phone number is listed on the federal or state “do not call” registry. You may elect to no longer receive promotional communications, and any communications to your mobile device, by contacting our Human Resource department at 646-605-4310/4657. Your opt-out for text messages will be effective when you receive an opt-out confirmation. You will then be placed on our “do-not-contact” list for marketing purposes. (We may still contact you about your transactions with us.) If you are a Nevada resident, you may contact the Nevada Attorney General for more information about your opt out rights by calling 775-684-1100, emailing bcpinfo@ag.state.nv.us, or by writing to: Office of the Attorney General, Nevada Department of Justice, Bureau of Consumer Protection, 100 North Carson Street, Carson City, NV 89701-4717. You agree to enter into, sign and receive this consent to receive messages electronically. Print this page using your Internet-connected computer or device and web browser to retain a copy of your consent. You can withdraw your consent to receive this consent electronically. Mail us at 150 East 42nd Street, Human Resources-4th Floor, New York, NY 10017 to request a free copy of your consent, update your contact information or for other customer service.","BODY_CONT":"&nbsp;"},"EMAIL_OPTION":{"HEADER":"Login with your email account"},"DELETE_PROFILE":"Profile Successfully Deleted","LINKEDIN":"Connect with Linkedin","VALIDATIONS":{"CONTACT":"At least one method of contact is required","WRONG_INFO":"Wrong information. Please try again!","EMAIL_FORMAT":"Invalid email","FIRSTNAME":"First name not filled","EMAIL":"Email not filled","SECURITY_ANSWER":"Security Answer not filled","PASSWORD":"Password not filled","LASTNAME":"Last name not filled","PASSWORD-REQUIREMENTS":"Password must contain at least 1 lower case letter, 1 capital letter (A-Z), 1 special character (!@#$%^&*), and a number (0-9)","AGREE":"Please Agree to the Privacy Policy","GENDER":"Gender not selected","PASSWORD_MISMATCH":"Passwords Do Not Match","USERNAME":"Username not filled"},"PLACEHOLDER":{"CONFIRM_NEW_PASSWORD":"Confirm New Password","NEW_PASSWORD":"New Password","PASSWORD":"Password","CONFIRM_PASSWORD":"Confirm Password","LASTNAME":"Last name","CURRENT_PASSWORD":"Current Password","GENDER":"Gender","USERNAME":"Username","FIRSTNAME":"First name","EMAIL":"Email"},"REGISTER_LINK":"Not a user? <a>Register!</a>","HELPER_TEXT":"<center><strong> External Applicants Only </strong><br>(Not for Employees or Internal Students) <br><strong>MSHS Students & Employees must click on <a href=\"https://ejis.fa.us6.oraclecloud.com\">Employee Login</a></strong><br></br>If you've applied prior to 04/23/2018, click on \"Create your account\" below. Use the same email address that was attached to your previous application.","INVALID_LOGIN":"Incorrect username and password combination.","PASSWORD":"Password","SUBMIT":"Log In","TITLE":"Login","FORGOT_USERNAME":{"TITLE":"Forgot Username"},"ATS_UNAVAILABLE":"The applicant tracking system is unavailable at this time, please try again later.","VERIFICATION":{"BODY":"<p>Dear ${user.firstName},</p>\n<p>Thanks for choosing to apply for a job with ${client.display.name}! Please verify ownership of your email address by clicking this <a href=\"${page.url}?id=${user.id}&ptoken=${user.token}\">link</a>.</p>\n<p>Alternatively, you can verify your account by pasting this URL into your browser: <a href=\"${page.url}?id=${user.id}&ptoken=${user.token}\">${page.url}?id=${user.id}&ptoken=${user.token}</a></p>\n<p>Please note that your job application will not be submitted to ${client.display.name} until you have successfully verified ownership of your email address.</p>\n<p>Sincerely,</p>\n<p>The ${client.display.name} Recruiting Team</p>"}},"candidate_connect":{"cc_signup":{"error_blank_input":"Please fill out all fields."},"email_signup":{"error_blank_input":"Please fill out all fields.","error_network":"There was an error processing your request. Please try again later.","error_title":"Error","success_title":"Success!","error_invalid":"Please enter a valid email address.","success_button":"Continue","success_paragraph":"Thanks for subscribing. Check your email shortly for a confirmation.","error_existing_email":"This candidate profile already exists.","userExists_paragraph":"A message has been sent to your email address . Please follow the instructions to verify it.","userExists_title":"Success!"}},"JOB_DESCRIPTION":{"LOCATION":"Locations:","LOCATION_ARIA_LABEL":"Job Location","REQ_ID":"Req ID:","EMPLOYMENT_TYPE":"Position Type:","REQ_ID_ARIA_LABEL":"Job ID","SKILLS":"Skills:","POSTED_DATE":"Posting Date:","BACK":"Back","DESCRIPTION_HEADING":"Job Description","STREET_ADDRESS":"Street Address:","CATEGORIES":"Categories:","CATEGORIES_ARIA_LABEL":"Job Category"},"SEARCH":{"NO_CITIES":"No cities","NO_LOCATIONS":"No locations","NO_BRANDS":"No brands","NO_CATEGORIES":"No categories","NO_COUNTRY":"No country","NO_STATE":"No states"},"VALIDATION":{"EMAIL_DOMAIN":"Invalid Email Domain"},"MOUNTSINAI":{"CAREERS_PARAGRAPH":"If you are a Mount Sinai Employee, you must apply through the Employee Login portal on top of the page","CAREERS_TITLE":"If you are a Mount Sinai Employee, you must apply through the <a href=\"https://ejis.fa.us6.oraclecloud.com\">Employee Login</a> portal on top of the page<br><br>Mount Sinai Health System is committed to ensuring the safety and well-being of our patients and employees, so that we can continue to serve our communities by delivering exceptional care. Consistent with this commitment, <strong style=\"color: #d80b8c;\">we require all new hires to be vaccinated against COVID-19</strong>."},"VALIDATIONS":{"CURRENTDAY":"Please select today","CONFIRM_PASSWORD":"Confirmed Password does not match","SAMEMONTH":"Start and end date for same job can't be in the same month","PHONE":"Please enter a valid phone number.","AT_LEAST_ONE":"You must choose at least one answer.","GREATER_THAN_EQUAL_TO":"Must be greater than or equal to {{param}}.","MINLENGTH":"Please enter at least {{param}} characters.","MINVALUE":"Please enter a value greater than or equal to {{param}}.","EQUAL_TO":"Must be equal to {{param}}.","EMAIL":"Please enter a valid email address.","CONTINUOUS":"This end date has to be the same month or sooner to the above start date. A single history cannot have the same month for start and end dates.","MAXDATE":"Please select a date before {{param}}.","LESS_THAN_EQUAL_TO":"Must be less than or equal to {{param}}.","PATTERN":"This is not a valid format.","GREATER_THAN":"Must be greater than {{param}}.","NOT_UNIQUE":"Please enter/select a unique value.","ZIPCODE~OVERRIDDEN~":"Please enter a valid postal code.","LESS_THAN_EQUAL_TO_DATE":"Date must be equal to or before {{param}}.","GREATER_THAN_EQUAL_TO_DATE":"Date must be equal to or after {{param}}.","MINDATE":"Please select a date after {{param}}.","DATEFORMAT":"Please enter a valid date.","NUMERIC":"Please enter a valid number.","TODAY":"Please select today's date {{param}}","ZIPCODE":{"ADVANCE":"Invalid postal code."},"REQUIRED":"This field is required.","LESS_THAN":"Must be less than {{param}}.","MAXLENGTH":"Please enter no more than {{param}} characters.","EMAIL_REQUIRED":"This field is required.","SSN":"Please enter a valid SSN.","GENERIC":"Please enter a valid input.","PASSWORD":"The password field is required.","EQUAL_TO_DATE":"Date must be the same as {{param}}.","GREATER_THAN_DATE":"Date must be after {{param}}.","MAXVALUE":"Please enter a value less than or equal to {{param}}.","TEXTUAL":"Please only enter text.","LESS_THAN_DATE":"Date must be before {{param}}."},"REFERRALS":{"TRACK_REFERRAL":{"TILE":{"REFERRAL_EXPIRED":"Your employee referral life cycle has expired. Renew referral now.","REFERRAL_RENEW":"Refer to a new job to renew"}},"REFERRAL_SUCCESS":{"MESSAGE":"You’ve successfully submitted a referral for {{name}} to the {{jobTitle}} position in {{jobLocation}}.","BACK_BUTTON":"Back","TITLE":"Thank You!"},"REFER":{"START":{"BUTTON":"Get Started"},"MODAL":{"CHECK_STATUS":{"EMAIL":"Enter Email"},"START":{"REJECT":"Back","HEADER":"First, let's check your eligibility.","CONFIRM":"Check Email","BODY":"Since there is a limit for 1 referral within 2 years, we need to make sure you’re currently eligible to submit a referral. Enter your employee email below."},"ERROR":{"HEADER":"Not Eligible","BODY":"This person isn't eligible to be referred by you to the {{ title }} position. They have already been recommended before by another employee.","NEW_REFERRAL":"Refer Another Candidate"}}},"TRACK_REFERRALS":{"REFER_SOMEONE_ELSE":"Refer Someone Else","SHOW_MORE":"Show More","INVITED_TO_APPLY":"Invited to apply","REFERRAL_ROLE":{"APP":{"CREATED_AT":"Created at:","STARTED_ON":"Applied on:"}},"CANDIDATE_INFO":{"REFERRED_ON":"Referred On:","REFERRAL_COUNT":"# of Positions:","STATUS":"Status:","EXPIRED_LABEL":"Expired","TITLE":"You Referred","CONNECTED_UNTIL":"Connected Until:"},"HEADER":"You have {{ count }} Referrals","REFERRAL_INFO":{"UPDATED":"Updated"},"PORTAL":{"APPLICATIONS":{"HIRING_FLOW_STEP":{"RECEIVED":{"TITLE":"Referral Received"}}}},"SHOW_LESS":"Show Less"},"SUMMARY":{"TRACK_REFERRALS":"Track All Your Referrals","ACTIVE_REFERRALS":"Active Referrals","LATEST_REFERRAL":"Your Latest Referral"},"MESSAGES":{"ERROR_POPUP":{"TITLE":"Error","BODY":"Error Message. You should probably update the token."}},"SUMMARY_BAR":{"REFERRED_ON_INFO":"On {{date}} for the <u><b>{{title}}</b></u> Position in {{location}}"},"MAKE_REFERRAL":{"ABOUT_REFERRAL":"Tell us about your referral","PHONE":"Phone","BACK_BUTTON":"Back","MENTION_NO":"No","EMAIL":"Email","LAST_NAME":"Last Name","MENTION_YES":"Yes","FIRST_NAME":"First Name","FIT":"Why is this person a good fit?","SUBMIT_BUTTON":"Submit","MENTION":"Can we mention you when we reach out to this candidate?","TITLE":"Make a Referral","RELATIONSHIP":"What is your relationship to this person?"},"FAQ":{"MORE_FAQ":"More FAQs","ANSWER":{"1":"Test Referral FAQ Answer 1","2":"Test Referral Answer 2","3":"Test referrals faq answer 3","4":"Test faq referrals answer 4"},"HEADER":"Frequently Asked Questions","SUBHEADER":"Learn more about how our referral program works","QUESTION":{"1":"Test FAQ Question 1","2":"Test Referral Question 2","3":"Testing Referrals Question 3","4":"Test referral faq question 4"}},"TABS":{"SEARCH_REFER":"Search Jobs & Refer","SEARCH":{"BUTTON":"<a token-data=\"REFERRALS.TABS.SEARCH.BUTTON\" token-type=\"text\" href=\"/internal/jobs\">Search Open Jobs</a>"},"INFO_BLOCKS":{"SUB_TITLE":{"1":"Know someone who'd be a great fit?","2":"Follow their progress through the recruitment process."},"TITLE":{"1":"1. Refer","2":"2. Track"},"CONTENT":{"1":"Referring someone to our organization is simple and rewarding. Submit their information through our referral form, including their resume and relevant details.\nOur recruitment team will review the referral. If the candidate is a good fit, they will be invited for an interview. Successful referrals that lead to a hire may qualify you for a referral bonus or other rewards.","2":"After submitting a referral, you'll receive a confirmation email. You can track the status of your referral through a company portal or dashboard, which provides updates such as application received, under review, and interview scheduled. Regular email notifications will keep you informed at key stages of the recruitment process."}},"LEARN":{"BUTTON":"<a token-data=\"REFERRALS.TABS.LEARN.BUTTON\" token-type=\"text\" href=\"/internal/jobs\"> Learn More </a>"},"ABOUT":"About","REFERRALS":"Your Referrals"},"MAIN":{"BANNER":{"TITLE":"Welcome back, {{fname}} {{lname}}!","HERO":"https://cms.jibecdn.com/prod/jibeapply/assets/REFERRALS-MAIN-BANNER-HERO-en-us-1597330851986.jpg"}},"ABOUT":{"VIDEO":"<video controls style=\"width: inherit;\" src=\"https://cdn-us.altrulabs.com/uploads/production/videos/video-117254/video_117254_Qp6K8t1JwmgaJUe5gMdaXA.mp4\">\n </video>"}},"TALENT_COMMUNITY":{"FORM_ERROR_BLANK_UPLOAD":"This file is blank and has no content. Please try again using a file with content.","JIBE_INPUT-STATE-PLACEHOLDER":"State","JIBE_INPUT-PREFERRED-SKILLS":"Preferred Skills","JIBE_INPUT-JOB_CATEGORY":"Job Category","DEPENDENT_ERROR_PHONES":"Both value and type are required for Phone fields","JIBE_INPUT-NON_COMPETE":"Non-compete in place with your current employer?","JIBE_LABEL-SELECT_AN_OPTION":"-- Select an Option --","FORM_ERROR_UPLOADING_FILE":"Error uploading file. Try again","TAKEN_EMAIL_ALERT":"A profile with this email already exists in the system. Please <a class=\"auth-link\" href=\"{{authURL}}\">login</a>.","JIBE_INPUT-LAST_NAME-PLACEHOLDER":"Last Name","JIBE_INPUT-GENERAL_CONSENT":"I agree to share my profile with recruiters and receive occasional emails about new career opportunities. I agree to the <a href=\"https://www.icims.com/legal/privacy-notice-website\" target=\"_blank\">Privacy Policy</a>.","ALERTS_UNSUBSCRIBE_SUBHEADER":"You have been unsubscribed from all job alerts.","JIBE_INPUT-PHONE_TYPE_HOME":"Home","JIBE_INPUT-ELIGIBILITY_EU":"Eligible to work in the EU?","JIBE_INPUT-CAMPAIGN_CONSENT_TITLE":"Campaign Consent","JIBE_SIGNUP_ERROR":"This Email Already Exists","JIBE_INPUT-JOB_ALERTS":"I wish to opt-in to receive email notifications of new jobs and opportunities.","JIBE_INPUT-ELIGIBILITY_US":"Eligible to work in the US?","JIBE_RESTRICTED_EMAIL_ERROR":"This action could not be completed.","JIBE_INPUT-HEADLINE-PLACEHOLDER":"Add Headline","DEPENDENT_ERROR":{"LINKS":{"TYPEID":"Both value and type are required for Link fields. Please fill out the Link Type","VALUE":"Both value and type are required for Link fields. Please fill out the Link"},"PHONES":{"TYPEID":"Both value and type are required for Phone fields. Please fill out the Phone Type","VALUE":"Both value and type are required for Phone fields. Please fill out the Phone Number"}},"EVENT_LISTING":{"EVENT_NAME_DESC":"Event name (z - a)","FILTER_LABEL_VENUECITY":"City","FILTER_LABEL_RECRUITMENTTYPE_p":"Professional","SORT_BY":"Sort by","START_DATE_ASC":"Start date (asc)","I":"In person","LOCATION_COLUMN_TITLE":"Location","EVENT_NAME_ASC":"Event name (a - z)","LOCATION_LABEL":"Location","FILTER_LABEL_VENUECOUNTRY":"Country","EVENT_TYPE_COLUMN_TITLE":"Event type","FILTER_LABEL_VENUESTATE":"State","FILTER_LABEL_EVENTCATEGORY":"Event Category","KEYWORD_LABEL":"Keyword","FILTER_LABEL_SCHOOL":"School","T":"TBD","V":"Virtual","FILTER_LABEL_RECRUITMENTTYPE_e":"Executive","FILTER_LABEL_RECRUITMENTTYPE_f":"Frontline","FILTER_LABEL_RECRUITMENTTYPE_c":"Campus","START_DATE_DESC":"Start date (desc)","FILTER_LABEL_RECRUITMENTTYPE_d":"Designate Program","REGISTER":"Register","FILTER_LABEL_VENUE":"Venue","FILTER_LABEL_RECRUITMENTTYPE":"Recruitment Type","SEARCH":"Search","EVENT_TYPE_LABEL":"Event type","FILTER_LABEL_RECRUITMENTTYPE_ct":"Contractor","RELEVANCE":"Relevance","DATE_AND_TIME_LABEL":"Date and time"},"JIBE_INPUT-GROUP":"Group","JIBE_INPUT-PHONE_TYPE":"Phone Type","JIBE_SECTION_HEADING-ELIGIBILITY":"Eligibility <hr>","JIBE_INPUT-EDUCATION_GRAD":"Graduation Date","JIBE_INPUT-RELOCATION_PREFERENCE_NO":"No","JIBE_INPUT-RELOCATION_PREFERENCE":"Willing to Relocate?","JIBE_INPUT-CITY-PLACEHOLDER":"City","JIBE_INPUT-EDUCATION_DEGREE":"Degree","JIBE_INPUT-LATEST_COMPANY":"Company","JIBE_INPUT-ATTRIBUTES":"Attributes","JIBE_SECTION_HEADING-WORK_HISTORY":"Latest Job <hr>","JIBE_INPUT-PHONE_TYPE_MOBILE":"Mobile","JIBE_INPUT-JOB_ALERTS_CONSENT_TITLE":"Job Alerts","JIBE_INPUT-CONTACT_METHOD_EMAIL":"Email","JIBE_THANKS_HEADER":"Thanks for joining our Talent Community!","JIBE_INPUT-EDUCATION_GRAD-PLACEHOLDER":"Add Graduation Date","JIBE_INPUT-PHONE_TYPE_WORK":"Work","JIBE_INPUT-ADDRESS1-PLACEHOLDER":"Address 1","JIBE_INPUT-EDUCATION_SCHOOL":"School","JIBE_INPUT-STATE":"State","JIBE_SECTION_HEADING-WORK_EDUCATION":"Work and Education Summary <hr>","JIBE_INPUT-ADDRESS2-PLACEHOLDER":"Address 2","JIBE_THANKS_SUBHEADER":"Your profile has been successfully submitted","JIBE_INPUT-RELOCATION_PREFERENCE_YES":"Yes","JIBE_INPUT-CONTACT_TIME_AFTERNOON":"Afternoon","JIBE_INPUT-GENERAL_CONSENT_TITLE":"Consent","JIBE_INPUT-LAST_NAME":"Last Name","FORM_PROCESSING_FILE":"Processing file...","JIBE_INPUT-COUNTRY":"Country","JIBE_INPUT-EMAIL-PLACEHOLDER":"Email Address","JIBE_INPUT-LATEST_TITLE":"Title","JIBE_INPUT-SEEKING_LEVEL":"Seeking Level","JIBE_INPUT-ZIP_CODE":"Postal Code","JIBE_INPUT-TITLE-PLACEHOLDER":"Add Title","JIBE_INPUT-CONTACT_METHOD_PHONE":"Phone","JIBE_INPUT-EDUCATION_MAJOR":"Major","JIBE_INPUT-LATEST_HIRED":"Was Hired","JIBE_INPUT-EDUCATION_MAJOR-PLACEHOLDER":"Major","JIBE_INPUT-JOB_ALERTS_CONSENT":"I want to receive job alerts for my category and location preferences and agree to the <a href=\"#\">Privacy Policy</a>","DEPENDENT_ERROR_LINKS":"Both value and type are required for Link fields","JIBE_INPUT-LANGUAGES":"Languages","JIBE_SECTION_HEADING-CONTACT":"Contact Info <hr>","JIBE_INPUT-ADDRESS2":"Address 2","JIBE_INPUT-FIRST_NAME-PLACEHOLDER":"First Name","VALID_NAME_ALERT":"Error: Please enter a valid name","JIBE_INPUT-PREVIOUSLY_WORKED_FOR":"Previously worked for","JIBE_INPUT-ADDRESS1":"Address 1","JIBE_INPUT-EDUCATION_CURRENT":"Is Current","JIBE_INPUT-LOCATION_PREFERENCES":"Location Preferences","JIBE_INPUT-TITLE":"Title","JIBE_INPUT-CONSENT_ERROR":"You must accept this privacy policy before submitting.","JIBE_INPUT-CONTACT_METHOD_SMS":"SMS","JIBE_INPUT-LATEST_COMPANY-PLACEHOLDER":"Company","JIBE_INPUT-CONTACT_TIME_MORNING":"Morning","JIBE_INPUT-ZIP_CODE-PLACEHOLDER":"Postal Code","REQUIRED_FIELDS_ERROR":"Please fill out all required fields","JIBE_INPUT-EMAIL":"Email Address","JIBE_SECTION_HEADING-EMPLOYER_SEEKING":"Skills & Interests <hr>","JIBE_INPUT-CONTACT_METHOD":"Contact Method","JIBE_INPUT-LOCATION_PREFERENCES-PLACEHOLDER":"Add Locations (Include Country and City)","JIBE_INPUT-FIRST_NAME":"First Name","JIBE_INPUT-SEEKING_STATUS":"Seeking Status","JIBE_INPUT-EDUCATION_SCHOOL-PLACEHOLDER":"School","FORM_ERROR_FILL_RESUME":"Error filling resume data to fields","SIGNUP_ERROR":{"CC-104":"Email address already in use"},"JIBE_INPUT-SKILLS":"Skills","JIBE_INPUT-EDUCATION_LEVEL":"Education Level","JIBE_INPUT-LATEST_CURRENT":"Is Current","JIBE_INPUT-LATEST_TITLE-PLACEHOLDER":"Title","ERROR_SUBMITTING_FORM":"It looks like we are having trouble processing your submission. Please check for any validation errors and try again.","JIBE_INPUT-GENERAL_JOB_ALERT_TITLE":"Job Alerts","DEPENDENT_ERROR_PHONES_AND_LINKS":"Both value and type are required for Phone and Link fields","JIBE_INPUT-CAMPAIGN_CONSENT":"I want to be subscribed to campaign email messages about career opportunities and I agree to the <a href=\"#\">Privacy Policy</a>","FORM_ERROR_INVALID_UPLOAD_TYPE":"This file type is not currently supported. Please try again using a supported file type.","FORM_UPLOAD_BUTTON_LABEL":"Choose File","NO_CONSENT_ERROR":"You must accept the privacy policy before submitting","SUBMIT_BUTTON_TEXT":"Submit","JIBE_INPUT-RESUME_UPLOAD":"Resume Upload","UNSUBSCRIBE_HEADER":"Unsubscribe","JIBE_INPUT-CONTACT_TIME":"Contact Time","JIBE_SIGNUP_SUBMIT":"Submit","FORMS":{"FIX_SUBMIT_ERRORS":"Submission failed. Please review the fields and resolve any errors."},"FORM_DEFAULT_FILE_LABEL":"No file chosen","JIBE_INPUT-CITY":"City","JIBE_SECTION_HEADING-EDUCATION_HISTORY":"Education <hr>","CAMPAIGN_UNSUBSCRIBE_SUBHEADER":"You have been unsubscribed from all email notifications.","JIBE_INPUT-PHONE_NUMBER":"Phone Number","JIBE_INPUT-EXPERIENCE_LEVEL":"Years of Work Experience","JIBE_INPUT-HEADLINE":"Headline","JIBE_INPUT-CONTACT_TIME_EVENING":"Evening","JIBE_INPUT-PHONE_NUMBER-PLACEHOLDER":"Phone Number"},"OMP":{"LOADING":"Loading results matching your profile...","RECOMMENDATIONS_NONE_SUBHEADER":"Try to <a href=\"internal/candidate-portal/dashboard/profile/skills\" style=\"color:white;font-weight:bold;text-decoration:underline;\">update your skills</a> to have new suggestions or <a href=\"internal/jobs\" style=\"color:white;font-weight:bold;text-decoration:underline;\">start a new job search.</a>"},"CAP":{"ADD":{"QUESTION_SET":"Add Additional","ADDITIONALWORKEXPERIENCE":"Add Additional Work Experience"},"SHOW-MORE":"Show More","TOGGLE":{"PROFILE":"Profile","APPLICATIONS":"Applications"},"ARTICLE-TITLE":"Tips & Guidance","BUTTON":{"UPDATE_PROFILE":"Update Profile"},"UPDATED":"Updated","CAREER_CENTER":{"BANNER_IMAGE":"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-CAREER_CENTER-BANNER_IMAGE-en-us-1655331083864.png","CAREER_PATHING_BANNER":"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-CAREER_CENTER-DISCOVERY_BANNER-en-us-1684894856802.png","CAREER_ASPIRATION_BANNER_MESSAGE":"Sharing your professional goals with management and HR helps them align your professional ambitions with internal mobility opportunities.You can choose to keep this information private, share it with selected managers, or make it visible to everyone in a management position.","CAREER_ASPIRATION_MOVE_TYPE_OPTION_1":"Vertical moves","DISCOVERY_BANNER":"https://cms.jibecdn.com/prod/demo332/assets/CAP-CAREER_CENTER-BANNER_IMAGE-en-us-1693977890139.jpg","CAREER_ASPIRATION_MOVE_TYPE_OPTION_2":"Horizontal moves","CAREER_ASPIRATION_TIMEFRAME_QUESTION":"What time frame would you ideally make your next career move?","EMPTY_FILE_ICON":"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-CAREER_CENTER-EMPTY_FILE_ICON-en-us-1684503315716.png","ERROR_BANNER":"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-CAREER_CENTER-ERROR_BANNER-en-us-1684894931182.png","BANNER_TEST_IMAGE":"TestDataa","CAREER_ASPIRATION_MOVE_TYPE_OPTION_3":"Leadership position","CAREER_ASPIRATION_BANNER_HEADING":"Tell us about your career aspirations","CAREER_ASPIRATION_MOVE_TYPE_OPTION_4":"Gain new expertise","DISCOVERY_ICON1":"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-CAREER_CENTER-DISCOVERY_ICON1-en-us-1684503129768.png","DASHBOARD":{"DISCOVERY_IMAGE":"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-CAREER_CENTER-DASHBOARD-DISCOVERY_IMAGE-en-us-1655330563746.png"},"CAREER_ASPIRATION_MOVE_TYPE_QUESTION":"What type of move might interest you?","DISCOVERY_ICON2":"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-CAREER_CENTER-DISCOVERY_ICON2-en-us-1684503234111.png","DISCOVERY_ICON3":"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-CAREER_CENTER-DISCOVERY_ICON3-en-us-1684503275023.png","CAREER_ASPIRATION_LOCATIONS_QUESTION":"What are your preferred work location(s)?","CAREER_ASPIRATION_DEPARTMENTS_QUESTION":"What departments are you interested in?","CAREER_ASPIRATION_MOVE_TYPE_POPOVER":"<ul>\n<li>Vertical moves : Get promoted to a higher level of your current position.</li>\n<li>Horizontal moves : Move to a new role at the same level of responsibility.</li>\n<li>Leadership position : Take on additional responsibilities and manage a team.</li>\n<li>Gain new expertise : Gain expertise and experience not necessarily related to your current position.</li>\n</ul>\n<p>This will help the HR Team to recommend you the right position.</p>"},"PERSONAL_INFO_TAB_HEADING":"Personal Information","SHOW-LESS":"Show Less","EMPLOYMENT_HISTORY_TAB_HEADING":"Employment History","PROFILE":{"FACEBOOK":{"URL":"Facebook URL"},"VIEW_JOBS_BTN":"View jobs","EMPLOYMENT_HISTORY":{"TAB":"Employment History"},"CONTACT":{"METHOD":{"PHONE":"Phone","SMS":"SMS","LABEL":"Best communication method","EMAIL":"Email"},"TIME":{"MORNING":"Morning","EVENING":"Evening","AFTERNOON":"Afternoon","LABEL":"Best time to communicate"}},"RELOCATION":{"PREFERENCE":{"NO":"No","YES":"Yes","LABEL":"Willing to relocate?"}},"LINKEDIN":{"URL":"<a href=\"https://www.linkedin.com/company/swca-environmental-consultants/</a>"},"SKILLS":{"CV_PARSING_PROGRESS":"Resume parsing in progress...","NEW":{"ADDED":{"SKILLS":"New added skills"}},"NO_SKILLS_SUBHEADER":"Start building your skill profile","NO_SKILLS_DESCRIPTION":"Before we can find any job match, we need you to start adding some skills.","NO_SUGGESTED_SKILLS_DESCRIPTION":"We cannot find any more suggestions.","CV_PARSING_HEADER":"Skills from your Resume","JOB_MATCHING_BANNER_LINK":"/internal/jobs?view=personalization","SUGGESTED_SKILLS_DESCRIPTION":"These skills might be a good fit! Click on a suggestion to add it to your profile.","SEARCH_SKILLS_PLACEHOLDER":"Search skills to complete your profile.","CV_PARSING_FILE_TOOLTIP":"Format: .pdf,.doc,.docx,.odt,.rtf Size: 200mb","YOUR_SKILLS_LIST_NAME":"Your Skills","ADD_NEW_SKILLS_SUBHEADER":"Add New Skills","SUGGESTED_SKILLS_LIST_NAME":"Suggested Skills List","YOUR_SKILLS_PROFILE_DESCRIPTION":"Your skills profile reflects who you are so make sure to highlight your strengths!","CURRENT":{"SKILLS":"Current skills"},"SELECT":"Select Type","FILE_TYPES":"File types","JOB_MATCHING_BANNER_DESCRIPTION":"to see jobs matching your profile","TAB":"Skills","NO_SUGGESTED_SKILLS_LINK":"<a token-data=\"CAP.PROFILE.SKILLS.NO_SUGGESTED_SKILLS_LINK\" token-type=\"text\" href=\"/candidate-portal/dashboard/profile/employment-history\">Click here</a>&nbspto update your employment history and get new suggested skills.","UPLOAD_YOUR_CV":"Upload Your Resume","SUGGESTED_SKILLS_SUBHEADER":"Suggested Skills","YOUR_SKILLS_PROFILE_SUBHEADER":"Your Skills Profile","PARSED_SKILLS_MODAL":{"CANCEL_SKILL_ADDITION_TEXT":"Got It","ADD_TO_PROFILE_LABEL":"Add to Profile","SELECTED_SKILLS_DESCRIPTION":"<b>{{ numSelectedSkills }} selected skills</b> are ready to be added","NO_SKILLS_HEADER":"Oops! We couldn't find any skills to add to your profile.","NO_SKILLS_DESCRIPTION":"We might find new skills if you update your resume.","CANCEL_SKILL_ADDITION_LABEL":"Cancel Skill Addition","HEADER":"New skills were extracted from your resume!","PARSED_SKILLS_DESCRIPTION":"{{ numParsedSkills }} suggested skills","SUCCESS_DESCRIPTION":"Selected skills were successfully added to your profile.","ERROR_DESCRIPTION":"All the skills we could extract from your resume are already listed in your skills profile.","SELECTED_SKILLS_DESCRIPTION_EMPTY":"0 selected skills","DESCRIPTION":"We have found {{ numSkills }} skills that you don't have in your profile. Click all that you consider yours.","ALL_SKILLS_SELECTED_MESSAGE":"All skills are selected, as shown above","PARSED_SKILLS_LIST":"Parsed Skills List","ERROR_HEADER":"Oops! We could not find any new skills.","SELECTED_SKILLS_LIST":"Selected Skills List","ADD_SKILLS_TO_PROFILE_LABEL":"Add {{ numSkills }} Skills","SUCCESS_HEADER":"Congratulations, your skills profile is upgraded!","CANCEL_ADDITION_LABEL":"Cancel Skill Addition"},"CV_PARSING_DESCRIPTION":"Check out the skills hidden in your profile."},"UPDATED":{"SUCCESSFULLY":"Profile updated successfully","FAILURE":"An error occurred while updating your profile. Please try again later."},"SETTINGS":{"TAB":"Settings"},"ADDITIONAL_INFO":{"TAB":"Additional Info"},"PERSONAL_INFO":{"TAB":"Personal Information","PHONE":"Phone","EMAIL":"Email","LAST_NAME":"Last Name","LOCATION_PREFERENCE":"Work Location Preference","PHONE_TYPE":{"LABEL":"Phone Type","WORK":"Work","CELL":"Cell","HOME":"Home"},"FIRST_NAME":"First Name"},"EMAILS":{"TAB":"Emails & Alerts"},"VALIDATIONS":{"DATE":{"MIN":"Please enter a date after {{date}}.","MAX":"Please enter a date on or before {{date}}.","INVALID":"Please enter a valid date."},"PHONE":"Please enter a valid phone number.","REQUIRED":"This field is required.","EMAIL":"Please enter a valid email address."},"EDUCATION_HISTORY":{"TAB":"Education History"},"SAVE_CHANGES":"Save Changes","CONTINUE":"Continue","UNSAVED":{"CHANGES":{"MESSAGE":"There are unsaved changes. If you quit without saving, changes you made will not be saved"}},"JOB_MATCHING_BANNER_DESCRIPTION":"View potential jobs matching your profile for {{currentTitle}}.","CATEGORY":{"LABEL":"Category"},"CANCEL":"Cancel","LEAVE":{"SKILL":{"PROFILE":"Leave skill profile?"}},"SAVE":"Save","NOTIFICATIONS":{"FROZEN":"Your account data is currently frozen. Please unfreeze your data to enable this form."},"TWITTER":{"URL":"Twitter URL"}},"UPLOAD":{"DOCUMENTS":"Your Documents"},"DASHBOARD":{"RIGHT_ACTION":{"ACTION_TEXT":"Get Help","HEADER":"Need Help?","ROUTE_TO_LOCATION":"#","BODY":"We're here for you! Find answers to the most common candidate questions and get in touch if you aren't finding the support you need."}},"REMOVE":{"QUESTION_SET":"Remove"},"SKIP":"Skip to main content","UNEDITABLE_PROFILE_NOTICE":"Unfortunately, your profile information can’t be edited as of now. Please <a href=\"mailto:test957@mailinator.com?subject=OMP Profile Modification Request\">contact us</a> if you feel any information is wrong.","TIPS-HEADER":"Tips & Guidance","APP-TOTAL":"You have {{param}} job applications","SIDEBAR":{"AUTHOR":"{{param}}"},"CAREER_STUDIO":{"PAGE_NOT_FOUND":{"TITLE":"404","BODY":"We’re sorry, but it looks like this page may be no longer available or does not exist. Please <a href=\"/candidate-portal/career-studio/dashboard\">click here</a> to return to the dashboard.","SUBTITLE":"The page you are looking for no longer exists."}},"EDUCATION_HISTORY_TAB_HEADING":"Education History","NOTIFICATION":{"CLOSE":"Close"},"ARTICLE":{"BACK":"Back"},"APPLIED-ON":"Applied on:","APP-DETAILS":"Application Details","SEARCH-JOBS":"Search Jobs","ONBOARDING":{"ROLE":{"EDIT-2":"click here","LOCATION":"based in","EDIT-1":"If your information is not correct, please","JOB-TITLE":"You are a","MAILTO-SUBJECT":"Opportunity Career Place_ profile modification request","MAIN":"<p>Nice to meet you.<span> &#128075;</span></p>\n <p>Lets quickly set up your profile</p>\n <p>to start having tailored recommendations.</p>","TITLE":"Let's begin with your profile!","GREETING":"Hey","MAILTO-BODY":"Hello,%0D%0A \n%0D%0A\nAs I am being onboarded on Test957 Opportunity Career Place, it seems my profile is not filled with the right information.%0D%0A \n%0D%0A\nGiven information:%0D%0A \n%0D%0A\nCorrect information:","EDIT-4":"Unfortunately, your profile information can’t be edited as of now. Please contact an administrator if you feel any information is wrong.","EDIT-3":"to contact us.","MAILTO-ADDRESS":"serviceomp@test957.com"},"CAREER":{"GROWTH":{"MEDIA":"<img src=\"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-ONBOARDING-CAREER-GROWTH-SKILL-en-us-1649647464317.svg\" alt=\"Career Growth Skill\" style=\"width: inherit; height: inherit;\">","TEXT":"Highlight your strengths through your <b class=\"primary-font-color\">skills profile</b>"},"VISIBLE":{"MEDIA":"<img src=\"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-ONBOARDING-CAREER-VISIBLE-en-us-1649649458824.svg\" alt=\"Career Growth Skill\" style=\"width: inherit; height: inherit;\">","TEXT":"Make your potential <b class=\"primary-font-color\">visible</b> inside the company"}},"VALUE_PROPOSITIONS":{"TITLE":"Take ownership of your career growth"},"PAGE_LOADER":{"PRELOAD_ATS_SKILLS_TITLE":"Collecting skills from your profile data...","TITLE":"Loading skills matching your profile…"},"SUGGESTED-SKILLS":{"DIALOG":{"BUTTON":"View job match","TITLE":"Your selection enables us to match your profile against open positions.","CONTENT":"Let’s have a look at it!"},"TEXT-1":"Add skills to your profile to get job recommendations","TEXT-2":"Here are the popular skills for the role of","SUBMIT-BUTTON":"Select {{numberOfSkills}} more skills","TEXT-3":"Select the skills that suit you! You will also be able to complete or change your profile later on the platform."},"INTERNAL":{"OPPORTUNITIES":{"MEDIA":"<img src=\"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-ONBOARDING-INTERNAL-OPPORTUNITIES-en-us-1649649633966.svg\" alt=\"Career Growth Skill\" style=\"width: inherit; height: inherit;\">","TEXT":"View company’s <b class=\"primary-font-color\">internal opportunities</b>"}},"WELCOME":{"STEPPER_TITLE":"Let's set you up quickly.","EMPLOYEE_PORTAL":"Opportunity Marketplace","MEDIA_OR_TEXT":"Welcome to the Employee Guided Start of Opportunity Marketplace.\nA designed solution to empower your career growth in the Organisation. Kickstart your skills profile and highlight your strengths.\n\nGet the best job recommendations based on the criteria below:\n1. We start the employee onboarding experience by collecting existing skills data for users who started as candidates and went through the ATS to finalize their employee recruitment process. \n\nOR\n\n2. We start the employee onboarding experience by loading the skills for users who did not go through the ATS to become employees. In such a scenario we recommend top 5 skills from Talent Cloud AI.","STEPPER_2":"Kickstart your skills profile and highlight your strengths.","STEPPER_3":"Get the best recommendations.","HEADER":"Welcome page - Follow the instructions to configure your profile.","MESSAGE_DETAIL":"A designed solution to empower your career growth at your organization.","ALERT":{"DESCRIPTION":"Please contact your HRIS administrator to ensure your job title exists in the system to continue with the next steps.","TITLE":"Job title is missing"},"NEXT-BTN":"Next","CTA_START_SKILLS_PROFILE_BUTTON":"Start skills profile","STEPPER_1":"Welcome to Opportunity Marketplace","GREET_MESSAGE":"and Welcome to our Opportunity Marketplace","MEDIA":"<img src=\"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-ONBOARDING-WELCOME-MEDIA-en-us-1655393584339.png\" alt=\"Welcome\">","TITLE":"Ready to boost your career development?","CONTENT":"Welcome to the Opportunity Career Place! <br>\nWe have designed this solution to empower your growth at SEQUOIA. <br>\nWe are excited for you to start a new journey with us.<br> \nBut first, let’s hear a few words from the peers who have successfully achieved their goals!","GREETING":"Hi"},"DEFAULT_MEDIA_PLACEHOLDER":"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-ONBOARDING-DEFAULT_MEDIA_PLACEHOLDER-en-us-1717160509805.png","SKILLS_KICKSTART":{"SELECTED_SKILLS_DETAIL":"Review and validate your skills. You will be able to continue updating your profile later.","SKILL_ADDED":"{{Skill}} skill added","NO_SKILLS_INFO":"Running out of skills? Search above to add skills.","REFRESH":"Refresh","CTA_BACK":"Back","SUGGESTED_SKILLS":"Suggested Skills","DETAIL":"Highlight your strengths to get job recommendations.","SUBTITLE":"Add skills","SUGGESTED_SKILLS_REFRESHED":"Suggested Skills List refreshed","CTA_VIEW_RESULTS":"View results","CONFIRM_NAVIGATION_HEADING":"Confirm Navigation","SKILL_REMOVED":"{{Skill}} skill removed","TITLE":"Kickstart your skills profile","CONFIRM_NAVIGATION_SUB_HEADING":"Changes you made may not be saved. Are you sure you want to leave this page?","SELECTED_SKILLS":"Your selected skills","CTA_SELECT_MORE_SKILLS":"Select {{numberOfSkills}} more skills","POPULAR_SKILLS":"Popular skills for {{currentTitle}}","SEARCH_SKILLS_PLACEHOLDER":"Search skills...","CTA_LEAVE_WITHOUT_SAVE":"Leave without save","CTA_CANCEL":"Cancel","SELECT_MIN_SKILLS":"Select a minimum of 3 skills"},"JOB":{"RECOMENDATION":{"MEDIA":"<img src=\"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-ONBOARDING-JOB-RECOMENDATION-en-us-1649649524267.svg\" alt=\"Career Growth Skill\" style=\"width: inherit; height: inherit;\">","TEXT":"Get <b class=\"primary-font-color\">job recommendation</b> that fits you"}}},"FAQ":{"MORE_BUTTON":"MoreFAQs","HEADER":"Frequently Asked Questions"},"APP-WITHDRAW":{"BUTTON_CONFIRM":"Withdraw","DIALOG_BODY":"Are you sure you want to withdraw your application for the position <b>{{jobTitle}}</b>? This cannot be undone.","NOTIFICATION_FAILURE":"Failed to withdraw your application to","NOTIFICATION_SUCCESS":"You have withdrawn your application to","BUTTON_DENY":"Do Not Withdraw","TITLE":"Withdraw Application","TEXTAREA_LABEL":"OPTIONAL: Please explain why you are withdrawing"}},"TEST":{"TOKEN":"test token."},"AUTH":{"ERROR":{"ORG":{"NOT":{"FOUND":"Organization was not found(placeholder)"}},"USER":{"NOT":{"REGISTER":"User not register, please try another user."}},"DEFAULT":"Unexpected error, please try again"}},"ONBOARDING":{"PRIVACY":{"HEADING":"Privacy Policy","PARA":"<p>In order to create an account with us and submit applications for positions with our company you must read the following Terms and Agreements and select to agree before registering.</p>\n\n<p>In the event that you do not accept our Terms and Agreements you will not be able to submit applications for positions with our company.</p>\n\n<p>You agree to the storage of all personal information, applications, attachments and draft applications within our system. Your personal and application data and any attached text or documentation are retained by Sequoia Apply in accordance with our record retention policy and applicable laws.</p>\n\n<p>You agree that all personal information, applications, attachments and draft applications created by you may be used by us for our recruitment purposes, including for automated job matching. It is specifically agreed that we will make use of all personal information, applications, attachments and draft applications for recruitment purposes only and will not make this information available to any third party unconnected with our recruitment processes.</p>\n\n<p>Your registration and access to our Careers Web Site indicates your acceptance of these Terms and Agreements.</p>","DECLINE-MSG":"You cannot proceed without accepting the Privacy Policy.","BUTTON-2":"Disagree","BUTTON-1":"Agree"}},"JOBS_FILTER_TYPE":"Employment Type","GDPR":{"COOKIE_CONSENT_CLOSE_ICON":"Close","APPLY_CONSENT_BODY":"<p>This career site protects your privacy by adhering to the European Union General Data Protection Regulation (GDPR). We will not use your data for any purpose to which you do not consent.</p>\n\n<p>We store anonymized interaction data in an aggregated form about visitors and their experiences on our site using cookies and tracking mechanisms. We use this data to fix site defects and improve the general user experience.</p>\n\n<p>We request use of your data for the following purposes:</p>\n\n<p>Job Application Data</p>\n<p>This site may collect sensitive personal information as a necessary part of a job application. The data is collected to support one or more job applications, or to match you to future job opportunities. This data is stored and retained for a default period of 12 months to support job matching or improve the user experience for additional job applications. The data for each application is transferred to the Applicant Tracking System in order to move the application through the hiring process.<br />\nYou have the right to view, update, delete, export, or restrict further processing of your job application data. To exercise these rights, you can e-mail us at <a href=\"mailto:privacy@icims.com\">privacy@icims.com</a>.<br />\nConversion Tracking<br />\nWe store anonymized data on redirects to the career site that is used to measure the effectiveness of other vendors in sourcing job candidates.</p>\n\nLearn more about your career site data on our <a href=\"https://www.icims.com/legal/privacy-notice-website/\">Privacy Policy</a> page.</p>","APPLY_CONSENT_TEXT":"<h3>Consent and Data Privacy</h3>","COOKIE_CONSENT_BUTTON_DENY":"Decline","APPLY_CONSENT_DECLINE":"Decline","CLOSE":"x","APPLY_CONSENT_ACCEPT":"Accept","PIXEL_TRACKING_CONSENT_TEXT":"Do you want a Cookie?","THIRDPARTY_CONSENT_BUTTON_DENY":"Decline","THIRDPARTY_TRACKING_CONSENT_TEXT":"Anonymized data is stored for redirects to the career site tracking successful searches leading to job applications in effort to measure effectiveness of partners in sourcing job candidates and job searches. We request use of anonymized data to improve your experience on our site.","COOKIE_CONSENT_BUTTON_ACCEPT":"Okay","THIRDPARTY_CONSENT_BUTTON_ACCEPT":"Accept","CONSENT_BUTTON":"Accept","COOKIE_TRACKING_CONSENT_TEXT":"Cookies are used on this site to assist in continually improving the candidate experience and all the interaction data we store of our visitors is anonymous. Learn more about your rights on our <a href=\"https://www.mountsinai.org/privacy\">Privacy Policy</a> page."},"CRM":{"ISHIRED_FILTER_YES":"Yes","ISHIRED_FILTER_LABEL":"Current Employee","VIP_NAME":"VIP","SEARCH":{"TITLE":"Search"},"GROUP_LABEL":"Group","CANDIDATE_DETAIL":{"REFERRALS_DETAIL":{"SUBHEADER":{"REFERRER":"Referrer"}},"MAIN":{"INVITE_TO_JOIN_HEADER":"Invite to Join Nurture"},"HEADER":{"REFERRALS_TAB":"Referrals"},"BACKGROUND":{"PROFILE":{"MAIN_SECTION_BASIC_INFO_INELIGIBLE_LABEL":"Marked Ineligible Until","CONTACT_UNSUBSCRIBED":"Unsubscribed","CONTACT_SUBSCRIBED":"Subscribed"},"ACTIVITY":{"HIRING_STATUS_DATETIME":"Date/Time"}}},"SETTINGS":{"RECRUITER_MANAGEMENT":{"FORM_INPUT_ATSID_HELPER_TEXT":"This is located in Recruit on the top left the User Profile. It's also located on the Person Reporting page under \"Reporting & Advanced Options - General\" as \"System ID\".","FORM_INPUT_ATSID_PLACEHOLDER":"iCIMS System ID"}},"PIPELINE_LABEL":"Pipeline","RESULTS_TABLE":{"CURRENT_ROLE_HEADER":"Current Role"},"ADD_EDIT":{"ELIGIBILITY_INFORMATION":{"COUNTRIES_TITLE":"Which Countries?","FLUENT_TITLE":"Fluent Languages"},"SOCIAL_LINKS":{"TITLE":"Websites"}},"SCORE_LABEL":"Score","CANDIDATE_AUTH_LABEL":"Candidate Authenticated","PIPELINES_LABEL":"Pipeline","ISHIRED_FILTER_NO":"No","REFERRAL_SOURCE_NAME":"Referral Source","CANDIDATE_GENERATED":"Candidate Generated","CONSENT":{"TEXT":"CONSENT_VERSION={1.0.0}\n<p> This application protects your privacy by adhering to the European Union General Data Protection Regulation (GDPR). Jibe will not use your data for any purpose to which you do not consent.\n</p>\n<p> We request use of your data for the following purposes:\n <br /><br />\n <b>User Authentication</b>\n</p>\n<p>\n This site retains personally identifiable information, specifically e-mail addresses, as a necessary part of user login. This data is retained for the duration of the user profile lifecycle and enables user authentication.\n</p>\n<p>\n <br />\n <b>Usage Analytics</b>\n</p>\n<p> We store anonymized usage data to measure and improve the effectiveness of this CRM application in filling job requisitions and managing talent communities.\n</p>\n<p>\n <br />\n <b>E-mails to Candidates</b>\n</p>\n<p> We collect your personal information such as name and email address. This information is used when you send marketing or contact emails to candidates.\n\n</p>\n<br />\n<a target=\"_blank\" href=\"https://jibe.com/privacy-policy\">Click here</a> for a link to our Privacy Policy page."},"RECRUITER_GEN_LABEL":"Recruiter Generated","RECRUITER_GENERATED":"Recruiter Generated","JOB":{"RECRUITER":"Recruiter","HIRING_MANAGER":"Hiring Manager"}},"STAGING-MOUNTSINAI":{"CAREERS_TITLE":"If you are a Mount Sinai Employee, you must apply through the <a href=\"https://stgwehealny.taleo.net/careersection/iam/accessmanagement/login.jsf?redirectionURI=https%3A%2F%2Fstgwehealny.taleo.net%2Fcareersection%2Fcareersection%2F3%2Fmoresearch.ftl&TARGET=https%3A%2F%2Fstgwehealny.taleo.net%2Fcareersection%2Fcareersection%2F3%2Fmoresearch.ftl\">Employee Login</a> portal on top of the page<br><br>Mount Sinai Health System is committed to ensuring the safety and well-being of our patients and employees, so that we can continue to serve our communities by delivering exceptional care. Consistent with this commitment, <strong style=\"color: #d80b8c;\">we require all new hires to be vaccinated against COVID-19</strong>."},"DATEPICKER":{"JANUARY":"January","JUNE":"June","MAY":"May","OCTOBER":"October","TODAY":"Today","DECEMBER":"December","FEBRUARY":"February","SEPTEMBER":"September","NOVEMBER":"November","SELECT_YEAR":"Select Year","MARCH":"March","AUGUST":"August","JULY":"July","APRIL":"April"},"SKU-A1-VIDEO":{"SUB_TITLE":"<span> Groundbreaking science.</span> <span> Advancing medicine.</span> <span> Healing made personal.</span>","HEADER_VIDEO_SOURCE":"<source src='https://assets.jibecdn.com/prod/mountsinai/0.0.167/bricks/SKU-a1-video/assets/Hero-video.mp4' type='video/mp4'>","TITLE":"Strength Through Diversity"},"FAVICON":"https://cms.jibecdn.com/prod/mountsinai/assets/FAVICON-en-us-1590776508014.png","HEADER":{"COVID_19":"<br><br>If you haven’t already, please <a href=\"https://careers.mountsinai.org/jobs/20000062?lang=en-us\"><strong style=\"color: #d80b8c;\">register to help join the fight</strong></a> and help us win the battle against COVID-19!</br></br>","NAV_LOGO_LINK":"/","LOWER-NAV":{"DD-1-ITEM-9":"<a href=\"/pa-fellowship\">PA Fellowship</a>","LINK-2":"<a href=\"/specialties\">Specialties</a>","LINK-1":"<a href=\"/who-we-are\">Who We Are</a>","DD-1-ITEM-6":"<a href=\"/physicians\">Physicians</a>","DD-1-ITEM-5":"<a href=\"/nursing\">Nursing</a>","DD-1-ITEM-8":"<a href=\"/mount-sinai-health-partners\">Mount Sinai Health Partners</a>","DD-1-ITEM-7":"<a href=\"/research\">Research</a>","DD-1-ITEM-2":"<a href=\"/behavioral-health\">Behavioral Health</a>","DD-1-ITEM-1":"<a href=\"/dtp\">Digital Technology Partners</a>","DD-1-ITEM-4":"<a href=\"/non-clinical-professionals\">Non-clinical Professionals</a>","DD-1-ITEM-3":"<a href=\"/advanced-practice-clinicians\">Advanced Practice Clinicians</a>","LINK-4":"<a href=\"/jobs?page=1\">Search Careers</a>","LINK-3":"<a href=\"/explore-mount-sinai\">Mount Sinai Experience</a>","LINK-6":"<a href=\"/jobs?page=1&categories=Physician\">Physician Jobs</a>","LINK-5":"<a href=\"/diversity-and-inclusion\">Diversity & Inclusion</a>","LINK-8":"<a href=\"https://www.mountsinai.org/about/facts\">Facts & Figures</a>","LINK-7":"<a href=\"/jobs?page=1&categories=Development%2FFundraising\">Development & Fundraising</a>"},"LOGO-TEXT":"Careers","TOP-NAV":{"LINK-2":"<a token-data=\"HEADER.TOP-NAV.LINK-2\" token-type=\"text\" href=\"https://ejis.fa.us6.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX/tc-join\">Join Our Community</a>","LINK-1":"<a token-data=\"HEADER.TOP-NAV.LINK-1\" token-type=\"text\" href=\"https://ejis.fa.us6.oraclecloud.com\">Employee Login</a>","LINK-3":"<a token-data=\"HEADER.TOP-NAV.LINK-3\" token-type=\"text\" href=\"https://ejis.fa.us6.oraclecloud.com\">Employee Referral</a>"},"MOBILE":{"DD-1-ITEM-10":"<a href=\"/pa-fellowship\">PA Fellowship</a>","DD-1-ITEM-9":"<a href=\"/mount-sinai-health-partners\">Mount Sinai Health Partners</a>","LINK-2":"Specialties","LINK-1":"<a href=\"/who-we-are\">Who We Are</a>","DD-1-ITEM-6":"<a href=\"/nursing\">Nursing</a>","DD-1-ITEM-5":"<a href=\"/non-clinical-professionals\">Non-clinical Professionals</a>","DD-1-ITEM-8":"<a href=\"/research\">Research</a>","DD-1-ITEM-7":"<a href=\"/physicians\">Physicians</a>","DD-1-ITEM-2":"<a href=\"/dtp\">Digital Technology Partners</a>","DD-1-ITEM-1":"<a href=\"/specialties\">Specialties</a>","DD-1-ITEM-4":"<a href=\"/advanced-practice-clinicians\">Advanced Practice Clinicians</a>","DD-1-ITEM-3":"<a href=\"/behavioral-health\">Behavioral Health</a>","LINK-4":"<a href=\"/jobs?page=1\">Search Careers</a>","LINK-3":"<a href=\"/explore-mount-sinai\">Mount Sinai Experience</a>","LINK-6":"<a href=\"/jobs?page=1&categories=Physician\">Physician Jobs</a>","LINK-5":"<a href=\"/diversity-and-inclusion\">Diversity & Inclusion</a>","LINK-8":"<a href=\"https://www.mountsinai.org/about/facts\">Facts & Figures</a>"}},"EVENTBRITE":{"EVENTS":{"TITLE":"Upcoming Events"},"NO-EVENTS":{"TITLE":"Sorry, there are no upcoming events."}},"SIGNUP":{"GROUP":{"PERSONALINFORMATION":{"LABEL":"Personal Information"},"EMPLOYERSEEKING":{"LABEL":"Employer Seeking"},"SKILLS":{"LABEL":"Skills"},"EMPLOYMENTHISTORY":{"LABEL":"Employment History"},"EDUCATIONHISTORY":{"LABEL":"Education History"}}},"COMPLETE":{"TRACKING_PIXELS":""},"PROFILE":{"NO_COMPLETED_APPLICATIONS":"You have not completed any applications","UNABLE":"We were unable to retrieve your submitted applications. Try refreshing the page.","LOGOUT_ERROR":"There was an error logging out. Please try again.","MANAGE_PROFILE":"Manage Profile","HEADER":"User Profile","COMPLETED_APPLICATIONS":"Completed Applications"},"KENEXA":{"ERROR_MESSAGE":{"QUESTIONS":{"328":"The username/Email was not recognized. Please check the spelling and try again."},"FORGOT":{"16":"The answer to your security question must be less than 50 characters.","211":"Your new password must not be the same as a recently used password.","212":"Password cannot be the same as the username.","243":"You have attempted to change your password twice within a 24hrs period. For your security, password changes are only allowed once per day. Please wait 24hrs to reset your password again.","251":"Password must be at least eight characters.","252":"Your password must contain at least one of the following special characters: {}[],.<>;:'\"?/|`~!@#$%^&*()_-+=.","253":"Your password must not be the same as any of the 5 preceding passwords.","404":"Incorrect Security Answer."},"CREATE":{"251":"Password must be at least eight characters.","252":"Your password must contain at least one of the following special characters: {}[],.<>;:'\\\"?/|\\\\`~!@#$%^&*()_-+=.","311":"Your log in credentials cannot be validated. You may have created an account in the past, if so please click the 'forgot your password' link to reset your password.","315":"Your password may not be the same as your login e-mail address.","319":"Your password must contain at least one of the following special characters: {}[],.<>;:'\"?/|`~!@#$%^&*()_-+=.","320":"Your password must be between 8 and 25 characters.","322":"Invalid Security Question.","327":"Your username must not include the following characters: < >.","404":"The answers you provided do not match the answers to your security questions. Please try again.","428":"Security questions and answers must be unique."},"LOGIN":{"202":"Unable to find that email/password in the system.","203":"The account has been locked out due to excessive invalid login attempts. Please try again later.","204":"The login was successful; however, a password reset is required.","205":"The site requested is inactive or does not exist."}},"SECURITY":{"ANSWER":{"LABEL":"Security Answer"},"QUESTION":{"1":"What is the name of your first school?","2":"Where is your favorite vacation spot?","3":"What is your mother's maiden name?","4":"What is your first pet’s name?","5":"What is the first car you owned?","6":"What is the name of your favorite restaurant?","7":"What is your paternal grandfather’s first name?","8":"What is your father’s middle name?","9":"What is the city of your first school?","10":"What is the name of the street on which you lived when you were 5 years old?","LABEL":"Security Question"}},"RESET":{"SUBMIT":"Reset Password","HEADER":"Password Recovery"}},"JIBE1_ERROR":{"AP107":"New Password cannot be shorter than 8 characters.","AP106":"Please supply the correct Current Password.","AP109":"New Password must contain at least one lowercase character (a-z).","AP108":"New Password cannot be longer than 20 characters.","AP110":"New Password must contain at least one uppercase character (A-Z).","AP101":"Your username or password is incorrect.","AP112":"New Password must contain at least one special character character (~ ! @ # $ %% ^ & * ( ) - _ + =).","AP111":"New Password must contain at least one numeric character (0-9).","CC103":"The maximum number of requests has been exceeded.","AP103":"There is no email address registered to this user account.","CC102":"Your account has been locked.","AP102":"The login identifier is invalid.","AP113":"New Password can contain only the following characters (a-Z, A-Z, 0-9) and these symbols: ~ ! @ # $ %% ^ & * ( ) - _ + =","CC101":"The applicant profile with this email address already exists.","AP105":"You are not permitted to change your password.","AP104":"The New Password Confirmation does not match the New Password."},"NOTIFICATIONS":{"NOT_LOGGED_IN":"You must be logged in to continue.","UNKNOWN_ERROR":"An unknown server error occurred. Please reload the page and try again."},"mailto-svg":"https://cms.jibecdn.com/prod/jibeapply/assets/mailto-svg-en-us-1531839463798.svg","NO_CITY":"No city","No_COUNTRY":"No country","JOB_ALERTS":{"TOGGLE_ALERT":"Sign up for Job Alerts","DELETE_MODAL_TITLE":"CONFIRM DELETION","NO_ALERTS":"No Job Alerts","CONFIRMATION_SUCCESS_SUBTEXT":"Check your inbox, starting tomorrow, for jobs containing the following keywords","ERROR_NETWORK_SUBTEXT":"Unfortunately, our network is not responding. Please try again later.","DELETE_MODAL_PROMPT":"Are you sure you want to delete this job alert?","ERROR_EMAIL":"Email empty or invalid","MANAGER_HEADER":"Saved Job Alerts","CONFIRMATION_SUCCESS":"Your job alert was successfully created.","ERROR_NETWORK":"Your job alert was NOT created."},"FOOTER":{"SECTION_1":{"ADDRESS":"150 East 42nd Street<br/>4th Floor<br/>New York, NY 10017","PHONE":"P: 646-605-4310","TITLE":"Contact Us"},"SECTION_3":{"TITLE":"Mount Sinai Health System endeavors to make Mount Sinai's Career Center accessible to any and all users. If you would like to contact us regarding the accessibility of our website or need assistance completing the application process, please contact our Talent Acquisition team at P: 646-605-4310 or click on the Live Chat icon below! | <a href=\"https://www.dropbox.com/sh/ihfkjf22uvkyyf0/AAAehkdnAMp-w3b_i0O7w-jOa?dl=0\">LCA Notices</a>","EEO":"<h2>Click <a href=\"https://www.eeoc.gov/sites/default/files/2022-10/22-088_EEOC_KnowYourRights_10_20.pdf\" target=\"_blank\">here</a> for the ‘EEOC Know Your Rights’ Poster</h2>\n<h2>Click <a href=\"https://dol.ny.gov/system/files/documents/2021/03/deod310.pdf\" target=\"_blank\">here</a> to view the DEOD 310 Equal Opportunity Poster(ny.gov)</h2>"},"SECTION_2":{"COPY":"&copy; 2020 Icahn School of Medicine at Mount Sinai","TEXT":"<a href=\"https://www.mountsinai.org/tou\">User Agreement</a>and<a href=\"https://www.mountsinai.org/privacy\">Privacy Policy</a>","TITLE":"Mount Sinai Health System"}},"VERIFY_LOGIN":{"HELPER_TEXT":"<p style=\"text-align: center;\">Enter your email address to continue. You'll be asked to either log in or create a new account.</p>","SUBMIT":"Submit","TITLE":"Enter Your Email"},"SKU-F7":{"DESKTOP_PARAGRAPH1":"Health Coverage: Offered to our eligible non-union employees, our benefits program provides a breadth of options so our employees can choose what coverage levels and benefits best meet their needs. Union employees receive benefits according to their collective bargaining agreement.","DESKTOP_PARAGRAPH2":"Medical/Prescription Drug Coverage<br>\nDental and Vision Coverage<br>\nDisability Plans<br>\nPre-Tax Reimbursement Accounts (for dependent care, health care, and commuting expenses)<br>\nLife Insurance and Accidental Death & Dismemberment Insurance<br>\nCOBRA (Continuation of Benefits)<br>","ICON_TITLE1":"Health Coverage","MOBILE_PARAGRAPH1":"Health Coverage: Offered to our eligible non-union employees, our benefits program provides a breadth of options so our employees can choose what coverage levels and benefits best meet their needs. Union employees receive benefits according to their collective bargaining agreement.","MOBILE_PARAGRAPH2":"Medical/Prescription Drug Coverage<br>\nDental and Vision Coverage<br>\nDisability Plans<br>\nPre-Tax Reimbursement Accounts (for dependent care, health care, and commuting expenses)<br>\nLife Insurance and Accidental Death & Dismemberment Insurance<br>\nCOBRA (Continuation of Benefits)<br>","MOBILE_PARAGRAPH3":"Work/Life Balance: Paid holidays, vacation, leaves of absence, and more are at your disposal when you need some time to unwind and bear the fruits of your labor. New York City affords extraordinary opportunities for exploring your interests, whatever they may be. The <a href=\"http://recreation.mountsinaihealth.org/\">Mount Sinai Recreation Office</a> is dedicated to helping our employees make the most of these opportunities, including obtaining discount tickets to shows, concerts, movies and other events.","MOBILE_PARAGRAPH4":"Health and Wellness Programs: Our Mount Sinai Parent (MSP) program is dedicated to helping our faculty and staff make their \"24-hour job\" a little more manageable. Mount Sinai also offers mindfulness sessions where you can learn simple, practical techniques to help you better handle the stresses in your life.","DESKTOP_PARAGRAPH3":"Work/Life Balance: Paid holidays, vacation, leaves of absence, and more are at your disposal when you need some time to unwind and bear the fruits of your labor. New York City affords extraordinary opportunities for exploring your interests, whatever they may be. The <a href=\"http://recreation.mountsinaihealth.org/\">Mount Sinai Recreation Office</a> is dedicated to helping our employees make the most of these opportunities, including obtaining discount tickets to shows, concerts, movies and other events.","DESKTOP_PARAGRAPH4":"Health and Wellness Programs: Our Mount Sinai Parent (MSP) program is dedicated to helping our faculty and staff make their \"24-hour job\" a little more manageable. Mount Sinai also offers mindfulness sessions where you can learn simple, practical techniques to help you better handle the stresses in your life.","HEADER_TITLE":"Benefits","ICON_TITLE2":"Offered Plans","ICON_TITLE3":"Recreation","ICON_TITLE4":"Wellness Programs"},"JIBE_SIGNUP_SUBMIT":"Submit","TC":{"SUCCESS":{"HEADING":"Success!","CTA_BUTTON_TEXT":"Continue Searching for Jobs","PARAGRAPH":"We’ve received your information and will keep you in mind if an opportunity becomes available that is a good match with your background. <br /><br />\nContinue applying to jobs you’re interested in <a href=\"/jobs\">here</a>.","CTA_BUTTON_URL":"Link"},"INACTIVE":{"HEADING":"Event Inactive","PARAGRAPH":"This event is no longer active. Please apply to jobs you’re interested in <a href=\"/jobs\">here</a>."},"CONNECT":{"PARA-COPY":"Landing the right opportunity is all about forming the right connections. Take a moment to join, and guarantee youself access to recruiters, job opportunities and events.","HEADER-COPY":"Making the Connection","TILE-3":{"PARA":"Keep your background up to date","HEADER":"Update"},"TILE-2":{"PARA":"Get contacted by recruiters for new jobs","HEADER":"Connect"},"TILE-1":{"PARA":"Build your Candidate Profile","HEADER":"Build"}},"HERO":{"LINK-TEXT-5":"Click here.","LINK-PARA-2":"Or add your resume","LINK-PARA-3":"Already a member?","LINK-TEXT-2":"Join with Email","LINK-TEXT-1":"Join with Linkedin","UPLOAD-TEXT":"Upload","HEADER":"Let iCIMS Find Jobs for You","LINK-TEXT-4":"Upload","LINK-TEXT-3":"Dropbox","PARA-2":"Or add your resume","PARA-1":"Let iCIMS Find Jobs for You","JOIN_EMAIL_TEXT":"Or join with email","ADD_RESUME_TEXT":"Add your resume","PARA-3":"Already a member?","DROPBOX-TEXT":"Dropbox"},"RESUME":{"ERROR":"Error uploading resume"}},"PORTAL":{"CONTAINER-HEADER":"Candidate Applications","EMPLOYMENT_HISTORY":{"NAV_TITLE":"Employment History","JOB_DESCRIPTION":"Job Description","EMPLOYER":"Employer","NO_EMPLOYMENT":"No Employment Added","CONTAINER_PLACEHOLDER":{"JOB_DESCRIPTION":"Job Description","EMPLOYER":"Employer","JOB_TITLE":"Job Title","END_DATE":"End Date","CURRENT_JOB":"Current Job?","START_DATE":"Start Date"},"JOB_TITLE":"Job Title","END_DATE":"End Date","CURRENT_JOB":"Current Job?","START_DATE":"Start Date","TITLE":"Employment History"},"CREATE":{"ERRORS":{"FILE":"Invalid Extension. Please upload valid file type (.pdf, .doc, .docx, .txt, .html)"},"DIALOG":{"PROMPT":"By leaving this page, all unsaved changes will be lost.","TITLE":"Discard unsaved changes?","CONFIRM":"Confirm"},"HEADER":"Create Profile","BUTTONS":{"MANUAL_ENTRY":"Manual Entry","UPLOAD":"Resume Upload","NEXT":"Next","SAVE_AND_COMPLETE":"Save and Complete","CONNECT_LINKEDIN":"Connect to LinkedIn","PREVIOUS":"Previous"}},"ADD_ANOTHER":"Add Another","FREEZE_DATA_BUTTON_TEXT":"FREEZE","HEADER":{"1":{"LINK":"/jobs","TEXT":"Search Jobs"},"3":{"LINK":"/candidate-portal/new/dashboard/applications/active","TEXT":"My Applications"},"4":{"LINK":"/candidate-portal/dashboard/profile/personal-info","TEXT":"My Profile"},"LOGOUT":"Logout","CAREER-STUDIO":"Career Studio","LINK-PROFILE":"My Profile","LINK-JOBS":"Jobs"},"SETTINGS":{"NAV_TITLE":"Settings","EMAIL_SUBSCRIPTION_STATUS":"Unsubscribe from email communications for marketing and/or general engagement purposes.","DIALOG":{"CANCEL":"Cancel","ATS_NOTE":"NOTE: This action will remove your data from this portal, but not from the Applicant Tracking Service. To delete your data from the ATS, navigate to each of the following links:","PROMPT":"This will permanently purge your information from our system. This cannot be undone.","CUSTOMER_ATS_LINK":"here","TITLE":"Permanently Delete Account?"},"UNFREEZE_DATA":"Unfreeze my Stored Data","AUTOFILL_PROFILE_BUTTON":"Autofill","DOWNLOAD":"Download","SUBSCRIBE_PROMPT":"I would like to receive email communications for marketing and/or general engagement purposes.","EMAIL_UNSUBSCRIBE":"You've been unsubscribed","FREEZE_DATA":"Freeze My Stored Data","DOWNLOAD_MY_DATA":"Download My Stored Data","DELETE_INFO":"Permanently Delete All My Data","DELETE_BUTTON_TEXT":"Delete","DELETE_USERDATA":"Please confirm your account deletion on your email","FREEZE_DIALOG":{"CANCEL":"CANCEL","PROMPT":"This will remove your data from processing in our system, including your applications, and remove your ability to log into the candidate portal.","TITLE":"Freeze Data"},"AUTOFILL_PROFILE":"Autofill your profile from a resume","TITLE":"Settings","FREEZE_BUTTON_TEXT":"Freeze"},"UNFREEZE_DATA_BUTTON_TEXT":"Unfreeze","RECOMMENDATIONS":{"NAV_TITLE":"Recommended Jobs","SUPERFIT_SUBHEADER":"Recruiters will see you're a SuperFit for these jobs!","APPLY_NOW":"APPLY NOW","TITLE":"Recommended Jobs"},"APPLICATIONS":{"CONTENT_SECTION_SUBHEADER":"We curated these articles specifically for you","NAV_TITLE":"Applications","APPLIED_ON_DATE":"Applied On: {{date}}","UPDATED_DATE":"Updated on: {{date}}","APPLICATIONS":"My Applications","EMPTY":{"BUTTON_TEXT":"Find Your Perfect Job","CONTENT_TEXT":"You don't have any job applications yet."},"JOB_DESCRIPTION_GOTO":"View Job Description","HIRING_FLOW_STEP":{"WITHDRAWN":{"TITLE":"Withdrawn"},"NEW":{"DESCRIPTION":"Thanks for applying! Our system is now scanning your application to make sure you’ve got the basic qualifications for the role.","TITLE":"Application In Process","TIMELINE":"What's happening in this step?"},"REVIEWED":{"DESCRIPTION":"The interview team is looking through all the applicants to pick out the ideal candidate for the role.","TITLE":"Talent Acquisition Review","TIMELINE":"What's happening in this step?"},"OFFER":{"DESCRIPTION":"The position is in the offer and selection process. The Recruiter will be in contact with you to provide an update and to discuss next steps.","TITLE":"Offer","TIMELINE":"What's happening in this step?"},"INCOMPLETE":{"DESCRIPTION":"Your application is incomplete. Please review your application to complete it.","TITLE":"Application Incomplete","TIMELINE":"What's happening in this step?"},"SECOND_INTERVIEW":{"DESCRIPTION":"You are in the interview stage with key members of the department. Feedback will be shared by the Recruiter and/or Hiring Manager.","TITLE":"Business Interviews","TIMELINE":"What's happening in this step?"},"HIRED":{"DESCRIPTION":"In this stage, you have been offered the role! Congratulations!","TITLE":"Hire","TIMELINE":"What's happening in this step?"},"DECLINED":{"DESCRIPTION":"You have withdrawn this employment application from the hiring process.","TITLE":"Application Withdrawn","TIMELINE":"What's happening in this step?"},"2NDINTERVIEW":{"DESCRIPTION":"You’ve made it to the business interview stage! Next up, you’ll be interviewed by the Hiring Manager and other team members. You will be able to talk through your relevant experience and ask the team questions. We are here to help you prepare.","TITLE":"Business Interviews","TIMELINE":"What's happening in this step?"},"RECEIVED":{"DESCRIPTION":"We have received your application & it is in the review stage. We have an internal team ensuring you submitted a complete application & meet the basic qualifications for the role.","TITLE":"Basic Qualifications","TIMELINE":"What's happening in this step?"},"TESTING":{"DESCRIPTION":"Test Hiring Status","TITLE":"Testing"},"PIPELINE":{"DESCRIPTION":"Your application is currently being reviewed by the system.","TITLE":"Application In Transit","TIMELINE":"What's happening in this step?"},"1STINTERVIEW":{"DESCRIPTION":"The Hiring Manager received your resume from the Recruiter and will determine if you will be considered for a phone or in-person interview.","TITLE":"Hiring Manager Review","TIME":"Usually takes 2 weeks","TIMELINE":"Usually takes 4 weeks"},"FIRST_INTERVIEW":{"DESCRIPTION":"The assigned Recruiter for the role is reviewing your application and resume to determine a match. They may try to connect via phone or email to ask additional questions.","TITLE":"Hiring Manager Review","TIMELINE":"What's happening in this step?"},"REJECTED":{"DESCRIPTION":"Sorry, you are no longer under consideration or you have withdrawn your application. We encourage you to explore additional opportunities with us.","TITLE":"No Longer Under Consideration","TIMELINE":"What's happening in this step?"}}},"LABEL":{"DATA_LOADING":"Data Loading"},"REMOVE":"Remove","LOGIN":{"HEADER":"Log in to track your applications and so much more"},"LOGOS":{"HEALTHSOUTH":"https://cms.jibecdn.com/prod/jibeapply/assets/PORTAL-LOGOS.HEALTHSOUTH-en-us-1523300402626.png","MOUNTSINAI":"https://cms.jibecdn.com/prod/jibeapply/assets/PORTAL-LOGOS.MOUNTSINAI-en-us-1523301549141.png"},"SAVE":"Save","CERTIFICATIONS":{"NAV_TITLE":"Certifications","TITLE":"Certifications"},"YOUR_JOBS":"Your Jobs","SKILLS":{"NAV_TITLE":"Skills","CONTAINER_PLACEHOLDER":{"TYPE_SELECT":"Select Type"},"TITLE":"Skills"},"SAVED_JOBS":{"NAV_TITLE":"Saved Jobs","EMPTY_TEXT":"No Saved Jobs","TITLE":"Saved Jobs"},"LOGO_URL":"https://careers.mountsinai.org/","CONTAINER-NAV-2":"Archived Applications","CONTAINER-NAV-3":"Incomplete Applications","CREATE_PROFILE":{"VALIDATION_ERROR":"All required questions must be answered to save this page."},"HERO-IMG":"https://cms.jibecdn.com/prod/mountsinai/assets/PORTAL-HERO-IMG-en-us-1571326922466.png","EDUCATION_HISTORY":{"NAV_TITLE":"Education History","CONTAINER_PLACEHOLDER":{"SCHOOL":"School","MAJOR":"Major","END_DATE":"End Date","START_DATE":"Start Date","CURRENT":"Currently Attending?"},"TITLE":"Education History","NO_EDUCATION":"No Education Added"},"CONTAINER-NAV-1":"All Applications","MUSE_FOOTER":"Personalized articles are powered by","YOUR_RESUME":"Your Resume","HERO-TITLE":"Welcome Back!","CANCEL":"Cancel","BACK":"Back","PERSONAL_INFORMATION":{"NAV_TITLE":"Personal Information","PHONE_TYPES":{"HOME":"Home","MOBILE":"Mobile"},"CONTAINER_PLACEHOLDER":{"WORK_PREFERENCE":"Primary Location","PHONE":"Phone","EMAIL":"Email","LAST_NAME":"Last Name","PHONE_TYPE":"Phone Type","FIRST_NAME":"First Name"},"TITLE":"Personal Information"},"SECTION_LABEL":{"APPLICATION_STEP_INFO":"Application Step Information","APPLICATION_INFO":"Application Information","PERSONAL_INFO":"Personal Information"},"CAREERS_HOME":"Careers Home"},"NO_LOCATIONS":"No locations","JOBS":{"404":"&nbsp;","GET_CURRENT_LOCATION":"Get Current Location","JOB_DESCRIPTION_CATEGORIES_LINK":"Categories:","COMMUTE_SEARCH_LABEL":"Time","SEARCHING":"Searching...","NEW_SEARCH":"New Search","APPLY_TO_ARIA_LABEL":"Apply to","INTERN":"Intern","HIDE_DESCRIPTION":"Show Less","TELECOMMUTE_ICON":"home","TAGS_LINK":"Tags","MORE_CATEGORIES":"More categories...","CITY_HEADER":"By City","COMMUTE_MAXIMUM_TIME":"Maximum Time (Minutes)","READ_MORE":"Read More","IN":"in","SEARCH":"Search","SELECT_CITIES":"Select Cities","NOT_FOUND":"We've got plenty of jobs over <a href='/jobs'>here</a>.","REQID_SEARCH_CARD":"Req ID:","BRANDS_LINK":"Brands","CATEGORIES":"Categories","PREFERRED_TRANSPORTATION":"Preferred Transportation","FILTER_EMPLOYMENT_TYPE":{"INTERN":"Intern","CONTRACTOR":"Contractor","FULL_TIME":"Full Time","PART_TIME":"Part Time"},"SELECTED":"You've Selected","CURRENT_LOCATION_ERROR":"Your browser was unable to retrieve your current location.","MORE_BRANDS":"More brands...","RECENT_SEARCH":"Recent Searches","APPLY_NOW":"Apply Now","VOLUNTEER":"Volunteer","POSTED":"Posted","LOCATION":"Location","JOB_ID":"Job ID","READ_MORE_ARIA_LABEL":"Read More about","DESCRIPTION_HEADER":"Job Description","BROWSING":"Browse jobs by","JOB_SEARCH_LABEL":"Job Search","PREVIOUS_PAGE_ARIA_LABEL":"Previous Page of Job Search Results","LOCATIONS_LINK":"Locations","CATEGORIES_ARIA_LABEL":"Categories","BRAND_SEARCH_PLACEHOLDER":"All brands","SEARCH_BY_OPTIONS":"Search By Options","SELECT_CATEGORY":"Select Category","CATEGORY":"Category","WFH":"Work from home","TELECOMMUTE":"Remote","TEMPORARY":"Temporary","LOCATION_SEARCH_SELECT":"Location Search","PER_DIEM":"Per Diem","FILTER_COUNTRY":"Country","FILTER_TELECOMMUTE":"Remote","NEXT_PAGE_ARIA_LABEL":"Next Page of Job Search Results","NEARBY_CITIES_EMPTY":"No openings nearby.","EMPLOYMENT_TYPE":"Employment Type","VIEW_LANG_RESULTS":"Switch region to view additional jobs in other languages","CONTRACTOR":"Contractor","EXPAND_DESCRIPTION":"Expand description","FEATURED_JOB":"Featured Job","MORE":"More","FILTER_LOCATIONS_LINK":"Locations","FILTER_STATES":"States","JOBS":"Jobs","RESULTS_SINGULAR":"result","NORESULTS":"No Search Results","CATEGORY_SEARCH_PLACEHOLDER":"All categories","KEYWORD_SEARCH_PLACEHOLDER_CONTEMPORARY":"Search Jobs","LOCATION_ARIA_LABEL":"Location","LOCATION_SEARCH_PLACEHOLDER":"Try \"New York\"","STRETCH_SEARCH_LABEL":"Distance","VIEW_RESULTS":"View Results","DIDYOUMEAN":"Did you mean","ITEMS_PER_PAGE":"Items per page","TAGS2":"Specialty","RESULTS_CLOSE_TO":"These results are close to","SORT_BY":"Sort by","RECRUIT_REFER":"Refer","ALERT":{"BUTTON_TEXT":"Get Job Alerts","SUCCESS":"Your job alert was successfully created.","SIMPLE_SUBMIT":"Submit","SIMPLE_REMOVE_JOB_ALERT":"Signed Up For Job Alerts!","NO_EMAIL":"Please enter a valid email.","EMAIL_REQUEST":"Enter Your Email","SETUP_LABEL":"Setup an Alert","SIMPLE_CANCEL":"Cancel","SIMPLE_GET_JOB_ALERT":"Get Job Alert","ERROR":"Unfortunately, our network is not responding. Please try again later.","TITLE":"Get future jobs matching this search","CAPTCHA_ERROR":"Please submit Captcha.","EMAIL_PLACEHOLDER":"Enter email address","PRIVACY_POLICY_LINK":"/auth/1/privacy-policy"},"LESS_CATEGORIES":"Less categories...","NO_RESULTS_LOCATION":"Results within your range.","BRANDS":"Brands","COMMUTE_SEARCH_MODAL_TITLE":"Commute Search","MULTIPLE":"Multiple","SEARCH_BY_LOCATION":"Search Location","FIND":"Find Jobs","TITLE_A-Z":"Title Asc","FULL_TIME":"Full Time","FILTER_LOCATION_TYPE_LAT_LNG":"No","PART_TIME":"Part Time","POSTED_DATE_ARIA_LABEL":"Posted Date","COMMUTE_SEARCH_MODAL_TITLE_EDIT":"Edit Commute","NEARBY_CITY":"Nearby Locations","LESS_BRANDS":"Less brands...","FOR":"for","DISTANCEUNITS_SCREENREADER_TEXT":"Use LEFT and RIGHT arrow keys to select KM or MILES","JOB_DESCRIPTION_LOCATIONS_LINK":"Locations:","BRAND":"Brand","REFER-REWARD":"Referral reward for this job","CHANGE_SEARCH_BY_LOCATION":"Change to Location","COMMUTE_SEARCH":{"LOCATION":{"REQUIRED_FIELD":"* Indicates a required field"},"MODAL_TITLE":"Commute Search","UPDATE_COMMUTE":"Update Commute","CLOSE":"Close","FROM":"From","TO_JOBS":"to jobs within","SAVE_COMMUTE":"Save Commute","MODAL_TITLE_EDIT":"Edit Commute","ROAD_TRAFFIC":"Include Traffic Estimation","CANCEL":"Cancel","START_OVER":"Start Over","LOCATION_TITLE":"Starting Location*","MAXIMUM_TIME":"Maximum Time (Minutes)","LOCATION_ERROR":"You must select a location.","PREFERRED_MODE":"Preferred Transportation"},"KEYWORD_SEARCH_PLACEHOLDER":"Search Keyword, Category, Job Title, or Military Occupation Code","RELEVANCE":"Relevance","KEYWORD_SEARCH_LABEL":"Search Keyword, Category, Job Title, or Military Occupation Code","ARIA_LABEL":{"REFER":"Refer someone for"},"DISTANCE_FROM":"Distance","LESS":"Less","SEARCH_RESULT_RANGE":"Total Jobs","STATE_HEADER":"By State / Province","COUNTRY_LABEL":"Country","SHARE_JOB":"Share Job","INCLUDE_TRAFFIC_ESTIMATION":"Include Traffic Estimation","REFER":"Refer","CATEGORY_ARIA_LABEL":"Job Category","EXPERIENCE_LEVEL":"Specialties","JOB_MATCHING":"Job Matching","ALL_JOBS":"All Jobs","SELECT_JOB_LANGUAGE":"Select job language","CITIES":"Cities","SEE_JOBS_BY":"See jobs by","USE_CURRENT_LOCATION":"Use my current location","NO_RESULTS_MESSAGE_2":"We could not find any matching jobs in <strong>{{location}}</strong>","CLOSE_DESCRIPTION":"Close description","CURRENT_LOCATION":"Your current location","CATEGORIES_LINK":"Categories","TITLE_Z-A":"Title Desc","SEARCH_LOCATION_LABEL":"Location Search","COUNTRY_HEADER":"By Country","TAG2":"Specialty","DISTANCE_SEARCH_PLACEHOLDER":"Select distance","RESULTS":"results","SEARCH_LOCATIONS_LINK":"Location","CHANGE_SEARCH_BY_COMMUTE":"Change to Commute","FILTER":"Filter","ALL_LOCATIONS":"All locations","SELECT_BRANDS":"Select Brands","COMMUTE_SEARCH_LOCATION_TITLE":"Starting Location","LOCATION_SEARCH_LABEL":"Search Locations","DID_YOU_MEAN":"Did you mean ","FEATURED_JOBS":"Featured Jobs","JOB_SEARCH":"Job Search","FILTER_LOCATION_TYPE_ANY":"Yes","COMMUTE_SEARCH_SELECT":"Commute Search","MULTIPLE_LOCATIONS":"Multiple Locations:","WITH":"with","CURRENT_LOCATION_DENIED":"Your browser settings have prevented us from using your current location. Please enable locations and try again.","SHOW_DESCRIPTION":"Show More","SEARCH_BY_COMMUTE":"Search by Commute","APPLY":"Apply","GEN_ERROR":"General Error","NO_RESULTS_MESSAGE":"We could not find any matching jobs.","SIMILAR_JOBS_TITLE":"Similar Jobs","TITLE":"Title","SEARCH_ARIA_LABEL":"Conduct Search","APPEND_MORE":"More Results"},"APPLY":{"COMPLETE_RESUME_GOOGLE":"Your resume from Google Drive was attached to your application.","DATE_FORMAT_1_VALIDATOR_ERROR":"Please enter a date in format YYYY.","SELECT_LIST_PLACEHOLDER":"Select..","INFO_PAGE":{"PLEASE_VERIFY":"A message has been sent to your email address. Please follow the instructions to verify your email address.","DELETE_PROFILE":"Your profile has successfully been deleted. You can close this window."},"COMPLETE_RESUME_TEXT":"The resume you entered was attached to your application.","COMPLETE_RESUME_DEFAULT":"If you uploaded a resume, it was attached to your application.","SUBMIT_QUESTION_ERROR":"There was an error submitting this question, please try again.","VERIFY":{"ERROR":{"HEADER":"Verification Issue","BODY":"<p>There was an error verifying your account. Please click <a href=\"/jobs\">here</a> to return home and try again.</p>"}},"COMPLETE_HEADER":"Your application for {{jobTitle}} has been successfully <span class='dontwrap'>submitted! <i class='icon-ok icon-large green'></i></span>","COMPLETE_SURVEY_POPUP":"We are currently conducting a survey based on your recent application/recruiting experience. We value your feedback, and would appreciate if you took just a few moments to respond to a few questions","OPTIONAL":"Optional","REPEAT_QUESTION":"Add Another","UPLOAD_RESUME_ERROR":"There was an error uploading your resume.","COMPLETE":{"UNVERIFIED":"&nbsp;"},"ASSESSMENT_URL_FAILURE":"Assessment Not Received","COMPLETE_RESUME_LINKEDIN":"Your Linkedin profile was attached to your application.","EMAIL_VALIDATOR_ERROR":"Please enter a valid email address","GO_HOME":"Careers Home","REQUIRED_FIELD_ERROR":"Required","COMPLETE_RESUME_DROPBOX":"Your resume from Dropbox was attached to your application.","DATE_FORMAT_2_VALIDATOR_ERROR":"Please enter a date in format MM/YYYY.","PROGRESS_HEADER":"Your Progress","DATE_FORMAT_VALIDATOR_ERROR":"Please enter a date in format YYYY.","COMPLETE_MESSAGE":"A member of our Talent Acquisition Team will review your application and will contact you if your skills and experience match the position requirements. Thank you for your interest in The Mount Sinai Health System.","SELECT_LIST_LABEL":"form dropdown select","ASSESSMENT_HEADER":"You are almost done...just a few more steps to go!","ASSESSMENT_URL_SUCCESS":"Assessment URL Received <a href='{{assessmentUrl}}'> {{assessmentUrl}} </a>","COMPLETE_RESUME_SKYDRIVE":"Your resume from SkyDrive was attached to your application.","EXISTING_EMAIL_ERROR":"This email is associated with a profile. An email has been sent for you to access your profile dashboard.","ALREADY_EXISTING_EMAIL_ERROR":"This email is already associated with a profile.","COMPLETE_RESUME_EMAIL":"If you have not emailed your resume yet, please check your inbox and follow the instructions emailed to you to expedite your application submission.","KNOCKOUT_MESSAGE":"Thank you for your interest in this position. Based on your application, we have determined that you are not eligible at this time. If you feel this is a mistake, you can <a href ng-click='goToPrevious()'>go back</a> and update your application.","UPLOAD_SUCCESS":"Upload Success","TYPE_FOR_RESULTS":"Type for results","DATE_FORMAT_3_VALIDATOR_ERROR":"Please enter a date in format MM/DD/YYY.","KNOCKOUT_HEADER":"You are not eligible for this position.","UPLOAD_CV_ERROR":"There was an error uploading your cover letter.","REMOVE_QUESTION":"Remove","ASSESSMENT_MESSAGE":"<h4>Content</h4><p>You are about to enter an assessment system which is proprietary software developed and produced by Kenexa Technology, Inc. The content in this questionnaire has been developed by Kenexa Technology, Inc., Kenexa’s Suppliers and/or Yum Restaurant Services Group, Inc.’s (“Company”) third party content providers and is protected by International Copyright Law. Under no condition may the content be copied, transmitted, reproduced or reconstructed, in whole or in part, in any form whatsoever, without express written consent by Kenexa Technology, Inc. or the applicable third party content provider. Under no circumstances will Kenexa Technology, Inc. be responsible for content created or provided by Company’s third party content providers.</p><p>IN NO EVENT SHALL KENEXA, AN IBM COMPANY, KENEXA’S SUPPLIERS OR THE COMPANY’S THIRD PARTY CONTENT PROVIDERS, BE LIABLE FOR ANY DAMANGES WHATSOEVER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF VOCATIONAL OPPORTUNITY ARISING OUT OF THE USE OF, THE PERFORMANCE OF, OR THE INABILITY TO USE THIS KENEXA ASSESSMENT SYSTEM OR THE CONTENT, REGARDLESS OF WHETHER OR NOT THEY HAVE BEEN ADVISED ABOUT THE POSSIBILITY OF SUCH DAMAGES.</p><h4>Identity</h4><p>By clicking below, you are also confirming your identity for purposes of the questionnaire. You may not receive assistance, refer to any written material, or use a calculator (or similar device) while completing the questionnaire.</p><p>Unless otherwise directed by the Questionnaire Administrator, you are only authorized to take each requested questionnaire once. Failure to comply may result in disqualification. All Kenexa SelectorTM questionnaires are monitored.</p>","SELECT_ALL":"Select All","UPLOAD_EMAIL_ERROR_MESSAGE":"There was an error sending you an email. Please try again.","LOCATION_VALIDATOR_ERROR":"Please select a valid location from the dropdown","ASSESSMENT_URL_WAITING":"Waiting for assessment URL","COMPLETE_RESUME_FILE":"The resume you uploaded was attached to your application.","BIG_DECIMAL_VALIDATOR_ERROR":"Please enter a valid integer or decimal.","ASSESSMENT":{"IS_REQUIRED":"This field is required.","LAST_NAME":"Last Name","FIRST_NAME":"First Name"},"GO_HOME_LI":"Return to LinkedIn"},"SHINE":{"LOGO":"https://cms.jibecdn.com/prod/jibeapply/assets/SHINE-LOGO-en-us-1559591837210.svg"},"API":{"SAML_ERROR":"Uh oh. There's been an error."},"refreshTime":"2024-11-19T10:24:42.250Z","GEN_ERROR":"General Error"}, ALL_TRANSLATIONS: undefined, CONFIGURED_DEFAULT_LOCALE_TRANSLATIONS: false, CURRENT_LOCALE_TRANSLATIONS: {"GET_REFERRED":{"TOOLTIP_TITLE":"What is Get Referred?","INSTRUCTIONS":"Get Referred™ is a new way for you to explore career opportunities at {{companyName}}. With Get Referred™, you now have the ability to search your social and professional networks for {{companyName}} employees and ask them to personally refer you for an open position. The process is very easy. Simply choose the job you would like to be referred for, upload your CV and cover letter, search your networks for someone you know who works at {{companyName}} and then send in your request!","BUTTON":"Get Referred","TOOLTIP_BTN":"How Get Referred Works"},"NO_BRANDS":"No brands","LP":{"CC":{"LINKEDIN_NOTE":"Note: This will open in a new tab","LINKEDIN":"Sign Up With Linkedin","TITLE":"Join Our IT Talent Network"},"SKU-32":{"SPECIALTY_3":"IT Talent Network","SPECIALTY_4":"Mount Sinai Health Partners Talent Network","SPECIALTY_1":"Advanced Practice Clinicians Talent Network","SPECIALTY_2":"Behavorial Health Talent Network","SPECIALTY_7":"Physicians Talent Network","SPECIALTY_8":"Research Talent Network","SPECIALTY_5":"Non-Clinical Professionals Talent Network","SPECIALTY_6":"Nursing Talent Network"},"J2":{"A":"<a href=\"https://ejis.fa.us6.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX/tc-join\" class=\"cap-link\" token-data=\"LP.J2.A\" token-type=\"text\">Build Career Profile</a>","BUTTON":"Join","PARAGRAPH":"Not finding the perfect job for you? Join our talent network and get directly contacted by our recruiters.","TITLE":"Join Our Talent Network"},"SKU-A1":{"HERO-IMG":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-A1.HERO-IMG-en-us-1523045202655.jpg"},"FOOTER":{"CHAT-LINK":"\"https://lc.chat/now/8348281/\"","PARAGRAPH-CHAT":"for Live Chat Click Here"},"D1":{"TITLE":"Our Specialties"},"SKU-8-1":{"LINK_9":"<a href=\"https://www.youtube.com/playlist?list=PLCT7BA-HcHliNamEg-m9g9tRK9oBXv7FF\" token-type=\"text\" token-data=\"LP.SKU-8-1.LINK_9\" target=\"_blank\">Celebrating Diverse Talent</a>","LINK_10":"<a href=\"https://youtube.com/playlist?list=PLCT7BA-HcHlioXhe8TKWI6ATzHOSR1OWv\" token-type=\"text\" token-data=\"LP.SKU-8-1.LINK_9\" target=\"_blank\">Leaders Who Drive Diversity</a>"},"A1":{"TITLE":"Strength Through Diversity"},"B5":{"HEADER":"Benefits","TITLE_1":"Health Coverage","TITLE_2":"Offered Plans"},"CUSTOM-POPUP":{"LIST_POSITION":"<li>ICU Registered Nurse</li>\n\t\t\t<li>Registered Respiratory Therapist</li>","BG-IMG":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-CUSTOM-POPUP-BG-IMG-en-us-1585596951767.png","PARAGRAPH_1":"The Mount Sinai Family is coming together to win the battle against <strong>COVID-19</strong> and we need your help.","BUTTON":"<a token-data=\"LP.CUSTOM-POPUP.BUTTON\" token-type=\"text\" href=\"https://careers.mountsinai.org/jobs/20000062?lang=en-us \"target=\"_blank\">Register</a>","EXIT_TEXT":"click on the \"x\" to exit","PARAGRAPH_2":"Multiple Specialties Needed for Paid Opportunities:","TITLE":"Register to Help Join The Fight!"},"SKU-3":{"CARD-IMG-9":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3.CARD-IMG-9-en-us-1520820283143.png","CARD-IMG-10":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3-CARD-IMG-10-en-us-1579627265520.jpg","CARD-IMG-8":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3.CARD-IMG-8-en-us-1520820189003.png","CARD-IMG-7":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3-CARD-IMG-7-en-us-1619973190518.jpg","PARAGRAPH":"Mount Sinai is among New York City's largest employers, with 42,000+ team members in both clinical and non-clinical roles throughout our eight hospital campuses and world-renowned medical school. We are one of the metro area's largest health care providers, with hundreds of ambulatory, primary, and specialty care facilities across the five boroughs, northeastern region and beyond.","HEADER":"Over 42,000 Employees Strong!","CARD-IMG-2":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3.CARD-IMG-2-en-us-1520821750878.png","CARD-IMG-1":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3.CARD-IMG-1-en-us-1520630072519.png","CARD-IMG-6":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3.CARD-IMG-6-en-us-1520630634379.png","CARD-IMG-5":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3.CARD-IMG-5-en-us-1520630591673.png","CARD-IMG-4":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3.CARD-IMG-4-en-us-1520630512565.png","CARD-IMG-3":"https://cms.jibecdn.com/prod/mountsinai/assets/LP-SKU-3.CARD-IMG-3-en-us-1520630234502.png","VIEW_ALL":"<a class=\"view-all\" href=\"/jobs?page=1\">View All Jobs</a>","CARD_HEADER_5":"<a href=\"http://www.mountsinai.org/locations/mount-sinai\">The Mount Sinai Hospital</a>","CARD_HEADER_6":"<a href=\"http://www.mountsinai.org/locations/queens\">Mount Sinai Queens</a>","CARD_HEADER_3":"<a href=\"http://www.mountsinai.org/locations/brooklyn\">Mount Sinai Brooklyn</a>","CARD_HEADER_4":"<a href=\"http://www.mountsinai.org/locations/downtown\">Mount Sinai Downtown</a>","CARD_HEADER_9":"<a href=\"http://www.nyee.edu/\">New York Eye and Ear Infirmary of Mount Sinai</a>","CARD_HEADER_7":"<a href=\"https://www.mountsinai.org/locations/morningside\">Mount Sinai Morningside</a>","CARD_HEADER_8":"<a href=\"http://www.mountsinai.org/locations/west\">Mount Sinai West</a>","BUTTON_8":"<a href=\"http://www.mountsinai.org/locations/west\">Learn More</a>","BUTTON_7":"<a href=\"http://www.mountsinai.org/locations/st-lukes\">Learn More</a>","BUTTON_6":"<a href=\"http://www.mountsinai.org/locations/queens\">Learn More</a>","BUTTON_5":"<a href=\"http://www.mountsinai.org/\">Learn More</a>","CARD_HEADER_1":"<a href=\"http://icahn.mssm.edu/\">Icahn School of Medicine at Mount Sinai</a>","CARD_HEADER_2":"<a href=\"http://www.mountsinai.org/locations/beth-israel\">Mount Sinai Beth Israel</a>","BUTTON_9":"<a href=\"http://www.nyee.edu/\">Learn More</a>","CARD_HEADER_10":"<a href=\"https://www.southnassau.org/sn\">Mount Sinai South Nassau</a>","BUTTON_4":"<a href=\"http://www.mountsinai.org/locations/downtown\">Learn More</a>","BUTTON_3":"<a href=\"http://www.mountsinai.org/locations/brooklyn\">Learn More</a>","BUTTON_2":"<a href=\"http://www.mountsinai.org/locations/beth-israel\">Learn More</a>","BUTTON_1":"<a href=\"http://icahn.mssm.edu/\">Learn More</a>"},"SKU-33":{"PLACEHOLDER-3":"Email Address","PLACEHOLDER-2":"Last Name","BUTTON":"Sign Up With Linkedin","PLACEHOLDER-1":"First Name","FORM-BUTTON":"Join Now"},"CAP_PRIVACY_STATEMENT":"We collect personal information (e.g. name, email, work history, etc) to match you to job opportunities. We store this data for a default period of 12 months to support machine learning based matching and manual matching by our recruiters. You can request the updating or deletion of your profile data by e-mailing us <a href=\"mailto:privacy@icims.com\">here</a>. View our full <a href=\"https://www.jibe.com/privacy-policy\" target=\"_blank\" rel=\"noopener noreferrer\">privacy policy here</a>."},"role-search":{"search-bar":{"back":"Back"}},"PERSONALIZATION":{"ADD":"Add","GETSTARTED":"Get Started","GET_JOBS":"Get Jobs","PARAGRAPH":"Answer a few short questions and we will match you with our jobs.","SELECTLOCATION":"Please select a location from the dropdown.","ADDITIONAL_SUBTITLE":"Supplying this information will further improve the quality of your matches.","OPTIONAL":"*Optional","USE_REMOTE_JOBS":"Include remote jobs","PRIVACY_POLICY_TEXT":"Privacy Policy","REVIEW_RESUME":"Review Resume","UPLOAD":"Upload","FULL_TIME":"Full Time","CURRENT_STEP":"Current step in Job Matching flow","CONNECT_EXISTING_ACCOUNT":"Sign into existing account","PART_TIME":"Part Time","ENTRY_LEVEL":"Entry Level","RECOMMENDATIONS_NONE_HEADER":"No matches found","CONNECT_LINKEDIN":"Connect with Linkedin","RECOMMENDATIONS_NONE_SUBHEADER":"Edit your search criteria or CV to receive new results.","TOGGLE_REMOTE_JOBS":"Include remote jobs in search","SKILLS-BANNER":{"PARA":"Hey {{fname}}, help improve your profile! Adding new skills makes your job matches more accurate.","RECOMMENDATIONS_PARA":"Keep your profile up to date to get top-notch recommendations.","HEADER":"Wow! We found new skills for you.","RECOMMENDATIONS_HEADER":"{{totalRecommendations}} jobs matches your profile!","BUTTON-TEXT":"Update My Skills"},"JOB_TYPE":"Desired Job Type","PROFILE_SUBTITLE":"Your profile offers detailed information required for our algorithm.","RECOMMENDATIONS_HEADER":"Review your matches","KEYWORDS_HEADER":"Enter Relevant Keywords.","LOCATION_HEADER":"Enter Location","LOADING":"Loading","LOCATION":"Location","RETURN_TO_STEP":"Return to step in Job Matching flow","BROWSE":"Browse","SENIORITY":"Experience Level","PROFILE_TITLE":"Select Your Profile","USE_CV_LOCATION":"Filter by this location","CONTRACT":"Contract","FIND_MYJOBS":"Start Here","RECOMMENDATIONS_SUBHEADER":"Edit your matching criteria to receive updated results.","MID_LEVEL":"Mid Level","PROFILE":"Profile","KEYWORDS_SUBTITLE":"Keywords help support and enrich your profile data.","ADDITIONAL_HEADER":"Provide Additional Information.","NEXT":"Next","START_OVER":"Start Over","REMOVE":"Remove","CONTACT_INFORMATION":"Contact Information","PRIVACY_POLICY_LINK":"https://www.icims.com/legal/privacy-notice-website/","SENIOR_LEVEL":"Senior Level","ENTER_LOCATION":"Enter a Location","LOCATION_SUBTITLE":"We will show you matches centered around this location.","OR":"or","WORK_HISTORY":"Work History","UPLOAD_TITLE":"Upload a resume","JOB_SEARCH":"Job Search","PRIVACY_DISCLAIMER":"Data Privacy Notice","RECOMMENDATIONS_NONE_PARA":"Try using different match criteria or starting a new search? Try searching without your profile.","RESUME_UPLOADED":"Resume Uploaded","EDUCATION_HISTORY":"Education History","PRIVACY_ERROR":"You must acknowledge this message to proceed.","CANCEL":"Cancel","BACK":"Back","MATCHES":"Matches","TITLE":"Find Your Job Matches","PRIVACY_AGREEMENT":"I understand the data I upload during this session will be processed for Job Matching but none of my data, including any Personally identifiable Information will be saved.","KEYWORDS":"Search Keywords"},"REFERRAL":{"MODAL":{"CHECK_STATUS":{"BUTTON":"Check email","HEADER":"Great! Now let's check if your candidate has been referred","EMAIL":"Referral's email address","BODY":"This step will confirm nobody else is linked to your candidate"},"START":{"REJECT":"Yes","HEADER":"Start your referral","CONFIRM":"No","BODY":"Is this potential candidate an active or fixed term employee, current contractor, co-op or intern at J&J?"},"ERROR":{"HEADER":"Sorry, that candidate is not eligible for employee referral at this time","BODY":"The person with this email address has either already been linked to another company employee for referral or is in a position that is not eligible for the Employee Referral Program","NEW_REFERRAL":"Refer Another Candidate"}}},"SKU-A1":{"SUB-TITLE":"Respecting The Person You Are","TITLE":"Diversity & Inclusion"},"PRE_LOGIN":{"ACCEPT":"Yes","BODY":"<span>Thank you for your interest!</span><br>\n<span>Please specify Job Title of interest and send CV with Cover Letter to:</span><br>\n<span>Alex Cano</span><br>\n<span>Executive Director Physician Recruitment</span><br>\n<span>Mount Sinai Health System</span><br>\n<a href=\"mailto:Alex.cano@mountsinai.org\">Alex.cano@mountsinai.org</a>","DECLINE":"No"},"NO_STATE":"No state","TALENTNETWORK":{"JOIN_CC":"<a href=\"#\">Join our talent network</a> and we will contact you when a job matches your skillset.","HOME_URL":"/","SUB_HEADER":"Join our talent community","SUCCESS_MESSAGE":"Thank you for joining our Talent Network. We will keep you updated.","JOIN_CC_BUTTON":"Join Now","HEADER_BG_IMAGE_URL":"add image url","HEADER":"Join Our Talent Network"},"STAGING-HEADER":{"TOP-NAV":{"LINK-2":"<a token-data=\"STAGING-HEADER.TOP-NAV.LINK-2\" token-type=\"text\" href=\"https://mountsinai.staging.jibeapply.com/candidatePortal\">Join Our Community</a>","LINK-1":"<a token-data=\"STAGING-HEADER.TOP-NAV.LINK-1\" token-type=\"text\" href=\"https://fa-ejis-dev13-saasfaprod1.fa.ocs.oraclecloud.com\">Employee Login</a>"}},"UI":{"BACK_TO_TOP":"Back to Top","HEADER_LOGOUT":"Logout","MILES":"Miles","CAREERS_TITLE":"{{companyName}} Careers","LOGIN_ERROR":"You must be logged in to access your submitted applications.","FILTERS":"Filters","SKIP_TO_MAIN":"Skip to Main Content","NEARBY_FIFTY_MILES":"within 50 miles","NEARBY_HUNDRED_MILES":"within 100 miles","JOBAPPLY_LITIMEOUTERROR":"Timeout -- LinkedIn API did not respond","JOIN_NOW":"Join Now","NEARBY_SELECT_100_MILES":"within 100 miles","UNSUPPORTED_NEW":"<p>A web browser is a piece of software on your computer. It lets you visit webpages and use web applications.</p> <p>It's important to have the latest version of a browser. Newer browsers save you time, keep you safer, and let you do more online.</p> <p>Try a different browser - all are free and easy to install. Visit <a href=\"https://www.whatbrowser.org/\" target=\"_blank\">whatbrowser.org</a> for more information.</p> <p>If you are using a later version of Internet Explorer, please make sure you are not in compatibility mode of an older version of the browser.</p>","UPLOAD":"Upload","CUSTOM_MAINTENANCE_TITLE_1":"Temporarily Down for Maintenance","NEARBY_SELECT_15_MILES":"within 15 miles","NEARBY_SELECT_50_MILES":"within 50 miles","NEARBY_SELECT_25_MILES":"within 25 miles","TYPEAHEAD_INPUT":{"SEARCH":"Search","CLEAR_SELECTED":"Clear selected","NO_RESULTS":"No results found"},"NEARBY_FIVE_KM":"within 5 kilometers","FOOTER_CURRENT_YEAR":"&copy; {{currentYear}}","MENU_LOGOUT":"Logout","EXACT":"Exact","JOBAPPLY_LIAPIERROR":"Error calling LinkedIn API for profile","UNSUPPORTED":"We're sorry, but your browser is not supported. To use our site, we recommend using the latest version of Safari, Firefox, Chrome, or Internet Explorer. If you are using a later version of Internet Explorer, please make sure you are not in compatibility mode of an older version of the browser.","ACTIVE_FILTER_LABEL":"Active Filters","EXACT_LOCATION":"Exact location only","NEARBY_TEN_KM":"within 10 kilometers","SELECTED":"selected","SHOW_MORE":"Show more","NO_THANKS":"No Thanks","HEADER_LOGGED_IN":"Logged in as <span class='user-profile-toggle' ng-click='openUserProfile()''>{{user}}</span>","MENU_SEARCH":"Search Jobs","SHOW_ALL":"Show All","JOIN_TALENTNETWORK_TAG":"and we will contact you when a job matches your skillset.","HEADER_TITLE":"{{companyName}} - Home","MORE_THAN":"More than","NEARBY_TWENTYFIVE_MILES":"within 25 miles","CLEAR_ALL_FILTERS":"Clear All","UPLOADED":{"DATE":"Uploaded date","ATTACHMENTS":"Uploaded attachments"},"CLICK_HERE":"Click here","NEARBY_FIFTY_KM":"within 50 kilometers","LOADING":"Loading","NO":"No","SELECT_LANGS":"Select Language","NONLINEAR":{"PROMPT_CONFIRM":"Do not show again","PROMPT":"If you leave a section without clicking \"Save & Continue\" any answers for that page will be erased."},"YES":"Yes","JOIN_TALENTNETWORK":"Join our talent network","JOBAPPLY_ERROR":"An error occurred while attempting to apply to this job.","MAINTENANCE_WINDOW_LINE_1":"Scheduled maintenance is under way. We will be back online shortly.","NEARBY_HUNDRED_KM":"within 100 kilometers","BY_PUBLIC_TRANSIT":"<i class=\"fa fa-train\"></i>","PREVIOUS":"Previous","NEARBY_SELECT_MILES":"within {{nearbyDistance}} miles","DELETE":"Delete","CUSTOM_MAINTENANCE_WINDOW_LINE_1":"Scheduled maintenance is under way. We will be back online shortly.","HIDE_FILTERS":"Hide Filters","NEARBY_FIVE_MILES":"within 5 miles","JOBAPPLY_CREATEUSERERROR":"Error creating user from LinkedIn profile","NEXT":"Next","NEXT_CONFIRM":"Save & Continue","HEADER_LOGIN":"Sign In / Create Account","NEARBY_SELECT_10_MILES":"within 10 miles","SHOW_FILTERS":"Show Filters","MAINTENANCE_TITLE_1":"Temporarily Down for Maintenance","NEARBY_TWENTYFIVE_KM":"within 25 kilometers","OR":"or","SUCCESS":"Success","NEARBY_TEN_MILES":"within 10 miles","HEADER_LOGIN_LINK":"https://ejis.fa.us6.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX/requisitions","MENU_HOME":"Careers Home","JOBAPPLY_ERRORONJOB":"Error loading job from job service","KILOMETERS":"KM","MENU_LOGIN":"Sign In / Create Account","CONTINUE":"Continue","NEARBY_SELECT_5_MILES":"within 5 miles","NEARBY_SELECT_EXACT_LOCATION":"Exact location only","GOT_IT":"Got It","CANCEL":"Cancel","SELECT_ALL":"Select All","SUBMIT":"Submit","JOBAPPLY_CONTENT_BLOCKING":"An error occurred. This may be due to browser settings which block content required for this site to function. <br>Try a different browser or follow these directions to disable content blocking on <a href=\"https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop#w_what-to-do-if-a-site-seems-broken\" target=\"_blank\">Firefox</a> and <a href=\"https://support.apple.com/guide/safari/manage-cookies-and-website-data-sfri11471/mac\" target=\"_blank\">Safari</a>.","BACK":"Back","MINUTES":"mins","NEARBY_SELECT_KM":"within {{nearbyDistance}} kilometers","NEXT_DISABLED":{"INFO":"All required questions must be answered to save this page."},"BY_CAR":"<i class=\"fa fa-car\"></i>","SHOW_LESS":"Show less"},"FB_CHAT":{"GREETING_OUT":"How can I help you?","GREETING_IN":"How can I help you?"},"UPLOAD":{"PREVIEW_DOCUMENT":{"NOT_SUPPORTED":"The preview for your document will open in your native document viewer.","CLICK_TO_PREVIEW":"Please click the link below:","SKILLS":"SKILLS","PRESENT":"Present","EMPLOYMENT_INFORMATION":"EMPLOYMENT INFORMATION","UPLOADED_WITH":"Uploaded Resume with","INVALID_WARNING":"Sorry! We were not able to display your document.","EDUCATION_INFORMATION":"EDUCATION INFORMATION","GENERAL_INFORMATION":"GENERAL INFORMATION"},"GOOGLE_DRIVE":"Google Drive","WELCOME_THANKS_AGAIN":"Thanks again for your interest.","FILE_HEADER":"Files","APPLY_WITH_RESUME":"Use Saved Resume or Upload New Resume","BASIC_HEADER":"Or, enter your resume below:","FILE_UPLOADING":"Uploading","WELCOME":"Welcome","EMAIL":{"ERROR_MESSAGE":"There was a problem sending out the email, please try again"},"FILE_NAME":"File Name","CHOOSE_ANOTHER":"","EASYAPPLY-LINKEDIN-BUTTON":"Upload your resume using LinkedIn","PREVIEW_RESUME":"Preview Your Resume","EASYAPPLY-INSTRUCTIONS":"Please select a Resume Upload Option","HOW_TO_PROCEED":"How would you like to proceed?","FILE_TYPES_HEADER":"Accepted file types:","ADDITIONAL_DOCS":{"DESCRIPTION":"If you have additional documents you would like to share, please choose from the options below to upload them. Otherwise, click \"Next\" to continue.","CHOOSE":"Select document type","PREVIOUS_HEADER":"Use a previously uploaded document:","TYPE_IN":"Type In Document","HEADER":"Upload Additional Documents","RESTRICTIONS":"You can upload one file for each document type","PREVIOUS":"Select from previously uploaded files","OPTIONS_HEADER":"Or, upload a new document using one of the following:"},"DOC_TYPES":{"OTHER":"Other","CERTIFICATIONS":"Certifications","LETTER_OF_RECOMMENDATION":"Letter of Recommendation","EMPLOYEMENT_CERTIFICATE":"Employment Certificate","REFERENCE_LIST":"Reference List","TRANSCRIPT":"Transcript","COVER_LETTER":"Cover Letter","PORTFOLIO":"Portfolio","RESUME":"Résumé","WRITING_SAMPLE":"Writing Sample"},"LINKEDIN":"LinkedIn","INVALID_EMAIL":"You must enter a valid email address","FILE_UPLOAD":"File Upload","EMAIL_INSTRUCTIONS_REPLY":"Or, reply to the email sent to {{email}} with your resume attached.","MUST":"Please upload or select a saved resume to continue","FILE_SIZE_MAX":"Up to 1","SELECTED":"Upload Selected Document","TYPE_IN_HEADER":"Enter or paste your desired text","UPLOADED_FILES_HEADER":"Uploaded Files","FILE_UPLOADED":"Uploaded","WRONG_MIME_TYPE":"The type of file you are trying to upload is not supported, please try a different one.","EMAIL_INSTRUCTIONS":"To submit your resume for this position, please complete one of the options below:","TOO_LARGE":"The file you are trying to upload is too large, please verify you are using the right file and try again.","PREVIOUS_HEADER":"Use a previously uploaded resume:","TYPE_IN":"Type-in Resume","APPLY_WITH_COVER_LETTER":"Apply With Cover Letter","LIST":{"NO_FILES":"No documents"},"EMAIL_RESUME_TEMPLATE":{"SUBJECT":"Your job application isn't complete!","BODY":"<!DOCTYPE html><html><head><meta content='text/html; charset=UTF-8' http-equiv='Content-Type' /></head><body><p>Hi,</p><p>Thanks for starting your application to {{companyName}}.</p><p>To complete your application you must do one of the following:</p><p>Forward an email from your mobile device with your resume attached to {{fromEmail}}</p><p>OR</p><p>Reply to this email from your laptop or desktop computer with your resume attached.</p><p>Thank you for your interest,<br />The Recruiting Team</p></body></html>"},"RESUME_ERROR":"There was an error uploading your resume.","UNABLE_TO_PARSE":"There was an error parsing data from your resume. Please ensure that your resume matches one of the accepted file types and does not contain any images. You may also continue with your upload, and manually enter in your application information.","RESUME_HEADER":"Upload Your Resume","ERROR_MESSAGE":"There was an error uploading your resume.","EMAIL_LABEL":"Please enter your email address:","APPLY_WITHOUT_COVER_LETTER":"Apply Without Cover Letter","RESUME":{"CLIENT_INSTRUCTIONS":""},"DROPBOX":"Dropbox","OPTIONS_HEADER":"Or, upload a new resume using one of the following:","FILE_SIZE_HEADER":"File Size:","TOO_SMALL":"The file you are trying to upload is too small, or you need more content for your typed-in resume, please verify you are using the right file or include more information and try again.","EMAIL_HEADER":"Email Your Resume","COVER_LETTER_HEADER":"Upload your Cover Letter","APPLY_WITHOUT_RESUME":"Apply without Resume","NEW_DOCUMENT":"Upload a new document","AUTOFILL":"We will use your resume to autofill as much of your application as we can.\n\nPlease Note: Your Candidate profile allows for up to 25 attachments total. If you exceed this limit, the system will automatically delete the oldest attachment. For example: The oldest resume you attached will be removed to make room for your new submission.","PREVIOUS_COVER_LETTER":"Select From Previous Cover Letters","COVER_LETTER_ERROR":"There was an error uploading your cover letter.","INSTRUCTIONS":"Upload a resume using one of the following:","UPLOADED_AT":"Uploaded at {{param}}","FILES_PREVIOUS_DIRECTORY":"Previous directory","FILE_TYPE_LIST":".pdf, .doc, .docx, .rtf","IN_PROGRESS":"Please wait while we upload your resume...","REUSE":"Reuse this document","RETRY_NO_PARSE":"Retry without parsing","WELCOME_THANKS":"Thank you for exploring career opportunities with {{companyName}}!","CV":{"ERROR_MESSAGE":"There was an error uploading your cover letter.","INSTRUCTIONS":"Upload a cover letter using one of the following:","CHOOSE":"Would you like to attach a cover letter?","BASIC_HEADER":"Or, enter your cover letter below:","EMAIL_INSTRUCTIONS_REPLY":"Or, reply to the email sent to {{email}} with your cover letter attached.","MUST":"Please upload or select a saved cover letter to continue","SAVE_AS_RESUME_TXT":"Your most current entry into this box will be saved as a link entitled resume.txt and will be stored in Previously Uploaded Documents.","OPTIONS_HEADER":"Or, upload a new cover letter using one of the following:","IN_PROGRESS":"Please wait while we upload your cover letter...","CLIENT_INSTRUCTIONS":"If you have a cover letter, please choose from the options below to upload it.","EMAIL_HEADER":"Email Your Cover Letter","EMAIL_INSTRUCTIONS_FORWARD":"Forward an email with your cover letter attached to: <strong>{{email}}</strong>","EMAIL_INSTRUCTIONS":"To submit your cover letter for this position, please complete one of the options below:","SAVE_AS_COVER_LETTER_TXT":"Your most current entry into this box will be saved as a link entitled cover_letter.txt and will be stored in Previously Uploaded Documents.","EMAIL_NOW":"My Cover Letter is Sent","EMAIL_CV_TEMPLATE":{"SUBJECT":"Your job application isn't complete!","BODY":"<!DOCTYPE html><html><head><meta content='text/html; charset=UTF-8' http-equiv='Content-Type' /></head><body><p>Hi,</p><p>Thanks for starting your application to {{companyName}}.</p><p>To complete your application you must:<p>Reply to this email from your laptop or desktop computer with your cover letter attached.</p><p>Thank you for your interest,<br />The Recruiting Team</p></body></html>"}},"PREVIOUS_RESUME":"Select From Previous Resumes","PREVIOUSLY_UPLOADED":"Previously uploaded documents","EASYAPPLY-LINKEDIN-BUTTON-DESC":"By using LinkedIn we are able to quickly and efficiently pull all profile and job information with a single click.","EMAIL_INSTRUCTIONS_FORWARD":"Forward an email with your resume attached to: <strong>{{email}}</strong>","EASYAPPLY-OTHER-OPTIONS":"Or, one of the following:","EMAIL~OVERRIDDEN~":"Email","EMAIL_LATER":"I'll Send It Later","EMAIL_NOW":"My Resume is Sent"},"CREDO":{"INTRO_HEADING":"Intro","NEXT_BTN":"Next Page","COMPLETE_TEXT":"You've completed this page! Click below to continue with the application.","COMPLETE_HEADING":"Finish","INTRO_ADDON":"Please answer these questions thoughtfully, as your responses will directly impact your eligibility to be considered for an open role.","START_BTN":"OK"},"NO_CATEGORIES":"No Categories","REG_OR_TEMP":"Regular/Temporary:","INDEED_ICON":"https://cms.jibecdn.com/prod/jibeapply/assets/INDEED_ICON-en-us-1522080436580.png","ERROR":{"NO_JOBS_404":"We’re sorry, but it looks like this job may be no longer available or does not exist. Please click <a href=\"/jobs\">here</a> to perform a new job search.","NO_APPLICATIONS_404":"We’re sorry, but it looks like we cannot find your job application. Please click <a href=\"/jobs\">here</a> to perform a new job search.","PAGE_NOT_EXISTS":"The page you are looking for no longer exists."},"LOGIN":{"FACEBOOK":"Connect with Facebook","CONFIRM_PASSWORD":"Confirm Password","FORGOT_LINK":"Forgot password?","CURRENT_PASSWORD":"Current Password","EMAIL_CREATE":"Register with Email","FIRSTNAME":"First name","SELECT_ONE":"Select...","VERIFY":"Verify email","EMAIL":"Email","RATE_LIMIT_ERROR_MESSAGE":"Account locked out due to invalid attempts, please try again after 10 mins","CONFIRM_EMAIL":"Confirm Email","URL":{"ERRORDESCRIPTION":"Login Error Description"},"FORGOT":{"SUCCESS_CREATED":"If you have an account registered under this email address, you will receive a password reset email shortly.","INVALID_FORGOT":"Incorrect username and email combination.","SUBMIT":"Submit","TITLE~OVERRIDDEN~":"Reset Password","SUCCESS_UPDATED":"Your account has been successfully updated.","USERNAME":"Forgot Username?","TITLE":{"PASSWORD":"Reset Password","USERNAME":"Forgot Username"},"INVALID_UPDATE":"Password given not valid.","INVALID_SESSION":"Session has expired.","LOGIN_LINK":"Return to Login?"},"LASTNAME":"Last name","GENDER":"Gender","LINK":"Or, Login to your account","USERNAME":"Username","EMAIL_TYPE":"Email Type","GOOGLE":"Connect with Google","REGISTER":{"SUBMIT":"Register","LINK":"Or, create your account","TITLE":"Register","LOGIN_LINK":"Already a user? <a>Login!</a>","INVALID_REGISTRATION":"Invalid registration used. Please verify fields."},"PRIVACY_POLICY":{"CANCEL":"Disagree","SUBMIT":"Agree","BODY_CONT2":"&nbsp;","ERROR":"You must accept to continue","TITLE":"Privacy Policy","BODY":"By providing your contact information and clicking the \"I Agree\" button, you consent to receive email messages, text messages, and phone calls, as indicated above, including that of a promotional nature, from Mount Sinai Health System, Inc. (“Mount Sinai”) at the contact information you have provided above. Messages may be about Mount Sinai news, information, events, and job opportunities. You are not required to agree to this in order to obtain property, goods or services from us. An auto-dialer and/or artificial or prerecorded message may be used to make calls to you. Your wireless carrier may charge fees for text messages, emails and calls to your mobile device. Text messages may be sent multiple times per week. Msg&Data Rates May Apply. You represent that you are legally competent and have legal authority to form a contract and provide this consent with respect to the contact information you provide and that you reside in the United States. You may not consent on behalf of someone else or provide someone else’s contact information. Mobile Internet access is required. You consent to receive phone calls from Mount Sinai even if your phone number is listed on the federal or state “do not call” registry. You may elect to no longer receive promotional communications, and any communications to your mobile device, by contacting our Human Resource department at 646-605-4310/4657. Your opt-out for text messages will be effective when you receive an opt-out confirmation. You will then be placed on our “do-not-contact” list for marketing purposes. (We may still contact you about your transactions with us.) If you are a Nevada resident, you may contact the Nevada Attorney General for more information about your opt out rights by calling 775-684-1100, emailing bcpinfo@ag.state.nv.us, or by writing to: Office of the Attorney General, Nevada Department of Justice, Bureau of Consumer Protection, 100 North Carson Street, Carson City, NV 89701-4717. You agree to enter into, sign and receive this consent to receive messages electronically. Print this page using your Internet-connected computer or device and web browser to retain a copy of your consent. You can withdraw your consent to receive this consent electronically. Mail us at 150 East 42nd Street, Human Resources-4th Floor, New York, NY 10017 to request a free copy of your consent, update your contact information or for other customer service.","BODY_CONT":"&nbsp;"},"EMAIL_OPTION":{"HEADER":"Login with your email account"},"DELETE_PROFILE":"Profile Successfully Deleted","LINKEDIN":"Connect with Linkedin","VALIDATIONS":{"CONTACT":"At least one method of contact is required","WRONG_INFO":"Wrong information. Please try again!","EMAIL_FORMAT":"Invalid email","FIRSTNAME":"First name not filled","EMAIL":"Email not filled","SECURITY_ANSWER":"Security Answer not filled","PASSWORD":"Password not filled","LASTNAME":"Last name not filled","PASSWORD-REQUIREMENTS":"Password must contain at least 1 lower case letter, 1 capital letter (A-Z), 1 special character (!@#$%^&*), and a number (0-9)","AGREE":"Please Agree to the Privacy Policy","GENDER":"Gender not selected","PASSWORD_MISMATCH":"Passwords Do Not Match","USERNAME":"Username not filled"},"PLACEHOLDER":{"CONFIRM_NEW_PASSWORD":"Confirm New Password","NEW_PASSWORD":"New Password","PASSWORD":"Password","CONFIRM_PASSWORD":"Confirm Password","LASTNAME":"Last name","CURRENT_PASSWORD":"Current Password","GENDER":"Gender","USERNAME":"Username","FIRSTNAME":"First name","EMAIL":"Email"},"REGISTER_LINK":"Not a user? <a>Register!</a>","HELPER_TEXT":"<center><strong> External Applicants Only </strong><br>(Not for Employees or Internal Students) <br><strong>MSHS Students & Employees must click on <a href=\"https://ejis.fa.us6.oraclecloud.com\">Employee Login</a></strong><br></br>If you've applied prior to 04/23/2018, click on \"Create your account\" below. Use the same email address that was attached to your previous application.","INVALID_LOGIN":"Incorrect username and password combination.","PASSWORD":"Password","SUBMIT":"Log In","TITLE":"Login","FORGOT_USERNAME":{"TITLE":"Forgot Username"},"ATS_UNAVAILABLE":"The applicant tracking system is unavailable at this time, please try again later.","VERIFICATION":{"BODY":"<p>Dear ${user.firstName},</p>\n<p>Thanks for choosing to apply for a job with ${client.display.name}! Please verify ownership of your email address by clicking this <a href=\"${page.url}?id=${user.id}&ptoken=${user.token}\">link</a>.</p>\n<p>Alternatively, you can verify your account by pasting this URL into your browser: <a href=\"${page.url}?id=${user.id}&ptoken=${user.token}\">${page.url}?id=${user.id}&ptoken=${user.token}</a></p>\n<p>Please note that your job application will not be submitted to ${client.display.name} until you have successfully verified ownership of your email address.</p>\n<p>Sincerely,</p>\n<p>The ${client.display.name} Recruiting Team</p>"}},"candidate_connect":{"cc_signup":{"error_blank_input":"Please fill out all fields."},"email_signup":{"error_blank_input":"Please fill out all fields.","error_network":"There was an error processing your request. Please try again later.","error_title":"Error","success_title":"Success!","error_invalid":"Please enter a valid email address.","success_button":"Continue","success_paragraph":"Thanks for subscribing. Check your email shortly for a confirmation.","error_existing_email":"This candidate profile already exists.","userExists_paragraph":"A message has been sent to your email address . Please follow the instructions to verify it.","userExists_title":"Success!"}},"JOB_DESCRIPTION":{"LOCATION":"Locations:","LOCATION_ARIA_LABEL":"Job Location","REQ_ID":"Req ID:","EMPLOYMENT_TYPE":"Position Type:","REQ_ID_ARIA_LABEL":"Job ID","SKILLS":"Skills:","POSTED_DATE":"Posting Date:","BACK":"Back","DESCRIPTION_HEADING":"Job Description","STREET_ADDRESS":"Street Address:","CATEGORIES":"Categories:","CATEGORIES_ARIA_LABEL":"Job Category"},"SEARCH":{"NO_CITIES":"No cities","NO_LOCATIONS":"No locations","NO_BRANDS":"No brands","NO_CATEGORIES":"No categories","NO_COUNTRY":"No country","NO_STATE":"No states"},"VALIDATION":{"EMAIL_DOMAIN":"Invalid Email Domain"},"MOUNTSINAI":{"CAREERS_PARAGRAPH":"If you are a Mount Sinai Employee, you must apply through the Employee Login portal on top of the page","CAREERS_TITLE":"If you are a Mount Sinai Employee, you must apply through the <a href=\"https://ejis.fa.us6.oraclecloud.com\">Employee Login</a> portal on top of the page<br><br>Mount Sinai Health System is committed to ensuring the safety and well-being of our patients and employees, so that we can continue to serve our communities by delivering exceptional care. Consistent with this commitment, <strong style=\"color: #d80b8c;\">we require all new hires to be vaccinated against COVID-19</strong>."},"VALIDATIONS":{"CURRENTDAY":"Please select today","CONFIRM_PASSWORD":"Confirmed Password does not match","SAMEMONTH":"Start and end date for same job can't be in the same month","PHONE":"Please enter a valid phone number.","AT_LEAST_ONE":"You must choose at least one answer.","GREATER_THAN_EQUAL_TO":"Must be greater than or equal to {{param}}.","MINLENGTH":"Please enter at least {{param}} characters.","MINVALUE":"Please enter a value greater than or equal to {{param}}.","EQUAL_TO":"Must be equal to {{param}}.","EMAIL":"Please enter a valid email address.","CONTINUOUS":"This end date has to be the same month or sooner to the above start date. A single history cannot have the same month for start and end dates.","MAXDATE":"Please select a date before {{param}}.","LESS_THAN_EQUAL_TO":"Must be less than or equal to {{param}}.","PATTERN":"This is not a valid format.","GREATER_THAN":"Must be greater than {{param}}.","NOT_UNIQUE":"Please enter/select a unique value.","ZIPCODE~OVERRIDDEN~":"Please enter a valid postal code.","LESS_THAN_EQUAL_TO_DATE":"Date must be equal to or before {{param}}.","GREATER_THAN_EQUAL_TO_DATE":"Date must be equal to or after {{param}}.","MINDATE":"Please select a date after {{param}}.","DATEFORMAT":"Please enter a valid date.","NUMERIC":"Please enter a valid number.","TODAY":"Please select today's date {{param}}","ZIPCODE":{"ADVANCE":"Invalid postal code."},"REQUIRED":"This field is required.","LESS_THAN":"Must be less than {{param}}.","MAXLENGTH":"Please enter no more than {{param}} characters.","EMAIL_REQUIRED":"This field is required.","SSN":"Please enter a valid SSN.","GENERIC":"Please enter a valid input.","PASSWORD":"The password field is required.","EQUAL_TO_DATE":"Date must be the same as {{param}}.","GREATER_THAN_DATE":"Date must be after {{param}}.","MAXVALUE":"Please enter a value less than or equal to {{param}}.","TEXTUAL":"Please only enter text.","LESS_THAN_DATE":"Date must be before {{param}}."},"REFERRALS":{"TRACK_REFERRAL":{"TILE":{"REFERRAL_EXPIRED":"Your employee referral life cycle has expired. Renew referral now.","REFERRAL_RENEW":"Refer to a new job to renew"}},"REFERRAL_SUCCESS":{"MESSAGE":"You’ve successfully submitted a referral for {{name}} to the {{jobTitle}} position in {{jobLocation}}.","BACK_BUTTON":"Back","TITLE":"Thank You!"},"REFER":{"START":{"BUTTON":"Get Started"},"MODAL":{"CHECK_STATUS":{"EMAIL":"Enter Email"},"START":{"REJECT":"Back","HEADER":"First, let's check your eligibility.","CONFIRM":"Check Email","BODY":"Since there is a limit for 1 referral within 2 years, we need to make sure you’re currently eligible to submit a referral. Enter your employee email below."},"ERROR":{"HEADER":"Not Eligible","BODY":"This person isn't eligible to be referred by you to the {{ title }} position. They have already been recommended before by another employee.","NEW_REFERRAL":"Refer Another Candidate"}}},"TRACK_REFERRALS":{"REFER_SOMEONE_ELSE":"Refer Someone Else","SHOW_MORE":"Show More","INVITED_TO_APPLY":"Invited to apply","REFERRAL_ROLE":{"APP":{"CREATED_AT":"Created at:","STARTED_ON":"Applied on:"}},"CANDIDATE_INFO":{"REFERRED_ON":"Referred On:","REFERRAL_COUNT":"# of Positions:","STATUS":"Status:","EXPIRED_LABEL":"Expired","TITLE":"You Referred","CONNECTED_UNTIL":"Connected Until:"},"HEADER":"You have {{ count }} Referrals","REFERRAL_INFO":{"UPDATED":"Updated"},"PORTAL":{"APPLICATIONS":{"HIRING_FLOW_STEP":{"RECEIVED":{"TITLE":"Referral Received"}}}},"SHOW_LESS":"Show Less"},"SUMMARY":{"TRACK_REFERRALS":"Track All Your Referrals","ACTIVE_REFERRALS":"Active Referrals","LATEST_REFERRAL":"Your Latest Referral"},"MESSAGES":{"ERROR_POPUP":{"TITLE":"Error","BODY":"Error Message. You should probably update the token."}},"SUMMARY_BAR":{"REFERRED_ON_INFO":"On {{date}} for the <u><b>{{title}}</b></u> Position in {{location}}"},"MAKE_REFERRAL":{"ABOUT_REFERRAL":"Tell us about your referral","PHONE":"Phone","BACK_BUTTON":"Back","MENTION_NO":"No","EMAIL":"Email","LAST_NAME":"Last Name","MENTION_YES":"Yes","FIRST_NAME":"First Name","FIT":"Why is this person a good fit?","SUBMIT_BUTTON":"Submit","MENTION":"Can we mention you when we reach out to this candidate?","TITLE":"Make a Referral","RELATIONSHIP":"What is your relationship to this person?"},"FAQ":{"MORE_FAQ":"More FAQs","ANSWER":{"1":"Test Referral FAQ Answer 1","2":"Test Referral Answer 2","3":"Test referrals faq answer 3","4":"Test faq referrals answer 4"},"HEADER":"Frequently Asked Questions","SUBHEADER":"Learn more about how our referral program works","QUESTION":{"1":"Test FAQ Question 1","2":"Test Referral Question 2","3":"Testing Referrals Question 3","4":"Test referral faq question 4"}},"TABS":{"SEARCH_REFER":"Search Jobs & Refer","SEARCH":{"BUTTON":"<a token-data=\"REFERRALS.TABS.SEARCH.BUTTON\" token-type=\"text\" href=\"/internal/jobs\">Search Open Jobs</a>"},"INFO_BLOCKS":{"SUB_TITLE":{"1":"Know someone who'd be a great fit?","2":"Follow their progress through the recruitment process."},"TITLE":{"1":"1. Refer","2":"2. Track"},"CONTENT":{"1":"Referring someone to our organization is simple and rewarding. Submit their information through our referral form, including their resume and relevant details.\nOur recruitment team will review the referral. If the candidate is a good fit, they will be invited for an interview. Successful referrals that lead to a hire may qualify you for a referral bonus or other rewards.","2":"After submitting a referral, you'll receive a confirmation email. You can track the status of your referral through a company portal or dashboard, which provides updates such as application received, under review, and interview scheduled. Regular email notifications will keep you informed at key stages of the recruitment process."}},"LEARN":{"BUTTON":"<a token-data=\"REFERRALS.TABS.LEARN.BUTTON\" token-type=\"text\" href=\"/internal/jobs\"> Learn More </a>"},"ABOUT":"About","REFERRALS":"Your Referrals"},"MAIN":{"BANNER":{"TITLE":"Welcome back, {{fname}} {{lname}}!","HERO":"https://cms.jibecdn.com/prod/jibeapply/assets/REFERRALS-MAIN-BANNER-HERO-en-us-1597330851986.jpg"}},"ABOUT":{"VIDEO":"<video controls style=\"width: inherit;\" src=\"https://cdn-us.altrulabs.com/uploads/production/videos/video-117254/video_117254_Qp6K8t1JwmgaJUe5gMdaXA.mp4\">\n </video>"}},"TALENT_COMMUNITY":{"FORM_ERROR_BLANK_UPLOAD":"This file is blank and has no content. Please try again using a file with content.","JIBE_INPUT-STATE-PLACEHOLDER":"State","JIBE_INPUT-PREFERRED-SKILLS":"Preferred Skills","JIBE_INPUT-JOB_CATEGORY":"Job Category","DEPENDENT_ERROR_PHONES":"Both value and type are required for Phone fields","JIBE_INPUT-NON_COMPETE":"Non-compete in place with your current employer?","JIBE_LABEL-SELECT_AN_OPTION":"-- Select an Option --","FORM_ERROR_UPLOADING_FILE":"Error uploading file. Try again","TAKEN_EMAIL_ALERT":"A profile with this email already exists in the system. Please <a class=\"auth-link\" href=\"{{authURL}}\">login</a>.","JIBE_INPUT-LAST_NAME-PLACEHOLDER":"Last Name","JIBE_INPUT-GENERAL_CONSENT":"I agree to share my profile with recruiters and receive occasional emails about new career opportunities. I agree to the <a href=\"https://www.icims.com/legal/privacy-notice-website\" target=\"_blank\">Privacy Policy</a>.","ALERTS_UNSUBSCRIBE_SUBHEADER":"You have been unsubscribed from all job alerts.","JIBE_INPUT-PHONE_TYPE_HOME":"Home","JIBE_INPUT-ELIGIBILITY_EU":"Eligible to work in the EU?","JIBE_INPUT-CAMPAIGN_CONSENT_TITLE":"Campaign Consent","JIBE_SIGNUP_ERROR":"This Email Already Exists","JIBE_INPUT-JOB_ALERTS":"I wish to opt-in to receive email notifications of new jobs and opportunities.","JIBE_INPUT-ELIGIBILITY_US":"Eligible to work in the US?","JIBE_RESTRICTED_EMAIL_ERROR":"This action could not be completed.","JIBE_INPUT-HEADLINE-PLACEHOLDER":"Add Headline","DEPENDENT_ERROR":{"LINKS":{"TYPEID":"Both value and type are required for Link fields. Please fill out the Link Type","VALUE":"Both value and type are required for Link fields. Please fill out the Link"},"PHONES":{"TYPEID":"Both value and type are required for Phone fields. Please fill out the Phone Type","VALUE":"Both value and type are required for Phone fields. Please fill out the Phone Number"}},"EVENT_LISTING":{"EVENT_NAME_DESC":"Event name (z - a)","FILTER_LABEL_VENUECITY":"City","FILTER_LABEL_RECRUITMENTTYPE_p":"Professional","SORT_BY":"Sort by","START_DATE_ASC":"Start date (asc)","I":"In person","LOCATION_COLUMN_TITLE":"Location","EVENT_NAME_ASC":"Event name (a - z)","LOCATION_LABEL":"Location","FILTER_LABEL_VENUECOUNTRY":"Country","EVENT_TYPE_COLUMN_TITLE":"Event type","FILTER_LABEL_VENUESTATE":"State","FILTER_LABEL_EVENTCATEGORY":"Event Category","KEYWORD_LABEL":"Keyword","FILTER_LABEL_SCHOOL":"School","T":"TBD","V":"Virtual","FILTER_LABEL_RECRUITMENTTYPE_e":"Executive","FILTER_LABEL_RECRUITMENTTYPE_f":"Frontline","FILTER_LABEL_RECRUITMENTTYPE_c":"Campus","START_DATE_DESC":"Start date (desc)","FILTER_LABEL_RECRUITMENTTYPE_d":"Designate Program","REGISTER":"Register","FILTER_LABEL_VENUE":"Venue","FILTER_LABEL_RECRUITMENTTYPE":"Recruitment Type","SEARCH":"Search","EVENT_TYPE_LABEL":"Event type","FILTER_LABEL_RECRUITMENTTYPE_ct":"Contractor","RELEVANCE":"Relevance","DATE_AND_TIME_LABEL":"Date and time"},"JIBE_INPUT-GROUP":"Group","JIBE_INPUT-PHONE_TYPE":"Phone Type","JIBE_SECTION_HEADING-ELIGIBILITY":"Eligibility <hr>","JIBE_INPUT-EDUCATION_GRAD":"Graduation Date","JIBE_INPUT-RELOCATION_PREFERENCE_NO":"No","JIBE_INPUT-RELOCATION_PREFERENCE":"Willing to Relocate?","JIBE_INPUT-CITY-PLACEHOLDER":"City","JIBE_INPUT-EDUCATION_DEGREE":"Degree","JIBE_INPUT-LATEST_COMPANY":"Company","JIBE_INPUT-ATTRIBUTES":"Attributes","JIBE_SECTION_HEADING-WORK_HISTORY":"Latest Job <hr>","JIBE_INPUT-PHONE_TYPE_MOBILE":"Mobile","JIBE_INPUT-JOB_ALERTS_CONSENT_TITLE":"Job Alerts","JIBE_INPUT-CONTACT_METHOD_EMAIL":"Email","JIBE_THANKS_HEADER":"Thanks for joining our Talent Community!","JIBE_INPUT-EDUCATION_GRAD-PLACEHOLDER":"Add Graduation Date","JIBE_INPUT-PHONE_TYPE_WORK":"Work","JIBE_INPUT-ADDRESS1-PLACEHOLDER":"Address 1","JIBE_INPUT-EDUCATION_SCHOOL":"School","JIBE_INPUT-STATE":"State","JIBE_SECTION_HEADING-WORK_EDUCATION":"Work and Education Summary <hr>","JIBE_INPUT-ADDRESS2-PLACEHOLDER":"Address 2","JIBE_THANKS_SUBHEADER":"Your profile has been successfully submitted","JIBE_INPUT-RELOCATION_PREFERENCE_YES":"Yes","JIBE_INPUT-CONTACT_TIME_AFTERNOON":"Afternoon","JIBE_INPUT-GENERAL_CONSENT_TITLE":"Consent","JIBE_INPUT-LAST_NAME":"Last Name","FORM_PROCESSING_FILE":"Processing file...","JIBE_INPUT-COUNTRY":"Country","JIBE_INPUT-EMAIL-PLACEHOLDER":"Email Address","JIBE_INPUT-LATEST_TITLE":"Title","JIBE_INPUT-SEEKING_LEVEL":"Seeking Level","JIBE_INPUT-ZIP_CODE":"Postal Code","JIBE_INPUT-TITLE-PLACEHOLDER":"Add Title","JIBE_INPUT-CONTACT_METHOD_PHONE":"Phone","JIBE_INPUT-EDUCATION_MAJOR":"Major","JIBE_INPUT-LATEST_HIRED":"Was Hired","JIBE_INPUT-EDUCATION_MAJOR-PLACEHOLDER":"Major","JIBE_INPUT-JOB_ALERTS_CONSENT":"I want to receive job alerts for my category and location preferences and agree to the <a href=\"#\">Privacy Policy</a>","DEPENDENT_ERROR_LINKS":"Both value and type are required for Link fields","JIBE_INPUT-LANGUAGES":"Languages","JIBE_SECTION_HEADING-CONTACT":"Contact Info <hr>","JIBE_INPUT-ADDRESS2":"Address 2","JIBE_INPUT-FIRST_NAME-PLACEHOLDER":"First Name","VALID_NAME_ALERT":"Error: Please enter a valid name","JIBE_INPUT-PREVIOUSLY_WORKED_FOR":"Previously worked for","JIBE_INPUT-ADDRESS1":"Address 1","JIBE_INPUT-EDUCATION_CURRENT":"Is Current","JIBE_INPUT-LOCATION_PREFERENCES":"Location Preferences","JIBE_INPUT-TITLE":"Title","JIBE_INPUT-CONSENT_ERROR":"You must accept this privacy policy before submitting.","JIBE_INPUT-CONTACT_METHOD_SMS":"SMS","JIBE_INPUT-LATEST_COMPANY-PLACEHOLDER":"Company","JIBE_INPUT-CONTACT_TIME_MORNING":"Morning","JIBE_INPUT-ZIP_CODE-PLACEHOLDER":"Postal Code","REQUIRED_FIELDS_ERROR":"Please fill out all required fields","JIBE_INPUT-EMAIL":"Email Address","JIBE_SECTION_HEADING-EMPLOYER_SEEKING":"Skills & Interests <hr>","JIBE_INPUT-CONTACT_METHOD":"Contact Method","JIBE_INPUT-LOCATION_PREFERENCES-PLACEHOLDER":"Add Locations (Include Country and City)","JIBE_INPUT-FIRST_NAME":"First Name","JIBE_INPUT-SEEKING_STATUS":"Seeking Status","JIBE_INPUT-EDUCATION_SCHOOL-PLACEHOLDER":"School","FORM_ERROR_FILL_RESUME":"Error filling resume data to fields","SIGNUP_ERROR":{"CC-104":"Email address already in use"},"JIBE_INPUT-SKILLS":"Skills","JIBE_INPUT-EDUCATION_LEVEL":"Education Level","JIBE_INPUT-LATEST_CURRENT":"Is Current","JIBE_INPUT-LATEST_TITLE-PLACEHOLDER":"Title","ERROR_SUBMITTING_FORM":"It looks like we are having trouble processing your submission. Please check for any validation errors and try again.","JIBE_INPUT-GENERAL_JOB_ALERT_TITLE":"Job Alerts","DEPENDENT_ERROR_PHONES_AND_LINKS":"Both value and type are required for Phone and Link fields","JIBE_INPUT-CAMPAIGN_CONSENT":"I want to be subscribed to campaign email messages about career opportunities and I agree to the <a href=\"#\">Privacy Policy</a>","FORM_ERROR_INVALID_UPLOAD_TYPE":"This file type is not currently supported. Please try again using a supported file type.","FORM_UPLOAD_BUTTON_LABEL":"Choose File","NO_CONSENT_ERROR":"You must accept the privacy policy before submitting","SUBMIT_BUTTON_TEXT":"Submit","JIBE_INPUT-RESUME_UPLOAD":"Resume Upload","UNSUBSCRIBE_HEADER":"Unsubscribe","JIBE_INPUT-CONTACT_TIME":"Contact Time","JIBE_SIGNUP_SUBMIT":"Submit","FORMS":{"FIX_SUBMIT_ERRORS":"Submission failed. Please review the fields and resolve any errors."},"FORM_DEFAULT_FILE_LABEL":"No file chosen","JIBE_INPUT-CITY":"City","JIBE_SECTION_HEADING-EDUCATION_HISTORY":"Education <hr>","CAMPAIGN_UNSUBSCRIBE_SUBHEADER":"You have been unsubscribed from all email notifications.","JIBE_INPUT-PHONE_NUMBER":"Phone Number","JIBE_INPUT-EXPERIENCE_LEVEL":"Years of Work Experience","JIBE_INPUT-HEADLINE":"Headline","JIBE_INPUT-CONTACT_TIME_EVENING":"Evening","JIBE_INPUT-PHONE_NUMBER-PLACEHOLDER":"Phone Number"},"OMP":{"LOADING":"Loading results matching your profile...","RECOMMENDATIONS_NONE_SUBHEADER":"Try to <a href=\"internal/candidate-portal/dashboard/profile/skills\" style=\"color:white;font-weight:bold;text-decoration:underline;\">update your skills</a> to have new suggestions or <a href=\"internal/jobs\" style=\"color:white;font-weight:bold;text-decoration:underline;\">start a new job search.</a>"},"CAP":{"ADD":{"QUESTION_SET":"Add Additional","ADDITIONALWORKEXPERIENCE":"Add Additional Work Experience"},"SHOW-MORE":"Show More","TOGGLE":{"PROFILE":"Profile","APPLICATIONS":"Applications"},"ARTICLE-TITLE":"Tips & Guidance","BUTTON":{"UPDATE_PROFILE":"Update Profile"},"UPDATED":"Updated","CAREER_CENTER":{"BANNER_IMAGE":"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-CAREER_CENTER-BANNER_IMAGE-en-us-1655331083864.png","CAREER_PATHING_BANNER":"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-CAREER_CENTER-DISCOVERY_BANNER-en-us-1684894856802.png","CAREER_ASPIRATION_BANNER_MESSAGE":"Sharing your professional goals with management and HR helps them align your professional ambitions with internal mobility opportunities.You can choose to keep this information private, share it with selected managers, or make it visible to everyone in a management position.","CAREER_ASPIRATION_MOVE_TYPE_OPTION_1":"Vertical moves","DISCOVERY_BANNER":"https://cms.jibecdn.com/prod/demo332/assets/CAP-CAREER_CENTER-BANNER_IMAGE-en-us-1693977890139.jpg","CAREER_ASPIRATION_MOVE_TYPE_OPTION_2":"Horizontal moves","CAREER_ASPIRATION_TIMEFRAME_QUESTION":"What time frame would you ideally make your next career move?","EMPTY_FILE_ICON":"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-CAREER_CENTER-EMPTY_FILE_ICON-en-us-1684503315716.png","ERROR_BANNER":"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-CAREER_CENTER-ERROR_BANNER-en-us-1684894931182.png","BANNER_TEST_IMAGE":"TestDataa","CAREER_ASPIRATION_MOVE_TYPE_OPTION_3":"Leadership position","CAREER_ASPIRATION_BANNER_HEADING":"Tell us about your career aspirations","CAREER_ASPIRATION_MOVE_TYPE_OPTION_4":"Gain new expertise","DISCOVERY_ICON1":"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-CAREER_CENTER-DISCOVERY_ICON1-en-us-1684503129768.png","DASHBOARD":{"DISCOVERY_IMAGE":"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-CAREER_CENTER-DASHBOARD-DISCOVERY_IMAGE-en-us-1655330563746.png"},"CAREER_ASPIRATION_MOVE_TYPE_QUESTION":"What type of move might interest you?","DISCOVERY_ICON2":"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-CAREER_CENTER-DISCOVERY_ICON2-en-us-1684503234111.png","DISCOVERY_ICON3":"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-CAREER_CENTER-DISCOVERY_ICON3-en-us-1684503275023.png","CAREER_ASPIRATION_LOCATIONS_QUESTION":"What are your preferred work location(s)?","CAREER_ASPIRATION_DEPARTMENTS_QUESTION":"What departments are you interested in?","CAREER_ASPIRATION_MOVE_TYPE_POPOVER":"<ul>\n<li>Vertical moves : Get promoted to a higher level of your current position.</li>\n<li>Horizontal moves : Move to a new role at the same level of responsibility.</li>\n<li>Leadership position : Take on additional responsibilities and manage a team.</li>\n<li>Gain new expertise : Gain expertise and experience not necessarily related to your current position.</li>\n</ul>\n<p>This will help the HR Team to recommend you the right position.</p>"},"PERSONAL_INFO_TAB_HEADING":"Personal Information","SHOW-LESS":"Show Less","EMPLOYMENT_HISTORY_TAB_HEADING":"Employment History","PROFILE":{"FACEBOOK":{"URL":"Facebook URL"},"VIEW_JOBS_BTN":"View jobs","EMPLOYMENT_HISTORY":{"TAB":"Employment History"},"CONTACT":{"METHOD":{"PHONE":"Phone","SMS":"SMS","LABEL":"Best communication method","EMAIL":"Email"},"TIME":{"MORNING":"Morning","EVENING":"Evening","AFTERNOON":"Afternoon","LABEL":"Best time to communicate"}},"RELOCATION":{"PREFERENCE":{"NO":"No","YES":"Yes","LABEL":"Willing to relocate?"}},"LINKEDIN":{"URL":"<a href=\"https://www.linkedin.com/company/swca-environmental-consultants/</a>"},"SKILLS":{"CV_PARSING_PROGRESS":"Resume parsing in progress...","NEW":{"ADDED":{"SKILLS":"New added skills"}},"NO_SKILLS_SUBHEADER":"Start building your skill profile","NO_SKILLS_DESCRIPTION":"Before we can find any job match, we need you to start adding some skills.","NO_SUGGESTED_SKILLS_DESCRIPTION":"We cannot find any more suggestions.","CV_PARSING_HEADER":"Skills from your Resume","JOB_MATCHING_BANNER_LINK":"/internal/jobs?view=personalization","SUGGESTED_SKILLS_DESCRIPTION":"These skills might be a good fit! Click on a suggestion to add it to your profile.","SEARCH_SKILLS_PLACEHOLDER":"Search skills to complete your profile.","CV_PARSING_FILE_TOOLTIP":"Format: .pdf,.doc,.docx,.odt,.rtf Size: 200mb","YOUR_SKILLS_LIST_NAME":"Your Skills","ADD_NEW_SKILLS_SUBHEADER":"Add New Skills","SUGGESTED_SKILLS_LIST_NAME":"Suggested Skills List","YOUR_SKILLS_PROFILE_DESCRIPTION":"Your skills profile reflects who you are so make sure to highlight your strengths!","CURRENT":{"SKILLS":"Current skills"},"SELECT":"Select Type","FILE_TYPES":"File types","JOB_MATCHING_BANNER_DESCRIPTION":"to see jobs matching your profile","TAB":"Skills","NO_SUGGESTED_SKILLS_LINK":"<a token-data=\"CAP.PROFILE.SKILLS.NO_SUGGESTED_SKILLS_LINK\" token-type=\"text\" href=\"/candidate-portal/dashboard/profile/employment-history\">Click here</a>&nbspto update your employment history and get new suggested skills.","UPLOAD_YOUR_CV":"Upload Your Resume","SUGGESTED_SKILLS_SUBHEADER":"Suggested Skills","YOUR_SKILLS_PROFILE_SUBHEADER":"Your Skills Profile","PARSED_SKILLS_MODAL":{"CANCEL_SKILL_ADDITION_TEXT":"Got It","ADD_TO_PROFILE_LABEL":"Add to Profile","SELECTED_SKILLS_DESCRIPTION":"<b>{{ numSelectedSkills }} selected skills</b> are ready to be added","NO_SKILLS_HEADER":"Oops! We couldn't find any skills to add to your profile.","NO_SKILLS_DESCRIPTION":"We might find new skills if you update your resume.","CANCEL_SKILL_ADDITION_LABEL":"Cancel Skill Addition","HEADER":"New skills were extracted from your resume!","PARSED_SKILLS_DESCRIPTION":"{{ numParsedSkills }} suggested skills","SUCCESS_DESCRIPTION":"Selected skills were successfully added to your profile.","ERROR_DESCRIPTION":"All the skills we could extract from your resume are already listed in your skills profile.","SELECTED_SKILLS_DESCRIPTION_EMPTY":"0 selected skills","DESCRIPTION":"We have found {{ numSkills }} skills that you don't have in your profile. Click all that you consider yours.","ALL_SKILLS_SELECTED_MESSAGE":"All skills are selected, as shown above","PARSED_SKILLS_LIST":"Parsed Skills List","ERROR_HEADER":"Oops! We could not find any new skills.","SELECTED_SKILLS_LIST":"Selected Skills List","ADD_SKILLS_TO_PROFILE_LABEL":"Add {{ numSkills }} Skills","SUCCESS_HEADER":"Congratulations, your skills profile is upgraded!","CANCEL_ADDITION_LABEL":"Cancel Skill Addition"},"CV_PARSING_DESCRIPTION":"Check out the skills hidden in your profile."},"UPDATED":{"SUCCESSFULLY":"Profile updated successfully","FAILURE":"An error occurred while updating your profile. Please try again later."},"SETTINGS":{"TAB":"Settings"},"ADDITIONAL_INFO":{"TAB":"Additional Info"},"PERSONAL_INFO":{"TAB":"Personal Information","PHONE":"Phone","EMAIL":"Email","LAST_NAME":"Last Name","LOCATION_PREFERENCE":"Work Location Preference","PHONE_TYPE":{"LABEL":"Phone Type","WORK":"Work","CELL":"Cell","HOME":"Home"},"FIRST_NAME":"First Name"},"EMAILS":{"TAB":"Emails & Alerts"},"VALIDATIONS":{"DATE":{"MIN":"Please enter a date after {{date}}.","MAX":"Please enter a date on or before {{date}}.","INVALID":"Please enter a valid date."},"PHONE":"Please enter a valid phone number.","REQUIRED":"This field is required.","EMAIL":"Please enter a valid email address."},"EDUCATION_HISTORY":{"TAB":"Education History"},"SAVE_CHANGES":"Save Changes","CONTINUE":"Continue","UNSAVED":{"CHANGES":{"MESSAGE":"There are unsaved changes. If you quit without saving, changes you made will not be saved"}},"JOB_MATCHING_BANNER_DESCRIPTION":"View potential jobs matching your profile for {{currentTitle}}.","CATEGORY":{"LABEL":"Category"},"CANCEL":"Cancel","LEAVE":{"SKILL":{"PROFILE":"Leave skill profile?"}},"SAVE":"Save","NOTIFICATIONS":{"FROZEN":"Your account data is currently frozen. Please unfreeze your data to enable this form."},"TWITTER":{"URL":"Twitter URL"}},"UPLOAD":{"DOCUMENTS":"Your Documents"},"DASHBOARD":{"RIGHT_ACTION":{"ACTION_TEXT":"Get Help","HEADER":"Need Help?","ROUTE_TO_LOCATION":"#","BODY":"We're here for you! Find answers to the most common candidate questions and get in touch if you aren't finding the support you need."}},"REMOVE":{"QUESTION_SET":"Remove"},"SKIP":"Skip to main content","UNEDITABLE_PROFILE_NOTICE":"Unfortunately, your profile information can’t be edited as of now. Please <a href=\"mailto:test957@mailinator.com?subject=OMP Profile Modification Request\">contact us</a> if you feel any information is wrong.","TIPS-HEADER":"Tips & Guidance","APP-TOTAL":"You have {{param}} job applications","SIDEBAR":{"AUTHOR":"{{param}}"},"CAREER_STUDIO":{"PAGE_NOT_FOUND":{"TITLE":"404","BODY":"We’re sorry, but it looks like this page may be no longer available or does not exist. Please <a href=\"/candidate-portal/career-studio/dashboard\">click here</a> to return to the dashboard.","SUBTITLE":"The page you are looking for no longer exists."}},"EDUCATION_HISTORY_TAB_HEADING":"Education History","NOTIFICATION":{"CLOSE":"Close"},"ARTICLE":{"BACK":"Back"},"APPLIED-ON":"Applied on:","APP-DETAILS":"Application Details","SEARCH-JOBS":"Search Jobs","ONBOARDING":{"ROLE":{"EDIT-2":"click here","LOCATION":"based in","EDIT-1":"If your information is not correct, please","JOB-TITLE":"You are a","MAILTO-SUBJECT":"Opportunity Career Place_ profile modification request","MAIN":"<p>Nice to meet you.<span> &#128075;</span></p>\n <p>Lets quickly set up your profile</p>\n <p>to start having tailored recommendations.</p>","TITLE":"Let's begin with your profile!","GREETING":"Hey","MAILTO-BODY":"Hello,%0D%0A \n%0D%0A\nAs I am being onboarded on Test957 Opportunity Career Place, it seems my profile is not filled with the right information.%0D%0A \n%0D%0A\nGiven information:%0D%0A \n%0D%0A\nCorrect information:","EDIT-4":"Unfortunately, your profile information can’t be edited as of now. Please contact an administrator if you feel any information is wrong.","EDIT-3":"to contact us.","MAILTO-ADDRESS":"serviceomp@test957.com"},"CAREER":{"GROWTH":{"MEDIA":"<img src=\"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-ONBOARDING-CAREER-GROWTH-SKILL-en-us-1649647464317.svg\" alt=\"Career Growth Skill\" style=\"width: inherit; height: inherit;\">","TEXT":"Highlight your strengths through your <b class=\"primary-font-color\">skills profile</b>"},"VISIBLE":{"MEDIA":"<img src=\"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-ONBOARDING-CAREER-VISIBLE-en-us-1649649458824.svg\" alt=\"Career Growth Skill\" style=\"width: inherit; height: inherit;\">","TEXT":"Make your potential <b class=\"primary-font-color\">visible</b> inside the company"}},"VALUE_PROPOSITIONS":{"TITLE":"Take ownership of your career growth"},"PAGE_LOADER":{"PRELOAD_ATS_SKILLS_TITLE":"Collecting skills from your profile data...","TITLE":"Loading skills matching your profile…"},"SUGGESTED-SKILLS":{"DIALOG":{"BUTTON":"View job match","TITLE":"Your selection enables us to match your profile against open positions.","CONTENT":"Let’s have a look at it!"},"TEXT-1":"Add skills to your profile to get job recommendations","TEXT-2":"Here are the popular skills for the role of","SUBMIT-BUTTON":"Select {{numberOfSkills}} more skills","TEXT-3":"Select the skills that suit you! You will also be able to complete or change your profile later on the platform."},"INTERNAL":{"OPPORTUNITIES":{"MEDIA":"<img src=\"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-ONBOARDING-INTERNAL-OPPORTUNITIES-en-us-1649649633966.svg\" alt=\"Career Growth Skill\" style=\"width: inherit; height: inherit;\">","TEXT":"View company’s <b class=\"primary-font-color\">internal opportunities</b>"}},"WELCOME":{"STEPPER_TITLE":"Let's set you up quickly.","EMPLOYEE_PORTAL":"Opportunity Marketplace","MEDIA_OR_TEXT":"Welcome to the Employee Guided Start of Opportunity Marketplace.\nA designed solution to empower your career growth in the Organisation. Kickstart your skills profile and highlight your strengths.\n\nGet the best job recommendations based on the criteria below:\n1. We start the employee onboarding experience by collecting existing skills data for users who started as candidates and went through the ATS to finalize their employee recruitment process. \n\nOR\n\n2. We start the employee onboarding experience by loading the skills for users who did not go through the ATS to become employees. In such a scenario we recommend top 5 skills from Talent Cloud AI.","STEPPER_2":"Kickstart your skills profile and highlight your strengths.","STEPPER_3":"Get the best recommendations.","HEADER":"Welcome page - Follow the instructions to configure your profile.","MESSAGE_DETAIL":"A designed solution to empower your career growth at your organization.","ALERT":{"DESCRIPTION":"Please contact your HRIS administrator to ensure your job title exists in the system to continue with the next steps.","TITLE":"Job title is missing"},"NEXT-BTN":"Next","CTA_START_SKILLS_PROFILE_BUTTON":"Start skills profile","STEPPER_1":"Welcome to Opportunity Marketplace","GREET_MESSAGE":"and Welcome to our Opportunity Marketplace","MEDIA":"<img src=\"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-ONBOARDING-WELCOME-MEDIA-en-us-1655393584339.png\" alt=\"Welcome\">","TITLE":"Ready to boost your career development?","CONTENT":"Welcome to the Opportunity Career Place! <br>\nWe have designed this solution to empower your growth at SEQUOIA. <br>\nWe are excited for you to start a new journey with us.<br> \nBut first, let’s hear a few words from the peers who have successfully achieved their goals!","GREETING":"Hi"},"DEFAULT_MEDIA_PLACEHOLDER":"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-ONBOARDING-DEFAULT_MEDIA_PLACEHOLDER-en-us-1717160509805.png","SKILLS_KICKSTART":{"SELECTED_SKILLS_DETAIL":"Review and validate your skills. You will be able to continue updating your profile later.","SKILL_ADDED":"{{Skill}} skill added","NO_SKILLS_INFO":"Running out of skills? Search above to add skills.","REFRESH":"Refresh","CTA_BACK":"Back","SUGGESTED_SKILLS":"Suggested Skills","DETAIL":"Highlight your strengths to get job recommendations.","SUBTITLE":"Add skills","SUGGESTED_SKILLS_REFRESHED":"Suggested Skills List refreshed","CTA_VIEW_RESULTS":"View results","CONFIRM_NAVIGATION_HEADING":"Confirm Navigation","SKILL_REMOVED":"{{Skill}} skill removed","TITLE":"Kickstart your skills profile","CONFIRM_NAVIGATION_SUB_HEADING":"Changes you made may not be saved. Are you sure you want to leave this page?","SELECTED_SKILLS":"Your selected skills","CTA_SELECT_MORE_SKILLS":"Select {{numberOfSkills}} more skills","POPULAR_SKILLS":"Popular skills for {{currentTitle}}","SEARCH_SKILLS_PLACEHOLDER":"Search skills...","CTA_LEAVE_WITHOUT_SAVE":"Leave without save","CTA_CANCEL":"Cancel","SELECT_MIN_SKILLS":"Select a minimum of 3 skills"},"JOB":{"RECOMENDATION":{"MEDIA":"<img src=\"https://cms.jibecdn.com/prod/jibeapply/assets/CAP-ONBOARDING-JOB-RECOMENDATION-en-us-1649649524267.svg\" alt=\"Career Growth Skill\" style=\"width: inherit; height: inherit;\">","TEXT":"Get <b class=\"primary-font-color\">job recommendation</b> that fits you"}}},"FAQ":{"MORE_BUTTON":"MoreFAQs","HEADER":"Frequently Asked Questions"},"APP-WITHDRAW":{"BUTTON_CONFIRM":"Withdraw","DIALOG_BODY":"Are you sure you want to withdraw your application for the position <b>{{jobTitle}}</b>? This cannot be undone.","NOTIFICATION_FAILURE":"Failed to withdraw your application to","NOTIFICATION_SUCCESS":"You have withdrawn your application to","BUTTON_DENY":"Do Not Withdraw","TITLE":"Withdraw Application","TEXTAREA_LABEL":"OPTIONAL: Please explain why you are withdrawing"}},"TEST":{"TOKEN":"test token."},"AUTH":{"ERROR":{"ORG":{"NOT":{"FOUND":"Organization was not found(placeholder)"}},"USER":{"NOT":{"REGISTER":"User not register, please try another user."}},"DEFAULT":"Unexpected error, please try again"}},"ONBOARDING":{"PRIVACY":{"HEADING":"Privacy Policy","PARA":"<p>In order to create an account with us and submit applications for positions with our company you must read the following Terms and Agreements and select to agree before registering.</p>\n\n<p>In the event that you do not accept our Terms and Agreements you will not be able to submit applications for positions with our company.</p>\n\n<p>You agree to the storage of all personal information, applications, attachments and draft applications within our system. Your personal and application data and any attached text or documentation are retained by Sequoia Apply in accordance with our record retention policy and applicable laws.</p>\n\n<p>You agree that all personal information, applications, attachments and draft applications created by you may be used by us for our recruitment purposes, including for automated job matching. It is specifically agreed that we will make use of all personal information, applications, attachments and draft applications for recruitment purposes only and will not make this information available to any third party unconnected with our recruitment processes.</p>\n\n<p>Your registration and access to our Careers Web Site indicates your acceptance of these Terms and Agreements.</p>","DECLINE-MSG":"You cannot proceed without accepting the Privacy Policy.","BUTTON-2":"Disagree","BUTTON-1":"Agree"}},"JOBS_FILTER_TYPE":"Employment Type","GDPR":{"COOKIE_CONSENT_CLOSE_ICON":"Close","APPLY_CONSENT_BODY":"<p>This career site protects your privacy by adhering to the European Union General Data Protection Regulation (GDPR). We will not use your data for any purpose to which you do not consent.</p>\n\n<p>We store anonymized interaction data in an aggregated form about visitors and their experiences on our site using cookies and tracking mechanisms. We use this data to fix site defects and improve the general user experience.</p>\n\n<p>We request use of your data for the following purposes:</p>\n\n<p>Job Application Data</p>\n<p>This site may collect sensitive personal information as a necessary part of a job application. The data is collected to support one or more job applications, or to match you to future job opportunities. This data is stored and retained for a default period of 12 months to support job matching or improve the user experience for additional job applications. The data for each application is transferred to the Applicant Tracking System in order to move the application through the hiring process.<br />\nYou have the right to view, update, delete, export, or restrict further processing of your job application data. To exercise these rights, you can e-mail us at <a href=\"mailto:privacy@icims.com\">privacy@icims.com</a>.<br />\nConversion Tracking<br />\nWe store anonymized data on redirects to the career site that is used to measure the effectiveness of other vendors in sourcing job candidates.</p>\n\nLearn more about your career site data on our <a href=\"https://www.icims.com/legal/privacy-notice-website/\">Privacy Policy</a> page.</p>","APPLY_CONSENT_TEXT":"<h3>Consent and Data Privacy</h3>","COOKIE_CONSENT_BUTTON_DENY":"Decline","APPLY_CONSENT_DECLINE":"Decline","CLOSE":"x","APPLY_CONSENT_ACCEPT":"Accept","PIXEL_TRACKING_CONSENT_TEXT":"Do you want a Cookie?","THIRDPARTY_CONSENT_BUTTON_DENY":"Decline","THIRDPARTY_TRACKING_CONSENT_TEXT":"Anonymized data is stored for redirects to the career site tracking successful searches leading to job applications in effort to measure effectiveness of partners in sourcing job candidates and job searches. We request use of anonymized data to improve your experience on our site.","COOKIE_CONSENT_BUTTON_ACCEPT":"Okay","THIRDPARTY_CONSENT_BUTTON_ACCEPT":"Accept","CONSENT_BUTTON":"Accept","COOKIE_TRACKING_CONSENT_TEXT":"Cookies are used on this site to assist in continually improving the candidate experience and all the interaction data we store of our visitors is anonymous. Learn more about your rights on our <a href=\"https://www.mountsinai.org/privacy\">Privacy Policy</a> page."},"CRM":{"ISHIRED_FILTER_YES":"Yes","ISHIRED_FILTER_LABEL":"Current Employee","VIP_NAME":"VIP","SEARCH":{"TITLE":"Search"},"GROUP_LABEL":"Group","CANDIDATE_DETAIL":{"REFERRALS_DETAIL":{"SUBHEADER":{"REFERRER":"Referrer"}},"MAIN":{"INVITE_TO_JOIN_HEADER":"Invite to Join Nurture"},"HEADER":{"REFERRALS_TAB":"Referrals"},"BACKGROUND":{"PROFILE":{"MAIN_SECTION_BASIC_INFO_INELIGIBLE_LABEL":"Marked Ineligible Until","CONTACT_UNSUBSCRIBED":"Unsubscribed","CONTACT_SUBSCRIBED":"Subscribed"},"ACTIVITY":{"HIRING_STATUS_DATETIME":"Date/Time"}}},"SETTINGS":{"RECRUITER_MANAGEMENT":{"FORM_INPUT_ATSID_HELPER_TEXT":"This is located in Recruit on the top left the User Profile. It's also located on the Person Reporting page under \"Reporting & Advanced Options - General\" as \"System ID\".","FORM_INPUT_ATSID_PLACEHOLDER":"iCIMS System ID"}},"PIPELINE_LABEL":"Pipeline","RESULTS_TABLE":{"CURRENT_ROLE_HEADER":"Current Role"},"ADD_EDIT":{"ELIGIBILITY_INFORMATION":{"COUNTRIES_TITLE":"Which Countries?","FLUENT_TITLE":"Fluent Languages"},"SOCIAL_LINKS":{"TITLE":"Websites"}},"SCORE_LABEL":"Score","CANDIDATE_AUTH_LABEL":"Candidate Authenticated","PIPELINES_LABEL":"Pipeline","ISHIRED_FILTER_NO":"No","REFERRAL_SOURCE_NAME":"Referral Source","CANDIDATE_GENERATED":"Candidate Generated","CONSENT":{"TEXT":"CONSENT_VERSION={1.0.0}\n<p> This application protects your privacy by adhering to the European Union General Data Protection Regulation (GDPR). Jibe will not use your data for any purpose to which you do not consent.\n</p>\n<p> We request use of your data for the following purposes:\n <br /><br />\n <b>User Authentication</b>\n</p>\n<p>\n This site retains personally identifiable information, specifically e-mail addresses, as a necessary part of user login. This data is retained for the duration of the user profile lifecycle and enables user authentication.\n</p>\n<p>\n <br />\n <b>Usage Analytics</b>\n</p>\n<p> We store anonymized usage data to measure and improve the effectiveness of this CRM application in filling job requisitions and managing talent communities.\n</p>\n<p>\n <br />\n <b>E-mails to Candidates</b>\n</p>\n<p> We collect your personal information such as name and email address. This information is used when you send marketing or contact emails to candidates.\n\n</p>\n<br />\n<a target=\"_blank\" href=\"https://jibe.com/privacy-policy\">Click here</a> for a link to our Privacy Policy page."},"RECRUITER_GEN_LABEL":"Recruiter Generated","RECRUITER_GENERATED":"Recruiter Generated","JOB":{"RECRUITER":"Recruiter","HIRING_MANAGER":"Hiring Manager"}},"STAGING-MOUNTSINAI":{"CAREERS_TITLE":"If you are a Mount Sinai Employee, you must apply through the <a href=\"https://stgwehealny.taleo.net/careersection/iam/accessmanagement/login.jsf?redirectionURI=https%3A%2F%2Fstgwehealny.taleo.net%2Fcareersection%2Fcareersection%2F3%2Fmoresearch.ftl&TARGET=https%3A%2F%2Fstgwehealny.taleo.net%2Fcareersection%2Fcareersection%2F3%2Fmoresearch.ftl\">Employee Login</a> portal on top of the page<br><br>Mount Sinai Health System is committed to ensuring the safety and well-being of our patients and employees, so that we can continue to serve our communities by delivering exceptional care. Consistent with this commitment, <strong style=\"color: #d80b8c;\">we require all new hires to be vaccinated against COVID-19</strong>."},"DATEPICKER":{"JANUARY":"January","JUNE":"June","MAY":"May","OCTOBER":"October","TODAY":"Today","DECEMBER":"December","FEBRUARY":"February","SEPTEMBER":"September","NOVEMBER":"November","SELECT_YEAR":"Select Year","MARCH":"March","AUGUST":"August","JULY":"July","APRIL":"April"},"SKU-A1-VIDEO":{"SUB_TITLE":"<span> Groundbreaking science.</span> <span> Advancing medicine.</span> <span> Healing made personal.</span>","HEADER_VIDEO_SOURCE":"<source src='https://assets.jibecdn.com/prod/mountsinai/0.0.167/bricks/SKU-a1-video/assets/Hero-video.mp4' type='video/mp4'>","TITLE":"Strength Through Diversity"},"FAVICON":"https://cms.jibecdn.com/prod/mountsinai/assets/FAVICON-en-us-1590776508014.png","HEADER":{"COVID_19":"<br><br>If you haven’t already, please <a href=\"https://careers.mountsinai.org/jobs/20000062?lang=en-us\"><strong style=\"color: #d80b8c;\">register to help join the fight</strong></a> and help us win the battle against COVID-19!</br></br>","NAV_LOGO_LINK":"/","LOWER-NAV":{"DD-1-ITEM-9":"<a href=\"/pa-fellowship\">PA Fellowship</a>","LINK-2":"<a href=\"/specialties\">Specialties</a>","LINK-1":"<a href=\"/who-we-are\">Who We Are</a>","DD-1-ITEM-6":"<a href=\"/physicians\">Physicians</a>","DD-1-ITEM-5":"<a href=\"/nursing\">Nursing</a>","DD-1-ITEM-8":"<a href=\"/mount-sinai-health-partners\">Mount Sinai Health Partners</a>","DD-1-ITEM-7":"<a href=\"/research\">Research</a>","DD-1-ITEM-2":"<a href=\"/behavioral-health\">Behavioral Health</a>","DD-1-ITEM-1":"<a href=\"/dtp\">Digital Technology Partners</a>","DD-1-ITEM-4":"<a href=\"/non-clinical-professionals\">Non-clinical Professionals</a>","DD-1-ITEM-3":"<a href=\"/advanced-practice-clinicians\">Advanced Practice Clinicians</a>","LINK-4":"<a href=\"/jobs?page=1\">Search Careers</a>","LINK-3":"<a href=\"/explore-mount-sinai\">Mount Sinai Experience</a>","LINK-6":"<a href=\"/jobs?page=1&categories=Physician\">Physician Jobs</a>","LINK-5":"<a href=\"/diversity-and-inclusion\">Diversity & Inclusion</a>","LINK-8":"<a href=\"https://www.mountsinai.org/about/facts\">Facts & Figures</a>","LINK-7":"<a href=\"/jobs?page=1&categories=Development%2FFundraising\">Development & Fundraising</a>"},"LOGO-TEXT":"Careers","TOP-NAV":{"LINK-2":"<a token-data=\"HEADER.TOP-NAV.LINK-2\" token-type=\"text\" href=\"https://ejis.fa.us6.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX/tc-join\">Join Our Community</a>","LINK-1":"<a token-data=\"HEADER.TOP-NAV.LINK-1\" token-type=\"text\" href=\"https://ejis.fa.us6.oraclecloud.com\">Employee Login</a>","LINK-3":"<a token-data=\"HEADER.TOP-NAV.LINK-3\" token-type=\"text\" href=\"https://ejis.fa.us6.oraclecloud.com\">Employee Referral</a>"},"MOBILE":{"DD-1-ITEM-10":"<a href=\"/pa-fellowship\">PA Fellowship</a>","DD-1-ITEM-9":"<a href=\"/mount-sinai-health-partners\">Mount Sinai Health Partners</a>","LINK-2":"Specialties","LINK-1":"<a href=\"/who-we-are\">Who We Are</a>","DD-1-ITEM-6":"<a href=\"/nursing\">Nursing</a>","DD-1-ITEM-5":"<a href=\"/non-clinical-professionals\">Non-clinical Professionals</a>","DD-1-ITEM-8":"<a href=\"/research\">Research</a>","DD-1-ITEM-7":"<a href=\"/physicians\">Physicians</a>","DD-1-ITEM-2":"<a href=\"/dtp\">Digital Technology Partners</a>","DD-1-ITEM-1":"<a href=\"/specialties\">Specialties</a>","DD-1-ITEM-4":"<a href=\"/advanced-practice-clinicians\">Advanced Practice Clinicians</a>","DD-1-ITEM-3":"<a href=\"/behavioral-health\">Behavioral Health</a>","LINK-4":"<a href=\"/jobs?page=1\">Search Careers</a>","LINK-3":"<a href=\"/explore-mount-sinai\">Mount Sinai Experience</a>","LINK-6":"<a href=\"/jobs?page=1&categories=Physician\">Physician Jobs</a>","LINK-5":"<a href=\"/diversity-and-inclusion\">Diversity & Inclusion</a>","LINK-8":"<a href=\"https://www.mountsinai.org/about/facts\">Facts & Figures</a>"}},"EVENTBRITE":{"EVENTS":{"TITLE":"Upcoming Events"},"NO-EVENTS":{"TITLE":"Sorry, there are no upcoming events."}},"SIGNUP":{"GROUP":{"PERSONALINFORMATION":{"LABEL":"Personal Information"},"EMPLOYERSEEKING":{"LABEL":"Employer Seeking"},"SKILLS":{"LABEL":"Skills"},"EMPLOYMENTHISTORY":{"LABEL":"Employment History"},"EDUCATIONHISTORY":{"LABEL":"Education History"}}},"COMPLETE":{"TRACKING_PIXELS":""},"PROFILE":{"NO_COMPLETED_APPLICATIONS":"You have not completed any applications","UNABLE":"We were unable to retrieve your submitted applications. Try refreshing the page.","LOGOUT_ERROR":"There was an error logging out. Please try again.","MANAGE_PROFILE":"Manage Profile","HEADER":"User Profile","COMPLETED_APPLICATIONS":"Completed Applications"},"KENEXA":{"ERROR_MESSAGE":{"QUESTIONS":{"328":"The username/Email was not recognized. Please check the spelling and try again."},"FORGOT":{"16":"The answer to your security question must be less than 50 characters.","211":"Your new password must not be the same as a recently used password.","212":"Password cannot be the same as the username.","243":"You have attempted to change your password twice within a 24hrs period. For your security, password changes are only allowed once per day. Please wait 24hrs to reset your password again.","251":"Password must be at least eight characters.","252":"Your password must contain at least one of the following special characters: {}[],.<>;:'\"?/|`~!@#$%^&*()_-+=.","253":"Your password must not be the same as any of the 5 preceding passwords.","404":"Incorrect Security Answer."},"CREATE":{"251":"Password must be at least eight characters.","252":"Your password must contain at least one of the following special characters: {}[],.<>;:'\\\"?/|\\\\`~!@#$%^&*()_-+=.","311":"Your log in credentials cannot be validated. You may have created an account in the past, if so please click the 'forgot your password' link to reset your password.","315":"Your password may not be the same as your login e-mail address.","319":"Your password must contain at least one of the following special characters: {}[],.<>;:'\"?/|`~!@#$%^&*()_-+=.","320":"Your password must be between 8 and 25 characters.","322":"Invalid Security Question.","327":"Your username must not include the following characters: < >.","404":"The answers you provided do not match the answers to your security questions. Please try again.","428":"Security questions and answers must be unique."},"LOGIN":{"202":"Unable to find that email/password in the system.","203":"The account has been locked out due to excessive invalid login attempts. Please try again later.","204":"The login was successful; however, a password reset is required.","205":"The site requested is inactive or does not exist."}},"SECURITY":{"ANSWER":{"LABEL":"Security Answer"},"QUESTION":{"1":"What is the name of your first school?","2":"Where is your favorite vacation spot?","3":"What is your mother's maiden name?","4":"What is your first pet’s name?","5":"What is the first car you owned?","6":"What is the name of your favorite restaurant?","7":"What is your paternal grandfather’s first name?","8":"What is your father’s middle name?","9":"What is the city of your first school?","10":"What is the name of the street on which you lived when you were 5 years old?","LABEL":"Security Question"}},"RESET":{"SUBMIT":"Reset Password","HEADER":"Password Recovery"}},"JIBE1_ERROR":{"AP107":"New Password cannot be shorter than 8 characters.","AP106":"Please supply the correct Current Password.","AP109":"New Password must contain at least one lowercase character (a-z).","AP108":"New Password cannot be longer than 20 characters.","AP110":"New Password must contain at least one uppercase character (A-Z).","AP101":"Your username or password is incorrect.","AP112":"New Password must contain at least one special character character (~ ! @ # $ %% ^ & * ( ) - _ + =).","AP111":"New Password must contain at least one numeric character (0-9).","CC103":"The maximum number of requests has been exceeded.","AP103":"There is no email address registered to this user account.","CC102":"Your account has been locked.","AP102":"The login identifier is invalid.","AP113":"New Password can contain only the following characters (a-Z, A-Z, 0-9) and these symbols: ~ ! @ # $ %% ^ & * ( ) - _ + =","CC101":"The applicant profile with this email address already exists.","AP105":"You are not permitted to change your password.","AP104":"The New Password Confirmation does not match the New Password."},"NOTIFICATIONS":{"NOT_LOGGED_IN":"You must be logged in to continue.","UNKNOWN_ERROR":"An unknown server error occurred. Please reload the page and try again."},"mailto-svg":"https://cms.jibecdn.com/prod/jibeapply/assets/mailto-svg-en-us-1531839463798.svg","NO_CITY":"No city","No_COUNTRY":"No country","JOB_ALERTS":{"TOGGLE_ALERT":"Sign up for Job Alerts","DELETE_MODAL_TITLE":"CONFIRM DELETION","NO_ALERTS":"No Job Alerts","CONFIRMATION_SUCCESS_SUBTEXT":"Check your inbox, starting tomorrow, for jobs containing the following keywords","ERROR_NETWORK_SUBTEXT":"Unfortunately, our network is not responding. Please try again later.","DELETE_MODAL_PROMPT":"Are you sure you want to delete this job alert?","ERROR_EMAIL":"Email empty or invalid","MANAGER_HEADER":"Saved Job Alerts","CONFIRMATION_SUCCESS":"Your job alert was successfully created.","ERROR_NETWORK":"Your job alert was NOT created."},"FOOTER":{"SECTION_1":{"ADDRESS":"150 East 42nd Street<br/>4th Floor<br/>New York, NY 10017","PHONE":"P: 646-605-4310","TITLE":"Contact Us"},"SECTION_3":{"TITLE":"Mount Sinai Health System endeavors to make Mount Sinai's Career Center accessible to any and all users. If you would like to contact us regarding the accessibility of our website or need assistance completing the application process, please contact our Talent Acquisition team at P: 646-605-4310 or click on the Live Chat icon below! | <a href=\"https://www.dropbox.com/sh/ihfkjf22uvkyyf0/AAAehkdnAMp-w3b_i0O7w-jOa?dl=0\">LCA Notices</a>","EEO":"<h2>Click <a href=\"https://www.eeoc.gov/sites/default/files/2022-10/22-088_EEOC_KnowYourRights_10_20.pdf\" target=\"_blank\">here</a> for the ‘EEOC Know Your Rights’ Poster</h2>\n<h2>Click <a href=\"https://dol.ny.gov/system/files/documents/2021/03/deod310.pdf\" target=\"_blank\">here</a> to view the DEOD 310 Equal Opportunity Poster(ny.gov)</h2>"},"SECTION_2":{"COPY":"&copy; 2020 Icahn School of Medicine at Mount Sinai","TEXT":"<a href=\"https://www.mountsinai.org/tou\">User Agreement</a>and<a href=\"https://www.mountsinai.org/privacy\">Privacy Policy</a>","TITLE":"Mount Sinai Health System"}},"VERIFY_LOGIN":{"HELPER_TEXT":"<p style=\"text-align: center;\">Enter your email address to continue. You'll be asked to either log in or create a new account.</p>","SUBMIT":"Submit","TITLE":"Enter Your Email"},"SKU-F7":{"DESKTOP_PARAGRAPH1":"Health Coverage: Offered to our eligible non-union employees, our benefits program provides a breadth of options so our employees can choose what coverage levels and benefits best meet their needs. Union employees receive benefits according to their collective bargaining agreement.","DESKTOP_PARAGRAPH2":"Medical/Prescription Drug Coverage<br>\nDental and Vision Coverage<br>\nDisability Plans<br>\nPre-Tax Reimbursement Accounts (for dependent care, health care, and commuting expenses)<br>\nLife Insurance and Accidental Death & Dismemberment Insurance<br>\nCOBRA (Continuation of Benefits)<br>","ICON_TITLE1":"Health Coverage","MOBILE_PARAGRAPH1":"Health Coverage: Offered to our eligible non-union employees, our benefits program provides a breadth of options so our employees can choose what coverage levels and benefits best meet their needs. Union employees receive benefits according to their collective bargaining agreement.","MOBILE_PARAGRAPH2":"Medical/Prescription Drug Coverage<br>\nDental and Vision Coverage<br>\nDisability Plans<br>\nPre-Tax Reimbursement Accounts (for dependent care, health care, and commuting expenses)<br>\nLife Insurance and Accidental Death & Dismemberment Insurance<br>\nCOBRA (Continuation of Benefits)<br>","MOBILE_PARAGRAPH3":"Work/Life Balance: Paid holidays, vacation, leaves of absence, and more are at your disposal when you need some time to unwind and bear the fruits of your labor. New York City affords extraordinary opportunities for exploring your interests, whatever they may be. The <a href=\"http://recreation.mountsinaihealth.org/\">Mount Sinai Recreation Office</a> is dedicated to helping our employees make the most of these opportunities, including obtaining discount tickets to shows, concerts, movies and other events.","MOBILE_PARAGRAPH4":"Health and Wellness Programs: Our Mount Sinai Parent (MSP) program is dedicated to helping our faculty and staff make their \"24-hour job\" a little more manageable. Mount Sinai also offers mindfulness sessions where you can learn simple, practical techniques to help you better handle the stresses in your life.","DESKTOP_PARAGRAPH3":"Work/Life Balance: Paid holidays, vacation, leaves of absence, and more are at your disposal when you need some time to unwind and bear the fruits of your labor. New York City affords extraordinary opportunities for exploring your interests, whatever they may be. The <a href=\"http://recreation.mountsinaihealth.org/\">Mount Sinai Recreation Office</a> is dedicated to helping our employees make the most of these opportunities, including obtaining discount tickets to shows, concerts, movies and other events.","DESKTOP_PARAGRAPH4":"Health and Wellness Programs: Our Mount Sinai Parent (MSP) program is dedicated to helping our faculty and staff make their \"24-hour job\" a little more manageable. Mount Sinai also offers mindfulness sessions where you can learn simple, practical techniques to help you better handle the stresses in your life.","HEADER_TITLE":"Benefits","ICON_TITLE2":"Offered Plans","ICON_TITLE3":"Recreation","ICON_TITLE4":"Wellness Programs"},"JIBE_SIGNUP_SUBMIT":"Submit","TC":{"SUCCESS":{"HEADING":"Success!","CTA_BUTTON_TEXT":"Continue Searching for Jobs","PARAGRAPH":"We’ve received your information and will keep you in mind if an opportunity becomes available that is a good match with your background. <br /><br />\nContinue applying to jobs you’re interested in <a href=\"/jobs\">here</a>.","CTA_BUTTON_URL":"Link"},"INACTIVE":{"HEADING":"Event Inactive","PARAGRAPH":"This event is no longer active. Please apply to jobs you’re interested in <a href=\"/jobs\">here</a>."},"CONNECT":{"PARA-COPY":"Landing the right opportunity is all about forming the right connections. Take a moment to join, and guarantee youself access to recruiters, job opportunities and events.","HEADER-COPY":"Making the Connection","TILE-3":{"PARA":"Keep your background up to date","HEADER":"Update"},"TILE-2":{"PARA":"Get contacted by recruiters for new jobs","HEADER":"Connect"},"TILE-1":{"PARA":"Build your Candidate Profile","HEADER":"Build"}},"HERO":{"LINK-TEXT-5":"Click here.","LINK-PARA-2":"Or add your resume","LINK-PARA-3":"Already a member?","LINK-TEXT-2":"Join with Email","LINK-TEXT-1":"Join with Linkedin","UPLOAD-TEXT":"Upload","HEADER":"Let iCIMS Find Jobs for You","LINK-TEXT-4":"Upload","LINK-TEXT-3":"Dropbox","PARA-2":"Or add your resume","PARA-1":"Let iCIMS Find Jobs for You","JOIN_EMAIL_TEXT":"Or join with email","ADD_RESUME_TEXT":"Add your resume","PARA-3":"Already a member?","DROPBOX-TEXT":"Dropbox"},"RESUME":{"ERROR":"Error uploading resume"}},"PORTAL":{"CONTAINER-HEADER":"Candidate Applications","EMPLOYMENT_HISTORY":{"NAV_TITLE":"Employment History","JOB_DESCRIPTION":"Job Description","EMPLOYER":"Employer","NO_EMPLOYMENT":"No Employment Added","CONTAINER_PLACEHOLDER":{"JOB_DESCRIPTION":"Job Description","EMPLOYER":"Employer","JOB_TITLE":"Job Title","END_DATE":"End Date","CURRENT_JOB":"Current Job?","START_DATE":"Start Date"},"JOB_TITLE":"Job Title","END_DATE":"End Date","CURRENT_JOB":"Current Job?","START_DATE":"Start Date","TITLE":"Employment History"},"CREATE":{"ERRORS":{"FILE":"Invalid Extension. Please upload valid file type (.pdf, .doc, .docx, .txt, .html)"},"DIALOG":{"PROMPT":"By leaving this page, all unsaved changes will be lost.","TITLE":"Discard unsaved changes?","CONFIRM":"Confirm"},"HEADER":"Create Profile","BUTTONS":{"MANUAL_ENTRY":"Manual Entry","UPLOAD":"Resume Upload","NEXT":"Next","SAVE_AND_COMPLETE":"Save and Complete","CONNECT_LINKEDIN":"Connect to LinkedIn","PREVIOUS":"Previous"}},"ADD_ANOTHER":"Add Another","FREEZE_DATA_BUTTON_TEXT":"FREEZE","HEADER":{"1":{"LINK":"/jobs","TEXT":"Search Jobs"},"3":{"LINK":"/candidate-portal/new/dashboard/applications/active","TEXT":"My Applications"},"4":{"LINK":"/candidate-portal/dashboard/profile/personal-info","TEXT":"My Profile"},"LOGOUT":"Logout","CAREER-STUDIO":"Career Studio","LINK-PROFILE":"My Profile","LINK-JOBS":"Jobs"},"SETTINGS":{"NAV_TITLE":"Settings","EMAIL_SUBSCRIPTION_STATUS":"Unsubscribe from email communications for marketing and/or general engagement purposes.","DIALOG":{"CANCEL":"Cancel","ATS_NOTE":"NOTE: This action will remove your data from this portal, but not from the Applicant Tracking Service. To delete your data from the ATS, navigate to each of the following links:","PROMPT":"This will permanently purge your information from our system. This cannot be undone.","CUSTOMER_ATS_LINK":"here","TITLE":"Permanently Delete Account?"},"UNFREEZE_DATA":"Unfreeze my Stored Data","AUTOFILL_PROFILE_BUTTON":"Autofill","DOWNLOAD":"Download","SUBSCRIBE_PROMPT":"I would like to receive email communications for marketing and/or general engagement purposes.","EMAIL_UNSUBSCRIBE":"You've been unsubscribed","FREEZE_DATA":"Freeze My Stored Data","DOWNLOAD_MY_DATA":"Download My Stored Data","DELETE_INFO":"Permanently Delete All My Data","DELETE_BUTTON_TEXT":"Delete","DELETE_USERDATA":"Please confirm your account deletion on your email","FREEZE_DIALOG":{"CANCEL":"CANCEL","PROMPT":"This will remove your data from processing in our system, including your applications, and remove your ability to log into the candidate portal.","TITLE":"Freeze Data"},"AUTOFILL_PROFILE":"Autofill your profile from a resume","TITLE":"Settings","FREEZE_BUTTON_TEXT":"Freeze"},"UNFREEZE_DATA_BUTTON_TEXT":"Unfreeze","RECOMMENDATIONS":{"NAV_TITLE":"Recommended Jobs","SUPERFIT_SUBHEADER":"Recruiters will see you're a SuperFit for these jobs!","APPLY_NOW":"APPLY NOW","TITLE":"Recommended Jobs"},"APPLICATIONS":{"CONTENT_SECTION_SUBHEADER":"We curated these articles specifically for you","NAV_TITLE":"Applications","APPLIED_ON_DATE":"Applied On: {{date}}","UPDATED_DATE":"Updated on: {{date}}","APPLICATIONS":"My Applications","EMPTY":{"BUTTON_TEXT":"Find Your Perfect Job","CONTENT_TEXT":"You don't have any job applications yet."},"JOB_DESCRIPTION_GOTO":"View Job Description","HIRING_FLOW_STEP":{"WITHDRAWN":{"TITLE":"Withdrawn"},"NEW":{"DESCRIPTION":"Thanks for applying! Our system is now scanning your application to make sure you’ve got the basic qualifications for the role.","TITLE":"Application In Process","TIMELINE":"What's happening in this step?"},"REVIEWED":{"DESCRIPTION":"The interview team is looking through all the applicants to pick out the ideal candidate for the role.","TITLE":"Talent Acquisition Review","TIMELINE":"What's happening in this step?"},"OFFER":{"DESCRIPTION":"The position is in the offer and selection process. The Recruiter will be in contact with you to provide an update and to discuss next steps.","TITLE":"Offer","TIMELINE":"What's happening in this step?"},"INCOMPLETE":{"DESCRIPTION":"Your application is incomplete. Please review your application to complete it.","TITLE":"Application Incomplete","TIMELINE":"What's happening in this step?"},"SECOND_INTERVIEW":{"DESCRIPTION":"You are in the interview stage with key members of the department. Feedback will be shared by the Recruiter and/or Hiring Manager.","TITLE":"Business Interviews","TIMELINE":"What's happening in this step?"},"HIRED":{"DESCRIPTION":"In this stage, you have been offered the role! Congratulations!","TITLE":"Hire","TIMELINE":"What's happening in this step?"},"DECLINED":{"DESCRIPTION":"You have withdrawn this employment application from the hiring process.","TITLE":"Application Withdrawn","TIMELINE":"What's happening in this step?"},"2NDINTERVIEW":{"DESCRIPTION":"You’ve made it to the business interview stage! Next up, you’ll be interviewed by the Hiring Manager and other team members. You will be able to talk through your relevant experience and ask the team questions. We are here to help you prepare.","TITLE":"Business Interviews","TIMELINE":"What's happening in this step?"},"RECEIVED":{"DESCRIPTION":"We have received your application & it is in the review stage. We have an internal team ensuring you submitted a complete application & meet the basic qualifications for the role.","TITLE":"Basic Qualifications","TIMELINE":"What's happening in this step?"},"TESTING":{"DESCRIPTION":"Test Hiring Status","TITLE":"Testing"},"PIPELINE":{"DESCRIPTION":"Your application is currently being reviewed by the system.","TITLE":"Application In Transit","TIMELINE":"What's happening in this step?"},"1STINTERVIEW":{"DESCRIPTION":"The Hiring Manager received your resume from the Recruiter and will determine if you will be considered for a phone or in-person interview.","TITLE":"Hiring Manager Review","TIME":"Usually takes 2 weeks","TIMELINE":"Usually takes 4 weeks"},"FIRST_INTERVIEW":{"DESCRIPTION":"The assigned Recruiter for the role is reviewing your application and resume to determine a match. They may try to connect via phone or email to ask additional questions.","TITLE":"Hiring Manager Review","TIMELINE":"What's happening in this step?"},"REJECTED":{"DESCRIPTION":"Sorry, you are no longer under consideration or you have withdrawn your application. We encourage you to explore additional opportunities with us.","TITLE":"No Longer Under Consideration","TIMELINE":"What's happening in this step?"}}},"LABEL":{"DATA_LOADING":"Data Loading"},"REMOVE":"Remove","LOGIN":{"HEADER":"Log in to track your applications and so much more"},"LOGOS":{"HEALTHSOUTH":"https://cms.jibecdn.com/prod/jibeapply/assets/PORTAL-LOGOS.HEALTHSOUTH-en-us-1523300402626.png","MOUNTSINAI":"https://cms.jibecdn.com/prod/jibeapply/assets/PORTAL-LOGOS.MOUNTSINAI-en-us-1523301549141.png"},"SAVE":"Save","CERTIFICATIONS":{"NAV_TITLE":"Certifications","TITLE":"Certifications"},"YOUR_JOBS":"Your Jobs","SKILLS":{"NAV_TITLE":"Skills","CONTAINER_PLACEHOLDER":{"TYPE_SELECT":"Select Type"},"TITLE":"Skills"},"SAVED_JOBS":{"NAV_TITLE":"Saved Jobs","EMPTY_TEXT":"No Saved Jobs","TITLE":"Saved Jobs"},"LOGO_URL":"https://careers.mountsinai.org/","CONTAINER-NAV-2":"Archived Applications","CONTAINER-NAV-3":"Incomplete Applications","CREATE_PROFILE":{"VALIDATION_ERROR":"All required questions must be answered to save this page."},"HERO-IMG":"https://cms.jibecdn.com/prod/mountsinai/assets/PORTAL-HERO-IMG-en-us-1571326922466.png","EDUCATION_HISTORY":{"NAV_TITLE":"Education History","CONTAINER_PLACEHOLDER":{"SCHOOL":"School","MAJOR":"Major","END_DATE":"End Date","START_DATE":"Start Date","CURRENT":"Currently Attending?"},"TITLE":"Education History","NO_EDUCATION":"No Education Added"},"CONTAINER-NAV-1":"All Applications","MUSE_FOOTER":"Personalized articles are powered by","YOUR_RESUME":"Your Resume","HERO-TITLE":"Welcome Back!","CANCEL":"Cancel","BACK":"Back","PERSONAL_INFORMATION":{"NAV_TITLE":"Personal Information","PHONE_TYPES":{"HOME":"Home","MOBILE":"Mobile"},"CONTAINER_PLACEHOLDER":{"WORK_PREFERENCE":"Primary Location","PHONE":"Phone","EMAIL":"Email","LAST_NAME":"Last Name","PHONE_TYPE":"Phone Type","FIRST_NAME":"First Name"},"TITLE":"Personal Information"},"SECTION_LABEL":{"APPLICATION_STEP_INFO":"Application Step Information","APPLICATION_INFO":"Application Information","PERSONAL_INFO":"Personal Information"},"CAREERS_HOME":"Careers Home"},"NO_LOCATIONS":"No locations","JOBS":{"404":"&nbsp;","GET_CURRENT_LOCATION":"Get Current Location","JOB_DESCRIPTION_CATEGORIES_LINK":"Categories:","COMMUTE_SEARCH_LABEL":"Time","SEARCHING":"Searching...","NEW_SEARCH":"New Search","APPLY_TO_ARIA_LABEL":"Apply to","INTERN":"Intern","HIDE_DESCRIPTION":"Show Less","TELECOMMUTE_ICON":"home","TAGS_LINK":"Tags","MORE_CATEGORIES":"More categories...","CITY_HEADER":"By City","COMMUTE_MAXIMUM_TIME":"Maximum Time (Minutes)","READ_MORE":"Read More","IN":"in","SEARCH":"Search","SELECT_CITIES":"Select Cities","NOT_FOUND":"We've got plenty of jobs over <a href='/jobs'>here</a>.","REQID_SEARCH_CARD":"Req ID:","BRANDS_LINK":"Brands","CATEGORIES":"Categories","PREFERRED_TRANSPORTATION":"Preferred Transportation","FILTER_EMPLOYMENT_TYPE":{"INTERN":"Intern","CONTRACTOR":"Contractor","FULL_TIME":"Full Time","PART_TIME":"Part Time"},"SELECTED":"You've Selected","CURRENT_LOCATION_ERROR":"Your browser was unable to retrieve your current location.","MORE_BRANDS":"More brands...","RECENT_SEARCH":"Recent Searches","APPLY_NOW":"Apply Now","VOLUNTEER":"Volunteer","POSTED":"Posted","LOCATION":"Location","JOB_ID":"Job ID","READ_MORE_ARIA_LABEL":"Read More about","DESCRIPTION_HEADER":"Job Description","BROWSING":"Browse jobs by","JOB_SEARCH_LABEL":"Job Search","PREVIOUS_PAGE_ARIA_LABEL":"Previous Page of Job Search Results","LOCATIONS_LINK":"Locations","CATEGORIES_ARIA_LABEL":"Categories","BRAND_SEARCH_PLACEHOLDER":"All brands","SEARCH_BY_OPTIONS":"Search By Options","SELECT_CATEGORY":"Select Category","CATEGORY":"Category","WFH":"Work from home","TELECOMMUTE":"Remote","TEMPORARY":"Temporary","LOCATION_SEARCH_SELECT":"Location Search","PER_DIEM":"Per Diem","FILTER_COUNTRY":"Country","FILTER_TELECOMMUTE":"Remote","NEXT_PAGE_ARIA_LABEL":"Next Page of Job Search Results","NEARBY_CITIES_EMPTY":"No openings nearby.","EMPLOYMENT_TYPE":"Employment Type","VIEW_LANG_RESULTS":"Switch region to view additional jobs in other languages","CONTRACTOR":"Contractor","EXPAND_DESCRIPTION":"Expand description","FEATURED_JOB":"Featured Job","MORE":"More","FILTER_LOCATIONS_LINK":"Locations","FILTER_STATES":"States","JOBS":"Jobs","RESULTS_SINGULAR":"result","NORESULTS":"No Search Results","CATEGORY_SEARCH_PLACEHOLDER":"All categories","KEYWORD_SEARCH_PLACEHOLDER_CONTEMPORARY":"Search Jobs","LOCATION_ARIA_LABEL":"Location","LOCATION_SEARCH_PLACEHOLDER":"Try \"New York\"","STRETCH_SEARCH_LABEL":"Distance","VIEW_RESULTS":"View Results","DIDYOUMEAN":"Did you mean","ITEMS_PER_PAGE":"Items per page","TAGS2":"Specialty","RESULTS_CLOSE_TO":"These results are close to","SORT_BY":"Sort by","RECRUIT_REFER":"Refer","ALERT":{"BUTTON_TEXT":"Get Job Alerts","SUCCESS":"Your job alert was successfully created.","SIMPLE_SUBMIT":"Submit","SIMPLE_REMOVE_JOB_ALERT":"Signed Up For Job Alerts!","NO_EMAIL":"Please enter a valid email.","EMAIL_REQUEST":"Enter Your Email","SETUP_LABEL":"Setup an Alert","SIMPLE_CANCEL":"Cancel","SIMPLE_GET_JOB_ALERT":"Get Job Alert","ERROR":"Unfortunately, our network is not responding. Please try again later.","TITLE":"Get future jobs matching this search","CAPTCHA_ERROR":"Please submit Captcha.","EMAIL_PLACEHOLDER":"Enter email address","PRIVACY_POLICY_LINK":"/auth/1/privacy-policy"},"LESS_CATEGORIES":"Less categories...","NO_RESULTS_LOCATION":"Results within your range.","BRANDS":"Brands","COMMUTE_SEARCH_MODAL_TITLE":"Commute Search","MULTIPLE":"Multiple","SEARCH_BY_LOCATION":"Search Location","FIND":"Find Jobs","TITLE_A-Z":"Title Asc","FULL_TIME":"Full Time","FILTER_LOCATION_TYPE_LAT_LNG":"No","PART_TIME":"Part Time","POSTED_DATE_ARIA_LABEL":"Posted Date","COMMUTE_SEARCH_MODAL_TITLE_EDIT":"Edit Commute","NEARBY_CITY":"Nearby Locations","LESS_BRANDS":"Less brands...","FOR":"for","DISTANCEUNITS_SCREENREADER_TEXT":"Use LEFT and RIGHT arrow keys to select KM or MILES","JOB_DESCRIPTION_LOCATIONS_LINK":"Locations:","BRAND":"Brand","REFER-REWARD":"Referral reward for this job","CHANGE_SEARCH_BY_LOCATION":"Change to Location","COMMUTE_SEARCH":{"LOCATION":{"REQUIRED_FIELD":"* Indicates a required field"},"MODAL_TITLE":"Commute Search","UPDATE_COMMUTE":"Update Commute","CLOSE":"Close","FROM":"From","TO_JOBS":"to jobs within","SAVE_COMMUTE":"Save Commute","MODAL_TITLE_EDIT":"Edit Commute","ROAD_TRAFFIC":"Include Traffic Estimation","CANCEL":"Cancel","START_OVER":"Start Over","LOCATION_TITLE":"Starting Location*","MAXIMUM_TIME":"Maximum Time (Minutes)","LOCATION_ERROR":"You must select a location.","PREFERRED_MODE":"Preferred Transportation"},"KEYWORD_SEARCH_PLACEHOLDER":"Search Keyword, Category, Job Title, or Military Occupation Code","RELEVANCE":"Relevance","KEYWORD_SEARCH_LABEL":"Search Keyword, Category, Job Title, or Military Occupation Code","ARIA_LABEL":{"REFER":"Refer someone for"},"DISTANCE_FROM":"Distance","LESS":"Less","SEARCH_RESULT_RANGE":"Total Jobs","STATE_HEADER":"By State / Province","COUNTRY_LABEL":"Country","SHARE_JOB":"Share Job","INCLUDE_TRAFFIC_ESTIMATION":"Include Traffic Estimation","REFER":"Refer","CATEGORY_ARIA_LABEL":"Job Category","EXPERIENCE_LEVEL":"Specialties","JOB_MATCHING":"Job Matching","ALL_JOBS":"All Jobs","SELECT_JOB_LANGUAGE":"Select job language","CITIES":"Cities","SEE_JOBS_BY":"See jobs by","USE_CURRENT_LOCATION":"Use my current location","NO_RESULTS_MESSAGE_2":"We could not find any matching jobs in <strong>{{location}}</strong>","CLOSE_DESCRIPTION":"Close description","CURRENT_LOCATION":"Your current location","CATEGORIES_LINK":"Categories","TITLE_Z-A":"Title Desc","SEARCH_LOCATION_LABEL":"Location Search","COUNTRY_HEADER":"By Country","TAG2":"Specialty","DISTANCE_SEARCH_PLACEHOLDER":"Select distance","RESULTS":"results","SEARCH_LOCATIONS_LINK":"Location","CHANGE_SEARCH_BY_COMMUTE":"Change to Commute","FILTER":"Filter","ALL_LOCATIONS":"All locations","SELECT_BRANDS":"Select Brands","COMMUTE_SEARCH_LOCATION_TITLE":"Starting Location","LOCATION_SEARCH_LABEL":"Search Locations","DID_YOU_MEAN":"Did you mean ","FEATURED_JOBS":"Featured Jobs","JOB_SEARCH":"Job Search","FILTER_LOCATION_TYPE_ANY":"Yes","COMMUTE_SEARCH_SELECT":"Commute Search","MULTIPLE_LOCATIONS":"Multiple Locations:","WITH":"with","CURRENT_LOCATION_DENIED":"Your browser settings have prevented us from using your current location. Please enable locations and try again.","SHOW_DESCRIPTION":"Show More","SEARCH_BY_COMMUTE":"Search by Commute","APPLY":"Apply","GEN_ERROR":"General Error","NO_RESULTS_MESSAGE":"We could not find any matching jobs.","SIMILAR_JOBS_TITLE":"Similar Jobs","TITLE":"Title","SEARCH_ARIA_LABEL":"Conduct Search","APPEND_MORE":"More Results"},"APPLY":{"COMPLETE_RESUME_GOOGLE":"Your resume from Google Drive was attached to your application.","DATE_FORMAT_1_VALIDATOR_ERROR":"Please enter a date in format YYYY.","SELECT_LIST_PLACEHOLDER":"Select..","INFO_PAGE":{"PLEASE_VERIFY":"A message has been sent to your email address. Please follow the instructions to verify your email address.","DELETE_PROFILE":"Your profile has successfully been deleted. You can close this window."},"COMPLETE_RESUME_TEXT":"The resume you entered was attached to your application.","COMPLETE_RESUME_DEFAULT":"If you uploaded a resume, it was attached to your application.","SUBMIT_QUESTION_ERROR":"There was an error submitting this question, please try again.","VERIFY":{"ERROR":{"HEADER":"Verification Issue","BODY":"<p>There was an error verifying your account. Please click <a href=\"/jobs\">here</a> to return home and try again.</p>"}},"COMPLETE_HEADER":"Your application for {{jobTitle}} has been successfully <span class='dontwrap'>submitted! <i class='icon-ok icon-large green'></i></span>","COMPLETE_SURVEY_POPUP":"We are currently conducting a survey based on your recent application/recruiting experience. We value your feedback, and would appreciate if you took just a few moments to respond to a few questions","OPTIONAL":"Optional","REPEAT_QUESTION":"Add Another","UPLOAD_RESUME_ERROR":"There was an error uploading your resume.","COMPLETE":{"UNVERIFIED":"&nbsp;"},"ASSESSMENT_URL_FAILURE":"Assessment Not Received","COMPLETE_RESUME_LINKEDIN":"Your Linkedin profile was attached to your application.","EMAIL_VALIDATOR_ERROR":"Please enter a valid email address","GO_HOME":"Careers Home","REQUIRED_FIELD_ERROR":"Required","COMPLETE_RESUME_DROPBOX":"Your resume from Dropbox was attached to your application.","DATE_FORMAT_2_VALIDATOR_ERROR":"Please enter a date in format MM/YYYY.","PROGRESS_HEADER":"Your Progress","DATE_FORMAT_VALIDATOR_ERROR":"Please enter a date in format YYYY.","COMPLETE_MESSAGE":"A member of our Talent Acquisition Team will review your application and will contact you if your skills and experience match the position requirements. Thank you for your interest in The Mount Sinai Health System.","SELECT_LIST_LABEL":"form dropdown select","ASSESSMENT_HEADER":"You are almost done...just a few more steps to go!","ASSESSMENT_URL_SUCCESS":"Assessment URL Received <a href='{{assessmentUrl}}'> {{assessmentUrl}} </a>","COMPLETE_RESUME_SKYDRIVE":"Your resume from SkyDrive was attached to your application.","EXISTING_EMAIL_ERROR":"This email is associated with a profile. An email has been sent for you to access your profile dashboard.","ALREADY_EXISTING_EMAIL_ERROR":"This email is already associated with a profile.","COMPLETE_RESUME_EMAIL":"If you have not emailed your resume yet, please check your inbox and follow the instructions emailed to you to expedite your application submission.","KNOCKOUT_MESSAGE":"Thank you for your interest in this position. Based on your application, we have determined that you are not eligible at this time. If you feel this is a mistake, you can <a href ng-click='goToPrevious()'>go back</a> and update your application.","UPLOAD_SUCCESS":"Upload Success","TYPE_FOR_RESULTS":"Type for results","DATE_FORMAT_3_VALIDATOR_ERROR":"Please enter a date in format MM/DD/YYY.","KNOCKOUT_HEADER":"You are not eligible for this position.","UPLOAD_CV_ERROR":"There was an error uploading your cover letter.","REMOVE_QUESTION":"Remove","ASSESSMENT_MESSAGE":"<h4>Content</h4><p>You are about to enter an assessment system which is proprietary software developed and produced by Kenexa Technology, Inc. The content in this questionnaire has been developed by Kenexa Technology, Inc., Kenexa’s Suppliers and/or Yum Restaurant Services Group, Inc.’s (“Company”) third party content providers and is protected by International Copyright Law. Under no condition may the content be copied, transmitted, reproduced or reconstructed, in whole or in part, in any form whatsoever, without express written consent by Kenexa Technology, Inc. or the applicable third party content provider. Under no circumstances will Kenexa Technology, Inc. be responsible for content created or provided by Company’s third party content providers.</p><p>IN NO EVENT SHALL KENEXA, AN IBM COMPANY, KENEXA’S SUPPLIERS OR THE COMPANY’S THIRD PARTY CONTENT PROVIDERS, BE LIABLE FOR ANY DAMANGES WHATSOEVER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF VOCATIONAL OPPORTUNITY ARISING OUT OF THE USE OF, THE PERFORMANCE OF, OR THE INABILITY TO USE THIS KENEXA ASSESSMENT SYSTEM OR THE CONTENT, REGARDLESS OF WHETHER OR NOT THEY HAVE BEEN ADVISED ABOUT THE POSSIBILITY OF SUCH DAMAGES.</p><h4>Identity</h4><p>By clicking below, you are also confirming your identity for purposes of the questionnaire. You may not receive assistance, refer to any written material, or use a calculator (or similar device) while completing the questionnaire.</p><p>Unless otherwise directed by the Questionnaire Administrator, you are only authorized to take each requested questionnaire once. Failure to comply may result in disqualification. All Kenexa SelectorTM questionnaires are monitored.</p>","SELECT_ALL":"Select All","UPLOAD_EMAIL_ERROR_MESSAGE":"There was an error sending you an email. Please try again.","LOCATION_VALIDATOR_ERROR":"Please select a valid location from the dropdown","ASSESSMENT_URL_WAITING":"Waiting for assessment URL","COMPLETE_RESUME_FILE":"The resume you uploaded was attached to your application.","BIG_DECIMAL_VALIDATOR_ERROR":"Please enter a valid integer or decimal.","ASSESSMENT":{"IS_REQUIRED":"This field is required.","LAST_NAME":"Last Name","FIRST_NAME":"First Name"},"GO_HOME_LI":"Return to LinkedIn"},"SHINE":{"LOGO":"https://cms.jibecdn.com/prod/jibeapply/assets/SHINE-LOGO-en-us-1559591837210.svg"},"API":{"SAML_ERROR":"Uh oh. There's been an error."},"refreshTime":"2024-11-19T10:24:42.250Z","GEN_ERROR":"General Error"}, language: 'en', locale: 'en-US', preferredLanguage: 'en', dir: 'ltr' }; </script> <meta name="title" content="Mount Sinai Careers"> <link href="https://assets.cms.talentplatform.us/shared-assets/apos-frontend/releases/PiUyVMXxMuosAxi4R36JTFkb7xDIO0GQ/default/public-bundle.css" rel="stylesheet"> <title>Mount Sinai Careers</title> <style> @font-face { font-family: 'Neue Haas Grotesk'; src: ; font-weight: 200; font-style: normal; font-display: swap; } @font-face { font-family: 'Neue Haas Grotesk bold'; src: ; font-weight: 800; font-style: normal; font-display: swap; } @font-face { font-family: 'text NHG'; src: ; font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'NHG Black'; src: ; font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: ; font-weight: normal; font-style: normal; font-display: swap; } </style> <meta property="og:url" content="https://mountsinai.cms.talentplatform.us/en-US/home"> <meta property="og:type" content="website"> <meta property="og:title" content="Mount Sinai Careers"> <link rel="stylesheet" href="https://mountsinai.cms.talentplatform.us/api/v1/@apostrophecms-pro/palette/stylesheet?version=cm3ji8esr0012062e04hr965h&amp;aposLocale=en-US:published"> <style id="apos-palette-styles"></style> <script type="text/javascript">window.NREUM||(NREUM={});NREUM.info = {"agent":"","beacon":"bam.nr-data.net","errorBeacon":"bam.nr-data.net","licenseKey":"dc1a1a251b","applicationID":"1097335502","agentToken":null,"applicationTime":104.030217,"transactionName":"NQMDbEdUVhVQVEZfVgxJJEBFR10VQl1BGX4nMk4XHw==","queueTime":0,"ttGuid":"82da3884e8c96fa5"}; (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:"1120319600",accountID:"2486686",trustKey:"552117",xpid:"VgIPV1BbDhABVFhVBAICU1QD",licenseKey:"dc1a1a251b",applicationID:"1097335502"};;/*! 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> <link rel="preconnect" href="https://fonts.googleapis.com/"> <link rel="preconnect" href="https://fonts.gstatic.com/"> <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap" rel="stylesheet"> <link rel="preconnect" href="https://fonts.googleapis.com/"> <link rel="preconnect" href="https://fonts.gstatic.com/"> <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap" rel="stylesheet"> <link rel="shortcut icon" type="image/png" href="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/clxlya2nq0z8p8b2hgon0bbbv-website-favicon1.one-sixth.png"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"> <style></style> <script> // todo: add all of these to partials window.cdnUrl = 'https://app.jibecdn.com/'; </script> </head> <body> <!-- Google Tag Manager This noscript tag will need to be added near the very top of the <body> tag of every page in order to be established before any other subsequent calls. --> <!-- Google Tag Manager --> <script>(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-PK9RRWN');</script> <!-- End Google Tag Manager --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PK9RRWN" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script type="text/javascript" src="https://app.jibecdn.com/prod/cdn.js"></script> <script> var xmlRiskyhttp = new XMLHttpRequest(); xmlRiskyhttp.onreadystatechange = function() { if (xmlRiskyhttp.readyState == 4 && xmlRiskyhttp.status == 200) { riskyCallback() } } // Limit how many times riskyCallback is called if at all. let riskyReloadCount = localStorage.getItem('riskyReloadCount'); riskyReloadCount === null ? riskyReloadCount = 0 : riskyReloadCount = parseInt(riskyReloadCount); var xmlSafehttp = new XMLHttpRequest(); window.cdnUrl = 'https://app.jibecdn.com/'; if (!window.cdnLoaded) { xmlRiskyhttp.open("GET", "/api/trackcdn/risky", true); xmlRiskyhttp.send(); } else { localStorage.removeItem('riskyReloadCount'); xmlSafehttp.open("GET", "/api/trackcdn/safe", true); xmlSafehttp.send(); } function riskyCallback() { if (/jibecdn/.test(window.cdnUrl) && riskyReloadCount < 5) { riskyReloadCount++; localStorage.setItem('riskyReloadCount', riskyReloadCount); window.location.reload(); } } </script> <div id="skip" class="jibe-container" role="navigation" aria-label="link navigation"> <button class="skip-to-main" onclick="skipToMain()" role="link">Skip to Main Content</button> </div> <div id='all-content' class="snap-content " role="main"> <div class="user-language-info"> <span class="hidden-xs hidden-sm"><div class="dropdown language-picker-custom"> </div> </span> </div> <!-- jibe-apply-client-assets landing page body --> <!-- end of jibe-apply-client-assets landing page body --> <!-- CMS landing page body --> <body class=" default-page home mountsinai" data-apos-level="1" data-apos="{&quot;modules&quot;:{},&quot;prefix&quot;:&quot;https://mountsinai.cms.talentplatform.us/en-US&quot;,&quot;sitePrefix&quot;:&quot;&quot;,&quot;shortName&quot;:&quot;attractcms_a3-clnna74uq016dqf2d9294d92w&quot;,&quot;locale&quot;:&quot;en-US&quot;,&quot;csrfCookieName&quot;:&quot;attractcms_a3-clnna74uq016dqf2d9294d92w.csrf&quot;,&quot;tabId&quot;:&quot;xck1gedlalriy7lcowr5znhx&quot;,&quot;uploadsUrl&quot;:&quot;https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w&quot;,&quot;assetBaseUrl&quot;:&quot;https://assets.cms.talentplatform.us/shared-assets/apos-frontend/releases/PiUyVMXxMuosAxi4R36JTFkb7xDIO0GQ/default&quot;,&quot;scene&quot;:&quot;public&quot;}"> <div id="apos-palette"></div> <div data-apos-context-label=""></div> <div data-apos-refreshable=""> <script> window.headerSticky = true; window.addEventListener( 'scroll', (event) => { if (window.headerSticky) { const header = document.querySelector('#header-wrap'); const { clientHeight: height } = header; const { scrollTop } = event.target.scrollingElement; header.classList.toggle('activate', scrollTop >= height); } } ); </script> <header id="header-wrap" role="banner" class="c-header sticky" style="background-color: #ffffffff"> <style>.c-header:not(.custom-header) { .c-header__content{ padding-left: 64px; padding-right: 64px; } }.c-header.sticky.activate { background-color: #ffffffff !important; } .c-header.sticky.activate .snap-menu .header-links.mobile { background-color: #ffffffff ; }.c-header.sticky .c-header__logo { display: block; } .c-header.sticky.activate .c-header__logo-sticky { display: block; } .c-header__content .hide-element{ display: none; }.c-header.sticky.activate .c-header__navigation-item * { color: #4a4a4aff !important; } .c-header.sticky.activate .c-header__navigation-item * { color: #4a4a4aff ; } .c-header.sticky.activate .snap-menu .hamburger span { background: #4a4a4aff ; }.c-header:not(.wrapped) { height: 95px; } .c-header__logo{ height: 66.5px; } #header__logo, #sticky-header__logo, .c-header__button-desktop, .snap-menu { margin-top: calc((95px - 66.5px) / 2); margin-bottom: auto; margin-left: 0px; margin-right: 0px; } .snap-menu { margin-top: calc((95px - 30px) / 2); } @media (max-width: 768px) { .snap-menu { margin-top: calc((95px - 24px) / 2); } } .nav-wrap { width: -webkit-fill-available; display: flex; justify-content: Right; } .c-header__navigation-desktop .dropdown-nav__list { top: calc(100% - (0.33 * 95px)); }@media (min-width: 1200px) { .c-header__navigation-item.isActive { text-decoration: underline; text-decoration-thickness: 4px ; text-decoration-color: #d80b8cff ; text-underline-offset: 7px; }.c-header__navigation-item.isActive .dropdown-nav__list { top: calc(100% - (0.33 * 95px - 4px)); }}.c-header__navigation-item.isActive >a{ color: #d80b8cff; }.c-header:not(.custom-header) { .c-header__button-desktop { text-wrap: nowrap; } .c-header__navigation-desktop .c-header__navigation-item { height: 95px; margin-right: 20px; } }a.c-header__link,.nested-link { font-size: 14px ; }a.c-header__link,.nested-link { font-weight: 600 ; }a.c-header__link,.nested-link { text-transform: none; }a.c-header__link:focus-within, a.c-header__link:hover ,.nested-link:hover { color: #d80b8cff !important; }a.c-header__link,.nested-link { font-family: Helvetica Neue ; }a.c-header__link, .nested-link { color: #4a4a4aff ; }</style> <div class="c-header__content"> <a id="header__logo" href="https://careers.mountsinai.org/home"> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/clrrzhk910g70pb2i3lrx6bw7-artboard-1.full.png" class="c-header__logo" alt="" loading="lazy"> </a> <a id="sticky-header__logo" class="hide-element" href="https://careers.mountsinai.org/home"> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/clrrzhk910g70pb2i3lrx6bw7-artboard-1.full.png" class="c-header__logo" alt="" loading="lazy"> </a> <div class="nav-wrap"> <nav role="navigation" aria-label="primary navigation" class="c-header__navigation-wrap"> <ul class="c-header__navigation c-header__navigation-desktop" data-header-link-widget=""> <li data-header-li="" class="c-header__navigation-item "> <a data-header-button="" class="c-header__link " href="https://careers.mountsinai.org/life-at-mount-sinai">Life at Mount Sinai</a> </li> <li data-header-li="" class="c-header__navigation-item dropdown-nav"> <a data-header-button="" class="c-header__link " href="https://careers.mountsinai.org/specialties">Career Specialties</a> <ul class="dropdown-nav__list"> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/advanced-practice-clinicians">Advanced Practice Providers</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/specialties/allied-health-careers">Allied Health</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/behavioral-health">Behavioral Health</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/research">Clinical Laboratory</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/dtp">Digital Technology Partners</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/mount-sinai-health-partners">Health Partners</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="http://careers.mountsinai.org/non-clinical-professional-careers">Non-Clinical &amp; Administrative Professionals</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/nursing-careers">Nursing</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/physician-careers">Physicians</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/specialties/support-services-careers">Support Services</a> </li> </ul> </li> <li data-header-li="" class="c-header__navigation-item "> <a data-header-button="" class="c-header__link " href="https://careers.mountsinai.org/special-programs">Special Programs</a> </li> <li data-header-li="" class="c-header__navigation-item dropdown-nav"> <a data-header-button="" class="c-header__link " href="https://careers.mountsinai.org/diversity-and-inclusion">Diversity &amp; Inclusion</a> <ul class="dropdown-nav__list"> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/veterans">Veterans</a> </li> </ul> </li> <li data-header-li="" class="c-header__navigation-item "> <a data-header-button="" class="c-header__link " href="https://careers.mountsinai.org/career-events">Career Events</a> </li> <li data-header-li="" class="c-header__navigation-item "> <a data-header-button="" class="c-header__link " href="https://careers.mountsinai.org/faq">FAQ</a> </li> <li data-header-li="" class="c-header__navigation-item dropdown-nav"> <a data-header-button="" class="c-header__link " href="https://ejis.fa.us6.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX/my-profile/sign-in">Sign In / Manage Account</a> <ul class="dropdown-nav__list"> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://ejis.fa.us6.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX/my-profile/sign-in">Create Account</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://login.mountsinai.org/adfs/ls/?SAMLRequest=hZJBc9owEIX%2FikYXTrZsQ5lWg8nQUqZ0SOIJTibpTZFkUCJLoJXi5N9XGDKT9kCuu%2Ft2v%2FdmJxevrUYv0oGyphzkaTZA0nArlNmUg9t6kXwdXEwnwFq9o7Pgt%2BZG7oMEj6LOAO0bJQ7OUMtAATWslUA9p%2BvZ5YoWaUZ3znrLrcYnySuoEm%2B931FCuq5Lu2Fq3YYUWZaT%2B8vVmm9lyxJlwDPDJUbVSf9dmZ7q7LHH4xDQX3VdJdX1usZoOS%2BxEsmjbx7ur4rFXOw7NQztb%2BGa8cv4ub75WT19eYaNqBez7X6F0d0pDhw3RjlAkMsex8dSVoySbJgURZ2PaZbT4tsfjOYxEWWY71UHbxDNabtRJm1tMB5iU%2FU2mWiAaCD4GCrtt7sPaZ73xwCkO5zBaGFdy%2Fz58UMlWm%2F6USqNV%2F4NT98B5ZOC9EgZYBzxGNeSaxtEym1LR6MhsawljRQT8gH2%2FR2u4vLlvLJa8bdPafI0%2F48mGNhJrholBUYzrW33w0nmZYm9CxKT6fHov283%2FQs%3D&amp;RelayState=id-bdT0hLnyBCZxHBYmypNuYZ9JBUbxK-7bePRFIlvg&amp;SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&amp;Signature=469BXkcNCRYKI48rWe%2Fv0blbeWh456v90VGFf12wfa6MTWW0TU%2BjJYS5i%2FrkiEdZMTJ%2FOdj3Nh8qQBtAmnfurogn%2BdUt%2BA54Zv7CRyQKzL%2Frojx3u0kgexidn6wxCFnCYtn8bwxqzcde6eIYhqrud4ZjHZfgA1fUKDBDxM5hxuVRWckWyl0tXWKYPzabVG1ZAS8hUofEbLxJRZHfsQ0Dd4vzd1H%2F%2BLzdn8Bzbvc%2BRO%2BJUTe4VmQAhJV3%2FIDfiAQ0fQRuJaK9eXcWDcGKa2ZmhPUhK34WGvV8jS9VbScpdY%2FZbTMeJ674eIQY1r%2BfdYbCWsoqej0IMy%2FAKy%2FUVYIhb%2FLGSd9mEhzlDRWeUvmzgCzBSWW2N4pEVXIgeYzV3CXZlZvL9bpL3S7PwrNKRIJAtQdWZolT27r76%2Fd1fnSgD5a6Cgp8Qnse1v5MPb6newXgUiqEPz775sgdtolVIjpCw9ohZd3whHegIu0rJz9xkrHkJlJ%2FytYX5jxw0vTvvmbC">Employee Login</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://login.mountsinai.org/adfs/ls/?SAMLRequest=hZJbb9pAEIX%2FirUvPNlrGxqhFSaCIFKqXJzioqhv2%2FUAm%2B7F9ezWob%2B%2BiyFS2gci7dPsnJnvHM3k%2BlWr6De0KK0pBlmSDiIwwtbS7IrBt2oZjwfX0wlyrRo2825vvsIvD%2BiioDPI%2Bo%2BC%2BNYwy1EiM1wDMifYenZ%2Fx%2FIkZU1rnRVWkbPkFWVB9s41jNKu65JumNh2R%2FM0zejz%2Fd1a7EHzWBp03AggUXnWz6XpqS4u%2B3FqQva5qsq4fFxXJFotCiLrGA6Nz5Z8OK9q%2FeXB3z79GW%2Bq%2FaY83K51rn4%2BzT%2BNZzvecRJtznGQMDHIET2sehwXSmk%2BitNhnOdVdsXSPLzvJFqERKThrlcdvWEwp%2BxOmkRbbxyGT9nb5PUWqUJKTqGyfnr7Ls3L%2FjgitMc1JFraVnN3uf1YCda3fSsD46Q7kOkbILxITE6UHq8CHhcKhLK%2BToTVbDQaUss13UI9oe9g387hIQxfLUqrpDh8SJMl2X803mADQm4l1CSaKWW7mxa4g4K41gOh09PSf89u%2Bhc%3D&amp;RelayState=id-O49FuLUdI8nEu9q6dyEkgCONMgyJJvCgeAjwL1nd&amp;SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&amp;Signature=te0KRAD5UlNwY5UeagufGRXtTJh2URwHZpAT8qpq2pgLYyXM2UDgAYI3o9VQ2y8SDGWiYnN%2FO4rp%2BVb1vfMShkGjoACh6fGGiEAHee1u%2FDtjY15qGDHyKOLNR7%2FiT5SgC1dzX4jQUbLluuJ26brdgKPDgs8BtjK4AuYvcCcjh8y81TwuBZ66T9l2I%2Fp8UQPGscZz1C5PDIzPZMvaikFaA6P1deCzne7qQ6WUlq7wF2z1NeWU38fI3ucnPINuuVR01Ikq33ZXEuWoiPUc%2Fm8nEQfp48JQF83XONyaH2RvRCng1xr8Cr0sTbFJ27PL176pFnfs69LmnzL8s%2B3o9xg1aV8VAdFBX%2Ba00OGqwFlAXka1Qr4buZQtDpXVX7ZLykJdLMsY43RNo433N9iJIS89pP4LxDvRP1As8U6O7uGz7S59SeCNSY%2F%2FFvnKvbmDD7afXdCFx7v7oCYUQo8JnIQNd8a5YlmU0gOJOAxjiGp04qrQYwKtlUnNPjgUTUl6AdIZ">Employee Referral</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://ejis.fa.us6.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX/tc-join">Join Talent Community</a> </li> </ul> </li> </ul> </nav> </div> <ul class="c-header__button-desktop right"> <li> <a href="https://careers.mountsinai.org/jobs" class="o-button o-button--primary">Search All Jobs</a> </li> </ul> <nav role="navigation" class="snap-menu"> <div id="snap-overlay" class="overlay"></div> <button class="hamburger" aria-label="Menu open" aria-expanded="false" aria-controls="snap-menu-links"> <span></span> <span></span> <span></span> </button> <span id="snap-menu-links" class="header-links mobile"> <ul class="c-header__navigation c-header__navigation-mobile"> <li class="c-header__navigation-item "> <a data-header-button="" class="c-header__link " href="https://careers.mountsinai.org/life-at-mount-sinai">Life at Mount Sinai</a> </li> <li class="c-header__navigation-item "> <a data-header-button="" class="c-header__link " href="https://careers.mountsinai.org/specialties">Career Specialties</a> <ul class="dropdown-nav__list"> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/advanced-practice-clinicians">Advanced Practice Providers</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/specialties/allied-health-careers">Allied Health</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/behavioral-health">Behavioral Health</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/research">Clinical Laboratory</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/dtp">Digital Technology Partners</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/mount-sinai-health-partners">Health Partners</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="http://careers.mountsinai.org/non-clinical-professional-careers">Non-Clinical &amp; Administrative Professionals</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/nursing-careers">Nursing</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/physician-careers">Physicians</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/specialties/support-services-careers">Support Services</a> </li> </ul> </li> <li class="c-header__navigation-item "> <a data-header-button="" class="c-header__link " href="https://careers.mountsinai.org/special-programs">Special Programs</a> </li> <li class="c-header__navigation-item "> <a data-header-button="" class="c-header__link " href="https://careers.mountsinai.org/diversity-and-inclusion">Diversity &amp; Inclusion</a> <ul class="dropdown-nav__list"> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://careers.mountsinai.org/veterans">Veterans</a> </li> </ul> </li> <li class="c-header__navigation-item "> <a data-header-button="" class="c-header__link " href="https://careers.mountsinai.org/career-events">Career Events</a> </li> <li class="c-header__navigation-item "> <a data-header-button="" class="c-header__link " href="https://careers.mountsinai.org/faq">FAQ</a> </li> <li class="c-header__navigation-item "> <a data-header-button="" class="c-header__link " href="https://ejis.fa.us6.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX/my-profile/sign-in">Sign In / Manage Account</a> <ul class="dropdown-nav__list"> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://ejis.fa.us6.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX/my-profile/sign-in">Create Account</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://login.mountsinai.org/adfs/ls/?SAMLRequest=hZJBc9owEIX%2FikYXTrZsQ5lWg8nQUqZ0SOIJTibpTZFkUCJLoJXi5N9XGDKT9kCuu%2Ft2v%2FdmJxevrUYv0oGyphzkaTZA0nArlNmUg9t6kXwdXEwnwFq9o7Pgt%2BZG7oMEj6LOAO0bJQ7OUMtAATWslUA9p%2BvZ5YoWaUZ3znrLrcYnySuoEm%2B931FCuq5Lu2Fq3YYUWZaT%2B8vVmm9lyxJlwDPDJUbVSf9dmZ7q7LHH4xDQX3VdJdX1usZoOS%2BxEsmjbx7ur4rFXOw7NQztb%2BGa8cv4ub75WT19eYaNqBez7X6F0d0pDhw3RjlAkMsex8dSVoySbJgURZ2PaZbT4tsfjOYxEWWY71UHbxDNabtRJm1tMB5iU%2FU2mWiAaCD4GCrtt7sPaZ73xwCkO5zBaGFdy%2Fz58UMlWm%2F6USqNV%2F4NT98B5ZOC9EgZYBzxGNeSaxtEym1LR6MhsawljRQT8gH2%2FR2u4vLlvLJa8bdPafI0%2F48mGNhJrholBUYzrW33w0nmZYm9CxKT6fHov283%2FQs%3D&amp;RelayState=id-bdT0hLnyBCZxHBYmypNuYZ9JBUbxK-7bePRFIlvg&amp;SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&amp;Signature=469BXkcNCRYKI48rWe%2Fv0blbeWh456v90VGFf12wfa6MTWW0TU%2BjJYS5i%2FrkiEdZMTJ%2FOdj3Nh8qQBtAmnfurogn%2BdUt%2BA54Zv7CRyQKzL%2Frojx3u0kgexidn6wxCFnCYtn8bwxqzcde6eIYhqrud4ZjHZfgA1fUKDBDxM5hxuVRWckWyl0tXWKYPzabVG1ZAS8hUofEbLxJRZHfsQ0Dd4vzd1H%2F%2BLzdn8Bzbvc%2BRO%2BJUTe4VmQAhJV3%2FIDfiAQ0fQRuJaK9eXcWDcGKa2ZmhPUhK34WGvV8jS9VbScpdY%2FZbTMeJ674eIQY1r%2BfdYbCWsoqej0IMy%2FAKy%2FUVYIhb%2FLGSd9mEhzlDRWeUvmzgCzBSWW2N4pEVXIgeYzV3CXZlZvL9bpL3S7PwrNKRIJAtQdWZolT27r76%2Fd1fnSgD5a6Cgp8Qnse1v5MPb6newXgUiqEPz775sgdtolVIjpCw9ohZd3whHegIu0rJz9xkrHkJlJ%2FytYX5jxw0vTvvmbC">Employee Login</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://login.mountsinai.org/adfs/ls/?SAMLRequest=hZJbb9pAEIX%2FirUvPNlrGxqhFSaCIFKqXJzioqhv2%2FUAm%2B7F9ezWob%2B%2BiyFS2gci7dPsnJnvHM3k%2BlWr6De0KK0pBlmSDiIwwtbS7IrBt2oZjwfX0wlyrRo2825vvsIvD%2BiioDPI%2Bo%2BC%2BNYwy1EiM1wDMifYenZ%2Fx%2FIkZU1rnRVWkbPkFWVB9s41jNKu65JumNh2R%2FM0zejz%2Fd1a7EHzWBp03AggUXnWz6XpqS4u%2B3FqQva5qsq4fFxXJFotCiLrGA6Nz5Z8OK9q%2FeXB3z79GW%2Bq%2FaY83K51rn4%2BzT%2BNZzvecRJtznGQMDHIET2sehwXSmk%2BitNhnOdVdsXSPLzvJFqERKThrlcdvWEwp%2BxOmkRbbxyGT9nb5PUWqUJKTqGyfnr7Ls3L%2FjgitMc1JFraVnN3uf1YCda3fSsD46Q7kOkbILxITE6UHq8CHhcKhLK%2BToTVbDQaUss13UI9oe9g387hIQxfLUqrpDh8SJMl2X803mADQm4l1CSaKWW7mxa4g4K41gOh09PSf89u%2Bhc%3D&amp;RelayState=id-O49FuLUdI8nEu9q6dyEkgCONMgyJJvCgeAjwL1nd&amp;SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&amp;Signature=te0KRAD5UlNwY5UeagufGRXtTJh2URwHZpAT8qpq2pgLYyXM2UDgAYI3o9VQ2y8SDGWiYnN%2FO4rp%2BVb1vfMShkGjoACh6fGGiEAHee1u%2FDtjY15qGDHyKOLNR7%2FiT5SgC1dzX4jQUbLluuJ26brdgKPDgs8BtjK4AuYvcCcjh8y81TwuBZ66T9l2I%2Fp8UQPGscZz1C5PDIzPZMvaikFaA6P1deCzne7qQ6WUlq7wF2z1NeWU38fI3ucnPINuuVR01Ikq33ZXEuWoiPUc%2Fm8nEQfp48JQF83XONyaH2RvRCng1xr8Cr0sTbFJ27PL176pFnfs69LmnzL8s%2B3o9xg1aV8VAdFBX%2Ba00OGqwFlAXka1Qr4buZQtDpXVX7ZLykJdLMsY43RNo433N9iJIS89pP4LxDvRP1As8U6O7uGz7S59SeCNSY%2F%2FFvnKvbmDD7afXdCFx7v7oCYUQo8JnIQNd8a5YlmU0gOJOAxjiGp04qrQYwKtlUnNPjgUTUl6AdIZ">Employee Referral</a> </li> <li class="dropdown-nav__item"> <a data-header-button="" class="nested-link " href="https://ejis.fa.us6.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX/tc-join">Join Talent Community</a> </li> </ul> </li> <li class="c-header__navigation-item c-header__button mobile "> <a href="https://careers.mountsinai.org/jobs" class="o-button o-button--primary">Search All Jobs</a> </li> </ul> <button id="focus-end" class="sr-only" aria-label="End of menu" tabindex="-1"></button> </span> </nav> <script> const hamburgerElement = document.querySelector(".hamburger"); const menuLinksElement = document.getElementById("snap-menu-links"); const overlayElement = document.getElementById("snap-overlay"); const focusEndElement = document.getElementById("focus-end"); const adminBar = document.getElementById('apos-admin-bar'); const adminBarHeight = adminBar ? '112' : 0; const _headerHeight = 95; hamburgerElement.addEventListener("click", toggleMenu); hamburgerElement.addEventListener("keypress", handleKeyPress); menuLinksElement.addEventListener("focusout", closeSnapMenu); document.addEventListener("click", closeSnapMenu); focusEndElement.addEventListener("focus", (event) => { if (hamburgerElement.getAttribute("aria-expanded") === "true") { hamburgerElement.focus(); } }); function handleKeyPress(event) { if (event.keyCode === 13) { event.preventDefault(); toggleMenu(); return; } } function toggleMenu() { const isOpen = hamburgerElement.getAttribute("aria-expanded") === "true"; hamburgerElement.setAttribute("aria-expanded", !isOpen); hamburgerElement.classList.toggle("open", !isOpen); menuLinksElement.classList.toggle("open", !isOpen); overlayElement.classList.toggle("open", !isOpen); hamburgerElement.setAttribute("aria-label", !isOpen ? "Menu close" : "Menu open"); focusEndElement.setAttribute("tabindex", !isOpen ? "0" : "-1"); hamburgerElement.setAttribute("style", !isOpen ? (window.innerWidth > 768 ? `top: calc((${_headerHeight}px - 30px) / 2 + ${adminBarHeight}px);` : `top: calc((${_headerHeight}px - 24px) / 2 + ${adminBarHeight}px);`) : "top: '';"); } function closeSnapMenu(event) { if (!menuLinksElement.matches(':focus-within') && (!document.querySelector('.snap-menu').contains(event?.target) || event.target == overlayElement)) { const isOpen = hamburgerElement.getAttribute("aria-expanded") === "true"; if (isOpen) { hamburgerElement.click(); } } } </script> </div> <script> document.addEventListener('DOMContentLoaded', function () { function adjustHeaderHeight() { const header = document.querySelector('.c-header'); const nav = document.querySelector('.c-header__navigation.c-header__navigation-desktop'); const button = document.querySelector('.c-header__button-desktop'); const _headerHeight = 95; const navHeight = nav ? nav.scrollHeight : 0; const buttonHeight = button ? button.clientHeight : 0; _headerHeight < navHeight ? header.classList.add('wrapped') : header.classList.remove('wrapped'); if(button){ button.style.marginTop = `calc((${_headerHeight}px - ${buttonHeight}px) / 2)`; } } function handleStickyClass() { if (window.headerSticky) { const header = document.querySelector('.c-header'); const viewportScale = Math.round((window.outerWidth / window.innerWidth) * 100); const zoomThreshold = 200; function removeStickyClass() { if (header.classList.contains('sticky')) { header.classList.remove('sticky'); } } function addStickyClass() { if (!header.classList.contains('sticky')) { header.classList.add('sticky'); } } viewportScale >= zoomThreshold ? removeStickyClass() : addStickyClass(); } } handleStickyClass(); adjustHeaderHeight(); window.addEventListener('resize', adjustHeaderHeight); window.addEventListener('resize', handleStickyClass); if(window.apos && window.apos.util && window.apos.util) { apos.util.onReady(adjustHeaderHeight); } }); </script> </header> <main role="main"> <a name="main"></a> <div class="apos-area"> <div data-id="clod2ol8b001b356cc3jvzz6h" id="clod2ol8b001b356cc3jvzz6h" class="c-marquee c-marquee--video marquee-container" data-marquee-widget="" data-is-mobile=""> <video class="c-marquee__video c-marquee__md" src="https://assets.jibecdn.com/staging/mountsinai/0.0.163/bricks/SKU-a1-video/assets/Hero-video.mp4" poster="" autoplay="" muted="" loop=""> <source src="https://assets.jibecdn.com/staging/mountsinai/0.0.163/bricks/SKU-a1-video/assets/Hero-video.mp4" type="video/mp4"> <track label="English" kind="subtitles" srclang="en" src="https://mountsinai.cms.talentplatform.us/en-US/marqueevideo-en.vtt" default=""><track> </video> <div class="o-grid o-grid--video" style="background-image:url('https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/clnzzvnef0g4y8h2d5zv7849h-sku-j2-footer-image.max.jpg')"> <div class="o-container"> <div class="o-column--1"> <div class="apos-area"> <div data-rich-text="" class="rich-text-widget"> <p></p><h1 style="text-align:center">Strength Through Diversity</h1><h2 style="text-align:center"><strong><span>Groundbreaking science.</span> <span>Advancing medicine.</span> <span>Healing made personal.</span></strong></h2> </div> <div id="cms-search-bar-widget" class="cms-search-bar-widget "> <div class="search-container"> <input id="keyword-search" placeholder="Search Keyword, Job Title, ID, or MOS Code" type="text" aria-label="keyword"> <input id="location-search" placeholder="Try &quot;New York&quot;" type="text" aria-label="location"> <button id="search-widget-button">Search Jobs</button> </div> </div> <light-search class="cms-search-bar-widget "></light-search> <style> /* Custom Colors Button Styles */ .search-btn { background-color: transparent !important; } .search.home-search .search-btn .search-button, #cms-search-bar-widget.cms-search-bar-widget .search-container #search-widget-button, .blog-wrapper #search-widget-button, .blog-wrapper .search-button { background-color: #d80a8cff !important; color: #ffffffff !important; border: 3px solid #d80a8cff !important; border-radius: 10px !important; } .search.home-search .search-btn .search-button:hover, #cms-search-bar-widget.cms-search-bar-widget .search-container #search-widget-button:hover, .blog-wrapper #search-widget-button:hover, .blog-wrapper .search-button:hover { background: #960864ff !important; border: 3px solid #960864ff; color: #ffffffff !important; } /* End of Button Styles */ /* Location Pin */ .mat-icon.location-icon, #current-location-icon > .mat-icon { color: #d80b8cff !important; } /* Location Pin */ /* Input Borders */ #cms-search-bar-widget input[type=text]:focus, .cms-search-bar-widget textarea:focus, .cms-search-bar-widget mat-form-field.mat-focused { border: 2px solid #ffffff !important; border-radius: 10px !important; } #cms-search-bar-widget input, .cms-search-bar-widget mat-form-field { border: 2px solid #ffffff !important; border-radius: 10px !important; } /* End of Input Borders */ </style> </div> </div> </div> </div> </div> <style> #clod2ol8b001b356cc3jvzz6h.marquee-container { position: relative; display: flex; align-items: center; justify-content: center; } #clod2ol8b001b356cc3jvzz6h .marquee-container__background-image { z-index: -1; position: absolute; inset: 0; overflow: hidden; } #clod2ol8b001b356cc3jvzz6h .marquee-container__background-image:before { content: ""; position: absolute; inset: 0; background-size: cover; background-image: url('https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/clnzzvnef0g4y8h2d5zv7849h-sku-j2-footer-image.max.jpg'); } </style> <div class="c-spacer" style="height: 25px;"></div> <div id="cloe55z8w0032356c29s8qovt" class="column-container"> <div class="column-container__content"> <div class="o-column--100"> <div class="apos-area"> <div data-rich-text="" class="rich-text-widget"> <h3 style="text-align:center"><strong><span style="color:rgb(0, 174, 239)">Over 42,000 Employees Strong!</span></strong></h3><h6 style="text-align:center">Mount Sinai Health System is among New York City's largest employers, with 42,000+ team members in both clinical and non-clinical roles throughout our eight hospital campuses and world-renowned medical school. We are one of the metro area's largest health care providers, with hundreds of ambulatory, primary, and specialty care facilities across the five<br>boroughs, northeastern region and beyond.<strong><br></strong></h6> </div> </div> </div> </div> </div> <style> #cloe55z8w0032356c29s8qovt.column-container { position: relative; min-height: 150px; display: flex; justify-content: center; align-items: center; } #cloe55z8w0032356c29s8qovt .column-container__content { width: 100%; max-width: 1080px; padding: 10px; } </style> <div id="clrjk6uoj072n3b6b6wpase2o" class="column-container"> <div class="column-container__content"> <div class="o-column--33"> <div class="apos-area"> <a href="https://careers.mountsinai.org/nursing-careers"> <div class="c-images "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/cls0viopz0dxzyf2i0uyv2mgn-0746-x475-7217-9.full.png" style="border-radius:20px;opacity:100%" alt="" loading="lazy"> </div> </a> </div> </div> <div class="o-column--33"> <div class="apos-area"> <a href="https://careers.mountsinai.org/physician-careers"> <div class="c-images "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/clw9ct4ti0d73nl296om214qr-60d1-x334-01fa-9.full.png" style="border-radius:20px;opacity:100%" alt="" loading="lazy"> </div> </a> </div> </div> <div class="o-column--33"> <div class="apos-area"> <a href="https://careers.mountsinai.org/advanced-practice-clinicians"> <div class="c-images "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/cls0von9w0e5uyf2ia5cienu5-sdc00225.full.png" style="border-radius:20px;opacity:100%" alt="" loading="lazy"> </div> </a> </div> </div> </div> </div> <style> #clrjk6uoj072n3b6b6wpase2o.column-container { position: relative; min-height: 150px; display: flex; justify-content: center; align-items: center; } #clrjk6uoj072n3b6b6wpase2o .column-container__content { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; max-width: 1080px; padding: 10px; } </style> <div id="clrjq46ba025l3b6bybmebwvz" class="column-container"> <div class="column-container__content"> <div class="o-column--33"> <div class="apos-area"> <a href="https://careers.mountsinai.org/non-clinical-professional-careers"> <div class="c-images "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/cls0lo0mo13b2in2i6ndqfs80-x047-604b-9.full.png" style="border-radius:20px;opacity:100%" alt="" loading="lazy"> </div> </a> </div> </div> <div class="o-column--33"> <div class="apos-area"> <a href="https://careers.mountsinai.org/specialties/support-services-careers"> <div class="c-images "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/cls0v9up80dkeyf2ic991ds4w-ax253-61b0-9.full.png" style="border-radius:20px;opacity:100%" alt="" loading="lazy"> </div> </a> </div> </div> <div class="o-column--33"> <div class="apos-area"> <a href="https://careers.mountsinai.org/specialties/allied-health-careers"> <div class="c-images "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/cls0vbbq90l64iv2afnu47jt8-ax242-57d6-9.full.png" style="border-radius:20px;opacity:100%" alt="" loading="lazy"> </div> </a> </div> </div> </div> </div> <style> #clrjq46ba025l3b6bybmebwvz.column-container { position: relative; min-height: 150px; display: flex; justify-content: center; align-items: center; } #clrjq46ba025l3b6bybmebwvz .column-container__content { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; max-width: 1080px; padding: 10px; } </style> <div id="clw9bjpua02lw3b6gt5qijsqe" class="column-container"> <div class="column-container__content"> <div class="o-column--33"> <div class="apos-area"> <a href="https://careers.mountsinai.org/jobs?keywords=pharmacy"> <div class="c-images "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/c0s7pdh07br23segfodz9x7d-pharm.full.png" style="border-radius:20px;opacity:100%" alt="" loading="lazy"> </div> </a> </div> </div> <div class="o-column--33"> <div class="apos-area"> <a href="https://careers.mountsinai.org/research"> <div class="c-images "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/h356hthixkucpejx5b3wfdip-research.full.png" style="border-radius:20px;opacity:100%" alt="" loading="lazy"> </div> </a> </div> </div> <div class="o-column--33"> <div class="apos-area"> <a href="https://careers.mountsinai.org/jobs?keywords=clinical%20lab&amp;sortBy=relevance&amp;page=1"> <div class="c-images "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/cls0vfybk0dt8yf2i13nz9b0m-sdc02962.full.png" style="border-radius:20px;opacity:100%" alt="" loading="lazy"> </div> </a> </div> </div> </div> </div> <style> #clw9bjpua02lw3b6gt5qijsqe.column-container { position: relative; min-height: 150px; display: flex; justify-content: center; align-items: center; } #clw9bjpua02lw3b6gt5qijsqe .column-container__content { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; max-width: 1080px; padding: 10px; } </style> <div class="c-spacer" style="height: 20px;"></div> <div id="clrz5qbmk08ja3b6ed9i8y14z" class="column-container"> <div class="column-container__content"> <div class="o-column--100"> <div class="apos-area"><div class="c-spacer" style="height: 20px;"></div> <div data-rich-text="" class="rich-text-widget"> <h3 style="text-align:center"><span style="color:rgb(216, 11, 140)">Find Your Place</span></h3><h6 style="text-align:center"><span style="color:rgb(0, 0, 0)">At Mount Sinai Health System's eight hospital campuses, excellence in patient care meets cutting-edge treatment. We're seeking dedicated professionals to join our ranks, delivering compassionate care in modern facilities. Your career here extends beyond the walls of inpatient services to include Urgent and Outpatient Care throughout the metro area. Shape the future of healthcare with us, where every skill contributes to a legacy of superior care.</span></h6> </div> </div> </div> </div> </div> <style> #clrz5qbmk08ja3b6ed9i8y14z.column-container { position: relative; min-height: 150px; display: flex; justify-content: center; align-items: center; background-color: #f2f2f2ff; } #clrz5qbmk08ja3b6ed9i8y14z .column-container__content { width: 100%; max-width: 1080px; padding: 10px; } </style> <div id="clw9d39vf06uo3b6g6fer6mog" class="column-container"> <div class="column-container__content"> <div class="o-column--33"> <div class="apos-area"> <div id="clw9d3kw206v73b6gn0vimjiz" class="card-container"> <div class="card md-elevation-6 "> <div> <div class="apos-area"> <div class="c-images "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/cloe75hne0ohtqs2d43b2bvvg-lp-sku-3-card-img-5-en-us-1520630591673.full.png" style="border-radius:0;opacity:100%" alt="" loading="lazy"> </div> <div data-rich-text="" class="rich-text-widget"> <h6 style="text-align:center"><a href="https://www.mountsinai.org/locations/mount-sinai" target="_blank"><span style="color:rgb(255, 255, 255)">The Mount Sinai Hospital</span></a></h6> </div> </div> </div> </div> </div> <style> #clw9d3kw206v73b6gn0vimjiz > .card { background-color: #d80b8c; } #clw9d3kw206v73b6gn0vimjiz > .card:hover { background-color: #00aeef; } </style> <style> #clw9d3kw206v73b6gn0vimjiz > .card { width: 100%; border-radius: 0px; border-width: 0px; border-color: #d80b8cff; border-style: none; background-color: #d80b8c; box-shadow: ; padding: 0px; margin: 24px; color: ; } </style> </div> </div> <div class="o-column--33"> <div class="apos-area"> <div id="clw9d3wwq06wu3b6gio8lg0jo" class="card-container"> <div class="card md-elevation-6 "> <div> <div class="apos-area"> <div class="c-images "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/cloe7ezt10rt8x12d4sfv7hdp-lp-sku-3-card-img-7-en-us-1619973190518.full.jpg" style="border-radius:0;opacity:100%" alt="" loading="lazy"> </div> <div data-rich-text="" class="rich-text-widget"> <h6 style="text-align:center"><a href="https://www.mountsinai.org/locations/morningside" target="_blank"><span style="color:rgb(255, 255, 255)">Mount Sinai Morningside</span></a></h6> </div> </div> </div> </div> </div> <style> #clw9d3wwq06wu3b6gio8lg0jo > .card { background-color: #d80b8c; } #clw9d3wwq06wu3b6gio8lg0jo > .card:hover { background-color: #00aeef; } </style> <style> #clw9d3wwq06wu3b6gio8lg0jo > .card { width: 100%; border-radius: 0px; border-width: 10px; border-color: ; border-style: none; background-color: #d80b8c; box-shadow: ; padding: 0px; margin: 0; color: ; } </style> </div> </div> <div class="o-column--33"> <div class="apos-area"> <div id="clw9d46m406yh3b6gelzl8qyw" class="card-container"> <div class="card md-elevation-6 "> <div> <div class="apos-area"> <div class="c-images "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/cloe7dcz70v1xqj2a1ij69knx-lp-sku-3-card-img-8-en-us-1520820189003.full.png" style=";opacity:100%" alt="" loading="lazy"> </div> <div data-rich-text="" class="rich-text-widget"> <h6 style="text-align:center"><a href="https://www.mountsinai.org/locations/west" target="_blank"><span style="color:rgb(255, 255, 255)">Mount Sinai West</span></a></h6> </div> </div> </div> </div> </div> <style> #clw9d46m406yh3b6gelzl8qyw > .card { background-color: #d80b8c; } #clw9d46m406yh3b6gelzl8qyw > .card:hover { background-color: #00aeef; } </style> <style> #clw9d46m406yh3b6gelzl8qyw > .card { width: 100%; border-radius: 0px; border-width: 10px; border-color: ; border-style: none; background-color: #d80b8c; box-shadow: ; padding: 0px; margin: 24px; color: ; } </style> </div> </div> </div> </div> <style> #clw9d39vf06uo3b6g6fer6mog.column-container { position: relative; min-height: 150px; display: flex; justify-content: center; align-items: center; background-color: #f2f2f2ff; } #clw9d39vf06uo3b6g6fer6mog .column-container__content { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; max-width: 1080px; padding: 10px; } </style> <div id="clw9d4dwc07073b6gdeqqn6f4" class="column-container"> <div class="column-container__content"> <div class="o-column--33"> <div class="apos-area"> <div id="clw9d4nef070q3b6gx4dbp84s" class="card-container"> <div class="card md-elevation-6 card--negative-0 "> <div> <div class="apos-area"> <div class="c-images "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/cloe72kh20oekqs2d17mi6gpp-lp-sku-3-card-img-4-en-us-1520630512565.full.png" style=";opacity:100%" alt="" loading="lazy"> </div> <div data-rich-text="" class="rich-text-widget"> <h6 style="text-align:center"><a href="https://www.mountsinai.org/locations/downtown" target="_blank"><span style="color:rgb(255, 255, 255)">Mount Sinai Downtown</span></a></h6> </div> </div> </div> </div> </div> <style> #clw9d4nef070q3b6gx4dbp84s > .card { background-color: #d80b8c; } #clw9d4nef070q3b6gx4dbp84s > .card:hover { background-color: #00aeef; } </style> <style> #clw9d4nef070q3b6gx4dbp84s > .card { width: 100%; border-radius: 0px; border-width: 0px; border-color: ; border-style: none; background-color: #d80b8c; box-shadow: ; padding: 0px; margin: 24px; color: ; } </style> </div> </div> <div class="o-column--33"> <div class="apos-area"> <div id="clw9d4vru072d3b6gbib6z5ui" class="card-container"> <div class="card md-elevation-6 "> <div> <div class="apos-area"> <div class="c-images "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/cloe6u55u0uffqj2agxljcxq5-lp-sku-3-card-img-2-en-us-1520821750878.full.png" style=";opacity:100%" alt="" loading="lazy"> </div> <div data-rich-text="" class="rich-text-widget"> <h6 style="text-align:center"><a href="https://www.mountsinai.org/locations/beth-israel" target="_blank"><span style="color:rgb(255, 255, 255)">Mount Sinai Beth Israel</span></a></h6> </div> </div> </div> </div> </div> <style> #clw9d4vru072d3b6gbib6z5ui > .card { background-color: #d80b8c; } #clw9d4vru072d3b6gbib6z5ui > .card:hover { background-color: #00aeef; } </style> <style> #clw9d4vru072d3b6gbib6z5ui > .card { width: 100%; border-radius: 0px; border-width: 0px; border-color: ; border-style: none; background-color: #d80b8c; box-shadow: ; padding: 0px; margin: 0; color: ; } </style> </div> </div> <div class="o-column--33"> <div class="apos-area"> <div id="clw9d53m807403b6ghkwp4bjb" class="card-container"> <div class="card md-elevation-6 "> <div> <div class="apos-area"> <div class="c-images "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/cloe7bede0uzoqj2aguv782b3-lp-sku-3-card-img-6-en-us-1520630634379.full.png" style=";opacity:100%" alt="" loading="lazy"> </div> <div data-rich-text="" class="rich-text-widget"> <h6 style="text-align:center"><a href="https://www.mountsinai.org/locations/queens" target="_blank"><span style="color:rgb(255, 255, 255)">Mount Sinai Queens</span></a></h6> </div> </div> </div> </div> </div> <style> #clw9d53m807403b6ghkwp4bjb > .card { background-color: #d80b8c; } #clw9d53m807403b6ghkwp4bjb > .card:hover { background-color: #00aeef; } </style> <style> #clw9d53m807403b6ghkwp4bjb > .card { width: 100%; border-radius: 0px; border-width: 0px; border-color: ; border-style: none; background-color: #d80b8c; box-shadow: ; padding: 0Px; margin: 24px; color: ; } </style> </div> </div> </div> </div> <style> #clw9d4dwc07073b6gdeqqn6f4.column-container { position: relative; min-height: 150px; display: flex; justify-content: center; align-items: center; background-color: #f2f2f2ff; } #clw9d4dwc07073b6gdeqqn6f4 .column-container__content { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; max-width: 1080px; padding: 10px; } </style> <div id="clw9d5glg075q3b6gbdnowkje" class="column-container"> <div class="column-container__content"> <div class="o-column--33"> <div class="apos-area"> <div id="clw9d5q9b07693b6gqlip0a97" class="card-container"> <div class="card md-elevation-6 "> <div> <div class="apos-area"> <div class="c-images "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/clsvz8aa20hu4qf2aaxe5duf5-x230-08df-9.full.jpg" style=";opacity:100%" alt="" loading="lazy"> </div> <div data-rich-text="" class="rich-text-widget"> <h6 style="text-align:center"><a href="https://www.mountsinai.org/locations/brooklyn" target="_blank"><span style="color:rgb(255, 255, 255)">Mount Sinai Brooklyn</span></a></h6> </div> </div> </div> </div> </div> <style> #clw9d5q9b07693b6gqlip0a97 > .card { background-color: #d80b8c; } #clw9d5q9b07693b6gqlip0a97 > .card:hover { background-color: #00aeef; } </style> <style> #clw9d5q9b07693b6gqlip0a97 > .card { width: 100%; border-radius: 0px; border-width: 0px; border-color: ; border-style: none; background-color: #d80b8c; box-shadow: ; padding: 0px; margin: 24px; color: ; } </style> </div> </div> <div class="o-column--33"> <div class="apos-area"> <div id="clw9d5zry077w3b6gac6pjlx5" class="card-container"> <div class="card md-elevation-6 "> <div> <div class="apos-area"> <div class="c-images "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/clsw0blff0gzpq010c66d7rna-ax200-6784-9.full.png" style=";opacity:100%" alt="" loading="lazy"> </div> <div data-rich-text="" class="rich-text-widget"> <h6 style="text-align:center"><a href="https://www.southnassau.org/sn" target="_blank"><span style="color:rgb(255, 255, 255)">Mount Sinai South Nassau</span></a></h6> </div> </div> </div> </div> </div> <style> #clw9d5zry077w3b6gac6pjlx5 > .card { background-color: #d80b8c; } #clw9d5zry077w3b6gac6pjlx5 > .card:hover { background-color: #00aeef; } </style> <style> #clw9d5zry077w3b6gac6pjlx5 > .card { width: 100%; border-radius: 0px; border-width: 0px; border-color: ; border-style: none; background-color: #d80b8c; box-shadow: ; padding: 0px; margin: 0; color: ; } </style> </div> </div> <div class="o-column--33"> <div class="apos-area"> <div id="clw9d69zx079j3b6guzl8nygh" class="card-container"> <div class="card md-elevation-6 "> <div> <div class="apos-area"> <div class="c-images "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/clsw0lu380jjdqf2a22b2d6jk-nyeae.full.png" style=";opacity:100%" alt="" loading="lazy"> </div> <div data-rich-text="" class="rich-text-widget"> <h6 style="text-align:center"><a href="https://www.nyee.edu/" target="_blank"><span style="color:rgb(255, 255, 255)">New York Eye and Ear </span></a><br><a href="https://www.nyee.edu/" target="_blank"><span style="color:rgb(255, 255, 255)">Infirmary of Mount Sinai </span></a></h6> </div> </div> </div> </div> </div> <style> #clw9d69zx079j3b6guzl8nygh > .card { background-color: #d80b8c; } #clw9d69zx079j3b6guzl8nygh > .card:hover { background-color: #00aeef; } </style> <style> #clw9d69zx079j3b6guzl8nygh > .card { width: 100%; border-radius: 0px; border-width: 0px; border-color: ; border-style: none; background-color: #d80b8c; box-shadow: ; padding: 0Px; margin: 24px; color: ; } </style> </div> </div> </div> </div> <style> #clw9d5glg075q3b6gbdnowkje.column-container { position: relative; min-height: 150px; display: flex; justify-content: center; align-items: center; background-color: #f2f2f2ff; } #clw9d5glg075q3b6gbdnowkje .column-container__content { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; max-width: 1080px; padding: 10px; } </style> <div id="clw9d7t910e3u3b6g0318iwqe" class="column-container"> <div class="column-container__content"> <div class="o-column--33"> <div class="apos-area"></div> </div> <div class="o-column--33"> <div class="apos-area"> <div id="clw9d8de10gh33b6gpchllp0z" class="card-container"> <div class="card md-elevation-6 "> <div> <div class="apos-area"> <div class="c-images "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/clsw10flm0jz7qf2a5k230yng-mtsinaiicahn6.full.jpg" style=";opacity:100%" alt="" loading="lazy"> </div> <div data-rich-text="" class="rich-text-widget"> <h6 style="text-align:center"><a href="https://icahn.mssm.edu/" target="_blank"><span style="color:rgb(255, 255, 255)">The Icahn School of Medicine at Mount Sinai</span></a></h6> </div> </div> </div> </div> </div> <style> #clw9d8de10gh33b6gpchllp0z > .card { background-color: #d80b8c; } #clw9d8de10gh33b6gpchllp0z > .card:hover { background-color: #00aeef; } </style> <style> #clw9d8de10gh33b6gpchllp0z > .card { width: 100%; border-radius: 0px; border-width: 0px; border-color: ; border-style: none; background-color: #d80b8c; box-shadow: ; padding: 0px; margin: 24px; color: ; } </style> </div> </div> <div class="o-column--33"> <div class="apos-area"></div> </div> </div> </div> <style> #clw9d7t910e3u3b6g0318iwqe.column-container { position: relative; min-height: 150px; display: flex; justify-content: center; align-items: center; background-color: #f2f2f2ff; } #clw9d7t910e3u3b6g0318iwqe .column-container__content { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; max-width: 1080px; padding: 10px; } </style> <div id="clxt2tppq01jw3b6jiw9szqsp" class="column-container"> <div class="column-container__content"> <div class="o-column--100"> <div class="apos-area"> <style> .dynamic-jobs_container { width: 100%; padding: 15px 0 15px 0; } .dynamic-jobs_wrapper { margin: 0 15px 0 15px; display: flex; flex-direction: column; max-width: 1200px; } .dynamic-jobs_card { background: ; display: flex; flex-direction: column; justify-content: space-between; padding: 18px 10px 15px 10px; box-shadow: 0px 1px 5px 0px #0000002F; border-radius: 4px; border-bottom: 1px; gap: 15px; } .dynamic-jobs_card:not(:last-child){ margin-bottom: 15px } .dynamic-jobs_job-title { margin-bottom: 10px; text-overflow: ellipsis; } .dynamic-jobs_job-title h6 a { color: #221f72ff; } .dynamic-jobs_container .dynamic-jobs_card .dynamic-jobs_job-title h6 { margin: 0; font-size: 1.4rem; } .dynamic-jobs_card .dynamic-jobs_job-title { margin-bottom: 10px; } .dynamic-jobs_job-meta { opacity: 87%; font-size: 1.4rem; margin-bottom: 8px; } .dynamic-jobs_job-data { font-size: 1.4rem; opacity: 67%; } .dynamic-jobs_job-data, .dynamic-jobs_job-meta { color: #494949ff; } .dynamic-jobs_job-link { display: flex; justify-content: flex-end; } .dynamic-jobs_job-link a { border: 2px solid #221f72ff; border-radius: 0px; height: 32px; width: 110px; text-align: center; line-height: 28px; color: #221f72ff; font-size: 12px; } .dynamic-jobs_view-all { margin-top: 30px; } .dynamic-jobs_view-all a { margin: 0 auto; background: #221f72ff; width: 168px; border-radius: 0px; color: #ffffff; height: 42px; display: block; text-align: center; line-height: 40px; font-size: 1.5rem; } </style> <style> @media screen and (min-width: 768px) { .dynamic-jobs_container { padding: 40px 0 40px 0; } .dynamic-jobs_card { flex-direction: row; box-shadow: none; gap: 0; border-bottom: 1px solid #393939ff; border-radius: 0; padding: 20px 15px 15px 15px; } .dynamic-jobs_card:not(:last-child){ margin-bottom: 0px; } .dynamic-jobs_job-title.dynamic-jobs_item { max-width: 33%; } .dynamic-jobs_item { flex-grow: 1; font-size: 1.5rem; max-width: 22%; } .dynamic-jobs_wrapper { margin: 0 auto; } .dynamic-jobs_container .dynamic-jobs_card .dynamic-jobs_job-title h6 { font-size: 2rem; } .dynamic-jobs_job-meta, .dynamic-jobs_job-data { font-size: 1.5rem; } .dynamic-jobs_job-link { flex-direction: column; justify-content: flex-start; } } </style> <article class="dynamic-jobs_container"> <div class="column-container__content"> <div class="o-column--100 o-column--narrow"> <div class="apos-area"> <div data-rich-text="" class="rich-text-widget"> <h3 style="text-align:center"><span style="color:#221f72">Our Latest Jobs</span></h3> </div> </div> </div> </div> <div class="dynamic-jobs_wrapper "> <div class="dynamic-jobs_card "> <div class="dynamic-jobs_job-title dynamic-jobs_item"> <h6><a href="http://careers.mountsinai.org/jobs/3020581?lang=en-us">Medical Office Specialist (Certified Medical Assistant)-Phillips Amb Surg - Presurg Test-Mount Sinai Union Square-M-F, 9am to 5:15pm</a></h6> </div> <div class="dynamic-jobs_item"> <div class="dynamic-jobs_job-meta">Categories</div> <div class="dynamic-jobs_job-data"> Allied Health</div> </div> <div class="dynamic-jobs_job-link"> <a href="http://careers.mountsinai.org/jobs/3020581?lang=en-us">View Job</a> </div> </div> <div class="dynamic-jobs_card "> <div class="dynamic-jobs_job-title dynamic-jobs_item"> <h6><a href="http://careers.mountsinai.org/jobs/3019979?lang=en-us">Medical Assistant/Patient Service Representative- Mount Sinai Doctors Medical Group - Full Time - Days</a></h6> </div> <div class="dynamic-jobs_item"> <div class="dynamic-jobs_job-meta">Categories</div> <div class="dynamic-jobs_job-data"> Allied Health</div> </div> <div class="dynamic-jobs_job-link"> <a href="http://careers.mountsinai.org/jobs/3019979?lang=en-us">View Job</a> </div> </div> <div class="dynamic-jobs_card "> <div class="dynamic-jobs_job-title dynamic-jobs_item"> <h6><a href="http://careers.mountsinai.org/jobs/3020507?lang=en-us">Registrar - Radiology Associates - Mount Sinai Hospital - Full Time - Sunday-Thursday, 12:00pm-8:00pm</a></h6> </div> <div class="dynamic-jobs_item"> <div class="dynamic-jobs_job-meta">Categories</div> <div class="dynamic-jobs_job-data"> Professional / Managerial / Administrative</div> </div> <div class="dynamic-jobs_job-link"> <a href="http://careers.mountsinai.org/jobs/3020507?lang=en-us">View Job</a> </div> </div> <div class="dynamic-jobs_card "> <div class="dynamic-jobs_job-title dynamic-jobs_item"> <h6><a href="http://careers.mountsinai.org/jobs/3020511?lang=en-us">Registrar - Radiology Associates - Mount Sinai Hospital - Full Time - Tuesday-Saturday, 12:00pm-8:00pm</a></h6> </div> <div class="dynamic-jobs_item"> <div class="dynamic-jobs_job-meta">Categories</div> <div class="dynamic-jobs_job-data"> Professional / Managerial / Administrative</div> </div> <div class="dynamic-jobs_job-link"> <a href="http://careers.mountsinai.org/jobs/3020511?lang=en-us">View Job</a> </div> </div> <div class="dynamic-jobs_card "> <div class="dynamic-jobs_job-title dynamic-jobs_item"> <h6><a href="http://careers.mountsinai.org/jobs/3021358?lang=en-us">Associate Director-Geriatric and Palliative Care - CAPC</a></h6> </div> <div class="dynamic-jobs_item"> <div class="dynamic-jobs_job-meta">Categories</div> <div class="dynamic-jobs_job-data"> Professional / Managerial / Administrative</div> </div> <div class="dynamic-jobs_job-link"> <a href="http://careers.mountsinai.org/jobs/3021358?lang=en-us">View Job</a> </div> </div> <div class="dynamic-jobs_card "> <div class="dynamic-jobs_job-title dynamic-jobs_item"> <h6><a href="http://careers.mountsinai.org/jobs/3020150?lang=en-us">Associate Director - Project and Change Management - Digital and Technology Partners - Hybrid or Remote</a></h6> </div> <div class="dynamic-jobs_item"> <div class="dynamic-jobs_job-meta">Categories</div> <div class="dynamic-jobs_job-data"> Information Technology</div> </div> <div class="dynamic-jobs_job-link"> <a href="http://careers.mountsinai.org/jobs/3020150?lang=en-us">View Job</a> </div> </div> <div class="dynamic-jobs_card "> <div class="dynamic-jobs_job-title dynamic-jobs_item"> <h6><a href="http://careers.mountsinai.org/jobs/3021369?lang=en-us">Senior Data Analyst-Psychiatry-MSH</a></h6> </div> <div class="dynamic-jobs_item"> <div class="dynamic-jobs_job-meta">Categories</div> <div class="dynamic-jobs_job-data"> Research</div> </div> <div class="dynamic-jobs_job-link"> <a href="http://careers.mountsinai.org/jobs/3021369?lang=en-us">View Job</a> </div> </div> <div class="dynamic-jobs_card "> <div class="dynamic-jobs_job-title dynamic-jobs_item"> <h6><a href="http://careers.mountsinai.org/jobs/3021004?lang=en-us">Administrative Assistant I - Neurology</a></h6> </div> <div class="dynamic-jobs_item"> <div class="dynamic-jobs_job-meta">Categories</div> <div class="dynamic-jobs_job-data"> Professional / Managerial / Administrative</div> </div> <div class="dynamic-jobs_job-link"> <a href="http://careers.mountsinai.org/jobs/3021004?lang=en-us">View Job</a> </div> </div> </div> <div class="dynamic-jobs_view-all"> <a href="http://careers.mountsinai.org/jobs">View All Jobs</a> </div> </article> </div> </div> </div> </div> <style> #clxt2tppq01jw3b6jiw9szqsp.column-container { position: relative; min-height: 150px; display: flex; justify-content: center; align-items: center; } #clxt2tppq01jw3b6jiw9szqsp .column-container__content { width: 100%; max-width: 1080px; padding: 10px; } </style> </div> </main> <footer role="contentinfo" class="c-footer " style="background-color: #58595bff"> <style>.c-footer__content { padding-left: 64px; padding-right: 64px; }.footerHR { height: 2px; background-color: #ffffffff; border: none; }.socialMediaIcon { border: 1px solid #ffffffff; } </style> <div> <div class="c-footer__content"> <div class="o-row footer-grid-container"> <div class="c-footer__logo-wrapper"> <div class="c-images c-footer__logo "> <img src="https://assets.cms.talentplatform.us/clnna74uq016dqf2d9294d92w/attachments/lazqu1syurdwnivak0pspse0-mshs-masterbrand-ko-hrztl-no-reg.full.png" style=";opacity:100%" alt="" loading="lazy"> </div> </div> <div class="c-footer__social-media-wrapper"> <ul class="c-footer__social-media"> <li> <a href="https://www.facebook.com/MountSinaiJobs" class="socialMediaIcon" target="_blank" rel="noopener noreferrer" aria-label="Visit our facebook account"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.503 8.62219H13.2666V6.4996C13.2666 5.70247 13.7949 5.51662 14.167 5.51662C14.5383 5.51662 16.4509 5.51662 16.4509 5.51662V2.01228L13.3055 2C9.81389 2 9.0193 4.61366 9.0193 6.28624V8.62219H7V12.2332H9.0193C9.0193 16.8674 9.0193 22.4512 9.0193 22.4512H13.2666C13.2666 22.4512 13.2666 16.8124 13.2666 12.2332H16.1326L16.503 8.62219Z" fill="#ffffffff"></path> </svg> </a> </li> <li> <a href="https://www.linkedin.com/company/mountsinainyc" class="socialMediaIcon" target="_blank" rel="noopener noreferrer" aria-label="Visit our linkedin account"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2.40591 8.71187H6.62517V21.409H2.40591V8.71187ZM4.54378 2.59131C3.0997 2.59131 2.15625 3.53936 2.15625 4.7837C2.15625 6.00245 3.07209 6.97806 4.48856 6.97806H4.51547C5.98716 6.97806 6.90366 6.0024 6.90366 4.7837C6.87605 3.53936 5.9872 2.59131 4.54378 2.59131ZM16.9846 8.41361C14.745 8.41361 13.7416 9.64548 13.1819 10.5094V8.71187H8.96137C9.01725 9.90301 8.96137 21.409 8.96137 21.409H13.1819V14.318C13.1819 13.9382 13.2095 13.5599 13.3206 13.2878C13.6261 12.5297 14.3205 11.7445 15.4853 11.7445C17.0136 11.7445 17.6239 12.9094 17.6239 14.6155V21.4089H21.8438V14.1282C21.8438 10.2282 19.7624 8.41361 16.9846 8.41361Z" fill="#ffffffff"></path> </svg> </a> </li> <li> <a href="https://www.instagram.com/mountsinaijobs/profilecard/?igsh=MTlsd2MyM3B2c3hsaA==" class="socialMediaIcon" target="_blank" rel="noopener noreferrer" aria-label="Visit our instagram account"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.5 4.71238C15.0365 4.71238 15.3373 4.72188 16.3396 4.76779C18.9141 4.88496 20.1166 6.1065 20.2338 8.662C20.2797 9.66346 20.2884 9.96429 20.2884 12.5008C20.2884 15.0381 20.2789 15.3381 20.2338 16.3396C20.1158 18.8927 18.9165 20.1166 16.3396 20.2338C15.3373 20.2797 15.0381 20.2892 12.5 20.2892C9.9635 20.2892 9.66267 20.2797 8.66121 20.2338C6.08038 20.1158 4.88417 18.8888 4.767 16.3388C4.72108 15.3373 4.71158 15.0373 4.71158 12.5C4.71158 9.9635 4.72188 9.66346 4.767 8.66121C4.88496 6.1065 6.08433 4.88417 8.66121 4.767C9.66346 4.72188 9.9635 4.71238 12.5 4.71238ZM12.5 3C9.91996 3 9.59696 3.01108 8.58363 3.057C5.13354 3.21533 3.21613 5.12958 3.05779 8.58283C3.01108 9.59696 3 9.91996 3 12.5C3 15.08 3.01108 15.4038 3.057 16.4172C3.21533 19.8673 5.12958 21.7847 8.58283 21.943C9.59696 21.9889 9.91996 22 12.5 22C15.08 22 15.4038 21.9889 16.4172 21.943C19.8641 21.7847 21.7863 19.8704 21.9422 16.4172C21.9889 15.4038 22 15.08 22 12.5C22 9.91996 21.9889 9.59696 21.943 8.58363C21.7878 5.13671 19.8712 3.21613 16.418 3.05779C15.4038 3.01108 15.08 3 12.5 3ZM12.5 7.62175C9.80596 7.62175 7.62175 9.80596 7.62175 12.5C7.62175 15.194 9.80596 17.379 12.5 17.379C15.194 17.379 17.3783 15.1948 17.3783 12.5C17.3783 9.80596 15.194 7.62175 12.5 7.62175ZM12.5 15.6667C10.7512 15.6667 9.33333 14.2496 9.33333 12.5C9.33333 10.7512 10.7512 9.33333 12.5 9.33333C14.2488 9.33333 15.6667 10.7512 15.6667 12.5C15.6667 14.2496 14.2488 15.6667 12.5 15.6667ZM17.5714 6.28938C16.9413 6.28938 16.4306 6.8 16.4306 7.42937C16.4306 8.05875 16.9413 8.56938 17.5714 8.56938C18.2008 8.56938 18.7106 8.05875 18.7106 7.42937C18.7106 6.8 18.2008 6.28938 17.5714 6.28938Z" fill="#ffffffff"></path> </svg> </a> </li> <li> <a href="https://www.youtube.com/@MountSinaiNYC" class="socialMediaIcon" target="_blank" rel="noopener noreferrer" aria-label="Visit our youtube account"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M22.5404 6.40475C22.2874 5.45815 21.542 4.71277 20.5954 4.45977C18.8796 4 12 4 12 4C12 4 5.12041 4 3.40458 4.45977C2.45815 4.71277 1.7126 5.45815 1.45964 6.40475C1 8.12041 1 11.7001 1 11.7001C1 11.7001 1 15.2798 1.45964 16.9953C1.7126 17.9419 2.45815 18.6875 3.40458 18.9404C5.12041 19.4 12 19.4 12 19.4C12 19.4 18.8796 19.4 20.5954 18.9404C21.542 18.6875 22.2874 17.9419 22.5404 16.9953C23 15.2798 23 11.7001 23 11.7001C23 11.7001 23 8.12041 22.5404 6.40475ZM9.79989 15.0002V8.40005L15.5156 11.7001L9.79989 15.0002Z" fill="#ffffffff"></path> </svg> </a> </li> </ul> </div> <div class="c-footer__columns-wrapper"> <div class="o-row"> <div class="o-column--100"> <div class="apos-area"> <div data-rich-text="" class="rich-text-widget"> <p><strong><span style="color:rgb(255, 255, 255)">Contact Us: 150 East 42nd Street 4th Floor New York, NY 10017</span></strong><span style="color:rgb(255, 255, 255)"><br>P: 646-605-4310<br><br>Mount Sinai Health System endeavors to make Mount Sinai's Career Center accessible to any and all users. If you would like to contact us regarding the accessibility of our website or need assistance completing the application process, please contact our Talent Acquisition team at P: 646-605-4310 or click on the floating Live Chat icon on the lower right hand side of your screen.</span></p> </div> </div> </div> </div> </div> </div> <hr class="footerHR"> <div class="o-row c-footer__bottom"> <div class="o-column--50 c-footer__copyright"> <p><span style="color:#ffffff">©2024 Icahn School of Medicine at Mount Sinai</span></p> </div> <div class="o-column--50 c-footer__legal"> <p><a href="https://www.mountsinai.org/tou"><u><span style="color:#ffffff">User Agreement</span></u><span style="color:#ffffff"> </span></a><span style="color:#ffffff">and </span><a href="https://www.mountsinai.org/privacy"><u><span style="color:#ffffff">Privacy Policy</span></u></a><span style="color:#ffffff"><br></span><strong><span style="color:#ffffff">Click </span></strong><a href="https://www.eeoc.gov/sites/default/files/2022-10/22-088_EEOC_KnowYourRights_10_20.pdf" target="_blank"><strong><u><span style="color:#ffffff">here</span></u></strong></a><strong><u><span style="color:#ffffff"> </span></u><span style="color:#ffffff">for the ‘EEOC Know Your Rights’ Poster</span></strong><span style="color:#ffffff"><br></span><strong><span style="color:#ffffff">Click</span><u><span style="color:#ffffff"> </span></u></strong><a href="https://dol.ny.gov/system/files/documents/2021/03/deod310.pdf" target="_blank"><strong><u><span style="color:#ffffff">here</span></u></strong></a><strong><u><span style="color:#ffffff"> </span></u><span style="color:#ffffff">to view the DEOD 310 Equal Opportunity Poster(</span></strong><a href="https://www.mountsinai.org/tou"><strong><span style="color:#ffffff">ny.gov</span></strong></a><strong><span style="color:#ffffff">)</span></strong><span style="color:#ffffff"><br></span><a href="https://www.dropbox.com/sh/ihfkjf22uvkyyf0/AAAehkdnAMp-w3b_i0O7w-jOa?dl=0"><u><span style="color:#ffffff">LCA Notices</span></u></a></p> </div> </div> </div> </div> </footer> </div> <script src="https://assets.cms.talentplatform.us/shared-assets/apos-frontend/releases/PiUyVMXxMuosAxi4R36JTFkb7xDIO0GQ/default/public-module-bundle.js"></script> <div id="pendocms" pendo-client-name="Mount Sinai Health System, Inc." pendo-locale="en-US" pendo-user-username="" pendo-user-role="" pendo-user-email=""></div> <script type="“text/javascript”"> window._lc = window._lc || {}; window.__lc.license = 8348281; (function() { var lc = document.createElement(‘script’); lc.type = ‘text/javascript’; lc.async = true; lc.src = (‘https:’ == document.location.protocol ? ‘https://’ : ‘http://’) + ‘cdn.livechatinc.com/tracking.js’; var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(lc, s); } )(); </script> </body> <!-- end of CMS landing page body --> <!-- jibe-apply-client-assets landing page body --> <!-- end of jibe-apply-client-assets landing page body --> <script src="/dist/js/homeDependencies.js?v=5.0.116" async></script> <script> window.validations = undefined; window.searchConfig = {"stretchDefault":10,"stretchOptions":[{"value":"0","display":"UI.EXACT"},{"value":"5","display":"5"},{"value":"10","display":"10"},{"value":"25","display":"25"},{"value":"50","display":"50"}],"contextSettings":{"contextDefinitions":[{"name":"talent-community","displayName":"Talent Community"},{"name":"diversity-inclusion","displayName":"Diversity &amp; Inclusion","prelogin":true},{"name":"who-we-are","displayName":"Who We Are","prelogin":true},{"name":"specialties","displayName":"Specialties","prelogin":true},{"name":"diversity-inclusion","displayName":"Diversity &amp; Inclusion","prelogin":true},{"name":"explore-mount-sinai","displayName":"Explore Mount Sinai","prelogin":true},{"name":"it","displayName":"IT","prelogin":true},{"name":"dtp","displayName":"Digital and Technology Partners","prelogin":true},{"name":"behavioral-health","displayName":"Behavioral Health","prelogin":true},{"name":"advanced-practice-clinicians","displayName":"Advanced Practice Clinicians","prelogin":true},{"name":"non-clinical-professionals","displayName":"Non Clinical Professionals","prelogin":true},{"name":"nursing","displayName":"Nursing","prelogin":true},{"name":"physicians","displayName":"Physicians","prelogin":true},{"name":"research","displayName":"Research","prelogin":true},{"name":"mount-sinai-health-partners","displayName":"Mount Sinai Health Partners","prelogin":true},{"name":"diversity-and-inclusion","displayName":"Diversity and Inclusion","prelogin":true},{"name":"pa-fellowship","displayName":"CTICU PA Fellowship","prelogin":true}],"currentClient":"mountsinai"},"hideCurrentLocation":false,"logoutRedirectUrl":""}; <!-- assign the value of pageclass and sublass to ._jibe.models.{app_name}.core --> (window._jibe = window._jibe || {}).models = window._jibe.models || {}; (window._jibe.models.jobs = window._jibe.models.jobs || {}).core = window._jibe.models.jobs.core || { page_class: 'jobs', page_subclass: 'home' }; </script> <script src="https://app.jibecdn.com/prod/search-bar/0.2.33/polyfills.js"></script> <script src="https://app.jibecdn.com/prod/search-bar/0.2.33/polyfills-es5.js" nomodule></script> <script src="https://app.jibecdn.com/prod/search-bar/0.2.33/scripts.js"></script> <script src="https://app.jibecdn.com/prod/search-bar/0.2.33/main.js"></script> </div> <script type="text/javascript"> window.__lc = window.__lc || {}; window.__lc.license = 8348281; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}; var e={_q:[],_h:null,_v:"2.0",on:function(){i(["on",c.call(arguments)])},once:function(){ i(["once",c.call(arguments)])},off:function(){i(["off",c.call(arguments)])}, get:function(){if(!e._h)throw new Error("[LiveChatWidget] You can't use getters before load."); return i(["get",c.call(arguments)])},call:function(){i(["call",c.call(arguments)])},init:function(){ var n=t.createElement("script"); n.async=!0,n.type="text/javascript", n.src="https://cdn.livechatinc.com/tracking.js",t.head.appendChild(n)}}; !n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice)) </script> <noscript> <a href="https://www.livechat.com/chat-with/8348281/" rel="nofollow">Chat with us</a>, powered by <a href="https://www.livechat.com/?welcome" rel="noopener nofollow" target="_blank">LiveChat</a> </noscript> <div id="pixel-consent-container" aria-live="polite" aria-label="cookieconsent" aria-describedby="cookieconsent:desc" class="cc-window"> <div class="cookie-consent"> <div class="jibe-container cookie-consent-container"> <div class="third-party-consent-text column-container"> <p id="cookieconsent:desc"> Cookies are used on this site to assist in continually improving the candidate experience and all the interaction data we store of our visitors is anonymous. Learn more about your rights on our <a href="https://www.mountsinai.org/privacy">Privacy Policy</a> page. </p> </div> <div class="third-party-button-container column-container"> <a aria-label="Okay" role="button" tabindex="0" class="btn-primary accept-button" id="cookie-consent-accept-button"> Okay </a> </div> </div> <button tabindex="0" class="close-button" id="cookie-consent-x"> x </button> </div> </div> <!-- TODO: proper mapping to /dist in rms-node build once proxy switches over --> <script type="text/javascript" src="/dist/js/jquery/jquery.min.js"></script> <script type="text/javascript"> window.gdprConfiguration = {"enabled":true,"pixel_consent":{"enabled":true,"cookie_notice":true,"third_party":false,"versionId":"search-consent-1","show_consent":true},"apply_consent":{"enabled":false,"job_specific":true,"versionId":"apply-consent-1"},"ttl":2592000000}; function defer(e){window.jQuery?e():setTimeout(function(){defer(e)},50)}defer(function(){window.$=jQuery;window.document.querySelectorAll("head")[0];var e=document.createElement("script");e.setAttribute("type","text/javascript"),e.src="/dist/js/gdpr/gdpr.js",jQuery(function(){window.document.body.appendChild(e)})}); </script> <!-- Accessibility BEGIN (Skip To Main Content Script) --> <script> function skipToMain() { document.querySelector('.skip-to-main-selector').scrollIntoView(); setTimeout(function() { document.querySelector('.skip-to-main-selector').focus(); }, 100); } </script> <!-- Accessibility END --> </body> </html>