/*<meta />*/

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

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

For help with MadCap Flare go to Help Ribbon > Topics Section > Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

NOTE: Generally, this stylesheet has elements listed out in the order that they appear in the topic from top to bottom. The exception are General styles which are at the top and the stylesheet mediums which are at the bottom.

===========================================================================================================================================================*/

/*==Topic General Styles==*/

body
{
	color: #404040;
	font-family: Arial, Avenir, Myriad;
	line-height: 1.7em;
}

h1
{
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 30px;
}

h1.home
{
	border-bottom: 2px solid #f5f5f5;
	margin: 0;
	padding: 20px;
}

h2
{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
}

h3
{
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 16px;
}

h4
{
	
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	color: #000000;
}

p.help-title
{
	font-size: 2em;
	color: #fff;
}

p.side-title	/*Related Topics*/
{
	color: #fff;
}

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

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.thumbnail
{
	mc-thumbnail: popup;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
	color: #398cb1;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #398cb1;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
}

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

MadCap|xref:hover
{
	color: #398cb1;
}

MadCap|dropDown
{
	mc-open-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png');
	mc-closed-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png');
	border-bottom: solid 2px #f5f5f5;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	color: #000000;
}

MadCap|dropDownHotspot
{
	font-weight: bold;
	color: #314959;
}

div.top-bar
{
	padding-top: 1.5em;
	margin-bottom: 2em;
	margin-left: 2%;
}

/*==Master Page Topic Layout==*/

.main-section	/*This style applies the grey background. This HTML element is not on a master page, it is used at compile time.*/
{
	background: #ededee;
}

.main-section > .outer-row	/*Removes padding from generated topic-container*/
{
	padding: 0;
}

.off-canvas-content .outer-row	/*Removes padding from generated topic-container*/
{
	padding-left: 0;
	padding-right: 0;
}

.off-canvas-content	/*Styles off-canvas content background-color when expanding drop-downs*/
{
	background-color: #ededee;
}

div.home-content-container	/*Wraps the content on the masterpage and provides the white background on the home page.*/
{
	background-color: #e6eff4;
}

div.topic-hero	/*Provides the accent for the background along with the logo.*/
{
	height: 72vh;
	background-position-x: 105%;
	background-position-y: 110%;
	background-repeat: no-repeat;
	background-color: #398cb1;
}

div.side-content	/*Container for Menu proxy*/
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}

div.home-layout	/*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;
}

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

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

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

div.home-layout > div:nth-child(1)
{
	width: 45%;
	margin-left: 27.5%;
	margin-bottom: 2%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

div.topic-layout	/*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;
}

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

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

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

div.topic-layout > div:nth-child(1)
{
	width: 25.5%;
	margin-left: 2%;
}

div.topic-layout > div:nth-child(2)	/*Menu Proxy container*/
{
	width: 45%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	margin-bottom: 2%;
}

div.content-container	/*Wraps the content on the masterpage and provides the white background behind topics.*/
{
	margin-right: 0;
	padding: 25px;
	min-height: 70vh;
	background-color: #e6eff4;
}

/*==Home Page Footer==*/

div.footer
{
	padding-top: 10px;
	padding-bottom: 10px;
	background: inherit;
	background-color: #c6d6e1;
}

div.home-master-page-footer	/*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;
	width: 55%;
	background: inherit;
	background-color: #c6d6e1;
	color: #ffffff;
}

div.home-master-page-footer::before
{
	content: ' ';
	display: table;
}

div.home-master-page-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-master-page-footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-master-page-footer > div:nth-child(1)
{
	width: 100%;
}

a:visited
{
	color: #398cb1;
}

a:hover
{
	color: #398cb1;
}

@media only screen and (max-width: 1279px)
{
	div.home-layout > div:nth-child(1)
	{
		width: 96%;
		margin-left: 2%;
	}

	div.topic-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 96%;
		margin-left: 2%;
	}

	div.topic-hero
	{
		background-image: none;
	}
}

@media only screen and (max-width: 767px)
{
	.main-section > .outer-row	/* Removes the padding around the topic container in mobile */
	{
		padding: 0;
	}

	div.top-bar
	{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1em;
		text-align: center;
	}
}

p.note
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #3498db;
	border-radius: 6px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 9px 4px;
	line-height: 20px;
	background-color: #d3d3d3;
	margin: 0px;
	padding: 15px;
}

div.steps
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #3498db;
	border-radius: 6px;
	overflow: hidden;
	background-position: 9px 4px;
	display: block;
	text-align: justify;
	background-color: #d3d3d3;
	padding: 15px;
}

p.bulletlist
{
	padding-left: 50px;
}

a.Hyperlink
{
	color: #398cb1;
}

li.hyperlink
{
	color: #398cb1;
}

a#hyperlink
{
	color: #398cb1;
}

p.homepage
{
	margin-left: 15px;
	margin: 15px;
}

p.snippet
{
	left: 0px;
	position: inherit;
	right: 0px;
}

p.nopagebreak
{
	page-break-after: avoid;
}

li.nopagebreak
{
	page-break-after: avoid;
}

