/*<meta />*/

/*===========================================================================================================================================================

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

===========================================================================================================================================================*/

/*==Home Page General Styles==*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,300,400,700');

body	/*Background gradient properties applied to Body*/
{
	font-family: Poppins;
	line-height: 1.5em;
	background: #fff;
	/* For browsers that do not support gradients */
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1
{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	text-align: center;
	color: #595959;
	font-size: 24px;
	line-height: 42px;
}

h2
{
	font-family: 'Poppins';
	font-size: 1.6785em;
	color: #fff;
}

p
{
	color: #5a5a5a;
	margin-bottom: 8px;
	margin-top: 8px;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

.off-canvas-content .main-section > .outer-row
{
	max-width: 100%;
	padding: 0;
}

/*==Responsive Header Styles==*/

#contentBody > .responsive-header
{
	background-color: transparent;
}

div.topic-hero
{
	background: #3292F1;
	border-radius: 30px;
	padding-bottom: 50px;
	padding-top: 50px;
}

div.search-container
{
	margin: 0 auto;
}

/*==Home Tiles section==*/

div.home-tiles	/*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;
	margin-top: 1%;
	margin-bottom: 1%;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > a
{
	float: left;
	text-decoration: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	padding: 20px;
	height: 130px;
	overflow: hidden;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
}

.tile
{
	display: flex;
	align-items: center;
}

.tile-icon img
{
	height: 50px;
	margin-right: 20px;
}

div.home-tiles > a:hover
{
	background: #F4F9FF;
	border: 1px solid #026FE9;
	box-shadow: 0px 2px 4px 1px rgba(78, 154, 240, 0.2);
}

div.home-tiles > a:nth-child(1)
{
	width: 25%;
	margin-left: 15%;
}

div.home-tiles > a:nth-child(2)
{
	width: 25%;
	margin-left: 1%;
}

div.home-tiles > a:nth-child(3)
{
	width: 25%;
	margin-left: 1%;
}

/*=Elements for text contained within each home-tile=*/

p.tile-title
{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	color: #595959;
	font-family: Poppins;
	font-size: 18px;
	line-height: 22px;
}

p.tile-subtitle1
{
	text-align: center;
	font-size: 0.8em;
	color: #666666;
}

/* UX styleguide - Content / Body Regular */

p.tile-content
{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

/*=Elements for text contained within each home-tile=*/

a.home-button
{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	padding: 7px 10px;
	text-decoration: none;
	color: #4B4C4E;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	border: 1px solid #4B4C4E;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

a.home-button:hover
{
	background-color: #4B4C4E;
	color: #FAFAFA;
}

/*===========================================================================================================================================================
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)
{
	div.home-tiles > a:nth-child(1)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-tiles > a:nth-child(2)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-tiles > a:nth-child(3)
	{
		width: 32%;
		margin-left: 1%;
	}
}

@media only screen and (max-width: 767px)
{
	p.tile-title1
	{
		font-size: 1.2em;
	}

	div.home-tiles > a
	{
		margin-top: 2%;
	}

	div.home-tiles > a:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > a:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > a:nth-child(3)
	{
		width: 90%;
		margin-left: 5%;
	}
}

