Skip to main content

CMS Guide

Table of Contents

Wiziwig heading Styles

  • Banner Heading: for banner Sections
  • Heading 1: H1 Styling
  • Heading 2: H2 Styling
  • Heading 3: H3 Styling
  • Heading 4: H4 Styling

Wiziwig color Styles

  • White Text: white color text will appear gray in wiziwig for legibilty
  • Yellow Text
  • Teal Text
  • Light Blue Text
  • Black Text

Wiziwig copy Styles

  • Center Text: center copy
  • Headline Margin 20px margin bottom on small, 25px margin bottom on large
  • Normal Copy: Normalize paragraphs
  • Section Heading Margin: 20px margin bottom on small, 40px margin bottom on large for sections with a centered large heading
  • Center align text Desktop: Center Text on Desktop Only
  • Copy Margin: Margin bottom of 20px
  • margin bottom 12px
  • Margin Bottom 22px
  • Un-Ordered List Style: Normalize Un Ordered List
  • Ordered List Style: Normalize Ordered List

Wiziwig copy Styles

  • Blue Button: blue button style for links
  • White Button white butto style for links
  • Arrow Link: link with an arrow

button

button

arrow link

CMS Page Templates

What CMS page templates are available to create new pages with?

The following CMS page templates are available in the "CMS Primary Theme" theme:

In which theme should I create my page? / Which theme should my page be assigned to?

To use one of the CMS page templates, you must create your page inside the theme where the desired CMS page template resides. You may later assign the page to another theme if needed.

See General Tips/Advice for CMS Users for more details.

What if I don't need all the sections used in a template?

Before using a CMS page template to create a page, determine if you’re going to need all the sections used in that template. Then, after using the template to create a new page, remove the sections from the page which aren’t needed BEFORE SAVING THE NEW PAGE. This prevents those sections from ever being created and we avoid cluttering the system with unused sections and modules.

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

See General Tips/Advice for CMS Users.

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."

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 0] 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.

How do I update/add a hero banner to my page?

See (Section1a)

Additional Notes

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

Find this section (title: “[CMS Guide Intro]”) in your section list and edit its “[CMS Guide Intro]” 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!

Add your notes below:

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 section titles are color coded and labeled based on which menu they can be found in after clicking the "add section" button on any page:

Red USE EXISTING: - find this section in the "Use Existing" Menu.

Green 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.

Banner Hero (Section1a)

Suggested Use: Main page banner section.

Available Code Snippets:

  • (Section1 GSTv1) Black and blue Header black and KP blue text to appear over lighter photo backgrounds
  • (Section 1 GSTv1) White and light blue Header white text and light blue text to appear over darker photo backgrounds.
  • (Section 1 GSTv1) White and Yellow Header white text and yellow text to appear over darker photo backgrounds.
  • (Section 1 GSTv1) Sub text Text in the bottom right of the banner.

Lorem ipsum dolor sit amet consequiter.

Enable extraordinary moments.

Banner Hero (Section1b)

Suggested Use: Main page banner section.

Available Code Snippets:

  • (Section1 GSTv1) Black and blue Header black and KP blue text to appear over lighter photo backgrounds
  • (Section 1 GSTv1) White and light blue Header white text and light blue text to appear over darker photo backgrounds.
  • (Section 1 GSTv1) White and Yellow Header white text and yellow text to appear over darker photo backgrounds.
  • (Section 1 GSTv1) Sub text Text in the bottom right of the banner.

Lorem ipsum dolor sit amet vestibule.

Enable extraordinary moments.

Banner Hero (Section1c)

Suggested Use: Main page banner section.

Available Code Snippets:

  • (Section1 GSTv1) Black and blue Header black and KP blue text to appear over lighter photo backgrounds
  • (Section 1 GSTv1) White and light blue Header white text and light blue text to appear over darker photo backgrounds.
  • (Section 1 GSTv1) White and Yellow Header white text and yellow text to appear over darker photo backgrounds.
  • (Section 1 GSTv1) Sub text Text in the bottom right of the banner.

Lorem ipsum dolor sit amet consequiter.

Enable extraordinary moments.

Image with copy (Section2a)

Suggested Use: A variation on left/right media and copy.

Available Code Snippets:

  • (Section2 GSTv1) Base Copy

Headline

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.

Image with Copy (Section2b)

Suggested Use: A variation on left/right media and copy.

Available Code Snippets:

  • (Section2 GSTv1) Base Copy

Headline

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.

Notification Banner (Section 3a)

Suggested Use: A Notification alert

Available Code Snippets:

  • (Section3 GSTv1) Base Copy

Notification: Lorem ipsum dolor sit amet consequiter adisping elit vestibum amet. Learn More

Copy - (Section 4a)

Available Code Snippets:

  • (Section4 GSTv1) Base Copy
  • (Section4 GSTv1) Base Copy With Button
  • (Section4 GSTv1) Base List
  • (Section4 GSTv1) Base Copy with Subheadings

Headline

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 mollit anim id est laborum. Lorem ipsum dolor sit amet consequiter adispcing.

Descriptive Link Text

Copy - (Section 4b)

Available Code Snippets:

  • (Section4 GSTv1) Base Copy
  • (Section4 GSTv1) Base Copy With Button
  • (Section4 GSTv1) Base List
  • (Section4 GSTv1) Base Copy with Subheadings

Headline

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.

Subhead

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 mollit anim id est laborum. Lorem ipsum dolor sit amet consequiter adispcing.

Subhead

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 mollit anim id est laborum. Lorem ipsum dolor sit amet consequiter adispcing.

Subhead

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 mollit anim id est laborum. Lorem ipsum dolor sit amet consequiter adispcing.

Copy - (Section 4c)

Background color: Light Gray (#F7F7F7)


Available Code Snippets:

  • (Section4 GSTv1) Base Copy
  • (Section4 GSTv1) Base Copy With Button
  • (Section4 GSTv1) Base List
  • (Section4 GSTv1) Base Copy with Subheadings

Headline

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 mollit anim id est laborum. Lorem ipsum dolor sit amet consequiter adispcing.

Copy with Icons (Section5a)

Available Code Snippets:

  • (Section5 GSTv1) Base Icon

Headline

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

Button Text

Headline

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

Button Text

Bubble Copy with Media (Section6a)

Notes: The copy in this section is flexiable, the buttons, links and list are removeable or addable

Available Code Snippets:

  • (Section6 GSTv1) Base copy

Headline

Lorem ipsum dolor sit amet, sectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin. Seds maximus, turpis seu sagittis mattis, ex urna lorems sed placerat lacus, nec varius felis ac nunc lorem ipsum dolor.

  • List Item
  • List Item
  • List Item

Button Text Button Text

Bubble Copy with Media - Background Light Gray (Section6b)

Background color: Light Gray (#F7F7F7)


Notes: The copy in this section is flexiable, the buttons, links and list are removeable or addable

Available Code Snippets:

  • (Section6 GSTv1) Base copy

Headline

Lorem ipsum dolor sit amet, sectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin. Seds maximus, turpis seu sagittis mattis, ex urna lorems sed placerat lacus, nec varius felis ac nunc lorem ipsum dolor.

Button Text Button Text

Bubble Copy with Media (Section6F)

Notes: The copy in this section is flexiable, the buttons, links and list are removeable or addable

Available Code Snippets:

  • (Section6 GSTv1) Base copy

Headline

Lorem ipsum dolor sit amet, sectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin. Seds maximus, turpis seu sagittis mattis, ex urna lorems sed placerat lacus, nec varius felis ac nunc lorem ipsum dolor.

Button Text Button Text

Bubble Copy with Video (Section6e)

Notes: The copy in this section is flexiable, the buttons, links and list are removeable or addable

Available Code Snippets:

  • (Section6 GSTv1) Base copy

Headline

Lorem ipsum dolor sit amet, sectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin. Seds maximus, turpis seu sagittis mattis, ex urna lorems sed placerat lacus, nec varius felis ac nunc lorem ipsum dolor.

  • List Item
  • List Item
  • List Item

Button Text Button Text

Bubble Copy with Media (Section6c)

Notes: The copy in this section is flexiable, the buttons, links and list are removeable or addable

Available Code Snippets:

  • (Section6 GSTv1) Base copy

Headline

Lorem ipsum dolor sit amet, sectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin. Seds maximus, turpis seu sagittis mattis, ex urna lorems sed placerat lacus, nec varius felis ac nunc lorem ipsum dolor.

Button Text Button Text

Bubble Copy with Media (Section6d)

Notes: The copy in this section is flexiable, the buttons, links and list are removeable or addable

Available Code Snippets:

  • (Section6 GSTv1) Base copy

Headline

Lorem ipsum dolor sit amet, sectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin. Seds maximus, turpis seu sagittis mattis, ex urna lorems sed placerat lacus, nec varius felis ac nunc lorem ipsum dolor.

Button Text Button Text

Bubble Copy with Media (Section6G)

Notes: The copy in this section is flexiable, the buttons, links and list are removeable or addable

Available Code Snippets:

  • (Section6 GSTv1) Base copy

Headline

Lorem ipsum dolor sit amet, sectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin. Seds maximus, turpis seu sagittis mattis, ex urna lorems sed placerat lacus, nec varius felis ac nunc lorem ipsum dolor.

  • List Item
  • List Item
  • List Item

Button Text Button Text

Bubble Copy with Video (Section6h)

Notes: The copy in this section is flexiable, the buttons, links and list are removeable or addable

Available Code Snippets:

  • (Section6 GSTv1) Base copy

Headline

Lorem ipsum dolor sit amet, sectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin. Seds maximus, turpis seu sagittis mattis, ex urna lorems sed placerat lacus, nec varius felis ac nunc lorem ipsum dolor.

  • List Item
  • List Item
  • List Item

Button Text Button Text

Note To Developer: Please include documentation for this section!

Headline

Headline

Lorem ipsum dolor sit amet, sectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin. Seds maximus, turpis seu sagittis mattis, ex urna lorems sed placerat lacus, nec varius felis ac nunc lorem ipsum dolor.

  • List Item
  • List Item
  • List Item

Button Text Button Text

Note To Developer: Please include documentation for this section!

Find a Career with Us

Firstname

Position
Location

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin. Sed maximus, turpis eu sagittis mattis, ex urna placerat lacus.

Esteban

Diagnostic Imaging Technologist

My team is full of professionals. We're very respectful, work as a big happy family, and have opportunities for career advancement. Kaiser Permanente allowed me to cross-train in multiple modalities. To me, radiology is more than just capturing images- we help people get through tough times.

Ed

Department Administrator (DA) for Medical/Surgical/Telemetry

My job as a leader is busy, and I constantly think about work because I care about my team and our members. But Kaiser Permanente never fails to remind us of the importance of life balance. We're encouraged to take vacation, and the Thrive campaign reminds us to stay active. That's why I started practicing yoga

Firstname

Position
Location

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin. Sed maximus, turpis eu sagittis mattis, ex urna placerat lacus.

Note To Developer: Please include documentation for this section!

Lorem ipsum dolor

Firstname

Position
Location

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin. Sed maximus, turpis eu sagittis mattis, ex urna placerat lacus.

Esteban

Diagnostic Imaging Technologist

My team is full of professionals. We're very respectful, work as a big happy family, and have opportunities for career advancement. Kaiser Permanente allowed me to cross-train in multiple modalities. To me, radiology is more than just capturing images- we help people get through tough times.

Ed

Department Administrator (DA) for Medical/Surgical/Telemetry

My job as a leader is busy, and I constantly think about work because I care about my team and our members. But Kaiser Permanente never fails to remind us of the importance of life balance. We're encouraged to take vacation, and the Thrive campaign reminds us to stay active. That's why I started practicing yoga

Firstname

Position
Location

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin. Sed maximus, turpis eu sagittis mattis, ex urna placerat lacus.

Block Quote Media (Section 8a)

Available Code Snippets:

  • (Section8 GSTv1) Base Testimonial Card

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Turpis egestas maecenas pharetra convallis posuere morbi. Tortor at auctor urna nunc id cursus metus aliquam. Feugiat sed lectus vestibulum mattis ullamcorper velit. Volutpat diam ut venenatis tellus. Ac turpis egestas maecenas pharetra convallis posuere morbi. Faucibus in ornare quam viverra. Scelerisque eleifend donec pretium vulputate sapien nec sagittis aliquam.

Firstname

Position
Location

Block Quote (Section 8b)

Available Code Snippets:

  • (Section8 GSTv1) Base Testimonial Card

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Turpis egestas maecenas pharetra convallis posuere morbi. Tortor at auctor urna nunc id cursus metus aliquam. Feugiat sed lectus vestibulum mattis ullamcorper velit. Volutpat diam ut venenatis tellus. Ac turpis egestas maecenas pharetra convallis posuere morbi. Faucibus in ornare quam viverra. Scelerisque eleifend donec pretium vulputate sapien nec sagittis aliquam.

Firstname

Position
Location

Multi Item - Small image with copy Cards (Section9a)

Available Code Snippets:

  • (Section9a GSTv1) Base bubble Card
  • (Section9b GSTv1) Base bubble 2 links Card
  • (Section9c GSTv1) Base bubble Card

Find a Career with Us

headline

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin.

headline

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin.

headline

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin.

headline

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin.

Multi Item - Small image with copy Cards (Section9b)

Available Code Snippets:

  • (Section9a GSTv1) Base bubble Card
  • (Section9b GSTv1) Base bubble 2 links Card
  • (Section9c GSTv1) Base bubble Card

Lorem ipsum dolor

Headline

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin.

Learn MoreSee Jobs

Headline

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin.

Learn MoreSee Jobs

Headline

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin.

Learn MoreSee Jobs

Headline

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin.

Learn MoreSee Jobs

Multi Item - Small image with copy Cards (Section9c)

Available Code Snippets:

  • (Section9a GSTv1) Base bubble Card
  • (Section9b GSTv1) Base bubble 2 links Card
  • (Section9c GSTv1) Base bubble Card

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin.

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin.

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin.

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin.

Multi Item - Small image with copy Cards (Section9d)

Background color: Light Gray


Available Code Snippets:

  • (Section9a GSTv1) Base bubble Card
  • (Section9b GSTv1) Base bubble 2 links Card
  • (Section9c GSTv1) Base bubble Card

Lorem ipsum dolor

headline

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin.

headline

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin.

headline

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin.

headline

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin.

Multi Item - Icon with caption (Section10a)

Available Code Snippets:

  • (Section10a GSTv1) Dark Blue Copy
  • (Section10b GSTv1) Teal Copy
  • (Section10c GSTv1) Dark blue copy with Icon
  • (Section10c GSTv1) Heading with Icon

Find a Career with Us

Headline

Lorem ipsum dolor sits amet elipse, onsectetur dipiscing fecti elit. Duist ornare rutrum lectus ace sollicitudin.

Headline

Lorem ipsum dolor sits amet elipse, onsectetur dipiscing fecti elit. Duist ornare rutrum lectus ace sollicitudin.

Headline

Lorem ipsum dolor sits amet elipse, onsectetur dipiscing fecti elit. Duist ornare rutrum lectus ace sollicitudin.

Headline

Lorem ipsum dolor sits amet elipse, onsectetur dipiscing fecti elit. Duist ornare rutrum lectus ace sollicitudin.

Headline

Lorem ipsum dolor sits amet elipse, onsectetur dipiscing fecti elit. Duist ornare rutrum lectus ace sollicitudin.

Multi Item - Icon with caption (Section10b)

Available Code Snippets:

  • (Section10a GSTv1) Dark Blue Copy
  • (Section10b GSTv1) Teal Copy
  • (Section10c GSTv1) Dark blue copy with Icon
  • (Section10c GSTv1) Heading with Icon

Headline

Lorem ipsum dolor sits amet elipse, onsectetur dipiscing fecti elit. Duist ornare rutrum lectus ace sollicitudin.

Headline

Lorem ipsum dolor sits amet elipse, onsectetur dipiscing fecti elit. Duist ornare rutrum lectus ace sollicitudin.

Headline

Lorem ipsum dolor sits amet elipse, onsectetur dipiscing fecti elit. Duist ornare rutrum lectus ace sollicitudin.

Headline

Lorem ipsum dolor sits amet elipse, onsectetur dipiscing fecti elit. Duist ornare rutrum lectus ace sollicitudin.

Headline

Lorem ipsum dolor sits amet elipse, onsectetur dipiscing fecti elit. Duist ornare rutrum lectus ace sollicitudin.

Multi Item - Icon with caption (Section10c)

Available Code Snippets:

  • (Section10a GSTv1) Dark Blue Copy
  • (Section10b GSTv1) Teal Copy
  • (Section10c GSTv1) Dark blue copy with Icon
  • (Section10c GSTv1) Heading with Icon

Headline

Lorem ipsum dolor sits amet elipse, onsectetur dipiscing fecti elit. Duist ornare rutrum lectus ace sollicitudin.

Headline

Lorem ipsum dolor sits amet elipse, onsectetur dipiscing fecti elit. Duist ornare rutrum lectus ace sollicitudin.

Headline

Lorem ipsum dolor sits amet elipse, onsectetur dipiscing fecti elit. Duist ornare rutrum lectus ace sollicitudin.

Headline

Lorem ipsum dolor sits amet elipse, onsectetur dipiscing fecti elit. Duist ornare rutrum lectus ace sollicitudin.

Headline

Lorem ipsum dolor sits amet elipse, onsectetur dipiscing fecti elit. Duist ornare rutrum lectus ace sollicitudin.

Multi Item - Icon with caption (Section10d)

Available Code Snippets:

  • (Section10a GSTv1) Dark Blue Copy
  • (Section10b GSTv1) Teal Copy
  • (Section10c GSTv1) Dark blue copy with Icon
  • (Section10c GSTv1) Heading with Icon

Headline

Headline

Headline

Headline

Headline

Multi Item -Three column - Icon with caption (Section11a)

Note: More Icon/Captions can be added to this Section. To add more, go to the Section Settings and click the "Copy button" next to any of the "Section 11 Copy Grid" modules.


Available Code Snippets:

  • (Section11a GSTv1) base copy

Lorem ipsum dolor

Headline

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin. Sed maximus, turpis eu sagittis mattis, ex urna placerat lacus, nec varius felis augue ac nunc.

Headline

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin. Sed maximus, turpis eu sagittis mattis, ex urna placerat lacus, nec varius felis augue ac nunc.

Headline

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin. Sed maximus, turpis eu sagittis mattis, ex urna placerat lacus, nec varius felis augue ac nunc.

Headline

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin. Sed maximus, turpis eu sagittis mattis, ex urna placerat lacus, nec varius felis augue ac nunc.

Headline

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin. Sed maximus, turpis eu sagittis mattis, ex urna placerat lacus, nec varius felis augue ac nunc.

Full width - image (Section12a)

Available Code Snippets:

  • (Section12a GSTv1) base bubble copy

Full width - image and bubble copy (Section12b)

Available Code Snippets:

  • (Section12a GSTv1) base bubble copy

Headline

Lorem ipsum dolor sit amet, sectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin. Seds maximus, turpis seu sagittis mattis, ex urna lorems sed placerat lacus, nec varius felis ac nunc lorem ipsum dolor.

Button Text

Multi Image - Image (Section13a)

Suggested Use: Four Image gallery

Multi Item - grid left (Section14a)

Available Code Snippets:

  • (Section14a GSTv1) base Copy

Headline

Lorem ipsum ame dolor sit samet, sectetur dipiscings elit ornare rutrum.

Headline

Lorem ipsum ame dolor sit samet, sectetur dipiscings elit ornare rutrum.

Headline

Lorem ipsum ame dolor sit samet, sectetur dipiscings elit ornare rutrum.

Headline

Lorem ipsum ame dolor sit samet, sectetur dipiscings elit ornare rutrum.

Headline

Lorem ipsum ame dolor sit samet, sectetur dipiscings elit ornare rutrum.

Headline

Lorem ipsum ame dolor sit samet, sectetur dipiscings elit ornare rutrum.

Content Display - Static (Section18a)

Suggested Use: Content Display

Channel: Related Content

Default Content Pages:

  • Military - CP
  • Innovation
  • Mission and History

Related Content - Dynamic (Section 18b)

Suggested Use: Dynamic Related Content

Image and Copy (Section 19a)

Available Code Snippets:

  • (Section19 GSTv1) Base Copy With Subheadings

Note: CTA Link is optional and can be deleted after a new Section has been created from this Section Template.

Image Caption here

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.

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.

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 dolore eu fugiat nulla pariatur.

Image and Copy (Section 19b)

Available Code Snippets:

  • (Section19 GSTv1) Base Copy With Subheadings

Note: CTA Link is optional and can be deleted after a new Section has been created from this Section Template.

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.

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.

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 dolore eu fugiat nulla pariatur.

Image Caption here

Button Only (Section 19c)

Full Width Card - (Section 21a)

Available Code Snippets:

  • (Section21 GSTv1) - Icon Copy

Bubble Card - (Section 22a)

Available Code Snippets:

  • (Section22 GSTv1) - Header
  • (Section22 GSTv1) - Bubble Copy

Lorem ipsum dolor

Search - Special module (Section 29a)

Available Code Snippets:

  • (Section29 GSTv1) - Content

Headline

Lorem ipsum dolor sit amet, consectetur dipiscing elit. Duis ornare rutrum lectus ac sollicitudin.

Search - Special module - Content Feed (Section 29b)

Step 1 Headline

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 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.

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.

Step 1 Headline

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 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.

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.

Step 1 Headline

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 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.

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.

Step 1 Headline

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 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.

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.

CP-Banner Hero (Section 31)

Available Code Snippets:

  • (Section31 GSTv1) - Header
  • (Section31 GSTv1) - Sub Copy

Lorem ipsum dolor sit amet consequiter.

Enable extraordinary moments.