/*<meta conditions="CNC_Primary.HTML5Only,CNC_Publish.Installation" />*/

@import url('CNC_FontStylesheet.css');

@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';
}

.body-container
{
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0em;
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.table-container	/* Used for the Release Notes Home page to keep the text from being directly against the side */
{
	padding-left: 2em;
	padding-right: 2em;
}

nav.title-bar	/*Adds bottom border on top navigation bar*/
{
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.height-container-sidenav
{
	padding-bottom: 0px;
}

img.smallcenter
{
	width: 85%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.small
{
	width: 85%;
}

img.Linked
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
	width: 85%;
}

.center
{
	text-align: center;
}

.clear
{
	clear: both;
}

/* Background colors for the icons */

.MastercamBlue
{
	background-color: #45B4E7;
}

.MastercamTan
{
	background-color: #CAB280;
}

.MastercamPurple
{
	background-color: #A371B1;
}

.MastercamOrange
{
	background-color: #F89823;
}

.MastercamTeal
{
	background-color: #4DC2BF;
}

.MastercamGreen
{
	background-color: #C2CF2F;
}

.MastercamRed
{
	background-color: #D11141;
}

.LanguageToolbar	/* Sets up the language toggler on the home page */
{
	position: absolute;
	top: 10px;
	right: 0px;
	background-color: transparent;
	z-index: 1;
}

/*============================================ Generic Styles ============================================*/

p	/* Normal paragraph style */
{
	orphans: 5;
	widows: 2;
	color: #000000;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: left;
}

span.mc-variable.Italic
{
	font-weight: normal;
	font-style: italic;
}

span.mc-variable.Bold	/*Use when a variable needs to be bold when the surrounding text does not need to be */
{
	font-weight: bold;
	color: #3c3c3c;
}

/*============================================ Link Styles ============================================*/

a
{
	color: #d11141;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #d11141;
}

a:hover
{
	color: #a80f14;
	text-decoration: none;
}

MadCap|xref	/*Use as a link to other topics in a project. */
{
	color: #d11141;
	text-decoration: none;
	mc-format: '{paratext}';
}

table#Sortable	/* Makes the table sortable. Applied on a table-by-table basis */
{
	
}

/*============================================ Topic Hero  Styles ============================================*/
/* Styles the large text on the home page */

.banner
{
	width: 100%;
	min-height: 28rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../Images/HTML5/HTML5_HeroBanner.png');
}

.banner::before
{
	background-image: radial-gradient(rgba(0, 0, 0, 0.15), rgba(0,0,0,0.25));
	content: "";
	min-height: 28rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.banner h2
{
	color: #ffffff;
	font-weight: 100;
	margin: 0;
}

h1
{
	font-size: 64px;
	line-height: 100%;
	font-weight: normal;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 2em 100px .5em 100px;
	color: #ffffff;
}

h2
{
	font-size: 28px;
	font-weight: normal;
	line-height: 3.0;
	color: #333;
	margin-top: 15px;
	margin-bottom: 0;
}

h2.TopicHero
{
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
}

/* Home Cards */
/* Styles below are for the Home page cards */
/*Card Large*/

.cardLG
{
	width: 30.333%;
	min-height: 300px;
	margin: 1.5%;
	padding: 10px;
	height: auto;
	border: #AAAAAA 1px solid;
	float: left;
	text-align: center;
	box-shadow: 0 0 8px transparent;
}

.cardLG:hover
{
	box-shadow: 0 0 8px #333333;
}

.cardLG h3
{
	font-size: 22px;
	font-weight: 500;
	color: #d11141;
	margin: 20px auto;
	height: 60px;
}

.cardLG p
{
	font-size: 16px;
	font-weight: 100;
	color: #333333;
	margin: 20px auto;
	height: 65px;
	text-align: center;
}

.cardLG div
{
	width: 96px;
	height: 96px;
	margin: auto auto 40px auto;
	border-radius: 48px;
}

.cardLG div img
{
	width: 64px;
	height: 64px;
	margin: 16px 18px;
}

/*Card Small*/

div.cardSMwrapper
{
	margin-bottom: 20px;
}

.cardSM
{
	width: 22%;
	min-height: 110px;
	margin: 1.5%;
	padding: 10px;
	height: auto;
	border: #AAAAAA 1px solid;
	float: left;
	text-align: left;
	box-shadow: 0 0 8px transparent;
}

.cardSM:hover
{
	box-shadow: 0 0 8px #333333;
}

.cardSM div.icon
{
	width: 20%;
	max-width: 68px;
	float: left;
}

.cardSM div.text
{
	width: 80%;
	float: left;
}

.cardSM h3
{
	font-size: 20px;
	font-weight: 600;
	color: #d11141;
	margin: 0;
}

.cardSM p
{
	font-size: 14px;
	font-weight: 100;
	color: #333333;
	margin: 0;
}

.cardSM img
{
	width: 100%;
	height: 100%;
	max-width: 48px;
}

/*============================================ 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;
	max-width: 100%;
	position: relative;
}

div.Footer
{
	background-color: #000;
	max-width: 95%;
	padding-right: 30px;
	padding-left: 30px;
}

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;
	font-size: 1em;
	font-weight: bold;
}

div.Copyright > div:nth-child(2) p
{
	text-align: right;
}

div.AboutContact
{
	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
{
	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	/*Used to style the Copyright section of the footer.*/
{
	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%;
}

hr	/* Adds a line between divs on the Home page */
{
	width: 75%;
	border-top: solid 1px #aaaaaa;
	border-bottom: none;
	clear: both;
}

div.VideoSection	/* Used to contain the video on the Home page */
{
	width: 100%;
	margin-left: 0%;
}

div.VideoSection > div:nth-child(1)
{
	overflow: hidden;
	padding-bottom: 36.25%;
	position: relative;
	height: 0;
	width: 100% !important;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

iframe.youtube-player_VideoPlayer_0	/* Used for the video on the Home page */
{
	left: 0;
	top: 0;
	height: 90%;
	width: 100% !important;
	position: absolute;
}

/*============================================ Tablet Medium Styles ============================================*/

@media only screen and (max-width: 1520px)
{
	div.topic-hero
	{
		padding-top: 65px;
		padding-bottom: 40px;
	}

	.off-canvas-wrapper-inner .outer-row
	{
		padding-left: 0em;
		padding-right: 0em;
	}

	h1
	{
		margin-left: 0px;
		margin-right: 0px;
	}

	.cardLG,
	.cardSM
	{
		width: 47%;
	}

	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%;
	}

	div.FooterWrapper
	{
		margin-top: 10px;
	}
}

@media only screen and (max-width: 767px)
{
	h1
	{
		font-size: 2.4em;
		margin-left: 0px;
		margin-right: 0px;
	}

	.off-canvas-wrapper-inner .outer-row
	{
		padding-left: 0;
		padding-right: 0;
	}

	h2
	{
		font-size: 24px;
	}

	.cardLG,
	.cardSM
	{
		width: 97%;
	}

	div.AboutContact > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.TopicContent > div:nth-child(1)
	{
		width: 100%;
	}

	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%;
	}
}

span.uicontrol	/* Apply to UI text. UI text should be exactly as displayed in the application. Bolds the selected text. */
{
	color: #3c3c3c;
}

