@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* --- Custom Font Definitions --- */

@font-face {
  font-family: 'Saans';
  src: url(/hc/theming_assets/01JYKT9K9SEHR4SJQ25A2KPRVE) format('woff2'),
       url(/hc/theming_assets/01JYKT9JGXZN5WJ8804YFZYRTD) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Saans';
  src: url(/hc/theming_assets/01JYKT9VQHHMXF24D9WD4HK8B4) format('woff2'),
       url(/hc/theming_assets/01JYKT9V1N2977ENF33T743085) format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
    font-family: 'Saans';
    src: url(/hc/theming_assets/01JYNQK25SGMK983TD5N8ZR5BX) format('woff2'),
         url(/hc/theming_assets/01JYNQK1D10207BJ2DK9J6P4V9) format('woff');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'Saans';
    src: url(/hc/theming_assets/01JYNQK9TD9ZNA8ERFTFG3AV9T) format('woff2'),
         url(/hc/theming_assets/01JYNQK956YGYWSWDXYE07A3JK) format('woff');
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
    font-family: 'Saans';
    src: url(/hc/theming_assets/01JYNQJM33JWTVYDBGJ4BJRYZP) format('woff2'),
         url(/hc/theming_assets/01JYNQJK72AQHR3J498F23NX2Z) format('woff');
    font-weight: normal;
    font-style: italic;
  }

@font-face {
  font-family: 'Saans Mono';
  src: url(/hc/theming_assets/01JZSWVTXYHR2ZCY15DX935JW1) format('woff2'),
       url(/hc/theming_assets/01JZSWVT5DHE7HD3DB1K36AAYS) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Saans Mono';
  src: url(/hc/theming_assets/01JZSWVFAQ11GGXXEDHRGX3XZ6) format('woff2'),
       url(/hc/theming_assets/01JZSWVENG8WY5AZATZQ5R1MYP) format('woff');
  font-weight: bold;
  font-style: normal;
}
/* --- END Custom Font Definitions --- */

html {
  line-height: 1.15;
    width: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  width: 100%;
	font-family: 'Saans', 'DM Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1d0e09;
  letter-spacing: 0.3px;
}

main {
  display: block;
    width: 100%;
      background-color: #FCFAF9;
} 


hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 500;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: 'Saans', 'DM Sans', sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}


progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}
h1,
h2,
h3,
h4 {
  font-weight: 300;
}

/* ====================================================================
  DEFAULT MOBILE STYLES 
  ====================================================================
*/
p, li {
  font-size: 1rem; 
}
h1 {
  font-size: 1.75rem; 
}

h2,
.section-tree-title,
.section-container h1 {
  font-size: 1.5rem; 
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}


/* ====================================================================
  DESKTOP STYLES 
  ====================================================================
*/
@media (min-width: 768px) {

  p, li {
    font-size: 1.125rem; 
  }

  h1 {
    font-size: 2.25rem;
  }

  h2,
  .section-tree-title,
  .section-container h1 {
    font-size: 2rem; 
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.25rem;
  }
}

a {
   color:  #3941AC;
  text-decoration: none;
}

.article-body a {
  text-decoration: underline;
  text-underline-offset: 3px;
}


a:hover, a:active, a:focus {
  text-decoration: underline;
  	text-underline-offset: 3px;

}


.hbs-form input,
.hbs-form textarea, .search input,
.search textarea {
  color: #000;
  font-size: 14px;
}

}
.hbs-form input, .search input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
  /* We use the :where selector to not increase the specificity of the selector */

}
.hbs-form input:where(:not([type=checkbox])), .search input:where(:not([type=checkbox])) {
  outline: none;
}
.hbs-form input:where(:not([type=checkbox])):focus, .search input:where(:not([type=checkbox])):focus {
  border: 1px solid #17494D;
}
.hbs-form input[disabled], .search input[disabled] {
  background-color: #ddd;
}
.hbs-form select, .search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #87929D;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}
.hbs-form select:focus, .search select:focus {
  border: 1px solid #17494D;
}
.hbs-form select::-ms-expand, .search select::-ms-expand {
  display: none;
}
.hbs-form textarea, .search textarea {
  border: 1px solid #87929D;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}
.hbs-form textarea:focus, .search textarea:focus {
  border: 1px solid #17494D;
}

.container {
  background-color: #FCFAF9;
  margin: 0 auto;
}
 

.container-top-template-pages {
    background-color: #FCFAF9;
    width: 100%;

  }
.container-top-template-pages:has(.cat-details-row) {
    width: 100%;
  padding: 0 5%;
    margin: 0 auto 64px auto;
}
@media (max-width: 768px) {
.container-top-template-pages:has(.cat-details-row) {
	display: none;
}

}
.container.template-pages{
  display: none;
  max-width: none;
  margin: 0;
}


@media (min-width: 1024px) {
.container.template-pages{
  display: block;
}
}
.container.template-pages {
  height: auto;
  position: relative;
    width: 100%;

}
.container.template-pages > div {
  background-image: url(/hc/theming_assets/01K1B9J6E9H42K7DBVQVP1261Z);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#main-content-wrapper .sub-nav {
  margin-top: 0;
}

.container.home-page {
    padding: 0;
  width: 100%;
    max-width: none;
      padding: 10px 5%;
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.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;
}

/***** Buttons *****/
.button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .article-subscribe button, .section-subscribe button, .split-button button {
  background-color: transparent;
  border: 1px solid #1d0e09;
  border-radius: 4px;
  color: #1d0e09;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}
@media (min-width: 768px) {
  .button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .article-subscribe button, .section-subscribe button, .split-button button {
    width: auto;
  }
}
.button:visited, .pagination-next-link:visited, .pagination-prev-link:visited, .pagination-first-link:visited, .pagination-last-link:visited, .subscriptions-subscribe button:visited, .requests-table-toolbar .organization-subscribe button:visited, .community-follow button:visited, .article-subscribe button:visited, .section-subscribe button:visited, .split-button button:visited {
  color: #1d0e09;
}
.button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .subscriptions-subscribe button:hover, .requests-table-toolbar .organization-subscribe button:hover, .community-follow button:hover, .article-subscribe button:hover, .section-subscribe button:hover, .split-button button:hover, .button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .subscriptions-subscribe button:active, .requests-table-toolbar .organization-subscribe button:active, .community-follow button:active, .article-subscribe button:active, .section-subscribe button:active, .split-button button:active, .button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .subscriptions-subscribe button:focus, .requests-table-toolbar .organization-subscribe button:focus, .community-follow button:focus, .article-subscribe button:focus, .section-subscribe button:focus, .split-button button:focus, .button.button-primary, .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link, .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected=true], .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected=true], .community-follow button.button-primary, .article-subscribe button.button-primary, .article-subscribe button[data-selected=true], .section-subscribe button.button-primary, .section-subscribe button[data-selected=true], .split-button button.button-primary {
	border: 1px solid #635753;
  color: #635753;
  text-decoration: none;
}
.button.button-primary:hover, .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button[data-selected=true]:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button[data-selected=true]:hover, .community-follow button.button-primary:hover, .article-subscribe button.button-primary:hover, .article-subscribe button[data-selected=true]:hover, .section-subscribe button.button-primary:hover, .section-subscribe button[data-selected=true]:hover, .split-button button:hover, .button.button-primary:focus, .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button[data-selected=true]:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button[data-selected=true]:focus, .community-follow button.button-primary:focus, .article-subscribe button.button-primary:focus, .article-subscribe button[data-selected=true]:focus, .section-subscribe button.button-primary:focus, .section-subscribe button[data-selected=true]:focus, .split-button button.button-primary:focus, .button.button-primary:active, .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active, .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button[data-selected=true]:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button[data-selected=true]:active, .community-follow button.button-primary:active, .article-subscribe button.button-primary:active, .article-subscribe button[data-selected=true]:active, .section-subscribe button.button-primary:active, .section-subscribe button[data-selected=true]:active, .split-button button.button-primary:active {
	border: 1px solid #635753;
  color: #635753;
}
.button[data-disabled], [data-disabled].pagination-next-link, [data-disabled].pagination-prev-link, [data-disabled].pagination-first-link, [data-disabled].pagination-last-link, .subscriptions-subscribe button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .community-follow button[data-disabled], .article-subscribe button[data-disabled], .section-subscribe button[data-disabled], .split-button button[data-disabled] {
  cursor: default;
}

.button-large, .hbs-form input[type=submit] {
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}
@media (min-width: 768px) {
  .button-large, .hbs-form input[type=submit] {
    width: auto;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, .hbs-form input[type=submit]:hover, .hbs-form input[type=submit]:active, .hbs-form input[type=submit]:focus {
  background-color: #000;
}
.button-large[disabled], .hbs-form input[type=submit][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #2F3941;
  border: 1px solid #87929D;
  background-color: transparent;
}
.button-secondary:visited {
  color: #2F3941;
}
.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #2F3941;
  border: 1px solid #87929D;
  background-color: #f7f7f7;
}

/***** Split button *****/
.split-button {
  display: flex;
}

.split-button button {
  border: 0;
  height: 32px;
  line-height: 16px;
}

[dir=rtl] .split-button button:not(:only-child):first-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
[dir=ltr] .split-button button:not(:only-child):first-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}
[dir=rtl] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
[dir=ltr] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #87929D;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input[type=text] {
  border: 1px solid #87929D;
  border-radius: 4px;
}
.form-field input[type=text]:focus {
  border: 1px solid #17494D;
}

.form-field input[type=checkbox] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  border: 1px solid #87929D;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}
.form-field .nesty-input:focus {
  text-decoration: none;
}

.form-field .hc-multiselect-toggle {
  border: 1px solid #87929D;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field .optional {
  color: #2F3941;
  margin-left: 4px;
}

.form-field p {
  color: #2F3941;
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #2F3941;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}
.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}
.form .suggestion-list li {
  padding: 10px 0;
}
.form .suggestion-list li a:visited {
  color: #9358B0;
}

/***** Header *****/

@media (min-width: 1160px) {
  header {
    padding: 0;
  }
}

.header-container {
  display: flex;
  justify-content: space-between; 
  align-items: center; 
  padding: 10px 5%; 
  height: 100%;
	width: 100%;
  margin: 0 auto;
}


.header-wrapper {
    background-color: #FCFAF9E0; 
    position: sticky; 
    top: 0;
    z-index: 999; 
}

header.template-header {
    margin: 0 auto;
    height: 85px;
width: 100%;
  position: sticky;
  top: 0;
  background-color: #FCFAF9;
}



@media (max-width: 768px) {
    .header-container {
      padding: 1rem;
      gap: 1rem;
  }


}

.header-right {
  display: flex;
  align-items: center;
    height: 100%;
    flex-direction: row;
    gap: 1rem;
}
@media (min-width: 768px) {
  .header-right {
    gap: 2rem;
}
}

.header-right a.button {
  background-color: #9198FA;
  color: #1d0e09;
	font-weight: 500;
  height: auto;
  font-size: 1rem;
  border: none;
}

.header-right a.button:hover {
    background: #858DF933;
}

.header-right .language-selector {
  position: relative;
  display: flex;
  align-items: center;
	width: 100%;
}

.logo {
    display: flex;
  align-items: center;
    height: 100%;
}
.logo span {
  color: #1d0e09;
    line-height: 1;
    margin: 0;
    padding: 0;

}

.logo a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  height: auto;
}
  .logo img {
  width: auto;
    max-height: 37px;
}

.logo a:hover, .logo a:focus, .logo a:active {
  text-decoration: none;
}
  
@media (max-width: 768px) {
  .container.template-pages {
    height: 60px;
    min-height: 60px;
  }
  
  .logo img {
  width: 125px;
  height: auto;
}
}


.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}
.user-nav[aria-expanded=true] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}
.user-nav[aria-expanded=true] > a {
  display: block;
  margin: 20px;
}
.user-nav[aria-expanded=true] > .user-nav-list li {
  display: block;
}
.user-nav[aria-expanded=true] > .user-nav-list a {
  display: block;
  margin: 20px;
}

.user-nav-list {
  display: block;
  list-style: none;
}
.user-nav-list > li {
  display: inline-block;
}

@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: #1F73B7;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}
@media (min-width: 768px) {
  .nav-wrapper-desktop a {
    display: inline-block;
  }
}
[dir=rtl] .nav-wrapper-desktop a {
  padding: 0 0 0 20px;
}
.nav-wrapper-desktop a:hover, .nav-wrapper-desktop a:focus, .nav-wrapper-desktop a:active {
  background-color: transparent;
  color: #1F73B7;
  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: #2F3941;
  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: #2F3941;
}
.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;
}
[dir=rtl] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}

.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;
}
[dir=rtl] .skip-navigation {
  left: initial;
  right: -999px;
}
.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;
}

/***** Footer *****/
.footer {
  padding: 5rem 0;
  width: 100%;
  background-color: #200F0A;
    color: #FDFDFD;

}

.footer a {
  color: #FDFDFD;
}
.footer .container {
    background-color: unset;
}


.footer-inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 5%;
  width: 100%;
}

.footer-language-selector button {
  color: #2F3941;
  display: inline-block;
}

.powered-by-zendesk a,
.powered-by-zendesk a:visited {
  color: #2F3941;
}

.go-to-website-icon {
    vertical-align: middle;
    margin: 0 0 2px 6px;
}

.earth-icon {
    vertical-align: middle;
  width: 25px;
}

.powered-by-zendesk {
    display: none;
}

.btn-get-back {
    padding: 15px 0;
}

.social-links {
    display: grid;
    margin: 1.25rem 0 0 0;
    max-width: 156px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
  row-gap: 1.5rem;
  column-gap: 1.5rem;
    list-style: none;
    padding: 0;
}
    .social-links a {
        background: #1d0e09;
        display: flex;
        justify-content: space-evenly;
      fill: #88DCDB;
        align-items: center;
        align-content: center;
        padding: 10px;
        border: 1px solid #88DCDB;
        border-radius: 50%;
        width: 35px;
        height: 35px;
    }

    .social-links svg {
        display: block;
        height: 20px;
        width: 100%;
    }

    .social-links li * {
        margin: 0;
    }

    .social-links li {
        margin: 0 5px 0 0;
    }

    .social-links a:hover {
  		border-color: #56A9A8;
    }

    .social-links a:hover svg {
    	fill: #56A9A8;
    }

.footer-links {
    margin: 0 0 20px 0;
  	padding: 0;
    width: 100%;
    display: block;
}


    .footer-links li {
        display: block;
        margin-bottom: 10px;
    }

@media (min-width:768px) {
    .footer-links li {
        display: inline-block;
        margin-right: 25px;
    }
}

.footer-links li a {
    font-size: 16px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .system-status {
    display: inline-block;
    margin-bottom: 1.875rem;
    font-size: 1rem;
  margin-right: 6rem;
}

.text-align-right {
    text-align: right;
}
.button-row {
  display: flex;
  gap: 1rem;
}
.footer .button-row {
  flex-direction: column;
	justify-self: start;
}
@media (min-width:768px) {
    .footer .button-row {
  flex-direction: row;
}
}


.button-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 44px;
  min-width: 152px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  border-radius: 4px;
  min-width: auto;
  text-decoration: none;
}

.footer .button.btn-login {
  background: #A2F6F5;
  color: rgb(9, 54, 63);
  border: none;
}

.footer a.button.btn-login:hover {
  text-decoration: none;
    background: #A2F6F580;
}

.footer .corner{
    border-color: #A2F6F5;
}

.footer .button.btn-getdashlane {
  	border: 1px solid #A2F6F5;
    background: #1D0E09;
    font-size: 1rem;
  	color: #A2F6F5;
  	line-height: 150%;
  padding: 0.75rem 1rem;
    border-radius: 4px;
    	min-width: auto;
   box-sizing: border-box; 
}

.footer .button.btn-getdashlane:hover {
  border-color: #A2F6F5CC;
  color: #A2F6F5CC;
  text-decoration: none;
}

.footer-inner .container {
  width: 100%;
  max-width: none;
}

.stay-in-touch {
    font-size: 1rem;
}
.row.section-legal {
    margin-top: 40px;
}

.section-legal ul {
padding: 0;
}

.legal-links {
    text-align: left;
    font-family: 'Saans Mono', monospace; 
    margin-top: 20px !important;
}
.footer-legal {
  max-width: 46rem;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
    .legal-links {
        text-align: right;
    }

    .stay-in-touch {
        text-align: left;
    }
}

.legal-links li {
    display: inline-block;
    border-right: 1px solid #FFFFFF;
    line-height: normal;
    text-transform: uppercase;
    padding-right: 5px;
    font-size: 12px;
}

    .legal-links li:first-child {
        margin-left: 0;
    }

    .legal-links li:last-child {
        border: none;
        padding-right: 0;
        margin-right: 0;
    }

/* Status.io Widget in footer*/
.current-status-indicator {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    display: inline-block;
    border-radius: 6px;
    vertical-align: middle;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

    .current-status-indicator.small {
        width: 8px;
        height: 8px;
        margin: 0 0 0 5px;
        display: inline-block;
        border-radius: 4px
    }

    .current-status-indicator.green {
        background-image: url(/hc/theming_assets/01JPJ0QVH92SJAZKWXKR9H3071);
    }

    .current-status-indicator.yellow {
        background-image: url(/hc/theming_assets/01J7X0NCNQQS56RT9KJ7FPGXE3);
    }

    .current-status-indicator.red {
        background-image: url(/hc/theming_assets/01J7X0N9NFWH20QH9KNPPS08XQ);
    }

    .current-status-indicator.blue {
        background-image: url(/hc/theming_assets/01J7X0NACMQ8BA9FPW3V13E3PV);
    }

    .current-status-indicator.orange {
        background-image: url(/hc/theming_assets/01J7X0NB86Q9SFAM2AFCYD908Z);
    }
/* END Status.io Widget in footer*/

/***** Search field *****/
.search-container {
  position: relative;
}

.search {
  border-radius: 5px;
  border: 1px solid #63575360;
  display: flex;
  position: relative;
  transition: border 0.12s ease-in-out;
}

.search input[type=search],
.search .clear-button {
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  border: none;
}
.search-full input[type=search], .search-full .clear-button {
  border-color: #FFFFFF;
}
.search input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #635753;
  flex: 1 1 auto;
  height: 2.5rem;

}

.template-pages .search input[type=search], .template-pages .search, .template-pages .search-container {
  width: 100%;
  max-width: 400px;
  }

@media (min-width: 768px) and (max-width: 1024px) {
.template-pages .search input[type=search], .template-pages .search, .template-pages .search-container {
  max-width: 400px;
  }
}

@media (max-width: 768px) {
.template-pages .search input[type=search], .template-pages .search, .template-pages .search-container {
  max-width: unset;
  }
}

.search input[type=search]:focus {
  color: #555;
}
.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: #777;
  cursor: pointer;
  display: none;
  flex: none;
  justify-content: center;
  padding: 0 15px;
}
.search .clear-button:hover {
  background-color: #F3F4FE;
}
.search .clear-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #F3F4FE;
}
.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 .clear-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}

[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 .clear-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}

#search-inner {
    position: relative;
}

@media (min-width: 768px) {
#search-inner {
    margin-top: -2.16rem;
}
}
.search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #212D37;
  pointer-events: none;
}
[dir=rtl] .search-icon {
  left: auto;
  right: 15px;
}


.container-top-template-pages .search,
.container-top-template-pages.search-container {
  width: 100%;
  height: 100%;
}

.container-top-template-pages.search-container {
  margin-left: 10px;
}

@media (min-width: 1080px) {
.container-top-template-pages.search-container {
  max-width: 320px;
}
}

@media (min-width: 1420px) {
.container-top-template-pages.search-container {
  max-width: 400px;
}
}
zd-autocomplete {
  font-weight: 700;
  margin-top: 5px;
  border-radius: 6px;
}



zd-autocomplete-multibrand{
  padding: 10px  15px;
}
  zd-autocomplete-multibrand zd-autocomplete-title-multibrand {
  font-weight: 400;
}

zd-autocomplete zd-autocomplete-header {
 display: none;
}



zd-autocomplete-multibrand zd-autocomplete-title-multibrand {
    color: #1d0e09;

}

zd-autocomplete-multibrand:hover,
zd-autocomplete-multibrand:hover[aria-selected=true] {
  background-color: #DBDDFD;
}
zd-autocomplete-multibrand:hover zd-autocomplete-title-multibrand,
zd-autocomplete-multibrand[aria-selected=true] {
    color: #1d0e09;
}


zd-autocomplete-multibrand:first-of-type {
  border-radius: 6px 6px 0 0;
}
zd-autocomplete-multibrand[aria-selected=true] {
    background-color: #FCFAF9;
}

.zd-autocomplete-more-results {
  font-size: 1rem;
  color: #1d0e09;
  font-weight: 400;
  background-color: #9198FA;
  text-align: left !important;
  padding: 10px 15px 10px 25px;
  border-radius: 0 0 6px 6px;
}

.zd-autocomplete-more-results:hover {
	background-color: #858DF933;
}

form.search input[type="submit"] { /*hides the search button so that it is clickable with zd-autocomplete-more-results div but never visible*/
       position: absolute;
    left: -9999px;
}

zd-autocomplete-breadcrumbs-multibrand {
    opacity: 0;
  height: 0;
}
/***** Hero component *****/
.hero {
  background-position: center;
  background-size: cover;
  text-align: center;
  width: 100%;
}


@media (min-width: 768px) {
   
.hero-title h1 {
    line-height: 1.25;
  font-size: 3.5rem;
}
}

.hero-promoted {
    font-size: 1rem;
    line-height: 24px;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;

}

.hero-promoted p {
  margin-bottom: 0.5rem;
   }

.hero-promoted p:last-of-type {
  margin-bottom: 0rem;
   }


.hero-promoted #link-row {
  padding: 1.5rem 0 1rem 0;
}

@media (min-width: 760px) {
  .hero-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem 5rem 5rem 5rem;
    max-width: unset;
    border-radius: 8px;
  border: 0.5px solid #1d0e09;
      background-image: url(/hc/theming_assets/01JZAJZJA3N1D7WZG9933JGMRD);
 background-repeat: no-repeat;
  background-size: cover;
    background-attachment: scroll;
    background-position: center center;
  }
  
  .hero-inner .search {
    width: 450px;

  }
  
  div.hero-inner h1.hero-title {
    margin-top: -0.83rem; 
        margin-bottom: -0.83rem; 

  }
}

/* Container Styles */
.hero-promoted #button-row {
  display: flex;
  flex-wrap: wrap; /* Allows buttons to wrap if needed */
  justify-content: center; /* Center buttons horizontally */
  gap: 0.8rem; /* Default gap between buttons */
}

/* Button Styles */
.hero-promoted #button-row a,
.blocks-item a.learn-more-btn {
  line-height: 1;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  width: unset; 
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid #1d0e09;
}

.hero-promoted #button-row a {
  min-width: 153px;
}
.hero-promoted #button-row .btn-fixaprob,
.hero-promoted #button-row .btn-fixaprob:visited,
.blocks-item a.learn-more-btn,
.blocks-item a.learn-more-btn:visited {
  background-color: #1d0e09;
  color: #FCFAF9;

}

.hero-promoted #button-row .btn-fixaprob:hover,
.blocks-item a.learn-more-btn:hover {
  background-color: #D3CFCE;
  color: #1D0E09;
  border: 1px solid #858DF933;
} 

.hero-promoted #button-row .btn-login,
.hero-promoted #button-row .btn-login:visited {
  background-color: #FCFAF9;
  border: 1px solid #1d0e09;
  color: #1d0e09;
}

.hero-promoted #button-row .btn-login:hover {
  color: #635753;
  border-color: #635753;
}

.learn-more-button:hover {
  background-color: #4a413e; /* A slightly darker shade for hover */
  color: #FFFFFF;
  text-decoration: none;
}

.promoted-articles-wrapper {
		width: 100%;
  margin-top: 2rem;

}

.articles {
  max-width: 1320px;
  padding: 35px 5% 55px;
  margin: 0 auto;
}

.promoted-articles-wrapper .articles {
    padding: 35px 0 3.5rem 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  max-width: unset;
}
.articles h2 {
  margin: 0;
}


 .promoted-articles-wrapper h2, .articles h3, .promoted-header {
        margin: 0 0 1.25rem 0;
    }

.promoted-articles-wrapper h2 {
  font-size: 2.25rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
    }

@media (min-width: 768px) {
  .promoted-articles-wrapper h2 {
  font-size: 3rem;
  font-weight: 300;
    }
  }

.promoted-articles-item a {
   display: flex;
  align-items: center;
  justify-content:  space-between;
  gap: 0.75rem;
    transition: all 250ms ease-in-out;

}

.promoted-articles-item a:hover {
    text-decoration: underline;

}


.promoted-articles-item a::after {
    content: '';
    background: url(/hc/theming_assets/01K1B9J3ZJH7X0WK80PC22F9E1) center / contain no-repeat;
    display: inline-block;
		width: 36px;
    height: 36px;
    flex-shrink: 0;
    transition: all 250ms ease-in-out;
  	margin-right: -4px;
}


.promoted-articles-item a:hover::after {
  	margin-right: -12px;
}

.hero-inner {
  position: relative;
  top: 50%;
  margin: 0 auto;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    margin: 0;
  }
}
.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;
}
.page-header-description {
  margin: 0;
  word-break: break-word;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}
.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.page-header .page-header-description {
  display: none;
}


@media (min-width: 768px) {
  .sub-nav .search-container {
    flex: 0 1 300px;
  }
}
input[type=search]::after {
  font-size: 15px;
    max-width: 400px;
  width: 100%;
}

/***** Home page category blocks *****/
.blocks-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.blocks-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: row; 
  justify-content: space-between; 
  align-items: center;
  border-radius: 8px;
  border: 0.5px solid #635753;
  background-color: #E7E8FE;
  margin: 0 0 39px;
  height: 160px;
  transition: box-shadow 450ms;
  width: 100%;
  padding: 0 2.5rem;
}

.blocks-item-content {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: 70%;
  max-width: 524px;
  height: 75px;
}

.blocks-text-container {
  display: flex;
  flex-direction: column;
}

.learn-more-btn {
  width: 30%;
}






/* START icons on home page with preloaded hover icons to prevent delays - linked to JS function on home page */
.preload {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    visibility: hidden;
}

/* END icons on home page with preloaded hover icons to prevent delays - linked to JS function on home page */

.blocks-item-internal a {
    text-decoration: none;
}

.blocks-item-link {
    color: #FFFFFF;
    padding: 40px 40px 40px;
    text-decoration: none;
}

    .blocks-item-link:visited {
        color: #FFFFFF;
    }
#blocks-title-and-icon-container{
      display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}
    .blocks-item .category {
      height: 64px; 
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center center;
      flex: 0 0 auto;
      width: 64px;
    }

.blocks-item-text {
      width: 80%;
    }

/* Preload all images without displaying them */
.preload {
    position: absolute;
    width: 1px; /* Small but still loaded */
    height: 1px;
    opacity: 0;
    visibility: hidden;
}

/* Assign default (white) background images */
.blocks-item .category._360000606859 { background-image: url(/hc/theming_assets/01K1B9JCCVVJEPJM1PMN6ENQQ8); }
.blocks-item .category._360000606839 { background-image: url(/hc/theming_assets/01K1B9JC03PD43R02G8ZFV278V); }
.blocks-item .category._360000606740 { background-image: url(/hc/theming_assets/01K1B9JAB6F8677MTFSXQD9DPB); }
.blocks-item .category._360000606579 { background-image: url(/hc/theming_assets/01K1B9JAEJESY36EDNTEV6G9R5); }
.blocks-item .category._200958889 { background-image: url(/hc/theming_assets/01K1B9J6HM9W70T38GZ4T0BBC1); }
.blocks-item .category._360002817400 { background-image: url(/hc/theming_assets/01K1B9JC7BY1Y5DZFK9G25A8E2); }
.blocks-item .category._4583057712402 { background-image: url(/hc/theming_assets/01K1B9J6NWHC8PGXJP386EGS1S); }

/* Preload hover images but keep them hidden */
.preload._360000606859 { background-image: url(/hc/theming_assets/01K1B9JB8FT9F5TFSR25RENMEB); }
.preload._360000606839 { background-image: url(/hc/theming_assets/01K1B9JC78X1GP20D3KY89Q0NT); }
.preload._360000606740 { background-image: url(/hc/theming_assets/01K1B9JC0Z3ANBT3NA3Q7TXV0Y); }
.preload._360000606579 { background-image: url(/hc/theming_assets/01K1B9JAJ3BS6C9506XW8QC7H8); }
.preload._200958889 { background-image: url(/hc/theming_assets/01K1B9J6WZYCN787WSN7Y5R35M); }

/* Apply hover effect instantly */
.blocks-item:hover .blocks-item-link .category._360000606859 { background-image: url(/hc/theming_assets/01K1B9JAEZ523SCQ1149JM4JAP); }
.blocks-item:hover .blocks-item-link .category._360000606839 { background-image: url(/hc/theming_assets/01K1B9J1Y5GDVW01JCTN57Z6VV); }
.blocks-item:hover .blocks-item-link .category._360000606740 { background-image: url(/hc/theming_assets/01K1B9JAHNBV7G3NAGT012ZXY6); }
.blocks-item:hover .blocks-item-link .category._360000606579 { background-image: url(/hc/theming_assets/01K1B9JAQDXFMWFVZ4ZNMHP42W); }
.blocks-item:hover .blocks-item-link .category._200958889 { background-image: url(/hc/theming_assets/01K1B9JC0EFMGGB729G0XTTY8G); }


    .blocks-item-link .meta-data {
        color: #FFFFFF;
    }

#blocks-title-container {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.blocks-item-title {
    margin: 0 0 0.625rem 0;
  line-height: 40px;
font-size: 2.25rem;
}

.blocks-item-text p.blocks-item-description {
    font-size: 1rem;
  margin-bottom: 0;
    line-height: 24px;
}

.blocks-item:has(a[href*="10239792718482"]),
.blocks-item:has(a[href*="17031147859218"]),
.blocks-item:has(a[href*="18381067780626"]) {
    display: none;
}

@media (max-width: 768px) {
.blocks-item {
  flex-direction: column; 
  justify-content: space-between; 
    align-items: flex-start;
  padding: 2rem;
  row-gap: 1.5rem;
  height: unset;
}
  
  .blocks-item-content {
    height: unset;
    width: unset;
    align-items: flex-start;
}
  
  .blocks-item .learn-more-btn {
      margin-left: 6.5rem;
}
}

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

.container-top-template-pages #main-content-wrapper .section {
  margin-bottom: 0;
}

.container-top-template-pages #main-content-wrapper .section:last-of-type {
  margin-bottom: 60px;
}
.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

.hero-outer {
  margin: 0;
}


/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;

}
@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
    border-bottom: 0.5px solid #200F0A60;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.promoted-articles-item a {
  display: flex;
  margin:  1.5rem 0;  
  color: #1d0e09;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1.125rem;
    justify-content: space-between;
    width: 100%;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}
.category-content {
  flex: 1;
  max-width: 100%;
  background-color: #F9F5F2;
  border-radius: 8px;
  border:1px solid #200F0A40;
  padding: 52px 80px 16px 80px;
}
@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}

.article-sub-container {
margin: 0;
}

@media (min-width: 1024px) {
.article-sub-container {
margin: 0 auto;
  width: auto;
}
}

@media (min-width: 1280px) {
.article-sub-container {
margin: 0 auto;
  width: 800px;
}
  
  .article-sub-container:has(.learning-resources-container),
  .article-sub-container:has(table#example) {
    margin-left: 10%;
  width: 1100px;
}
  
}

.article-pieces:has(.imported-videos) {
    flex-basis: 100%;
    width: 100%;
	margin-right: 0;
}

.article-sub-container:has(.imported-videos) {
    width: unset;
    max-width: 1300px;
	margin: 0 auto 0 7%;
}


#main-content.content-template {
    background-color: #FFFFFF;
}
#main-content-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #FCFAF9;
    width: 100%;
    margin: 0 auto;
  	padding: 0 5%;
    z-index: 1;
    color: #1D0E09;
}

.section-tree {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}
.section-tree .section {
  flex: initial;
  max-width: 100%;
}
@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%; /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}
.section-tree-title {
  margin: 0;
  padding-bottom: 0.625rem;

}

h3.section-tree-title a:hover {
cursor: pointer;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}


.article-list-item {
  font-size: 1.125rem;
  padding: 0.3125rem 0;
  margin: 0 0 -1px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}


.article-list-item a {
  display: flex;
  margin: 1.25rem 0;
    justify-content: space-between;
  align-items: center;
  	width: 100%;
  gap: 5px;
}

.article-list-item a:hover{
  text-decoration: underline;
}



.icon-star {
  font-size: 18px;
}

.category-container {
    display: flex;
    justify-content: flex-end;
  max-width: 85%;
}

.category-content {
    flex: 1;
}

.section-tree {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.article-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Display in one column */
  row-gap: 0;

}

.promoted-articles-item:last-child {
    border-bottom: none;
}

a.see-all-articles  {
  margin-left: 1rem;
      display: block;
    padding: 0.9375rem 0;
    font-size: 1rem;
  font-weight: 600;
  
}

@media (min-width: 768px) {
     .article-list {
           grid-template-columns: repeat(2, 1fr); 
      column-gap: 10%;
    margin-right: 10%;
    }

    .main-category-container .article-list {
        grid-template-columns: repeat(2, minmax(200px, 1fr)); /* Display in maximum of 2 columns */
    }
  .promoted-articles-item:nth-last-child(-n + 2) {
    border-bottom: none;
}
  
  .article-list-item:nth-last-child(-n + 2) {
    border-bottom: none;
}
}

span[data-title="Promoted article"] {
    display: none !important;
}
/* Landing page list */
.resources-links{
  width: 100%;
    padding: 0 5%;
    margin: 0 auto;
    }


.resources-links .category-container {
        margin: 0;
        padding-bottom: 5%;
    }

.resources-links .container {
  height: auto;
    position: relative;
}
.resources-links .section-tree {
	justify-content: space-between;
	display: flex;
    flex-wrap: nowrap;
	gap: 10%;
    }

@media (min-width: 768px)  {
	.resources-links .section-tree {
		flex-direction: row !important;
	}

    .resources-links .section-tree .section {
        flex: 0 0 49%;
    }
  .resources-links .section-tree .section div:has(> img),
.resources-links .section-tree .section div:has(> iframe),
  .resources-links .section-tree .section:has(> video),
  .resources-links .section-tree .section div:has(> video)  {
	margin-top: 4.5rem !important;
}

}

.resources-links .section-tree .section {
    flex: initial;
    width: 100%;
      margin-bottom: 30px;

}


.resources-links div.separator {
  height: 1px;
}


.resources-links .section-tree-title {
    line-height: normal;
}

.resources-links .section-tree-title a {
        cursor: auto;
    }

.resources-links .article-list-item {
    border-bottom: 1px solid #aba5a5;
}

.resources-links ul.article-list {
    margin-top: 10px;
  margin-right: 0; 
}

.resources-links .article-list {
    display: block; 
    grid-template-columns: none;
}


.article-list-item:last-child {
    border-bottom: none;
}

.resources-links .category-container {
max-width: revert;
}

.resources-links .article-list-item:nth-last-child(-n + 2) {
border-bottom: 1px solid #aba5a5;
}
.resources-links .article-list-item:last-child {
border-bottom: none;
}

.resources-links h3 {
margin: 0 0 0.5rem 0;
}

.resources-links .article-list {
    display: block;
}

.resources-links .article-list::before {
    display: none;
}

.responsive-image {
    width: 100%;
    height: auto;
}
@media (max-width: 768px) {
.order-1 {
    order: 1 !important;
}
  }
/* END Landing page list */
/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}


.section-content {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}
.section-list {
  display: none;
  margin: 40px 0;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}
.section-list-item:first-child {
  border-top: 1px solid #ddd;
}
.section-list-item a {
  align-items: center;
  color: #2F3941;
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}
.see-all-sections-trigger[aria-hidden=true] {
  display: none;
}

.section-container h1 {
  margin: 0;
	padding-bottom: 0.625rem;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
  display: flex;
}
@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    min-width: 640px;
    padding: 0;
  }
}


.article-container {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #FCFAF9;
padding: 0 5%;
    width: 100%;
  margin: 0 auto;
  z-index: 1; 
    color: #1D0E09;
}

.article-container #main-content {
  width: 100%;
}



  .article-pieces {
      width: 100%;
      margin-right: 0;
  }

  article#main-content.article {
    width: 100%;
    max-width: none;
  }
@media (min-width: 1024px) {
.article-pieces {
  margin-right: 20px;
  width: 70%;
}
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

.article-avatar {
  margin-right: 10px;
}

.article-subscribe {
  display: none;
}
.article-author {
  margin-bottom: 10px;
  display: none;
}
.article-title {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%; /* Take entire row */
  }
}
.article-title .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}
.article [role=button] {
  flex-shrink: 0; /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}
@media (min-width: 768px) {
  .article [role=button] {
    width: auto;
  }
}
.article-info {
  max-width: 100%;
}
.article-meta {
  display: inline-block;
  vertical-align: middle;
}


.article-body {
  display: flow-root;
  position: relative;
}


.article-body img {
  height: auto;
  max-width: 100%;
}
.article-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figure.image {
  display: table;
  margin: 0 auto;
}
.article-body figure.image > img {
  display: block;
  width: 100%;
}
.article-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.article-body ul,
.article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .article-body ul,
[dir=rtl] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body li > ul,
.article-body li > ol {
  margin: 1rem 0 0 0;
}
.article-body ul {
  list-style-type: disc;
}
.article-body :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #2F3941;
  font-style: italic;
 padding: 0 15px;
}
.article-body > p:last-child {
  margin-bottom: 0;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

footer {
  margin-bottom: 6.25rem;
}
footer.footer {
  margin-bottom: 0;
}
.article-comment-count {
  color: #2F3941;
}
.article-comment-count:hover {
  text-decoration: none;
}
.article-comment-count-icon {
  vertical-align: middle;
  width: 18px;
  height: 18px;
}

.article-relatives {
  flex-direction: row;
  padding: 0 0 0 2.5rem;
 }
@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}
.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
  margin-bottom: 1.25rem;
}
.article-relatives > *:last-child {
  padding: 0;
}
@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 1.25rem;
  }
}

.article-relatives h2 {
  text-transform: none;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
}

  
.article-relatives ul,
.article-relatives li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -10px;
  padding: 7px 10px;

}

.article-relatives li a {
    display: block;
	text-decoration: none;
	color: #635753;
  width: 100%;
  height: 100%;
  font-size: 1rem;
}

.article-relatives li a:hover {
	text-decoration: underline;  

}

    .article-relatives {
        display: none;
    }

@media (min-width: 1024px) {
    .article-relatives {
        display: block;
    }
}

.toc-container {
    display: none !important;
}
.articles-in-section .see-more {
  display: none;
}

.articles-in-section li:nth-child(n+6) {
    display: none;
}

.related-articles {
  flex-direction: column;
}

.article-more-questions {
display: none;
}


.article-share {
  display: none;
}

.article td > p:first-child,
.article th > p:first-child {
  margin-top: 0;
}

.article td > p:last-child,
.article th > p:last-child {
  margin-bottom: 0;
}

.sidenav-item {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 7px;
    margin-bottom: 0;
    text-decoration: none;
    border-radius: 4px;
    display: block;
}




/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #2F3941;
  display: block;
  margin: 3px 0;
}
[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}


.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #2F3941;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}
.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}
[dir=rtl] .status-label-official {
  left: 30px;
  right: auto;
}
.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: #2F3941;
}
.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}
.status-label-open {
  background-color: #c72a1c;
}
.status-label-solved {
  background-color: #68737d;
}
.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}
.status-label-hold {
  background-color: #000;
}
.status-label-request {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .status-label-request {
    max-width: 150px;
  }
}

/* Sidebar navigation that collapses */
.collapsible-sidebar {
  position: relative;
  min-height: 45px;
  padding: 0;
  overflow: hidden;
}

/* The button only spans the header area, not the whole container */
.collapsible-sidebar-toggle {
  position: relative;              /* <— no absolute / inset */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 45px;
  max-height: 45px;
  padding: 0 28px 0 0;             /* space for the icon on the right */
  border: 0;
  background: none;
  border-radius: 0;                 /* avoid odd hit testing */
  cursor: pointer;
}

.collapsible-sidebar-title {
  margin-top: 0;
  display: flex;
  align-items: center;
  max-height: 45px;
}

/* Icon — don't intercept pointer events */
.collapsible-sidebar-toggle::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background: url(/hc/theming_assets/01K1B9JAHP9H36WWYKXVZ89Q5J) center / contain no-repeat;
  pointer-events: none;            /* key: clicks go to the button */
}

.collapsible-sidebar-toggle[aria-expanded="true"]::after {
  background: url(/hc/theming_assets/01K1B9JC9TXT7D3Q8GV8XKBX9K) center / contain no-repeat;
}

/* Body is closed by default */
.collapsible-sidebar-body {
  display: none;
}

/* Open the body when the BUTTON is expanded */
.collapsible-sidebar-toggle[aria-expanded="true"] + .collapsible-sidebar-body {
  display: block;
  margin-bottom: 0.75rem;
}

/* RTL tweaks */
[dir=rtl] .collapsible-sidebar-toggle {
  padding: 0 0 0 28px;
  justify-content: flex-end;
}
[dir=rtl] .collapsible-sidebar-toggle::after {
  left: 0;
  right: auto;
}

/***** Pagination *****/
.pagination {
  margin: 0;
  padding-bottom: 20px; 
  text-align: center;
}
.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}
.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}
.pagination-first-text, .pagination-last-text {
  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;
}
.pagination-next-link {
  padding-right: 10px;
}
.pagination-next-text {
  margin-right: 10px;
}
[dir=rtl] .pagination-next-link {
  padding-left: 10px;
}
[dir=rtl] .pagination-next-text {
  margin-left: 10px;
}
.pagination-prev-link {
  padding-left: 10px;
}
.pagination-prev-text {
  margin-left: 10px;
}
[dir=rtl] .pagination-prev-link {
  padding-right: 10px;
}
[dir=rtl] .pagination-prev-text {
  margin-right: 10px;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}



.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}
.search-results-sidebar .sidenav-item {
  border-radius: 4px;
  padding: 10px 36px;
  margin-bottom: 4px;
  color: #2F3941;
}
.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  text-decoration: none;
}
.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}
.search-results-sidebar .sidenav-tag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 0;
}
.search-results-sidebar .sidenav-tag .content-tag {
  background: #E9EBED;
  border-radius: 4px;
  padding: 4px 12px;
  text-decoration: none;
}
.search-results-sidebar .sidenav-tag .content-tag .label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.000427656px;
  color: #49545C;
  flex-grow: 0;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .sidenav-tag .content-tag .close-icon {
  color: #555555;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}
.search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
  display: none;
}
@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
    display: block;
  }
}
.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n+6) {
  display: none;
}
.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}
.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #1F73B7;
}
.search-results-sidebar .see-all-filters[aria-hidden=true] {
  display: none;
}
.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}
.search-results-sidebar .see-all-filters::after {
  content: " ⌄";
  font-weight: bold;
}
.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}
.search-results-list {
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style: none;
}

.template-pages.search-results-template {
  min-height: 9.5rem;
}

.template-pages.search-results-template #cat-details {
 margin: 0;
}

.template-pages.search-results-template .row {
  align-items: center;
}


    .search-results-list > li {
        border-bottom: 1px solid #ddd;
        padding: 2rem 0;
    }

.search-results section#main-content{
    padding-bottom: 0;
}

.search-result-description em {
   font-weight: bold;
  font-style: normal;
}

.search-result-description {
    margin: 0;
  	font-size: 0.9rem;
  margin-top: 5px;
  word-break: break-word;
}

.breadcrumbs.search-result-breadcrumbs {
    margin: 0;
  margin-top: -7px;
    	font-size: 0.9rem;

}

.breadcrumbs.search-result-breadcrumbs li {
    flex: unset;
  font-size: 0.8rem;
  margin-top: 10px;
}
.breadcrumbs.search-result-breadcrumbs li a {
    padding: 0;
}

.search-result-meta-count, .search-result-votes {
    color: #2F3941;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    padding: 4px 5px;
    position: relative;
}


[dir=ltr] .search-result-meta-count, [dir=ltr] .search-result-votes {
    margin-left: 5px;
}

    [dir=ltr] .search-result-meta-count::before, [dir=ltr] .search-result-votes::before {
        margin-right: 3px;
    }

[dir=rtl] .search-result-meta-count, [dir=rtl] .search-result-votes {
    margin-right: 5px;
}

    [dir=rtl] .search-result-meta-count::before, [dir=rtl] .search-result-votes::before {
        margin-left: 3px;
    }

.search-result-votes::before {
    content: '\1F44D';
}

.search-result-meta-count::before {
    content: '\1F4AC';
}

.search-result .meta-group {
    align-items: center;
}



.search-results-list > li:first-child {
    margin-top: 1px;
}

@media (min-width:990px) {
    .search-results-list {
        display: flex;
        flex-wrap: wrap;
    }


       .search-results-list > li {
        max-width: calc(50% - 40px);
    }

        .search-results-list > li:nth-child(even) {
            margin-left: 80px;
        }
}


    .search-results-list h2 {
      margin: 0
}

   .search-results-list article {
     flex-direction: column;
}

   .search-results-list li {
		flex: 1 1 49%;
}

.search-results .no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  margin-bottom: 8.5rem;
}
.search-results .no-results .headline {
  color: #2F3941;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.45px;
}
.search-results .no-results .action-prompt {
  color: #68737D;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.154px;
}
.search-results .no-results .action-prompt a {
  color: #1F73B7;
}
.search-results .no-results .action-prompt a:visited {
  color: #1F73B7;
}

.search-result-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-result-title {
  font-size: 1.25rem;
  margin-bottom: 0;
  color: #1D0E0A;
}
.search-result-title a {
  color: #1D0E0A;
}


.search-result-votes, .search-result-meta-count {
  color: #2F3941;
  font-size: 13px;
}
.search-result-votes-icon, .search-result-meta-count-icon {
  vertical-align: middle;
  width: 13px;
  height: 13px;
}
[dir=ltr] .search-result-votes, [dir=ltr] .search-result-meta-count {
  margin-left: 20px;
}
[dir=rtl] .search-result-votes, [dir=rtl] .search-result-meta-count {
  margin-right: 20px;
}
.search-result-meta-container {
  color: #666;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .search-result-meta-container {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .search-result-meta-container nav {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  [dir=ltr] .search-result-meta-container .meta-data {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  [dir=rtl] .search-result-meta-container .meta-data {
    margin-right: 20px;
  }
}
.search-result-meta-container .meta-data::after {
  content: none;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}
input#query {
  font-size: 1rem;
}

/* Add a yellow background for Chinese */
html[lang|=zh] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
	font-family: 'Saans', 'DM Sans', sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height 0.2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-inline.notification-error::before, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
[dir=rtl] .notification-inline {
  text-align: right;
}
.notification-inline[aria-hidden=true] {
  display: none;
}
.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}
[dir=rtl] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}
.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}
.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir=rtl] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}
.dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown-toggle > * {
  display: inline-block;
}
.dropdown-toggle[aria-expanded=true] + .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8dcde;
  border-radius: 3px;
  box-shadow: 0px 20px 30px 0px rgba(23, 73, 77, 0.15);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
[dir=rtl] .dropdown-menu {
  text-align: right;
}
.dropdown-menu [role=separator] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}
.dropdown-menu [role=menuitem],
.dropdown-menu [role=menuitemradio] {
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
  color: #1D0E09;
}
[dir=rtl] .dropdown-menu [role=menuitem],
[dir=rtl] .dropdown-menu [role=menuitemradio] {
  padding: 7px 20px 7px 40px;
}
.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus,
.dropdown-menu [role=menuitemradio]:hover,
.dropdown-menu [role=menuitemradio]:focus {
  background: #C2C6FC;
  text-decoration: none;
}
.dropdown-menu [role=menuitem][aria-selected=true], .dropdown-menu [role=menuitem][aria-checked=true],
.dropdown-menu [role=menuitemradio][aria-selected=true],
.dropdown-menu [role=menuitemradio][aria-checked=true] {
  cursor: default;
}
.dropdown-menu [role=menuitem][aria-selected=true]::after, .dropdown-menu [role=menuitem][aria-checked=true]::after,
.dropdown-menu [role=menuitemradio][aria-selected=true]::after,
.dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}
[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]::after, [dir=rtl] .dropdown-menu [role=menuitem][aria-checked=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-selected=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true],
.dropdown-menu [role=menuitemradio][hidden],
.dropdown-menu [role=menuitemradio][aria-hidden=true] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir=rtl] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}
[dir=rtl] .dropdown-menu-end {
  left: 0;
  right: auto;
}



.dropdown-chevron-icon {
  vertical-align: middle;
}

.content-tags > p {
  color: #68737D;
  margin-top: 32px;
  margin-bottom: 4px;
}
.content-tags-add-hint {
  color: #68737D;
  font-size: 14px;
}

.content-tag-list {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}
.content-tag-list li {
  border-right: 1px solid #C2C8CC;
  margin-bottom: 4px;
}
[dir=ltr] .content-tag-list li {
  padding-right: 8px;
  margin-right: 8px;
}
[dir=rtl] .content-tag-list li {
  padding-left: 8px;
  margin-left: 8px;
}
.content-tag-list li:last-child {
  border: none;
}

/***** WYSIWYG Editor *****/
#hc-wysiwyg {
  border: 1px solid #87929D;
}

/***** Upload Dropzone *****/
.upload-dropzone {
  border: 1px solid #87929D;
}

/***** Summary component *****/
zd-summary-block {
  background: #f3f6f6;
}
[dir=ltr] zd-summary-block {
  border-left-color: #859fa1;
}
[dir=rtl] zd-summary-block {
  border-right-color: #859fa1;
}


form.search.inner-page {
    width: 500px;
    margin-right: 15px;
}

    form.search.inner-page input#query {
        border: 0;
        margin: 0;
    }

    form.search.inner-page.mobile {
        width: 100%;
        margin-top: 20px;
    }

/* BEGIN header */

.header-language-selector {
  display: flex;
  flex-wrap: nowrap; 
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box; 
}
@media (max-width:768px) {
  .header-language-selector {
    	margin-bottom: 0;
}
}

.header-language-selector > * {
  flex: 0 0 auto; 
}

.header-language-selector .globe-icon {
  margin-right: 30px; 
}

.header-language-selector > :last-child {
  margin-right: 0; 
}

.header-language-selector,
.header-language-selector:hover,
.header-language-selector:focus,
.header-language-selector:active,
.header-language-selector:focus-within,
.header-language-selector * {
  border: none; 
  outline: none;
}

 .dropdown-toggle::after {
    content: url(/hc/theming_assets/01K1B9J421WGWFJKW1SHJ4ZNBD); 
    display: inline-block;
    transition: transform 300ms ease;
}

.language-selector #language-dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.language-selector .dropdown-menu [role=menuitem]:focus {
	background-color: transparent;
}
.language-selector .dropdown-menu [role=menuitem]:hover {

    background-color: #C2C6FC;

}
.header-language-selector {
  position: relative; 
}

.header-language-selector a {
  color: #212D37;
  text-decoration: none;
  text-align: top;
}

.dropdown-menu {
  position: absolute;
  left: -12px;
  top: 30px;
  min-width: 135px;
  background-color: #F3F4FE;
  z-index: 1001;
}

.dropdown-menu [role=menuitem]:hover {
       background-color: #C2C6FC;
}

  .locale-abbreviation {
    display: none;
  }

#locale-name {
  vertical-align: top;
      display: inline-block;

}

button#language-dropdown-toggle {
      display: flex; 
    align-items: center;  
  justify-content: center;
    border: none;
    background: none;  
    padding: 0; 
  line-height: 1;
  gap: 8px;
}


@media (max-width: 768px) {
  .header-right a.button {
    padding: 0 1rem;
    font-size: 14px;
  }
  
  button#language-dropdown-toggle {
    gap: 2px;
  }
  .dropdown-menu {
        top: 35px;
        left: -60px;
    }
  
  .locale-abbreviation {
    display: block;
  }
  
    #locale-name {
    display: none;
  }

  
 #language-dropdown-toggle {
font-size: 14px;
  } 
}

section#main-content {
  padding-bottom: 100px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
section.knowledge-base {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}


/* END header */
/* BEGIN Article template */
/*BEGIN article title, expand sections, print button */
.header-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    width: 100%;
    align-items: start;
    column-gap: 20px;
    row-gap: 24px;
}

/*rules for when there's no print button  */
.header-grid:not(:has(#print-article)){
    align-items: center;
}

.header-grid:not(:has(#print-article)) #published-date, .header-grid:not(:has(#print-article)) #updated-date {
  grid-column: 1 / 2;
}


.article-title {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin: 0;
    text-align: left;
}

#print-article {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    justify-self: end;
    position: relative;
  margin-top: 16px;
}


#print-article a {
    text-decoration: none;
    font-size: 1rem;
    display: inline-block;
    cursor: pointer;
    color:  #635753;

}

#print-article a::after {
    content: attr(title);
    position: absolute;
    width: 120px;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    padding: 5px;
    border-radius: 6px;
    background-color: #796F6C;
    color: #F7FEFE;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}


#print-article a:hover::after {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 767px) {
  #print-article a::after,
#print-article a::before {
    display: none;
  }
}

.expand-all {
    display: none;
    align-items: center;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    text-align: left;
    font-size: 0.7rem;
    background-color: #858DF933;
    padding: 3px 8px;
    border-radius: 4px;
    box-sizing: border-box;
    width: fit-content;
    border: 0.3px solid #9198FA80;
  margin-bottom: 36px;
    margin-top: 12px;

}

.expand-all a {
    text-decoration: none;
    color: inherit; /* Good practice to ensure link color matches parent */
    display: flex; /* Make the link a flex container too for better alignment */
    align-items: center;
}

.expand-all a::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-right: 1.5px solid #200F0A;
    border-bottom: 1.5px solid #200F0A;
    transform: rotate(45deg);
    margin-left: 7px;
    /* vertical-align and margin-top are no longer needed */
}

.expand-all a.rotated::after {
    transform: rotate(-135deg);
    /* margin-top is no longer needed */
}
.expand-all a {
    display: flex;
    align-items: center;
  	padding: 3px 0;
    line-height: 1;
}

.expand-all a:focus,
.expand-all a:active {
    text-decoration: none;
}
.expand-all a:hover {
    text-decoration: underline;
}


    #print-article a {
        margin-left: auto;
    }
}

.article-title .icon-lock::before {
    content: '\1F512';
    font-size: 20px;
    position: relative;
    left: -5px;
    vertical-align: baseline;
}
/*END article title, expand sections, print button */

.article [role=button] {
    flex-shrink: 0;
    width: 100%;
}

@media (min-width:768px) {
    .article [role=button] {
        width: auto;
    }
}

.article-info {
    max-width: 100%;
}

.article-meta {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.article-body img {
    width: auto;
    height: auto;
    max-width: 99%;
    border: 1px solid #200F0A60;
    border-radius: 6px;
}

.article-body ol,
.article-body ul {
  margin: 0 0 2rem 0;
  padding-left: 2rem;
    list-style-position: outside;
}

.article-body ul {
  list-style-type: disc;
}

.article-body ul ul {
  list-style-type: circle;
}


.article-body li{
  margin: 0 0 1rem 0;
}

.article-body li p  {
  margin: 0 0 1rem 0;
}

.article-body li > p:first-of-type {
  margin-top: 1rem;
}


.article-body ul.tabs-buttons li *:last-of-type {
  margin-bottom: 0;
}



.article-body p img {
      vertical-align: top;
}

.zoomMe {
      margin: 0 0 2rem 0;
}

li p.warning,
li p.important {	
    margin-bottom: 1rem;
}

.article-body li div video {
  margin-top: 1rem;
}

ul ul,
ol ul,
ul ol, 
ol ol {
  margin-bottom: 0.5rem;
}

[dir=rtl] .article-body ol, [dir=rtl] .article-body ul {
    padding-right: 1.25rem;
    padding-left: 0;
    margin-left: 0;
    margin-right: 1.25rem;
}



.article-body code {
    background: #F1F4F6;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px;
}

.article-body pre {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}

.article-body blockquote {
    border-left: 1px solid #ddd;
    color: #2F3941;
    font-style: italic;
    padding: 0 15px;
}

.article-body > p:last-child {
    margin-bottom: 0;
}

.article-content {
    line-height: 1.6;
    margin: 0 0 10rem 0;
    word-wrap: break-word;
}

/*In this article element that appears on small screens */
.article-sidebar {
  display: block;
}

.article-sub-container:not(:has(.article-body h2)) .article-sidebar {
  display: none !important;
}

.article-sidebar {
  border-bottom: 1px solid #200F0A40;
  border-top: 1px solid #200F0A40;
  flex: 1 0 auto;
  margin-bottom: 2rem;
  padding: 0;
}



/*Images in articles */
.article-body p:has(img.small-portrait) {
  display: flex;
  flex-direction: column;

  }

    .article-body img.small-portrait {
        width: 40%;
    }

  .article-body p img.small-portrait + img.small-portrait {
    margin-top: 0.5rem;

}


@media (min-width:1024px) {
    .article-body img.small-portrait {
        width: 33%;
    }
  .article-body p:has(img.small-portrait) {
  flex-direction: row;
    align-items: flex-start;

  }
    .article-body p img.small-portrait + img.small-portrait {
    margin-left: 0.5rem;
    margin-top: 0;

}
}

@media (min-width:24em) {
    .article-body img.portrait, .article-body img.small-landscape {
        width: 80%;
    }
}

@media (min-width:35.5em) {
    .article-body img.portrait, .article-body img.small-landscape {
        width: 66%;
    }
}
/*END Images in articles */


/*BEGIN Feedback form*/

.article-votes-question {
    font-size: 1rem;
    margin-bottom: 1rem;
  	margin-top: 2.5rem;
    display: block;

}

.article-pieces footer {

  border-top: 0.5px solid #9DA5B4;

}
.article-vote {
    background: transparent;
    min-width: 5.625rem;
    width: auto;
    color: #200F0A;
    text-decoration: none;
    border: 1px solid #200F0A;
    border-radius: 0.3125rem;
}

.article-vote:hover {
    color: #635753B3;
    text-decoration: none;
    border-color: #635753B3;
  background-color: #FCFAF9;

}

.article-vote[aria-selected="true"] {
    color: #FCFAF9;
}


.article-vote::before {
    display: none;
    vertical-align: middle;
    font-size: 8px;
    margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
    margin-right: 0;
    margin-left: 10px;
}

.article-vote-up::before {
    content: '\2713';
    font-size: 0.875rem;
}

.article-vote-up:hover::before,
.article-vote-up[aria-selected="true"]::before {
    /* Uncomment and set the correct path if needed */
    /* background-image: url(/hc/theming_assets/01K1B9JA826927ZCADX99SMDQS); */
    background-position: 0 0;
  
}

.article-vote-down::before {
    content: '\2715';
    font-size: 0.875rem;
}

.article-vote-down:hover::before,
.article-vote-down[aria-selected="true"]::before {
    /* Uncomment and set the correct path if needed */
    /* background-image: url(/hc/theming_assets/01K1B9JA826927ZCADX99SMDQS); */
    background-position: 0 -80px;
}

.article-votes .article-votes-controls .article-vote-up[aria-pressed="true"],
.article-votes .article-votes-controls .article-vote-down[aria-pressed="true"] {
      background-color: #635753B3;
			color: #FCFAF9;
}

.article-votes .article-votes-controls .article-vote-up[aria-pressed="true"]:hover,
.article-votes .article-votes-controls .article-vote-down[aria-pressed="true"]:hover {
  cursor: pointer;
}
.article-votes-controls {
    display: block;
}

.article-votes-count {
    display: none;
}

@media (min-width: 35.5em) {
    .article-votes-controls {
        padding: 0;
    }
}

.article-votes-controls button.button {
    margin-right: 20px;
    font-size: 1rem;
		height: 44px;
  	display: inline-block;
    min-width: 6.25rem;
    text-decoration: none !important;
  
}

.article-votes-controls a:last-child {
    margin-right: 0;
}


.article-feedback-confirm {
	display: none; 
  font-weight: 600;
  color: #19901B; 
  margin-top: 10px  
}

.article-feedback-warning {
	display: none; 
  font-weight: 600;
  color: #FE5B33; 
  text-align: left;
  margin-top: 10px
}

@media (min-width:35.5em) {
  .article-feedback-nothing-link {
    margin-left: 12px
  }
}

.article-feedback-prompt {
  text-align: center; 
  margin-top: 12px; 
  margin-bottom: 12px; 
  font-weight: 600; 
  display: none
}

.article-feedback-options {
  margin-bottom: 6px;
}

textarea::placeholder {
  font-size: 15px;
}

.vote {
    text-align: center;
    width: 35px;
}

    .vote a {
        outline: 0;
        text-decoration: none;
    }

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

.vote-sum {
    color: #2F3941;
    display: block;
    margin: 3px 0;
}

[dir=rtl] .vote-sum {
    direction: ltr;
    unicode-bidi: bidi-override;
}

.vote-down:hover::before, .vote-up:hover::before {
    color: #17494D;
}

.vote-down::before, .vote-up::before {
    color: #2F3941;
    font-size: 24px;
}

.vote-up::before {
    content: '\2B06';
}

.vote-down::before {
    content: '\2B07';
}

.vote-voted::before {
    color: #17494D;
}

.vote-voted:hover::before {
    color: $dash_green;
}

/*END Feedback form*/
/*BEGIN article sidebar*/

.sidenav-title {
    position: relative;
}

.sidenav-title {
    font-size: 1.125rem;
}

.sidenav-item-container {
    margin-bottom: 5px;
}

@media (min-width:48em) {
    .sidenav-item-container {
        margin-bottom: 10px;
    }
}

        .sidenav-item.current-article::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 2px;
            height: 100%;
            background-color: #17494D;
        }

    .sidenav-item:active, .sidenav-item:focus, .sidenav-item:visited {
        text-decoration: none;
    }





    #back_to_top:hover {
        background-color: rgb(217, 230, 233);
    }

.article-return-to-top a {
  color: #1D0E09;
  display: block;
  padding: 1.25rem 0;
}
.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}
.article-return-to-top-icon {
  transform: rotate(0.5turn);
}

.article-return-to-top {
    width: 2.5rem;
    height: 2.1875rem;
    background: url(/hc/theming_assets/01HZKP5GRSSTJGRTB2H6VRKSZQ);
    background-size: 1.5625rem;
    background-position: center -5px;
    background-repeat: no-repeat;
    border-radius: 8px;
    display: none;
    cursor: pointer;
    border: 1px solid transparent;
    position: sticky;
  top: 164px;
  margin-top: 40px;
}

.article-return-to-top:hover {
  background-color: #DBDDFD;
}

.article-return-to-top a::after {
    content: "Back to top";
    position: absolute;
    width: 120px;
  	top: 0;
    left: 150%;
    padding: 5px;
    border-radius: 6px;
    background-color: #796F6C;
    color: #F7FEFE;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}


.article-return-to-top a:hover::after {
    visibility: visible;
    opacity: 1;
}

.scroll-sticky #back_to_top {
    display: block;
}


@media (min-width:1024px) {
    .article-return-to-top.narrow-pages {
        display: none;
    }
}

@media (max-width:1024px) {
    .article-return-to-top.narrow-pages {
        display: block;
    }
}


    .article-return-to-top a:focus, .article-return-to-top a:hover {
        text-decoration: none;
    }

.article-return-to-top .icon-arrow-up::before {
    font-size: 16px;
    margin-left: 5px;
}

[dir=rtl] .article-return-to-top .icon-arrow-up::before {
    margin-right: 10px;
}


@media (min-width: 1024px) {
  .article-return-to-top.narrow-pages {
    display: none;
  }
}

.toc-wrapper-inner.scroll-sticky {
    position: sticky;
    top: 0px;
}

.toc-wrapper {
  position: relative;
  border-left: 1px solid #f0f0f0;
  display: none;
  flex: 0 0 30%;
  padding-left: 1.5625rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
}

.toc-wrapper h2, .toc-wrapper h3 {
  font-variant: all-small-caps;
  text-transform: none;
  padding: 0 0 0 0.5rem;
  margin: 0 0 .3125rem 0;
  font-size: 1.4rem;
}

.toc-wrapper h2, .toc-wrapper h3 {
  font-variant: all-small-caps;
  text-transform: none;
  padding: 0 0 0 0.5rem;
  margin: 0 0 0.3125rem 0;
  font-size: 1.4rem;
}

    .toc li a, .toc-wrapper-inner a {
        line-height: 1.5;
        display: block;
        border-radius: 6px;
        padding: 0.3125rem 0.5rem 0.3125rem 0.5rem;
        text-decoration: none;
      font-size: 1rem;
    }




.toc-wrapper-inner a:active, .toc-wrapper-inner a:visited, .toc-wrapper-inner a:hover {
    text-decoration: none;
}

.toc-wrapper-inner a:hover {
    text-decoration: none;
    background-color: rgb(14, 53, 61);
    color: #fff;
}

#top-of-article {
    height: 0px;
    text-indent: -99999px;
    display: inherit;
}

.hidden, .article-body .summary {
    display: none !important;
}



@media (min-width:1080px) {
    .toc-wrapper {
        display: block;
    }
}

.toc ul li:first-child {
    display: none;
}

.toc li a:empty {
    display: none;
}

/*END  article sidebar*/
/* BEGIN subnav */
/* General Sub-nav styling (from your original code) */

.sub-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px 30px;
    margin-bottom: 2.5rem;
    padding-bottom: 0;
    align-items: baseline;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .sub-nav {
    flex-direction: row;
    margin-bottom: 4rem;
  }
}


.breadcrumbs {
    list-style: none; 
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumbs li {
    font-size: 1rem;
}

.breadcrumbs li + li::before {
    content: "→";
    padding: 0 0.5em;
    color: #1D0E09;
}

.breadcrumbs a {
    color: #1D0E09;
    text-decoration: none;
    display: inline-block;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle; 
}

.breadcrumbs a:hover {
    text-decoration: underline; 
}


@media (min-width: 768px) {
    .breadcrumbs {
        margin: 0;
    }
    .breadcrumbs li {
        font-size: 1.25rem;
    }
}


@media (min-width: 64em) { 
    .breadcrumbs {
        margin: 0;
    }
}


/* Hides breadcrumbs for hidden "Additional articles" category */
.breadcrumbs:has(li a[href*='18381067780626']) {
    display: none;
}

.breadcrumbs:has(li a[href*='18381067780626']) #articles-in-section {
    display: none;

}
/* END subnav */

* {
    box-sizing: border-box;
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      font-smooth: always;  /* Attempts to always smooth fonts */

}

@media (min-width:1024px) {
    body > main {
        min-height: 65vh;
    }
}

a:active, a:focus, a:hover {
    text-decoration: underline;
}

input {
    max-width: 100%;
    box-sizing: border-box;
    outline: 0;
    transition: border .12s ease-in-out;
}

    input:focus {
        border: 1px solid #17494D;
    }

    input[disabled] {
        background-color: #ddd;
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/hc/theming_assets/01K1B9JAHKEGW5VYB567RX282G) no-repeat #fff;
    background-position: right 10px center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 30px 8px 10px;
    outline: 0;
    color: #555;
    width: 100%;
}

    select:focus {
        border: 1px solid #17494D;
    }

    select::-ms-expand {
        display: none;
    }

textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    resize: vertical;
    width: 100%;
    outline: 0;
    padding: 10px;
}

    textarea:focus {
        border: 1px solid #17494D;
    }

p {
    margin: 0 0 2rem 0;
}



h2 {
  margin: 5rem 0 2rem 0;
}

.header-divider {
	border-top: 1.5px solid darkgray;
	margin-top: 3.75rem;
	padding-top: 3.125rem;
}

h3 {
  	margin: 1.75rem 0 0.5rem 0;
}

h4 {
  	margin: 1.75rem 0 0.5rem 0;
}

h5 {
  	margin: 1.75rem 0 0.5rem 0;
}

h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
	margin-top: 0;
}



input, select, textarea {
    color: $dark_gray;
    font-size: 15px;
}

    input::placeholder {
        color: $highlight_gray;
    }

div video {
      margin: 0.3125rem 0.3125rem 1.3125rem 0.3125rem;
}

h2.invisible-header  {
	visibility: hidden;
  position: absolute;
   }

.hide {
    display: none;
}

 /*BEGIN print rendering*/
 .print-url, .print-cover-page, .video-link {
    display: none;
}

@media print {

	@page {
		size: A4;
}

	.article-content {
		width: 100%;
    }
  
  .article {
    margin: 25pt 40pt;
  }

    img {
        max-height: 187.5pt;
        width: auto;
    }

		header.article-header {   
			margin-top: 0;
			border-top: none;
  }

    h1 {   
        font-size: 24pt;	
      	margin-top: 1cm;
    }

    h2, h2.accordion__item-title {
        font-size: 18pt !important; 
        font-weight: bold;
        border-top: 1.125pt solid darkgray !important; 
      	border-bottom: none;
        margin-top: 45pt !important; 
        padding-top: 37.5pt !important; 
        margin-bottom: 10pt !important; 
    }
    h3, h3.accordion__item-title {
        font-size: 14pt;
        margin: 22.5pt 0 7.5pt !important; 
        font-weight: bold;
    }
  
    h4, h4.accordion__item-title, h5, h5.accordion__item-title {
        font-size: 12pt;
        margin: 13.5pt 0 7.5pt !important; 
    }
  
  	h2 + h3, h3 + h4, h4 + h5  {
        margin-top: 4.5pt !important; 
    }
  
   p {
        font-size: 12pt;
        margin-bottom: 4.5pt !important; 
    }

  	.article-sidebar, #preview-bar-container, .header, .footer, .comment-section, .sidebar, .article-votes, .breadcrumbs, .wrapper-AtBcr, .expand-all, .sub-nav, .toc-wrapper, .toc-wrapper-inner, a#back_to_top, #launcher, .collapsible-sidebar, .popup-message, #navbar-container, span.expand-all,   .container.pt-4, .sub-nav.d-flex.mb-0, #after-header, .article-sidebar.d-sm-flex.d-md-none, .internal-label, #print-article, .container-top-template-pages, .header-wrapper {   
        display: none !important;
    }

    div video,
    div iframe {
        display: none;
    }
  
    .video-link {
        display: block;
      	margin: 10pt 0;
      	padding: 10pt 15pt;
    		border: 0.5px solid rgba(217, 223, 224, .5);
        border-radius: 10px;
    }
  
    div.videoWrapper {
      padding-bottom:30%;
    }

  .tabs {
			margin-bottom: 24pt;
    
  }
  .tabs [id^="tabs"], .article-body [id*='tabs'] {
        display: block !important;
      	border: none !important;
      	padding: 0;
      	margin-bottom: 0;
    }
  
  
  
    .tabs-buttons, .tabs-buttons a, .tabs-buttons a .print-url, .tabs .tabs-instructions {
        display: none !important;
    }

    .accordion,
  .accordion__item-content {
        border: none !important;
    }
  .simple-zippy.accordion .accordion__item-content,
  .accordion__item-content {
        display: block ;
        padding: 0 !important;
    }

  
  
    .accordion__item-content p:first-child {
        margin-top: 0;
        border: none;
    }
        .accordion__item-title {
        display: block;
        width: auto;
        cursor: auto;
        background-color: transparent;
        background-image: none;
        border: none !important;
        margin: inherit;
        font-weight: inherit;
        padding: inherit !important;
    }
    .accordion__item-title:before, .accordion__item-title:after {
        display: none;
    }
  
  div[id^="tabs-"] > .accordion {
  	margin-left: 0;
    margin-right: 0;
}
  

    .print-url {
        display: block;
    }


.print-cover-page {
    position: relative;
    width: 100%;
    height: 100vh;  /* Height for Letter size paper */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('https://s3.eu-west-1.amazonaws.com/sharex.it.dashlane.com/Macros/Import/dashlane_article_front_page.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    }

    .top-items, .bottom-items {
        margin-left: 1cm;
        display: flex;
        align-items: flex-start;
    }
  
  	.bottom-items {
    margin-bottom: 1cm;
    flex-direction: row;

    }
  
  .top-items {
    margin-top: 4cm;
    flex-direction: column;
}
  
    .print-cover-page #coverLogo {
        width: 150pt;
        margin-top: 3.75cm;
        padding-left: 2pt;
    }


.print-cover-page h1 {
    font-size: 16pt;
    margin: 0;
    padding: 5pt 10pt 0 0;
}

    .print-cover-page .bottom-items {
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
        		padding-right: 1cm;
      padding-left:0;

    }

    .print-cover-page #qrcode {
        padding-left: 0;
        margin: 0;
    }

    .print-cover-page #copyrightInfo {
        font-size: 10pt;
        margin: 0;
      padding-right: 1cm;
    }

  .container {
    border: none;
    max-width: none !important;
    margin: 0 auto;
    }
  
}

/*END Adjusted content for printing articles*/

.article-comments {
  display: none;
}


/* BEGIN top nav */
/*
=================================================================
== BASE & MOBILE-FIRST STYLES
=================================================================
*/

.sidebar {
    display: none;
}

.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section_menu > ul {
    list-style: none;
    text-align: left;
    font-size: 0;
    margin: 0;
    padding: 0;
}

.section_menu li {
    text-align: left;
    display: inline-block;
    font-size: 0.875rem;
    margin: 0;
}

.section_menu a,
.sidebar-item-title {
    color: #1D0E09;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}



.section_menu a{
    padding: 12px;
}

ul.sidebar > li > a {
    padding: 0;
} 

.section_menu > ul > li > a svg {
    fill: #1D0E09;
    transition: transform 0.25s;
    -webkit-transition: -webkit-transform 0.25s;
}

.section_menu > ul > li:hover > ul {
    display: block;
}

.section_menu > ul > li:hover > a {
    text-decoration: none;
    color: #1D0E09;
}

.section_menu > ul > li:hover > a svg {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
}

.section_menu > ul > li a.current svg {
    fill: #1D0E09;
}

.sidebar > li:first-child > a {
    padding-left: 0;
}

.sidebar-item ul {
    border-bottom: 1px solid #858DF980;
  padding-bottom: 0.75rem;
}

.sidebar-item:last-of-type ul {
    border-bottom: none;
  padding-bottom: unset;
}


/* Sub-menu dropdown */
.section_menu > ul > li > ul {
    padding: 10px;
    position: absolute;
    display: none;
    background-color: #FCFAF9;
    z-index: 3;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1rem 1rem 1rem rgb(14 53 61 / 16%);
}

.section_menu > ul > li > ul > li {
    display: block;
    padding-right: 0;
}

.section_menu > ul > li > ul > li > a,
span.sidebar-item-title {
    font-weight: 400;
    font-size: 0.875rem;
  	height: 100%;
  	display: block;
    text-decoration: none;
    margin: 0;
}

.section_menu > ul > li > ul > li > a:hover::after {
    display: none;
}

/* Sidebar item base styles */
li.sidebar-item {
    display: block;
}

.sidebar .sidebar-section > ul > .section_tab > ul {
    margin: 10px 0;
}


.section_tab:hover > a,
.section_tab.sidebar-item .sidebar-item:hover > a,
.sidebar-section > ul > li > ul > .sidebar-item:hover > a {
    margin: 0;
    text-decoration: underline;
}

.section_tab.sidebar-item .sidebar-item.current > a,
.section_tab.sidebar-item .sidebar-item.current > a:hover,
.sidebar-section > ul > li > ul > .sidebar-item.current > a {
    background-color: #858DF933;
  border-radius: 4px;
}

.section_tab.open > a {
    background-color: #858DF933;
  text-decoration: none;
  font-weight: 400;
    border-radius: 4px;
}


.section_tab.open > a:hover {
  text-decoration: underline;
}
.section_tab > a > .sidebar-caret-icon{
margin-left: 20px;
}

.sidebar-section .sidebar-caret-icon svg {
vertical-align: middle;
}

.sidebar-caret-icon, 
.sidebar-caret-icon svg{
    transition: all 300ms ease;  
}

.sidebar-section:hover .sidebar-caret-icon, 
.section_tab.open > a > .sidebar-caret-icon svg {
  transform: rotate(180deg) !important;
}

.section_menu > ul > li:hover > a > .sidebar-caret-icon > svg {
  transform: rotate(180deg) !important;
}

/* Collapsible section tab styles */
.section_tab {
    position: relative;
}

.section_tab > a {
    padding-right: 30px;
    margin-bottom: 5px;
    /* Note: /hc/theming_assets/01K1B9JAF6D9AZSHA15NCDKSN8 is a variable, likely from Sass/SCSS. */
    /* Ensure this compiles to a valid path in your final CSS. */

}


.section_tab svg {
    position: absolute;
    top: 8px;
    right: 5px;
    fill: #1d1c1d;
    transition: transform 0.25s;
    -webkit-transition: -webkit-transform 0.25s;
}

.section_tab ul {
    display: none;
}

.section_tab.open ul {
    display: block;
}


.sidebar-item.more-articles {
    font-size: 0.8125rem;
    text-decoration: none;
    margin-top: 5px;
    margin-left: 8px;
}

.section_tab ul li:nth-child(n+7).more-articles {
    display: block;
}


/*
=================================================================
== TABLET & SMALL DESKTOP STYLES
=================================================================
*/

@media (min-width: 768px) {

    /* Make the sidebar visible */
    .sidebar {
        display: block;
    }

    .sidebar-panel.section_menu {
        width: 100%;
    }
  
  
    ul.sidebar {
      display: grid;
      grid-template-columns: repeat(3, auto);
      row-gap: 4px;
      white-space: nowrap;
    }

    ul.sidebar:has(> li:nth-child(7)) {
        grid-template-columns: repeat(4, auto);
        row-gap: 4px;
    }


    ul.sidebar:has(> li:nth-child(7)) > li > a {
        margin: 0;
        padding: 0;
    }
  
  
  .container-top-template-pages.search-container {
    margin-left: 0;
    width: 100%;
}
}

/*
=================================================================
== LARGE DESKTOP STYLES
=================================================================
*/

@media (min-width: 1320px) {

    ul.sidebar {
        display: flex;
        flex-direction: row;    
        flex-wrap: wrap;      
        align-items: flex-start; 
        column-gap: 24px;          
        grid-template-columns: none;
        row-gap: 0;
    }

    .section_menu > ul > li > ul > li > a,
    span.sidebar-item-title {
        font-size: 1.05rem;
    }
}


/*
=================================================================
== NESTED sections for top nav
=================================================================
*/
ul.nested-articles {
        border-bottom: none;
  			padding-bottom: 0;
  			margin-left: 12px;
 				 border-left: 1px solid #858DF980
    }

.nested-section-title {
  position: relative;
  padding-right: 28px; /* space for caret */
}

.nested-section-title .sidebar-caret-icon,
.nested-section-title .sidebar-caret-icon svg {
  display: inline-block;
}

.nested-section-title .sidebar-caret-icon svg {
  position: absolute;
	top: 0;
  right: 8px;
  transform: rotate(-180deg) !important;
  transition: transform .2s ease;
  pointer-events: none; 
}

.nested-section > a.nested-section-title {
  display: flex;
  align-items: center;    
  width: 100%;
  gap: .5rem;       
}

.nested-section-title .sidebar-caret-icon {
  margin-left: auto;   
  display: inline-flex;
  align-items: center;   
  justify-content: center;
  width: 24px;      
  height: 24px;
  pointer-events: none; 
}

.nested-section[data-open="true"] > a.nested-section-title .sidebar-caret-icon svg {
  transform: rotate(0deg) !important;
}

.sidebar-item.nested-article.current {
    margin-left: 5px;
}
/* END top nav */

.row {
  display: flex;
  justify-content: space-between; /* Distribute space between the two containers */
  align-items: flex-start; /* Align items to the top */
}
  .row.search-nav-row  {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px 5%;
    position: sticky;
    top: 85px;
    z-index: 990;
    background-color:#FCFAF9;
    width: 100%;
    margin: 0 auto;
    border-top: 0.5px solid #1D0E0960;
    border-bottom: 0.5px solid #1D0E0960;
    margin-bottom: 40px;
  }

.sidebar-panel.section_menu{
    order: 2;
}

.container-top-template-pages.search-container {
    order: 1;
}
@media (min-width: 1080px) {
.row.search-nav-row {
    flex-direction: row;
  align-items: center;
}
  
  .sidebar-panel.section_menu{
    order: 1;
}

.container-top-template-pages.search-container {
    order: 2;
}
}



.cat-details-row {
opacity: 1;
gap: 10px;
padding-top: 40px;
padding-right: 80px;
padding-bottom: 40px;
padding-left: 80px;
border-radius: 8px;
min-height: 163.229px;
border: 0.5px solid #200F0A60;

    }


.search-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; 
}

@media (max-width: 950px) {
  
 .row .search-container {
    order: 1;
  }
 .row #cat-details,
  .row .cat-details {
    order: 2;
  }
  
  .row:has(.search-container) {
          flex-direction: column;

  }
  
 
  .cat-details:has(.skip-to) > p.page-header-description,
  #cat-details:has(.skip-to) > p.page-header-description {
    display: none;
  }
}

.cat-details {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}



#cat-details {
  display: flex;
 flex-direction: column; 
  justify-content: flex-start; 
}

#cat-details > * {
    display: block; 
}

#cat-details h1 {
  margin: 0 0 1rem 0;
  line-height: 1;
  font-size: 3rem;
  font-weight: light;
}
#top-of-article {
    height: 0px;
    text-indent: -99999px;
    display: inherit;
}
@media (max-width: 768px) {
.cat-details, #cat-details {
  display: none;
}

  #sidebar {
      display: none;
  }
    .footer-inner .row {
    flex-direction: column;
  }
  
      .stay-in-touch {
padding-top: 20px;
  }
  .search-container {
    margin-top: 0;
  }
}

  #sidebar {
      padding-left: 10px;
  }
/*BEGIN Jump to full list of Articles on Admin and Getting Started custom category page*/

.skip-to {
    padding-right: 20px;
  margin: 0;
  font-size: 1rem;
}

  p:has(.skip-to){
    margin: 1rem 0 0 0;
  }
@media (max-width: 767px) {
    #cat-contents .section-tree .section:first-child {
        margin-top: 30px;
    }

    .resources-links .container:first-child .category-container {
        padding-top: 0;
    }
}

.sep, .skip-to{
display: none;
}

.category-page .sep, .category-page .skip-to{
display: unset;
}


/*END Jump to full list of Articles on Admin and Getting Started custom category page*/
/*BEGIN link only */

a.link-only,
.article-relatives li a,
.article-relatives li.see-more a,
.sidebar-item.more-articles a,
.breadcrumbs a,
.sidenav-item a,
body:has(.breadcrumbs a[href*="/categories/17031147859218"]) ul.troubleshooting-articles a {
  color: #3941AC;
  display: inline;
  text-decoration: none;
  padding: 0 3px 4px 1px;
  background-image: linear-gradient(#3941AC, #3941AC);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.5s ease-in-out;
}

#temp-banner a.link-only  {
  background-image: linear-gradient(#6FC3C2, #6FC3C2);
}

.breadcrumbs a {
  color: #1d0e09;
  background-image: linear-gradient(#1d0e09, #1d0e09);
}

.article-relatives li a,
.sidenav-item a {
  color: #635753;
  background-image: linear-gradient(#635753, #635753);
}

.article-relatives li a:hover, 
.breadcrumbs a:hover,
.sidenav-item a:hover {
  text-decoration: none !important; 
  background-size: 100% 1px;
}

a.link-only:hover,
.article-relatives li.see-more a:hover,
.sidebar-item.more-articles a:hover,
body:has(.breadcrumbs a[href*="/categories/17031147859218"]) ul.troubleshooting-articles a:hover {
  text-decoration: none !important; 
  background-size: 100% 1px;
  color: #3941AC;
}

a.link-only::after,
.article-relatives li.see-more a::after,
.sidebar-item.more-articles a::after,
body:has(.breadcrumbs a[href*="/categories/17031147859218"]) ul.troubleshooting-articles a::after {
  content: '';
  background: url(/hc/theming_assets/01K184RRJQAWT8CS5H4G0EWC4F) center / contain no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 6px;
  vertical-align: middle;
  transition: transform 0.5s ease-in-out;
}

a.link-only:hover::after,
.article-relatives li.see-more a:hover::after,
.sidebar-item.more-articles a:hover::after,
body:has(.breadcrumbs a[href*="/categories/17031147859218"]) ul.troubleshooting-articles a:hover::after {
  transform: translateX(5px);
}


/*END Link Only*/
/*BEGIN important, note, tip, warning and important callouts on Article page*/

.callout{
  padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 1rem;
  border: 0.5px solid #200F0A40;
  margin-top: 0;
    background-color: #F9F5F2; 

}

.article-body .callout ul li,
.article-body .callout ol  li,
.article-body .callout p {
    font-size: 1rem;
}


.article-body .callout ul,
.article-body .callout ol,
.article-body .callout p {
  margin-bottom: 0.75rem;
}

.article-body div.callout,
.article-body div.important,
.article-body div.warning,
.article-body div.tip,
.article-body div.note {
    margin: 0 0 2rem 0;
}

.article-body div.callout p,
.article-body div.important p,
.article-body div.warning p,
.article-body div.tip p,
.article-body div.note p{
    font-size: 1rem;
}

.article-body div.callout p:not(:last-of-type),
.article-body div.important p:not(:last-of-type),
.article-body div.warning p:not(:last-of-type),
.article-body div.tip p:not(:last-of-type),
.article-body div.note p:not(:last-of-type){
  margin-bottom: 1rem;
}

.note {
  padding: 0.75rem 1rem;
    font-size: 1rem;
  }

.warning,
.important {
  padding: 0.75rem 1rem;
  margin: 0 0 2rem 0;
  font-size: 1rem;
  }

.warning {
    background-color: #F0D3D3;
    border-radius: 0.5rem; 
    border: 1px solid #D01C1F80;
}

.important {
    background-color: #F7E9E9;
    border-radius: 0.5rem; 
    border: 1px solid #D01C1F80;
}

.tip {
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px;
      font-size: 1rem;
    background-image: url('/hc/theming_assets/01K1G94CV7VBW80J4DHF4JRHND');
}

div.warning p:last-child,
div.tip p:last-child,
div.important p:last-child,
div.note p:last-child,
div.callout p:last-child, {
    margin-bottom: 0;
}

div.warning li:last-of-type,
div.tip li:last-of-type,
div.important li:last-of-type,
div.note li:last-of-type,
div.callout li:last-of-type {
    margin-bottom: 0;
}

div.tip > *:last-child,
div.warning > *:last-child,
div.important > *:last-child,
div.note > *:last-child,
div.callout > *:last-child {
    margin-bottom: 0;
}

.callout li {
  margin-bottom: 2px;
}

/*END important, note, tip, warning and important callouts on Article page*/
/*BEGIN Zippy/Accordions in Article page*/
.accordion {
    margin: 1rem 0 2.5rem 0;
    padding-top: 0;
}

.accordion__item-title {
    position: relative;
    display: flex;
    width: 100%;
    font-size: 1.125rem;
  cursor: pointer;
    border: 0;
    touch-action: manipulation;
    margin: 0; 
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  border-bottom: 1px solid #9DA5B4;
  transition: border-bottom 0s linear 0.4s;
}

.accordion__item-title::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url('/hc/theming_assets/01K1B9JAHP9H36WWYKXVZ89Q5J') center / contain no-repeat;
  flex-shrink: 0;
}

.accordion__item-title--active::after {
  background: url('/hc/theming_assets/01K1B9JC9TXT7D3Q8GV8XKBX9K') center / contain no-repeat;
}

/* Tooltip for accordions */
.accordion__item-title::before {
  content: "Open section"; 
  position: absolute;
  width: 120px;
  bottom: 85%; 
  right: 0;
  margin-left: -60px;
  background-color: #796F6C;
  color: #F7FEFE;
  text-align: center;
  padding: 4px;
  border-radius: 8px;
  font-size: 0.9rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 10;
  pointer-events: none; 
}

.simple-zippy .accordion__item-title::before {
  bottom: 110%; 
  right: -1.75rem;
}

.accordion__item-title--active::before {
  content: "Close section"; 
}

.accordion__item-title:hover::before {
  visibility: visible;
  opacity: 1;
}

.accordion__item-title--active {
  font-weight: 500;
}


.accordion__item-title.link-version {
      display: block;
}

.accordion__item-title.link-version a {
      display: flex;
  text-decoration: none;
  color: #1D0E09;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.accordion__item-title.link-version a:hover {
    text-decoration: underline;
}

.accordion__item-title.link-version::after {
    content: none;
}
.accordion__item-title.link-version a::after {
    content: '';
    background: url(/hc/theming_assets/01K1B9J29P0T095B2GFYEHXH2Z) center / contain no-repeat;
		width: 36px;
    height: 36px;
      margin-right: -4px;
    flex-shrink: 0;
    transition: all 300ms ease-in-out;
}
.accordion__item-title.link-version:hover a::after {
    margin-right: -12px;
}

.accordion__item:first-of-type .accordion__item-title {
  border-top: 1px solid #9DA5B4;
}

.accordion__item:last-of-type .accordion__item-title {
  border-bottom: 1px solid #9DA5B4;
}

[dir="ltr"] .accordion__item-title {
    padding: 1.75rem 0;
    text-align: left;
}

[dir="rtl"] .accordion__item-title {
    text-align: right;
}

.accordion__item-content {
    display: none;
    padding: 1.75rem 6rem 1.75rem 1.75rem;
    border: 1px solid #200F0A20;
  	background-color: #F9F5F2;
  	border-radius: 8px;
}

    .accordion__item-content > :first-child {
        margin-top: 0;
    }


.accordion--default .accordion__item-title--active,
.accordion--default .accordion__item:last-of-type .accordion__item-title--active {
    border-bottom: none;
}

    .accordion--default .accordion__item-title--active:before {
        transition: transform 0.3s;
    }



.accordion--colored .accordion__item-title {
    transition: background-color 0.3s;
}


    .accordion--colored .accordion__item-title:after {
        position: absolute;
        width: 2px;
        height: 10px;
        margin-top: -5px;
        content: "";
        background-color: var(--gray-light);
    }

.accordion--colored .accordion__item-title--active {
    color: #fff;
    background-color: rgba(246, 106, 10, 1);
    transition: background-color 0.3s;
}

    .accordion--colored .accordion__item-title--active:before {
        background-color: #fff;
    }

    .accordion--colored .accordion__item-title--active:after {
        display: none;
    }

[dir="ltr"] .accordion--colored .accordion__item-title:before {
    left: 20px;
}

[dir="ltr"] .accordion--colored .accordion__item-title:after {
    left: 24px;
}

[dir="rtl"] .accordion--colored .accordion__item-title:before {
    right: 20px;
}

[dir="rtl"] .accordion--colored .accordion__item-title:after {
    right: 24px;
}

.accordion__item-content h3{
    font-size: 1.375rem;
}

.accordion__item-content > *:last-child{
    margin-bottom: 0;
}

.accordion__item-content .callout,
.tabs .callout {
    background-color: #fcfaf9;
}


/*END Accordion/Zippy on Article page*/
/*BEGIN Simple Accordion/Zippy on Article page*/

.simple-zippy.accordion {
    border: none;

  font-size: 1rem;
    margin: 1rem 0 2rem 0;
    padding: 1.25rem 1.75rem;
	background-color: #858DF910;
  border: 0.3px solid #9198FA80;
  border-radius: 8px;
}

.simple-zippy .accordion__item-title {
  padding-top: 0; 
    display: flex;
  justify-content: space-between;
}

.simple-zippy .accordion__item-title::after {
  content: none; 
}

.simple-zippy.accordion.accordion--default .accordion__item {
    padding-bottom: 7.5px;
}

.simple-zippy.accordion.accordion--default .accordion__item:has(.accordion__item-title--active) {
    padding-bottom: 0;
}

.simple-zippy.accordion.accordion--default .accordion__item:last-child {
    padding-bottom: 0;
}

.simple-zippy.accordion.accordion--default .accordion__item-title:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.simple-zippy.accordion.accordion--default .accordion__item-title:after {
  content: "";  
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #200F0A;
  margin-bottom: 0.25rem;
  transition: transform 0.3s;
  background: none;
}


.simple-zippy.accordion.accordion--default .accordion__item-title--active:after  {
  top: 1rem;
  margin-bottom: -0.25rem;
}

[dir="ltr"] .simple-zippy.accordion.accordion--default .accordion__item-title:after {
  border-left: 1px solid #200F0A;
  left: 30px;
  transform: rotate(-45deg);
}

[dir="ltr"] .simple-zippy.accordion.accordion--default .accordion__item-title--active:after {
    transform: rotate(135deg);
}

[dir="rtl"] .simple-zippy.accordion.accordion--default .accordion__item-title:after {
  border-right: 1px solid #200F0A;
  right: 30px;
  transform: rotate(45deg);

}

[dir="rtl"] .simple-zippy.accordion.accordion--default .accordion__item-title--active:after {
    transform: rotate(-135deg);
}

li > div.simple-zippy.accordion {
    margin-left: -25px;
}

li > div.simple-zippy.accordion.accordion--default .accordion__item-title,
li > div.simple-zippy.accordion.accordion--default .accordion__item-title--active + .accordion__item-content {
  	padding-bottom: 0;
}

.simple-zippy.accordion.accordion--default .accordion__item-title:not(.accordion__item-title--active) {
  	border-bottom: none;
}

.simple-zippy.accordion.accordion--default .accordion__item-title {
  color: #200F0A;
  gap: 1rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.simple-zippy .accordion__item:first-of-type .accordion__item-title {
  border: none;
}

.simple-zippy .accordion__item .accordion__item-content {
  margin: 1rem 0 0;
  padding: 0;
	background-color: transparent;
  border: none;
}
.simple-zippy .accordion__item .accordion__item-content p {
  margin-bottom: 1rem;
}

.simple-zippy .accordion__item .accordion__item-content > *:last-child {
    margin-bottom: 0;
}

.simple-zippy.accordion.accordion--default 
.accordion__item + .accordion__item {
  margin-top: 0.75rem;
}


/*END simple Accordion/Zippy on Article page*/
/*BEGIN Article Switcher/Tabs*/

.tabs {
  margin: 20px 0;
  background-color: #F9F5F2; 
	padding: 2.5rem 1.5rem;
  border-radius: 8px;
  border: 1px solid #200F0A; 
}

.article-body [id*='tabs'] {
  display: none;
}

.tabs .tabs-instructions {
  margin-bottom: 0.75em;
	font-family: 'Saans', 'DM Sans', sans-serif;
  font-style: italic;
  font-size: 1rem;
}

.tabs .tabs-buttons {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  padding: 0;
  margin-bottom: 0;

}

.tabs .tabs-buttons:not(:has(> li:nth-child(4))) {
    justify-content: flex-start;
		gap: 10%;
}

.accordion div[id^="tabs-"] {
  border:none;
    padding: 15px 0 0 0;
  }


.tabs .tabs-buttons li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabs-buttons li a {
  text-decoration: none;
  padding: 10px 15px;
  display: block;
    font-family: 'Saans Mono', monospace; 
  font-size: 0.875rem;
text-transform: uppercase;
  color: #9DA5B5;
}

.tabs-buttons li *:first-of-type {
    margin-top: 0rem;
}


.tabs-buttons a:hover {
  text-decoration: none;

}

.tabs-buttons  li a.selected {
  border-bottom: 6px solid #858DF9; 
  color: #1D0E09;
}


.tabs .tabs-buttons::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #9DA5B4;
}

.tabs .tabs-heading {
	font-size: 1.6rem;
}

.tabs :is(h2, h3, h4, h5):first-child {
    margin-top: 0;
}

.tabs [id^="tabs"] {
  margin: 20px 0 0;
}

.accordion__item-content .tabs {
   padding: 0;
  border: none;
}
.tabs div[id^="tabs-"] p:last-child {
   margin-bottom: 0;
}


/*END of Article Switcher/Tabs*/
/*BEGIN Zippies within switchers (except simple zippies)*/

div[id^="tabs-"] > div:not(.simple-zippy).accordion:first-child,
div[id^="tabs-"] > h2.invisible-header + div:not(.simple-zippy).accordion {
    border-top: none;
}

div[id^="tabs-"] > div:not(.simple-zippy).accordion:last-child {
    margin-bottom: -5px;
}


div[id^="tabs-"]:has(div:not(.simple-zippy).accordion){
  border: none;
  margin: 0;
}

div[id^="tabs-"] > div:not(.simple-zippy).accordion:has(+ *){
    margin-bottom: 1rem;
}

.tabs .accordion {
  margin: 0;
}

div[id^="tabs-"] > div:not(.simple-zippy).accordion .accordion__item:first-of-type .accordion__item-title {
  border-top: none;
}

.tabs .accordion__item .accordion__item-content {
   padding: 1rem 3rem 1rem 0;
  border: none;
  border-bottom: 1px solid #9DA5B4;
  border-radius: 0;
}

/*END Zippies within switchers*/
/*BEGIN page divider*/

.split-container {
  display: flex;
  align-items: stretch;
  align-content: flex-start;
  height: auto;
  flex-wrap: wrap;
  margin: 15px 0;

}

.split {
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px 20px;
  margin-top: 0 !important;
  width: 32%;
  box-sizing: border-box; /* to include padding in the width calculation */
}

.divider-between {
  border-right: 1px solid lightgray;
  align-self: stretch;

}

.split ol ul{
  padding-left: 20px;
}

@media (max-width: 725px) {
  body .split-container {
    flex-direction: column;
  }

  body .split {
    width: 100%;
  }

  body .divider-between {
    border-right: none;
    border-bottom: 2px solid lightgray;
        width: 80%;
    margin: 0;
  }
}

/*END of page divider*/
/* BEGIN page divider with four columns evenly distributed*/

.split-four {
  -webkit-column-count: 4;
  -moz-column-count: 4;   
  column-count: 4;  
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;    
  column-gap: 20px;      
  
  padding: 10px 20px;
  box-sizing: border-box; 
  margin: 15px 0;
}
@media (max-width: 1024px) {
.split-four {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

	.split-four p,
  .split-four li {
 margin-bottom: 3px;
}
/* END page divider with four columns evenly distributed*/

.important-icon {
    display: inline-block;
    background: url(/hc/theming_assets/01K1B9J6VJ3RHCC6ZBPCWH9001);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
    min-height: 20px;
  	max-height: 30px; /* ADDED BY SORIN */
}
 /* ADDED BY SORIN */
.popup-contents {
  padding-right: 30px;
  padding-left: 10px;
}

.article-body table.image-table tr:first-child td {
    color: inherit;
    font-weight: 400;
    background-color: transparent;
    width: 100%;
    height: auto;
}

.article-body table.image-table tr td, .article-body table.image-table tr th {
    border: none;
    height: auto;
    text-align: inherit;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0.5rem;
    height: 0;
    	margin-bottom: 1rem;

}

.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

 /*BEGIN print rendering*/
 .print-url, .print-cover-page, .video-link {
    display: none;
}

@media print {

	@page {
		size: A4;
}

	.article-content {
		width: 100%;
    }
  
  .article {
    margin: 25pt 40pt;
  }

    img {
        max-height: 187.5pt;
        width: auto;
    }

		header.article-header {   
			margin-top: 0;
			border-top: none;
  }

    h1 {   
        font-size: 24pt;	
      	margin-top: 1cm;
    }

    h2, h2.accordion__item-title {
        font-size: 18pt !important; 
        font-weight: bold;
        border-top: 1.125pt solid darkgray !important; 
      	border-bottom: none;
        margin-top: 45pt !important; 
        padding-top: 37.5pt !important; 
        margin-bottom: 10pt !important; 
    }
    h3, h3.accordion__item-title {
        font-size: 14pt;
        margin: 22.5pt 0 7.5pt !important; 
        font-weight: bold;
    }
  
    h4, h4.accordion__item-title, h5, h5.accordion__item-title {
        font-size: 12pt;
        margin: 13.5pt 0 7.5pt !important; 
    }
  
  	h2 + h3, h3 + h4, h4 + h5  {
        margin-top: 4.5pt !important; 
    }
  
   p {
        font-size: 12pt;
        margin-bottom: 4.5pt !important; 
    }

  	.article-sidebar, #preview-bar-container, .header, .footer, .comment-section, .sidebar, .article-votes, .breadcrumbs, .wrapper-AtBcr, .expand-all, .sub-nav, .toc-wrapper, .toc-wrapper-inner, a#back_to_top, #launcher, .collapsible-sidebar, .popup-message, #navbar-container, span.expand-all,   .container.pt-4, .sub-nav.d-flex.mb-0, #after-header, .article-sidebar.d-sm-flex.d-md-none, .internal-label, #print-article, #banner-container {   
        display: none !important;
    }

    div video,
    div iframe {
        display: none;
    }
  
    .video-link {
        display: block;
      	margin: 10pt 0;
      	padding: 10pt 15pt;
    		border: 0.5px solid rgba(217, 223, 224, .5);
        border-radius: 10px;
    }
  
    div.videoWrapper {
      padding-bottom:30%;
    }

  .tabs {
			margin-bottom: 24pt;
    
  }
  .tabs [id^="tabs"], .article-body [id*='tabs'] {
        display: block !important;
      	border: none !important;
      	padding: 0;
      	margin-bottom: 0;
    }
  
  
  
    .tabs-buttons, .tabs-buttons a, .tabs-buttons a .print-url, .tabs .tabs-instructions {
        display: none !important;
    }

    .accordion, .accordion__item-content {
        border: none !important;
    }
  .simple-zippy.accordion .accordion__item-content,
  .accordion__item-content {
        display: block ;
        padding: 0 !important;
    }
  
  
  
    .accordion__item-content p:first-child {
        margin-top: 0;
        border: none;
    }
        .accordion__item-title {
        display: block;
        width: auto;
        cursor: auto;
        background-color: transparent;
        background-image: none;
        border: none !important;
        margin: inherit;
        font-weight: inherit;
        padding: inherit !important;
    }
    .accordion__item-title:before, .accordion__item-title:after {
        display: none;
    }
  
  div[id^="tabs-"] > .accordion {
  	margin-left: 0;
    margin-right: 0;
}
  

    .print-url {
        display: block;
    }


.print-cover-page {
    position: relative;
    width: 100%;
    height: 100vh;  /* Height for Letter size paper */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('https://s3.eu-west-1.amazonaws.com/sharex.it.dashlane.com/Macros/Import/dashlane_article_front_page.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    }

    .top-items, .bottom-items {
        margin-left: 1cm;
        display: flex;
        align-items: flex-start;
    }
  
  	.bottom-items {
    margin-bottom: 1cm;
    flex-direction: row;

    }
  
  .top-items {
    margin-top: 4cm;
    flex-direction: column;
}
  
    .print-cover-page #coverLogo {
        width: 150pt;
        margin-top: 3.75cm;
        padding-left: 2pt;
    }


.print-cover-page h1 {
    font-size: 16pt;
    margin: 0;
    padding: 5pt 10pt 0 0;
}

    .print-cover-page .bottom-items {
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
        		padding-right: 1cm;
      padding-left:0;

    }

    .print-cover-page #qrcode {
        padding-left: 0;
        margin: 0;
    }

    .print-cover-page #copyrightInfo {
        font-size: 10pt;
        margin: 0;
      padding-right: 1cm;
    }

  .container {
    border: none;
    max-width: none !important;
    margin: 0 auto;
    }
  
}

/*END Adjusted content for printing articles*/

.new-request-container {
      display: none;
    }

/*Copy button for HTML code*/
.code-container {
    position: relative;
    width: 100%; 
		padding-right: 20px;
      	margin-bottom: 0.5rem;
    	margin-top: 0.5rem;
}

.copy-button {
    position: absolute;
    right: 40px;
    top: 8px;
    cursor: pointer;
    padding: 10px 20px;
    border: none;
    background-color: #9198FA;
    color: #1d0e09;
    border-radius: 4px;
    font-weight: 800;
    z-index: 10;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem
}

.copy-button:hover {
    background-color: #858DF933;
}

.text-container {
    padding: 64px 10px 10px 10px;
    border-radius: 4px; 
    box-sizing: border-box; 
		background-color: #F9F5F2;
      border: 0.5px solid #200F0A40;
    	margin-bottom: 0.5rem;
    	margin-top: 0.5rem;
}

.text-container pre {
    white-space: pre-wrap; 
    word-break: break-word;
    overflow-x: auto;
    margin: 0;
      max-height: 300px;
    overflow-y: auto; 
        	margin-bottom: 0.5rem;
    	margin-top: 0.5rem;
}

.text-container textarea {
    white-space: pre-wrap;
    word-break: break-word;
    overflow-x: auto; 
    margin: 0; 
      height: 300px;
    overflow-y: auto; 
        	margin-bottom: 0.5rem;
    	margin-top: 0.5rem;
}
/*END Copy button for HTML code*/
/*Float an image right*/

.float-container {
  display: grid;
	grid-template-columns: 66% 33%;
  gap: 2rem; 
  align-items: start; 
	margin: 0 2rem 0 0; 
}

.float-container.fifty-fifty { /*Addendum if you want split screen 50-50*/
  	grid-template-columns: 50% 50%;

}

.float-right,
.article-body div.float-container img.small-portrait {
  width: 100%;
  height: auto;
}


.next-to-float-right {
width: 100%;
}

@media (max-width: 768px) {
  .float-container,
  .float-container.fifty-fifty {
    grid-template-columns: 1fr; 
    margin: 0 1rem 0 0;
    gap: 0;
  }


  .float-right {
    width: 100%; 
    max-width: 100%; 
    height: auto;
  }
  
.article-body div.float-container img.small-portrait {
        width: 70%; 
   margin-bottom: 1rem;
  }
  
  .float-container.fifty-fifty > div {
    width: 100%; 
    max-width: 100%; 
    height: auto;
}
}
/*END Float an image right*/

/* Highlighting search bar or nav from link on Get help page */

.highlighted-searchlink {
  box-shadow: 0px 0px 0px 6px #FDB5AF;
}

.highlighted-searchlink::placeholder {
  color: #034854; 
  font-weight: 500; 
}

ul li.sidebar-section.highlighted-searchlink {
    background-color: transparent;  
    border-top: 6px solid #FDB5AF;
    border-bottom: 6px solid #FDB5AF;
  box-shadow: none;
  margin-bottom: -6px;
}

ul li.sidebar-section.highlighted-searchlink:first-of-type {
   border-left: 6px solid #FDB5AF; 
  padding-left: 6px;
  margin-left: -6px;
}

ul li.sidebar-section.highlighted-searchlink:last-of-type {
   border-right: 6px solid #FDB5AF; 
}

@media (max-width: 990px){
  ul li.sidebar-section.highlighted-searchlink,
  ul li.sidebar-section.highlighted-searchlink:first-of-type,
  ul li.sidebar-section.highlighted-searchlink:last-of-type {
		border: none;    
  }
    ul:has(li.sidebar-section.highlighted-searchlink) {
   border: 6px solid #FDB5AF; 
  }
}

/* END Highlighting search bar or nav from link on Get help page */

/* Link titles for hub articles */

.title-link-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    gap: 28px;
  	margin: 3rem 0;
}

a.title-link {
  display: flex;
  	font-size: 1.1rem;
    color: #200F0A; 
    padding: 5px 20px;
    align-items: center; 
    justify-content: center;
    width: calc(47.5%); 
    text-align: center;
    border: 1px solid #200F0A; 
    transition: background-color 0.3s;
    text-decoration: none;
  min-height: 75px;
  border-radius: 8px;

}

a.title-link:hover {
      color: #200F0A; 
    background-color: #858DF933; 
    text-decoration: none; 

}

@media (max-width: 600px) {
   a.title-link  {
        width: 90%; 
     flex-direction: vertical;
    }
  .title-link-container {
    column-gap:0;
  }
}
/* END Link titles for hub articles */


/*Hide a broken part of contact form*/
.select.optional.request_ticket_form_id:has(#request_issue_type_select) {
  display: none;
  }

article {
  display: flex;
}


.article-pieces {
  flex-basis: 100%;
}

@media (min-width: 1024px) {
  .article-pieces {
  flex-basis: 66%;
}

}
.article-relatives {
  flex-basis: 33%;
}

div#article-relatives-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.75rem;
  margin-top: 0.75rem;
}

#articles-in-section:not(:has(ul li:not(.see-more))) {
  display: none;
}

/*BEGIN print rendering*/
 .print-url, .print-cover-page, .video-link {
    display: none;
}

@media print {

	@page {
		size: A4;
}

	.article-content {
		width: 100%;
    }
  
  .article {
    margin: 25pt 40pt;
  }

    img {
        max-height: 187.5pt;
        width: auto;
    }

		header.article-header {   
			margin-top: 0;
			border-top: none;
  }

    h1 {   
        font-size: 24pt;	
      	margin-top: 1cm;
    }

    h2, h2.accordion__item-title {
        font-size: 18pt !important; 
        font-weight: bold;
        border-top: 1.125pt solid darkgray !important; 
      	border-bottom: none;
        margin-top: 45pt !important; 
        padding-top: 37.5pt !important; 
        margin-bottom: 10pt !important; 
    }
    h3, h3.accordion__item-title {
        font-size: 14pt;
        margin: 22.5pt 0 7.5pt !important; 
        font-weight: bold;
    }
  
    h4, h4.accordion__item-title, h5, h5.accordion__item-title {
        font-size: 12pt;
        margin: 13.5pt 0 7.5pt !important; 
    }
  
  	h2 + h3, h3 + h4, h4 + h5  {
        margin-top: 4.5pt !important; 
    }
  
   p {
        font-size: 12pt;
        margin-bottom: 4.5pt !important; 
    }

  	.article-sidebar, #preview-bar-container, .header, .footer, .comment-section, .sidebar, .article-votes, .breadcrumbs, .wrapper-AtBcr, .expand-all, .sub-nav, .toc-wrapper, .toc-wrapper-inner, a#back_to_top, #launcher, .collapsible-sidebar, .popup-message, #navbar-container, span.expand-all,   .container.pt-4, .sub-nav.d-flex.mb-0, #after-header, .article-sidebar.d-sm-flex.d-md-none, .internal-label, #print-article {   
        display: none !important;
    }

    div video,
    div iframe {
        display: none;
    }
  
    .video-link {
        display: block;
      	margin: 10pt 0;
      	padding: 10pt 15pt;
    		border: 0.5px solid rgba(217, 223, 224, .5);
        border-radius: 10px;
    }
  
    div.videoWrapper {
      padding-bottom:30%;
    }

  .tabs {
			margin-bottom: 24pt;
    
  }
  .tabs [id^="tabs"], .article-body [id*='tabs'] {
        display: block !important;
      	border: none !important;
      	padding: 0;
      	margin-bottom: 0;
    }
  
  
  
    .tabs-buttons, .tabs-buttons a, .tabs-buttons a .print-url, .tabs .tabs-instructions {
        display: none !important;
    }

    .accordion, .accordion__item-content {
        border: none !important;
    }
  .simple-zippy.accordion .accordion__item-content,
  .accordion__item-content {
        display: block ;
        padding: 0 !important;
    }
  
  
  
    .accordion__item-content p:first-child {
        margin-top: 0;
        border: none;
    }
        .accordion__item-title {
        display: block;
        width: auto;
        cursor: auto;
        background-color: transparent;
        background-image: none;
        border: none !important;
        margin: inherit;
        font-weight: inherit;
        padding: inherit !important;
    }
    .accordion__item-title:before, .accordion__item-title:after {
        display: none;
    }
  
  div[id^="tabs-"] > .accordion {
  	margin-left: 0;
    margin-right: 0;
}
  

    .print-url {
        display: block;
    }


.print-cover-page {
    position: relative;
    width: 100%;
    height: 100vh;  /* Height for Letter size paper */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('https://s3.eu-west-1.amazonaws.com/sharex.it.dashlane.com/Macros/Import/dashlane_article_front_page.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    }

    .top-items, .bottom-items {
        margin-left: 1cm;
        display: flex;
        align-items: flex-start;
    }
  
  	.bottom-items {
    margin-bottom: 1cm;
    flex-direction: row;

    }
  
  .top-items {
    margin-top: 4cm;
    flex-direction: column;
}
  
    .print-cover-page #coverLogo {
        width: 150pt;
        margin-top: 3.75cm;
        padding-left: 2pt;
    }


.print-cover-page h1 {
    font-size: 16pt;
    margin: 0;
    padding: 5pt 10pt 0 0;
}

    .print-cover-page .bottom-items {
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
        		padding-right: 1cm;
      padding-left:0;

    }

    .print-cover-page #qrcode {
        padding-left: 0;
        margin: 0;
    }

    .print-cover-page #copyrightInfo {
        font-size: 10pt;
        margin: 0;
      padding-right: 1cm;
    }

  .container {
    border: none;
    max-width: none !important;
    margin: 0 auto;
    }
  
}
/*END Adjusted content for printing articles*/
/*CSS for Youtube videos on Admin and Getting started Category page*/
.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 10px;
    border: 1px solid #200F0A60;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/*End of responsive iframe*/
/* BEGIN tables*/
table {
      border-collapse: collapse;
    border-spacing: 0;
}
.table {
    width: 100%;
    table-layout: fixed;
  
}

@media (min-width:768px) {
    .table {
        table-layout: auto;
    }
}

.table th, .table th a {
    color: #2F3941;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
}

[dir=rtl] .table th, [dir=rtl] .table th a {
    text-align: right;
}

.table tr {
    display: block;
    padding: 20px 0;
  
}

@media (min-width:768px) {
    .table tr {
        display: table-row;
    }
}

.table td {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.3);

}

@media (min-width:768px) {
    .table td {
        display: table-cell;
    }
}

@media (min-width:1024px) {
    .table td, .table th {
        padding: 20px 30px;
    }
}

@media (min-width:768px) {
    .table td, .table th {
        padding: 10px 20px;
        height: 60px;
    }
}

table p {
    margin: 0.625rem 0;
}

.article-body table {
    width: 100% !important;
    padding: 0.93rem;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}


.article-body table p,
.article-body table li {
    font-size: 1rem;

}

    .article-body table tr td {
        padding: 1.5rem;
    }


    .article-body table tr:first-child td {
        background-color: #E4E4F9;
			text-align: center;
      font-weight: 700;
}

 .article-body table tr td {
      border: 1px solid #200F0A40;
}

table.dataTable#example tbody td {
      padding: 1.5rem;
}


.article-body table.dataTable#example ol,
.article-body table.dataTable#example ul,
.article-body table.dataTable#example ol li:last-of-type,
.article-body table.dataTable#example ul li:last-of-type {
  margin-bottom: 0;
}

/*END Table*/

/*Pro plan table*/
.professional-plan-table {
  width: 100%;
}

.article-body .professional-plan-table tr:first-child td {
  background-color: #200F0A !important;
	color: #FCFAF9 !important;
}
/* 2px white line between the 4th and 5th columns in the header */
.professional-plan-table tr:first-child td:nth-child(3) {
  border-right: 2px solid white !important;
}

/* 2px black line between the 4th and 5th columns in body rows */
.professional-plan-table td:nth-child(3) {
  border-right: 2px solid black !important;
}

/* Even rows are completely white */
.professional-plan-table tr:nth-child(even) {
  background-color: transparent !important;
}

/* Odd rows except for the first row:
   - First 4 columns: rgba(209, 232, 236, 0.6)
   - Last 2 columns: rgba(241, 244, 246, 0.3)
*/
.professional-plan-table tr:nth-child(odd):not(:first-child) td:nth-child(-n+3) {
  background-color:#E7E8FE !important;
}

.professional-plan-table tr:nth-child(odd):not(:first-child) td:nth-child(n+4) {
  background-color: #F9F5F2 !important;
}
.professional-plan-table td:nth-child(1) {
  width: 25%;
}

.professional-plan-table td:nth-child(n+2):nth-child(-n+6) {
  width: 15%;
}


/* Transparent table for special scenarios */
.transparent-table {
    width: 100%; /* Optional: Set the table to full width */
    border-collapse: collapse; /* Ensures no double borders */
}

.transparent-table th,
.transparent-table td {
    background-color: rgba(255, 255, 255, 0) !important; /* Makes the cell background transparent */
    border: none; /* Removes borders if desired */
    padding: 10px; /* Optional: Add padding for better spacing */
}

button.button-v2 {
    position: fixed !important;
    right: 24px;
    bottom: 24px;
}

.button-v2 {
  border: 1px solid #FFC895 !;
}
@media (max-width: 767px) {
  .article-container:before,
  .article-container:after {
    width: 0; /* Remove width to prevent overflow */
  }
  .article-container:before {
    left: 0; /* Align to the left edge */
  }
  .article-container:after {
    right: 0; /* Align to the right edge */
  }
    .article-container{
  padding-top: 0;
}
}


img, video, iframe {
  max-width: 100%;
  height: auto;
}


/* Video library page */
/* ===================== Page / Layout shells ===================== */
.article-pieces:has(.learning-resources-container){ flex-basis:100%; }
.learning-resources-container{ max-width:1200px; margin:0 auto; padding:0; box-sizing:border-box; }
.article-pieces:has(.learning-resources-container) .header-grid{ display:flex; flex-direction:column; }

/* ===================== Filter row (chips + search) ===================== */
.vf-wrap{
  display:grid;
  grid-template-columns:minmax(320px,1fr) minmax(260px,2fr);
  gap:36px 72px;
  align-items:start;
  margin-bottom:36px;
  padding:24px;
  border:1px solid #A69F9D80;
  border-radius:8px;
  background-color: #F7F0EB;
}
@media (max-width:1100px){ .vf-wrap{ grid-template-columns:1fr; } }
.vf-wrap > *{ min-width:0; }

.audience-filter{ display:grid; }
.audience-filter__label{ margin-bottom:10px; font-weight:300; font-size: 1.25rem; grid-column:1 / -1; }

/* Chips (buttons) */
.aud-chip{
  --aud-accent:#e5e7eb; --aud-bg:#fff; --aud-text:#111827;
  align-items:center; gap:8px;
  padding:8px 10px; border-radius:12px;
  background:var(--aud-bg); color:var(--aud-text);
  border:none;
  font-size:13px; line-height:1; cursor:pointer;
  transition:box-shadow .15s ease, transform .05s ease, background .15s ease, color .15s ease;
}
.aud-chip:hover{ box-shadow:0 1px 0 rgba(0,0,0,.06); }
.aud-chip:active{ transform:translateY(1px); }
.aud-chip[aria-pressed="true"]{ box-shadow:0 0 0 3px #6FC3C2; }

/* Chip palettes (aligned with card palettes below) */
.aud--end-user{ --aud-accent:#1B5A56; --aud-bg:#E7E8FE; --aud-text:#1B5A56; }
.aud--b2b{ --aud-accent:#200F0A; --aud-bg:#ECFEFD; --aud-text:#200F0A; }
.aud--admin{ --aud-accent:#E9E7E6; --aud-bg:#200F0A; --aud-text:#E9E7E6; }
.aud--all{ --aud-accent:#200F0A; --aud-bg:#E9E7E610; --aud-text:#200F0A; }

/* Search */
.search-label{ display:block; font-weight:300; font-size: 1.25rem; margin-bottom:6px; }
#video-text-search{ width:100%; box-sizing:border-box; border-radius:6px; padding:10px 12px; border:1px solid #ddd; background:#fff; font-size:14px; }
@media (max-width:860px){ .search-label{ margin-top:4px; } }

/* ===================== Responsive video grid ===================== */
.imported-videos{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
  gap:18px;
  align-items:stretch;
  grid-auto-rows:1fr;
}
/* Center a single card and cap its width */
.imported-videos:has(.video-card:first-child:nth-last-child(1)){ justify-items:center; }
.imported-videos:has(.video-card:first-child:nth-last-child(1)) .video-card{ max-width:560px; }

/* ===================== Video Card ===================== */
.video-card{
  display:flex; flex-direction:column;
  width:100%; height:100%; overflow:hidden; flex-shrink:0;
  border-radius:8px; box-shadow:0 1px 2px rgba(0,0,0,.04);
  background-color:#F7F0EB; border:1px solid #200F0A20; color:#200F0A;
  padding:10px; box-sizing:border-box;

  /* default audience vars, overridden by data-audience palettes */
  --aud-accent:#e5e7eb; --aud-bg:#ffffff; --aud-text:#111827;
}

.video-thumbnail{
  position:relative; aspect-ratio:16 / 9; background:#f5f5f5;
  display:flex; align-items:center; justify-content:center;
  border-radius:8px; overflow:hidden; cursor:pointer; flex:0 0 auto;
}
.video-thumbnail img{ width:100%; height:100%; object-fit:cover; display:block; }
.video-thumbnail .play-button{
  position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);
  display:flex; align-items:center; justify-content:center;
  width:48px; height:48px; background:#200F0A65; color:#E9E7E6; font-size:1.5rem; border-radius:50%;
  pointer-events:none;
}

/* ===================== Meta (PILL → H3 → P → LINK) ===================== */
.video-card .video-meta{
  display:flex; flex-direction:column;
  flex:1; margin:20px 8px 8px; color:#200F0A;
}

/* PILL (optional, when present it’s first) */
.video-card .video-meta > .audience-pill{
  align-self:flex-start;
  display: flex;
  align-items: middle;
  font-size:.95rem; line-height:1.2; padding:4px 8px; border-radius:4px;
  background:var(--aud-bg); color:var(--aud-text); border:1px solid var(--aud-accent);
  margin-bottom:20px;
  font-family: 'Saans Mono', monospace;
  font-size: 0.75rem;
  text-transform: uppercase;   /* makes text ALL CAPS */
}

/* H3 */
.video-card .video-meta > h3{
  margin:0 0 20px;
  font-size:1.25rem; line-height:1.2;
  display:-webkit-box; /*-webkit-line-clamp:2;  */ -webkit-box-orient:vertical; overflow:hidden;
}

/* P */
.video-card .video-meta > p{
  margin:0 0 20px;
  font-size:1rem; line-height:1.4;
  display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
}

/* LINK (CTA) */
.video-card .video-meta > .link-only{
  margin-top:auto;
  margin-right: auto;
  font-size:1rem; line-height:1.2; text-decoration:none;
}

/* Card palettes (override PILL vars via data attribute) */
.video-card[data-audience="end-user"]{ --aud-accent:#1B5A56; --aud-bg:#F7FEFE; --aud-text:#1B5A56; }
.video-card[data-audience="b2b"]{ --aud-accent:#3941AC; --aud-bg:#F3F4FE; --aud-text:#3941AC; }
.video-card[data-audience="admin"]{ --aud-accent:#263E86; --aud-bg:#D9DDEC; --aud-text:#263E86; }

/* ===================== Skeletons ===================== */
.video-card.skeleton{ background:#f5f5f5; animation:pulse 1.2s infinite; }
.video-card.skeleton .thumb,
.video-card.skeleton .line{ background:#e0e0e0; margin:8px; border-radius:4px; }
.video-card.skeleton .thumb{ aspect-ratio:16/9; }
.video-card.skeleton .line{ height:14px; width:80%; }
.video-card.skeleton .line.short{ width:40%; }
@keyframes pulse{ 0%{opacity:1} 50%{opacity:.6} 100%{opacity:1} }

/* ===================== Modal ===================== */
.video-modal{ position:fixed; inset:0; background:rgba(0,0,0,.7); display:none; align-items:center; justify-content:center; z-index:9999; }
.video-wrapper{ width:min(90vw,1180px); aspect-ratio:16/9; background:#200F0A; border-radius:8px; overflow:hidden; opacity:0; transition:opacity .25s ease; }
.video-wrapper.ready{ opacity:1; }
.video-modal-close{ position:absolute; top:14px; right:18px; font-size:28px; color:#E9E7E6; cursor:pointer; user-select:none; }
.video-modal iframe{ width:100%; height:100%; border:0; display:block; }

/* ===================== Pagination ===================== */
.pagination{ display:flex; flex-wrap:wrap; gap:4px; align-items:center; justify-content:center; margin:48px 0 24px; }
.pagination button{ border:1px solid #200F0A; background:#FCFAF9; border-radius:6px; padding:6px 8px; cursor:pointer; min-width:28px; }
.pagination button[disabled]{ display: none; cursor:not-allowed; }
.pagination .is-active{ background:#200F0A; color:#FCFAF9; border-color:#200F0A; }

/* ===================== Responsive embed helper ===================== */
.video-container{ position:relative; width:100%; padding-bottom:56.25%; height:0; overflow:hidden; }
.video-container iframe{ position:absolute; inset:0; width:100%; height:100%; }

  
/* Visually hidden, but accessible */
.sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space:nowrap !important;
  border:0 !important;
}

/* ===================== FILTER CHECKBOX ===================== */
.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin: 6px 0;
  font-size: 14px;
  position: relative;
}

/* Hide the browser’s default checkbox */
.custom-checkbox input {
  display: none;
}

/* Default = unchecked (circle/empty box) */
.custom-checkbox .icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-block;
  background: url(/hc/theming_assets/01K5CVHM9DAST4Q257JK3YBA23) center/contain no-repeat;
  margin-right: 8px;
}
.custom-checkbox:hover .icon {
    background: url(/hc/theming_assets/01K5E48T7MDH03X1GDPQ1058HF) center/contain no-repeat;

}

/* When checked = show checkmark version */
.custom-checkbox input:checked + .icon,
.custom-checkbox input:checked ~ .icon {
  background: url(/hc/theming_assets/01K5CVF0YPAF75RT0JTW0K6VVK) center/contain no-repeat;
}

  .custom-checkbox:hover input:checked + .icon,
.custom-checkbox:hover input:checked ~ .icon {
  background: url(/hc/theming_assets/01K5E4DGZVTNPHCHP7F4452QXQ) center/contain no-repeat;
}

.video-filter-subcontainer{
height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video-filter-element:first-of-type {
	margin-bottom: 20px;
}

/* Start TEMP hiding description */
div.video-meta > p { display:none !important; }
div.video-meta > h3 { margin: 10px 0 }

/* END TEMP hiding description */
/* START Video share button styling */

.share-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  cursor: pointer;
  z-index: 10; /* Above the image */
  display: flex;
  align-items: center;
  gap: 4px;
  opacity: 0; /* Hidden by default */
  transition: opacity 0.2s, background 0.2s;
}

.video-thumbnail:hover .share-btn,
.share-btn:focus {
  opacity: 1;
}

.share-btn:hover {
  background: rgba(0, 0, 0, 0.9);
}

.share-btn.copied {
  background: #858DF9; 
}

/* END video share button*/
/* START showcase header*/

.showcase-header {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #1D0E0960;
}
.showcase-header h1 {
  margin: 0 0 12px 0;
  font-size: 36px;
}
.showcase-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.sc-btn.share {
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
    border: 1px solid #200F0A;
 background-color: #200F0A;
    color: #FAF7F6;
  font-weight: 800;
  transition: background 0.2s;
}

.sc-btn.share:hover {
    background-color: #D3CFCE;
    color: #1D0E09;
    border: 1px solid #858DF933;
}

.sc-btn.share.copied {
  background: #858DF9;
      color: #FAF7F6;
      border: 1px solid #858DF9;

}

.sc-btn.clear {
  line-height: 1;
  color: #3941AC;
  font-weight: 300;
}

.sc-btn.clear {
  display: inline-flex;
    cursor: pointer;
  align-items: center;
  gap: 8px;
  line-height: 1;
  text-decoration: none;
}

.sc-btn.clear::before {
  content: '';
  background: url(/hc/theming_assets/01K184RRJQAWT8CS5H4G0EWC4F) center / contain no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 250ms ease-in-out;
  transform: rotate(180deg);
}

.sc-btn.clear {
  background-image: linear-gradient(#3941AC, #3941AC);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.5s ease-in-out;
}

.sc-btn.clear:hover {
  background-size: 100% 1px;
}

.sc-btn.clear:hover::before {
  transition: transform 0.5s ease-in-out;
}

.sc-btn.clear:hover::before {
    transform: rotate(180deg) translateX(5px);
}

/* END Video library page */

/* Padding adjustments to images in lists --> putting here for viz 10/10/2024, can be reintegrated into rules above later on*/

.note {
  padding: 0 0.625rem  0 0.9375rem;
  }


.tip {
    padding: 0 0 0 3.4375rem;
}


/* END Padding adjustments to images in lists --> can be reintegrated into rules above later on*/

/*Temporary HC banner*/
#banner-container {
  position: relative;
}

#temp-banner {
  background-color: #200F0A; 
  color: #FCFAF9;
  padding: 10px 40px 10px 15px; 
  text-align: center;
  box-shadow: none; 
  position: relative;
}

#temp-banner a {
  color: #6FC3C2;
	

}

#temp-banner a::after {
  background: url(/hc/theming_assets/01K1B9J61M08CR66EK1GZRFJ3W);

}

#temp-banner.on {
  display: block;
}

#temp-banner.off {
  display: none;
}

div#banner-container:not(:has(#temp-banner.on)) {
  display: none !important;
}

#close-banner {
  position: absolute;
  top: 8px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
 color: #6FC3C2;;
  z-index: 10;
}

#close-banner:hover {
  color: #56A9A8;
}

html[data-banner-dismissed="true"] #temp-banner {
  display: none !important;
}

/* Responsive font size */
@media (max-width: 768px) {
  #temp-banner {
    font-size: 0.75rem;
  }
}

/*END Temporary HC banner*/

.article-body img.chatbot-icon-inline {
  vertical-align: middle;
  border: 0px solid #FFFFFF;
  border-radius: 2px;
  margin: 0;
}

.article-body span.chatbot-icon-inline {
  display: inline-block;
  vertical-align: middle;
  width: 20px;  
  height: 20px; 
  background-image: url('/hc/theming_assets/01K1DZCNEYVA6A7VMV6CZJZ1QF');
  background-size: contain; 
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}

.categorizations-article table * {
  font-size: 0.7rem;
}

.article-pieces:has(.categorizations-article){
    flex-basis: 100%;
}

.article-pieces:has(.categorizations-article) + .article-relatives {
    display: none;
}


/* Filterable table for categorizations and release notes */

table#example {
  padding: 0;
  margin-top: 20px;
  } 
  
  .dataTables_length label #text {
  display: in-line;
  }
table#example th {
position: relative;
vertical-align: top;
}

table#example thead tr th.wider {
width: 21% !important;
}      

table#example th.select-filter select {
margin-top: 5px;
padding: 4px;
box-sizing: border-box;
}

table#example * {
background-color: transparent;
  
}
  
table#example tbody td {
color: #212D37;      
}
 
  
table#example select {
background-color: #FFFFFF;
}
  
  .article-body  table#example tr:first-child td {
  font-weight: 400;
  }
 
.article-pieces:has(table#example){
flex-basis: 100%;
}

table#example tr,
table#example tr td {
height: 60px;
}

.article-body table#example tr td {
  vertical-align: top;
}

table#example * {
text-align: left;
}

table#example tbody td {
box-sizing: border-box;
overflow: hidden; 
position: relative;
}

table#example tbody td .cell-content {
max-height: 100%;
overflow: auto;
}


table#example thead th {
background-color: #E4E4F9;
border: 1px solid #200F0A40;

}


/*Release notes table*/
.dataTables_length {
  white-space: nowrap; /* Prevents wrapping */
  display: flex;
  align-items: center;
  gap: .3rem; /* Adds a small space between elements */
  margin-bottom: .8rem;
}

.article-body table#example.release-notes th:nth-child(1),
.article-body table#example.release-notes td:nth-child(1) {
  width: 15%;
}

.article-body table#example.release-notes th:nth-child(2),
.article-body table#example.release-notes td:nth-child(2) {
  width: 20%;
}

.article-body table#example.release-notes th:nth-child(3),
.article-body table#example.release-notes td:nth-child(3) {
  width: 15%;
}

.article-body table#exampl.release-notes th:nth-child(4),
.article-body table#example.release-notes td:nth-child(4) {
  width: 50%;
}


@media (max-width: 768px) {
.dataTables_wrapper .dataTables_filter#example_filter {
  text-align: left;
  }
}

.article-body table#example.release-notes th {
  text-align: center;
  padding: 1.5rem;
  vertical-align: middle;
  }

.article-body table#example.release-notes tr td {
  padding: 1.5rem;
  }
.article-body table#example.release-notes tr td:last-of-type {
  text-align: left;
  }

/*Class for scrollable table on mobile*/
.scrollable-table  {
  max-width:100%;
  table-layout:auto;
  word-break:break-word

 }



/* Vimeo specs */
.article-body iframe  {
  border: 1px solid #200F0A60;
  border-radius: 17px;
}


/* Button corners on hover */
.btn-corners {
  position: relative; 
  box-sizing: border-box;
}

.corner {
  position: absolute;
  width: 7px; 
  height: 7px;
  border-color: #200F0A; 
  border-style: solid;
  border-width: 0.5px; 
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.btn-corners:hover .corner {
  opacity: 1;
}

.corner-tl {
  top: -4px;
  left: -4px;
  border-right-width: 0;
  border-bottom-width: 0; 
}

.corner-tr {
  top: -4px;
  right: -4px;
  border-left-width: 0;
  border-bottom-width: 0;
}

.corner-bl {
  bottom: -4px;
  left: -4px;
  border-top-width: 0;
  border-right-width: 0;
}

.corner-br {
  bottom: -4px;
  right: -4px;
  border-top-width: 0;
  border-left-width: 0;
}


.btn-corners-extra .corner-tl {
  top: -5px;
  left: -5px;
}

.btn-corners-extra .corner-tr {
  top: -5px;
  right: -5px;
}

.btn-corners-extra .corner-bl {
  bottom: -5px;
  left: -5px;
}

.btn-corners-extra .corner-br {
  bottom: -5px;
  right: -5px;
}
/* END Button corners on hover */

/* --- Troubleshooting list at end of articles --- */
body:not(:has(.breadcrumbs a[href*="/categories/17031147859218"])) ul.troubleshooting-articles,
body:not(:has(.breadcrumbs a[href*="/categories/17031147859218"])) ul.common-questions {
    list-style: none;
    margin: 0;
    padding: 0;
}

body:not(:has(.breadcrumbs a[href*="/categories/17031147859218"])) ul.troubleshooting-articles li,
body:not(:has(.breadcrumbs a[href*="/categories/17031147859218"])) ul.common-questions li {
    border-bottom: 0.5px solid #200F0A;
  margin: 0;
}

body:not(:has(.breadcrumbs a[href*="/categories/17031147859218"])) ul.troubleshooting-articles li:last-child,
body:not(:has(.breadcrumbs a[href*="/categories/17031147859218"])) ul.common-questions li:last-child  {
    border-bottom: none;
}

body:not(:has(.breadcrumbs a[href*="/categories/17031147859218"])) ul.troubleshooting-articles li a,
body:not(:has(.breadcrumbs a[href*="/categories/17031147859218"])) ul.common-questions li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.5rem 0;
    text-decoration: none;
    font-size: 1.125rem;
  color: #1D0E09;
    transition: all 300mx ease-in-out;
  gap: 10px;

}

body:not(:has(.breadcrumbs a[href*="/categories/17031147859218"])) ul.troubleshooting-articles li a:hover,
body:not(:has(.breadcrumbs a[href*="/categories/17031147859218"])) ul.common-questions li a:hover {
    text-decoration: none;
  color: #1D0E09;

}

body:not(:has(.breadcrumbs a[href*="/categories/17031147859218"])) ul.troubleshooting-articles li a::after,
body:not(:has(.breadcrumbs a[href*="/categories/17031147859218"])) ul.common-questions li a::after {
    content: '';
    background: url(/hc/theming_assets/01K1B9J3ZJH7X0WK80PC22F9E1) center / contain no-repeat;
    display: inline-block;
		width: 30px;
    height: 30px;
    flex-shrink: 0;
    transition: all 300ms ease-in-out;
}


body:not(:has(.breadcrumbs a[href*="/categories/17031147859218"])) ul.troubleshooting-articles li a:hover::after,
body:not(:has(.breadcrumbs a[href*="/categories/17031147859218"])) ul.common-questions li a:hover::after {
    margin-right:-7px;
}


/* --- END Troubleshooting list at end of articles --- */
#published-date,
#updated-date{
font-weight: 400;
font-size: 14px;
line-height: 110.00000000000001%;
vertical-align: middle;
text-transform: uppercase;
padding: 0 0 32px 0;
color: #200F0A;
      font-family: 'Saans Mono', monospace; 

  }


/* --- Images/callouts in list --- */


  
@container (min-width: 600px) {
  p:has(img) {
		display: flex;
    align-items: flex-start;
    }
}

	.article-body li p.callout,
	.article-body li p.note,
	.article-body li p.warning,
	.article-body li p.important,
	.article-body li p.tip {
    display: block;
  }

 .article-body li p img {
    display: block;
  }

/* --- Improved responsive design for tables on small screens --- */

.scrollable-table {
  container-type: inline-size;
  width: 100%;
}


.scrollable-table > table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}

.scrollable-table > table th,
.scrollable-table > table td {
  padding: 0.75em;
  text-align: left;
  border: 1px solid #ddd;
}

.wysiwyg-text-align-center{
  text-align: center !important;
}


.scrollable-table > table th {
  background-color: #f2f2f2;
}

@container (max-width: 700px) {
  .scrollable-table  {
    width: 100%;
  }

 
  .scrollable-table table {
    border: 0;
    width: 100%;
  }

  /* Hide thead if it exists */
  .scrollable-table table thead {
    display: none;
  }
 
  .scrollable-table table tr {
    display: block;
    margin-bottom: 1em;
    border: 1px solid #D3CFCE;
  }
  
  .article-body .scrollable-table table td {
    display: block;
    text-align: right;
    width: unset !important;
    text-wrap: wrap !important;
    border: none;
    border-bottom: 1px solid #D3CFCE;
  }
  
  .article-body .scrollable-table table tr td{
   text-align: left !important;
  }

  .scrollable-table table td:last-child {
    border-bottom: 0;
  }

  .scrollable-table table td[data-label]::before {
    content: attr(data-label);
    content: attr(data-label) ":";
    padding-right: 0.5em; 
    float: left;
    font-weight: bold;
    text-align: left;
  }
  
    .scrollable-table table tr:first-child td {
    display: none;
  }
  
.scrollable-table table tr td:first-child {
    background-color: #E4E4F9 !important;
  }
  
  .scrollable-table tr, .scrollable-table tr td {
    height: unset !important;
}
  

div.scrollable-table table.professional-plan-table tr td:first-child,
   div.scrollable-table  .professional-plan-table tr:nth-child(odd):not(:first-child) td:first-child,
  div.scrollable-table table.professional-plan-table tr td a {
    background-color: #200F0A !important;
     color: #FCFAF9 !important;
  }
  div.scrollable-table table.professional-plan-table tr td:not(:first-child),
    .professional-plan-table tr:nth-child(odd):not(:first-child) td:nth-child(-n+3):not(:first-child),
    .professional-plan-table tr:nth-child(odd):not(:first-child) td:nth-child(n+4):not(:first-child) {
    background-color: #FCFAF9 !important;
  }
  
  .professional-plan-table td:nth-child(3) {
    border-right: unset !important;
}
}


figure {
   margin: 0 !important;
   padding: 0 !important;
  margin-block-start:0 !important;
    margin-block-end: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
	display: unset  !important;
}

/* --- END Improved responsive design for tables on small screens --- */

/* --- START Arrow image on category and section pages --- */

.arrow-image{
    width: 36px;
    margin-right: -4px;
    transition: all 0.3s ease-in-out;
  }

a.article-list-link:hover img.arrow-image{
  	margin-right: -12px;
   	margin-left: 8px;
  }

.main-category-container a,
.category-container a,
.section-content a {
    color: #1D0E09;
  }

/* Skeleton for section and category pages while loading */
#vue-skeleton-list.article-list.skeleton-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}

@media (min-width: 768px) {
  #vue-skeleton-list.article-list.skeleton-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #vue-skeleton-list.article-list.skeleton-list > li { width: auto; }
}

.skeleton-item { padding: 6px 0; }

.skeleton-line {
  display: block;
  height: 14px;
  width: 80%;
  background-color: #e5e5e5;
  border-radius: 4px;
  animation: shimmer 1.5s infinite linear;
}

.skeleton-section {
  margin-bottom: 64px;
}

.skeleton-section-title {
  width: 40%;
  height: 18px;
  margin-bottom: 32px;
  background-color: #e5e5e5;
  border-radius: 4px;
  animation: shimmer 1.5s infinite linear;
}

@keyframes shimmer {
  0% { opacity: 0.4; }
  50% { opacity: 1; }
  100% { opacity: 0.4; }
}


/* --- END Arrow image on category and section pages --- */
/*  --- START Modal when you click on an image ---  */
img[src*="/hc/article_attachments/"] {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

img[src*="/hc/article_attachments/"]:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
    align-items: center;
  justify-content: center;
}

.modal-content {
  display: block;
  max-width: 90%;
  max-height: 90vh; 
}

.modal .modal-content {
  cursor: default;
}

.modal .modal-content:hover {
  opacity: 1;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.modal-content {
  animation-name: slideInFromTop;
  animation-duration: 0.6s;
}

@keyframes slideInFromTop {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*  --- END Modal when you click on an image ---  */

:root{
  --ds-brand: var(--brand-color, #6b5aed);
  --ds-brand-ink: var(--brand-ink, #1f1f2d);
  --ds-surface: var(--surface-100, #f6f5ff);
  --ds-border: #200F0A60;
  --ds-muted: #6b7280;
}

.ds-filter.ds-filter--discreet{
  background: transparent;
  border: 0;
  padding: 8px 0;
}

.ds-filter--discreet .ds-filter__title{
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #6b7280;               
  margin: 0 0 6px;
}

.ds-filter--discreet .ds-filter__group-heading{
  font-size: 13px;
  font-weight: 600;
  color: #374151;             
  margin: 0 0 6px;
}

.ds-filter--discreet .ds-list{
  margin: 0; padding: 0; list-style: none;
}

.ds-filter--discreet .ds-list__item{
  margin: 0;
  border-bottom: 1px solid rgba(17,17,17,.06);
}
.ds-filter--discreet .ds-list__item:last-child{ border-bottom: 0; }

.ds-filter--discreet .ds-list__link{
  display: flex; justify-content: space-between; align-items: center;
  padding: 6px 2px;         
  text-decoration: none;
  color: var(--ds-brand-ink, #1f1f2d);
  background: transparent;
  border: 0;
  border-radius: 8px;
}

.ds-filter--discreet .ds-list__link:hover{
  text-decoration: underline;  
}

.ds-filter--discreet .ds-list__item.is-active{
  border-left: 2px solid var(--ds-brand, #6b5aed);
  padding-left: 8px;        
}

.ds-filter--discreet .ds-list__name{ font-weight: 500; }
.ds-filter--discreet .ds-list__count{
  font-variant-numeric: tabular-nums;
  font-size: 11px;
  color: #9ca3af;       
}

.ds-filter--discreet .ds-list__link:focus-visible{
  outline: 2px dotted var(--ds-brand, #6b5aed);
  outline-offset: 2px;
}


/* horizontal chip rail: one line, scrollable */
.ds-rail{ overflow-x:auto; -webkit-overflow-scrolling:touch; padding-bottom:1.75rem; }
.ds-rail__list{ display:flex; gap:8px; flex-wrap:nowrap; margin:0; padding:0; list-style:none; }
.ds-rail__item{ flex:0 0 auto; }

.ds-chiplist{ display:flex; flex-wrap:wrap; gap:8px; margin:0; padding:0; list-style:none; }
.ds-chip{ display:inline-flex; align-items:center; gap:8px; border:1px solid var(--ds-border, rgba(17,17,17,.08));
  border-radius:8px; padding:6px 10px; font-weight:500; text-decoration:none; color:var(--ds-brand-ink,#1f1f2d); background:#fff; }
.ds-chip.is-active{ background:color-mix(in srgb, var(--ds-brand,#6b5aed) 10%, #fff); }
.ds-chip__count{ font-variant-numeric:tabular-nums; font-size:12px; opacity:.8; }
