/*<meta />*/

/* 
The portal/css folder contains two sets of font stylesheets:
1. style_font_[LanguageCode]
2. style_font_webserver_[LanguageCode]

Set 1 ensures that fonts are built into the portal.
Set 2 ensures that fonts are not built into the portal and are instead referenced from doc.milestonesys.com/fonts.

As of May 2022, the portals use Set 1.
The following code ensures that we use Set 1:
@import url('style_font_en-US.css');


To stop using Set 1 and start using Set 2, replace the code above with the following code:
@import url('style_font_webserver_en-US.css');

In other words, make sure that the _webserver_ set of fonts, and not the fonts from Set 1, are imported into style.css.
*/

@import url('style_l10n.css');

@import url('style_font_en-us.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* Reset CSS */

*
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html
{
	font-size: 62.5%;
	background-color: hsla(200, 95%, 16%, 1);
}

/* Hidden search to fix the sticky menu by removing the skin */

section.hiddenSearch
{
	display: none;
}

aside.in-this-topic
{
	position: sticky;
	top: 2rem;
	height: 96%;
	max-height: 94vh;
	overflow-y: scroll;
}

/* End sticky CSS */
/* 2021-02-26: Hack to include svg in output: */

.topic-page.hack
{
	background: url('../../../images/portal/img/icon-arrow-down.svg');
}

.topic-page.hack.ar-sa
{
	background: url('../../../images/portal/img/icon-arrow-ar-sa.svg');
}

/* Scroll bar */

.topic-page aside.in-this-topic::-webkit-scrollbar
{
	width: 11px;
}

.topic-page aside.in-this-topic
{
	scrollbar-width: thin;
}

.topic-page aside.in-this-topic::-webkit-scrollbar-track
{
	background: transparent;
}

.topic-page aside.in-this-topic::-webkit-scrollbar-thumb
{
	background-color: gray;
	border-radius: 6px;
}

.topic-page aside.in-this-topic
{
	margin-left: calc(100vw - 100%);
	overflow-y: scroll;
	overflow-x: hidden;
}

/* End Scroll bar  */
/* Language disclaimer */

.language-disclaimer
{
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 700;
	background: #FEF1E5;
	padding: 3rem;
	border-radius: 4px;
	border: 1px solid #fabd7f;
	margin-bottom: 3.8rem;
	text-align: center;
}

/* End Language disclaimer */

body,
.landing-page,
.chapter-page,
.topic-page
{
	font-size: 1.6rem;
	margin: 0 auto !important;
	background: hsla(220, 27%, 98%, 1);
}

.landing-page
{
	background: white;
}

.topic-page .search-results-page-hyperlink
{
	display: none;
}

a
{
	text-decoration: none;
	outline: none;
}

img
{
	/* height: 100%; */
	max-height: 100%;
	max-width: 100%;
}

:root
{
	--white: hsla(0, 100%, 100%, 1);
	--black: hsla(195, 5%, 15%, 1);
	--background-01: hsla(220, 27%, 98%, 1);
	--blackBoxShadow-01: hsla(0, 0%, 0%, 0.16);
	--blackBoxShadow-02: hsla(207, 100%, 17%, 0.12);
	--blackBoxShadowBorder-01: hsla(200, 3%, 77%, 1);
	--blackBoxShadowBorder-02: hsla(206, 6%, 25%, 0.15);
	--blackBoxShadowBorder-03: hsla(206, 6%, 25%, 0.3);
	--blackBoxShadowBorder-04: hsla(0, 0%, 0%, 0.12);
	--blueBoxShadowBorder-01: hsla(207, 100%, 17%, 0.56);
	--shape-01: hsla(0, 0%, 77%, 1);
	--shape-02: hsla(228, 13%, 92%, 1);
	--shape-03: hsla(240, 7%, 89%, 1);
	--text-01: hsla(240, 1%, 68%, 1);
	--text-02: hsla(200, 5%, 49%, 1);
	--milBlueDefault: hsla(198, 100%, 43%, 1);
	--milBlueDark-01: hsla(198, 100%, 35%, 1);
	--milBlueDark-02: hsla(202, 100%, 18%, 1);
	--milBlueDark-03: hsla(198, 100%, 43%, 0.2);
	--milBlueDark-04: hsla(200, 95%, 16%, 1);
	--milBlueDark-05: hsla(199, 50%, 25%, 1);
}

/* End Reset CSS */
/* IE X Fix: */

input::-ms-clear
{
	display: none;
}

/* Remove MadCap Flare styling */

.height-container
{
	position: static;
	/*Fix cookiebanner position*/
	padding-bottom: 0;
}

.off-canvas-content
{
	overflow: visible;
}

.off-canvas-content > div:nth-child(1)
{
	display: none;
}

.off-canvas-wrapper-inner .outer-row,
.main-section > .outer-row
{
	padding: 0;
}

.off-canvas-content > div
{
	display: none;
}

h1
{
	margin: 0;
}

/* End Remove MadCap Flare styling */
/* Breadcrumbs proxy */

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-prefix: "Milestone Documentation";
	mc-breadcrumbs-divider: " / ";
	mc-breadcrumbs-count: 2;
}

/* Header */

.landing-page .top
{
	padding-top: 1px;
	padding-bottom: 1px;
}

.landing-page-header
{
	background: linear-gradient(90deg, #035D88 0%, #0099DA 100%);
	height: 40rem;
	display: flex;
	align-items: center;
}

header > .top > .top-flexbox
{
	padding: 17px 22px 0 22px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	max-width: 2600px;
}

/* Top selectors */

.top > .top-flexbox > .top-selectors
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

/* Release selector, language selector */

.top > .top-flexbox > .top-selectors-desktop > #release-selector
{
	margin-right: 3rem;
}

.top > .top-flexbox > .top-selectors-desktop > #language-selector,
.top > .top-flexbox > .top-selectors-desktop > #release-selector
{
	position: relative;
	display: inline-block;
}

.top > .top-flexbox > .top-selectors-desktop button
{
	font-weight: 600;
	background: rgba(255, 255, 255, 0.2);
	font-size: 1.4rem;
	min-width: 158px;
	padding: 12px 10px;
	border-radius: 3px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

/*Black-on-white button colors on all other pages*/

.top > .top-flexbox-desktop > .top-selectors-desktop button
{
	color: #7C8B95;
	background: hsla(0, 100%, 100%, 1);
	border: solid 1px #7C8B95;
}

.top .top-flexbox .top-selectors button img
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/* header #language-selector .dropdown-list */

header .dropdown-list
{
	display: none;
	position: absolute;
	z-index: 2;
	right: 0;
}

/* Dropdown interactions */

.top > .top-flexbox-desktop > .top-selectors-desktop > #language-selector .dropdown-list,
.top > .top-flexbox-desktop > .top-selectors-desktop > #release-selector .dropdown-list
{
	background: hsla(0, 100%, 100%, 1);
	box-shadow: 0px 1px 3px hsla(206, 6%, 25%, 0.15), 0px 1px 2px hsla(206, 6%, 25%, 0.3);
	border-radius: 2px;
}

.top > .top-flexbox-desktop > .top-selectors-desktop > #language-selector .dropdown-list
{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-o-column-count: 3;
	column-count: 3;
}

.dropdown-list a
{
	font-weight: 600;
	font-size: 1.4rem;
	color: #7C8B95;
	padding: 1.5rem;
	padding-left: 5.6rem;
	min-width: 158px;
	text-decoration: none;
	display: block;
}

.dropdown-list:hover a:hover
{
	background: hsla(228, 13%, 92%, 1);
}

div#searchPane #resultList li h3 a:hover
{
	text-decoration: underline;
}

._Skins_Search_Page_Skin.mc-component #pagination a:hover
{
	border: none;
	border-bottom: 2px solid hsla(198, 100%, 35%, 1);
}

/* Chapter page dropdown */
/* 2021-02-16: Updates */
/* <CHANGE> */

.chapter-page li a[role=button] + ul
{
	display: none;
}

.chapter > li > ul > li > ul > li > ul
{
	display: none;
}

/* </CHANGE> */
/*2021-02-16: Topic page right side menu indentation and italics. */
/* <CHANGE> */
/*2021-09-30: ACS: moved italics rule into style_font_en-US.css to prevent Asian languages from displaying text in italics.  */

.document-outline > li > ul > li > ul > li > ul > li.has-children
{
	margin-left: 16px;
}

/* </CHANGE> */
/* End Chapter page dropdown */

.chapter-page .main ul.chapter > li > ul > li > a:hover
{
	text-decoration: none;
	cursor: default;
}

.chapter-page .main ul.chapter > li > ul > li > ul > li > a:hover
{
	text-decoration: underline;
}

.main .MCBreadcrumbsBox_breadcrumbs_0 a:hover
{
	text-decoration: underline;
}

footer a:hover
{
	text-decoration: underline;
}

.search-results-page div#searchPane #pagination a:hover
{
	background: hsla(240, 7%, 89%, 1);
	border-radius: 2px;
	border: 1px solid hsla(240, 7%, 89%, 1);
}

.entries li:hover ul.sub-menu a:hover
{
	color: hsla(195, 5%, 15%, 1);
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: hsla(228, 13%, 92%, 1);
}

.topic-page ul.document-outline a:hover
{
	background: hsla(198, 100%, 43%, 0.2);
}

.topic-page ul.document-outline ul.nocontent.menu.mc-component li a:hover
{
	background: hsla(198, 100%, 43%, 1);
}

.docs-container .text a:hover
{
	text-decoration: underline;
}

.chapter-page .subchapter > li > ul > li > a:hover
{
	background-color: #D0E4EF;
}

.chapter-page .main ul.chapter > li > ul > li > a:not([href*=void]):hover
{
	cursor: pointer;
	text-decoration: underline;
}

.topic-page ul.document-outline ul.nocontent.menu.mc-component > li + ul a:hover
{
	color: white;
}

.topic-page .post-topic .related-articles p[class*="Item_"] a:hover
{
	text-decoration: underline;
}

.entries a:hover,
.entries a:active,
.entries a:focus
{
	color: hsla(198, 100%, 43%, 1);
	cursor: pointer;
	text-decoration: none;
	border-bottom-color: hsla(198, 100%, 43%, 1);
}

.dropdown-list a.selected
{
	color: hsla(198, 100%, 43%, 1);
}

.top-flexbox .dropdown-list a.selected
{
	padding-left: 1.1rem;
}

.top-flexbox .dropdown-list a.selected::before
{
	margin-left: 1rem;
	margin-right: 2.4rem;
	content: "\2713";
	display: inline-block;
}

/* End Release selector, language selector */
/* End Top selectors */
/* End Language selector */

header > .heading > .heading-flexbox
{
	padding: 91px 3rem 15px 3rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.landing-page header
{
	box-shadow: none;
}

.search
{
	top: -3rem;
}

.search > .search-flexbox,
.top > .top-flexbox > .search-secondary > .search-flexbox
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.addsearch-searchfield
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search > .search-flexbox > input,
.top > .top-flexbox > .search-secondary > .search-flexbox > input,
.addsearch-searchfield input
{
	width: 550px;
	height: 63px;
	border: 0;
	background: hsla(0, 100%, 100%, 1);
	border-radius: 2px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.6rem;
	font-weight: 700;
	color: hsla(200, 95%, 16%, 1);
}

.search-field-wrapper
{
	width: 100%;
}

#searchfield-container
{
	width: 550px;
}

.addsearch-searchfield input
{
	width: 100%;
}

.search > .search-flexbox > input
{
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 hsla(0, 0%, 0%, 0.16);
}

.search > .search-flexbox > input::placeholder,
.search > .search-flexbox > input::-webkit-input-placeholder,
.search > .search-flexbox > input:-ms-input-placeholder,
.search > .search-flexbox > input::-ms-input-placeholder,
.top > .top-flexbox > .search-secondary > .search-flexbox > input::placeholder,
.top > .top-flexbox > .search-secondary > .search-flexbox > input::-webkit-input-placeholder,
.top > .top-flexbox > .search-secondary > .search-flexbox > input:-ms-input-placeholder,
.top > .top-flexbox > .search-secondary > .search-flexbox > input::-ms-input-placeholder,
.addsearch-searchfield input::placeholder
{
	font-weight: 300;
	font-style: italic;
	color: hsla(240, 1%, 68%, 1);
}

.top > .top-flexbox > .search-secondary
{
	border-radius: 2px;
	border: solid 1px #7C8B95;
}

.search > .search-flexbox > input::placeholder,
.top > .top-flexbox > .search-secondary > .search-flexbox > input::placeholder,
.addsearch-searchfield input::placeholder
{
	font-weight: 400;
	color: #7C8B95;
}

.search > .search-flexbox > button,
.top > .top-flexbox > .search-secondary > .search-flexbox > button
{
	width: 66px;
	height: 63px;
	background: hsla(52, 100%, 50%, 1);
	border-radius: 2px;
	border: 0;
	margin-left: -66px;
	cursor: pointer;
}

.search > .search-flexbox > button:hover
{
	background: hsla(55, 100%, 50%, 1);
}

/* End Search */

.topic-page header,
.search-results-page header
{
	box-shadow: 0 2px 8px 0 hsla(0, 0%, 0%, 0.12);
	z-index: 1;
	position: relative;
}

/* End Header */
/* Landing page docs container */

.docs-container .gray
{
	background: #F9F9F9;
	padding-top: 11.1rem;
	padding-bottom: 11.1rem;
}

.doc-section.reduced-padding
{
	padding-top: 0;
}

.docs-container h1
{
	text-align: center;
	font-size: 4.2rem;
	color: #303436;
	font-weight: 300;
}

.docs-container .doc-section
{
	padding-top: 11.1rem;
	padding-bottom: 11.1rem;
}

.docs-container .doc-section:nth-of-type(1)
{
	padding-top: 3rem;
}

.docs-container h2
{
	color: #303436;
	text-align: center;
	font-size: 1.6rem;
	font-weight: normal;
	margin-top: 2.5rem;
}

.doc-section > div
{
	max-width: 1120px;
	margin: 0 auto;
}

.doc-section .list
{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 1.7rem;
}

/* Start 3 hyperlink designs in .docs-container */

.docs-container .doc-section .empty-card
{
	border: none;
	padding: 0;
	margin: 0;
	height: 0;
}

.docs-container .card a
{
	color: #303436;
	font-weight: 600;
	font-size: 1.6rem;
	width: 360px;
	height: 96px;
	display: flex;
	margin-top: 2rem;
	border-radius: 2px;
	background-color: #EBEFF2;
	box-shadow: 0 1px 2px 0 rgba(2, 56, 82, 0.3);
	padding: 2.4rem 2rem;
	align-items: flex-start;
	justify-content: space-between;
	border: 4px solid #ebeff2;
	transition: 0.2s ease-in-out;
}

.docs-container .card p
{
	transition: 0.2s ease-in-out;
	padding-right: 10px;
}

.docs-container .card a:hover p
{
	color: #0099DA;
}

.docs-container .card a img
{
	border-radius: 50%;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.docs-container .card a:hover img
{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

/* START Expanded card design */

.docs-container .expanded-card a
{
	color: #303436;
	font-weight: 700;
	font-size: 2rem;
	width: 265px;
	height: 265px;
	display: flex;
	flex-direction: column;
	border-radius: 2px;
	background-color: #FFFFFF;
	box-shadow: 0 1px 2px 0 rgba(2, 56, 82, 0.3);
	margin-top: 2rem;
}

.docs-container .expanded-card a div.card-logo-background
{
	background: linear-gradient(90deg, #0081C1 0%, #0099DA 100%);
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	height: 132.5px;
	position: relative;
}

.docs-container .expanded-card a div.card-logo-background img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.docs-container .expanded-card a p
{
	margin: 20px 30px 0 20px;
}

/* END Expanded card design */

.docs-container .text a
{
	color: #0099DA;
	font-weight: 700;
	text-align: center;
	flex-basis: 33%;
	margin-top: 4.3rem;
}

.landing-page footer
{
	margin-top: 0;
}

/* End 3 hyperlink designs in .docs-container */
/* End landing page docs container */
/* Main Section */

.topic-page .main
{
	opacity: 0;
}

.landing-page .main
{
	max-width: 960px;
	margin: 110px auto 2rem;
	text-align: center;
}

.landing-page .main > .section
{
	margin-bottom: 12.7rem;
}

.landing-page .main > .section:last-of-type
{
	margin-bottom: 0;
}

.landing-page .main > .section > h3
{
	color: hsla(199, 50%, 25%, 1);
	font-weight: 600;
	font-size: 3.2rem;
	opacity: 0.8;
	margin-bottom: 1.8rem;
}

.landing-page .main > .section > h4
{
	color: hsla(199, 50%, 25%, 1);
	font-weight: 600;
	font-size: 1.8rem;
	opacity: 0.6;
	margin-bottom: 5rem;
}

/* All landing page sections */

.landing-page .section > ul
{
	list-style: none;
	margin-top: 3rem;
	justify-items: center;
}

/* All hyperlinks within the grid */

.landing-page .section a
{
	height: 100%;
	display: block;
}

.landing-page .section p
{
	font-weight: 600;
}

/* SUBCHAPTER */

.chapter-page .subchapter
{
	list-style: none;
}

.chapter-page .subchapter > li > a.selected,
.chapter-page .subchapter > li > ul > li > ul.sub-menu
{
	display: none;
}

.chapter-page .subchapter > li > ul
{
	display: flex;
	list-style: none;
	margin-top: 3rem;
	flex-wrap: wrap;
	justify-content: space-around;
}

.chapter-page .subchapter > li > ul::after
{
	content: "";
	width: 604px;
}

.chapter-page .subchapter > li > ul > li
{
	width: 604px;
	height: 96px;
	margin-top: 2rem;
}

.chapter-page .subchapter > li > ul > li > a
{
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 hsla(207, 100%, 17%, 0.12);
	background-color: white;
	color: hsla(199, 50%, 25%, 1);
	font-size: 1.8rem;
	font-weight: 600;
	padding: 2.7rem 2rem;
	transition: all .2s ease-in-out;
}

/* End Subchapter */
/* End Main Section */
/* END LANDING PAGE */
/* Search results page  */

.search-results-page header
{
	background: hsla(0, 100%, 100%, 1);
}

div#searchPane .url
{
	display: none;
}

div#searchPane #resultList li
{
	margin-bottom: 2.2rem;
}

div#searchPane #resultList li h3,
div#searchPane #resultList li h3 a
{
	text-decoration: none;
	color: hsla(198, 100%, 35%, 1);
	line-height: 1.3;
}

div#searchPane #resultList li .search-result-tag	/*Search result tag for product*/
{
	display: inline-block;
	font-size: 1.2rem;
	color: hsla(200, 5%, 49%, 1);
	margin-top: 0.4rem;
	margin-right: 1.8rem;
}

div#searchPane #resultList .description
{
	font-size: 1.6rem;
	line-height: 1.4;
	margin-top: 0.8rem;
}

.search-results-page div#searchPane #pagination
{
	overflow: scroll;
	justify-content: center;
	height: 50px;
	text-align: center;
	margin: 9rem auto 15rem auto;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.search-results-page div#searchPane #pagination::-webkit-scrollbar
{
	display: none;
}

.search-results-page div#searchPane #pagination a
{
	color: hsla(200, 6%, 20%, 1);
	height: 50px;
	min-width: 40px;
	text-align: center;
	margin: 0;
	padding: 0.8rem 1.1rem;
}

.search-results-page div#searchPane #pagination a#selected
{
	color: white;
	background: hsla(198, 100%, 43%, 1);
	border-radius: 2px;
	border: 1px solid hsla(198, 100%, 43%, 1);
}

.search-results-page div#searchPane #pagination a.specificPage
{
	border: 1px solid transparent;
}

/* 0 search results */

.search-results-page .zero-search-results
{
	display: none;
	max-width: 1234px;
	margin: 20rem auto 20rem auto;
	justify-content: center;
	align-items: center;
}

.search-results-page .zero-search-results img
{
	margin-right: 3.7rem;
	height: 200px;
	width: 200px;
}

.search-results-page .zero-search-results h1
{
	font-size: 2.4rem;
	margin-bottom: 3rem;
}

.search-results-page .zero-search-results h2
{
	font-size: 1.8rem;
	font-weight: 600;
}

/* END 0 search results */
/* End Search results page  */
/* End Language selector */
/* Search */

header > .top > .top-flexbox > .search-secondary > .search-flexbox > input,
.addsearch-searchfield input
{
	height: 45px;
}

header > .top > .top-flexbox > .search-secondary > .search-flexbox > button
{
	background: none;
	height: 45px;
}

header > .top > .top-flexbox > .search-secondary > .search-flexbox > button > img
{
	padding: 9px 18px 12px 19px;
}

/* End Search */
/* Entries */

.entries
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 1.5rem 6.5rem 0 6.5rem;
	background: hsla(0, 100%, 100%, 1);
}

.entries > li
{
	flex: 0 0 auto;
}

.entries a
{
	display: block;
	font-weight: 700;
	color: hsla(195, 5%, 15%, 1);
	font-size: 1.3rem;
	padding: 1.8rem 2rem;
	text-transform: uppercase;
}

.entries .sub-menu a
{
	text-transform: none;
}

/* 503774 */

header .entries li:hover ul.sub-menu-adjusted-position
{
	position: absolute;
	right: 0;
	max-width: 400px !important;
}

/* Dropdown for entries, e.g. Add-ons */

.entries li
{
	list-style: none;
	-webkit-column-break-inside: avoid;
	/* Chrome, Safari, Opera */
	page-break-inside: avoid;
	/* Firefox */
	break-inside: avoid;
	/* IE 10+ */
}

.entries > li > a.selected
{
	color: hsla(198, 100%, 43%, 1);
}

/*Show chapters in .entries on hover*/

.entries li ul.sub-menu
{
	display: none;
	position: absolute;
	z-index: 2;
}

.entries li:hover ul.sub-menu
{
	display: block;
	background: hsla(0, 100%, 100%, 1);
	box-shadow: 0px 1px 3px hsla(206, 6%, 25%, 0.15), 0px 1px 2px hsla(206, 6%, 25%, 0.3);
	border-radius: 2px;
}

.entries li:hover ul.sub-menu a[href="javascript:void(0);"]
{
	display: none;
}

/* End Entries */
/* End Header */
/* Document Banner */

.document-banner
{
	background: #ebeff2;
	padding-top: 6.1rem;
	padding-bottom: 6.5rem;
	z-index: 1;
	position: relative;
	display: block;
}

.document-banner .document-banner-text
{
	margin: auto;
	max-width: 1234px;
}

.document-banner .download-section img.download-button
{
	box-shadow: 0px 1px 3px hsla(206, 6%, 25%, 0.15), 0px 1px 2px hsla(206, 6%, 25%, 0.3);
	margin-right: 2.3rem;
	cursor: pointer;
}

.document-banner .download-section img.download-button:hover
{
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05), 0px 15px 25px rgba(0, 0, 0, 0.15);
}

.document-banner h1,
.document-banner span.release
{
	font-weight: 700;
	font-size: 2.9rem;
	color: #242728;
	max-width: 1234px;
	margin: auto;
	display: inline;
}

.document-banner h2
{
	font-weight: 300;
	font-weight: normal;
	font-size: 2.3rem;
	color: #242728;
	margin-top: 1.4rem;
}

.document-banner .extra-info
{
	font-size: 1.6rem;
	font-style: italic;
}

.document-banner .audience-type
{
	margin-top: 2.4rem;
	list-style-type: none;
	color: hsla(0, 100%, 100%, 1);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.document-banner .audience-type li
{
	margin-right: 1rem;
	margin-bottom: 1rem;
	font-size: 1.4rem;
	line-height: 1;
	opacity: 0.8;
	border-radius: 13.5px;
	background-color: rgba(135, 133, 133, 0.15);
	padding: 0.8rem 1.5rem;
}

.document-banner .audience-type img
{
	display: none;
}

.document-banner .audience-type a
{
	color: #242728;
	cursor: default;
	pointer-events: none;
}

.document-banner .download-section
{
	margin-top: 2.4rem;
	font-size: 1.4rem;
}

.document-banner .download-format
{
	background: #242728;
	color: white;
	margin-left: 0.4rem;
	border-radius: 6px;
	padding: 0.1rem 0.6rem;
}

.document-banner .download-section p
{
	font-weight: 700;
	font-size: 1.4rem;
	color: hsla(0, 100%, 100%, 1);
	text-transform: uppercase;
	margin-right: 1.5rem;
}

/* End Document Banner */
/* Main Section */

.chapter-page .main
{
	padding: 0;
}

.chapter-page .main ul.chapter,
.chapter-page .main ul.subchapter
{
	max-width: 1234px;
	margin: 4.5rem auto 0 auto;
}

/* Mini TOC menu - aka "chapter" */

.chapter-page .main ul.chapter > li
{
	padding: 0;
	list-style-type: none;
}

.chapter-page .main ul.chapter > li > ul > li
{
	padding: 3.5rem 0;
	list-style-type: none;
	border-top: 2px solid hsla(228, 13%, 92%, 1);
}

.chapter-page .main ul.chapter > li > ul > li:first-of-type
{
	padding-top: 0;
	border: none;
}

.chapter-page .main ul.chapter > li > a	/*Bucket name*/
{
	display: none;
}

.chapter-page .main ul.chapter > li > ul > li > a
{
	font-weight: 700;
	font-size: 3.2rem;
	color: hsla(195, 5%, 15%, 1);
}

.chapter-page .main ul.chapter > li > ul > li > ul	/*Chapter list*/
{
	list-style: none;
}

.chapter-page .main ul.chapter > li > ul > li > ul > li	/*Chapter list item*/
{
	margin-bottom: 2rem;
	font-size: 1.6rem;
}

/* <CHANGE 2021-02-23> */

ul.chapter li ul ul li.has-children:hover > a,
ul.chapter li ul ul li.has-children li:hover > a
{
	text-decoration: underline;
	color: #00587e;
}

/* </CHANGE 2021-02-23> */
/* 2021-02-16: Applied list bullet style to new expanded list */
/* <CHANGE> */

.chapter-page .main ul.chapter > li > ul > li > ul > li.tree-node-leaf:before,
.chapter-page .main ul.chapter > li > ul > li > ul > li > a:not([href*\00003Dvoid]):before,
.chapter-page .main ul.chapter > li > ul > li > ul li.expanded > ul > li:before
{
	content: "\2022";
	color: hsla(0, 0%, 77%, 1);
	font-weight: bold;
	display: inline-block;
	width: 1.6rem;
	margin-left: -1em;
}

/* </CHANGE> */
/* 2021-02-16: Styles for the expanded list. */
/* <CHANGE> */

.expanded > ul > li
{
	list-style: none;
}

.chapter-page .main ul.chapter > li > ul > li > ul li.expanded > ul > li
{
	margin-left: 16px;
	margin-top: 6px;
}

/* </CHANGE> */
/* Chapter page > Changes in this document and similar topics that don't belong in a bucket. */

.chapter-page .main ul.chapter > li > ul > li > a:not([href*=void])
{
	color: hsla(198, 100%, 35%, 1);
	font-size: 1.6rem;
	padding-left: 1.6rem;
}

/* 2021-02-16: Expanded links style */
/* <CHANGE> */

.chapter-page .main ul.chapter > li > ul > li > ul > li > a,
.chapter-page .main ul.chapter > li > ul > li > ul li.expanded > ul > li a
{
	color: hsla(198, 100%, 35%, 1);
}

/* </CHANGE> */
/* Main Topic */

.topic-page .main-topic
{
	margin: 6.5rem auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

/* DOCUMENT OUTLINE */
/* Document outline: container */

.topic-page ul.document-outline
{
	box-shadow: none;
	border-radius: 0;
	display: block;
	box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, 0.12);
	background-color: hsla(0, 100%, 100%, 1);
	border-radius: 4px;
	width: 28rem;
}

.topic-page ul.document-outline,
.topic-page .document-outline ul
{
	list-style-type: none;
}

/* Document outline: manual name */

.topic-page ul.document-outline > li > ul > li > a
{
	color: red;
	display: none;
}

/* Document outline: lifecycle section name, e.g. Maintenance */

.topic-page ul.document-outline > li a[href="javascript:void(0);"]
{
	color: #00587e;
	font-weight: 600;
	padding-left: 2.8rem !important;
	padding-right: 2rem !important;
	display: block;
	border-top: 1px solid #f3f3f3;
	/* position: relative is to prevent word wrapping under the > symbol. Read more at https://jsfiddle.net/61hpf6ty/  */
	position: relative;
}

/* Document outline: symbol before every lifecycle section */

.topic-page ul.document-outline > li a[href="javascript:void(0);"]::before
{
	content: " ";
	background-image: url('../../../images/portal/img/icon-arrow.svg');
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	display: inline-block;
	margin-top: 6px;
	padding-right: 2rem;
	transition: all .2s ease-in-out;
	/* position: absolute and left: 8px; are to prevent word wrapping under the > symbol. Read more at https://jsfiddle.net/61hpf6ty/  */
	position: absolute;
	left: 8px;
}

.topic-page ul.document-outline > li a.down-arrow::before
{
	transform: rotate(90deg);
	padding: 0;
	margin-right: 2rem;
	transition: all .2s ease-in-out;
}

.topic-page ul.document-outline > li a[href="javascript:void(0);"] + ul
{
	display: none;
}

/* Document outline: topics */

.topic-page ul.document-outline a,
.topic-page ul.document-outline a.selected
{
	color: #00587e;
	font-weight: normal !important;
	display: block;
	padding: 1rem 0 !important;
	font-size: 1.4rem;
	padding-left: 4.2rem !important;
	padding-right: 1.6rem !important;
}

/* Document outline: topic hyperlink states */

.topic-page ul.document-outline a:hover,
.topic-page ul.document-outline a:active,
.topic-page ul.document-outline a:focus
{
	text-decoration: underline;
}

/* Document outline: lifecycle hyperlink states */

.topic-page ul.document-outline > li a[href="javascript:void(0);"]:hover,
.topic-page ul.document-outline > li a[href="javascript:void(0);"]:active,
.topic-page ul.document-outline > li a[href="javascript:void(0);"]:focus
{
	text-decoration: none;
}

/* Document outline: selected hyperlink */

.topic-page ul.document-outline ul.nocontent.menu.mc-component
{
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.topic-page ul.document-outline ul.nocontent.menu.mc-component li a
{
	color: white;
}

/* Document outline: "in this topic" hyperlinks container */
/* Document outline: indentation for js fix 2020/02/10 */

.topic-page ul.document-outline ul.nocontent.menu.mc-component > li
{
	background: hsla(198, 100%, 43%, 1);
}

.topic-page ul.document-outline ul.nocontent.menu.mc-component
{
	padding-left: 0px;
	padding-right: 0px;
}

.topic-page ul.menu.mc-component
{
	width: 280px;
}

.topic-page ul.document-outline ul.nocontent.menu.mc-component > li + ul > li + ul > li > a
{
	padding-left: 6.6rem !important;
}

.topic-page ul.document-outline ul.nocontent.menu.mc-component > li + ul
{
	background: rgba(0, 153, 218, 0.12);
}

.topic-page ul.document-outline ul.nocontent.menu.mc-component > li + ul > li > a
{
	padding-left: 5.4rem !important;
}

.topic-page ul.document-outline ul.nocontent.menu.mc-component > li + ul a
{
	color: #00587e;
}

/* Document outline: "in this topic" hyperlink indentation */

.topic-page ul.document-outline ul.nocontent.menu.mc-component + ul li a
{
	padding-left: 5.9rem !important;
}

/* IN THIS TOPIC */

.topic-page .main-topic .in-this-topic .dropdown-list
{
	display: none;
	background: hsla(0, 100%, 100%, 1);
	box-shadow: 0px 1px 3px hsla(206, 6%, 25%, 0.15), 0px 1px 2px hsla(206, 6%, 25%, 0.3);
	border-radius: 2px;
	position: sticky;
	top: 2rem;
}

.topic-page .main-topic .in-this-topic .dropdown-list > ul
{
	padding: 0;
}

.topic-page .main-topic .in-this-topic .dropdown-list > ul > ul > ul > ul > ul > ul a
{
	display: none;
}

.topic-page .main-topic .in-this-topic .dropdown-list > ul > li a,
.topic-page .main-topic .in-this-topic .dropdown-list > ul > ul li a
{
	font-weight: 700;
	font-size: 1.4rem;
	color: hsla(195, 5%, 15%, 1);
	padding: 1.5rem;
	min-width: 150px;
	text-decoration: none;
	display: block;
}

/* IN THIS TOPIC V2 */

.topic-page .main-topic .in-this-topic .dropdown-list
{
	background: none;
	box-shadow: none;
	border-radius: 0;
	position: sticky;
	top: 2rem;
}

.topic-page .main-topic .in-this-topic .dropdown-list > ul
{
	padding: 0;
	background: none;
	border-right: 2px solid hsla(228, 13%, 92%, 1);
}

.topic-page .main-topic .in-this-topic .dropdown-list > ul > ul > ul > ul > ul > ul a
{
	display: none;
}

.topic-page .main-topic .in-this-topic .dropdown-list > ul > li a,
.topic-page .main-topic .in-this-topic .dropdown-list > ul > ul li a
{
	font-size: 1.4rem;
	color: hsla(195, 5%, 15%, 1);
	line-height: 1.3;
	padding: 1rem;
	min-width: 150px;
	text-decoration: none;
	display: block;
}

.topic-page .main-topic .in-this-topic .dropdown-list > ul > li a
{
	font-weight: 600;
}

.topic-page .main-topic .in-this-topic .dropdown-list > ul > ul li a
{
	font-weight: normal;
	padding-left: 1.5rem;
}

/*TOPIC TEXT*/

.topic-page .topic
{
	line-height: 1.45;
	width: 79rem;
	font-size: 1.6rem;
	margin: 0 4rem 0 0;
}

/* <p>, whitespace */

.topic-page .topic h1
{
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.25;
	margin-bottom: 2.5rem;
}

.topic-page .topic h2,
.topic-page .topic h3,
.topic-page .topic h4,
.topic-page .topic h5,
.topic-page .topic h6
{
	margin-top: 6rem;
	margin-bottom: 1rem;
	line-height: 1.2;
}

.topic-page .topic p + p
{
	margin-top: 1.9rem;
}

.topic-page .topic p + ul,
.topic-page .topic p + ol
{
	margin-top: 1.3rem;
}

.topic-page .topic ul,
.topic-page .topic ol,
.topic-page .topic .codechunk,
.topic-page .topic .important,
.topic-page .topic .note,
.topic-page .topic .tip,
.topic-page .topic pre
{
	margin-top: 1.7rem;
	margin-bottom: 3rem;
}

.topic-page .topic li .codechunk,
.topic-page .topic li .important,
.topic-page .topic li .note,
.topic-page .topic li .tip,
.topic-page .topic li pre
{
	margin-bottom: 1.7rem;
}

.topic-page .topic li ul,
.topic-page .topic li ol
{
	margin-top: 0;
	margin-bottom: 0;
}

.topic-page .topic li
{
	margin-top: 0.9rem;
}

.topic-page .topic .important ul,
.topic-page .topic .important ol,
.topic-page .topic .note ul,
.topic-page .topic .note ol,
.topic-page .topic .tip ul,
.topic-page .topic .tip ol
{
	margin-bottom: 0;
}

/* End <p>, whitespace */
/*LISTS*/

.topic-page .topic ul
{
	list-style-type: disc;
	margin-left: 2.5rem;
}

.topic-page .topic ol
{
	margin-left: 2.5rem;
}

/*End LISTS*/
/*FLARE STYLES*/

.topic-page .topic MadCap|xref.docRef,
.topic-page .topic .docRef
{
	color: black !important;
	pointer-events: none;
	font-style: italic;
	/* Disable hyperlink on xref if the class is docRef */
}

.topic-page .topic .citationtext
{
	font-style: italic;
}

.topic-page .topic .codechunk
{
	font-family: "Courier New", monospace;
	background-color: rgba(242, 242, 242, 0.5);
	border-left: 5px solid rgb(166, 166, 166);
	border-radius: 2px;
	padding: 14px 20px;
	list-style-type: none;
}

.topic-page .topic .codesnippet
{
	font-family: "Courier New", monospace;
	background-color: #f2f2f2;
	padding: 2px 3px;
}

.topic-page .topic pre
{
	background-color: rgba(242, 242, 242, 0.5);
	border-left: 5px solid rgb(166, 166, 166);
	border-radius: 2px;
	padding: 14px 20px;
	line-height: 1.1;
	white-space: pre-wrap;
}

.topic-page .topic code,
.topic-page .topic code.language-bash,
.topic-page .topic code.language-batch,
.topic-page .topic code.language-cpp,
.topic-page .topic code.language-cs,
.topic-page .topic code.language-java,
.topic-page .topic code.language-js,
.topic-page .topic code.language-json,
.topic-page .topic code.language-plaintext,
.topic-page .topic code.language-powershell,
.topic-page .topic code.language-py,
.topic-page .topic code.language-ts,
.topic-page .topic code.language-xml
{
	font-family: "Consolas", "Monaco", monospace;
}

.topic-page .topic pre code
{
	font-size: 0.9em;
}

.topic-page .topic .filepath
{
	font-family: "Consolas", "Monaco", monospace;
}

.topic-page .topic .important
{
	background-color: rgba(251, 228, 213, 0.5);
	border-left: 5px solid rgb(196, 89, 17);
	border-radius: 2px;
	padding: 14px 24px 14px 60px;
	list-style-type: none;
	background-image: url('../../../images/resources/images/important.svg');
	background-position: top 50% left 18px;
	background-repeat: no-repeat;
}

.topic-page .topic .note
{
	background-color: rgba(217, 226, 243, 0.5);
	border-left: 5px solid rgb(0, 153, 218);
	border-radius: 2px;
	padding: 14px 24px 14px 60px;
	list-style-type: none;
	background-image: url('../../../images/resources/images/note.svg');
	background-position: top 50% left 18px;
	background-repeat: no-repeat;
}

.topic-page .topic .tip
{
	background-color: rgba(226, 239, 217, 0.5);
	border-left: 5px solid rgb(83, 129, 53);
	border-radius: 2px;
	padding: 14px 24px 14px 60px;
	list-style-type: none;
	background-image: url('../../../images/resources/images/tip.svg');
	background-position: top 50% left 18px;
	background-repeat: no-repeat;
}

.topic-page .topic .uservoice
{
	font-weight: 600;
	color: hsla(198, 100%, 43%, 1);
	font-style: italic;
	padding-left: 12px;
	text-align: left;
}

.topic-page .topic .inputtext,
.topic-page .topic .specialbold,
.topic-page .topic .uitext
{
	font-weight: 600;
}

.topic-page .topic .subheading
{
	margin-top: 32px;
	margin-bottom: 3px;
	font-weight: 700;
}

/* DIV inside UL */

.topic-page .topic div > li + p
{
	margin-top: 0;
}

.topic-page .topic ul > div
{
	margin-bottom: 3rem;
}

/*START TABLES*/

.topic-page .topic td,
.topic-page .topic th
{
	border: 1px solid #c6cdcd;
}

.topic-page .topic table
{
	border-collapse: collapse;
	border-spacing: 0 1rem;
	margin: 2rem 0 4rem 0;
	table-layout: fixed;
	display: block;
	overflow: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.topic-page .topic td,
.topic-page .topic th
{
	padding: 1.5rem 1rem;
}

.topic-page .topic th
{
	text-align: left;
	background: #f2f2f2;
	border-bottom: none;
	font-weight: 600;
}

.topic-page .topic tr:hover
{
	background-color: #f9fbfb;
}

/* END TABLES */
/*End FLARE STYLES*/
/*HYPERLINKS & CROSS-REFERENCES*/

.topic-page .topic a,
.topic-page .topic .xref,
.topic-page .topic .xref.xrefTOCPageNumber,
.topic-page .post-topic a
{
	color: hsla(198, 100%, 43%, 1);
	text-decoration: none;
}

.topic-page .topic a:hover,
.topic-page .topic .xref:hover,
.topic-page .topic .xref.xrefTOCPageNumber:hover,
.topic-page .post-topic a:hover
{
	text-decoration: underline;
}

/*End HYPERLINKS & CROSS-REFERENCES*/
/*IMAGES*/

.topic-page .topic img
{
	max-width: 100%;
}

/*End IMAGES*/
/*TABLES*/

.topic-page .topic table
{
	width: 100% !important;
	margin: 3rem 0 !important;
	border-radius: 2px !important;
}

.topic-page .topic table td
{
	padding: 1.2rem;
	border-bottom-width: 1px;
	border-bottom-color: #ccd7dc;
	border-bottom-style: solid;
}

.topic-page .topic table .codechunk:last-child,
.topic-page .topic table .important:last-child,
.topic-page .topic table .note:last-child,
.topic-page .topic table .tip:last-child,
.topic-page .topic table ul:last-child,
.topic-page .topic table ol:last-child,
.topic-page .topic table pre:last-child
{
	margin-bottom: 0;
}

.topic-page .topic th
{
	mc-hyphenate: never;
}

.topic-page .topic th p
{
	margin: 0;
}

/*End TABLES*/
/*MADCAP PROPERTIES*/
/*Dropdown*/

.topic-page .topic .MCDropDown:first-of-type
{
	margin-top: 1.3rem;
}

.topic-page .topic .MCDropDown
{
	margin-bottom: 2.6rem;
}

.topic-page .topic .MCDropDownBody
{
	margin-left: 2rem;
}

.topic-page .topic .MCDropDown_Image_Icon
{
	padding-left: 0;
	padding-right: 2rem;
}

/*ROTATING CROSS*/

.topic-page .topic .MCDropDown_Closed .MCDropDownHotSpot::before
{
	content: " ";
	background-image: url('../../../images/portal/img/icon-cross.png');
	background-repeat: no-repeat;
	position: absolute;
	width: 11px;
	height: 11px;
	display: inline-block;
	margin-top: 6px;
	transition: transform 300ms;
}

.topic-page .topic .MCDropDown_Open .MCDropDownHotSpot::before
{
	content: " ";
	background-image: url('../../../images/portal/img/icon-cross.png');
	background-repeat: no-repeat;
	position: absolute;
	width: 11px;
	height: 11px;
	display: inline-block;
	margin-top: 6px;
	transition: transform 300ms;
	transform: rotate(45deg);
}

.topic-page .topic .MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage,
.topic-page .topic .MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: none !important;
	padding: 0;
}

/*Dropdown in a list*/

.topic-page .topic li .MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage,
.topic-page .topic li .MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: none !important;
}

.topic-page .topic li .MCDropDown_Image_Icon
{
	width: 0 !important;
}

.topic-page .topic li .MCDropDownBody.dropDownBody
{
	margin-left: 2px;
}

/*Pop-up text*/

.topic-page .topic MadCap|popupHead
{
	color: #5b8ec1;
}

.topic-page .topic MadCap|popupBody
{
	color: hsla(0, 100%, 100%, 1);
	border: none;
	background-color: hsla(195, 5%, 15%, 1);
	padding: 11px 15px;
}

/*Glossary*/

.topic-page .topic MadCap|glossaryTerm
{
	mc-closed-image: none;
	mc-open-image: none;
}

.topic-page .topic MadCap|glossaryTerm.Expanding
{
	color: inherit;
	font-weight: inherit;
}

.topic-page .topic MadCap|glossaryTerm.Hyperlink
{
	color: #5b8ec1;
	font-weight: inherit;
}

.topic-page .topic MadCap|glossaryTerm.Popup
{
	color: hsla(198, 100%, 43%, 1);
	font-weight: normal;
}

.topic-page .topic .\000023text
{
	font-weight: normal;
}

.topic-page .topic MadCap|conceptLink
{
	color: #000000;
}

.topic-page .topic MadCap|keywordLink
{
	color: #000000;
}

.topic-page .topic MadCap|relatedTopics
{
	color: #000000;
}

.topic-page .topic MadCap|helpControlMenu
{
	color: #707070;
	background-color: hsla(0, 100%, 100%, 1);
	border: none;
}

.topic-page .topic MadCap|helpControlMenuItem
{
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

.topic-page .topic MadCap|helpControlMenuItem.Highlighted
{
	color: #000000;
	background-color: #e5eff7;
}

.topic-page .topic MadCap|menuProxy
{
	float: left;
	position: relative;
}

/*MINITOC*/

.topic-page .topic div.MCMiniTocBox_0
{
	border-top: 1px solid #ccc;
	margin-top: 45px;
}

.topic-page .topic div.MCMiniTocBox_0:before
{
	color: #c4cdd3;
	font-variant: small-caps;
	display: block;
	margin: 0;
	font-size: 2rem;
}

.topic-page .topic a.MiniTOC1:link
{
	color: hsla(198, 100%, 43%, 1);
	text-decoration: none;
}

.topic-page .topic a.MiniTOC1:link:hover
{
	color: #66c1e8;
	text-decoration: underline;
}

/*RELATED TOPICS*/

.topic-page .topic .relatedTopics:link
{
	color: hsla(198, 100%, 43%, 1);
}

.topic-page .link-list-popup
{
	color: rgba(0, 0, 0, 0.85);
	border: none;
	background-color: #1e1f21;
	padding: 0;
	box-shadow: 0 2px 4px #8b8b8b;
	border-radius: 0;
}

.topic-page .link-list-popup ul
{
	background-color: #1e1f21;
	list-style-type: none;
	padding: 0;
}

.topic-page .link-list-popup ul li
{
	padding: 12px 20px;
	color: #fffefb;
	font-size: 1.4rem;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
}

.topic-page .link-list-popup ul li:hover
{
	color: white;
	background-color: hsla(198, 100%, 43%, 1);
	text-decoration: none;
}

.topic-page .topic .MCHelpControl-Related .MCHelpControl-RelatedHotSpot_
{
	background: none;
	padding-left: 0;
}

.topic-page .topic .MCHelpControl-Related .MCHelpControl-RelatedHotSpot_::before
{
	content: url('../../../images/portal/img/related-topics.svg');
	padding-right: 0.8rem;
	vertical-align: top;
}

.topic-page .topic .MCHelpControl_Image_Icon
{
	display: none;
}

/*TERM DEFINITIONS*/

.topic-page .topic .popupBody
{
	font-size: 1.4rem;
	color: #fffefb;
	background-color: #1e1f21;
	box-shadow: 0 2px 4px #8b8b8b;
	border-radius: 0;
	padding: 1.1rem 1.5rem;
}

.topic-page .MCTextPopupArrow
{
	border-bottom-color: #1e1f21;
}

.topic-page .MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup,
.topic-page .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup
{
	background-position: right;
	padding: 0;
	background-image: none;
	font-weight: normal !important;
}

.topic-page .topic ul.checklist
{
	list-style-image: none;
}

.topic-page .topic ul.checklist li::marker
{
	font-family: Wingdings;
	content: "o";
}

.topic-page .topic ul.checklist ul
{
	list-style-image: none;
}

.topic-page .topic .MCPopupContainer
{
	border: 0;
}

/*Hyphenation*/

.topic-page .topic tbody
{
	mc-hyphenate: never;
}

.topic-page .topic tr
{
	page-break-inside: avoid;
}

/*End Hyphenation*/
/*End MADCAP PROPERTIES*/
/* END TOPIC TEXT */
/* End TOPIC PAGE */

.topic-page .post-topic .feedback p.feedback-confirmation
{
	display: none;
	font-weight: 600;
}

/* START GLOSSARY PAGE */

.glossary-page .glossary-container
{
	max-width: 79rem;
}

.glossary-page .glossary-container ul.MCGlossaryProxy_0
{
	border: none;
	list-style-type: none;
}

.glossary-page .glossary-container .GlossaryPageEntry
{
	margin-bottom: 1.6rem;
}

.glossary-page .glossary-container .GlossaryPageLink
{
	font-weight: 600;
}

/* END GLOSSARY PAGE */
/*VIEWPORTS*/

@media screen and (max-width: 374px)
{
	.docs-container .card a
	{
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

@media screen and (max-width: 550px)
{
	.facets
	{
		width: 100%;
	}

	#dropdown-selector,
	#dropdown-selector > button
	{
		width: 100%;
	}

	.addsearch-active-filters .item button
	{
		margin-left: 0;
	}

	#filters button:first-of-type
	{
		padding-left: 0;
	}

	#addsearch-active-filter-all
	{
		margin-left: 0;
	}

	.addsearch-filters-tabs > .fade
	{
		position: absolute;
		height: 52px;
		right: 0;
		top: 0;
		width: 33px;
		pointer-events: none;
		background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), #F9F9FB);
	}
}

@media screen and (max-width: 719px)
{
	.docs-container .text
	{
		flex-direction: column;
	}
}

@media screen and (min-width: 720px) and (max-width: 1079px)
{
	.docs-container .card a
	{
		width: 48%;
	}
}

@media screen and (max-width: 1254px)
{
	header
	{
		box-shadow: none;
	}

	.landing-page .top
	{
		padding-bottom: 10px;
	}

	.landing-page-header h1
	{
		color: #FFFFFF;
		font-size: 3.2rem;
		font-weight: 800;
		text-transform: uppercase;
		max-width: 550px;
		margin: 0 auto;
		text-align: center;
	}

	header > .top > .top-flexbox-mobile
	{
		display: flex;
		padding: 17px 22px 0 22px;
	}

	header > .top > .top-flexbox-desktop
	{
		display: none;
	}

	header > .top > .top-flexbox-mobile .top-selectors-mobile button
	{
		width: 3.8rem;
		border: none;
		padding: 8px;
		border-radius: 50%;
		cursor: pointer;
		box-shadow: none;
		background: none;
	}

	.landing-page .main > .section > h4
	{
		margin-bottom: 2rem;
	}

	header > .top > .top-flexbox-mobile .top-selectors-mobile button:hover
	{
		background: hsla(228, 13%, 92%, 0.6);
	}

	.top-selectors-mobile #hamburger #hamburger-icon-active
	{
		display: none;
	}

	header > .top > .top-flexbox-mobile .top-selectors-mobile:focus,
	header > .top > .top-flexbox-mobile .top-selectors-mobile::-moz-focus-inner
	{
		outline: none;
		border: 0;
	}

	header > .top > .top-flexbox-mobile .top-selectors-mobile #release-selector,
	header > .top > .top-flexbox-mobile .top-selectors-mobile #language-selector
	{
		margin-right: 1rem;
	}

	header > .top > .top-flexbox-mobile .top-selectors-mobile > #release-selector .dropdown-list,
	header > .top > .top-flexbox-mobile .top-selectors-mobile > #language-selector .dropdown-list,
	header > .top > .top-flexbox-mobile #hamburger .dropdown-list
	{
		width: 100vw;
		min-height: 100vh;
		text-align: center;
		background: hsla(0, 100%, 100%, 1);
		box-shadow: 0px 1px 3px hsla(206, 6%, 25%, 0.15), 0px 1px 2px hsla(206, 6%, 25%, 0.3);
		border-radius: 2px;
	}

	header > .top > .top-flexbox-mobile #hamburger .dropdown-list
	{
		margin-top: 3px;
	}

	.dropdown-list a
	{
		padding: 1.5rem;
	}

	.top-flexbox .dropdown-list a.selected::before
	{
		content: "\2713";
		display: inline-block;
		margin-left: -40px;
		margin-right: 30px;
	}

	.entries,
	.topic-page .main-topic .document-outline,
	.topic-page .main-topic .in-this-topic
	{
		display: none;
	}

	header > .top .search-secondary-mobile
	{
		display: block;
		width: 100%;
		max-width: 550px;
		margin: 1rem auto 0 auto;
		border: solid 1px #7C8B95;
		border-radius: 2px;
	}

	header > .top .search-secondary-mobile > .search-flexbox-mobile
	{
		display: flex;
		justify-content: space-between;
		height: 45px;
	}

	header > .top .search-secondary-mobile > .search-flexbox-mobile > .search-text-input,
	header > .top .search-secondary-mobile > .search-flexbox-mobile > button
	{
		background: none;
		border: none;
	}

	header > .top .search-secondary-mobile > .search-flexbox-mobile > button
	{
		cursor: pointer;
		width: 66px;
	}

	header > .top .search-secondary-mobile > .search-flexbox-mobile > input::placeholder,
	header > .top .search-secondary-mobile > .search-flexbox-mobile > input::-webkit-input-placeholder,
	header > .top .search-secondary-mobile > .search-flexbox-mobile > input:-ms-input-placeholder,
	header > .top .search-secondary-mobile > .search-flexbox-mobile > input::-ms-input-placeholder
	{
		font-weight: 300;
		font-style: italic;
		color: hsla(240, 1%, 68%, 1);
	}

	header > .top .search-secondary-mobile > .search-flexbox-mobile > input
	{
		font-size: 1.6rem;
		font-weight: 600;
		color: hsla(200, 95%, 16%, 1);
		width: 90%;
		padding-left: 15px;
	}

	header > .top .search-secondary-mobile > .search-flexbox-mobile > input::placeholder
	{
		color: #b7b7b7;
	}

	.landing-page header > .search
	{
		top: -2rem;
	}

	.landing-page header > .search > .search-flexbox > input
	{
		height: 45px;
		width: 100%;
		max-width: 550px;
	}

	.landing-page header > .search > .search-flexbox > button
	{
		width: 45px;
		height: 45px;
		margin-left: -45px;
	}

	.landing-page .main
	{
		padding: 4.5rem 22px 0 22px;
		margin: auto;
		max-width: 450px;
	}

	.landing-page .main .section
	{
		margin-bottom: 5rem;
	}

	.landing-page .main .section:first-of-type
	{
		margin-top: 3rem;
	}

	.landing-page .main .section h3
	{
		font-size: 2.4rem;
	}

	.landing-page .main .section h4
	{
		font-size: 1.6rem;
	}

	.landing-page .entries-grid,
	.landing-page .entries-secondary-grid,
	.landing-page .entries-tertiary-grid
	{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.landing-page .entries-grid .entry,
	.landing-page .entries-secondary-grid .entry,
	.landing-page .entries-tertiary-grid .entry
	{
		padding: 0;
		margin: 0 auto;
		height: 118px;
		width: 150px;
	}

	.landing-page .entries-grid .entry:hover
	{
		transition: none;
		transform: none;
	}

	.landing-page .entries-secondary-grid .entry,
	.landing-page .entries-tertiary-grid .entry
	{
		height: 69px;
	}

	.landing-page .entry a
	{
		font-size: 1.2rem;
		text-align: center;
	}

	.landing-page .entries-grid .entry a,
	.landing-page .entries-secondary-grid .entry a
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 1.5rem;
	}

	.landing-page .entries-grid .entry a img
	{
		padding: 0;
		margin: 0 0 0.6rem 0;
		height: 40px;
	}

	.landing-page .entries-secondary-grid .entry a img
	{
		padding: 0;
		margin: 0;
		height: 26px;
	}

	.document-banner
	{
		padding: 0;
	}

	.document-banner-text
	{
		padding: 4rem 22px;
		margin: 0;
	}

	.document-banner h1,
	.document-banner span.release
	{
		font-size: 2.6rem;
		line-height: 1.45;
	}

	.document-banner h2
	{
		font-size: 1.6rem;
		line-height: 1.45;
	}

	.document-banner .download-section img.download-button
	{
		margin-right: 2rem;
	}

	.document-banner .download-section img.download-button:last-of-type
	{
		margin-right: 0;
	}

	.chapter-page .main ul.chapter > li > ul > li > a
	{
		font-size: 2.2rem;
		line-height: 1.1;
	}

	.chapter-page .main ul.chapter > li > ul > li
	{
		padding: 2rem 0;
	}

	/*BREADCRUMBS*/

	.main .nocontent,
	.language-disclaimer
	{
		margin: 2.9rem 22px 0 22px;
	}

	.main .MCBreadcrumbsBox_breadcrumbs_0 *
	{
		font-size: 1.6rem;
	}

	.main .MCBreadcrumbsBox_breadcrumbs_0
	{
		margin: 0;
		max-width: 79rem;
	}

	.chapter-page .main ul.chapter,
	.chapter-page .main ul.subchapter
	{
		margin: 4.5rem 22px 0 22px;
	}

	.main ul.chapter > li
	{
		padding: 0;
	}

	.chapter-page .main ul.chapter > li > ul > li > ul > li
	{
		margin-bottom: 1.3rem;
	}

	.topic-page .main
	{
		display: flex;
		flex-direction: column;
	}

	.topic-page .main-topic
	{
		margin: 3.3rem 22px 0 22px;
		padding: 0;
	}

	.topic-page .main-topic .document-outline
	{
		display: none !important;
	}

	.topic-page .topic
	{
		margin: 0;
		width: 100%;
	}

	.topic-page .post-topic
	{
		margin: 4.5rem 22px 0 22px;
		padding: 0;
	}

	.topic-page .post-topic .feedback button
	{
		font-size: 1.35rem;
		padding: 1rem 3rem;
		min-width: 85px;
	}

	.topic-page .topic h1
	{
		font-size: 2.8rem;
		line-height: 1.1;
	}

	.topic-page .post-topic .heading
	{
		font-size: 1.8rem;
		line-height: 1.1;
	}

	.topic-page .post-topic .feedback
	{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	footer > div
	{
		display: block;
		margin: 0 22px;
	}

	footer > div > div:last-of-type > p:last-of-type
	{
		padding-bottom: 2rem;
	}

	div#searchPane,
	div.zero-search-results
	{
		margin: 4rem 22px 0 22px;
	}

	.search-results-page .zero-search-results
	{
		flex-direction: column;
		margin: 6rem 22px 6rem 22px;
	}

	.search-results-page .zero-search-results img
	{
		height: 140px;
		width: 140px;
		margin-bottom: 3.7rem;
		margin-right: 0;
	}

	.search-results-page .zero-search-results h1
	{
		font-size: 1.8rem;
		text-align: center;
	}

	.search-results-page .zero-search-results h2
	{
		font-size: 1.6rem;
		text-align: center;
	}

	div.addsearch-container
	{
		margin: auto 22px;
	}
}

@media screen and (min-width: 551px)
{
	header
	{
		padding-bottom: 1.5rem;
	}

	#dropdown-selector,
	#dropdown-selector > button
	{
		width: 28rem;
		max-width: 28rem;
	}

	.addsearch-active-filters .item button
	{
		margin-left: 0.4rem;
	}

	#addsearch-active-filter-all
	{
		margin-left: 0.4rem;
	}
}

@media screen and (min-width: 691px)
{
	.landing-page .main
	{
		max-width: 700px;
	}
}

@media screen and (min-width: 834px) and (max-width: 1254px)
{
	.main .nocontent
	{
		margin: 2.9rem 22px 0 22px;
	}

	.language-disclaimer
	{
		margin: 2.9rem 22px 0 22px;
	}

	.main .MCBreadcrumbsBox_breadcrumbs_0
	{
		width: 79rem;
	}
}

@media screen and (min-width: 1255px)
{
	header
	{
		padding-bottom: 0;
	}

	.landing-page .main
	{
		max-width: 960px;
	}

	.main .nocontent,
	.topic-page .post-topic,
	.language-disclaimer
	{
		margin: 4.5rem auto 0 auto;
		max-width: 1133px;
	}

	.document-banner .document-banner-text
	{
		margin: auto 22px;
	}

	.chapter-page .main ul.chapter,
	.chapter-page .main ul.subchapter
	{
		margin: 4.5rem 22px 0 22px;
	}

	.chapter-page .main ul.chapter > li > ul > li > ul
	{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-o-column-count: 1;
		column-count: 1;
	}

	header > .top > .top-flexbox-mobile,
	header > .top .search-secondary-mobile
	{
		display: none;
	}

	.landing-page header > .search > .search-flexbox > button img
	{
		height: 32px;
		width: 32px;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}

	.main .MCBreadcrumbsBox_breadcrumbs_0 *
	{
		font-size: 1.6rem;
	}

	.topic-page .post-topic .feedback button
	{
		font-size: 1.6rem;
		padding: 1rem 3.7rem;
		min-width: 103px;
	}

	.topic-page .post-topic .heading
	{
		font-size: 2.2rem;
	}

	.topic-page .post-topic .feedback
	{
		padding: 5rem 0;
	}

	div#searchPane
	{
		max-width: 1234px;
		margin: 4.5rem auto 0 auto;
	}

	footer > div
	{
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 250px 250px 250px 250px;
		grid-template-columns: repeat(4, 1fr);
		-ms-grid-rows: auto auto auto;
		grid-template-rows: repeat(3, auto);
		margin: auto;
		max-width: 1234px;
		padding-top: 7.2rem;
		padding-bottom: 4.8rem;
	}

	.landing-page footer > div
	{
		max-width: 999px;
	}

	div.addsearch-container
	{
		margin: auto;
	}
}

@media screen and (min-width: 1345px)
{
	.document-banner .document-banner-text
	{
		margin: auto;
	}

	.chapter-page .main ul.chapter,
	.chapter-page .main ul.subchapter
	{
		margin: 4.5rem auto 0 auto;
	}
}

@media screen and (min-width: 1255px)
{
	.landing-page-header
	{
		background: url('../../../images/portal/img/portal-banner-documents.svg') 80% 58% no-repeat, linear-gradient(90deg, #035D88 0%, #0099DA 100%);
	}

	.landing-page-header h1
	{
		color: #FFFFFF;
		font-size: 4.2rem;
		font-weight: 800;
		letter-spacing: 0.6px;
		line-height: 48px;
		text-transform: uppercase;
		max-width: 550px;
		margin-left: 16rem;
	}
}

header
{
	background: hsla(0, 100%, 100%, 1);
	position: relative;
	z-index: 2;
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}

header > .heading > .heading-flexbox > h1
{
	font-weight: 800;
	font-weight: normal;
	font-size: 3.6rem;
	color: hsla(0, 100%, 100%, 1);
	text-align: center;
}

header > .heading > .heading-flexbox > h2
{
	font-weight: normal;
	font-size: 2.4rem;
	color: hsla(0, 100%, 100%, 1);
	text-align: center;
}

.chapter-page .main ul.chapter > li > ul > li > ul
{
	padding-top: 2rem;
	list-style: none;
	padding-left: 1.6rem;
	display: block;
}

.main .MCBreadcrumbsBox_breadcrumbs_0
{
	padding: 0;
	margin: 0;
	line-height: 1.5;
	border: none;
	color: hsla(240, 1%, 68%, 1);
	color: hsl(198.1, 100%, 35.1%);
}

.main .MCBreadcrumbsBox_breadcrumbs_0 a
{
	padding: 0;
	margin: 0;
	color: hsla(240, 1%, 68%, 1);
	color: hsl(198.1, 100%, 35.1%);
}

/* .breadcrumbs > #selected, */

.breadcrumbs .MCBreadcrumbsSelf
{
	color: hsla(240, 1%, 68%, 1);
}

.breadcrumbs span.MCBreadcrumbsSelf:first-of-type + span.MCBreadcrumbsDivider,
.breadcrumbs span.MCBreadcrumbsSelf:first-of-type
{
	color: red;
}

.breadcrumbs > .slash
{
	font-weight: 700;
	margin: 0 0.6rem;
}

/* End Breadcrumbs */
/* Post-Topic */

.topic-page .post-topic .feedback
{
	border-top: 2px solid hsla(228, 13%, 92%, 1);
	padding-top: 6rem;
	padding-bottom: 4rem;
	min-height: 20.5rem;
}

.topic-page .post-topic .secondary-content
{
	padding-top: 4rem;
	border-top: 2px solid hsla(228, 13%, 92%, 1);
}

/* START Article feedback */

.topic-page .post-topic .feedback .feedback-container
{
	margin: auto;
	max-width: 60rem;
}

.topic-page .post-topic .feedback .heading
{
	font-weight: 600;
	font-weight: normal;
	font-size: 2.4rem;
	color: hsla(200, 5%, 49%, 1);
	margin-bottom: 2.4rem;
	text-align: center;
}

.topic-page .post-topic .feedback #Howcanweimprovethisarticle
{
	text-align: initial;
}

.topic-page .post-topic .feedback-container-yes-no-question
{
	text-align: center;
}

.topic-page .post-topic .feedback button
{
	font-weight: 600;
	border: 1px solid hsla(198, 100%, 35%, 1);
	border-radius: 3px;
	color: hsla(198, 100%, 35%, 1);
	background: hsla(0, 100%, 100%, 1);
	margin-right: 1.2rem;
	cursor: pointer;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
	transition: all .2s ease-in-out;
}

.topic-page .post-topic .feedback button:hover,
.topic-page .post-topic .feedback button.selected
{
	background: hsla(197, 54%, 97%, 1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
	transition: all .2s ease-in-out;
}

.topic-page .post-topic .feedback button:active
{
	background: hsla(199, 55%, 90%, 1);
	transition: all .2s ease-in-out;
}

.topic-page .post-topic .feedback button:focused
{
	box-shadow: none;
	transition: all .2s ease-in-out;
}

.topic-page .post-topic .feedback .feedback-container-message .further-instructions
{
	color: hsla(200, 5%, 49%, 1);
}

.topic-page .post-topic .feedback .feedback-container-message textarea
{
	resize: none;
	border: 2px solid hsla(228, 13%, 92%, 1);
	border-radius: 3px;
	padding: 1rem;
	margin: 2rem auto 2rem auto;
	outline: none;
	width: 100%;
	min-height: 15rem;
}

.topic-page .post-topic .feedback .feedback-container-message textarea:focus
{
	border: 2px solid hsla(198, 100%, 35%, 1);
}

.topic-page .post-topic .feedback .feedback-container-message textarea:required
{
	box-shadow: none;
}

.topic-page .post-topic .feedback .feedback-container-message textarea::placeholder
{
	color: #b7b7b7;
}

.topic-page .post-topic .feedback .feedback-container-message input.disabled,
.topic-page .post-topic .feedback .feedback-container-message input.enabled,
.topic-page .post-topic .feedback .feedback-container-message input:active
{
	text-decoration: none;
	text-align: center;
	color: hsla(0, 100%, 100%, 1);
	display: block;
	background: hsla(198, 100%, 35%, 1);
	font-size: 1.6rem;
	font-weight: 600;
	padding: 1.2rem 2.2rem;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
	cursor: pointer;
	outline: none;
	border: transparent;
	transition: all .2s ease-in-out;
}

.topic-page .post-topic .feedback .feedback-container-message input.disabled,
.topic-page .post-topic .feedback .feedback-container-message input:active
{
	opacity: 0.32;
	cursor: not-allowed;
	transition: all .2s ease-in-out;
}

.topic-page .post-topic .feedback .feedback-container-message input.enabled:hover
{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
	transition: all .2s ease-in-out;
}

/* END Article feedback */
/* START .secondary-content headings */

.topic-page .post-topic .secondary-content .heading
{
	font-weight: 700;
	font-size: 2.4rem;
	color: hsla(200, 6%, 20%, 1);
}

/* END .secondary-content headings */
/* START Relationship tables */

.topic-page .post-topic .related-articles div[class*="MCRelationshipsProxy"]
{
	border: none;
	padding-top: 2rem;
	padding-left: 1.6rem;
}

/* Hide related articles inside .topic. Hide .post-topic related article headings. */

.topic-page .topic div[class*="MCRelationshipsProxy"],
.topic-page .post-topic .related-articles p[class*="Heading_"]
{
	display: none;
}

.topic-page .post-topic .related-articles p[class*="Item_"]:before
{
	content: "\2022";
	color: hsla(0, 0%, 77%, 1);
	font-weight: bold;
	display: inline-block;
	width: 1.6rem;
	margin-left: -1em;
}

.topic-page .post-topic .related-articles p[class*="Item_"]
{
	margin-bottom: 2rem;
	font-size: 1.6rem;
}

.topic-page .post-topic .related-articles p[class*="Item_"] a
{
	color: hsla(198, 100%, 35%, 1);
}

/* END Relationship tables */

._Skins_portal_search.mc-component h1#results-heading
{
	font-weight: normal;
}

._Skins_portal_search.mc-component h1#results-heading > .total-results,
._Skins_portal_search.mc-component h1#results-heading > .query
{
	font-weight: 700;
}

#searchPane b
{
	font-weight: 700;
}

/*IE11 Grid*/

.landing-page .entry:nth-child(1),
.chapter-page .entry:nth-child(1)
{
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}

.landing-page .entry:nth-child(2),
.chapter-page .entry:nth-child(2)
{
	-ms-grid-column: 2;
	-ms-grid-row: 1;
}

.landing-page .entry:nth-child(3),
.chapter-page .entry:nth-child(3)
{
	-ms-grid-column: 3;
	-ms-grid-row: 1;
}

.landing-page .entry:nth-child(4),
.chapter-page .entry:nth-child(4)
{
	-ms-grid-column: 1;
	-ms-grid-row: 2;
}

.landing-page .entry:nth-child(5),
.chapter-page .entry:nth-child(5)
{
	-ms-grid-column: 2;
	-ms-grid-row: 2;
}

.landing-page .entry:nth-child(6),
.chapter-page .entry:nth-child(6)
{
	-ms-grid-column: 3;
	-ms-grid-row: 2;
}

.landing-page .entry:nth-child(7),
.chapter-page .entry:nth-child(7)
{
	-ms-grid-column: 1;
	-ms-grid-row: 3;
}

.landing-page .entry:nth-child(8),
.chapter-page .entry:nth-child(8)
{
	-ms-grid-column: 2;
	-ms-grid-row: 3;
}

.landing-page .entry:nth-child(9),
.chapter-page .entry:nth-child(9)
{
	-ms-grid-column: 3;
	-ms-grid-row: 3;
}

/*End IE11 Grid*/
/* Footer */

footer
{
	background: linear-gradient(180deg, #035d88, hsla(200, 95%, 16%, 1));
	color: white;
	margin-top: 6rem;
}

footer > div > ul
{
	line-height: 25px;
	padding-left: 0;
	margin-left: 5px;
	font-size: 12px;
	padding-top: 35px;
}

/* IE11 */

footer > div > ul:nth-child(1)	/*Support*/
{
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}

footer > div > ul:nth-child(2)	/*Partners*/
{
	-ms-grid-column: 2;
	-ms-grid-row: 1;
}

footer > div > ul:nth-child(3)	/*Contact*/
{
	-ms-grid-column: 3;
	-ms-grid-row: 1;
}

footer > div > ul:nth-child(4)	/*Policies*/
{
	-ms-grid-column: 4;
	-ms-grid-row: 1;
}

footer > div > hr	/*Separator*/
{
	-ms-grid-column-span: 4;
	-ms-grid-row: 2;
}

footer > div > ul:nth-child(6)	/*Empty 1*/
{
	-ms-grid-column: 1;
	-ms-grid-row: 3;
}

footer > div > ul:nth-child(7)	/*Empty 2*/
{
	-ms-grid-column: 2;
	-ms-grid-row: 3;
}

footer > div > ul:nth-child(8)	/*Make the world see*/
{
	-ms-grid-column: 3;
	-ms-grid-row: 3;
}

footer > div > svg
{
	-ms-grid-column: 3;
	-ms-grid-row: 3;
}

footer > div > svg + div
{
	-ms-grid-column: 4;
	-ms-grid-row: 3;
}

footer > div > div:last-of-type
{
	-ms-grid-column: 4;
	-ms-grid-row: 3;
}

/* END IE11 */

footer > div > ul > li
{
	list-style: none;
	max-width: 27ch;
}

footer > div > ul.title > li:first-child
{
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 10px;
	opacity: 0.5;
}

footer > div > svg
{
	margin-top: 35px;
}

footer > div > div > p
{
	font-size: 12px;
	margin-top: 35px;
	opacity: 0.5;
}

footer a,
footer a:visited
{
	color: white;
}

footer hr
{
	grid-column-start: span 4;
	margin-top: 35px;
	opacity: 0.5;
}

/* End Footer */
/* Start print styles */

@media print
{
	.topic-page header,
	.main .MCBreadcrumbsBox_breadcrumbs_0,
	aside.in-this-topic,
	.topic-page .post-topic,
	footer
	{
		display: none;
	}

	html
	{
		font-size: 49%;
	}
}

/* End print styles */
/* START addSearch */

addsearch-searchfield
{
	width: 550px;
}

/* addSearch search field magnifier button */

.addsearch-searchfield button
{
	background: none;
	border: none;
	height: 45px;
	width: 66px;
	cursor: not-allowed;
}

.addsearch-container .arrow
{
	transform: rotate(90deg);
}

.addsearch-container button
{
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

div.product,
div.role
{
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

/* addSearch autocomplete */

#autocomplete,
#autocomplete-mobile
{
	display: block;
	position: relative;
}

#autocomplete .addsearch-autocomplete,
#autocomplete-mobile .addsearch-autocomplete
{
	position: absolute;
	background: #fff;
	z-index: 3;
	left: -1px;
	top: 1px;
	width: calc(100% + 2px);
	box-shadow: 0 3px 17px 0 rgba(2, 56, 82, 0.17);
}

#autocomplete ul,
#autocomplete-mobile ul
{
	list-style-type: none;
}

#autocomplete li,
#autocomplete-mobile li
{
	padding: 1.5rem;
}

#autocomplete li:hover,
#autocomplete-mobile li:hover
{
	cursor: pointer;
	background: #F5F6F7;
	color: #0097DB;
}

/* addSearch interactions. These rules must stay. */

#active-role-filters #custom_fields\.product
{
	display: none !important;
}

#active-product-filters #custom_fields\.role
{
	display: none !important;
}

#active-product-filters #learning,
#active-role-filters #learning,
#active-product-filters #docs,
#active-role-filters #docs,
#active-product-filters #all,
#active-role-filters #all
{
	display: none !important;
}

#active-product-filters div#custom_fields\.product ~ iv.add.product,
#active-role-filters div#custom_fields\.role ~ iv.add.role
{
	display: none;
}

/* addSearch interactions. These rules must stay. */
/* The top filters "Documentation", "Learning", and "All" */

.addsearch-filters-tabs
{
	position: relative;
	margin-top: 3.3rem;
	margin-bottom: 2.4rem;
}

#filters .tabs
{
	overflow: auto;
	white-space: nowrap;
}

#filters button
{
	color: #6D6F71;
	font-weight: 700;
	font-size: 1.6rem;
	margin-right: 2.4rem;
	border-bottom: 2px solid transparent;
	padding: 1.4rem;
}

#filters button:hover
{
	cursor: pointer;
}

#filters button.active
{
	color: #0097DB;
	border-bottom: 3px solid #0097DB;
}

/* The top filters "Documentation", "Learning", and "All" */
/* Dropdown selectors ("role", "product") */

.addsearch-container > .role
{
	margin-bottom: 1.8rem;
}

.facets
{
	border: 1px solid #CED3D7;
	border-radius: 1px;
	margin-right: 2rem;
	position: relative;
}

.facets:hover
{
	background: #F5F6F7;
	cursor: pointer;
}

#dropdown-selector
{
	font-size: 1.2rem;
	color: #303436;
}

#dropdown-selector > button
{
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	padding-left: 1.25rem;
	padding-right: 1.65rem;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

#dropdown-selector .dropdown-list
{
	position: absolute;
	z-index: 2;
	background-color: #FFFFFF;
	box-shadow: 0 3px 17px 0 rgba(2, 56, 82, 0.17);
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 1px;
	width: inherit;
	margin-left: -1px;
}

#dropdown-selector .dropdown-list > div > div
{
	transition: all .2s ease;
	padding-top: 1.1rem;
	padding-bottom: 1.1rem;
	padding-left: 1.25rem;
	padding-right: 1.65rem;
}

#dropdown-selector .dropdown-list > div > div:hover
{
	background-color: #F5F6F7;
	cursor: pointer;
	color: #0097DB;
}

/* Dropdown selectors ("role", "product") */
/* Dropdown check box */

.dropdown-list > div > div
{
	margin-bottom: 10px;
}

.dropdown-list .dropdown-item-text
{
	position: relative;
}

#dropdown-selector input:checked ~ dropdown-item-text::before
{
	border: .0625rem solid #0099da;
	background: #0099da;
}

.dropdown-list input
{
	display: none;
}

.dropdown-list .dropdown-item-text::after
{
	content: url('../../../images/portal/img/icon-tick.svg');
	height: 1.25rem;
	width: 1.25rem;
	position: absolute;
	left: 3px;
	top: 3px;
}

#dropdown-selector .dropdown-item-text::before
{
	cursor: pointer;
	content: "";
	margin-right: 1.25rem;
	display: inline-block;
	vertical-align: text-top;
	min-width: 1.5rem;
	width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: .125rem;
	border: .0625rem solid #ced3d7;
}

/* Dropdown check box */
/* Active filters */
/* "Clear applied filters */

#activefilters
{
	margin-top: 1.4rem;
	color: #9DADB7;
	font-size: 1.1rem;
}

#activefilters #clear-filters
{
	padding: 0;
	margin: 0;
}

#activefilters #clear-filters button
{
	display: flex;
	color: #0097DB;
	border: none;
	margin-left: 0;
}

#clear-filters
{
	color: #0097DB;
	cursor: pointer;
	display: inline;
	border: none;
}

/* "Clear applied filters */
/* Applied active filters */

.addsearch-active-filters
{
	display: flex;
	flex-wrap: wrap;
}

.addsearch-active-filters .item button
{
	background-image: url('../../../images/portal/img/icon-x-blue.svg');
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 4px;
	cursor: pointer;
	color: #303436;
	border: 1px solid #CED3D7;
	border-radius: 1px;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	padding-left: 2rem;
	padding-right: 0.8rem;
	font-size: 1.1rem;
	margin-top: 0.4rem;
	margin-right: 0.4rem;
	margin-bottom: 0.4rem;
	background-color: inherit;
}

/* Filter named "All" */

#addsearch-active-filter-all
{
	pointer-events: none;
	color: #9DADB7;
	border: 1px solid #CED3D7;
	border-radius: 1px;
	padding: 0.8rem;
	margin-bottom: 0;
	background: #F5F6F7;
	font-size: 1.1rem;
	margin-top: 0.4rem;
	margin-right: 0.4rem;
	margin-bottom: 0.4rem;
}

/* Filter named "All" */

.addsearch-active-filters .add button
{
	background-image: url('../../../images/portal/img/icon-x-gray.svg');
	background-repeat: no-repeat;
	background-position-y: center;
	padding-left: 16px;
}

div.addsearch-container
{
	max-width: 1234px;
}

div.addsearch-container li
{
	list-style-type: none;
}

/* No images displayed in search results. */

span.main-image
{
	display: none;
}

.number-of-results
{
	color: #303436;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.4rem;
	margin-bottom: 2.8rem;
}

/* START addSearch pagination */

.addsearch-pagination
{
	text-align: center;
	font-size: 0;
	/* font-size: 0 is required to remove whitespace between buttons. */
}

.addsearch-pagination button
{
	font-size: 1.6rem;
	padding: 0.8rem 1.1rem;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	border-radius: 2px;
	background: transparent;
}

.addsearch-pagination button:hover
{
	background: hsla(240, 7%, 89%, 1);
	border-color: hsl(240, 7.1%, 89%);
}

.addsearch-pagination [aria-current]:not([aria-current\00003D\000022false\000022])
{
	color: white;
	background: hsla(198, 100%, 43%, 1);
	border-color: hsla(198, 100%, 43%, 1);
	font-weight: 700;
	padding-top: 0.7rem;
	padding-bottom: 0.6rem;
}

/* END addSearch pagination */
/* END addSearch */
/* START Google Search */

.googlesearch-container
{
	max-width: 1234px;
	margin: 2.5rem auto 0 auto;
}

.gsc-results-wrapper-visible,
.gs-bidi-start-align.gs-snippet
{
	font-family: "Noto Sans", Arial, sans-serif;
}

.gsc-tabHeader.gsc-inline-block.gsc-tabhActive
{
	color: #008AC6;
	background-color: inherit;
	font-size: 1.6rem;
}

.gsc-result-info-container > .gsc-result-info
{
	padding-bottom: 4px;
}

.gsc-tabHeader
{
	padding: 0 12px 1px 12px !important;
}

.gsc-option-menu-item-highlighted
{
	background-color: hsl(228, 12.2%, 92%) !important;
}

.gsc-tabHeader.gsc-tabhInactive.gsc-inline-block
{
	background-color: inherit;
	color: hsla(199, 50%, 25%, 1);
	border-color: hsla(199, 50%, 25%, 1);
	font-size: 1.6rem;
}

.gs-snippet,
.gs-spelling-original
{
	font-size: 1.6rem !important;
	margin-top: 0.8rem !important;
	line-height: 1.4 !important;
}

.gs-web-image-box,
.gs-promotion-image-box
{
	display: none;
}

.gs-richsnippet-box
{
	margin-top: 0.8rem;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title *
{
	font-size: 1.9rem !important;
}

.gs-webResult .gs-visibleUrl
{
	display: none;
}

.gsc-refinementBlock .gsc-tabHeader.gsc-tabhActive
{
	border-bottom: 3px solid hsla(198, 100%, 35%, 1);
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page
{
	color: hsla(198, 100%, 35%, 1);
}

.gsc-resultsRoot > .gsc-results
{
	background-color: inherit;
}

.gsc-control-cse
{
	padding: 0;
}

.gsc-control-cse.gsc-control-cse-en
{
	background: inherit;
	border: none;
}

.gsc-expansionArea > .gsc-webResult.gsc-result,
.gsc-expansionArea > .gsc-results .gsc-imageResult
{
	background: inherit;
	border: 2px solid transparent;
	margin-top: 1rem;
	margin-bottom: 2rem;
	padding: 1rem;
}

.gsc-table-result,
.gs-promotion-table,
.gsc-thumbnail-inside,
.gsc-url-top
{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.gsc-richsnippet-showsnippet-label
{
	font-size: 1.6rem !important;
	color: hsla(200, 5%, 49%, 1) !important;
	text-decoration: none !important;
}

.gsc-richsnippet-showsnippet-label:hover
{
	text-decoration: underline !important;
}

div.gsc-results.gsc-webResult div.gsc-expansionArea div.gsc-webResult.gsc-result div.gs-webResult.gs-result div.gsc-thumbnail-inside div.gs-title a.gs-title,
div.gsc-results.gsc-webResult div.gsc-expansionArea div.gsc-webResult.gsc-result div.gs-webResult.gs-result div.gsc-thumbnail-inside div.gs-title a.gs-title b,
.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long
{
	color: #008AC6;
}

.gs-per-result-labels,
.gcsc-more-maybe-branding-root
{
	display: none;
}

.gsc-cursor-box.gs-bidi-start-align
{
	display: flex;
	margin-top: 4rem !important;
}

.gsc-cursor-box.gs-bidi-start-align > .gsc-cursor
{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page
{
	background-color: inherit !important;
	font-size: 1.6rem;
	padding: 1rem;
}

/* pagination */

.gsc-results .gsc-cursor-box .gsc-cursor-current-page
{
	color: #fff !important;
	background: hsla(198, 100%, 43%, 1) !important;
	border-radius: 2px;
	border: 1px solid hsla(198, 100%, 43%, 1);
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover
{
	text-decoration: none !important;
	color: #fff !important;
	background: hsla(198, 100%, 43%, 1) !important;
}

.gsc-cursor-box .gsc-cursor-page
{
	color: hsla(200, 6%, 20%, 1) !important;
	border: 1px solid transparent !important;
	margin-right: 0 !important;
}

.gsc-cursor-box .gsc-cursor-page:hover
{
	text-decoration: none !important;
	background: hsla(240, 7%, 89%, 1) !important;
	border-radius: 2px !important;
}

div.addsearch-container
{
	display: none;
}

/* PLACEHOLDER-FOR-FUTURE-STYLES-SEARCH-FILTERS*/

.google-filters .dropdown-list
{
	overflow: hidden scroll;
	height: 50vh;
}

.google-filters
{
	max-width: 1234px;
	margin: 4.5rem auto 0 auto;
	padding: 1em;
}

.clearfilters button,
.gsc-refinementBlock
{
	display: none;
}

.google-filters .doctype button
{
	background-color: inherit;
	color: #6D6F71;
	border-color: hsla(199, 50%, 25%, 1);
	border: 0;
	border-bottom: 3px solid transparent;
	margin-bottom: 2.4rem;
	margin-right: 2.4rem;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0 9px 4px 9px;
}

.google-filters .doctype button:hover
{
	cursor: pointer;
}

.google-filters .doctype button.selected
{
	color: #0097DB;
	border-bottom: 3px solid #0097DB;
}

.google-filters .role-filters,
.google-filters .product-filters
{
	display: flex;
}

/* dropdown selectors  */

.google-filters > .role,
.google-filters > .product
{
	margin-bottom: 1.8rem;
}

.google-filters #dropdown-selector button
{
	background: none;
	border: none;
}

.google-filters #dropdown-selector .arrow
{
	transform: rotate(90deg);
}

/* clear all button */

.google-filters .clear-all
{
	background-image: url('../../../images/portal/img/icon-x-blue.svg');
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 4px;
	color: #0097DB;
	cursor: pointer;
	display: inline;
	border: none;
	background-color: inherit;
	padding-left: 2rem;
}

/*  */

.google-filters .role-filters,
.google-filters .product-filters
{
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

.google-filters div[class*="-applied-filters"]
{
	display: flex;
	flex-wrap: wrap;
}

.google-filters div[class*="-applied-filters"] > span
{
	background-image: url('../../../images/portal/img/icon-x-blue.svg');
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 4px;
	cursor: pointer;
	color: #303436;
	border: 1px solid #CED3D7;
	border-radius: 1px;
	padding: 0.8rem 0.8rem 0.8rem 2rem;
	font-size: 1.1rem;
	margin: 0.4rem 0.4rem 0.4rem 0;
}

.gs-richsnippet-box .gsc-richsnippet-showsnippet-label
{
	display: none !important;
}

div.gs-fileFormat
{
	margin-top: 0.3rem;
}

div.gs-fileFormat > span.gs-fileFormat
{
	display: none;
}

/* Portal banner style */

@media screen and (max-width: 767px)
{
	p.banner-text
	{
		display: none;
	}
}

@media screen and (max-width: 767px)
{
	div.top-banner
	{
		display: none;
	}
}

@media screen and (min-width: 767px)
{
	div.top-banner
	{
		background: #023852;
		height: 70px;
		margin-top: 10px;
		align-items: center;
		text-align: center;
		color: white;
		font-family: "Open Sans";
		font-size: 16px;
		font-weight: bold;
		display: flex;
		justify-content: center;
	}

	div.top-banner a
	{
		color: #D4EDFC;
	}

	div.top-banner a:hover
	{
		text-decoration: underline;
	}
}

/* END of portal banner style */
/* END Google Search */

