/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*@import url('process-flow.css');*/

@font-face 
{
	font-family: ‘ Univers LT Std 57 Cn ’;
	src: url(../Fonts/Univers/UniversLTStd-LightCn.otf);
}

/* @font-face {
  font-family: 'FontAwesome';
  src: url('https://use.fontawesome.com/releases/v5.0.6/css/all.css'); 
Better practice is to reference font library in local project}

 @import url("font-awesome/css/fontawesome-all.min.css"); /* FA CSS import */

/* 
:root
{
	--Brand: #0742eb;
	--Black: #000000;
	--Dark-Gray: #38444c;
	--Medium-Gray: #8eaabf;
	--Light-Gray: #d1dde5;
	--Faint-Gray: #e8eef2;
}
 
*/

body
{
	font-size: .9em;
	color: #38444c;
	line-height: 1.5em;
	margin-top: 16px;
	font-weight: 400;
	font-family: "Montserrat", "Proxima Nova Rg", Helvetica, Arial, sans-serif;
}

/* BEGIN flex containers test -- invalid Flex parameter */

/*
#container {
  display: flex;                  /* establish flex container */

/*
  flex-direction: row;            /* default value; can be omitted */

/*
  flex-wrap: nowrap;              /* default value; can be omitted */

/*
  background-color: lightyellow;
}
#container > div {
  width: 200px;
  height: 80px;
  border: 2px dashed red;
}
 END flex containers test -- invalid Flex parameter */

/* BEGIN tri-button float containers equally spaced on topnav page */

.container
{
	right: 0;
	text-align: center;
	min-width: 680px;
}

.container .left,
.container .center,
.container .right
{
	display: inline-block;
}

.container .left
{
	float: left;
	min-width: 200px;
}

.container .center
{
	margin: 0 auto;
	min-width: 230px;
}

.container .right
{
	float: right;
	min-width: 233px;
}

.clear
{
	clear: both;
	margin-bottom: 30px;
}

/* END tri-btton float containers */

a:link
{
	text-decoration: none;
	color: #1B5071;
	font-weight: 500;
}

a:visited
{
	text-decoration: none;
	color: #565d62;
}

a:hover
{
	color: #1B5071;
	text-decoration: underline;
}

p.Table_Body_inButton a:hover
{
	color: #1B5071;
	font-weight: normal;
	text-decoration: underline;
}

a.footermaster
{
	/*was #ffffff*/
	color: #404a59;
}

a.footermaster:visited
{
	/*was #ffffff*/
}

a.footermaster:hover
{
	font-style: inherit;
	font-variant: inherit;
	text-decoration: underline;
}

a.footermasterurls
{
	/*was #ffffff*/
	color: #404a59;
	font-weight: normal;
}

a.footermasterurls:visited
{
	/*was #ffffff*/
}

a.footermasterurls:hover
{
	text-decoration: underline;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:hover
{
	color: #ff940c;
}

div.example
{
	background-repeat: no-repeat;
	border-radius: 6px;
	margin-bottom: 15px;
	padding: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #d5dadf;
	background-color: #f4f5f7;
}

div.FooterTable
{
	/*was #3e3e3e, then #E3E7E9*/
	background-repeat: repeat;
	border-top-style: solid;
	margin-left: -17px;
	margin-right: -17px;
	padding-bottom: 10px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 10px;
	background-color: #ffffff;
	border-top-color: #8eaabf;
	border-top-width: 0px;
}

/*
div.FooterTable-Dark
{
	background-color: #3e3e3e;
	background-repeat: repeat;
	border-top-color: #f36c21;
	border-top-style: solid;
	border-top-width: 2px;
	margin-left: -17px;
	margin-right: -17px;
	padding-bottom: 10px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 10px;
}
*/

div.GlossaryPageDefinition
{
	
}

div.GlossaryPageHeading
{
	
}

div.GlossaryPageTerm
{
	
}

div.ImagesFloatLeft
{
	clear: both;
	float: left;
	margin-right: 10px;
	padding: 5px;
}

div.ImagesFloatRight
{
	clear: both;
	float: right;
	margin-left: 10px;
	padding: 5px;
}

div.note
{
	background-repeat: no-repeat;
	color: #38444c;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	background-image: url('../Images/sticky-note-24.png');
	background-color: #eaf5fe;
	border: solid 1px #8eaabf;
	border-radius: 2px;
}

.noteInDiv
{
	mc-auto-number-format: 'Note:';
}

div.quotation
{
	background-color: #e1e1e1;
	background-image: url('../Images/QuotationMark.png');
	background-repeat: no-repeat;
	background-position: top left;
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
	padding: 20px;
	padding-left: 40px;
}

div.TopicContent
{
	padding-left: 15px;
	padding-right: 15px;
	mc-hidden: hidden;
}

h1
{
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 1.75em;
	color: #121b1f;
	margin-bottom: 8px;
	margin-top: 20px;
	/*	line-height: 28pt; */
	mc-hyphenate: never;
	line-height: 1.7em;
}

h1.Appendix
{
	mc-hidden: hidden;
	mc-disabled: true;
}

h1.UserGuideBHeading
{
	mc-hidden: hidden;
	mc-disabled: true;
}

h2
{
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 8px;
	margin-top: 20px;
	/*	line-height: 28pt; */
	line-height: 20pt;
	color: #1aafa5;
}

h3
{
	font-size: 1.2em;
	margin-top: 16px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0;
	color: #121b1f;
}

img.AbsolutePosition
{
	padding: 5px;
}

img.FiftyPercentThumbnail
{
	mc-thumbnail: popup;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

img.Hyperlinked
{
	border-style: none;
}

img.OneHundredPercentThumbnail
{
	mc-thumbnail: popup;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

img.ReduceButtonSize
{
	max-height: 25px;
}

img.SeventyFivePercent
{
	padding: 10px;
}

li
{
	orphans: 2;
	widows: 2;
	margin-bottom: 0em;
	margin-top: 0em;
}

MadCap|bodyProxy.mellow
{
	background-color: #e8eef2;
}

MadCap|breadcrumbsProxy
{
	font-size: .85em;
	/* customization: made breadcrumb font slightly larger */
	font-style: italic;
	mc-breadcrumbs-prefix: '';
	/* mc-breadcrumbs-prefix: 'You are here: '; */
	border-bottom: solid 1px #C3C6C8;
}

MadCap|conceptLink
{
	color: #38444c;
	font-size: 0.8em;
	font-weight: bold;
	mc-image: url('../Images/ListIcon.png');
	mc-label: 'SEE ALSO';
	padding-top: 8px;
	text-decoration: none;
}

MadCap|conceptLink:hover
{
	font-weight: bold;
	color: #ff940c;
}

MadCap|dropDown
{
	margin-bottom: 6px;
	margin-top: 6px;
	mc-closed-image: url('../Images/DropDownClosed.png');
	mc-open-image: url('../Images/DropDownOpen.png');
}

MadCap|dropDown.Footer
{
	mc-closed-image: url('../Images/DropDownClosed.png');
	mc-open-image: url('../Images/DropDownOpen.png');
	/* was 
	mc-closed-image: url('../Images/DropDownSmallClosed.png');
	mc-open-image: url('../Images/DropDownSmallOpen.png');
*/
}

MadCap|dropDown.SecondLevel
{
	margin-left: 10px;
	mc-closed-image: url('../Images/DropDownClosedSecondLevel.png');
	mc-open-image: url('../Images/DropDownOpenSecondLevel.png');
}

MadCap|dropDownBody
{
	border-bottom: solid 1px #8eaabf;
}

MadCap|dropDownBody.FooterTopicMaster
{
	border-bottom-color: #b3b3b3;
}

MadCap|dropDownBody.Final
{
	border-bottom: 0;
}

MadCap|dropDownHead
{
	font-size: 1.2em;
}

MadCap|dropDownHotspot
{
	color: #121b1f;
	font-size: inherit;
}

MadCap|dropDownHotspot:hover
{
	color: #f36c21;
}

MadCap|dropDownHotspot.Footer
{
	color: #38444c;
	/*was #ffffff*/
	font-size: 0.8em;
}

MadCap|dropDownHotspot.Footer:hover
{
	color: #f36c21;
}

MadCap|footnoteBlock
{
	
}

MadCap|footnotesBlock
{
	
}

MadCap|glossaryProxy
{
	
}

MadCap|indexProxy
{
	
}

MadCap|miniTocProxy
{
	border-top-style: none;
	margin-top: 0em;
	padding-top: 0px;
	margin-bottom: 0px;
	line-height: .25em;
}

MadCap|tocProxy
{
	
}

MadCap|popup
{
	color: #2D8DCC;
}

MadCap|popup:focus
{
	color: #fff;
}

MadCap|popup:hover
{
	color: #404040;
}

MadCap|popupHead
{
	font-weight: bold;
	font-size: 12pt;
	color: #404040;
}

MadCap|xref
{
	mc-format: '{para}';
	font-weight: 700;
	text-decoration: none;
	color: #404a59;
}

MadCap|xref:hover
{
	color: #404a59;
	text-decoration: underline;
}

MadCap|xref.IndexPageNumber
{
	
}

ol
{
	list-style-image: none;
}

ol ol
{
	list-style-type: lower-alpha;
	margin-left: -10px;
}

ol ol ol
{
	list-style-type: lower-roman;
	margin-left: -10px;
}

p
{
	margin-bottom: 8px;
	margin-top: 16px;
	mc-hyphenate: never;
}

p.Copyright
{
	mc-hidden: hidden;
}

p.CopyrightAddress
{
	mc-hidden: hidden;
}

p.CopyrightHeading
{
	mc-hidden: hidden;
}

p.CreatedUsingFlare
{
	mc-hyphenate: hidden;
}

p.EmptyPageText
{
	mc-hidden: hidden;
}

p.ExampleHeadText
{
	font-weight: bold;
	page-break-after: avoid;
	letter-spacing: 5px;
	padding: 0;
	margin: 0;
	border: 0;
}

p.Figure
{
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 40px;
}

p.FirstPageOfChapter
{
	color: #38444c;
	mc-hidden: hidden;
}

p.FooterTopicMaster
{
	color: #38444c;
	/*was #ffffff*/
	font-size: 0.8em;
	font-weight: normal;
	/*was bold*/
	line-height: 16px;
	margin: 0;
	padding: 0;
	padding-left: 2px;
	mc-hidden: hidden;
	mc-hyphenate: never;
}

p.FooterTopicMasterHeading
{
	color: #38444c;
	/*was #ffffff*/
	font-size: 0.8em;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 2px;
	mc-hidden: hidden;
}

p.FooterTopicMasterLastLine
{
	color: #38444c;
	/*was #ffffff*/
	font-size: 0.8em;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-left: 2px;
	mc-hidden: hidden;
}

p.FooterTopicMasterLastLineLeftPadding
{
	color: #38444c;
	/*was #ffffff*/
	font-size: 0.8em;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 3px;
	padding-top: 0;
	text-align: left;
	mc-hidden: hidden;
}

p.FooterTopicMasterLeftPadding
{
	color: #38444c;
	/*was #ffffff*/
	font-size: 0.8em;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 3px;
	text-align: left;
	mc-hidden: hidden;
}

p.FrameFooterText
{
	mc-hidden: hidden;
}

p.FrameFooterText2
{
	mc-hidden: hidden;
}

p.GlossaryPrintHead
{
	mc-hidden: hidden;
}

p.IndexHeading
{
	
}

p.IndexPrintHead
{
	mc-hidden: hidden;
}

p.junk_n_a
{
	color: red;
	/* use to map junk styles */
}

p.ManualTitle1
{
	
}

p.ManualTitle2
{
	text-align: right;
	mc-hidden: hidden;
}

p.ManualVersionNumber
{
	
}

p.MiniTOC1
{
	font-weight: normal;
	mc-hidden: hidden;
	display: list-item;
	/* note: this miniTOC is customized to appear as a list item using our custom bullet image */
	list-style-type: disc;
	margin-top: 1px;
	margin-bottom: 2px;
}

p.quotationname
{
	text-align: left;
	mc-hidden: hidden;
}

p.SeeAlsoLink
{
	border-top-color: #b3b3b3;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 1.10em;
	letter-spacing: 1px;
	word-spacing: 2px;
	mc-hidden: hidden;
}

p.TableCaption
{
	margin-top: 5pt;
	mc-hidden: hidden;
}

p.TableTextCenterDark
{
	margin-bottom: 2px;
	margin-top: 8px;
	text-align: center;
}

p.TableTextDark
{
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextDarkEmphasis
{
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextHeadDark
{
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextLightEmphasis
{
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TOCHeading
{
	mc-hidden: hidden;
}

span.Emphasis
{
	font-weight: bold;
}

span.FigureNum
{
	color: #0742eb;
	font-style: normal;
}

/* span label is experiment with help */

span.label
{
	font-weight: 700;
}

span.label-white
{
	font-weight: 700;
	color: #fff;
}

span.SeeAlsoIndexTerms
{
	font-style: italic;
}

span.SeeIndexTerms
{
	font-style: italic;
}

span.SetOffFirstLevel
{
	font-weight: bold;
	color: #38444c;
}

span.SetOffSecondLevel
{
	font-weight: bold;
	color: #5a626a;
}

span.TableNum
{
	color: #0742eb;
	font-style: normal;
}

td
{
	margin: 8px;
	vertical-align: top;
}

th
{
	color: #ffffff;
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: left;
}

tr
{
	
}

tr.TableHeaderGray
{
	background-color: #d1dde5;
}

ul
{
	/*	list-style-image: url('../Images/Bullet2Online.png'); */
	padding-bottom: .85em;
	padding-top: 0em;
	margin: 1.12em 0;
	margin-left: 10px;
}

ul.FirstLevelLessIndentation
{
	margin-left: -10px;
	/*	list-style-image: url('../Images/Bullet2Online.png'); */
}

ul.menu.mc-component
{
	line-height: 1.25em;
}

ul ul
{
	/*	list-style-image: url('../Images/Bullet2Online.png'); */
	margin-left: -10px;
}

h4
{
	font-size: 1.0em;
	/*	line-height: 22pt; */
	margin: 1em 0em 0.2em;
	color: #1aafa5;
}

h5
{
	font-size: .9em;
	/*	line-height: 16pt;
	margin: 1.5em 0em 0.5em; */
	color: #404a59;
	mc-heading-format: 'inherit';
	margin: 1em 0px 0px;
}

p.task-intro
{
	font-size: .9em;
	font-weight: bold;
	color: #38444C;
	mc-next-tag: p;
	mc-next-class: List_1;
}

img
{
	text-align: left;
	margin-bottom: 0px;
	border: solid 1px #8eaabf;
	max-width: 90%;
}

MadCap|bodyProxy
{
	background-color: #e8eef2;
	max-width: 871px;
}

li.list-block
{
	display: block;
}

p.TOC4
{
	
}

p.TOC1
{
	mc-pagenum-display: none;
}

address
{
	mc-hidden: hidden;
}

fieldset
{
	mc-hidden: hidden;
}

div
{
	mc-hyphenate: never;
}

MadCap|popupHead:hover
{
	color: #fff;
	background-color: #1B5071;
}

MadCap|dropDownHead.from-button
{
	color: #ffffff;
	padding: 10px;
	background-color: #ff6c00;
	font-variant: small-caps;
	border: 1px solid #ff6c00;
	font-size: 1.2em;
	text-align: left;
}

MadCap|dropDownHead.from-button:hover
{
	background-color: #ea6300;
	border: 1px solid #eea236;
	font-size: 1.2em;
	padding: 10px;
	font-variant: small-caps;
}

MadCap|dropDownBody.from-button
{
	background-color: #ffffff;
	color: #404a59;
	padding: 0px 0px 11px 12px;
}

MadCap|dropDownBody.from-button a
{
	color: #1B5071;
	font-weight: normal;
}

/* BEGIN skin.css 

div#header-title
{
	font-size: 2em;
	display: inline-block;
	position: relative;
	left: 120px;
	top: 15px;
	font-family: 'segoe ui light', Arial, Avenir, Myriad, 'San Serif';
	color: #ffffff;
}

div#responsive-header-title
{
	font-size: 2em;
	color: #cccccc;
	display: inline-block;
	position: relative;
	left: 120px;
	top: 0px;
	font-family: 'segoe ui light', Arial, Avenir, Myriad, 'San Serif';
}

#responsiveHeader .logo
{
	display: inline-block;
	margin: 0;
	position: relative;
	left: 60px;
}

/* END skin.css */

/* Media Print to line 1480ish */

@media print
{
	body
	{
		margin: 8px;
		/*	line-height: 18px; */
		font-size: 11pt;
	}

	div.GlossaryPageDefinition
	{
		font-size: 9pt;
	}

	div.GlossaryPageHeading
	{
		border-bottom-color: #f36c21;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		color: #f36c21;
		font-size: 11pt;
	}

	div.GlossaryPageTerm
	{
		color: #f36c21;
		font-size: 10pt;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	div.note
	{
		padding-bottom: 20px;
	}

	h1
	{
		color: #f36c21;
		font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
		margin-left: 0;
		/*	mc-auto-number-class: ChapAutoNum;
		mc-auto-number-format: 'CH:CHAPTER {chapnum} '; 
		*/
		padding-left: 0;
		padding-top: 0;
		font-size: 30pt;
		/*	line-height: 28pt; */
		font-weight: bold;
		margin-bottom: 18px;
		line-height: 30pt;
	}

	h1.Appendix
	{
		mc-auto-number-format: 'APPENDIX ';
	}

	h1.UserGuideBHeading
	{
		page-break-before: avoid;
	}

	h2
	{
		font-weight: normal;
		color: #f36c21;
		font-size: 20pt;
		/*	line-height: 22pt; */
		margin-bottom: 8px;
		page-break-before: always;
	}

	h3
	{
		font-weight: normal;
		font-size: 18pt;
		margin-bottom: auto;
		margin-top: 16px;
		margin: 16px 0px 0px;
	}

	h4
	{
		mc-heading-level: 0;
		font-size: 15pt;
		/*	line-height: 16pt; */
		font-weight: 600;
		margin: 8pt 0px 0px;
	}

	img.FiftyPercentThumbnail
	{
		max-width: 50%;
	}

	img.OneHundredPercentThumbnail
	{
		max-width: 100%;
	}

	img.SeventyFivePercent
	{
		max-width: 75%;
	}

	MadCap|dropDown.SecondLevel
	{
		background-color: transparent;
		margin-left: 10px;
	}

	MadCap|dropDownBody
	{
		border-bottom: none;
	}

	MadCap|dropDownHead
	{
		margin-top: 16px;
	}

	MadCap|dropDownHotspot
	{
		font-size: 8pt;
	}

	MadCap|footnoteBlock
	{
		font-size: 7pt;
	}

	MadCap|footnotesBlock
	{
		border-top-color: #f36c21;
	}

	MadCap|glossaryProxy
	{
		border-top: none;
		color: #e1e1e1;
	}

	MadCap|indexProxy
	{
		border-top: none;
		color: #e1e1e1;
	}

	MadCap|miniTocProxy
	{
		border-top: 0;
		margin-left: 0.25in;
		margin-right: 0.25in;
		padding-left: 0;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin-right: 0.25in;
	}

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
		color: #0742eb;
	}

	MadCap|xref.IndexPageNumber
	{
		color: #f36c21;
	}

	ol ol
	{
		margin-left: 30px;
	}

	ol ol ol
	{
		margin-left: 30px;
	}

	p
	{
		font-size: 11pt;
	}

	p.Copyright
	{
		margin-bottom: 8px;
		margin-top: 8px;
	}

	p.CopyrightAddress
	{
		margin-bottom: 0;
		margin-top: 0;
	}

	p.CopyrightHeading
	{
		margin-top: 1in;
		page-break-before: always;
	}

	p.CreatedUsingFlare
	{
		font-weight: bold;
		margin-top: 18px;
	}

	p.EmptyPageText
	{
		font-size: 10pt;
		font-weight: bold;
	}

	p.Figure
	{
		margin-left: 30px;
		padding-bottom: 0;
	}

	p.FirstPageOfChapter
	{
		color: #e1e1e1;
	}

	p.FrameFooterText
	{
		font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
		font-size: 24pt;
	}

	p.FrameFooterText2
	{
		color: #404040;
		font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
		font-size: 11pt;
	}

	p.GlossaryPrintHead
	{
		color: #3e3e3e;
		font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
		font-size: 90pt;
		letter-spacing: -1px;
		mc-heading-level: 1;
		page-break-before: always;
		text-align: right;
	}

	p.IndexHeading
	{
		font-size: 11pt;
		padding-top: 16px;
		text-align: left;
	}

	p.IndexPrintHead
	{
		color: #3e3e3e;
		font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
		font-size: 90pt;
		letter-spacing: -1px;
		mc-heading-level: 1;
		page-break-before: always;
		text-align: right;
	}

	p.ManualTitle1
	{
		font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
		font-size: 9pt;
		margin-bottom: 0;
		margin-left: 1in;
		margin-top: 2.00in;
	}

	p.ManualTitle2
	{
		color: #f36c21;
		font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
		margin-bottom: 0;
		margin-left: 1in;
		font-size: 40pt;
		line-height: 38pt;
		margin-top: 2in;
	}

	p.ManualVersionNumber
	{
		color: #b3b3b3;
		font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
		font-size: 12pt;
		margin-left: 1in;
		margin-top: 12pt;
	}

	p.MiniTOC1
	{
		color: #e1e1e1;
		font-size: 9pt;
		font-weight: normal;
	}

	p.TableCaption
	{
		color: #404040;
		font-style: italic;
		mc-auto-number-class: TableNum;
		mc-auto-number-format: 'CT:Table {n+} ';
		/*mc-auto-number-format: 'CT:Table {chapnum}-{n+} '; */
		margin-top: 5pt;
		padding-bottom: 0;
		padding-top: 12px;
	}

	p.TOC1
	{
		page-break-after: avoid;
		font-size: 13pt;
		line-height: 15pt;
		color: inherit;
		font-weight: bold;
		mc-pagenum-display: all;
		mc-leader-format: 'dot';
		mc-hyphenate: never;
		margin-top: 3px;
		margin-bottom: 3px;
	}

	p.TOC2
	{
		font-weight: normal;
		margin-top: 3px;
		margin-bottom: 3px;
		margin-left: 0.25in;
		font-size: 10pt;
		line-height: 12pt;
		mc-hyphenate: never;
		color: inherit;
	}

	p.TOC3
	{
		font-weight: normal;
		margin-top: 3px;
		margin-bottom: 3px;
		margin-left: 0.5in;
		font-size: 10pt;
		line-height: 12pt;
		mc-hyphenate: never;
		color: inherit;
	}

	p.TOC4
	{
		font-size: 10pt;
		line-height: 12pt;
		font-weight: normal;
		margin-top: 2px;
		margin-bottom: 2px;
		margin-left: 0.75in;
	}

	p.TOCHeading
	{
		color: #3e3e3e;
		font-size: 40pt;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 42pt;
		margin: 0;
		mc-heading-level: 0;
		text-align: center;
	}

	span.ChapAutoNum
	{
		color: #3e3e3e;
		font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
		font-size: 30pt;
		letter-spacing: -1px;
	}

	span.FigureNum
	{
		color: #0742eb;
		font-style: normal;
	}

	span.TableNum
	{
		color: #0742eb;
		font-style: normal;
	}

	tr
	{
		page-break-inside: avoid;
	}

	tr.TableHeaderGray
	{
		
	}

	ul
	{
		/*	list-style-image: url('../Images/Bullet1Print.eps'); */
		margin-left: 40px;
	}

	ul.FirstLevelLessIndentation
	{
		/*	list-style-image: url('../Images/Bullet1Print.eps'); */
		margin-left: -10px;
	}

	ul ul
	{
		/*	list-style-image: url('../Images/Bullet1Print.eps'); */
		margin-left: 30px;
	}

	MadCap|xref.Table_And_Page
	{
		mc-format: '{paranum}{paratext} on page {page}';
	}

	MadCap|xref.Table_Number_And_Page
	{
		mc-format: '{paranum}{paratext} on page {page}';
	}

	MadCap|xref.Figure
	{
		mc-format: '{paranum}{paratext}';
	}

	MadCap|xref.Figure_
	{
		mc-format: '{paranum}{paratext}';
	}

	MadCap|xref.Figure_And_Page
	{
		mc-format: '{paranum}{paratext} on page {page}';
	}

	MadCap|xref.Heading_And_Page
	{
		mc-format: '{paranum}{paratext} on page {page}';
	}

	p.Fig_Caption
	{
		margin-left: 30px;
		mc-auto-number-format: 'CF:Figure {n+}: ';
	}

	p.Table_Caption
	{
		margin-top: 5pt;
		mc-auto-number-format: 'CT: Table {n+}: ';
	}

	div.FooterTable
	{
		
	}

	p.Cover_Product
	{
		font-size: 20;
		font-family: 'segoe ui', Arial, Avenir, Myriad, "San Serif";
		color: #404040;
		margin-top: 12pt;
	}

	p.Cover_Title
	{
		font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
		color: #404040;
		font-size: 30pt;
		margin-top: 20pt;
	}

	p.Cover_VersionProduct
	{
		font-style: normal;
		font-size: 12pt;
		font-family: 'segoe ui', Arial, Avenir, Myriad, "San Serif";
		color: #404040;
		margin-top: 5pt;
	}

	p.Cover_VersionDoc
	{
		font-style: normal;
		font-size: 12pt;
		font-family: 'segoe ui', Arial, Avenir, Myriad, "San Serif";
		color: #404040;
		margin-top: 5pt;
	}

	p.SpaceAbove
	{
		margin-top: 100pt;
	}

	div.example
	{
		background-color: ;
	}

	h5
	{
		color: #000000;
		/*	line-height: 14; */
		mc-heading-level: 0;
		font-size: 11pt;
		line-height: 12pt;
		margin: 5px 0px 0px;
	}

	p.task-intro
	{
		mc-heading-level: 0;
		line-height: normal;
	}

	li.list-block
	{
		
	}

	p.Table_Heading2
	{
		font-size: 10pt;
	}

	img
	{
		border: solid 1px #d5dadf;
		max-width: 90%;
	}

	p.TOC5
	{
		mc-heading-level: 0;
	}

	h6
	{
		mc-heading-level: 0;
		font-size: 11pt;
		margin: 5px 0px 0px;
	}

	p.PartNumTitle
	{
		mc-auto-number-format: 'Part {n+} - ';
	}

	p.Bullet
	{
		margin-left: 30pt;
		margin-bottom: 0pt;
		margin-top: 0pt;
		mc-auto-number-offset: 11.25;
	}

	p.Bullet_in
	{
		margin-left: 69px;
	}

	div.FloatSolidOrangeSm:hover
	{
		background-color: #556672;
	}

	MadCap|dropDown.from-button
	{
		color: white;
	}

	MadCap|dropDownHead.from-button
	{
		color: #ffffff;
		background-color: transparent;
	}

	MadCap|dropDownBody.from-button
	{
		background-color: #e8eef2;
	}
}

/* END Media-Print */

span.Italic-Hypertext
{
	font-style: italic;
	color: #0742eb;
}

p.Body
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	text-decoration: none;
	font-family: Proxima Nova Rg, "Segoe UI", Arial, Avenir, Myriad, "San Serif";
}

p.Cover_Title
{
	text-align: right;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 9pt;
	margin-bottom: 0pt;
	font-family: 'Lucida Sans Unicode', Arial, Avenir, Myriad, "San Serif";
	font-weight: bold;
	font-style: normal;
	font-size: 24pt;
	letter-spacing: 0.05em;
	color: #00a0af;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 29pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.Cover_Product
{
	text-align: right;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-family: 'Lucida Sans Unicode', Arial, Avenir, Myriad, "San Serif";
	font-weight: bold;
	font-style: normal;
	font-size: 30pt;
	letter-spacing: 0.05em;
	color: #00a0af;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 40pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.Cover_VersionProduct
{
	text-align: right;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 10pt;
	margin-bottom: 0pt;
	font-family: 'Lucida Sans Unicode', Arial, Avenir, Myriad, "San Serif";
	font-weight: normal;
	font-style: italic;
	font-size: 14pt;
	letter-spacing: 0.05em;
	color: #00a0af;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 17pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.Subhead
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 16pt;
	margin-bottom: 2pt;
	font-family: 'Lucida Sans', Arial, Avenir, Myriad, "San Serif";
	font-weight: bold;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0.04em;
	color: #00a0af;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 12pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.CoverBody
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 8pt;
	font-family: "Segoe UI", Arial, Avenir, Myriad;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 9pt;
	text-decoration: none;
	mc-hidden: hidden;
}

MadCap|xref.Heading
{
	mc-format: '{paratext}';
}

p.Table_Heading
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	text-indent: 0px;
	vertical-align: middle;
	margin: 0pt;
	line-height: normal;
	font-size: 11pt;
}

p.Table_Heading2
{
	margin-bottom: 4px;
	margin-top: 4px;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	mc-hyphenate: never;
}

p.Table_Heading_White
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	line-height: 12pt;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	text-indent: 0px;
	color: #ffffff;
	vertical-align: middle;
}

p.Table_Body
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 4pt;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
	color: #38444c;
	font-weight: inherit;
}

p.Table_Bullet
{
	text-align: left;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-format: '• ';
	mc-auto-number-position: outside-head;
	mc-auto-number-class: Bullet Round ch;
	line-height: 11pt;
	text-decoration: none;
	mc-auto-number-offset: 14px;
	margin-left: 0.15in;
}

MadCap|xref.Heading_And_Page
{
	mc-format: '{paratext}';
}

span.Hypertext
{
	color: #0742eb;
}

p.Contents
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 79pt;
	font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
	font-weight: normal;
	font-style: normal;
	font-size: 24pt;
	letter-spacing: 0.05em;
	color: #00a0af;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 25pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.Chapter_NumTOC
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 12pt;
	margin-bottom: 0pt;
	font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	letter-spacing: 0em;
	color: #00a0af;
	text-indent: 0px;
	line-height: 17pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.ChapterTOC
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 11pt;
	margin-bottom: 0pt;
	font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	letter-spacing: 0em;
	color: #00a0af;
	text-indent: 0px;
	line-height: 17pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.H1TOC
{
	text-align: left;
	margin-left: 0.4in;
	margin-right: 0in;
	margin-top: 1pt;
	margin-bottom: 0pt;
	font-family: "Segoe UI", Arial, Avenir, Myriad;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
	mc-hidden: hidden;
	mc-disabled: true;
}

p.H2TOC
{
	text-align: left;
	margin-left: 0.8in;
	margin-right: 0in;
	margin-top: 1pt;
	margin-bottom: 0pt;
	font-family: "Segoe UI", Arial, Avenir, Myriad;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
	mc-hidden: hidden;
	mc-disabled: true;
}

p.H3TOC
{
	text-align: left;
	margin-left: 1.2in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-family: "Segoe UI", Arial, Avenir, Myriad;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
	mc-hidden: hidden;
	mc-disabled: true;
}

p.Appendix_NumTOC
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 12pt;
	margin-bottom: 0pt;
	font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	letter-spacing: 0em;
	color: #00a0af;
	text-indent: 0px;
	line-height: 17pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.Chapter_Num
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 39pt;
	font-weight: normal;
	letter-spacing: 0.05em;
	mc-hyphenate: never;
	mc-auto-number-format: 'C:Chapter {chapnum}';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	text-indent: 0px;
	text-decoration: none;
	font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
	font-size: 1.75em;
	color: #38444c;
	mc-hidden: hidden;
}

p.Chapter
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 37pt;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	text-decoration: none;
	font-size: 1.75em;
	color: #38444c;
	mc-hidden: hidden;
	font-family: Proxima Nova Rg, "Segoe UI", Arial, Avenir, Myriad, "San Serif";
}

p.Bullet
{
	text-align: left;
	margin-right: 0in;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: outside-head;
	/*	mc-auto-number-class: Bullet Round ch;
	mc-auto-number-format: \2022 or \25CF; (for black circles)
	for white circle, \26AA (med) or \25CB (sm)
	mc-auto-number-format: '• '; */
	mc-auto-number-format: '• ';
	mc-auto-number-offset: 15px;
	margin-left: 40px;
	margin-bottom: 0px;
	margin-top: 0px;
}

p.Note
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-offset: 0px;
	mc-auto-number-class: Note;
	text-indent: 0px;
	text-decoration: none;
	background: #f6f6f6;
	margin-top: 10px;
	border: solid 1px #8eaabf;
	mc-auto-number-format: '{b}Note{/b}:  ';
	border-radius: 2px;
	padding: 10px 20px 10px 10px;
}

span.Bold
{
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0em;
	text-decoration: none;
}

MadCap|xref.Figure
{
	mc-format: '{paranum}{paratext}';
}

p.Figure_Anchor
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 0pt;
	font-size: 5pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 2pt;
	mc-hidden: hidden;
}

p.Fig_Caption
{
	text-align: left;
	font-style: italic;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	text-indent: 0px;
	/*	mc-auto-number-format: 'CH:Figure:  '; */
	margin-top: 0;
	font-size: 10pt;
	mc-auto-number-format: 'CF: Figure {n+}: ';
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 40px;
	page-break-before: avoid;
}

h3.H3
{
	text-align: left;
	margin-right: 0in;
	margin-bottom: 0pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	mc-hidden: hidden;
	mc-disabled: true;
}

p.List_1_
{
	text-align: left;
	margin: 1.12em 0;
	margin-left: 40px;
	margin-right: 0in;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-format: 'L:{n+}. ';
	mc-auto-number-offset: 24px;
	mc-auto-number-class: List Num;
	mc-auto-number-position: outside-head;
	margin-bottom: 0px;
}

p.Body_List
{
	text-align: left;
	margin-right: 0in;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	margin-left: 40px;
	margin-bottom: 0em;
	margin-top: 6px;
}

p.Body_List_in
{
	text-align: left;
	margin-right: 0in;
	margin-bottom: 0pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	margin-top: 0pt;
	margin-left: 60px;
}

span.CLI
{
	font-family: 'segoe ui', Arial, Avenir, Myriad, "San Serif";
	font-weight: bold;
	font-style: normal;
	font-size: 8pt;
	letter-spacing: 0em;
	line-height: 10pt;
	text-decoration: none;
}

p.Table_Body_In
{
	text-align: left;
	margin-left: 0.165in;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
}

p.NoteTable
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-format: 'Note: ';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	mc-auto-number-class: Note;
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
	padding: 5px;
	background: #f6f6f6;
}

p.NoteIndent
{
	text-align: left;
	margin-left: .25in;
	margin-right: 0in;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	mc-auto-number-class: Note;
	text-indent: 0px;
	text-decoration: none;
	border-radius: 6px;
	margin-top: 10px;
	padding: 10px 40px 10px 10px;
	border: solid 1px #8eaabf;
	mc-auto-number-format: '{b}Note{/b}:  ';
	background: #f6f6f6;
}

span.Blue
{
	font-style: normal;
	letter-spacing: 0em;
	color: #319bf5;
	text-decoration: none;
}

blockquote.Body_List_in
{
	text-align: left;
	margin-left: 0.5in;
	margin-right: 0in;
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: "Segoe UI", Arial, Avenir, Myriad;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
}

MadCap|xref.Figure_
{
	mc-format: '{paranum}{paratext}';
}

p.Bullet_in
{
	text-align: left;
	margin-right: 0in;
	letter-spacing: 0em;
	mc-hyphenate: never;
	/*	mc-auto-number-format: '• ';
	mc-auto-number-class: Callout; */
	mc-auto-number-position: outside-head;
	margin-top: 0em;
	margin-bottom: 0em;
	mc-auto-number-offset: 15px;
	margin-left: 72px;
	mc-auto-number-format: '• ';
}

span.Italic
{
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0em;
	text-decoration: none;
}

pre.Code
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 5pt;
	margin-bottom: 0pt;
	font-family: 'Courier New';
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
}

p.Def_List_3
{
	text-align: left;
	margin-left: 2in;
	margin-right: 0in;
	margin-top: 6pt;
	margin-bottom: 0pt;
	font-family: "Segoe UI", Arial, Avenir, Myriad;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: -168px;
	line-height: 13pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.syntax
{
	text-align: left;
	margin-left: 0.25in;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 0pt;
	font-family: 'segoe ui', Arial, Avenir, Myriad, "San Serif";
	font-weight: bold;
	font-style: normal;
	font-size: 8pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 10pt;
	text-decoration: none;
}

p.Table_Bullet_In2
{
	text-align: left;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 0pt;
	font-family: "Segoe UI", Arial, Avenir, Myriad;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: outside-head;
	mc-auto-number-class: Bullet Round ch;
	line-height: 11pt;
	text-decoration: none;
	mc-auto-number-offset: 14px;
	margin-left: 0.5in;
	mc-auto-number-format: '.  ';
}

p.Table_List_1
{
	text-align: left;
	margin-left: 0.25in;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 0pt;
	font-family: "Segoe UI", Arial, Avenir, Myriad;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 24px;
	mc-auto-number-class: Bold;
	line-height: 11pt;
	text-decoration: none;
	mc-auto-number-format: 'N:{n=1}. ';
}

p.Table_List_1_
{
	text-align: left;
	margin-left: 0.25in;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 0pt;
	font-family: "Segoe UI", Arial, Avenir, Myriad;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 24px;
	mc-auto-number-class: Bold;
	line-height: 11pt;
	text-decoration: none;
	mc-auto-number-format: 'N:{n+}. ';
}

p.Table_List_a
{
	text-align: left;
	margin-left: 0.5in;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 0pt;
	font-family: "Segoe UI", Arial, Avenir, Myriad;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-format: 'N:{a=1}. ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 24px;
	mc-auto-number-class: Bold;
	line-height: 11pt;
	text-decoration: none;
}

p.Table_List_a_
{
	text-align: left;
	margin-left: 0.5in;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 0pt;
	font-family: "Segoe UI", Arial, Avenir, Myriad;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-format: 'N:{a+}. ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 24px;
	mc-auto-number-class: Bold;
	line-height: 11pt;
	text-decoration: none;
}

pre.Code9
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 0pt;
	font-family: 'Courier New';
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 8pt;
	text-decoration: none;
}

p.Table_Body_In_2
{
	text-align: left;
	margin-left: 0.33in;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
}

p.Table_Bullet_In
{
	text-align: left;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 0pt;
	font-family: "Segoe UI", Arial, Avenir, Myriad;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: outside-head;
	mc-auto-number-class: Bullet Round ch;
	line-height: 11pt;
	text-decoration: none;
	margin-left: 0.325in;
	mc-auto-number-offset: 14px;
	mc-auto-number-format: '- ';
}

p.CellBody
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	letter-spacing: 0em;
	text-indent: 0px;
	font-size: 0.9em;
}

MadCap|xref.Figure_And_Page
{
	mc-format: '{paranum}{paratext}';
}

span.Super
{
	font-family: "Segoe UI", Arial, Avenir, Myriad;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
	line-height: 11pt;
	font-size: 7.2pt;
	vertical-align: super;
	text-decoration: none;
}

span.Note
{
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 13pt;
	font-variant: small-caps;
	text-decoration: none;
}

p.Table_List_In
{
	text-align: left;
	margin-left: 0.5in;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 0pt;
	font-family: "Segoe UI", Arial, Avenir, Myriad;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
}

p.Figure_Anchor_wide
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 0pt;
	font-size: 5pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 2pt;
	mc-hidden: hidden;
}

p.List_a
{
	text-align: left;
	margin-right: 0in;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-format: 'N:{a=1}. ';
	mc-auto-number-class: List Num;
	mc-next-class: List_a_;
	mc-next-tag: p;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 24px;
	margin-left: 80px;
	margin-bottom: 0em 0;
	margin-top: 4px;
}

p.List_a_
{
	text-align: left;
	margin-right: 0in;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-format: 'N:{a+}. ';
	mc-auto-number-class: List Num;
	mc-next-class: List_a_;
	mc-next-tag: p;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 24px;
	margin-left: 80px;
	margin-bottom: 0em 0;
	margin-top: 4px;
}

p.List_1
{
	text-align: left;
	margin-left: 40px;
	margin-right: 0in;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-offset: 24px;
	mc-auto-number-class: List Num;
	mc-next-tag: p;
	mc-next-class: List_1_;
	mc-auto-number-position: outside-head;
	mc-auto-number-format: 'L:{n=1}.  ';
	margin-bottom: 0px;
}

p.Table_Caption
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	text-indent: 0px;
	text-decoration: none;
	mc-auto-number-format: 'Table {n+}: ';
	/* mc-auto-number-format: 'CH:Table:  '; */
	font-size: 10pt;
	margin-top: 8pt;
}

MadCap|xref.Table_And_Page
{
	mc-format: '{paranum}{paratext}';
}

span.a_Error
{
	font-family: 'segoe ui', Arial, Avenir, Myriad, "San Serif";
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	color: #ff0000;
	line-height: 11pt;
	text-decoration: none;
}

MadCap|xref.Number
{
	mc-format: '{paranumonly}';
}

span.Code
{
	font-family: 'Courier New';
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	letter-spacing: 0em;
	line-height: 12pt;
	text-decoration: none;
}

MadCap|xref.Step
{
	mc-format: 'Step {paranumonly}';
}

p.Appendix_Num
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0.1in;
	margin-top: 0pt;
	margin-bottom: 39pt;
	font-family: 'Lucida Sans Unicode', Arial, Avenir, Myriad, "San Serif";
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-format: 'C:Appendix {chapnum}';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	text-indent: 0px;
	text-decoration: none;
	color: #38444c;
	font-size: 1.75em;
	mc-hidden: hidden;
}

span.Strong
{
	
}

MadCap|xref.Table
{
	mc-format: '{paranum}{paratext}';
}

p.Pref_Table_Caption
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 5pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: italic;
	font-size: 11pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-format: 'T:Table {r+}:  ';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	text-indent: 0px;
	line-height: 12pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.RunFoot_Left
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
	font-weight: normal;
	font-style: italic;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #00a0af;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.RunFoot_Right
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
	font-weight: normal;
	font-style: italic;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #00a0af;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.ChapterNumTitleTOC
{
	text-align: left;
	margin-left: 0.5in;
	margin-right: 0in;
	margin-top: 11pt;
	margin-bottom: 0pt;
	font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	letter-spacing: 0em;
	color: #00a0af;
	text-indent: -24px;
	line-height: 17pt;
	text-decoration: none;
	mc-hidden: hidden;
}

code
{
	font-family: 'Courier New';
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	letter-spacing: 0em;
	line-height: 12pt;
	text-decoration: none;
}

MadCap|xref.Table_Number_And_Page
{
	mc-format: '{paranum}{paratext}';
}

b
{
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0em;
	text-decoration: none;
}

p.ChapterNumTitle
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 37pt;
	font-family: 'segoe ui light', 'segoe ui', Arial, Avenir, Myriad, "San Serif";
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-format: ;
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	text-indent: 0px;
	text-decoration: none;
	color: #38444c;
	font-size: 1.75em;
}

span.Verify
{
	font-family: "Segoe UI", Arial, Avenir, Myriad;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #ff00ff;
	line-height: 13pt;
	text-decoration: none;
}

span.CheckBox
{
	font-family: Wingdings;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	line-height: 11pt;
	text-decoration: none;
}

p.Anchor
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 2pt;
	margin-bottom: 0pt;
	font-family: "Segoe UI", Arial, Avenir, Myriad;
	font-weight: normal;
	font-style: normal;
	font-size: 2pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 3pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.Bullet_in_2
{
	text-align: left;
	margin-right: 0in;
	letter-spacing: 0em;
	mc-hyphenate: never;
	/*	mc-auto-number-format: '• ';
	mc-auto-number-class: Callout; */
	mc-auto-number-position: outside-head;
	margin-bottom: 0em;
	margin-top: 0em;
	mc-auto-number-format: '• ';
	mc-auto-number-offset: 15px;
	margin-left: 98px;
}

h6
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 15pt;
	margin-bottom: 0pt;
	font-style: normal;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	mc-heading-level: 6;
	margin: 1em 0px 0px;
}

p.Code-ind
{
	text-align: left;
	margin-right: 0in;
	margin-top: 5pt;
	font-family: 'Courier New';
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
	margin-left: 0.6in;
	margin-bottom: 3pt;
	page-break-before: avoid;
}

span.Code-green
{
	font-family: 'Courier New';
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	letter-spacing: 0em;
	color: #008000;
	line-height: 12pt;
	text-decoration: none;
}

span.Code-redacted
{
	font-family: 'Courier New';
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	letter-spacing: 0em;
	color: #008000;
	line-height: 12pt;
	text-decoration: none;
}

p.Callout
{
	text-align: left;
	font-size: 0.9em;
	mc-hidden: hidden;
}

p.Comment	/*Internal Use Only*/
{
	background-color: #ffffcc;
	color: red;
	mc-conditions: 'General.For-Reviewers';
}

p.PartNumTitle
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 37pt;
	font-family: 'segoe ui light', Arial, Avenir, Myriad, "San Serif";
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	text-indent: 0px;
	text-decoration: none;
	color: #38444c;
	font-size: 2em;
	mc-hidden: hidden;
	mc-heading-level: 1;
}

p.Cover_VersionDoc
{
	text-align: right;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 10pt;
	margin-bottom: 0pt;
	font-family: 'Lucida Sans Unicode', Arial, Avenir, Myriad, "San Serif";
	font-weight: normal;
	font-style: italic;
	font-size: 14pt;
	letter-spacing: 0.05em;
	color: #00a0af;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 17pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.SpaceAbove	/*use to add big 50pt vertical space in Print only*/
{
	margin-bottom: 8px;
	font-family: Segoe UI, Arial, San Serif;
	margin-top: 8px;
	mc-hidden: hidden;
}

MadCap|xref.plain-text
{
	mc-format: ;
}

/* BEGIN custom minitocproxy *?
/* added a custom mini-toc to control spacing so it appears as a simple list of links. */

MadCap|miniTocProxy.intro
{
	border-top-style: none;
	padding-top: 0px;
	mc-toc-depth: 1;
	margin-top: 3px;
	padding-bottom: 1px;
	line-height: .25em;
}

/* END custom MiniTOCProxy */
/* BEGIN MiniTOC1link customization. Purpose: to make the miniTOC lisings appear as proper links */

a.MiniTOC1:link
{
	font-weight: normal;
	text-decoration: none;
	color: #0742eb;
}

a.MiniTOC1:visited
{
	text-decoration: none;
	color: #8eaabf;
}

a.MiniTOC1:hover
{
	text-decoration: none;
	color: #ff940c;
}

/* END custom MiniTOC1 link behavior */

p.Attention
{
	margin-bottom: 8px;
	margin-top: 16px;
	color: #000000;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #fffaea;
	border-bottom-color: #ffcf32;
	border-color: #ffcf32;
	border-left-color: #ffcf32;
	border-right-color: #ffcf32;
	border-top-color: #ffcf32;
}

p.DRAFT
{
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 0pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	text-decoration: none;
	font-family: 'Arial';
	text-align: center;
	color: #c1c8d0;
	font-size: 24pt;
	line-height: 26pt;
	mc-hidden: hidden;
}

span.body
{
	
}

/* BEGIN Font Awesome styles -- disabled for now */

/* Step 1: Common Properties: All required to make icons render reliably 
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* Step 2: Reference Individual Icons 
.download::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f019";
}

/* Note: Make sure to include the correct weight and unicode value for the icon 
.checkboxfa::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f14a";
}

.twitter::before {
    font-family: "Font Awesome 5 Brands"; content: "\f099";
}*/

/* END Font Awesome styles */

td.borders
{
	border: solid 2px #38444c;
}

td.Heading-likeTableCell
{
	font: inherit;
	font-style: inherit;
	font-weight: bolder;
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: left;
	background-color: #404040;
	color: #fff;
	mc-dita-type: entry;
	display: table-cell;
}

MadCap|miniTocProxy.sideMenu
{
	background-color: #454869;
	font-color: #ffffff;
	font: inherit;
}

p.MiniTOC1-sideMenu
{
	font-weight: normal;
	mc-hidden: hidden;
	display: list-item;
	list-style-type: disc;
	margin-top: 1px;
	margin-bottom: 2px;
	font-color: #ffffff;
}

p.BulletSquare
{
	text-align: left;
	margin-right: 0in;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 24px;
	/*	mc-auto-number-class: Bullet Round ch;
	mc-auto-number-format: '• '; */
	/* square bullet = mc-auto-number-format: '\25a0 '; */
	margin-left: 40px;
	margin-bottom: 0em;
	margin-top: 0em;
	mc-auto-number-format: '■ ';
}

p.BulletTriangle	/*triangle bullet from unicode \u2023*/
{
	text-align: left;
	margin-right: 0in;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 24px;
	margin-left: 40px;
	margin-bottom: 0em;
	margin-top: 0em;
	mc-auto-number-format: '\2023 ';
}

p.TableFootnote
{
	mc-auto-number-format: 'T:{sup}{b}{n+} {/b}{/sup}';
	font-size: 10pt;
	margin-top: 0pt;
}

MadCap|xref.Table-footnote-number
{
	mc-format: '{b}{sup}{paranumonly}{/sup}{/b}';
	color: #0742eb;
	font-weight: bolder;
}

th.TableHeadingColumn
{
	background: #277cc4;
	font: inherit;
	color: #ffffff;
	font-style: inherit;
	font-weight: bolder;
}

td.noteAsTableCell
{
	background-color: #eaf5fe;
	border: solid 1px #8EAABF;
	border-radius: 2px;
	padding: 3px 30px 3px 10px;
}

p.Note-inline
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	mc-auto-number-class: Note;
	text-indent: 0px;
	mc-auto-number-format: '{b}Note{/b}:  ';
	border: solid 0px transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 12pt;
}

div.FloatLeftClear
{
	clear: both;
	/*background-color:#000000;
	color: #ffffff; */
	float: Left;
	/*	margin: 1px;
	padding: 1px; */
}

div.FloatRightClear
{
	clear: both;
	/*background-color:#000000;
	color: #ffffff; */
	float: Right;
	margin: 0px;
	padding: 0px;
}

div.FloatCenterClear
{
	clear: both;
	/*background-color:#000000;
	color: #ffffff; */
	float: Center;
	/*	margin: 1px;
	padding: 1px; */
}

div.FloatSolid-Arrow
{
	clear: right;
	float: left;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	/*	background-color: #277CC4;*/
	color: #333333;
	margin: 5px 5px 5px 2px;
	padding: 5px;
	column-break-after: avoid;
	frame-break-after: avoid;
	page-break-after: avoid;
	font-size: 24pt;
	font-family: arial;
}

div.FloatSolidBlue
{
	margin-right: 20px;
	margin-top: 5px;
	padding: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: .8em;
	background-color: #277CC4;
	border-bottom: 2px solid #8eaabf;
	border-right: 2px solid #8eaabf;
	float: left;
	clear: right;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-bottom-left-radius: 0px;
}

div.FloatSolidBlue:link
{
	color: #ffffff;
}

div.FloatSolidBlue:hover
{
	background-color: #f36c21;
}

div.FloatSolidBlueSm
{
	clear: right;
	float: left;
	margin-right: 10px;
	margin-top: 1px;
	padding: 1px 5px;
	color: #fff;
	font-weight: bold;
	font-size: .75em;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background-color: #277CC4;
	border-bottom: 1px solid #8eaabf;
	border-right: 1px solid #8eaabf;
	/*	border-right: 1px solid #8eaabf; */
}

div.FloatSolidBlueSm:link
{
	color: #ffffff;
}

div.FloatSolidBlueSm:hover
{
	background-color: #f36c21;
}

div.FloatSolidOrangeSm
{
	clear: right;
	float: left;
	margin-right: 10px;
	margin-top: 1px;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background-color: #f36c21;
	border-bottom: 1px solid #8eaabf;
	border-right: 1px solid #8eaabf;
	/*	border-right: 1px solid #8eaabf; */
	font-size: .75em;
	margin-bottom: 20px;
	padding: 10px;
}

div.FloatSolidOrangeSm:link
{
	color: #ffffff;
}

div.FloatSolidOrangeSm:hover
{
	background-color: #404a59;
}

div.FloatSolidMellowSm
{
	clear: right;
	float: left;
	margin-right: 10px;
	margin-top: 1px;
	padding: 1px 5px;
	color: #333333;
	font-weight: bold;
	font-size: .75em;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background-color: #e8eef2;
	border-bottom: 1px solid #57eeda;
	/*	border-right: 1px solid #8eaabf; */
}

span.label-white11
{
	font-weight: 700;
	color: #fff;
	font-size: 11pt;
}

div.FloatSolidBlue--oval
{
	margin-right: 20px;
	margin-top: 5px;
	padding: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: .8em;
	background-color: #277CC4;
	border-bottom: 2px solid #8eaabf;
	border-right: 2px solid #8eaabf;
	float: left;
	clear: right;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: none;
	border-top-left-radius: 45px;
	border-bottom-left-radius: 45px;
	border-bottom-right-radius: 45px;
	border-top-right-radius: 45px;
}

div.FlatBlue--circle
{
	float: Center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
	padding: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: .8em;
	background-color: #277CC4;
	border-radius: 45px;
	width: 50px;
	height: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.FloatSolidBlue--diamond
{
	float: left;
	clear: right;
	position: relative;
	margin-right: 20px;
	margin-top: 8px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	padding: 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: .8em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url('../Images/blue-diamond-med.png');
	background-position: center;
	background-color: transparent;
	background-repeat: no-repeat;
}

div.FlatBlue--diamond
{
	float: Center;
	clear: both;
	width: 100px;
	height: 100px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: .8em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url('../Images/blue-diamond-med.png');
	background-position: center;
	background-color: transparent;
	background-repeat: no-repeat;
}

div.FlatBlue-Center
{
	float: Center;
	clear: both;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
	padding: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: .8em;
	background-color: #277CC4;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.FloatClear--InsideDiamond
{
	padding: 8px;
	color: #FEDF00;
	/*	color: #fffdd0;*/
	font-weight: bold;
	font-size: 1em;
	background-color: transparent;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	/*top: 10px; 
left: 10px;*/
	width: 90px;
	height: 90px;
	/*	opacity: 0.5;*/
	border-bottom-left-radius: 90px;
	border-bottom-right-radius: 90px;
	border-top-left-radius: 90px;
	border-top-right-radius: 90px;
}

img.no-border
{
	text-align: left;
	margin-bottom: 0px;
	max-width: 90%;
	border: none;
}

MadCap|popupHead.white
{
	font-weight: bold;
	color: #fff;
}

a.white-yellow	/*for Orange worflow refs*/
{
	color: #fff;
}

a.white-yellow:link
{
	color: #fff;
	text-decoration: underline;
}

a.white-yellow:visited
{
	font: inherit;
	color: #fff;
}

a.white-yellow:hover
{
	color: #ffcf32;
}

a.white-sea	/*for Blue worflow refs*/
{
	color: #fff;
}

a.white-sea:link
{
	
}

a.white-sea:hover
{
	text-decoration: underline;
}

MadCap|popupHead.white:focus
{
	color: #fff;
}

MadCap|popupHead.white:hover
{
	color: #fff;
}

MadCap|popupHead.white:active
{
	color: #fff;
}

MadCap|popupHead.white:link
{
	color: #fff;
}

MadCap|popup.white:hover
{
	color: #fff;
}

MadCap|popup.simple
{
	color: #404040;
	font-size: 1em;
}

MadCap|popup.simple:hover
{
	
}

MadCap|popup.inTableHeading
{
	
}

MadCap|dropDown.from-button	/*nav for webDoc*/
{
	margin-bottom: 6px;
	margin-top: 6px;
	mc-open-image: url('../Images/DropDownOpen-white.png');
	mc-closed-image: url('../Images/DropDownClosed-white.png');
}

MadCap|dropDownHotspot.button
{
	color: #fff;
	text-decoration: none;
	text-transform: inherit;
}

div.FloatDropdown
{
	margin-top: 5px;
	padding: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	border-bottom: solid 0px #8eaabf;
	border-right: solid 0px #8eaabf;
	float: left;
	clear: right;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-bottom-left-radius: 0px;
	margin-right: 12px;
	min-width: 230px;
}

MadCap|dropDownHotspot.button:hover
{
	color: #fff;
}

p.Table_Body_inButton
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 0pt;
	font-size: 1em;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 12pt;
	text-decoration: none;
}

p.Table_Body_inButton a
{
	color: #1B5071;
	font-weight: normal;
}

img.invisible-label
{
	border: solid 0px transparent;
}

div.masterpage-buttons
{
	mc-hyphenate: never;
	width: 871px;
}

div.FloatDropdown-center
{
	margin-top: 5px;
	padding: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	border-bottom: solid 0px #8eaabf;
	border-right: solid 0px #8eaabf;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-bottom-left-radius: 0px;
	margin-right: 12px;
	min-width: 230px;
	width: 280px;
	float: center;
	clear: none;
	margin: 5px 12px 0px;
}

div.FloatDropdown-right
{
	margin-top: 5px;
	padding: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	border-bottom: solid 0px #8eaabf;
	border-right: solid 0px #8eaabf;
	clear: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-bottom-left-radius: 0px;
	margin-right: 12px;
	min-width: 230px;
	width: 270px;
	float: right;
	margin: 5px 0px 0px 12px;
}

div.FloatDropdown-left
{
	margin-top: 5px;
	padding: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	border-bottom: solid 0px #8eaabf;
	border-right: solid 0px #8eaabf;
	float: center;
	clear: right;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-bottom-left-radius: 0px;
	margin-right: 12px;
	min-width: 230px;
	width: 240px;
	margin: 5px 12px 0px 0px;
}

p.NoteTableIndent
{
	text-align: left;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-format: 'Note: ';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	mc-auto-number-class: Note;
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
	padding: 5px;
	background: #f6f6f6;
	margin-left: 0.33in;
}

p.Table_Body_In_3
{
	text-align: left;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 0pt;
	font-family: "Segoe UI", Arial, Avenir, Myriad;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
	margin-left: 0.5in;
}

a.white-sea-11	/*for Blue worflow refs*/
{
	color: #fff;
	font-size: 11pt;
	font-weight: 600;
}

a.white-sea-11:hover
{
	text-decoration: underline;
}

