/*<meta />*/

@import url('TP-Global-Discontinued.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'MarkPro';
	src: url('../Fonts/MarkPro.ttf') format('truetype'), url('../Fonts/MarkPro.otf') format('opentype'), url('../Fonts/MarkPro.woff') format('woff');
}

@font-face 
{
	font-family: 'Mark Pro Heavy';
	src: url('../Fonts/MarkPro-Heavy.ttf') format('truetype');
}

@font-face 
{
	font-family: 'MarkPro-Bold';
	src: url('../Fonts/MarkPro-Bold.otf') format('opentype');
}

@font-face 
{
	font-family: 'MarkPro-Book';
	src: url('../Fonts/MarkPro-Book.otf') format('opentype');
}

@font-face 
{
	font-family: 'MarkPro-Medium';
	src: url('../Fonts/MarkPro-Medium.otf') format('opentype');
}

@font-face 
{
	font-family: 'Crestron AV';
	src: url('../Fonts/Crestron AV.ttf') format('truetype');
}

@font-face 
{
	font-family: 'Crestron Simple Icons';
	src: url('../Fonts/Crestron Simple Icons.ttf') format('truetype');
}

body
{
	font-family: MarkPro;
	/* The following two lines are "commented out" because Flare covers left and right margins in the skin. */
	/*margin-left: 10%;*/
	/*margin-right: 10%;*/
	scroll-behavior: smooth;
	line-height: 19pt;
	font-size: 12pt;
}

:root	/* css variables for heading colors. color-1 is Crestron Blue, color-2 is Crestron Teal */
{
	--color-1: #003c71;
	--color-2: #0083ad;
	--color-LightGray: #f1f1f1;
	--color-DarkGray: #042b48;
	--color-Black: #000000;
	--color-White: #ffffff;
}

a:link
{
	color: var(--color-2);
}

a.MiniTOC1:link
{
	color: var(--color-2);
}

a.MiniTOC2:link
{
	color: var(--color-2);
}

a.MiniTOC3:link
{
	color: var(--color-2);
}

a.MiniTOC4:link
{
	color: var(--color-2);
}

a.MiniTOC5:link
{
	color: var(--color-2);
}

a.MiniTOC6:link
{
	color: var(--color-2);
}

img
{
	max-width: 100%;
}

img.border
{
	border: solid 1px var(--color-Black);
}

.hideintoc
{
	mc-heading-level: 0;
}

MadCap|conditionalText
{
	vertical-align: inherit;
}

MadCap|miniTocProxy	/* miniTocProxy for The following sections include */
{
	margin-top: 0px;
	padding-top: 0px;
	border-top-style: none;
	padding-left: 40px;
}

p.MiniTOC1
{
	font-weight: normal;
	display: list-item;
	margin: 6px 0;
	color: inherit;
}

p.MiniTOC2
{
	font-weight: normal;
	display: none;
	margin: 6px 0;
	color: inherit;
}

p.MiniTOC3
{
	font-weight: normal;
	display: none;
	margin: 6px 0;
	color: inherit;
}

td	/* Aligns text with top of table */
{
	vertical-align: top;
}

td *	/* Makes sure that items dont raise for no good reason */
{
	vertical-align: inherit;
}

strong
{
	font-family: MarkPro-Bold;
}

div.clearfix
{
	mc-hidden: hidden;
}

fieldset
{
	mc-hidden: hidden;
}

form
{
	mc-hidden: hidden;
}

div.TopicContent
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	mc-hidden: hidden;
}

h1
{
	font-family: MarkPro-Bold;
	margin: 0em 0em 0.6em;
	/*margin-bottom: 8px;
	margin-top: 30px;
	padding-bottom: 10px;*/
	color: var(--color-1);
	font-size: 22pt;
	line-height: 26pt;
}

h2
{
	color: var(--color-1);
	font-size: 18pt;
	font-weight: normal;
	font-family: MarkPro-Bold;
	margin: 1em 0em 0.2em;
	/*margin-bottom: 4px;
	margin-top: 20px;*/
}

h3
{
	color: var(--color-1);
	font-size: 16pt;
	font-weight: normal;
	font-family: MarkPro-Medium;
	margin: .8em 0em 0.15em;
	/*margin-bottom: 4px;
	margin-top: 18px;*/
	margin-top: 1em;
	margin-bottom: .2em;
}

h4
{
	color: var(--color-1);
	font-size: 15pt;
	font-weight: normal;
	font-family: MarkPro-Book;
	margin: 0.4em 0em 0.12em;
	/*margin-bottom: 10px;
	margin-top: 18px;*/
	margin-top: .8em;
}

h5
{
	color: var(--color-1);
	font-size: 14pt;
	font-weight: normal;
	font-family: MarkPro-Book;
	margin: 0.3em 0em 0.1em;
	/*margin-bottom: 10px;
	margin-top: 14px;*/
	margin-top: .6em;
}

h6
{
	color: var(--color-1);
	font-size: 1.1rem;
	font-weight: normal;
	font-family: MarkPro-Book;
	margin: 0.2em 0em 0em;
	/*margin-bottom: 10px;
	margin-top: 14px;*/
	margin-top: .4em;
}

li,
li p
{
	column-break-inside: avoid;
	margin-bottom: 8px;
	margin-top: 0px;
	/*orphans: 2;*/
	page-break-inside: avoid;
	/*widows: 2;*/
}

li.break
{
	column-break-inside: auto;
	page-break-inside: auto;
}

ol ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

ul ul
{
	list-style-type: circle;
}

ul ul ul
{
	list-style-type: square;
}

tr
{
	column-break-inside: avoid;
	page-break-inside: avoid;
}

MadCap|breadcrumbsProxy
{
	background-color: #f9f9f9;
	border-bottom-style: none;
	font-size: 0.9em;
	mc-breadcrumbs-divider: ' / ';
	mc-breadcrumbs-prefix: ' ';
}

MadCap|dropDown	/* Change default close and open dropdown icons to up and down arrows */
{
	mc-closed-image: url('../Images/Template-Images/Dropdown-Arrow-Down.png');
	mc-open-image: url('../Images/Template-Images/Dropdown-Arrow-Up.png');
}

MadCap|dropDownHotspot
{
	color: var(--color-1);
}

span.mc-variable
{
	vertical-align: inherit;
}

MadCap|xref
{
	color: var(--color-2);
	font-weight: normal;
	mc-format: '{para}';
	text-decoration: none;
}

MadCap|xref:hover
{
	color: var(--color-1);
}

p
{
	margin-top: 0px;
	margin-bottom: 14px;
}

p.TOC3
{
	margin-left: 20pt;
}

div.breadcrumbs	/* Padding for breadcrumbs */
{
	padding: 8px;
}

div.logo-wrapper	/* Padding for logo */
{
	padding-left: 10px;
	mc-hidden: hidden;
}

div.nav-search-wrapper	/* Padding for search */
{
	padding: 0 30px;
	mc-hidden: hidden;
}

div.clearfix::after
{
	clear: both;
	content: "";
	display: table;
}

div.fineprintshading	/* Shading behind legal text on front cover 2 */
{
	background-color: #f9f9f9;
	padding: 5px;
	mc-hidden: hidden;
}

div.padding
{
	padding: 10px;
	mc-hidden: hidden;
}

div.floatingbox1
{
	display: inline-block;
	height: 204px;
	margin: 20px;
	width: 320px;
	mc-hidden: hidden;
}

div.floatingbox2
{
	display: inline-block;
	height: 334px;
	margin: 20px;
	width: 220px;
	mc-hidden: hidden;
}

footer
{
	font-size: 0.8em;
}

img.absolute
{
	position: absolute;
}

img.floatleft
{
	float: left;
}

img.floatright
{
	float: right;
}

img.indent	/* Indent image in list */
{
	margin-left: 50px;
}

/* Added line-height to correct p.firstletter line spacing in pdf. */
/* Most browsers default to line-height of 110-120%. */

p.first-letter::first-letter
{
	color: var(--color-1);
	/*float: left;*/
	font-size: 200%;
	line-height: 70%;
}

.backpageleft
{
	font-size: 9pt;
	line-height: 120%;
	text-align: left;
}

.backpageright
{
	font-size: 9pt;
	line-height: 120%;
	text-align: right;
}

.barcode	/* Set barcode size to 1" x 0.25" */
{
	height: 0.25in;
	width: 1in;
}

.buttons	/* Toolbar buttons */
{
	background-color: var(--color-1);
	border-radius: 5px;
	bottom: 10px;
	padding: 5px 5px 5px 8px;
	position: fixed;
	right: 10px;
	z-index: 1001;
}

.caption	/* Caption for images and tables */
{
	column-break-after: avoid;
	page-break-after: avoid;
	font-size: 13pt;
	font-family: MarkPro-Bold;
	color: var(--color-DarkGray);
	line-height: 11pt;
}

.center	/* Centers the item */
{
	text-align: center;
}

.code	/* Code (plain, no margin or padding) */
{
	display: block;
	font-family: 'Courier New';
}

.codebox	/* Code box (for SDK) */
{
	border: solid 1px var(--color-Black);
	display: block;
	font-family: 'Courier New';
	margin: 8px 0px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.codeboxflex	/* Code box auto-sizes to fit text */
{
	border: solid 1px var(--color-Black);
	display: inline-flex;
	font-family: 'Courier New';
	margin: 8px 0px;
	padding: 5px;
}

.codeboxflexshade	/* Code box auto-sizes to fit text - shaded, borderless */
{
	background-color: var(--color-LightGray);
	display: inline-flex;
	font-family: 'Courier New';
	margin: 8px 0px;
	padding: 5px;
	padding-top: 5px;
}

.codeboxshade	/* Code box - shaded, borderless */
{
	background-color: var(--color-LightGray);
	display: block;
	font-family: 'Courier New';
	margin: 8px 0px;
	padding: 5px;
	padding-top: 15px;
}

.codeinline	/* Code inline with text (plain, no margin or padding) */
{
	display: inline;
	font-family: 'Courier New';
}

.codepad	/* Code without box but padded (for SDK) */
{
	display: block;
	font-family: 'Courier New';
	margin: 8px 0px;
	padding: 3px;
}

.codeSnippetBody > pre
{
	white-space: pre-wrap;
}

.colbreak,
tr.colbreak
{
	column-break-before: always;
}

.covercompany
{
	color: var(--color-2);
	font-size: 10pt;
	text-align: right;
}

.coverdesc
{
	color: var(--color-1);
	font-size: 22pt;
}

.coverdoctype
{
	color: var(--color-2);
	font-size: 18pt;
	margin-top: 0px;
	margin-bottom: 15px;
}

.title,
.covermodels
{
	color: var(--color-1);
	font-size: 24pt;
}

.crestron-av
{
	font-family: 'Crestron AV';
}

.crestron-simple-icons
{
	font-family: 'Crestron Simple Icons';
}

.fineprint
{
	font-size: 10pt;
	margin: 0px;
}

.flexcontainer1	/* Custom responsive layout row style (div class) for the Home page. */
{
	align-content: space-around;
	background-color: #f9f9f9;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0px;
	padding-top: 20px;
}

.flexcontainer2	/* Custom responsive layout row style (div class) for the Home page. */
{
	align-content: space-around;
	background-color: #f9f9f9;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0px;
	padding-top: 20px;
}

.flexcontainer3	/* Custom responsive layout row style (div class) for the Home page. */
{
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	justify-content: center;
	background-color: #f9f9f9;
	padding: 20px 0px;
	padding-top: 20px;
}

.flexcontainer3i	/* Custom responsive layout row style (div class) for the Home page. */
{
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	justify-content: center;
	background-color: #f9f9f9;
	padding: 20px 0px;
	padding-top: 20px;
}

.flexcontainer4	/* Custom responsive layout row style (div class) for the Home page. */
{
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	justify-content: center;
	background-color: #f9f9f9;
	padding: 20px 0px;
	padding-top: 20px;
}

.flexcontainer1 > div	/* Custom responsive layout row style (div class) for the Home page. */
{
	width: 22%;
	height: 100px;
	vertical-align: middle;
	margin: 10px 200px;
	padding: 10px;
	text-align: center;
	font-size: 12pt;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}

.flexcontainer2 > div	/* Custom responsive layout row style (div class) for the Home page. */
{
	width: 22%;
	height: 100px;
	vertical-align: middle;
	margin: 10px 60px;
	padding: 10px;
	text-align: center;
	font-size: 12pt;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}

.flexcontainer3 > div	/* Custom responsive layout row style (div class) for the Home page. */
{
	width: 22%;
	height: 100px;
	vertical-align: middle;
	margin: 10px 20px;
	padding: 10px;
	text-align: center;
	font-size: 12pt;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}

.flexcontainer3i > div	/* Custom responsive layout row style (div class) for the Home page. */
{
	width: 22%;
	height: 100px;
	vertical-align: middle;
	margin: 10px 20px;
	padding: 10px;
	text-align: center;
	font-size: 12pt;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0083ad;
}

.flexcontainer4 > div	/* Custom responsive layout row style (div class) for the Home page. */
{
	width: 22%;
	height: 100px;
	vertical-align: middle;
	margin: 10px;
	padding: 10px;
	text-align: center;
	font-size: 12pt;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}

.flexcontainer1 div:a	/* The following must remain, even with no properties cited. */
{
	
}

.flexcontainer2 div:a	/* The following must remain, even with no properties cited. */
{
	
}

.flexcontainer3 div:a	/* The following must remain, even with no properties cited. */
{
	
}

.flexcontainer3i div:a	/* The following must remain, even with no properties cited. */
{
	
}

.flexcontainer4 div:a	/* The following must remain, even with no properties cited. */
{
	
}

.flexcontainer1 div:hover	/* Hovering over link divs will apply the following properties. */
{
	box-shadow: 10px 10px 10px #bcc9c5;
	transition: all 1s cubic-bezier(.25,.8,.25,1);
}

.flexcontainer2 div:hover
{
	box-shadow: 10px 10px 10px #bcc9c5;
	transition: all 1s cubic-bezier(.25,.8,.25,1);
}

.flexcontainer3 div:hover
{
	box-shadow: 10px 10px 10px #bcc9c5;
	transition: all 1s cubic-bezier(.25,.8,.25,1);
}

.flexcontainer3i div:hover
{
	box-shadow: 10px 10px 10px #bcc9c5;
	transition: all 1s cubic-bezier(.25,.8,.25,1);
}

.flexcontainer4 div:hover
{
	box-shadow: 10px 10px 10px #bcc9c5;
	transition: all 1s cubic-bezier(.25,.8,.25,1);
}

.flextext	/* Link text in Crestron Teal with no underline */
{
	color: var(--color-2);
	text-decoration: none;
	padding-top: 12px;
}

.flextext:hover	/* Hovering over link text will change color to Crestron Blue. */
{
	color: var(--color-1);
}

.flextext2	/* Link text in White with no underline */
{
	color: var(--color-White);
	text-decoration: none;
	padding-top: 12px;
}

.flextext2:hover	/* Hovering over link text will change color to Light Gray. */
{
	color: var(--color-LightGray);
}

.font-size16	/* Changes to font size to 16pt. */
{
	font-size: 16pt;
}

.font-size17	/* Changes to font size to 17pt. */
{
	font-size: 17pt;
}

.font-size18	/* Changes to font size to 18pt. */
{
	font-size: 18pt;
}

.font-size19	/* Changes to font size to 19pt. */
{
	font-size: 19pt;
}

.font-size20	/* Changes to font size to 20pt. */
{
	font-size: 20pt;
}

.font-size21	/* Changes to font size to 21pt. */
{
	font-size: 21pt;
}

.font-size22	/* Changes to font size to 22pt. */
{
	font-size: 22pt;
}

.footerleft
{
	color: var(--color-1);
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
}

.footerright
{
	color: var(--color-1);
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
}

.footnote
{
	font-size: 0.8em;
}

.h1line	/* Style horizontal rule under h1 headings. We don't use these rules in documentation. Style is disabled */
{
	/*border-top: 1px solid var(--color-1);*/
	/*margin-bottom: 25px;*/
	/*margin-top: -20px;*/
}

.highlight
{
	background-color: #ffff00;
}

.imginline	/* Vertically center icons that are in-line with text */
{
	margin-bottom: -4px;
	max-height: 18px;
	max-width: auto;
}

.featureicon
{
	margin-bottom: -4px;
	max-height: 12px;
	max-width: auto;
}

.indentEighth
{
	margin-left: .125in;
}

.indentEighth2
{
	margin-left: .25in;
}

.indentEighth3
{
	margin-left: .375in;
}

.indentEighth4
{
	margin-left: .5in;
}

.indentEighth5
{
	margin-left: .625in;
}

.indentEighth6
{
	margin-left: .75in;
}

.indentEighth7
{
	margin-left: .875in;
}

.indentEighth8
{
	margin-left: 1in;
}

.indentEighth9
{
	margin-left: 1.125in;
}

.indentEighth10
{
	margin-left: 1.25in;
}

.indent
{
	display: block;
	margin-left: 24px;
}

.indent2
{
	display: block;
	margin-left: 48px;
}

.indent3
{
	display: block;
	margin-left: 72px;
}

.intheboxbox
{
	background-color: var(--color-LightGray);
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 12px 10px;
}

.keepwithnext
{
	column-break-after: avoid;
	page-break-after: avoid;
}

/*.linkheight
{
	vertical-align: -2.5px;
}*/

/*.MCPopupFullImage
{
    max-width: 500px !important;
    max-height: auto !important;
}*/

.nobreak,
div.nobreak
{
	column-break-inside: avoid;
	page-break-inside: avoid;
}

.nobreakkeepnext,
div.nobreakkeepnext,
tr.nobreakkeepnext
{
	column-break-after: avoid;
	column-break-before: auto;
	column-break-inside: avoid;
	page-break-after: avoid;
	page-break-inside: avoid;
	page-break-before: auto;
}

.note
{
	font-family: MarkPro-Bold;
	text-transform: uppercase;
}

.notebox,
div.notebox
{
	background-color: #f0f7fb;
	border-left: solid 2px var(--color-2);
	padding: 12px;
	margin-bottom: 10px;
}

.cautionbox,
div.cautionbox
{
	background-color: #fff2cc;
	border-left: solid 2px #ffc000;
	padding: 12px;
	margin-bottom: 10px;
}

.warningbox,
div.warningbox
{
	background-color: #ffd9d9;
	border-left: solid 2px #ff0000;
	padding: 12px;
	margin-bottom: 10px;
}

.tipbox,
div.tipbox
{
	background-color: #e2efda;
	border-left: solid 2px #00b050;
	padding: 12px;
	margin-bottom: 10px;
}

.pageonetitle
{
	color: var(--color-1);
	font-size: 24pt;
	line-height: 110%;
	margin-left: 0in;
	text-align: left;
}

.qrcode57	/* Set QR code size to 57px square */
{
	height: 57px;
	width: 57px;
}

.qsicon	/* Style section heading icons in Quick Start */
{
	height: auto;
	width: 48px;
	max-width: 48px;
}

.qsimg	/* Style image size for Quick Start (1-column width for 4-7/8 in. Illustrator artboard) */
{
	height: auto;
	width: 468px;
}

.qsimgwide	/* Style wide image size for Quick Start (2-column width for 10 in. Illustrator artboard) */
{
	height: auto;
	width: 960px;
}

.qslogo	/* Style the logo (if used) in Quick Start header */
{
	align-items: center;
	display: block;
	margin-left: auto;
	margin-right: 0;
}

.qsqs	/* Style "Quick Start" in Quick Start header */
{
	color: #cccccc;
	font-family: 'Mark Pro Heavy';
	font-size: 24pt;
}

.samepage
{
	column-break-before: avoid;
	page-break-before: avoid;
}

td.id1	/* For small indents inside of tables */
{
	font-family: MarkPro;
	padding-left: 15px;
	vertical-align: -10px;
	/*font-size: 9pt;*/
}

td.id2	/* For small indents inside of tables */
{
	font-family: MarkPro;
	vertical-align: -10px;
	/*font-size: 9pt;*/
	padding-left: 30px;
}

td.id3	/* For small indents inside of tables */
{
	font-family: MarkPro;
	vertical-align: -10px;
	/*font-size: 9pt;*/
	padding-left: 45px;
}

td.id4	/* For small indents inside of tables */
{
	font-family: MarkPro;
	padding-left: 60px;
	vertical-align: -10px;
	/*font-size: 9pt;*/
}

td.id5	/* For small indents inside of tables */
{
	font-family: MarkPro;
	vertical-align: -10px;
	/*font-size: 9pt;*/
	padding-left: 75px;
}

td.id6	/* For small indents inside of tables */
{
	font-family: MarkPro;
	vertical-align: -10px;
	/*font-size: 9pt;*/
	padding-left: 90px;
}

td.id7	/* For small indents inside of tables */
{
	font-family: MarkPro;
	vertical-align: -10px;
	/*font-size: 9pt;*/
	padding-left: 105px;
}

td.id8	/* For small indents inside of tables */
{
	font-family: MarkPro;
	vertical-align: -10px;
	/*font-size: 9pt;*/
	padding-left: 125px;
}

.tableli	/* For list items within table cells to prevent items from being too far right */
{
	line-height: 100%;
	margin-left: -0.26in;
	padding-top: 2px;
}

.underline
{
	text-decoration: underline;
}

.varlinedesc	/* Enlarge for Line Description on Product Information header*/
{
	font-size: 11pt;
	line-height: 11pt;
}

.varsortname12	/* Bold and enlarge to 12pt for Sortname on Product Information header*/
{
	font-size: 12pt;
	font-family: MarkPro-Bold;
}

.varsortname14	/* Bold and enlarge to 14pt for Sortname on Product Information header*/
{
	font-size: 14pt;
	font-family: MarkPro-Bold;
}

.varstrong	/* Bold company name variable on back page of booklet */
{
	font-family: MarkPro-Bold;
}

.white
{
	color: white;
}

.home-grid-container	/*Home Page Layout Style*/
{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr auto;
	gap: 10px 10px;
	grid-template-areas: "home" "footer";
	height: calc(100% + 50px);
}

.home	/*Home Page Layout Style*/
{
	grid-area: home;
}

.home-footer	/*Home Page Layout Style*/
{
	grid-area: footer;
}

.height-container,
.body-container	/*Home Page Layout Style*/
{
	height: 100%;
}

.home-footer	/*Page Layout Style*/
{
	margin-top: 30px;
	border-top: solid 4px;
	border-color: var(--color-LightGray);
	padding: 10px 0px;
}

.grid-container	/*Topic Layout Style*/
{
	display: grid;
	grid-template-columns: 1fr 300px;
	grid-template-rows: 1fr;
	gap: 10px 10px;
	grid-template-areas: "content menu";
	height: calc(100% - 50px);
	padding-left: 10px;
	padding-right: 10px;
}

.content	/*Topic Layout Style*/
{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr auto;
	gap: 10px 10px;
	grid-template-areas: "topic" "footer";
	grid-area: content;
}

.topic	/*Topic Layout Style*/
{
	grid-area: topic;
}

.footer	/*Topic Layout Style*/
{
	grid-area: footer;
}

.menu	/*Topic Layout Style*/
{
	grid-area: menu;
}

.height-container,
.body-container	/*Topic Layout Style*/
{
	height: 100%;
}

.footer	/*Topic Layout Style*/
{
	margin-top: 30px;
	border-top: solid 4px;
	border-color: var(--color-LightGray);
	padding: 10px 0px;
}

.productSpecTDHead,
.productSpecTDHeadCol
{
	border-bottom: solid 1px #000000;
	color: var(--color-2);
	column-break-after: avoid;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 15px;
	page-break-after: avoid;
}

.productSpecTDNameOdd
{
	mc-hyphenate: never;
	padding-top: 4px;
	padding-right: 10px;
	vertical-align: top;
	font-size: 12pt;
	font-family: MarkPro-Bold;
}

.productSpecTDValueOdd
{
	mc-hyphenate: never;
	padding-top: 4px;
	vertical-align: top;
	font-size: 12pt;
}

a[href^="http"]:not(.logo)::after	/*Adds external site icon to URL*/
{
	background-image: url('../Images/Template-Images/External-Link-01.png');
	background-repeat: no-repeat;
	background-size: .9em .9em;
	display: inline-block;
	vertical-align: text-top;
	margin-left: 4px;
	margin-right: 2px;
	/*width: 16px;
	height: 16px;*/
	height: .9em;
	width: .9em;
	content: "\00a0\00a0";
}

li.discontinued > p::after	/*Adds ", Discontinued" after a list item, must have a p tag inside the li*/
{
	content: ', Discontinued';
}

object
{
	max-width: 100%;
}

object.border
{
	border: solid 1px var(--color-Black);
}

div.notecomplex	/*note style in shade outputs */
{
	margin: 15px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
	min-height: 70px;
	border-bottom: 2px solid #F6921E;
	border-left: 2px solid #F6921E;
	border-right: 2px solid #F6921E;
	page-break-inside: avoid;
	column-break-inside: avoid;
}

div.notecomplex > div.notecomplexheader	/*note style in shade outputs */
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 1.5;
	background-color: #F6921E;
	padding: 10px;
	margin: 10px -10px 8px;
}

div.notecomplex > div.notecomplexheader > div	/*note style in shade outputs */
{
	font-weight: bold;
	background-color: #F6921E;
	text-transform: uppercase;
	text-align: center;
	height: 20px;
	/*padding-top: 10px;
	padding-bottom: 8px;
	margin: 10px -10px 8px;*/
}

h2
{
	margin-top: 1.2em;
	margin-bottom: .5em;
}

p.linedesc
{
	margin-top: 0px;
	font-size: 18pt;
	font-family: MarkPro-Bold;
	color: var(--color-1);
	margin: 0px 0px 15pt;
}

div.notebox
{
	padding-bottom: 1px;
}

div.cautionbox
{
	padding-bottom: 1px;
}

div.tipbox
{
	padding-bottom: 1px;
}

div.warningbox
{
	padding-bottom: 1px;
}

.productSpecTDHeadCol
{
	font-size: 13pt;
	font-family: MarkPro-Bold;
}

.productSpecTDHead
{
	font-size: 13pt;
	font-family: MarkPro-Bold;
}

.notebox
{
	padding-top: 14px;
}

.cautionbox
{
	padding-top: 14px;
}

.tipbox
{
	padding-top: 14px;
}

.warningbox
{
	padding-top: 14px;
}

.compheader
{
	font-family: MarkPro-Bold;
}

@media print
{
	body
	{
		font-size: 10pt;
		margin: 0;
		mc-hyphenate: never;
		line-height: normal;
	}

	div.GlossaryPageDefinition
	{
		font-size: 9pt;
	}

	div.GlossaryPageHeading
	{
		border-bottom-color: var(--color-1);
		border-bottom-style: solid;
		border-bottom-width: 1px;
		color: var(--color-1);
		font-size: 11pt;
	}

	div.GlossaryPageTerm
	{
		color: var(--color-1);
		font-size: 10pt;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	div.QRCover
	{
		text-align: right;
		color: var(--color-1);
		font-size: 10pt;
		mc-hidden: hidden;
	}

	/* Autonumber appendices 
	div.QRCover > p:first-child
	{
		margin-top: 0;
		margin-bottom: 0;
		mc-hidden: hidden;
	}
*/

	h1
	{
		color: var(--color-1);
		column-break-after: avoid;
		column-break-inside: avoid;
		padding: 0;
		page-break-after: avoid;
		page-break-inside: avoid;
		font-size: 32pt;
		font-family: MarkPro-Bold;
		margin: 1em 0em 0.3em;
		line-height: normal;
	}

	h1.appendix	/* Autonumber appendices */
	{
		mc-auto-number-format: 'CH:Appendix {A+}: ';
	}

	h1.contents
	{
		color: var(--color-1);
		font-size: 22pt;
		font-weight: bold;
		margin-bottom: 20px;
		mc-heading-level: 0;
		padding: 0;
	}

	h2,
	p.linedesc	/* Mimics h2 style on p tag. for Home topic. */
	{
		column-break-after: avoid;
		column-break-inside: avoid;
		page-break-after: avoid;
		page-break-inside: avoid;
		font-weight: normal;
		font-family: MarkPro-Bold;
		font-size: 24pt;
		margin: 1em 0em 0.3em;
	}

	h3
	{
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 18pt;
		mc-heading-level: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		font-family: MarkPro-Medium;
		font-weight: normal;
		margin: 1em 0em 0.3em;
	}

	h4
	{
		column-break-after: avoid;
		column-break-inside: avoid;
		page-break-after: avoid;
		page-break-inside: avoid;
		font-size: 14pt;
		font-weight: normal;
		margin: 0.8em 0em 0.3em;
		font-family: MarkPro-Book;
		mc-heading-level: 4;
	}

	h5
	{
		column-break-after: avoid;
		column-break-inside: avoid;
		page-break-after: avoid;
		page-break-inside: avoid;
		font-family: MarkPro-Book;
		font-size: 12pt;
		font-weight: normal;
		margin: 0.6em 0em 0.3em;
		mc-heading-level: 5;
	}

	h6
	{
		column-break-after: avoid;
		column-break-inside: avoid;
		page-break-after: avoid;
		page-break-inside: avoid;
		font-family: MarkPro-Book;
		font-size: 10pt;
		font-weight: normal;
		margin: 0.6em 0em 0.3em;
		mc-heading-level: 6;
	}

	MadCap|glossaryProxy
	{
		border-top: none;
	}

	MadCap|indexProxy
	{
		border-top: none;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin-right: 0.25in;
	}

	MadCap|xref
	{
		color: var(--color-2);
		font-weight: normal;
		text-decoration: none;
		mc-format: '{para} on page {page}';
	}

	p
	{
		margin-bottom: 8pt;
		margin-top: 0pt;
		margin: 0px 0px 8pt;
		line-height: normal;
	}

	p.EmptyPageText
	{
		font-size: 10pt;
		font-weight: bold;
	}

	p.FrameFooterText
	{
		font-size: 24pt;
	}

	p.IndexHeading
	{
		font-size: 11pt;
		padding-top: 16px;
		text-align: left;
	}

	p.ManualTitle1
	{
		font-size: 9pt;
		margin-bottom: 0;
		margin-top: 2.00in;
		text-align: center;
	}

	p.ManualTitle2
	{
		color: var(--color-1);
		font-size: 22pt;
		line-height: 0;
		margin-bottom: 0;
		margin-top: 0;
		text-align: center;
	}

	p.ManualVersionNumber
	{
		color: #b3b3b3;
		font-size: 12pt;
		margin-top: 12pt;
		text-align: center;
	}

	p.UL924-head
	{
		font-size: 18pt;
		font-weight: bold;
	}

	p.TOC1
	{
		font-size: 12pt;
		font-weight: bold;
		margin-bottom: 3px;
		margin-top: 12px;
	}

	/* margin-top was set from 2 to 0 px, margin-bottom was set from 2 to 0 px --- and back*/

	p.TOC2
	{
		font-size: 10pt;
		font-weight: normal;
		margin-bottom: 2px;
		margin-left: 10pt;
		margin-top: 2px;
	}

	p.TOC3
	{
		font-size: 10pt;
		margin-bottom: 2px;
		margin-top: 2px;
	}

	.codeboxflex	/* Code box auto-sizes to fit text */
	{
		border: solid 1px var(--color-Black);
		display: inline-flex;
		font-family: 'Courier New';
		margin: 8px 0px 8px 0px;
		padding: 5px;
	}

	.codeboxflexshade	/* Code box auto-sizes to fit text - shaded, borderless */
	{
		background-color: var(--color-LightGray);
		display: inline-flex;
		font-family: 'Courier New';
		margin: 8px 0px 8px 0px;
		padding: 5px;
		padding-top: 5px;
	}

	.codeboxshade	/* Code box for text - shaded, borderless */
	{
		display: block;
		background-color: var(--color-LightGray);
		font-family: 'Courier New';
		margin: 8px 0px 8px 0px;
		padding: 5px;
	}

	.fineprint
	{
		font-size: 8pt;
		margin: 0px;
	}

	.h1line	/* Style horizontal rule under h1 headings. We don't use these rules in documentation. Style is disabled */
	{
		/*border-top: 1px solid var(--color-1);*/
		/*margin-bottom: 25px;*/
		/*margin-top: -27px;*/
	}

	.grid-container	/* Topic Layout - Grid Container */
	{
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto 1fr;
		gap: 10px 10px;
		grid-template-areas: "menu" "content";
	}

	.menu	/* Topic Layout - Menu */
	{
		grid-area: menu;
	}

	.content	/* Topic Layout - Content */
	{
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr auto;
		gap: 10px 10px;
		grid-template-areas: "topic" "footer";
		grid-area: content;
	}

	.footer	/* Topic Layout - Footer */
	{
		grid-area: footer;
	}

	.topic	/* Topic Layout - Topic */
	{
		grid-area: topic;
	}

	table.GenTOCTable4	/* miniTOC formatting for bullets in PDF style */
	{
		display: none;
	}

	table.GenTOCTable5	/* miniTOC formatting for bullets in PDF style */
	{
		display: none;
	}

	table.GenTOCTable6	/* miniTOC formatting for bullets in PDF style */
	{
		display: none;
	}

	td.GenMiniTOCText1::before
	{
		color: var(--color-Black);
		content: '\2022\00a0\00a0';
		font-size: 11pt;
		font-weight: bolder;
	}

	td.GenMiniTOCText2::before
	{
		color: var(--color-Black);
		content: '\2022\00a0\00a0';
		font-size: 11pt;
		font-weight: bolder;
	}

	td.GenMiniTOCText3::before
	{
		color: var(--color-Black);
		content: '\2022\00a0\00a0';
		font-size: 11pt;
		font-weight: bolder;
	}

	/* Topic Layout End */

	p.MiniTOC1
	{
		mc-pagenum-display: none;
		font-weight: normal;
		color: var(--color-2);
		margin-bottom: 5pt;
		margin-top: 5pt;
		display: block;
	}

	p.MiniTOC2
	{
		mc-pagenum-display: none;
		font-weight: normal;
		color: var(--color-2);
		margin-bottom: 5pt;
		margin-top: 5pt;
		margin-left: 24px;
		display: block;
	}

	p.MiniTOC3
	{
		mc-pagenum-display: none;
		font-weight: normal;
		color: var(--color-2);
		margin-bottom: 5pt;
		margin-top: 5pt;
		margin-left: 48px;
		display: block;
	}

	MadCap|miniTocProxy
	{
		border-top-style: none;
		margin-top: 0px;
		padding-top: 0px;
		padding-left: 25px;
	}

	div.notecomplex > div.notecomplexheader	/*note style in shade outputs */
	{
		display: block;
		font-weight: bold;
		font-size: 1.5;
		background-color: #F6921E;
		text-transform: uppercase;
		text-align: center;
		padding: 10px 0px 8px;
		margin: 10px -10px 8px;
	}

	div.notecomplex > div.notecomplexheader > div	/*note style in shade outputs */
	{
		display: inline-block;
	}

	.caption
	{
		font-size: 9pt;
		color: #000000;
		line-height: 10pt;
	}

	ol
	{
		
	}

	ul
	{
		
	}

	li,
	li p
	{
		column-break-inside: avoid;
		margin-bottom: 6px;
		/*margin-top: 6px;*/
		/*orphans: 2;*/
		page-break-inside: avoid;
		/*widows: 2;*/
	}

	div.notebox
	{
		padding-bottom: 12px;
	}

	div.cautionbox
	{
		padding-bottom: 12px;
	}

	div.tipbox
	{
		padding-bottom: 12px;
	}

	div.warningbox
	{
		padding-bottom: 12px;
	}

	.flextext
	{
		padding-top: 0px;
	}

	.productSpecTDHead
	{
		font-size: 11pt;
	}

	.productSpecTDHeadCol
	{
		font-size: 11pt;
	}

	.productSpecTDNameOdd
	{
		font-size: 10pt;
	}

	.productSpecTDValueOdd
	{
		font-size: 10pt;
	}

	.codebox
	{
		padding-top: 5px;
	}

	.notebox
	{
		padding-top: 12px;
	}

	.cautionbox
	{
		padding-top: 12px;
	}

	.tipbox
	{
		padding-top: 12px;
	}

	.warningbox
	{
		padding-top: 12px;
	}

	h1.titlehome
	{
		color: var(--color-1);
		font-size: 32pt;
	}

	li
	{
		margin-top: 6px;
	}
}

/*@media print=(pdf) */

@media printword
{
	body
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		margin: 0;
		mc-hyphenate: never;
	}

	div.GlossaryPageDefinition
	{
		font-size: 9pt;
	}

	div.GlossaryPageHeading
	{
		border-bottom-color: var(--color-1);
		border-bottom-style: solid;
		border-bottom-width: 1px;
		color: var(--color-1);
		font-size: 11pt;
	}

	div.GlossaryPageTerm
	{
		color: var(--color-1);
		font-size: 10pt;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	h1
	{
		color: var(--color-1);
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 18pt;
		margin-bottom: 20px;
		padding: 0;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h1.appendix	/* Autonumber appendices */
	{
		mc-auto-number-format: 'CH:Appendix {A+}: ';
	}

	h1.contents
	{
		color: var(--color-1);
		font-size: 18pt;
		margin-bottom: 20px;
		mc-heading-level: 0;
		padding: 0;
	}

	h2,
	p.linedesc	/* Mimics h2 style on p tag. for Home topic. */
	{
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 16pt;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h3
	{
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 14pt;
		margin-top: 20px;
		mc-heading-level: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h4
	{
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 13pt;
		mc-heading-level: 0;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h5
	{
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 12pt;
		mc-heading-level: 0;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h6
	{
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 11pt;
		mc-heading-level: 0;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	MadCap|glossaryProxy
	{
		border-top: none;
	}

	MadCap|indexProxy
	{
		border-top: none;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin-right: 0.25in;
	}

	MadCap|xref
	{
		color: var(--color-2);
		font-weight: normal;
		mc-format: '{para} ({pageref})';
		text-decoration: none;
	}

	p
	{
		line-height: normal;
	}

	p.EmptyPageText
	{
		font-size: 10pt;
		font-weight: bold;
	}

	p.FrameFooterText
	{
		font-size: 24pt;
	}

	p.IndexHeading
	{
		font-size: 11pt;
		padding-top: 16px;
		text-align: left;
	}

	p.ManualTitle1
	{
		font-size: 9pt;
		margin-bottom: 0;
		margin-top: 2.00in;
		text-align: center;
	}

	p.ManualTitle2
	{
		color: var(--color-1);
		font-size: 22pt;
		line-height: 0;
		margin-bottom: 0;
		margin-top: 0;
		text-align: center;
	}

	p.ManualVersionNumber
	{
		color: #b3b3b3;
		font-size: 12pt;
		margin-top: 12pt;
		text-align: center;
	}

	p.TOC1
	{
		font-size: 12pt;
		font-weight: bold;
		margin-bottom: 3px;
		margin-top: 12px;
	}

	p.TOC2
	{
		font-size: 10pt;
		font-weight: normal;
		margin-bottom: 2px;
		margin-left: 10pt;
		margin-top: 2px;
	}

	p.TOC3
	{
		font-size: 10pt;
		margin-bottom: 2px;
		margin-top: 2px;
	}

	.caption
	{
		column-break-after: avoid;
		font-size: 9pt;
		font-family: MarkPro-Bold;
		page-break-after: avoid;
	}

	.codeboxflex	/* Code box auto-sizes to fit text */
	{
		border: solid 1px var(--color-Black);
		display: inline-flex;
		font-family: 'Courier New';
		margin: 8px 0px 8px 0.5in;
		padding: 5px;
	}

	.codeboxflexshade	/* Code box auto-sizes to fit text - shaded, borderless */
	{
		background-color: var(--color-LightGray);
		display: inline-flex;
		font-family: 'Courier New';
		margin: 8px 0px 8px 0.5in;
		padding: 5px;
	}

	.codeboxshade
	{
		display: block;
		background-color: var(--color-LightGray);
		font-family: 'Courier New';
		margin: 8px 0px 8px 0.5in;
		padding: 5px;
	}

	.fineprint
	{
		font-size: 8pt;
		margin: 0px;
	}

	.h1line	/* Style horizontal rule under h1 headings. We don't use these rules in documentation. Style is disabled */
	{
		/*border-top: 1px solid var(--color-1);*/
		/*margin-bottom: 25px;*/
		/*margin-top: -27px;*/
	}

	.hideintoc	/* Prevent heading level from appearing in booklet TOC */
	{
		
	}

	.title
	{
		color: var(--color-1);
		font-size: 24pt;
		text-align: right;
	}
}

/*@media printword */

@media only screen and (max-width: 1279px)
{
	div.breadcrumbs	/* Padding for breadcrumbs, logo, hamburger and search on tablet devices*/
	{
		padding: 8px;
	}

	div.logo-wrapper	/* Padding for breadcrumbs, logo, hamburger and search on tablet devices*/
	{
		padding-left: 10px;
	}

	div.middle.title-bar-section.outer-row.clearfix	/* Padding for breadcrumbs, logo, hamburger and search on tablet devices*/
	{
		padding-right: 24px;
	}

	div.nav-search-wrapper	/* Padding for breadcrumbs, logo, hamburger and search on tablet devices*/
	{
		padding: 0 10px;
	}

	.qsimg
	{
		height: auto;
		width: 100%;
	}

	.qsimgwide
	{
		height: auto;
		width: 100%;
	}

	/*Topic Layout Start */

	.grid-container
	{
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto 1fr;
		gap: 10px 10px;
		grid-template-areas: "menu" "content";
	}

	.menu
	{
		grid-area: menu;
	}

	.content
	{
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr auto;
		gap: 10px 10px;
		grid-template-areas: "topic" "footer";
		grid-area: content;
	}

	.footer
	{
		grid-area: footer;
	}

	.topic
	{
		grid-area: topic;
	}

	/*Topic Layout End */
}

/*@media tablet */

@media only screen and (max-width: 767px)
{
	div.breadcrumbs	/* Padding for breadcrumbs, logo, hamburger and search on mobile devices*/
	{
		padding: 8px;
	}

	div.logo-wrapper
	{
		padding-left: 18px;
	}

	div.middle.title-bar-section.outer-row.clearfix
	{
		padding-right: 24px;
	}

	div.nav-search-wrapper
	{
		padding: 0 18px;
	}

	/* Single row of wider tiles on home page for mobile devices */

	.flexcontainer1 > div
	{
		width: 70%;
		margin: 10px;
	}

	.flexcontainer2 > div
	{
		width: 70%;
		margin: 10px;
	}

	.flexcontainer3 > div
	{
		width: 70%;
		margin: 10px;
	}

	.flexcontainer3i > div
	{
		width: 70%;
		margin: 10px;
	}

	.flexcontainer4 > div
	{
		width: 70%;
		margin: 10px;
	}

	.qsimg
	{
		height: auto;
		width: 100%;
	}

	.qsimgwide
	{
		height: auto;
		width: 100%;
	}
}

/*@media mobile */

@media product-information
{
	a:link	/* Show links in black */
	{
		color: var(--color-Black);
	}

	body
	{
		/*font-family: Arial, Helvetica, sans-serif;*/
		font-size: 7pt;
		mc-hyphenate: never;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-left: 0px;
		line-height: normal;
	}

	ol
	{
		margin-left: 16px;
	}

	ul
	{
		margin-left: 13px;
	}

	.compheader
	{
		font-size: 9pt;
		margin-top: 14px;
		line-height: 9pt;
	}

	.fineprint
	{
		font-size: 7pt;
	}

	.nomargin	/* For "Getting Started" header in first column - workaround for a Flare issue */
	{
		margin: 0;
	}

	div.notecomplex > div.notecomplexheader	/*note style in shade outputs */
	{
		display: block;
		/*min-height: 15px;*/
		/*max-height: 25px;*/
		font-weight: bold;
		font-size: 9pt;
		background-color: #F6921E;
		text-transform: uppercase;
		text-align: center;
		padding: 10px 0px 8px;
		margin: 10px -10px 8px;
	}

	div.notecomplex > div.notecomplexheader > div	/*note style in shade outputs */
	{
		display: inline-block;
	}

	.varsortname14
	{
		font-family: MarkPro-Bold;
	}

	p
	{
		line-height: normal;
		margin: 0px 0px 8px;
		margin-bottom: 8px;
	}

	.linedesc12
	{
		font-size: 12pt;
		line-height: 12pt;
		margin: 4px 0px;
	}

	.linedesc10
	{
		font-size: 10pt;
		line-height: 12pt;
		margin: 4px 0px;
	}

	.linedesc11
	{
		font-size: 11pt;
		line-height: 12pt;
		margin: 4px 0px;
	}

	.linedesc13
	{
		font-size: 13pt;
		line-height: 16pt;
		margin: 4px 0px;
	}

	.linedesc14
	{
		font-size: 14pt;
		line-height: 16pt;
		margin: 4px 0px;
	}

	.linedesc15
	{
		font-size: 15pt;
		line-height: 16pt;
		margin: 4px 0px;
	}

	.linedesc16
	{
		font-size: 16pt;
		line-height: 16pt;
		margin: 4px 0px;
	}

	.linedesc17
	{
		font-size: 17pt;
		line-height: 18pt;
		margin: 4px 0px;
	}

	.linedesc18
	{
		font-size: 18pt;
		line-height: 18pt;
		margin: 4px 0px;
	}

	.linedesc19
	{
		font-size: 19pt;
		line-height: 18pt;
		margin: 4px 0px;
	}

	.linedesc20
	{
		font-size: 20pt;
		line-height: 18pt;
		margin: 4px 0px;
	}

	.varlinedesc
	{
		line-height: 11pt;
	}

	.varsortname12
	{
		line-height: 12pt;
	}
}

/*@media product-information */

@media quickstartpdf
{
	body
	{
		font-size: 10pt;
		margin: 0;
		mc-hyphenate: never;
		line-height: normal;
	}

	h1
	{
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 16pt;
		font-weight: bold;
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 0;
		page-break-after: avoid;
		page-break-inside: avoid;
		text-align: left;
		vertical-align: bottom;
	}

	h2
	{
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 14pt;
		font-weight: bold;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h3
	{
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 12pt;
		font-weight: bold;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h4
	{
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 12pt;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h5
	{
		column-break-after: avoid;
		column-break-inside: avoid;
		page-break-after: avoid;
		page-break-inside: avoid;
		font-weight: normal;
		font-size: 11pt;
	}

	li
	{
		margin-left: -20px;
	}

	.fineprint
	{
		font-size: 8pt;
		margin: 0px;
	}

	.linedesc	/* Style Line Description at start of Quick Start */
	{
		color: var(--color-2);
		font-size: 14pt;
		font-weight: bold;
		margin-bottom: 8px;
		padding-bottom: 10px;
		padding-top: 0;
	}

	.title	/* Style Sortname in Quick Start PDF header */
	{
		color: var(--color-2);
		font-weight: bold;
		font-size: 20pt;
	}

	h6
	{
		font-size: 10pt;
		text-decoration: none;
	}

	p
	{
		line-height: normal;
		margin: 0pt;
		margin-bottom: 8pt;
	}
}

/*@media quickstartpdf */

@media specpdf
{
	body
	{
		font-size: 9pt;
		margin: 0;
		mc-hyphenate: never;
		line-height: normal;
	}

	h1
	{
		color: var(--color-2);
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 12pt;
		margin-bottom: -5px;
		page-break-after: avoid;
		page-break-inside: avoid;
		line-height: 12pt;
		margin: 0px 0px;
		margin-top: 15px;
	}

	h2
	{
		column-break-after: avoid;
		column-break-inside: avoid;
		page-break-after: avoid;
		page-break-inside: avoid;
		font-weight: normal;
		font-size: 9pt;
		color: var(--color-Black);
		margin: 10px 0px;
		padding-bottom: -4;
	}

	h3
	{
		color: var(--color-2);
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 9.5pt;
		font-weight: bold;
		margin-top: 15px;
		page-break-after: avoid;
		page-break-inside: avoid;
		margin: .83em 0;
		margin-bottom: 4px;
	}

	h4
	{
		color: var(--color-Black);
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 9pt;
		margin-top: 10px;
		padding-bottom: -4px;
		page-break-after: avoid;
		page-break-inside: avoid;
		margin: 10px 0px;
		font-weight: normal;
		font-family: MarkPro-Bold;
	}

	h5
	{
		color: var(--color-Black);
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 8pt;
		font-weight: bold;
		margin-top: 10px;
		padding-bottom: -4px;
		page-break-after: avoid;
		page-break-inside: avoid;
		margin: 1.5em 0;
		margin-bottom: 10px;
	}

	ol
	{
		margin-left: 24px;
	}

	ul
	{
		margin-left: 24px;
	}

	span.mc-variable
	{
		vertical-align: inherit;
	}

	sup	/* Override default superscript properties - Footnotes in pdf output were same size as p text */
	{
		font-size: 6pt;
		vertical-align: super;
	}

	.features
	{
		color: var(--color-2);
		font-style: italic;
		margin-left: 0.15in;
	}

	.fineprint
	{
		font-size: 7pt;
	}

	.fineprint ol
	{
		margin-left: 24px;
	}

	.fineprint ul
	{
		margin-left: 24px;
	}

	.linedesc10
	{
		color: #ffffff;
		font-size: 10pt;
		/*padding: 12px 0px 0px 24px;*/
		line-height: 20pt;
	}

	.linedesc11
	{
		color: #ffffff;
		font-size: 11pt;
		/*padding: 12px 0px 0px 24px;*/
		line-height: 20pt;
	}

	.linedesc12
	{
		color: #ffffff;
		font-size: 12pt;
		/*padding: 12px 0px 0px 24px;*/
		line-height: 20pt;
	}

	.linedesc13
	{
		color: #ffffff;
		font-size: 13pt;
		/*padding: 12px 0px 0px 24px;*/
		line-height: 20pt;
	}

	.linedesc14
	{
		color: #ffffff;
		font-size: 14pt;
		/*padding: 12px 0px 0px 24px;*/
		line-height: 20pt;
	}

	.linedesc15
	{
		color: #ffffff;
		font-size: 15pt;
		/*padding: 12px 0px 0px 24px;*/
		line-height: 20pt;
	}

	.linedesc16
	{
		color: #ffffff;
		font-size: 16pt;
		/*padding: 12px 0px 0px 24px;*/
		line-height: 20pt;
	}

	.linedesc17
	{
		color: #ffffff;
		font-size: 17pt;
		/*padding: 12px 0px 0px 24px;*/
		line-height: 20pt;
	}

	.linedesc18
	{
		color: #ffffff;
		font-size: 18pt;
		/*padding: 12px 0px 0px 24px;*/
		line-height: 20pt;
	}

	.linedesc19
	{
		color: #ffffff;
		font-size: 19pt;
		/*padding: 12px 0px 0px 24px;*/
		line-height: 20pt;
	}

	.linedesc20
	{
		color: #ffffff;
		font-size: 20pt;
		/*padding: 12px 0px 0px 24px;*/
		line-height: 20pt;
	}

	.overviewli	/* Left-align bulleted items in Overview section of spec pdf output */
	{
		margin-left: -0.15in;
	}

	.sortname20
	{
		color: #ffffff;
		font-size: 20pt;
		font-weight: bold;
		margin: 10px 36px 0px 24px;
		line-height: 20pt;
	}

	.sortname21
	{
		color: #ffffff;
		font-size: 21pt;
		font-weight: bold;
		margin: 10px 36px 0px 24px;
		line-height: 21pt;
	}

	.sortname22
	{
		color: #ffffff;
		font-size: 22pt;
		font-family: MarkPro-Bold;
		margin: 10px 36px 0px 24px;
		line-height: normal;
	}

	.top	/* Align top item in column with other column (when less padding is needed) */
	{
		margin-top: -20px;
	}

	.topoverview	/* Top-align Overview (when there is no photo or feature list) */
	{
		margin-top: -10px;
	}

	MadCap|conditionalText
	{
		vertical-align: inherit;
	}

	.caption
	{
		color: #000000;
		font-size: 9pt;
		line-height: 10pt;
	}

	.cautionbox
	{
		padding-top: 12pt;
	}

	.codebox
	{
		padding-top: 5px;
	}

	.codeboxflex
	{
		margin: 8px 0px 8px 0px;
	}

	.codeboxflexshade
	{
		margin: 8px 0px 8px 0px;
	}

	.codeboxshade
	{
		padding-top: 5px;
		margin: 8px 0px 8px 0px;
	}

	.flextext
	{
		padding-top: 0px;
	}

	.notebox
	{
		padding-top: 12px;
	}

	.productSpecTDHead
	{
		font-size: 10pt;
		line-height: 10pt;
		padding-top: 10px;
		padding-bottom: 2px;
	}

	.productSpecTDHeadCol
	{
		font-size: 10pt;
		line-height: 10pt;
		z-index: 20;
		padding-bottom: 2px;
		padding-top: 10px;
	}

	.productSpecTDNameOdd
	{
		font-size: 9pt;
	}

	.productSpecTDValueOdd
	{
		font-size: 9pt;
	}

	.tipbox
	{
		padding-top: 12px;
	}

	.warningbox
	{
		padding-top: 12px;
	}

	li p
	{
		margin-bottom: 6px;
		margin-top: 6px;
	}

	h1.titlehome
	{
		color: var(--color-1);
	}

	h6
	{
		font-size: 8pt;
		font-weight: bold;
		margin-bottom: 10px;
		margin: 1.67em 0;
		margin-top: 14px;
	}

	li
	{
		margin-bottom: 6px;
		margin-top: 6px;
	}

	p
	{
		margin: 6px 0px;
	}

	p.linedesc
	{
		font-size: 24pt;
		font-weight: normal;
		margin: 1em 0em 0.3em;
	}

	div.cautionbox
	{
		padding-bottom: 12px;
	}

	div.notebox
	{
		padding-bottom: 12px;
	}
}

/*@media specpdf */

@media specword
{
	body
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		mc-hyphenate: never;
	}

	h1
	{
		color: var(--color-Black);
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 9pt;
		font-weight: bold;
		margin: 8px 0px;
		padding: 0px;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h2
	{
		border-bottom: solid 1px var(--color-Black);
		color: var(--color-Black);
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 9pt;
		font-weight: bold;
		margin: 8px 0px;
		padding: 0px;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h3
	{
		color: var(--color-Black);
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 9pt;
		font-weight: bold;
		margin: 8px 0px;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h4
	{
		color: var(--color-Black);
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 9pt;
		font-weight: bold;
		margin: 8px 0px;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h5
	{
		color: var(--color-Black);
		column-break-after: avoid;
		column-break-inside: avoid;
		font-size: 9pt;
		font-weight: bold;
		margin: 8px 0px;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	ol
	{
		margin-left: 24px;
	}

	ul
	{
		margin-left: 24px;
	}

	sup	/* Override default superscript properties - Footnotes in Word output were too tiny */
	{
		font-size: 10pt;
		vertical-align: super;
	}

	.fineprint
	{
		font-size: 9pt;
	}

	.productSpecTDValueOdd
	{
		font-size: 10pt;
	}

	.productSpecTDNameOdd
	{
		font-size: 10pt;
	}

	.productSpecTDHeadCol
	{
		font-size: 11pt;
	}

	.productSpecTDHead
	{
		font-size: 11pt;
	}
}

/*@media specword */

.smallcaps
{
	font-variant: small-caps;
}

h1.titlehome
{
	color: var(--color-DarkGray);
	margin: 0px 0px 10pt;
	font-family: MarkPro-Bold;
	font-size: 24pt;
}

div.communitylogo
{
	position: fixed;
	top: 20px;
	z-index: 999999;
	right: 66px;
}

.colorcode-red
{
	color: #ff0000;
	font-family: MarkPro-Bold;
}

.colorcode-orange
{
	color: #ff8c00;
	font-family: MarkPro-Bold;
}

.colorcode-lime
{
	color: #32cd32;
	font-family: MarkPro-Bold;
}

.colorcode-green
{
	color: #228b22;
	font-family: MarkPro-Bold;
}

.colorcode-lightblue
{
	color: #1e90ff;
	font-family: MarkPro-Bold;
}

.colorcode-blue
{
	color: #0000ff;
	font-family: MarkPro-Bold;
}

.colorcode-violet
{
	color: #8a2be2;
	font-family: MarkPro-Bold;
}

.colorcode-brown
{
	color: #8b4513;
	font-family: MarkPro-Bold;
}

