*Chaplain Resident - Chaplaincy
Tenet Healthcare
- Location
- San Antonio, TX, United States
- Work model
- On-Site
- Level
- Mid
- Posted
- 20h ago
About this role
Tenet Healthcare Corporation
const HASHBANG_REGEX = /\/?#\/(job|requisitions|jobs)\//; if (window.location.href.match(HASHBANG_REGEX)) { window.location.replace(window.location.href.replace(HASHBANG_REGEX, '/$1/')); } /*Current Site https://eodr-test.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1001
New Site https://eodr-test.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_3001
Theme Colors: #f47522 = Orange #f0cab1 = Light Orange #2b3990 = Blue #00A79D = Teal (medium dark cyan) #f2f2f2 = Light Gray
CSS modificaitons*/
/*HEADER MODIFICATIONS =============================*/ /*Haeder background color and drop shadow effect*/ .app__top { position: absolute; width: 100%; background-color: white; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
/*Header spacing*/ [dir] .app-header { margin: 12px; }
/*Header Navigation Link size*/ .app-header-horizontal-navbar__item { font-size: 1.12rem; } /*Header Navigation Font Color*/ .app-header-horizontal-navbar__text { color: #2b3990; }
/*Internal Candidate font size*/ .internal-user-login-button .internal-user-login-button__display-text { color: #2b3990; font-size: 1.12rem; line-height: 1.26; }
/*User Profile Icon Color*/ .app-header-horizontal__right-wrapper .user-menu__icon { font-size: 1rem; color: #2b3990; }
/*CONTENT BODY MODIFICATIONS ===============================*/ /*Adjusts column start for Header sizing*/ .cc-column__content { position: relative; top: 40px; }
/*Adjusts column start for Header sizing*/ [dir] .app__subpage { padding-top: 60px; }
/*Change color of Cookie Consent box*/ [dir] .cookie-consent__content { background-color: #f2f2f2; }
/*Drop shadow around serach box*/ .search-box-compact { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
/*Fills area behind search glass to make it more visible*/ [dir] .search-box-compact__button { background-color: #f2f2f2; }
/*Change font for Zip Code search*/ .search-box-compact-zip-code__information { font-size: 16px; }
/*Increase radial search font*/ .search-box-compact-zip-code__information { font-size: 16px; }
/*Changed font color of search pulldown menus .search-facet-dropdown__list-element { color: #2b3990; }*/
/*Remove faceted search from home page [dir] .categories-list__group { padding: 0.6em; font-size: 1.25rem; display: none; }*/
/*Faceted search category text adjustments*/ .categories-list { font-size: 1.0rem; font-weight: 700; max-width: 825px; }
/*Faceted search category label color*/ a.categories-list__button { color: #f0cab1; }
/*Faceted search category result text color*/ span.categories-list__counter.text-color-secondary { color: #f47522; margin-left: 5px; }
/*Adjust the background of the Faceted Search box on main landing page*/ [dir] .categories-list { padding: 0em 0 0em; background-color: #00000042; }
/*Expand button color for faceted search from home page*/ button.categories-list__expand-button.text-color-secondary { color: #f0cab1; }
/*Add space between job list tiles*/ [dir] .job-list-item, [dir] .event-list-item { margin-bottom: 30px; }
/*Add spacve after the talent community tile*/ [dir] .talent-community-tile__line:last-child { margin-top: 3em; margin-bottom: 20px; }
/*Search tile box color and drop shadow*/ .job-list-item, .event-list-item { position: relative; transition: background-color 0.4s, border-color 0.4s; background-color: #f7f7f8; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19); }
/*Job Descriotion Body Text*/ .job-details__description-content { font-size: 1.077rem; line-height: 1.538rem; color: black; }