/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* ── Ubuntu Font — hosted locally ───────────────── */

@font-face 
{
	font-family: "Ubuntu";
	src: url('../Fonts/Ubuntu-Regular.woff2') format('woff2'), url('../Fonts/Ubuntu-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face 
{
	font-family: "Ubuntu";
	src: url('../Fonts/Ubuntu-Bold.woff2') format('woff2'), url('../Fonts/Ubuntu-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face 
{
	font-family: "Ubuntu";
	src: url('../Fonts/Ubuntu-Italic.woff2') format('woff2'), url('../Fonts/Ubuntu-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face 
{
	font-family: "Ubuntu";
	src: url('../Fonts/Ubuntu-BoldItalic.woff2') format('woff2'), url('../Fonts/Ubuntu-BoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

/* ── Brand Variables ─────────────────────────────── */

:root
{
	--color-primary: #2C8241;
	--color-h1: #1a4d2a;
	--color-h2: #2C8241;
	--color-h3: #3a9a52;
	--color-h4: #4aaa62;
	--color-h5: #5ab572;
	--color-h6: #6abf82;
	--color-link: #2d82dc;
	--color-text: #404040;
	--color-hover: #BED230;
	--color-bg: #ffffff;
	--color-border: #e0e0e0;
	--font-heading-main: "Ubuntu", sans-serif;
	--font-heading-sub: "Ubuntu", sans-serif;
	--font-body: "Ubuntu", sans-serif;
	--font-size-base: 16px;
	--line-height-base: 1.7;
}

/*===========================================================================================================================================================

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==*/

body
{
	font-family: "Ubuntu", sans-serif;
	color: var(--color-text);
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
}

a
{
	color: var(--color-link);
	max-width: 100%;
}

a:link
{
	color: var(--color-link);
}

a:visited
{
	color: var(--color-link);
}

a:hover
{
	color: var(--color-hover);
}

ul.menu._Skins_SideMenu.mc-component li > a:hover
{
	background-color: #f0f0f0;
	border-radius: 5px;
	color: var(--color-text);
}

ul.menu._Skins_SideMenu.mc-component ul > li > a:hover
{
	background-color: #f0f0f0;
	border-radius: 5px;
	color: var(--color-text);
}

ul.menu._Skins_SideMenu.mc-component ul ul > li > a:hover
{
	background-color: #f0f0f0;
	border-radius: 5px;
	color: var(--color-text);
}

ul.menu._Skins_SideMenu.mc-component ul ul ul > li > a:hover
{
	background-color: #f0f0f0;
	border-radius: 5px;
	color: var(--color-text);
}

ul.menu._Skins_SideMenu.mc-component ul ul ul ul > li > a:hover
{
	background-color: #f0f0f0;
	border-radius: 5px;
	color: var(--color-text);
}

*:focus
{
	outline: 2px solid var(--color-link);
	outline-offset: 2px;
}

h1
{
	font-family: "Ubuntu", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	color: #1a4d2a;
	margin-top: 32px;
	margin-bottom: 12px;
	padding-bottom: 10px;
}

h2
{
	font-family: "Ubuntu", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	color: #2C8241;
	margin-top: 28px;
	margin-bottom: 10px;
}

h3
{
	font-family: "Ubuntu", sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	color: #3a9a52;
	margin-top: 24px;
	margin-bottom: 8px;
}

h4
{
	font-family: "Ubuntu", sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	color: #4aaa62;
	margin-top: 20px;
	margin-bottom: 6px;
}

h5
{
	font-family: "Ubuntu", sans-serif;
	font-size: 13pt;
	font-weight: 700;
	color: #5ab572;
}

h6
{
	font-family: "Ubuntu", sans-serif;
	font-size: 13pt;
	font-weight: 700;
	color: #6abf82;
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
	orphans: 2;
	widows: 2;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	color: var(--color-text);
	font-style: normal;
	text-align: left;
}

/* ── Callout Boxes ───────────────────────────────── */

p.note,
div.note,
p.noteAlt,
div.noteAlt
{
	background-color: #f0f7fb;
	border-left: solid 4px #3498db;
	border-radius: 0 6px 6px 0;
	line-height: 1.6;
	mc-auto-number-format: '{b}Note: {/b}';
	overflow: hidden;
	padding: 12px 16px;
	margin: 16px 0;
}

p.note::before,
div.note::before,
p.noteAlt::before,
div.noteAlt::before
{
	content: "i";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #3498db;
	color: #ffffff;
	border-radius: 50%;
	font-weight: 700;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	margin-right: 6px;
	vertical-align: middle;
}

p.warning,
div.warning,
p.warningAlt,
div.warningAlt
{
	background-color: #fdf3f2;
	border-left: solid 4px #e74c3c;
	border-radius: 0 6px 6px 0;
	line-height: 1.6;
	mc-auto-number-format: '{b}Warning: {/b}';
	overflow: hidden;
	padding: 12px 16px;
	margin: 16px 0;
}

p.warning::before,
div.warning::before,
p.warningAlt::before,
div.warningAlt::before
{
	content: "!";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #e74c3c;
	color: #ffffff;
	border-radius: 50%;
	font-weight: 700;
	font-size: 13px;
	text-align: center;
	line-height: 18px;
	margin-right: 6px;
	vertical-align: middle;
}

p.example,
div.example,
p.exampleAlt,
div.exampleAlt
{
	background-color: #e7f6f0;
	border-left: solid 4px #27ae60;
	border-radius: 0 6px 6px 0;
	line-height: 1.6;
	mc-auto-number-format: '{b}Example: {/b}';
	overflow: hidden;
	padding: 12px 16px;
	margin: 16px 0;
}

p.example::before,
div.example::before,
p.exampleAlt::before,
div.exampleAlt::before
{
	content: "E";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #27ae60;
	color: #ffffff;
	border-radius: 50%;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	margin-right: 6px;
	vertical-align: middle;
}

p.tip,
div.tip,
p.tipAlt,
div.tipAlt,
p.image1
{
	background-color: #fffbea;
	border-left: solid 4px #f1c40f;
	border-radius: 0 6px 6px 0;
	line-height: 1.6;
	mc-auto-number-format: '{b}Tip: {/b}';
	overflow: hidden;
	padding: 12px 16px;
	margin: 16px 0;
}

p.tip::before,
div.tip::before,
p.tipAlt::before,
div.tipAlt::before,
p.image1::before
{
	content: "★";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #f1c40f;
	color: #ffffff;
	border-radius: 50%;
	font-weight: 700;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
	margin-right: 6px;
	vertical-align: middle;
}

p.image
{
	text-align: center;
}

/* ── Images ──────────────────────────────────────── */

img
{
	max-width: 1100px !important;
	height: auto;
	display: block;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
	margin: 12px auto;
}

img.all
{
	width: 1100px !important;
	display: block;
	margin: 12px auto;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
}

img.border
{
	display: block;
	max-width: 1100px !important;
	height: auto;
	margin: 12px auto;
	border: 1px solid #d0d0d0;
	border-radius: 6px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

img.icon
{
	width: 39px;
	height: 41px;
	border: none;
	vertical-align: middle;
	display: inline;
	margin: 0 2px;
}

img.thumbnail
{
	mc-thumbnail: popup;
	title: Click to enlarge;
	vertical-align: baseline;
	mc-float: none;
	mc-thumbnail-max-width: auto;
	mc-thumbnail-max-height: 48px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	text-align: center;
}

img.ReduceButtonSize
{
	max-height: 25px;
}

img.image-toggle
{
	max-width: 100%;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #018DD6;
}

a.MCBreadcrumbsLink:hover
{
	color: var(--color-hover);
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: 0.9em;
	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: #009DDD;
}

MadCap|dropDownHotspot
{
	color: #009DDD;
}

MadCap|dropDownBody
{
	border-bottom: 1px solid #d3d3d3;
}

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');
}

/*==Master Page Topic Layout==*/

nav.title-bar
{
	border-bottom: 1px solid #d3d3d3;
}

div.top-bar
{
	min-height: 50px;
}

div.search-container
{
	margin: 0 auto;
	max-width: 50%;
	padding-left: 100px;
	padding-right: 100px;
}

div.side-menu
{
	padding-left: 10px;
	margin-top: 10px;
}

ul.menu._Skins_SideMenu.mc-component li > a.selected
{
	padding-bottom: 10px;
	padding-top: 10px;
	border-radius: 5px;
	background-color: #739A3F;
	color: #ffffff;
}

ul.menu._Skins_SideMenu.mc-component li > a.selected:hover
{
	padding-bottom: 10px;
	padding-top: 10px;
	border-radius: 5px;
	background-color: #739A3F;
	color: #ffffff;
}

div.topic-layout
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

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)
{
	width: 25%;
	margin-left: 0%;
}

div.topic-layout > div:nth-child(2)
{
	width: 73%;
	margin-left: 2%;
}

table.pstable
{
	margin-left: auto;
	margin-right: auto;
}

video
{
	max-width: 100%;
}

object.PSvideos
{
	max-width: 100%;
	width: 850px;
	height: 450px;
	autoplay: false;
	loop: false;
}

/* ── Visual Step Number Badges ───────────────────── */

ol.steps
{
	counter-reset: step;
	list-style: none;
	padding-left: 0;
	margin: 24px 0;
}

ol.steps li
{
	counter-increment: step;
	position: relative;
	padding: 14px 0 14px 60px;
	border-bottom: 1px solid #f0f0f0;
	min-height: 52px;
	line-height: 1.6;
}

ol.steps li:last-child
{
	border-bottom: none;
}

ol.steps li::before
{
	content: counter(step);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	background-color: var(--color-primary);
	color: #ffffff;
	border-radius: 50%;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	line-height: 38px;
	display: block;
}

/* ── Navigation Depth Levels ─────────────────────── */

.mc-component ul.menu li.level-5 > a,
ul[class*='level-5'],
li[class*='level-5'] > a,
ul.sub-menu li[data-mc-id^="5"] > a
{
	padding-left: 8px !important;
	margin-left: 10px !important;
}

.mc-component ul.menu li.level-6 > a,
ul[class*='level-6'],
li[class*='level-6'] > a,
ul.sub-menu li[data-mc-id^="6"] > a
{
	padding-left: 8px !important;
	margin-left: 12px !important;
}

.mc-component ul.menu li.level-7 > a,
ul[class*='level-7'],
li[class*='level-7'] > a,
ul.sub-menu li[data-mc-id^="7"] > a
{
	padding-left: 8px !important;
	margin-left: 14px !important;
}

/*===========================================================================================================================================================
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)
{
	.row.nav-search
	{
		display: block;
	}

	div.search-container
	{
		display: none;
	}

	div.topic-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}
}

@media only screen and (max-width: 767px)
{
	div.top-bar
	{
		min-height: 0;
	}

	.row.nav-search
	{
		display: block;
	}

	div.search-container
	{
		display: none;
	}

	div.topic-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}
}

