/*<meta conditions="General.ImportFromGBL" fileTags="OHCGlobal.GBL" />*/

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

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.

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.

EXAMPLE: Since the Topic/Banner image is at the top of the home page, it will be listed closer to the top of this stylesheet. While, the footer will be written towards the bottom. 

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

/*==Home Page General Styles==*/

a.HomepageButtons:link
{
	color: #000000;
	text-decoration: none;
}

a.HomepageButtons:visited
{
	color: #000000;
	text-decoration: none;
}

a.HomepageButtons:hover
{
	color: #000000;
}

img.ReportTemplate_screenshot
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 100px;
}

div.Home-Menu
{
	margin-top: 60px;
}

div.zoom
{
	text-align: center;
	transition: all 0.2s cubic-bezier(.25,.8,.25,1);
}

p.tile-items
{
	margin-top: 4%;
}

div.zoom:hover
{
	transform: scale(1.2);
}

div.TemplateChar
{
	margin-left: ;
	margin-top: 6%;
	margin-bottom: 3%;
	text-align: center;
}

div.TemplateChar p
{
	font-size: 0.8em;
	line-height: 0.8;
}

/*==Home Tiles section==*/

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;
	margin-top: 1%;
	margin-bottom: 4%;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

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: #E0E0E0;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	/*Adds transition animation when switching between screen sizes*/
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	padding: 20px 10px;
	overflow: hidden;
	border: 2px solid #E0E0E0;
}

div.home-tiles > div:hover	/*When hovering over a home-tile, these properties apply*/
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	background-color: ;
	border: 2px solid #33DE61;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: ;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

/*
div.home-tiles > div:nth-child(3)
{
	width: 30%;
	margin-left: 3%;
}
*/

p.reporttemplate-title
{
	text-align: center;
	/*color: #7E8890;*/
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4%;
}

p.tile-content
{
	text-align: center;
	color: #000000;
	font-size: 0.9em;
	margin: 1%;
}

p.tile-items
{
	color: #7E8890;
	font-size: 0.7em;
	text-align: center;
}

div.home-tiles a	/*Complex Selector: Any anchor (links) tags that are within div.home-tiles will have the following properties*/
{
	text-decoration: none;
	color: #000000;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: ;
}

/*===========================================================================================================================================================
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: 1000px)
{
	#content-section .right-section,
	#content-section .left-section
	{
		padding: 0;
	}

	div.home-tiles
	{
		margin-bottom: 4%;
	}

	div.home-tiles > div
	{
		float: left;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.5s cubic-bezier(.25,.8,.25,1);
		/*Adds transition animation when switching between screen sizes*/
		padding: 20px 10px;
		background-color: ;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 48%;
		margin-left: ;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 48%;
		margin-left: 4%;
	}

	/*div.home-tiles > div:nth-child(3)
	{
		width: 32%;
		margin-left: 1%;
	}*/
}

@media only screen and (max-width: 767px)
{
	#content-section
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	div.home-tiles
	{
		margin-bottom: -1%;
		display: block;
	}

	p.reporttemplate-title
	{
		font-size: 19px;
		margin-top: 6%;
	}

	div.home-tiles > div
	{
		margin-bottom: 6%;
		padding: 6px;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 92%;
		margin-left: 4%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 92%;
		margin-left: 4%;
	}

	/*div.home-tiles > div:nth-child(3)
	{
		width: 64%;
		margin-left: 18%;
	}*/

	/*div.zoom
	{
		height: 26px;
	}

	div.zoom img
	{
		max-width: 26px;
	}

	div.zoom:hover
	{
		transform: none;
	}*/
}

