/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* 	root: These color variables are used throughout the stylesheet to ensure color consistency.  */

:root
{
	--EZP-Logo-Red: #710E30;
	--EZP-Power-Red: #75103d;
	--EZP-Web-Red: #c11841;
	--EZP-Logo-Gray-50percent: #959595;
	--EZP-Logo-Gray-65percent: #787878;
	--EZP-Web-Red: #c11841;
	--EZP-Web-Blue: #2483ca;
	--EZP-Web-Light-Blue: #b4bfd7;
	--EZP-Web-Gray: #696969;
	--EZP-Doc-Dark-Blue: #00609d;
	--EZP-Dark-Gray: #323232;
	--EZP-Med-Gray: #aaaaaa;
	--EZP-Light-Gray: #dcdcdc;
	--Black: #000000;
	--White: #ffffff;
	--Light-Blue: #f0f8ff;
	--Light-Yellow: #fafad2;
	--Light-Red: #ffe4e1;
}

/* 	These are body styles that apply to the html topics. */

body
{
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-width: 4px;
	border-top-width: 4px;
	max-width: 100%;
	font-size: 1em;
	margin: 17px;
	margin-top: 0px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

/* The hr.topic_hdr style sets the color for the rule at the top of a topic. */

hr.topic_hdr
{
	border-top: solid 2px #2f2fff;
	border-width: 2px;
}

/* 	These are the heading styles that apply to all topics by default. The h2.MoreInfo style is only applied at the bottom of CHM and HTML5 topics for related topic links. It is 
	always excluded from print outputs.*/

h1
{
	color: var(--EZP-Dark-Gray);
	font-size: 2.0em;
	font-weight: bold;
	margin-left: -17px;
	margin-right: -17px;
	margin-bottom: 10px;
	padding: 10px;
	page-break-before: always;
	width: 100%;
	z-index: 6;
}

h2
{
	color: var(--EZP-Dark-Gray);
	font-weight: bold;
	font-size: 1.75em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 16pt;
	margin-bottom: 4pt;
}

h2.MoreInfo
{
	border-top-style: solid;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #2f2fff;
	border-top-color: #2f2fff;
	border-width: 2px;
	font-weight: normal;
}

h2.NoToc
{
	color: var(--EZP-Dark-Gray);
	font-weight: bold;
	font-size: 1.75em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 16pt;
	margin-bottom: 4pt;
	mc-heading-level: 0;
}

h3
{
	color: var(--EZP-Dark-Gray);
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 4pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 12pt;
	page-break-after: avoid;
}

h4
{
	color: var(--EZP-Dark-Gray);
	font-size: 1.25em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 4pt;
	margin-left: 0;
	margin-top: 12pt;
	mc-heading-level: 0;
	page-break-after: avoid;
}

h5
{
	color: var(--EZP-Dark-Gray);
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 8pt;
	margin-top: 8pt;
	mc-heading-level: 0;
	page-break-after: avoid;
}

h6
{
	color: var(--EZP-Dark-Gray);
	font-size: .8 em;
	margin: 0;
	mc-heading-level: 0;
	page-break-after: avoid;
}

/* These are image styles. The img.ReduceButtonSize style is used for small button icons within text paragraphs. */

img
{
	mc-disabled: false;
	mc-thumbnail: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

img.MaxWidth100Percent
{
	mc-thumbnail: none;
	margin: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
	page-break-after: avoid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-color: var(--EZP-Light-Gray);
	border-left-color: var(--EZP-Light-Gray);
	border-right-color: var(--EZP-Light-Gray);
	border-top-color: var(--EZP-Light-Gray);
}

img.MaxWidth100PercentNoBorder
{
	max-width: 100%;
	mc-thumbnail: none;
	margin: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
	page-break-after: avoid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

img.ReduceButtonSize
{
	opacity: 1;
	filter: alpha(opacity=100);
	max-height: 20px;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
}

/* These are paragraph styles. */

p
{
	text-indent: 1px;
	top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: var(--Black);
	margin-bottom: 0.8em;
	font-size: 1em;
	orphans: 2;
	widows: 2;
	margin-top: 0.8em;
}

p.Figure
{
	color: var(--EZP-Dark-Gray);
	font-style: italic;
	mc-auto-number-class: Emphasis;
	margin-bottom: 8pt;
	mc-next-class: ' ';
	page-break-before: avoid;
	mc-auto-number-format: 'Figura {n+}: ';
}

p.FooterTopicMaster
{
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: normal;
	font-weight: bold;
}

p.important
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: var(--Light-Red);
	border-bottom-color: var(--EZP-Logo-Red);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: var(--EZP-Logo-Red);
	border-left-style: solid;
	border-left-width: 1px;
	border-radius: 6px;
	border-right-color: var(--EZP-Logo-Red);
	border-right-style: solid;
	border-right-width: 3px;
	border-top-color: var(--EZP-Logo-Red);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	mc-auto-number-format: '{b}{color #710e30}Importante: {/color}{/b}';
}

p.indent
{
	margin-left: 20px;
}

p.indent2
{
	margin-left: 30px;
}

p.indent3
{
	margin-left: 40px;
}

p.indent4
{
	margin-left: 50px;
}

p.IndexHeading
{
	text-align: left;
	margin-bottom: 0pt;
	margin-top: 0pt;
	margin: 0pt;
	color: var(--EZP-Dark-Gray);
	font-size: 1.125 em;
}

p.MiniTOC1
{
	mc-leader-offset: 10pt;
	mc-leader-align: right;
	margin-left: 0.5in;
}

p.MiniTOC2
{
	mc-leader-align: right;
	margin-left: 1in;
}

p.MiniTOC3
{
	margin-left: 1.5in;
}

p.NavigationNext
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: var(--Light-Yellow);
	border-bottom-color: var(--EZP-Med-Gray);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: var(--EZP-Med-Gray);
	border-left-style: solid;
	border-left-width: 1px;
	border-radius: 6px;
	border-right-color: var(--EZP-Med-Gray);
	border-right-style: solid;
	border-right-width: 3px;
	border-top-color: var(--EZP-Med-Gray);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	font-weight: bold;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	mc-auto-number-format: '{b}Próximo: {/b}';
}

p.NavigationStart
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: var(--Light-Yellow);
	border-bottom-color: var(--EZP-Med-Gray);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: var(--EZP-Med-Gray);
	border-left-style: solid;
	border-left-width: 1px;
	border-radius: 6px;
	border-right-color: var(--EZP-Med-Gray);
	border-right-style: solid;
	border-right-width: 3px;
	border-top-color: var(--EZP-Med-Gray);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	mc-auto-number-format: '{b}Comece aqui: {/b}';
}

p.normal_text_in_table
{
	font-weight: normal;
}

p.note
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: var(--Light-Blue);
	border-bottom-color: var(--EZP-Med-Gray);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: var(--EZP-Med-Gray);
	border-left-style: solid;
	border-left-width: 1px;
	border-radius: 6px;
	border-right-color: var(--EZP-Med-Gray);
	border-right-style: solid;
	border-right-width: 3px;
	border-top-color: var(--EZP-Med-Gray);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	font-style: normal;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	mc-auto-number-format: '{b}Nota: {/b}';
}

p.note_in_table
{
	mc-auto-number-class: NoteAutoNum;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	mc-auto-number-format: '{b}Nota: {/b}';
}

p.reference
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: var(--Light-Blue);
	border-bottom-color: var(--EZP-Med-Gray);
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: var(--EZP-Med-Gray);
	border-left-style: solid;
	border-left-width: 1px;
	border-radius: 6px;
	border-right-color: var(--EZP-Med-Gray);
	border-right-style: solid;
	border-right-width: 3px;
	border-top-color: var(--EZP-Med-Gray);
	border-top-style: solid;
	border-top-width: 1px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	mc-auto-number-format: '{b}Referência: {/b}';
}

p.reference_in_table
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	mc-auto-number-format: '{b}Referência: {/b}';
}

p.tip
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: var(--Light-Blue);
	border-bottom-color: var(--EZP-Med-Gray);
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: var(--EZP-Med-Gray);
	border-left-style: solid;
	border-left-width: 1px;
	border-radius: 6px;
	border-right-color: var(--EZP-Med-Gray);
	border-right-style: solid;
	border-right-width: 3px;
	border-top-color: var(--EZP-Med-Gray);
	border-top-style: solid;
	border-top-width: 1px;
	mc-auto-number-class: NoteAutoNum;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	mc-auto-number-format: '{b}Dica: {/b}';
}

p.tip_in_table
{
	mc-auto-number-class: NoteAutoNum;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	mc-auto-number-format: '{b}Dica: {/b} ';
}

p.TOC1
{
	margin-bottom: 8pt;
	margin-top: 8pt;
	margin: 0;
}

p.TOC2
{
	text-indent: 1px;
	margin-left: 10pt;
	margin-bottom: 8pt;
	margin-top: 8pt;
}

p._WriterNotes
{
	color: #c11841;
	mc-auto-number-format: '{b}Notas do escritor: {/b}';
}

/* These are list styles. */

li
{
	margin-bottom: 8pt;
	margin-top: 8pt;
	orphans: 2;
	widows: 2;
	font-size: 1em;
}

ol
{
	/* ol: numbered lists */
	list-style-type: decimal;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 40px;
	margin-right: 0px;
	padding-left: 0px;
}

ul
{
	/* ul: bullet lists */
	list-style-type: square;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 40px;
	margin-right: 0px;
	padding-left: 0px;
	list-style-image: none;
	line-height: 150%;
}

ol ol,
ul ol
{
	/* second level numbered lists */
	list-style-type: lower-alpha;
	margin-bottom: 10px;
}

ol ol ol,
ul ol ol,
ul ul ol,
ol ul ol
{
	/* third level numbered lists */
	list-style-type: lower-roman;
	margin-bottom: 10px;
}

ul ul,
ol ul
{
	/* second level bullet lists */
	list-style-type: disc;
	margin-bottom: 10px;
}

ul ul ul,
ol ul ul,
ol ol ul,
ul ol ul
{
	/* third level bullet lists */
	list-style-type: circle;
	margin-bottom: 10px;
}

/* 	These are span styles. */

span.calc
{
	font-family: "Times New Roman", Times, serif;
}

span.Emphasis
{
	font-weight: bold;
}

span.EmphasisItalic
{
	font-weight: normal;
	font-style: italic;
}

span.Input
{
	font-family: "Courier New", serif;
}

span.PathOrFile
{
	font-weight: normal;
	font-style: italic;
}

span.SeeAlsoIndexTerms
{
	font-style: italic;
}

span.SeeIndexTerms
{
	font-style: italic;
}

span.UI
{
	font-weight: bold;
}

/* These are table styles that are used if a specific table style has not been applied. */

table
{
	width: 100%;
	caption-side: top;
	overflow: hidden;
}

td
{
	margin-bottom: 8pt;
	vertical-align: top;
	margin-left: 8pt;
	margin-right: 8pt;
	margin: 8pt;
	margin-top: 8pt;
}

th
{
	margin-bottom: 8pt;
	margin-left: 0pt;
	margin-top: 8pt;
	color: #ffffff;
}

tr
{
	page-break-inside: avoid;
}

/* These are link styles */

a:link
{
	color: #2f2fff;
}

a:visited
{
	color: var(--EZP-Logo-Red);
}

a:hover
{
	color: var(--EZP-Logo-Red);
}

/* These are div styles */

div.GlossaryPageTerm
{
	font-size: 1em;
}

div.GlossaryPageDefinition
{
	font-size: 0.8em;
}

/*These are custom responsive layout row styles (div classes) in the stylesheet. */

div.ezpfooter
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

div.ezpfooter::before
{
	content: ' ';
	display: table;
}

div.ezpfooter::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.ezpfooter > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.ezpfooter > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.ezpfooter > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.ezpfooter > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

/* These are MadCap Flare styles. */

MadCap|breadcrumbsProxy
{
	border-bottom-style: none;
	background-color: var(--White);
	font-weight: normal;
	font-style: italic;
	color: var(--EZP-Logo-Red);
}

MadCap|dropDownBody
{
	border-bottom: none 0px var(--EZP-Dark-Gray);
}

MadCap|dropDownHead
{
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
}

MadCap|glossaryProxy
{
	border-top-color: transparent;
}

MadCap|glossaryTerm
{
	color: var(--EZP-Med-Gray);
	font-size: 1 em;
}

MadCap|indexProxy
{
	border-top-color: transparent;
}

MadCap|listOfProxy
{
	width: 5in;
	margin-top: 30px;
}

MadCap|miniTocProxy
{
	margin-right: 0.5in;
	margin-left: 0.5in;
	padding-left: 0px;
}

MadCap|popupHead
{
	color: var(--Black);
}

MadCap|xref
{
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	mc-format: '{paratext}';
}

span.mc-variable
{
	color: var(--Black);
}

caption
{
	font-weight: bold;
	background-color: #b0c4de;
	border: solid 1px #546c74;
	border-radius: 8px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #000000;
	padding-bottom: 5px;
	padding-top: 5px;
	border-left: solid 1px #546c74;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
}

/* The styles in @media print are used for only print outputs. */

@media print
{
	body
	{
		margin: 8px;
		background-image: none;
		color: var(--EZP-Dark-Gray);
		font-size: 10pt;
		font-family: Cambria, "Times New Roman", serif;
		line-height: 14px;
	}

	/* This is a common element for indents that somehow ended up in the print output section...not sure what it's here for. */

	.indent
	{
		margin-left: 5em;
	}

	/* These are print heading styles. These override the default styles for only print outputs. */

	h1
	{
		font-size: 20pt;
		font-weight: bold;
		line-height: 100%;
		mc-auto-number-class: ChapAutoNum;
		mc-auto-number-offset: 0;
		mc-heading-level: 1;
		mc-auto-number-format: 'CH:CAPÍTULO {chapnum}:  ';
	}

	h1.no_chapters	/* This is a special format for print so that the H1 doesn't get a chapter number but does get put in the TOC as an H1. */
	{
		font-size: 20pt;
		font-weight: bold;
		line-height: 100%;
		mc-auto-number-class: ChapAutoNum;
		mc-auto-number-format: ' ';
		mc-auto-number-offset: 0;
		mc-heading-level: 1;
		text-align: center;
	}

	h2
	{
		font-weight: bold;
		font-size: 18pt;
		margin-top: 30pt;
		margin-bottom: 10pt;
		line-height: 100%;
		mc-heading-level: 2;
	}

	h3
	{
		font-weight: bold;
		font-size: 16pt;
		line-height: 100%;
		margin-bottom: 10pt;
		margin-top: 20pt;
		mc-heading-level: 0;
	}

	h4
	{
		font-weight: bold;
		font-size: 14pt;
		line-height: 100%;
		margin-bottom: 10pt;
		margin-top: 20pt;
		mc-heading-level: 0;
	}

	h5
	{
		font-size: 12pt;
		line-height: 100%;
		margin-bottom: 10pt;
		margin-top: 20pt;
		mc-heading-level: 0;
	}

	h6
	{
		font-size: 12pt;
		line-height: 100%;
		mc-heading-level: 0;
	}

	/* These are div styles used in only printed outputs. */

	div.GlossaryPageTerm
	{
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 10pt;
	}

	div.GlossaryPageDefinition
	{
		font-size: 8pt;
	}

	div.GlossaryPageHeading
	{
		font-size: 14pt;
	}

	div.nobreak
	{
		page-break-inside: avoid;
	}

	/* These are image styles used in only printed outputs. */

	img
	{
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	img.ReduceButtonSize
	{
		max-height: 20px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		border-left-style: none;
		border-left-width: 0px;
		border-right-style: none;
		border-right-width: 0px;
		border-top-style: none;
		border-top-width: 0px;
		border-bottom-style: none;
		border-bottom-width: 0px;
	}

	/* These are image styles used in only printed outputs. They keep the image from going off the printed page. */

	img.MaxWidth100Percent
	{
		max-width: 100%;
	}

	img.MaxWidth100PercentNoBorder
	{
		max-width: 100%;
	}

	/* These are list styles used in only print outputs. */

	li
	{
		margin-bottom: 6pt;
		margin-top: 6pt;
		text-align: left;
		orphans: 2;
		widows: 2;
		line-height: normal;
		font-weight: normal;
		font-size: 10pt;
	}

	li,
	p
	{
		margin-bottom: 6pt;
		margin-top: 6pt;
		text-align: left;
		orphans: 2;
		widows: 2;
		font-weight: normal;
		color: var(--EZP-Dark-Gray);
		font-size: 10pt;
		line-height: normal;
	}

	/* These are paragraph styles used for only print outputs. */

	p
	{
		text-indent: 0in;
		color: var(--EZP-Dark-Gray);
		orphans: 2;
		widows: 2;
	}

	p.ContentsHeadingPrint
	{
		font-size: 14pt;
		font-weight: bold;
		margin-top: 72pt;
		color: var(--Black);
	}

	p.Figure
	{
		color: var(--EZP-Dark-Gray);
		font-style: italic;
		mc-auto-number-class: FigureNum;
		page-break-before: avoid;
		mc-next-class: ' ';
		mc-auto-number-format: 'CH:Figura {chapnum}-{n+}: ';
	}

	p.FrameHeaderText
	{
		font-weight: bold;
		font-size: 9pt;
		margin: 0px;
	}

	p.FrameFooterText
	{
		font-size: 9pt;
		font-weight: bold;
	}

	p.GlossaryPrintHead
	{
		font-size: 14pt;
		font-weight: bold;
		margin-top: 72pt;
		margin: 0pt;
		mc-heading-level: 1;
		page-break-before: always;
	}

	p.IndexHeading
	{
		margin-top: 0pt;
		padding-top: 16px;
		font-size: 11pt;
	}

	p.IndexPrintHead
	{
		font-size: 14pt;
		font-weight: bold;
		margin-top: 72pt;
		margin: 0pt;
		mc-heading-level: 1;
		page-break-before: always;
	}

	p.ManualVersionNumber
	{
		text-align: right;
		margin-top: 20px;
		font-weight: bold;
	}

	p.MiniTOC1
	{
		margin-left: 0in;
	}

	p.note
	{
		mc-auto-number-format: '{b}Nota: {/b}';
	}

	p.PageBreakBefore
	{
		page-break-before: always;
	}

	p.Title
	{
		font-family: Cambria, "Times New Roman", serif;
		text-align: center;
		font-size: 30pt;
	}

	p.TOC1
	{
		tab-stops: right dotted 5in;
		font-size: 11pt;
		margin-bottom: 6pt;
		margin-top: 6pt;
		page-break-after: avoid;
		font-weight: bold;
		font-style: normal;
	}

	p.TOC2
	{
		tab-stops: right dotted 5in;
		margin-bottom: 2pt;
		margin-top: 2pt;
		font-size: 10pt;
	}

	/* These are print-only span styles. */

	span.ChapAutoNum
	{
		font-size: 20pt;
		font-weight: bold;
		font-style: normal;
		color: var(--EZP-Dark-Gray);
	}

	span.pagenumber
	{
		font-size: 12pt;
		font-style: normal;
		font-weight: bold;
	}

	/* These are MadCap styles for print-only outputs. */

	MadCap|xref.figure_ref
	{
		text-decoration: none;
		mc-format: '{paratext} {pageref}';
	}

	MadCap|xref.IndexPageNumber
	{
		color: var(--EZP-Dark-Gray);
	}

	MadCap|xref
	{
		mc-format: '{paratext} {pageref}';
	}

	li.MoreInfo
	{
		
	}

	MadCap|dropDownHead
	{
		font-size: 12pt;
		line-height: 14pt;
	}
}

/* 	These are styles to adjust content display responsive content when viewed on a tablet device. */

@media only screen and (max-width: 1279px)
{
	div.ezpfooter > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.ezpfooter > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.ezpfooter > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

/* 	These are styles to adjust content display responsive content when viewed on a mobile device. */

@media only screen and (max-width: 767px)
{
	div.ezpfooter > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.ezpfooter > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.ezpfooter > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}
}

li.MoreInfo	/*Use for bulleted lists in the More Information section of online topics.*/
{
	list-style-image: url('../Images/Nav/SmBlueDot.png');
}

