/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* CentralSquare Documentation Team Flare Stylesheet */

/* 
CHANGE LOG FOR CURRENT RELEASE
=============================================================================== 
2021-04-06 Q1 Update - amendments (DH) - Made the following additions, changes, removals:
	Removed PT Serif font from all styles
	Added div.example, div.notes, div.tips and list variants to group multiple lines in note blocks
	Updated example_nobox, .important_nobox, .note_nobox, .tip_nobox, .warning_nobox and list variants to remove hanging indent and add top and bottom borders
	Added .examples_tag and .tips_tag for multiples
	Updated MadCap|xref.list and MadCap|xref.midsentence to remove bold style
	Added p.subheading for mid topic headings not tied to TOC
===============================================================================    
*/

/* Selectors are sorted alphabetically by element */
/** HTML PRIMARY **/

html
{
	
}

body
{
	color: #192231;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	padding: 0 10px 10px 5px;
	text-align: left;
}

/** ADDRESS/HYPERLINK CLASSES **/

a,
a:link,
a:active
{
	color: #1066c7;
	text-decoration: none;
}

a:visited
{
	color: #1066c7;
}

a:hover
{
	cursor: pointer;
	color: #0a4280;
	text-decoration: underline;
}

a.MCBreadcrumbsLink
{
	color: #1066c7;
	font-style: italic;
	font-size: 0.875rem;
}

a.MCBreadcrumbsLink:hover
{
	text-decoration: underline;
}

a.MiniTOC1:link,
a.MiniTOC1:active
{
	color: #1066c7;
}

a.MiniTOC1:visited
{
	color: #1066c7;
}

a.MiniTOC1:hover
{
	cursor: pointer;
	color: #0a4280;
	text-decoration: underline;
}

a.MiniTOC2:link,
a.MiniTOC2:active
{
	color: #1066c7;
}

a.MiniTOC2:visited
{
	color: #1066c7;
}

a.MiniTOC2:hover
{
	cursor: pointer;
	color: #0a4280;
	text-decoration: underline;
}

a.MiniTOC3:link,
a.MiniTOC3:active
{
	color: #1066c7;
}

a.MiniTOC3:visited
{
	color: #1066c7;
}

a.MiniTOC3:hover
{
	cursor: pointer;
	color: #0a4280;
	text-decoration: underline;
}

/* BOLD AND ITALICS CLASSES */

b,
b.KeysandType,
b.UIElement,
span.KeysandType,
span.UIElement
{
	font-size: inherit;
	font-weight: bold;
}

br
{
	margin-bottom: 3pt;
}

em,
i
{
	/* em is used for emphasizing words or phrases. */
	/* i is used for general italicizing purposes & document titles in body content. */
	font-size: inherit;
	font-style: italic;
}

strong
{
	font-size: inherit;
	font-weight: bolder;
}

/*DH 2021.11.12 - added for Reported by and Related cases text in release notes */

strong.gray
{
	font-size: inherit;
	font-weight: bolder;
	color: #97999B;
}

/** CODE CLASSES **/

code
{
	font-family: "Courier New", Courier, monospace;
}

code.blue
{
	color: #0000ff;
}

code.maroon
{
	color: #800000;
}

code.green
{
	color: #008000;
}

code.red
{
	color: #ff0000;
}

code.gray
{
	color: #9b9ea0;
}

code.limegreen
{
	color: #00ff00;
}

/** DIV CLASSES **/

div
{
	
}

div.block-left
{
	float: left;
}

div.block-right
{
	float: right;
}

div.footer
{
	background-color: #192231;
	bottom: 0;
	left: 20%;
	padding: 5px 0 5px 10px;
	position: fixed;
	right: 0;
	z-index: 99;
}

div.inThisSectionTocBox
{
	mc-auto-number-class: inThisSectionTocBoxTitle;
	mc-auto-number-format: 'In this section';
	padding-top: 10px;
}

div.seeAlsoTocBox
{
	mc-auto-number-class: seeAlsoTocBoxTitle;
	mc-auto-number-format: 'See also';
	padding-top: 10px;
}

div.note_box
{
	background-color: #e5e5e5;
	background-repeat: no-repeat;
	border: solid 1px #370761;
	border-radius: 6px;
	margin-bottom: 6pt;
	padding: 0 10px 5px 10px;
}

div.examples
{
	margin-left: 16pt;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

div.examples_list
{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

div.notes
{
	margin-left: 16pt;
	border-top: 1px solid #370761;
	border-bottom: 1px solid #370761;
}

div.notes_list
{
	padding-left: 5px;
	border-top: 1px solid #370761;
	border-bottom: 1px solid #370761;
}

div.tips
{
	margin-left: 16pt;
	border-top: 1px solid #1B6875;
	border-bottom: 1px solid #1B6875;
}

div.tips_list
{
	border-top: 1px solid #1B6875;
	border-bottom: 1px solid #1B6875;
}

/** GENERIC CLASSES **/

.example
{
	mc-auto-number-format: '{color #000000}{b}Example:\00a0{/b}{/color}';
}

.example_nobox
{
	margin-left: 16pt;
	mc-auto-number-format: '{color #000000}{b}Example:\00a0\00a0{/b}{/color}';
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.example_nobox_list
{
	mc-auto-number-format: '{color #000000}{b}Example:\00a0\00a0{/b}{/color}';
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.examples_tag
{
	mc-auto-number-format: '{color #000000}{b}Examples:\00a0{/b}{/color}';
}

.important
{
	mc-auto-number-format: '{color #f4490c}{b}Important:\00a0{/b}{/color}';
}

.important_nobox
{
	margin-left: 16pt;
	mc-auto-number-format: '{color #f4490c}{b}Important:\00a0\00a0{/b}{/color}';
	border-top: 1px solid #f4490c;
	border-bottom: 1px solid #f4490c;
	padding-top: 5px;
	padding-bottom: 5px;
}

.important_nobox_list
{
	mc-auto-number-format: '{color #f4490c}{b}Important:\00a0\00a0{/b}{/color}';
	border-top: 1px solid #f4490c;
	border-bottom: 1px solid #f4490c;
	padding-top: 5px;
	padding-bottom: 5px;
}

.note_nobox
{
	margin-left: 16pt;
	mc-auto-number-format: '{color #370761}{b}Note:\00a0\00a0{/b}{/color}';
	border-top: 1px solid #370761;
	border-bottom: 1px solid #370761;
	padding-top: 5px;
	padding-bottom: 5px;
}

.note_nobox_list
{
	mc-auto-number-format: '{color #370761}{b}Note:\00a0\00a0{/b}{/color}';
	border-top: 1px solid #370761;
	border-bottom: 1px solid #370761;
	padding-top: 5px;
	padding-bottom: 5px;
}

.note_tag
{
	mc-auto-number-format: '{color #370761}{b}Note:\00a0{/b}{/color}';
}

.notes_nobox	/*Discontinued - use div.notes */
{
	margin-left: 18pt;
	mc-auto-number-format: '{color #370761}{b}Notes:\00a0\00a0{/b}{/color}';
	padding-left: 42pt;
	text-indent: -45pt;
}

.notes_nobox_list	/*Discontinued - use div.notes_list*/
{
	mc-auto-number-format: '{color #370761}{b}Notes:\00a0\00a0{/b}{/color}';
	padding-left: 42pt;
	text-indent: -42pt;
}

.notes_tag
{
	mc-auto-number-format: '{color #370761}{b}Notes:\00a0{/b}{/color}';
}

.tip
{
	mc-auto-number-format: '{color #1B6875}{b}Tip:\00a0{/b}{/color}';
}

.tip_nobox
{
	margin-left: 16pt;
	mc-auto-number-format: '{color #1B6875}{b}Tip:\00a0\00a0{/b}{/color}';
	border-top: 1px solid #1B6875;
	border-bottom: 1px solid #1B6875;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tip_nobox_list
{
	mc-auto-number-format: '{color #1B6875}{b}Tip:\00a0\00a0{/b}{/color}';
	border-top: 1px solid #1B6875;
	border-bottom: 1px solid #1B6875;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tips_tag
{
	mc-auto-number-format: '{color #1B6875}{b}Tips:\00a0{/b}{/color}';
}

.warning
{
	mc-auto-number-format: '{color #B71800}{b}Warning:\00a0{/b}{/color}';
}

.warning_nobox
{
	margin-left: 16pt;
	mc-auto-number-format: '{color #B71800}{b}Warning:\00a0\00a0{/b}{/color}';
	border-top: 1px solid #B71800;
	border-bottom: 1px solid #B71800;
	padding-top: 5px;
	padding-bottom: 5px;
}

.warning_nobox_list
{
	mc-auto-number-format: '{color #B71800}{b}Warning:\00a0\00a0{/b}{/color}';
	border-top: 1px solid #B71800;
	border-bottom: 1px solid #B71800;
	padding-top: 5px;
	padding-bottom: 5px;
}

/** HTML HEADINGS **/

h1
{
	color: #192231;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 6pt;
}

h2
{
	color: #f4490c;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 6pt;
}

h3
{
	color: #192231;
	font-size: 1.188rem;
	font-style: italic;
	font-weight: bold;
	margin-top: 20pt;
	/*DH 2021.04.19 - added for release notes*/
	/*margin-bottom: 6pt; DH 2021.05.12 - removed for release notes*/
}

h4
{
	color: #f4490c;
	font-size: 1.188rem;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 6pt;
}

h5
{
	color: #192231;
	font-size: 1.063rem;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 6pt;
}

h6
{
	color: #f4490c;
	font-size: 1.063rem;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 6pt;
}

h7
{
	color: #192231;
	font-size: 1rem;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 6pt;
}

/** IMAGE CLASSES **/

img
{
	border: solid 1.5px #a9a9a9;
	max-width: 100%;
}

img.FloatLeft
{
	float: left;
	padding-right: 6px;
}

img.FloatRight
{
	float: right;
	padding-left: 6px;
}

img.inline_icon
{
	margin-top: 3px;
	max-height: 25px;
	max-width: 25px;
	border: none;
}

img.inline_icon_small
{
	border: none;
	vertical-align: text-top;
	max-height: 1em;
	max-width: 1em;
}

img.no_border
{
	border: none;
}

/** LIST ITEM CLASSES **/

li
{
	margin-bottom: 6pt;
	padding-left: .5pt;
}

li.first
{
	list-style-type: disc;
	margin-bottom: 6pt;
}

li.first_ns
{
	list-style-type: disc;
	margin: 0;
}

li.first_indent
{
	list-style-type: disc;
	margin: 0 0 6pt 18pt;
}

li.first_indent_ns
{
	list-style-type: disc;
	margin: 0 0 0 18pt;
}

li.second
{
	list-style-type: circle;
	margin: 0 0 6pt 11pt;
}

li.second_ns
{
	list-style-type: circle;
	margin: 0 0 0 11pt;
}

li.second_indent
{
	list-style-type: circle;
	margin: 0 0 6pt 33pt;
}

li.second_indent_ns
{
	list-style-type: circle;
	margin: 0 0 0 33pt;
}

li.third
{
	list-style-type: square;
	margin: 0 0 6pt 25pt;
}

li.third_ns
{
	list-style-type: square;
	margin: 0 0 0 25pt;
}

li.third_indent
{
	list-style-type: square;
	margin: 0 0 6pt 48pt;
}

li.third_indent_ns
{
	list-style-type: square;
	margin: 0 0 0 48pt;
}

li.fourth
{
	list-style-type: disc;
	margin: 0 0 6pt 42pt;
}

li.fourth_ns
{
	list-style-type: disc;
	margin: 0 0 0 42pt;
}

li.fourth_indent
{
	list-style-type: disc;
	margin: 0 0 6pt 63pt;
}

li.fourth_indent_ns
{
	list-style-type: disc;
	margin: 0 0 0 63pt;
}

/** MADCAP CUSTOM CONTROLS **/

MadCap|bodyProxy
{
	margin-bottom: 6pt;
}

MadCap|breadcrumbsProxy
{
	/* used for HTML5 navigation to parent topics */
	border-bottom: 0.5px solid #e5e5e5;
	border-top: 0.5px solid #e5e5e5;
	font-size: 0.875rem;
	font-style: italic;
	margin-bottom: 6pt;
	mc-breadcrumbs-prefix: 'You are here: ';
	padding: 5px;
	mc-breadcrumbs-count: 6;
}

MadCap|conceptLink
{
	color: #B80000;
	/* CST Burnt Orange #B80000 color value */
	font-size: 1.2em;
	font-weight: bold;
	mc-image: url;
	mc-label: 'SEE ALSO';
	padding-top: 8px;
	text-decoration: none;
}

MadCap|conceptLink:hover
{
	color: #FFBF2C;
	/* CST Gold #FFBF2C color value */
	font-weight: bold;
}

MadCap|dropDown
{
	margin-bottom: 6pt;
	mc-closed-image: url('../Images/mc-dropdown-closed.png');
	mc-open-image: url('../Images/mc-dropdown-open.png');
}

MadCap|dropDownBody
{
	border-left: thin solid #dadce0 !important;
	padding: 15px;
}

MadCap|dropDownHead
{
	margin-bottom: 6pt;
}

MadCap|dropDownHotspot
{
	
}

MadCap|dropDownHotspot:hover
{
	text-decoration: none;
}

MadCap|miniTocProxy
{
	/* Used to customize the mini Table of Contents styling. */
	border-top-style: solid;
	mc-toc-depth: 1;
	/* DH 2021.05.18 set to 1 for online help to show only direct children in mini-TOC by default (can be overriden in proxy) */
}

MadCap|miniTocProxy.inThisSection
{
	/* Used to transform the mini TOC into a "In this section" section. */
	border-top-style: solid;
}

MadCap|miniTocProxy.seeAlso
{
	/* Used to transform the mini TOC into a "See also" section. */
	border-top-style: solid;
}

MadCap|tocProxy
{
	/* Used to customize the Table of Contents styling. */
	border-top-style: solid;
}

MadCap|xref
{
	/* Custom cross-reference styling. */
	color: #1066c7;
	text-decoration: none;
	mc-format: '{paratext}';
}

MadCap|xref:hover
{
	color: #0a4280;
	cursor: pointer;
	text-decoration: underline;
}

MadCap|xref:visited
{
	color: #1066c7;
	text-decoration: none;
}

MadCap|xref.IndexPageNumber
{
	color: #1066c7;
}

MadCap|xref.list
{
	mc-format: '{paratext}';
}

MadCap|xref.midsentence
{
	mc-format: 'refer to {paratext}';
}

/** ORDERED LISTS **/

ol
{
	margin-bottom: 6pt;
}

ol ol
{
	margin-left: -12px;
}

ol ul
{
	margin-left: -26px;
}

/** PARAGRAPH CLASSES **/

p
{
	padding: 0;
	margin-bottom: 6pt;
	margin-top: .5em;
}

p.footer
{
	color: #ffffff;
	font-size: 0.825rem;
	font-weight: bold;
	margin-right: 25px;
	text-align: right;
}

p.subheading
{
	font-weight: bold;
	margin-bottom: 6pt;
	margin-top: .8rem;
}

p.h1mimic
{
	/* Used to mimic the h1 selector without creating a TOC entry. */
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 6pt;
	color: #192231;
}

p.h2mimic
{
	/* Used to mimic the h2 selector without creating a TOC entry. */
	color: #f4490c;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 6pt;
}

p.h3mimic
{
	/* Used to mimic the h3 selector without creating a TOC entry. */
	font-size: 1.188rem;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 6pt;
	color: #192231;
}

p.h4mimic
{
	/* Used to mimic the h4 selector. */
	color: #f4490c;
	font-size: 1.188rem;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 6pt;
}

p.h5mimic
{
	/* Used to mimic the h5 selector. */
	font-size: 1.063rem;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 6pt;
	color: #192231;
}

p.h6mimic
{
	/* Used to mimic the h6 selector. */
	color: #f4490c;
	font-size: 1.063rem;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 6pt;
}

p.MiniTOC1
{
	display: list-item;
	font-size: 0.875rem;
	font-weight: normal;
	list-style-type: disc;
	margin-bottom: 3pt;
}

p.MiniTOC2
{
	display: list-item;
	font-size: 0.875rem;
	list-style-type: circle;
	margin-bottom: 3pt;
}

p.MiniTOC3
{
	display: list-item;
	font-size: 0.875rem;
	list-style-type: square;
	margin-bottom: 3pt;
}

/* Used for intro text before nubmered steps */

p.TaskIntro
{
	font-weight: bold;
	border-left: 3px solid #1066c7;
	font-size: 1.125rem;
	margin: 20px 0 15px 10px;
	padding-left: 7px;
}

/** SPAN CLASSES **/

span.inThisSectionTocBoxTitle
{
	color: #000000;
	font-size: 1.125rem;
	font-weight: bold;
}

span.seeAlsoTocBoxTitle
{
	color: #f4490c;
	font-size: 1.125rem;
	font-weight: bold;
}

/** TABLES **/

table
{
	margin-bottom: 6pt;
}

/** UNORDERED LISTS **/

ul
{
	margin-bottom: 6pt;
}

ul ol
{
	margin-left: -12px;
}

ul ul
{
	margin-left: -26px;
}

MadCap|glossaryTerm:hover
{
	color: #0a4280;
	font-weight: normal;
	text-decoration: underline;
}

MadCap|glossaryTerm:visited
{
	font-weight: normal;
	color: #a569f6;
}

MadCap|glossaryTerm.Hyperlink
{
	color: #1066c7;
	font-weight: normal;
}

MadCap|glossaryTerm.Popup
{
	color: #1066c7;
	font-weight: normal;
}

MadCap|glossaryTerm.Expanding
{
	color: #1066c7;
	font-weight: normal;
}

MadCap|glossaryTerm:focus
{
	color: #1066c7;
	font-weight: normal;
}

MadCap|glossaryTerm
{
	color: #1066c7;
	font-weight: normal;
}

object
{
	border-width: 3px;
	max-width: 800px;
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: solid 2px #192231;
	margin-right: 15px;
	width: 90%;
}

/*** PRINT MEDIUM OVERRIDES ***/
/** These work in conjunction with or replace the default settings above for the specified selectors and classes to accommodate for the differences between HTML5 and print media. **/

@media print
{
	/** PRINT PRIMARY **/

	body
	{
		color: #000000;
		font-size: 11pt;
		mc-hyphenate: never;
		/* hyphentation fully turned off */
		padding: 0;
	}

	/** PRINT DIV CLASSES **/

	div.note_box
	{
		padding: 10px;
		page-break-inside: avoid;
	}

	div.notes
	{
		padding-top: 5px;
		padding-bottom: 5px;
		page-break-inside: avoid;
	}

	div.notes_list
	{
		padding-top: 5px;
		padding-bottom: 5px;
		page-break-inside: avoid;
	}

	div.examples
	{
		padding-top: 5px;
		padding-bottom: 5px;
		page-break-inside: avoid;
	}

	div.examples_list
	{
		padding-top: 5px;
		padding-bottom: 5px;
		page-break-inside: avoid;
	}

	div.tips
	{
		padding-top: 5px;
		padding-bottom: 5px;
		page-break-inside: avoid;
	}

	div.tips_list
	{
		padding-top: 5px;
		padding-bottom: 5px;
		page-break-inside: avoid;
	}

	/** PRINT GENERIC CLASSES **/

	.KWN
	{
		/* Keep With Next operates as it does in MS-Word but is only used in print media. Nothing appears different if editing in default medium. */
		page-break-after: avoid;
	}

	/** PRINT HEADINGS **/

	h1
	{
		font-size: 16pt;
		page-break-after: avoid;
		page-break-before: always;
		page-break-inside: avoid;
	}

	h2
	{
		font-size: 13pt;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h3
	{
		font-size: 12pt;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h4
	{
		font-size: 12pt;
		mc-heading-level: 0;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h5
	{
		font-size: 11pt;
		mc-heading-level: 0;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h6
	{
		font-size: 11pt;
		mc-heading-level: 0;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h7
	{
		font-size: 11pt;
		mc-heading-level: 0;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h2.break
	{
		/* Forces page-break only (not a column break, etc.). */
		mc-heading-level: 2;
		page-break-before: always;
		page-break-after: avoid;
	}

	/** PRINT IMAGE CLASSES **/

	img
	{
		max-width: 90%;
		page-break-before: avoid;
	}

	/** PRINT LIST ITEM CLASSES **/

	li.second
	{
		margin-left: 14pt;
	}

	li.second_ns
	{
		margin-left: 14pt;
	}

	li.third
	{
		margin-left: 28pt;
	}

	li.third_ns
	{
		margin-left: 28pt;
	}

	li.fourth
	{
		margin-left: 42pt;
	}

	li.fourth_ns
	{
		margin-left: 42pt;
	}

	/** PRINT ORDERED LISTS **/

	ol
	{
		page-break-before: avoid;
	}

	ol.nobreak
	{
		page-break-inside: avoid;
	}

	ol ol
	{
		margin-left: 21pt;
		page-break-before: avoid;
	}

	ol ul
	{
		margin-left: 16px;
		page-break-before: avoid;
	}

	/** PRINT PARAGRAPH CLASSES **/

	p
	{
		mc-leader-indent: 5pt;
		margin-top: 1.2em;
	}

	p.h1mimic
	{
		/* Used to mimic the h1 selector without creating a TOC entry. Adds a page-break. */
		font-size: 16pt;
		page-break-after: avoid;
		page-break-before: always;
		page-break-inside: avoid;
	}

	p.h2mimic
	{
		/* Used to mimic the h2 selector without creating a TOC entry. */
		font-size: 13pt;
		page-break-after: avoid;
	}

	p.h3mimic
	{
		/* Used to mimic the h3 selector without creating a TOC entry. */
		font-size: 12pt;
		page-break-after: avoid;
	}

	p.h4mimic
	{
		/* Used to mimic the h4 selector. */
		font-size: 12pt;
		page-break-after: avoid;
	}

	p.h5mimic
	{
		/* Used to mimic the h5 selector. */
		font-size: 11pt;
		page-break-after: avoid;
	}

	p.h6mimic
	{
		/* Used to mimic the h6 selector. */
		font-size: 11pt;
		page-break-after: avoid;
	}

	p.ManualTitle1
	{
		/* Used for level-one text on title page; typically the product name (e.g., Mobile Enterprise). */
		font-size: 24pt;
		line-height: 1.5em;
		margin: 12pt 0 6pt 0;
		color: #192231;
		font-weight: normal;
		text-align: left;
	}

	p.ManualTitle2
	{
		/* Used for level-two text on title page; typically the type of document (e.g., User's Guide). */
		line-height: 1.5em;
		margin: 12pt 0 6pt 0;
		font-size: 14pt;
		color: #192231;
		font-weight: normal;
		text-align: left;
	}

	p.TOC1
	{
		font-weight: bold;
		mc-pagenum-display: all;
		mc-leader-format: '.';
		margin: 0 0 6pt 0;
		page-break-after: avoid;
	}

	p.TOC2
	{
		margin: 0 0 6pt 10pt;
	}

	p.TOC3
	{
		margin: 0 0 6pt 20pt;
	}

	p.TOC4
	{
		margin: 0 0 6pt 30pt;
	}

	/* Used for intro text before nubmered steps */

	p.TaskIntro
	{
		font-size: 11pt;
	}

	/** PRINT TABLES **/

	tr
	{
		page-break-inside: avoid;
	}

	/** PRINT UNORDERED LISTS **/

	ul
	{
		margin-left: 15pt;
		page-break-before: avoid;
	}

	ul.nobreak
	{
		page-break-inside: avoid;
	}

	ul ol
	{
		margin-left: 21pt;
		page-break-before: avoid;
	}

	ul ul
	{
		margin-left: 12pt;
		page-break-before: avoid;
	}

	MadCap|dropDownBody
	{
		border: 0;
		padding: 0;
	}

	/** Address/hyperlink styling **/

	a,
	a:link
	{
		text-decoration: underline;
	}

	/** Cross-reference styling **/

	MadCap|xref
	{
		mc-format: '{paratext} (page {page})';
		text-decoration: underline;
	}

	MadCap|xref.midsentence
	{
		mc-format: '{paratext} (page {page})';
		text-decoration: underline;
	}

	MadCap|xref.list
	{
		text-decoration: underline;
	}

	MadCap|xref.IndexPageNumber
	{
		text-decoration: underline;
	}

	MadCap|miniTocProxy.inThisSection
	{
		
	}

	MadCap|miniTocProxy
	{
		mc-toc-depth: 3;
		/* DH 2021.05.18 set to 3 for print to show h2-h3 in mini-TOC for h1s by default (can be overriden in proxy) NOTE: anything greater than 4 requires that you update the mc-heading-level property for the h4 and up styles in print medium */
	}

	MadCap|miniTocProxy.seeAlso
	{
		
	}

	p.subheading
	{
		page-break-after: avoid;
	}
}

/*** HTMLHELP MEDIUM OVERRIDES ***/
/** These work in conjunction with or replace the default settings above for the specified selectors and classes to accommodate for the differences between HTML5 and Windows Help. **/

@media chm
{
	body
	{
		font-size: 16px;
	}
}

/*** HTML5 MEDIUM OVERRIDES ***/
/** These work in conjunction with or replace the default settings above for the specified selectors and classes to accommodate for the differences between HTML5 and other mediums. **/

@media Tripane-HTML5
{
	body
	{
		color: #192231;
	}

	h1
	{
		color: #192231;
		font-size: 1.5rem;
		font-weight: bold;
		display: inline-block;
		margin: 3pt 0 6pt 0;
		padding-bottom: 10px;
		position: relative;
	}

	h1:before
	{
		content: "";
		position: absolute;
		width: 30px;
		border-bottom: 1px solid #F4490C;
		bottom: 0;
	}

	/* Used to ensure the footer spans the entire topic frame at all screen sizes. */

	div.footer
	{
		left: 0;
		width: 100%;
	}
}

@media Side-Nav-HTML5
{
	body
	{
		color: #192231;
	}

	/* Used to ensure the browser's vertical scroll bar is not obscured by the footer */

	.body-container
	{
		height: calc(100% - 2.5em);
	}

	/* Used to ensure browser's URL preview when hovering over TOC entries does not obscure bottom TOC entry */

	.sidenav-wrapper
	{
		padding-bottom: 20px;
	}

	h1
	{
		color: #192231;
		font-size: 1.5rem;
		font-weight: bold;
		display: inline-block;
		margin: 3pt 0 6pt 0;
		padding-bottom: 10px;
		position: relative;
	}

	h1:before
	{
		content: "";
		position: absolute;
		width: 30px;
		border-bottom: 1px solid #F4490C;
		bottom: 0;
	}

	/* Used to remove image artifact on brand logo */

	.invisible-label
	{
		display: none;
	}

	/* The following 2 styles allow 5th and 6th level TOC entries */

	ul.sidenav ul ul ul ul ul > li > a
	{
		margin-left: 10em;
	}

	ul.sidenav ul ul ul ul ul ul > li > a
	{
		margin-left: 12em;
	}

	/* Scroll to top button styles*/

	#myBtn
	{
		display: none;
		position: fixed;
		bottom: 40px;
		right: 20px;
		z-index: 99;
		font-size: 18px;
		border: none;
		outline: none;
		color: transparent;
		cursor: pointer;
		padding: 15px;
		border-radius: 4px;
		background-color: #1c5a97;
		background-image: url('../Images/top.png');
		background-position: center;
		background-repeat: no-repeat;
	}

	#myBtn:hover
	{
		background-color: #007bff;
	}
}

#myBtn:hover
{
	background-color: #007bff;
}

#myBtn
{
	display: none;
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	color: transparent;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	background-color: #1c5a97;
	background-image: url('../Images/top.png');
	background-position: center;
	background-repeat: no-repeat;
}

ul.sidenav ul ul ul ul ul ul > li > a
{
	margin-left: 12em;
}

ul.sidenav ul ul ul ul ul > li > a
{
	margin-left: 10em;
}

.invisible-label
{
	display: none;
}

h1:before
{
	content: "";
	position: absolute;
	width: 30px;
	border-bottom: 1px solid #F4490C;
	bottom: 0;
}

h1
{
	color: #192231;
	font-size: 1.5rem;
	font-weight: bold;
	display: inline-block;
	margin: 3pt 0 6pt 0;
	padding-bottom: 10px;
	position: relative;
}

.sidenav-wrapper
{
	padding-bottom: 20px;
}

.body-container
{
	height: calc(100% - 2.5em);
}

body
{
	color: #192231;
}

@media only screen and (max-width: 1279px)
{
	div.footer
	{
		left: 0;
	}
}

@media only screen and (max-width: 767px)
{
	div.footer
	{
		left: 0;
	}
}

