/*<meta conditions="" />*/

@import url('variables.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: Moderat-Regular;
	src: url("../fonts/Moderat-Regular.woff2"), url('../Fonts/Moderat-Regular.ttf') format('truetype');
}

@font-face 
{
	font-family: Moderat-Bold;
	src: url("../fonts/Moderat-Bold.woff2"), url('../Fonts/Moderat-Bold.ttf') format('truetype');
}

@font-face 
{
	font-family: Myriad-Semibold;
	src: url('../Fonts/Myriad Pro Semibold.ttf') format('truetype');
}

/*========= Basic Typography =========*/

body
{
	font-size: 12pt;
	color: #3A0C18;
	font-family: 'Moderat-Regular', Verdana, Arial;
	line-height: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: 'Moderat-Bold', Verdana, Arial;
	font-weight: bold;
	color: #3A0C18;
	margin-bottom: 4px;
	width: 100%;
	mc-disable-glossary-terms: true;
	mc-hyphenate: never;
}

h1
{
	font-size: 2em;
	line-height: 1.2em;
	margin-top: 0;
	mc-heading-level: 1;
}

h2
{
	font-size: 1.5em;
	margin-top: 1rem;
	mc-heading-level: 2;
}

h3
{
	font-size: 1.17em;
	margin-top: 1rem;
	mc-heading-level: 3;
}

h4
{
	font-size: 1em;
	margin-top: 1rem;
	mc-heading-level: 4;
}

h5
{
	font-size: 0.83em;
	margin-top: 1rem;
	mc-heading-level: 5;
}

h6
{
	font-size: 0.75em;
	margin-top: 1rem;
	mc-heading-level: 6;
}

/* ====== Add Office icons to a link. You will need to manually apply one of these styles if the link does not end in an Office or PDF extension ===== */

a.doc,
a.ppt,
a.xls,
a.pdf
{
	text-decoration: none;
}

a.doc:before,
a.ppt:before,
a.xls:before,
a.pdf:before
{
	font-family: "FontAwesome";
	font-size: 1.3rem;
	padding: 0px 5px 0px 0px;
	vertical-align: middle;
}

a.doc:before
{
	color: #285192;
	content: '\f1c2';
}

a.ppt:before
{
	color: #d24726;
	content: '\f1c4';
}

a.xls:before
{
	color: #1e6e42;
	content: '\f1c3';
}

a.pdf:before
{
	color: #e61b23;
	content: '\f1c1';
}

/* ====== Link Styles ===== */

a
{
	text-decoration: none;
}

a:link,
.xref:link
{
	text-decoration: none;
	color: #0000FF;
}

a:visited,
.xref:visited
{
	color: #800080;
	text-decoration: none;
}

a:hover,
.xref:hover
{
	color: #0000FF;
	text-decoration: underline;
}

a i.fa:hover
{
	color: #0000FF;
	text-decoration: none;
}

/* ===== Cross Reference Links ===== */

MadCap|xref
{
	text-decoration: none;
	mc-format: ' (See: {b}{paratext}{/b})';
}

MadCap|xref.topic-title
{
	mc-format: '{title}';
	text-decoration: none;
}

/* ===== Paragraph Styles ===== */

p
{
	margin-top: 4pt;
	margin-bottom: 4pt;
	width: 100%;
}

p.caption
{
	page-break-after: avoid;
}

p.how-to
{
	background: #3A0C18;
	padding: 10px 15px 7px 15px;
	margin: 10px 0 10px 0;
	color: #fff;
}

/* ===== Various text styles ===== */

.italic
{
	font-style: italic;
}

.italic-underline
{
	font-style: italic;
	text-decoration: underline;
}

.Term,
.Prefix
{
	font-weight: bold;
}

.Message
{
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
}

.bold-italic
{
	font-style: italic;
	font-weight: bold;
}

.bold-underline
{
	font-weight: bold;
	text-decoration: underline;
}

.underline
{
	text-decoration: underline;
}

.centered
{
	text-align: center;
}

.color-white
{
	color: #fff;
}

/* ===== Search Results Highlight Color ===== */

span.highlight-yellow
{
	background-color: #ffff00;
}

/* ===== For indenting a blocks of content ===== */

div.indent
{
	margin-left: 18pt;
}

/* ===== Lists Styles ===== */

ol,
ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 1.3em;
	width: 100%;
}

ol li,
ul li
{
	margin-top: 4pt;
	margin-bottom: 4pt;
}

ol li::marker
{
	font-weight: bold;
}

ul li::marker
{
	font-weight: bold;
	font-size: 24px;
}

ul li ol li::marker
{
	font-weight: bold;
	font-size: 16px;
}

ol ol
{
	list-style-type: decimal;
	padding-left: 1em;
}

ol ol ol
{
	list-style-type: lower-roman;
	padding-left: 1em;
}

ol ol ol ol
{
	list-style-type: decimal;
	padding-left: 1em;
}

ol.lower_roman
{
	list-style-type: lower-roman;
}

ol.upper_alpha
{
	list-style-type: upper-alpha;
}

ol.number
{
	list-style-type: decimal;
}

ol.upper_alpha ol
{
	list-style-type: decimal;
}

ol.upper_alpha ol ol
{
	list-style-type: lower-alpha;
}

ul
{
	list-style-type: square;
}

ul ul
{
	list-style-type: disc;
}

ul ul ul
{
	list-style-type: circle;
}

ul.indented
{
	margin-left: 1.25in;
	list-style-type: circle;
}

ul.menu,
ul.menu ul,
ul.menu li,
ul.menu,
ul.menu ul ul,
ul.menu li
{
	padding: 0 !important;
	margin-top: 0 !important;
	width: 97%;
}

/* ===== Info, Notes, Tips, and Warnings  ===== */

div.Info,
div.Note,
div.Tip,
div.Warning
{
	padding: 0 6px 2px 42px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px 0 10px 0;
	width: 100%;
}

div.Info > p:first-child,
div.Note > p:first-child,
div.Tip > p:first-child,
div.Warning > p:first-child
{
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 0;
	padding-bottom: 0;
}

div.Info,
div.Warning,
div.Tip,
div.Note
{
	background-position: 4px 4px;
	background-repeat: no-repeat;
	background-size: 35px;
}

div.Info,
p.Info
{
	border: 2px solid #c3f9c3;
	background-image: url('../Images/Icons/information-green-exclamation.png');
}

div.Note,
p.Note
{
	border: 2px solid #cfebfd;
	background-image: url('../Images/Icons/attention-blue-eye.png');
}

div.Tip,
p.Tip
{
	border: 2px solid #ffe9ce;
	background-image: url('../Images/Icons/tip-orange-lightbulb.png');
}

div.Warning,
p.Warning
{
	border: 2px solid #ffd3d4;
	background-image: url('../Images/Icons/note-red-triangle.png');
}

div.how-to
{
	background: #3A0C18;
	padding: 10px 15px 7px 15px;
	margin: 10px 0 10px 0;
	color: #fff;
}

p.Info,
p.Note,
p.Tip,
p.Warning
{
	padding: 10px 10px 10px 40px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px 0 10px 0;
	background-position: 3px 2px;
	background-repeat: no-repeat;
	background-size: 35px;
}

/*============= Drop down styles =============*/

MadCap|dropDownHead,
MadCap|dropDownHotspot
{
	font-family: var(--font-text);
	font-size: 18pt;
	font-weight: normal !important;
	color: #3A0C18;
	cursor: hand;
	margin-top: 0;
	padding: 0;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	border: none !important;
	overflow: hidden;
}

MadCap|dropDownHead
{
	background: none;
	border-radius: 0;
	box-shadow: none;
}

MadCap|dropDownHead:hover
{
	background: none;
}

MadCap|dropDownHotspot
{
	padding: 8px 0 0 8px;
	width: 100%;
}

MadCap|dropDown.SecondLevel
{
	mc-heading-level: 3;
}

.dropDown.dropDownSecondLevel span.MCDropDownHead.dropDownHead
{
	box-shadow: none;
	background: none;
}

MadCap|dropDown.how-to-box
{
	mc-heading-level: 3;
}

.dropDown.dropDownhow-to-box span.MCDropDownHead.dropDownHead
{
	box-shadow: none;
	background: none;
}

/*============= End Drop Down styles =============*/
/* ===== Images styles ===== */

img
{
	width: auto;
	height: auto;
	border: none;
	vertical-align: baseline;
	max-width: 100%;
}

img.Images
{
	max-width: 100%;
	border: 2px solid #D7CCBF;
}

img.table-list
{
	max-width: 100%;
	border: 2px solid #D7CCBF;
}

img.Thumbnail_200pxhigh
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 200px;
	z-index: 100;
	border: 2px solid #D7CCBF;
}

img.Thumbnail_350pxwide
{
	mc-thumbnail: popup;
	mc-thumbnail-max-width: 350px;
	mc-thumbnail-max-height: auto;
	border: 2px solid #D7CCBF;
}

.img.imgThumbnail_200pxhigh:hover,
.img.imgThumbnail_350pxwide:hover
{
	border-color: #9A876E !important;
}

/* ===== Red button styles - this style can be duplicated and changed to additional colors as needed ===== */

a.red_button
{
	display: inline-block;
	padding: 8px 16px;
	border-radius: 26px;
	font-size: 1.4rem;
	font-weight: bold;
	min-width: 50px;
	border: 2px solid #FF1100;
	color: #FF1100;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

a.red_button:visited
{
	color: #FF1100;
}

a.red_button:hover
{
	color: #fff !important;
	text-decoration: none;
	border: 2px solid #FF1100;
	border-radius: 26px;
	box-shadow: inset 6.5em 0 0 0 #FF1100;
	transition: .8s;
}

/* Back-To-Top Button Styles */

#myBtn
{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	color: transparent;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	background-color: #D7CCBF;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../Images/Icons/arrow-alt-circle-up-regular-brown.svg');
	background-size: 40px;
}

#myBtn:hover
{
	background-color: #ffffff;
	opacity: 50%;
	background-image: url('../Images/Icons/arrow-alt-circle-up-regular-blue.svg');
}

thead
{
	mc-disable-glossary-terms: true;
}

.Literal
{
	font-weight: normal;
	font-style: normal;
}

@media en_online
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Information: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Note: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Tip: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Attention: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (See: {b}{paratext}{/b})';
	}
}

@media da_online
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Oplysninger: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Bemærk: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Tip! {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}	Obs: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Se: {b}{paratext}{/b})';
	}
}

@media de_online
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Info: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Hinweis: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Tipp: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Achtung: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Siehe: {b}{paratext}{/b})';
	}
}

@media cs_online
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Informace: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Upozornění: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Rada: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Pozor: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Viz: {b}{paratext}{/b})';
	}
}

@media es_online
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Info: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Indicación: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Sugerencia: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Atención: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Véase: {b}{paratext}{/b})';
	}
}

@media fi_online
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Tiedot: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Huomautus: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Vihje: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Huomio: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Katso: {b}{paratext}{/b})';
	}
}

@media fr_online
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Information: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Remarque: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Conseil: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Attention: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Voir: {b}{paratext}{/b})';
	}
}

@media hu_online
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Info: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Tudnivaló: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Tipp: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Figyelem: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Lásd: {b}{paratext}{/b})';
	}
}

@media it_online
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Informazioni: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Nota: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Suggerimento: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}FAttenzione: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Vedere: {b}{paratext}{/b})';
	}
}

@media ja_online
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}情報: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}メモ: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Sヒント: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}注意: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (見る: {b}{paratext}{/b})';
	}
}

@media ko_online
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}정보: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}참고: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}팁: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}경고: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (보기: {b}{paratext}{/b})';
	}
}

@media nl_online
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Info: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Opmerking: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Tip: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Attentie: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Zie: {b}{paratext}{/b})';
	}
}

@media pl_online
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Informacja: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Wskazówka: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Rada: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Uwaga: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Patrz: {b}{paratext}{/b})';
	}
}

@media pt_online
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Info: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Observação: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Dica: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Atenção: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Ver: {b}{paratext}{/b})';
	}
}

@media ru_online
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Информация: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Указание: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Совет: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Внимание: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Смотри: {b}{paratext}{/b})';
	}
}

@media tr_online
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Bilgi: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Not: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Öneri: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Dikkat: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Gör: {b}{paratext}{/b})';
	}
}

@media zh_online
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}信息: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}注解: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}提示: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}警告: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (请参阅: {b}{paratext}{/b})';
	}
}

@media en_print
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Information: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Note: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Tip: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Attention: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (See: {b}{paratext}{/b})';
	}
}

@media da_print
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Oplysninger: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Bemærk: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Tip! {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}	Obs: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Se: {b}{paratext}{/b})';
	}
}

@media de_print
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Info: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Hinweis: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Tipp: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Achtung: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Siehe: {b}{paratext}{/b})';
	}
}

@media cs_print
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Informace: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Upozornění: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Rada: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Pozor: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Viz: {b}{paratext}{/b})';
	}
}

@media es_print
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Info: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Indicación: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Sugerencia: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Atención: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Véase: {b}{paratext}{/b})';
	}
}

@media fi_print
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Tiedot: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Huomautus: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Vihje: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Huomio: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Katso: {b}{paratext}{/b})';
	}
}

@media fr_print
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Information: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Remarque: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Conseil: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Attention: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Voir: {b}{paratext}{/b})';
	}
}

@media hu_print
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Info: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Tudnivaló: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Tipp: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Figyelem: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Lásd: {b}{paratext}{/b})';
	}
}

@media it_print
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Informazioni: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Nota: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Suggerimento: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}FAttenzione: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Vedere: {b}{paratext}{/b})';
	}
}

@media ja_print
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}情報: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}メモ: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Sヒント: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}注意: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (見る: {b}{paratext}{/b})';
	}
}

@media ko_print
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}정보: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}참고: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}팁: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}경고: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (보기: {b}{paratext}{/b})';
	}
}

@media nl_print
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Info: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Opmerking: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Tip: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Attentie: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Zie: {b}{paratext}{/b})';
	}
}

@media pl_print
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Informacja: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Wskazówka: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Rada: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Uwaga: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Patrz: {b}{paratext}{/b})';
	}
}

@media pt_print
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Info: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Observação: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Dica: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Atenção: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Ver: {b}{paratext}{/b})';
	}
}

@media ru_print
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Информация: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Указание: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Совет: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Внимание: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Смотри: {b}{paratext}{/b})';
	}
}

@media tr_print
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}Bilgi: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}Not: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}Öneri: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}Dikkat: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (Gör: {b}{paratext}{/b})';
	}
}

@media zh_print
{
	div.Info > p:first-child,
	p.Info
	{
		mc-auto-number-format: '{b}信息: {/b}';
	}

	div.Note > p:first-child,
	p.Note
	{
		mc-auto-number-format: '{b}注解: {/b}';
	}

	div.Tip > p:first-child,
	p.Tip
	{
		mc-auto-number-format: '{b}提示: {/b}';
	}

	div.Warning > p:first-child,
	p.Warning
	{
		mc-auto-number-format: '{b}警告: {/b}';
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: ' (请参阅: {b}{paratext}{/b})';
	}
}

/* ===== Mobile stylesS ===== */

MadCap|xref
{
	text-decoration: none;
	mc-format: ' (See: {b}{paratext}{/b})';
}

div.Warning > p:first-child,
p.Warning
{
	mc-auto-number-format: '{b}Attention: {/b}';
}

div.Tip > p:first-child,
p.Tip
{
	mc-auto-number-format: '{b}Tip: {/b}';
}

div.Note > p:first-child,
p.Note
{
	mc-auto-number-format: '{b}Note: {/b}';
}

div.Info > p:first-child,
p.Info
{
	mc-auto-number-format: '{b}Information: {/b}';
}

@media only screen and (max-width: 1279px)
{
	h1,
	h2,
	h3,
	h1.Heading_1,
	h1.Heading_2,
	h1.Heading_3,
	h1.Heading_4
	{
		line-height: 115%;
	}

	h1
	{
		font-size: 2em;
		margin-top: 0;
		padding: 0;
	}

	h2
	{
		font-size: 1.25rem;
	}

	h3
	{
		font-size: 1rem;
	}

	h4
	{
		font-size: 1.2em;
		margin-top: 1rem;
	}

	ul.menu,
	ul.menu ul,
	ul.menu li,
	ul.menu,
	ul.menu ul ul,
	ul.menu li
	{
		margin-left: 5px;
	}
}

@media only screen and (max-width: 767px)
{
	.main-section
	{
		overflow: auto;
	}

	body
	{
		font-size: 11pt;
		line-height: 1.4em;
	}

	ul.menu,
	ul.menu ul,
	ul.menu li,
	ul.menu,
	ul.menu ul ul,
	ul.menu li
	{
		margin-left: 5px;
	}

	h1,
	h2,
	h3
	{
		line-height: 115%;
	}

	h1
	{
		font-size: 2em;
		margin-top: 0;
		padding: 0;
	}

	h2
	{
		font-size: 1.6em;
	}

	h3
	{
		font-size: 1.4em;
	}

	h4
	{
		font-size: 1.2em;
		margin-top: 1rem;
	}
}

/* Disabled Styles */

abbr,
acronym,
address,
big,
center,
cite,
code,
em,
fieldset,
ins,
kbd,
pre,
samp,
small,
span.boolean,
span.state,
strong,
tt,
var,
MadCap|slideThumbnail.active,
MadCap|helpControlMenuItem.Highlighted,
MadCap|slideshowNavigationControls,
MadCap|slideshowNavigationControls.Previous
{
	/* disables unused styles */
	mc-disabled: true;
}

