/*<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: 'Guttman Frank';
	src: url('Fonts/GuttmanFrank.TTF');
	font-weight: normal;
}

@font-face 
{
	font-family: 'Guttman Frank';
	src: url('Fonts/GuttmanFrankBold.TTF');
	font-weight: bold;
}

@font-face 
{
	font-family: 'Source Serif';
	src: url('Fonts/SourceSerif4-Variable.ttf');
}

body
{
	color: #404040;
	font-size: 18px;
	line-height: 1.7em;
	font-family: 'Source Serif', Georgia, serif;
}

.title-bar-layout .logo-wrapper
{
	padding-left: 20px;
}

.title-bar-layout a.logo
{
	background-size: 100% 85%;
}

ul.navigation
{
	padding-right: 0;
}

.navigation-wrapper
{
	padding-top: 9px;
}

ul.navigation li > a
{
	padding-left: 18px;
	padding-right: 18px;
}

h1
{
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 30px;
	border-bottom: 1px solid #d3d3d3;
	line-height: 1em;
}

h2
{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
	line-height: 1em;
}

h3
{
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 16px;
	line-height: 1em;
}

h4
{
	line-height: 1em;
}

li
{
	margin-bottom: 12px;
	margin-top: 12px;
}

p
{
	margin-bottom: 12px;
	margin-top: 12px;
}

a,
a:link,
a:hover,
a:active,
a:visited
{
	color: #004128;
	text-decoration: underline;
}

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
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #004128;
}

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: #004128;
}

MadCap|dropDown
{
	mc-open-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png');
	mc-closed-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png');
}

MadCap|dropDownHotspot
{
	color: #004128;
	font-weight: bold;
}

/*==Master Page Topic Layout==*/

div.top-bar
{
	height: 20px;
	background-color: #004128;
	background: -webkit-linear-gradient(left, #004128, #F5FAFo);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #004128, #F5FAFo);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #004128, #F5FAFo);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #004128, #F5FAFo);
	/* Standard syntax */
	border-top: 4px solid #f1f1f1;
}

div.search-container
{
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}

.main-section > .outer-row
{
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.main-section	/*This style applies the grey background. This HTML element is not on a master page, it is used at compile time.*/
{
	background: white;
}

div.topic-layout	/*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: 0 auto;
	background-color: #FFF;
	padding: 0 25px;
	min-height: 95vh;
	max-width: 70%;
}

div.topic-layout::before
{
	content: ' ';
	display: table;
}

div.topic-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.topic-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.topic-layout > div:nth-child(1)
{
	min-height: 95vh;
}

div.search-layout	/*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: 0 auto;
	background-color: #FFF;
	padding: 0 25px;
	min-height: 95vh;
	max-width: 70%;
	border: 1px solid #d3d3d3;
}

div.search-layout::before
{
	content: ' ';
	display: table;
}

div.search-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.search-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.search-layout > div:nth-child(1)
{
	width: 100%;
	margin-left: 0%;
	min-height: 95vh;
}

div.content-container
{
	padding-top: 20px;
}

/*===========================================================================================================================================================
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)
{
	.main-section > .outer-row	/* Removes the padding around the topic container in tablet */
	{
		padding: 0;
	}

	div.topic-layout
	{
		max-width: 98%;
	}
}

@media only screen and (max-width: 767px)
{
	.main-section > .outer-row	/* Removes the padding around the topic container in mobile */
	{
		padding: 0;
	}

	div.topic-layout
	{
		max-width: 100%;
	}

	div.topic-layout > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		min-height: 95vh;
		border: 0;
		padding: 0;
	}

	div.topic-layout > div:nth-child(2)
	{
		display: none;
	}
}

