/*<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

===========================================================================================================================================================*/

/*==Topic General Styles==*/

body
{
	color: #404040;
	font-family: Arial, Avenir, Myriad;
	line-height: 1.7em;
}

h1
{
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 30px;
}

h2
{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
}

h3
{
	margin-bottom: 4px;
	font-family: 'Arial';
	margin-top: 16px;
	color: #3c3c3b;
	font-weight: bold;
	font-size: 14pt;
}

h4
{
	
}

li
{
	font-size: 11pt;
	line-height: 16px;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-size: 11pt;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.thumbnail
{
	mc-thumbnail: popup;
}

a.MCBreadcrumbsLink
{
	color: #8BCDCB;
	font-style: bold;
	font-size: 12pt;
	font-decoration: none;
}

a.MCBreadcrumbsLink:visited
{
	color: #3C3C3B;
	font-style: bold;
	font-size: 12pt;
	font-decoration: none;
}

a.MCBreadcrumbsLink:hover
{
	color: #8BCDCB;
	font-style: bold;
	font-size: 12pt;
	font-decoration: none;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-style: normal;
	color: #3c3c3b;
	mc-breadcrumbs-divider: ' / ';
	mc-breadcrumbs-prefix: ' ';
	font-size: 12pt;
	mc-breadcrumbs-count: 4;
}

MadCap|xref
{
	color: #2D8DCC;
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|xref:hover
{
	color: #4F7476;
}

MadCap|dropDown.tile
{
	mc-closed-image: url('../Images/Assets/Icons/Arrows/DropDownArrow_Closed.png');
	mc-open-image: url('../Images/Assets/Icons/Arrows/DropDownArrow_Open.png');
}

MadCap|dropDownHotspot.tile
{
	font-weight: bold;
	color: #8BCDCB;
	background-color: transparent;
}

div.tile-list-wrap
{
	display: block;
	width: 280px;
	height: 400px;
	background-color: #f5f5f5;
	border-left: solid 8px #8bcdcb;
	color: #3c3c3b;
	padding-left: 7px;
	padding-top: 10px;
	font-size: 12pt;
}

/*==Master Page Topic Layout==*/

.main-section	/*This style applies the gradient background. This HTML element is not on a master page, this element is used at compile time.*/
{
	/* 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-position: center;
	background: url('../Images/Background.png');
	background-attachment: contain;
	background-size: 100% 100%;
}

div.side-content	/*Container for Menu proxy*/
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}

.MCBreadcrumbsLink:visited
{
	color: #3c3c3b;
	font-size: 12pt;
}

a:link
{
	color: #3c3c3b;
	text-decoration: none;
}

p a:link
{
	color: #3c3c3b;
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #8bcdcb;
	font-weight: bold;
}

div.Home-Product-Panels	/*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.Home-Product-Panels::before
{
	content: ' ';
	display: table;
}

div.Home-Product-Panels::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Home-Product-Panels > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: solid 5px #8bcdcb;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
	padding: 10px 10px 30px;
}

div.Home-Product-Panels > div:nth-child(1)
{
	margin-left: 0.8%;
	width: 32%;
	min-height: 500px;
}

div.Home-Product-Panels > div:nth-child(2)
{
	width: 32%;
	margin-left: 1.333325%;
	min-height: 500px;
}

div.Home-Product-Panels > div:nth-child(3)
{
	width: 32%;
	margin-left: 1.333325%;
	min-height: 500px;
}

div.Home-Product-Panels-Header	/*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.Home-Product-Panels-Header::before
{
	content: ' ';
	display: table;
}

div.Home-Product-Panels-Header::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Home-Product-Panels-Header > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Home-Product-Panels-Header > div:nth-child(1)
{
	width: 15%;
	margin-left: 0%;
}

div.Home-Product-Panels-Header > div:nth-child(2)
{
	width: 85%;
	margin-left: 0%;
	padding-left: 10px;
}

/*===========================================================================================================================================================
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)
{
	.MCBreadcrumbsLink:visited
	{
		color: #3C3C3B;
		font-size: 12pt;
	}

	a.MCBreadcrumbsLink:hover
	{
		color: #8BCDCB;
		font-size: 12pt;
	}

	MadCap|breadcrumbsProxy
	{
		font-size: 8pt;
	}

	MadCap|breadcrumbsProxy
	{
		mc-breadcrumbs-count: 2;
	}

	MadCap|breadcrumbsProxy
	{
		mc-breadcrumbs-count: 4;
	}

	div.Home-Product-Panels > div:nth-child(1)
	{
		width: 80%;
		margin-left: 10%;
		margin-top: 0%;
	}

	div.Home-Product-Panels > div:nth-child(2)
	{
		width: 80%;
		margin-left: 10%;
		margin-top: 3%;
	}

	div.Home-Product-Panels > div:nth-child(3)
	{
		width: 80%;
		margin-left: 10%;
		margin-top: 3%;
	}

	div.Home-Product-Panels-Header > div:nth-child(1)
	{
		width: 15%;
		margin-left: 0%;
	}

	div.Home-Product-Panels-Header > div:nth-child(2)
	{
		width: 85%;
		margin-left: 0%;
		padding-left: 10px;
	}
}

@media only screen and (max-width: 767px)
{
	.main-section > .outer-row	/*Removes the padding around the body proxy in mobile*/
	{
		padding: 0;
	}

	div.home-master-page-footer > div	/*Adds separators to the footer items when in mobile layout*/
	{
		border-bottom: 1px solid #828282;
	}

	MadCap|breadcrumbsProxy
	{
		font-size: 8pt;
	}

	a.MCBreadcrumbsLink:visited
	{
		color: #3C3C3B;
		font-size: 12pt;
	}

	a.MCBreadcrumbsLink:hover
	{
		color: #8BCDCB;
		font-size: 12pt;
	}

	MadCap|breadcrumbsProxy
	{
		mc-breadcrumbs-count: 2;
	}

	div.Home-Product-Panels > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 0%;
	}

	div.Home-Product-Panels > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 5%;
	}

	div.Home-Product-Panels > div:nth-child(3)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 5%;
	}

	div.Home-Product-Panels-Header > div:nth-child(1)
	{
		width: 35%;
		margin-left: 0%;
	}

	div.Home-Product-Panels-Header > div:nth-child(2)
	{
		width: 65%;
		margin-left: 0%;
		padding-left: 10px;
	}
}

/*==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: #3C3C3B;
	/*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);*/
	overflow: hidden;
	padding: 10px 10px 30px;
	padding-bottom: 10px;
	height: 500px;
	width: 300px;
	font-family: Arial;
	color: #3c3c3b;
	border: solid 1px #dcdcdc;
	border-radius: 30px;
}

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);*/
}

/*background-image: url('../Images/Assets/Icons/ZonalOtherIcons/ProductInfo_Tile.png');*/

div.home-tiles > div:nth-child(1)
{
	background-color: #3C3C3B;
	width: 30%;
	margin-left: 4%;
}

/*background-image: url('../Images/Assets/Icons/ZonalOtherIcons/Technical_Tile.png');*/

div.home-tiles > div:nth-child(2)
{
	background-color: #3C3C3B;
	width: 30%;
	margin-left: 1%;
}

/*background-image: url('../Images/Assets/Icons/ZonalOtherIcons/Learning_Tile.png');*/

div.home-tiles > div:nth-child(3)
{
	background-color: #3C3C3B;
	background-size: auto inherit;
	width: 30%;
	margin-left: 1%;
}

/*=Elements for text contained within each home-tile=*/

p.tile-title
{
	text-align: center;
	font-family: Arial;
	font-size: 22pt;
	display: block;
	font-weight: bold;
	color: #ffffff;
}

p.tile-subtitle
{
	text-align: left;
	font-size: 12pt;
	line-height: 12pt;
	font-weight: 100;
	text-indent: 12px;
	color: #3c3c3b;
}

p.tile-content
{
	font-size: 0.8em;
	text-align: center;
	color: #ffffff;
	font-family: Arial;
	font-weight: 500;
}

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: #3c3c3b;
}

a
{
	color: #8bcdcb;
	font-family: Arial;
	font-size: 11pt;
}

MadCap|dropDownHotspot.test
{
	color: #8bcdcb;
}

/*===========================================================================================================================================================
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%;
	}

	div.Home-Product-Panels-Header > div:nth-child(1)
	{
		width: 40%;
		margin-left: 0%;
	}

	div.Home-Product-Panels-Header > div:nth-child(2)
	{
		width: 60%;
		margin-left: 0%;
		padding-left: 10px;
	}
}

@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-Product-Panels-Header > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Home-Product-Panels-Header > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		padding-left: 10px;
	}
}

MadCap|dropDownHead.Tile-Drop-Down
{
	font-weight: bold;
	padding: 8px 8px;
	font-size: 25pt;
	color: #ffffff;
	text-align: center;
}

MadCap|dropDownBody.highlight
{
	background: #3C3C3B;
	border-left: solid 4px #8BCDCB;
	font-size: 11pt;
	width: 260px;
}

MadCap|dropDownHotspot:link
{
	font: inherit;
	/*font-size: 12pt;*/
}

MadCap|dropDownHotspot.Highlight
{
	color: #ffffff;
	text-align: center;
	font-size: 25pt;
}

div.tile-image-holder
{
	vertical-align: middle;
	display: block;
}

li.Sage
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
}

li.Raspberry
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
}

li.Orange
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
}

li.Blueberry
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
}

li.Apple
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
}

li.Cornflower
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
}

li.Ocean
{
	list-style-image: url('../Images/Assets/Icons/Arrows/ListArrow_16px.png');
}

li.Jade
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
}

p.header-text
{
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
}

@media print
{
	p
	{
		font-size: 10.5pt;
	}
}

