/*<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: 'Homie';
	src: url(../Fonts/Homie-Bold.otf);
}

@font-face 
{
	font-family: 'Roboto';
	src: url(../Fonts/Roboto-Regular.ttf);
}

/*@font-face 
{
	font-family: 'Segoe UI';
	src: url(../Fonts/seguisb.ttf);
}*/

body
{
	color: #404040;
	font-family: Arial, Avenir, Myriad;
	line-height: 1.7em;
}

h1
{
	padding-bottom: 10px;
	margin-bottom: 8px;
	color: #2B2E3D;
	font-weight: bold;
	font-size: 1.5em;
	font-family: 'Segoe UI';
}

h2
{
	font-size: 1.2em;
	margin-bottom: 4px;
	margin-top: 20px;
	font-family: sans-serif;
	font-weight: 400;
}

h3
{
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 16px;
	color: #2B2E3D;
}

h4
{
	
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: Roboto;
}

.off-canvas-content .main-section > .outer-row	/*removes the padding from the skin*/
{
	max-width: 100%;
	padding: 0;
}

/*hero section*/

div.topic-hero	/*This is the Hero/Banner on the topics Page - To replace the banner image with your own, change background-image property*/
{
	background-repeat: no-repeat;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-image: none;
	background-color: #FFFFFF;
	padding-top: 20px;
}

/*==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*/
{
	padding-top: 6px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	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: #8290F3;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
	font-family: Roboto;
}

MadCap|xref
{
	mc-format: '{para}';
	text-decoration: none;
	font-weight: normal;
	color: #8290F3 !important;
	font-family: Roboto;
}

MadCap|xref:hover
{
	color: #f16e00;
}

MadCap|dropDown
{
	mc-open-image: url('../A_Images/Assets/Icons/Arrows/arrow-down-gray.png');
	mc-closed-image: url('../A_Images/Assets/Icons/Arrows/arrow-right-gray.png');
	margin-top: 4px;
	padding-bottom: 4px;
}

MadCap|dropDownHotspot
{
	font-weight: normal;
	font-size: 16px;
	color: #F16E00;
	font-family: Roboto;
}

/*==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.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;
	padding: 10px 25px;
	min-height: 70vh;
	margin-top: 15px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	margin-bottom: 2%;
	background-color: #FFFFFF;
	width: 62%;
}

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
{
	background-color: #f5f5f5;
	padding: 1% 5%;
	font-family: Roboto;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #808080;
	font-family: Roboto;
}

a
{
	text-decoration: none;
	color: #8290F3;
	font-family: Roboto;
}

ul
{
	color: #F16E00;
}

MadCap|relatedTopics
{
	font-size: 14px;
	margin-top: 6px;
	font-weight: normal;
	color: #202A3E;
	font-family: Roboto;
}

MadCap|relatedTopicsControlList
{
	margin-top: 6px;
	font-family: Roboto;
}

MadCap|relatedTopicsControlListItem
{
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	font-family: Roboto;
}

h2.BodyContent
{
	font-size: 19px;
	font-weight: 600;
	font-family: Homie;
	color: #202A3E;
	margin-bottom: 2px;
	padding: 2px 0px 0px;
	padding-top: 4px;
	margin-top: 12px;
}

div:nth-child(3)
{
	margin-left: 0px;
}

div:nth-child(2)
{
	
}

ul.BulletList > li > ul > li::marker
{
	list-style-type: disc;
}

h3.BodyContent
{
	font-size: 16px;
	font-weight: bold;
	font-family: Homie;
	color: #202A3E;
}

div.Test2Column	/*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.Test2Column::before
{
	content: ' ';
	display: table;
}

div.Test2Column::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Test2Column > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Test2Column > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.Test2Column > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

ul.menu._Skins_SideMenu.mc-component li > a.selected
{
	color: #F16E00;
	font-weight: normal;
	background-color: transparent;
}

MadCap|dropDownBody
{
	margin-left: 16px;
	font-family: Roboto;
}

iframe
{
	height: 672px;
	width: 378px;
	padding-top: 6px;
	margin-top: 3px;
	border: none 2px #ffffff;
	border-right-width: 0px;
	border-left-width: 0px;
}

MadCap|dropDownHotspot.Heading_2
{
	color: #202a3e;
	font-family: Homie;
	margin-top: 10px;
	font-size: 19px;
}

MadCap|dropDownHead.Heading_2
{
	font-family: Homie;
	font-size: 19px;
	color: #202a3e;
}

MadCap|dropDown.Heading_2
{
	margin-top: 10px;
	mc-closed-image: url('../A_Images/Assets/Icons/Arrows/arrow-right-hiOrange.png');
	mc-open-image: url('../A_Images/Assets/Icons/Arrows/arrow-down-hiOrange.png');
	font-family: Homie;
}

td
{
	font-family: Roboto;
}

span
{
	
}

span.mc-variable
{
	
}

sup
{
	font-family: Roboto;
}

p.ComingUp
{
	font-family: Roboto;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #E8E9EB;
}

MadCap|dropDownHead
{
	font-family: Roboto;
}

div.Columns-2	/*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: none 1px #e8e9eb;
}

div.Columns-2::before
{
	content: ' ';
	display: table;
}

div.Columns-2::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Columns-2 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Columns-2 > div:nth-child(1)
{
	margin-left: 0%;
	margin-right: 3px;
	width: 47%;
}

div.Columns-2 > div:nth-child(2)
{
	margin-left: 3%;
	width: 47%;
}

object.Mobile_Vids
{
	height: 350px;
	width: 200px;
}

div.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;
	background: #202a3e;
	color: #ffffff;
	font-family: Homie;
	font-size: 20px;
	background-repeat: no-repeat;
	text-align: center;
	background-size: 300px 200px;
	margin-top: -1px;
	padding-top: 0px;
}

div.Header::before
{
	content: ' ';
	display: table;
}

div.Header::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Header > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Header > div:nth-child(1)
{
	width: 100%;
	margin-left: 0%;
}

/*===========================================================================================================================================================
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;
	}

	div.Test2Column > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Test2Column > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Columns-2 > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Columns-2 > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Header > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.topic-layout
	{
		margin-bottom: 5%;
	}

	div.Test2Column > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Test2Column > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	iframe
	{
		width: auto;
		height: auto;
		display: block;
		float: left;
		position: relative;
	}

	MadCap|dropDownHotspot.Heading_2
	{
		color: #202a3e;
		font-family: Homie;
		font-size: 19px;
		font-weight: 600;
	}

	MadCap|dropDown
	{
		font-family: Roboto;
	}

	MadCap|dropDownHead.Heading_2
	{
		color: #202a3e;
		font-family: Homie;
		margin-top: 10px;
		font-weight: 600;
		font-size: 19px;
	}

	MadCap|dropDown.Heading_2
	{
		margin-top: 10px;
	}

	div.Columns-2 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Columns-2 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	object.Mobile_Vids
	{
		width: 200px;
		height: 350px;
	}

	div.Header > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}
}

h1.BodyContent
{
	font-size: 24px;
	color: #202A3E;
	font-family: Homie;
	padding-bottom: 0px;
	margin-top: 0px;
	margin: 0px 0px;
	margin-bottom: 8px;
}

p.Body
{
	font-size: 16px;
	font-family: Roboto;
	line-height: 22px;
	color: #202A3E;
}

p.Lvl1_BulList
{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 2px;
	color: #202A3E;
	font-family: Roboto;
	line-height: 22px;
}

p.Lvl2_List
{
	font-size: 14px;
	font-weight: normal;
	color: #202A3E;
	font-family: Roboto;
}

p.Body_Indented
{
	font-size: 14px;
	font-weight: normal;
	color: #202A3E;
	font-family: Roboto;
}

p.Note_Heading
{
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-style: italic;
	padding-left: 6px;
	padding-right: 6px;
	border-top: solid 1px #f16e00;
	color: #202A3E;
	font-family: Roboto;
	font-weight: 500;
	padding-top: 3px;
	margin-top: 7px;
}

p.Note_Body_Border
{
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	line-height: normal;
	color: #202A3E;
	border-bottom: solid 1px #f16e00;
	font-family: Roboto;
	margin-bottom: 8px;
}

p.Tip_Heading
{
	font-family: Roboto;
	font-size: 16px;
	font-weight: bold;
}

p.Tip_Body
{
	font-size: 14px;
	color: #202A3E;
	font-family: Roboto;
}

p.BodyBeforeList
{
	font-size: 16px;
	padding-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	color: #202A3E;
	font-family: Roboto;
	margin-bottom: -3px;
	margin-top: 2px;
	padding-top: 2px;
	line-height: 22px;
}

ul.BulletList
{
	font-size: 16px;
	line-height: 0px;
	padding-bottom: 0px;
	margin-left: -17px;
	margin: 6px 0px 0px -20px;
	font-family: Roboto;
	padding-top: 2px;
	margin-bottom: 2px;
}

li.BulletList
{
	padding-top: 0px;
	line-height: normal;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-left: 4px;
}

b.BodyBold
{
	color: #2B2E3D;
	font-size: 16px;
	font-weight: bold;
	font-family: Roboto;
}

img.Intro
{
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	width: 238px;
	height: 513px;
}

p.Note_Body
{
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
	border-bottom: none 1px #d94567;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: normal;
	color: #202A3E;
	font-family: Roboto;
}

ol.NumberedList
{
	margin-bottom: 6px;
	line-height: normal;
	padding-left: 6px;
	font-weight: bold;
	margin-left: 12px;
	margin-top: 4px;
	font-family: Roboto;
}

li.NumberedList
{
	margin-left: 0px;
	line-height: normal;
	margin-bottom: 1px;
	margin-top: 1px;
	padding-top: 2px;
	padding-left: 4px;
	font-family: Roboto;
}

p.Lvl1_NumList
{
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 16px;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: normal;
	color: #202A3E;
	font-family: Roboto;
	line-height: 22px;
}

img.ListImages
{
	padding-bottom: 6px;
	mc-thumbnail-max-height: 170px;
	mc-thumbnail: popup;
}

p.Lvl1_BulListLast
{
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	color: #202A3E;
	font-family: Roboto;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

@media print
{
	img
	{
		mc-popup-height: 170px;
	}

	img.ListImages
	{
		max-height: 170px;
		mc-popup-height: 0px;
		mc-popup-width: 50%;
		mc-thumbnail-max-height: 170px;
		mc-thumbnail: normal;
		max-width: auto;
	}

	MadCap|dropDownHotspot
	{
		font-weight: normal;
		font-family: 'Segoe UI';
		color: #F16E00;
	}

	MadCap|dropDownHead
	{
		font-weight: normal;
		color: #D94567;
	}

	MadCap|dropDown
	{
		font-weight: normal;
		font-family: 'Segoe UI';
		color: #D94567;
	}

	h2.BodyContent
	{
		font-size: 20px;
		color: #2B2E3D;
		padding-top: 6px;
		font-family: Roboto;
		font-weight: bold;
	}

	h3.BodyContent
	{
		font-family: 'Segoe UI';
		font-size: 18px;
		font-weight: bold;
		color: #2B2E3D;
		padding-bottom: 3px;
		padding-top: 3px;
	}

	h1.BodyContent
	{
		font-size: 24px;
		font-family: 'Source Sans Pro';
	}

	ul.BulletList
	{
		margin-left: 19px;
	}

	MadCap|tocProxy
	{
		font-family: 'Segoe UI';
	}

	p.TOC1
	{
		font-family: 'Segoe UI';
	}

	p.TOC2
	{
		font-family: 'Segoe UI';
	}

	p.TOC3
	{
		font-family: 'Segoe UI';
	}

	h1
	{
		font-size: 20px;
		font-family: 'Source Sans Pro';
	}

	b.BodyBold
	{
		font-weight: bold;
	}

	p.Lvl2_List
	{
		font-family: 'Segoe UI';
	}

	li.NumberedList
	{
		color: #202a3e;
		font-weight: bold;
	}

	li.BulletList
	{
		font-weight: normal;
		font-family: Roboto;
	}

	p.Tip_Body
	{
		
	}

	p.Note_Body
	{
		page-break-before: avoid;
	}

	p.Note_Body_Border
	{
		page-break-before: avoid;
		padding-top: 2px;
		padding-bottom: 7px;
	}

	p.Note_Heading
	{
		padding-bottom: 0px;
	}

	p
	{
		font-family: Roboto;
	}

	h2
	{
		font-family: Roboto;
		font-size: 18px;
	}

	h3
	{
		font-size: 16px;
		font-weight: bold;
	}

	h4
	{
		font-family: Roboto;
		font-weight: bold;
		font-size: 14px;
	}

	p.ComingUp
	{
		font-weight: bold;
		font-size: 16px;
	}

	ol.NumberedList
	{
		color: #202a3e;
		font-weight: bold;
	}

	div.Columns-2 > div
	{
		position: relative;
		left: 19px;
	}

	div.Columns-2 > div:nth-child(1)
	{
		float: none;
		width: 40%;
		left: ;
	}

	div.Columns-2 > div:nth-child(2)
	{
		float: none;
		margin-right: 0%;
		width: 40%;
		margin-left: 3px;
	}

	p.Lvl1_NumList
	{
		font-weight: normal;
	}

	p.Lvl1_NumList1_Last
	{
		margin-bottom: 5pt;
	}
}

p.Body_Bottom_Space
{
	font-size: 16px;
	margin: 0;
	margin-bottom: 6px;
	padding-bottom: 6px;
	color: #202A3E;
	font-family: Roboto;
	line-height: 22px;
}

img.ListImages_SmallImgs
{
	padding-bottom: 6px;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 100px;
}

i.ui_names
{
	font-family: Roboto;
	font-weight: 500;
}

p.Lvl1_NumList1_Last
{
	margin-top: 0px;
	font-size: 16px;
	line-height: normal;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-bottom: 3px;
	color: #202A3E;
	font-family: Roboto;
}

MadCap|dropDownHotspot.Lvl2
{
	font: inherit;
	font-weight: normal;
	font-size: 16px;
	color: #202a3e;
	font-family: Roboto;
	display: block;
	padding-left: 6px;
}

MadCap|dropDown.Lvl2
{
	font-size: 14.5px;
	margin-left: 0px;
	padding-right: 0px;
	font-family: Roboto;
}

MadCap|dropDownBody.Lvl2
{
	line-height: normal;
	margin-top: 4px;
	font-size: 16px;
	font-family: Roboto;
}

MadCap|dropDownHotspot.FAQs_Lvl1
{
	font-weight: bold;
	font-family: Roboto;
}

p.FAQ
{
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 4px;
	margin: 0px;
	font-family: Roboto;
	line-height: 22px;
}

h3.BodyContentFAQ
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	margin-top: 3px;
	padding-bottom: 2px;
	color: #202A3E;
	font-family: Homie;
}

ul.NumList_BulletList
{
	margin: 0px;
	padding-left: 15px;
	list-style-type: disc;
	padding-right: 0px;
	margin-left: 4px;
	margin-top: 2px;
}

b.Note_Bold
{
	font-family: 'Segoe UI';
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #2B2E3D;
}

MadCap|dropDown.NumList
{
	margin-left: 17px;
}

p.ReleaseDateBody
{
	font-size: 16px;
	color: #202A3E;
	font-family: Roboto;
	line-height: 22px;
	padding-left: 10px;
	padding-bottom: 3px;
	margin-top: 11px;
	border-top-style: solid;
	margin-bottom: 11px;
	padding-top: 4px;
	border-bottom: solid 1px #6e7481;
	border-bottom-color: #6E7481;
	border-top: solid 1px #6e7481;
	background-color: #f2F4fe;
}

p.Lvl1_NumList_BottomBorder
{
	margin-top: 0px;
	font-size: 16px;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: normal;
	color: #202A3E;
	font-family: Roboto;
	line-height: 22px;
	border-bottom: solid 1px #202a3e;
	padding-bottom: 3px;
	margin-bottom: 6px;
}

img.Icons_Buttons
{
	padding-top: 2px;
}

iframe.horizontal_web
{
	width: 669px;
	height: 369px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

@media only screen and (max-width: 767px)
{
	nav.title-bar .menu-icon
	{
		display: block;
		left: auto;
		right: 6px;
	}
}

p.EmphasisBlockHeader
{
	border-left: solid 4px #f16e00;
	font-family: Roboto;
	font-size: 16px;
	color: #202A3E;
	margin-bottom: 0px;
	padding-bottom: 4px;
	margin-left: 0px;
	padding-left: 12px;
}

p.EmphasisBlockBody
{
	border-left: solid 4px #f16e00;
	font-family: Roboto;
	font-size: 16px;
	color: #202A3E;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 2px;
	line-height: 22px;
	margin-left: 0px;
	padding-left: 12px;
}

MadCap|dropDownHotspot.BodyContent
{
	color: #202A3E;
	font-weight: bold;
}

h2.BodyContent_Vids
{
	font-size: 19px;
	font-weight: 600;
	font-family: Homie;
	color: #202A3E;
	margin-bottom: 2px;
	padding: 2px 0px 0px;
	padding-top: 4px;
	margin-top: 12px;
	border-top: solid 1px #797f8b;
	border-top-color: #797f8b;
}

MadCap|dropDown.Vids_Last
{
	border-bottom: solid 1px #797f8b;
	margin-bottom: 6px;
}

p.BodyBeforeList_GS
{
	font-size: 16px;
	line-height: normal;
	padding-bottom: 0px;
	font-style: normal;
	margin: 0;
	color: #202A3E;
	font-family: Roboto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-weight: bold;
}

ul.BulletList_GS
{
	font-size: 16px;
	line-height: 0px;
	padding-bottom: 0px;
	margin: 6px 0px 0px -20px;
	font-family: Roboto;
	padding-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}

p.SectionHeader
{
	font-family: Homie;
	font-size: 16px;
	color: #202a3e;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
}

