/*<meta />*/

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

@font-face 
{
	font-family: 'Roboto Regular';
	src: url(../Fonts/Roboto-Regular.ttf);
}

@font-face 
{
	font-family: 'Roboto Medium';
	src: url(../Fonts/Roboto-Medium.ttf);
}

@font-face 
{
	font-family: 'Roboto Medium Italic';
	src: url(../Fonts/Roboto-MediumItalic.ttf);
}

@font-face 
{
	font-family: 'Roboto Bold';
	src: url(../Fonts/Roboto-Bold.ttf);
}

@font-face 
{
	font-family: 'Roboto Bold Italic';
	src: url(../Fonts/Roboto-BoldItalic.ttf);
}

@font-face 
{
	font-family: 'Roboto Italic';
	src: url(../Fonts/Roboto-Italic.ttf);
}

@font-face 
{
	font-family: 'Roboto Light';
	src: url(../Fonts/Roboto-Light.ttf);
}

@font-face 
{
	font-family: 'Roboto Light Italic';
	src: url(../Fonts/Roboto-LightItalic.ttf);
}

@font-face 
{
	font-family: 'Roboto Black';
	src: url(../Fonts/Roboto-Black.ttf);
}

@font-face 
{
	font-family: 'Roboto Black Italic';
	src: url(../Fonts/Roboto-BlackItalic.ttf);
}

@font-face 
{
	font-family: 'Roboto Thin';
	src: url(../Fonts/Roboto-Thin.ttf);
}

@font-face 
{
	font-family: 'Roboto Thin Italic';
	src: url(../Fonts/Roboto-ThinItalic.ttf);
}

:root
{
	--primary: #006341;
	/*Evergreen*/
	--primary-cta: #008755;
	/*Emerald*/
	--secondary: #003D4C;
	/*Deep Ocean*/
	--secondary-cta: #005587;
	/*Cobalt*/
	--tertiary: #00A7B5;
	/*Cyan*/
	--tertiary-highlight: #ECE81A;
	/*Citron*/
	--black: #252525;
	/*Black*/
	--light-gray: #efefef;
	/*Light Gray*/
	--mid-gray: #dbdbdb;
	/*Medium Gray*/
	--dark-gray: #888888;
	/*Dark Gray*/
	--white: #ffffff;
	/*White*/
}

body
{
	font-family: 'Roboto Regular', Arial;
	font-size: 1rem;
	color: #252525;
	mc-hyphenate: never;
}

div.off-canvas-wrapper-inner	/* Backgrond image added here to keep it from appearing in the Flare XML editor  */
{
	background: linear-gradient(to right, #006341, #003D4C);
	background-size: cover;
	background-repeat: no-repeat;
}

body.first-level-topics div.content-container
{
	background-color: inherit;
	color: #ffffff;
	box-shadow: inherit;
	padding: 1.5%;
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	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: 'Roboto Light', Arial;
	font-weight: normal;
	font-size: 3rem;
	color: #005587;
	margin-top: 0;
	padding-top: 10px;
	mc-heading-level: 0;
}

h1.first-level
{
	color: #ffffff;
}

h1.title
{
	font-size: 3.75rem;
	color: #ffffff;
	font-weight: normal;
	page-break-before: avoid;
	margin-top: 150px;
}

h1.toc
{
	font-family: 'Roboto Regular', Arial;
	font-weight: normal;
	text-align: center;
	font-size: 3em;
}

h1.chapter
{
	font-family: 'Roboto Bold', Arial;
	color: #ffffff;
	text-align: center;
	margin-top: 0;
	padding-top: 0;
	page-break-before: avoid;
	font-size: 6rem;
}

p.chapter-number
{
	font-size: 1rem;
}

h2
{
	font-family: 'Roboto Medium', Arial;
	font-weight: normal;
	font-size: 2.25rem;
}

h2.first-level
{
	color: #ffffff;
}

h2.title
{
	font-family: 'Roboto Light', Arial;
	font-size: 2rem;
	color: #ffffff;
	font-weight: normal;
	border-bottom: none;
}

h2.tabs
{
	border-bottom: none;
}

h3
{
	font-family: 'Roboto Light', Arial;
	font-weight: normal;
	font-size: 2rem;
	margin-bottom: 20px;
}

h3.title
{
	font-weight: normal;
	color: #ffffff;
}

h4
{
	font-family: 'Roboto Medium', Arial;
	font-weight: normal;
	font-size: 1.5rem;
	margin-top: 15px;
	margin-bottom: 15px;
}

h5
{
	font-family: 'Roboto Medium', Arial;
}

p
{
	font-family: 'Roboto Regular', Arial;
	font-size: 1rem;
	line-height: 24px;
	/*Added line spacing to reduce difference between p and ol/ul -- and Roboto needs some room to breathe*/
	margin-top: 10px;
	margin-bottom: 10px;
}

ol,
ul
{
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}

img
{
	border: none;
	max-width: 100%;
}

li
{
	margin-bottom: 6pt;
	margin-top: 6pt;
}

li p
{
	margin-bottom: 4px;
	margin-top: 4px;
}

td
{
	padding-top: 6px;
	padding-bottom: 0px;
	line-height: 24px;
}

td p
{
	margin-top: 0px;
	margin-bottom: 6px;
}

th
{
	font-family: 'Roboto Medium', Arial;
}

span.field-active-button
{
	font-family: 'Roboto Black', Arial;
	font-weight: bold;
	color: #008755;
}

span.field-readonly
{
	font-family: 'Roboto Bold', Arial;
}

span.field-option
{
	color: #006341;
}

strong
{
	font-family: 'Roboto Bold', Arial;
	font-weight: normal;
}

em
{
	font-family: 'Roboto Regular Italic', Arial;
}

.search-bar._Skins_tl_search_landing.mc-component .search-field
{
	box-shadow: 0px 4px 8px #212121;
}

span.footer
{
	font-family: 'Roboto Medium', Arial #ffffff;
	letter-spacing: 1.25px;
	text-transform: uppercase;
}

p.legal
{
	padding-top: 5px;
	border-top: none 0px;
	font-size: 11px;
	color: #717171;
	line-height: 1.3em;
	mc-heading-level: 0;
}

span.legal-toc-entry
{
	padding-top: 5px;
	border-top: none 0px;
	font-size: 11px;
	color: #717171;
	line-height: 1.3em;
	mc-heading-level: 0;
	font-family: 'Roboto Regular', Arial;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #006600;
}

MadCap|expandingBody
{
	color: #777777;
	font-style: italic;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	font-family: 'Roboto Light', Arial;
	font-weight: normal;
	font-size: 2rem;
	color: #252525;
}

MadCap|dropDownBody
{
	padding: 20px 30px 0;
	overflow-x: auto;
}

MadCap|dropDown
{
	mc-closed-image: url('../Images/global_images/icon_chevron_right.png');
	mc-open-image: url('../Images/global_images/icon_chevron_down.png');
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

MadCap|dropDown.second-level
{
	margin-top: -5px;
	margin-bottom: -5px;
}

MadCap|dropDownHotspot.second-levels
{
	font-size: 1.05rem;
	font-family: 'Roboto Medium';
}

MadCap|xref
{
	color: #076685;
	mc-format: '{para}';
	text-decoration: underline;
}

a:link
{
	color: #005587;
	font-family: inherit;
	font-family: 'Roboto Medium', Arial;
}

body.first-level-topics a:link
{
	color: #ffffff;
}

div.landing-cards > div a:link
{
	color: #7c7c7c;
	font-family: 'Roboto Regular', Arial;
	font-weight: normal;
	text-decoration: none;
}

a:visited
{
	color: #005587;
}

body.first-level-topics a:visited
{
	color: #ffffff;
}

div.landing-cards > div a:visited
{
	color: #7c7c7c;
}

a:hover
{
	color: #005587;
}

body.first-level-topics a:hover
{
	color: #ffffff;
}

div.landing-cards > div a:hover
{
	text-decoration: none;
}

div.subtopic-cards > div a:hover
{
	text-decoration: none;
}

div.landing-cards > div a:hover
{
	color: #7c7c7c;
}

a:active
{
	color: #005587;
}

body.first-level-topics a:active
{
	color: #ffffff;
}

div.landing-cards > div a:active
{
	color: #7c7c7c;
}

a.feedback:link
{
	font-family: 'Roboto Medium', Arial;
	color: #ffffff !important;
	text-decoration: none;
	float: right;
	margin-right: 2%;
	margin-top: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
	padding-right: 22px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px;
	border-radius: 4px;
}

a.feedback:visited
{
	color: #ffffff !important;
}

a.feedback:hover
{
	box-shadow: 0px 6px 10px #121212;
	text-decoration: none;
	background-color: #BDBDBD;
}

button.clipboard-copy:link
{
	font-family: 'Roboto Medium', Arial;
	color: #003D4C;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
	padding-right: 22px;
	border-style: solid;
	border-color: #003D4C;
	border-width: 1px;
	border-radius: 4px;
}

div.important
{
	background-color: #f8e5e5;
	border-radius: 5px;
	padding: 10px;
	margin: 5px;
	border-left: 4px solid #BE0003;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0px 4px 8px #d3d3d3;
}

div.important p
{
	margin: 0px;
}

body.first-level-topics div.important
{
	color: #252525;
	box-shadow: none;
}

body.landing-topic div.important
{
	box-shadow: none;
}

div.tip
{
	background-color: #e5eef3;
	border-radius: 5px;
	padding: 10px;
	margin: 5px;
	border-left: 4px solid #003D4C;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0px 4px 8px #d3d3d3;
}

div.tip p
{
	margin: 0px;
}

body.first-level-topics div.tip
{
	color: #252525;
	box-shadow: none;
}

body.landing-topic div.tip
{
	box-shadow: none;
}

div.warning
{
	background-color: #fff0eb;
	border-radius: 5px;
	padding: 10px;
	margin: 5px;
	border-left: 4px solid #ff6e3a;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0px 4px 8px #d3d3d3;
}

div.warning p
{
	margin: 0px;
}

body.first-level-topics div.warning
{
	color: #252525;
	box-shadow: none;
}

body.landing-topic div.warning
{
	box-shadow: none;
}

div.note	/** DO NOT USE - for imported API tables only**/
{
	background-color: #efefef;
	border-radius: 5px;
	padding: 10px;
	margin: 5px;
}

div.note p
{
	padding: 0;
	margin: 0;
}

div.troubleshooting	/** DO NOT USE - for imported API tables only**/
{
	background-color: #fcf9f4;
	border-radius: 5px;
	padding: 10px;
	margin: 5px;
}

div.troubleshooting p
{
	padding: 0;
	margin: 0;
}

img.note
{
	height: 24px;
	padding-right: 5px;
}

img.pdf-icons	/** Only for icons within imported API tables **/
{
	width: 14px;
	height: 14px;
	padding-top: 5px;
}

/*Sidenav Skin Styles*/

.sidenav-wrapper
{
	overflow-y: auto;
	z-index: 2;
	box-shadow: 0px 1px 3px #212121;
	background-image: url('../Images/global_images/opus_side_nav_background.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-origin: padding-box;
}

div.sidenav-container
{
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	position: relative;
}

.sideNavLogo
{
	background-image: url('../Images/global_images/logo_skin.png');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-origin: padding-box;
	position: relative;
	padding: 6%;
	width: 100%;
	height: 79px;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
}

.is-accordion-submenu-parent > a span.submenu-toggle	/* sidenav chevrons - closed */
{
	border: none;
	border-color: none;
	border-top-style: none;
	width: 30px;
	height: 30px;
	top: 30%;
	right: 0.5rem;
	background-image: url('../Images/global_images/icon_chevron_right_lightcolor.png');
	background-repeat: no-repeat;
}

.submenu-toggle-container[aria-expanded='true'] > span.submenu-toggle,
.is-accordion-submenu-parent > a[aria-expanded='true'] > .submenu-toggle-container > span.submenu-toggle
{
	transform: rotate(90deg);
	/* toggle rotates sidenav chevron on open */
}

/*Landing Page Styles*/

div.topic-hero
{
	padding: 4%;
	background-image: url('../Images/global_images/hero_image.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

div.topic-hero h1
{
	color: #ffffff;
	text-align: center;
}

.search-bar.search-bar-container._Skins_tl_search_sd_landing.mc-component .search-submit
{
	background: url('../Images/global_images/icon_search.png') no-repeat center center;
}

/*  Home Page Cards  */

div.home-cards-container
{
	margin-top: 25px;
}

div.home-cards	/*Responsive Layout */
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

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

div.home-cards::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-cards > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	font-size: 1rem;
	padding-right: 0px;
	border-radius: 4px;
	position: relative;
	min-height: 275px;
	box-shadow: 0px 4px 8px #212121;
	margin-bottom: 2.5%;
}

div.home-cards > div:nth-child(1)
{
	width: 32%;
	margin-left: 1%;
}

div.home-cards > div:nth-child(2)
{
	width: 32%;
	margin-left: 1%;
}

div.home-cards > div:nth-child(3)
{
	width: 32%;
	margin-left: 1%;
	margin-right: 1%;
}

div.home-cards > div:nth-child(4)
{
	width: 32%;
	margin-left: 1%;
}

div.home-cards > div:nth-child(5)
{
	width: 32%;
	margin-left: 1%;
}

div.home-cards > div:nth-child(6)
{
	width: 32%;
	margin-left: 1%;
	margin-right: 1%;
}

div.home-cards > div:nth-child(7)
{
	width: 32%;
	margin-left: 1%;
}

div.home-cards > div:nth-child(8)
{
	width: 32%;
	margin-left: 1%;
}

div.home-cards > div:nth-child(9)
{
	width: 32%;
	margin-left: 1%;
	margin-right: 1%;
}

div.home-cards > div:nth-child(10)
{
	width: 32%;
	margin-left: 1%;
}

div.home-cards > div:nth-child(11)
{
	width: 32%;
	margin-left: 1%;
}

div.home-cards > div:nth-child(12)
{
	width: 32%;
	margin-left: 1%;
	margin-right: 1%;
}

p.home-cards-title
{
	font-family: 'Roboto Medium', Arial;
	color: #ffffff !important;
	font-size: 1.5rem;
	margin: 0;
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	top: 12%;
}

p.home-subtopic-subtitle
{
	font-size: .875rem;
	color: #888888 !important;
	padding-right: 15px;
	padding-left: 15px;
}

p.card-button
{
	text-transform: uppercase;
	font-family: 'Roboto Bold', Arial;
	color: #003D4C !important;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 16px;
	padding-left: 16px;
	margin: 0;
}

p.card-button:hover
{
	background-color: #9FBACD;
	border-radius: 4px;
}

p.card-button::before
{
	
}

div.home-cards > div p
{
	padding-right: 15px;
	padding-left: 15px;
	color: #7C7C7C;
}

div.home-cards > div a
{
	color: #252525;
	font-family: 'Roboto Regular', Arial;
	font-weight: normal;
	text-decoration: none;
}

div.image-home-cards
{
	max-height: 150px;
}

img.home-cards	/* Images sit above title and text on home cards */
{
	object-fit: cover;
	margin-bottom: 12px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

/*  First Level Landing Page Cards  */

div.landing-cards-container
{
	margin-top: 25px;
}

div.landing-cards	/*Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

div.landing-cards::before
{
	content: ' ';
	display: table;
}

div.landing-cards::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.landing-cards > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	font-size: 1rem;
	border-radius: 4px;
	padding-top: 24px;
	position: relative;
	min-height: 280px;
	box-shadow: 0px 4px 8px #212121;
	margin-bottom: 2.5%;
}

div.landing-cards > div:nth-child(1)
{
	width: 23%;
	margin-left: 1%;
}

div.landing-cards > div:nth-child(2)
{
	width: 23%;
	margin-left: 2%;
}

div.landing-cards > div:nth-child(3)
{
	width: 23%;
	margin-left: 2%;
}

div.landing-cards > div:nth-child(4)
{
	width: 23%;
	margin-left: 2%;
	margin-right: 1%;
}

div.landing-cards > div:nth-child(5)
{
	width: 23%;
	margin-left: 1%;
}

div.landing-cards > div:nth-child(6)
{
	width: 23%;
	margin-left: 2%;
}

div.landing-cards > div:nth-child(7)
{
	width: 23%;
	margin-left: 2%;
}

div.landing-cards > div:nth-child(8)
{
	width: 23%;
	margin-left: 2%;
	margin-right: 1%;
}

div.landing-cards > div:nth-child(9)
{
	width: 23%;
	margin-left: 1%;
}

div.landing-cards > div:nth-child(10)
{
	width: 23%;
	margin-left: 2%;
}

div.landing-cards > div:nth-child(11)
{
	width: 23%;
	margin-left: 2%;
}

div.landing-cards > div:nth-child(12)
{
	width: 23%;
	margin-left: 2%;
	margin-right: 1%;
}

p.landing-cards-title
{
	font-family: 'Roboto Medium', Arial;
	font-size: 1.5rem;
	margin: 0;
	color: #252525;
}

p.subtopic-subtitle
{
	font-size: .875rem;
	color: #888888;
}

div.landing-cards > div p
{
	padding-left: 24px;
	padding-right: 24px;
}

div.card-button-container
{
	border-top: solid 2px #efefef;
	width: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 55px;
}

img.landing-cards
{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/*Body Styling*/

div.ribbon
{
	background-origin: padding-box;
	height: 79px;
	padding: 20px;
	margin-bottom: auto;
	color: #ffffff;
	font-size: 1.5rem;
	vertical-align: middle;
	opacity: 1;
	/*position: sticky; /*Rules for sticky header rather than a scrolling header*/
	/*
	width: 100%;
	top: 0;
	z-index: 1;*/
	position: static;
	/*Rules for scrolling header rather than a sitcky header */
	overflow: hidden;
	width: unset;
	z-index: 1;
}

.body-container
{
	padding: 0;
}

div.content-container
{
	background-color: #ffffff;
	box-shadow: 0px 4px 8px #212121;
	border-radius: 4px;
	padding: 2.5%;
	margin: 1%;
	min-height: 50vh;
}

div.content-container-topic-toc	/*Specialized content-container for main content topics using topic TOCs*/
{
	background-color: #ffffff;
	box-shadow: 0px 4px 8px #212121;
	border-radius: 4px;
	padding: 2.5%;
	padding-left: 5%;
	padding-right: 30%;
	padding-top: 2%;
	margin: 1%;
	min-height: 50vh;
}

/*Top Ribbon*/

div.top-ribbon
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.top-ribbon::before
{
	content: ' ';
	display: table;
}

div.top-ribbon::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.top-ribbon > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.top-ribbon > div:nth-child(1)
{
	width: 66.66667%;
	margin-left: 0%;
	margin-top: 0.5%;
}

div.top-ribbon > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

MadCap|breadcrumbsProxy
{
	border: none;
	mc-breadcrumbs-prefix: '';
	mc-breadcrumbs-divider: ' / ';
	color: #a9a9a9;
	font-family: 'Roboto Regular', Arial;
	font-size: 1.2rem;
	padding-top: 20px;
	padding-left: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
}

a.MCBreadcrumbsLink
{
	font-family: 'Roboto Bold', Arial;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:hover
{
	text-decoration: underline;
	color: #00A7B5;
}

.search-bar._Skins_tl_search_main.mc-component .search-field
{
	box-shadow: 0px 3px 6px #00000029;
	height: 38px;
}

.search-bar._Skins_tl_search_main.mc-component .search-submit	/* To override additional border Flare's adding to submit button on-click */
{
	border: none;
}

.search-bar.search-bar-container._Skins_tl_search_main.mc-component .search-submit
{
	background: url('../Images/global_images/icon_search_light.png') no-repeat center center;
	height: 38px;
	width: 38px;
}

div.side-content	/*Container for toolbar proxy*/
{
	float: right;
	padding-top: 2.5%;
	padding-right: 2.5%;
	padding-left: 20px;
	padding-bottom: 20px;
	height: 30px;
	width: 15%;
}

div.button-group-container-left
{
	margin: 0;
	padding-bottom: 5px;
}

div.height-container-sidenav	/*fixing flare bug from 2020 r2 release*/
{
	padding-bottom: 0;
}

/* Topic TOC Styling - used with master page tl_main_content_topics_w_toc.flmsp */

div.topic-toc	/*div that holds topic TOC menu proxy*/
{
	position: sticky;
	text-align: left;
	width: 3%;
	float: right;
	margin-right: 55px;
	top: 10%;
	padding-top: 7%;
	padding-bottom: 20%;
}

div.topic-toc::before	/*Styling for topic TOC heading*/
{
	content: "CONTENTS";
	display: block;
	font-family: "Roboto Regular", Arial;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #7C7C7C;
	padding-bottom: 5px;
	padding-left: 10px;
}

ul.menu._Skins_tl_topic_toc.mc-component
{
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: none;
	line-height: normal;
}

ul.menu._Skins_tl_topic_toc.mc-component li > a
{
	padding-left: 10px;
	border-left: solid 1px #dbdbdb;
}

ul.menu._Skins_tl_topic_toc.mc-component ul > li > a
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-left: solid 1px #dbdbdb;
	line-height: 15px;
	text-transform: none;
}

ul.menu._Skins_tl_topic_toc.mc-component ul ul > li > a
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-left: solid 1px #dbdbdb;
	line-height: 15px;
}

/*Selected TOC list items*/

ul.menu._Skins_tl_topic_toc.mc-component li > a.selected
{
	border-left: solid 2px #008755 !important;
	padding-left: 10px;
}

ul.menu._Skins_tl_topic_toc.mc-component ul > li > a.selected
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-left: solid 2px #008755;
	line-height: 15px;
	text-transform: none;
}

ul.menu._Skins_tl_topic_toc.mc-component ul ul > li > a.selected
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-left: solid 2px #008755;
	line-height: 15px;
}

/* Responsive layout and styles for directory topics, like the Component library */

div.directory
{
	mc-grid-row: true;
	margin-top: 30px;
	margin-left: 15%;
	margin-right: 15%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	border-bottom-width: 2px;
}

div.directory::before
{
	content: ' ';
	display: table;
}

div.directory::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.directory > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 15px;
}

div.directory > div:nth-child(1)
{
	width: 33.333%;
	margin-left: 0%;
}

div.directory > div:nth-child(2)
{
	width: 66.667%;
	margin-left: 0%;
}

h2.directory-entry
{
	border-bottom: none;
	margin-top: 0;
}

p.directory-description
{
	margin-left: 30px;
}

/* CSS for topic tabs -- for explanation, see https://www.madcapsoftware.com/blog/adding-tabs-to-your-madcap-flare-topics/ */

ul.tabs
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}

ul.tabs:after
{
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #D3D3D3;
}

ul.tabs .tab-link
{
	color: #7C7C7C;
	font-family: 'Roboto Regular', Arial;
	text-transform: uppercase;
	letter-spacing: 2.85px;
	display: inline-block;
	padding: 16px 16px;
	cursor: pointer;
	margin-left: -4px;
	margin-bottom: 0px;
	position: relative;
	z-index: 0;
}

ul.tabs .current
{
	background: #fff;
	color: #008755;
	font-family: 'Roboto Bold', Arial;
	text-transform: uppercase;
	letter-spacing: 2.85px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	border-bottom: 2px solid #008755;
	z-index: 100;
}

ul.tabs .tab-link:hover
{
	background: #E8E8E8;
	color: #000;
	display: inline-block;
	cursor: pointer;
	margin-left: -4px;
}

ul.tabs .current:hover
{
	background: #fff;
	color: #008755;
	margin-left: 0px;
	margin-right: 10px;
	border-bottom: 2px solid #008755;
	z-index: 2;
}

.tab-content
{
	display: none;
	background: #ededed;
	padding: 15px;
	background-color: transparent;
}

.tab-content.current
{
	display: inherit;
}

/* Search Results Styling */

h1#results-heading
{
	font-family: 'Roboto Regular', Arial;
	font-size: 1.5rem;
	color: #252525;
}

div.description
{
	line-height: normal;
}

#resultList .url cite
{
	font-family: 'Roboto Bold', Arial;
}

.micro-content-container > .micro-content > .micro-response-url cite
{
	font-family: 'Roboto Regular', Arial;
}

.micro-content-container > .micro-content > .micro-content-expand
{
	background: transparent url(../Images/global_images/microcontent_expand.png) no-repeat center center;
}

.micro-content-container > .micro-content > .micro-content-expand.expanded
{
	background: transparent url(../Images/global_images/microcontent_collapse.png) no-repeat center center;
}

/* API Topics Styling */

code
{
	background-color: #efefef;
	color: #006341;
	border-radius: 5px;
	letter-spacing: 1px;
	font-family: Consolas, Courier;
}

.popupBody
{
	font-size: .7em;
	font-weight: normal;
	font-family: 'Roboto Regular', Arial;
}

.MCTextPopupBody
{
	width: auto;
}

a.MCTextPopup.popup.popupHead.MCTextPopup_Closed
{
	color: #005587;
}

/* jQuery Export to Excel and Copy to Clipboard buttons */

button.copy-button,
button.excel-button
{
	padding: 0px;
	border: 0px;
	display: block;
	background-color: white;
}

button.copy-button:hover,
button.excel-button:hover
{
	cursor: pointer;
}

.copy-button-img
{
	background-image: url('../Images/icon_copy_to_clipboard_api.png');
}

/* Flare Code Snippet Styling */

MadCap|codeSnippet
{
	background-color: #efefef;
	border: none;
	border-radius: 4px;
}

MadCap|codeSnippetBody
{
	font-size: 1rem;
	line-height: 1.2rem;
}

MadCap|codeSnippetCopyButton
{
	text-transform: uppercase;
	font-family: 'Roboto Bold', Arial;
	color: #003D4C;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 16px;
	padding-left: 16px;
	margin: 0;
	text-decoration: none;
}

MadCap|codeSnippetCopyButton:hover
{
	background-color: #9FBACD;
	border-radius: 4px;
	color: #003D4C;
}

/* Prettify */

pre.prettyprint
{
	display: inline-block;
	/* changing this to flex spans the whole width of the parent div */
	font-family: Consolas, Courier;
	width: 100%;
	height: auto;
	max-height: 800px;
	overflow-x: auto;
	overflow-y: auto;
	white-space: pre;
	word-wrap: normal;
	word-break: keep-all;
	mc-hyphenate: never;
}

.pln
{
	color: #efefef;
}

/* plain text */

.str
{
	color: #0ACD85;
}

/* string content */

pre.jsonType .str:nth-child(even)
{
	color: #007ac2;
	font-weight: bold;
}

/* second string for json */

.kwd
{
	color: red;
}

/* a keyword - not sure if we have examples with this */

.com
{
	color: #008755;
}

/* a comment */

.typ
{
	color: orange;
}

/* a type name - not sure if we have examples with this */

.lit
{
	color: #ECE81A;
}

/* a literal value */

.pun,
.opn,
.clo
{
	color: #efefef;
}

/* punctuation, lisp open bracket, lisp close bracket */

.tag
{
	color: #52BFFF;
}

/* tags */

.atn
{
	color: #efefef;
}

/* attribute name */

.atv
{
	color: #0ACD85;
}

/* attribute value */

.dec,
.var
{
	color: yellow;
}

/* a declaration; a variable name - not sure if we have examples with this */

.fun
{
	color: red;
}

/* a function name - not sure if we have examples with this */
/* Prettyfy - custom line color */

ol.linenums
{
	display: table-row;
	width: 100%;
	list-style: none;
	counter-reset: my-prettify-list;
}

ol.linenums li::before
{
	content: counter(my-prettify-list);
	color: #575757;
	background-color: black;
	display: inline-block;
	width: 2rem;
	padding-right: 1rem;
	padding-left: 1.5rem;
	text-align: right;
	direction: rtl;
}

ol.linenums > li:nth-child(even)::before
{
	background-color: #1f1f1f;
}

ol.linenums li
{
	counter-increment: my-prettify-list 1;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 1.5rem;
	line-height: 1.25rem;
}

ol.linenums li:first-child
{
	padding-top: 10px;
}

ol.linenums li:last-child
{
	padding-bottom: 10px;
}

/* Prettify - alternate shading for lines */

li.L1,
li.L3,
li.L5,
li.L7,
li.L9
{
	background: #1f1f1f;
}

li.L2,
li.L4,
li.L6,
li.L8,
li.L0
{
	background: #000000;
}

/* Footer Styling */

div.footer-responsive	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	margin-top: 100px;
	padding-top: 20px;
	padding-bottom: 0px;
	background: inherit;
	width: 100%;
	bottom: 0px;
	left: 0px;
	right: 0px;
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-bottom: 10px;
	mc-hidden: hidden;
	mc-disabled: true;
}

div.footer-responsive a
{
	text-decoration: none;
	color: #ffffff;
	font-family: 'Roboto Medium', Arial;
	font-size: 0.875rem;
	letter-spacing: 1.25px;
}

div.footer-responsive p	/* Complex Selector: Any <p> that is contained within div.footer will have the following properties */
{
	font-family: 'Roboto Medium', Arial;
	font-size: 0.8rem;
	color: #ffffff;
	margin-top: 4px;
	margin-bottom: 4px;
}

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

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

div.footer-responsive > div
{
	float: left;
	-moz-box-sizing: border-box;
	color: #ffffff;
	box-sizing: border-box;
	margin-top: auto;
	margin-bottom: auto;
}

div.footer-responsive > div:nth-child(1)
{
	width: 10%;
	margin-left: 5%;
}

div.footer-responsive > div:nth-child(2)
{
	width: 36%;
	margin-left: 5%;
}

div.footer-responsive > div:nth-child(3)
{
	width: 8%;
	margin-left: 5%;
}

div.footer-responsive > div:nth-child(4)
{
	width: 8%;
	margin-left: 5%;
}

div.footer-responsive > div:nth-child(5)
{
	width: 8%;
	margin-left: 5%;
	margin-right: 5%;
}

div.footer-responsive > div:nth-child(6)
{
	width: 100%;
}

/* Table Style to modify rules in tl_main_table_style */

.TableStyle-tl_main_table_style
{
	box-shadow: 0px 3px 6px #a3a3a3;
}

.TableStyle-tl_main_table_style-Head-Header1
{
	font-family: 'Roboto Medium', Arial;
}

span.tag-start
{
	display: none;
	color: #717171;
	line-height: 1.3em;
	font-size: 7px;
}

span.tag-end
{
	display: none;
	color: #717171;
	font-family: 'Roboto Regular', Arial;
	font-size: 8px;
	line-height: 1em;
}

@media only screen and (max-width: 1279px)
{
	div.off-canvas-wrapper-inner	/* Backgrond image added here to keep it from appearing in the Flare XML editor  */
	{
		background: linear-gradient(to right, #006341, #003D4C);
		background-size: contain;
		background-repeat: no-repeat;
	}

	div.topic-hero
	{
		padding: 4%;
		background-image: url('../Images/global_images/hero_image.png');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	div.main-section
	{
		overflow-y: visible;
		/*set to visible to allow sticky topic TOC*/
	}

	div.content-container
	{
		margin-top: 0px;
	}

	div.MCDropDown.dropDown
	{
		margin-left: 0px;
	}

	div.MCDropDownBody.dropDownBody
	{
		padding: 0;
		margin-left: 5px;
	}

	nav.title-bar.tab-bar.sticky
	{
		box-shadow: 0px 1px 3px #212121;
		background-image: url('../Images/global_images/opus_small_device_header_background.png');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		background-origin: padding-box;
	}

	.off-canvas
	{
		box-shadow: 0px 3px 6px #212121;
		/** background-image: url('../Images/global_images/opus_small_device_header_background.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-origin: padding-box; **/
		background: linear-gradient(#0B4D36, #387462);
		background-size: contain;
		background-repeat: no-repeat;
	}

	.js-off-canvas-exit
	{
		box-shadow: 0px 3px 6px #212121;
	}

	div.content-container-topic-toc	/*Specialized content-container for main content topics using page TOCs*/
	{
		background-color: #ffffff;
		box-shadow: 0px 4px 8px #212121;
		border-radius: 4px;
		padding: 2.5%;
		padding-top: 5%;
		padding-right: 30%;
		margin: 1%;
		min-height: 50vh;
	}

	/*Top Ribbon for Tablet*/

	div.ribbon div.ribbon
	{
		margin-bottom: 0;
	}

	div.top-ribbon > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
		margin-top: 0.5%;
	}

	div.top-ribbon > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	MadCap|breadcrumbsProxy
	{
		margin: 0;
	}

	div.MCBreadcrumbsBox_0
	{
		padding-top: 5px;
		padding-bottom: 10px;
	}

	div.row.outer-row.sidenav-layout
	{
		padding: 0;
	}

	ul.off-canvas-list li a
	{
		font-weight: normal;
	}

	.footer
	{
		padding: 2% 2% 1%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.footer-responsive > div:nth-child(1)
	{
		width: 20%;
		margin-left: 15%;
	}

	div.footer-responsive > div:nth-child(2)
	{
		width: 55%;
		margin-left: 5%;
		margin-right: 5%;
	}

	div.footer-responsive > div:nth-child(3)
	{
		width: 10%;
		margin-left: 30%;
	}

	div.footer-responsive > div:nth-child(4)
	{
		width: 10%;
		margin-left: 7%;
	}

	div.footer-responsive > div:nth-child(5)
	{
		width: 10%;
		margin-left: 7%;
		margin-right: 5%;
	}

	div.footer-responsive > div:nth-child(6)
	{
		width: 100%;
	}

	/*  Tablet Home Page Cards  */

	div.home-cards-container
	{
		margin-top: 25px;
	}

	div.home-cards	/*Responsive Layout */
	{
		mc-grid-row: true;
		margin-left: auto;
		margin-right: auto;
	}

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

	div.home-cards::after
	{
		content: ' ';
		display: table;
		clear: both;
	}

	div.home-cards > div
	{
		
	}

	div.home-cards > div:nth-child(1)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-cards > div:nth-child(2)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-cards > div:nth-child(3)
	{
		width: 32%;
		margin-left: 1%;
		margin-right: 1%;
	}

	div.home-cards > div:nth-child(4)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-cards > div:nth-child(5)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-cards > div:nth-child(6)
	{
		width: 32%;
		margin-left: 1%;
		margin-right: 1%;
	}

	div.home-cards > div:nth-child(7)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-cards > div:nth-child(8)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-cards > div:nth-child(9)
	{
		width: 32%;
		margin-left: 1%;
		margin-right: 1%;
	}

	div.home-cards > div:nth-child(10)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-cards > div:nth-child(11)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-cards > div:nth-child(12)
	{
		width: 32%;
		margin-left: 1%;
		margin-right: 1%;
	}

	p.home-cards-title
	{
		font-size: 1.25rem;
		top: 5%;
	}

	p.home-subtopic-subtitle
	{
		font-size: .875rem;
		color: #888888;
	}

	div.home-cards > div a
	{
		color: #252525;
		font-family: 'Roboto Regular', Arial;
		font-weight: normal;
	}

	img.home-cards
	{
		vertical-align: bottom;
		margin-bottom: 8px;
	}

	/* Tablet Landing Cards */

	p.landing-cards-title
	{
		font-size: 1.3em;
	}

	div.landing-cards > div
	{
		min-height: 255px;
	}

	div.landing-cards > div:nth-child(1)
	{
		width: 31.333%;
		margin-left: 1%;
	}

	div.landing-cards > div:nth-child(2)
	{
		width: 31.333%;
		margin-left: 2%;
	}

	div.landing-cards > div:nth-child(3)
	{
		width: 31.333%;
		margin-left: 2%;
		margin-right: 1%;
	}

	div.landing-cards > div:nth-child(4)
	{
		width: 31.333%;
		margin-left: 1%;
		margin-right: 0;
	}

	div.landing-cards > div:nth-child(5)
	{
		width: 31.333%;
		margin-left: 2%;
	}

	div.landing-cards > div:nth-child(6)
	{
		width: 31.333%;
		margin-left: 2%;
		margin-right: 1%;
	}

	div.landing-cards > div:nth-child(7)
	{
		width: 31.333%;
		margin-left: 1%;
		margin-right: 0;
	}

	div.landing-cards > div:nth-child(8)
	{
		width: 31.333%;
		margin-left: 2%;
		margin-right: 0;
	}

	div.landing-cards > div:nth-child(9)
	{
		width: 31.333%;
		margin-left: 2%;
		margin-right: 1%;
	}

	div.landing-cards > div:nth-child(10)
	{
		width: 31.333%;
		margin-left: 1%;
	}

	div.landing-cards > div:nth-child(11)
	{
		width: 31.333%;
		margin-left: 2%;
	}

	div.landing-cards > div:nth-child(12)
	{
		width: 31.333%;
		margin-left: 2%;
		margin-right: 1%;
	}

	/* Topic TOC Styling for tablet - used with tl_main_content_topics_w_toc.flmsp */

	div.topic-toc	/*div that holds topic TOC menu proxy*/
	{
		position: sticky;
		text-align: left;
		width: 3%;
		float: right;
		margin-right: 95px;
		top: 15%;
		padding-top: 15%;
		padding-bottom: 35%;
	}

	div.topic-toc::before	/*Styling for topic TOC heading*/
	{
		content: "CONTENTS";
		display: block;
		font-family: "Roboto Regular", Arial;
		font-size: 1rem;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #7C7C7C;
		padding-bottom: 5px;
		padding-left: 10px;
	}

	ul.menu._Skins_tl_topic_toc.mc-component
	{
		text-decoration: none;
		letter-spacing: 2px;
		text-transform: uppercase;
		line-height: normal;
	}

	ul.menu._Skins_tl_topic_toc.mc-component li > a
	{
		padding-left: 10px;
		border-left: solid 1px #dbdbdb;
	}

	ul.menu._Skins_tl_topic_toc.mc-component ul > li > a
	{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 20px;
		border-left: solid 1px #dbdbdb;
		line-height: 15px;
	}

	ul.menu._Skins_tl_topic_toc.mc-component ul ul > li > a
	{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 30px;
		border-left: solid 1px #dbdbdb;
		line-height: 15px;
	}

	ul.menu._Skins_tl_topic_toc.mc-component li > a.selected	/*Selected topic TOC li*/
	{
		padding-left: 10px;
		border-left: solid 2px #008755;
	}

	ul.menu._Skins_tl_topic_toc.mc-component ul > li > a.selected
	{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 20px;
		border-left: solid 2px #008755;
		line-height: 15px;
		text-transform: none;
	}

	ul.menu._Skins_tl_topic_toc.mc-component ul ul > li > a.selected
	{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 30px;
		border-left: solid 2px #008755;
		line-height: 15px;
	}

	div.directory
	{
		margin-left: 10%;
		margin-right: 10%;
	}

	div.directory > div:nth-child(1)
	{
		width: 33.333%;
		margin-left: 0%;
	}

	div.directory > div:nth-child(2)
	{
		width: 66.667%;
		margin-left: 0%;
	}

	/* Table Style to modify rules in tl_main_table_style */

	.TableStyle-tl_main_table_style
	{
		box-shadow: 0px 4px 8px #a3a3a3;
	}

	.TableStyle-tl_main_table_style-Head-Header1
	{
		font-family: 'Roboto Medium', Arial;
	}
}

@media only screen and (max-width: 767px)
{
	h1
	{
		font-size: 3rem;
	}

	h2
	{
		font-family: 'Roboto Light', Arial;
		font-weight: normal;
		font-size: 2rem;
		margin-bottom: 20px;
	}

	h3
	{
		font-family: 'Roboto Medium', Arial;
		font-weight: normal;
		font-size: 1.5rem;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	h4
	{
		font-size: 1.25rem;
	}

	div.off-canvas-wrapper-inner	/* Backgrond image added here to keep it from appearing in the Flare XML editor  */
	{
		background: linear-gradient(to right, #006341, #003D4C);
		background-size: contain;
		background-repeat: no-repeat;
	}

	div.main-section
	{
		overflow-y: hidden;
		/*set to hidden to remove sticky topic TOC at mobile size*/
	}

	div.ribbon
	{
		background-origin: padding-box;
		height: 130px;
		padding: 15px;
		margin-bottom: 15px;
	}

	div.topic-hero
	{
		padding: 4%;
		background-image: url('../Images/global_images/hero_image.png');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	div.topic-hero h1
	{
		font-size: 2.5em;
		text-align: center;
	}

	div.MCBreadcrumbsBox_0
	{
		padding-top: 5px;
	}

	div.content-container-topic-toc	/*Specialized content-container for main content topics using topic TOCs*/
	{
		background-color: #ffffff;
		box-shadow: 0px 4px 8px #212121;
		border-radius: 4px;
		padding: 2.5%;
		padding-top: 5%;
		/*padding-right: 40%;*/
		margin: 1%;
		min-height: 50vh;
	}

	div.top-ribbon > div
	{
		margin-bottom: 10px;
	}

	div.top-ribbon > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.top-ribbon > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	ul.off-canvas-list li a
	{
		font-weight: normal;
	}

	.footer-icons
	{
		text-align: center;
	}

	.footer
	{
		padding: 5% 7%;
		text-align: center;
	}

	.footer-logo
	{
		text-align: center;
	}

	div.footer-responsive > div:nth-child(1)
	{
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
	}

	div.footer-responsive > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-right: 25%;
	}

	div.footer-responsive > div:nth-child(3)
	{
		width: 25%;
		margin-left: 5%;
	}

	div.footer-responsive > div:nth-child(4)
	{
		width: 25%;
		margin-left: 5%;
	}

	div.footer-responsive > div:nth-child(5)
	{
		width: 25%;
		margin-left: 5%;
		margin-right: 5%;
	}

	div.footer-responsive > div:nth-child(6)
	{
		width: 100%;
	}

	p.landing-cards-title
	{
		font-size: 1.2rem;
	}

	div.landing-cards > div
	{
		min-height: 250px;
	}

	/*  Mobile Home Page Cards  */

	div.home-cards-container
	{
		margin-top: 25px;
	}

	div.home-cards	/*Responsive Layout */
	{
		mc-grid-row: true;
		margin-left: auto;
		margin-right: auto;
	}

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

	div.home-cards::after
	{
		content: ' ';
		display: table;
		clear: both;
	}

	div.home-cards > div
	{
		
	}

	div.home-cards > div:nth-child(1)
	{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

	div.home-cards > div:nth-child(2)
	{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

	div.home-cards > div:nth-child(3)
	{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

	div.home-cards > div:nth-child(4)
	{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

	div.home-cards > div:nth-child(5)
	{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

	div.home-cards > div:nth-child(6)
	{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

	div.home-cards > div:nth-child(7)
	{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

	div.home-cards > div:nth-child(8)
	{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

	div.home-cards > div:nth-child(9)
	{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

	div.home-cards > div:nth-child(10)
	{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

	div.home-cards > div:nth-child(11)
	{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

	div.home-cards > div:nth-child(12)
	{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

	p.home-cards-title
	{
		font-size: 1.75rem;
		top: 10%;
	}

	p.home-subtopic-subtitle
	{
		font-size: .875rem;
		color: #888888;
	}

	div.home-cards > div a
	{
		color: #252525;
		font-family: 'Roboto Regular', Arial;
		font-weight: normal;
	}

	img.home-cards
	{
		
	}

	/*  Mobile Landing Cards  */

	div.landing-cards > div
	{
		min-height: 305px;
	}

	div.landing-cards > div:nth-child(1)
	{
		width: 46%;
		margin-left: 2%;
		margin-right: 0;
	}

	div.landing-cards > div:nth-child(2)
	{
		width: 46%;
		margin-left: 4%;
		margin-right: 2%;
	}

	div.landing-cards > div:nth-child(3)
	{
		width: 46%;
		margin-left: 2%;
		margin-right: 0;
	}

	div.landing-cards > div:nth-child(4)
	{
		width: 46%;
		margin-left: 4%;
		margin-right: 2%;
	}

	div.landing-cards > div:nth-child(5)
	{
		width: 46%;
		margin-left: 2%;
		margin-right: 0;
	}

	div.landing-cards > div:nth-child(6)
	{
		width: 46%;
		margin-left: 4%;
		margin-right: 2%;
	}

	div.landing-cards > div:nth-child(7)
	{
		width: 46%;
		margin-left: 2%;
		margin-right: 0;
	}

	div.landing-cards > div:nth-child(8)
	{
		width: 46%;
		margin-left: 4%;
		margin-right: 2%;
	}

	div.landing-cards > div:nth-child(9)
	{
		width: 46%;
		margin-left: 2%;
		margin-right: 0;
	}

	div.landing-cards > div:nth-child(10)
	{
		width: 46%;
		margin-left: 4%;
		margin-right: 2%;
	}

	div.landing-cards > div:nth-child(11)
	{
		width: 46%;
		margin-left: 2%;
		margin-right: 0;
	}

	div.landing-cards > div:nth-child(12)
	{
		width: 46%;
		margin-left: 4%;
		margin-right: 2%;
	}

	div.MCDropDown.dropDown
	{
		margin-left: 0px;
	}

	div.MCDropDownBody.dropDownBody
	{
		margin-left: 5px;
		padding: 0;
	}

	/* Topic TOC styling for mobile - used with tl_main_content_topics_w_toc.flmsp */

	div.topic-toc	/*div that holds topic TOC menu proxy*/
	{
		position: static;
		text-align: left;
		width: 3%;
		float: right;
		margin-right: 125px;
		padding-top: 15%;
		padding-bottom: 0%;
	}

	div.topic-toc::before	/*Styling for Page TOC heading*/
	{
		content: "CONTENTS";
		display: block;
		font-family: "Roboto Regular", Arial;
		font-size: 1rem;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #7C7C7C;
		padding-bottom: 5px;
		padding-left: 10px;
	}

	ul.menu._Skins_tl_topic_toc.mc-component
	{
		text-decoration: none;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

	ul.menu._Skins_tl_topic_toc.mc-component li > a
	{
		padding-left: 10px;
		border-left: solid 1px #dbdbdb;
	}

	ul.menu._Skins_tl_topic_toc.mc-component ul > li > a
	{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 20px;
		border-left: solid 1px #dbdbdb;
		line-height: 15px;
	}

	ul.menu._Skins_tl_topic_toc.mc-component ul ul > li > a
	{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 30px;
		border-left: solid 1px #dbdbdb;
		line-height: 15px;
	}

	ul.menu._Skins_tl_topic_toc.mc-component li > a.selected	/*Selected topic TOC li*/
	{
		border-left: solid 2px #008755;
		padding-left: 10px;
		font-weight: bold;
	}

	ul.menu._Skins_tl_topic_toc.mc-component ul > li > a.selected
	{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 20px;
		border-left: solid 2px #008755;
		line-height: 15px;
		text-transform: none;
	}

	ul.menu._Skins_tl_topic_toc.mc-component ul ul > li > a.selected
	{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 30px;
		border-left: solid 2px #008755;
		line-height: 15px;
	}

	div.directory
	{
		margin-left: 5%;
		margin-right: 5%;
	}

	div.directory > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.directory > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	/* Table Style to modify rules in tl_main_table_style */

	.TableStyle-tl_main_table_style
	{
		box-shadow: 0px 4px 8px #a3a3a3;
	}

	.TableStyle-tl_main_table_style-Head-Header1
	{
		font-family: 'Roboto Medium', Arial;
	}
}

@media print
{
	body
	{
		font-family: Roboto Regular;
		font-size: 1rem;
	}

	h1
	{
		font-family: 'Roboto Light';
		font-size: 3rem;
		margin-left: 0;
		padding-left: 0;
		mc-heading-level: 2;
		page-break-before: none;
	}

	h1.title
	{
		font-family: 'Roboto Light';
		mc-heading-level: 1;
	}

	p.chapter-number
	{
		font-family: 'Roboto Light';
		font-weight: normal;
		color: #ffffff;
		text-align: center;
		padding-right: 0px;
		padding-left: 0;
		font-size: 11rem;
		margin-bottom: 125px;
		margin-top: 0;
		padding-top: 0;
		page-break-after: avoid;
	}

	h1.toc
	{
		font-family: 'Roboto Light';
		mc-heading-level: 0;
	}

	h1.chapter
	{
		font-family: 'Roboto Light';
		mc-heading-level: 1;
	}

	h2
	{
		font-family: 'Roboto Medium';
		font-size: 2rem;
		margin-left: 0;
		padding-left: 0;
		mc-heading-level: 3;
		margin-bottom: 20px;
		margin-top: 40px;
	}

	h2.title
	{
		font-family: 'Roboto Medium';
		mc-heading-level: 2;
	}

	h3
	{
		font-family: 'Roboto Light', Arial;
		font-size: 1.8rem;
		font-weight: normal;
		mc-heading-level: 4;
		margin-top: 40px;
		margin-bottom: 20px;
	}

	h3.title
	{
		font-family: 'Roboto Light';
		mc-heading-level: 0;
	}

	MadCap|dropDownBody
	{
		padding: 0;
		margin: 0;
	}

	MadCap|dropDown
	{
		margin-top: 4px;
		margin-left: 0;
	}

	MadCap|dropDownHotspot
	{
		font-family: 'Roboto Light', Arial;
		font-size: 1.8rem;
		font-weight: normal;
		mc-heading-level: 4;
		margin-top: 40px;
		margin-bottom: 20px;
	}

	MadCap|dropDownHotspot.second-levels
	{
		font-size: 1.15rem;
		font-family: 'Roboto Medium';
		mc-heading-level: 0;
	}

	h4
	{
		font-family: 'Roboto Medium';
		font-weight: normal;
		font-size: 1.25rem;
		mc-heading-level: 5;
	}

	span.tag-end
	{
		font-family: 'Roboto Regular', Arial;
		padding-top: 5px;
		border-top: none 0px;
		font-size: 11px;
		color: #717171;
		line-height: 1.3em;
		mc-heading-level: 0;
		display: none;
	}

	span.tag-start
	{
		font-family: 'Roboto Regular', Arial;
		padding-top: 5px;
		border-top: none 0px;
		font-size: 11px;
		color: #717171;
		line-height: 1.3em;
		mc-heading-level: 0;
		display: none;
	}

	span.legal-toc-entry
	{
		mc-heading-level: 2;
	}

	ol,
	ul
	{
		
	}

	p
	{
		font-family: Roboto Regular;
	}

	a:link
	{
		font-family: 'Roboto Regular';
		font-weight: normal;
		text-decoration: underline;
	}

	strong
	{
		font-family: 'Roboto Medium';
	}

	img.note
	{
		width: 20px;
		height: 20px;
	}

	p.TOC1
	{
		font-family: 'Roboto Light';
		color: #005587;
		font-size: 1.3rem;
		margin-top: 3px;
		margin-bottom: 0;
		padding: 2px;
		font-weight: normal;
	}

	p.TOC2
	{
		font-family: 'Roboto Medium';
		font-size: 1.2rem;
		margin-bottom: 2px;
		margin-top: 2px;
		margin-left: 30px;
		font-weight: normal;
		padding: 2px;
	}

	p.TOC3
	{
		font-family: 'Roboto Light';
		font-size: 1.2rem;
		margin-top: 2px;
		margin-bottom: 4px;
		margin-left: 60px;
		font-weight: normal;
		padding: 2px;
	}

	p.TOC4
	{
		font-family: 'Roboto Regular';
		font-size: 1.05rem;
		margin-top: 2px;
		margin-bottom: 4px;
		margin-left: 90px;
		font-weight: normal;
		padding: 2px;
	}

	p.TOC5
	{
		font: 'Roboto Italic';
		font-size: 1rem;
		margin-top: 2px;
		margin-bottom: 4px;
		margin-left: 120px;
		font-weight: normal;
		font-style: italic;
		padding: 2px;
	}

	p.TOC6
	{
		font-family: 'Roboto Regular';
		font-size: 0.9rem;
		margin-top: 2px;
		margin-bottom: 4px;
		margin-left: 150px;
		font-weight: normal;
		font-style: normal;
		padding: 2px;
	}

	/*td styles because the font sizes in the PDF inside tables aren't cooperating for no discernible reason*/

	td li
	{
		font-size: 10px;
	}

	td code
	{
		font-size: 10px;
	}

	table.TableStyle-tl_main_table_style td
	{
		line-height: 14px;
	}

	table.TableStyle-tl_main_table_style td p
	{
		line-height: 14px;
	}

	table.TableStyle-tl_main_table_style td li
	{
		line-height: 14px;
	}

	MadCap|codeSnippet
	{
		margin-bottom: 30px;
		margin-top: 10px;
	}

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	MadCap|footnote
	{
		color: #888888;
	}

	MadCap|footnotesBlock
	{
		border-top: none;
		font-size: .7rem;
	}
}

span
{
	
}

