/*<meta conditions="" />*/

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

/*Colors*/

:root
{
	--Black: #202020;
	--White: #FFFFFF;
	--DarkGray: #4d4d4d;
	--Gray: #CDCDD0;
	--LightGray: #CDCDD0;
	--Purple: #9700E7;
	--LightPurple: #efdaff;
	--PalePurple: #F9F0FF;
	--DarkBlue: #2A258A;
	--Blue: #4978F7;
	--PaleBlue: #D4DDF5;
	--Orange: #FFBB33;
	--LightOrange: #F7D17F;
	--Green: #08562A;
	--LightGreen: #AADEC5;
	--Red: #9A095F;
	--Link: #4978F6;
	--NavyBlue: #292584;
	--Body: #292584;
	--HeadingColor: #9700E7;
}

/*Layout Divs*/

div.container
{
	
}

div.container2
{
	margin-left: 1.5%;
	margin-right: 1.5%;
	max-width: 72%;
}

div.sidemenu
{
	display: inline-block;
	position: sticky;
	float: right;
	top: 0;
	max-width: 22%;
	min-width: 300px;
}

div.sidemenu ul
{
	margin-left: o;
	margin-right: auto;
}

.title-bar-container
{
	/*creates the shadow effect in the header*/
}

.title-bar a.logo
{
	background-color: transparent;
	background-image: url('logos/logo.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 180px;
}

p.onlineFooter
{
	font-size: 0.75em;
	line-height: 1.1em;
	text-align: center;
	margin-left: 0;
	margin-bottom: 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 100%;
	color: #CDCDD0;
}

p.footer
{
	
}

p.footer a:link
{
	color: #CDCDD0;
}

div.MenuTop ul li a:link
{
	pointer-events: auto;
	color: #302e8b;
}

a:link
{
	text-decoration: none;
	color: var(--Link);
}

MadCap|miniTocProxy a:link
{
	text-decoration: none;
	color: var(--Link);
}

a:visited
{
	color: var(--Link);
	text-decoration: none;
}

MadCap|miniTocProxy a:visited
{
	text-decoration: none;
	color: var(--Link);
}

a:hover
{
	color: var(--Link);
	text-decoration: underline;
}

MadCap|miniTocProxy a:hover
{
	text-decoration: underline;
	color: var(--Link);
}

.MiniTOC1 a:hover
{
	text-decoration: underline;
}

a:active
{
	color: var(--Link);
	text-decoration: none;
}

MadCap|miniTocProxy a:active
{
	text-decoration: none;
	color: var(--Link);
}

/*Links*/

a
{
	color: var(--Link);
}

MadCap|xref:hover
{
	text-decoration: underline;
}

MadCap|toggler:hover
{
	text-decoration: underline;
}

/*Content Styles*/

body
{
	color: var(--Body);
	font-family: 'Lora', serif;
	font-size: 18 px;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: 600;
	font-family: 'Figtree', sans-serif;
	color: var(--Body);
}

h2
{
	color: var(--HeadingColor);
}

h2 a
{
	color: var(--HeadingColor);
}

p
{
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 150%;
}

tr
{
	padding-top: 4px;
	padding-bottom: 4px;
}

td p
{
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 130%;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 2 px;
	margin-top: 0;
	margin-bottom: 0;
}

th p
{
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 120%;
	padding-left: 2px;
	padding-right: 2 px;
}

p.note,
div.note,
p.info,
p.example,
p.tip
{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 14px 20px;
	border-left: solid 4px var(--Purple);
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('icons/info-3.png');
	padding-left: 45px;
	background-color: var(--LightPurple);
	line-height: 130%;
	font-size: 16px;
}

div.warning,
p.warning
{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 14px 20px;
	border-left: solid 4px var(--Purple);
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('icons/circle-alert.png');
	padding-left: 45px;
	background-color: var(--LightPurple);
	line-height: 130%;
	font-size: 16px;
}

div.seealso,
p.seealso
{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 14px 20px;
	border-left: solid 4px var(--Purple);
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('icons/circle-check.png');
	padding-left: 45px;
	background-color: var(--LightPurple);
	line-height: 130%;
	font-size: 16px;
	margin-left: 30px;
	margin-right: 30px;
}

p.new,
div.new
{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 14px 20px;
	border-left: solid 4px var(--Purple);
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('icons/circle-new.png');
	padding-left: 45px;
	background-color: var(--LightPurple);
	line-height: 130%;
	font-size: 16px;
	margin-left: 30px;
	margin-right: 30px;
}

p.noteSimple
{
	line-height: 120%;
	font-style: italic;
	font-size: 13 px;
}

MadCap|expanding
{
	mc-open-image: url('../../../../../../program files/madcap software/madcap flare 20/flare.app/resources/images/webhelp/minus.png');
	mc-closed-image: url('../../../../../../program files/madcap software/madcap flare 20/flare.app/resources/images/webhelp/plus.png');
	mc-image-position: left;
}

MadCap|dropDown
{
	mc-open-image: url('../../../../../../program files/madcap software/madcap flare 20/flare.app/resources/images/webhelp/minus.png');
	mc-closed-image: url('../../../../../../program files/madcap software/madcap flare 20/flare.app/resources/images/webhelp/plus.png');
}

MadCap|toggler
{
	color: var(--Link);
	mc-closed-image: url('icons/mcclosearrow.png');
	mc-open-image: url('icons/mcopenarrow.png');
}

MadCap|popupHead
{
	color: var(--Link);
}

MadCap|popupBody
{
	border: none;
	padding: 11px 15px;
	background-color: var(--Purple);
	color: var(--White);
	border-right-color: var(--Purple);
	border-top-color: var(--Purple);
	border-left-color: var(--Purple);
	border-bottom-color: var(--Purple);
}

MadCap|glossaryTerm
{
	
}

MadCap|glossaryTerm.Expanding
{
	color: inherit;
	font-weight: inherit;
}

MadCap|glossaryTerm.Hyperlink
{
	color: #5B8EC1;
	font-weight: inherit;
}

MadCap|glossaryTerm.Popup
{
	color: var(--Link);
	font-weight: normal;
}

MadCap|conceptLink
{
	color: var(--Link);
}

MadCap|keywordLink
{
	color: var(--Link);
}

MadCap|relatedTopics
{
	color: var(--Link);
}

MadCap|helpControlMenu
{
	color: #707070;
	background-color: #FFFFFF;
	border: none;
}

MadCap|helpControlMenuItem
{
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

MadCap|helpControlMenuItem.Highlighted
{
	color: #000000;
	background-color: #E5EFF7;
}

MadCap|breadcrumbsProxy
{
	font-family: 'Figtree', sans-serif;
	font-weight: 400;
	font-size: 10pt;
	color: var(--Gray);
	border-bottom-width: 0;
}

MadCap|miniTocProxy
{
	border-top-width: 0;
	font-weight: normal;
	color: var(--Link);
}

MadCap|miniTocProxy p
{
	color: var(--Link);
}

.minitoc1
{
	color: var(--Link);
}

p.MiniTOC1
{
	font-weight: normal;
}

span.ScreenItem
{
	font-weight: bold;
}

span.ScreenText
{
	font-style: italic;
}

h1
{
	margin-top: .25;
}

img
{
	border: none;
	max-width: 100%;
}

h2
{
	padding-top: 20px;
}

h3
{
	padding-top: 15px;
	padding-bottom: 0px;
	font-size: 1.40em;
}

/* Paragraphs that come immediately after a H3 */

h3 + p
{
	margin-top: -10px;
	padding-top: 0px;
}

h5 + p
{
	margin-top: -15px;
	padding-top: 0px;
}

td
{
	font-size: 15px;
	line-height: 140%;
	padding-top: 4px;
	padding-bottom: 2px;
	text-align: left;
	vertical-align: text-top;
	padding-left: 4px;
	padding-right: 4px;
}

th
{
	font-size: 15px;
	line-height: 140%;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
	vertical-align: bottom;
	font-family: 'Figtree', sans-serif;
	font-weight: 600;
	margin-bottom: 25px;
}

div.dropdown-shaded
{
	background-color: var(--PalePurple);
	padding: 10px;
}

div.spacingLRB
{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-bottom: 25px;
	margin-top: 25px;
}

html
{
	
}

hr
{
	width: 100%;
}

ul.navigation > li > ul
{
	display: none;
}

.title-bar
{
	border-bottom: solid 2px #f3f4f9;
}

h5
{
	font-size: 1.075em;
	padding-top: 10px;
}

h4
{
	font-size: 1.20em;
	padding-top: 15px;
}

h6
{
	font-size: 1em;
}

div.Column2	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Column2::before
{
	content: ' ';
	display: table;
}

div.Column2::after
{
	content: ' ';
	display: table;
	clear: both;
}

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

div.Column2 > div:nth-child(1)
{
	width: 41.667%;
}

div.home-tiles-layout > div:nth-child(3)
{
	width: 8.3333%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 41.667%;
	margin-left: 0%;
}

div.Column2 > div:nth-child(2)
{
	width: 41.667%;
}

div.quick-links > div:nth-child(4)
{
	margin-left: 3%;
	width: 16.66666%;
}

@media only screen and (max-width: 850px)
{
	#header-links
	{
		display: none;
	}

	div.MenuTop
	{
		display: none;
	}

	div.MenuTop ul li
	{
		display: none;
	}

	div.sidemenu
	{
		display: none;
	}

	div.container
	{
		width: 100%;
		min-width: 98%;
	}

	div.container2
	{
		width: 100%;
		min-width: 98%;
	}

	/* Home page topic */

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

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 41.667%;
		margin-left: 0%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 83.333%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 83.333%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 83.333%;
		margin-left: 0%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.Column2 > div:nth-child(1)
	{
		width: 41.667%;
		margin-left: 0%;
	}

	div.home-tiles-layout > div:nth-child(3)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

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

	div.Column2 > div:nth-child(2)
	{
		width: 41.667%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 83.333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 500px)
{
	div.container2
	{
		width: 100%;
	}

	div.container
	{
		width: 100%;
	}

	div.sidemenu
	{
		display: none;
	}

	#header-links
	{
		display: none;
	}

	div.MenuTop
	{
		display: none;
	}

	div.MenuTop ul li
	{
		display: none;
	}

	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		margin-top: 5%;
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 83.333%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 83.333%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 83.333%;
		margin-left: 0%;
	}

	div.Column2 > div:nth-child(1)
	{
		width: 83.333%;
		margin-left: 8.3333%;
	}

	div.home-tiles-layout > div:nth-child(3)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

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

	div.Column2 > div:nth-child(2)
	{
		width: 83.333%;
		margin-left: 8.3333%;
	}

	div.home-card-outline
	{
		border: solid 3px #f3f4f9;
		backgound-color: red;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 83.333%;
		margin-left: 0%;
	}
}

@media print
{
	div.container
	{
		width: 100%;
	}

	div.container2
	{
		width: 100%;
	}

	h1
	{
		font-size: 22pt;
		font-weight: normal;
		margin: 0;
		padding-top: 5pt;
		padding-bottom: 10pt;
		font-family: Figtree;
	}

	p
	{
		font-family: Lora;
		font-size: 12 pt;
		line-height: 110%;
		margin: 0;
		padding-bottom: 5pt;
		padding-top: 5pt;
	}

	h2
	{
		padding-top: 15pt;
		padding-bottom: 5pt;
		margin: 0;
		font-size: 18 pt;
		font-family: Figtree;
		font-weight: 700;
	}

	h3
	{
		margin: 0;
		font-size: 14pt;
		font-family: Figtree;
		font-weight: 700;
		padding-bottom: 8pt;
		padding-top: 10pt;
	}

	h4
	{
		font-family: Figtree;
		font-size: 12pt;
		font-weight: 700;
		margin: 0;
		margin-bottom: 8pt;
		margin-top: 6pt;
		padding-top: 8pt;
		padding-bottom: 6pt;
	}

	h5
	{
		padding-top: 8pt;
		padding-bottom: 6pt;
		font-family: Figtree;
		font-size: 12pt;
		margin: 0;
	}

	h6
	{
		font-family: Figtree;
		font-size: 12pt;
		margin: 0;
		padding-top: 8pt;
		padding-bottom: 6pt;
	}

	ul
	{
		line-height: 110%;
		font-size: 12pt;
	}

	ol
	{
		line-height: 110%;
		font-size: 12pt;
	}

	p.footer
	{
		
	}

	p.seealso
	{
		
	}
}

div.indent
{
	padding-left: 50px;
}

MadCap|xref
{
	color: var(--Link);
	text-decoration: none;
	mc-format: 'For more information, see {h1}.';
}

hr.RN
{
	color: var(--LightGray);
	border-top-style: dotted;
	width: 90%;
	margin-bottom: 50px;
	margin-top: 50px;
	border: solid 1px #cdcdd0;
}

div.MenuTop
{
	font-weight: 600;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 15px;
	clear: both;
	display: inline-block;
	color: #2A258A;
	font-family: Figtree, sans-serif;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
}

div.MenuTop ul li
{
	list-style: none;
	display: inline-block;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #2A258A;
}

img.Resize
{
	max-width: 80%;
}

div.MenuTop:link
{
	color: #2A258A;
}

div.MenuTop:active
{
	color: #2A258A;
}

div.MenuTop:hover
{
	text-decoration: none;
	color: #2A258A;
}

div.MenuTop:visited
{
	color: #2A258A;
}

img.Landscape400px
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 400px;
}

img.ana
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 60%;
}

img.ana-h
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 350px;
	mc-thumbnail-max-width: auto;
}

img.Portrait250px
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 250px;
	mc-thumbnail-max-width: auto;
}

img.Thumb90
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

img.Thumb50
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img.button
{
	width: auto;
	height: 20px;
	padding: 0;
	float: none;
	border: none 1px #cdcdd0;
}

img.label
{
	width: auto;
	height: 20px;
	padding: 0;
	float: none;
}

img.new
{
	width: auto;
	height: 20px;
	padding: 0;
	margin: 0;
	padding-bottom: -2px;
	padding-right: 5px;
	float: none;
}

img.icon
{
	width: auto;
	height: 35px;
	padding: 0;
	float: none;
}

img.icon-big
{
	width: auto;
	height: 100px;
	border: none;
	text-align: center;
}

span.required
{
	font-weight: bold;
}

p.required
{
	font-weight: bold;
	text-align: center;
}

span.codeexample,
p.codeexample,
div.codeexample
{
	
}

p.defaultvalue,
span.defaultvalue
{
	font-weight: bold;
}

p.datatype,
span.datatype
{
	
}

p.examplevalue,
span.examplevalue
{
	font-style: italic;
}

span.supplierrec
{
	font-style: italic;
}

span.recommended
{
	font-style: italic;
}

/* Homepage topic START*/

div.home-shaded
{
	background-color: #f3f4f9;
	margin: 20px;
	padding: 35px;
	width: 90%;
}

div.home-white-card
{
	background-color: white;
}

div.home-white-card2
{
	background-color: white;
	margin: 15px;
}

div.home-card-outline
{
	margin-right: 30px;
	margin-top: 30px;
	border: solid 1px #cdcdd0;
	padding: 5px;
}

img.home-icon
{
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 20px;
	height: 75px;
	width: 75px;
}

img.home-icon-left
{
	float: left;
	margin-top: 12px;
	margin-bottom: 45px;
	margin-left: 15px;
	padding-right: 15px;
	height: 75px;
	width: 75px;
	min-height: 75px;
	min-width: 75px;
}

img.home-icon-quick
{
	height: 32px;
	width: 32px;
}

p.title
{
	font-weight: 600;
	font-family: 'Figtree', sans-serif;
	color: var(--Purple);
	font-size: 16px;
	margin: 10px;
	line-height: 110%;
	padding-top: -10px;
	padding-bottom: 0;
	text-align: left;
}

p.subtext
{
	font-weight: 400;
	font-size: 13px;
	text-align: left;
	line-height: 110%;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 0px;
}

p.Learnmore
{
	font-weight: 400;
	font-size: 13px;
	text-align: left;
	line-height: 110%;
	margin: 0;
	padding-bottom: 30px;
}

div.clearfix::after
{
	content: "";
	clear: both;
	display: table;
}

div.home-layout
{
	padding: 2% 5%;
}

div.home-section
{
	padding: 10px 0;
	border-bottom: solid 1px var(--PalePurple);
}

div.home-section h2
{
	padding-top: 10px;
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: white;
	padding: 2%;
	padding-left: 0px;
	padding-right: 0px;
}

div.home-tiles > div:nth-child(1)
{
	width: 41.667%;
	margin-left: 0%;
}

div.home-tiles-layout	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 100%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.2;
}

div.quick-links	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 0%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.667%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

/* Home page topic END */
/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	line-height: 140%;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-top: 0;
	margin-bottom: 0;
}

dl,
ol,
ul
{
	letter-spacing: .25px;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 0px;
}

ol ul
{
	line-height: 120%;
	list-style-type: disc;
}

li
{
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 140%;
}

MadCap|xref.Full
{
	mc-format: 'For more information, see {paratext}.';
}

MadCap|xref.Bookmark
{
	mc-format: 'For more information, see {paratext}.';
}

div.faq
{
	
}

div.faq div.dropdown-shaded
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

div.faq h3
{
	font-size: 16 px;
}

div.faq p
{
	font-size: 16px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 120%;
	padding-bottom: 20px;
}

div.faq ul li,
div.faq ol li
{
	font-size: 16px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	line-height: 120%;
	padding-top: 6px;
	padding-bottom: 6px;
}

MadCap|xref.Name
{
	mc-format: '{h1}';
}

ul.table
{
	
}

ul.table li
{
	padding: 0;
}

MadCap|popupHead:link
{
	color: var(--Link);
}

MadCap|popupHead:hover
{
	color: var(--Link);
}

MadCap|popupHead:active
{
	color: var(--Link);
}

div.bigtable
{
	max-width: 90%;
}

div.bigtable p,
div.bigtable td
{
	font-size: 11pt;
	word-wrap: break-word;
	line-height: 120%;
}

MadCap|xref.BookmarkTextOnly
{
	mc-format: '{paraxml}';
}

/* Feedback - v.1 */

.modal
{
	background: rgba(236,236,236,0);
	display: inline-block;
	width: auto;
	text-align: left;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.question
{
	color: #000000;
	font-size: 14px;
	padding: 0.5em -5em;
}

.modal > label
{
	background: #ffffff;
	border: 1px solid #E0E0E0;
	border-radius: .2em;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	font-variant: normal;
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	padding: 0.5em 0.8em;
	text-shadow: 1px 1px 1px #fff;
}

.modal > label:hover
{
	border: 1px solid #54B948;
	color: #54B948;
}

.modal a
{
	background: #ffffff;
	border: 1px solid #E0E0E0;
	border-radius: .2em;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	padding: 0.5em 0.8em;
	margin: 0.5em 0.5em 0.5em .2em;
	text-shadow: 1px 1px 1px #fff;
}

.modal__overlay
{
	background: rgba(0,0,0,0.4);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	text-align: center;
	text-shadow: none;
	top: 0;
	z-index: 600;
	justify-content: center;
	align-items: flex-end;
}

.modal__wrap
{
	padding: 1em;
	position: relative;
	vertical-align: middle;
	max-width: 500px;
	width: 10%;
	background: #ffffff;
	margin-bottom: 100px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
	border-radius: 10px;
}

@media (min-height: 37.5em)
{
	.modal__wrap
	{
		left: 50%;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%, -80%);
		transform: translate(-50%, -80%);
	}
}

.modal__wrap label
{
	background: #54B948;
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	height: 1.5em;
	line-height: 1.5;
	position: absolute;
	right: 1em;
	top: 25%;
	width: 1.5em;
}

.modal__wrap p
{
	color: #000000;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}

.modal input:focus ~ label
{
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}

input
{
	position: absolute;
	top: -1000px;
}

.modal__overlay
{
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	z-index: -100;
}

input:checked ~ .modal__overlay
{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 800;
}

.thumbs_up
{
	background-image: url('../images/icons/up.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-family: 'Open Sans';
}

.thumbs_down
{
	background-image: url('../images/icons/down.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-family: 'Open Sans';
}

/* Feedback - v.2 */

.feedback-reason
{
	display: none;
}

.feedback-question i:hover,
.feedback-question i:focus,
.feedback-question i:active
{
	cursor: pointer;
}

.textarea
{
	border-radius: 8px;
	border: 2px solid #9800E7;
}

.button
{
	background-color: white;
	border: none;
	color: #9800E7;
	padding: 8px 14px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	border-radius: 8px;
	border: 2px solid #9800E7;
	/* Bright Blue */
}

.button:hover
{
	background-color: #9800E7;
	/* Bright Blue */
	color: white;
}

