/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	color: #0a1f18;
	font-family: Arial;
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
}

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
	font-family: Arial;
}

p.table-text
{
	font-size: 12pt;
}

/* Headings */

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	color: #0a1f18;
	font-family: 'Arial Narrow';
	font-variant: caps;
	text-transform: uppercase;
}

h2
{
	font-weight: bold;
	font-size: 18.0pt;
	color: #0ca47c;
	text-transform: uppercase;
	font-family: 'Arial Narrow';
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
	color: #0ca47c;
	text-transform: uppercase;
	font-family: 'Arial Narrow';
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

/* Home page topic */

div.home-layout
{
	padding: 2% 5%;
	background-color: #ffffff;
}

div.home-section
{
	border-bottom: solid 1px #F0F9FC;
	padding: 10px 0;
}

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;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #0e5447;
	padding: 2%;
	color: #030f0f;
	--Primary: #f6c544;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

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;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	--Primary: #f6c544;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

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;
}

div.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

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%;
	background-image: url('../Images/hero_image.png');
	background-size: cover;
	background-attachment: scroll;
	max-height: 175px;
}

div.topic-hero h1
{
	font-size: 48pt;
	text-align: center;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

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;
	color: #0a1f18;
	border-bottom-color: #1e0a0a;
}

/* Links */

a
{
	color: #0ca47c;
	font-family: Arial;
}

a:link
{
	color: #0ca47c;
}

a:visited
{
	color: #0ca47c;
}

a:focus
{
	color: #0ca47c;
}

a:hover
{
	color: #0ca47c;
}

a:active
{
	color: #0ca47c;
}

MadCap|dropDown
{
	border-bottom: 1px solid #F0F9FC;
	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;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: #0a1f18;
	font-weight: bold;
	border-bottom: none;
	font-size: 14pt;
	mc-multiline-indent: 20px;
}

MadCap|expandingBody
{
	color: #0a1f18;
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #0ca47c;
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: #0ca47c;
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25px;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Master page */

div.home-footer
{
	padding: 2% 5%;
	background-color: #ecf6f5;
	color: #0a1f18;
}

.home-footer-logo
{
	background-image: url('../Branding/Logo.png');
	background-repeat: no-repeat;
	background-position: right center;
	width: 400px;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #0e5447;
}

p.footer-sub
{
	font-size: 14pt;
	margin-top: 14px;
	color: #0ca47c;
}

MadCap|searchResultsProxy
{
	font-family: 'Times New Roman';
	color: #0ca47c;
	--Dark: #1e0a0a;
	--Primary: #0ca47c;
}

a.GlossaryPageTerm
{
	--Dark: #ff7540;
	--Primary: #ff7540;
}

MadCap|expandingHead:focus
{
	color: #0ca47c;
}

p.TOC9
{
	color: #0a1f18;
}

p.Index6
{
	color: #ff7540;
}

MadCap|dropDownHead
{
	text-align: left;
	vertical-align: 11px;
	text-indent: 0px;
	display: block;
	mc-multiline-indent: 20px;
}

MadCap|bodyProxy
{
	background-color: #fBF9F3;
}

MadCap|glossaryTerm
{
	color: #0ca47c;
}

ol
{
	margin-left: 50px;
}

li
{
	margin-left: 10px;
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	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;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		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%;
	}

	.home-footer-logo
	{
		padding: 20px;
		background-origin: content-box;
		background-size: contain;
	}
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	p.ChapterTitle
	{
		color: #000000;
		font-family: 'Arial Narrow';
		font-size: 14.0 pt;
		font-weight: bold;
		line-height: 1.6em;
		text-transform: uppercase;
		padding-left: 0.25rem;
		padding-right: 0.3331rem;
		padding-top: 0.3331;
	}

	p.Product_Text
	{
		color: #0e5447;
		font-size: 25px;
		font-weight: 400;
		line-height: 12;
		padding-bottom: .3331rem;
		padding-left: .25rem;
		padding-right: 0.3331rem;
		padding-top: 0.3331rem;
	}

	p.Product_Text1
	{
		font: 'Arial Narrow';
		font-family: 'Arial Narrow';
		padding-bottom: 2pt;
	}

	p.Product_Text11
	{
		font: 'Arial Narrow';
		font-family: 'Arial Narrow';
		padding-bottom: 2pt;
	}

	p.x_Confidentiality
	{
		color: #000000;
		font-family: 'Arial Narrow';
		font-size: 10pt;
		font-weight: 400;
		line-height: 12pt;
		margin: 0;
		mc-auto-number-position: inside-head;
		padding: 0;
		padding-bottom: 0.3331rem;
		padding-left: .25rem;
		padding-right: 0.3331rem;
		padding-top: .3331rem;
	}

	p.x_AddressHead
	{
		color: #000000;
		font-family: Arial, Arial, sans-serif;
		font-size: 10pt;
		font-weight: 400;
		line-height: 12pt;
		margin: 0;
		padding: 0;
		padding-left: .25rem;
		padding-top: 0.3331rem;
		padding-right: .3331rem;
		padding-bottom: .3331rem;
	}

	p.x_back_contact
	{
		color: #000000;
		font: Arial, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		margin: 0;
		padding: 0;
		line-height: 12pt;
		padding-right: .3331rem;
		padding-bottom: .3331rem;
	}

	p.x_back_text
	{
		color: #000000;
		font: Arial;
		font-size: 10pt;
		font-weight: 400;
		margin: 0;
		padding: 0;
		line-height: 12pt;
		padding-right: .3331rem;
	}

	p.x_copyright_long
	{
		font-size: 10pt;
		font-weight: 400;
		padding: 0px;
		margin: 0;
		color: #000000;
		line-height: 0;
		font: Arial, Arial, sans-serif;
		font-family: Arial, Arial, sans-serif;
		margin-bottom: 3pt;
		padding-bottom: 0px;
	}

	p.x_Date
	{
		color: #7e8083;
		font-family: 'Arial Narrow';
		font-size: 10pt;
		font-weight: 400;
		line-height: 0pt;
		margin: 0;
		padding: 0;
		padding-left: 0.25rem;
		padding-top: 2pt;
		text-align: left;
		text-transform: uppercase;
		padding-right: 0.3331rem;
		padding-bottom: 0.3331rem;
	}

	p.x_DocInfoShort
	{
		color: #000000;
		font-family: Arial, Arial, sans-serif;
		font-size: 9pt;
		font-weight: 400;
		line-height: 9pt;
		margin: 0;
		padding: 0;
		padding-bottom: 5pt;
	}

	p.x_Footer
	{
		color: #0e5447;
		font: 'Arial Narrow', Arial Narrow, sans-serif;
		font-family: 'Arial Narrow', Arial Narrow, sans-serif;
		font-size: 8pt;
		font-weight: bold;
		line-height: 10pt;
		margin: 0;
		padding: 0;
		padding-bottom: 12pt;
		padding-left: .25rem;
		padding-right: 0.3331rem;
		padding-top: 6pt;
		text-align: right;
	}

	p.x_Footer_left
	{
		text-align: left;
		color: #0e5447;
		font-family: Roboto;
		font-size: 8pt;
		font-weight: 400;
		line-height: 12pt;
		margin: 0;
		margin-bottom: 3pt;
		margin-top: 1pt;
		padding: 0;
		padding-bottom: 0.3331rem;
		padding-right: 0.3331rem;
	}

	p.x_ForMoreInfo
	{
		color: #0e5447;
		font: 'Arial Narrow', Arial Narrow, sans-serif;
		font-family: 'Arial Narrow', Arial Narrow, sans-serif;
		font-size: 20pt;
		font-weight: bold;
		line-height: 12pt;
		margin: 0;
		padding: 0;
		padding-bottom: 0.3331rem;
		padding-right: 0.3331rem;
	}
}

a.frontpage
{
	color: #ffffff;
	font-weight: bold;
	font-size: 16pt;
	text-decoration: none;
}

div.url
{
	display: none;
}

h1.topic_hero
{
	margin: 0px;
	color: #0ca47c;
}

.nav-search
{
	max-width: none;
	float: right;
	margin-left: -150px;
	width: 400px;
	margin-top: 0px;
}

.Contents
{
	font-weight: bold;
	margin-top: 0pt;
	mc-hyphenate: never;
	line-height: 20pt;
	text-transform: uppercase;
	color: #000000;
	font-size: 22pt;
	text-align: left;
	border-bottom-width: 4px;
	margin-bottom: .2in;
	padding-bottom: 2pt;
	border-bottom: #0e5447;
	font: 'Arial Narrow';
	font-family: 'Arial Narrow';
}

*.Contents
{
	font-weight: bold;
	margin-top: 0pt;
	mc-hyphenate: never;
	line-height: 20pt;
	text-transform: uppercase;
	color: #000000;
	font-size: 22pt;
	text-align: left;
	border-bottom-width: 4px;
	margin-bottom: .2in;
	padding-bottom: 2pt;
	border-bottom: #0e5447;
	font: 'Arial Narrow';
	font-family: 'Arial Narrow';
}

p.Contents
{
	
}

