/*<meta />*/

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

:root
{
	--Brand: #076685;
	--Dark-Gray: #45494c;
	--Medium-Gray: #b9bec1;
	--Light-Gray: #d0d3d5;
	--White: #ffffff;
	font-family: Arial;
}

body
{
	font-family: Arial;
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
	font-family: Arial;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
	font-family: Arial;
}

p
{
	margin: 0px 0px;
	font-size: 16px;
	padding-right: 16px;
	padding-bottom: 8px;
	font-family: Arial;
}

p.table-text
{
	padding-bottom: 2px;
	padding-right: 8px;
	padding-top: 2px;
	font-size: 16px;
	font-family: Arial;
}

/* Headings */

h1
{
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	margin: 2px 0px;
	margin-top: 10px;
	text-decoration: none;
	font-family: Arial;
	margin-bottom: 12px;
	color: #5e33bf;
	font-size: 26px;
}

h2
{
	font-style: normal;
	font-weight: bold;
	font-family: Arial;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #1c1c1c;
}

h3
{
	font-weight: bold;
	font-family: Arial;
	font-size: 16px;
	color: #5e33bf;
	margin-top: 12px;
	margin-bottom: 8px;
}

h4
{
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 4px;
	font-size: 14px;
	font-family: Arial;
}

h5
{
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
	font-family: Arial;
}

/* Home page topic */

div.home-layout
{
	padding-left: 5%;
	padding: 2% 2%;
	font-family: Arial;
}

div.accent
{
	background-color: #ffffff;
	font-family: Arial;
}

div.home-section
{
	padding: 5%;
	border-bottom: solid 1px var(--Light-Gray);
	font-family: Arial;
}

div.home-tiles	/*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;
	font-family: Arial;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
	font-family: Arial;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
	font-family: Arial;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 25%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(3)
{
	width: 25%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(4)
{
	width: 25%;
	margin-left: 0%;
}

div.home-tiles-layout	/*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;
	font-family: Arial;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
	font-family: Arial;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
	font-family: Arial;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout p
{
	line-height: 1.2;
}

div.quick-links	/*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;
	font-family: Arial;
}

div.quick-links::before
{
	content: ' ';
	display: table;
	font-family: Arial;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
	font-family: Arial;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero
{
	padding: 5%;
	padding-top: 3%;
	padding-bottom: 3%;
	background-size: auto cover;
	font-family: Arial;
}

div.topic-hero h1
{
	color: var(--White);
	font-size: 32px;
	text-align: center;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	font-family: Arial;
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	mc-breadcrumbs-prefix: 'You are now viewing:';
	mc-breadcrumbs-count: 3;
	font-size: 13px;
	mc-breadcrumbs-divider: ' >   ';
	color: #000000;
	word-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial;
}

/* Links */

a
{
	font-family: Arial;
}

a:link
{
	color: #0000ff;
	font-family: Arial;
}

a:visited
{
	color: #505050;
	font-family: Arial;
}

a:focus
{
	color: #191820;
	font-family: Arial;
}

a:hover
{
	font-weight: bold;
	font-style: normal;
	color: #0000ff;
	font-family: Arial;
}

a:active
{
	color: #0000ff;
	font-family: Arial;
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light-Gray);
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/Minus.png');
	mc-closed-image: url('../Images/Plus.png');
	padding: 10px 0;
	font-family: Arial;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
	font-family: Arial;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	color: #000000;
	font-size: 20px;
	font-family: Arial;
}

MadCap|expandingBody
{
	color: var(--Dark-Gray);
	font-style: italic;
	font-family: Arial;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Brand);
	font-family: Arial;
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--Brand);
	font-family: Arial;
}

/* Lists */

ol,
ul
{
	line-height: 100%;
}

li.GlossaryPageEntry	/* Required to suppress bullets in HTML5 Target */
{
	list-style-type: none;
}

/* Master page */

div.home-footer
{
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: #fafafc;
	font-family: 'Source Sans Pro';
	font-size: 12px;
	font-style: oblique;
	padding-left: 2%;
	margin-top: 36px;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: var(--White);
	font-family: Arial;
}

p.footer-sub
{
	color: var(--White);
	font-size: 14pt;
	margin-top: 14px;
	font-family: Arial;
}

a.GlossaryPageTerm
{
	text-decoration: none;
	color: #0000ff;
	font-family: Arial;
}

MadCap|glossaryProxy
{
	font-weight: normal;
	font-style: normal;
	border-top-style: none;
	font-family: Arial;
}

div.GlossaryPageTerm
{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}

div.GlossaryPageDefinition
{
	font-size: 14px;
	font-family: Arial;
}

MadCap|keywordLinkControlListItemLink:link
{
	color: #8368bc;
	font-family: Arial;
}

MadCap|relatedTopicsControlListItemLink:link
{
	font-family: Arial;
	color: #ffffff;
}

ol
{
	margin-top: 200%;
	margin: 0px;
	margin-left: 40px;
	margin-bottom: 24px;
	font-family: Arial;
}

ul
{
	margin-top: 200%;
	margin: 0px;
	list-style-type: square;
	margin-left: 40px;
	padding: 0px 0px 8px;
	line-height: 20px;
	margin-bottom: 10px;
	font-family: Arial;
}

.outer-row
{
	font-family: Arial;
}

.main-section
{
	font-family: Arial;
}

::marker
{
	font-family: Arial;
}

::before
{
	font-family: Arial;
}

::after
{
	font-family: Arial;
}

section
{
	font-family: Arial;
}

select
{
	font-family: Arial;
}

input
{
	font-family: Arial;
}

textarea
{
	font-family: Arial;
}

object
{
	font-family: Arial;
}

script
{
	font-family: Arial;
}

hr
{
	font-family: Arial;
}

span.state
{
	font-family: Arial;
}

span.SeeIndexTerms
{
	font-family: Arial;
}

span.SeeIndex
{
	font-family: Arial;
}

span.SeeAlsoIndexTerms
{
	font-family: Arial;
}

span.SeeAlsoIndex
{
	font-family: Arial;
}

span.SearchHighlight9
{
	font-family: Arial;
}

span.SearchHighlight8
{
	font-family: Arial;
}

span.SearchHighlight7
{
	font-family: Arial;
}

span.SearchHighlight6
{
	font-family: Arial;
}

span.SearchHighlight5
{
	font-family: Arial;
}

span.SearchHighlight4
{
	font-family: Arial;
}

span.SearchHighlight3
{
	font-family: Arial;
}

span.SearchHighlight2
{
	font-family: Arial;
}

span.SearchHighlight10
{
	font-family: Arial;
}

span.SearchHighlight1
{
	font-family: Arial;
}

span.SearchHighlight
{
	font-family: Arial;
}

span.boolean
{
	font-family: Arial;
}

span
{
	font-family: Arial;
}

table
{
	font-family: Arial;
}

tr
{
	font-family: Arial;
}

thead
{
	font-family: Arial;
}

tbody
{
	font-family: Arial;
}

tfoot
{
	font-family: Arial;
}

th
{
	font-family: Arial;
}

td
{
	font-family: Arial;
}

caption
{
	font-family: Arial;
	margin-top: 8px;
	text-align: left;
}

address
{
	font-family: Arial;
}

blockquote
{
	font-family: Arial;
}

pre
{
	font-family: Arial;
}

dl
{
	font-family: Arial;
}

dd
{
	font-family: Arial;
}

dt
{
	font-family: Arial;
}

center
{
	font-family: Arial;
}

dir
{
	font-family: Arial;
}

li::marker
{
	font-family: Arial;
}

li
{
	margin-bottom: 5px;
	font-family: Arial;
}

abbr
{
	font-family: Arial;
}

acronym
{
	font-family: Arial;
}

b
{
	font-family: Arial;
}

big
{
	font-family: Arial;
}

code
{
	font-family: Arial;
}

cite
{
	font-family: Arial;
}

del
{
	font-family: Arial;
}

em
{
	font-family: Arial;
}

i
{
	font-family: Arial;
}

ins
{
	font-family: Arial;
}

kbd
{
	font-family: Arial;
}

small
{
	font-family: Arial;
}

u
{
	font-family: Arial;
}

samp
{
	font-family: Arial;
}

strike
{
	font-family: Arial;
}

strong
{
	font-family: Arial;
}

sup
{
	font-family: Arial;
}

sub
{
	font-family: Arial;
}

tt
{
	font-family: Arial;
}

var
{
	font-family: Arial;
}

article
{
	font-family: Arial;
}

aside
{
	font-family: Arial;
}

canvas
{
	font-family: Arial;
}

footer
{
	font-family: Arial;
}

header
{
	height: 50px;
	border: 1px solid #CCC;
	width: 100%;
	margin: 0px auto;
	background: #515151;
	background-image: url('../Images/incites_help_logo.png');
	background-position: left;
	background-repeat: no-repeat;
	font-family: Arial;
}

nav
{
	font-family: Arial;
}

q
{
	font-family: Arial;
}

datalist
{
	font-family: Arial;
}

label
{
	font-family: Arial;
}

optgroup
{
	font-family: Arial;
}

option
{
	font-family: Arial;
}

legend
{
	font-family: Arial;
}

col
{
	font-family: Arial;
}

map
{
	font-family: Arial;
}

area
{
	font-family: Arial;
}

head
{
	font-family: Arial;
}

style
{
	font-family: Arial;
}

fieldset
{
	font-family: Arial;
}

form
{
	font-family: Arial;
}

frame
{
	font-family: Arial;
}

frameset
{
	font-family: Arial;
}

noframes
{
	font-family: Arial;
}

colgroup
{
	font-family: Arial;
}

button
{
	font-family: Arial;
}

s
{
	font-family: Arial;
}

br::before
{
	font-family: Arial;
}

br
{
	font-family: Arial;
}

figure
{
	font-family: Arial;
}

figcaption
{
	font-family: Arial;
}

MadCap|keyword
{
	font-family: Arial;
}

MadCap|concept
{
	font-family: Arial;
}

span.mc-variable
{
	font-family: Arial;
}

MadCap|bodyProxy
{
	font-family: Arial;
}

MadCap|pageBreak
{
	font-family: Arial;
}

MadCap|topicToolbarProxy
{
	font-family: Arial;
}

MadCap|miniTocProxy
{
	font-family: Arial;
}

MadCap|tocProxy
{
	font-family: Arial;
}

MadCap|indexProxy
{
	font-family: Arial;
}

MadCap|listOfProxy
{
	font-family: Arial;
}

MadCap|conceptsProxy
{
	font-family: Arial;
}

MadCap|relationshipsProxy
{
	font-family: Arial;
}

MadCap|relationshipsHeading.task
{
	font-family: Arial;
}

MadCap|relationshipsHeading.reference
{
	font-family: Arial;
}

MadCap|relationshipsHeading.concept
{
	font-family: Arial;
}

MadCap|relationshipsHeading
{
	font-family: Arial;
}

MadCap|relationshipsItem
{
	font-family: Arial;
}

MadCap|endnotesProxy
{
	font-family: Arial;
}

MadCap|searchBarProxy
{
	font-family: Arial;
}

MadCap|menuProxy
{
	font-family: Arial;
}

MadCap|searchResultsProxy
{
	font-family: Arial;
}

MadCap|snippetText
{
	font-family: Arial;
}

MadCap|snippetBlock
{
	font-family: Arial;
}

MadCap|slideshow
{
	font-family: Arial;
}

MadCap|slide
{
	font-family: Arial;
}

MadCap|slideshowCaption
{
	font-family: Arial;
}

MadCap|slideshowBullet.active
{
	font-family: Arial;
}

MadCap|slideshowBullet:hover
{
	font-family: Arial;
}

MadCap|slideshowBullet
{
	font-family: Arial;
}

MadCap|slideThumbnail.active
{
	font-family: Arial;
}

MadCap|slideThumbnail:hover
{
	font-family: Arial;
}

MadCap|slideThumbnail
{
	font-family: Arial;
}

MadCap|model3D
{
	font-family: Arial;
}

MadCap|conditionalText
{
	font-family: Arial;
}

MadCap|footnotesBlock
{
	font-family: Arial;
}

MadCap|footnoteBlock
{
	font-family: Arial;
}

MadCap|endnotesBlock
{
	font-family: Arial;
}

MadCap|endnoteBlock
{
	font-family: Arial;
}

MadCap|footnote
{
	font-family: Arial;
}

MadCap|conceptLink:hover
{
	font-family: Arial;
}

MadCap|conceptLink:focus
{
	font-family: Arial;
}

MadCap|conceptLink
{
	font-family: Arial;
}

MadCap|keywordLink:hover
{
	font-family: Arial;
}

MadCap|keywordLink:focus
{
	font-family: Arial;
}

MadCap|keywordLink
{
	font-family: Arial;
}

MadCap|relatedTopics:hover
{
	font-family: Arial;
}

MadCap|relatedTopics:focus
{
	font-family: Arial;
}

MadCap|relatedTopics
{
	font-family: Arial;
	color: #ffffff;
	background: #564695;
	margin-bottom: 20px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 20px;
	padding: 12px;
	mc-image: url('../Images/related-topics.png');
	mc-help-control-display: list;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	list-style-type: square;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	font-size: 20px;
	line-height: 36px;
}

MadCap|glossaryTerm.Popup
{
	font-family: Arial;
	font-weight: normal;
}

MadCap|glossaryTerm.Hyperlink
{
	font-family: Arial;
}

MadCap|glossaryTerm.Expanding
{
	font-family: Arial;
	font-weight: normal;
}

MadCap|glossaryTerm:hover
{
	font-family: Arial;
}

MadCap|glossaryTerm:focus
{
	font-family: Arial;
	font-weight: normal;
}

MadCap|glossaryTerm
{
	font-family: Arial;
	color: #5e33bf;
}

MadCap|annotation
{
	font-family: Arial;
}

MadCap|dropDownHead
{
	font-family: Arial;
	font-size: 20px;
}

MadCap|microContent
{
	font-family: Arial;
}

MadCap|expanding
{
	font-family: Arial;
}

MadCap|toggler:hover
{
	font-family: Arial;
}

MadCap|toggler:focus
{
	font-family: Arial;
}

MadCap|toggler
{
	font-family: Arial;
}

MadCap|popup:hover
{
	font-family: Arial;
}

MadCap|popup:focus
{
	font-family: Arial;
}

MadCap|popup
{
	font-family: Arial;
}

MadCap|popupHead
{
	font-family: Arial;
}

MadCap|popupBody
{
	font-family: Arial;
}

MadCap|shortcut
{
	font-family: Arial;
}

MadCap|helpControlMenu
{
	font-family: Arial;
}

MadCap|helpControlMenuItem.Highlighted
{
	font-family: Arial;
}

MadCap|helpControlMenuItem
{
	font-family: Arial;
}

MadCap|helpControlList
{
	font-family: Arial;
}

MadCap|helpControlListItem
{
	font-family: Arial;
}

MadCap|helpControlListItemLink:visited
{
	font-family: Arial;
}

MadCap|helpControlListItemLink:link
{
	font-family: Arial;
}

MadCap|helpControlListItemLink:hover
{
	font-family: Arial;
}

MadCap|helpControlListItemLink:focus
{
	font-family: Arial;
}

MadCap|helpControlListItemLink
{
	font-family: Arial;
}

MadCap|relatedTopicsControlList
{
	font-family: Arial;
}

MadCap|relatedTopicsControlListItem
{
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
}

MadCap|conceptLinkControlList
{
	font-family: Arial;
}

MadCap|conceptLinkControlListItem
{
	font-family: Arial;
}

MadCap|conceptLinkControlListItemLink:visited
{
	font-family: Arial;
}

MadCap|conceptLinkControlListItemLink:link
{
	font-family: Arial;
}

MadCap|conceptLinkControlListItemLink:hover
{
	font-family: Arial;
}

MadCap|conceptLinkControlListItemLink:focus
{
	font-family: Arial;
}

MadCap|conceptLinkControlListItemLink
{
	font-family: Arial;
}

MadCap|keywordLinkControlList
{
	font-family: Arial;
}

MadCap|keywordLinkControlListItem
{
	font-family: Arial;
}

MadCap|pageHeader.OddPage
{
	font-family: Arial;
}

MadCap|pageHeader.FirstPage
{
	font-family: Arial;
}

MadCap|pageHeader.EvenPage
{
	font-family: Arial;
}

MadCap|pageHeader
{
	height: 50px;
	border: 1px solid #CCC;
	width: 100%;
	margin: 0px auto;
	background-color: transparent;
	background: transparent;
	font-family: Arial;
}

MadCap|pageFooter.OddPage
{
	font-family: Arial;
}

MadCap|pageFooter.FirstPage
{
	font-family: Arial;
}

MadCap|pageFooter.EvenPage
{
	font-family: Arial;
}

MadCap|pageFooter
{
	font-family: Arial;
}

MadCap|qrCode
{
	font-family: Arial;
}

MadCap|namedDestination
{
	font-family: Arial;
}

MadCap|equation
{
	font-family: Arial;
}

menu
{
	font-family: Arial;
}

MadCap|relatedTopicsControlListItemLink:visited
{
	font-family: Arial;
	color: #dcdcdc;
}

MadCap|relatedTopicsControlListItemLink:hover
{
	font-family: Arial;
	color: #ffffff;
}

MadCap|relatedTopicsControlListItemLink:focus
{
	font-family: Arial;
	color: #ffffff;
}

MadCap|relatedTopicsControlListItemLink
{
	font-family: Arial;
	list-style-position: inside;
}

MadCap|keywordLinkControlListItemLink:visited
{
	font-family: Arial;
}

MadCap|keywordLinkControlListItemLink:hover
{
	font-family: Arial;
}

MadCap|keywordLinkControlListItemLink:focus
{
	font-family: Arial;
}

MadCap|keywordLinkControlListItemLink
{
	font-family: Arial;
}

MadCap|xref.TOCPageNumber
{
	font-family: Arial;
}

MadCap|xref.RelLinkPageNumber
{
	font-family: Arial;
}

MadCap|xref.ListOfPageNumber
{
	font-family: Arial;
}

MadCap|xref.IndexPageNumber
{
	font-family: Arial;
}

MadCap|xref.ConceptPageNumber
{
	font-family: Arial;
}

MadCap|xref:hover
{
	font-family: Arial;
}

MadCap|xref:focus
{
	font-family: Arial;
}

MadCap|expandingHead:hover
{
	font-family: Arial;
}

MadCap|expandingHead:focus
{
	font-family: Arial;
}

MadCap|dropDownHotspot:hover
{
	font-family: Arial;
}

MadCap|dropDownHotspot:focus
{
	font-family: Arial;
}

a.Popup
{
	color: #0000ff;
	font-family: Arial;
}

a.MCBreadcrumbsLink
{
	color: #0000ff;
	font-family: Arial;
}

html.topic
{
	font-family: Arial;
}

html.task
{
	font-family: Arial;
}

html.reference
{
	font-family: Arial;
}

html.concept
{
	font-family: Arial;
}

html
{
	font-family: Arial;
}

*
{
	font-family: Arial;
}

div.Row-8-4::before
{
	font-family: Arial;
}

div.Row-8-4::after
{
	font-family: Arial;
}

div.Row-8-4
{
	font-family: Arial;
}

div.Row-6-6::before
{
	font-family: Arial;
}

div.Row-6-6::after
{
	font-family: Arial;
}

div.Row-6-6
{
	font-family: Arial;
}

div.Row-4-4-4::before
{
	font-family: Arial;
}

div.Row-4-4-4::after
{
	font-family: Arial;
}

div.Row-4-4-4
{
	font-family: Arial;
}

div.GlossaryPageHeading
{
	font-size: 24px;
	font-style: normal;
	border-bottom: solid 1px #696969;
	border-bottom-style: dashed;
	font-family: Arial;
	color: #5e33bf;
}

div.GlossaryPageEntry
{
	font-family: Arial;
}

div:nth-child(5)
{
	font-family: Arial;
}

div:nth-child(4)
{
	font-family: Arial;
}

div:nth-child(3)
{
	font-family: Arial;
}

div:nth-child(2)
{
	font-family: Arial;
}

div:nth-child(1)
{
	font-family: Arial;
}

div::before
{
	font-family: Arial;
}

div::after
{
	font-family: Arial;
}

div
{
	font-family: Arial;
}

p.TOC9
{
	font-family: Arial;
}

p.TOC8
{
	font-family: Arial;
}

p.TOC7
{
	font-family: Arial;
}

p.TOC6
{
	font-family: Arial;
}

p.TOC5
{
	font-family: Arial;
}

p.TOC4
{
	font-family: Arial;
}

p.TOC3
{
	font-family: Arial;
}

p.TOC2
{
	font-family: Arial;
}

p.TOC1
{
	font-family: Arial;
}

p.MiniTOC9
{
	font-family: Arial;
}

p.MiniTOC8
{
	font-family: Arial;
}

p.MiniTOC7
{
	font-family: Arial;
}

p.MiniTOC6
{
	font-family: Arial;
}

p.MiniTOC5
{
	font-family: Arial;
}

p.MiniTOC4
{
	font-family: Arial;
}

p.MiniTOC3
{
	font-family: Arial;
}

p.MiniTOC2
{
	font-family: Arial;
}

p.MiniTOC1
{
	font-family: Arial;
}

p.ListOf
{
	font-family: Arial;
}

p.IndexHeading
{
	font-family: Arial;
}

p.Index9
{
	font-family: Arial;
}

p.Index8
{
	font-family: Arial;
}

p.Index7
{
	font-family: Arial;
}

p.Index6
{
	font-family: Arial;
}

p.Index5
{
	font-family: Arial;
}

p.Index4
{
	font-family: Arial;
}

p.Index3
{
	font-family: Arial;
}

p.Index2
{
	font-family: Arial;
}

p.Index1
{
	font-family: Arial;
}

p.ConceptContext
{
	font-family: Arial;
}

p.Concept
{
	font-family: Arial;
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.home-tiles-layout > div:nth-child(3)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.home-tiles-layout > div:nth-child(4)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.accent
	{
		background-color: #ffffff;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 25%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 25%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 25%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}

	div.home-tiles
	{
		font-family: 'Source Sans Pro';
	}

	div.accent
	{
		background-image: none;
		background-color: #ffffff;
		font-family: 'Source Sans Pro';
	}

	p
	{
		font-size: 16 px;
		font-family: 'Source Sans Pro';
	}

	menu
	{
		font-family: 'Source Sans Pro';
	}

	h1
	{
		font-size: 24 px;
		text-decoration: none;
		font-family: 'Source Sans Pro';
	}

	h2
	{
		font-size: 20 px;
		font-family: 'Source Sans Pro';
	}

	h3
	{
		font-weight: bold;
		font-style: italic;
		color: #4d4d4d;
		font-size: 18 px;
		font-family: 'Source Sans Pro';
	}

	h4
	{
		font-size: 16 px;
		font-family: 'Source Sans Pro';
	}

	a:hover
	{
		font-family: 'Source Sans Pro';
		color: #0000ff;
	}

	a:visited
	{
		font-family: 'Source Sans Pro';
		color: #696969;
	}

	a:active
	{
		font-family: 'Source Sans Pro';
		color: #0000ff;
	}

	.outer-row
	{
		font-family: 'Source Sans Pro';
	}

	.main-section
	{
		font-family: 'Source Sans Pro';
	}

	.body-container
	{
		font-family: 'Source Sans Pro';
	}

	:root
	{
		font-family: 'Source Sans Pro';
	}

	::marker
	{
		font-family: 'Source Sans Pro';
	}

	::before
	{
		font-family: 'Source Sans Pro';
	}

	::after
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|equation
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|namedDestination
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|qrCode
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|pageFooter.OddPage
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|pageFooter.FirstPage
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|pageFooter.EvenPage
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|pageFooter
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|pageHeader.OddPage
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|pageHeader.FirstPage
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|pageHeader.EvenPage
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|pageHeader
	{
		font-family: 'Source Sans Pro';
		height: 50px;
		background: #F0F0F0;
		border: 1px solid #CCC;
		width: 960px;
		margin: 0px auto;
	}

	MadCap|keywordLinkControlListItem
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|keywordLinkControlList
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|conceptLinkControlListItemLink:visited
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|conceptLinkControlListItemLink:link
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|conceptLinkControlListItemLink:hover
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|conceptLinkControlListItemLink:focus
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|conceptLinkControlListItemLink
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|conceptLinkControlListItem
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|conceptLinkControlList
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|relatedTopicsControlListItem
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|relatedTopicsControlList
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|helpControlListItemLink:visited
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|helpControlListItemLink:link
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|helpControlListItemLink:hover
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|helpControlListItemLink:focus
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|helpControlListItemLink
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|helpControlListItem
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|helpControlList
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|helpControlMenuItem.Highlighted
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|helpControlMenuItem
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|helpControlMenu
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|shortcut
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|popupBody
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|popupHead
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|popup:hover
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|popup:focus
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|popup
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|toggler:hover
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|toggler:focus
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|toggler
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|expanding
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|microContent
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|dropDownHead
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|annotation
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|glossaryTerm.Popup
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|glossaryTerm.Hyperlink
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|glossaryTerm.Expanding
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|glossaryTerm:hover
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|glossaryTerm:focus
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|glossaryTerm
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|relatedTopics:hover
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|relatedTopics:focus
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|relatedTopics
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|keywordLink:hover
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|keywordLink:focus
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|keywordLink
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|conceptLink:hover
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|conceptLink:focus
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|conceptLink
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|footnote
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|endnoteBlock
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|endnotesBlock
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|footnoteBlock
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|footnotesBlock
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|section
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|conditionalText
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|model3D
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|slideThumbnail.active
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|slideThumbnail:hover
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|slideThumbnail
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|slideshowBullet.active
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|slideshowBullet:hover
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|slideshowBullet
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|slideshowCaption
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|slide
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|slideshow
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|snippetBlock
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|snippetText
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|searchResultsProxy
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|menuProxy
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|searchBarProxy
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|endnotesProxy
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|relationshipsItem
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|relationshipsHeading.task
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|relationshipsHeading.reference
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|relationshipsHeading.concept
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|relationshipsHeading
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|relationshipsProxy
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|conceptsProxy
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|listOfProxy
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|indexProxy
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|tocProxy
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|miniTocProxy
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|topicToolbarProxy
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|pageBreak
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|bodyProxy
	{
		font-family: 'Source Sans Pro';
	}

	span.mc-variable
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|concept
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|keyword
	{
		font-family: 'Source Sans Pro';
	}

	figcaption
	{
		font-family: 'Source Sans Pro';
	}

	figure
	{
		font-family: 'Source Sans Pro';
	}

	br::before
	{
		font-family: 'Source Sans Pro';
	}

	br
	{
		font-family: 'Source Sans Pro';
	}

	s
	{
		font-family: 'Source Sans Pro';
	}

	button
	{
		font-family: 'Source Sans Pro';
	}

	colgroup
	{
		font-family: 'Source Sans Pro';
	}

	noframes
	{
		font-family: 'Source Sans Pro';
	}

	frameset
	{
		font-family: 'Source Sans Pro';
	}

	frame
	{
		font-family: 'Source Sans Pro';
	}

	form
	{
		font-family: 'Source Sans Pro';
	}

	fieldset
	{
		font-family: 'Source Sans Pro';
	}

	style
	{
		font-family: 'Source Sans Pro';
	}

	head
	{
		font-family: 'Source Sans Pro';
	}

	area
	{
		font-family: 'Source Sans Pro';
	}

	map
	{
		font-family: 'Source Sans Pro';
	}

	col
	{
		font-family: 'Source Sans Pro';
	}

	legend
	{
		font-family: 'Source Sans Pro';
	}

	option
	{
		font-family: 'Source Sans Pro';
	}

	optgroup
	{
		font-family: 'Source Sans Pro';
	}

	label
	{
		font-family: 'Source Sans Pro';
	}

	datalist
	{
		font-family: 'Source Sans Pro';
	}

	q
	{
		font-family: 'Source Sans Pro';
	}

	nav
	{
		font-family: 'Source Sans Pro';
	}

	header
	{
		font-family: 'Source Sans Pro';
	}

	footer
	{
		font-family: 'Source Sans Pro';
	}

	canvas
	{
		font-family: 'Source Sans Pro';
	}

	aside
	{
		font-family: 'Source Sans Pro';
	}

	article
	{
		font-family: 'Source Sans Pro';
	}

	var
	{
		font-family: 'Source Sans Pro';
	}

	tt
	{
		font-family: 'Source Sans Pro';
	}

	sub
	{
		font-family: 'Source Sans Pro';
	}

	sup
	{
		font-family: 'Source Sans Pro';
	}

	strong
	{
		font-family: 'Source Sans Pro';
	}

	strike
	{
		font-family: 'Source Sans Pro';
	}

	samp
	{
		font-family: 'Source Sans Pro';
	}

	u
	{
		font-family: 'Source Sans Pro';
	}

	small
	{
		font-family: 'Source Sans Pro';
	}

	kbd
	{
		font-family: 'Source Sans Pro';
	}

	ins
	{
		font-family: 'Source Sans Pro';
	}

	i
	{
		font-family: 'Source Sans Pro';
	}

	em
	{
		font-family: 'Source Sans Pro';
	}

	del
	{
		font-family: 'Source Sans Pro';
	}

	cite
	{
		font-family: 'Source Sans Pro';
	}

	code
	{
		font-family: 'Source Sans Pro';
	}

	big
	{
		font-family: 'Source Sans Pro';
	}

	b
	{
		font-family: 'Source Sans Pro';
	}

	acronym
	{
		font-family: 'Source Sans Pro';
	}

	abbr
	{
		font-family: 'Source Sans Pro';
	}

	li::marker
	{
		font-family: 'Source Sans Pro';
	}

	li
	{
		font-family: 'Source Sans Pro';
	}

	dir
	{
		font-family: 'Source Sans Pro';
	}

	center
	{
		font-family: 'Source Sans Pro';
	}

	dt
	{
		font-family: 'Source Sans Pro';
	}

	dd
	{
		font-family: 'Source Sans Pro';
	}

	dl
	{
		font-family: 'Source Sans Pro';
	}

	pre
	{
		font-family: 'Source Sans Pro';
	}

	blockquote
	{
		font-family: 'Source Sans Pro';
	}

	address
	{
		font-family: 'Source Sans Pro';
	}

	caption
	{
		font-family: 'Source Sans Pro';
	}

	td
	{
		font-family: 'Source Sans Pro';
	}

	th
	{
		font-family: 'Source Sans Pro';
	}

	tfoot
	{
		font-family: 'Source Sans Pro';
	}

	tbody
	{
		font-family: 'Source Sans Pro';
	}

	thead
	{
		font-family: 'Source Sans Pro';
	}

	tr
	{
		font-family: 'Source Sans Pro';
	}

	table
	{
		font-family: 'Source Sans Pro';
	}

	span.state
	{
		font-family: 'Source Sans Pro';
	}

	span.SeeIndexTerms
	{
		font-family: 'Source Sans Pro';
	}

	span.SeeIndex
	{
		font-family: 'Source Sans Pro';
	}

	span.SeeAlsoIndexTerms
	{
		font-family: 'Source Sans Pro';
	}

	span.SeeAlsoIndex
	{
		font-family: 'Source Sans Pro';
	}

	span.SearchHighlight9
	{
		font-family: 'Source Sans Pro';
	}

	span.SearchHighlight8
	{
		font-family: 'Source Sans Pro';
	}

	span.SearchHighlight7
	{
		font-family: 'Source Sans Pro';
	}

	span.SearchHighlight6
	{
		font-family: 'Source Sans Pro';
	}

	span.SearchHighlight5
	{
		font-family: 'Source Sans Pro';
	}

	span.SearchHighlight4
	{
		font-family: 'Source Sans Pro';
	}

	span.SearchHighlight3
	{
		font-family: 'Source Sans Pro';
	}

	span.SearchHighlight2
	{
		font-family: 'Source Sans Pro';
	}

	span.SearchHighlight10
	{
		font-family: 'Source Sans Pro';
	}

	span.SearchHighlight1
	{
		font-family: 'Source Sans Pro';
	}

	span.SearchHighlight
	{
		font-family: 'Source Sans Pro';
	}

	span.boolean
	{
		font-family: 'Source Sans Pro';
	}

	span
	{
		font-family: 'Source Sans Pro';
	}

	hr
	{
		font-family: 'Source Sans Pro';
	}

	script
	{
		font-family: 'Source Sans Pro';
	}

	object
	{
		font-family: 'Source Sans Pro';
	}

	textarea
	{
		font-family: 'Source Sans Pro';
	}

	input
	{
		font-family: 'Source Sans Pro';
	}

	select
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|relatedTopicsControlListItemLink:visited
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|relatedTopicsControlListItemLink:link
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|relatedTopicsControlListItemLink:hover
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|relatedTopicsControlListItemLink:focus
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|relatedTopicsControlListItemLink
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|keywordLinkControlListItemLink:visited
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|keywordLinkControlListItemLink:link
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|keywordLinkControlListItemLink:hover
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|keywordLinkControlListItemLink:focus
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|keywordLinkControlListItemLink
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|glossaryProxy
	{
		font-family: 'Source Sans Pro';
	}

	ul
	{
		font-family: 'Source Sans Pro';
	}

	ol
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|xref.TOCPageNumber
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|xref.RelLinkPageNumber
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|xref.ListOfPageNumber
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|xref.IndexPageNumber
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|xref.ConceptPageNumber
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|xref:hover
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|xref:focus
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|xref
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|expandingHead:hover
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|expandingHead:focus
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|expandingHead
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|expandingBody
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|dropDownHotspot:hover
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|dropDownHotspot:focus
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|dropDownHotspot
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|dropDownBody
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|dropDown
	{
		font-family: 'Source Sans Pro';
	}

	a.Popup
	{
		font-family: 'Source Sans Pro';
	}

	a.MCBreadcrumbsLink
	{
		font-family: 'Source Sans Pro';
	}

	a.GlossaryPageTerm
	{
		font-family: 'Source Sans Pro';
	}

	a:link
	{
		font-family: 'Source Sans Pro';
	}

	a:focus
	{
		font-family: 'Source Sans Pro';
	}

	a
	{
		font-family: 'Source Sans Pro';
	}

	MadCap|breadcrumbsProxy
	{
		font-family: 'Source Sans Pro';
	}

	html.topic
	{
		font-family: 'Source Sans Pro';
	}

	html.task
	{
		font-family: 'Source Sans Pro';
	}

	html.reference
	{
		font-family: 'Source Sans Pro';
	}

	html.home-topic
	{
		font-family: 'Source Sans Pro';
	}

	html.concept
	{
		font-family: 'Source Sans Pro';
	}

	html
	{
		font-family: 'Source Sans Pro';
	}

	*
	{
		font-family: 'Source Sans Pro';
	}

	div.topic-hero
	{
		font-family: 'Source Sans Pro';
	}

	div.Row-8-4::before
	{
		font-family: 'Source Sans Pro';
	}

	div.Row-8-4::after
	{
		font-family: 'Source Sans Pro';
	}

	div.Row-8-4
	{
		font-family: 'Source Sans Pro';
	}

	div.Row-6-6::before
	{
		font-family: 'Source Sans Pro';
	}

	div.Row-6-6::after
	{
		font-family: 'Source Sans Pro';
	}

	div.Row-6-6
	{
		font-family: 'Source Sans Pro';
	}

	div.Row-4-4-4::before
	{
		font-family: 'Source Sans Pro';
	}

	div.Row-4-4-4::after
	{
		font-family: 'Source Sans Pro';
	}

	div.Row-4-4-4
	{
		font-family: 'Source Sans Pro';
	}

	div.quick-links::before
	{
		font-family: 'Source Sans Pro';
	}

	div.quick-links::after
	{
		font-family: 'Source Sans Pro';
	}

	div.quick-links
	{
		font-family: 'Source Sans Pro';
	}

	div.home-tiles-layout::before
	{
		font-family: 'Source Sans Pro';
	}

	div.home-tiles-layout::after
	{
		font-family: 'Source Sans Pro';
	}

	div.home-tiles-layout
	{
		font-family: 'Source Sans Pro';
	}

	div.home-tiles::before
	{
		font-family: 'Source Sans Pro';
	}

	div.home-tiles::after
	{
		font-family: 'Source Sans Pro';
	}

	div.home-section
	{
		font-family: 'Source Sans Pro';
	}

	div.home-layout
	{
		font-family: 'Source Sans Pro';
	}

	div.home-footer
	{
		font-family: 'Source Sans Pro';
	}

	div.GlossaryPageTerm
	{
		font-family: 'Source Sans Pro';
	}

	div.GlossaryPageHeading
	{
		font-family: 'Source Sans Pro';
	}

	div.GlossaryPageEntry
	{
		font-family: 'Source Sans Pro';
	}

	div.GlossaryPageDefinition
	{
		font-family: 'Source Sans Pro';
	}

	div:nth-child(5)
	{
		font-family: 'Source Sans Pro';
	}

	div:nth-child(4)
	{
		font-family: 'Source Sans Pro';
	}

	div:nth-child(3)
	{
		font-family: 'Source Sans Pro';
	}

	div:nth-child(2)
	{
		font-family: 'Source Sans Pro';
	}

	div:nth-child(1)
	{
		font-family: 'Source Sans Pro';
	}

	div::before
	{
		font-family: 'Source Sans Pro';
	}

	div::after
	{
		font-family: 'Source Sans Pro';
	}

	div
	{
		font-family: 'Source Sans Pro';
	}

	h6
	{
		font-family: 'Source Sans Pro';
	}

	h5
	{
		font-family: 'Source Sans Pro';
	}

	p.TOC9
	{
		font-family: 'Source Sans Pro';
	}

	p.TOC8
	{
		font-family: 'Source Sans Pro';
	}

	p.TOC7
	{
		font-family: 'Source Sans Pro';
	}

	p.TOC6
	{
		font-family: 'Source Sans Pro';
	}

	p.TOC5
	{
		font-family: 'Source Sans Pro';
	}

	p.TOC4
	{
		font-family: 'Source Sans Pro';
	}

	p.TOC3
	{
		font-family: 'Source Sans Pro';
	}

	p.TOC2
	{
		font-family: 'Source Sans Pro';
	}

	p.TOC1
	{
		font-family: 'Source Sans Pro';
	}

	p.table-text
	{
		font-family: 'Source Sans Pro';
	}

	p.MiniTOC9
	{
		font-family: 'Source Sans Pro';
	}

	p.MiniTOC8
	{
		font-family: 'Source Sans Pro';
	}

	p.MiniTOC7
	{
		font-family: 'Source Sans Pro';
	}

	p.MiniTOC6
	{
		font-family: 'Source Sans Pro';
	}

	p.MiniTOC5
	{
		font-family: 'Source Sans Pro';
	}

	p.MiniTOC4
	{
		font-family: 'Source Sans Pro';
	}

	p.MiniTOC3
	{
		font-family: 'Source Sans Pro';
	}

	p.MiniTOC2
	{
		font-family: 'Source Sans Pro';
	}

	p.MiniTOC1
	{
		font-family: 'Source Sans Pro';
	}

	p.ListOf
	{
		font-family: 'Source Sans Pro';
	}

	p.IndexHeading
	{
		font-family: 'Source Sans Pro';
	}

	p.Index9
	{
		font-family: 'Source Sans Pro';
	}

	p.Index8
	{
		font-family: 'Source Sans Pro';
	}

	p.Index7
	{
		font-family: 'Source Sans Pro';
	}

	p.Index6
	{
		font-family: 'Source Sans Pro';
	}

	p.Index5
	{
		font-family: 'Source Sans Pro';
	}

	p.Index4
	{
		font-family: 'Source Sans Pro';
	}

	p.Index3
	{
		font-family: 'Source Sans Pro';
	}

	p.Index2
	{
		font-family: 'Source Sans Pro';
	}

	p.Index1
	{
		font-family: 'Source Sans Pro';
	}

	p.footer-sub
	{
		font-family: 'Source Sans Pro';
	}

	p.footer
	{
		font-family: 'Source Sans Pro';
	}

	p.ConceptContext
	{
		font-family: 'Source Sans Pro';
	}

	p.Concept
	{
		font-family: 'Source Sans Pro';
	}

	img
	{
		font-family: 'Source Sans Pro';
	}

	body
	{
		font-family: 'Source Sans Pro';
	}
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}
}

ul.Help-Lists	/*Help Lists*/
{
	font-family: Arial;
}

ul.Help-Lists > li > ul
{
	list-style-type: disc;
	list-style-image: none;
}

ul.Help-Lists > li > ul > li::marker
{
	font-family: 'Wingdings 2';
	content: '';
}

ul.Help-Lists > li > ul > li > ul
{
	list-style-type: disc;
	list-style-image: none;
}

ul.Help-Lists > li > ul > li > ul > li::marker
{
	font-family: Wingdings;
	content: 'v';
}

p.infotable
{
	padding-bottom: 0px;
	font-weight: bold;
	font-family: Arial;
}

p.top
{
	position: fixed;
	bottom: 0;
	right: 1%;
	z-index: 99;
	top: 90%;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 8px;
	font-family: Arial;
}

p.dataset
{
	font-size: inherit;
	font-family: 'Courier New';
	background-color: #eeeeee;
	padding-bottom: 2px;
	padding-top: 2px;
	border: solid 2px #333333;
	margin-left: 0px;
	padding-left: 6px;
	padding-right: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
}

p.important
{
	background: #d5c5fb;
	background-color: #d5c5fb;
	line-height: 20px;
	color: #000000;
	border-radius: 6px;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	margin: 1.12em 0;
	padding-top: 14px;
	padding-bottom: 14px;
	border: double 2px transparent;
	padding-right: 12px;
	padding-left: 12px;
}

