<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*&lt;meta /&gt;*/

/*===========================================================================================================================================================

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 &gt; Topics Section &gt; 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==*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	color: #404040;
	line-height: 1.7em;
	font-family: Roboto;
}

h1
{
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 20px;
	padding: 0;
	margin-top: 0;
	color: #122532;
	font-family: Roboto;
}

h2
{
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 20px;
	font-family: Roboto;
}

h3
{
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 16px;
	font-family: Roboto;
}

h4
{
	font-weight: 500;
	font-size: 18px;
	font-family: Roboto;
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
	font-family: Roboto;
}

p
{
	margin-bottom: 15px;
	margin-top: 0;
	line-height: 25px;
	font-weight: 400;
	font-size: 16px;
	font-family: Roboto;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
	font-family: Roboto;
}

img.thumbnail
{
	mc-thumbnail: popup;
	font-family: Roboto;
}

a.MCBreadcrumbsLink,
.MCBreadcrumbsSelf
{
	font-style: normal;
	text-decoration: none;
	color: #264bfa !important;
	font-size: 14px;
	font-weight: 400;
}

.MCBreadcrumbsDivider
{
	margin: 0 15px;
	background-image: url('../Images/Assets/site-images/MCBreadcrumbsDivider.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 5px;
	height: 13px;
	font-size: 0;
	display: inline-block;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #4F7476;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-count: 8;
	font-family: Roboto;
}

MadCap|xref
{
	mc-format: '{para}';
	text-decoration: underline;
	font-family: Roboto;
	color: #264bfa;
	font-weight: normal;
}

MadCap|xref:hover
{
	color: #4F7476;
	font-family: Roboto;
}

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');
	font-family: Roboto;
}

MadCap|dropDownHotspot
{
	color: #4F7476;
	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: #ffffff;
}

div.content-container	/*Wraps the topic content on the masterpage and provides the white background behind topics.*/
{
	margin-right: 0;
	background-color: white;
	padding: 0;
	/*min-height: 95vh;*/
}

div.side-content
{
	float: left;
	width: 20%;
	margin-bottom: 30px;
}

/* custom CSS */

nav.title-bar
{
	padding: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: inherit;
	display: block;
	padding-top: 0px;
	padding-bottom: 00px;
	/*background-image: url('../Images/Assets/site-images/banner-bg.png');*/
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.search-bar._Skins_HomeSearchBar.mc-component
{
	display: block;
	width: 90%;
	height: 60px;
	margin-top: 10px;
}

.off-canvas-wrapper-inner .outer-row
{
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/*Custom CSS*/

div.home-tiles-container
{
	padding-bottom: 0px;
}

div.home-tiles	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon &gt; Styles Section &gt; Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	font-family: Roboto;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
	font-family: Roboto;
}

div.home-tiles &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000000;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 5%;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
}

div.home-tiles &gt; div:nth-child(1)
{
	width: 16.667%;
	margin-left: 12.667%;
}

div.home-tiles &gt; div:nth-child(2)
{
	width: 16.667%;
	margin-left: 2%;
}

div.home-tiles &gt; div:nth-child(3)
{
	width: 16.667%;
	margin-left: 2%;
}

div.home-tiles &gt; div:nth-child(4)
{
	width: 16.667%;
	margin-left: 2%;
}

div.home-tiles-container h1
{
	color: #122532;
	font-size: 36px;
	font-weight: 300;
	line-height: 40px;
	margin-top: 0;
}

div.title-button-bar
{
	position: relative;
	width: 100%;
	margin: 0 auto 20px auto;
}

div.title-button-bar::before
{
	content: ' ';
	display: table;
}

div.title-button-bar::after
{
	content: ' ';
	display: table;
	clear: both;
}

a.collapse-all-button
{
	background-color: #FFFFFF;
	border: 1px solid rgba(94, 120, 140, 0.4000000059604645);
	border-radius: 5px;
	width: 180px;
	height: 40px;
	display: block;
	color: #5E788C;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	width: 180px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	font-family: Roboto;
}

div.home-tiles &gt; div:nth-child(1)
{
	width: 32%;
	margin-left: 0;
}

div.home-tiles &gt; div:nth-child(2)
{
	width: 32%;
}

div.home-tiles &gt; div:nth-child(3)
{
	width: 32%;
}

div.home-tiles &gt; div:nth-child(1)
{
	width: 32%;
	margin-left: 0;
}

div.home-tiles &gt; div:nth-child(4)
{
	width: 32%;
}

div.home-tiles &gt; div:nth-child(5)
{
	width: 32%;
	margin-left: 2%;
}

div.home-tiles &gt; div:nth-child(6)
{
	width: 32%;
	margin-left: 0;
	margin-left: 2%;
}

div.home-tiles &gt; div:nth-child(7)
{
	width: 32%;
}

div.home-tiles &gt; div:nth-child(8)
{
	width: 32%;
	margin-left: 2%;
}

div.home-tiles &gt; div:nth-child(9)
{
	width: 32%;
	margin-left: 2%;
}

.main-section &gt; .outer-row
{
	padding-top: 35px;
}

div.home-tiles &gt; div
{
	background: #ffffff;
}

p.tile-title,
p.tile-title a
{
	color: #5E788C !important;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	text-decoration: none;
}

.dropDownHead a
{
	color: #264bfa;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
}

.dropDownHead
{
	text-decoration: none;
	text-align: left;
}

/* .MCDropDownBody,
.MCDropDownBody a */

.MCDropDownBody
{
	margin-left: 18px;
	overflow: hidden;
	text-align: left;
	color: #122532 !important;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}

.MCDropDownBody a
{
	margin-left: 0;
}

p.tile-content
{
	padding: 0;
	text-align: left;
}

.MCDropDown
{
	margin-bottom: 10px;
	margin-left: 10px;
}

.dropDownHotspot:link
{
	color: #264bfa;
}

div.home-tiles &gt; div:nth-child(4)
{
	margin-left: 0px;
}

div.footer
{
	background-color: #EEF1F6;
	padding-top: 0;
	border-top: none;
	font-family: Roboto;
}

div.footer a
{
	text-decoration: none;
	color: #264bfa;
}

div.footer p	/* Complex Selector: Any &lt;p&gt; that is contained within div.footer will have the following properties */
{
	font-size: 0.8em;
	color: #000;
}

.custom-footer
{
	padding: 25px 0px;
	width: 90%;
	margin: 0 auto;
}

.custom-footer::before
{
	content: ' ';
	display: table;
}

.custom-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

.copyright-text
{
	color: #000;
	/* font-family: 'Open Sans', sans-serif; */
	font-size: 13px;
	font-weight: bold;
	line-height: 33px;
	opacity: 0.8;
	width: 250px;
	text-align: left;
	float: left;
}

.copyright-text a
{
	color: #264bfa;
}

.footer-navigation
{
	float: left;
	margin: 0 60px;
}

.footer-navigation ul li
{
	float: left;
	margin: 0 10px;
}

.footer-navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-navigation ul li a
{
	color: #264bfa;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
}

.footer-navigation.right-section
{
	float: right;
	margin: 0;
}

.footer-navigation.right-section ul li a
{
	color: #5E788C;
}

.footer-navigation.right-section ul li a.feedback-link
{
	color: #264bfa;
	padding-left: 17px;
	background-image: url('../Images/Assets/site-images/send-feedback-icon.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.toc-bar
{
	width: 20%;
	float: right;
	margin-top: 44px;
}

.main-content
{
	width: 78%;
	float: left;
	margin-left: 15px;
}

ul.menu._Skins_SideMenu___Release_Notes.mc-component
{
	padding: 0;
	background: #ffffff;
}

ul.menu._Skins_SideMenu___Release_Notes.mc-component li &gt; a
{
	color: #000000 !important;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 0;
	font-weight: 300;
	line-height: normal;
}

ul.menu._Skins_SideMenu___Release_Notes.mc-component ul
{
	color: #000000 !important;
	font-size: 15px !important;
	margin-bottom: 8px;
	padding-left: 15px;
}

ul.menu._Skins_SideMenu___Release_Notes.mc-component ul &gt; li &gt; a
{
	color: #000000 !important;
	font-size: 15px !important;
	margin-bottom: 8px;
	padding-left: 0;
}

ul.menu._Skins_SideMenu___Release_Notes.mc-component ul ul &gt; li &gt; a
{
	padding-left: 20;
	color: #FF0000 !important;
	font-size: 15px;
}

ul.menu._Skins_SideMenu.mc-component
{
	padding: 0;
	background: #ffffff;
}

ul.menu._Skins_SideMenu.mc-component li &gt; a
{
	color: #000000 !important;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 0;
	font-weight: 300;
	line-height: normal;
}

ul.menu._Skins_SideMenu.mc-component ul &gt; li &gt; a
{
	color: #000000 !important;
	font-size: 15px !important;
	margin-bottom: 8px;
	padding-left: 0;
}

ul.menu._Skins_SideMenu.mc-component ul ul &gt; li &gt; a
{
	padding-left: 0;
	color: #122532 !important;
	font-size: 15px;
}

.MCBreadcrumbsPrefix
{
	display: none;
}

.div.MCBreadcrumbsBox_0
{
	margin-bottom: 30px;
}

.toc-heading
{
	font-size: 20px;
	color: #5E788C;
	font-weight: 400;
	margin-bottom: 10px;
}

.toc-bar ul.menu._Skins_SideMenu___Release_Notes.mc-component li &gt; a
{
	font-size: 14px !important;
	padding-bottom: 5px !important;
	color: #122532 !important;
}

.toc-bar ul.menu._Skins_SideMenu___Release_Notes.mc-component li &gt; a:hover
{
	background: none;
	color: #3e515e !important;
}

.toc-bar ul.menu._Skins_SideMenu.mc-component li &gt; a
{
	font-size: 14px !important;
	padding-bottom: 5px !important;
	color: #122532 !important;
}

#resultList h3.title a:visited
{
	color: #0185d1;
}

.toc-bar ul.menu._Skins_SideMenu.mc-component li &gt; a:hover
{
	background: none;
	color: #3e515e !important;
}

ul.navigation ul a:hover
{
	background: #e9e9e9;
}

ul.navigation li li a:hover
{
	background: none;
}

.side-content ul.menu._Skins_SideMenu___Release_Notes.mc-component li &gt; a.selected,
.side-content ul.menu._Skins_SideMenu___Release_Notes.mc-component ul &gt; li &gt; a
{
	font-size: 17px;
	font-weight: 200 !important;
	padding-bottom: 0;
	background: none;
}

.side-content ul.menu._Skins_SideMenu___Release_Notes.mc-component li &gt; a.selected
{
	font-weight: bold !important;
}

.side-content ul.menu._Skins_SideMenu___Release_Notes.mc-component ul &gt; li &gt; a:hover,
.side-content ul.menu._Skins_SideMenu___Release_Notes.mc-component li &gt; a:hover
{
	background: none;
}

.side-content ul.menu._Skins_SideMenu___Release_Notes.mc-component ul ul.sub-menu &gt; li &gt; a
{
	font-size: 15px;
	font-weight: 300;
	color: #122532 !important;
	padding-bottom: 0;
}

.side-content ul.menu._Skins_SideMenu.mc-component li &gt; a.selected,
.side-content ul.menu._Skins_SideMenu.mc-component ul &gt; li &gt; a
{
	font-size: 17px;
	font-weight: 200 !important;
	padding-bottom: 0;
	background: none;
}

.side-content ul.menu._Skins_SideMenu.mc-component li &gt; a.selected
{
	font-weight: bold !important;
}

.side-content ul.menu._Skins_SideMenu.mc-component ul &gt; li &gt; a:hover,
.side-content ul.menu._Skins_SideMenu.mc-component li &gt; a:hover
{
	background: none;
}

.side-content ul.menu._Skins_SideMenu.mc-component ul ul.sub-menu &gt; li &gt; a
{
	font-size: 15px;
	font-weight: 300;
	color: #122532 !important;
	padding-bottom: 0;
}

.side-content ul.sub-menu ul
{
	padding-left: 20px;
}

._Skins_button.mc-component .button.previous-topic-button
{
	background: url('../Images/Assets/site-images/previous-arrow.png') no-repeat 0 0;
	border: 0;
	position: relative;
	width: 110px;
}

._Skins_button.mc-component .button.previous-topic-button:after
{
	content: "Previous Topic";
	color: #264bfa;
	font-size: 13px;
	font-weight: 400;
	position: absolute;
	top: -5px;
	left: 15px;
}

._Skins_button.mc-component .button.next-topic-button
{
	background: url('../Images/Assets/site-images/next-arrow.png') no-repeat 100% 0;
	border: 0;
	float: right;
	position: relative;
	width: 110px;
}

._Skins_button.mc-component .button.next-topic-button:after
{
	content: "Next Topic";
	color: #264bfa;
	font-size: 13px;
	font-weight: 400;
	position: absolute;
	top: -5px;
	right: 15px;
}

.main-content .button-group-container-left
{
	width: 100%;
	margin: 25px 0;
}

._Skins_Print_and_Feedback_Button.mc-component .button.print-button
{
	background: url('../Images/Assets/site-images/print-icon.png') no-repeat 0 0;
	border: 0;
	position: relative;
	width: 60px;
}

._Skins_Print_and_Feedback_Button.mc-component .button.print-button:after
{
	content: "Print";
	color: #264bfa;
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	top: -3px;
	left: 23px;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

pre
{
	white-space: pre-wrap;
	padding: 10px;
	background-color: #FFF0E6;
}

MadCap|dropDownHead
{
	border-width: 0px;
	border: solid 0px #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

MadCap|codeSnippet
{
	font-size: 14px;
	background-color: #FFF0E6;
}

MadCap|codeSnippetCopyButton
{
	text-decoration: none;
	color: #264bfa;
}

MadCap|codeSnippetBody
{
	mc-code-border: solid 1px #aaaaaa;
}

MadCap|shortcut
{
	font-family: Roboto;
	color: #264bfa;
}

MadCap|popupHead
{
	font-family: Roboto;
	color: #264bfa;
}

MadCap|toggler:hover
{
	font-family: Roboto;
	color: #264bfa;
}

MadCap|toggler:focus
{
	font-family: Roboto;
	color: #264bfa;
}

MadCap|toggler
{
	font-family: Roboto;
	color: #264bfa;
}

MadCap|relatedTopics:hover
{
	font-family: Roboto;
	color: #264bfa;
}

MadCap|relatedTopics:focus
{
	font-family: Roboto;
	color: #264bfa;
}

MadCap|relatedTopics
{
	font-family: Roboto;
	color: #264bfa;
}

MadCap|keywordLink:hover
{
	font-family: Roboto;
	color: #264bfa;
}

MadCap|keywordLink:focus
{
	font-family: Roboto;
	color: #264bfa;
}

MadCap|keywordLink
{
	font-family: Roboto;
	color: #264bfa;
}

MadCap|conceptLink:hover
{
	font-family: Roboto;
	color: #264bfa;
}

MadCap|conceptLink:focus
{
	font-family: Roboto;
	color: #264bfa;
}

MadCap|conceptLink
{
	font-family: Roboto;
	color: #264bfa;
}

MadCap|slideshowCaption
{
	font-family: Roboto;
}

MadCap|helpControlMenuItem.Highlighted
{
	font-family: Roboto;
}

MadCap|helpControlMenuItem
{
	font-family: Roboto;
}

p.IndexHeading
{
	font-family: Roboto;
}

p.Index9
{
	font-family: Roboto;
}

p.Index8
{
	font-family: Roboto;
}

p.Index7
{
	font-family: Roboto;
}

p.Index6
{
	font-family: Roboto;
}

p.Index5
{
	font-family: Roboto;
}

p.Index4
{
	font-family: Roboto;
}

p.Index3
{
	font-family: Roboto;
}

p.Index2
{
	font-family: Roboto;
}

p.Index1
{
	font-family: Roboto;
}

p.ConceptContext
{
	font-family: Roboto;
}

p.Concept
{
	font-family: Roboto;
}

li.has-children::after
{
	font-family: Roboto;
}

li.has-children
{
	font-family: Roboto;
}

li::marker
{
	font-family: Roboto;
}

li:hover
{
	font-family: Roboto;
}

li::after
{
	font-family: Roboto;
}

h3.title
{
	font-family: Roboto;
}

a.GlossaryPageTerm
{
	font-family: Roboto;
	color: #264bfa;
}

a.focus
{
	font-family: Roboto;
	color: #264bfa;
}

a.feedback-link
{
	font-family: Roboto;
	color: #264bfa;
}

a:visited
{
	font-family: Roboto;
}

a:link
{
	font-family: Roboto;
	color: #264bfa;
}

a:hover
{
	font-family: Roboto;
	color: #264bfa;
}

a:focus
{
	font-family: Roboto;
	color: #264bfa;
}

a:first-child
{
	font-family: Roboto;
	color: #264bfa;
}

a::after
{
	font-family: Roboto;
	color: #264bfa;
}

a:active
{
	font-family: Roboto;
	color: #264bfa;
}

a
{
	font-family: Roboto;
	color: #264bfa;
}

MadCap|xref:focus
{
	font-family: Roboto;
	color: #264bfa;
	font-weight: normal;
}

div.home-master-page-footer
{
	font-family: Roboto;
}

div.GlossaryPageTerm
{
	font-family: Roboto;
}

div.GlossaryPageHeading
{
	font-family: Roboto;
}

div.GlossaryPageEntry
{
	font-family: Roboto;
}

div.GlossaryPageDefinition
{
	font-family: Roboto;
}

div:nth-child(9)
{
	font-family: Roboto;
}

div:nth-child(8)
{
	font-family: Roboto;
}

div:nth-child(7)
{
	font-family: Roboto;
}

div:nth-child(6)
{
	font-family: Roboto;
}

div:nth-child(5)
{
	font-family: Roboto;
}

div:nth-child(4)
{
	font-family: Roboto;
}

div:nth-child(3)
{
	font-family: Roboto;
}

div:nth-child(2)
{
	font-family: Roboto;
}

div:nth-child(1)
{
	font-family: Roboto;
}

div::before
{
	font-family: Roboto;
}

div::after
{
	font-family: Roboto;
}

div
{
	font-family: Roboto;
}

MadCap|dropDownHotspot:hover
{
	font-family: Roboto;
}

MadCap|dropDownHotspot:focus
{
	font-family: Roboto;
}

span.boolean
{
	font-family: Roboto;
}

span
{
	font-family: Roboto;
}

h6
{
	font-family: Roboto;
}

h5
{
	font-family: Roboto;
}

hr
{
	font-family: Roboto;
}

script
{
	font-family: Roboto;
}

object
{
	font-family: Roboto;
}

textarea
{
	font-family: Roboto;
}

input
{
	font-family: Roboto;
}

select
{
	font-family: Roboto;
}

cookieButton
{
	font-family: Roboto;
}

i
{
	font-family: Roboto;
}

menu
{
	font-family: Roboto;
}

center
{
	font-family: Roboto;
}

dt
{
	font-family: Roboto;
}

dd
{
	font-family: Roboto;
}

dl
{
	font-family: Roboto;
}

blockquote
{
	font-family: Roboto;
}

address
{
	font-family: Roboto;
}

caption
{
	font-family: Roboto;
}

section
{
	font-family: Roboto;
}

td
{
	font-family: Roboto;
}

th
{
	font-family: Roboto;
}

tfoot
{
	font-family: Roboto;
}

tbody
{
	font-family: Roboto;
}

thead
{
	font-family: Roboto;
}

tr
{
	font-family: Roboto;
}

table
{
	font-family: Roboto;
}

html.topic
{
	font-family: Roboto;
}

html.task
{
	font-family: Roboto;
}

html.reference
{
	font-family: Roboto;
}

html.concept
{
	font-family: Roboto;
}

html
{
	font-family: Roboto;
}

MadCap|searchResultsProxy
{
	font-family: Roboto;
}

MadCap|menuProxy
{
	font-family: Roboto;
}

MadCap|searchBarProxy
{
	font-family: Roboto;
}

MadCap|endnotesProxy
{
	font-family: Roboto;
}

MadCap|relationshipsItem
{
	font-family: Roboto;
}

MadCap|relationshipsHeading.task
{
	font-family: Roboto;
}

MadCap|relationshipsHeading.reference
{
	font-family: Roboto;
}

MadCap|relationshipsHeading.concept
{
	font-family: Roboto;
}

MadCap|relationshipsHeading
{
	font-family: Roboto;
}

MadCap|relationshipsProxy
{
	font-family: Roboto;
}

MadCap|glossaryProxy
{
	font-family: Roboto;
}

MadCap|conceptsProxy
{
	font-family: Roboto;
}

MadCap|listOfProxy
{
	font-family: Roboto;
}

MadCap|indexProxy
{
	font-family: Roboto;
}

MadCap|tocProxy
{
	font-family: Roboto;
}

MadCap|miniTocProxy
{
	font-family: Roboto;
}

MadCap|eLearningToolbarProxy
{
	font-family: Roboto;
}

MadCap|topicToolbarProxy
{
	font-family: Roboto;
}

MadCap|testResultsProxy
{
	font-family: Roboto;
}

iframe
{
	font-family: Roboto;
}

MadCap|pageBreak
{
	font-family: Roboto;
}

MadCap|bodyProxy
{
	font-family: Roboto;
}

span.mc-variable
{
	font-family: Roboto;
}

MadCap|concept
{
	font-family: Roboto;
}

MadCap|keyword
{
	font-family: Roboto;
}

figcaption
{
	font-family: Roboto;
}

figure
{
	font-family: Roboto;
}

br::before
{
	font-family: Roboto;
}

br
{
	font-family: Roboto;
}

s
{
	font-family: Roboto;
}

button
{
	font-family: Roboto;
}

colgroup
{
	font-family: Roboto;
}

noframes
{
	font-family: Roboto;
}

frameset
{
	font-family: Roboto;
}

frame
{
	font-family: Roboto;
}

form
{
	font-family: Roboto;
}

fieldset
{
	font-family: Roboto;
}

style
{
	font-family: Roboto;
}

head
{
	font-family: Roboto;
}

area
{
	font-family: Roboto;
}

map
{
	font-family: Roboto;
}

col
{
	font-family: Roboto;
}

legend
{
	font-family: Roboto;
}

option
{
	font-family: Roboto;
}

optgroup
{
	font-family: Roboto;
}

article
{
	font-family: Roboto;
}

canvas
{
	font-family: Roboto;
}

header
{
	font-family: Roboto;
}

label
{
	font-family: Roboto;
}

datalist
{
	font-family: Roboto;
}

q
{
	font-family: Roboto;
}

footer
{
	font-family: Roboto;
}

aside
{
	font-family: Roboto;
}

var
{
	font-family: Roboto;
}

sub
{
	font-family: Roboto;
}

sup
{
	font-family: Roboto;
}

strong
{
	font-family: Roboto;
}

strike
{
	font-family: Roboto;
}

u
{
	font-family: Roboto;
}

small
{
	font-family: Roboto;
}

ins
{
	font-family: Roboto;
}

em
{
	font-family: Roboto;
}

del
{
	font-family: Roboto;
}

cite
{
	font-family: Roboto;
}

big
{
	font-family: Roboto;
}

b
{
	font-family: Roboto;
}

acronym
{
	font-family: Roboto;
}

abbr
{
	font-family: Roboto;
}

ol
{
	font-family: Roboto;
}

dir
{
	font-family: Roboto;
}

MadCap|pageFooter.EvenPage
{
	font-family: Roboto;
}

MadCap|pageFooter
{
	font-family: Roboto;
}

MadCap|pageHeader.OddPage
{
	font-family: Roboto;
}

MadCap|pageHeader.FirstPage
{
	font-family: Roboto;
}

MadCap|pageHeader.EvenPage
{
	font-family: Roboto;
}

MadCap|pageHeader
{
	font-family: Roboto;
}

MadCap|keywordLinkControlListItemLink:visited
{
	font-family: Roboto;
}

MadCap|keywordLinkControlListItemLink:link
{
	font-family: Roboto;
}

MadCap|keywordLinkControlListItemLink:hover
{
	font-family: Roboto;
}

MadCap|keywordLinkControlListItemLink:focus
{
	font-family: Roboto;
}

MadCap|keywordLinkControlListItemLink
{
	font-family: Roboto;
}

MadCap|keywordLinkControlListItem
{
	font-family: Roboto;
}

MadCap|keywordLinkControlList
{
	font-family: Roboto;
}

MadCap|conceptLinkControlListItemLink:visited
{
	font-family: Roboto;
}

MadCap|conceptLinkControlListItemLink:link
{
	font-family: Roboto;
}

MadCap|conceptLinkControlListItemLink:hover
{
	font-family: Roboto;
}

MadCap|conceptLinkControlListItemLink:focus
{
	font-family: Roboto;
}

MadCap|conceptLinkControlListItemLink
{
	font-family: Roboto;
}

MadCap|conceptLinkControlListItem
{
	font-family: Roboto;
}

MadCap|conceptLinkControlList
{
	font-family: Roboto;
}

MadCap|relatedTopicsControlListItemLink:visited
{
	font-family: Roboto;
}

MadCap|relatedTopicsControlListItemLink:link
{
	font-family: Roboto;
}

MadCap|relatedTopicsControlListItemLink:hover
{
	font-family: Roboto;
}

MadCap|relatedTopicsControlListItemLink:focus
{
	font-family: Roboto;
}

MadCap|relatedTopicsControlListItemLink
{
	font-family: Roboto;
}

MadCap|relatedTopicsControlListItem
{
	font-family: Roboto;
}

MadCap|relatedTopicsControlList
{
	font-family: Roboto;
}

MadCap|helpControlListItemLink:visited
{
	font-family: Roboto;
}

MadCap|helpControlListItemLink:link
{
	font-family: Roboto;
}

MadCap|helpControlListItemLink:hover
{
	font-family: Roboto;
}

MadCap|helpControlListItemLink:focus
{
	font-family: Roboto;
}

MadCap|helpControlListItemLink
{
	font-family: Roboto;
}

MadCap|helpControlListItem
{
	font-family: Roboto;
}

MadCap|helpControlList
{
	font-family: Roboto;
}

MadCap|helpControlMenu
{
	font-family: Roboto;
}

MadCap|popupBody
{
	font-family: Roboto;
}

MadCap|popup:hover
{
	font-family: Roboto;
}

MadCap|popup:focus
{
	font-family: Roboto;
}

MadCap|popup
{
	font-family: Roboto;
}

MadCap|expandingBody
{
	font-family: Roboto;
}

MadCap|expandingHead:hover
{
	font-family: Roboto;
}

MadCap|expandingHead:focus
{
	font-family: Roboto;
}

MadCap|expandingHead
{
	font-family: Roboto;
}

MadCap|expanding
{
	font-family: Roboto;
}

MadCap|microContent
{
	font-family: Roboto;
}

MadCap|dropDownBody
{
	font-family: Roboto;
}

MadCap|annotation
{
	font-family: Roboto;
}

MadCap|glossaryTerm.Popup
{
	font-family: Roboto;
}

MadCap|glossaryTerm.Hyperlink
{
	font-family: Roboto;
}

MadCap|glossaryTerm.Expanding
{
	font-family: Roboto;
}

MadCap|glossaryTerm:hover
{
	font-family: Roboto;
}

MadCap|glossaryTerm:focus
{
	font-family: Roboto;
}

MadCap|glossaryTerm
{
	font-family: Roboto;
}

MadCap|footnote
{
	font-family: Roboto;
}

MadCap|endnoteBlock
{
	font-family: Roboto;
}

MadCap|endnotesBlock
{
	font-family: Roboto;
}

MadCap|footnoteBlock
{
	font-family: Roboto;
}

MadCap|footnotesBlock
{
	font-family: Roboto;
}

MadCap|conditionalText
{
	font-family: Roboto;
}

MadCap|model3D
{
	font-family: Roboto;
}

MadCap|slideThumbnail.active
{
	font-family: Roboto;
}

MadCap|slideThumbnail:hover
{
	font-family: Roboto;
}

MadCap|slideThumbnail
{
	font-family: Roboto;
}

MadCap|slideshowBullet.active
{
	font-family: Roboto;
}

MadCap|slideshowBullet:hover
{
	font-family: Roboto;
}

MadCap|slideshowBullet
{
	font-family: Roboto;
}

MadCap|slide
{
	font-family: Roboto;
}

MadCap|slideshow
{
	font-family: Roboto;
}

MadCap|snippetBlock
{
	font-family: Roboto;
}

MadCap|snippetText
{
	font-family: Roboto;
}

MadCap|promotionProxy
{
	font-family: Roboto;
}

MadCap|knowledgeProxy
{
	font-family: Roboto;
}

MadCap|faqProxy
{
	font-family: Roboto;
}

MadCap|centralAccountProxy
{
	font-family: Roboto;
}

a#cookieButton:hover
{
	color: #264bfa;
}

a#cookieButton
{
	color: #264bfa;
}

a.selected:hover
{
	color: #264bfa;
}

a.selected
{
	color: #264bfa;
}

a.Popup
{
	color: #264bfa;
}

a.MCBreadcrumbsLink
{
	color: #264bfa;
}

a.logo
{
	color: #264bfa;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific 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)
{
	
}

@media only screen and (max-width: 767px)
{
	.main-section &gt; .outer-row	/* Removes the padding around the topic container in mobile */
	{
		padding: 0;
	}

	div.home-master-page-footer &gt; div	/* Adds separators to the footer items when in mobile layout */
	{
		border-bottom: 1px solid #828282;
	}
}

/*Custom CSS*/

nav.title-bar
{
	height: 250px;
}

ul.navigation a
{
	color: #1a1a34 !important;
}

.title-bar-layout a.logo
{
	width: 140px;
	height: 82px;
	background-size: 100%;
}

.title-bar-layout .logo-wrapper
{
	height: 158px;
}

ul.navigation ul
{
	background: #ffffff !important;
}

ul.navigation ul a
{
	color: #288AF9 !important;
}

ul.menu._Skins_SideMenu___Release_Notes.mc-component
{
	border: 0;
}

ul.menu._Skins_SideMenu.mc-component
{
	border: 0;
}

ul.menu li.has-children a
{
	color: #288AF9;
	font-size: 20px;
}

ul.menu li ul.sub-menu
{
	margin: 25px 0 !important;
	padding-left: 15px;
}

ul.menu li ul.sub-menu a
{
	color: #000000;
}

ul.menu li ul.sub-menu a
{
	font-weight: 300 !important;
	line-height: normal;
}

ul.menu._Skins_HTML5_Menu_skin.mc-component
{
	padding-left: 0;
}

ul.menu._Skins_HTML5_Menu_skin.mc-component li &gt; a
{
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
}

ul.menu._Skins_HTML5_Menu_skin.mc-component li &gt; a:hover,
ul.menu._Skins_HTML5_Menu_skin.mc-component li &gt; a.selected:hover
{
	background: none;
}

ul.menu._Skins_HTML5_Menu_skin.mc-component li &gt; a.selected
{
	font-weight: 400 !important;
}

.main-section &gt; .outer-row
{
	padding-bottom: 0;
}

.off-canvas-wrapper-inner .outer-row
{
	width: 100%;
}

div.content-container
{
	width: 90%;
	margin: 0 auto;
	font-family: Roboto;
}

.off-canvas-wrapper-inner nav.title-bar .outer-row
{
	max-width: 95%;
}

.footer-navigation ul li a
{
	text-decoration: none;
}

.search-bar._Skins_SearchHome.mc-component .search-field
{
	padding-left: 20px;
	background-color: #ffffff;
	font-size: 20px;
	font-family: 'Pragmatica', arial;
	font-weight: 300;
}

ul.navigation &gt; li.has-children::after
{
	left: 30px;
}

ul.navigation ul
{
	border-radius: 3px;
	-webkit-box-shadow: 0px 20px 30px -9px rgba(0,0,0,0.53);
	-moz-box-shadow: 0px 20px 30px -9px rgba(0,0,0,0.53);
	box-shadow: 0px 20px 30px -9px rgba(0,0,0,0.53);
}

ul.navigation ul a
{
	font-size: 14px;
	color: #5e788c !important;
}

.search-bar .search-field
{
	padding: 0 0 0 20px !important;
	font-family: 'Pragmatica', arial !important;
	font-size: 20px !important;
	font-weight: 300 !important;
}

.main-content h2
{
	margin: 30px 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

h2.rn-no-bottom-border
{
	margin: 30px 0 10px;
	padding-bottom: 10px;
	border-bottom: 0;
}

.main-content h3
{
	font-size: 22px;
	margin-top: 20px;
}

h3.rn-bottom-border
{
	font-size: 22px;
	margin-top: 20px;
	margin: 30px 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-family: Roboto;
}

.main-content h4
{
	margin: 10px 0 5px 0;
}

p.important,
p.warning,
p.note,
p.tip
{
	color: rgba(0,0,0,0.7);
}

p.tip
{
	background-image: url('../Images/Icons/bulb.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
	border-radius: 5px;
	border: solid 1px #07BB25;
	/*mc-auto-number-format: '{b}Tip{/b}: ';*/
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin: 5px 0;
}

p.note
{
	background-image: url('../Images/Icons/Note.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
	border-radius: 5px;
	border: solid 1px #2D45BE;
	/*mc-auto-number-format: '{b}Note{/b}: ';*/
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	margin: 5px 0;
}

p.important
{
	background-image: url('../Images/Icons/Highlighted.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
	border-radius: 5px;
	border: solid 1px #F8A71B;
	/*mc-auto-number-format: '{b}Important{/b}: ';*/
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin: 5px 0;
	font-family: Roboto;
}

p.warning
{
	background-image: url('../Images/Icons/Warning.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
	border-radius: 5px;
	border: solid 1px #EC1818;
	/*mc-auto-number-format: '{b}Warning{/b}: ';*/
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	margin: 5px 0;
}

.side-content .sub-menu a.focus
{
	font-weight: bold !important;
}

.breadcrumbs a:first-child
{
	display: none !important;
}

div.footer p
{
	float: left;
}

.footer-navigation
{
	float: right;
	margin: 0;
}

.right-section
{
	dispaly: none;
}

.main-content
{
	position: relative;
}

.main-content h1
{
	margin-bottom: 20px;
	line-height: 42px;
}

.feedback-link
{
	/* border: 2px solid #264bfa; */
	/* background:#fff; */
	/* padding: 5px 10px; */
	font-size: 13px;
	margin: 10px 0;
	text-decoration: none;
	transition: all 0.6 ease-in-out;
	color: #264bfa;
}

.feedback-link i
{
	padding-right: 5px;
}

.feedback-link:hover
{
	color: #666;
}

.MCBreadcrumbsSelf
{
	color: #9b9b9b !important;
}

ul.navigation
{
	display: block;
}

ul.navigation &gt; li &gt; ul
{
	min-width: 150px;
}

ul.navigation &gt; li
{
	margin-right: 10px;
}

ul.navigation li &gt; a
{
	font-family: 'Roboto';
	position: relative;
}

ul.navigation &gt; li a:after
{
	font-family: FontAwesome;
	content: "\f107";
	position: absolute;
	top: 12px;
	right: 0;
}

ul.navigation &gt; li &gt; ul &gt; li,
ul.navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li
{
	margin-right: 0;
}

ul.navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li a:after
{
	content: '';
}

.main-content h2 a,
.main-content p a
{
	color: #264bfa;
	text-decoration: none;
}

::-webkit-input-placeholder
{
	/* Chrome/Opera/Safari */
	color: pink;
}

::-moz-placeholder
{
	/* Firefox 19+ */
	color: pink;
}

:-ms-input-placeholder
{
	/* IE 10+ */
	color: pink;
}

:-moz-placeholder
{
	/* Firefox 18- */
	color: pink;
}

#resultList h3.title a
{
	margin-bottom: 5px;
	display: inline-block;
}

ul.navigation ul &gt; li.has-children &gt; a:after
{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 5px;
	top: 9px;
}

ul.navigation ul &gt; li &gt; a
{
	padding: 5px 10px;
	font-size: 12px;
	display: block;
	position: static;
}

ul.navigation li li
{
	padding: 3px 10px;
	position: relative;
}

ul.navigation li li:hover,
ul.navigation li li:hover a
{
	background: #264bfa;
	color: #fff;
}

ul.navigation li li:hover a
{
	background: #264bfa;
	color: #fff !important;
}

ul.navigation li li:hover ul li a
{
	background: none !important;
	color: #5e788c !important;
}

ul.navigation li li ul li:hover,
ul.navigation li li ul li:hover a
{
	background: #ccc !important;
	color: #000 !important;
}

.js-off-canvas-exit
{
	box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2), 4px 0 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1279px)
{
	.nav-search
	{
		display: block;
	}
}

@media (max-width: 991px)
{
	nav.title-bar
	{
		height: auto;
		padding: 20px 0 !important;
	}
}

/*CMP-API css for consent*/

/*
.warning {
    margin-bottom: 20px;
    padding: 10px;
    background: #f8eaed;
}

.warning .admonition-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #bb0315;
}

.admonition.warning ol {
	padding-inline-start: 20px;
}*/

#ImcCookieConsent
{
	z-index: 999;
	min-height: 20px;
	padding: 10px 25px;
	background: rgba(26,34,234,0.6);
	overflow: hidden;
	position: fixed;
	color: #FFF;
	bottom: 0px;
	right: 10px;
	display: none;
	left: 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

#ImcCookieConsent div
{
	padding: 5px 0 0;
}

#ImcCookieConsent a
{
	color: #FFFFFF;
	display: inline-block;
	padding: 0 10px;
	width: 120px;
}

#ImcCookieConsent a:hover
{
	color: #ffffff;
}

#ImcCookieConsent cookieButton
{
	padding-top: 15px;
}

#ImcCookieConsent a#cookieButton
{
	display: inline-block;
	color: #FFFFFF;
	font-size: 1.1em;
	background: #1A22EA;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 25px;
	float: right;
	border-radius: 20px;
}

#ImcCookieConsent a#cookieButton:hover
{
	background: #ffffff;
	color: #000;
}

#closeButton
{
	background: rgba(26,34,234,0);
	border: none;
	color: white;
	text-align: right;
}

body &gt; div.foundation-wrap.off-canvas-wrapper &gt; div &gt; div &gt; div:nth-child(1) &gt; nav &gt; div.title-bar-layout.outer-row &gt; div.logo-wrapper
{
	min-height: 146px;
}

.off-canvas-wrapper-inner nav.title-bar .outer-row
{
	padding-left: 3em;
}

.search-filter	/*Wraps the content you can filter by .*/
{
	display: none;
}

</pre></body></html>