/*<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*/
{
	font-family: Arial;
	line-height: 1.5em;
	/* 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-color: ffffff;
}

h1
{
	font-size: 2.75em;
}

h2
{
	font-size: 1.6785em;
	color: #fff;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	color: #002B39;
}

.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: #fff;
}

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;
	padding: 30px 10px;
	height: 300px;
	overflow: hidden;
	border-top-width: 0px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-radius: 12px;
	border-top-left-radius: 12px;
	box-shadow: 0px 2px 4px 1px rgba(0, 24, 32, 0.16), 0px 0px 0px rgba(0, 0, 0, 0.12);
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}

div.home-tiles > div:hover
{
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-radius: 12px;
	box-shadow: 0px 2px 14px 1px rgba(0, 24, 32, 0.16), 0px 0px 0px rgba(0, 0, 0, 0.12);
}

div.home-tiles > div:nth-child(1)
{
	margin-left: 24%;
	width: 16.667%;
}

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;
	color: #002B39;
	font-family: 'Red Hat Display';
	font-weight: 600;
}

p.tile-subtitle
{
	text-align: center;
	font-size: 0.9em;
	color: #7E8890;
}

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: #002B39;
}

a:link
{
	color: #3E769B;
}

a:visited
{
	color: #3E769B;
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #002B39;
}

div.home-tiles-grey a:hover
{
	color: #002B39;
}

div.home-tiles > div:nth-child(4)
{
	width: 8.3333%;
	margin-left: 0%;
}

MadCap|slideshow
{
	position: relative;
	left: 0px;
	box-shadow: 0;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background: #f5f6f7;
}

div.headerboxSW
{
	float: none;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: auto auto auto 24%;
	margin-left: 24%;
	width: 42.5em;
	padding-left: 0px;
	line-height: 1.5rem;
	color: #002b39;
	font-family: Roboto;
	background: #ffffff;
	font-size: 15px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: auto;
	margin-right: auto;
	padding-right: 10px;
}

div.headerbox
{
	float: none;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: auto auto auto 24%;
	margin-left: 24%;
	width: 42.5em;
	background: #fffff;
	font-family: 'Red Hat Display';
	line-height: 48px;
	font-weight: 500;
	padding-left: 0px;
	font-size: 32px;
	color: #002b39;
}

div.banner	/*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;
}

div.banner::before
{
	content: ' ';
	display: table;
}

div.banner::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.banner > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 200px;
	padding: 30px 10px 10px 50px;
}

div.banner > div:nth-child(1)
{
	margin-left: 24%;
	height: 200px;
	width: 36.66667%;
}

div.banner > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 1%;
}

div.home-tiles-grey	/*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.*/
{
	margin-top: 1%;
	margin-bottom: 1%;
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	mc-hidden: hidden;
}

div.home-tiles-grey::before
{
	content: ' ';
	display: table;
}

div.home-tiles-grey::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-grey > div
{
	height: 300px;
	overflow: hidden;
	border-top-width: 0px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-radius: 12px;
	border-top-left-radius: 12px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f5f6f7;
	padding: 30px 10px;
	box-shadow: 0px 2px 4px 1px rgba(0, 24, 32, 0.16), 0px 0px 0px rgba(0, 0, 0, 0.12);
}

div.home-tiles-grey > div:hover
{
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-radius: 12px;
	box-shadow: 0px 2px 14px 1px rgba(0, 24, 32, 0.16), 0px 0px 0px rgba(0, 0, 0, 0.12);
}

div.home-tiles-grey > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 24%;
}

div.home-tiles-grey > div:nth-child(2)
{
	margin-left: 1%;
	width: 16.667%;
}

div.home-tiles-grey > div:nth-child(3)
{
	width: 16.667%;
	margin-left: 1%;
}

div.home-tiles-grey a
{
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	color: #002B39;
}

div.home-tiles-grey > div:nth-child(4)
{
	width: 33.333%;
	margin-left: 0%;
}

div.home-tiles-grey > div:nth-child(5)
{
	width: 8.3333%;
	margin-left: 0%;
}

a
{
	color: #3E769B;
}

/*===========================================================================================================================================================
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%;
		margin-top: 1%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 32%;
		margin-left: 17.5%;
		margin-top: 1%;
	}

	div.home-tiles > div:nth-child(3)
	{
		margin-left: 1%;
		margin-top: 1%;
		width: 32%;
	}

	div.home-tiles > div:nth-child(4)
	{
		margin-left: 1%;
		width: 32%;
		margin-top: 1%;
	}

	div.headerboxSW
	{
		float: none;
		padding: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		margin: auto auto auto 5%;
		margin-left: 5%;
		width: 42.5em;
		padding-left: 0px;
		line-height: 1.5rem;
		color: #002b39;
		font-family: Roboto;
		background: #ffffff;
		font-size: 15px;
		padding-bottom: 0px;
		margin-top: 0px;
		padding-top: 0px;
		margin-bottom: auto;
		margin-right: auto;
		padding-right: 10px;
	}

	div.headerbox
	{
		float: none;
		padding: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		margin: auto auto auto 5%;
		margin-left: 5%;
		width: 42.5em;
		background: #fffff;
		font-family: 'Red Hat Display';
		line-height: 48px;
		font-weight: 500;
		padding-left: 0px;
		font-size: 32px;
		color: #002b39;
	}

	div.banner > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 1%;
	}

	div.banner > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home-tiles-grey > div:nth-child(1)
	{
		margin-top: 1%;
		width: 32%;
		margin-left: 1%;
	}

	div.home-tiles-grey > div:nth-child(2)
	{
		margin-top: 1%;
		margin-left: 17.5%;
		width: 32%;
	}

	div.home-tiles-grey > div:nth-child(3)
	{
		margin-top: 1%;
		margin-left: 1%;
		width: 32%;
	}

	div.home-tiles-grey > div:nth-child(4)
	{
		margin-top: 1%;
		width: 8.3333%;
		margin-left: 0%;
	}

	div.home-tiles-grey > div:nth-child(5)
	{
		width: 8.3333%;
		margin-left: 0%;
	}
}

@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%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.headerboxSW
	{
		float: none;
		padding: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		margin: auto auto auto 5%;
		margin-left: 5%;
		width: 42.5em;
		padding-left: 0px;
		line-height: 1.5rem;
		color: #002b39;
		font-family: Roboto;
		background: #ffffff;
		font-size: 12px;
		padding-bottom: 0px;
		margin-top: 0px;
		padding-top: 0px;
		margin-bottom: auto;
		margin-right: auto;
		padding-right: 10px;
	}

	div.headerbox
	{
		float: none;
		padding: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		margin: auto auto auto 5%;
		margin-left: 5%;
		width: 42.5em;
		background: #fffff;
		font-family: 'Red Hat Display';
		line-height: 48px;
		font-weight: 500;
		padding-left: 0px;
		font-size: 32px;
		color: #002b39;
	}

	div.banner > div:nth-child(1)
	{
		width: 100%;
		margin-left: 5%;
	}

	div.banner > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles-grey > div
	{
		margin-top: 2%;
	}

	div.home-tiles-grey > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles-grey > div:nth-child(2)
	{
		margin-left: 5%;
		margin-top: 2%;
		width: 90%;
	}

	div.home-tiles-grey > div:nth-child(3)
	{
		margin-left: 5%;
		width: 90%;
	}

	div.home-tiles-grey > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.home-tiles-grey > div:nth-child(5)
	{
		width: 8.3333%;
		margin-left: 0%;
	}
}

div.toptext
{
	margin-left: 24%;
	margin-right: 24%;
}

