/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

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==*/

body	/*Background gradient properties applied to Body*/
{
	line-height: 1.5em;
	background: #196ec2;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #196ec2, #00d18e);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #196ec2, #00d18e);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #196ec2, #00d18e);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #196ec2, #00d18e);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: 'Segoe UI', Verdana, sans-serif;
}

.off-canvas-content .main-section > .outer-row
{
	max-width: 100%;
	padding: 0;
}

h1
{
	font-size: 2.75em;
	font-family: 'Segoe UI', Verdana, sans-serif;
	mc-toc-depth: 0;
	margin-bottom: 30px;
	color: #ffffff;
}

h2
{
	font-size: 1.6785em;
	color: #000000;
}

h4
{
	color: #ffffff;
}

p
{
	color: #5a5a5a;
	margin-bottom: 8px;
	margin-top: 8px;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

/*==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;
}

div.home-tiles > div:hover
{
	transform: scale(1.05);
	border: solid 2px #3d97d3;
	border-bottom-color: #3d97d3;
	box-shadow: 0px 12px 18px -6px rgba(61,151,211,0.11);
}

div.home-tiles > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 24%;
}

div.home-tiles > div:nth-child(2)
{
	width: 16.667%;
	margin-left: 1%;
}

div.home-tiles > div:nth-child(3)
{
	width: 16.667%;
	margin-left: 1%;
}

/*=Elements for text contained within each home-tile=*/

p.tile-title
{
	text-align: center;
	font-size: 1.4em;
	font-family: 'Segoe UI', Verdana, sans-serif;
	color: #2c95cf;
	font-weight: bolder;
}

p.tile-subtitle
{
	text-align: center;
	font-size: 0.9em;
	color: #044389;
	font-style: inherit;
}

p.tile-content
{
	color: #7E8890;
	font-size: 0.8em;
	text-align: center;
}

div.home-tiles a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	color: #164e8b;
	font-family: 'Segoe UI', Verdana, sans-serif;
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #1dbcbd;
}

MadCap|xref
{
	font-family: 'Segoe UI', Verdana, sans-serif;
}

:root
{
	--center: #b21414;
}

.search-bar .search-filter-wrapper
{
	position: static;
	min-width: 140px;
}

.search-bar .search-submit-wrapper
{
	position: static;
}

.search-bar-container
{
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	flex-direction: row;
}

.search-field.needs-pie
{
	display: flex;
	width: 80%;
}

.search-filter-wrapper
{
	width: 30%;
}

.search-submit-wrapper
{
	width: 56px;
	position: static;
}

.search-filter
{
	color: #000000;
	padding-left: 5px;
}

#sf-content
{
	right: 32.5%;
	transform: translateX(100%);
}

/*===========================================================================================================================================================
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: 1279px)
{
	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%;
	}

	.search-bar-container
	{
		flex-wrap: wrap;
	}

	.search-field.needs-pie
	{
		flex: 100%;
	}

	.search-filter-wrapper
	{
		flex: 70%;
	}

	.search-submit-wrapper
	{
		flex: 30%;
		min-width: 56px;
	}

	.search-bar.search-bar-container .search-submit
	{
		width: 100%;
	}

	.search-bar .search-filter
	{
		border-left: none;
		padding-left: 10px;
	}

	#sf-content
	{
		right: 100%;
		transform: translateX(100%);
	}
}

@media only screen and (max-width: 767px)
{
	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%;
	}

	.search-filter-wrapper
	{
		flex: 70%;
	}

	.search-submit-wrapper
	{
		flex: 30%;
	}

	.search-bar .search-filter
	{
		padding-left: 10px;
	}
}

h1.center
{
	font-size: 3 em;
	color: #ffffff;
}

img.inline
{
	
}

