/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	color: #000000;
	font-family: 'Roboto Light', Arial, Avenir, Myriad;
	font-size: 12pt;
	line-height: 16pt;
	margin: 8px;
}

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;
}

div.indent
{
	margin-left: 1em;
}

h1
{
	margin-left: 0;
	margin-right: 0;
	page-break-before: auto;
	mc-hyphenate: never;
	padding-top: 25px;
	margin-bottom: 0;
	margin-top: 0;
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
}

p
{
	font-family: 'Roboto Light', Arial, Avenir, Myriad;
	margin-bottom: 8px;
	margin-top: 8px;
	color: #000000;
}

ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link
{
	color: #ffffff;
	text-decoration: none;
}

a:visited
{
	color: #ffffff;
	text-decoration: none;
}

img
{
	border: none;
	max-width: 100%;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #739dd2;
}

MadCap|expandingBody
{
	color: #777777;
	font-style: italic;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	border-bottom: none;
	color: #000000;
	font-size: 12pt;
	text-align: left;
}

div.home-layout
{
	padding: 2% 5%;
}

div.home-section
{
	border-bottom: solid 1px #dadada;
	padding: 2% 0;
	border-bottom-color: #4d4d4d;
}

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: #939598;
}

a.home-button
{
	display: block;
	padding: 10px;
	text-decoration: none;
	width: 100%;
}

MadCap|dropDownBody
{
	color: #000000;
	font-size: 12pt;
	padding: 0px 0px 0;
}

MadCap|dropDown
{
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-closed-image: url('../images/homepage/arrow-closed.png');
	mc-open-image: url('../images/homepage/arrow-open.png');
	padding: 0px 0;
}

div.topic-hero
{
	background-size: 440px cover;
	padding: 0;
	background-color: #4d4d4d;
	padding-bottom: 1.75%;
}

div.topic-hero h1
{
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 2.5em;
	color: #ffffff;
	font-weight: bold;
	line-height: normal;
}

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;
	padding-bottom: 5%;
	padding-top: 3%;
}

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: #f3f3f3;
	height: 200px;
	padding: 1%;
}

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: 30%;
	margin-left: 0%;
}

div.article-tiles > div:nth-child(2)
{
	width: 30%;
	margin-left: 4%;
}

div.article-tiles > div:nth-child(3)
{
	width: 30%;
	margin-left: 4%;
}

/*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: 20%;
	margin-left: 0%;
}

div.home-footer > div:nth-child(2)
{
	width: 80%;
	margin-left: 0%;
}

p.footer-sub
{
	color: #FFF;
	font-family: Arial, Avenir, Myriad;
	font-size: 14pt;
}

.footer
{
	background-color: #026cb6;
	padding: 25px 25px 10px 25px;
}

.footer-logo
{
	max-width: 100%;
	margin: 0;
	text-align: left;
	vertical-align: middle;
}

.footer-links a
{
	padding-right: 15px;
}

.footer-icons
{
	text-align: right;
}

.footer-icons > a:first-of-type
{
	padding-right: 10px;
}

div.home-tiles-sign-in	/*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;
	padding-bottom: 5%;
	padding-top: 3%;
}

div.home-tiles-sign-in::before
{
	content: ' ';
	display: table;
}

div.home-tiles-sign-in::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-sign-in > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-sign-in > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-sign-in > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-sign-in > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

MadCap|dropDownHead
{
	
}

.nav-search	/*This hides the search bar from a single topic; in this case, the home page.*/
{
	display: none;
}

@media only screen and (max-width: 900px)
{
	.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%;
	}

	div.home-tiles-sign-in > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home-tiles-sign-in > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home-tiles-sign-in > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 610px)
{
	div.topic-hero h1
	{
		text-align: center;
		font-size: 1.5em;
	}

	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;
	}

	div.home-tiles-sign-in > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles-sign-in > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles-sign-in > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	MadCap|dropDown
	{
		
	}

	MadCap|dropDownHead
	{
		
	}

	MadCap|dropDownHotspot
	{
		
	}
}

.footer-companies
{
	color: #ffffff;
	font-size: medium;
	text-align: left;
	padding-left: 8px;
}

#myBtn
{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-weight: bold;
	border: none;
	outline: none;
	color: #555;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 14px;
}

#myBtn:hover
{
	background-color: transparent;
}

div.footer-center
{
	background-color: #4d4d4d;
	vertical-align: middle;
}

p.sign-in
{
	font-family: 'Roboto Light', Arial, Avenir, Myriad;
	background: #f9c908;
	border-radius: 20px;
	color: #000000;
	padding-bottom: 2%;
	padding-top: 2%;
	font-size: medium;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

