﻿/*<meta conditions="localisation.zh-TW,localisation.ar-SA,localisation.cs-CZ,localisation.da-DK,localisation.de-DE,localisation.es-ES,localisation.fr-FR,localisation.it-IT,localisation.ja-JP,localisation.ko-KR,localisation.nl-NL,localisation.pl-PL,localisation.pt-BR,localisation.ru-RU,localisation.sv-SE,localisation.tr-TR,localisation.zh-CN,localisation.ar-SA,localisation.cs-CZ,localisation.da-DK,localisation.de-DE,localisation.es-ES,localisation.fr-FR,localisation.it-IT,localisation.ja-JP,localisation.ko-KR,localisation.nl-NL,localisation.pl-PL,localisation.pt-BR,localisation.ru-RU,localisation.sv-SE,localisation.tr-TR,localisation.zh-CN,localisation.zh-TW" />*/

/* 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%;
}

/* 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,
.bucket-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);
	--primaryShape: hsla(0, 0%, 77%, 1);
	--secondaryText: hsla(240, 1%, 68%, 1);
	--secondaryShape: hsla(228, 13%, 92%, 1);
	--secondaryBackground: hsla(220, 27%, 98%, 1);
	--milestoneBlue: hsla(198, 100%, 43%, 1);
	--milestoneBlueDark: hsla(198, 100%, 35%, 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: 1;
}

/* Header */

.landing-page header
{
	background: url('../img/portal-banner-lines.png') center center no-repeat, linear-gradient(to right, #009bdb, #003b5d);
	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: rgba(255, 255, 255, 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: #ffffff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
	border: solid 1px #c3c5c6;
}

.landing-page header .top > .top-flexbox-desktop svg > path,
.landing-page header .top > .top-flexbox-mobile svg > path
{
	fill: rgba(255, 255, 255, 1);
}

.landing-page header .top > .top-flexbox-mobile svg > line
{
	stroke: rgba(255, 255, 255, 1);
}

.landing-page header .top > .top-flexbox-mobile #search
{
	display: none;
}

.top > .top-flexbox > .top-selectors-desktop > #language-selector > button > img,
.top > .top-flexbox > .top-selectors-desktop > #release-selector > button > img
{
	display: inline-block;
	vertical-align: middle;
	padding-left: 4rem;
	padding-bottom: 0.4rem;
	margin: auto;
}

.top > .top-flexbox > .top-selectors-desktop > #language-selector > button > img:first-of-type,
.top > .top-flexbox > .top-selectors-desktop > #release-selector > button > img:first-of-type
{
	padding-right: 1rem;
	padding-left: 0;
}

/* 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
{
	/*   display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(6, 1fr);
  grid-auto-flow: column;
  grid-gap: 1rem; */
	background: hsla(0, 100%, 100%, 1);
	box-shadow: 0px 1px 3px rgba(60, 64, 67, 0.15), 0px 1px 2px rgba(60, 64, 67, 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);
}

.bucket-page .main ul.chapter > li > ul > li > a:hover
{
	text-decoration: underline;
}

.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: #e2e2e6;
	border-radius: 2px;
	border: 1px solid #e2e2e6;
}

.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: rgba(0, 153, 218, 0.2);
}

.topic-page ul.document-outline ul.nocontent.menu.mc-component li a:hover
{
	background: #0099da;
}

.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: #023852;
}

header > .search > .search-flexbox > input
{
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(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 rgba(0, 0, 0, 0.16);
	border: solid 1px #c3c5c6;
}

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; */
	/* font-style: italic; */
	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);
}

header > .search > .search-flexbox > button > img
{
	padding: 11px 15px 16px 15px;
}

/* End Search */

.bucket-page header,
.topic-page header,
.search-results-page header
{
	box-shadow: 0 2px 8px 0 rgba(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: #204c60;
	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: #204c60;
	font-weight: normal;
	font-size: 1.8rem;
	opacity: 0.6;
	margin-bottom: 5rem;
}

/* Landing page sections with Grid */

/* All lists are a grid */
.landing-page .section > ul {
	display: -ms-grid;
	display: grid;
	grid-row-gap: 2.4rem;
	grid-column-gap: 0;
	list-style: none;
	margin-top: 3rem;
	justify-items: center;	
}

/* Lists with a 2-column grid */
.landing-page .section .grid-2 {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: repeat(2, 1fr);
}

/* Lists with a 3-column grid */
.landing-page .section .grid-3 {
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: repeat(3, 1fr);
}

/* 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 rgba(0, 49, 88, 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 rgba(0, 49, 88, 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 rgba(0, 49, 88, 0.56);
}

/* 1st list container */
.landing-page .section .ul-01 a {
	width: 272px;
	height: 140px;
	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 rgba(0, 49, 88, 0.12);
	background-color: #F9F9FB;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all .2s ease-in-out;
}

.landing-page .section .ul-03 a:hover {
	background-color: #D0E4EF;
	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: #204c60;
	font-size: 1.8rem;
	text-align: left;
	margin-right: 1rem;
}

/* 4th, 5th, and 6th list hyperlinks  */
.landing-page .section .ul-04 p,
.landing-page .section .ul-05 p,
.landing-page .section .ul-06 p {
	color: #204c60;
	font-size: 1.8rem;
	text-align: center;
	margin-right: 1rem;
	line-height: 1.6;
}

.landing-page .section .ul-04 p:hover,
.landing-page .section .ul-05 p:hover,
.landing-page .section .ul-06 p:hover {
	text-decoration: underline;
}

.landing-page .section .ul-06 p {
	color: #009cde;
}


/* 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;
	/* background-color: #f8f9fb; */
	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 rgba(0, 49, 88, 0.12);
		background-color: white;
		color: #204c60;
		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 > a:hover {
		background-color: #D0E4EF;
	}
	
	.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 .main-section {
  background: hsla(220, 27%, 98%, 1);
} */

.search-results-page header
{
	background: #fff;
}

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: #767e82;
	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: #303436;
	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: #0099da;
	border-radius: 2px;
	border: 1px solid #0099da;
}

.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 rgba(60, 64, 67, 0.15), 0px 1px 2px rgba(60, 64, 67, 0.3); */
}

header > .top > .top-flexbox > .search-secondary > .search-flexbox > button
{
	background: none;
	height: 45px;
}

header > .top > .top-flexbox > .search-secondary > .search-flexbox > button > img
{
	padding: 7px 18px 12px 15px;
}

/* 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: #fff;
}

.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 rgba(60, 64, 67, 0.15), 0px 1px 2px rgba(60, 64, 67, 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: rgb(2, 64, 94);
	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 svg
{
	box-shadow: 0px 1px 3px rgba(60, 64, 67, 0.15), 0px 1px 2px rgba(60, 64, 67, 0.3);
	margin-right: 2.3rem;
	cursor: pointer;
}

.document-banner .download-section svg: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 .audience-type
{
	margin-top: 1.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 .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 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,
.bucket-page .main
{
	padding: 0;
	/* background: hsla(220, 27%, 98%, 1); */
}

.bucket-page .main > h1
{
	display: none;
	/*Hide the header on the bucket page */
}

.chapter-page .main ul.chapter,
.chapter-page .main ul.subchapter,
.bucket-page .main ul.chapter
{
	max-width: 1234px;
	margin: 4.5rem auto 0 auto;
}

/* Mini TOC menu - aka "chapter" */

.chapter-page .main ul.chapter > li,
.bucket-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;
}

.bucket-page .main ul.chapter > li > a	/*Bucket name*/
{
	font-family: "Open Sans Bold", Arial, sans-serif;
	/* font-weight: 700; */
	font-size: 3.2rem;
	list-style-type: none;
	color: hsla(195, 5%, 15%, 1);
}

.bucket-page .main ul.chapter > li > ul > li:before
{
	content: "\2022";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: hsla(0, 0%, 77%, 1);
	font-weight: bold;
	display: inline-block;
	width: 1.6rem;
	margin-left: -1em;
}

.bucket-page .main ul.chapter > li > ul > li	/*Bucket list item*/
{
	margin-bottom: 2rem;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1.6rem;
	/* font-weight: 400; */
}

.bucket-page .main ul.chapter > li > ul > li > a
{
	color: hsla(198, 100%, 35%, 1);
}

.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 rgba(0, 0, 0, 0.12);
	background-color: var(--white);
	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: 0.9rem !important;
	padding-right: 0.9rem !important;
	display: block;
	border-top: 1px solid #f3f3f3;
}

/* 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;
}

/* .topic-page ul.document-outline > li a:focus[href="javascript:void(0);"]::before
{
	background-image: url('../img/icon-arrow-down.svg');
	transition: all 1s 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:hover[href="javascript:void(0);"],
.topic-page ul.document-outline > li a:active[href="javascript:void(0);"],
.topic-page ul.document-outline > li a:focus[href="javascript:void(0);"]
{
	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 */

/* .topic-page ul.document-outline ul.nocontent.menu.mc-component + ul
{
	background: rgba(0, 153, 218, 0.12);
} */

/* Document outline: indentation for js fix 2020/02/10 */

.topic-page ul.document-outline ul.nocontent.menu.mc-component > li
{
	background: #0099da; /* 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;
}
.topic-page ul.document-outline ul.nocontent.menu.mc-component > li + ul a:hover
{
	color: white;
}

/* 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
{
	/* color: #0099da; */
}

/* Document outline: border around each topic */

.topic-page ul.document-outline > li > ul > li > ul > li > ul > li
{
	/* border-bottom: 1px solid #f3f3f3; */
}

/* Hide name of manual on top of document outline. Also hide Was this article helpful? section */

.topic-page .document-outline a[href="#Wasthisarticlehelpful"]
{
	display: none !important;
}

/* IN THIS TOPIC */

.topic-page .main-topic .in-this-topic .dropdown-list
{
	display: none;
	background: var(--white);
	box-shadow: 0px 1px 3px rgba(60, 64, 67, 0.15), 0px 1px 2px rgba(60, 64, 67, 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(--secondaryText); */
	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: var(--black);
	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;
}

/* <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;
}

.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;
}

/* 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: #009cde;
	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; */
}

.TableStyle-table > thead > tr > th > p
{
	font-family: "Open Sans Semibold", "Arial", sans-serif;
	font-weight: normal;
}

/*End FLARE STYLES*/
/*HYPERLINKS & CROSS-REFERENCES*/

.topic-page .topic a,
.topic-page .topic .xref,
.topic-page .topic .xref.xrefTOCPageNumber
{
	color: #009cde;
	text-decoration: none;
}

.topic-page .topic a:hover,
.topic-page .topic .xref:hover,
.topic-page .topic .xref.xrefTOCPageNumber:hover
{
	text-decoration: underline;
}

/*End HYPERLINKS & CROSS-REFERENCES*/
/*IMAGES*/

.topic-page .topic img
{
	/*height: 100%;*/
	max-width: 100%;
}

/*End IMAGES*/
/*START TABLES*/		
.topic-page .topic table,
.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;
}

.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 */
/*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: #009cde;
	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: #ffffff;
	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
{
	content: "in this section"; /* Translate */
	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: #009cde;
	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: #009cde;
}

.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: #009cde;
	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-Related .MCHelpControl-RelatedHotSpot_:hover::before,
.topic-page .topic .MCHelpControl-Related .MCHelpControl-RelatedHotSpot_:active::before,
.topic-page .topic .MCHelpControl-Related .MCHelpControl-RelatedHotSpot_:focus::before
{
	content: url('../img/related-topics-hover.svg');
} */

.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;
}

MadCap|relatedTopics
{
	mc-label: 'See also'; /* Translate */
}

/*End Hyphenation*/
/*End MADCAP PROPERTIES*/
/* END TOPIC TEXT */
/* End TOPIC PAGE */
/*VIEWPORTS*/

@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,
	.landing-page .section .ul-02,
	.landing-page .section .ul-03 {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: repeat(2, 1fr);
	}

	.landing-page .section .ul-01 a {
		width: 162px;
		height: 109px;
	}

	.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;
	}

	.landing-page .section .ul-04,
	.landing-page .section .ul-05,
	.landing-page .section .ul-06
 	{
	-ms-grid-columns: 1fr;
	grid-template-columns: repeat(1, 1fr);
	grid-row-gap: 1.6rem;
	margin-top: 0;
	}

	.landing-page .section .ul-04 p,
	.landing-page .section .ul-05 p,
	.landing-page .section .ul-06 p {
		font-size: 1.6rem;
	}

	header > .top > .top-flexbox-mobile .top-selectors-mobile button:hover
	{
		background: hsla(228, 13%, 92%, 0.6);
	}

	header > .top > .top-flexbox-mobile .top-selectors-mobile path
	{
		fill: hsla(195, 5%, 15%, 1);
	}

	.top-selectors-mobile #hamburger #hamburger-icon-active
	{
		display: none;
	}

	/* 
	 .top-selectors-mobile #hamburger:hover #hamburger-icon-default {
		display: none;
	} */

	/* .top-selectors-mobile #hamburger:hover #hamburger-icon-active {
		display: block;
	} */

	header > .top > .top-flexbox-mobile .top-selectors-mobile #search button
	{
		height: 3.8rem;
		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 #search,
	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 #search:active,
	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 rgba(60, 64, 67, 0.15), 0px 1px 2px rgba(60, 64, 67, 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-active path
	{
		stroke: #fff;
	}

	/* header > .top > .top-flexbox-mobile #hamburger:hover .dropdown-list {
		margin-top: 6px;
	} */

	.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 rgba(0, 0, 0, 0.16);
		border: solid 1px #c3c5c6;
		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: #023852;
		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, #009bdb, #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 svg
	{
		margin-right: 2rem;
	}

	.document-banner .download-section svg:last-of-type
	{
		margin-right: 0;
	}

	.chapter-page .main ul.chapter > li > ul > li > a,
	.bucket-page .main ul.chapter > 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,
	.bucket-page .main ul.chapter
	{
		margin: 4.5rem 22px 0 22px;
	}

	.main ul.chapter > li
	{
		padding: 0;
	}

	.chapter-page .main ul.chapter > li > ul > li > ul > li,
	.bucket-page .main ul.chapter > 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;
	}

	.topic-page .post-topic
	{
		margin: 4.5rem 0 0 0;
		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 h6
	{
		font-size: 1.8rem;
		line-height: 1.1;
	}

	.topic-page .post-topic .feedback
	{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.topic-page .post-topic .secondary-content
	{
		padding-top: 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;
	}
	
	.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-01, 
	.landing-page .section .ul-02, 
	.landing-page .section .ul-03 {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 834px) and (max-width: 1254px)
{
	.main .nocontent
	{
		margin: 2.9rem auto 0 auto;
	}

	.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: 1070px;
	}

	.document-banner .document-banner-text
	{
		margin: auto 22px;
	}

	.chapter-page .main ul.chapter,
	.chapter-page .main ul.subchapter,
	.bucket-page .main ul.chapter
	{
		margin: 4.5rem 22px 0 22px;
	}

	.chapter-page .main ul.chapter > li > ul > li > ul,
	.bucket-page .main ul.chapter > 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 svg
	{
		height: 32px;
		width: 32px;
	}

	.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 h6
	{
		font-size: 2.2rem;
	}

	.topic-page .post-topic .feedback
	{
		padding: 5rem 0;
	}

	.topic-page .post-topic .secondary-content
	{
		padding-top: 5rem;
	}

	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,
	.bucket-page .main ul.chapter
	{
		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, #009bdb, #003b5d);
	}
}

@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, #009bdb, #003b5d);
	}
}

@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, #009bdb, #003b5d);
	}
}

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;
}

.landing-page header > .search > .search-flexbox > button svg > rect
{
	fill: hsla(201, 93%, 23%, 1);
}

.landing-page header > .search > .search-flexbox > button svg > circle
{
	stroke: hsla(201, 93%, 23%, 1);
}

.chapter-page .main ul.chapter > li > ul > li > ul,
.bucket-page .main ul.chapter > 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 Bold", 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 h6
{
	font-family: "Open Sans Bold", Arial, sans-serif;
	/* font-weight: 700; */
	font-weight: normal;
	color: hsla(195, 5%, 15%, 1);
	margin-bottom: 2.2rem;
}

.topic-page .post-topic .feedback
{
	border-top: 2px solid hsla(228, 13%, 92%, 1);
	/* border-bottom: 2px solid hsla(228, 13%, 92%, 1); */
}

.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: 2px;
	color: hsla(198, 100%, 35%, 1);
	background: hsla(0, 100%, 100%, 1);
	margin-right: 1.2rem;
	cursor: pointer;
}

.topic-page .post-topic .feedback button:hover
{
	color: hsla(0, 100%, 100%, 1);
	background: hsla(198, 100%, 35%, 1);
}

.topic-page .post-topic .secondary-content
{
	display: block;
}

._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, #023852);
	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(5) /*Empty 1*/
{
	-ms-grid-column: 1;
	-ms-grid-row: 3;
}

footer > div > ul:nth-child(6) /*Empty 2*/
{
	-ms-grid-column: 2;
	-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 */

/* 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 */

footer > div > ul > li
{
	list-style: none;
	max-width: 27ch;
}

footer > div > ul > 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 */

.topic-page .post-topic .feedback p.feedback-confirmation
{
	display: none;
	margin-top: 2rem;
	font-family: "Open Sans Semibold", "Arial", sans-serif;
}