@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta />*/

body
{
	font-size: 87.5%;
	color: #4a4a4a;
	background: #e5e5e5;
	margin-left: 20px;
	font-weight: normal;
	font-family: 'Fidelity Sans';
}

p
{
	font-size: 0.9em;
	font-weight: normal;
	font-family: 'Fidelity Sans';
}

p.Indent
{
	margin-left: 35px;
}

h1
{
	font-family: 'Fidelity Sans';
	font-size: 2.5em;
	font-weight: normal;
	color: #4a4a4a;
	padding-top: 5px;
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom: solid 1px #bdbdbd;
}

h2
{
	font-size: 2.14em;
	font-weight: normal;
	color: #4a4a4a;
}

h3
{
	font-size: 1.7em;
	font-weight: normal;
	color: #616161;
}

h4
{
	font-size: 1.42em;
	font-weight: normal;
	color: #4a4a4a;
}

/* Link Styles */

a:link
{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #1565c0;
}

a:visited
{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #01579b;
}

a:focus
{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #1565c0;
}

a:hover
{
	font-family: Arial;
	text-decoration: underline;
	color: #1565c0;
	font-weight: normal;
}

a:active
{
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	color: #1565c0;
}

MadCap|xref
{
	mc-format: '{para}';
	text-decoration: underline;
	color: #0078ae;
}

/* Breadcrumb links 

MadCap|breadcrumbsProxy
{
	color: #1565c0;
	font-family: 'Fidelity Sans';
	font-style: normal;
	font-weight: normal;
	display: block;
	margin-left: 0px;
	margin-top: 0px;
	padding: 5px;
	mc-breadcrumbs-count: 4;
	mc-breadcrumbs-divider: ' > ';
	background-color: #e5e5e5;
	border: none;
	mc-breadcrumbs-prefix: ' ';
	font-size: 75%;
	width: 100%;
}

A.MCBreadcrumbsLink:link
{
	font-style: normal;
}

A.MCBreadcrumbsLink:visited
{
	font-style: normal;
	color: #1565c0;
}

A.MCBreadcrumbsLink:focus
{
	font-family: 'Fidelity Sans';
	color: #1565c0;
}

A.MCBreadcrumbsLink:hover
{
	color: #1565c0;
	font-weight: bold;
	font-decoration: underline;
}

A.MCBreadcrumbsLink:active
{
	font-family: 'Fidelity Sans';
	color: #1565c0;
}  */

/* Numbers and Bullets */

ul
{
	padding-left: 35px;
	font-size: 95%;
}

ol
{
	padding-left: 50px;
	font-size: 95%;
}

li
{
	line-height: normal;
	margin-top: 3px;
	margin-bottom: 3px;
}

li.Indent1
{
	margin-left: 15px;
	list-style-type: circle;
}

li.Disc
{
	margin-left: 15px;
	list-style-type: disc;
}

li.Indent2
{
	margin-left: 33px;
	list-style-type: square;
}

li.AlphaBullet
{
	margin-left: 40px;
	list-style-type: disc;
}

li.NoBullet1
{
	list-style-type: none;
}

li.NoBullet2
{
	margin-left: 15px;
	list-style-type: none;
}

li.NoBullet3
{
	margin-left: 33px;
	list-style-type: none;
}

li.LowerAlpha
{
	list-style-type: lower-alpha;
	margin-left: 23px;
}

/* <div> tags */

div.body
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #e0e0e0;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #e0e0e0;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #e0e0e0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e0e0e0;
	width: 95%;
	height: 300px;
	overflow: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #ffffff;
	font-size: 100%;
	color: #4d4d4f;
}

div.HowDoI	/*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: 0px;
	margin-right: 0%;
}

div.HowDoI::before
{
	content: ' ';
	display: table;
}

div.HowDoI::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.HowDoI > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.HowDoI > div:nth-child(1)
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #e0e0e0;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #e0e0e0;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #e0e0e0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e0e0e0;
	width: 25%;
	height: 400px;
	overflow: auto;
	margin-right: 1%;
	margin-bottom: 13px;
	margin-top: 5px;
	background-color: #ffffff;
	font-size: 90%;
}

div.HowDoI > div:nth-child(2)
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #e0e0e0;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #e0e0e0;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #e0e0e0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e0e0e0;
	width: 72%;
	height: 400px;
	overflow: auto;
	margin-left: 1%;
	margin-bottom: 13px;
	margin-top: 5px;
	background-color: #ffffff;
	font-size: 90%;
}

div.copyright
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #e0e0e0;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #e0e0e0;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #e0e0e0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e0e0e0; */
	width: 99%;
	height: auto;
	margin-left: 0px;
	margin-bottom: 13px;
	margin-top: 0px;
	background-color: #ffffff;
	font-size: 90%;
}

html
{
	mc-community-features: disabled;
	mc-master-page: url('../MasterPages/TopNavTitle.flmsp');
}

MadCap|miniTocProxy
{

}

@media only screen and (max-width: 1024px)
{
	h1
	{
		font-size: 214.27%;
	}

	h2
	{
		font-size: 171.43%;
	}

	h3
	{
		font-size: 142.86%;
	}

	p
	{
		font-size: 90%;
	}

	ul
	{
		padding-left: 35px;
		font-size: 80%;
		font-family: 'Fidelity Sans';
	}

	ol
	{
		padding-left: 50px;
		font-size: 80%;
		font-family: 'Fidelity Sans';
	}
}
