/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	font-family: Arial;
	font-size: 16px;
}

h1
{
	font-size: 26px;
	margin-top: 8px;
	margin-bottom: 12px;
	margin: 8px 0px 12px;
	font-weight: bold;
	color: #564695;
}

h2
{
	font-size: 20px;
	font-weight: normal;
	color: #564695;
}

h3
{
	font-weight: bold;
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #434343;
}

h4
{
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

p
{
	margin-top: 0pt;
	font-size: 16px;
	padding: 0px 0px;
	line-height: 20px;
}

ol,
ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

img
{
	border: none;
}

MadCap|expandingHead
{
	cursor: hand;
	color: #404040;
	font-weight: bold;
	font-size: 20px;
	font-style: inherit;
}

MadCap|expandingBody
{
	font-style: normal;
	color: #000000;
	font-size: 16px;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: #000000;
	font-style: normal;
	margin-bottom: 6px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 2px;
}

.body-container
{
	padding-bottom: 100px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 12px;
}

/*== Other topics header bar styles ==*/

.title-bar-container
{
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	/*adds the shadow effect to the header*/
}

/*== madcap proxy assigned styles ==*/

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #000000;
}

MadCap|dropDownBody
{
	padding-bottom: 0;
	padding: 10px 10px 0;
}

MadCap|dropDown
{
	mc-image-spacing: 10px;
	padding: 10px 0;
	border-bottom: solid 1px #dcdcdc;
	mc-open-image: url('../Images/minus2.png');
	mc-closed-image: url('../Images/plus1.png');
}

MadCap|bodyProxy
{
	margin-bottom: 24px;
}

MadCap|pageFooter
{
	color: #868686;
	font-size: 12px;
	border-top: solid 1px #5e33bf;
}

ol ol
{
	margin-left: 30px;
	padding-bottom: 20px;
}

ol > li::marker
{
	padding-bottom: 20px;
}

li
{
	padding-bottom: 12px;
}

MadCap|relatedTopics
{
	line-height: 23px;
	padding-top: 12px;
	padding: 12px;
	margin-bottom: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-radius: 20px;
	padding-bottom: 12px;
	margin-top: 20px;
	background: #564695;
	color: #ffffff;
	mc-image: url('../Images/related-topics.png');
	mc-help-control-display: list;
	border: none 2px #000000;
	margin-left: 0px;
	list-style-type: square;
}

ol
{
	margin: 0px 0px 0px 8px;
	margin-bottom: 6px;
	margin-left: 30px;
}

ul
{
	margin-left: 30px;
	margin-bottom: 12px;
}

MadCap|relatedTopics:hover
{
	background-color: transparent;
	color: #ffffff;
	font-weight: normal;
	border-bottom-color: transparent;
	border: none 2px #000000;
	mc-help-control-display: list;
	background: #564695;
}

MadCap|relatedTopics:focus
{
	outline-color: transparent;
	mc-help-control-display: list;
	border: none 2px #000000;
}

MadCap|helpControlMenuItem.Highlighted
{
	background-color: #5727c7;
	padding: 8px;
	font-size: 14px;
	font-family: Arial;
}

div.Row-4-4-4 > div:nth-child(1)
{
	margin-left: 25%;
}

MadCap|relatedTopicsControlList
{
	
}

MadCap|helpControlMenu
{
	color: #5727c7;
	background-color: #ffffff;
	border: solid 2px #dcdcdc;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}

MadCap|helpControlMenuItem
{
	font-size: 14px;
	font-family: Arial;
}

MadCap|dropDownHotspot:hover
{
	color: #5727c7;
	padding-bottom: 8px;
}

div.two-column	/*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-column::before
{
	content: ' ';
	display: table;
}

div.two-column::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.two-column > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.two-column > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.two-column > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.two-column1	/*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-column1::before
{
	content: ' ';
	display: table;
}

div.two-column1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.two-column1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0.5px;
	padding-right: 0.5px;
}

div.two-column1 > div:nth-child(1)
{
	width: 75%;
	margin-left: 0%;
}

div.two-column1 > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 0%;
}

MadCap|glossaryTerm
{
	color: #724695;
}

a:hover
{
	font-weight: bold;
}

MadCap|relatedTopicsControlListItem
{
	color: #ffffff;
}

MadCap|relatedTopicsControlListItemLink
{
	color: #ffffff;
}

@media only screen and (max-width: 1279px)
{
	.body-container
	{
		padding-left: 1em;
		padding-right: 1em;
	}

	div.two-column > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.two-column > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.two-column1 > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.two-column1 > div:nth-child(2)
	{
		width: 8.3333%;
		margin-left: 0%;
	}
}

p.important
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 14px 20px;
	color: #05010f;
	border: double 1px transparent;
	background: #d5c5fb;
	padding-left: 12px;
}

p.glossary-term
{
	color: #5e33bf;
	font-weight: bold;
}

p.p-header
{
	color: #5e33bf;
	font-weight: bold;
	font-size: 16px;
}

p.table-text
{
	
}

div.content
{
	
}

div.home-footer
{
	background-color: #f1f1f1;
	padding-bottom: 1%;
	padding-right: 5%;
	padding-top: 1%;
	padding-left: 1%;
}

ul.table > li::marker
{
	font-family: ;
	content: '▪';
}

ul.tablec
{
	margin-left: 0px;
}

@media only screen and (max-width: 767px)
{
	p
	{
		padding-left: 12px;
	}

	h1
	{
		
	}

	div.two-column > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.two-column > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.two-column1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.two-column1 > div:nth-child(2)
	{
		width: 8.3333%;
		margin-left: 0%;
	}
}

