﻿/*<meta conditions="Other.MasterTopNav" />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* This stylesheet contains styles for the '(default)' medium (i.e. no medium). */
/* These styles may be modified by styles in the other stylesheets, according to the medium and target used. */

html
{
	
}

body	/* body: font-size sets standard font 1em as 87.5% of 16px = 14px */
{
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
	font-size: 100%;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-body);
	line-height: 1.5em;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	color: rgba(0,0,0,0.9);
	/* CSS variable IE 11 support */
	color: var(--col-black-90);
	margin: 0.5em 1em 0.5em 1em;
	overflow-wrap: break-word;
	word-break: normal;
}

h1
{
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-h1);
	font-weight: 700;
	line-height: 1.25em;
	margin: 0.25em 0em 0.5em 0em;
}

h2
{
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
	font-size: 2em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-h2);
	font-weight: 700;
	line-height: 1.25em;
	margin: 1.5em 0em 0.5em 0em;
}

h3
{
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-h3);
	font-weight: 700;
	line-height: 1.25em;
	margin: 1.5em 0em 0.5em 0em;
}

h4
{
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-h4);
	font-weight: 700;
	line-height: 1.25em;
	margin: 1.5em 0em 0.5em 0em;
}

h5
{
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-h5);
	font-weight: 700;
	line-height: 1.25em;
	margin: 1.5em 0em 0.5em 0em;
}

h6
{
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
	font-size: 1em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-h6);
	font-weight: 700;
	line-height: 1.25em;
	margin: 1.5em 0em 0.5em 0em;
}

h1#sage-home-title
{
	font-size: 3.5em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-h1-xl);
}

h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h5,
h4 + h6,
h5 + h6	/* reduce top margin for consecutive headings */
{
	margin-top: 1em;
}

hr	/* hr: page divider - doesn't clear floated elements */
{
	border-style: none;
	color: transparent;
	background-color: transparent;
	height: 2px;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	size: 0;
	border-bottom: 2px solid #B9BAB7;
	width: auto;
}

hr.clear	/* hr: page divider - clears floated elements */
{
	clear: both;
	width: 100%;
}

a,
a:link,
a:visited	/* a: normal hyperlink styles */
{
	color: #007E45;
	/* CSS variable IE 11 support */
	color: var(--business-product);
	text-decoration: underline;
}

a:hover	/* a: normal hyperlink styles - hover */
{
	color: #006738;
	/* CSS variable IE 11 support */
	color: var(--business-product-hover1);
	/* text-decoration: underline; */
}

[class*="colour-dark"] [class*="highlightBox"] a:hover	/* reset link hover colour for boxes inside dark coloured boxes */
{
	color: #006738 !important;
	/* CSS variable IE 11 support */
	color: var(--business-product-hover1) !important;
}

/* DISABLED - rebrand 2022 links - might be too difficult to implement this, as requires undoing background colour in menus, and any links without a class */
/* a:focus - set background colour on regular links and xrefs, but not all links */

/* 
a:focus:not([class]),
a[class=""]:focus,
a.external,
MadCap|dropDownHotspot:focus,
MadCap|toggler:focus,
MadCap|expandingHead:focus,
MadCap|popupHead:focus,
a.Popup:focus,
MadCap|xref:focus 
{
	color: #000000;
	background-color: #FFBC19;
	background-color: var(--col-semantic-focus);
	outline-style: none;
}
*/

:focus	/* set the focus outline colour */
{
	outline-style: solid;
	/* inner outline */
	outline-width: 2px;
	outline-color: #FFBC19;
	/* CSS variable IE 11 support */
	outline-color: var(--col-semantic-focus);
	outline-offset: 0;
	box-shadow: 0 0 0 4px #000000;
	/* outer outline */
}

b	/* b: bold text - set as 700 */
{
	font-weight: 700;
}

p	/* p: body paragraph text */
{
	font-size: 1em;
	line-height: 1.5em;
	margin: 0em 0em 1em 0em;
}

p.note,
div.note,
p.tip,
div.tip,
div.note-settings,
div.note-warning,
div.note-danger,
div.note-info,
div.note-success,
div.note-error,
div.note-tip	/* message styles */
{
	/* width: auto; */
	overflow: auto;
}

p.note,
div.note,
p.tip,
div.tip
{
	margin: 1em 0em 1em 0em;
	padding: 0.5em 0.5em 0.5em 1em;
	border-style: solid;
	border-width: 0;
	border-left-width: 2em;
	border-radius: 8px 0 0 8px;
	/* notes rounded corners - radius - rebrand 2022 phase 2 */
}

div.note-settings,
div.note-warning,
div.note-danger,
div.note-info,
div.note-success,
div.note-error,
div.note-tip	/* message styles */
{
	position: relative;
	/* must be relative to allow icon positioning */
	margin: 1em 0em 1em 0em;
	padding: 0.5em 0.5em 0.5em 3em;
	border: 1px solid;
	border-radius: 8px 8px 8px 8px;
	/* notes rounded corners - radius - rebrand 2022 phase 2 */
}

p.note,
div.note
{
	border-color: #CCD6DB;
	/* CSS variable IE 11 support */
	border-color: var(--col-action-minor-200);
	mc-auto-number-format: 'Note: ';
	/* LOCALISED in localised_text.css */
	mc-auto-number-class: noteformat;
}

p.tip,
div.tip
{
	border-color: #CCD6DB;
	/* CSS variable IE 11 support */
	border-color: var(--col-action-minor-200);
	mc-auto-number-format: 'Tip: ';
	/* LOCALISED in localised_text.css */
	mc-auto-number-class: noteformat;
}

span.noteformat	/* span.noteformat: formatting of note/tip text */
{
	font-weight: 700;
	/* color: #2C2A29; */
}

div.note span.noteformat,
div.tip span.noteformat	/* increase spacing when note and tip used as div */
{
	display: block;
}

div.note-settings	/* DLS style message - settings */
{
	border-color: #335B70;
	/* CSS variable IE 11 support */
	border-color: var(--col-semantic-neutral);
	mc-auto-number-format: 'Note - settings';
	/* LOCALISED in localised_text.css */
	mc-auto-number-class: visually-hidden;
}

div.note-settings:before	/* DLS style message - settings */
{
	background-color: #335B70;
	/* CSS variable IE 11 support */
	background-color: var(--col-semantic-neutral);
}

div.note-warning	/* DLS style message - warning */
{
	border-color: #EF6700;
	/* CSS variable IE 11 support */
	border-color: var(--col-semantic-caution);
	mc-auto-number-format: 'Note - warning';
	/* LOCALISED in localised_text.css */
	mc-auto-number-class: visually-hidden;
}

div.note-warning:before	/* DLS style message - warning */
{
	background-color: #EF6700;
	/* CSS variable IE 11 support */
	background-color: var(--col-semantic-caution);
}

div.note-danger	/* DLS style message - danger */
{
	border-color: #CD384B;
	/* CSS variable IE 11 support */
	border-color: var(--col-semantic-negative);
	mc-auto-number-format: 'Note - danger';
	/* LOCALISED in localised_text.css */
	mc-auto-number-class: visually-hidden;
}

div.note-danger:before	/* DLS style message - danger */
{
	background-color: #CD384B;
	/* CSS variable IE 11 support */
	background-color: var(--col-semantic-negative);
}

div.note-info	/* DLS style message - info */
{
	border-color: #0060A7;
	/* CSS variable IE 11 support */
	border-color: var(--col-semantic-info);
	mc-auto-number-format: 'Note - information';
	/* LOCALISED in localised_text.css */
	mc-auto-number-class: visually-hidden;
}

div.note-info:before	/* DLS style message - info */
{
	background-color: #0060A7;
	/* CSS variable IE 11 support */
	background-color: var(--col-semantic-info);
}

div.note-tip	/* DLS style message - tip */
{
	border-color: #0060A7;
	/* CSS variable IE 11 support */
	border-color: var(--col-semantic-info);
	mc-auto-number-format: 'Note - tip';
	/* LOCALISED in localised_text.css */
	mc-auto-number-class: visually-hidden;
}

div.note-tip:before	/* DLS style message - tip */
{
	background-color: #0060A7;
	/* CSS variable IE 11 support */
	background-color: var(--col-semantic-info);
}

div.note-success	/* DLS style message - success */
{
	border-color: #008A21;
	/* CSS variable IE 11 support */
	border-color: var(--col-semantic-positive);
	mc-auto-number-format: 'Note - success';
	/* LOCALISED in localised_text.css */
	mc-auto-number-class: visually-hidden;
}

div.note-success:before	/* DLS style message - success */
{
	background-color: #008A21;
	/* CSS variable IE 11 support */
	background-color: var(--col-semantic-positive);
}

div.note-error	/* DLS style message - error */
{
	border-color: #CD384B;
	/* CSS variable IE 11 support */
	border-color: var(--col-semantic-negative);
	mc-auto-number-format: 'Note - error';
	/* LOCALISED in localised_text.css */
	mc-auto-number-class: visually-hidden;
}

div.note-error:before	/* DLS style message - error */
{
	background-color: #CD384B;
	/* CSS variable IE 11 support */
	background-color: var(--col-semantic-negative);
}

div.note-settings:before,
div.note-warning:before,
div.note-danger:before,
div.note-info:before,
div.note-success:before,
div.note-error:before,
div.note-tip:before	/* Set colour bar for DLS style messages */
{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 2em;
	height: 100%;
}

div.note-settings:after,
div.note-warning:after,
div.note-danger:after,
div.note-info:after,
div.note-success:after,
div.note-error:after,
div.note-tip:after	/* Set icon style for DLS style messages */
{
	color: white;
	font-family: "CarbonIcons";
	content: "\e92a";
	display: block;
	position: absolute;
	left: 0.5em;
	/* 2em total width, 1em icon width, so indent 0.5em */
	top: calc(50% - 0.75em);
	/* icon height is normally 1.5em, so subtract 0.75em */
}

div.note-info:after	/* DLS style message - info icon */
{
	content: "\e92a";
}

div.note-settings:after	/* DLS style message - settings icon */
{
	content: "\e91a";
}

div.note-warning:after	/* DLS style message - warning icon */
{
	content: "\e924";
}

div.note-danger:after	/* DLS style message - danger icon */
{
	content: "\e958";
}

div.note-tip:after	/* DLS style message - tip icon */
{
	content: "\e95d";
}

div.note-success:after	/* DLS style message - success icon */
{
	content: "\e950";
}

div.note-error:after	/* DLS style message - error icon */
{
	content: "\e923";
}

.visually-hidden,
span.visually-hidden	/* style for hidden accessible label */
{
	font-size: 0.75em;
	color: var(--col-yin-55);
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

pre.code	/* pre.code: block code examples */
{
	color: rgba(0,0,0,0.9);
	/* CSS variable IE 11 support */
	color: var(--col-black-90);
	font-family: monospace, sans-serif;
	font-size: 1em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-code);
	line-height: 1.5em;
	background-color: #F2F5F6;
	/* CSS variable IE 11 support */
	background-color: var(--col-action-minor-50);
	margin: 0.5em 0 1em 0;
	padding: 1em;
	border: 1px solid #CCD6DB;
	/* CSS variable IE 11 support */
	border: 1px solid var(--col-action-minor-200);
	/* rebrand 2022 phase 2 */
	/* width: auto; */
	overflow: auto;
	white-space: pre-wrap;
	border-radius: 8px;
	/* rounded corners - radius - rebrand 2022 phase 2 */
}

span.code,
code	/* code: inline code examples */
{
	color: rgba(0,0,0,0.9);
	/* CSS variable IE 11 support */
	color: var(--col-black-90);
	font-family: monospace, sans-serif;
	font-size: 1em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-code);
}

span.reference,
strong.reference	/* references to UI - use strong tag for accessibility */
{
	font-weight: 500;
	/* bolder - Sage UI medium  */
	overflow-wrap: break-word;
}

span.input,
em.input,
kbd	/* references to keyboard input - use kbd tag for accessibility */
{
	font-family: monospace, sans-serif;
	overflow-wrap: break-word;
}

span.term,
em.term	/* references to terms - use em tag for accessibility */
{
	font-style: italic;
	overflow-wrap: break-word;
}

a span.reference,
a:link span.reference,
a:visited span.reference,
a strong.reference,
a:link strong.reference,
a:visited strong.reference,
a span.input,
a:link span.input,
a:visited span.input,
a em.input,
a:link em.input,
a:visited em.input,
a span.code,
a:link span.code,
a:visited span.code,
a code,
a:link code,
a:visited code	/* Format inline styles in links */
{
	color: inherit;
}

a:hover span.reference,
a:focus span.reference,
a:hover strong.reference,
a:focus strong.reference,
a:hover span.input,
a:focus span.input,
a:hover em.input,
a:focus em.input,
a:hover span.code,
a:focus span.code,
a:hover code,
a:focus code	/* Format inline styles in links */
{
	color: inherit;
}

span.icon-carbon	/* Used to format icon using Carbon Icons */
{
	font-family: "CarbonIcons";
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
}

p.image	/* p.image: paragraph with image */
{
	font-style: italic;
}

p.image + p.image	/* p.image: remove margin on consecutive line */
{
	margin-top: -1em;
}

img	/* img: remove border */
{
	border: none;
}

img.inParagraph	/* img.inParagraph: inline images */
{
	margin: 0 0.5em 0 0.5em;
	border-collapse: collapse;
	vertical-align: baseline;
}

img.thumbnail	/* img.thumbnail: set image as thumbnail */
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 96px;
	mc-thumbnail-max-width: 192px;
	padding: 1em;
	border: 1px solid #c2d3e2;
}

img.thumbnail:hover,
img.thumbnail:focus	/* img.thumbnail: thumbail hover and focus */
{
	border: 1px solid #28A3DA;
	box-shadow: 0 10px 10px 0 rgba(0,20,30,0.1), 0 5px 5px 0 rgba(0,20,30,0.2);
	/* DS menu shadow - rebrand 2022 */
}

a.MCPopupThumbnailLink.MCPopupThumbnailPopup
{
	display: inline-block;
	/* set popup link to inline-block, to fix issue with focus box-shadow not covering whole popup image */
}

div.MCPopupContainer	/* add shadow to image popup */
{
	box-shadow: 0 10px 10px 0 rgba(0,20,30,0.1), 0 5px 5px 0 rgba(0,20,30,0.2);
	/* DS menu shadow - rebrand 2022 */
}

.pageBreakBefore	/* pageBreakBefore: manual page breaks */
{
	page-break-before: always;
}

.pageBreakAfter	/* pageBreakAfter: manual page breaks */
{
	page-break-after: always;
}

MadCap|dropDown	/* MadCap|dropDown: Drop downs */
{
	margin-bottom: 1em;
	mc-open-image-alt-text: Close this section;
	mc-closed-image-alt-text: Open this section;
	mc-image-spacing: 0;
	mc-open-image: none;
	mc-closed-image: none;
	mc-image-position: none;
}

MadCap|dropDownHead
{
	color: #007E45;
	/* CSS variable IE 11 support */
	color: var(--business-product);
	font-size: 1.125em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-h5);
	/* same as h5 */
	font-weight: 500;
}

MadCap|dropDownHead.heading	/* MadCap|dropDownHead.heading: Drop down with heading */
{
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-h3);
	/* same as h3 */
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.dropDown.MCDropDown_Closed > .dropDownHead > .dropDownHotspot:after	/* FontAwesome : fa-angle-down for closed */
{
	font-family: "FontAwesome";
	content: "\f107";
	padding: 0 0 0 0.5em;
	display: inline-block;
}

.dropDown.MCDropDown_Open > .dropDownHead > .dropDownHotspot:after	/* FontAwesome : fa-angle-up for closed open */
{
	font-family: "FontAwesome";
	content: "\f106";
	padding: 0 0 0 0.5em;
	display: inline-block;
}

MadCap|dropDownHotspot
{
	/* color: inherit; */
	text-decoration: none;
}

MadCap|dropDownHotspot:link	/* fix link colour for HTML5 help in IE, for Flare v10+ */
{
	/* color: #007E45; */
	/* CSS variable IE 11 support */
	/* color: var(--business-product); */
}

MadCap|dropDownHotspot:visited	/* fix visited link colour for HTML5 help in IE, for Flare v10+ */
{
	/* color: #007E45; */
	/* CSS variable IE 11 support */
	/* color: var(--business-product); */
}

MadCap|dropDownHotspot:hover
{
	text-decoration: underline;
}

MadCap|dropDownHotspot:focus
{
	text-decoration: underline;
}

.dropDownHead,
.dropDownHotspot:link,
.dropDownHotspot:visited	/* CSS variables - fix generated styles */
{
	/* color: #007E45; */
	/* CSS variable IE 11 support */
	/* color: var(--business-product); */
	/* CSS variable support - Fix for generated styles to support variables */
}

.dropDownHotspot:hover,
.dropDownHotspot:focus	/* CSS variables - fix generated styles */
{
	/* color: #006738; */
	/* CSS variable IE 11 support */
	/* color: var(--business-product-hover1); */
	text-decoration: underline !important;
	/* fix underline on dropdowns - hard-coded as 'none' in HTML5 outputs */
}

.dropDownHotspot:empty	/* [ REMOVED .dropDownHotspot[name] selector as causes bug if bookmark in hotspot - need to review if it's required. ] Fix for issue where bookmark (which inserts a 'name' property) or an empty tag is included in dropdownhotspot; this extra link tag will cause a duplicate icon, so we need to hide it */
{
	display: none;
}

MadCap|dropDownBody
{
	margin-top: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	margin-right: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	padding-right: 0em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	/* width: auto; */
	overflow: initial;
	/* overwrite Flare default of 'hidden', which causes content to be cropped */
}

MadCap|toggler	/* MadCap|toggler: togglers */
{
	color: #007E45;
	/* CSS variable IE 11 support. Must specify colour to override Flare defaults */
	color: var(--business-product);
	text-decoration: none;
	margin-bottom: 1em;
	mc-open-image: none;
	mc-open-image-alt-text: Close this section;
	mc-closed-image: none;
	mc-closed-image-alt-text: Open this section;
	mc-image-position: none;
	mc-image-spacing: 0;
}

.toggler.MCToggler_Closed:after	/* FontAwesome : fa-angle-down for closed */
{
	font-family: "FontAwesome";
	/* content: "\F078"; */
	content: "\f107";
	padding: 0 0 0 0.5em;
	display: inline-block;
}

.toggler.MCToggler_Open:after	/* FontAwesome : fa-angle-up for open */
{
	font-family: "FontAwesome";
	/* content: "\F077"; */
	content: "\f106";
	padding: 0 0 0 0.5em;
	display: inline-block;
}

MadCap|toggler:link	/* fix link colour for HTML5 help in IE, for Flare v10+ */
{
	color: #007E45;
	/* CSS variable IE 11 support */
	color: var(--business-product);
}

MadCap|toggler:visited	/* fix visited link colour for HTML5 help in IE, for Flare v10+ */
{
	color: #007E45;
	/* CSS variable IE 11 support */
	color: var(--business-product);
}

MadCap|toggler:hover
{
	color: #006738;
	/* CSS variable IE 11 support */
	color: var(--business-product-hover1);
	text-decoration: underline !important;
}

MadCap|toggler:focus
{
	color: #006738;
	/* CSS variable IE 11 support */
	color: var(--business-product-hover1);
	text-decoration: underline !important;
}

.toggler,
.toggler:link,
.toggler:visited	/* CSS variables - fix generated styles */
{
	color: var(--business-product);
}

.toggler:hover,
.toggler:focus	/* CSS variables - fix generated styles */
{
	color: var(--business-product-hover1);
	text-decoration: underline !important;
	/* fix underline on togglers - hard-coded as 'none' in HTML5 outputs */
}

MadCap|toggler.heading	/* MadCap|toggler.heading: Toggler with heading */
{
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-h3);
	/* same as h3 */
	margin-top: 1em;
	margin-bottom: 0.5em;
}

[data-mc-target-name]	/* toggler body */
{
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	/* width: auto; */
	overflow: hidden;
}

MadCap|expanding	/* MadCap|expanding: expanding text */
{
	mc-image-spacing: 0px;
	mc-open-image: none;
	mc-closed-image: none;
}

MadCap|expandingHead	/* link colour */
{
	color: #007E45;
	/* CSS variable IE 11 support */
	color: var(--business-product);
}

MadCap|expandingHead:link
{
	color: #007E45;
	/* CSS variable IE 11 support */
	color: var(--business-product);
	/* fix visited link colour for HTML5 help in IE, for Flare v10+ */
}

MadCap|expandingHead:visited
{
	color: #007E45;
	/* CSS variable IE 11 support */
	color: var(--business-product);
	/* fix visited link colour for HTML5 help in IE, for Flare v10+ */
}

MadCap|expandingHead:hover
{
	color: #006738;
	/* CSS variable IE 11 support */
	color: var(--business-product-hover1);
	text-decoration: underline;
}

MadCap|expandingHead:focus
{
	color: #006738;
	/* CSS variable IE 11 support */
	color: var(--business-product-hover1);
	text-decoration: underline;
}

.expanding.MCExpanding_Closed > a:after	/* FontAwesome : fa-angle-right for closed */
{
	font-family: "FontAwesome";
	/* content: "\F077"; */
	content: "\f105";
	padding: 0 0.5em 0 0.5em;
	display: inline-block;
}

.expanding.MCExpanding_Open > a:after	/* FontAwesome : fa-angle-left for open */
{
	font-family: "FontAwesome";
	/* content: "\F077"; */
	content: "\f104";
	padding: 0 0.5em 0 0.5em;
	display: inline-block;
}

.expandingHead,
.expandingHead:link,
.expandingHead:visited	/* CSS variable support - Fix for generated styles to support variables */
{
	color: var(--business-product);
}

.expandingHead:hover,
.expandingHead:focus	/* CSS variable support - Fix for generated styles to support variables */
{
	color: var(--business-product-hover1);
	text-decoration: underline !important;
	/* use important to fix link underline for HTML5 */
}

MadCap|expandingBody
{
	background-color: #F2F5F6;
	/* CSS variable IE 11 support */
	background-color: var(--col-action-minor-50);
	padding: 0em 0.25em 0em 0.25em;
}

.expandingBody	/* CSS variable support - Fix for generated styles to support variables */
{
	background-color: var(--col-action-minor-50);
}

MadCap|glossaryProxy	/* MadCap|glossaryProxy: glossary proxy */
{
	margin-top: 0em;
	padding-left: 0em;
	padding-top: 0em;
	border-top-style: none;
	border-top-width: 0em;
}

MadCap|glossaryTerm	/* MadCap|glossaryTerm: glossary term */
{
	font-weight: 500;
	mc-term-display: popup;
	mc-closed-image: none;
	mc-open-image: none;
	color: #007E45;
	/* CSS variable IE 11 support */
	color: var(--business-product);
	text-decoration: underline;
	mc-popup-height: auto;
	mc-popup-width: auto;
}

MadCap|glossaryTerm:link
{
	color: #007E45;
	/* CSS variable IE 11 support */
	color: var(--business-product);
}

MadCap|glossaryTerm:visited
{
	color: #007E45;
	/* CSS variable IE 11 support */
	color: var(--business-product);
}

MadCap|glossaryTerm:hover
{
	color: #006738;
	/* CSS variable IE 11 support */
	color: var(--business-product-hover1);
}

MadCap|glossaryTerm:focus
{
	
}

div.GlossaryPageHeading	/* Glossary page heading - i.e. alphabetical heading above section */
{
	font-weight: 700;
	font-size: 1.5em;
	border-bottom-color: #B9BAB7;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

div.GlossaryPageDefinition	/* Glossary page definition */
{
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}

div.GlossaryPageTerm	/* Glossary page term (print and PDF only) */
{
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.GlossaryPageEntry	/* Glossary page entry container for each term and definition */
{
	
}

MadCap|indexProxy
{
	padding: 0 0 0 0;
	/* reset Flare default index proxy styles */
	margin: 0 0 0 0;
	/* reset Flare default index proxy styles */
}

a.Popup,
a.Popup:link,
a.Popup:visited	/* a.Popup: topic popup link */
{
	color: #007E45;
	/* CSS variable IE 11 support */
	color: var(--business-product);
	text-decoration: underline;
}

a.Popup:hover
{
	color: #006738;
	/* CSS variable IE 11 support */
	color: var(--business-product-hover1);
}

MadCap|popupBody	/* MadCap|popupBody: text popup body */
{
	color: #ffffff;
	/* rebrand 2022 phase 2 */
	background-color: #335B70;
	/* CSS variable IE 11 support */
	background-color: var(--col-action-minor-500);
	/* rebrand 2022 phase 2 */
	border-style: solid;
	border-width: 1px;
	border-color: #335B70;
	/* CSS variable IE 11 support */
	border-color: var(--col-action-minor-500);
	border: 1px solid var(--col-action-minor-500);
	/* rebrand 2022 phase 2 */
	box-shadow: 0 10px 10px 0 rgba(0,20,30,0.1), 0 5px 5px 0 rgba(0,20,30,0.2);
	/* DS menu shadow - rebrand 2022 */
	padding: 0.5em;
}

span.MCTextPopupArrow
{
	border-bottom-color: #335B70;
	/* CSS variable IE 11 support */
	border-bottom-color: var(--col-action-minor-500);
	/* set arrow colour on popup */
}

MadCap|popupHead	/* MadCap|popupHead: text popup link */
{
	text-decoration: underline;
	color: #007E45;
	/* CSS variable IE 11 support */
	color: var(--business-product);
	font-weight: 500;
}

MadCap|popupHead:hover
{
	color: #006738;
	/* CSS variable IE 11 support */
	color: var(--business-product-hover1);
}

MadCap|popupHead:focus
{
	
}

MadCap|relatedTopics	/* MadCap|relatedTopics: Related topics help control */
{
	display: inline-block;
	font-weight: 500;
	text-decoration: none;
	mc-label: 'Related topics';
	/* LOCALISED in localised_text.css */
	mc-image: none;
	mc-image-spacing: 0px;
	mc-image-position: none;
	color: #007E45;
	/* CSS variable IE 11 support */
	color: var(--business-product);
	border: 2px solid #007E45;
	/* CSS variable IE 11 support */
	border: 2px solid var(--business-product);
	padding: 0.5em 1em 0.5em 1em;
	/* rounded corners - radius - rebrand 2022 phase 2 */
	border-radius: 32px;
	/* rounded corners - radius - rebrand 2022 phase 2 */
}

a.keywordLink:after,
a.relatedTopics:after,
a.conceptLink:after	/* Icons for related/concept/index(keyword) links. FontAwesome : fa-caret-down */
{
	font-family: "FontAwesome";
	content: "\f0d7";
	padding: 0 0 0 0.5em;
	display: inline-block;
}

a.keywordLink span,
a.relatedTopics span,
a.conceptLink span	/* Fix for hard-coded image in related/concept/index(keyword) links. Remove background image, and padding for image spacing.*/
{
	background: none;
	padding: 0;
}

MadCap|relatedTopics:focus
{
	text-decoration: none;
	color: #ffffff;
	background-color: #006738;
	/* CSS variable IE 11 support */
	background-color: var(--business-product-hover1);
	border: 2px solid #006738;
	/* CSS variable IE 11 support */
	border: 2px solid var(--business-product-hover1);
}

MadCap|relatedTopics:hover
{
	text-decoration: none;
	color: #ffffff;
	background-color: #006738;
	/* CSS variable IE 11 support */
	background-color: var(--business-product-hover1);
	border: 2px solid #006738;
	/* CSS variable IE 11 support */
	border: 2px solid var(--business-product-hover1);
}

MadCap|conceptLink	/* MadCap|conceptLink: Concept link (see also) help control */
{
	display: inline-block;
	font-weight: 500;
	text-decoration: none;
	mc-label: 'See also';
	/* LOCALISED in localised_text.css */
	mc-image: none;
	mc-image-spacing: 0px;
	color: #007E45;
	/* CSS variable IE 11 support */
	color: var(--business-product);
	border: 2px solid #007E45;
	/* CSS variable IE 11 support */
	border: 2px solid var(--business-product);
	padding: 0.5em 1em 0.5em 1em;
	/* rounded corners - radius - rebrand 2022 phase 2 */
	border-radius: 32px;
	/* rounded corners - radius - rebrand 2022 phase 2 */
}

MadCap|conceptLink:focus
{
	text-decoration: none;
	color: #ffffff;
	background-color: #006738;
	/* CSS variable IE 11 support */
	background-color: var(--business-product-hover1);
	border: 2px solid #006738;
	/* CSS variable IE 11 support */
	border: 2px solid var(--business-product-hover1);
}

MadCap|conceptLink:hover
{
	text-decoration: none;
	color: #ffffff;
	background-color: #006738;
	/* CSS variable IE 11 support */
	background-color: var(--business-product-hover1);
	border: 2px solid #006738;
	/* CSS variable IE 11 support */
	border: 2px solid var(--business-product-hover1);
}

MadCap|keywordLink	/* MadCap|keywordLink: index link help control */
{
	display: inline-block;
	font-weight: 500;
	text-decoration: none;
	mc-label: 'Index';
	/* LOCALISED in localised_text.css */
	mc-image: none;
	mc-image-spacing: 0px;
	mc-image: none;
	color: #007E45;
	/* CSS variable IE 11 support */
	color: var(--business-product);
	border: 2px solid #007E45;
	/* CSS variable IE 11 support */
	border: 2px solid var(--business-product);
	padding: 0.5em 1em 0.5em 1em;
	/* rounded corners - radius - rebrand 2022 phase 2 */
	border-radius: 32px;
	/* rounded corners - radius - rebrand 2022 phase 2 */
}

MadCap|keywordLink:focus
{
	text-decoration: none;
	color: #ffffff;
	background-color: #006738;
	/* CSS variable IE 11 support */
	background-color: var(--business-product-hover1);
	border: 2px solid #006738;
	/* CSS variable IE 11 support */
	border: 2px solid var(--business-product-hover1);
}

MadCap|keywordLink:hover
{
	text-decoration: none;
	color: #ffffff;
	background-color: #006738;
	/* CSS variable IE 11 support */
	background-color: var(--business-product-hover1);
	border: 2px solid #006738;
	/* CSS variable IE 11 support */
	border: 2px solid var(--business-product-hover1);
}

.conceptLink:link,
.keywordLink:link,
.relatedTopics:link	/* CSS variable support - Fix for generated styles to support variables */
{
	color: var(--business-product);
	border: 2px solid var(--business-product);
}

.conceptLink:hover,
.conceptLink:focus,
.keywordLink:hover,
.keywordLink:focus,
.relatedTopics:hover,
.relatedTopics:focus	/* Fix for generated styles to support variables */
{
	color: #ffffff;
	background-color: var(--business-product-hover1);
	border: 2px solid var(--business-product-hover1);
}

MadCap|breadcrumbsProxy	/* MadCap|breadcrumbsProxy: breadcrumbs proxy */
{
	font-size: 1em;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: none;
	mc-breadcrumbs-count: 10;
	mc-breadcrumbs-divider: ' / ';
	mc-breadcrumbs-prefix: 'Menu: ';
	/* LOCALISED in localised_text.css */
}

MadCap|miniTocProxy	/* MadCap|miniTocProxy: MiniTocProxy (normal) */
{
	border-top: none;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 0em;
	margin-right: 0em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #F2F5F6;
	/* CSS variable IE 11 support */
	background-color: var(--col-action-minor-50);
	border: 1px solid #CCD6DB;
	/* CSS variable IE 11 support */
	border: 1px solid var(--col-action-minor-200);
	/* rebrand 2022 phase 2 */
	width: auto;
	overflow: auto;
	mc-auto-number-format: 'In this section';
	/* LOCALISED in localised_text.css */
	mc-auto-number-class: boxTitle;
	mc-toc-depth: 0;
	border-radius: 8px;
	/* rounded corners - radius - rebrand 2022 phase 2 */
}

MadCap|miniTocProxy.right	/* MadCap|miniTocProxy.right: MiniTocProxy (right) */
{
	clear: right;
	float: right;
	width: 30%;
	max-width: 350px;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	border-top: none;
	background-color: #F2F5F6;
	/* CSS variable IE 11 support */
	background-color: var(--col-action-minor-50);
	border: 1px solid #CCD6DB;
	/* CSS variable IE 11 support */
	border: 1px solid var(--col-action-minor-200);
	/* rebrand 2022 phase 2 */
	mc-auto-number-format: 'In this section';
	/* LOCALISED in localised_text.css */
	mc-auto-number-class: boxTitle;
	mc-toc-depth: 0;
	border-radius: 8px;
	/* rounded corners - radius - rebrand 2022 phase 2 */
}

div.MCMiniTocBox,
div.MCMiniTocBox_0,
div.MCMiniTocBox_right,
div.MCMiniTocBox_right_0	/* Fix to add title to miniTOC boxes in output */
{
	mc-auto-number-format: 'In this section';
	/* LOCALISED in localised_text.css */
	mc-auto-number-class: boxTitle;
}

p.MiniTOC1	/* p.MiniTOC1: MiniTOC entries (level 1) */
{
	font-weight: inherit;
	/* margin: 0em 0em 0.25em 0em; */
}

a[class^="MiniTOC"],
a[class^="MiniTOC"]:link,
a[class^="MiniTOC"]:visited	/* override Flare hard-coded link colour */
{
	color: #007E45;
	/* CSS variable IE 11 support */
	color: var(--business-product);
	text-decoration: underline !important;
	/* fix hover  */
}

a[class^="MiniTOC"]:hover,
a[class^="MiniTOC"]:focus
{
	color: #006738;
	/* CSS variable IE 11 support */
	color: var(--business-product-hover1);
	/* override Flare hard-coded link colour */
	text-decoration: underline !important;
	/* fix hover  */
}

MadCap|relationshipsProxy	/* MadCap|relationshipsProxy: Relationships table proxy (normal) */
{
	border-top: none;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 0em;
	margin-right: 0em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #F2F5F6;
	/* CSS variable IE 11 support */
	background-color: var(--col-action-minor-50);
	border: 1px solid #CCD6DB;
	/* CSS variable IE 11 support */
	border: 1px solid var(--col-action-minor-200);
	/* rebrand 2022 phase 2 */
	width: auto;
	overflow: auto;
	border-radius: 8px;
	/* rounded corners - radius - rebrand 2022 phase 2 */
}

MadCap|relationshipsProxy.right	/* MadCap|relationshipsProxy.right: Relationships table proxy (right) */
{
	clear: right;
	float: right;
	width: 30%;
	max-width: 350px;
	border-top: none;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #F2F5F6;
	/* CSS variable IE 11 support */
	background-color: var(--col-action-minor-50);
	border: 1px solid #CCD6DB;
	/* CSS variable IE 11 support */
	border: 1px solid var(--col-action-minor-200);
	/* rebrand 2022 phase 2 */
	border-radius: 8px;
	/* rounded corners - radius - rebrand 2022 phase 2 */
}

MadCap|relationshipsHeading	/* MadCap|relationshipsHeading: Relationships table headings */
{
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-h4);
	/* same as h4 */
	line-height: 1.25em;
	margin: 0em 0em 0.5em 0em;
}

MadCap|relationshipsItem	/* MadCap|relationshipsItem: Relationships table items */
{
	font-size: 1em;
	font-weight: inherit;
	margin: 0em 0em 0.25em 0em;
}

div[class^="MCRelationshipsProxy"] > p[class*="Item"]:before	/* Links in relationship tables. Titles have class of <name>heading and links have class of <name>Item */
{
	font-family: "FontAwesome";
	content: "\f0da";
	padding: 0 0.5em 0 0;
}

MadCap|conceptsProxy	/* MadCap|conceptsProxy: proxy for concept lists */
{
	border-top: none;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 0em;
	margin-right: 0em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #F2F5F6;
	/* CSS variable IE 11 support */
	background-color: var(--col-action-minor-50);
	border: 1px solid #CCD6DB;
	/* CSS variable IE 11 support */
	border: 1px solid var(--col-action-minor-200);
	/* rebrand 2022 phase 2 */
	width: auto;
	overflow: auto;
	border-radius: 8px;
	/* rounded corners - radius - rebrand 2022 phase 2 */
}

a.GenConceptText,
a.GenConceptText:link,
a.GenConceptText:visited	/* Links in concept proxy - override hard-coded properties */
{
	color: #007E45;
	/* CSS variable IE 11 support */
	color: var(--business-product);
	text-decoration: underline;
	/* override MadCap default */
}

a.GenConceptText:hover,
a.GenConceptText:focus	/* Links in concept proxy - override hard-coded properties */
{
	color: #006738;
	/* CSS variable IE 11 support */
	color: var(--business-product-hover1);
}

span.boxTitle	/* span.boxTitle: Heading style for boxes (based on h4) */
{
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-h4);
	/* same as h4 */
	font-weight: 700;
	line-height: 1.25em;
	margin: 0em 0em 0.5em 0em;
	display: block;
}

div[class*="highlightBox"] > *:first-child,
div[class*="box"] > *:first-child,
div[class*="note-"] > *:first-child,
div.note > *:first-child,
div.tip > *:first-child div[class*="note-"] > h1,
div[class*="note-"] > h2,
div[class*="note-"] > h3,
div[class*="note-"] > h4,
div[class*="note-"] > h5,
div[class*="note-"] > h6
{
	margin-top: 0em;
	/* remove top margin from first item (e.g. heading) in all containers */
}

div.linksBox	/* div.linksBox: Box containing links (normal) */
{
	margin: 0.5em 0em 1em 0em;
	padding: 1em;
	background-color: #F2F5F6;
	/* CSS variable IE 11 support */
	background-color: var(--col-action-minor-50);
	/* width: auto; */
	overflow: auto;
	mc-auto-number-class: boxTitle;
	mc-auto-number-format: 'See also';
	/* LOCALISED in localised_text.css */
	border-radius: 8px;
	/* rounded corners - radius - rebrand 2022 phase 2 */
	border: 1px solid #CCD6DB;
	/* CSS variable IE 11 support */
	border: 1px solid var(--col-action-minor-200);
	/* rebrand 2022 phase 2 */
}

div.linksBoxRight	/* div.linksBoxRight: Box containing links (right) - WIDTH DISABLED FOR MasterTopNav */
{
	/* clear: right; */
	float: right;
	width: 30%;
	max-width: 350px;
	margin: 0.5em 0em 0.5em 1em;
	padding: 1em;
	background-color: #F2F5F6;
	/* CSS variable IE 11 support */
	background-color: var(--col-action-minor-50);
	mc-auto-number-class: boxTitle;
	mc-auto-number-format: 'See also';
	/* LOCALISED in localised_text.css */
	border-radius: 8px;
	/* rounded corners - radius - rebrand 2022 phase 2 */
	border: 1px solid #CCD6DB;
	/* CSS variable IE 11 support */
	border: 1px solid var(--col-action-minor-200);
	/* rebrand 2022 phase 2 */
}

div.stepsBox	/* div.stepsBox: Steps box (normal) */
{
	margin: 0.5em 0em 1em 0em;
	padding: 1em;
	background-color: #F2F5F6;
	/* CSS variable IE 11 support */
	background-color: var(--col-action-minor-50);
	mc-auto-number-format: "What's next?";
	/* LOCALISED in localised_text.css */
	mc-auto-number-class: boxTitle;
	width: auto;
	overflow: auto;
	border-radius: 8px;
	/* rounded corners - radius - rebrand 2022 phase 2 */
	border: 1px solid #CCD6DB;
	/* CSS variable IE 11 support */
	border: 1px solid var(--col-action-minor-200);
	/* rebrand 2022 phase 2 */
}

p.linksboxHeading	/* based on h4 - no longer recommended due to accessibility */
{
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-h4);
	/* same as h4 */
	font-weight: 700;
	line-height: 1.25em;
}

div.linksBox p.heading3,
div.linksBoxRight p.heading3,
div.stepsBox p.heading3,
div.stepsBoxRight p.heading3
{
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-h6);
	/* same as h6 */
	font-weight: 700;
	line-height: 1.25em;
}

div.box	/* div.box: Box padding */
{
	margin: 0.5em 0em 1em 0em;
	padding: 1em;
	/* width: auto; */
	overflow: auto;
	border-radius: 8px;
	/* rounded corners - radius - rebrand 2022 phase 2 */
}

div.highlightBox	/* div.highlightBox: Highlight box (normal) */
{
	margin: 0.5em 0em 1em 0em;
	padding: 1em;
	background-color: #F2F5F6;
	/* CSS variable IE 11 support */
	background-color: var(--col-action-minor-50);
	/* width: auto; */
	overflow: auto;
	border-radius: 8px;
	/* rounded corners - radius - rebrand 2022 phase 2 */
	border: 1px solid #CCD6DB;
	/* CSS variable IE 11 support */
	border: 1px solid var(--col-action-minor-200);
	/* rebrand 2022 phase 2 */
}

div.highlightBoxRight	/* div.highlightBoxRight: Highlight box (right)  - WIDTH DISABLED FOR MasterTopNav */
{
	/* clear: right; */
	float: right;
	width: 30%;
	max-width: 350px;
	margin: 0.5em 0em 0.5em 1em;
	padding: 1em;
	background-color: #F2F5F6;
	/* CSS variable IE 11 support */
	background-color: var(--col-action-minor-50);
	overflow: auto;
	border-radius: 8px;
	/* rounded corners - radius - rebrand 2022 phase 2 */
	border: 1px solid #CCD6DB;
	/* CSS variable IE 11 support */
	border: 1px solid var(--col-action-minor-200);
	/* rebrand 2022 phase 2 */
}

p.boxHeading	/* p.boxHeading: based on h4 style - no longer recommended due to accessibility */
{
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-h4);
	/* same as h4 */
	font-weight: 700;
	line-height: 1.25em;
	margin: 0em 0em 0.5em 0em;
}

object.demoBox	/* object.demoBox: container for demo movies */
{
	margin: 0em;
	padding: 0.5em;
	border-style: solid;
	border-color: #CCD6DB;
	/* CSS variable IE 11 support */
	border-color: var(--col-action-minor-200);
	border-width: 1px;
	background-color: #F2F5F6;
	/* CSS variable IE 11 support */
	background-color: var(--col-action-minor-50);
}

ol	/* ol: numbered lists */
{
	list-style-image: none;
	list-style-type: decimal;
	line-height: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 2em;
	margin-right: 0em;
	padding-left: 0em;
}

ul	/* ul: bullet lists */
{
	list-style-type: square;
	line-height: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 2em;
	margin-right: 0em;
	padding-left: 0em;
}

ol ol,
ul ol	/* second level numbered lists */
{
	list-style-type: lower-alpha;
	margin-bottom: 1em;
}

ol ol ol,
ul ol ol,
ul ul ol,
ol ul ol	/* third level numbered lists */
{
	list-style-type: lower-roman;
	margin-bottom: 1em;
}

ul ul,
ol ul	/* second level bullet lists */
{
	list-style-type: circle;
	margin-bottom: 1em;
}

ul ul ul,
ol ul ul,
ol ol ul,
ul ol ul	/* third level bullet lists */
{
	list-style-type: disc;
	margin-bottom: 1em;
}

ul.prerequisite	/* ul.prerequisite: bullet list for prerequisites */
{
	list-style-type: none;
	margin-left: 2em;
}

ul.prerequisite > li:before
{
	/* FontAwesome: fa-check-square-o */
	font-family: "FontAwesome";
	content: "\f046";
	padding: 0 0.5em 0 0.5em;
	margin-left: -2em;
	float: left;
	/* prevents paragraph items inside list appearing on new line */
}

ul.checklist	/* ul.ul.checklist: bullet list for checklists */
{
	list-style-type: none;
	margin-left: 2em;
}

ul.checklist > li:before
{
	/* FontAwesome: fa-square-o */
	font-family: "FontAwesome";
	content: "\f096";
	padding: 0 0.5em 0 0.5em;
	margin-left: -2em;
	float: left;
	/* prevents paragraph items inside list appearing on new line */
}

li	/* li: list items */
{
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	padding-left: 0em;
	page-break-inside: avoid;
}

li > p,
ol > p,
ul > p,
ul div.MCDropDown,
ol div.MCDropDown,
li div.MCDropDown	/* set spacing for paragrpahs and dropdowns in lists */
{
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	padding-left: 0em;
}

td ol,
td ul	/* reduce list top margin in tables */
{
	margin-top: 0em;
}

dl
{
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 0em;
	margin-right: 0em;
}

dt
{
	font-weight: 700;
	/* same as bold */
	margin-top: 0.5em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
}

dd
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 0em;
}

table	/* table: standard table styles */
{
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
	margin-top: 1em;
	margin-bottom: 1em;
}

th	/* th: table header */
{
	vertical-align: top;
	text-align: left;
	margin-top: 0.5em;
}

thead
{
	display: table-header-group;
}

td	/* td: table cell */
{
	vertical-align: top;
	text-align: left;
	margin: 0em;
	padding: 0em;
}

caption	/* caption: table caption - styled same as h5 */
{
	color: rgba(0,0,0,0.9);
	/* CSS variable IE 11 support */
	color: var(--col-black-90);
	font-size: 1.125em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-h5);
	/* same as h5 */
	font-weight: 700;
	line-height: 1.25em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

table.shaded	/* table.shaded: used for manual table formatting */
{
	border-collapse: collapse;
	border-width: 1px;
	border-color: #B3C2C9;
	border-style: solid;
}

table.shaded th	/* shaded table header */
{
	/* color: #ffffff; */
	background-color: #CCD6DB;
	/* CSS variable IE 11 support */
	background-color: var(--col-action-minor-200);
	padding: 0.5em;
	border-width: 1px;
	border-color: #B3C2C9;
	border-style: solid;
	font-weight: 500;
}

table.shaded th p	/* shaded table paragraph formatting */
{
	/* color: #ffffff; */
	font-weight: 500;
	padding: 0em;
	margin: 0em;
}

table.shaded th.sub	/* shaded table header sub-heading */
{
	background-color: #D9E0E4;
	/* CSS variable IE 11 support */
	background-color: var(--col-utility-major-75);
	/* color: #ffffff; */
	padding: 0.5em;
	border-width: 1px;
	border-color: #B3C2C9;
	border-style: solid;
	background-image: none;
	font-weight: 500;
}

table.shaded td	/* shaded table normal table cell */
{
	background-color: #ffffff;
	padding: 0.5em;
	border-width: 1px;
	border-color: #B3C2C9;
	border-style: solid;
}

table.shaded td.stripe	/* shaded table striped table cell */
{
	background-color: #F2F5F6;
	padding: 0.5em;
	border-width: 1px;
	border-color: #B3C2C9;
	border-style: solid;
}

table.shaded td.sub	/* shaded table cell sub-heading */
{
	background-color: #D9E0E4;
	/* CSS variable IE 11 support */
	background-color: var(--col-utility-major-75);
	/* color: #ffffff; */
	padding: 0.5em;
	border-width: 1px;
	border-color: #B3C2C9;
	border-style: solid;
	font-weight: 500;
}

div.onRight	/* div.onRight: float item (right) */
{
	clear: right;
	float: right;
	padding: 0.5em 0.5em 1em 1em;
}

div.onLeft	/* div.onLeft: float item (left) */
{
	clear: left;
	float: left;
	padding: 0.5em 1em 1em 0.5em;
}

div.scroll-horizontal	/* container for content that needs a horizontal scroll bar */
{
	overflow-x: auto;
}

div.scroll-horizontal:focus-visible	/* display focus on honrizontal scroll container for keyboard */
{
	outline-style: solid;
	/* inner outline */
	outline-width: 2px;
	outline-color: #FFBC19;
	/* CSS variable IE 11 support */
	outline-color: var(--col-semantic-focus);
	outline-offset: 0;
	box-shadow: 0 0 0 4px #000000;
	/* outer outline */
}

div.scroll-horizontal:focus:not(:focus-visible)	/* but don't display focus on honrizontal scroll container for mouse */
{
	outline: none;
	box-shadow: none;
}

MadCap|xref	/* MadCap|xref: cross-reference */
{
	mc-format: '{para}';
	color: #007E45;
	/* CSS variable IE 11 support */
	color: var(--business-product);
	/* text-decoration: none; */
}

MadCap|xref:hover
{
	/* text-decoration: underline; */
}

MadCap|xref:focus
{
	/* text-decoration: underline; */
}

p.location	/* p.location: prefix for instructions to find a screen */
{
	margin-bottom: 0.5em;
	mc-auto-number-class: noteformat;
	mc-auto-number-format: 'Open: ';
	/* LOCALISED in localised_text.css */
}

p.location:before	/* Add location icon: desktop */
{
	font-family: "FontAwesome";
	content: "\f108";
	padding: 0 0.5em 0 0.5em;
}

/*
a[href*=".htm"]:after
{
	font-family: "FontAwesome";	
	content: "\f0f6";
	padding: 0 0 0 0.5em;
}
*/

a[href*=".pdf"]:after	/* PDF link: file-pdf-o */
{
	/* Removed - not accessible */
	/*
	font-family: "FontAwesome";
	content: "\f1c1";
	padding: 0 0 0 0.5em;
	*/
}

a[href*=".xls"]:after,
a[href*=".csv"]:after	/* Excel link: file-excel-o */
{
	/* Removed - not accessible */
	/*
	font-family: "FontAwesome";
	content: "\f1c3";
	padding: 0 0 0 0.5em;
	*/
}

a[href*=".xml"]:after	/* XML link: file-code-o */
{
	/* Removed - not accessible */
	/*
	font-family: "FontAwesome";
	content: "\f1c9";
	padding: 0 0 0 0.5em;
	*/
}

a[href*=".doc"]:after	/* Word link: file-word-o */
{
	/* Removed - not accessible */
	/*
	font-family: "FontAwesome";
	content: "\f1c2";
	padding: 0 0 0 0.5em;
	*/
}

a[href*=".mp4"]:after,
a[href*=".avi"]:after	/* video link: video-camera */
{
	/* Removed - not accessible */
	/*
	font-family: "FontAwesome";
	content: "\f03d";
	padding: 0 0 0 0.5em;
	*/
}

a.external	/* External links - Add hidden accessible label */
{
	mc-auto-number-format: ' (opens in a new tab)';
	/* LOCALISED in localised_text.css */
	mc-auto-number-class: visually-hidden;
	mc-auto-number-position: inside-tail;
}

a.external:after	/* External links - add icon */
{
	font-family: "FontAwesome";
	content: "\f08e";
	padding: 0 0 0 0.5em;
}

p.indent	/* p.indent: manual indent to align with first level of list */
{
	padding-left: 2em;
}

MadCap|footnote
{
	
}

MadCap|footnotesBlock	/* MadCap|footnotesBlock: footnotes */
{
	border-top-color: #E6EBED;
	/* CSS variable IE 11 support */
	border-top-color: var(--col-action-minor-100);
	border-top-style: solid;
	border-top-width: 2px;
}

MadCap|tocProxy	/* MadCap|tocProxy: proxy for contents */
{
	border-top-style: none;
	border-top-width: 0em;
}

p.guideTitle	/* p.guideTitle: main guide title - DEPRECATED used in old page layout */
{
	font-weight: 400;
	line-height: 150%;
	font-size: 5em;
	text-align: center;
}

p.guideTitleSub	/* p.guideTitle: guide title sub-heading - DEPRECATED used in old page layout */
{
	font-weight: 400;
	line-height: 150%;
	font-size: 5em;
	text-align: center;
}

p.guideTitle,
p.guideTitleSub,
p.guideCoverType,
p.guideCoverHeader,
p.guideCoverDescription,
p.guideCoverEnd,
p.guideCoverCopyright,
h1.NotTOC,
h1.chapter,
h1.chapterNoNumber	/* include these PDF styles in default medium */
{
	
}

p.MiniTOC2,
p.MiniTOC3,
p.MiniTOC4,
p.MiniTOC5,
p.MiniTOC6,
p.MiniTOC7,
p.MiniTOC8,
p.MiniTOC9	/* hide miniTOC styles */
{
	mc-disabled: true;
}

object.video	/* video object inserted as multimedia - set max width as 100% */
{
	max-width: 100%;
	height: auto;
}

video	/* video inserted as video tag - set max width as 100% */
{
	max-width: 100%;
	height: auto;
}

video:hover,
video:focus	/* add hover shadow for videos */
{
	box-shadow: 0 10px 10px 0 rgba(0,20,30,0.1), 0 5px 5px 0 rgba(0,20,30,0.2);
	/* DS menu shadow - rebrand 2022 */
}

span.SearchHighlight1
{
	background-color: #ffffcc;
	color: rgba(0,0,0,0.9);
	/* CSS variable IE 11 support */
	color: var(--col-black-90);
}

span.SearchHighlight2
{
	background-color: #ccffff;
	color: rgba(0,0,0,0.9);
	/* CSS variable IE 11 support */
	color: var(--col-black-90);
}

span.SearchHighlight3
{
	background-color: #ffcccc;
	color: rgba(0,0,0,0.9);
	/* CSS variable IE 11 support */
	color: var(--col-black-90);
}

span.SearchHighlight4
{
	background-color: #ccffcc;
	color: rgba(0,0,0,0.9);
	/* CSS variable IE 11 support */
	color: var(--col-black-90);
}

MadCap|helpControlMenu	/* pop up menu for help controls - conceptLink, relatedTopics, keywordLink (index) */
{
	background-color: #FFFFFF;
	border: none 1px #000000;
	border-radius: 8px;
	padding: 0em 1em 0em 1em;
	/* rebrand 2022 phase 2 */
}

MadCap|helpControlMenuItem	/* override Flare default settings, use normal font and colour */
{
	font-family: inherit;
	font-size: inherit;
	font-weight: 500;
	color: #007E45;
	/* CSS variable IE 11 support */
	color: var(--business-product: #007E45);
	/* rebrand 2022 phase 2 */
}

MadCap|helpControlMenuItem.Highlighted
{
	background-color: #007E45;
	/* CSS variable IE 11 support */
	background-color: var(--business-product);
}

.link-list-popup ul li:hover	/* Added to fix generated style for above */
{
	background-color: #007E45;
	/* CSS variable IE 11 support */
	background-color: var(--business-product);
}

a:after,
a:before	/* Fix for IE to stop underlined FontAwesome icons when using before/after (1) */
{
	text-decoration: underline;
	/* (1) set to underline first */
	display: inline-block;
}

a:after,
a:before,
a:hover:after,
a:hover:before,
a:focus:after,
a:focus:before	/* Fix for IE to stop underlined FontAwesome icons when using before/after (2) */
{
	text-decoration: none;
	/* (2) then set to not underline in normal, hover, focus */
	display: inline-block;
}

MadCap|codeSnippet	/* Code snippet container */
{
	font-size: 1em;
	border: 1px solid #CCD6DB;
	/* CSS variable IE 11 support */
	border: 1px solid var(--col-action-minor-200);
	/* rebrand 2022 phase 2 */
	padding: 1em;
	background-color: #F2F5F6;
	/* CSS variable IE 11 support */
	background-color: var(--col-action-minor-50);
	margin: 0.5em 0 1em 0;
	border-radius: 8px;
	/* rounded corners - radius - rebrand 2022 phase 2 */
}

MadCap|codeSnippetBody	/* Code snippet body */
{
	font-size: 1em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-code);
	font-family: monospace, sans-serif;
	line-height: 1.5em;
	padding: 1em 0 1em 0;
}

MadCap|codeSnippetCaption	/* Code snippet based on heading 5 */
{
	text-decoration: none;
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-h5);
	/* same as h5 */
	font-weight: 700;
	line-height: 1.25em;
}

MadCap|codeSnippetCopyButton	/* Code snippet copy button */
{
	border: 2px solid #007E45;
	/* CSS variable IE 11 support */
	border: 2px solid var(--business-product);
	background-color: #ffffff;
	color: #007E45 !important;
	/* CSS variable IE 11 support */
	color: var(--business-product) !important;
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	text-decoration: none;
	line-height: 1em;
	padding: 0.5em 1em 0.5em 1em;
	/* rounded corners - radius - rebrand 2022 phase 2 */
	padding-right: 1em;
	/* fix for hard-coded style */
	border-radius: 32px;
	/* rounded corners - radius - rebrand 2022 phase 2 */
}

.codeSnippetCopyButton	/* Code snippet copy button - fix to apply business accent colour */
{
	border: 2px solid #007E45;
	/* CSS variable IE 11 support */
	border: 2px solid var(--business-product);
	color: #007E45 !important;
	/* CSS variable IE 11 support */
	color: var(--business-product) !important;
}

.codeSnippetCopyButton:link	/* Code snippet copy button - fix to remove link style */
{
	text-decoration: none;
}

MadCap|codeSnippetCopyButton:hover	/* Code snippet copy button hover */
{
	color: #ffffff !important;
	background-color: #006738;
	/* CSS variable IE 11 support */
	background-color: var(--business-product-hover1);
	border: 2px solid #006738;
	/* CSS variable IE 11 support */
	border: 2px solid var(--business-product-hover1);
	text-decoration: none;
}

.codeSnippetCopyButton:hover,
.codeSnippetCopyButton:focus	/* Code snippet copy button hover (and focus) - fix to apply business accent colour */
{
	color: #ffffff !important;
	background-color: #006738;
	/* CSS variable IE 11 support */
	background-color: var(--business-product-hover1);
	border: 2px solid #006738;
	/* CSS variable IE 11 support */
	border: 2px solid var(--business-product-hover1);
}

/* ------------------------------------------------------------------------- RIGHT/LEFT floated elements ------------------ */

.right
{
	float: right !important;
	padding-right: 0em;
	clear: right;
}

.left
{
	float: left !important;
	padding-left: 0em;
}

.right.linksBox,
.right > .linksBox,
.right.linksBoxRight,
.right > .linksBoxRight,
.right.highlightBox,
.right > .highlightBox,
.right.highlightBoxRight,
.right > .highlightBoxRight	/* Formatting for old right-aligned boxes; set these to have additional classes "small-12 medium-4 large-3 right" */
{
	clear: right;
	mc-disabled: true;
}

/* --------------------------------------------------- Coloured backgrounds for boxes ------------ */

.colour-light-1,
.colour-light-product-1	/* light grey background - 2022 rebrand, was #F2F5F6 */
{
	background-color: #f2f2f2 !important;
	/* CSS variable IE 11 support */
	background-color: var(--col-yin-05) !important;
}

.colour-light-2,
.colour-light-product-2	/* light grey background - 2022 rebrand, was #E6EBED */
{
	background-color: #e5e5e5 !important;
	/* CSS variable IE 11 support */
	background-color: var(--col-yin-10) !important;
}

.colour-light-3	/* light grey background - 2022 rebrand, was #CCD6DB */
{
	background-color: #d9d9d9 !important;
	/* CSS variable IE 11 support */
	background-color: var(--col-yin-15) !important;
}

.colour-dark-1,
.colour-dark-product-1	/* Dark 1 - Black - 2022 rebrand */
{
	background-color: #000000 !important;
	color: #ffffff;
}

.colour-dark-2,
.colour-dark-product-2	/* Dark 2 - utility-minor-800 - 2022 rebrand - was #335C6D */
{
	background-color: #191919 !important;
	/* CSS variable IE 11 support */
	background-color: var(--col-grey-900) !important;
	color: #ffffff;
}

.colour-dark-3,
.colour-dark-product-3	/* Dark 3 - utility-minor-700 - 2022 rebrand - was #0073C2 */
{
	background-color: #262626 !important;
	/* CSS variable IE 11 support */
	background-color: var(--col-grey-850) !important;
	color: #ffffff;
}

.colour-dark-4	/* Dark 4 - utility-minor-600 - 2022 rebrand - was rgba(0,0,0,0.65) */
{
	background-color: #404040 !important;
	/* CSS variable IE 11 support */
	background-color: var(--col-grey-750) !important;
	color: #ffffff;
}

.colour-dark-5	/* Dark 5 - utility-minor-500 - 2022 rebrand - was rgba(0,0,0,0.55) */
{
	background-color: #4D4D4D !important;
	/* CSS variable IE 11 support */
	background-color: var(--col-grey-700) !important;
	color: #ffffff;
}

[class*="colour-"]
{
	/* overflow: auto; */
}

[class*="colour-dark"] a,
[class*="colour-dark"] a:hover
{
	color: #ffffff !important;
	/* set link colour inside coloured boxes */
}

[class*="colour-dark"] [class*="highlightBox"]	/* reset text colour for notes/boxes inside dark coloured boxes */
{
	color: rgba(0,0,0,0.9);
	/* CSS variable IE 11 support */
	color: var(--col-black-90);
}

[class*="colour-dark"] [class*="highlightBox"] a	/* reset link colour for boxes inside dark coloured boxes */
{
	color: #007E45 !important;
	/* CSS variable IE 11 support */
	color: var(--business-product) !important;
}

/* ------------------------------------------------------------------------- BUTTON STYLES ------------------ */

a[class*="sageButton"],
a.sageButton,
a.sageButtonLeft,
a.sageButtonRight,
a.sageButtonMedium,
a.sageButtonMediumLeft,
a.sageButtonMediumRight,
a.sageButtonLarge,
a.sageButtonLargeLeft,
a.sageButtonLargeRight	/* Minor button styles */
{
	background-color: #ffffff;
	border: 2px solid #335B70;
	/* CSS variable IE 11 support */
	border: 2px solid var(--col-action-minor-500);
	color: #335B70 !important;
	/* CSS variable IE 11 support */
	color: var(--col-action-minor-500) !important;
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	line-height: 1em;
	/* text-decoration: none; */
	cursor: pointer;
	padding: 0.5em 1em 0.5em 1em;
	/* rounded corners - radius - rebrand 2022 phase 2 */
	border-radius: 8px;
	/* rounded corners - radius - rebrand 2022 phase 2 */
}

a[class*="sageButtonPrimary"],
a.sageButtonPrimary,
a.sageButtonPrimaryLeft,
a.sageButtonPrimaryRight,
a.sageButtonPrimaryMedium,
a.sageButtonPrimaryMediumLeft,
a.sageButtonPrimaryMediumRight,
a.sageButtonPrimaryLarge,
a.sageButtonPrimaryLargeLeft,
a.sageButtonPrimaryLargeRight	/* Major/primary button styles */
{
	background-color: #ffffff;
	border: 2px solid #007E45;
	/* CSS variable IE 11 support */
	border: 2px solid var(--business-product);
	color: #007E45 !important;
	/* CSS variable IE 11 support */
	color: var(--business-product) !important;
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	line-height: 1em;
	cursor: pointer;
	padding: 0.5em 1em 0.5em 1em;
	/* rounded corners - radius - rebrand 2022 phase 2 */
	border-radius: 32px;
	/* rounded corners - radius - rebrand 2022 phase 2 */
}

a[class*="sageButton"]:hover,
a.sageButton:hover,
a.sageButtonLeft:hover,
a.sageButtonRight:hover,
a.sageButtonMedium:hover,
a.sageButtonMediumLeft:hover,
a.sageButtonMediumRight:hover,
a.sageButtonLarge:hover,
a.sageButtonLargeLeft:hover,
a.sageButtonLargeRight:hover	/* sageButton: hover style for minor button */
{
	color: #ffffff !important;
	background-color: #00324C;
	/* CSS variable IE 11 support */
	background-color: var(--col-action-minor-600);
	border: 2px solid #00324C;
	/* CSS variable IE 11 support */
	border: 2px solid var(--col-action-minor-600);
}

a[class*="sageButtonPrimary"]:hover,
a.sageButtonPrimary:hover,
a.sageButtonPrimaryLeft:hover,
a.sageButtonPrimaryRight:hover,
a.sageButtonPrimaryMedium:hover,
a.sageButtonPrimaryMediumLeft:hover,
a.sageButtonPrimaryMediumRight:hover,
a.sageButtonPrimaryLarge:hover,
a.sageButtonPrimaryLargeLeft:hover,
a.sageButtonPrimaryLargeRight:hover	/* sageButton: hover style for major/primary button */
{
	background-color: #006738;
	/* CSS variable IE 11 support */
	background-color: var(--business-product-hover1);
	border: 2px solid #006738;
	/* CSS variable IE 11 support */
	border: 2px solid var(--business-product-hover1);
}

a[class*="sageButtonMedium"],
a.sageButtonMedium,
a.sageButtonMediumLeft,
a.sageButtonMediumRight	/* sageButtonMedium: minor medium button  */
{
	font-size: 1em;
	color: #ffffff !important;
	background-color: #335B70;
	/* CSS variable IE 11 support */
	background-color: var(--col-action-minor-500);
	padding: 1em 1.5em 1em 1.5em;
}

a[class*="sageButtonPrimaryMedium"],
a.sageButtonPrimaryMedium,
a.sageButtonPrimaryMediumLeft,
a.sageButtonPrimaryMediumRight	/* sageButtonPrimaryMedium: major/primary medium button  */
{
	font-size: 1em;
	color: #ffffff !important;
	background-color: #007E45;
	/* CSS variable IE 11 support */
	background-color: var(--business-product);
	padding: 1em 1.5em 1em 1.5em;
}

a[class*="sageButtonLarge"],
a.sageButtonLarge,
a.sageButtonLargeLeft,
a.sageButtonLargeRight	/* sageButtonLarge: minor large button */
{
	font-size: 1.25em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-h4);
	/* same as h4 */
	color: #ffffff !important;
	background-color: #335B70;
	/* CSS variable IE 11 support */
	background-color: var(--col-action-minor-500);
	padding: 1em 1.5em 1em 1.5em;
}

a[class*="sageButtonPrimaryLarge"],
a.sageButtonPrimaryLarge,
a.sageButtonPrimaryLargeLeft,
a.sageButtonPrimaryLargeRight	/* sageButtonPrimaryLarge: major/primary large button */
{
	font-size: 1.25em;
	/* CSS variable IE 11 support */
	font-size: var(--font-size-h4);
	/* same as h4 */
	color: #ffffff !important;
	background-color: #007E45;
	/* CSS variable IE 11 support */
	background-color: var(--business-product);
	padding: 1em 1.5em 1em 1.5em;
}

a.sageButtonRight:after,
a.sageButtonMediumRight:after,
a.sageButtonLargeRight:after,
a.sageButtonPrimaryRight:after,
a.sageButtonPrimaryMediumRight:after,
a.sageButtonPrimaryLargeRight:after	/* Right: add icon for right buttons */
{
	font-family: "FontAwesome";
	content: "\f105";
	/* FontAwesome : fa-angle-right */
	padding: 0 0 0 0.5em;
	display: inline-block;
}

a[class*="sageButton"][class*="Left"]	/* Left: left button */
{
	text-align: right;
}

a.sageButtonLeft:before,
a.sageButtonMediumLeft:before,
a.sageButtonLargeLeft:before,
a.sageButtonPrimaryLeft:before,
a.sageButtonPrimaryMediumLeft:before,
a.sageButtonPrimaryLargeLeft:before	/* Left: add icon for left buttons */
{
	font-family: "FontAwesome";
	content: "\f104";
	/* FontAwesome : fa-angle-left */
	padding: 0 0.5em 0 0;
	display: inline-block;
}

/* ------------------------------------------------------------------------- Disabled styles  ------------------ */

div.feedbackBox,
div.MCDropDown,
div.MCDropDownBody,
div.MCDropDownBody_0,
div.MCDropDownHead_heading_0,
a.MCDropDownHotSpot_0,
a.dropDownHotspot,
div.MCPopupContainer,
div.MCRelationshipsProxy_0,
div.MCRelationshipsProxy_right_0,
span.boxTitle,
span.noteformat,
span.visually-hidden,
span.chapter,
span.dropdown,
address,
abbr,
acronym,
big,
cite,
del,
fieldset,
ins,
kbd,
samp,
small,
span.boolean,
span.state,
span.locationformat,
span.SeeAlsoIndex,
span.SeeAlsoIndexTerms,
span.SeeIndex,
span.SeeIndexTerms,
span.dropDownHead.heading,
span.dropDownHotspot,
tt,
var,
span.SearchHighlight1,
span.SearchHighlight2,
span.SearchHighlight3,
span.SearchHighlight4	/* hide styles from editor */
{
	mc-disabled: true;
}

header	/* display header tags in editor */
{
	display: block;
}

footer	/* display footer tags in editor */
{
	display: block;
}

nav	/* display nav tags in editor */
{
	display: block;
}

/* ------------------------------------------------------------------------- MEDIA QUERIES - RESPONSIVE ELEMENTS -------------- */
/* --------------------------------------------------- LARGE screens (DESKTOP) */
/* --------------------------------------------------- MEDIUM screens (TABLET) */

@media only screen and (max-width: 1024px)
{
	
}

/* --------------------------------------------------- SMALL screens (MOBILE) */

@media only screen and (max-width: 640px)
{
	
}

