/*<meta />*/

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

:root
{
	--Medium: #b9bec1;
	--White: #ffffff;
	--Brand1: #3F3BC4;
	--Brand2: #262626;
	--Brand3: #611F69;
	--Dark: #16233D;
	--Light: #100F24;
}

body
{
	color: var(--Dark);
	font-family: Arial, Avenir, Myriad;
}

/* Content */

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

img.x-small
{
	width: 100px;
	height: auto;
}

img.small
{
	width: 200px;
	height: auto;
}

img.medium
{
	height: auto;
	width: 400px;
}

img.large
{
	width: 600px;
	height: auto;
}

img.x-large
{
	width: 800px;
	height: auto;
}

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
}

p.table-text
{
	font-size: 12pt;
}

/* Generic classes */

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

p.procedure-head
{
	font-weight: normal;
	font-size: 14.0pt;
	color: var(--Brand2);
}

p.procedure-head::before
{
	content: "\00BB ";
	margin-right: 10px;
	font-size: 26px;
	/*color: var(--Brand1);  */
}

/* Headings */

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	margin-top: 0;
	color: #000000;
}

h2
{
	font-weight: bold;
	font-size: 18.0pt;
	color: var(--Brand2);
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

/* Home page topic */

.nav-search div.accent
/*Does not display search in Top Navigation for desktop*/
/*{
	display: none;
}*/
{
	background-color: var(--Brand2);
}

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

div.home-section
{
	padding: 5%;
	border-bottom: solid 1px var(--Light);
}

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

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

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

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

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;
	border-spacing: 50px;
	/*	height: 250px;*/
	/*	width: 250px; */
}

div.home-tiles > div:hover
{
	background-color: #F3F5F6;
}

div.home-tiles > div:nth-child(1),
div.home-tiles > div:nth-child(2),
div.home-tiles > div:nth-child(3),
div.home-tiles > div:nth-child(4),
div.home-tiles > div:nth-child(5),
div.home-tiles > div:nth-child(6),
div.home-tiles > div:nth-child(7)
{
	/*	width: 33.33333%; */
	width: 26%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 60px;
	border: solid 1px var(--Brand1);
	border-radius: 4px;
	height: 200px;
	/*	padding: 10px;*/
	/*	width: 200px;  */
	/*	box-shadow: 6px 4px 24px 4px rgba(0, 0, 0, 0.12);*/
}

.tiles-text
{
	color: var(--Dark);
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

/*
div.home-tiles > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 5%;
	margin-right: 37px;
	border: solid 1px #3F3BC4;
	border-radius: 4px;
	height: 180px;
	width: 180px;
	box-shadow: ;
}

div.home-tiles > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
	margin-right: 37px;
	border: solid 1px #3F3BC4;
	border-radius: 4px;
	height: 180px;
	width: 180px;
	box-shadow: ;
}

div.home-tiles > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
	margin-right: 1%;
	border: solid 1px #3F3BC4;
	border-radius: 4px;
	height: 180px;
	width: 180px;
	box-shadow: ;
}

*/

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

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

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

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

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

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

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

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

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

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

div.topic-hero
{
	padding: 2% 0;
	/*	background-image: url('../Images/Hero-Image.png'); */
	height: 192px;
	background-color: #3F3BC4;
	background-size: cover;
	background-attachment: scroll;
}

div.topic-hero h1
{
	color: var(--White);
	/*	font-size: 48pt;*/
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	line-height: 45px;
}

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

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

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

/* Links */

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

a:link
{
	color: var(--Brand1);
}

a:visited
{
	color: var(--Brand1);
}

a:hover
{
	color: var(--Brand3);
}

a.home-tiles
{
	color: var(--Dark);
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}

MadCap|dropDown
{
	border-bottom: 0px solid var(--Light);
	mc-image-position: left;
	mc-image-spacing: 8px;
	mc-open-image: url('../png/down-arrow.png');
	mc-closed-image: url('../png/right-arrow.png');
	padding: 10px 0;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--Dark);
	font-size: 12pt;
	font-weight: bold;
	border-bottom: none;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Brand1);
}

MadCap|xref
{
	/*	font-weight: bold; */
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--Brand1);
}

MadCap|xref:hover
{
	
}

/* Lists */

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

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

/* Master pages */

div.home-footer
{
	padding: 2% 5%;
	background-color: var(--White);
}

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

div.topic-layout
{
	padding-top: 0%;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: var(--Dark);
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: var(--White);
}

p.footer-sub
{
	color: var(--White);
	font-size: 14pt;
	margin-top: 14px;
}

/*CUSTOM STYLES*/

span.code
{
	background-color: #f1f1f1;
	border-radius: 4%;
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	padding: 2pt;
}

span.screen-element
{
	font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

	div.home-tiles > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 1%;
		margin-right: 1%;
		border: solid 1px # #3F3BC4;
		border-radius: 4px;
		height: 180px;
		width: 180px;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 1%;
		margin-right: 1%;
		border: solid 1px #3F3BC4;
		border-radius: 4px;
		height: 180px;
		width: 180px;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 1%;
		margin-right: 1%;
		border: solid 1px #3F3BC4;
		border-radius: 4px;
		height: 180px;
		width: 180px;
	}
}

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

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

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

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

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

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 20%;
		margin-right: 20%;
		margin-bottom: 2%;
		height: 180px;
		width: 180px;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 20%;
		margin-right: 20%;
		margin-bottom: 2%;
		height: 180px;
		width: 180px;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 100%;
		margin-left: 20%;
		margin-right: 20%;
		margin-bottom: 2%;
		height: 180px;
		width: 180px;
	}

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

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

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

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

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

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

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

@media print
{
	/* Links */

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

