/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* @import url('https://fonts.googleapis.com/css?family=Open+Sans'); */

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
body
{
	font-family: 'Red Hat Display';
	line-height: 1.5em;
}

p
{
	font-size: 12pt;
	line-height: 18pt;
	font-family: 'Red Hat Display';
}

h1
{
	margin-top: 12px;
	margin-bottom: 6px;
	font-weight: bold;
	font-style: normal;
	font-family: 'Red Hat Display';
	font-size: 32px;
	color: #000000;
}

h2
{
	font-weight: bold;
	font-style: italic;
	font-size: 20pt;
	margin-bottom: 6px;
	margin-top: 12px;
	font-family: 'Red Hat Display';
}

h3
{
	font-weight: normal;
	font-style: normal;
	font-size: 17pt;
	margin-bottom: 3px;
	margin-top: 18px;
	font-family: 'Red Hat Display';
}

h4
{
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	margin-top: 4px;
	margin-bottom: 3px;
	font-family: 'Red Hat Display';
}

ol
{
	font-size: 12pt;
	line-height: 1.5em;
	font-family: 'Red Hat Display';
}

ul
{
	font-size: 12pt;
	line-height: 1.5em;
	font-family: 'Red Hat Display';
}

span.ScreenObjects
{
	font-weight: bold;
	color: #000000;
}

img.Image_expandable
{
	mc-thumbnail: hover;
	mc-thumbnail-max-height: 200px;
}

img.Hyperlinked
{
	border-style: none;
}

img.Slideshow
{
	border-style: none;
	margin-bottom: 15px;
}

.centered-text
{
	text-align: center;
}

.whiteheader
{
	color: #ffffff;
	font-weight: normal;
}

/* This .css is borrowed from the simplyACS application code and influences the aesthetic of the striped background image in the footer. In addition to here, it also appears in Glo_Standard_Styles_web.css */

div.stripes
{
	background-image: url('../Images/stripes_background.png');
	no-repeat: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	color: #FFFFFF;
	font-family: 'Red Hat Display';
	vertical-align: bottom;
	text-align: center;
	background-size: 100%;
	margin-left: -500px;
	margin-right: -500px;
}

.stripes h1
{
	text-transform: uppercase;
	font-weight: 600;
	margin: 1.25em 0em;
}

.stripes button
{
	margin: 20% 0;
}

.stripes ul
{
	margin-top: 20px;
	list-style: none;
}

.footer-copyright
{
	text-align: left;
}

.footer-link
{
	color: #FFF;
}

/* Home Page Footer */

.footer
{
	background-color: #292928;
	/* background-image: url('../Images/stripes_background.png'); */
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer a
{
	text-decoration: none;
	color: #DADADA;
}

.footer > div.row
{
	line-height: 30px;
	padding: 0;
}

/* WEB - Mad Cap proxy/editor assigned styles */

MadCap|searchBarProxy
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	width: 50%;
	font-family: 'Red Hat Display';
}

MadCap|topicToolbarProxy
{
	float: none;
}

p.TOC2
{
	margin-left: 20px;
	display: none;
}

menu
{
	font-family: 'Red Hat Display';
}

div
{
	font-family: 'Red Hat Display';
}

MadCap|slideThumbnail.active
{
	font-family: 'Red Hat Display';
}

MadCap|slideThumbnail:hover
{
	font-family: 'Red Hat Display';
}

MadCap|slideThumbnail
{
	font-family: 'Red Hat Display';
}

a
{
	mc-disabled: false;
	font-family: 'Red Hat Display';
}

a.GlossaryPageTerm
{
	mc-disabled: true;
}

a.MCBreadcrumbsLink
{
	mc-disabled: true;
}

a.Popup
{
	mc-disabled: true;
}

abbr
{
	mc-disabled: true;
}

acronym
{
	mc-disabled: true;
}

blockquote
{
	mc-disabled: true;
}

div.GlossaryPageEntry
{
	mc-disabled: true;
}

div.GlossaryPageHeading
{
	mc-disabled: true;
}

div.GlossaryPageTerm
{
	mc-disabled: true;
}

figcaption
{
	mc-disabled: true;
}

p.Concept
{
	mc-disabled: true;
}

p.ConceptContext
{
	mc-disabled: true;
}

p.Index3
{
	mc-disabled: true;
}

p.Index4
{
	mc-disabled: true;
}

p.Index5
{
	mc-disabled: true;
}

p.Index6
{
	mc-disabled: true;
}

p.Index7
{
	mc-disabled: true;
}

p.Index8
{
	mc-disabled: true;
}

p.Index9
{
	mc-disabled: true;
}

li.Body-Text-Numbers
{
	font-size: 12pt;
	font-family: 'Red Hat Display';
}

li.Body-Text-Bullets
{
	font-size: 12pt;
	font-family: 'Red Hat Display';
}

p.ItalicSmall
{
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}

MadCap|snippetBlock
{
	font-family: 'Red Hat Display';
}

div.TwoColumns	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.TwoColumns::before
{
	content: ' ';
	display: table;
}

div.TwoColumns::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.TwoColumns > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.TwoColumns > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.TwoColumns > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.Two-across-responsive	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Two-across-responsive::before
{
	content: ' ';
	display: table;
}

div.Two-across-responsive::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Two-across-responsive > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Two-across-responsive > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.Two-across-responsive > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

li::marker
{
	font-family: 'Red Hat Display';
}

li
{
	font-family: 'Red Hat Display';
}

div.Row-6and6	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Row-6and6::before
{
	content: ' ';
	display: table;
}

div.Row-6and6::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Row-6and6 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Row-6and6 > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.Row-6and6 > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

MadCap|dropDownHotspot
{
	color: #000000;
	font-family: 'Red Hat Display';
	font-style: normal;
	font-weight: normal;
}

h5
{
	font-family: 'Red Hat Display';
}

h6
{
	font-family: 'Red Hat Display';
}

table.Basic-Table
{
	font-family: 'Red Hat Display';
}

table.Table
{
	font-family: 'Red Hat Display';
}

tbody
{
	font-family: 'Red Hat Display';
}

td
{
	font-family: 'Red Hat Display';
}

tfoot
{
	font-family: 'Red Hat Display';
}

th
{
	font-family: 'Red Hat Display';
}

thead
{
	font-family: 'Red Hat Display';
}

tr
{
	font-family: 'Red Hat Display';
}

MadCap|breadcrumbsProxy
{
	font-family: 'Red Hat Display';
}

MadCap|menuProxy
{
	font-family: 'Red Hat Display';
}

MadCap|miniTocProxy
{
	font-family: 'Red Hat Display';
}

MadCap|snippetText
{
	font-family: 'Red Hat Display';
}

MadCap|tocProxy
{
	font-family: 'Red Hat Display';
}

MadCap|variable
{
	font-family: 'Red Hat Display';
}

span
{
	font-family: 'Red Hat Display';
}

MadCap|dropDown
{
	font-family: 'Red Hat Display';
	font-style: normal;
}

MadCap|dropDownBody
{
	font-family: 'Red Hat Display';
	color: 86C716;
	font-style: normal;
}

MadCap|dropDownHead
{
	font-family: 'Red Hat Display';
	font-style: normal;
	font-weight: normal;
}

MadCap|bodyProxy
{
	font-family: 'Red Hat Display';
}

@media only screen and (max-width: 1279px)
{
	div.TwoColumns > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.TwoColumns > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Two-across-responsive > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Two-across-responsive > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Row-6and6 > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Row-6and6 > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.TwoColumns > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.TwoColumns > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Two-across-responsive > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Two-across-responsive > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Row-6and6 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Row-6and6 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media print
{
	blockquote
	{
		border-width: 0;
		font-family: 'Trebuchet MS';
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		mc-hyphenate: never;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	/* Heading Tags */

	h1
	{
		color: #009639;
		font-size: 25pt;
		font-style: normal;
		margin-bottom: 6pt;
		margin-top: 18pt;
		page-break-after: avoid;
		font-family: 'Trebuchet MS';
	}

	h2
	{
		color: #333f48;
		font-size: 18pt;
		font-style: italic;
		font-weight: normal;
		margin-bottom: 3pt;
		margin-top: 12pt;
		page-break-after: avoid;
		font-family: 'Trebuchet MS';
	}

	h3
	{
		color: #000000;
		font-size: 12pt;
		font-style: normal;
		font-weight: bold;
		line-height: 14pt;
		margin-top: 6pt;
		margin-bottom: 3pt;
		page-break-after: avoid;
		font-family: 'Trebuchet MS';
	}

	h4
	{
		color: #333f48;
		font-size: 10pt;
		font-weight: bold;
		margin-top: 4pt;
		margin-bottom: 3pt;
		mc-heading-level: 0;
		page-break-after: avoid;
	}

	/* Paragraph Tags */

	p
	{
		color: #000000;
		font-family: 'Trebuchet MS';
		font-size: 9pt;
		line-height: 12pt;
		margin-bottom: 3pt;
		margin-top: 6pt;
		mc-hyphenate: never;
	}

	p.AvoidPageBreakAfter
	{
		column-break-after: avoid;
		page-break-after: avoid;
	}

	p.AvoidPageBreakBefore
	{
		column-break-before: avoid;
		page-break-before: avoid;
	}

	p.Boxed
	{
		border: solid 1px;
	}

	p.BreakAfter
	{
		page-break-after: always;
	}

	p.BreakBefore
	{
		page-break-before: always;
	}

	p.Category
	{
		color: #009639;
		font-size: 20pt;
	}

	p.Center
	{
		text-align: center;
	}

	p.CodeSample
	{
		color: #4169e1;
		font-family: Batang;
		font-size: 10pt;
	}

	p.Copyright
	{
		color: #009639;
		font-size: 7pt;
		margin-bottom: 0pt;
		margin: 0;
		text-align: center;
	}

	p.Indent1
	{
		text-indent: 10px;
	}

	p.Indent2
	{
		text-indent: 20px;
	}

	p.Indent3
	{
		text-indent: 30px;
	}

	p.Intro
	{
		page-break-after: avoid;
	}

	p.Italic
	{
		font-style: italic;
	}

	p.ItalicSmall
	{
		font-style: italic;
		font-size: 7pt;
	}

	p.Title_UM_DocType_20pt
	{
		font-size: 20pt;
		color: #009639;
	}

	p.Title_UM_Subtitle_14pt
	{
		font-size: 14pt;
	}

	p.Title_UM_Version_and_Date_10pt
	{
		font-size: 10pt;
	}

	code
	{
		font-family: Batang;
		font-size: 10pt;
		padding-bottom: 5px;
		vertical-align: 1px;
	}

	/* Span Tags */

	span.Note
	{
		font-weight: bold;
	}

	span.ScreenObjects
	{
		color: #009639;
		font-weight: bold;
	}

	span.Values
	{
		font-weight: bold;
	}

	span.Warning
	{
		color: #ff0000;
		font-weight: bold;
	}

	/* List Tags */

	ul
	{
		font-size: 9pt;
		margin-bottom: 3pt;
		margin-left: 40px;
		margin-right: 0;
		margin-top: 3pt;
		font-family: 'Trebuchet MS';
	}

	li
	{
		font-size: 9pt;
		line-height: 12pt;
		margin-bottom: 3pt;
		margin-left: 40px;
		margin-right: 0;
		margin-top: 3pt;
		font-family: 'Trebuchet MS';
	}

	li.Body-Text-Bullets
	{
		list-style-position: outside;
		list-style-type: disc;
		font-size: 9pt;
		font-family: 'Trebuchet MS';
	}

	li.Body-Text-Numbers
	{
		list-style-position: outside;
		list-style-type: decimal;
		font-size: 9pt;
		font-family: 'Trebuchet MS';
	}

	/* Table Tags */

	table
	{
		border-width: 1px;
		margin-bottom: 4pt;
		margin-top: 8pt;
		width: 100%;
	}

	thead
	{
		font-size: 9pt;
		color: #ffffff;
	}

	tbody
	{
		vertical-align: top;
	}

	tr
	{
		page-break-inside: avoid;
	}

	table.Table
	{
		border-color: #5f6062;
		border-style: dotted;
		border-width: 1px;
		margin-bottom: 8px;
		margin-top: 4px;
	}

	table.Basic-Table
	{
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
		margin-bottom: 8px;
		margin-top: 4px;
	}

	/* TOC Tags */

	p.TOC1
	{
		margin-bottom: 1pt;
		margin-top: 0pt;
		padding-bottom: 0pt;
		padding-top: 3pt;
	}

	p.TOC2
	{
		padding-bottom: 0pt;
		padding-top: 0pt;
		margin-bottom: 1pt;
		margin-top: 0pt;
	}

	p.TOC3
	{
		padding-bottom: 0pt;
		padding-top: 0pt;
		margin-bottom: 1pt;
		margin-top: 0pt;
	}

	p.TOC4
	{
		margin-bottom: 1pt;
		margin-top: 0pt;
		padding-bottom: 0pt;
		padding-top: 3pt;
	}

	/* Flare-Specific Tags */

	MadCap|snippetBlock
	{
		page-break-after: avoid;
	}

	MadCap|snippetBlock.AllowPageBreakAfter
	{
		page-break-after: auto;
	}

	MadCap|xref
	{
		mc-format: '{quote}{paratext}{quote}';
	}

	ol
	{
		font-size: 9pt;
		font-family: 'Trebuchet MS';
	}

	li::marker
	{
		font-family: 'Trebuchet MS';
	}

	dd
	{
		font-family: 'Trebuchet MS';
	}

	dt
	{
		font-family: 'Trebuchet MS';
	}

	dl
	{
		font-family: 'Trebuchet MS';
	}

	h6
	{
		font-family: 'Trebuchet MS';
	}

	h5
	{
		font-family: 'Trebuchet MS';
	}
}

p#CodeSample
{
	font-size: 12pt;
	margin-top: 0.12em;
	margin-bottom: 0.12em;
	color: #4169e1;
	font-family: 'Courier New';
	line-height: 14pt;
}

p.Example
{
	font-size: 14pt;
	font-family: 'Courier New';
}

span.Example
{
	font-size: 14pt;
	font-family: 'Courier New';
}

/* Got rid of redundant h1 dictionary alphabet headings */

#contentBody > div.Row-6and6 > div:nth-child(1) > div > div > ul > li > a
{
	display: none;
}

