Skip to main content
Search jobs

Style Management

Below lists out the styles used throughout the site along with their properties.

This is the default font style for paragraphs. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vel nisl nec ipsum consectetur ullamcorper. Mauris in mauris vestibulum, interdum enim ut, vulputate dolor. Sed bibendum eros ex, quis viverra sem accumsan et. Aenean maximus viverra magna, eu auctor ligula consectetur at.

color: #240000;
font-family: "Rythm-wide", sans-serif;
font-size: 14px;
font-weight: 300;
line-height: 22px;

Heading 1 text size

Font-family: "Rythm-narrow";
font-size: 60px;
line-height: 1.5;

Heading 2 text size

Font-family: "Rythm-narrow";
font-size: 48px;
line-height: 1;

Heading 3 text size

Font-family: "Rythm-narrow";
font-size: 24px;
line-height: 1.5;

Page Templates

What page templates are available to create new pages with?

The following 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 page templates, you must create your page inside the theme where the desired page template resides. You may later assign the page to another theme if needed.

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

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

General Advice & FAQs

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 - Full Width Copy" or "DEI - Full Width 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 "Selfservice Theme" theme and select the "Selfservice Template" page template.

Which theme should my page be assigned to?

All CMS pages should be assigned to the "Selfservice 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 [clickable] 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?

Banners are updated using the in page banner fields whilst in CMS admin. There must always be a mobile banner image in place. The "banner alt text" field is used as part of the page's heading alongside the "headline" field. Any text in the "banner alt text" field will be rendered in Heading 1 text size in black colour. Any text inside "headline" field will be displayed in Heading 1 text size in red colour. 

Why Join Our Supply Chain Team? 
At Coca-Cola Europacific Partners, we believe the magic behind our supply chain is powered by people—especially women who lead, innovate, and inspire every day.
- Lead with confidence in logistics, manufacturing, and operations
- Make a global impact with sustainable, tech-driven solutions
- Thrive in a culture that champions gender equity
- Grow with support from mentors, peers, and inclusive leaders
- Innovate daily in a culture that values curiosity and collaboration
"At CCEP, I’ve grown into a leadership role with the support of mentors who believed in me." — Elena, Logistics Lead

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.

Vertical image reverse - CMS Guide

Suggested Use: Used for when there are text and image content. The text part will be wider than the image - the proportions are locked and cannot be changed.

Add new: Yes

Notes: Portrait images for best results as the image half can grow taller depending on the amount of copy used. But as can be seen, landscape images also work fine. Images are centre aligned on both the x and y axis and cannot be changed.

Image Content

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.

LINK HERE

Vertical Image Content - CMS Guide

Suggested Use: Used for when there are text and image content. The text part will be wider than the image - the proportions are locked and cannot be changed.

Add new: Yes

Notes: Portrait images for best results as the image half can grow taller depending on the amount of copy used. But as can be seen, landscape images also work fine. Images are centre aligned on both the x and y axis and cannot be changed.

Image Content

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.

LINK HERE

Image Content (SS) - CMS Guide

Suggested Use: Used for when there are text and image content. The image part will be wider than the text - the proportions are locked and cannot be changed.

Add new: Yes

Notes: Landscape images for best results as the image half as it takes up more area. Images are centre aligned on both the x and y axis and cannot be changed.

Image Content

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ac porta nulla. Etiam sit amet venenatis lectus, sed fermentum enim. Sed fermentum purus a gravida vestibulum. Donec condimentum malesuada lacus eu varius.

LINK HERE

Content Image Reverse (ss) - CMS Guide

Suggested Use: Used for when there are text and image content. The image part will be wider than the text - the proportions are locked and cannot be changed.

Add new: Yes

Notes: Landscape images for best results as the image half as it takes up more area. Images are centre aligned on both the x and y axis and cannot be changed.

Image Content

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.

LINK HERE

Plain Text (CMS)

Suggested Use: Use when text content is required without any background or section styling. Mostly for introductory paragraph at the top of the page.

Add new: Yes

Plain text module

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.

Content module option 3 (image & video right 50)

Suggested Use: Used for when there are text and image/video content. The image/video and text parts are the same width - the proportions are locked and cannot be changed.

Add new: Yes

Notes: Landscape images for best results. Image/video are centre aligned on both the x and y axis and cannot be changed.

Image Content

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.

Find out more

Content module option 4 (image & video left 40)

Suggested Use: Used for when there are text and image/video content. The text part will be wider than the image/video - the proportions are locked and cannot be changed.

Add new: Yes

Notes: Portrait images for best results as the image half can grow taller depending on the amount of copy used. But as can be seen, landscape images also work fine. Images are centre aligned on both the x and y axis and cannot be changed.

Image Content

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.

Find out more

Content module option 5

Suggested Use: Used for Early career programmes.

Add new: Yes

Notes: There are three partials in this section. Each partial containing a single module. From the left most partial is a CustomHTML module containing the copy for the default content. The middle partial contains the image used on the right hand side of the section. The last partial contains a CustomHTML module which contains the copy content to reveal.

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.

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.

Sign up for job alerts

Tony Augustine, Sidcup Factory Industrial Placement Student 2019-2020

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque dictum urna ac euismod posuere. Cras vestibulum ligula augue, sit amet tincidunt dui semper et. Nam nibh urna, convallis a mi et, vestibulum feugiat sem. Interdum et malesuada fames ac ante ipsum primis in faucibus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Quisque vel risus turpis.

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Quisque luctus ligula ac quam porta, id blandit risus finibus. Ut feugiat lobortis est. Curabitur sollicitudin a urna sit amet vehicula. Nullam ut condimentum dolor. Donec mattis eros hendrerit, posuere dui ut, auctor elit. Proin eget accumsan odio, a placerat erat.

Curabitur ultrices tempor massa sed scelerisque. Vestibulum et augue id est fermentum venenatis ac vitae tortor.Aenean nibh magna, porttitor mattis mauris at, imperdiet interdum eros. Aliquam orci dui, tempus vel arcu et, egestas aliquam nisl. Pellentesque justo lacus, ornare id faucibus sed, ultricies ut quam. Nam gravida est eu leo posuere, non tincidunt dui viverra. Curabitur sit amet orci leo. Etiam convallis convallis nulla, ut aliquet odio semper sed.

Donec egestas ante vel porttitor hendrerit. Ut in mattis purus. In nec augue ex. Ut ullamcorper, eros at gravida cursus, neque nulla tempor lorem, at condimentum purus nisi eu tortor. Mauris lacinia risus massa, at condimentum erat convallis sed. Vestibulum pharetra, metus vel elementum pulvinar, nisi tortor condimentum tellus, malesuada suscipit orci ante vel odio. Integer at pharetra libero.

Related Stories - CMS Guide

Suggested Use: Used for linking to content pages.

Add new: Yes

Notes: You may choose to use an existing one if it already contains links to the desired pages. Please update the pages in the Content Page Display module after saving a new version. Once a new version is saved, you are free to change the pages displayed within this section. Maximum of 3 pages will be displayed.

See some of our apprentice stories

Content Image Wide - CMS Guide

Suggested Use: Used for Early career programmes.

Add new: Yes

Notes: There are three partials in this section. Each partial containing a single module. From the left most partial is a CustomHTML module containing the copy for the default content. The middle partial contains the image used on the right hand side of the section. The last partial contains a CustomHTML module which contains the copy content to reveal.

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.

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.

Sign up for job alerts

Tony Augustine, Sidcup Factory Industrial Placement Student 2019-2020

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque dictum urna ac euismod posuere. Cras vestibulum ligula augue, sit amet tincidunt dui semper et. Nam nibh urna, convallis a mi et, vestibulum feugiat sem. Interdum et malesuada fames ac ante ipsum primis in faucibus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Quisque vel risus turpis.

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Quisque luctus ligula ac quam porta, id blandit risus finibus. Ut feugiat lobortis est. Curabitur sollicitudin a urna sit amet vehicula. Nullam ut condimentum dolor. Donec mattis eros hendrerit, posuere dui ut, auctor elit. Proin eget accumsan odio, a placerat erat.

Curabitur ultrices tempor massa sed scelerisque. Vestibulum et augue id est fermentum venenatis ac vitae tortor.Aenean nibh magna, porttitor mattis mauris at, imperdiet interdum eros. Aliquam orci dui, tempus vel arcu et, egestas aliquam nisl. Pellentesque justo lacus, ornare id faucibus sed, ultricies ut quam. Nam gravida est eu leo posuere, non tincidunt dui viverra. Curabitur sit amet orci leo. Etiam convallis convallis nulla, ut aliquet odio semper sed.

Donec egestas ante vel porttitor hendrerit. Ut in mattis purus. In nec augue ex. Ut ullamcorper, eros at gravida cursus, neque nulla tempor lorem, at condimentum purus nisi eu tortor. Mauris lacinia risus massa, at condimentum erat convallis sed. Vestibulum pharetra, metus vel elementum pulvinar, nisi tortor condimentum tellus, malesuada suscipit orci ante vel odio. Integer at pharetra libero.

Quote with video pop up

Note To Developer: Please include documentation for this section.

Content is work in progress.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.

Nina Kovac & John Luca Walter

Auszubildende zur Fachkraft für Lebensmitteltechnik und Lagerlogistik

Erfahre mehr

Note To Developer: Please include documentation for this section.

Job List Heading

Related Content - CMS

Suggested Use: Use when the default Content Page Module nor Content Feed Module is capable of displaying the desired information. The content is completely custom html. Warning, this will require at least a basic knowledge of HTML to sufficiently make (including initial) edits/changes.

Add new: Yes

Notes: Use code snippet: "CMS - Related Content" to reset the content to default content. If there is an existing section linking to the desired stories already, then place that onto the page instead of creating a new one.

Related Content

  • About us

    Coca-Cola Europacific Partners (CCEP) is a true world leader, we have over 33,000 people in 29 countries, from all over Europe to Australia, New Zealand and Indonesia.

    View more
  • Why CCEP?

    Coca-Cola Europacific Partners (CCEP) is where great people and great opportunities meet. 

    View more
  • CCEP Stories

    Coca-Cola Europacific Partners is vibrant and diverse, and we invite you to hear from our people about everyday life working for us.

    View more

Text - 3 columns (CMS)

Suggested Use: Use when there are 3 (or more) groups of text content you would like to separate into 3 columns.

Add new: Yes

Notes: Each text content module will take up a third of the available page width. This means if there are more than 3 modules, the "extra" items will automatically be placed on a new line and conform with the 3 column setup.

Headline Copy 1

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut iaculis velit ipsum, et pulvinar nisl ultricies a. In sed ligula ac tortor mollis porttitor at non neque. Nunc gravida lacus nisi, eget scelerisque libero interdum id. Curabitur eros tortor, fringilla vel orci vitae, molestie pharetra felis. Morbi vitae luctus eros. Pellentesque porttitor varius faucibus.

Headline Copy 2

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut iaculis velit ipsum, et pulvinar nisl ultricies a. In sed ligula ac tortor mollis porttitor at non neque.

Headline Copy 3

Ut iaculis velit ipsum, et pulvinar nisl ultricies a. In sed ligula ac tortor mollis porttitor at non neque. Nunc gravida lacus nisi, eget scelerisque libero interdum id. Curabitur eros tortor, fringilla vel orci vitae, molestie pharetra felis. Morbi vitae luctus eros. Pellentesque porttitor varius faucibus.

Testimonial - light (CMS)

Suggested Use: Used for testimonials.

Add new: Yes

Notes: Images are best provided in 235x235 pixels as a square. The circle and white border is applied by the site's styling. Quotemarks are automatically applied when using a "blockquote" from the wysiwyg editor. The quotemarks cannot be changed. The name of the person should be in bold with the class "cite-name".

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut iaculis velit ipsum, et pulvinar nisl ultricies a. In sed ligula ac tortor mollis porttitor at non neque. Nunc gravida lacus nisi, eget scelerisque libero interdum id. Curabitur eros tortor, fringilla vel orci vitae, molestie pharetra felis. Morbi vitae luctus eros. Pellentesque porttitor varius faucibus.

Firstname Lastname
Title, Department

Testimonial - dark (CMS)

Suggested Use: Used for testimonials.

Add new: Yes

Notes: Images are best provided in 235x235 pixels as a square. The circle and white border is applied by the site's styling. Quotemarks are automatically applied when using a "blockquote" from the wysiwyg editor. The quotemarks cannot be changed. The name of the person should be in bold with the class "cite-name".

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut iaculis velit ipsum, et pulvinar nisl ultricies a. In sed ligula ac tortor mollis porttitor at non neque. Nunc gravida lacus nisi, eget scelerisque libero interdum id. Curabitur eros tortor, fringilla vel orci vitae, molestie pharetra felis. Morbi vitae luctus eros. Pellentesque porttitor varius faucibus.

Firstname Lastname
Title, Department

Content and Map (CMS)

Suggested Use: Display a map of the chosen location.

Add new: Yes

Notes: Only ONE map can be used on the page at any time. Always place the map module in the left column. To display the map on the right, apply the classes "row" "reverse" to the Section settings (the "Identifier" field). An address should be entered to genereate the map. The button "Render map" must be clicked on for there the module to show a map - if you see an empty map please check you have rendered a map.

Location Name

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut iaculis velit ipsum, et pulvinar nisl ultricies a. In sed ligula ac tortor mollis porttitor at non neque.

Lorem ipsum

Lorem ipsum

Map and Content (CMS)

Suggested Use: Display a map of the chosen location.

Add new: Yes

Notes: Only ONE map can be used on the page at any time. Always place the map module in the left column. To display the map on the right, apply the classes "row" "reverse" to the Section settings (the "Identifier" field). An address should be entered to genereate the map. The button "Render map" must be clicked on for there the module to show a map - if you see an empty map please check you have rendered a map.

Location Name

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut iaculis velit ipsum, et pulvinar nisl ultricies a. In sed ligula ac tortor mollis porttitor at non neque.

Lorem ipsum

Lorem ipsum

Video - 4 columns (CMS)

Suggested Use: 4 vertical videos with a short summary below it.

Add new: Yes

Notes: Videos should be in horizontal format. The recommended aspect ratio is 69 : 125. At it's biggest size it will be 475x860.

Headline Copy 1

Ut iaculis velit ipsum, et pulvinar nisl ultricies a. In sed ligula ac tortor mollis porttitor at non neque. Nunc gravida lacus nisi, eget scelerisque libero interdum id. Curabitur eros tortor, fringilla vel orci vitae, molestie pharetra felis. Morbi vitae luctus eros. Pellentesque porttitor varius faucibus.

Headline Copy 2

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut iaculis velit ipsum, et pulvinar nisl ultricies a. Curabitur eros tortor, fringilla vel orci vitae, molestie pharetra felis. Morbi vitae luctus eros. Pellentesque porttitor varius faucibus.

Headline Copy 3

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut iaculis velit ipsum, et pulvinar nisl ultricies a. In sed ligula ac tortor mollis porttitor at non neque. Nunc gravida lacus nisi, eget scelerisque libero interdum id. Curabitur eros tortor, fringilla vel orci vitae, molestie pharetra felis. Morbi vitae luctus eros. Pellentesque porttitor varius faucibus.

Headline Copy 4

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut iaculis velit ipsum, et pulvinar nisl ultricies a. Nunc gravida lacus nisi, eget scelerisque libero interdum id. Curabitur eros tortor, fringilla vel orci vitae, molestie pharetra felis. Morbi vitae luctus eros. Pellentesque porttitor varius faucibus.

Image Content 60-40

Suggested Use: Used for when there are text and image/video content. The text part will be wider than the image/video - the proportions are locked and cannot be changed.

Add new: Yes

Lorem ipsum dolor sit amet consectetur adipisicing elit.

Lorem ipsum dolor sit amet consectetur adipisicing elit. Nesciunt consectetur facilis neque libero enim, quidem tempora alias delectus sit eius perspiciatis distinctio doloribus, omnis deleniti.?

Lorem ipsum dolor sit amet consectetur adipisicing elit. Nesciunt consectetur facilis neque libero enim, quidem tempora alias delectus sit eius perspiciatis distinctio doloribus, omnis deleniti. Nemo perferendis similique eos illum? quidem tempora alias delectus sit eius perspiciatis distinctio doloribus, omnis deleniti. Nemo perferendis similique eos illum?

Image - 3 Items Grid

Suggested Use: Used for image content.

Add new: Yes

Heading (h2)

Sub heading (h3)

Video - 3 Columns

Suggested Use: Used for a three videos grid from YouTube or mp4 file.

Add new: Yes

Heading (h2)

Sub heading (h3)