﻿/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

This stylesheet is specifically for the Home page for HTML5 outputs. 

===========================================================================================================================================================*/

/*============================================ General Styles ============================================*/

body
{
	line-height: 1.5em;
	font-family: 'Noto Sans';
}

.main-section
{
	/*Padding at the bottom of the topic before footer */
	margin-bottom: 50px;
}

div.nav-search
{
	display: none !important;
}

nav.title-bar	/*Adds bottom border on top navigation bar*/
{
	border-bottom: 1px solid #d3d3d3;
}

img.smallcenter
{
	width: 85%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.small
{
	width: 85%;
}

.off-canvas-wrapper-inner .outer-row	/* removes the spacing between hero and top nav menu */
{
	padding-top: 0;
}

ul.navigation > li > a
{
	text-transform: uppercase;
	font-weight: bold;
}

ul.navigation ul.sub-menu
{
	border: 1px solid #e3e3e3;
	padding-top: 0;
	padding-bottom: 0;
}

a:link
{
	text-decoration: none;
	color: #d11141;
}

a:visited
{
	text-decoration: none;
	color: #d11141;
}

ul.navigation > li > a:hover
{
	border-bottom: 2px solid #d11141;
}

a:hover
{
	color: #a71141;
}

ul.navigation > li.has-children:after
{
	content: none;
}

img.Linked
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
	width: 85%;
}

/*============================================ Generic Styles ============================================*/

.Center	/* Used to center elements */
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

p	/* Normal paragraph style */
{
	orphans: 5;
	widows: 2;
	color: #000000;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: left;
}

MadCap|variable.Italic
{
	font-weight: normal;
	font-style: italic;
}

MadCap|variable.Bold	/*Use when a variable needs to be bold when the surrounding text does not need to be */
{
	font-weight: bold;
	color: #3c3c3c;
}

/* Lists */
/*============================================ List/Complex List Selector Styles ============================================*/
/* All of these styles are used to change how lists, unordered, and orders lists look.  */

li
{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding-left: 0px;
}

ol
{
	list-style-type: decimal;
	font-size: inherit;
}

ul
{
	margin-bottom: 1em;
	list-style-type: disc;
	margin-top: 0.5em;
}

ul ul,
ol ul
{
	padding-left: 1.75em;
}

ol ol,
ul ol
{
	list-style-type: lower-alpha;
	padding-left: 1.75em;
}

ol ol ol,
ul ol ol,
ul ul ol,
ol ul ol
{
	list-style-type: lower-roman;
}

ol ol li:last-of-type,
ul ol li:last-of-type
{
	margin-bottom: 0pt;
}

ol ul li:last-of-type,
ul ul li:last-of-type
{
	margin-bottom: 0pt;
}

li p	/*paragraph element within a list*/
{
	margin-bottom: 0.667em;
	margin-top: 0.667em;
	padding-left: 0em;
}

li::marker
{
	font-weight: bold;
}

/*============================================ Link Styles ============================================*/

a
{
	text-decoration: none;
}

MadCap|xref	/*Use as a link to other topics in a project. */
{
	color: #d11141;
	text-decoration: none;
	mc-format: '{paratext}';
}

/*============================================ MadCap Proxy Styles ============================================*/

MadCap|searchBarProxy	/*Used to atyle the Search Bar Proxy */
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	float: none;
	width: 50%;
}

/*============================================ Topic Hero  Styles ============================================*/
/* Styles the large text on the home page */

div.topic-hero
{
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 150px;
	height: 500px;
	margin-left: -27.75%;
	margin-right: -27.75%;
	background-image: url('../Images/Web/HeroBanner.png');
	margin-bottom: 30px;
}

h1
{
	font-size: 4.6em;
	margin-top: 1.11em;
	margin-bottom: 0.5em;
	line-height: 100%;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
}

h2
{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5;
	color: #d11141;
	margin-top: -5px;
}

h2.TopicHero
{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
}

.search,
.search-bar
{
	margin: 0 auto;
}

/*============================================ Span Styles ============================================*/

span.Bold	/* Used to add a bold style to the selected text. */
{
	color: #3c3c3c;
	font-weight: bold;
}

span.Filepath	/* Used for file paths and part files. */
{
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.05em;
}

span.Italic	/* Used for emphasis */
{
	font-style: italic;
}

/*========================================== Footer and Footer Copyright Responsive Layout Styles ============================================*/

div.FooterWrapper
{
	background-color: #000;
	padding: 30px 0 20px;
}

div.Footer
{
	background-color: #000;
	max-width: 66%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
}

div.Footer p
{
	color: #fff;
	font-size: 0.9em;
}

div.Footer a
{
	color: #d11141;
}

div.Copyright a
{
	color: #fff;
}

div.Footer h2
{
	color: #fff;
	mc-heading-level: 0;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

div.Copyright > div:nth-child(2) p
{
	text-align: right;
}

div.AboutContact	/*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;
	color: #fff;
	margin: 20px 0;
	padding: 0;
}

div.AboutContact::before
{
	content: ' ';
	display: table;
}

div.AboutContact::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.AboutContact > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.AboutContact > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
	padding-right: 30px;
}

div.AboutContact > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.Column12	/*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;
	margin: 20px 0;
	padding: 0;
	text-align: left;
}

div.Column12::before
{
	content: ' ';
	display: table;
}

div.Column12::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Column12 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Column12 > div:nth-child(1)
{
	width: 100%;
	margin-left: 0%;
}

.socialicons
{
	width: 32px;
	margin-left: 10px;
}

.mainlogo
{
	margin-top: 32px;
	margin-left: 0;
	text-align: left;
	width: 264px;
}

div.Copyright	/*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;
	padding: 24px 0 10px 0;
}

div.Copyright::before
{
	content: ' ';
	display: table;
}

div.Copyright::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Copyright > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Copyright > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.Copyright > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

/* Main page content */

div.Column6	/*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;
	border-bottom: 1px gray solid;
	padding: 0px 25px 10px;
	margin-top: 10px;
}

div.Column6::before
{
	content: ' ';
	display: table;
}

div.Column6::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Column6 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Column6 > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
	padding: 10px;
}

div.Column6 > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
	padding: 10px;
}

div.Column4	/*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;
	padding: 25px;
}

div.Column4::before
{
	content: ' ';
	display: table;
}

div.Column4::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Column4 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Column4 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
	padding: 5px;
}

div.Column4 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
	padding: 5px;
}

div.Column4 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
	padding: 5px;
}

/*============================================ Tablet Medium Styles ============================================*/

@media only screen and (max-width: 1279px)
{
	div.topic-hero
	{
		padding-top: 5px;
		padding-bottom: 40px;
		margin-left: 0%;
		margin-right: 0%;
	}

	h1
	{
		margin-left: 0px;
		margin-right: 0px;
	}

	div.HomeHeroSection > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Column6 > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Column6 > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Column4 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Column4 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Column4 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.AboutContact > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.AboutContact > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Column12 > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.Copyright > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Copyright > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.topic-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}

	div.Footer
	{
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px)
{
	h1
	{
		font-size: 2.4em;
		margin-left: 0px;
		margin-right: 0px;
	}

	h2
	{
		font-size: 1.2em;
	}

	div.topic-hero
	{
		height: 250px;
	}

	div.Column6 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Column6 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Column4 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Column4 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Column4 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.AboutContact > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.AboutContact > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Column12 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Copyright > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Copyright > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Footer
	{
		max-width: 100%;
	}
}

