@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 96px !important;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width:100%;
}

main {
  display: block;
  margin-top:80px;
  padding-bottom:32px;
  border-bottom:1px dotted #EBECEF;
}

body.homepage main {
  margin-top:32px !important;
}

/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  background-color: rgba(248, 248, 248, 1);
  background-image:url("/hc/theming_assets/01JYJ4PBEGJNDP0GFF16NM4B2H");
  background-repeat:repeat;
  color:#1D344F;
  font-family: "Poppins", sans-serif; /* CFTHEME */
  font-weight: 400;
  font-style: normal;
  font-size:1rem; /* 15px; CFTHEME */
  line-height: 1.66rem;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
  body > main {
   min-height: 75vh;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
 margin: 0.67rem 0;
}

h1 {
  font-size: 2rem;
  font-weight: 400;
  line-height:2.25rem;
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height:2rem;
}

h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top:1.75rem;
  line-height:1.75rem;
}

h4 {
  font-size: 1rem;
  font-weight: 600;
  line-height:1.5rem;
}

a {
  color: rgba(0, 100, 210, 1);
  text-decoration: none;
}
a:visited {
  color: #0064D2;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}
p{
	padding:0px;
  margin:0px 0px 16px 0;
}
.article-summary p {
  margin:0px;
}
button {
	display: inline-flex;
	min-height: 36px;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	border-radius:4px;
	border: 1px solid #1D344F;
	background: #ffffff;
	font-size: 1.07em;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.container {
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1039px) {
  .container {
    padding: 0;
    width: 80%;
    max-width:1400px;
  }
}

ul {
  list-style: disc;
  margin: 0;
  padding: 0;
}
ul li{
  margin-left:16px;
  padding-left: 8px;
  padding-bottom: 4px;
}
ul ul li{
  list-style:circle;
}
ul ul ul li{
  list-style:square;
}
ol ol li{
  list-style:lower-alpha;
}
ol ol ol li{
  list-style:lower-roman;
}
strong{
  font-weight:400;
}
.article-body strong{
  	font-weight: 500;
    padding: 0 2px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
}

/**** Tables ****/

figure.wysiwyg-table{
  overflow-x:auto;
  display:block;
}

table {
  border:none;
  border-collapse:collapse;
  font-family:"IBM Plex Sans", sans-serif;
  min-width:600px;
}


thead tr th:first-child {border-top-left-radius:8px;}
thead tr th:last-child {border-top-right-radius:8px;}
thead tr th {padding:8px 16px;}
thead strong{font-weight:500;}
tbody tr td {padding:8px; font-size:14px; box-shadow:inset 0 0 0 0.008rem #1d344f;}
tbody tr:nth-child(odd) {
    background-color: #F4F4F4;
}
tbody tr:nth-child(even) {
    background-color: #FFFFFF;
}


thead{
  background:#1d344f;
  color:#ffffff;
  line-height:1rem;
}

td:has(h4) {
 	background:#E0F2FF !important;
  padding:none;
  border-bottom:1px solid #1d344f !important;
}

td h4{
  font-size:16px;
  font-family:"IBM Plex Sans", sans-serif;
  padding:0px;
  margin:2px;
  font-weight:500;
}

/*** Special table list with images ***/
figure.list-with-images tbody tr:nth-child(odd), figure.list-with-images tbody tr:nth-child(even){
  background-color:transparent !important;
}
figure.list-with-images tbody tr td{
  box-shadow:none;
}
table td img {
  border:none; border-radius:0px;
}

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
article img {
  max-width:100%;
  max-height:100%; 
  border-radius:16px; 
  background:rgba(255,255,255,0.033);
  border:1px solid #EBECEF;
}
@media(min-width:1040px){
	figure.wysiwyg-image, figure.wysiwyg-image-resized img {
  	max-width:75%;
	}
}
figcaption{
    font-size: 12px;
  	padding-right:8px;
    padding-bottom: 32px;
    font-style: italic;
  	text-align:right;
  	line-height:1rem;
}

/***** Header *****/
.header {
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: space-between;
	border-radius: 0 0 20px 20px;	
	background-color: #ffffff;	
	box-shadow: 0px 0px 6px rgba(0,0,0,0.033);
  position:fixed;
  z-index:1001;
  width:100%;
  top:0;
}
body.homepage .header {
  background:transparent;
  position:absolute;
}

body.navbar .header {
  margin-top:50px;
}
#navbar-container{
  position:absolute;
}
@media (min-width: 1160px) {
  .header {
    padding: 0 10%;
  }
}
@media (min-width: 2000px) {
  .header {
    padding: 0 19%;
  }
}

.logo span.logo-image{
    display: block;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position-y: 8px; 
}
body.homepage .logo span.logo-image{
  	opacity: 0; 
    animation: 0.6s ease-in-out forwards slideUp;
}

@keyframes slideUp{
    0% {
    transform: translateY(100%);
    opacity:0;
  }
  100% {
    transform: translateY(0);
    opacity:1;
  }
}

@media (min-width: 600px) {
  .logo span.logo-image{
    width:216px;
  }
}

.logo span {
  margin: 0 10px;
  color: rgba(29, 52, 79, 1);
}

.logo a {
  display: inline-block;
}

.logo a:hover, .logo a:focus, .logo a:active {
  text-decoration: none;
}

@media (max-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav-wrapper-desktop {
    display: inline-block;
  }
}
.nav-wrapper-desktop a {
  border: 0;
  color: rgba(0, 100, 210, 1);
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}
@media (min-width: 768px) {
  .nav-wrapper-desktop a {
    display: inline-block;
  }
}

.nav-wrapper-desktop a:hover, .nav-wrapper-desktop a:focus, .nav-wrapper-desktop a:active {
  background-color: transparent;
  color: rgba(0, 100, 210, 1);
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .nav-wrapper-mobile {
    display: none;
  }
}
.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;
}
.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 7px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.nav-wrapper-mobile .menu-button-mobile[aria-expanded=true] .icon-menu {
  background: #f3f3f3;
}
.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 2;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=false] {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=true] {
  display: block;
}
.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
}
.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding: 0;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: rgba(29, 52, 79, 1);
  cursor: pointer;
  text-align: start;
}
.nav-wrapper-mobile .menu-list-mobile-items button:active, .nav-wrapper-mobile .menu-list-mobile-items button:focus, .nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: #f3f3f3;
  text-decoration: underline;
}
.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: rgba(29, 52, 79, 1);
}
.nav-wrapper-mobile .menu-list-mobile-items a:active, .nav-wrapper-mobile .menu-list-mobile-items a:focus, .nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #f3f3f3;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #68737D;
}
.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}
.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}
[dir=rtl] .skip-navigation:focus, [dir=rtl] .skip-navigation:active {
  left: initial;
  right: auto;
}

#zd-modal-container ~ .skip-navigation {
  display: none;
}


/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01JYJ3QSQWMPBK7RG2NS76E8B6);
  background-position: top;
  background-size: cover;
  height: 480px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  background-color:#1D344F;
  margin-top:-32px;
}
.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

h1.hero-header{
  font-size:2.5rem;
  font-weight:400;
  color:#ffffff;
  margin-bottom:1.5rem;
}
@media (max-width:768px){
  h1.hero-header{
  line-height: 2.67rem;
  }
}

.page-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .page-header {
 		align-items: baseline;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0px;
    margin: 0;
    width: 80%;
  }
}
.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}
.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
  color:#ffffff;
}
.page-header-description {
  margin: 0 0 32px 0;
  word-break: break-word;
  font-size:1.25rem;
  font-weight:300;
  position:relative;
  top:-3px;
  color:#ffffff;
}
.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: space-between;
  margin-bottom: 16px;
	padding-top:16px;
  color:#ffffff;
}
.sub-nav a {
  color:#ffffff;
}
@media (min-width: 768px) {
  .sub-nav {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
.sub-nav .breadcrumbs {
  display:none;
}
}
.sub-nav .breadcrumbs {
  margin: 0;
}

.sub-nav input[type=search]::after {
  font-size: 15px;
}
.mini-hero{
  	background-image: url(/hc/theming_assets/01JYJ3QSQWMPBK7RG2NS76E8B6);
  	background-position: top;
  	background-size: cover;
  	height:100px;
    width: 100%;
    position: absolute;
    top: -56px;
    z-index: -1;
}
div.category-hero{
  height:392px;
}
div.section-hero{
  height:392px;
}
div.article-hero{
  height:312px;
}
/***** Blocks *****/
section.categories {
  margin-top:32px;
}
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
	margin-top:-64px;
}

.blocks-item {
  border-radius: 16px;
  box-sizing: border-box;
  color: rgba(29, 52, 79, 1);
  display: flex;
  flex: 1 0 40%;
  margin: 0 32px 32px; 
  max-width: 100%;
  text-align: left;
  background:#ffffff;
  transition: all 0.3s ease-in-out;
}
ul li.blocks-item{
  padding-left:0;
  padding-bottom:0;
}
@media (max-width:767px){
  .blocks-item {
    margin:0 16px 32px;
    flex:100%;
  }
}
.blocks-list li:nth-child(4), .blocks-list li:nth-child(5) {

} 

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
    box-shadow: 1px 1px 16px rgba(0,0,0,0.05);
  	background: rgba(255,246,229,1) /*rgba(254,238,204,1)*/;
  	transform: translateY(-4px); 
}
.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  	 	background: rgba(255,246,229,1);
}
.blocks-item-internal {
  background-color: transparent;
}
.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}
.blocks-item-internal a {
  color: rgba(29, 52, 79, 1);
}
.blocks-item-link {
  color: rgba(29, 52, 79, 1);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}
.blocks-item-link:visited, .blocks-item-link:hover, .blocks-item-link:active {
  color: inherit;
  text-decoration: none;
}
.blocks-item-link:focus {
  outline: 0;
  text-decoration: none;
}
.blocks-item-title {
  margin-bottom: 0;
  font-size: 1.5rem; 
  font-weight:400;
}
.blocks-item-description {
  margin: 0;
}
.blocks-item-description:not(:empty) {
  margin-top: 8px;
}

/***** Homepage *****/
.section {
  min-height:256px;
}

.home-section h2 {
  margin-bottom: 16px;
  text-align: center;
}

/***** Promoted articles *****/
h1.faq-header{
  margin-bottom:2rem;
  text-align:center;
}
section.articles{
  padding:32px;
}
.promoted-articles {
  display: flex;
  flex-direction: column;
  gap:3%;
  flex-wrap:wrap;
}
.blocks-item-title.homepage img {
  width:48px;
	height:48px;
  margin-bottom:4px;
}
@media (min-width: 1040px) {
  .promoted-articles {
    flex-direction: row;
  }
}
.promoted-articles-item {
  flex: 1 1 auto;
  min-height:208px;
  margin-bottom:32px;
}
.promoted-articles-item h3{
	margin-top:0px;
  display:flex;
  align-content:center;
}
.promoted-articles-item h3:before{
  content:url("https://cdn.boxicons.com/svg/basic/bx-message-circle-question-mark.svg");
  padding-right:8px;
  padding-top:2px;
}
ul li.promoted-articles-item{
  list-style:none;
  margin-left:0;
  padding-top:24px;
  border-radius: 16px;
  border-bottom: 1px dotted #F87805;
}
@media (min-width: 1040px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    width: 31%; /* Three columns on desktop */
  }
}
.promoted-articles-item a {
  display: block;
}
.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}
@media (max-width:1039px){
 .promoted-articles-item {
  min-height:108px;
} 
}


/***** Sub nav *****/
.sub-nav {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px 30px;
  justify-content: space-between;
  margin-bottom: 16px;
	padding-top:16px;
}
@media (min-width: 768px) {
  .sub-nav {
    flex-direction: row;
  }
}
.sub-nav .breadcrumbs {
  margin: 0;
  list-style:none;
  padding:0;
}
.sub-nav .breadcrumbs li {
  display:inline;
  font-size:0.75rem;
}
.sub-nav .breadcrumbs li:not(:last-child)::after{
  content: " > ";
  margin:0 4px;
}

input[type=search]::after {
  font-size: 16px;
}

/***** Search field *****/

body.homepage .search-container{
  display:none;
}
.search-container {
  width:100%;
  max-width:304px;
}

.search {
  border-color: #4A5D73;
  border-radius: 32px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  position: relative;
  transition: border 0.12s ease-in-out;
}
.search:focus-within {
  border-color: rgba(29, 52, 79, 1);
}
.search input[type=search],
.search .clear-button {
  background-color: #fff;
  border-radius: 32px;
  border: none;
	font-family: "Poppins", sans-serif;
  font-size:0.87rem;
}
.search-full input[type=search], .search-full .clear-button {
  border-color: #fff;
}
.search input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #666;
  flex: 1 1 auto;
  height: 40px;
  width: 100%;
  font-family:
}
.search input[type=search]:focus {
  color: #1d344f;
}
.search input[type=search]::-webkit-search-decoration, .search input[type=search]::-webkit-search-cancel-button, .search input[type=search]::-webkit-search-results-button, .search input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search input[type=search]:-webkit-autofill, .search input[type=search]:-webkit-autofill:hover, .search input[type=search]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.search .clear-button {
  align-items: center;
  box-sizing: border-box;
  color: #1d344f;
  cursor: pointer;
  display: none;
  flex: none;
  justify-content: center;
  padding: 0 15px;
}
.search .clear-button:hover {
  background-color: rgba(29, 52, 79, 1);
  color: #fff;
}
.search .clear-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(29, 52, 79, 1);
}
.search-has-value .clear-button {
  display: flex;
}

[dir=ltr] .search input[type=search] {
  padding-left: 40px;
  padding-right: 20px;
}
[dir=ltr] .search-has-value input[type=search] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=ltr] .search-has-value input[type=search]:focus {
  border-right-color: rgba(29, 52, 79, 1);
}
[dir=ltr] .search .clear-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=ltr] .search .clear-button:focus {
  border-left-color: rgba(29, 52, 79, 1);
}

[dir=rtl] .search input[type=search] {
  padding-left: 20px;
  padding-right: 40px;
}
[dir=rtl] .search-has-value input[type=search] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=rtl] .search-has-value input[type=search]:focus {
  border-left-color: rgba(29, 52, 79, 1);
}
[dir=rtl] .search .clear-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=rtl] .search .clear-button:focus {
  border-right-color: rgba(29, 52, 79, 1);
}

.search-icon {
		position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    color: #4A5D73;
    pointer-events: none;
    margin-top: 12px;
  	margin-left:16px;
}
body.homepage .search-icon{
  left:0px;
}
.no-results {
  background:url(/hc/theming_assets/01JYQ7PRFY6MPAFSZPEM6W3WWX) no-repeat right;
  min-height:352px;
}
@media (max-width: 767px){
  .no-results {
  	background:none;
  }
}
zd-autocomplete{
  border-radius:16px;
  font-family:"IBM Plex Sans", sans-serif;
  font-size:0.86rem;
 	box-shadow: 0px 0px 12px 6px rgba(0,0,0,0.1); !important;
}
zd-autocomplete-header{
  text-align:left !important;
  font-weight:600;
  font-size:1rem;
   border-bottom:none !important;
}
zd-autocomplete-multibrand{
  border-bottom:none !important;
  border-top:1px dotted #d9d9d9;
}


/***** Article *****/
#article-top {
  max-width:1600px;
}
.article-title{
	margin:32px 0;
  font-weight:500;
  color:#ffffff;
}
.wysiwyg-indent1, .wysiwyg-indent2, .wysiwyg-indent3, .wysiwyg-indent4, .wysiwyg-indent5, blockquote {
    border-left: 3px solid #1d344f;
    background: #F8F8F8;
    padding:16px;
	  border-radius:0 8px 8px 0;
  	box-shadow: 1px 1px 16px rgba(0,0,0,0.05);
  	line-height:1.4rem;
		font-family:"IBM Plex Sans", sans-serif;
  	margin-left:0px;
}
blockquote { background:#ffffff; width:100%; }
blockquote p {vertical-align:middle; margin-bottom:0px;}
.article-body ul{
  margin-left:16px;
  margin-bottom:16px;
}
code{
  background:#1d344f;
  color:#ffffff;
  padding:2px;
}
pre{
		background: white;
    padding: 16px 32px;
    border-radius: 16px;
    box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.2);
  	white-space:wrap;
}
.article-summary, .category-dynamic-content, zd-summary-block{
	min-height:54px;
  border-radius:16px;
  background:#F4F8FB;
  padding:24px 16px 16px 16px;
  color:#0064D2;
  font-weight:500;
  font-size:18px;
  margin-bottom:24px;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.05);
}
.article-summary, [dir="ltr"] zd-summary-block{
  background-image:url(/hc/theming_assets/01JWABSPRE63V5KDFN15E9F1N9);
  background-position:18px 20px;
  background-repeat:no-repeat;
  padding-top:8px;
  padding-left:52px;
}
.article-summary a, zd-summary-block a{
  text-decoration:underline;
}

[dir="ltr"] zd-summary-block {
  border-left:0px solid rgba(255,255,255,0);
  padding:20px 32px 20px 16px;
  width:80%;
  margin-left:-24px;
}
@media (max-width:1039px){
  [dir="ltr"] zd-summary-block {
    width:100%;
    margin-left:0;
	}
}
[dir="ltr"] zd-summary-block p {
  margin-left:40px;
}
#toc, .section-tree .section, .collapsible-sidebar, .promoted-articles-item, .article-list, li.section-list-item{
    background: rgba(255, 255, 255, 0.98);
    padding: 16px 24px;
    border-radius: 16px;
  	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  	margin-bottom:16px;
}
.section .article-list{
  border:0px;
  box-shadow:none;
  padding:16px 0px 0px;
  margin-bottom:0px;
  background:transparent; 
}
li.section-list-item{
  margin-left:0px;
  list-style:none;
}
li.section-list-item h3{
  padding:4px 16px 0px;
  margin:0px;
}
li.section-list-item h3:before{
  content:url("https://cdn.boxicons.com/svg/basic/bx-folder.svg");
  padding-right:8px;
  vertical-align:sub;
}
.article-sidebar {
	max-width: 304px;
  position:sticky;
  top:50px;
  right:10.2%;
}
#toc h4{
  font-size:1.25rem;
  margin-bottom:16px;
  margin-top:0px;
}
#toc h4::before{
  content:url("https://cdn.boxicons.com/svg/basic/bx-location.svg");
  padding-right:8px;
  vertical-align:sub;
}
#toc li {
  list-style:none;
  margin-left: 0px;
  padding: 8px 0px;
}
#toc li:not(:last-child){
 border-bottom: 1px dotted #EBECEF;
}

@media(max-height:960px){
  .collapsible-sidebar, #toc {
 		display:none;
  }
}

.content-tags{
  margin-top:32px;
}
.anchor-links{
  background:#E4EFE9;
  padding:16px;
  border-radius:16px;
  margin:32px 0px;
}
.anchor-links li{
  list-style-type:disc;
  list-style-position:inside;
}
.content-tag-item {
  display:inline-block;
  padding:4px 12px 3px;
  border-radius:32px;
  border:1px solid #0064D2;
  background:#F4F8FB;
  font-size:0.86em;
	font-weight:600;
  margin-left:0px;
}

.article-body h2 {
  border-bottom:1px dotted #A5AEB9;
  margin-top:48px;
  padding-bottom:4px;
}

article.article {
  display:flex;
  flex-direction:row;
  flex-wrap: nowrap;
  justify-content:space-between;
  gap:32px;
}

.article section {
 	max-width:75%; 
}
@media (max-width: 1039px) {
  .article > section {
		max-width:100%;
    min-width:100%;
  }
  .collapsible-sidebar, #toc{
    display:none;
  }
}

/**** Sidebar navigation ****/
.collapsible-sidebar-title {
  margin-top: 0;
  font-weight:600;
}
h3.collapsible-sidebar-title::before{
  content:url("https://cdn.boxicons.com/svg/basic/bx-sitemap.svg");
  padding-right:8px;
  vertical-align:sub;
}
.collapsible-sidebar-body li, .article-list-item{
  padding:8px 0;
  list-style:none;
  margin-left:0px;
}
.collapsible-sidebar-body li:not(:last-child), .article-list-item:not(:last-child){
  border-bottom: 1px dotted #EBECEF;
}
.collapsible-sidebar-body li:has(a.current-article){
  background:rgba(224,242,255,0.2);
  padding:8px 8px 10px;
  border: 1px dotted #EBECEF;
}
.collapsible-sidebar-body li a.current-article{
    color:#1d344f;
}
.collapsible-sidebar-toggle {
    display: none;
}
#toc {
  position:sticky;
  top:142px;
}

/**** Article votes ****/

.article-votes {
  border: 1px solid #ddd;
  border-radius:16px;
  padding: 16px 32px;
  text-align: center;
  margin:32px 0;
  background:#EBECEF;
  max-width:80%;
}
small{
  display:inline-block;
  margin:8px;
}
button[aria-pressed=true] {
  	background:#1d344f;
    color:#ffffff;
}
.article-vote-label{
  font-size:0.87em;
}
@media (max-width: 1039px) {
  .article-votes {
		 min-width:100%;
  }
}

/**** Related articles ****/

.article-relatives{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  width:80%;
}
.article-relatives section{
  margin-bottom:32px;
  width:50%;
  padding-right:5%;
}
.article-relatives section:last-child{
  padding-left:5%;
  border-left:0.5px dotted #A5AEB9;
}
.article-relatives section li{
  list-style:none;
  margin-left:0;
  padding-left:0;
}
@media(max-width:1039px){
  .article-relatives{
  	width:100%;
  }
  .article-relatives section{
  	width:100%;
  }
	.article-relatives section:last-child{
  	padding-left:0%;
  	border-left:0px;
	}
}


/**** Category pages ****/

.category-content {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 1040px) {
  .category-content {
    flex: 0 0 100%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap:32px;
  justify-content:space-between;
}
@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}
.section-tree .section {
  flex: initial;
  padding:24px 32px;
  margin-bottom:0px;
}
.section-tree .section a{

}
.section-tree .section ul li{
  margin-left:0px;
  padding-left:0px;
  list-style:none;
  display:flex;
  flex-direction:row;
  gap:8px;
}
.section-tree .section ul li:before{
  content:url('https://cdn.boxicons.com/svg/basic/bx-bolt.svg');
  display:block;
}
@media (min-width: 768px) {
  .section-tree .section {
    flex: 1 0 46%; /* Two columns for tablet and desktop. Leaving 5% separation between columns (was 45%) */
  }
}
.section-tree-title {
  margin-top: -16px;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  padding-top:1rem;

}
.section-tree-title a {
	color:#1d244f;
}
.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}
.article-list{
  padding:16px; 
}
}
.article-list-item {
  font-size: 16px;
  padding: 15px 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.article-list-item a {
  color: rgba(29, 52, 79, 1);
}

.icon-star {
  color: rgba(29, 52, 79, 1);
  font-size: 18px;
}

/**** Section pages ****/

.section-page .article-list li{
  padding:16px;
  list-style:none;
  margin-left:0px;
  display:flex;
  flex-direction:row;
  gap:8px;
}
.section-page .article-list li:not(:last-child){
  border-bottom: 1px dotted #EBECEF;
}
.section-page .article-list li:before{
  content:url('https://cdn.boxicons.com/svg/basic/bx-bolt.svg');
  display:block;
}

.section span i{
	visibility:hidden;
}

/**** Footer ****/
.main-footer ul li {
  font-size:0.86rem;
  padding-bottom:8px;
  list-style:none;
  margin-left:0px;
  padding-left:0px;
}
.main-footer ul li:first-child a {
  font-weight:600;
  display:block;
  color:#1d344f;
  font-size:1.25rem;
}
li#contact-link a{
background: url('/hc/theming_assets/01JY2NX76R04Y4AC2F2E66ZAGS') left center no-repeat;
height:24px;
padding-left:28px;
}

.main-footer{
  display:flex;
  flex: 0 1 33%;
  flex-wrap:wrap;
  gap:3%;
  justify-content:left;
  margin: 0 auto;
  padding: 32px 12%;
  background:#ffffff;
  
}
@media(max-width:1508px){
.main-footer{
  justify-content:left;
  }
}
.main-footer ul {
  padding-bottom:24px;
  padding-right:32px;
}

footer.legal-footer{
  background: #1d3f44;
  padding:16px 12%;
  color:#ffffff;
  font-size:0.86rem;
}
footer.legal-footer a{
  text-decoration:underline;
  color:#ffffff;
}

/***** Back to top *****/

.cd-top {
  position: fixed;
  white-space: nowrap;
  background:#1d344f;
  visibility: hidden;
  opacity: 0;
  padding:8px 16px;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  color:#ffffff;
  border-radius:32px;
  display: flex;
  gap: 4px;
  right: 240px;
  bottom: 16px;
}
.cd-top i{
  margin-top: 2px;
  margin-left: 8px;
}

.cd-top:link, .cd-top:hover, .cd-top:visited, .cd-top:active {
  text-decoration:none;
  color:#ffffff;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #F79420;
  opacity: 1
}


/**** Search results ****/

h1.search-results-subheading{
  margin-bottom:32px;
}
.search-results{
	background:rgba(255,255,255,1);
  border-radius:32px;
  padding:32px;
}
h1.search-results-subheading{
  margin-bottom:32px;
}
.search-results-list article{

}
.search-result-meta-container ol{
  margin-left:0px;
  margin-bottom:4px;
}
.search-results ul li{
  list-style:none;
  margin-left:0px;
  padding:0px;
}
ol{padding-inline-start:0px;}
article ol{
  margin-left:32px;
}
.search-results-list nav ol li {
  display:inline;
  margin-left:0px;
  padding:0px;
  font-size:12px;
}
.search-results-list article{
  margin-bottom:24px;
  border-bottom:0.5px dotted #A5AEB9;
}
.search-results-list nav ol li:first-child{
  display:none;
}
.search-results-list nav ol li:not(:last-child)::after{
  content: " > ";
}
.search-result-description em{
  background:#FEEECC;
  padding:2px 6px;
  border-radius:16px;
  font-style:normal;
  font-weight:500;
}
h2.search-result-title{
  margin-bottom:-4px;
  font-size:1.3em;
}

p.search-result-description{
	font-size:0.96rem;
}
nav.pagination{
    margin: 32px 16px;
    text-align: right;
}
.pagination-list{

}
.pagination-list li{
  display:inline;
  list-style:none;
  margin-left:32px;
  padding:0;
}

/**** Submit a request page ****/
div[data-test-id="suggested-articles"] {
  background:#ffffff;
  padding:16px;
  padding-bottom:8px;
  border-radius:16px;
  box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.033);:
}
div[data-test-id="suggested-articles"] h2{
  margin-top:0; 
  padding-top:0; 
  font-weight:400;
}
div[data-test-id="suggested-articles"] ul{
  display:flex;
  gap:16px;
  overflow-x:scroll;
}
div[data-test-id="suggested-articles"] li {
  margin-left:0px;
  padding:16px;
  border:0.5px dotted #0064D2;
  border-radius:16px;
  background:#F4F8FB;
  text-align:center;
  display:flex;
  align-items:baseline;
  min-width:128px;
}
div[data-test-id="suggested-articles"] li a, div[data-test-id="suggested-articles"] li a:hover {
  font-size: 14px;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 18px !important;
  display: block;
  text-align:left;
}

#contact-form label {
  font-size:1rem;
}
#contact-form .cmCBdM{
  font-size:12px;
  color:#1d344f;
}
div[data-test-id="suggested-articles"] h2{
  margin-bottom:0px;
  font-size:1.2rem;
}
div[data-test-id="suggested-articles"] h2::before{
  content:"\1F4A1";
  padding-right:8px;
}

#live-preview-container {
  position:absolute;
  top:0;
}
#live-preview-container > div{
  background:rgba(255,255,255,0.9);
}
.error-page{
  width:80%;
  margin:0px auto;
}
#not-found{
  display:flex;
  flex-direction:row;
  padding:32px 0px;
  justify-content:space-between;
}
#not-found img{
  opacity:0.66;
 
}
#not-found .right{
  max-width:300px;
}
@media (max-width:1159px){
  .error-page{
    width:90%;
  }
}
@media (max-width:599px){
   #not-found img{
    display:none;
  }
}