/*<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

NOTE: Generally, this stylesheet has elements listed out in the order that they appear in the topic from top to bottom. The exception are General styles which are at the top and the stylesheet mediums which are at the bottom.

EXAMPLE: Since the search-bar is at the top of the topic page, it will be listed closer to the top of this stylesheet.

===========================================================================================================================================================*/

/*==Topic General Styles==*/

/*@font-face
{
   font-family: 'Noto Sans';
   src: url(../Fonts/NotoSans-Light.ttf);
}*/

body,
body.home-topic
{
	/*font-family: Arial;*/
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.5em;
	background-color: #f5f5f5;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	margin-left: 0;
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

h1
{
	font-family: 'Noto Serif', serif;
	font-size: 1.5em;
	text-align: left;
}

h1.home
{
	color: #5a5a5a;
	border-bottom: none;
	line-height: 1;
	font-family: 'Noto Serif', serif;
	text-align: left;
	font-size: 1.5em;
}

h2
{
	font-family: 'Noto Serif', serif;
	font-size: 16pt;
}

h3
{
	font-size: 1.0em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 16px;
	color: #004f5f;
	font-family: 'Noto Serif', serif;
}

h4
{
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 16px;
	color: #004f5f;
	font-family: 'Noto Serif', serif;
}

h1.started
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 8px;
	color: #3F4D52;
	/*color: #004f5f;*/
	font-family: 'Noto Serif', serif;
}

h2.started
{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 12px;
	margin-top: 24px;
	color: #3F4D52;
	/*color: #004f5f;*/
	font-family: 'Noto Serif', serif;
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
	padding-right: 20em;
}

p
{
	color: #5a5a5a;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.started
{
	color: #000000;
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: 'Noto Sans', sans-serif;
	padding-right: 20em;
}

p.tile
{
	color: #5a5a5a;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-right: -30em;
	text-align: center;
}

p.indent
{
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 40px;
	font-family: 'Noto Sans', sans-serif;
	padding-right: 30em;
}

p.image-indent
{
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 22.6px;
	font-family: 'Noto Sans', sans-serif;
}

.off-canvas-content .main-section > .outer-row	/*removes the padding from the skin*/
{
	max-width: 100%;
	padding: 0;
}

/*hero section*/
/*Tiles*/

div.home-tiles-container
{
	padding-top: 20px;
	padding-bottom: 60px;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
	height: 300px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	position: relative;
	width: 22%;
	margin-right: 30px;
	margin-bottom: 30px;
	max-width: 250px;
}

div.home-layout
{
	padding: 2% 5%;
}

div.home-section
{
	/*padding: 5% 0;*/
	padding-bottom: 5%;
	border-bottom: solid 1px #dadada;
}

div.home-section:last-of-type	/*Removes the border on the last section of the home page*/
{
	border-bottom: none;
}

.link-spanner
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

/*=Elements for text contained within each home-tile=*/

p.tile-title
{
	text-align: center;
	font-weight: bold;
	font-family: 'Noto Serif', serif;
	font-size: 1.3em;
	color: #5a5a5a;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: -30em;
}

p.tile-subtitle
{
	text-align: center;
	color: #ffffff;
}

p.tile-content
{
	color: #5a5a5a;
	font-size: 0.9em;
	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: inherit;
}

a:link
{
	color: #33727e;
}

a:visited
{
	color: #99b8be;
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #ff8c00;
}

a:hover
{
	color: #00abc1;
}

/*==Mad Cap proxy/editor assigned styles==*/

MadCap|searchBarProxy
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px black;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
	margin-bottom: 2px;
	margin-top: 2px;
}

img.screenshot,
img.screenshotbig
{
	max-width: 100%;
	transition: transform 0.25s ease;
	margin-bottom: 24px;
	margin-top: 24px;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
}

img.icon
{
	max-width: 100%;
	margin-bottom: 8px;
	margin-top: 8px;
}

img.footer
{
	max-width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
}

img.screenshot:hover,
img.screenshotbig:hover
{
	cursor: pointer;
}

img.thumbnail
{
	mc-thumbnail: popup;
}

hr
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CBCBCA;
	margin: 1em 0;
	//*padding: 40px;*//
	margin-bottom: 32px;
	margin-top: 32px;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #19b9f3;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
}

MadCap|xref
{
	color: #2D8DCC;
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|xref:hover
{
	color: #19b9f3;
}

MadCap|dropDown
{
	mc-open-image: url('../images/resources/arrow-down-gray.png');
	mc-closed-image: url('../images/resources/arrow-right-gray.png');
	mc-image-spacing: 5px;
}

MadCap|dropDownHotspot
{
	color: #ff4e00;
	font-weight: normal;
	font-style: normal;
}

div.accent
{
	background-image: url('../images/resources/accent.png');
	width: 385px;
	height: 17px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left;
}

/*==Master Page Topic Layout==*/

.main-section	/*This style applies the grey background. This HTML element is not on a master page, it is used at compile time.*/
{
	background: #f5f5f5;
}

div.topic-hero
{
	background-size: cover;
	background-attachment: fixed;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
	/*padding-bottom: 5%;*/
	background-image: none;
}

div.topic-hero h1
{
	color: #fff;
	font-size: 3.5em;
	text-align: center;
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

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: #b9bec1;
	padding: 2%;
	height: 250px;
}

div.home-tiles > div:nth-child(1)
{
	width: 30%;
	margin-left: 19%;
}

div.home-tiles > div:nth-child(2)
{
	width: 30%;
	margin-left: 2%;
}

div.article-tiles	/*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.article-tiles::before
{
	content: ' ';
	display: table;
}

div.article-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.article-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #dadada;
}

div.article-tiles > div:hover
{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: all 0.8s cubic-bezier(.25,.8,.25,1);
}

div.article-tiles > div:nth-child(1)
{
	width: 18%;
	margin-left: 0%;
}

div.article-tiles > div:nth-child(2)
{
	width: 18%;
	margin-left: 2%;
}

div.article-tiles > div:nth-child(3)
{
	width: 18%;
	margin-left: 2%;
}

div.article-tiles > div:nth-child(4)
{
	width: 18%;
	margin-left: 2%;
}

div.article-tiles > div:nth-child(5)
{
	width: 18%;
	margin-left: 2%;
}

div.article-tiles img
{
	max-width: 90%;
}

div.side-content	/*Container for Menu proxy*/
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}

div.topic-layout	/*Wraps the content on the masterpage and provides the white background behind topics.*/
{
	margin: 0 auto;
	background-color: #ffffff;
	padding: 10px 25px;
	min-height: 70vh;
	margin-top: 15px;
	width: 55%;
	/*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
	margin-bottom: 2%;
}

div.topic-layout::before
{
	content: ' ';
	display: table;
}

div.topic-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.topic-layout > div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

div.topic-layout > div:nth-child(1)	/*search-bar container */
{
	float: right;
	width: 25%;
	margin-top: 15px;
}

div.topic-layout > div:nth-child(2)	/*body container*/
{
	width: 70%;
	margin-left: 0;
	margin-right: 0;
	padding-right: 20px;
	padding-top: 25px;
	padding-left: 20px;
	min-height: 65vh;
}

div.topic-layout > div:nth-child(3)	/*Menu Proxy and toolbar container*/
{
	width: 25%;
	margin-left: 5%;
}

/*==Footer==*/

.search,
.search-bar
{
	margin: 0;
}

div.footer
{
	padding: 1% 5%;
	background-color: #37474F;
}

p.footer
{
	/*margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #d6dadb;*/
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
}

MadCap|menuProxy
{
	visibility: visible;
}

header
{
	
}

div::after
{
	display: block;
}

MadCap|dropDownBody
{
	
}

table
{
	border-spacing: 1px;
	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)
{
	div.topic-layout
	{
		width: 85%;
	}

	div.topic-layout > div:nth-child(1)
	{
		width: 85%;
		float: none;
		/*overrides the float property set from the default medium*/
		margin-left: auto;
		margin-right: auto;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 100%;
		border-right: none;
		padding-top: 0;
	}

	div.topic-layout > div:nth-child(3)
	{
		display: none;
	}
}

@media only screen and (max-width: 767px)
{
	div.topic-layout
	{
		margin-bottom: 5%;
	}
}

div.article-tiles	/*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-left-style: solid;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	padding-left: 2px;
}

div.article-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.article-tiles::before
{
	content: ' ';
	display: table;
}

div.home-footer	/*Controls the look of the footer in the Home master page.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-footer::before
{
	content: ' ';
	display: table;
}

div.home-layout
{
	padding: 2% 5%;
}

div.home-section
{
	border-bottom: solid 1px #dadada;
	padding: 1%;
	padding-bottom: 1%;
	padding-left: 0;
	padding-right: 0;
}

div.home-section:last-of-type	/*Removes the border on the last section of the home page*/
{
	border-bottom: none;
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.topic-hero
{
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: -4%;
	/*padding-bottom: 5%;*/
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3%;
}

a.home-button
{
	display: block;
	padding: 10px;
	text-decoration: none;
	width: 100%;
}

span.boldHome
{
	font-weight: bold;
	font-style: normal;
}

p#HomeTile
{
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 11pt;
}

p.HomeWords
{
	color: #5a5a5a;
	font-size: 11pt;
	margin-top: 2px;
	margin-bottom: 12px;
	margin-left: 60px;
	line-height: 1.5em;
}

p.spanbold
{
	color: #5a5a5a;
	font-size: 11pt;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 1.25em;
	font-weight: bold;
}

/*--------------------------*/
/* Begin Footer Styles      */
/*--------------------------*/
/*margin-top uses a calc() function to find the inverse of the footer-height*/

#footer
{
	margin-left: 4em;
}

/*--------------------------*/
/*   End Footer Styles      */
/*--------------------------*/

p.HPButtonText	/*size,spacing on home page buttons*/
{
	color: #5a5a5a;
	font-size: 11pt;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	line-height: 100%;
}

