/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	font-size: 1em;
	line-height: 1.4em;
	font-family: Roboto, sans-serif;
}

h1
{
	color: var(--Darkest);
	font-size: 2em;
	padding-left: 0.5em;
	font-weight: bolder;
	border-top-left-radius: 3px;
	padding-bottom: 0.2em;
	border-bottom: solid 3px var(--Primary);
	border-left: solid 3px var(--BrandAccent);
	line-height: 1.6;
}

h2
{
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: solid 3px var(--Secondary);
}

h3
{
	font-weight: bold;
	font-size: 1.2em;
}

h4
{
	font-weight: bold;
	font-size: 1em;
}

h5
{
	font-weight: bold;
	font-size: 1em;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

p
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	color: #434242;
	mc-hyphenate: never;
	page-break-inside: avoid;
	padding-bottom: .8em;
}

ol,
ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

img
{
	mc-thumbnail-max-height: auto;
	padding-top: 8pt;
	padding-bottom: 6pt;
	mc-thumbnail: popup;
	mc-thumbnail-max-width: 50vmax;
}

/* border for images, saved for later...
border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	
	*/

MadCap|expandingHead
{
	cursor: hand;
	text-decoration: none;
	font-style: normal;
	color: var(--Primary);
	font-weight: bold;
}

MadCap|expandingBody
{
	color: #777777;
	font-style: italic;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--Primary);
	font-weight: bold;
}

.body-container
{
	padding-top: 2em;
	padding-left: 3em;
	padding-right: 3em;
}

/*== 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: #636363;
}

:root
{
	--Lightest: #dcdcdc;
	--Accent: #6ea001;
	--Highlight: #FFB400;
	--Darkest: #111111;
	--Lowlight: #fbf7e4;
	--Dark: #666666;
	--Medium: #989696;
	--Link: #1E73BC;
	--Primary: #5591B9;
	--Secondary: #9fcae6;
	--BrandAccent: #163463;
}

div.RightPanel1
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.RightPanel1::before
{
	content: ' ';
	display: table;
}

div.RightPanel1::after
{
	display: table;
	clear: both;
	content: ' ';
}

div.RightPanel1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.RightPanel1 > div:nth-child(1)
{
	margin-left: 0%;
	width: 75%;
}

div.RightPanel1 > div:nth-child(2)
{
	border: 1px solid #cccccc;
	padding: 10px;
	box-shadow: 1px 2px #cccccc;
	width: 20%;
	margin-left: 5%;
}

div.RightPanel	/*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;
}

MadCap|xref
{
	color: var(--Link);
}

a:link
{
	color: var(--Link);
}

a:visited
{
	color: var(--Link);
}

a:active
{
	
}

a
{
	
}

div.Footer	/*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;
	padding: 0px 0px 0px 0em;
}

div.Footer::before
{
	content: ' ';
	display: table;
}

div.Footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Footer > div
{
	float: left;
	border-bottom-left-radius: 3px;
	border-top: solid 3px var(--Primary);
	padding-top: 0.2em;
	padding-left: 0.5em;
}

div.Footer > div:nth-child(1)
{
	border-left: solid 3px var(--BrandAccent);
	width: 100%;
	margin-left: 0%;
}

div.Footer > div:nth-child(2)
{
	width: 25%;
	margin-left: 0%;
	text-align: right;
}

MadCap|dropDownHead
{
	mc-closed-image-alt-text: Closed;
}

.MCDropDownHotSpot img
{
	margin: 0;
	padding: 2px;
	border: 0 none;
}

MadCap|glossaryTerm
{
	color: var(--Primary);
}

MadCap|popupBody
{
	background-color: #f5f5f5;
	width: 50vmax;
}

MadCap|dropDown
{
	padding-bottom: 1em;
}

@media only screen and (max-width: 1279px)
{
	.body-container
	{
		padding-left: 1em;
		padding-right: 1em;
	}

	div.RightPanel > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.RightPanel > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Footer > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.Footer > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

p.note
{
	color: var(--Darkest);
	background: var(--Lowlight);
	border: solid 2px var(--Highlight);
	padding: 0px 0px 0px 1em;
	margin-left: 3em;
	mc-auto-number-format: '{b}Note:  {/b}';
	padding-bottom: .8em;
	padding-top: .8em;
	padding-right: .4em;
	padding-left: 1.2em;
	margin-bottom: 1.5em;
	margin-top: 1em;
}

p.prerequisite
{
	mc-auto-number-format: '{b}Prerequisites: {/b}';
	mc-auto-number-offset: 0;
	padding-left: 1em;
}

p.warning
{
	mc-auto-number-format: '{b}Warning: {/b}';
	color: var(--Darkest);
	background: #faecec;
	margin-bottom: 1.5em;
	margin-top: 1em;
	margin-left: 3em;
	border: solid 2px #dc1b22;
	padding: 0px 0px 0px 1em;
	padding-bottom: .8em;
	padding-left: 1.2em;
	padding-right: .4em;
	padding-top: .8em;
}

p.tip
{
	border: solid 2px var(--Accent);
	background: #edf8d4;
	margin-bottom: 1.5em;
	margin-top: 1em;
	margin-left: 3em;
	mc-auto-number-format: '{b}Tip: {/b}';
	color: var(--Darkest);
	padding-bottom: .8em;
	padding-left: 1.2em;
	padding-right: .4em;
	padding-top: .8em;
}

@media only screen and (max-width: 767px)
{
	div.RightPanel > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.RightPanel > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Footer > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Footer > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.RightPanel1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.RightPanel1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

p.tiny
{
	font-size: 0.8em;
}

#topBtn
{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	background-position: center;
	background-repeat: no-repeat;
	border: none 2px transparent;
	background-color: var(--Link);
	color: var(--Lightest);
	font-size: 20px;
}

#topBtn svg path
{
	fill: var(--Lightest);
}

#topBtn:hover
{
	background-color: var(--Lightest);
	font-weight: bold;
	font-size: 24px;
	color: var(--Link);
}

#topBtn:hover svg path
{
	fill: var(--Link);
}

a.video
{
	
}

img.IMG_NO_BORDER
{
	border: none;
	padding-top: 0pt;
	padding-bottom: 0pt;
	mc-thumbnail: none;
}

b.menu
{
	
}

p.Title	/*for PDF output*/
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	mc-hyphenate: never;
	page-break-inside: avoid;
	padding-bottom: .8em;
	font-size: 34pt;
	font-weight: bold;
	color: var(--Darkest);
}

@media print
{
	img
	{
		max-width: 99%;
	}
}

.feedback-reason
{
	display: none;
}

.feedback-question i:hover,
.feedback-question i:focus,
.feedback-question i:active
{
	cursor: pointer;
}

div.hidden
{
	display: none;
}

