/*<meta />*/

@import url('style_l10n.css');

/* Import fonts */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,800&display=swap');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: "Open Sans";
	src: url(../../Resources/Fonts/OpenSans-Regular.ttf);
}

@font-face 
{
	font-family: "Open Sans Light";
	src: url(../../Resources/Fonts/OpenSans-Light.ttf);
}

@font-face 
{
	font-family: "Open Sans Semibold";
	src: url(../../Resources/Fonts/OpenSans-SemiBold.ttf);
}

@font-face 
{
	font-family: "Open Sans Bold";
	src: url(../../Resources/Fonts/OpenSans-Bold.ttf);
}

@font-face 
{
	font-family: "Open Sans Extrabold";
	src: url(../../Resources/Fonts/OpenSans-ExtraBold.ttf);
}

/* End Import fonts */
/* 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 */
/* Scroll bar */

aside.in-this-topic::-webkit-scrollbar
{
	width: 11px;
}

aside.in-this-topic
{
	scrollbar-width: thin;
	/* scrollbar-color: purple; */
}

aside.in-this-topic::-webkit-scrollbar-track
{
	background: transparent;
}

aside.in-this-topic::-webkit-scrollbar-thumb
{
	background-color: gray;
	border-radius: 6px;
	/* border: 3px solid red; */
}

aside.in-this-topic
{
	overflow-y: hidden;
	overflow-x: hidden;
}

aside.in-this-topic:hover
{
	overflow-y: auto;
}

/* End Scroll bar  */
/* Language disclaimer */

.language-disclaimer
{
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-family: "Open Sans Bold", Arial, sans-serif;
	font-weight: normal;
	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-family: "Open Sans", Arial, sans-serif;
	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 */

.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 header
{
	background: url('../img/portal-banner-lines.png') center center no-repeat, linear-gradient(to right, hsla(198, 100%, 43%, 1), hsla(202, 100%, 18%, 1));
	display: flex;
	flex-direction: column;
	padding: 17px 22px 0 22px;
	justify-content: space-between;
	height: 38rem;
}

.landing-page header > .top > .top-flexbox,
.landing-page header > .top > .top-flexbox-mobile,
.landing-page header > .heading > .heading-flexbox
{
	padding: 0;
}

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-family: "Open Sans Semibold", Arial, sans-serif;
	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;
}

/*White-on-blue button colors on landing page*/

.landing-page .top > .top-flexbox-desktop > .top-selectors-desktop button
{
	color: hsla(0, 100%, 100%, 1);
	background: rgba(255, 255, 255, 0.2);
	border: none;
	box-shadow: none;
}

/*Black-on-white button colors on all other pages*/

.top > .top-flexbox-desktop > .top-selectors-desktop button
{
	color: hsla(195, 5%, 15%, 1);
	background: hsla(0, 100%, 100%, 1);
	box-shadow: 0 1px 2px 0 hsla(0, 0%, 0%, 0.16);
	border: solid 1px hsla(200, 3%, 77%, 1);
}

.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-family: "Open Sans Semibold", Arial, sans-serif;
	/* font-weight: 600; */
	font-size: 1.4rem;
	color: hsla(195, 5%, 15%, 1);
	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 .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);
}

.landing-page .section .ul-03 a:hover
{
	background-color: #D0E4EF;
	transition: all .2s ease-in-out;
}

.chapter-page .subchapter > li > ul > li > a:hover
{
	background-color: #D0E4EF;
}

.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;
}

.document-banner .download-section a:active
{
	box-shadow: initial;
	transition: all .2s ease-in-out;
}

.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;
}

header > .search
{
	top: 3rem;
}

header > .search > .search-flexbox,
header > .top > .top-flexbox > .search-secondary > .search-flexbox
{
	display: flex;
	justify-content: center;
	align-items: center;
}

header > .search > .search-flexbox > input,
header > .top > .top-flexbox > .search-secondary > .search-flexbox > input
{
	font-family: "Open Sans Bold", Arial, sans-serif;
	width: 550px;
	height: 63px;
	border: 0;
	background: hsla(0, 100%, 100%, 1);
	border-radius: 2px;
	padding-left: 15px;
	font-size: 1.6rem;
	/* font-weight: 700; */
	color: hsla(200, 95%, 16%, 1);
}

header > .search > .search-flexbox > input
{
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 hsla(0, 0%, 0%, 0.16);
}

header > .search > .search-flexbox > input::placeholder,
header > .search > .search-flexbox > input::-webkit-input-placeholder,
header > .search > .search-flexbox > input:-ms-input-placeholder,
header > .search > .search-flexbox > input::-ms-input-placeholder,
header > .top > .top-flexbox > .search-secondary > .search-flexbox > input::placeholder,
header > .top > .top-flexbox > .search-secondary > .search-flexbox > input::-webkit-input-placeholder,
header > .top > .top-flexbox > .search-secondary > .search-flexbox > input:-ms-input-placeholder,
header > .top > .top-flexbox > .search-secondary > .search-flexbox > input::-ms-input-placeholder
{
	font-family: "Open Sans Light", Arial, sans-serif;
	/* font-weight: 400; */
	font-style: italic;
	color: hsla(240, 1%, 68%, 1);
}

header > .top > .top-flexbox > .search-secondary
{
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 hsla(0, 0%, 0%, 0.16);
	border: solid 1px hsla(200, 3%, 77%, 1);
}

header > .search > .search-flexbox > input::placeholder,
header > .top > .top-flexbox > .search-secondary > .search-flexbox > input::placeholder
{
	font-family: "Open Sans", Arial, sans-serif;
	/* font-weight: 400; */
	color: #b7b7b7;
}

header > .search > .search-flexbox > button,
header > .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;
}

header > .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 */
/* 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
{
	font-family: "Open Sans Semibold", Arial, sans-serif;
	color: hsla(199, 50%, 25%, 1);
	font-weight: normal;
	font-size: 3.2rem;
	opacity: 0.8;
	margin-bottom: 1.8rem;
}

.landing-page .main > .section > h4
{
	font-family: "Open Sans Semibold", Arial, sans-serif;
	color: hsla(199, 50%, 25%, 1);
	font-weight: normal;
	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;
}

/* Landing page sections with Grid */

.landing-page .section > ul.grid
{
	display: -ms-grid;
	display: grid;
	grid-row-gap: 2.4rem;
	grid-column-gap: 0;
}

.landing-page .section > ul.ul-personas.grid
{
	grid-template-columns: repeat(4, 1fr);
}

.landing-page .section > ul.ul-personas.grid li.li-persona
{
	margin-bottom: 2.4rem;
}

.landing-page .section > ul.ul-personas.grid a
{
	color: hsla(202, 100%, 18%, 1);
}

/* Landing page sections with Flex */

.landing-page .section > ul.flex
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

/* All hyperlinks within the grid */

.landing-page .section a
{
	height: 100%;
	display: block;
}

.landing-page .section p
{
	font-family: "Open Sans Semibold", Arial, sans-serif;
	font-weight: normal;
}

/* 1st and 2nd list item interaction */

.landing-page .section .ul-01 li,
.landing-page .section .ul-02 li
{
	filter: drop-shadow(0px 2px 4px hsla(207, 100%, 17%, 0.56));
	transition: all .2s ease-in-out;
}

.landing-page .section .ul-01 li:hover,
.landing-page .section .ul-02 li:hover
{
	filter: drop-shadow(0px 6px 16px hsla(207, 100%, 17%, 0.56));
	transition: all .2s ease-in-out;
}

/* 1st and 2nd list containers */

.landing-page .section .ul-01 a,
.landing-page .section .ul-02 a
{
	border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgba(0, 49, 88, 0.32);
	background-image: linear-gradient(243deg, #0175b4 40%, #003a5c);
}

.landing-page .section .ul-01 a:hover,
.landing-page .section .ul-02 a:hover
{
	box-shadow: 0 6px 16px 0 hsla(207, 100%, 17%, 0.56);
}

/* 1st list container */

.landing-page .section .ul-01 a
{
	width: 272px;
	height: 160px;
	clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 75%, 85% 100%, 20% 100%, 0 100%, 0 0);
}

/* 2nd list container */

.landing-page .section .ul-02 a
{
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	width: 272px;
	height: 272px;
	clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 85%, 85% 100%, 20% 100%, 0 100%, 0 0);
}

.landing-page .section .ul-02 li:nth-child(1) a
{
	background: url('../img/landing-page-ul-02-desktop-1.jpg');
	background-size: cover;
}

.landing-page .section .ul-02 li:nth-child(2) a
{
	background: url('../img/landing-page-ul-02-desktop-2.jpg');
	background-size: cover;
}

.landing-page .section .ul-02 li:nth-child(3) a
{
	background: url('../img/landing-page-ul-02-desktop-3.jpg');
	background-size: cover;
}

.landing-page .section .ul-02 li:nth-child(4) a
{
	background: url('../img/landing-page-ul-02-desktop-4.jpg');
	background-size: cover;
}

.landing-page .section .ul-02 li:nth-child(5) a
{
	background: url('../img/landing-page-ul-02-desktop-5.jpg');
	background-size: cover;
}

.landing-page .section .ul-02 li:nth-child(6) a
{
	background: url('../img/landing-page-ul-02-desktop-6.jpg');
	background-size: cover;
}

/* 1st and 2nd list separator lines */

.landing-page .section .ul-01 p::before,
.landing-page .section .ul-02 p::before
{
	display: block;
	content: "";
	border-top: .2rem solid #fce602;
	width: 4.4rem;
	padding-bottom: 1.7rem;
}

/* 1st and 2nd list hyperlinks */

.landing-page .section .ul-01 p,
.landing-page .section .ul-02 p
{
	color: white;
	font-size: 2rem;
	text-align: left;
	padding: 3.5rem 2.4rem 3.4rem 2.4rem;
}

/* 2nd list images */

.landing-page .section .ul-02 img
{
	margin: 2.4rem;
	height: 4rem;
}

/* 3rd list container */

.landing-page .section .ul-03 a
{
	width: 272px;
	height: 96px;
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 hsla(207, 100%, 17%, 0.12);
	background-color: hsla(220, 27%, 98%, 1);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all .2s ease-in-out;
}

/* 3rd list images */

.landing-page .section .ul-03 img
{
	width: 3.2rem;
	height: 3.2rem;
	margin: 1.6rem;
}

/* 3rd list hyperlinks */

.landing-page .section .ul-03 p
{
	color: hsla(199, 50%, 25%, 1);
	font-size: 1.8rem;
	text-align: left;
	margin-right: 1rem;
}

/* Flex list items */

.landing-page .section .flex li
{
	width: 33%;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* Flex list hyperlinks  */

.landing-page .section .flex p
{
	color: hsla(199, 50%, 25%, 1);
	font-size: 1.8rem;
	text-align: center;
	margin-left: 1rem;
	margin-right: 1rem;
	line-height: 1.6;
}

.landing-page .section .flex p:hover
{
	text-decoration: underline;
}

/* END Landing page sections with Grid */

.landing-page .entries-grid .entry,
.landing-page .entries-secondary-grid .entry,
.landing-page .entries-tertiary-grid .entry
{
	border: 2px solid #f2f2f3;
	border-radius: 2px;
	border: none;
	border-radius: 3px;
	height: 272px;
	width: 300px;
	transition: all .2s ease-in-out;
}

.landing-page .entries-secondary-grid .entry,
.landing-page .entries-tertiary-grid .entry
{
	height: 76px;
	width: 272px;
	border: solid 1px #e8eaf0;
	background-color: #f8f9fb;
	transition: none;
}

.landing-page .entries-grid a,
.landing-page .entries-secondary-grid a,
.landing-page .entries-tertiary-grid a
{
	font-family: "Open Sans Bold", Arial, sans-serif;
	display: block;
	color: hsla(195, 5%, 15%, 1);
	font-size: 1.8rem;
	/* font-weight: 400; */
	padding: 3rem;
	height: 100%;
	width: 100%;
}

.landing-page .entries-grid .entry:hover
{
	cursor: pointer;
	box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.06);
	transform: scale(1.1);
	background: none;
}

.landing-page .entries-secondary-grid .entry:hover,
.landing-page .entries-tertiary-grid .entry:hover
{
	cursor: pointer;
	background: rgba(0, 126, 180, 0.04);
}

.landing-page .entries-grid a img
{
	display: block;
	margin: 0 auto;
	height: 120px;
	padding-bottom: 2.5rem;
}

.landing-page .entries-secondary-grid a,
.landing-page .entries-tertiary-grid a
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0;
	text-align: left;
}

.landing-page .entries-secondary-grid .entry a img
{
	height: 4.365rem;
	width: 4.365rem;
	margin: 1.5rem;
}

.landing-page .entries-tertiary-grid a
{
	justify-content: center;
	text-align: center;
}

/* 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: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2.7rem;
	list-style: none;
	margin-top: 3rem;
}

.chapter-page .subchapter > li > ul > li
{
	
}

.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-family: "Open Sans Semibold", Arial, sans-serif;
	padding: 2.7rem 2rem;
	transition: all .2s ease-in-out;
}

.chapter-page .subchapter > li > ul > li:nth-child(1)
{
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.chapter-page .subchapter > li > ul > li:nth-child(2)
{
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

.chapter-page .subchapter > li > ul > li:nth-child(3)
{
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

.chapter-page .subchapter > li > ul > li:nth-child(4)
{
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}

.chapter-page .subchapter > li > ul > li:nth-child(5)
{
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.chapter-page .subchapter > li > ul > li:nth-child(6)
{
	-ms-grid-row: 3;
	-ms-grid-column: 2;
}

.chapter-page .subchapter > li > ul > li:nth-child(7)
{
	-ms-grid-row: 4;
	-ms-grid-column: 1;
}

.chapter-page .subchapter > li > ul > li:nth-child(8)
{
	-ms-grid-row: 4;
	-ms-grid-column: 2;
}

.chapter-page .subchapter > li > ul > li:nth-child(9)
{
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}

.chapter-page .subchapter > li > ul > li:nth-child(10)
{
	-ms-grid-row: 5;
	-ms-grid-column: 2;
}

.chapter-page .subchapter > li > ul > li:nth-child(11)
{
	-ms-grid-row: 6;
	-ms-grid-column: 1;
}

.chapter-page .subchapter > li > ul > li:nth-child(12)
{
	-ms-grid-row: 6;
	-ms-grid-column: 2;
}

.chapter-page .subchapter > li > ul > li:nth-child(13)
{
	-ms-grid-row: 7;
	-ms-grid-column: 1;
}

.chapter-page .subchapter > li > ul > li:nth-child(14)
{
	-ms-grid-row: 7;
	-ms-grid-column: 2;
}

/* 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);
}

div#searchPane #resultList li .search-result-tag	/*Search result tag for product*/
{
	display: inline-block;
	font-family: "Open Sans", Arial, sans-serif;
	/* font-weight: 600; */
	font-size: 1.2rem;
	color: hsla(200, 5%, 49%, 1);
	margin-top: 0.4rem;
	margin-bottom: 1.8rem;
}

div#searchPane #resultList .description
{
	font-size: 1.6rem;
	line-height: 1.4;
}

.search-results-page div#searchPane #pagination
{
	/* display: flex !important; */
	display: flex;
	justify-content: center;
	height: 50px;
	line-height: 1.5;
	text-align: center;
	margin: 9rem auto 15rem auto;
}

.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: none;
}

/* 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-family: "Open Sans Semibold", Arial, sans-serif;
	font-weight: normal;
}

/* END 0 search results */
/* End Search results page  */
/* End Language selector */
/* Search */

header > .top > .top-flexbox > .search-secondary > .search-flexbox > input
{
	height: 45px;
	/* box-shadow: 0px 1px 3px var(--blackBoxShadowBorder-02), 0px 1px 2px var(--blackBoxShadowBorder-03); */
}

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-family: "Open Sans Semibold", Arial, sans-serif;
	/* font-weight: 600; */
	color: hsla(195, 5%, 15%, 1);
	font-size: 1.4rem;
	padding: 1.8rem 2rem;
	white-space: nowrap;
}

.entries > li > a
{
	border-bottom: 6px solid transparent;
}

/* 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);
	border-bottom: 6px solid 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: hsla(200, 96%, 19%, 1);
	background: linear-gradient(
    160deg,
    rgba(2, 64, 94, 1) 0%,
    rgba(0, 124, 178, 1) 38%,
    rgba(0, 153, 218, 1) 100%
  );
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05), 0px 15px 25px rgba(0, 0, 0, 0.15);
	box-shadow: none;
	padding-top: 9rem;
	padding-bottom: 4rem;
	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-family: "Open Sans Bold", Arial, sans-serif;
	/* font-weight: 700; */
	font-weight: normal;
	font-size: 3.6rem;
	color: hsla(0, 100%, 100%, 1);
	max-width: 1234px;
	margin: auto;
	display: inline;
}

.document-banner h2
{
	font-family: "Open Sans", Arial, sans-serif;
	/* font-weight: 400; */
	font-weight: normal;
	font-size: 2rem;
	color: hsla(0, 100%, 100%, 1);
	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(255, 255, 255, 0.15);
	padding: 0.8rem 1.5rem;
}

.document-banner .audience-type img
{
	display: none;
}

.document-banner .audience-type a
{
	color: inherit;
	cursor: default;
	pointer-events: none;
}

.document-banner .audience-type p
{
	
}

.document-banner .download-section
{
	margin-top: 4.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
}

.document-banner .download-section a
{
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
	background-color: #f8f8f8;
	cursor: pointer;
	display: flex;
	transition: all .2s ease-in-out;
}

.document-banner .download-section a:hover,
.document-banner .download-section a:active,
.document-banner .download-section a:focus
{
	background-color: #D5E7EF;
	transition: all .2s ease-in-out;
}

.document-banner .download-section .download-pdf-icon
{
	padding: 8px 9px 8px 12px;
}

.document-banner .download-section .download-pdf
{
	font-family: "Open Sans Semibold", Arial, sans-serif;
	/* font-weight: 600; */
	font-size: 1.4rem;
	color: hsla(198, 100%, 35%, 1);
	padding: 1rem 1.2rem 1rem 0.3rem;
}

.document-banner .download-section p
{
	font-family: "Open Sans Bold", Arial, sans-serif;
	/* 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-family: "Open Sans Bold", Arial, sans-serif;
	/* 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-family: "Open Sans", Arial, sans-serif;
	font-size: 1.6rem;
	/* font-weight: 400; */
}

.chapter-page .main ul.chapter > li > ul > li > ul > li:before
{
	content: "\2022";
	color: hsla(0, 0%, 77%, 1);
	font-weight: bold;
	display: inline-block;
	width: 1.6rem;
	margin-left: -1em;
}

.chapter-page .main ul.chapter > li > ul > li > ul > li > a
{
	color: hsla(198, 100%, 35%, 1);
}

/* Main Topic */

.topic-page .main-topic
{
	/* display: grid; */
	/* grid-template-columns: 200px 1000px; */
	/* grid-gap: 50px; */
	margin: 6.5rem auto;
	/* max-width: 1234px; */
	/* max-width: 1300px; */
	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-family: "Open Sans Semibold", Arial, sans-serif;
	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('../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
{
	/* color: pink; */
	display: none;
}

/* Document outline: topics */

.topic-page ul.document-outline a,
.topic-page ul.document-outline a.selected
{
	color: #00587e;
	font-family: "Open Sans", Arial, sans-serif;
	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);
	/* Removed this from line 1649*/
}

.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;
}

/* Document outline: "in this topic" hyperlink color as the user scrolls */

.topic-page ul.document-outline a.selected
{
	
}

/* Document outline: border around each topic */

.topic-page ul.document-outline > li > ul > li > ul > li > ul > li
{
	
}

/* 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
{
	/* font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	color: var(--text-01); */
	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-family: "Open Sans Bold", Arial, sans-serif;
	font-weight: normal;
	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-family: "Open Sans Semibold", Arial, sans-serif;
	font-weight: normal;
}

.topic-page .main-topic .in-this-topic .dropdown-list > ul > ul li a
{
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: normal;
	padding-left: 1.5rem;
}

/*TOPIC TEXT*/

.topic-page .topic
{
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 1.45;
	width: 79rem;
	font-size: 1.6rem;
	margin: 0 4rem 0 0;
}

/* <p>, whitespace */

.topic-page .topic h1
{
	font-family: "Open Sans Bold", Arial, sans-serif;
	font-weight: normal;
	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
{
	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
{
	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 .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 .filepath
{
	
}

.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('../../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('../../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('../../resources/images/tip.svg');
	background-position: top 50% left 18px;
	background-repeat: no-repeat;
}

.topic-page .topic .uservoice
{
	font-family: "Open Sans Semibold", "Arial", sans-serif;
	font-weight: normal;
	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-family: "Open Sans Semibold", "Arial", sans-serif;
	/* font-weight: 700; */
}

.topic-page .topic .subheading
{
	font-family: "Open Sans Bold", "Arial", sans-serif;
	margin-top: 32px;
	margin-bottom: 3px;
	/* font-weight: 700; */
}

/*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: normal;
	font-family: "Open Sans Semibold", Arial, sans-serif;
}

.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
{
	/*height: 100%;*/
	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
{
	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('../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('../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-family: "Open Sans", "Arial", sans-serif;
	/* font-weight: 700; */
	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;
	/* font-weight: 400; */
}

.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 .topic .relatedTopics:link:hover
{
	/* color: #66c1e8; */
}

.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
{
	font-family: "Open Sans Bold", "Arial", sans-serif;
	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('../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 > li > ul
{
	list-style-image: none;
}

.topic-page .topic ul.checklist > li > ul > li::marker
{
	font-family: Wingdings;
	content: "o";
}

.topic-page .topic ul.checklist > li > ul > li > ul
{
	list-style-image: none;
}

.topic-page .topic ul.checklist > li > ul > li > ul > li::marker
{
	font-family: Wingdings;
	content: " o";
}

.topic-page .topic ul.checklist > li > ul > li > ul > li > ul
{
	list-style-image: none;
}

.topic-page .topic ul.checklist > li > ul > li > ul > li > ul > li::marker
{
	font-family: Wingdings;
	content: "⁯o";
}

.topic-page .topic ul.checklist > li > ul > li > ul > li > ul > li > ul
{
	list-style-image: none;
}

.topic-page .topic ul.checklist > li > ul > li > ul > li > ul > li > ul > li::marker
{
	font-family: Wingdings;
	content: "o";
}

.topic-page .topic ul.checklist > li > ul > li > ul > li > ul > li > ul > li > ul
{
	list-style-image: none;
}

.topic-page .topic ul.checklist > li > ul > li > ul > li > ul > li > ul > li > ul > li::marker
{
	font-family: Wingdings;
	content: "o";
}

.topic-page .topic ul.checklist > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul
{
	list-style-image: none;
}

.topic-page .topic ul.checklist > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li::marker
{
	font-family: Wingdings;
	content: "o";
}

.topic-page .topic ul.checklist > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul
{
	list-style-image: none;
}

.topic-page .topic ul.checklist > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li::marker
{
	font-family: Wingdings;
	content: "o";
}

.topic-page .topic ul.checklist > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul
{
	list-style-image: none;
}

.topic-page .topic ul.checklist > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li::marker
{
	font-family: Wingdings;
	content: "o";
}

.topic-page .topic ul.checklist > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul
{
	list-style-image: none;
}

.topic-page .topic ul.checklist > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li::marker
{
	font-family: Wingdings;
	content: "o";
}

.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;
	/* margin-top: 6.735rem;
	margin-bottom: 7.165rem; */
	font-family: "Open Sans Semibold", "Arial", sans-serif;
}

/*VIEWPORTS*/

@media screen and (max-width: 374px)
{
	.landing-page .section > ul.grid
	{
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (min-width: 375px) and (max-width: 690px)
{
	.landing-page .section > ul.grid
	{
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 1254px)
{
	header
	{
		box-shadow: none;
	}

	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 header > .top > .top-flexbox-mobile .top-selectors-mobile button:hover
	{
		box-shadow: none;
		background: rgba(60, 64, 67, 0.2);
	}

	.landing-page .main > .section > h4
	{
		margin-bottom: 2rem;
	}

	.landing-page .section .ul-01 a
	{
		width: 162px;
		height: 119px;
	}

	.landing-page .section .ul-01 a p
	{
		font-size: 1.6rem;
		padding: 1.4rem 1.8rem 1.8rem 1.8rem;
	}

	.landing-page .section .ul-02 a
	{
		width: 162px;
		height: 166px;
	}

	.landing-page .section .ul-02 a img
	{
		margin: 1.6rem;
		margin-bottom: 0;
	}

	.landing-page .section .ul-02 a p
	{
		font-size: 1.6rem;
		padding: 1.6rem;
	}

	.landing-page .section .ul-03 a
	{
		width: 162px;
	}

	.landing-page .section .ul-03 a img
	{
		width: 2.4rem;
		height: 2.4rem;
	}

	.landing-page .section .ul-03 a p
	{
		font-size: 1.4rem;
	}

	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;
		margin-top: 3px;
		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: 6px;
	}

	.landing-page header > .top > .top-flexbox-mobile #hamburger svg#hamburger-icon-default line,
	.landing-page header > .top > .top-flexbox-mobile #hamburger svg#hamburger-icon-active path
	{
		stroke: white;
	}

	.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;
		box-shadow: 0 1px 2px 0 hsla(0, 0%, 0%, 0.16);
		border: solid 1px hsla(200, 3%, 77%, 1);
		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-family: "Open Sans Light", Arial, sans-serif;
		/* font-weight: 400; */
		font-style: italic;
		color: hsla(240, 1%, 68%, 1);
	}

	header > .top .search-secondary-mobile > .search-flexbox-mobile > input
	{
		font-family: "Open Sans Bold", Arial, sans-serif;
		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
	{
		font-family: "Open Sans", Arial, sans-serif;
		/* font-weight: 400; */
		color: #b7b7b7;
	}

	.landing-page header
	{
		min-height: 28rem;
		background-image: linear-gradient(to right, hsla(198, 100%, 43%, 1), #004e77);
	}

	.landing-page header > .heading > .heading-flexbox
	{
		padding: 0;
		margin: 0;
	}

	.landing-page header > .heading > .heading-flexbox > h1
	{
		font-family: "Open Sans Extrabold", Arial, sans-serif;
		/* font-weight: 800; */
		font-weight: normal;
		font-size: 2.6rem;
		line-height: 1.1;
	}

	.landing-page header > .heading > .heading-flexbox > h2
	{
		font-weight: normal;
		font-size: 1.8rem;
		line-height: 1.1;
		margin-top: 1rem;
	}

	.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: 4.5rem 22px 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;
	}
}

@media screen and (max-width: 690px)
{
	.landing-page .section .ul-02 li:nth-child(1) a
	{
		background: url('../img/landing-page-ul-02-mobile-1.jpg');
		background-size: cover;
	}

	.landing-page .section .ul-02 li:nth-child(2) a
	{
		background: url('../img/landing-page-ul-02-mobile-2.jpg');
		background-size: cover;
	}

	.landing-page .section .ul-02 li:nth-child(3) a
	{
		background: url('../img/landing-page-ul-02-mobile-3.jpg');
		background-size: cover;
	}

	.landing-page .section .ul-02 li:nth-child(4) a
	{
		background: url('../img/landing-page-ul-02-mobile-4.jpg');
		background-size: cover;
	}

	.landing-page .section .ul-02 li:nth-child(5) a
	{
		background: url('../img/landing-page-ul-02-mobile-5.jpg');
		background-size: cover;
	}

	.landing-page .section .ul-02 li:nth-child(6) a
	{
		background: url('../img/landing-page-ul-02-mobile-6.jpg');
		background-size: cover;
	}

	.landing-page .section > ul.flex
	{
		flex-direction: column;
	}

	.landing-page .section .flex li
	{
		width: initial;
		padding-bottom: 16px;
	}

	.landing-page .section .flex p
	{
		font-size: 1.6rem;
	}

	.landing-page .section .flex li:nth-of-type(2),
	.landing-page .section .flex li:nth-of-type(5)
	{
		border: none;
	}

	.chapter-page .subchapter > li > ul
	{
		display: block;
	}

	.chapter-page .subchapter > li > ul > li
	{
		margin-bottom: 2rem;
	}

	.chapter-page .subchapter > li > ul > li > a
	{
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 551px)
{
	header
	{
		padding-bottom: 1.5rem;
	}
}

@media screen and (min-width: 691px)
{
	.landing-page .main
	{
		max-width: 700px;
	}

	.landing-page .section > ul.grid
	{
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: repeat(3, 1fr);
	}

	.landing-page .section .flex li:nth-of-type(2),
	.landing-page .section .flex li:nth-of-type(5),
	.landing-page .section .flex li:nth-of-type(8)
	{
		border-left: 1px solid hsla(204, 5%, 81%, 1);
		border-right: 1px solid hsla(204, 5%, 81%, 1);
	}
}

@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: 1110px;
	}

	.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 > .heading > .heading-flexbox
	{
		padding: 91px 0 15px 0;
		margin: auto;
		max-width: 999px;
	}

	.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, 250px);
		-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;
	}
}

@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: 1501px)
{
	.landing-page header
	{
		background: url('../img/portal-banner-documents.png') 90% 68% no-repeat, url('../img/portal-banner-lines.png') center center no-repeat, linear-gradient(to right, hsla(198, 100%, 43%, 1), hsla(202, 100%, 18%, 1));
	}
}

@media screen and (min-width: 2001px)
{
	.landing-page header
	{
		background: url('../img/portal-banner-documents.png') 90% 68% no-repeat, url('../img/portal-banner-lines.png') center center no-repeat, linear-gradient(to right, hsla(198, 100%, 43%, 1), hsla(202, 100%, 18%, 1));
	}
}

@media screen and (min-width: 2701px)
{
	.landing-page header
	{
		background: url('../img/portal-banner-documents.png') 79% 68% no-repeat, url('../img/portal-banner-lines.png') center center no-repeat, linear-gradient(to right, hsla(198, 100%, 43%, 1), hsla(202, 100%, 18%, 1));
	}
}

header
{
	background: hsla(0, 100%, 100%, 1);
}

header > .heading > .heading-flexbox > h1
{
	font-family: "Open Sans Extrabold", Arial, sans-serif;
	/* 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-family: "Open Sans", Arial, sans-serif;
	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;
	font-family: "Open Sans", Arial, sans-serif;
	/* font-weight: 400; */
	color: hsla(240, 1%, 68%, 1);
	color: hsl(198.1, 100%, 35.1%);
}

/* .breadcrumbs > #selected, */

.breadcrumbs .MCBreadcrumbsSelf
{
	font-family: "Open Sans", Arial, sans-serif;
	/* font-weight: 600; */
	color: hsla(240, 1%, 68%, 1);
}

.breadcrumbs span.MCBreadcrumbsSelf:first-of-type + span.MCBreadcrumbsDivider,
.breadcrumbs span.MCBreadcrumbsSelf:first-of-type
{
	/* display: none; MATTIAS */
	color: red;
}

.breadcrumbs > .slash
{
	font-family: "Open Sans Bold", Arial, sans-serif;
	/* 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-family: "Open Sans Semibold", Arial, sans-serif;
	/* font-weight: 700; */
	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-family: "Open Sans Semibold", Arial, sans-serif;
	/* 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;
	font-family: "Open Sans", Arial, sans-serif;
	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
{
	font-family: "Open Sans", Arial, sans-serif;
	/* font-weight: 400; */
	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;
	font-family: "Open Sans", Arial, sans-serif;
	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-family: "Open Sans Bold", Arial, sans-serif;
	font-weight: normal;
	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-family: "Open Sans Bold", Arial, sans-serif;
	font-weight: normal;
}

#searchPane b
{
	font-family: "Open Sans Bold", Arial, sans-serif;
	font-weight: normal;
}

/*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 ar-SA styles */
/* Fonts */

[lang|=ar-sa] html,
[lang|=ar-sa] body,
[lang|=ar-sa] .landing-page,
[lang|=ar-sa] .landing-page .main > .section > h3,
[lang|=ar-sa] .landing-page .main > .section > h4,
[lang|=ar-sa] .landing-page .section p,
[lang|=ar-sa] header > .heading > .heading-flexbox > h1,
[lang|=ar-sa] header > .heading > .heading-flexbox > h2,
[lang|=ar-sa] header > .search > .search-flexbox > input::placeholder,
[lang|=ar-sa] header > .top > .top-flexbox > .search-secondary > .search-flexbox > input::placeholder,
[lang|=ar-sa] .entries a,
[lang|=ar-sa] .dropdown-list a,
[lang|=ar-sa] .top > .top-flexbox > .top-selectors-desktop button,
[lang|=ar-sa] .document-banner h1,
[lang|=ar-sa] .document-banner span.release,
[lang|=ar-sa] .document-banner h2,
[lang|=ar-sa] .chapter-page,
[lang|=ar-sa] .chapter-page .subchapter > li > ul > li > a,
[lang|=ar-sa] .chapter-page .main ul.chapter > li > ul > li > ul > li,
[lang|=ar-sa] .chapter-page .main ul.chapter > li > ul > li > a,
[lang|=ar-sa] .breadcrumbs .MCBreadcrumbsSelf,
[lang|=ar-sa] .main .MCBreadcrumbsBox_breadcrumbs_0 a,
[lang|=ar-sa] .topic-page,
[lang|=ar-sa] .topic-page ul.document-outline a,
[lang|=ar-sa] .topic-page .topic,
[lang|=ar-sa] .topic-page .topic h1,
[lang|=ar-sa] .topic-page .post-topic h6
{
	font-family: "Arial", sans-serif !important;
}

/* Positioning on landing page */

[lang|=ar-sa] #language-selector .dropdown-list
{
	left: 0;
	right: auto;
}

[lang|=ar-sa] .top > .top-flexbox > .top-selectors-desktop > #release-selector
{
	margin-right: 0;
	margin-left: 3rem;
}

[lang|=ar-sa] .landing-page .section p
{
	text-align: right;
}

[lang|=ar-sa] header > .top > .top-flexbox > .search-secondary > .search-flexbox > input,
[lang|=ar-sa] header > .search > .search-flexbox > input
{
	padding-right: 15px;
}

[lang|=ar-sa] header > .search > .search-flexbox > button,
[lang|=ar-sa] header > .top > .top-flexbox > .search-secondary > .search-flexbox > button
{
	margin-right: -66px;
	margin-left: 0;
}

/* Topic page */

[lang|=ar-sa] .topic-page .topic .MCHelpControl-Related .MCHelpControl-RelatedHotSpot_::before
{
	padding-right: 0;
	padding-left: 0.8rem;
}

[lang|=ar-sa] .topic-page ul.document-outline > li a[href="javascript:void(0);"]
{
	padding-left: 2rem !important;
	padding-right: 2.8rem !important;
}

[lang|=ar-sa] .topic-page ul.document-outline > li a[href="javascript:void(0);"]::before
{
	padding-right: 0;
	margin-left: 2rem;
	transform: scale(-1,1);
	right: 8px;
	left: initial;
}

[lang|=ar-sa] .topic-page ul.document-outline > li a.down-arrow[href="javascript:void(0);"]::before
{
	transform: rotate(90deg);
	padding: 0;
	margin-right: 0;
	transition: all .2s ease-in-out;
}

[lang|=ar-sa] .topic-page .topic ol,
[lang|=ar-sa] .topic-page .topic ul
{
	margin-left: 0;
	margin-right: 2.5rem;
}

[lang|=ar-sa] .topic-page .topic .codechunk
{
	border-right: 8px solid rgb(166, 166, 166);
	border-left: none;
}

[lang|=ar-sa] .topic-page .topic .important
{
	border-right: 8px solid rgb(196, 89, 17);
	border-left: none;
}

[lang|=ar-sa] .topic-page .topic .note
{
	border-right: 8px solid rgb(0, 153, 218);
	border-left: none;
}

[lang|=ar-sa] .topic-page .topic .tip
{
	border-right: 8px solid rgb(83, 129, 53);
	border-left: none;
}

/* End ar-SA styles */

