/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	font-family: Arial, Avenir, Myriad;
	font-size: 12pt;
}

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;
}

h1,
h2,
h3,
h4
{
	font-weight: bold;
	color: #002a59;
}

h1
{
	font-size: 2em;
	color: #45494c;
}

h2
{
	font-size: 1.8em;
}

h3
{
	font-size: 1.6em;
}

h4
{
	font-size: 1.4em;
}

.snippet-header	/*Style for headers within content snippets (use with any h tag)*/
{
	font-weight: bold;
	font-size: 1.4em;
}

.snippet-subheader	/*Style for subheaders within content snippets (use with any h tag)*/
{
	font-weight: bold;
	font-size: 1.2em;
}

p
{
	font-size: 1em;
	color: #002a59;
}

ol,
ul
{
	letter-spacing: .25;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #002a59;
}

img
{
	border: none;
	max-width: 100%;
}

img.border
{
	margin: 10px 0 10px 0;
	padding: 1px;
	border: 1px solid #696969;
	border-radius: 3px;
}

img.In_Text
{
	width: auto;
	height: 20px;
	padding: 1px 0 1px 0;
	border: none;
}

.centered
{
	text-align: center;
}

li
{
	margin-bottom: 6pt;
	margin-top: 6pt;
}

li.nested
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	list-style-type: circle;
	mc-hyphenate: never;
}

li.checkboxes	/*in progress JO*/
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	background-image: url('../Images/Square_Bullet_empty.gif');
	list-style-type: none;
	mc-hyphenate: never;
}

p.note
{
	margin-top: 0pt;
	margin-bottom: 12pt;
	mc-auto-number-format: '{color red}{b}Note: {/b}{/color} ';
	padding-left: 0px;
}

a.Popup
{
	
}

/*-----callouts-----*/

div.help_note	/*Use this style for the blue background help note.*/
{
	background-color: #c0ffff;
	margin: 5px;
	padding: 1em;
	border-radius: 5px;
}

div.help_note p	/*this style give the p tags inside help_note a bottom margin*/
{
	margin: 0 0 1em;
}

div.help_note p:last-child	/*this removes the botom margin if the p tag is the last-child*/
{
	margin: 0;
}

div.important_note	/*Use this style for the yellow background help note.*/
{
	background-color: #fafad2;
	margin: 5px;
	padding: 10px;
	border: solid 1px #000;
	border-radius: 5px;
}

div.example	/*Use this style for the green background help note.*/
{
	background-color: #d4ffd5;
	margin: 5px;
	padding: 10px;
	border-radius: 5px;
}

/*-----end callouts-----*/

span.product-library-suite,
span.product-technology-suite,
span.product-shared-suite
{
	border-radius: 1em;
	padding: 0.25em 0.5em;
}

span.product-library-suite
{
	color: #002A59;
	background-color: #45B55A;
}

span.product-technology-suite
{
	color: #002A59;
	background-color: #93CAD1;
}

span.product-shared-suite
{
	color: #FFF;
	background-color: #002A59;
}

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;
	text-decoration: none;
	color: #45494c;
	font-weight: bold;
	border-bottom: none;
	font-size: 18pt;
}

MadCap|xref
{
	color: #076685;
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
}

div.home-layout
{
	padding: 2% 5%;
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px #dadada;
}

div.home-section:last-of-type	/*Removes the border on the last section of the home page*/
{
	border-bottom: none;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #888888;
}

a:link
{
	color: #076685;
}

a:visited
{
	color: #076685;
}

a:hover
{
	color: #076685;
}

a:active
{
	color: #a82384;
}

a.home-button
{
	display: block;
	padding: 10px;
	text-decoration: none;
	width: 100%;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDown
{
	border-bottom: 1px solid #dadada;
	mc-image-position: left;
	mc-image-spacing: 10px;
	padding: 10px 0;
	mc-closed-image: url('../Images/Home/plus.png');
	mc-open-image: url('../Images/Home/minus.png');
}

div.topic-hero
{
	padding: 5%;
	background-image: url('../Images/Home/whats-new-home.png');
	background-size: cover;
}

div.tech-suite
{
	background-image: url('../Images/Home/tech_suite.jpg');
}

div.lib-suite
{
	background-image: url('../Images/Home/lib_suite.jpg');
}

div.topic-hero h1
{
	color: #fff;
	font-size: 3.5em;
	text-align: center;
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

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: #b9bec1;
	padding: 2%;
	height: 250px;
}

div.home-tiles > div:nth-child(1)
{
	width: 30%;
	margin-left: 19%;
}

div.home-tiles > div:nth-child(2)
{
	width: 30%;
	margin-left: 2%;
}

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;
}

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;
}

div.article-tiles > div:hover
{
	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%;
}

div.article-tiles > div:nth-child(2)
{
	width: 18%;
	margin-left: 2%;
}

div.article-tiles > div:nth-child(3)
{
	width: 18%;
	margin-left: 2%;
}

div.article-tiles > div:nth-child(4)
{
	width: 18%;
	margin-left: 2%;
}

div.article-tiles > div:nth-child(5)
{
	width: 18%;
	margin-left: 2%;
}

div.article-tiles img
{
	max-width: 90%;
}

div.home-footer	/*Controls the look of the footer in the Home master page.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-footer::before
{
	content: ' ';
	display: table;
}

div.home-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-footer > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
}

div.home-footer > div:nth-child(2)
{
	width: 75%;
	margin-left: 0%;
}

p.footer-sub
{
	color: #FFF;
	font-family: Arial, Avenir, Myriad;
	font-size: 0.8em;
}

.footer
{
	background-color: #002A59;
	padding: 25px 25px 10px 25px;
}

.footer-logo
{
	max-width: 100%;
	margin: 0;
	text-align: left;
}

.footer-links a
{
	padding-right: 15px;
}

.footer-icons
{
	text-align: right;
}

.footer-icons > a:first-of-type
{
	padding-right: 10px;
}

/*-----sidebar nav icon styles-----*/

ul.sidenav > li > a
{
	position: relative;
}

ul.sidenav > li > a::after
{
	content: "";
	background-image: url('../Images/Icons/FLT-001-ProductSuites_Library_icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;
}

ul.sidenav > li[data-mc-id="1"] > a:after
{
	background-image: url('../Images/Icons/FLT-001-ProductSuites_Technology_icon.png') !important;
}

ul.sidenav > li[data-mc-id="2"] > a:after
{
	background-image: url('../Images/Icons/FLT-001-ProductSuites_Finance_icon.png') !important;
}

/*-----grid styles-----*/

.grid-container
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.grid-container a
{
	display: flex;
	flex-direction: column;
	color: #fff;
	background-color: #002A59;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #002A59;
}

.grid-container a span
{
	padding: 0.6em 0;
}

/*-----home-tiles-----*/

.image-table
{
	text-align: center;
	border-spacing: 1rem;
}

.image-table tr
{
	color: #fff;
	background-color: #002A59;
}

.image-table a
{
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
}

/*-----button styles-----*/

button.expand-btn
{
	border: none;
	color: #fff;
	background-color: #002A59;
	font-size: 1.2rem;
	padding: 0.25em 0.75em;
	border-radius: 1em;
	cursor: pointer;
}

button.expand-btn:hover
{
	background-color: #000;
}

/*-----end button styles-----*/

@media print
{
	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}
}

@media only screen and (max-width: 1279px)
{
	.footer
	{
		padding: 2% 2% 1%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.home-footer > div:nth-child(1)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.home-footer > div:nth-child(2)
	{
		width: 75%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.topic-hero h1
	{
		font-size: 2.5em;
		text-align: center;
	}

	div.home-tiles p
	{
		line-height: 1.2;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 10px;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.article-tiles > div
	{
		margin-bottom: 10px;
	}

	div.article-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.article-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.article-tiles > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.article-tiles > div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.article-tiles > div:nth-child(5)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.article-tiles img
	{
		width: 75%;
	}

	.footer-icons
	{
		text-align: center;
	}

	.footer
	{
		padding: 5% 7%;
		text-align: center;
	}

	.footer-logo
	{
		text-align: center;
	}

	div.home-footer > div:nth-child(1)
	{
		width: 100%;
	}

	div.home-footer > div:nth-child(2)
	{
		width: 100%;
		margin: 3% 0;
	}
}

table.dropDownTable	/*class to space and style the features in a drop down head*/
{
	color: #076685;
	margin-top: 1rem;
}

.nested-dropDown
{
	color: #002a59;
	font-size: 1.6rem;
}

