<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*&lt;meta /&gt;*/

@import url('../Fonts/Fonts.css');

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

body
{
	font-family: 'open_sansregular', Verdana, Arial;
	line-height: 1.7em;
	font-size: 1em;
	color: #404040;
}

div.atoggler
{
	background-color: #f5f5f5;
	margin-left: 20px;
}

p.hide
{
	color: #1e90ff;
	cursor: pointer;
}

p.hide:hover
{
	color: #708090;
}

.button
{
	display: inline-block;
	padding: 4px 25px 20px 12px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	background-color: #1e90ff;
	border: none;
	border-radius: 15px;
}

.feedbacktext
{
	
}

.feedbacktext:hover
{
	color: #708090;
}

.hover
{
	background-color: #708090;
}

.button:hover
{
	background-color: #708090;
}

.button:active
{
	background-color: #708090;
	box-shadow: 0 5px #666;
	transform: translateY(4px);
}

a.dropDownClose,
a.togglerClose
{
	display: block;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #BED230;
}

div.GlossaryPageDefinition
{
	
}

div.GlossaryPageHeading
{
	
}

div.GlossaryPageTerm
{
	
}

div.TopicContent
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
}

h1
{
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 30px;
	font-size: 1.5em;
	color: #0033a0;
}

h1.NoTOC
{
	mc-auto-number-position: none;
	mc-heading-level: 0;
}

h2.NoTOC
{
	mc-auto-number-position: none;
	mc-heading-level: 0;
}

h2
{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
}

h3
{
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 16px;
}

li
{
	orphans: 2;
	widows: 2;
	margin-top: 1em;
	margin-bottom: 0;
}

p.note
{
	mc-auto-number-position: outside-head;
	mc-auto-number-format: '{b}Note: {/b} ';
	mc-auto-number-offset: 40pt;
	font-style: italic;
}

p.noteindent
{
	mc-auto-number-position: inside-head;
	mc-auto-number-format: '{b}Note: {/b}    ';
	mc-auto-number-offset: 0pt;
	font-style: italic;
	text-indent: -1.9cm;
	margin-left: 3.0cm;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
}

MadCap|glossaryProxy
{
	font-size: 1.2em;
}

MadCap|indexProxy
{
	
}

p.TOC1
{
	font-size: 18pt;
	font-weight: normal;
	margin-bottom: 6px;
	margin-top: 12px;
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{paranum} {paratext}';
	text-decoration: none;
	color: #1e90ff;
}

MadCap|xref:hover
{
	color: #708090;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

p.EmptyPageText
{
	
}

p.FrameFooterText
{
	
}

p.IndexHeading
{
	
}

p.ManualTitle1
{
	
}

p.ManualTitle2
{
	
}

p.ManualVersionNumber
{
	
}

ol
{
	margin-top: 16px;
	margin-bottom: 0;
	text-align: left;
	margin-left: 0px;
	text-indent: 0px;
}

ol ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

ul ol
{
	
}

ol ul
{
	list-style-type: square;
}

div.sideContent
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}

html.templateTopic div.sideContent
{
	display: none;
}

html.pulseTopic .main-section .row.outer-row
{
	padding: 0;
}

div.NewRowClass1	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.NewRowClass1::before
{
	content: ' ';
	display: table;
}

div.NewRowClass1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.NewRowClass1 &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.NewRowClass1 &gt; div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.NewRowClass1 &gt; div:nth-child(2)
{
	padding-right: 0;
	width: 50%;
	margin-left: 0%;
}

MadCap|dropDownHead
{
	font-family: 'open_sansregular', Verdana, Arial;
	font-size: 14pt;
	mc-dita-type: p;
	mc-hyphenate-maximum-adjacent-line-count: 0;
	mc-open-image: url('../Images/DropDownArrow.png');
}

div.NewRowClass2	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.NewRowClass2::before
{
	content: ' ';
	display: table;
}

div.NewRowClass2::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.NewRowClass2 &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.NewRowClass2 &gt; div:nth-child(1)
{
	width: 50%;
	margin-left: 16.667%;
}

div.NewRowClass2 &gt; div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

MadCap|xref.IndexPageNumber
{
	
}

MadCap|xref.ConceptPageNumber
{
	
}

img.ShowMe
{
	mc-thumbnail: popup;
}

MadCap|dropDownHotspot
{
	color: #696969;
	mc-open-image: url('../Images/DropDownArrow.png');
}

div.button
{
	position: static;
}

MadCap|conceptLink
{
	mc-label: 'Related topics';
	color: #3cb371;
}

MadCap|relatedTopics
{
	mc-label: 'See also:';
	color: #708090;
}

MadCap|dropDownBody
{
	mc-open-image: url('../Images/DropDownArrow.png');
	background-color: #f5f5f5;
}

div.NewRowClass1 &gt; div:nth-child(3)
{
	width: 8.3333%;
	margin-left: 0%;
}

div.NewRowClass1 &gt; div:nth-child(4)
{
	width: 8.3333%;
	margin-left: 0%;
}

a:link
{
	text-decoration: none;
	color: #1e90ff;
}

a:visited
{
	text-decoration: none;
	color: #1e90ff;
}

a:hover
{
	text-decoration: none;
	color: #708090;
}

a:active
{
	text-decoration: none;
	color: #1e90ff;
}

a
{
	color: #1e90ff;
}

MadCap|dropDown
{
	margin-bottom: 6px;
	margin-top: 6px;
	mc-closed-image: url('../Images/DropDownArrow.png');
	mc-open-image: url('../Images/DropDownArrowOpen.png');
}

MadCap|toggler
{
	font: 16pt;
	color: #696969;
	margin-bottom: 6px;
	margin-top: 6px;
	mc-closed-image: url('../Images/DropDownArrow.png');
	mc-open-image: url('../Images/DropDownArrowOpen.png');
}

MadCap|dropDownHotspot:hover
{
	color: #a9a9a9;
}

img
{
	mc-thumbnail: popup;
}

@media print
{
	body
	{
		font-size: 11pt;
		line-height: 16pt;
		font-family: Verdana, Arial;
		margin-bottom: 5px;
		mc-hyphenate: never;
		color: #696969;
	}

	div.atoggler
	{
		background-color: #ffffff;
		margin-left: 0px;
	}

	div.GlossaryPageDefinition
	{
		
	}

	div.GlossaryPageHeading
	{
		border-bottom-color: #bed230;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		color: #bed230;
		font-size: 1.2em;
	}

	div.GlossaryPageTerm
	{
		color: #bed230;
		font-size: 10pt;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	h1
	{
		color: #172476;
		font-weight: normal;
		font-size: 18pt;
		text-indent: 0cm;
		line-height: 22pt;
		margin-bottom: 6pt;
		margin-right: 0;
		margin-top: 18pt;
		page-break-after: avoid;
		padding: 0;
		border-bottom: solid 1pt #172476;
		margin-left: 0cm;
		mc-hyphenate: never;
		mc-auto-number-offset: 2.6cm;
		mc-auto-number-format: 'GH:{n+}{ =0}{ =0} ';
		mc-auto-number-position: outside-head;
	}

	h2
	{
		font-size: 16pt;
		font-weight: normal;
		color: #172476;
		margin-top: 20pt;
		margin-bottom: 14pt;
		page-break-after: avoid;
		mc-auto-number-format: 'GH:{n}.{n+}{ =0} ';
		mc-auto-number-offset: 2.6cm;
		margin-left: 0cm;
		text-indent: 0cm;
		mc-auto-number-position: outside-head;
	}

	h3
	{
		font-size: 14pt;
		font-weight: normal;
		margin-top: 12pt;
		margin-bottom: 6pt;
		color: #172476;
		text-indent: 0pt;
		mc-heading-level: 0;
		page-break-after: avoid;
		mc-auto-number-format: 'GH:{n}.{n}.{n+} ';
		mc-auto-number-offset: 2.6cm;
		margin-left: 0cm;
		mc-auto-number-position: outside-head;
	}

	MadCap|toggler
	{
		font: 16pt;
		color: #172476;
		margin-bottom: 6px;
		margin-top: 6px;
	}

	MadCap|dropDownHead
	{
		font-family: Verdana, Arial;
		font-size: 16pt;
		font-weight: normal;
		color: #172476;
		margin-top: 20pt;
		margin-bottom: 14pt;
		page-break-after: avoid;
		mc-heading-level: 2;
		mc-auto-number-format: 'GH:{n}.{n+}{ =0} ';
		mc-auto-number-offset: 3.1cm;
		margin-left: -4.25cm;
		text-indent: 1.65cm;
		mc-auto-number-position: float-left;
	}

	MadCap|dropDownHead.Dropdown_level3	/*A level 3 dropdown heading*/
	{
		font-family: Verdana, Arial;
		font-size: 14pt;
		color: #172476;
		mc-hyphenate-maximum-adjacent-line-count: 0;
		mc-auto-number-format: 'GH:{n}.{n}.{n+}';
		page-break-after: avoid;
		mc-heading-level: 0;
		mc-auto-number-offset: 1.2cm;
		margin-left: -3.85cm;
		text-indent: 1.25cm;
		mc-auto-number-position: float-left;
	}

	MadCap|dropDownHotspot
	{
		font-size: 16pt;
		font-family: Verdana, Arial;
		font-weight: normal;
		color: #172476;
		margin-top: 20pt;
		margin-bottom: 14pt;
		page-break-after: avoid;
		mc-auto-number-format: 'GH:{n}.{n+}{ =0} ';
		mc-auto-number-offset: 2.2cm;
		margin-left: -2.2cm;
		text-indent: 0cm;
		mc-auto-number-position: none;
	}

	h4
	{
		font-size: 13pt;
		font-weight: normal;
		mc-heading-level: 0;
	}

	img
	{
		max-width: 100%;
		height: auto;
		margin-top: 0.2cm;
		display: block;
	}

	MadCap|glossaryProxy
	{
		border-top: none;
	}

	MadCap|indexProxy
	{
		border-top: none;
		font-size: 1.2em;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin-right: 0.25in;
		mc-auto-number-position: outside-head;
	}

	p
	{
		background-color: #ffffff;
		mc-hyphenate: never;
	}

	p.indent
	{
		margin-left: 0.75cm;
	}

	p.EmptyPageText
	{
		font-weight: bold;
	}

	p.FrameFooterText
	{
		font-family: 'Century Gothic';
		font-size: 0pt;
	}

	p.IndexHeading
	{
		font-size: 11pt;
		padding-top: 16px;
		text-align: left;
	}

	.Heading
	{
		font-size: 16pt;
		font-weight: normal;
		color: #172476;
		margin-top: 20pt;
		margin-bottom: 14pt;
		page-break-after: avoid;
		mc-auto-number-format: 'GH:{n}.{n+}{ =0}    ';
		mc-auto-number-offset: 2.0cm;
		margin-left: 0cm;
		text-indent: 0cm;
		mc-auto-number-position: none;
	}

	p.ManualTitle2
	{
		color: #bed230;
		font-size: 22pt;
		line-height: 0;
		margin-bottom: 0;
		margin-top: 0;
		text-align: center;
	}

	p.ManualVersionNumber
	{
		color: #b3b3b3;
		font-size: 12pt;
		margin-top: 12pt;
		text-align: center;
	}

	p.TOC1
	{
		font-size: 12pt;
		font-weight: normal;
		margin-bottom: 6px;
		margin-top: 12px;
		mc-auto-number-offset: 40pt;
	}

	p.TOC2
	{
		font-size: 10pt;
		font-weight: normal;
		margin-bottom: 2px;
		margin-left: 0.40in;
		text-indent: 0.40in;
		margin-top: 2px;
	}

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

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

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

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

	MadCap|xref
	{
		text-decoration: none;
		color: #708090;
		mc-format: '{paratext} on page {page}';
	}

	img.ShowMe
	{
		margin-top: 1.5em;
	}

	ol
	{
		margin-left: 0.7cm;
	}

	ul
	{
		list-style-position: outside;
		mc-hyphenate: never;
	}

	p.note
	{
		mc-auto-number-position: outside-head;
		mc-auto-number-format: '{b}Note: {/b} ';
		mc-auto-number-offset: 2.2cm;
		font-style: italic;
	}

	MadCap|dropDownBody
	{
		background-color: #ffffff;
	}

	li
	{
		mc-hyphenate: never;
	}
}

@media only screen and (max-width: 1279px)
{
	div.NewRowClass1 &gt; div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass1 &gt; div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	p
	{
		font-family: Verdana, Arial;
	}

	p.note
	{
		mc-auto-number-position: outside-head;
		mc-auto-number-format: '{b}Note: {/b} ';
		mc-auto-number-offset: 40pt;
	}

	h1
	{
		font-family: Verdana, Arial;
	}

	h2
	{
		font-family: Verdana, Arial;
	}

	h3
	{
		font-family: Verdana, Arial;
	}

	li
	{
		font-family: 'open_sansregular', Verdana, Arial;
	}

	b
	{
		font-family: 'open_sansregular', Verdana, Arial;
	}

	div.NewRowClass2 &gt; div:nth-child(1)
	{
		width: 66.667%;
		margin-left: 0%;
	}

	div.NewRowClass2 &gt; div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.NewRowClass1 &gt; div:nth-child(3)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.NewRowClass1 &gt; div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	MadCap|xref
	{
		text-decoration: none;
	}

	a:link
	{
		text-decoration: none;
	}

	a:hover
	{
		color: #708090;
	}
}

@media only screen and (max-width: 767px)
{
	.hide
	{
		display: none;
	}

	.button
	{
		display: none;
		padding: 5px 30px 20px 15px;
		font-size: 18px;
		cursor: pointer;
		text-align: left;
		text-decoration: none;
		outline: none;
		color: #fff;
		background-color: #1e90ff;
		border: none;
		border-radius: 15px;
	}

	.button:hover
	{
		background-color: #708090;
	}

	.button:active
	{
		background-color: #708090;
		box-shadow: 0 5px #666;
		transform: translateY(4px);
	}

	div.NewRowClass1 &gt; div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass1 &gt; div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass2 &gt; div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass2 &gt; div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass1 &gt; div:nth-child(3)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.NewRowClass1 &gt; div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	a:hover
	{
		color: #708090;
	}

	a:active
	{
		
	}

	MadCap|xref
	{
		color: #1e90ff;
	}

	a
	{
		color: #1e90ff;
	}

	a:visited
	{
		color: ;
	}

	MadCap|breadcrumbsProxy
	{
		display: none;
		font-size: 0pt;
	}

	p.note
	{
		mc-auto-number-position: outside-head;
		mc-auto-number-format: '{b}Note: {/b} ';
		mc-auto-number-offset: 40pt;
		font-style: italic;
	}

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

	@media PDF
	{
		body
		{
			font-size: 11pt;
			line-height: 16pt;
			font-family: Verdana, Arial;
		}

		div.GlossaryPageDefinition
		{
			
		}

		div.GlossaryPageHeading
		{
			border-bottom-color: #bed230;
			border-bottom-style: solid;
			border-bottom-width: 1px;
			color: #bed230;
			font-size: 1.2em;
		}

		div.GlossaryPageTerm
		{
			color: #bed230;
			font-size: 10pt;
			padding-bottom: 10px;
			padding-top: 10px;
		}

		h1
		{
			color: #172476;
			font-size: 18pt;
			text-indent: 0pt;
			line-height: 22pt;
			margin-bottom: 6pt;
			margin-right: 0;
			margin-top: 18pt;
			page-break-after: avoid;
			padding: 0;
			mc-auto-number-format: 'GH:{n+}{ =0}{ =0}     ';
			mc-auto-number-position: inside-head;
			border-bottom: solid 1.5pt #172476;
			mc-auto-number-offset: 0cm;
			margin-left: -1.7cm;
			text-indent: 0cm;
		}

		h2
		{
			font-size: 16pt;
			color: #172476;
			margin-top: 20pt;
			margin-bottom: 14pt;
			page-break-after: avoid;
			mc-auto-number-format: 'GH:{n}.{n+}{ =0}    ';
			mc-auto-number-offset: 0cm;
			margin-left: -1.7cm;
			text-indent: 0cm;
			mc-auto-number-position: none;
		}

		h3
		{
			font-size: 14pt;
			font-weight: normal;
			margin-top: 12pt;
			margin-bottom: 6pt;
			text-indent: 0pt;
			mc-heading-level: 0;
			page-break-after: avoid;
			mc-auto-number-format: 'GH:{n}.{n}.{n+}     ';
			mc-auto-number-offset: 0cm;
			margin-left: -2cm;
			mc-auto-number-position: none;
		}

		h4
		{
			font-size: 13pt;
			font-weight: normal;
			mc-heading-level: 0;
		}

		img
		{
			max-width: 100%;
			height: auto;
		}

		MadCap|glossaryProxy
		{
			border-top: none;
		}

		MadCap|indexProxy
		{
			border-top: none;
			font-size: 1.2em;
		}

		MadCap|tocProxy
		{
			border-top: none;
			margin-right: 0.25in;
			mc-auto-number-position: outside-head;
		}

		p
		{
			
		}

		p.EmptyPageText
		{
			font-weight: bold;
		}

		p.FrameFooterText
		{
			font-family: 'Century Gothic';
			font-size: 24pt;
		}

		p.IndexHeading
		{
			font-size: 11pt;
			padding-top: 16px;
			text-align: left;
		}

		p.ManualTitle1
		{
			font-size: 9pt;
			margin-bottom: 0;
			margin-top: 2.00in;
			text-align: center;
		}

		p.ManualTitle2
		{
			color: #bed230;
			font-size: 22pt;
			line-height: 0;
			margin-bottom: 0;
			margin-top: 0;
			text-align: center;
		}

		p.ManualVersionNumber
		{
			color: #b3b3b3;
			font-size: 12pt;
			margin-top: 12pt;
			text-align: center;
		}

		p.TOC1
		{
			font-size: 12pt;
			font-weight: normal;
			margin-bottom: 6px;
			margin-top: 12px;
			mc-auto-number-offset: 40pt;
		}

		p.TOC2
		{
			font-size: 10pt;
			font-weight: normal;
			margin-bottom: 2px;
			margin-left: 0.40in;
			margin-top: 2px;
		}

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

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

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

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

		MadCap|xref
		{
			mc-format: '{paranum} {paratext}';
			text-decoration: none;
		}

		img.ShowMe
		{
			margin-top: 1.5em;
		}

		ol
		{
			margin-left: 0.7cm;
		}

		MadCap|dropDownHead
		{
			font-family: Verdana, Arial;
			font-size: 16pt;
			margin-bottom: 14pt;
			margin-top: 20pt;
			font-weight: normal;
			color: #172476;
			page-break-before: avoid;
			page-break-after: avoid;
			mc-auto-number-format: 'GH:{n}.{n+}{ =0}     ';
			mc-heading-level: 2;
			text-indent: 0pt;
			mc-auto-number-offset: 0cm;
			margin-left: -1.7cm;
			mc-auto-number-position: none;
		}

		MadCap|dropDownHead.Dropdown_level3	/*A level 3 dropdown heading*/
		{
			font-family: Verdana, Arial;
			font-size: 14pt;
			mc-dita-type: p;
			color: #404040;
			mc-hyphenate-maximum-adjacent-line-count: 0;
			mc-auto-number-format: 'GH:{n}.{n}.{n+}   ';
			page-break-after: avoid;
			mc-heading-level: 0;
			mc-auto-number-offset: 0cm;
			margin-left: -2cm;
			mc-auto-number-position: none;
		}

		MadCap|dropDownHotspot
		{
			font-weight: normal;
			mc-auto-number-offset: 2cm;
			color: #404040;
			mc-auto-number-position: none;
		}

		ul
		{
			text-indent: 6pt;
			list-style-position: outside;
		}

		p.note
		{
			mc-auto-number-position: inside-head;
			mc-auto-number-format: '{b}Note: {/b}    ';
			mc-auto-number-offset: 0pt;
			font-style: italic;
			margin-left: -1.7cm;
		}
	}

	.test
	{
		
	}

	MadCap|xref:hover
	{
		color: #708090;
	}
}

</pre></body></html>