/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	font-size: 95%;
	color: #4d4d4f;
	background: #e5e5e5;
	margin-left: 20px;
	font-weight: normal;
	font-family: 'Fidelity Sans', Arial, sans-serif;
}

/* Heading Styles */

h1
{
	font-family: 'Fidelity Sans', Arial, sans-serif;
	font-size: 1.75em;
	font-weight: normal;
	color: #4d4d4f;
	padding-top: 5px;
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom: solid 1px #bdbdbd;
}

h2
{
	font-size: 1.5em;
	font-weight: normal;
	color: #4d4d4f;
}

h3
{
	font-size: 1.25em;
	font-weight: normal;
	color: #616161;
}

h4
{
	font-size: 1em;
	font-weight: bold;
	color: #4d4d4f;
}

/* Paragraph Styles */

p
{
	font-size: 0.9em;
	font-weight: normal;
	font-family: 'Fidelity Sans', Arial, sans-serif;
}

p.Indent
{
	margin-left: 35px;
}

/* Link Styles */

a:link
{
	font-family: 'Fidelity Sans', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #1565c0;
}

a:visited
{
	font-family: 'Fidelity Sans', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #19417b;
}

a:focus
{
	font-family: 'Fidelity Sans', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #1565c0;
}

a:hover
{
	font-family: 'Fidelity Sans', Arial, sans-serif;
	text-decoration: underline;
	color: #1565c0;
	font-weight: normal;
}

a:active
{
	text-decoration: none;
	font-weight: normal;
	font-family: 'Fidelity Sans', Arial, sans-serif;
	color: #1565c0;
}

a.button
{
	color: #4d4d4d;
	font-family: 'Fidelity Sans', Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	border-radius: 0px;
	border: 1px solid #1565c0;
	background-color: #ffffff;
	padding: 10px;
	width: 150px;
	cursor: pointer;
	transition-duration: 0.4s;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

a.button:hover
{
	background-color: #1565c0;
	color: #ffffff;
}

MadCap|xref
{
	mc-format: '{para}';
	text-decoration: underline;
	color: #0078ae;
}

/* Numbers and Bullets */

ul
{
	padding-left: 35px;
	font-size: 92.5%;
	font-family: 'Fidelity Sans', Arial, sans-serif;
}

ol
{
	padding-left: 50px;
	font-size: 92.5%;
	font-family: 'Fidelity Sans', Arial, sans-serif;
}

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;
	width: 95%;
	height: 125px;
	overflow: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #e5e5e5;
	font-size: 100%;
	color: #4d4d4f;
	font-family: 'Fidelity Sans', Arial, sans-serif;
}

div.spacer
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 95%;
	height: 100px;
	overflow: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #e5e5e5;
	font-size: 100%;
	color: #4d4d4f;
	font-family: 'Fidelity Sans', Arial, sans-serif;
}

div.copyright
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 99%;
	height: auto;
	margin-left: 0px;
	margin-bottom: 13px;
	margin-top: 0px;
	background-color: #ffffff;
	font-size: 90%;
	font-family: 'Fidelity Sans', Arial, sans-serif;
}

div.center
{
	max-width: 33%;
	margin: auto;
	background: transparent;
}

html
{
	mc-community-features: disabled;
	mc-master-page: url('../MasterPages/Master.flmsp');
}

img
{
	border: none;
	max-width: 100%;
	max-height: auto;
}

@media only screen and (max-width: 720px)
{
	/*	div.HowDoI > div:nth-child(1)
	{
		width: 75%;
		margin-left: 0%;
	} 

	div.HowDoI > div:nth-child(2)
	{
		width: 75%;
		margin-left: 0%;
	}

	div.HelpRow > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.HelpRow > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.HelpRow > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}  */

	div.center
	{
		max-width: 50%;
		margin: auto;
		background: transparent;
	}

	a.button
	{
		color: #4d4d4d;
		font-family: 'Fidelity Sans';
		font-size: 80%;
		font-style: normal;
		text-align: center;
		border-radius: 0px;
		border: 1px solid #1565c0;
		background-color: #ffffff;
		padding: 10px;
		width: 140px;
		cursor: pointer;
		transition-duration: 0.4s;
		display: block;
	}
}

@media only screen and (max-width: 480px)
{
	/*	div.HowDoI > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	} 

	div.HowDoI > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.HelpRow > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.HelpRow > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.HelpRow > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}*/

	div.center
	{
		max-width: 33%;
		margin: auto;
		background: transparent;
	}

	a.button
	{
		color: #4d4d4d;
		font-family: 'Fidelity Sans';
		font-size: 75%;
		font-style: normal;
		text-align: center;
		border-radius: 0px;
		border: 1px solid #1565c0;
		background-color: #ffffff;
		padding: 10px;
		width: 130px;
		cursor: pointer;
		transition-duration: 0.4s;
		display: block;
	}
}

