/*<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/css2?family=Fira+Code:wght@400;600&family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600&family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400;1,600&display=swap');

body	/*Disabled in this stylesheet >> Background gradient properties applied to Body*/
{
	/* For browsers that do not support gradients */
	/* For Safari 5.1 to 6.0 */
	/* For Opera 11.1 to 12.0 */
	/* For Firefox 3.6 to 15 */
	/* Standard syntax */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #EBEBEB;
	font-family: 'Source Sans Pro', Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 25px;
}

html.home-page
{
	mc-community-features: disabled;
}

h1
{
	font-size: 2.75em;
}

h2
{
	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.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 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #d3d3d3;
	padding: 30px 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	height: 300px;
	overflow: hidden;
	padding-left: 12.5px;
	padding-right: 12.5px;
}

div.home-tiles > div:hover
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: scale(1.05);
}

div.home-tiles > div:nth-child(1)
{
	height: 200px;
	width: 25%;
	margin-left: 16.667%;
}

div.home-tiles > div:nth-child(2)
{
	height: 200px;
	width: 25%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(3)
{
	width: 25%;
	margin-left: 0%;
	height: 200px;
}

/*=Elements for text contained within each home-tile=*/

p.tile-subtitle
{
	text-align: center;
	font-size: 0.9em;
	color: #7E8890;
}

div.home-tiles a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	color: #000;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	font-family: inherit;
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #f59405;
}

/*===========================================================================================================================================================
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: 1285px)
{
	div.home-tiles > div:nth-child(1)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 760px)
{
	p.tile-title
	{
		font-size: 1.2em;
	}

	div.home-tiles > div
	{
		margin-top: 2%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}
}

p.head-linked
{
	margin: 0;
	text-decoration: underline;
	text-align: center;
	font-size: 21px;
	line-height: 32px;
	font-family: 'Open Sans', 'Source Sans Pro', sans-serif;
}

p.info-content
{
	font-size: 18px;
	text-align: center;
}

p.info-content-white
{
	font-size: 0.9em;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
}

p.info-subtitle-black
{
	color: #000000;
	text-align: center;
	font-family: 'Open Sans', 'Source Sans Pro', Verdana, Arial, sans-serif;
	font-weight: 500;
}

p.info-title
{
	margin-bottom: 20px;
	text-align: center;
	color: #000000;
	font-family: 'Open Sans', 'Source Sans Pro', Verdana, Arial, sans-serif;
	font-size: 48px;
	line-height: 65px;
	font-weight: 400;
}

p.tile-content
{
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}

p.tile-title
{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 1.5em;
}

div.topic-hero	/*This is the Hero/Banner on the Home Page - To replace the banner image with your own, change background-image property*/
{
	background: #EBEBEB;
	background-color: #EBEBEB;
	border-bottom: none 4px #ebebeb;
	border-bottom-color: transparent;
	border-bottom-width: 0;
	padding-bottom: 300px;
	padding-top: 0;
}

div.topic-hero-center
{
	border-bottom-width: 1px;
	border-bottom: 1px;
	border-top: 1px;
	padding-bottom: 50px;
}

div.cta	/*Call to action button on the Home Page*/
{
	padding: 14px 20px;
	width: 200px;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	margin-top: 50px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	background-color: #1d5c9b;
	font-family: 'Source Sans Pro', Arial, Verdana, 'Microsoft Sans Serif', sans-serif;
	text-decoration: underline;
}

div.cta:hover	/*When hovering over the CTA button the following properties apply*/
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: scale(1.01);
	font-weight: 600;
	text-decoration: underline;
	background-color: #1d5c9b;
}

div.center-cta
{
	font-weight: 500;
	text-decoration: underline;
	font-family: 'Source Sans Pro', Arial, Verdana, 'Microsoft Sans Serif', sans-serif;
}

a.cta:link
{
	text-decoration: none;
	color: #FFF;
}

a.cta:visited
{
	color: #FFF;
	text-decoration: none;
}

