Skip to main content

CMS Guide

Table of Contents

Style Management

Colors

Primary - #2b3990

Secondary - #00a79d

Accent - #f47522

Light Grey - #e9eff4

Medium Grey - #f7f7f7

Dark Grey - #757678

Grey Background- #e9eff4


Typography

Heading-1 (Style: heading-1)

Heading-2 (Style: heading-2)

Heading-3 (Style: heading-3)

Heading-4 (Style: heading-4)

Body Copy Default - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean sit amet turpis vitae turpis euismod facilisis in sed quam.


Buttons

Button Primary (Style: button-primary)
Button Secondary (Style: button-secondary)

Working With Custom HTML Modules' Content Editors (WYSIWYG)

How do I replace placeholder ("lorem ipsum") or unwanted text content?

The content editor can be finicky. To replace placeholder or unwanted text, we recommend that you first click the "BLOCKS" button in the toolbar to reveal outlines surrounding block-level elements. Then, select the text you wish to replace and type in your desired text. Or, you can place your cursor at the end of the text you want to replace, add your desired text, and then select and delete the placeholder text preceding it. We do NOT recommend selecting all placeholder text in the editor and deleting it before you add your desired content. As a result you may accidentally erase necessary markup that the content depends on. It is always best to edit text elements one at a time rather than deleting everything you don't want from the start.

Can I copy/paste from other sources?

Be very careful when copy/pasting text content from other sources into a Custom HTML module's content editor. When copying from an external document, take steps to ensure the text you are copying is plain text (as opposed to rich text.) When copying from a web page, make sure you are ONLY including text and not actual HTML tags (p, br, etc.) as this could result in unintended styling/format inconsistencies.

How do I change the appearance of text content (color, font size, etc)?

The "STYLE" dropdown in the toolbar can be used to edit the styling/appearance of content. Keep in mind that when you add a style from the dropdown, it does not overwrite other styles previously applied to the element. This allows greater flexibility in cases where you may need more than one style applied, but you will need to remember to uncheck undesired styles after applying them.

Please refer to Style Management for examples of classes/styles you may apply.

Keep in mind that changing the appearance or styles of text should be done SPARINGLY - for the sake of consistency across pages, it is best to stick with the module's default styling whenever possible.

How do I add/edit a link?

The "insert/edit link" button in the toolbar is used to create and modify links:

To create a new link, type your desired link text within the content editor, select it, and then click the "insert/edit link" button. This may be tricky if you're creating a new link next to an already-existing link. To do this, place your cursor at the end of the existing link's text and then press the right arrow key, so your cursor is outside the existing link. Then, type the new link's text, select it and click the "insert/edit link" button.

To modify an existing link, click into the middle of the link text within the content editor, then click the "insert/edit link" button.

Note: Using proper link text is very important. For more details, see "Does it matter what I use for link text?" in General Tips/Advice for CMS Users.

How do I add/edit an image?

The "asset picker" button in the toolbar allows you to add images into the content editor. To modify an existing asset, click the asset and then click the "asset picker" button. Not all custom HTML modules were made with the intent to have an image placed in them. (Tip: If your default placeholder content did not contain an image, you should avoid adding one with this tool.)

Note: If you're including an image in a Custom HTML module, remember to consider the image alt text (which is editable through the "asset picker" button), and include a value when necessary. For more details, see "Do I need to update/include alt text for every image?" in General Tips/Advice for CMS Users.

How do I add a code snippet?

The "insert code snippet" button in the toolbar adds pre-made snippets of code into the content editor. Note that code snippets are primarily (but not always) used as a way to revert either the entire content of a Custom HTML Module to its default state, or to revert a part of its content to its original state. For example, if you accidentally delete the quote in one of the Custom HTML Modules in a "Two Testimonials" section, you can use a code snippet to add a default quote which you can then edit as needed. In most cases you will not need to use code snippets unless you're attempting to "fix" a module (i.e. bring back original content which was since removed.)

IMPORTANT: Be very careful to only use code snippets that are intended for use in the specific module you're editing. In most cases the name of the code snippet should partially or exactly match the name of the module you're editing. A list of all code snippets that are intended for use within a module will appear in that module's parent section's documentation in the Section Guide. Do not use a code snippet when the section name in the title of the code snippet does not match the section you are currently editing. For example, if you're editing a section created from a section template labeled as "Intro Copy" you should only be using code snippets whose titles include "Intro Copy."

I've messed up my edits and would like to revert to the original "lorem ipsum" placeholder content. Is there a way to do that?

Check to see if the module you're editing has a default code snippet available. The name of the snippet should match the name of your module (minus the given section name prefix.) If so, you may delete the entire content and then insert the appropriate code snippet. Some modules don't have default code snippets available, but they may have other snippets which could replace specific portions of your content.

Does it matter which levels of headings (H1, H2, etc) I use in my content?

Yes. For SEO and accessibility purposes, it is important that your page's heading structure is hierarchical. This means that your page's top heading needs to be an h1 heading.

You should also be careful to avoid skipping heading levels (i.e. using an h3 heading before an h2 has been used, etc.) If you need to change the appearance of a heading without changing the level, apply one of the heading classes from the content editor's "STYLE" dropdown (see Style Management for a list of these heading style classes.)

General Tips/Advice for CMS Users

How can I ensure that my content will be accessible to all users?

Be sure to follow all recommendations and instructions given in this guide, particularly the recommendations involving link text, image alt text, and heading levels. To learn more about accessibility, please see Accessibility for Radancy CMS Publishers.

Can I change the layout assignment of a page/section/module?

You should never change a layout assignment unless specifically instructed to do so in the relevant section's documentation found in the Section Guide. This will almost always lead to unintended results.

Can I add a module to a section?

You should never add a module to a section unless specifically instructed to do so in the relevant section's documentation found in the Section Guide. This will almost always lead to unintended results.

When I'm adding a section from the "Add New" section menu to a page, what should I name my new section?

To avoid future confusion, especially for other CMS users who may need to edit/update the content you're creating, naming conventions should be consistent throughout the site. When creating a section that you anticipate will only be used on the page you're adding it to, we recommend the following naming convention: [Page Name OR Abbreviated Page Name] - [Section Template Name] [Number (only include if you anticipate other sections of the same template will be added to the same page.)] For example, "Benefits - Body Copy" or "DEI - Body Copy 1." If you anticipate that the section you're creating may be used on other pages as well, we suggest giving it a name that summarizes its purpose/intent rather than its content or context (which may change or be updated later.) For example, "Human Resources Job List" or "Annual Job Fair CTA."

Note: While you CAN change a section's name after creating it, you will NOT be able to change the names of the modules included in the section (which will, by default, include the ORIGINAL section name.) So we recommend that you carefully choose a good name for each section you create.

Can I create a CMS page without using one of the CMS Page Templates?

Yes, but this is not recommended as creating a page without using a CMS Page Template will require you to select a page layout. To avoid selecting the incorrect layout, we recommend using one of the available CMS Page Templates, in all cases.

If you are looking to create a "blank" page, see the next question.

How do I create a "blank" page?

To create a blank page, click the "Add Page" button in the "CMS Primary Theme" theme and select the [TEMPLATE NAME] page template.

Which theme should my page be assigned to?

All CMS pages should be assigned to the "CMS Primary Theme" theme.

DO NOT assign any CMS pages to the "Default Theme (GST)" theme. This theme is enabled for CMS due to system requirements, but it is NOT intended to be used as a theme for CMS Pages.

Do I need to update/include alt text for every image?

Every time you add or replace an image file, you should consider whether to include alt text for the image. In some cases, such as when the image is considered descriptive and not essential to the page content, alt text may be left blank. For more details, please see this alt text decision tree. Not only are these considerations essential in making the site accessible to non-visual users, it will also improve SEO.

Does it matter what I use for link text?

It matters a lot. To make links accessible to all users, use link text that would make sense to users if taken out of the surrounding context. For example, "learn more about our benefits" is acceptable, whereas "click here" or "learn more" are not. This is important in all situations but be particularly careful when adding/editing links inside Custom HTML modules, as you'll have full control over what text is included in a link.

Additional Notes

How can I add to or update the notes to this section?

Find this section (title: "CMS Guide Section") in your section list and edit its "CMS Guide" module to add as many notes as you'd like right here. Be careful to not delete any of the content above or below your notes!

Section Guide

Before using a section from this guide, please read the corresponding documentation for that section. Documentation is found above each section in this guide.

Note that each section is labeled with an additional tag based on which menu they can be found in after clicking the "add section" button on any page:

Use Existing - find this section in the "Use Existing" Menu.

Add New - find this section in the "Add New" Menu.

Keep in mind that when you edit a section from the "Use Existing" Menu, you are editing every instance of that section. Sections added via the "Add New" Menu are safe to be edited freely, as a new instance of the section is created every time it's added to a page.

Hero - (Section 3a)

CMS Enabled? Yes

Code Snippet: Section 3 - Copy - CMS

Notes: Can be added to any page. Headline can be h1 or h2 depending on individual page requirements.

Lorem ipsum dolor sit amet consect etur adipiscit.

Eiusmod Tempor Incidid.

Describe this image

Form - (Section 4c)

Primary Blue input field borders

CMS Enabled? No

Notes: Can be added to any page. Centered with the background extending the full width of the page.

Search Jobs

Search Jobs

Form - (Section 4d)

Conifer branded search

CMS Enabled? No

Notes: Can be added to any page. Centered with the background extending the full width of the page.

Search Jobs

Search Jobs

Video and Copy - (Section 5a)

No Background Image

CMS Enabled? Yes

Code Snippet: Section 5 - Copy - CMS

Notes: Can be added to any page.

Lorem Ipsum Dolor sit Amet Tempor

sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud ullamco.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt.

Video and Copy - (Section 5b)

Blue gradient - Left / Video - Left

CMS Enabled? Yes

Code Snippet: Section 5 - Copy - CMS

Notes: Can be added to any page.

Lorem Ipsum Dolor sit Amet Tempor

sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud ullamco.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt.

Video and Copy - (Section 5c)

Blue gradient - Right / Video - Right

CMS Enabled? Yes

Code Snippet: Section 5 - Copy - CMS

Notes: Can be added to any page.

Lorem Ipsum Dolor sit Amet Tempor

sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud ullamco.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt.

Video and Copy - (Section 5d)

Teal gradient - Left / Video - Left

CMS Enabled? Yes

Code Snippet: Section 5 - Copy - CMS

Notes: Can be added to any page.

Lorem Ipsum Dolor sit Amet Tempor

sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud ullamco.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt.

Video and Copy - (Section 5e)

Teal gradient - Right / Video - Rightt

CMS Enabled? Yes

Code Snippet: Section 5 - Copy - CMS

Notes: Can be added to any page.

Lorem Ipsum Dolor sit Amet Tempor

sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud ullamco.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt.

Video and Copy - (Section 5f)

Orange gradient - Left / Video - Left

CMS Enabled? Yes

Code Snippet: Section 5 - Copy - CMS

Notes: Can be added to any page.

Lorem Ipsum Dolor sit Amet Tempor

sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud ullamco.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt.

Video and Copy - (Section 5g)

Orange gradient - Right / Video - Right

CMS Enabled? Yes

Code Snippet: Section 5 - Copy - CMS

Notes: Can be added to any page.

Lorem Ipsum Dolor sit Amet Tempor

sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud ullamco.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt.

Multi Item - (Section 6)

Suggested Use: To display links to Career Areas

Notes: Can be added to any page.

Image and Copy - (Section 7a)

Blue quotes and no background image

CMS Enabled? Yes

Code Snippet: Section 7 - Testimonial - CMS

Notes: Can be added to any page.

Lorem Ipsum Dolorsits

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.

Lorem I.,

Excepteur ea Sint Occaecat

Image and Copy - (Section 7b)

Blue quotes and no background image. No extra space above and below this section.

CMS Enabled? Yes

Code Snippet: Section 7 - Testimonial - CMS

Notes: Can be added to any page.

Lorem Ipsum Dolorsits

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.

Lorem I.,

Excepteur ea Sint Occaecat

Image and Copy - (Section 7c)

Blue gradient - Left

CMS Enabled? Yes

Code Snippet: Section 7 - Testimonial - CMS

Notes: Can be added to any page.

Lorem Ipsum Dolorsits

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.

Lorem I.,

Excepteur ea Sint Occaecat

Image and Copy - (Section 7d)

Blue gradient - Right

CMS Enabled? Yes

Code Snippet: Section 7 - Testimonial - CMS

Notes: Can be added to any page.

Lorem Ipsum Dolorsits

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.

Lorem I.,

Excepteur ea Sint Occaecat

Image and Copy - (Section 7e)

Teal gradient - Left

CMS Enabled? Yes

Code Snippet: Section 7 - Testimonial - CMS

Notes: Can be added to any page.

Lorem Ipsum Dolorsits

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.

Lorem I.,

Excepteur ea Sint Occaecat

Image and Copy - (Section 7f)

Teal gradient - Right

CMS Enabled? Yes

Code Snippet: Section 7 - Testimonial - CMS

Notes: Can be added to any page.

Lorem Ipsum Dolorsits

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.

Lorem I.,

Excepteur ea Sint Occaecat

Image and Copy - (Section 7g)

Orange gradient - Left

CMS Enabled? Yes

Code Snippet: Section 7 - Testimonial - CMS

Notes: Can be added to any page.

Lorem Ipsum Dolorsits

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.

Lorem I.,

Excepteur ea Sint Occaecat

Image and Copy - (Section 7h)

Orange gradient - Right

CMS Enabled? Yes

Code Snippet: Section 7 - Testimonial - CMS

Notes: Can be added to any page.

Lorem Ipsum Dolorsits

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.

Lorem I.,

Excepteur ea Sint Occaecat

Multi Item - (Section 8)

Content Feed (Prefilter: Event - True)

Suggested Use: To display tiles with links to hiring events.

Notes: Can be added to any page.

Meet Us at Our Hiring Events

  • November Hiring Events All roles - Nov. 6 at Sinai-Grace and Nov. 20 for Midtown hospitals. 2-5 p.m. Detroit, MI (City) Learn More
  • Nursing & Allied Health Carondelet St. Joseph's event, Thursday, Nov. 14, noon-2 p.m. Tucson, AZ (City) Learn More
  • Clinical and Entry Level Opportunities Abrazo West event, Thursday, Nov. 7, 11 a.m.-1 p.m. Phoenix, AZ (City) Learn More
  • RN, Allied Health, Patient Care Support Hiring Event Abrazo Scottsdale Campus, Cave Creek Hospital, Thursday, Nov. 21, 3 – 5 p.m. Phoenix, AZ (City) Learn More
  • Open House Hiring Event Abrazo West Campus, Thursday, Nov. 7, 11 a.m. – 1 p.m. Phoenix, AZ (City) Learn More
  • Nursing & Allied Health Hiring Event Abrazo Arrowhead Campus, Tuesday, Nov. 12, 1 – 3 p.m. Phoenix, AZ (City) Learn More
  • Event Sample 1 Headline All Clinical Hiring Event, Thursday, September 7th, 8am-10am! Detroit, MI (City) Learn More
  • Event Sample 2 Headline Join Us Thursday, September 21st, 8am-10am at Leonard Morse Hospital! Boston, MA (City) Learn More
  • Event Sample 3 Headline Join Us on Tuesday, September 12th, 11am-2pm at St. Vincent Hospital! New York, NY (City) Learn More

Tabcordion - (Section 9)

Suggested Use: To display a 3 tab accordion containing "Jobs for You", "Recently Viewed Jobs" and "Saved Jobs".

Notes: Can be added to any page.

Tabcordion - (Section 9a)

Primary Blue

CMS Enabled? No

Notes: Can be added to any page.

Multi Item - (Locations Related Content)

Button: "See Opportunities Here"

CMS Enabled? Yes

Notes: To display tiles linked to internal and external pages. Can be added to any page. CTA Button: "See Opportunities Here"

Locations

  • Describe this image

    Location Title 2

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequassst.

  • Describe this image

    Location Title 1

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliquasss.

  • Describe this image

    Location Title 3

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quisque pulvinar feugiat sem in ultrices. Pellentesque ut volutpat nunc.

Multi Item - (Career Areas Related Content)

Button: "Learn More"

CMS Enabled? Yes

Notes: To display tiles linked to internal and external pages. Can be added to any page. CTA Button: "Learn More"

Career Areas

  • Describe this image

    Career Areas 1

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequassst.

  • Describe this image

    Career Area Title 2

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

  • Describe this image

    Career Area Title 3

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quisque pulvinar feugiat sem in ultrices. Pellentesque ut volutpat nunc.

Form - (Section 11)

Blue background with green input field borders

Suggested Use: To display the Job Alert Form.

Notes: Can be added to any page.

Sign Up for Job Alerts

Haven’t found the job you’re looking for? Sign up and we’ll notify you when opportunities are available near you.

Interested InSelect a job category from the list of options. Select a location from the list of options. Finally, click “Add” to create your job alert.

Form - (Section 11a)

Gray background with blue input field borders

CMS Enabled? No

Notes: Can be added to any page.

Sign Up for Job Alerts

Haven’t found the job you’re looking for? Sign up and we’ll notify you when opportunities are available near you.

Interested InSelect a job category from the list of options. Select a location from the list of options. Finally, click “Add” to create your job alert.

Copy - (Section 12)

CMS Enabled? Yes

Code Snippet: Section 12 - Copy - CMS

Notes: Can be added to any page.

Lorem Ipsum

Nullam id vestibulum lectus. Curabitur commodo posuere sapien, non vulputate lorem dapibus vitae. Fusce est ligula, tincidunt eget cursus vel, faucibus eget sem. Donec a mattis lectus. Praesent ac nulla iaculis, ornare magna quis, posuere ex. Quisque pulvinar feugiat sem in ultrices. Pellentesque ut volutpat nunc. Duis suscipit orci finibus libero bibendum, eget ornare mauris posuere.

Image and Copy - (Section 13a)

CMS Enabled? Yes

Code Snippet: Section 13 - Copy - CMS

Notes: Can be added to any page.

Describe this image

Section Headline

Nullam id vestibulum lectus. Curabitur commodo posuere sapien, non vulputate lorem dapibus vitae. Fusce est ligula, tincidunt eget cursus vel, faucibus eget sem. Donec a mattis lectus. Praesent ac nulla iaculis, ornare magna quis, posuere ex. Quisque pulvinar feugiat sem in ultrices. Pellentesque ut volutpat nunc. Duis suscipit orci finibus libero bibendum, eget ornare mauris posuere.

Button Label

Image and Copy - (Section 13b)

CMS Enabled? Yes

Code Snippet: Section 13 - Copy - CMS

Notes: Can be added to any page.

Describe this image

Section Headline

Nullam id vestibulum lectus. Curabitur commodo posuere sapien, non vulputate lorem dapibus vitae. Fusce est ligula, tincidunt eget cursus vel, faucibus eget sem. Donec a mattis lectus. Praesent ac nulla iaculis, ornare magna quis, posuere ex. Quisque pulvinar feugiat sem in ultrices. Pellentesque ut volutpat nunc. Duis suscipit orci finibus libero bibendum, eget ornare mauris posuere.

Button Label

Video - (Section 14)

CMS Enabled? Yes

Notes: Can be added to any page.

Multi Item - (Section 15)

CMS Enabled? Yes

Code Snippets:

Section 15 - Heading - CMS

Section 15 - Copy - CMS

Notes: Can be added to any page.

Lorem Ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Lorem ipsum 1

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Lorem ipsum 1

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.

Lorem ipsum 1

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Lorem ipsum 1

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.

Image and Copy - (Section 17a)

Blue gradient - Left / Image - Left

CMS Enabled? Yes

Code Snippet: Section 17 - Copy - CMS

Notes: Can be added to any page.

Describe this image

Lorem Ipsum Dolor sit Amet Tempor

Nullam id vestibulum lectus. Curabitur commodo posuere sapien, non vulputate lorem dapibus vitae. Fusce est ligula, tincidunt eget cursus vel, faucibus eget sem. Donec a mattis lectus. Praesent ac nulla iaculis, ornare magna quis, posuere ex. Quisque pulvinar feugiat sem in ultrices. Pellentesque ut volutpat nunc. Duis suscipit orci finibus libero bibendum, eget ornare mauris posuere.

Button Label

Image and Copy - (Section 17b)

Blue gradient - Right / Image - Right

CMS Enabled? Yes

Code Snippet: Section 17 - Copy - CMS

Notes: Can be added to any page.

Describe this image

Lorem Ipsum Dolor sit Amet Tempor

Nullam id vestibulum lectus. Curabitur commodo posuere sapien, non vulputate lorem dapibus vitae. Fusce est ligula, tincidunt eget cursus vel, faucibus eget sem. Donec a mattis lectus. Praesent ac nulla iaculis, ornare magna quis, posuere ex. Quisque pulvinar feugiat sem in ultrices. Pellentesque ut volutpat nunc. Duis suscipit orci finibus libero bibendum, eget ornare mauris posuere.

Button Label

Image and Copy - (Section 17c)

Teal gradient - Left / Image - Left

CMS Enabled? Yes

Code Snippet: Section 17 - Copy - CMS

Notes: Can be added to any page.

Describe this image

Lorem Ipsum Dolor sit Amet Tempor

Nullam id vestibulum lectus. Curabitur commodo posuere sapien, non vulputate lorem dapibus vitae. Fusce est ligula, tincidunt eget cursus vel, faucibus eget sem. Donec a mattis lectus. Praesent ac nulla iaculis, ornare magna quis, posuere ex. Quisque pulvinar feugiat sem in ultrices. Pellentesque ut volutpat nunc. Duis suscipit orci finibus libero bibendum, eget ornare mauris posuere.

Button Label

Image and Copy - (Section 17d)

Teal gradient - Right / Image - Right

CMS Enabled? Yes

Code Snippet: Section 17 - Copy - CMS

Notes: Can be added to any page.

Describe this image

Lorem Ipsum Dolor sit Amet Tempor

Nullam id vestibulum lectus. Curabitur commodo posuere sapien, non vulputate lorem dapibus vitae. Fusce est ligula, tincidunt eget cursus vel, faucibus eget sem. Donec a mattis lectus. Praesent ac nulla iaculis, ornare magna quis, posuere ex. Quisque pulvinar feugiat sem in ultrices. Pellentesque ut volutpat nunc. Duis suscipit orci finibus libero bibendum, eget ornare mauris posuere.

Button Label

Image and Copy - (Section 17e)

Orange gradient - Left / Image - Left

CMS Enabled? Yes

Code Snippet: Section 17 - Copy - CMS

Notes: Can be added to any page.

Describe this image

Lorem Ipsum Dolor sit Amet Tempor

Nullam id vestibulum lectus. Curabitur commodo posuere sapien, non vulputate lorem dapibus vitae. Fusce est ligula, tincidunt eget cursus vel, faucibus eget sem. Donec a mattis lectus. Praesent ac nulla iaculis, ornare magna quis, posuere ex. Quisque pulvinar feugiat sem in ultrices. Pellentesque ut volutpat nunc. Duis suscipit orci finibus libero bibendum, eget ornare mauris posuere.

Button Label

Image and Copy - (Section 17f)

Orange gradient - Right / Image - Right

CMS Enabled? Yes

Code Snippet: Section 17 - Copy - CMS

Notes: Can be added to any page.

Describe this image

Lorem Ipsum Dolor sit Amet Tempor

Nullam id vestibulum lectus. Curabitur commodo posuere sapien, non vulputate lorem dapibus vitae. Fusce est ligula, tincidunt eget cursus vel, faucibus eget sem. Donec a mattis lectus. Praesent ac nulla iaculis, ornare magna quis, posuere ex. Quisque pulvinar feugiat sem in ultrices. Pellentesque ut volutpat nunc. Duis suscipit orci finibus libero bibendum, eget ornare mauris posuere.

Button Label

Image - (Section 18)

CMS Enabled? Yes

Notes: Can be added to any page.

Describe this image

CHQ Form - (Section 4c)

CMS Enabled? Yes

Notes: Can be added to any page. Centered with the background extending the full width of the page.

Submit Interest

Thank you for your interest. By submitting the form below, you are not completing a formal application. If your skills are a match for the role, a recruiter will reach out to you and explain next steps, which will include the completion of the full application. If you are a current employee, please apply on eTenet.

By submitting your information, you acknowledge that you have read our privacy policy and consent to receive email communication from Tenet.

Multi Item - (Section 21)

CMS Enabled? Yes

Code Snippet: Section 21 - Copy - CMS

Notes: Can be added to any page.

Multi Item - (Section 22a)

Callout Action Link

CMS Enabled? Yes

Notes: Can be added to any page.

Locations