/*<meta />*/

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

/* TOKEN_POC_FINAL */

@font-face 
{
	font-family: 'Symbol';
	src: url(../fonts/symbol.ttf);
}

@font-face 
{
	font-family: 'DM Sans';
	src: url(../fonts/dmsans-regular.ttf);
}

@font-face 
{
	font-family: 'DM Sans Medium';
	src: url(../fonts/dmsans-medium.ttf);
}

@font-face 
{
	font-family: 'Inconsolata';
	src: url(../fonts/inconsolata-bold.ttf);
}

:root
{
	--Brand1: #076685;
	--Brand2: #CDE0E7;
	--Black: #000000;
	--Dark: #45494c;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
}

body
{
	
}

.shadow-line
{
	display: block;
	background-color: #F5F6FC;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 20px;
	width: 100%;
	z-index: 1000;
}

.top-navigator
{
	display: block;
	background-color: #1c0f36;
	color: #d6f2ff;
	font-family: "DM Sans";
	font-weight: 400;
	font-size: 12pt;
	position: fixed;
	top: 84px;
	right: 0px;
	height: 40px;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 18px;
	z-index: 1000;
}

.nav-label
{
	display: block;
	background-color: #1c0f36;
	color: #d6f2ff;
	font-family: "DM Sans";
	font-size: 14pt;
	font-weight: 400;
	position: fixed;
	top: 84px;
	Left: 32px;
	height: 40px;
	padding-top: 6px;
	padding-bottom: 5px;
	z-index: 1001;
}

.breadcrumbs-wrapper
{
	display: block;
	background-color: #ffffff;
	position: fixed;
	top: 115px;
	height: 50px;
	width: 64%;
	padding-top: 18pt;
	padding-bottom: 18pt;
	margin: 0;
}

.breadcrumbs-wrapper-new
{
	display: block;
	background-color: #ffffff;
	position: fixed;
	top: 115px;
	height: 30px;
	width: 64%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}

.navmenu-button
{
	background-color: #336699;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 18px;
	height: 35px;
	font-size: 10pt;
	border: none;
}

.navmenu
{
	position: relative;
	display: inline-block;
	float: right;
}

.navmenu-content
{
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 75px;
	box-shadow: 0px 8px 16px 0px rgb(0,0,0,2);
	z-index: 1;
}

.navmenu-content a
{
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

a:link
{
	text-decoration: none;
	color: #f58c78;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}

.dropdown-content a:visited
{
	color: #585b5d;
}

a:visited
{
	color: #f58c78;
}

a:focus
{
	color: #633880;
}

.navmenu-content a:hover
{
	background-color: #ddd;
}

.dropdown-content a:hover
{
	color: #0097e9;
	font-weight: 700;
}

a:hover
{
	color: #52456b;
}

a:active
{
	color: #633880;
}

.navmenu:hover .navmenu-content
{
	display: block;
}

.footer
{
	position: fixed;
	bottom: 0;
}

a.GlossaryPageTerm
{
	font-size: 14pt;
	font-weight: 700;
}

.dropbtn
{
	background-color: #585b5d;
	color: white;
	/*height: 10px;*/
	display: inline-block;
	/*padding: 18px 8px;*/
	padding-bottom: 0px;
	font-family: "DM Sans";
	font-size: 12px;
	border: none;
}

.dropdown
{
	display: inline-block;
}

.dropdown:hover
{
	color: #fce3de;
}

.dropdown-content
{
	display: none;
	position: absolute;
	background-color: #edeef2;
	min-width: 200px;
	text-align: left;
	border-radius: 3px 3px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 2200;
}

.dropdown-content a
{
	padding: 8px 8px;
	color: #0097e9;
	text-decoration: none;
	display: block;
}

.dropdown:hover .dropdown-content
{
	display: block;
}

.dropdown:hover .dropbtn
{
	background-color: #e5e5e5;
}

a.dropped:link
{
	color: #1c0f36;
	font-family: 'DM Sans';
	font-weight: lighter;
}

a.dropped:visited
{
	color: #1c0f36;
}

a.dropped:hover
{
	color: #f58c78;
	font-family: 'DM Sans';
	font-weight: lighter;
}

a.topnavmenu
{
	color: #d6f2ff;
	font-size: 12pt;
	font-weight: lighter;
}

a.topnavmenu:link
{
	color: #d6f2ff;
	font-size: 12pt;
	font-weight: lighter;
}

a.topnavmenu:visited
{
	color: #d6f2ff;
	font-size: 12pt;
	font-weight: lighter;
}

a.topnavmenu:hover
{
	color: #fce3de;
	font-size: 12pt;
	font-weight: lighter;
}

a.topnavmenu:active
{
	color: #fce3de;
	font-size: 12pt;
	font-weight: lighter;
}

a.landingpagelink
{
	font-size: 12pt;
	font-weight: lighter;
	color: #f7baad;
	text-decoration: underline;
}

a.landingpagelink:link
{
	font-size: 12pt;
	font-weight: lighter;
	color: #f7baad;
	text-decoration: underline;
}

a.landingpagelink:visited
{
	font-size: 12pt;
	font-weight: lighter;
	color: #f7baad;
}

a.landingpagelink:hover
{
	color: #fce3de;
	font-size: 12pt;
	font-weight: lighter;
	text-decoration: underline;
}

a.landingpagelink:active
{
	color: #fce3de;
	font-size: 12pt;
	font-weight: lighter;
}

a.swaggerlink:link
{
	color: #633880;
	font-size: 10pt;
	font-weight: lighter;
}

a.swaggerlink:visited
{
	color: #633880;
	font-size: 10pt;
	font-weight: lighter;
}

a.swaggerlink:hover
{
	color: #f58c78;
	font-size: 10pt;
	font-weight: lighter;
}

a.swaggerlink:active
{
	color: #633880;
	font-size: 10pt;
	font-weight: lighter;
}

a.navlink
{
	color: #d6f2ff;
	font-family: 'DM Sans';
	font-weight: lighter;
}

a.navlink:link
{
	color: #d6f2ff;
	font-family: 'DM Sans';
	font-weight: lighter;
}

a.navlink:hover
{
	color: #fce3de;
	font-family: 'DM Sans';
	font-weight: lighter;
}

/* .top-navigator a
{
	float: left;
	font-size: 16px;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

  .dropdown-menu
{
	float:left;
	overflow: hidden;
} */

/* .dropdown-menu, .droplink
{
	cusrsor: pointer;
	font-size: 16px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.top-navigator a:hover, .dropdown-menu:hover .droplink, .droplink:focus
{
	background-color: red;
}

.dropdown-content
{
	display:none;
	position: absolute;
	background-color: #f9f9f9;
	min-width:160px;
	box shadow: 0px 8px 16px 0px rgba(0,0,0,0,2);
	z-index:1;
}

.dropdown-content a
{	
	float: none;
	color: black;
	padding: 12px 16px;
	text-docoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.show {
	display:block;
} */

.left-side-wrapper
{
	float: left;
	width: 70%;
	max-height: 60vh;
	overflow-y: auto;
	padding-bottom: 6pt;
}

.right-side-wrapper
{
	margin-left: 70%;
	padding-left: 10px;
	height: 60vh;
}

.table-header
{
	margin: auto;
	width: 90%;
}

.table-wrapper
{
	margin: auto;
	width: 90%;
	max-height: 60vh;
	overflow-x: auto;
	overflow-y: auto;
	padding-bottom: 12pt;
}

.list-note-wrapper
{
	margin-left: 40px;
	margin-bottom: 20px;
}

.table-wrapper-narrow
{
	margin: auto;
	width: 70%;
	max-height: 60vh;
	overflow-x: auto;
	overflow-y: auto;
	padding-bottom: 12pt;
}

.code-wrapper
{
	margin: auto;
	width: 90%;
	max-height: 40vh;
	overflow-y: auto;
	overflow-x: auto;
	padding-bottom: 6pt;
}

.code-wrapper-tip
{
	margin: auto;
	width: 90%;
	max-height: 40vh;
	overflow-y: auto;
	overflow-x: auto;
	padding-bottom: 6pt;
	padding-left: 40px;
	padding-right: 40px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #2b90a4;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #2b90a4;
}

div.tip-wrapper
{
	font-size: 12.0pt;
	widows: 3;
	orphans: 3;
	line-height: 18pt;
	margin-bottom: 12pt;
	margin-top: 6pt;
	font-weight: normal;
	font-style: normal;
	margin-left: 0;
	text-indent: 0;
	background-position-y: top;
	background-repeat: no-repeat;
	background-image: url('../images/tipicon.png');
	background-color: #fcf5ff;
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	border-top-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
	border-bottom-right-radius: 15px 15px;
	border-bottom-left-radius: 15px 15px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #633880;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #633880;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #633880;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #633880;
}

div.new-version-wrapper
{
	font-size: 12.0pt;
	widows: 3;
	orphans: 3;
	line-height: 18pt;
	margin-bottom: 12pt;
	margin-top: 6pt;
	font-weight: normal;
	font-style: normal;
	margin-left: 0;
	text-indent: 0;
	background-color: #E5FDDB;
	background-position-y: top;
	background-repeat: no-repeat;
	background-image: url('../images/newversionicon.png');
	padding-left: 65px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	border-top-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
	border-bottom-right-radius: 15px 15px;
	border-bottom-left-radius: 15px 15px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #618C09;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #618C09;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #618C09;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #618C09;
}

.sidenav-wrapper
{
	display: initial;
	z-index: 500;
}

.code-titlebar
{
	line-height: 16pt;
	background-color: #3c4356;
	color: #f5f5f5;
	font-family: "DM Sans";
	font-weight: 300;
	font-size: 10pt;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin: auto;
	width: 90%;
}

.code-titlebar-tip
{
	line-height: 16pt;
	background-color: #3c4356;
	color: #f5f5f5;
	font-family: "DM Sans";
	font-weight: 300;
	font-size: 10pt;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #2b90a4;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #2b90a4;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin: auto;
	width: 90%;
}

.sdkLanguage-wrapper
{
	width: 40%;
}

.javaLink
{
	width: 33%;
}

.jsLink
{
	width: 33%;
}

.c-sharpLink
{
	width: 33%;
}

.code-source
{
	text-align: right;
	color: #00BFFF;
	margin-top: 0;
	margin-bottom: 12pt;
	font-size: 6pt;
	line-height: 10pt;
	background-color: #50576a;
	padding-left: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.panel-wrapper
{
	width: 100%;
}

.topnav
{
	position: fixed;
	top: 0;
	height: 30px;
	width: 100%;
	background-color: #0097E9;
}

.panel-left
{
	float: left;
	margin-right: 10px;
	width: 48%;
	height: 20vh;
	overflow-y: scroll;
}

.panel-right
{
	margin-left: 10px;
	height: 20vh;
	overflow-y: scroll;
}

/* Backmatter */

div.GlossaryPageDefinition
{
	font-size: 12pt;
}

div.GlossaryPageHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: #b9bec1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	background-image: url('../images/backmatter-heading-background.png');
	background-repeat: no-repeat;
}

div.GlossaryPageTerm
{
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 14pt;
	font-family: 'DM Sans';
	color: #633880;
	font-weight: 700;
}

MadCap|glossaryProxy
{
	border-top: none;
	color: #000000;
}

MadCap|indexProxy
{
	border-top: none;
}

p.Index1
{
	font-size: 10pt;
	font-weight: bold;
}

p.Index2
{
	font-size: 10pt;
	font-weight: normal;
}

p.IndexHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: #b9bec1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 12px;
	padding-right: 10px;
	background-image: url('../images/backmatter-heading-background.png');
	background-repeat: no-repeat;
}

/* Content */

img
{
	mc-thumbnail: hover;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	z-index: 1005;
	mc-thumbnail-max-height: 2in;
	mc-thumbnail-max-width: auto;
}

p
{
	letter-spacing: 0.25;
	widows: 3;
	orphans: 3;
	padding-left: 0px;
	margin-bottom: 12pt;
	margin-top: 6pt;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-size: 12.0pt;
	font-family: 'DM Sans';
}

p.table-text
{
	font-size: 10pt;
	margin-bottom: 0;
	margin-top: 6pt;
	padding-left: 0px;
	font-family: 'DM Sans';
	line-height: 12pt;
}

/* Frontmatter */

hr.title-page
{
	border: solid 0px transparent;
	background-color: #d0d3d5;
	height: 1px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 370px;
}

MadCap|tocProxy
{
	border-top: none;
	margin-right: 0.25in;
}

p.created-using-flare
{
	color: #45494c;
	font-weight: bold;
	margin-top: 18px;
	font-size: 9pt;
	line-height: 15pt;
	text-transform: uppercase;
}

p.title-page-footer
{
	color: #45494c;
	font-size: 9pt;
	frame-break-before: always;
	line-height: 15pt;
	margin-top: 30px;
}

p.title-page-url
{
	color: #45494c;
	font-size: 9pt;
	line-height: 15pt;
}

p.TOC1
{
	color: #45494c;
	font-size: 19pt;
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 15px;
	margin-top: 15px;
	page-break-after: avoid;
}

p.TOC2
{
	color: #45494c;
	font-size: 15pt;
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 13px;
	margin-left: .5in;
	margin-top: 13px;
}

p.TOC3
{
	color: #45494c;
	font-size: 13pt;
	line-height: 21pt;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 1in;
	margin-top: 10px;
}

/* Generic classes */

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

/* Headings */

h1
{
	border-bottom: solid 2px #d3d3d3;
	font-size: 24pt;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding-bottom: 12px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #d3d3d3;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
	color: #1c0f36;
	font-family: 'DM Sans';
	margin-top: 1em;
}

h2
{
	page-break-before: always;
	font-size: 20pt;
	padding-left: 0px;
	margin-bottom: 0.5em;
	margin-top: 1em;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
	color: #52456b;
	font-family: 'DM Sans';
}

h3
{
	font-size: 16pt;
	margin-bottom: 5px;
	margin-top: 1.35em;
	padding-left: 0px;
	font-weight: 600;
	line-height: normal;
	color: #633880;
	font-family: 'DM Sans';
}

h4
{
	line-height: 16pt;
	margin-top: .5em;
	font-size: 14pt;
	margin-bottom: .5em;
	font-style: normal;
	font-weight: 400;
	font-family: 'DM Sans';
	color: #52456b;
}

h5
{
	font-size: 13pt;
	margin-bottom: 0.5em;
	line-height: normal;
	font-weight: bold;
	font-style: normal;
	color: #633880;
	font-family: 'DM Sans';
}

h6
{
	font-weight: bold;
	line-height: normal;
	font-family: 'DM Sans';
	font-size: 12pt;
	margin-bottom: 0;
	color: #52456b;
}

/* paragraphs and chars */

h3.numbered
{
	mc-auto-number-offset: 10px;
	font-size: 16.0pt;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 4.65px;
	margin-top: 1.35em;
	font-style: normal;
	font-weight: 700;
	mc-auto-number-format: 'Step {n+}.  ';
	padding-left: 0px;
}

p.code_top_nonav
{
	widows: 3;
	orphans: 3;
	font-family: "Inconsolata";
	font-size: 12pt;
	line-height: 16pt;
	background-color: #50576a;
	color: #ffffff;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

p.code_top
{
	widows: 3;
	orphans: 3;
	font-family: "Inconsolata";
	font-size: 12pt;
	line-height: 16pt;
	background-color: #50576a;
	color: #ffffff;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	margin-bottom: 0;
	margin-top: 0;
}

p.code_bottom
{
	letter-spacing: 0.25;
	widows: 3;
	orphans: 3;
	font-family: "Inconsolata";
	font-size: 12pt;
	line-height: 16pt;
	margin-top: 0;
	margin-bottom: 12pt;
	background-color: #50576a;
	color: #ffffff;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

p.code_singleline
{
	letter-spacing: 0.25;
	widows: 3;
	orphans: 3;
	font-family: "Inconsolata";
	font-size: 12pt;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #50576a;
	color: #ffffff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

p.code_inner
{
	font-size: 12.0pt;
	widows: 3;
	orphans: 3;
	font-family: Inconsolata;
	line-height: 16pt;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #50576a;
	color: #ffffff;
	margin-bottom: 0;
	margin-top: 0;
}

p.example_intro
{
	font-size: 12.0pt;
	letter-spacing: 0.25;
	widows: 3;
	orphans: 3;
	line-height: 18pt;
	padding-left: 0px;
	margin-bottom: 12pt;
	margin-top: 6pt;
	font-style: italic;
	font-family: 'DM Sans';
}

code.reserved
{
	font-family: Inconsolata;
	color: #87cefa;
}

p.source_link
{
	letter-spacing: 0.25;
	widows: 3;
	orphans: 3;
	margin-top: 0pt;
	text-align: right;
	margin-top: 0;
	margin-bottom: 12pt;
	line-height: 10pt;
	background-color: #50576a;
	padding-left: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	font-weight: bold;
	font-style: normal;
	font-size: 8pt;
	color: #00ffff;
	font-family: 'DM Sans';
}

a.src:link
{
	font-family: "DM Sans";
	color: #00ffff;
}

b.code_callout
{
	font-style: normal;
	font-family: "Inconsolata";
	font-weight: 700;
	font-size: 12pt;
}

p.code_singleline_w_source
{
	letter-spacing: 0.25;
	widows: 3;
	orphans: 3;
	font-family: "Inconsolata";
	font-size: 12pt;
	line-height: 16pt;
	paddding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 0px;
	background-color: #50576a;
	color: #ffffff;
}

p.pop-up_definition
{
	font-size: 12.0pt;
	widows: 3;
	orphans: 3;
	line-height: 18pt;
	padding-left: 0px;
	margin-top: 6pt;
	margin-bottom: 2pt;
	font-weight: bold;
	font-style: normal;
	color: #633880;
	font-family: 'DM Sans';
}

p.code_inner_comment
{
	font-size: 12.0pt;
	widows: 3;
	orphans: 3;
	margin-bottom: 0;
	margin-top: 0;
	font-family: "Inconsolata";
	line-height: 16pt;
	font-weight: normal;
	font-style: italic;
	background-color: #50576a;
	color: #faebd7;
	padding-left: 40px;
	padding-right: 40px;
}

b.code_callout_table
{
	font-style: normal;
	font-family: Inconsolata;
	font-weight: 700;
	font-size: 10pt;
}

b.important
{
	font-style: normal;
	color: #c10800;
	font-weight: 700;
	font-family: 'DM Sans';
}

code.stringvalue
{
	font-family: Inconsolata;
	color: #daa520;
}

code.string
{
	font-family: Inconsolata;
	color: #f5f5f5;
	font-weight: 700;
}

code.emphasis
{
	font-family: Inconsolata;
	font-weight: bold;
	color: #f08080;
}

code.focus
{
	font-family: Inconsolata;
	color: #7fffd4;
}

p.code_top_comment
{
	widows: 3;
	orphans: 3;
	font-family: Inconsolata;
	font-size: 12pt;
	line-height: 16pt;
	font-weight: normal;
	font-style: italic;
	background-color: #50576a;
	margin-bottom: 0;
	margin-top: 0;
	color: #faebd7;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
}

h4.numbered
{
	line-height: 16pt;
	margin-top: .5em;
	font-size: 14pt;
	margin-bottom: .5em;
	mc-auto-number-format: '{n+}.  ';
	font-weight: normal;
	font-style: normal;
}

div.top-float
{
	height: auto;
	width: auto;
	vertical-align: top;
	padding: 10px 5px 0px;
}

/* Home page topic */

.nav-search	/*Displays search in skin header for desktop*/
{
	display: block;
}

div.accent
{
	background-color: #CDE0E7;
}

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

div.home-section
{
	padding: 5%;
	border-bottom: solid 1px #d0d3d5;
}

div.home-section:last-of-type
{
	border-bottom: none;
}

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::after
{
	content: ' ';
	display: table;
	clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

div.topic-hero
{
	padding: 8% 0;
	background-image: url('../images/hero-image.png');
	background-size: cover;
	background-attachment: scroll;
}

div.topic-hero h1
{
	color: #ffffff;
	font-size: 48pt;
	text-align: center;
}

html.home-topic	/*Used on Home.htm topic for styles set only on the home topic*/
{
	
}

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

img.home-tile
{
	max-width: 50%;
	mc-thumbnail-max-height: 200px;
}

/* Links */

a
{
	font-size: inherit;
	color: #f58c78;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}

a.home-tiles
{
	color: #45494c;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}

MadCap|expandingBody
{
	color: #45494c;
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #076685;
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: #076685;
}

/* Lists */

li
{
	font-style: normal;
	font-size: 12pt;
	font-weight: 300;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 0pt;
	margin-top: 0pt;
	padding-top: 2pt;
	padding-bottom: 2pt;
	line-height: normal;
}

li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

ol,
ul
{
	font-family: 'DM Sans';
	letter-spacing: .25;
	line-height: 20pt;
	padding-right: 20px;
	padding-left: 20px;
	font-family: 'DM Sans';
	margin-bottom: 1 em;
	margin-top: 0;
}

/* Master pages */

div.home-footer
{
	padding: 2% 5%;
	background-color: #076685;
}

div.side-content	/*Used on OtherTopics.flmsp for the search-bar and menu*/
{
	width: 300px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

div.topic-layout
{
	position: inherit;
	padding-top: 0%;
	top: 30px;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #45494c;
	font-size: 10pt;
	font-style: italic;
	font-family: 'sans-serif';
	font-weight: 200;
	margin-bottom: 5px;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #ffffff;
}

p.footer-sub
{
	color: #ffffff;
	font-size: 14pt;
	margin-top: 14px;
}

/* Page layout */

p.frame-footer-page-number
{
	color: #b9bec1;
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
}

p.frame-footer-text
{
	color: #b9bec1;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
}

/* Master page */

div.home-footer
{
	background-color: #076685;
	padding: 2% 5%;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #ffffff;
	font-family: 'DM Sans';
}

p.footer-sub
{
	color: #ffffff;
	font-size: 14pt;
	margin-top: 14px;
}

caption
{
	margin-top: 12pt;
	font-size: 10pt;
	font-weight: 600;
	font-style: normal;
	font-family: DM Sans;
}

th
{
	font-size: 10pt;
	font-weight: 700;
	font-style: normal;
	font-family: DM Sans;
}

tr
{
	font-size: 10pt;
	font-family: DM Sans;
}

tbody
{
	font-size: 10pt;
	font-family: DM Sans;
}

MadCap|glossaryTerm.Hyperlink
{
	color: #52456b;
}

MadCap|glossaryTerm:focus
{
	color: #694a91;
}

MadCap|glossaryTerm:hover
{
	color: #52456b;
}

MadCap|popupHead
{
	color: #633880;
}

MadCap|glossaryTerm
{
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	color: #f58c78;
}

MadCap|glossaryTerm.Popup
{
	color: #f58c78;
}

strong
{
	font-style: normal;
	font-family: 'DM Sans';
	font-weight: bold;
}

ul.tokenBullet > li::marker
{
	font-weight: 400;
	margin-left: 40px;
	list-style-image: url('../images/under_construction.png');
	margin-bottom: 15px;
}

ul.token_bullet_B > li::marker
{
	margin-bottom: 15px;
}

MadCap|bodyProxy
{
	top: 250px;
}

code
{
	font-family: Inconsolata;
	font-weight: 600;
}

a.src
{
	color: #585b5d;
}

div
{
	line-height: normal;
}

pre
{
	line-height: normal;
}

address
{
	line-height: normal;
}

a.Popup
{
	color: #633880;
}

MadCap|popupBody
{
	font-size: 10pt;
	background-color: #f5f5f5;
}

ul
{
	line-height: 16pt;
	margin-bottom: 0;
	padding-bottom: 6pt;
	font-family: 'DM Sans';
}

div.GlossaryPageEntry
{
	color: 633880;
}

MadCap|dropDownHotspot:hover
{
	color: #f58c78;
}

MadCap|dropDownHotspot:focus
{
	
}

ol
{
	font-family: 'DM Sans';
}

a.corplink:link
{
	color: #d6f2ff;
}

a.corplink:visited
{
	text-decoration: none;
}

a.corplink:hover
{
	color: #fce3de;
}

a.dropped
{
	color: #633880;
}

a.corplink
{
	color: #d6f2ff;
	font-size: 9pt;
	font-weight: lighter;
}

a.sdk
{
	color: #92e7ff;
}

a.sdk:link
{
	color: #95deff;
}

a.sdk:hover
{
	color: #fcf5e3;
}

p.important_single
{
	border-top-color: #c10800;
	border-color: #c10800;
	border: solid 1px #c10800;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	font-family: 'DM Sans';
}

div.note-wrapper
{
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
	border-bottom-right-radius: 15px 15px;
	border-bottom-left-radius: 15px 15px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #633880;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #633880;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #633880;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #633880;
	background-image: url('../images/infoicon-sm.png');
	padding-left: 40px;
}

p.tabletext
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	padding-left: 0px;
	font-family: 'DM Sans';
}

b.note
{
	color: #633880;
	font-weight: 600;
}

b.code_callout_big
{
	font-size: 16pt;
	font-family: Inconsolata;
}

b.tip
{
	color: #633880;
	font-weight: 600;
}

p.procedure_heading
{
	padding-left: 0px;
	color: #f58c78;
	font-weight: 400;
	font-family: 'DM Sans';
}

div.alert-wrapper
{
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	border-top-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
	border-bottom-right-radius: 15px 15px;
	border-bottom-left-radius: 15px 15px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #f58c78;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #f58c78;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #f58c78;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f58c78;
	background-image: url('../images/redalerticon.png');
	margin-bottom: 12pt;
}

div.alert-wrapper-highlighted
{
	background-color: #fcf5e3;
	background-image: url('../images/redalerticon.png');
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	border-top-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
	border-bottom-right-radius: 15px 15px;
	border-bottom-left-radius: 15px 15px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #b22222;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #b22222;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #b22222;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #b22222;
}

div.headsup-wrapper
{
	background-color: #fcf5ff;
	background-repeat: no-repeat;
	background-image: url('../images/inspecticon.png');
	padding-left: 75px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
	border-bottom-right-radius: 15px 15px;
	border-bottom-left-radius: 15px 15px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #633880;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #633880;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #633880;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #633880;
}

div.additional-notes-wrapper
{
	background-image: url('../images/notepadicon.png');
	background-repeat: no-repeat;
	background-color: #f2e8ff;
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
	border-bottom-right-radius: 15px 15px;
	border-bottom-left-radius: 15px 15px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #633880;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #633880;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #633880;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #633880;
}

p.REST_call
{
	font-size: 14pt;
	font-weight: 500;
	font-family: 'DM Sans';
}

p.additional-notes
{
	font-family: 'DM Sans';
}

p.afterTable
{
	font-family: 'DM Sans';
}

p.alert_bottom
{
	font-family: 'DM Sans';
}

p.alert_single
{
	font-family: 'DM Sans';
}

p.alert_single_highlighted
{
	font-family: 'DM Sans';
}

p.alert_top_highlighted
{
	font-family: 'DM Sans';
}

p.answer
{
	font-family: 'DM Sans';
}

p.caution_bottom
{
	font-family: 'DM Sans';
}

p.caution_inside
{
	font-family: 'DM Sans';
}

p.caution_single
{
	font-family: 'DM Sans';
}

p.caution_top
{
	font-family: 'DM Sans';
}

p.checklist
{
	font-family: 'DM Sans';
}

p.comment
{
	font-family: 'DM Sans';
}

p.footertext
{
	font-family: 'DM Sans';
}

p.helper-pages
{
	font-family: 'DM Sans';
}

p.important_bottom
{
	font-family: 'DM Sans';
}

p.important_inside
{
	font-family: 'DM Sans';
}

p.important_top
{
	font-family: 'DM Sans';
}

p.indent
{
	font-family: 'DM Sans';
}

p.note_bottom
{
	font-family: 'DM Sans';
}

p.note_bottom_no_icon
{
	font-family: 'DM Sans';
}

p.note_inside
{
	font-family: 'DM Sans';
}

p.note_inside_no_icon
{
	font-family: 'DM Sans';
}

p.note_single
{
	font-family: 'DM Sans';
}

p.note_single_no_icon
{
	font-family: 'DM Sans';
}

p.note_top
{
	font-family: 'DM Sans';
}

p.note_top_no_icon
{
	font-family: 'DM Sans';
}

p.question
{
	font-family: 'DM Sans';
}

p.required
{
	font-family: 'DM Sans';
}

p.serviceList
{
	font-family: 'DM Sans';
}

p.steps
{
	font-family: 'DM Sans';
}

p.steps-extraText
{
	font-family: 'DM Sans';
}

p.TBC
{
	font-family: 'DM Sans';
}

p.tip_bottom
{
	font-family: 'DM Sans';
}

p.tip_code
{
	font-family: 'DM Sans';
}

p.tip_inside
{
	font-family: 'DM Sans';
}

p.tip_single
{
	font-family: 'DM Sans';
}

p.tip_top
{
	font-family: 'DM Sans';
}

a.serviceType:link
{
	color: #d6f2ff;
}

a.serviceType:focus
{
	color: #d6f2ff;
}

a.serviceType:active
{
	color: #d6f2ff;
}

b.add_note
{
	font-family: 'DM Sans';
}

li.table-list
{
	font-size: 10pt;
	font-family: 'DM Sans';
	margin-left: 5px;
	margin-right: 5px;
}

ul.table-bullet
{
	padding-top: 3pt;
	padding-bottom: 3pt;
	line-height: 14pt;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 20px;
}

p.alert
{
	padding-left: 0px;
	margin-bottom: 3pt;
	margin-top: 3pt;
}

summary
{
	border: none 0px transparent;
}

MadCap|miniTocProxy
{
	font-family: 'DM Sans';
	font-size: 10pt;
	border-top-color: transparent;
	color: #f58c78;
	font-style: normal;
}

@media only screen and (max-device-width: 1279px)
{
	/* Home page topic */

	.nav-search	/*Displays search in Top Navigation for tablet/mobile*/
	{
		display: block;
	}

	div.side-content	/*Removes search-bar and menu set in topic in tablet*/
	{
		display: none;
	}

	html.home-topic .nav-search	/*Will not display search in Top Navigation on home page*/
	{
		display: none;
	}

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

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

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

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

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

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

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

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

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

@media only screen and (max-device-width: 767px)
{
	/* Home page topic */

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

	div.home-section
	{
		padding: 10% 0;
	}

	img.home-tile
	{
		max-width: 25%;
	}

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

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

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

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

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

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

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

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}

	div.topic-hero
	{
		padding: 15% 0;
	}

	div.topic-hero h1
	{
		font-size: 36pt;
	}
}

@media print
{
	body
	{
		font-size: 11pt;
		line-height: 13pt;
		margin: 8px;
	}

	/* Content */

	p
	{
		margin-bottom: 10px;
		margin-top: 10px;
		font-size: 10pt;
		font-family: sans-serif;
	}

	a.src:link
	{
		font-family: 'DM Sans';
		color: #00bfff;
	}

	a.src
	{
		font-size: 12pt;
		color: #00bfff;
	}

	MadCap|xref:focus
	{
		text-decoration: none;
	}

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

	MadCap|xref
	{
		text-decoration: none;
	}

	a
	{
		text-decoration: none;
	}

	b.code_callout
	{
		font-style: normal;
		font-size: 10pt;
		font-weight: bold;
		font-family: monospace;
	}

	p.code_singleline
	{
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #dcdcdc;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #dcdcdc;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #dcdcdc;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #dcdcdc;
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 10pt;
		font-family: monospace;
	}

	p.code_singleline_w_source
	{
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 20px;
		padding-bottom: 0px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #dcdcdc;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #dcdcdc;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #dcdcdc;
		border-bottom-style: none;
		border-bottom-width: 0px;
		border-bottom-color: #dcdcdc;
		font-size: 10pt;
		font-family: monospace;
	}

	p.ConceptContext
	{
		border-bottom-color: ;
	}

	p.pop-up_definition
	{
		font-size: 10pt;
		font-weight: bold;
		font-style: normal;
		margin-bottom: 7pt;
		color: #00bfff;
		padding-left: 0px;
	}

	p.TOC1
	{
		font-size: 12pt;
	}

	p.TOC2
	{
		font-size: 12pt;
		margin-left: 0.25in;
	}

	p.TOC3
	{
		font-size: 10pt;
		margin-left: 0.5in;
		font-weight: normal;
		font-style: italic;
	}

	p.TOC4
	{
		font-size: 9pt;
		margin-left: 0.75in;
		font-weight: normal;
		font-style: normal;
	}

	p.TOC5
	{
		font-size: 9pt;
		margin-left: 1in;
	}

	p.afterTable
	{
		font-size: 10pt;
	}

	p.code_bottom
	{
		font-size: 10pt;
		font-family: monospace;
	}

	p.code_inner
	{
		font-size: 10pt;
		font-family: monospace;
	}

	p.code_inner_comment
	{
		font-size: 10pt;
		font-family: monospace;
	}

	p.code_top
	{
		font-size: 10pt;
		font-family: monospace;
	}

	p.code_top_comment
	{
		font-size: 10pt;
		font-family: monospace;
	}

	p.code_top_nonav
	{
		font-size: 10pt;
		font-family: monospace;
	}

	b.code_callout_table
	{
		font-size: 9pt;
		font-family: monospace;
		font-weight: bold;
	}

	b.important
	{
		font-size: 10pt;
		font-family: "DM Sans";
		font-weight: bold;
	}

	b.new-version
	{
		font-size: 10pt;
		font-family: "DM Sans";
		font-weight: bold;
		color: #517608;
	}

	p.tabletext
	{
		font-family: sans-serif;
		font-size: 9pt;
	}

	ul
	{
		font-family: sans-serif;
	}

	ol
	{
		font-family: sans-serif;
	}

	li
	{
		font-size: 9pt;
	}

	h3
	{
		font-family: sans-serif;
		line-height: normal;
	}

	h3.numbered
	{
		font-family: sans-serif;
	}

	h4
	{
		font-family: sans-serif;
		line-height: normal;
	}

	h4.numbered
	{
		font-family: sans-serif;
		line-height: normal;
	}

	h5
	{
		font-family: sans-serif;
		line-height: normal;
	}

	h1
	{
		font-family: sans-serif;
		line-height: normal;
	}

	p.code_title
	{
		font-family: monospace;
	}

	code.boolean
	{
		font-family: monospace;
	}

	code.comment
	{
		font-family: monospace;
	}

	code.emphasis
	{
		font-family: monospace;
	}

	code.focus
	{
		font-family: monospace;
	}

	code.numeric
	{
		font-family: monospace;
	}

	code.reserved
	{
		font-family: monospace;
	}

	code.string
	{
		font-family: monospace;
	}

	code.stringvalue
	{
		font-family: monospace;
	}

	b
	{
		font-family: sans-serif;
		font-weight: bold;
	}

	b.text_std
	{
		font-family: sans-serif;
		font-weight: bold;
	}

	img
	{
		mc-thumbnail: none;
		border: none 0px transparent;
	}

	MadCap|glossaryTerm
	{
		font-family: DM Sans;
		font-weight: normal;
		font-style: normal;
	}

	MadCap|glossaryTerm:focus
	{
		
	}

	MadCap|glossaryTerm.Popup
	{
		font-family: DM Sans;
		font-weight: normal;
	}

	MadCap|footnotesBlock
	{
		font-family: sans-serif;
		font-size: 8pt;
	}

	MadCap|endnotesProxy
	{
		font-family: sans-serif;
		font-size: 8pt;
	}

	MadCap|footnoteBlock
	{
		font-family: sans-serif;
	}

	MadCap|footnote
	{
		font-family: sans-serif;
	}

	MadCap|endnoteBlock
	{
		font-size: 8pt;
		font-family: 'DM Sans';
	}

	MadCap|endnotesBlock
	{
		font-size: 10pt;
		font-family: 'DM Sans';
	}

	h2
	{
		line-height: normal;
	}

	td
	{
		font-size: 9pt;
		font-family: DM Sans;
	}

	div.GlossaryPageEntry
	{
		color: #633880;
	}

	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	p.code_title
	{
		widows: 3;
		orphans: 3;
		line-height: 16pt;
		background-color: #3c4356;
		color: #f5f5f5;
		font-family: 'DM Sans';
		font-size: 10pt;
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		margin-bottom: 0;
		margin-top: 12pt;
	}

	p.comment
	{
		
	}

	code.comment
	{
		font-family: Inconsolata;
		color: #faebd7;
		font-style: italic;
	}

	code.numeric
	{
		font-family: Inconsolata;
		font-weight: bold;
		color: #ffff00;
	}

	a.serviceType
	{
		color: white;
	}

	a.serviceType:link
	{
		color: #d6f2ff;
	}

	a.serviceType:hover
	{
		color: #fce3de;
	}

	a.serviceType:active
	{
		color: #d6f2ff;
		font-weight: lighter;
	}

	a.serviceType[tabindex]:focus
	{
		color: #f5a391;
		outline: none;
		font-weight: lighter;
		font-size: 14pt;
	}

	a.sdk
	{
		color: #ffffff;
	}

	a.sdk:link
	{
		color: #87cefa;
	}

	a.sdk:hover
	{
		color: #f08080;
	}

	a.sdk:active
	{
		color: #87cefa;
	}

	a.sdk[tabindex]:focus
	{
		color: #87cefa;
		outline: none;
		font-weight: bold;
	}

	#flyin
	{
		font-size: 0;
		opacity: 0;
		transition: 1000ms;
	}

	#flyin.run
	{
		font-size: 20px;
		opacity: 1;
	}

	p.tabletext
	{
		font-size: 10.0pt;
		letter-spacing: 0.25;
		widows: 3;
		orphans: 3;
		padding-left: 0px;
		margin-bottom: 2pt;
		margin-top: 2pt;
		line-height: 14pt;
	}

	p.footertext
	{
		font-size: 10pt;
		margin: 0;
		line-height: 14pt;
		padding-bottom: 2pt;
		font-weight: lighter;
		color: #d6f2ff;
	}

	p.copyright
	{
		font-size: 10pt;
		margin: 0;
		line-height: 14pt;
		padding-left: 22px;
		padding-bottom: 2pt;
		font-weight: lighter;
		font-family: 'DM Sans';
		color: #d6f2ff;
	}

	p.footer-terms
	{
		font-size: 10pt;
		margin: 0;
		line-height: 14pt;
		padding-bottom: 2pt;
		font-weight: lighter;
		color: #d6f2ff;
	}

	img.social
	{
		border-left-style: none;
		border-right-style: none;
		border-top-style: none;
		border-bottom-style: none;
		max-width: 100%;
		max-height: auto;
		mc-thumbnail: none;
		mc-thumbnail-max-height: 200px;
	}

	code.boolean
	{
		font-family: Inconsolata;
		color: #ffff00;
	}

	li.table-bullet
	{
		margin-left: 20px;
		margin-right: 20px;
		font-style: normal;
		font-weight: 300;
		padding-bottom: 2px;
		margin-bottom: 0px;
		margin-top: 0px;
		font-family: DM Sans;
	}

	p.afterTable
	{
		font-size: 12.0pt;
		letter-spacing: 0.25;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		padding-left: 0px;
		margin-bottom: 12pt;
		font-style: normal;
		font-weight: 200;
		margin-top: 16pt;
	}

	ul.tokenBullet
	{
		padding-left: 50;
		list-style-image: url('../images/token_bullet.png');
	}

	ul.tokenBullet > li > ul
	{
		list-style-image: none;
	}

	p.serviceList
	{
		letter-spacing: 0.25;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		padding-left: 0px;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		font-size: 14pt;
	}

	ul.token_bullet_B
	{
		list-style-image: url('../images/token_bullet.png');
	}

	ul.token_bullet_B > li > ul
	{
		list-style-image: none;
	}

	h1.home-topic
	{
		border-bottom: solid 1px #d3d3d3;
		font-size: 24pt;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
		margin-top: 0;
		padding-bottom: 12px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #d3d3d3;
		font-style: normal;
		font-weight: 500;
		color: #05a5f0;
		color: device-cmyk(0.98,0.31,0,0.06);
	}

	p.note_single
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		margin-left: 0;
		background-image: url('../images/infoicon.png');
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 15px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #633880;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #633880;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #633880;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #633880;
	}

	p.note_top
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		margin-bottom: 0;
		background-position-x: left;
		background-position-y: top;
		margin-left: 0;
		margin-right: 0;
		background-image: url('../images/infoicon.png');
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #633880;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #633880;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #633880;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #633880;
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 10px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 0px 0px;
		border-bottom-left-radius: 0px 0px;
	}

	p.note_bottom
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		background-position-y: center;
		margin-left: 0px;
		background-image: none;
		margin-top: 0;
		margin-right: 0;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #633880;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #633880;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #633880;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #633880;
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 10px;
		border-top-left-radius: 0px 8px;
		border-top-right-radius: 0px 0px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
	}

	p.note_inside
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		background-position-y: center;
		margin-left: 0px;
		background-image: none;
		margin-top: 0;
		margin-bottom: 0;
		line-height: 18pt;
		margin-right: 0;
		padding-left: 50px;
		padding-right: 20px;
		padding-top: 12px;
		padding-bottom: 12px;
		border-top-left-radius: 0px 0px;
		border-top-right-radius: 0px 0px;
		border-bottom-right-radius: 0px 0px;
		border-bottom-left-radius: 0px 0px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #05a5f0;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #05a5f0;
		border-top-style: solid;
		border-top-width: 0px;
		border-top-color: #3ea2f8;
		border-bottom-style: solid;
		border-bottom-width: 0px;
		border-bottom-color: #3ea2f8;
	}

	b.note
	{
		font-style: normal;
		font-weight: 700;
		color: #623880;
		color: device-cmyk(0.23,0.56,0,0.5);
	}

	b.empty
	{
		font-style: normal;
		font-weight: 700;
		color: #3b5a6f;
	}

	b.add_note
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		margin-top: 6pt;
		background-repeat: no-repeat;
		margin-left: 0;
		text-indent: 50px;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 12px;
		padding-bottom: 15px;
		border-top-left-radius: 8px 8px;
		border-top-right-radius: 8px 8px;
		border-right-color: #333366;
		border-top-color: #333366;
		font-weight: bold;
		font-style: normal;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px 0px;
		border-bottom-width: 0px;
		border-bottom-color: #ffffff;
		border-left-width: 0px;
		border-right-width: 0px;
		border-top-width: 0px;
		color: #633880;
	}

	p.important_single
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		margin-left: 0;
		text-indent: 0;
		background-position-y: top;
		background-image: url('../images/redalerticon.png');
		background-color: #fcf5e3;
		padding-left: 60px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 15px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #c10800;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #c10800;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #c10800;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #c10800;
	}

	p.important_top
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		margin-left: 0px;
		margin-bottom: 0;
		background-position-x: left;
		margin-right: 20px;
		background-position-y: top;
		background-image: url('../images/redalerticon.png');
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 10px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 0px 0px;
		border-bottom-left-radius: 0px 0px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #c10800;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #c10800;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #c10800;
		border-bottom-style: solid;
		border-bottom-width: 0px;
		border-bottom-color: #c10800;
		background-color: #fcf5e3;
	}

	p.important_bottom
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		background-position-y: center;
		margin-left: 0px;
		background-image: none;
		margin-top: 0;
		margin-right: 20px;
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 10px;
		border-top-left-radius: 0px 8px;
		border-top-right-radius: 0px 0px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #c10800;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #c10800;
		border-top-style: solid;
		border-top-width: 0px;
		border-top-color: #c10800;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #c10800;
		background-color: #fcf5e3;
	}

	p.important_inside
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		background-position-y: center;
		margin-left: 0px;
		background-image: none;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 20px;
		line-height: 18pt;
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 10px;
		border-top-left-radius: 0px 0px;
		border-top-right-radius: 0px 0px;
		border-bottom-right-radius: 0px 0px;
		border-bottom-left-radius: 0px 0px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #c10800;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #c10800;
		border-top-style: solid;
		border-top-width: 0px;
		border-top-color: #c10800;
		border-bottom-style: solid;
		border-bottom-width: 0px;
		border-bottom-color: #c10800;
		background-color: #fcf5e3;
	}

	p.caution_single
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		margin-left: 0;
		text-indent: 0;
		background-position-y: top;
		background-position-x: left;
		background-image: url('../images/redalerticon.png');
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 15px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #c10800;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #c10800;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #c10800;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #c10800;
	}

	p.caution_top
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		margin-left: 0px;
		margin-bottom: 0;
		background-position-x: left;
		margin-right: 20px;
		background-position-y: top;
		background-image: url('../images/redalerticon.png');
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 10px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 0px 0px;
		border-bottom-left-radius: 0px 0px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #c10800;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #c10800;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #c10800;
		border-bottom-style: solid;
		border-bottom-width: 0px;
		border-bottom-color: #c10800;
	}

	p.caution_bottom
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		background-position-y: center;
		margin-left: 0px;
		background-image: none;
		margin-top: 0;
		margin-right: 20px;
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 10px;
		border-top-left-radius: 0px 0px;
		border-top-right-radius: 0px 0px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #c10800;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #c10800;
		border-top-style: solid;
		border-top-width: 0px;
		border-top-color: #c10800;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #c10800;
	}

	p.caution_inside
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		background-position-y: center;
		margin-left: 0px;
		background-image: none;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 20px;
		line-height: 18pt;
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 12px;
		border-top-left-radius: 0px 0px;
		border-top-right-radius: 0px 0px;
		border-bottom-right-radius: 0px 0px;
		border-bottom-left-radius: 0px 0px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #c10800;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #c10800;
		border-top-style: solid;
		border-top-width: 0px;
		border-top-color: #c10800;
		border-bottom-style: solid;
		border-bottom-width: 0px;
		border-bottom-color: #c10800;
	}

	h2.numbered
	{
		page-break-before: always;
		font-size: 20pt;
		padding-left: 0px;
		font-style: normal;
		font-weight: 600;
		margin-bottom: 0.5em;
		margin-top: 1em;
		mc-auto-number-format: 'Step {n+}.  ';
		color: #52456b;
		color: device-cmyk(0.23,0.36,0,0.58);
	}

	p.checklist
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		margin-right: 15px;
		background-position-x: left;
		text-align: left;
		margin-bottom: 0;
		background-position-y: top;
		line-height: 16pt;
		background-image: url('../images/checkbox.png');
		margin-top: 10pt;
		text-indent: 45px;
		margin-left: 45px;
		padding-left: 0px;
		padding-right: 10px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	ul.checklist
	{
		list-style-image: url('../images/checkbox.png');
		margin-left: 20px;
		font-family: 'DM Sans';
	}

	ul.checklist > li > ul
	{
		list-style-image: none;
	}

	code.bold
	{
		font-family: Inconsolata;
		font-weight: 800;
		color: #f0ffff;
	}

	b.footer_text
	{
		font-style: normal;
		font-weight: 700;
		font-color: #a5a5aa;
	}

	code.green
	{
		font-family: Inconsolata;
		font-weight: bold;
		color: #98fb98;
	}

	p.tip_top
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		text-indent: 0;
		margin-left: 0px;
		margin-bottom: 0;
		background-position-x: left;
		margin-right: 20px;
		background-position-y: top;
		background-repeat: no-repeat;
		background-color: #fcf5ff;
		background-image: url('../images/tipicon.png');
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #633880;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #633880;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #633880;
		border-bottom-style: solid;
		border-bottom-width: 0px;
		border-bottom-color: #633880;
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 10px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 0px 0px;
		border-bottom-left-radius: 0px 0px;
	}

	p.tip_bottom
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		background-position-y: center;
		margin-left: 0px;
		background-image: none;
		margin-top: 0;
		margin-right: 20px;
		background-color: #fcf5ff;
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 10px;
		border-top-left-radius: 0px 0px;
		border-top-right-radius: 0px 0px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #633880;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #633880;
		border-top-style: solid;
		border-top-width: 0px;
		border-top-color: #633880;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #633880;
	}

	p.tip_inside
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		background-position-y: center;
		margin-left: 0px;
		background-image: none;
		margin-bottom: 0;
		margin-right: 20px;
		line-height: 18pt;
		margin-top: 0;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #633880;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #633880;
		border-top-style: solid;
		border-top-width: 0px;
		border-top-color: #2b90a4;
		border-bottom-style: solid;
		border-bottom-width: 0px;
		border-bottom-color: #2b90a4;
		padding-left: 50px;
		padding-right: 20px;
		padding-top: 12px;
		padding-bottom: 12px;
		border-top-left-radius: 0px 0px;
		border-top-right-radius: 0px 0px;
		border-bottom-right-radius: 0px 0px;
		border-bottom-left-radius: 0px 0px;
	}

	p.tip_single
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		margin-left: 0;
		text-indent: 0;
		background-position-y: top;
		background-color: #fcf5ff;
		background-image: url('../images/tipicon.png');
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 15px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #633880;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #633880;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #633880;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #633880;
	}

	b.tip
	{
		font-style: normal;
		font-weight: 700;
		color: #633880;
	}

	b.code_callout_big
	{
		font-weight: 700;
		font-style: normal;
		font-family: Inconsolata;
		font-size: 19pt;
	}

	p.note_top_no_icon
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		margin-left: 0px;
		margin-bottom: 0;
		background-position-x: left;
		background-position-y: top;
		margin-right: 20px;
		background-image: none;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #633880;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #633880;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #633880;
		border-bottom-style: solid;
		border-bottom-width: 0px;
		border-bottom-color: #633880;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 0px 0px;
		border-bottom-left-radius: 0px 0px;
	}

	p.note_inside_no_icon
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		background-position-y: center;
		margin-left: 0px;
		background-image: none;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 20px;
		line-height: 18pt;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top-left-radius: 0px 0px;
		border-top-right-radius: 0px 0px;
		border-bottom-right-radius: 0px 0px;
		border-bottom-left-radius: 0px 0px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #633880;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #633880;
		border-top-style: solid;
		border-top-width: 0px;
		border-top-color: #3ea2f8;
		border-bottom-style: solid;
		border-bottom-width: 0px;
		border-bottom-color: #3ea2f8;
	}

	p.note_bottom_no_icon
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		background-position-y: center;
		margin-left: 0px;
		background-image: none;
		margin-top: 0;
		margin-right: 20px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #633880;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #633880;
		border-top-style: solid;
		border-top-width: 0px;
		border-top-color: #633880;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #633880;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top-left-radius: 0px 0px;
		border-top-right-radius: 0px 0px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
	}

	p.note_single_no_icon
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		margin-left: 0;
		text-indent: 0;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 20px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #633880;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #633880;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #633880;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #633880;
	}

	ol.numbered_tip
	{
		border-left: solid 1px #2b90a4;
		border-right: solid 1px #2b90a4;
	}

	td.bullet
	{
		font-family: DM Sans;
		font-size: 9;
	}

	code.gapComment
	{
		font-family: Inconsolata;
		color: #edcef9;
		font-style: italic;
	}

	ul.double-dash
	{
		
	}

	ul.double-dash > li > ul
	{
		list-style-image: none;
	}

	ul.double-dash > li > ul > li::marker
	{
		font-family: ;
		content: '–';
	}

	p.unlisted_heading
	{
		font-size: 12.0pt;
		letter-spacing: 0.25;
		widows: 3;
		orphans: 3;
		padding-left: 0px;
		margin-top: 6pt;
		font-family: 'DM Sans';
		line-height: normal;
		margin-bottom: 6pt;
		font-weight: bold;
		font-style: normal;
		color: #f58c78;
	}

	p.indent
	{
		font-size: 12.0pt;
		letter-spacing: 0.25;
		widows: 3;
		orphans: 3;
		padding-left: 0px;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		line-height: normal;
		margin-right: 20px;
		margin-left: 20px;
	}

	p.tip_code
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		background-position-y: center;
		margin-left: 0px;
		background-image: none;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 20px;
		line-height: 18pt;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #633880;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #633880;
		border-top-style: solid;
		border-top-width: 0px;
		border-top-color: #2b90a4;
		border-bottom-style: solid;
		border-bottom-width: 0px;
		border-bottom-color: #2b90a4;
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 1px;
		border-top-left-radius: 0px 0px;
		border-top-right-radius: 0px 0px;
		border-bottom-right-radius: 0px 0px;
		border-bottom-left-radius: 0px 0px;
	}

	p.procedure_heading
	{
		font-size: 12.0pt;
		letter-spacing: 0.25;
		widows: 3;
		orphans: 3;
		padding-left: 0px;
		margin-bottom: 12pt;
		margin-top: 6pt;
		line-height: normal;
		font-weight: bold;
		font-style: normal;
		color: #633880;
	}

	p.alert_single
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		margin-left: 0;
		background-color: #fcf5e3;
		background-image: url('../images/yellowalerticon.png');
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 15px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #f58c78;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #f58c78;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #f58c78;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #f58c78;
	}

	ul.standard_bullet
	{
		
	}

	ul.standard_bullet > li > ul
	{
		list-style-image: none;
	}

	ul.standard_bullet > li > ul > li::marker
	{
		font-family: ;
		content: '–';
	}

	h2.bank
	{
		page-break-before: always;
		padding-left: 0px;
		font-style: normal;
		font-weight: 600;
		margin-bottom: 0.5em;
		margin-top: 1em;
		line-height: normal;
		font-size: 24pt;
		color: #52456b;
		color: device-cmyk(0.23,0.36,0,0.58);
	}

	p.helper-pages
	{
		font-size: 12.0pt;
		letter-spacing: 0.25;
		widows: 3;
		orphans: 3;
		padding-left: 0px;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		line-height: normal;
		margin-left: 15px;
		margin-right: 15px;
	}

	p.steps
	{
		font-size: 12.0pt;
		letter-spacing: 0.25;
		widows: 3;
		orphans: 3;
		padding-left: 0px;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		line-height: normal;
		margin-left: 15px;
		margin-right: 15px;
		mc-auto-number-format: '{b}Step {n+}{/b}. ';
	}

	ol.helper-steps
	{
		list-style-type: decimal;
		list-style-image: none;
	}

	ol.helper-steps > li::marker
	{
		content: '{b}Step ' counter(helper-steps) '{/b}.  ';
	}

	ol.helper-substep
	{
		letter-spacing: .25;
		line-height: 16pt;
		padding-right: 20px;
		padding-left: 35px;
		margin-bottom: 1 em;
		margin-top: 0;
		list-style-type: lower-alpha;
		font-family: 'DM Sans';
	}

	h3.bankPage
	{
		font-size: 16pt;
		padding-left: 0px;
		font-weight: 700;
		line-height: normal;
		text-align: center;
		margin-top: 0;
		margin-bottom: 20px;
	}

	ul.dash1
	{
		
	}

	ul.dash1 > li > ul
	{
		list-style-image: none;
	}

	ul.dash1 > li > ul > li::marker
	{
		font-family: ;
		content: '–';
	}

	p.steps-extraText
	{
		font-size: 12.0pt;
		letter-spacing: 0.25;
		widows: 3;
		orphans: 3;
		padding-left: 0px;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		line-height: normal;
		margin-left: 15px;
		margin-right: 15px;
	}

	li.parenth
	{
		font-style: normal;
		font-size: 12pt;
		font-weight: 300;
		margin-bottom: 4px;
		margin-top: 4px;
		margin-left: 10px;
		margin-right: 20px;
		mc-auto-number-format: '({a+})  ';
	}

	p.question
	{
		font-size: 12.0pt;
		letter-spacing: 0.25;
		widows: 3;
		orphans: 3;
		padding-left: 0px;
		margin-bottom: 12pt;
		margin-top: 6pt;
		line-height: normal;
		font-weight: bold;
		font-style: italic;
	}

	p.answer
	{
		font-size: 12.0pt;
		letter-spacing: 0.25;
		widows: 3;
		orphans: 3;
		padding-left: 0px;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		line-height: normal;
		margin-bottom: 30pt;
	}

	p.REST_call
	{
		letter-spacing: 0.25;
		widows: 3;
		orphans: 3;
		padding-left: 0px;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-style: normal;
		line-height: normal;
		font-size: 14pt;
		color: #696969;
		font-weight: 600;
	}

	ul.table-bullet
	{
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 4px;
		margin-top: 4px;
		font-family: 'DM Sans';
	}

	li.table-list
	{
		font-style: normal;
		font-weight: 300;
		margin-left: 10px;
		margin-bottom: 0pt;
		margin-top: 0pt;
		font-size: 10pt;
		line-height: 14pt;
		list-style-type: inherit;
	}

	b.alert
	{
		font-weight: bold;
		font-style: normal;
		color: #f58c78;
	}

	code.proto_bold
	{
		font-family: Inconsolata;
		font-weight: 900;
		color: #00ced1;
	}

	code.proto-field
	{
		font-family: Inconsolata;
		color: #edcef9;
		font-style: normal;
		font-weight: 800;
	}

	code.proto-message
	{
		font-family: Inconsolata;
		font-weight: 900;
		color: #ffd700;
	}

	p.TBC
	{
		font-size: 12.0pt;
		letter-spacing: 0.25;
		widows: 3;
		orphans: 3;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-weight: normal;
		line-height: normal;
		color: #ff4500;
		font-style: italic;
		background-repeat: no-repeat;
		margin-right: 0;
		background-image: url('../images/tbc.png');
		margin-left: 10px;
		padding-left: 80px;
		padding-right: 20px;
		padding-top: 12px;
		padding-bottom: 12px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #ff4500;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #ff4500;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #ff4500;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #ff4500;
	}

	ul.TokenBullets
	{
		list-style-type: disc;
		list-style-image: none;
	}

	ul.TokenBullets > li::marker
	{
		font-family: ;
		content: '•';
	}

	ul.TokenBullets > li > ul
	{
		list-style-image: none;
	}

	ul.TokenBullets > li > ul > li::marker
	{
		font-family: ;
		content: '–';
	}

	ul.TokenBullets > li > ul > li > ul
	{
		list-style-image: none;
	}

	ul.TokenBullets > li > ul > li > ul > li::marker
	{
		font-family: 'Times New Roman';
		content: '□';
	}

	p.code_singleline_w_bottom
	{
		letter-spacing: 0.25;
		widows: 3;
		orphans: 3;
		font-family: "Inconsolata";
		font-size: 12pt;
		background-color: #50576a;
		color: #ffffff;
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 10px;
		padding-bottom: 20px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
		margin-top: 0;
	}

	b.code-heading
	{
		font-style: normal;
		font-size: 10pt;
		color: #87cefa;
		font-weight: 300;
	}

	p.alert_single_highlighted
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		margin-left: 0;
		background-image: url('../images/yellowalerticon.png');
		background-color: #fcf5e3;
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 15px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #f58c78;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #f58c78;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #f58c78;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #f58c78;
	}

	p.required
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		margin-left: 0;
		background-color: #f2e8ff;
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 10px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #633880;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #633880;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #633880;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #633880;
		background-image: url('../images/inspecticon.png');
	}

	p.alert_bottom
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		background-position-y: center;
		margin-left: 0px;
		background-image: none;
		margin-top: 0;
		margin-right: 20px;
		background-color: #fcf5e3;
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 12px;
		border-top-left-radius: 0px 0px;
		border-top-right-radius: 0px 0px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #f58c78;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #f58c78;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #f58c78;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #f58c78;
	}

	p.alert_top_highlighted
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		margin-left: 0;
		margin-bottom: 0;
		padding-left: 50px;
		padding-right: 20px;
		padding-top: 12px;
		padding-bottom: 15px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 0px 0px;
		border-bottom-left-radius: 0px 0px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #ff9100;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #ff9100;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #ff9100;
		border-bottom-style: solid;
		border-bottom-width: 0px;
		border-bottom-color: #ff9100;
		margin-right: 20px;
		background-image: url('../images/yellowalerticon.png');
		background-color: #fcf5e3;
	}

	b.check
	{
		font-weight: bold;
		font-style: normal;
		color: #633880;
	}

	div.note-wrapper
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-family: 'DM Sans';
		font-weight: normal;
		font-style: normal;
		margin-left: 0;
		text-indent: 0;
		background-position-y: top;
		background-repeat: no-repeat;
		background-image: url('../images/infoicon.png');
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 15px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #633880;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #633880;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #633880;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #633880;
	}

	div.alert-wrapper
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-family: 'DM Sans';
		font-weight: normal;
		font-style: normal;
		margin-left: 0;
		text-indent: 0;
		background-position-y: top;
		background-repeat: no-repeat;
		background-image: url('../images/yellowalerticon.png');
		background-color: #fcf5e3;
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 12px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #f58c78;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #f58c78;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #f58c78;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #f58c78;
	}

	div.alert-wrapper-highlighted
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-family: 'DM Sans';
		font-weight: normal;
		font-style: normal;
		margin-left: 0;
		text-indent: 0;
		background-position-y: top;
		background-repeat: no-repeat;
		background-image: url('../images/yellowalerticon.png');
		background-color: #fae5b8;
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 15px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #f58c78;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #f58c78;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #f58c78;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #f58c78;
	}

	div.additional-notes-wrapper
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-family: 'DM Sans';
		font-weight: normal;
		font-style: normal;
		margin-left: 0;
		text-indent: 0;
		background-position-y: top;
		background-repeat: no-repeat;
		background-color: #f2e8ff;
		background-image: url('../images/notepadicon.png');
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #633880;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #633880;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #633880;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #633880;
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 15px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
	}

	div.add_notes
	{
		
	}

	p.additional-notes
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		margin-left: 0;
		background-image: url('../images/add_notes.png');
		padding-left: 60px;
		padding-right: 20px;
		padding-top: 12px;
		padding-bottom: 12px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #696969;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #696969;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #696969;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #696969;
	}

	div.headsup-wrapper
	{
		font-size: 12.0pt;
		widows: 3;
		orphans: 3;
		line-height: 18pt;
		margin-bottom: 12pt;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		background-repeat: no-repeat;
		text-indent: 0;
		margin-left: 0;
		background-color: #f2e8ff;
		font-family: 'DM Sans';
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #633880;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #633880;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #633880;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #633880;
		padding-left: 70px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 12px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
		background-image: url('../images/inspecticon.png');
	}

	a.corplink
	{
		color: #d6f2ff;
		font-weight: lighter;
		font-size: 9pt;
	}

	a.corplink:hover
	{
		color: #fce3de;
		font-size: 9pt;
	}

	a.corplink:focus
	{
		color: #fce3de;
		font-weight: lighter;
		font-size: 9pt;
	}

	a.corplink:active
	{
		color: #fce3de;
		font-weight: lighter;
		font-size: 9pt;
	}

	a.corplink:link
	{
		color: #d6f4ff;
		font-weight: lighter;
		font-size: 9pt;
	}

	a.corplink:visited
	{
		color: #d6f4ff;
		font-weight: lighter;
		font-size: 9pt;
	}

	li.bullets-steps
	{
		font-family: 'DM Sans';
		margin-left: 10px;
		margin-right: 20px;
		margin-bottom: 0pt;
		margin-top: 0pt;
		padding-bottom: 2pt;
		padding-top: 2pt;
		font-size: 11pt;
		font-weight: normal;
		font-style: normal;
	}

	div.note-noIcon
	{
		background-repeat: no-repeat;
		background-image: none;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top-left-radius: 15px 15px;
		border-top-right-radius: 15px 15px;
		border-bottom-right-radius: 15px 15px;
		border-bottom-left-radius: 15px 15px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #633880;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #633880;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #633880;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #633880;
	}

	p.alert
	{
		letter-spacing: 0.25;
		widows: 3;
		orphans: 3;
		padding-left: 0px;
		margin-top: 6pt;
		font-weight: normal;
		font-style: normal;
		line-height: normal;
		font-size: 12.0pt;
		margin-bottom: 6pt;
		font-family: 'DM Sans';
	}

	li.table-bullet
	{
		margin-left: 20px;
		margin-right: 20px;
		font-style: normal;
		font-weight: 300;
		padding-bottom: 2px;
		font-size: 10pt;
		margin-bottom: 0px;
		margin-top: 0px;
		font-family: 'DM Sans';
	}

	li.table-list
	{
		font-style: normal;
		font-weight: 300;
		margin-left: 10px;
		margin-bottom: 0pt;
		margin-top: 0pt;
		font-size: 10pt;
		line-height: 14pt;
		list-style-type: inherit;
		font-family: 'Open Sans';
	}

	ul.table-bullet
	{
		letter-spacing: .25;
		padding-right: 20px;
		padding-left: 20px;
		font-size: 10pt;
		line-height: 12pt;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 4px;
		margin-top: 4px;
		font-family: 'DM Sans';
	}
}

p.swagger-def
{
	letter-spacing: 0.25;
	widows: 3;
	orphans: 3;
	font-style: normal;
	line-height: normal;
	font-family: 'DM Sans';
	font-size: 10pt;
	margin-bottom: 3px;
	padding-left: 0px;
	font-weight: lighter;
	margin-top: 6px;
}

h5.swagger
{
	line-height: normal;
	color: #633880;
	font-size: 14pt;
	background-color: transparent;
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'DM Sans Medium';
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

h3.endpoint-get
{
	margin-left: 0px;
	background-color: #f2e8ff;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #694a91;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #694a91;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #694a91;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #694a91;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
}

p.field-l3
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 117px;
}

p.field-l4
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 142px;
}

p.field-l5
{
	font-size: 10pt;
	margin-top: 3pt;
	mrgin-bottom: 3pt;
	margin-bottom: 3pt;
	margin-left: 167px;
}

p.field-l6
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 192px;
}

p.field-l7
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 225px;
}

p.field-l8
{
	font-size: 10pt;
	margin-left: 200px;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.endpoint-get
{
	margin-left: 0px;
	background-color: #f2e8ff;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #694a91;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #694a91;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #694a91;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #694a91;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
}

b.call-def
{
	font-weight: 600;
	font-family: 'DM Sans Medium';
	color: #ffffff;
	background-color: #694a91;
	border: solid 2px transparent;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-left: 3px;
	padding-right: 3px;
}

p.endpoint-desc
{
	letter-spacing: 0.25;
	widows: 3;
	orphans: 3;
	line-height: normal;
	font-family: 'DM Sans';
	font-size: 10pt;
	padding-left: 0px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	font-style: italic;
}

b.swagger-def
{
	font-style: normal;
	font-family: 'DM Sans Medium';
	color: #633880;
	font-weight: 500;
}

i.swagger-element
{
	font-weight: lighter;
	font-size: 9pt;
	color: #633880;
}

code.bold
{
	font-family: Inconsolata;
	font-weight: 800;
	color: #f0ffff;
}

code.boolean
{
	font-family: Inconsolata;
	color: #ffff00;
}

code.comment
{
	font-family: Inconsolata;
	color: #faebd7;
	font-style: italic;
}

code.gapComment
{
	font-family: Inconsolata;
	color: #edcef9;
	font-style: italic;
}

code.green
{
	font-family: Inconsolata;
	font-weight: bold;
	color: #98fb98;
}

code.numeric
{
	font-family: Inconsolata;
	font-weight: bold;
	color: #ffff00;
}

code.proto_bold
{
	font-family: Inconsolata;
	font-weight: 900;
	color: #00ced1;
}

code.proto-field
{
	font-family: Inconsolata;
	color: #edcef9;
	font-style: normal;
	font-weight: 800;
}

code.proto-message
{
	font-family: Inconsolata;
	font-weight: 900;
	color: #ffd700;
}

b
{
	font-weight: bold;
	font-style: normal;
	font-family: 'DM Sans';
}

b.alert
{
	font-style: normal;
	font-family: 'Open Sans';
	font-weight: 700;
	color: #ee9000;
}

b.check
{
	font-style: normal;
	font-weight: 700;
	color: #ff0000;
	font-family: 'DM Sans';
}

b.code-heading
{
	font-style: normal;
	font-size: 10pt;
	color: #87cefa;
	font-weight: 300;
	font-family: 'DM Sans';
}

b.empty
{
	font-style: normal;
	font-weight: 700;
	color: #3b5a6f;
	font-family: 'DM Sans';
}

b.footer_text
{
	font-style: normal;
	font-weight: 700;
	font-color: #a5a5aa;
	font-family: 'DM Sans';
}

b.text_std
{
	font-style: normal;
	font-weight: 700;
	font-family: 'DM Sans';
}

div.table-highlight
{
	background-color: #fcf5e3;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #bab5cf;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #bab5cf;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #bab5cf;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #bab5cf;
}

MadCap|dropDownBody.swag-l1
{
	padding-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 25px;
	padding-left: 0px;
}

MadCap|dropDownBody.swag-l2
{
	padding-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 50px;
	padding-left: 0px;
}

details.swagger
{
	background-repeat: no-repeat;
	border-bottom-width: 0;
	border: none 0px transparent;
	border-bottom: none 0px transparent;
	border-top: none 0px transparent;
	border-left: none 0px transparent;
	border-right: none 0px transparent;
}

details.swagger > summary
{
	padding: 0px 0px 0px 0px;
	border: none;
	box-shadow: none;
}

MadCap|dropDownBody.swag-l3
{
	padding-top: 0px;
	padding: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	padding-left: 0px;
}

MadCap|dropDownBody.swag-l4
{
	padding-top: 0px;
	padding: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding-left: 0px;
}

MadCap|dropDownBody.swag-l5
{
	padding-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 125px;
	padding-left: 0px;
}

MadCap|dropDownBody.swag-l6
{
	padding-top: 0px;
	padding: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	padding-left: 0px;
}

MadCap|dropDownBody.swag-l7
{
	padding-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 175px;
	padding-left: 0px;
}

MadCap|dropDownBody.swag-l8
{
	padding-top: 0px;
	padding: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-left: 0px;
}

MadCap|dropDown.swag-l3
{
	mc-image-position: left;
	mc-image-spacing: 0px;
	mc-open-image: url('../images/dropdownpointerdown.png');
	mc-closed-image: url('../images/dropdownpointerright.png');
	border-bottom: 0px solid #d0d3d5;
	padding: 0px;
	margin-left: 75px;
}

MadCap|dropDown.swag-l4
{
	mc-image-position: left;
	mc-image-spacing: 0px;
	mc-open-image: url('../images/dropdownpointerdown.png');
	mc-closed-image: url('../images/dropdownpointerright.png');
	border-bottom: 0px solid #d0d3d5;
	padding: 0px;
	margin-left: 1005px;
}

MadCap|dropDown.swag-l5
{
	mc-image-position: left;
	mc-image-spacing: 0px;
	mc-open-image: url('../images/dropdownpointerdown.png');
	mc-closed-image: url('../images/dropdownpointerright.png');
	border-bottom: 0px solid #d0d3d5;
	margin-left: 125px;
	padding: 0px;
}

MadCap|dropDown.swag-l6
{
	mc-image-position: left;
	mc-image-spacing: 0px;
	mc-open-image: url('../images/dropdownpointerdown.png');
	mc-closed-image: url('../images/dropdownpointerright.png');
	border-bottom: 0px solid #d0d3d5;
	margin-left: 150px;
	padding: 0px;
}

MadCap|dropDown.swag-l7
{
	mc-image-position: left;
	mc-image-spacing: 0px;
	mc-open-image: url('../images/dropdownpointerdown.png');
	mc-closed-image: url('../images/dropdownpointerright.png');
	border-bottom: 0px solid #d0d3d5;
	padding-top: 0px;
	padding: 0px;
	margin-left: 175px;
}

MadCap|dropDown.swag-l8
{
	mc-image-position: left;
	mc-image-spacing: 0px;
	mc-open-image: url('../images/dropdownpointerdown.png');
	mc-closed-image: url('../images/dropdownpointerright.png');
	border-bottom: 0px solid #d0d3d5;
	padding-top: 0px;
	padding: 0px;
	margin-left: 200px;
}

p.field-l01
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 17px;
}

a.comment-link
{
	font-weight: lighter;
	color: #fcf3de;
	font-size: inherit;
}

p.swag-l1
{
	font-size: 10pt;
	padding-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 25px;
	text-indent: -18px;
	padding-left: 0px;
}

MadCap|dropDown
{
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../images/dropdownpointerdown.png');
	mc-closed-image: url('../images/dropdownpointerright.png');
	border-bottom: 0px solid #d0d3d5;
	padding: 0px 0;
	padding-bottom: 0px;
}

MadCap|dropDown.swag-l1
{
	mc-image-position: left;
	mc-image-spacing: 0px;
	mc-open-image: url('../images/dropdownpointerdown.png');
	mc-closed-image: url('../images/dropdownpointerright.png');
	border-bottom: 0px solid #d0d3d5;
	padding: 0px;
	margin-left: 25px;
	text-indent: -18px;
}

MadCap|dropDown.swag-l2
{
	mc-image-position: left;
	mc-image-spacing: 0px;
	mc-open-image: url('../images/dropdownpointerdown.png');
	mc-closed-image: url('../images/dropdownpointerright.png');
	border-bottom: 0px solid #d0d3d5;
	padding: 0px;
	margin-left: 50px;
	text-indent: -18px;
}

MadCap|dropDownHead
{
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0px;
}

MadCap|dropDownBody
{
	padding-top: 0px;
	padding: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	border-bottom: none;
	mc-closed-image: url('../images/dropdownpointerright.png');
	mc-open-image: url('../images/dropdownpointerdown.png');
	font-size: 10pt;
	font-weight: normal;
	margin-left: 0px;
	color: #1c0f36;
	padding-left: 0px;
}

p.field-l0
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 42px;
}

p.field-l1
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 68px;
}

p.field-l2
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 95px;
}

MadCap|dropDownHead.endpoint-get
{
	font-style: normal;
	font-size: 14pt;
	background: #f2e8ff;
	border: solid 1px #633880;
	border-radius: 4px;
	font-family: 'DM Sans Medium';
	font-weight: normal;
	margin-left: 0px;
	color: #1c0f36;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

MadCap|dropDownHotspot.endpoint-get
{
	cursor: hand;
	text-decoration: none;
	border-bottom: none;
	mc-closed-image: url('../images/dropdownpointerright.png');
	mc-open-image: url('../images/dropdownpointerdown.png');
	font-weight: normal;
	margin-left: 0px;
	font-size: 14pt;
	font-family: 'DM Sans Medium';
	background-image: url('');
	color: #1c0f36;
}

MadCap|dropDownHead.endpoint-post
{
	font-style: normal;
	font-size: 14pt;
	background: #efffd4;
	border: solid 1px #409d49;
	border-radius: 4px;
	font-family: 'DM Sans Medium';
	font-weight: normal;
	margin-left: 0px;
	color: #1c0f36;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

MadCap|dropDownHotspot.endpoint-post
{
	cursor: hand;
	text-decoration: none;
	border-bottom: none;
	mc-closed-image: url('../images/dropdownpointerright.png');
	mc-open-image: url('../images/dropdownpointerdown.png');
	font-weight: normal;
	margin-left: 0px;
	font-size: 14pt;
	font-family: 'DM Sans Medium';
	background-image: url('');
	color: #1c0f36;
}

p.endpoint-buffer
{
	letter-spacing: 0.25;
	widows: 3;
	orphans: 3;
	padding-left: 0px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-family: 'DM Sans';
	margin-bottom: 2pt;
	margin-top: 0pt;
	font-size: 6pt;
}

MadCap|dropDownHead.endpoint-put
{
	font-style: normal;
	font-size: 14pt;
	border-radius: 4px;
	font-family: 'DM Sans Medium';
	font-weight: normal;
	background: #fce3de;
	border: solid 1px #f58c78;
	color: #1c0f36;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
}

MadCap|dropDownHotspot.endpoint-put
{
	cursor: hand;
	text-decoration: none;
	border-bottom: none;
	mc-closed-image: url('../images/dropdownpointerright.png');
	mc-open-image: url('../images/dropdownpointerdown.png');
	font-weight: normal;
	margin-left: 0px;
	font-size: 14pt;
	font-family: 'DM Sans Medium';
	background-image: url('');
	color: #1c0f36;
}

b.endpoint-get
{
	font-style: normal;
	font-family: 'DM Sans Medium';
	font-weight: 500;
	font-size: 14pt;
	padding-bottom: 0px;
	color: #ffffff;
	border-top-color: #3399ff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-radius: 4px;
	background: #633880;
	border: solid 1px #633880;
	padding-left: 25px;
	padding-right: 25px;
	padding: 5px 25px;
}

b.endpoint-put
{
	font-style: normal;
	font-family: 'DM Sans Medium';
	font-weight: 500;
	font-size: 14pt;
	padding-bottom: 0px;
	color: #ffffff;
	border-top-color: #3399ff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-radius: 4px;
	border: solid 1px #f58c78;
	background: #f58c78;
	padding: 5px 25px;
}

b.endpoint-post
{
	font-style: normal;
	font-family: 'DM Sans Medium';
	font-weight: 500;
	font-size: 14pt;
	padding-bottom: 0px;
	color: #ffffff;
	padding: 5px 20px;
	border-top-color: #6ad1fc;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-radius: 4px;
	background: #409d49;
	border: solid 1px #409d49;
}

MadCap|dropDownHead.endpoint-delete
{
	font-style: normal;
	font-size: 14pt;
	border-radius: 4px;
	font-family: 'DM Sans Medium';
	font-weight: normal;
	color: #1c0f36;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	background: #feeced;
	border: solid 1px #ff0000;
}

b.endpoint-delete
{
	font-style: normal;
	font-family: 'DM Sans Medium';
	font-weight: 500;
	font-size: 14pt;
	color: #ffffff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-radius: 4px;
	border: solid 1px #ff0000;
	background: #ff0000;
	border-top-color: #ff0000;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

MadCap|dropDownHotspot.endpoint-delete
{
	cursor: hand;
	text-decoration: none;
	border-bottom: none;
	mc-closed-image: url('../images/dropdownpointerright.png');
	mc-open-image: url('../images/dropdownpointerdown.png');
	font-weight: normal;
	margin-left: 0px;
	font-size: 14pt;
	font-family: 'DM Sans Medium';
	background-image: url('');
	color: #1c0f36;
}

MadCap|miniTocProxy.redesign
{
	font-family: 'DM Sans';
	font-size: 10pt;
	border-top-color: transparent;
	color: #f58c78;
	font-style: normal;
	mc-toc-depth: 1;
	border-top: none;
	padding: 10px;
	background-color: #f5f5f5;
	padding-left: 20px;
}

MadCap|dropDownHead.endpoint-patch
{
	font-style: normal;
	font-size: 14pt;
	border-radius: 4px;
	font-family: 'DM Sans Medium';
	font-weight: normal;
	color: #1c0f36;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	border: solid 1px #6495ed;
	background: #cbd7ee;
}

b.endpoint-patch
{
	font-style: normal;
	font-family: 'DM Sans Medium';
	font-weight: 500;
	font-size: 14pt;
	padding-bottom: 0px;
	color: #ffffff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-radius: 4px;
	padding: 5px 25px;
	background: #6495ed;
	border: solid 1px #6495ed;
	border-top-color: #6495ed;
}

MadCap|dropDownHotspot.endpoint-patch
{
	font-style: normal;
	font-size: 14pt;
	border-radius: 4px;
	font-family: 'DM Sans Medium';
	font-weight: normal;
	color: #1c0f36;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	border: solid 1px #6495ed;
	background: #cbd7ee;
}

