/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:root
{
	--Brand1: #076685;
	--Brand2: #CDE0E7;
	--Dark: #45494c;
	--Light: #d0d3d5;
}

body
{
	color: var(--Dark);
	padding: 2% 2%;
	mc-hyphenate: never;
	font-family: Poppins;
}

/* Content */

img
{
	border: none;
}

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25;
	color: inherit;
	font-family: Poppins;
}

p.created-using-flare
{
	font-weight: bold;
	text-transform: uppercase;
}

p.table-text
{
	font-size: 12pt;
	font-family: Poppins;
}

/* Headings */

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	mc-hyphenate: inherit;
	page-break-before: always;
	color: #06185F;
	font-family: Poppins;
}

h2
{
	font-weight: bold;
	font-size: 18.0pt;
	color: #085CE5;
	font-family: Poppins;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
	color: #06185F;
	font-family: Poppins;
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
	color: #06185F;
	font-family: inherit;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
	color: #575A5D;
	font-family: Poppins;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
	font-family: Poppins;
}

/* Home page topic */

div.home-section
{
	padding: 3% 2%;
	border-bottom: solid 1px var(--Light);
}

div.home-section:first-of-type	/*Removes padding-top of the first home-section*/
{
	padding: 0 2% 3%;
}

div.home-section:last-of-type	/*Removes bottom border of last home-section*/
{
	border-bottom: none;
}

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;
}

/* Lists */

ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
}

/* Links */

a
{
	color: #06185F;
	font-family: Poppins;
}

a:link
{
	color: #06185F;
}

a:visited
{
	color: var(--Brand1);
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	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: Poppins;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
	font-family: Poppins;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	font-family: Poppins;
	font-size: 16pt;
	color: #575a5d;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
	font-family: Poppins;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Brand1);
	font-family: Poppins;
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	mc-conditions: 'General.ScreenOnly';
	font-family: Poppins;
	color: #06185F;
}

/* Master page */

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: var(--Dark);
	font-family: Poppins;
}

table
{
	page-break-inside: avoid;
}

td
{
	vertical-align: baseline;
	font-family: Poppins;
}

caption
{
	font-family: Poppins;
}

div
{
	font-family: Poppins;
}

li
{
	font-family: Poppins;
}

MadCap|dropDownHead
{
	font-family: Poppins;
}

ol
{
	font-family: Poppins;
}

th
{
	font-family: Poppins;
}

thead
{
	font-family: Poppins;
}

tr
{
	font-family: Poppins;
}

ul
{
	font-family: Poppins;
}

span.mc-variable
{
	font-family: Poppins;
}

p.TOC1
{
	font-family: Poppins;
}

p.TOC2
{
	font-family: Poppins;
}

p.TOC3
{
	font-family: Poppins;
}

p.TOC4
{
	font-family: Poppins;
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	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%;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	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%;
	}
}

@media print
{
	img
	{
		max-width: 6.5in;
		max-height: auto;
	}

	h1
	{
		mc-hyphenate: never;
		page-break-before: always;
	}

	h2
	{
		mc-hyphenate: never;
	}

	h3
	{
		mc-hyphenate: never;
		mc-heading-level: 0;
	}

	.NotInTOC
	{
		mc-heading-level: 0;
	}

	.ColorWhite
	{
		color: #ffffff;
	}

	p.PDFFooter
	{
		font-size: 8pt;
		line-height: 10pt;
		margin-bottom: 5px;
		margin-top: 5px;
	}

	p
	{
		font-size: 11pt;
		line-height: 12pt;
		margin-bottom: 10px;
		margin-top: 10px;
		page-break-inside: avoid;
	}

	ol
	{
		line-height: 12pt;
		page-break-inside: avoid;
		font-size: 10pt;
	}

	ul
	{
		line-height: 12pt;
		page-break-inside: avoid;
		font-size: 10pt;
	}

	body
	{
		font-size: 11pt;
	}

	p.Note_Header_Access
	{
		font-size: 11pt;
		line-height: 30pt;
	}

	p.Note_Header_Caution
	{
		font-size: 11pt;
		line-height: 30pt;
	}

	p.Note_Header_Note
	{
		font-size: 11pt;
		line-height: 30pt;
	}

	p.Note_Header_Tip
	{
		font-size: 11pt;
		line-height: 30pt;
	}

	p.Note_Header_Tutorial
	{
		font-size: 11pt;
		line-height: 30pt;
	}

	p.TOC1
	{
		font-size: 14pt;
		font-weight: bolder;
	}

	p.TOC2
	{
		font-size: 12pt;
	}

	p.TOC3
	{
		font-size: 10pt;
		font-weight: lighter;
	}

	p.TOC4
	{
		font-size: 9pt;
		font-weight: lighter;
	}

	MadCap|dropDown
	{
		page-break-after: inherit;
		border-bottom: none;
	}

	MadCap|dropDownHead
	{
		page-break-after: avoid;
		font-size: 11pt;
	}

	p.table-text
	{
		font-size: 10pt;
	}

	li
	{
		page-break-inside: avoid;
		font-size: 10pt;
	}

	th
	{
		font-size: 10pt;
	}

	h4
	{
		mc-heading-level: 0;
	}

	h5
	{
		mc-heading-level: 0;
	}

	MadCap|dropDownHotspot
	{
		font-size: 14pt;
	}

	div
	{
		page-break-inside: avoid;
	}

	tr
	{
		page-break-inside: avoid;
	}
}

p.caption
{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25;
	font-size: 11.0pt;
	font-style: italic;
	color: #384143;
	page-break-after: avoid;
}

img.thumbnail_popup
{
	mc-thumbnail-max-height: 100px;
	mc-thumbnail: popup;
}

p.Note_Header_Access
{
	font-size: 12.0pt;
	margin-top: 20px;
	letter-spacing: 0.25;
	font-weight: bold;
	margin-bottom: -20px;
	font-family: Poppins;
	color: #76DCFD;
}

p.Note_Header_Caution
{
	font-size: 12.0pt;
	margin-top: 20px;
	letter-spacing: 0.25;
	font-weight: bold;
	margin-bottom: -20px;
	color: #AF272F;
}

p.Note_Header_Note
{
	font-size: 12.0pt;
	margin-top: 20px;
	letter-spacing: 0.25;
	font-weight: bold;
	margin-bottom: -20px;
	color: #085CE5;
}

p.Note_Header_Tip
{
	font-size: 12.0pt;
	margin-top: 20px;
	letter-spacing: 0.25;
	font-weight: bold;
	margin-bottom: -20px;
	color: #085CE5;
}

p.Note_Header_Tutorial
{
	font-size: 12.0pt;
	margin-top: 20px;
	letter-spacing: 0.25;
	font-weight: bold;
	margin-bottom: -20px;
	color: #085CE5;
}

span.mc-variable.Bold
{
	font-weight: bold;
}

h1.TOCHeader
{
	mc-heading-level: 1;
}

h2.TOCHeader
{
	mc-heading-level: 0;
}

