/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* Home page custom fonts */
/* Home page general styles*/

body
{
	font-family: Arial;
	line-height: 1.5em;
	background-color: #f5f5f5;
}

p
{
	color: #5a5a5a;
	margin-bottom: 8px;
	margin-top: 8px;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

.inner-wrap .tab-bar .nav-search	/*Controls whether or not the search bar in the Top Navigation skin will appear on the home page*/
{
	display: block;
}

.inner-wrap .main-section > .outer-row
{
	max-width: 100%;
	padding: 0;
}

/* Mad Cap proxy/editor assigned styles */

MadCap|searchBarProxy
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	float: none;
	width: 50%;
}

MadCap|topicToolbarProxy
{
	float: none;
}

MadCap|menuProxy.menu1
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

MadCap|menuProxy.menu2
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

MadCap|slideshow
{
	border-style: none;
	box-shadow: none;
}

MadCap|slideshowCaption
{
	background: none;
	color: #000000;
	padding: 0;
	padding-top: 0;
}

html.home-page
{
	mc-community-features: disabled;
}

/* Responsive Header Styles*/

#contentBody > .responsive-header
{
	background-color: transparent;
}

/* Home Page Topic Hero section*/

div.topic-hero
{
	padding-top: 20px;
	height: auto;
	padding-bottom: 80px;
}

h1
{
	font-size: 3.6em;
	margin-top: 1.11em;
	margin-bottom: 0.5em;
	line-height: 100%;
}

h2
{
	font-size: 1.8em;
	line-height: 100%;
	margin-bottom: 32px;
}

.search,
.search-bar
{
	margin: 0 auto;
}

/*==Home-tiles section==*/

div.home-tiles-container
{
	display: grid;
	max-width: 62em;
	grid-template-columns: auto auto auto;
	grid-gap: 10px;
	align-items: center;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	margin: 10px auto;
	padding: 0 10px 10px;
}

div.tile
{
	background: white;
	text-align: center;
	margin: 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

p.tile-title
{
	margin-top: 0px;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	background-color: #c0c0c0;
	line-height: 1.5em;
	height: 1.5em;
}

p.tile-content
{
	padding-left: 5%;
	padding-right: 5%;
	height: 3em;
}

div.home-tiles-container a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	color: #fff;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.home-tiles-container div:hover	/*Complex Selector: When hovering over divs within the home tiles the following properties will apply.*/
{
	background-color: #eee;
}

div.tile a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	background-color: #ccc;
}

/*==Home Page Footer==*/

div.footer
{
	background-color: #545454;
	padding-top: 20px;
	border-top: 1px solid #b3b3b3;
}

div.footer a	/*Complex Selector: Any anchor (links) tags that are within div.footer will have the following properties */
{
	text-decoration: none;
	color: #DADADA;
}

div.footer p	/*Complex Selector: Any <p> that is contained within div.footer will have the following properties*/
{
	color: #fff;
	font-size: 0.8em;
}

div.home-master-page-footer	/*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: 55%;
}

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: 33.333%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(3)
{
	width: 33.333%;
	margin-left: 0%;
}

div.HomeHeroSection
{
	background-color: #e0b74d;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 992px)
{
	div.footer
	{
		padding-top: 10px;
	}

	div.HomeHeroSection > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 600px)
{
	MadCap|searchBarProxy.homeSearchBar
	{
		width: 100%;
	}

	h1
	{
		font-size: 2.4em;
	}

	h2
	{
		font-size: 1.2em;
	}

	div.home-master-page-footer > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}
}

div.search-container
{
	margin-bottom: 24px;
}

div.topic-hero-center
{
	text-align: center;
}

p.Sub-title
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	font-style: normal;
	mc-heading-level: 0;
	orphans: 0;
	widows: 0;
	text-align: center;
	color: #808080;
	font-weight: bold;
	font-size: 1.5em;
}

p.Title
{
	mc-hyphenate: never;
	page-break-inside: avoid;
	font-weight: bold;
	font-style: normal;
	mc-heading-level: 0;
	orphans: 0;
	widows: 0;
	font-size: 5em;
	text-align: center;
}

div.info-container
{
	max-width: 62em;
	margin: 10px auto;
	padding: 0 10px 10px;
}

