Skip to main content

Style Management

The following labels refer to styling options/classes in the "STYLE" dropdown menu located in the toolbar in every Custom HTML Module's content editor:

Heading Text:

Heading 1

Heading 2

Heading 3

Heading 4

Eyebrow

Body Text:

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.

Text Color:

♦ Color Navy

♦ Color Blue

♦ Color Black/default

♦ Color White

Buttons & Links* **:

This is an Inline Link.

Link Directional

Button - White Button - Red Button - grey Button - blue Button - green

*Use your mouse to hover over links in order to see their hover states.

**Before applying any of these link styles, make sure that the element you're applying the style to is ALREADY a link. See Custom HTML Modules: Content Editor (WYSIWYG) FAQs to learn how to add a link inside your content editor.

Custom HTML Modules: Content Editor (WYSIWYG) FAQs

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 [clickable] link text?" in General Advice & FAQs.

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 probably 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 Advice & FAQs.

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 often (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. In many 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.)

Additionally, code snippets are used as a way to add specific html into your content editor that is either difficult or impossible to achieve without editing the actual source code.

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 "Section 1" you should only be using code snippets whose titles include "Section 1."

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

CMS User Notes

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

Find this section ("CMS Guide - CMS User Notes") in your section list and edit its "CMS Guide - CMS User Notes-Section 1 - Copy" Custom HTML Module to add as many notes as you'd like right here. Be careful to not delete this instructional text, so that it may be referenced later on.

Add your notes below:

Section Guide

Important! 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 based on which menu they can be found in after clicking the "add section" button on any page:

Red - find this section in the "Use Existing" Menu.
Green - 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.

Image and Copy (Section 1a)

Suggested Use: Image with text and button

Notes: N/A

Available Code Snippets: Section 1 - Text

P element with class "eyebrow"

Heading element with class "text-large" bold text

P element with class "subhead"

Element with class "text-small"

Link with class "button-ghost"

Image and Copy (Section 1b)

Suggested Use: Image with text and button

Notes: N/A

Available Code Snippets: Section 1 - Text

P element with class "eyebrow"

Heading element with class "text-large" bold text

P element with class "subhead"

Element with class "text-small"

Link with class "button-ghost"

Image and Copy (Section 1c)

Suggested Use: Image with text and button

Notes: N/A

Available Code Snippets: Section 1c - Text

P element with class "eyebrow"

Heading element with class "text-large" bold text

P element with class "subhead"

Element with class "text-small"

Link with class "button-ghost"

Image and Copy (Section 1d)

Suggested Use: Image with text and button

Notes: N/A

Available Code Snippets: Section 1 - Text

P element with class "eyebrow"

Heading element with class "text-large" bold text

P element with class "subhead"

Element with class "text-small"

Link with class "button-ghost"

Image and Copy (Section 1e)

Suggested Use: Image with text and button

Notes: N/A

Available Code Snippets: Section 1 - Text

P element with class "eyebrow"

Heading element with class "text-large" bold text

P element with class "subhead"

Element with class "text-small"

Link with class "button-ghost"

Image and Copy (Section 1f)

Suggested Use: Image with text and button

Notes: N/A

Available Code Snippets: Section 1c - Text

P element with class "eyebrow"

Heading element with class "text-large" bold text

P element with class "subhead"

Element with class "text-small"

Link with class "button-ghost"

Statistic (Section 2a)

Suggested Use: Copy with large graphic text

Notes: N/A

Available Code Snippets: Section 2 - Stat, Section 2 - Text

Text

Text Block with class of "text-medium-large"

Statistic (Section 2b)

Suggested Use: Copy with large graphic text

Notes: N/A

Available Code Snippets: Section 2 - Stat, Section 2 - Text

Text

Text Block with class of "text-medium-large"

Image and Copy (Section 3a)

Suggested Use: Image with text and button

Notes: N/A

Available Code Snippets: Section 3 - Text

P element with class "eyebrow"

Heading element with class "text-large" bold text

P element with class "subhead"

Element with class "text-small"

Link with class "button-ghost"

Image and Copy (Section 3b)

Suggested Use: Image with text and button

Notes: N/A

Available Code Snippets: Section 3 - Text

P element with class "eyebrow"

Heading element with class "text-large" bold text

P element with class "subhead"

Element with class "text-small"

Link with class "button-ghost"

Image and Copy (Section 3c)

Suggested Use: Image with text and button

Notes: N/A

Available Code Snippets: Section 3 - Text White

P element with class "eyebrow"

Heading element with class "text-large" bold text

P element with class "subhead"

Element with class "text-small"

Link with class "button-ghost"

Image and Copy (Section 3d)

Suggested Use: Image with text and button

Notes: N/A

Available Code Snippets: Section 3 - Text

P element with class "eyebrow"

Heading element with class "text-large" bold text

P element with class "subhead"

Element with class "text-small"

Link with class "button-ghost"

Image and Copy (Section 3e)

Suggested Use: Image with text and button

Notes: N/A

Available Code Snippets: Section 3 - Text

P element with class "eyebrow"

Heading element with class "text-large" bold text

P element with class "subhead"

Element with class "text-small"

Link with class "button-ghost"

Image and Copy (Section 3f)

Suggested Use: Image with text and button

Notes: N/A

Available Code Snippets: Section 3 - Text White

P element with class "eyebrow"

Heading element with class "text-large" bold text

P element with class "subhead"

Element with class "text-small"

Link with class "button-ghost"

Media and Quote (Section 4a)

Suggested Use: Quote with media

Notes: N/A

Available Code Snippets: Section 4 - Text

Title of media

"Subhead-lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eiusmosd sed quia non numquam eius modi tesmpora incidunt uase."

First Last

Title, Department

Media and Quote (Section 4b)

Suggested Use: Quote with media

Notes: N/A

Available Code Snippets: Section 4 - Text

Title of media

"Subhead-lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eiusmosd sed quia non numquam eius modi tesmpora incidunt uase."

First Last

Title, Department

Media and Quote (Section 4c)

Suggested Use: Quote with media

Notes: N/A

Available Code Snippets: Section 4 - Text

Title of media

"Subhead-lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eiusmosd sed quia non numquam eius modi tesmpora incidunt uase."

First Last

Title, Department

Media and Quote (Section 4d)

Suggested Use: Quote with media

Notes: N/A

Available Code Snippets: Section 4 - Text

Title of media

"Subhead-lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eiusmosd sed quia non numquam eius modi tesmpora incidunt uase."

First Last

Title, Department

Copy (Section 5a)

Suggested Use: Heading with subheading

Notes: N/A

Available Code Snippets: Section 5 - Text

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

Copy (Section 5b)

Suggested Use: Heading with subheading

Notes: N/A

Available Code Snippets: Section 5 - Text

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

Copy (Section 5c)

Suggested Use: Heading with subheading left aligned

Notes: N/A

Available Code Snippets: Section 5 - Text

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

Copy (Section 5d)

Suggested Use: Heading with subheading left aligned

Notes: N/A

Available Code Snippets: Section 5 - Text

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

Image and Copy (Section 6a)

Suggested Use: Media with text under

Notes: N/A

Available Code Snippets: Section 6 - Text

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

Image and Copy (Section 6b)

Suggested Use: Media with text under

Notes: N/A

Available Code Snippets: Section 6 - Text

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

Cards (Section 7a)

Suggested Use: Text with Multi media items under

Notes: N/A

Available Code Snippets: Section 7 - Intro

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

Cards (Section 7b)

Suggested Use: Cards with headline text above

Notes: N/A

Available Code Snippets: Section 7 - Intro

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

Cards (Section 8a)

Suggested Use: Icon Cards with text and icon

Notes: N/A

Available Code Snippets: N/A

Heading with class "text-medium-large" bold text

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Cards (Section 9a)

Suggested Use: Blue cards with intro text

Notes: N/A

Available Code Snippets: Section 9 - Text, Section 9 - Intro

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

Heading with class "text-medium-large" bold text

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Heading with class "text-medium-large" bold text

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Heading with class "text-medium-large" bold text

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Cards (Section 10a)

Suggested Use: Blue Cards with Intro text

Notes: N/A

Available Code Snippets: section 10 - Text, section 10 - Intro

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

Heading with class "text-medium-large" bold text

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Heading with class "text-medium-large" bold text

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Heading with class "text-medium-large" bold text

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Cards (Section 10b)

Suggested Use: Cards with Image with intro above

Notes: N/A

Available Code Snippets: Section 10 - Intro, Section 10 - Intro

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

Heading with class "text-medium-large" bold text

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Heading with class "text-medium-large" bold text

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Heading with class "text-medium-large" bold text

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Cards (Section 11a)

Suggested Use: Cards with Image with intro above

Notes: N/A

Available Code Snippets: Section 11 - Text, Section 11 - Intro

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

Heading with class "text-medium-large" bold text

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Heading with class "text-medium-large" bold text

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Heading with class "text-medium-large" bold text

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Cards (Section 11b)

Suggested Use: Cards with Image with intro above

Notes: N/A

Available Code Snippets: Section 11 - Intro, Section 11 - Text

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

Heading with class "text-medium-large" bold text

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Heading with class "text-medium-large" bold text

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Heading with class "text-medium-large" bold text

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Content Page Display (Section 12a)

Suggested Use: Content Page display

Notes: N/A

Available Code Snippets:Section 12 - Intro

Content Page Display (Section 12b)

Suggested Use: Content page display

Notes: N/A

Available Code Snippets: Section 12 - Intro

Cards (Section 13a)

Suggested Use: Cards with image

Notes: N/A

Available Code Snippets: Section 13 - Text

Heading element with class "text-x-large" bold

Character limit w/ spaces 28

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet. tempor incididunt character limit with spaces 270.

Link with class "link-directional"

Character limit w/ spaces 28

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet. tempor incididunt character limit with spaces 270.

Link with class "link-directional"

Character limit w/ spaces 28

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet. tempor incididunt character limit with spaces 270.

Link with class "link-directional"

Cards (Section 13b)

Suggested Use: Cards with Image with intro above

Notes: N/A

Available Code Snippets: Section 13 - Intro, Section 13 - Text

Heading element with class "text-x-large" bold

Heading with class "text-medium-large"

Text with class text-small. Quis autem vel eum iure reprehenderit quie.

Heading with class "text-medium-large"

Text with class text-small. Quis autem vel eum iure reprehenderit quie.

Heading with class "text-medium-large"

Text with class text-small. Quis autem vel eum iure reprehenderit quie.

Slider (Section 15a)

Suggested Use: Slider

Notes: N/A

Available Code Snippets: N/A

Headline for slider images

This slider is unique, because the slides can be filled with images or videos by CMS editors.

Profile (Section 16a)

Suggested Use: Profile Card with image

Notes: N/A

Available Code Snippets: Section 16 - Text

Eybrow Text

Headline Text

Paragraph of text goes here with class "text-small".

link with class "link-directional"

Profile (Section 16b)

Suggested Use: Profile Card with image

Notes: N/A

Available Code Snippets: Section 16 - text

Eybrow Text

Headline Text

Paragraph of text goes here with class "text-small".

link with class "link-directional"

Profile (Section 16c)

Suggested Use: Profile Card with image

Notes: N/A

Available Code Snippets: Section 16 - Text/p>

Eybrow Text

Headline Text

Paragraph of text goes here with class "text-small".

link with class "link-directional"

Profile (Section 16d)

Suggested Use: Profile Card with image

Notes: N/A

Available Code Snippets: Section 16 - text

Eybrow Text

Headline Text

Paragraph of text goes here with class "text-small".

link with class "link-directional"

Cards (Section 17a)

Suggested Use: 2 cards 50/50 width

Notes: N/A

Available Code Snippets: Section 17 - text

Headline Bold Text

p element with class of "text-small"

Link

Headline Bold Text

p element with class of "text-small"

Link

Cards (Section 18a)

Suggested Use: cards with icon and text

Notes: N/A

Available Code Snippets: Section 18 - Text, Section 18 - Intro

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

Heading with class "text-medium-large"

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Heading with class "text-medium-large"

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Heading with class "text-medium-large"

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Cards (Section 18b)

Suggested Use: cards with icon and text

Notes: N/A

Available Code Snippets: Section 18 - Text, Section 18 - Intro

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

Heading with class "text-medium-large"

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Heading with class "text-medium-large"

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Heading with class "text-medium-large"

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Heading with class "text-medium-large"

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Cards (Section 18c)

Suggested Use: cards with icon and text

Notes: N/A

Available Code Snippets: Section 18 - Text, Section 18 - Intro

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

Heading with class "text-medium-large"

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Heading with class "text-medium-large"

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Heading with class "text-medium-large"

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Heading with class "text-medium-large"

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Heading with class "text-medium-large"

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Link with class "link-directional"

Cards (Section 18d)

Suggested Use: cards with icon and text

Notes: N/A

Available Code Snippets: Section 18 - Text, Section 18 - Intro

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

Icon Title

Icon text 1. Icon text 1 icon text 1. Furthermore, icon text 1.

Icon Title

Icon text 2. Icon text 2 icon text 2. Furthermore, icon text 2.

Icon Title

Icon text 3. Icon text 3 icon text 3. Furthermore, icon text 3.

Icon Title

Icon text 4. Icon text 4 icon text 4. Furthermore, icon text 4.

Slider (Section 19a)

Suggested Use: Slider of blog entries

Notes: N/A

Available Code Snippets: N/A

How to stand out while working from home

10 things you need to know about starting a new job virtually

Here are 10 tips for making a good impression while starting a new job and working virtually. Find out how they might help you.

Woman sits at laptop and talks about the Julie A. Elberfeld Tech Diversity and Inclusion awards at Capital One

3 outstanding examples of encouraging tech diversity, inclusion and belonging

Learn how an inspiring group of associates are changing the tech diversity landscape and were recognized for their impactful efforts.

Image and Copy (Section 20a)

Notes: N/A

Available Code Snippets: N/A

Large heading text here

Beginning of paragraph is bolded here. The rest of the paragraph here has normal font weight. Please replace this with your introductory text.

Cards (Section 21a)

Notes: N/A

Available Code Snippets: N/A

Heading element with class "text-large"

Card header here

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Length of program: 10 weeks

Requirements: All majors welcome

Lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eiusmosd sed quia non numquam eius modi tesmpora incidunt uase.

Card header here

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Length of program: 10 weeks

Requirements: All majors welcome

Lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eiusmosd sed quia non numquam eius modi tesmpora incidunt uase.

Card header here

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Length of program: 10 weeks

Requirements: All majors welcome

Lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eiusmosd sed quia non numquam eius modi tesmpora incidunt uase.

Card header here

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Length of program: 10 weeks

Requirements: All majors welcome

Lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eiusmosd sed quia non numquam eius modi tesmpora incidunt uase.

Cards (Section 21b)

Notes: N/A

Available Code Snippets: N/A

Heading element with class "text-large"

Card header here

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Length of program: 10 weeks

Requirements: All majors welcome

Lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eiusmosd sed quia non numquam eius modi tesmpora incidunt uase.

Card header here

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Length of program: 10 weeks

Requirements: All majors welcome

Lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eiusmosd sed quia non numquam eius modi tesmpora incidunt uase.

Card header here

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Length of program: 10 weeks

Requirements: All majors welcome

Lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eiusmosd sed quia non numquam eius modi tesmpora incidunt uase.

Card header here

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.

Length of program: 10 weeks

Requirements: All majors welcome

Lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eiusmosd sed quia non numquam eius modi tesmpora incidunt uase.

Cards (Section 22a)

Notes: N/A

Available Code Snippets:

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

Intro (Section 23a)

Suggested Use: Intro to job cards

Notes: N/A

Available Code Snippets: Section 23 - Intro

Heading

Subhead-lorem ipsum dolor sit amet, cectetur numquam eius modi accusantium doloremque. Character limit with spaces 118.

Intro (Section 23b)

Suggested Use: Intro to job cards

Notes: N/A

Available Code Snippets: Section 23 - Intro

Heading

Subhead-lorem ipsum dolor sit amet, cectetur numquam eius modi accusantium doloremque. Character limit with spaces 118.

Job Cards (Section 24a)

Suggested Use: Cards to showcase open jobs

Notes: N/A

Available Code Snippets: Section 24 - Text

Card header here

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

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit enim ad minim veniam, quis nostrud exercitation.
  • Vestibulum id urna luctus odio viverra sagittis.
  • Donec hendrerit erat a accumsan aliquet.

Job Cards (Section 24b)

Suggested Use: Cards to showcase open jobs

Notes: N/A

Available Code Snippets: Section 24 - Text

Card header here

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

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit enim ad minim veniam, quis nostrud exercitation.
  • Vestibulum id urna luctus odio viverra sagittis.
  • Donec hendrerit erat a accumsan aliquet.

Card header here

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

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit enim ad minim veniam, quis nostrud exercitation.
  • Vestibulum id urna luctus odio viverra sagittis.
  • Donec hendrerit erat a accumsan aliquet.

Job Cards (Section 24c)

Suggested Use: Cards to showcase open jobs

Notes: N/A

Available Code Snippets: Section 24 - Text

Card header here

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

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit enim ad minim veniam, quis nostrud exercitation.
  • Vestibulum id urna luctus odio viverra sagittis.
  • Donec hendrerit erat a accumsan aliquet.

Card header here

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

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit enim ad minim veniam, quis nostrud exercitation.
  • Vestibulum id urna luctus odio viverra sagittis.
  • Donec hendrerit erat a accumsan aliquet.

Card header here

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

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit enim ad minim veniam, quis nostrud exercitation.
  • Vestibulum id urna luctus odio viverra sagittis.
  • Donec hendrerit erat a accumsan aliquet.

Job Cards (Section 24d)

Suggested Use: Cards to showcase open jobs

Notes: N/A

Available Code Snippets: Section 24 - Text

Card header here

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

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit enim ad minim veniam, quis nostrud exercitation.
  • Vestibulum id urna luctus odio viverra sagittis.
  • Donec hendrerit erat a accumsan aliquet.

Job Cards (Section 24e)

Suggested Use: Cards to showcase open jobs

Notes: N/A

Available Code Snippets: Section 24 - Text

Card header here

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

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit enim ad minim veniam, quis nostrud exercitation.
  • Vestibulum id urna luctus odio viverra sagittis.
  • Donec hendrerit erat a accumsan aliquet.

Card header here

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

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit enim ad minim veniam, quis nostrud exercitation.
  • Vestibulum id urna luctus odio viverra sagittis.
  • Donec hendrerit erat a accumsan aliquet.

Job Cards (Section 24f)

Suggested Use: Cards to showcase open jobs

Notes: N/A

Available Code Snippets: Section 24 - Text

Card header here

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

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit enim ad minim veniam, quis nostrud exercitation.
  • Vestibulum id urna luctus odio viverra sagittis.
  • Donec hendrerit erat a accumsan aliquet.

Card header here

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

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit enim ad minim veniam, quis nostrud exercitation.
  • Vestibulum id urna luctus odio viverra sagittis.
  • Donec hendrerit erat a accumsan aliquet.

Card header here

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

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit enim ad minim veniam, quis nostrud exercitation.
  • Vestibulum id urna luctus odio viverra sagittis.
  • Donec hendrerit erat a accumsan aliquet.

Awards Icons (Section 25a)

Suggested Use: Awards Icons

Notes: N/A

Available Code Snippets: Section 25 - intro

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

square image
square image
square image
square image
square image
square image
square image
square image

Awards Icons (Section 25b)

Suggested Use: Awards icons

Notes: N/A

Available Code Snippets: N/A

square image
square image
square image
square image
square image
square image
square image
square image

Awards Icons (Section 25c)

Suggested Use: Awards Icons

Notes: N/A

Available Code Snippets: Section 25 - intro

Heading element with class "text-x-large" bold

P element with class "subhead" lorem ipsum dolor sit amet, cectetur adipiscing elit, sed do eius modi.

square image
square image
square image
square image
square image

Awards Icons (Section 25d)

Suggested Use: Awards icons

Notes: N/A

Available Code Snippets: N/A

square image
square image
square image
square image
square image

Slider (Section 26a)

Suggested Use: Slider

Notes: N/A

Available Code Snippets: N/A

Envision your future

Propel your career with top-notch leadership support and advancement opportunities.

Associate image Associate image

Associate

Associates assume full ownership of a critical workstream on their project, developing hypotheses, conducting research and analysis, synthesizing their findings and sharing insights with senior business partners to shape their perspectives.

Senior Associate image Associate image

Senior Associate

Senior Associates assume greater responsibility on their teams and often tackle multiple complex workstreams to further refine their skill set and shape the direction of the overall project.

Senior Manager image Associate image

Manager/Senior Manager

Managers lead the team by assuming responsibility for project deliverables, shaping the team’s recommendations, and owning key business partner relationships. They leverage their strong foundation of consulting skills to help associates define and push their workstreams forward. Managers also help associates achieve their development goals and grow on the team.

Director image Associate image

Director/Senior Director

Directors own the project’s overall strategic question. They build meaningful relationships with senior business partners and ensure the team delivers impactful insights and recommendations.

VP image Associate image

Vice President+

VPs oversee multiple projects and often work with a small set of executives for an extended period of time. Sought after by senior leaders throughout the company as thought partners, they support and influence critical business decisions at the highest level.

Slider (Section 26b)

Suggested Use: Slider

Notes: N/A

Available Code Snippets: N/A

Meet Strategy Consulting leaders and alumni

Connor

Vice President, Strategy Consulting
Strategy Consulting Associate Class of 2015

“The best thing about Strategy Consulting is that we put associates in positions that stretch them beyond their comfort zone, and we consistently see them thrive in those situations. I would not be the leader I am today if I hadn't been put in these challenging situations and provided continuous mentoring, coaching and trust by leaders on our team.”

Leah

Senior Manager, Strategy Consulting
Strategy Consulting Associate Class of 2019

“I enjoy supporting associates in their journey to define their career path and leadership style. Associates come in with such brilliant ideas and passion that we could all stand to learn from. I want to be a partner in helping them find their voice, both in confidence and stylistically, so that they can show up authentically and effectively.”

Louise

Vice President, Head of Consumer Deposits
Strategy Consulting Associate Class of 2016

“Strategy Consulting associates are some of the future executives of Capital One. As an associate, you can define your own career path; some people stay in the group for multiple years, while others take on leadership roles across the enterprise. The group is full of incredibly talented associates, and we set them up to be successful in whatever role they choose to pursue.”

Derek

Senior Director, Product Strategy and Analytics
Strategy Consulting Associate Class of 2016

“When I first joined the Strategy Consulting team, I never would have guessed that only a few years later, I’d have the opportunity to lead product strategy for millions of Capital One’s checking customers. My managers and mentors on the team instilled in me the confidence to lead the strategic direction of some of Capital One’s most important products.”

Rohan

Harvard Business School Class of 2024
Strategy Consulting Manager 2020

“In my business school classes, I am constantly asked to identify where the world is going and how organizations and communities should position themselves for the future. In an increasingly complex business environment, learning to think strategically and problem solve with peers is an invaluable asset that the Strategy Consulting team does an incredible job teaching.”

Catherine

Stanford University Graduate School of Business Class of 2025
Strategy Consulting Associate Class of 2018

“I built a strong set of business fundamentals during my time on the team which prepared me to engage with and contribute to the Stanford community. The most important lesson I learned, however, was the value of working with wonderful people. My friends and mentors from the group will be an important part of my life for many years down the road.”

Image and Quote (Section 27a)

Suggested Use: Image and Quote

Notes: N/A

Available Code Snippets: section 27 - text

Heading element with class "text-large"

Element with class "text-small"

- Bold text Place name in bold, position here

Interactive Calendar

Suggested Use: Interactive Calendar

Notes: N/A

Available Code Snippets: N/A

A day in the life of a Strategy Consulting associate

You will work on a wide variety of projects on our team, and no two days will be exactly the same. However, you'll have ample opportunities each day to problem solve with your team and senior leaders as you tackle the industry’s most pressing challenges. You’ll also have dedicated time for career development and networking.

With our hybrid policy, we work together in office Tuesday through Thursday. We have flexibility to work remotely on Monday and Friday. Preview a day on our Strategy Consulting team.

Phone Image witih title Today for Calender
  • 8:30 AM
  • 9:00 AM
  • 9:30 AM
  • 10:00 AM
  • 10:30 AM
  • 11:00 AM
  • 12:00 PM
  • 1:00 PM
  • 2:00 PM
  • 4:00 PM
  • 4:30 PM
  • 6:30 PM

Note To Developer: Please include documentation for this section!

Job Alerts

Don’t miss a thing. Stay in the know about opportunities you may be interested in!

Interested InTo create job alerts, you can either select a job category from the list of options or search by location. For location, you can search by city, state, zip or “remote”, then click 'Add'. Once done, click ‘Sign up’ to receive your job alerts.

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

*Required Field