/*<meta sourceDocument="Q:\OneStream\InternalNetwork\environmentConfigFiles\FishMarketAppShare\Applications\FishMarket\FishMarketPackages\RPTC - Standard Cube View Styles\PV410\SV100\RPTC_PV4.1.0_SV100_ReleaseNotes.docx" />*/

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	color: #45494c;
	font-family: Arial, Avenir, Myriad;
}

/* This controls layout of content on topics and pages */

.sm-topic-body
{
	/*padding-right: 40%;
	padding-left: 15%;*/
	/*max-width: 55%;*/
	margin-left: 15%;
	margin-right: 30%;
	/*border: 1px solid steelblue;
	border-radius: 10px;*/
	padding-left: 30px;
	padding-right: 10px;
	overflow: hidden;
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
}

img.socialmediafooter
{
	padding-left: 20px;
	padding-right: 20px;
}

p
{
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25;
}

p.table-text
{
	font-size: 12pt;
}

.ideastream
{
	color: #0a66c2;
	font-family: Comfortaa;
	font-size: 500;
	padding-left: 55px;
	padding-top: 20px;
}

.ideastream:before
{
	content: url(../Images/HomePage/IdeaStream-Enhancements-Icon.png);
	display: inline;
	position: relative;
}

.ideastream-link
{
	color: #333366 !important;
}

.ideastream-link:hover
{
	color: orange !important;
}

.spacer
{
	width: 100%;
	height: 200px;
}

.FieldName
{
	font-weight: bold;
	font-family: 'Arial';
	padding-bottom: -10pt;
}

span.Emphasis_Italic
{
	font-style: italic;
}

span.Emphasis_Bold
{
	font-weight: bold;
}

/*  new span to accommodate in-line file name and file path formatting using standardized monospace font */

span.filename
{
	font-family: 'Consolas';
}

/* Headings */

h1
{
	font-weight: normal;
	/*color: #0a66c2;*/
	font-size: 24pt;
}

h2
{
	font-size: 18.0pt;
	/*color: #0a66c2;*/
	font-weight: normal;
}

.h2-rn
{
	display: inline-block;
	width: 80%;
	background: #0a66c2;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 0 30px 30px 0;
}

.h2-rn-sol
{
	display: inline-block;
	width: 100%;
	background: #0a66c2;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 0 30px 30px 0;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
	/*color: #0a66c2;*/
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
	/*color: #0a66c2;*/
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

/* Start of sliding underline style for hyperlinks */

.slider
{
	text-decoration: none;
	width: 100%;
	/* 120px */
	height: 50px;
	/* background-color: #aaef22;*/
	/* text-align: center; */
	/* line-height: 50px; */
	color: #0a66c2;
	position: relative;
}

.slider:before
{
	content: "";
	width: 0;
	height: 2px;
	background-color: transparent;
	position: absolute;
	top: 35px;
	left: 60px;
}

.slider:hover:before
{
	position: absolute;
	top: 35px;
	left: 30px;
	width: 30px;
	background-color: blue;
	transition: all 0.4s linear;
}

.slider:after
{
	content: "";
	width: 0;
	height: 2px;
	background-color: transparent;
	position: absolute;
	top: 35px;
}

.slider:hover:after
{
	position: absolute;
	top: 35px;
	left: 60px;
	width: 30px;
	background-color: blue;
	transition: all 0.4s linear;
}

/* End of sliding underline style */
/* Home page topic */

div.home-layout
{
	padding: 2% 5%;
	font-size: 17pt;
}

div.home-section
{
	padding: 5% 0;
	font-size: 16pt;
}

div.home-section:last-of-type	/*Removes the border on the last section of the home page*/
{
	border-bottom: none;
}

.PG-tiles
{
	display: flex;
	/*justify-content: space-between;*/
	/*max-width: 85%;*/
	margin-top: 25px;
	flex-wrap: wrap;
}

.PG-tile
{
	display: flex;
	width: 145px;
	/*min-height: 150px;*/
	border: 2px solid darkgray;
	border-top: solid 15px;
	/*border-radius: 10px;*/
	flex-direction: column;
	padding: 0 30px;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 40px;
	cursor: pointer;
	color: #3d65c9;
}

.PG-tile-color
{
	color: #BDBDBD;
}

.PG-tile:hover
{
	color: orange !important;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: all 0.8s cubic-bezier(.25,.8,.25,1);
}

.PG-tile:before
{
	display: inline;
	content: url('../Images/bookmark.png');
	margin-top: -15px;
	margin-bottom: -10px;
	padding-left: 70px;
}

.MG-tile:before
{
	display: inline;
	content: url('../Images/bookmark.png');
	margin-top: -15px;
	margin-bottom: -10px;
	padding-left: 70px;
}

.MG-tiles
{
	display: flex;
	justify-content: flex-start;
	max-width: 100%;
	margin-top: 25px;
	flex-wrap: wrap;
}

.MG-tile
{
	display: flex;
	width: 145px;
	/*min-height: 150px;*/
	border: 2px solid darkgray;
	border-top: solid 15px;
	/*border-radius: 10px;*/
	flex-direction: column;
	padding: 0 30px;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 45px;
	cursor: pointer;
	color: #47A3A3;
}

.MG-tile:hover
{
	color: orange !important;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: all 0.8s cubic-bezier(.25,.8,.25,1);
}

#UG-tile	/* aligns Upgrade Guide, the last tile, to the left margin rather than centering it like the others */
{
	align-self: flex-start;
	align-items: flex-start;
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	padding: 2%;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

div.home-tiles-container
{
	padding-top: 60px;
	padding-bottom: 60px;
}

div.home-tiles	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 1%;
	font-size: 16pt;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 24%;
}

div.home-tiles > div:nth-child(2)
{
	width: 16.667%;
	margin-left: 1%;
}

div.home-tiles > div:nth-child(3)
{
	width: 16.667%;
	margin-left: 1%;
}

/*=Elements for text contained within each home-tile=*/

p.tile-title
{
	text-align: center;
	margin: 0;
}

a.home-button
{
	display: block;
	font-color: #3d81c9;
	font-size: 24pt;
	font-weight: bold;
	background-color: #ffffff;
	color: #ffffff;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	box-shadow: 0 1.6px 3.6px 0 hsl(0deg 0% 0% / 13%), 0 0.3px 0.9px 0 hsl(0deg 0% 0% / 11%);
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
}

a.home-button:hover
{
	background-color: #ffffff;
	font-color: #E96D07;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	box-shadow: 0 1.6px 3.6px 0 hsl(0deg 0% 0% / 13%), 0 0.3px 0.9px 0 hsl(0deg 0% 0% / 11%);
}

.article-button
{
	margin-right: 20px;
}

a.article-button
{
	display: block;
	padding: 10px;
	padding-left: 2px;
	text-decoration: none;
	width: 100%;
	height: 250px;
	font-size: 14pt;
	font-weight: bold;
	background: #ffffff;
	box-shadow: 0 1.6px 3.6px 0 hsl(0deg 0% 0% / 13%), 0 0.3px 0.9px 0 hsl(0deg 0% 0% / 11%);
}

a.article-button_MP
{
	display: block;
	padding: 10px;
	text-decoration: none;
	width: 100%;
	font-color: #0a66c2;
	font-size: 10pt;
	font-weight: bold;
	background: #ffffff;
	box-shadow: 0 1.6px 3.6px 0 hsl(0deg 0% 0% / 13%), 0 0.3px 0.9px 0 hsl(0deg 0% 0% / 11%);
}

a.article-button_MP:hover
{
	font-color: # #E96D07;
}

.main-tiles
{
	display: flex;
	width: 90%;
	margin: 50px auto 150px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-tile
{
	max-width: 135px;
	/* was 175px */
	border-radius: 10px;
	border: 1px solid lightgray;
	margin-top: 25px;
}

div.home-tiles-layout	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.2;
}

div.GuidePages
{
	background-color: #fafafa;
}

div.article-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;
	margin-bottom: 15px;
	font-size: 16pt;
}

div.article-tiles::before
{
	content: ' ';
	display: table;
}

div.article-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.article-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dadada;
}

.main-tiles > div:hover
{
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: all 0.8s cubic-bezier(.25,.8,.25,1);
}

div.article-tiles > div:nth-child(1)
{
	width: 18%;
	margin-left: 0%;
	/*border: 0;
	outline: 0;
	border-radius: 10px;*/
}

div.article-tiles > div:nth-child(2)
{
	width: 18%;
	margin-left: 2%;
	/*border: 0;
	outline: 0;
	border-radius: 10px; */
}

div.article-tiles > div:nth-child(3)
{
	width: 18%;
	margin-left: 2%;
	/*border: 0;
	outline: 0;
	border-radius: 10px; */
}

div.article-tiles > div:nth-child(4)
{
	width: 18%;
	margin-left: 2%;
	/*border: 0;
	outline: 0;
	border-radius: 10px; */
}

div.article-tiles > div:nth-child(5)
{
	width: 18%;
	margin-left: 2%;
	/*border: 0;
	outline: 0;
	border-radius: 10px; */
}

div.article-tiles img
{
	max-width: 90%;
}

div.tile-spacer img
{
	margin-right: 23px;
}

a:link
{
	color: #3d65c9;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	color: #3d65c9;
}

.archives > li > a:visited
{
	color: white;
}

a:hover
{
	color: #e96d07;
}

.archives li a:hover
{
	color: orange;
	transition: .5s;
	text-decoration: underline;
}

div.topic-hero
{
	display: inline-block;
	width: 60%;
	padding-top: 5%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 0;
	/*padding: 5%;*/
	/*background-attachment: scroll;*/
	/*background-image: url('../Images/OS21-Documention-Hero-01_resize.jpg');*/
	/*background-size: cover;
	background-position: right;
	padding-bottom: 5%;*/
}

div.topic-hero h1
{
	display: inline-block;
	font-size: 26pt;
	text-align: left;
	color: #0a66c2;
	font-family: Comfortaa;
}

.archives
{
	display: inline-block;
	width: 23%;
	border: solid 1px #0a66c2;
	border-radius: 5px;
	border-top: 50px solid #0a66c2;
	margin-left: 175px;
	margin-top: -180px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: Comfortaa;
	font-size: 14px;
	color: #0a66c2;
	background: white;
	position: relative;
	right: 100px;
	top: 20px;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
	/*z-index: -1000;*/
}

.p-styled
{
	position: relative;
	color: #0a66c2;
	top: -40px;
	left: -15px;
	z-index: 10000;
}

.archives > p
{
	/*margin-top: 10px;*/
	/* Added this to remove spacing between the p and the top of border */
	/*margin-right: 10px;*/
	text-align: center;
}

.archives li a
{
	color: #0a66c2;
	position: relative;
	top: -40px;
	font-size: 14px;
	left: 15px;
}

.archives li a:before
{
	display: inline;
	content: url('../Images/onestream_logo_favicon.png');
	position: relative;
	margin-right: 5px;
}

.archives li
{
	list-style-type: none;
	position: relative;
	top: -10px;
	left: -40px;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

html.article-topic .body-container
{
	background-color: #fefefe;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #45494c;
	font-size: 9.0pt;
	font-style: italic;
}

/* Links */

a
{
	color: #0a66c2;
}

MadCap|dropDown
{
	border-bottom: 1px solid #d0d3d5;
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/Minus.png');
	mc-closed-image: url('../Images/Plus.png');
	padding: 10px 0;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: #45494c;
	font-size: 20pt;
	font-weight: bold;
	border-bottom: none;
}

MadCap|expandingBody
{
	color: #45494c;
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #3d65c9;
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: #3d65c9;
}

._Skins_TopicToolbar.mc-component .button.next-topic-button
{
	padding-right: 300px;
	padding-top: 0;
	/*margin-right: 325px;*/
}

.button-group-container-left
{
	position: absolute;
	top: 55px;
	right: -250px;
}

/*****************************************************************************
.toolbar-nav-next-prev
{
	position: absolute;
	bottom: 150px;
	right: 50px;
}

.toolbar-nav-next-prev::after
{
	content: "Next";
	position: absolute;
	top: 40px;
	left: 700px;
}
*************************************************************/

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

.ul_condensed
{
	margin-bottom: 8px;
	line-height: 12px;
}

.ul_bullet_note
{
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: 10px solid #3D65C9;
	padding-left: 60px;
	margin-top: -23px;
	/* negative margin extends the border upward. */
	padding-top: 20px;
	background-color: whitesmoke;
	margin-right: 5%;
}

.ol_bullet_note
{
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: 10px solid #3D65C9;
	padding-left: 60px;
	margin-top: -23px;
	/* negative margin extends the border upward. */
	padding-top: 20px;
	background-color: whitesmoke;
	margin-right: 5%;
}

/* Master page */
/*==Home Page Footer==*/

div.home-footer
{
	background-color: #3D65C9;
	padding: .5% 5%;
}

div.footer a	/*Complex Selector: Any anchor (links) tags that are within div.footer will have the following properties */
{
	text-decoration: none;
	color: #DADADA;
}

p.footer
{
	margin-top: 5px;
	font-size: 9pt;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #ffffff;
}

p.footer-sub
{
	color: #ffffff;
	margin-top: 14px;
	font-size: 9pt;
}

p.footer-copyright
{
	font-size: 9pt;
	color: #ffffff;
}

/* == The following section was created by Keith Grimes. It includes the videos and subject tiles. ========= */
/*==video tiles section==*/

.spacer
{
	display: table;
	content: "";
}

.featured-videos-title
{
	font-family: Comfortaa;
	font-weight: 500;
	margin-left: 60px;
	color: #0a66c2;
}

.featured-videos-container	/* this wraps a border around video section */
{
	display: block;
	border: 1px solid steelblue;
	margin-left: 60px;
	margin-right: 125px;
	border-radius: 10px;
	margin-bottom: 200px;
}

.video-container
{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: left;
}

.VideosTitle,
.TrainingTitle
{
	display: inline-block;
	font-family: Comfortaa;
	font-weight: bold;
	font-size: 1.25em;
}

.VideosTitle
{
	margin-right: 350px;
	margin-left: 75px;
	margin-top: -20px;
}

.upper-margin
{
	margin-top: -25px;
	margin-bottom: -10px;
}

.browser-vid
{
	margin-left: 75px;
	margin-bottom: 40px;
	padding-right: 0;
	margin-top: -20px;
}

.training-vid
{
	margin-left: 75px;
	margin-bottom: 40px;
	padding-right: 0;
	padding-left: 120px;
	margin-top: -20px;
}

/* Start of subject tiles section */

.background
{
	width: 100%;
}

.image-container
{
	width: 100%;
	background-image: url(../Images/HomePage/blue-background2.jpg);
	min-height: 200px;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	margin-top: -50px;
	font-family: Comfortaa;
	font-weight: 300;
	overflow: hidden;
}

.subject-container
{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	position: relative;
	perspective: 1000px;
}

.subject-tiles
{
	background-color: white;
	border-radius: 10px;
	margin-right: 26px;
	margin-bottom: 20px;
	padding: 20px;
	font-size: 30px;
	width: 155px;
	height: 220px;
	position: relative;
	perspective: 1000px;
	font-weight: bold;
	transition: transform 1.5s .5s;
	transform-style: preserve-3d;
}

.btn-go
{
	background-color: #0A66C2;
	color: white;
	padding: 10px;
	margin: 30px;
	line-height: 1rem;
	border-radius: 100px;
	border: none;
	text-align: center;
	cursor: pointer;
	font-size: .4em;
	position: absolute;
	bottom: 5px;
	left: -4px;
	width: 100px;
	transition: all .2s;
}

.btn-go-animated
{
	animation: moveInBottom 3.5s ease-out .75s;
	animation-fill-mode: backwards;
}

@keyframes moveInBottom 
{  
	0% {
		opacity: 0;
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		transform: translate(0);
	}
} 

.btn-go:hover
{
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.btn-go:active
{
	transform: translateY(-1px);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.btn-go::after
{
	content: "";
	display: inline-block;
	height: 100%;
	width: 100%;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .4s;
	/* this property goes on the main state, not the hovered state */
	background-color: #0A66C2;
}

.btn-go:hover::after
{
	transform: scaleX(1.4) scaleY(1.6);
	/* enlarges the back button */
	opacity: 0;
	/* this will fade out the back button */
}

.card-text
{
	padding-left: 10px;
	padding-top: 10px;
	font-size: 1em;
	color: #0A66C2;
}

.card-text-para
{
	font-family: Roboto;
	font-size: .4em;
	line-height: 1rem;
	color: #0A66C2;
	font-weight: bold;
	padding-top: -25px;
	padding-right: 5px;
	margin-left: 10px;
}

.card-face-front
{
	position: absolute;
	top: 0;
	left: 0;
	width: 155px;
	height: 220px;
	backface-visibility: hidden;
	z-index: 1;
}

.card-face-back
{
	position: absolute;
	top: 0;
	left: 0;
	width: 155px;
	height: 220px;
	transform: rotateY(180deg);
	backface-visibility: hidden;
	cursor: initial;
}

.subject-tiles:hover
{
	transform: rotateY(180deg);
	transition: transform .5s .5s;
	transform-style: preserve-3d;
}

.subject-click:link
{
	text-decoration: none;
}

.subject-text
{
	font-size: .65em;
	font-family: Comfortaa;
	font-weight: 700;
	color: #0A66C2;
	/*padding: 15px;*/
	text-align: center;
	margin-top: 60px;
	text-shadow: rgb(51, 51, 51) 1px 1px 0px;
}

.card-face
{
	background: url(../Images/HomePage/globe.png);
	/*background-size: cover;*/
	border-radius: 10px;
}

.card-face-report-books
{
	background: url(../Images/HomePage/globe.png);
	/*background-size: cover;*/
	border-radius: 10px;
}

.card-face-excel
{
	background: url(../Images/HomePage/globe.png);
	background-size: cover;
	border-radius: 10px;
}

.card-face-navigation
{
	background: url(../Images/HomePage/globe.png);
	background-size: cover;
	border-radius: 10px;
}

.card-face-presentation
{
	background: url(../Images/HomePage/globe.png);
	background-size: cover;
	border-radius: 10px;
}

.card-face-datacol
{
	background: url(../Images/HomePage/globe.png);
	background-size: cover;
	border-radius: 10px;
}

.card-face-logging
{
	background: url(../Images/HomePage/globe.png);
	background-size: cover;
	border-radius: 10px;
}

.card-face-workflow
{
	background: url(../Images/HomePage/globe.png);
	background-size: cover;
	border-radius: 10px;
}

.button
{
	text-align: center;
	font-size: .5em;
	border: solid 1px #3D65C9;
	background-color: #0A66C2;
	color: white;
	margin-left: 43px;
	padding: 5px 20px;
	border-radius: 10px;
	cursor: pointer;
}

.icon
{
	width: 70px;
	height: 70px;
	background-size: cover;
	margin-top: 40px;
	margin-left: 40px;
	margin-bottom: 20px;
}

.subject-title
{
	margin-left: 55px;
	margin-bottom: 25px;
	color: white;
	font-family: Comfortaa;
	font-weight: 700;
	/* changed from Bold */
	text-shadow: 1px 3px 0 #333, 2px 7px 5px rgba(0,0,0,0.3), 0px -4px 10px rgba(255,255,255,0.3);
	animation: moveInLeft 1s 1s forwards;
	opacity: 0;
}

@keyframes moveInLeft 
{
    0% {
    opacity: 0;
    transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
    opacity: 1;
    transform: translate(0);
    }
} 

.search-filter-content
{
	color: #0a66c2;
	background: white;
	border: 1px solid steelblue;
}

.search-bar.search-bar-container .search-submit
{
	background-size: 36px 36px;
	background: url(../Images/SearchIcon.png) no-repeat center center;
}

.search-bar.search-bar-container .search-submit:hover
{
	background: url(../Images/SearchIcon.png) no-repeat center center;
	background-size: 24px 24px;
	padding-left: -10px;
}

/*.search-bar .search-submit 
{
    background: url(../Images/SearchIcon.png) no-repeat center center;
	background-size: cover;
}*/

.mc-dropdown-item
{
	/*color: #0a66c2 !important;*/
	background: white;
	/*font-size: 10px;*/
	line-height: .8;
}

button.mc-dropdown-item
{
	border: none;
	text-align: left;
	font: inherit;
	font-size: 12px;
	line-height: .8;
	cursor: pointer;
	overflow: auto;
}

.mc-dropdown-item:hover
{
	color: orange !important;
	background: white !important;
}

ul li.TOC_copyright_notice
{
	border: 1px solid #f8f7f5;
	border-radius: 10px;
	background-color: #0a66c2;
	color: white;
	cursor: pointer;
	margin-right: 135px;
	margin-top: 25px;
	margin-bottom: 50px;
}

ul.menu li	/* just added this, probably remove */
{
	color: steelblue;
}

/*ul li:last-child
{
	color: white;
}*/

ul > li.TOC_copyright_notice > a
{
	border-radius: 10px;
	color: white;
}

ul.sidenav li a
{
	color: steelblue;
}

ul.sidenav li a.selected
{
	color: steelblue;
	background-color: #f8f7f5;
}

ul > li.TOC_copyright_notice:hover
{
	border-radius: 10px;
}

nav.title-bar
{
	background-color: #495881;
	background: linear-gradient(90deg, rgba(2,0,36,0.3) 0%, rgba(73,88,129,0.3) 0%, rgba(248,247,245,0.5) 100%), url(../Images/HomePage/blue-background2.jpg);
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

/* This hides the navbar during lightbox effect but also disables the search function */

/*
.title-bar-container
{
	z-index: -1;
}
*/

div.info-container
{
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	border-top: solid 1px #d3d3d3;
	padding-top: 10px;
}

div.info-section
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.info-section::before
{
	content: ' ';
	display: table;
}

div.info-section::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.info-section > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.info-section > div:nth-child(1)
{
	width: 50%;
}

div.info-section > div:nth-child(2)
{
	width: 45%;
}

div.video-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.video-tiles::before
{
	content: ' ';
	display: table;
}

div.video-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.video-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

div.video-tiles > div:nth-child(1)
{
	width: 35%;
	margin-left: 15%;
}

div.video-tiles > div:nth-child(2)
{
	width: 35%;
	margin-left: 0;
}

div.video-tiles > div:nth-child(3)
{
	width: 33.333%;
	margin-left: 0%;
}

div.video-tiles *	/*Text-align center set to all elements within div.video-tiles*/
{
	text-align: center;
}

MadCap|codeSnippet
{
	font-family: inherit;
}

MadCap|codeSnippetBody
{
	font-family: Consolas;
	font-size: 10pt;
}

.plat-version
{
	font-family: Comfortaa;
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	/*#0A66C2;*/
	/*margin-top: 25px;*/
	position: relative;
	top: -50px;
	left: -8px;
}

.plat-version-80
{
	font-family: Comfortaa;
	font-size: 1.5em;
	font-weight: bold;
	color: #0a66c2;
	margin-top: 25px;
}

/**********************************************************************************************************
Create a modal popup for the Copyright Notice
**********************************************************************************************************/

.box
{
	width: 40%;
	margin: 0 auto;
	background: rgba(255,255,255,0.2);
	padding: 35px;
	border: 2px solid #fff;
	border-radius: 20px / 50px;
	background-clip: padding-box;
	text-align: center;
}

.button-cn
{
	font-size: 1em;
	padding: 10px;
	color: white;
	border: 2px solid #0684d8;
	border-radius: 10px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.button-cn:hover
{
	background: #0684d8;
	color: white;
}

.overlay
{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}

.overlay:target
{
	visibility: visible;
	opacity: 1;
}

.popup
{
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 40%;
	position: relative;
	transition: all 5s ease-in-out;
}

.popup h2
{
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}

.popup .close
{
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.popup .close:hover
{
	color: #0684d8;
}

.popup .content
{
	max-height: 30%;
	overflow: auto;
}

@media screen and (max-width: 700px)
{
	.box
	{
		width: 70%;
	}

	.popup
	{
		width: 70%;
	}
}

/*****************************************************************************************************
End of modal popup for Copyright Notice
*****************************************************************************************************/

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	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%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}
}

@media only screen and (max-width: 764px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	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%;
	}
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}
}

span.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

span.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

span.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

span.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

span.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

span.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

span.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

span.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

span.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

h1.homeSection
{
	margin-top: 0px;
	font-weight: normal;
	color: #0a66c2;
	font-size: 28pt;
}

p.homeSection
{
	color: #0a66c2;
	font-size: 14pt;
}

p.MPTitle
{
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
	color: #1F3264;
}

h2.GuidePages
{
	color: #000000;
	font-size: 18;
}

/* a.home-button
{
	display: block;
	padding: 10px;
	text-decoration: none;
	width: 100%;
}
*/

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #006600;
}

MadCap|expandingBody
{
	color: #777777;
	font-style: italic;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	font-style: italic;
	text-decoration: none;
	color: #006600;
}

p.Tip
{
	display: block;
	border-left: 10px solid #BDBDBD;
	padding-left: 20px;
	margin-right: 5%;
	margin-bottom: 10pt;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 5%;
	mc-auto-number-format: '{color royalblue}{b}TIP: {/b}{/color}';
	background-color: whitesmoke;
}

p.Note
{
	display: block;
	border-left: 10px solid #3D65C9;
	padding-left: 20px;
	margin-right: 5%;
	margin-bottom: 10pt;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 5%;
	mc-auto-number-format: '{color royalblue}{b}NOTE: {/b}{/color}';
	background-color: whitesmoke;
}

p.Important
{
	display: block;
	border-left: 10px solid #47A3A3;
	padding-left: 20px;
	margin-right: 5%;
	margin-bottom: 10pt;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 5%;
	mc-auto-number-format: '{color royalblue}{b}IMPORTANT: {/b}{/color}';
	background-color: whitesmoke;
}

p.Caution
{
	display: block;
	border-left: 10px solid #F2A73D;
	padding-left: 20px;
	margin-right: 5%;
	margin-bottom: 10pt;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 5%;
	mc-auto-number-format: '{color royalblue}{b}CAUTION: {/b}{/color}';
	background-color: whitesmoke;
}

p.example
{
	border-left: 10px solid steelblue;
	margin-left: 40px;
	padding-left: 10px;
	padding-right: 20%;
	border-radius: 10px;
	mc-auto-number-format: '{color royalblue}{b}Example: {/b}{/color}';
}

li p
{
	margin-bottom: 8pt;
	margin-top: 8pt;
}

ul
{
	top: 4px;
}

ul ul
{
	list-style-type: circle;
}

ol ol
{
	list-style-type: lower-alpha;
}

li
{
	margin-bottom: 16px;
	margin-top: 16px;
	font-size: 11pt;
}

table
{
	font-family: Arial;
	font-size: 11pt;
	margin-top: 10px;
}

/* 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
{
	mc-hyphenate: never;
	font-family: 'Arial';
	color: #3d65c9;
	margin-top: 30px;
	line-height: 65pt;
	font-size: 45pt;
}

p.title-page-footer
{
	line-height: 15pt;
	frame-break-before: always;
	color: #3d65c9;
	margin-top: 30px;
	font-size: 18pt;
}

p.title-page-url
{
	color: #45494c;
	font-size: 9pt;
	line-height: 15pt;
}

p.TOC1
{
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 15px;
	margin-top: 15px;
	page-break-after: avoid;
	color: #000000;
	mc-hidden: unhidden;
	font-size: 14pt;
}

p.TOC2
{
	line-height: 21pt;
	margin-bottom: 13px;
	margin-top: 13px;
	margin-left: .25in;
	color: #000000;
	font-weight: normal;
	font-size: 14pt;
	mc-hidden: unhidden;
}

p.TOCTitle
{
	font-family: 'Arial';
	font-size: 24pt;
	color: #000000;
	margin-top: .67 em;
	font-weight: bold;
}

td.PDFFooter
{
	font-size: 10pt;
	color: #3d65c9;
}

p.HeaderText
{
	font-family: 'Arial';
	text-indent: 5px;
	color: #3d65c9;
}

p.FooterText
{
	font-family: 'Arial';
	text-indent: 5px;
	color: #3d65c9;
}

img.MaxWidth
{
	mc-hidden: hidden;
}

p.TOC3
{
	margin-left: 0.5in;
	mc-hidden: unhidden;
	font-size: 14pt;
}

pre
{
	font-size: 8pt;
	font-family: Consolas;
}

p.TOC4
{
	mc-hidden: unhidden;
}

p.TOC5
{
	mc-hidden: unhidden;
}

abbr
{
	mc-hidden: hidden;
}

acronym
{
	mc-hidden: hidden;
}

address
{
	mc-hidden: hidden;
}

area
{
	mc-hidden: hidden;
}

article
{
	mc-hidden: hidden;
}

aside
{
	mc-hidden: hidden;
}

b
{
	mc-hidden: hidden;
}

big
{
	mc-hidden: hidden;
}

blockquote
{
	mc-hidden: hidden;
}

br
{
	mc-hidden: hidden;
}

canvas
{
	mc-hidden: hidden;
}

center
{
	mc-hidden: hidden;
}

cite
{
	mc-hidden: hidden;
}

col
{
	mc-hidden: hidden;
}

colgroup
{
	mc-hidden: hidden;
}

datalist
{
	mc-hidden: hidden;
}

dd
{
	mc-hidden: hidden;
}

del
{
	mc-hidden: hidden;
}

dir
{
	mc-hidden: hidden;
}

dl
{
	mc-hidden: hidden;
}

dt
{
	mc-hidden: hidden;
}

em
{
	mc-hidden: hidden;
}

fieldset
{
	mc-hidden: hidden;
}

footer
{
	mc-hidden: hidden;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
}

form
{
	mc-hidden: hidden;
}

frame
{
	mc-hidden: hidden;
}

frameset
{
	mc-hidden: hidden;
}

head
{
	mc-hidden: hidden;
}

header
{
	mc-hidden: hidden;
}

input
{
	mc-hidden: hidden;
}

ins
{
	mc-hidden: hidden;
}

kbd
{
	mc-hidden: hidden;
}

label
{
	mc-hidden: hidden;
}

legend
{
	mc-hidden: hidden;
}

map
{
	mc-hidden: hidden;
}

nav
{
	mc-hidden: hidden;
}

noframes
{
	mc-hidden: hidden;
}

menu
{
	mc-hidden: hidden;
}

object
{
	mc-hidden: hidden;
}

optgroup
{
	mc-hidden: hidden;
}

option
{
	mc-hidden: hidden;
}

q
{
	mc-hidden: hidden;
}

s
{
	mc-hidden: hidden;
}

samp
{
	mc-hidden: hidden;
}

script
{
	mc-hidden: hidden;
}

select
{
	mc-hidden: hidden;
}

small
{
	mc-hidden: hidden;
}

strike
{
	mc-hidden: hidden;
}

style
{
	mc-hidden: hidden;
}

textarea
{
	mc-hidden: hidden;
}

tfoot
{
	mc-hidden: hidden;
}

var
{
	mc-hidden: hidden;
}

@media print
{
	img.MaxWidth
	{
		width: 6in;
		height: 4in;
	}
}

div.home-footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
}

#mc-main-content
{
	padding-bottom: 100px;
}

/* Code below from MadCap support to push footer flush with bottom. However, creates giant whitespace for all other content pages. 
div.articles-tiles
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: ;
}

*/

body
{
	mc-hyphenate: never;
	font-family: Arial;
	font-size: 11pt;
}

h1
{
	font-weight: bold;
	font-family: 'Arial';
	padding-top: 3px;
	font-size: 28.0pt;
	page-break-after: avoid;
	color: #000000;
}

h2
{
	font-weight: bold;
	font-family: 'Arial';
	padding-top: 3px;
	color: #000000;
	font-size: 22pt;
	page-break-after: avoid;
}

h3
{
	font-weight: bold;
	font-size: 18pt;
	font-family: 'Arial';
	padding-top: 3px;
	page-break-after: avoid;
	mc-heading-level: 3;
}

h4
{
	font-weight: bold;
	font-family: 'Arial';
	padding-top: 3px;
	mc-heading-level: 0;
	page-break-after: avoid;
	font-size: 16pt;
}

h5
{
	font-weight: bold;
	font-family: 'Arial';
	mc-heading-level: 0;
	page-break-after: avoid;
	font-size: 14pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
	mc-heading-level: 0;
}

p
{
	font-size: 12pt;
	margin-bottom: 10pt;
	margin-top: 10pt;
	mc-hyphenate: never;
	page-break-inside: avoid;
}

ol,
ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

img
{
	border: none;
	margin-top: 10px;
	/*margin-right: 120px; */
	/* with this enabled, centering is not correct */
}

.img-tiles img
{
	padding-top: 10px;
	width: 75%;
}

.FieldName
{
	font-weight: bold;
	font-family: 'Arial';
	padding-bottom: -10pt;
	page-break-after: avoid;
}

footer
{
	mc-hidden: hidden;
}

p.ListParagraph
{
	margin-bottom: 9pt;
	font-size: 11pt;
	font-family: Calibri;
}

li.ListParagraph
{
	margin-bottom: 9pt;
	font-size: 11pt;
	font-family: Calibri;
}

/* Commenting out this p.p_n tags as they are causing faulty formatting in output - Keith Grimes, 5/26/2022 */

/*
p.p_1
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}
*/

ol.ol_1
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

ul.ul_1
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

li.li_1
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

td.td_1
{
	color: #3d65c9;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	vertical-align: top;
}

h1.Heading1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 12pt;
	margin-bottom: 0pt;
	mc-heading-level: 1;
	font-family: 'Calibri Light';
	color: #2F5496;
	font-size: 16pt;
	font-weight: normal;
}

h2.Heading2
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 2pt;
	margin-bottom: 0pt;
	mc-heading-level: 2;
	font-family: 'Calibri Light';
	font-size: 13pt;
	font-weight: normal;
	color: #000000;
}

p.ListParagraph_1
{
	margin-bottom: 8pt;
	font-size: 11pt;
	font-family: Calibri;
}

li.ListParagraph_1
{
	margin-bottom: 8pt;
	font-size: 11pt;
	font-family: Calibri;
}

ul.ul_2
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 36pt;
}

ul.ul_3
{
	padding-left: 0px;
	margin-left: 36pt;
}

/*
p.Tip
{
	margin-left: 30px;
	margin-bottom: 10pt;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	border-bottom: solid 1px #3d65c9;
	border-left: solid 1px #3d65c9;
	border-right: solid 1px #3d65c9;
	border-top: solid 1px #3d65c9;
	border-radius: 5px;
	mc-auto-number-format: '{b}Tip: {/b}';
	color: #000000;
}
*/

/*
p.Note
{
	margin-left: 30px;
	margin-bottom: 10pt;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	border-radius: 5px;
	border-top: solid 1px #3d65c9;
	mc-auto-number-format: '{b}Note: {/b}';
	border-bottom: solid 1px #3d65c9;
	border-left: solid 1px #3d65c9;
	border-right: solid 1px #3d65c9;
	color: #000000;
}
*/

/*
p.Caution
{
	margin-left: 30px;
	margin-bottom: 10pt;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	border-bottom: solid 1px #3d65c9;
	border-left: solid 1px #3d65c9;
	border-right: solid 1px #3d65c9;
	border-top: solid 1px #3d65c9;
	border-radius: 5px;
	mc-auto-number-format: '{b}Caution: {/b}';
	color: #000000;
}
*/

/*
p.Important
{
	margin-left: 30px;
	margin-bottom: 10pt;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	border-bottom: solid 1px #3d65c9;
	border-left: solid 1px #3d65c9;
	border-right: solid 1px #3d65c9;
	border-top: solid 1px #3d65c9;
	border-radius: 5px;
	mc-auto-number-format: '{b}Important: {/b}';
	color: #000000;
}
*/

/*
p.p_1
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 9pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}
*/

ol.ol_1
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 9pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

ul.ul_1
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 9pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

li.li_1
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 9pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

td.td_1
{
	color: #3d65c9;
	margin-bottom: 9pt;
	font-family: Calibri;
	font-size: 11pt;
	vertical-align: top;
}

p.Chapter
{
	margin-bottom: 9pt;
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 30pt;
	font-weight: bold;
	color: #365F91;
	font-size: 18pt;
	mc-heading-level: 2;
	font-family: Cambria;
}

p.Heading
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 10pt;
	margin-bottom: 3pt;
	font-weight: bold;
	color: #4F81BD;
	font-size: 14pt;
	mc-heading-level: 3;
	font-family: Cambria;
}

/*a.Hyperlink
{
	color: #0000FF;
	text-decoration: underline;
}*/

p.Default
{
	font-family: Calibri;
	color: #000000;
	font-size: 12pt;
}

li.Default
{
	font-family: Calibri;
	color: #000000;
	font-size: 12pt;
}

p.ListParagraph_1
{
	margin-bottom: 9pt;
	font-size: 11pt;
	font-family: Calibri;
	font-style: italic;
}

li.ListParagraph_1
{
	margin-bottom: 9pt;
	font-size: 11pt;
	font-family: Calibri;
	font-style: italic;
}

span.span_1
{
	color: #000000;
}

span.span_2
{
	font-size: 11pt;
}

span.span_3
{
	font-style: italic;
	font-size: 11pt;
}

p.Default_1
{
	font-family: Calibri;
	color: #000000;
	font-size: 11pt;
}

li.Default_1
{
	font-family: Calibri;
	color: #000000;
	font-size: 11pt;
}

/*
p.p_2
{
	margin-bottom: 0pt;
	font-family: Cambria;
	color: #000000;
}
*/

li.li_2
{
	margin-bottom: 0pt;
	font-family: Cambria;
	color: #000000;
}

span.span_4
{
	font-family: Cambria;
}

/*
p.p_3
{
	border-top-style: double;
	border-top-width: 5pt;
	border-top-color: #622423;
}
*/

img.img_1
{
	visibility: visible;
	mso-wrap-style: square;
	width: 686px;
	height: 155px;
}

span.span_5
{
	font-size: 22pt;
}

/*p.p_4
{
	margin-left: 5pt;
	margin-right: 5pt;
	text-align: center;
}
*/

div.div_1
{
	margin-left: 18.05pt;
	margin-top: 647.85pt;
	width: 575.9pt;
	height: 72.2pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: page;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: page;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	v-text-anchor: bottom;
}

/*
p.p_5
{
	margin-right: 5pt;
	margin-left: 0pt;
	font-family: 'Segoe UI Semibold';
	font-variant: small-caps;
	color: #4F81BD;
	letter-spacing: 1pt;
	font-size: 32pt;
}
*/

/*
p.p_6
{
	margin-left: 5pt;
	margin-right: 5pt;
	text-align: right;
}
*/

/*
p.p_7
{
	margin-left: 5pt;
	margin-right: 5pt;
	text-align: right;
	color: #404040;
	font-size: 18pt;
}
*/

div.div_2
{
	margin-left: 18.05pt;
	margin-top: 237.6pt;
	width: 575.9pt;
	height: 287pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: page;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: page;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	v-text-anchor: bottom;
}

/*
p.p_8
{
	font-family: 'Segoe UI Semibold';
}

p.p_9
{
	margin-bottom: 9pt;
}
*/

li.li_3
{
	margin-bottom: 9pt;
}

/*
p.p_10
{
	margin-bottom: 0pt;
}
*/

li.li_4
{
	margin-bottom: 0pt;
}

span.span_6
{
	font-family: Consolas;
}

span.span_7
{
	color: #404040;
}

/*
p.p_11
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #4F81BD;
}

p.p_12
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}
*/

ol.ol_2
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

ul.ul_4
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

li.li_5
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

td.td_2
{
	color: #3d65c9;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	vertical-align: top;
}

p.NoSpacing
{
	font-family: Calibri;
	font-size: 11pt;
}

h1.Heading1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	page-break-before: always;
	margin-top: 24pt;
	margin-bottom: 0pt;
	mc-heading-level: 1;
	font-family: 'Segoe UI Semibold';
	font-variant: small-caps;
	color: #365F91;
	font-size: 16pt;
	font-weight: normal;
}

span.Heading1Char
{
	font-variant: small-caps;
	color: #365F91;
	font-size: 16pt;
}

h2.Heading2
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 10pt;
	margin-bottom: 0pt;
	mc-heading-level: 2;
	font-family: 'Segoe UI Semibold';
	font-variant: small-caps;
	color: #4F81BD;
	font-size: 14pt;
	font-weight: normal;
}

/*a.Hyperlink_1
{
	color: #4F81BD;
	text-decoration: underline;
}*/

/*
p.p_13
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}
*/

ol.ol_3
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

ul.ul_5
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

li.li_6
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

td.td_3
{
	color: #3d65c9;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	vertical-align: top;
}

/*a.Hyperlink_2
{
	color: #4F81BD;
	text-decoration: underline;
}*/

/*
p.p_14
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}
*/

ol.ol_4
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

ul.ul_6
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

li.li_7
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

td.td_4
{
	color: #3d65c9;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	vertical-align: top;
}

/*a.Hyperlink_3
{
	color: #4F81BD;
	text-decoration: underline;
}
*/

/*
p.p_15
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}
*/

ol.ol_5
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

ul.ul_7
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

li.li_8
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

td.td_5
{
	color: #3d65c9;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	vertical-align: top;
}

p.ListParagraph_2
{
	margin-bottom: 10pt;
	font-size: 11pt;
	font-family: Calibri;
}

li.ListParagraph_2
{
	margin-bottom: 10pt;
	font-size: 11pt;
	font-family: Calibri;
}

img.img_2
{
	visibility: visible;
	mso-wrap-style: square;
	width: 687px;
	height: 154px;
}

p.NoSpacing_1
{
	font-family: Calibri;
	font-size: 11pt;
	margin-left: 5pt;
	margin-right: 5pt;
	text-align: center;
}

span.span_8
{
	font-family: 'Segoe UI Semibold';
	font-variant: small-caps;
	color: #4F81BD;
	letter-spacing: 1pt;
	font-size: 32pt;
}

div.div_3
{
	margin-left: 65.45pt;
	margin-top: 368.5pt;
	width: 512.3pt;
	height: 190.85pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: page;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: page;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	v-text-anchor: bottom;
}

span.Heading1Char_1
{
	font-variant: small-caps;
	color: #4F81BD;
	font-size: 14pt;
}

/*a.Hyperlink_4
{
	color: #4F81BD;
	text-decoration: underline;
}*/

/*
p.p_16
{
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #4F81BD;
}
*/

span.span_9
{
	font-style: italic;
	color: #000000;
}

/*
p.p_17
{
	color: #000000;
}
*/

li.li_9
{
	color: #000000;
}

ul.ul_8
{
	padding-left: 0px;
	list-style-type: disc;
}

span.span_10
{
	font-family: 'Segoe UI';
	color: #000000;
}

MadCap|xref.RelLinkPageNumber
{
	mc-format: ;
}

MadCap|xref
{
	mc-format: ;
}

img.full
{
	mc-thumbnail-max-width: 8in;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
}

/*<meta sourceDocument="C:\Users\kgrimes\OneDrive - Onestream Software LLC\Desktop\API Documentation\OneStream Finance Business Rules - Common Finance BR Functions v5.docx" />*/

/*
p.p_18
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 9pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}
*/

ol.ol_6
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 9pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

ul.ul_9
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 9pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

li.li_10
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 9pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

td.td_6
{
	color: #3d65c9;
	margin-bottom: 9pt;
	font-family: Calibri;
	font-size: 11pt;
	vertical-align: top;
}

span.BookTitle
{
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1pt;
}

p.Title_1
{
	mc-hyphenate: never;
	margin-top: 30px;
	line-height: 65pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #4F81BD;
	margin-bottom: 15pt;
	font-family: Cambria;
	color: #17365D;
	letter-spacing: 1pt;
	font-size: 26pt;
}

p.TOCHeading
{
	page-break-after: avoid;
	page-break-inside: avoid;
	color: #365F91;
	margin-top: 12pt;
	margin-bottom: 0pt;
	mc-heading-level: 10;
	font-family: Cambria;
	font-weight: normal;
	font-size: 16pt;
}

p.TOC1_1
{
	font-weight: normal;
	line-height: 21pt;
	margin-top: 15px;
	page-break-after: avoid;
	color: #000000;
	mc-hidden: unhidden;
	font-size: 11pt;
	margin-bottom: 5pt;
	font-family: Calibri;
}

p.TOC2_1
{
	line-height: 21pt;
	margin-top: 13px;
	color: #000000;
	font-weight: normal;
	mc-hidden: unhidden;
	font-size: 11pt;
	margin-bottom: 5pt;
	margin-left: 11pt;
	font-family: Calibri;
}

p.TOC3_1
{
	mc-hidden: unhidden;
	font-size: 11pt;
	margin-bottom: 5pt;
	margin-left: 22pt;
	font-family: Calibri;
}

img.img_3
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 141px;
}

/*
p.p_19
{
	font-size: 22pt;
}
*/

span.BookTitle_1
{
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1pt;
	font-size: 22pt;
}

/*
p.p_20
{
	font-size: 14pt;
}
*/

span.BookTitle_2
{
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1pt;
	font-size: 14pt;
}

ol.ol_7
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 36pt;
}

img.img_4
{
	visibility: visible;
	mso-wrap-style: square;
	width: 137px;
	height: 277px;
}

span.span_11
{
	font-weight: bold;
	color: #0070C0;
}

/*
p.p_21
{
	font-weight: bold;
}
*/

img.img_5
{
	visibility: visible;
	mso-wrap-style: square;
	width: 407px;
	height: 49px;
}

img.img_6
{
	visibility: visible;
	mso-wrap-style: square;
	width: 426px;
	height: 34px;
}

img.img_7
{
	visibility: visible;
	mso-wrap-style: square;
	width: 622px;
	height: 170px;
}

img.img_8
{
	visibility: visible;
	mso-wrap-style: square;
	width: 266px;
	height: 202px;
}

/*
p.p_22
{
	text-indent: 36pt;
}

p.p_23
{
	margin-left: 36pt;
}
*/

img.img_9
{
	visibility: visible;
	mso-wrap-style: square;
	width: 407px;
	height: 50px;
}

img.img_10
{
	visibility: visible;
	mso-wrap-style: square;
	width: 236px;
	height: 37px;
}

img.img_11
{
	visibility: visible;
	mso-wrap-style: square;
	width: 525px;
	height: 166px;
}

img.img_12
{
	visibility: visible;
	mso-wrap-style: square;
	width: 258px;
	height: 202px;
}

img.img_13
{
	visibility: visible;
	mso-wrap-style: square;
	width: 582px;
	height: 50px;
}

img.img_14
{
	visibility: visible;
	mso-wrap-style: square;
	width: 231px;
	height: 34px;
}

img.img_15
{
	visibility: visible;
	mso-wrap-style: square;
	width: 699px;
	height: 116px;
}

img.img_16
{
	visibility: visible;
	mso-wrap-style: square;
	width: 547px;
	height: 58px;
}

img.img_17
{
	visibility: visible;
	mso-wrap-style: square;
	width: 384px;
	height: 29px;
}

img.img_18
{
	visibility: visible;
	mso-wrap-style: square;
	width: 701px;
	height: 134px;
}

img.img_19
{
	visibility: visible;
	mso-wrap-style: square;
	width: 638px;
	height: 62px;
}

img.img_20
{
	visibility: visible;
	mso-wrap-style: square;
	width: 312px;
	height: 33px;
}

img.img_21
{
	visibility: visible;
	mso-wrap-style: square;
	width: 528px;
	height: 81px;
}

img.img_22
{
	visibility: visible;
	mso-wrap-style: square;
	width: 520px;
	height: 58px;
}

img.img_23
{
	visibility: visible;
	mso-wrap-style: square;
	width: 361px;
	height: 38px;
}

img.img_24
{
	visibility: visible;
	mso-wrap-style: square;
	width: 447px;
	height: 78px;
}

img.img_25
{
	visibility: visible;
	mso-wrap-style: square;
	width: 413px;
	height: 110px;
}

img.img_26
{
	visibility: visible;
	mso-wrap-style: square;
	width: 541px;
	height: 70px;
}

img.img_27
{
	visibility: visible;
	mso-wrap-style: square;
	width: 329px;
	height: 42px;
}

img.img_28
{
	visibility: visible;
	mso-wrap-style: square;
	width: 646px;
	height: 271px;
}

img.img_29
{
	visibility: visible;
	mso-wrap-style: square;
	width: 514px;
	height: 62px;
}

img.img_30
{
	visibility: visible;
	mso-wrap-style: square;
	width: 346px;
	height: 33px;
}

img.img_31
{
	visibility: visible;
	mso-wrap-style: square;
	width: 646px;
	height: 339px;
}

img.img_32
{
	visibility: visible;
	mso-wrap-style: square;
	width: 591px;
	height: 78px;
}

img.img_33
{
	visibility: visible;
	mso-wrap-style: square;
	width: 328px;
	height: 31px;
}

img.img_34
{
	visibility: visible;
	mso-wrap-style: square;
	width: 714px;
	height: 227px;
}

img.img_35
{
	visibility: visible;
	mso-wrap-style: square;
	width: 606px;
	height: 82px;
}

img.img_36
{
	visibility: visible;
	mso-wrap-style: square;
	width: 433px;
	height: 29px;
}

img.img_37
{
	visibility: visible;
	mso-wrap-style: square;
	width: 670px;
	height: 230px;
}

img.img_38
{
	visibility: visible;
	mso-wrap-style: square;
	width: 576px;
	height: 53px;
}

img.img_39
{
	visibility: visible;
	mso-wrap-style: square;
	width: 444px;
	height: 46px;
}

img.img_40
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 58px;
}

img.img_41
{
	visibility: visible;
	mso-wrap-style: square;
	width: 386px;
	height: 30px;
}

img.img_42
{
	visibility: visible;
	mso-wrap-style: square;
	width: 713px;
	height: 370px;
}

img.img_43
{
	visibility: visible;
	mso-wrap-style: square;
	width: 666px;
	height: 127px;
}

img.img_44
{
	visibility: visible;
	mso-wrap-style: square;
	width: 349px;
	height: 230px;
}

img.img_45
{
	visibility: visible;
	mso-wrap-style: square;
	width: 743px;
	height: 170px;
}

p.ListParagraph_3
{
	margin-bottom: 9pt;
	font-size: 11pt;
	margin-left: 36pt;
	font-family: Calibri;
}

img.img_46
{
	visibility: visible;
	mso-wrap-style: square;
	width: 694px;
	height: 69px;
}

img.img_47
{
	visibility: visible;
	mso-wrap-style: square;
	width: 537px;
	height: 51px;
}

img.img_48
{
	visibility: visible;
	mso-wrap-style: square;
	width: 707px;
	height: 46px;
}

p.ListParagraph_3_1
{
	margin-bottom: 9pt;
	font-size: 11pt;
	margin-left: 36pt;
	font-family: Calibri;
	font-weight: bold;
}

img.img_49
{
	visibility: visible;
	mso-wrap-style: square;
	width: 710px;
	height: 120px;
}

p.ListParagraph_4
{
	margin-bottom: 9pt;
	font-size: 11pt;
	font-family: Calibri;
	font-weight: bold;
}

li.ListParagraph_3
{
	margin-bottom: 9pt;
	font-size: 11pt;
	font-family: Calibri;
	font-weight: bold;
}

img.img_50
{
	visibility: visible;
	mso-wrap-style: square;
	width: 702px;
	height: 209px;
}

img.img_51
{
	visibility: visible;
	mso-wrap-style: square;
	width: 614px;
	height: 65px;
}

img.img_52
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 574px;
}

img.img_53
{
	z-index: 1;
	visibility: visible;
	mso-wrap-style: square;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	margin-left: 143.7pt;
	width: 432px;
	height: 367px;
}

img.img_54
{
	visibility: visible;
	mso-wrap-style: square;
	width: 713px;
	height: 178px;
}

img.img_55
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 203px;
}

img.img_56
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 202px;
}

img.img_57
{
	visibility: visible;
	mso-wrap-style: square;
	width: 678px;
	height: 234px;
}

img.img_58
{
	visibility: visible;
	mso-wrap-style: square;
	width: 390px;
	height: 80px;
}

img.img_59
{
	visibility: visible;
	mso-wrap-style: square;
	width: 676px;
	height: 474px;
}

img.img_60
{
	visibility: visible;
	mso-wrap-style: square;
	width: 705px;
	height: 86px;
}

img.img_61
{
	visibility: visible;
	mso-wrap-style: square;
	width: 713px;
	height: 179px;
}

img.img_62
{
	visibility: visible;
	width: 723px;
	height: 321px;
}

img.img_63
{
	visibility: visible;
	mso-wrap-style: square;
	width: 711px;
	height: 148px;
}

/*<meta sourceDocument="C:\Users\kgrimes\OneDrive - Onestream Software LLC\Desktop\API Documentation\Blueprint Project Template Edits from Terry.docx" />*/

ol.ol_8
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 18pt;
}

span.span_12
{
	font-weight: bold;
	font-style: italic;
}

/*
p.p_24
{
	text-indent: 18pt;
}

p.p_25
{
	page-break-after: avoid;
	margin-top: 2pt;
	margin-bottom: 0pt;
	mc-heading-level: 3;
}
*/

li.li_11
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 2pt;
	margin-bottom: 0pt;
	mc-heading-level: 3;
}

ol.ol_9
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 40pt;
}

ol.ol_10
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 61pt;
}

ul.ul_10
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 36pt;
}

/*
p.p_26
{
	font-style: italic;
}
*/

ul.ul_11
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 47pt;
}

/*
p.p_27
{
	margin-left: 72pt;
}
*/

span.span_13
{
	font-size: 7pt;
}

/*<meta sourceDocument="C:\Users\kgrimes\OneDrive - Onestream Software LLC\Desktop\Drill to Base Quick Reference Guide - For Doc Team.docx" />*/

span.span_14
{
	color: #595959;
	font-size: 14pt;
}

/*
p.p_28
{
	color: #595959;
	font-size: 14pt;
}

p.p_29
{
	margin-right: 5pt;
	margin-left: 252pt;
	color: #595959;
	font-size: 14pt;
}
*/

span.span_15
{
	color: #595959;
	font-size: 10pt;
}

div.div_4
{
	margin-left: 18.05pt;
	margin-top: 554.4pt;
	width: 575.9pt;
	height: 24.9pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: page;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: page;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	v-text-anchor: top;
}

span.span_16
{
	text-transform: uppercase;
	color: #4472C4;
	font-size: 32pt;
}

div.div_5
{
	margin-left: 0;
	margin-top: 156pt;
	width: 8in;
	height: 286.5pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 941;
	mso-height-percent: 363;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: page;
	mso-width-percent: 941;
	mso-height-percent: 363;
	mso-width-relative: page;
	mso-height-relative: page;
	v-text-anchor: bottom;
}

/*
p.p_30
{
	font-weight: bold;
	font-size: 20pt;
}
*/

span.span_17
{
	color: #595959;
}

/*
p.p_31
{
	color: #595959;
}
*/

img.img_64
{
	visibility: visible;
	mso-wrap-style: square;
	width: 300px;
	height: 262px;
}

img.img_65
{
	visibility: visible;
	mso-wrap-style: square;
	width: 296px;
	height: 310px;
}

img.img_66
{
	visibility: visible;
	mso-wrap-style: square;
	width: 532px;
	height: 201px;
}

/*
p.p_32
{
	text-align: center;
}
*/

img.img_67
{
	visibility: visible;
	mso-wrap-style: square;
	width: 485px;
	height: 151px;
}

img.img_68
{
	visibility: visible;
	mso-wrap-style: square;
	width: 536px;
	height: 200px;
}

img.img_69
{
	visibility: visible;
	mso-wrap-style: square;
	width: 415px;
	height: 368px;
}

span.span_18
{
	font-weight: bold;
	color: #000000;
}

img.img_70
{
	visibility: visible;
	mso-wrap-style: square;
	width: 22px;
	height: 25px;
}

img.img_71
{
	visibility: visible;
	mso-wrap-style: square;
	width: 553px;
	height: 327px;
}

img.img_72
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 149px;
}

img.img_73
{
	visibility: visible;
	mso-wrap-style: square;
	width: 601px;
	height: 171px;
}

img.img_74
{
	visibility: visible;
	mso-wrap-style: square;
	width: 293px;
	height: 135px;
}

img.img_75
{
	visibility: visible;
	mso-wrap-style: square;
	width: 566px;
	height: 185px;
}

img.img_76
{
	visibility: visible;
	mso-wrap-style: square;
	width: 556px;
	height: 288px;
}

img.img_77
{
	visibility: visible;
	mso-wrap-style: square;
	width: 571px;
	height: 267px;
}

img.img_78
{
	visibility: visible;
	mso-wrap-style: square;
	width: 574px;
	height: 269px;
}

img.img_79
{
	visibility: visible;
	mso-wrap-style: square;
	width: 504px;
	height: 416px;
}

img.img_80
{
	visibility: visible;
	mso-wrap-style: square;
	width: 542px;
	height: 140px;
}

img.img_81
{
	visibility: visible;
	mso-wrap-style: square;
	width: 572px;
	height: 334px;
}

img.img_82
{
	visibility: visible;
	mso-wrap-style: square;
	width: 505px;
	height: 233px;
}

img.img_83
{
	visibility: visible;
	mso-wrap-style: square;
	width: 511px;
	height: 354px;
}

img.img_84
{
	visibility: visible;
	mso-wrap-style: square;
	width: 562px;
	height: 356px;
}

img.img_85
{
	visibility: visible;
	mso-wrap-style: square;
	width: 547px;
	height: 351px;
}

img.img_86
{
	visibility: visible;
	mso-wrap-style: square;
	width: 579px;
	height: 302px;
}

img.img_87
{
	visibility: visible;
	mso-wrap-style: square;
	width: 597px;
	height: 316px;
}

img.img_88
{
	visibility: visible;
	mso-wrap-style: square;
	width: 430px;
	height: 253px;
}

img.img_89
{
	visibility: visible;
	mso-wrap-style: square;
	width: 582px;
	height: 306px;
}

img.img_90
{
	visibility: visible;
	mso-wrap-style: square;
	width: 596px;
	height: 228px;
}

img.img_91
{
	visibility: visible;
	mso-wrap-style: square;
	width: 587px;
	height: 256px;
}

img.img_92
{
	visibility: visible;
	mso-wrap-style: square;
	width: 554px;
	height: 128px;
}

img.img_93
{
	visibility: visible;
	mso-wrap-style: square;
	width: 585px;
	height: 482px;
}

img.img_94
{
	visibility: visible;
	mso-wrap-style: square;
	width: 460px;
	height: 249px;
}

img.img_95
{
	visibility: visible;
	mso-wrap-style: square;
	width: 291px;
	height: 138px;
}

img.img_96
{
	visibility: visible;
	mso-wrap-style: square;
	width: 549px;
	height: 274px;
}

img.img_97
{
	visibility: visible;
	mso-wrap-style: square;
	width: 286px;
	height: 134px;
}

img.img_98
{
	visibility: visible;
	mso-wrap-style: square;
	width: 582px;
	height: 272px;
}

img.img_99
{
	visibility: visible;
	mso-wrap-style: square;
	width: 328px;
	height: 170px;
}

img.img_100
{
	visibility: visible;
	mso-wrap-style: square;
	width: 524px;
	height: 264px;
}

img.img_101
{
	visibility: visible;
	mso-wrap-style: square;
	width: 395px;
	height: 95px;
}

img.img_102
{
	visibility: visible;
	mso-wrap-style: square;
	width: 399px;
	height: 58px;
}

img.img_103
{
	visibility: visible;
	mso-wrap-style: square;
	width: 557px;
	height: 196px;
}

img.img_104
{
	visibility: visible;
	mso-wrap-style: square;
	width: 483px;
	height: 203px;
}

li.li_12
{
	font-weight: bold;
}

span.span_19
{
	font-weight: bold;
	color: #FF0000;
}

img.img_105
{
	visibility: visible;
	mso-wrap-style: square;
	width: 434px;
	height: 194px;
}

img.img_106
{
	visibility: visible;
	mso-wrap-style: square;
	width: 592px;
	height: 293px;
}

/*<meta sourceDocument="C:\Users\kendd\OneDrive\Documents\DISM\DISM Quick Ref.docx" />*/

span.span_20
{
	font-size: 12pt;
}

li.li_13
{
	font-size: 12pt;
}

span.span_21
{
	font-weight: bold;
	font-size: 12pt;
}

img.img_107
{
	visibility: visible;
	width: 291px;
	height: 57px;
}

img.img_108
{
	visibility: visible;
	mso-wrap-style: square;
	width: 140px;
	height: 233px;
}

img.img_109
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 85px;
}

span.span_22
{
	font-weight: bold;
	color: black;
}

img.img_110
{
	visibility: visible;
	mso-wrap-style: square;
	width: 36px;
	height: 43px;
}

/*
p.p_33
{
	font-weight: bold;
	font-size: 12pt;
}
*/

li.li_14
{
	font-weight: bold;
	font-size: 12pt;
}

img.img_111
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 183px;
}

/*<meta sourceDocument="C:\Users\ehamer\OneDrive - Onestream Software LLC\Desktop\DocumentationWork\OneStream Service Description.docx" />*/

a.Popup
{
	
}

/*p.Tip
{
	margin-left: 30px;
	margin-bottom: 10pt;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	border-bottom: solid 1px #3d65c9;
	border-left: solid 1px #3d65c9;
	border-right: solid 1px #3d65c9;
	border-top: solid 1px #3d65c9;
	border-radius: 5px;
	mc-auto-number-format: '{b}Tip: {/b}';
	color: #000000;
}*/

/*p.Note
{
	margin-left: 30px;
	margin-bottom: 10pt;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	border-radius: 5px;
	border-top: solid 1px #3d65c9;
	mc-auto-number-format: '{b}Note: {/b}';
	border-bottom: solid 1px #3d65c9;
	border-left: solid 1px #3d65c9;
	border-right: solid 1px #3d65c9;
	color: #000000;
}*/

/*p.Caution
{
	margin-left: 30px;
	margin-bottom: 10pt;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	border-bottom: solid 1px #3d65c9;
	border-left: solid 1px #3d65c9;
	border-right: solid 1px #3d65c9;
	border-top: solid 1px #3d65c9;
	border-radius: 5px;
	mc-auto-number-format: '{b}Caution: {/b}';
	color: #000000;
}*/

/*p.Important
{
	margin-left: 30px;
	margin-bottom: 10pt;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	border-bottom: solid 1px #3d65c9;
	border-left: solid 1px #3d65c9;
	border-right: solid 1px #3d65c9;
	border-top: solid 1px #3d65c9;
	border-radius: 5px;
	mc-auto-number-format: '{b}Important: {/b}';
	color: #000000;
}*/

pre
{
	font-size: 8pt;
	font-family: Consolas;
}

p.p_1
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 9pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

p.p_2
{
	margin-bottom: 0pt;
	font-family: Cambria;
	color: #000000;
}

p.p_3
{
	border-top-style: double;
	border-top-width: 5pt;
	border-top-color: #622423;
}

p.p_4
{
	margin-left: 5pt;
	margin-right: 5pt;
	text-align: center;
}

p.p_5
{
	margin-right: 5pt;
	margin-left: 0pt;
	font-family: 'Segoe UI Semibold';
	font-variant: small-caps;
	color: #4F81BD;
	letter-spacing: 1pt;
	font-size: 32pt;
}

p.p_6
{
	margin-left: 5pt;
	margin-right: 5pt;
	text-align: right;
}

p.p_7
{
	margin-left: 5pt;
	margin-right: 5pt;
	text-align: right;
	color: #404040;
	font-size: 18pt;
}

p.p_8
{
	font-family: 'Segoe UI Semibold';
}

p.p_9
{
	margin-bottom: 9pt;
}

p.p_10
{
	margin-bottom: 0pt;
}

p.p_11
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #4F81BD;
}

p.p_12
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

p.p_13
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

p.p_14
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

p.p_15
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

p.p_16
{
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #4F81BD;
}

p.p_17
{
	color: #000000;
}

/*<meta sourceDocument="C:\Users\dbignotti\Downloads\BUX Private Preview Draft 7.22.docx" />*/

p
{
	font-size: 11pt;
	margin-bottom: 10pt;
	margin-top: 10pt;
	mc-hyphenate: never;
	page-break-inside: avoid;
}

img
{
	border: none;
	margin-top: 10px;
}

p.Tip
{
	display: block;
	border-left: 10px solid #BDBDBD;
	padding-left: 20px;
	margin-right: 5%;
	margin-bottom: 10pt;
	padding-bottom: 6px;
	padding-top: 6px;
	mc-auto-number-format: '{color royalblue}{b}TIP: {/b}{/color}';
	background-color: whitesmoke;
}

p.Note
{
	display: block;
	border-left: 10px solid #3D65C9;
	padding-left: 20px;
	margin-right: 5%;
	margin-bottom: 10pt;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 5%;
	mc-auto-number-format: '{color royalblue}{b}NOTE: {/b}{/color}';
	background-color: whitesmoke;
}

p.Caution
{
	display: block;
	border-left: 10px solid #F2A73D;
	padding-left: 20px;
	margin-right: 5%;
	margin-bottom: 10pt;
	padding-bottom: 6px;
	padding-top: 6px;
	mc-auto-number-format: '{color royalblue}{b}CAUTION: {/b}{/color}';
	background-color: whitesmoke;
}

p.Important
{
	display: block;
	border-left: 10px solid #47A3A3;
	padding-left: 20px;
	margin-right: 5%;
	margin-bottom: 10pt;
	padding-bottom: 6px;
	padding-top: 6px;
	mc-auto-number-format: '{color royalblue}{b}IMPORTANT: {/b}{/color}';
	background-color: whitesmoke;
}

code
{
	font-family: Consolas;
}

MadCap|breadcrumbsProxy
{
	
}

.draft_comment
{
	display: none;
	border-style: solid;
	border: solid 2px #aacbda;
	background-color: #cbe8f6;
}

caption.table_caption
{
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	font-size: 1.5em;
}

ul.bullet-note
{
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: 10px solid #3D65C9;
	padding-left: 60px;
	margin-top: -23px;
	/* negative margin extends the border upward. */
	padding-top: 20px;
	background-color: whitesmoke;
	margin-right: 5%;
}

MadCap|xref.ParaTextOnly
{
	mc-format: '{paratext}';
}

.mediabox-wrap
{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 999 !important;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: mediabox;
	animation-name: mediabox;
}

@-webkit-keyframes mediabox {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
} 

@keyframes mediabox {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
} 

.mediabox-content
{
	max-width: 680px;
	display: block;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

.mediabox-content iframe
{
	max-width: 100% !important;
	width: 100% !important;
	display: block !important;
	height: 480px !important;
	border: none !important;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.mediabox-hide
{
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: mediaboxhide;
	animation-name: mediaboxhide;
}

@-webkit-keyframes mediaboxhide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
} 

@keyframes mediaboxhide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
} 

.mediabox-close
{
	position: absolute;
	top: 0;
	cursor: pointer;
	bottom: 428px;
	/* was 528 */
	right: 0px;
	margin: auto 0;
	width: 24px;
	height: 24px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==') no-repeat;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-o-background-size: 24px 24px;
	z-index: 10;
}

.mediabox-close:hover
{
	opacity: 0.5;
}

@media all and (max-width: 1338px) and (min-width: 10px)
{
	.archives
	{
		right: -500px;
	}
}

@media all and (max-width: 1317px) and (min-width: 10px)
{
	.archives
	{
		right: -500px;
	}
}

@media all and (max-width: 1279px) and (min-width: 10px)
{
	.archives
	{
		right: -500px;
	}
}

@media all and (max-width: 1052px) and (min-width: 10px)
{
	.archives
	{
		right: -500px;
	}
}

@media all and (max-width: 768px) and (min-width: 10px)
{
	.archives
	{
		right: -500px;
	}

	.mediabox-content
	{
		max-width: 90%;
	}
}

@media all and (max-width: 600px) and (min-width: 10px)
{
	.archives
	{
		right: -500px;
	}

	.mediabox-content iframe
	{
		height: 320px !important;
	}

	.mediabox-close
	{
		bottom: 362px;
	}
}

@media all and (max-width: 480px) and (min-width: 10px)
{
	.mediabox-content iframe
	{
		height: 220px !important;
	}

	.mediabox-close
	{
		bottom: 262px;
	}
}

input:focus-visible
{
	outline: -webkit-focus-ring-color auto 0;
}

/*<meta sourceDocument="C:\Users\kforce\OneDrive - Onestream Software LLC\Tech Writing Team\Projects\PowerBI Connector\OneStream Power BI Custom Connector User Guide 1_cleanedup.docx" />*/

.h2-rn
{
	font-weight: bold;
	font-family: 'Arial';
	font-size: 22pt;
	display: block;
	width: 80%;
	background: #0a66c2;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: solid 1px #0a66c2;
	border-radius: 0 30px 30px 0;
	page-break-after: avoid;
}

.h2-rn-sol
{
	font-weight: bold;
	font-family: 'Arial';
	font-size: 22pt;
	display: block;
	width: 100%;
	background: #0a66c2;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: solid 1px #0a66c2;
	border-radius: 0 30px 30px 0;
	page-break-after: avoid;
}

.ideastream
{
	color: blue;
}

p.TOC3
{
	margin-left: 0.5in;
	mc-hidden: hidden;
	font-size: 14pt;
}

p.TOC4
{
	mc-hidden: hidden;
}

p.TOC5
{
	mc-hidden: hidden;
}

MadCap|topicToolbarProxy
{
	/*border: 2px solid blue;*/
	height: 100px;
}

MadCap|dropDownHead
{
	
}

._Skins_TopicToolbar.mc-component .button.previous-topic-button .button-icon
{
	background: transparent url(../Images/prev_button.png);
}

.toolbar_navigation
{
	border: 2px solid red;
}

.button-group-container-left
{
	float: left;
	margin-left: -4px;
	position: absolute;
	top: 50px;
	/*left: 660px;*/
}

.previous-topic-button
{
	background: url(../Images/prev_button.png);
	border: 2px solid blue;
}

.button-icon
{
	width: 50px;
	height: 50px;
}

.mediabox-wrap
{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 999;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: mediabox;
	animation-name: mediabox;
}

.mediabox-close
{
	position: absolute;
	top: 0;
	cursor: pointer;
	bottom: 528px;
	right: 0px;
	margin: auto 0;
	width: 24px;
	height: 24px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==') no-repeat;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-o-background-size: 24px 24px;
}

@media all and (max-width: 768px) and (min-width: 10px)
{
	.mediabox-content
	{
		max-width: 90%;
	}
}

@media all and (max-width: 600px) and (min-width: 10px)
{
	.mediabox-content iframe
	{
		height: 320px !important;
	}

	.mediabox-close
	{
		bottom: 362px;
	}
}

MadCap|topicToolbarProxy.toolbar-nav-next-prev
{
	mc-topic-toolbar-items: NextTopic PreviousTopic;
}

