/*<meta conditions="_SystemFile.SystemFile" />*/

/*===========================================================================================================================================================

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/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 12pt;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

/*== Home header bar styles ==*/

.inner-wrap .tab-bar .nav-search	/*Prevents the search in the header from appearing on the home page*/
{
	display: none;
}

.inner-wrap .main-section > .outer-row
{
	max-width: 100%;
	padding: 0;
}

.title-bar-container
{
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
	/*creates the shadow effect in the header*/
}

p.Title-bar
{
	padding-left: 10px;
	padding-top: 6px;
	font-size: 1.6em;
	color: #ffffff;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

/*== Home Page Masterpage styles ==*/

div.home-container	/*wraps the content on the home page*/
{
	width: 100%;
}

.body-container
{
	background: #ffffff;
	padding: 0;
	/*Overrides padding set in the skin*/
}

/*== Home Page Topic Hero section ==*/

div.topic-hero
{
	/*Creates gradient background*/
	height: 130px;
	padding-top: 10px;
}

.search-field:focus::placeholder
{
	color: transparent !important;
}

.search-field:focus
{
	outline: none !important;
}

h1	/*First level heading*/
{
	letter-spacing: -.02em;
	mc-next-tag: p;
	padding-left: 0;
	margin-top: 8px;
	margin: 0px;
	font-size: 2em;
	align: left;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #212529;
	font-weight: 500;
}

h2
{
	font-size: 1.8em;
	margin-bottom: 80px;
	line-height: 100%;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #212529;
	font-weight: 500;
}

h3
{
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #212529;
	font-weight: 500;
}

h4
{
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #212529;
	font-weight: 400;
}

a,
MadCap|xref
{
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	text-decoration: none;
	color: #3e3cff;
}

a:hover,
MadCap|xref:hover
{
	text-decoration: underline;
	color: #3533d9;
}

a:active,
MadCap|xref:active
{
	text-decoration: underline;
	color: #2a29a5;
}

.search,
.search-bar
{
	margin: 0 auto;
}

div.search-home
{
	width: 100%;
	margin-left: 0%;
	margin-bottom: 3%;
	margin-right: 0%;
	padding-top: 12px;
	margin-top: 0px;
	padding-bottom: 10px;
}

/*== Home tiles section ==*/

div.text-and-image
{
	float: left;
	display: inline-block;
}

img.home-tile-medium
{
	height: 120px;
	margin-left: 1.12em;
	margin-right: 1.12em;
	margin: 1.12em;
}

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;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	background-color: #f8f9fa;
	border-radius: 12px;
	margin-bottom: 2%;
	overflow: hidden;
	padding: 1%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
}

div.home-tiles > div:nth-child(1)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(2)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(3)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(4)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(5)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(6)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(7)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(8)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(9)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(10)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(11)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(12)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(13)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(14)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(15)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(16)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(17)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(18)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(19)
{
	width: 66.667%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(20)
{
	width: 66.667%;
	margin-left: 16.667%;
}

/*== Elements for text contained within each home tile ==*/

p.tile-title
{
	color: #212529;
	margin-top: 0;
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
}

p.tile-title a
{
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
}

p.tile-title a:hover
{
	text-decoration: underline;
	color: #212529;
}

p.tile-title a:active,
p.tile-title a:focus
{
	text-decoration: underline;
}

p.tile-content
{
	color: #212529;
	text-align: left;
	margin-bottom: 4px;
	margin-top: 4px;
}

p.tile-button
{
	margin-top: 8px;
	float: right;
	margin-right: 8px;
	padding-right: 2em;
}

/*== Home Page Footer ==*/

div.home-footer
{
	background: #f0f3ff;
	padding: 1% 5%;
	margin-top: 1%;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #212529;
}

/*===========================================================================================================================================================
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-device-width: 1279px)
{
	div.home-container
	{
		width: 100%;
	}

	div.search-home
	{
		margin-left: 0%;
		width: 100%;
	}

	div.home-tiles > div:nth-child(1)
	{
		height: auto;
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(2)
	{
		height: auto;
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(3)
	{
		height: auto;
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(4)
	{
		height: auto;
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(5)
	{
		height: auto;
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(6)
	{
		height: auto;
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(7)
	{
		height: auto;
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(8)
	{
		height: auto;
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(9)
	{
		height: auto;
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(10)
	{
		height: auto;
		width: 90%;
		margin-left: 5%;
	}

	div.footer
	{
		padding-top: 10px;
	}
}

@media only screen and (max-device-width: 767px)
{
	MadCap|searchBarProxy.homeSearchBar
	{
		width: 100%;
	}

	h1
	{
		font-size: 2.4em;
	}

	h2
	{
		font-size: 1.2em;
	}

	div.topic-hero
	{
		text-align: center;
	}

	div.home-container
	{
		width: 100%;
		margin-left: 0;
	}

	div.search-home
	{
		width: 100%;
	}

	div.home-tiles-container
	{
		padding-bottom: 0;
	}

	div.home-tiles > div
	{
		padding: 5%;
		margin-top: 2%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 80%;
		margin-left: 10%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 80%;
		margin-left: 10%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 80%;
		margin-left: 10%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 80%;
		margin-left: 10%;
	}

	div.home-tiles > div:nth-child(5)
	{
		width: 80%;
		margin-left: 10%;
	}

	div.home-tiles > div:nth-child(6)
	{
		width: 80%;
		margin-left: 10%;
	}

	div.home-tiles > div:nth-child(7)
	{
		width: 80%;
		margin-left: 10%;
	}

	div.home-tiles > div:nth-child(8)
	{
		width: 80%;
		margin-left: 10%;
	}

	div.home-tiles > div:nth-child(9)
	{
		width: 80%;
		margin-left: 10%;
	}

	div.home-tiles > div:nth-child(10)
	{
		width: 80%;
		margin-left: 10%;
	}

	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%;
	}
}

